body{
    /*overflow-x: hidden;*/
    background-color: #f5f5f5;
    min-width: 1500px;
}
.header{
    background-color: #fff;
    color: #0986fb;
} 
.header .nav_item{
    color: #0986fb;
}
.header .nav_item.active:after, .header .nav_item:hover:after {
    background-color: #0986fb;
}
.header .sub_nav{
    border: 1px solid #0986fb;
}
.foot{
    background-color: #f5f5f5;
    height: 700px;
    padding-top: 262px;
}
.foot .footer:before {
    content: "";
    position: absolute;
    top: -312px;
    left: 0;
    width: 100%;
    height: 312px;
    background-image: url(../images/contact_bg.png);
    background-position: top center;
    background-size: auto 312px; 
    z-index: 9999;
}
.container{
    margin: 55px auto 0;
    width: 1630px;
    height: auto;
}
.sub_banner{
    width: 100%;
    height: 705px;
}
.sub_banner:after{
    content: "";
    position: absolute;
    bottom:-2px;
    left: 0;
    width: 100%;
    height: 175px;
    background-image: url(../images/bg_5.png);
    background-position: top;
    background-size: auto 175px;
    background-repeat: no-repeat;
}
.title{
    height: 75px;
    margin: 55px auto 70px;
}
.innerWidth{
    width: 1500px;
    height: auto;
    margin: 0 auto;
}
.honor_list{
    width: calc(100% + 60px);
    height: auto;
    overflow: hidden;
}
.honor_item{
    display: block;
    float: left;
    width: 25%;
    height: auto;
    padding-right: 60px;
    margin-bottom: 45px;
}
.honor_item .box{
    width: 100%;
    height: auto;
    font-family: 'SourceHanSansCN-Medium';
    font-size: 24px;
    line-height: 75px;
    letter-spacing: 2px;
    color: #000000;
    text-align: center;
}
.honor_item:hover .box{
    color: #1e7fdd;
}
.honor_item .img{
    width: 100%;
    height: 415px;
    background-color: #fff;
}
@media only screen and (max-width: 750px){
    body{
        min-width: 100vw;
        background-color: #fff;
    }
    .header{
        background-color: #0986fb;
    }
    .foot {
        height: 5.8rem;
        padding-top: .8rem;
        background-color: #fff;
    }
    .foot .footer {
        background-color: #0986fb;
    }
    .foot .footer:before {
        height: 1.1rem;
        top: -1.1rem;
        background-image: url(../images/bg_1.png);
        background-size: auto 1.1rem;
    }
    .footer .company,.footer .code{
        color:  #fff;
    }
    .sub_banner{
        height: 8rem;
    }
    .sub_banner:after{
        height: 1rem;
        background-size: auto 1rem;
    }
    
    .container{
        margin: 0 auto 0;
        width: 100%;
        height: auto;
        padding: 0 .3rem;
    }
    .title{
        height: .6rem;
        margin: 0 0 1rem;
        padding: 0 .3rem;
    }
    .title img{
        margin: 0;
    }
    
    .innerWidth{
        width: 100%;
        height: auto;
        margin: 0 auto;
        padding: 0 0 .5rem;
    }
    .honor_list{
        width: 100%;
        padding: 0 1rem;
    }
    .honor_item{
        float: none;
        width: 100%;
        height: auto;
        padding-right: 0;
        margin-bottom: .8rem;
        
    }
    .honor_item .box{
        font-size: 0.28rem;
        line-height: 1;
    }
    .honor_item .img{
        width: 100%;
        height: 6.2rem;
        margin-bottom: .35rem;
        background-color: #666;
    }
    .load_more{
        margin:.55rem auto 0;
        width: 0.57rem;
        height: .34rem;
        display: block;
        background-image: url(../images/icon_14.png);
    }
}