.bc_bee5f6 {
    background-color: #bee5f6;
}

.bc_055fb5 {
    background-color: #055fb5;
}

.tc_ffffff {
    color: #fff;
}

.tc_626262 {
    color: #626262;
}

.tc_045da1 {
    color: #045da1;
}

.navbar {
    padding: 0;
    background-color: #fff;
    z-index: 999;
}

.gsTIT {
    height: 136px;
    padding: 35px 0;
}

.navbar .nav {
    height: 136px;
    line-height: 136px;
}

.top_ph {
    /* background: url(../images/index/top_ph.png)no-repeat center left; */
    padding-left: 60px;
    padding-right: 25px;
    position: absolute;
    top: 33px;
    right: 0;
}

.about h2 {
    font-size: 26px;
    color: #000;
}

.about h3 {
    font-size: 24px;
    font-weight: bold;
    color: #d2d2d2;
}

.about p {
    font-size: 18px;
    line-height: 60px;
}

.pro {
    background: url(../images/index/pro_bj.jpg)no-repeat;
    background-size: cover;
    color: #fff;
}

.pro_nav {
    color: #0660b8;
    background-color: #fff;
    font-size: 26px;
    padding: 5px 30px;
}

.pro .more {
    color: #0660b8;
    background-color: #fff;
    font-size: 26px;
    padding: 5px 30px;
}

.case {
    background-color: #edf2f6;
}

.news .news_tp {
    width: 100%;
    height: 100%;
    background: url(../images/index/news_tp.jpg) no-repeat center;
    position: relative;
}

.news .news_tp a {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: #00000080;
    color: #fff;
    text-align: center;
    font-size: 20px;
    padding: 5px 0;
}

.news .more {
    color: #fff;
    background-color: #0660b8;
    font-size: 26px;
    padding: 5px 30px;
}

.footer {
    background-color: #fff;
}

.footer .f_s {
    color: #fff;
    background: url(../images/index/f_s.jpg)no-repeat;
    background-size: 100% 100%;
}

.footer .f_s h2 {
    font-size: 42px;
    font-weight: bold;
}

.footer .f_s .more {
    color: #000;
    background-color: #fccf02;
    font-size: 16px;
    padding: 10px 35px;
}

.footer .f_s i {
    font-size: 50px;
    padding-bottom: 10px;
}

.footer .f_s h3 {
    font-size: 22px;
    font-weight: bold;
}

.footer .f_s h4 {
    font-size: 14px;
}

.case .case_nav {
    padding: 5px 25px;
    margin: 0 10px;
    font-size: 18px;
    color: #fff;
    background-color: #0660b8;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

@media (min-width: 1200px) {
    .about .container {
        max-width: 1300px;
    }

    .pro .container {
        max-width: 1600px;
    }

    .case .container {
        max-width: 1200px;
    }

    .footer .f_s .container {
        max-width: 1020px;
    }
}

.btn-info {
    color: #fff;
    background-color: #055fb5;
    border-color: #055fb5;
}

.wh {
    display: none;
}

.swiper-button-next,
.swiper-button-prev {
    width: 35px;
    height: 50px;
    background-color: #ffffffa8;
    border-radius: 7px;
    background-size: 30px 30px;
}

@media (max-width: 1500px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        font-size: 18px;
    }

    .top_ph {
        display: none;
    }

    .gsTIT p:nth-child(1) {
        font-size: 24px;
    }

    .gsTIT p:nth-child(2) {
        font-size: 12px;
    }
}