.layui-container{
    overflow: hidden;
}
.subBanner .img{
    height: 540px;
}
.subTitle{
    position: absolute;
    width: 830px;
    top: 260px;
    left: 50%;
    transform: translate(-50%,0);
}
.subTitle h1,.subTitle p{
    color: #fff;
}
.subTitle p{
    line-height: 30px;
}
.certification{
    width: 1370px;
    padding-bottom: 75px;
    margin-top: -125px;
}
.certification .box{
    padding: 0 35px;
}
.certification_item{
    width: 100%;
    height: 240px;
    background-color: #0068b7;
    box-shadow: 0px 12px 10px 0px 
        rgba(0, 0, 0, 0.09);
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    padding: 30px 50px 0;
    align-items: center;
    color: #fff;
}
.certification .box:nth-child(even) .certification_item{
    background-color: #00a0e9;
}
.certification .date{
    line-height: 40px;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 18px;
    letter-spacing: 1px;
}
.certification .date:after{
    content: "";
    position: absolute;
    bottom: 1px;
    left: 50%;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    background-color: #fff;
}
.certification .txt{
    text-align: center;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0px;
}
.certification_item img{
    width: 60px;
}
.honor_list{
    width: 100%;
    background-color: #f6f6f6;
    height: auto;        
    
    padding: 80px 0 0;
    overflow: hidden;
}
.honor_list .innerWidth{
    width: 1315px;
    padding-bottom: 50px;
}
.honor_list .box{
    float: left;
    width: 20%;
    height: auto;
    padding-right: 15px;
    margin-bottom: 40px;
}
.honor_item{
    display: block;
    height: 350px;
    background-color: #2ba7d8;
    box-shadow: 0px 8px 21px 0px 
        rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    overflow: hidden;
}
.honor_item .img{
    width: 100%;
    height: 100%;
}
.honor_item:hover .img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
.honor_item p{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 55px;
    line-height: 55px;
    background-color: #359c0f;
    border-radius: 0px 0px 6px 6px;
    opacity: 0.79;
    font-family: 'SourceHanSansCN-Regular';
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    z-index: 999;
}
.honor_item:hover p{
    background-color: #00a0e9;
}

@media only screen and (max-width: 750px){
    .layui-container{
        background-color: #e5e5e5;
        padding:1.06rem 0 .3rem !important;
    }
    .subBanner .img{
        height: 4.75rem;
    }
    .subTitle{
        padding: 0 .3rem;
        width: 100%;
        top: 1.25rem;
    }
    .subTitle p{
        line-height: 0.36rem;
    }
    .certification{
        width: 100%;
        padding: 0 .15rem;
        padding-bottom:0;
        margin-top: -1.85rem;
    }
    .certification:before{
        content: "";
        position: absolute;
        top: 1.85rem;
        left: 0;
        width: 100%;
        height: 10.75rem;
        background-color: #fff;
    }
    .certification .box{
        padding: 0 .15rem;
    }
    .certification_item{
        height: 3.64rem;
        box-shadow: 0rem 0.12rem 0.1rem 0rem 
            rgba(0, 0, 0, 0.09);
        border-radius: 0.12rem;
        padding: 30px 50px 0;
        margin-bottom: .25rem;
    }
    .certification .date{
        line-height: .5rem;
        font-size: 0.3rem;
    }
    .certification .date:after{
        width: 0.25rem;
        margin-left: -.125rem;
    }
    .certification .txt{
        font-size: .24rem;
        line-height: .36rem;
    }
    .certification_item img{
        width: 0.7rem;
    }
    .honor_list{
        padding: .35rem .3rem .4rem;
        height: auto;
        overflow: hidden;
    }
    .honor_list .innerWidth{
        width: calc(100% + .22rem);
        padding-bottom: .3rem;
    }
    .honor_list .box{
        float: left;
        width: 50%;
        height: auto;
        padding-right: .22rem;
        margin-bottom: .1rem;
    }
    .honor_item{
        display: block;
        height: 4.73rem;
        background-color: #2ba7d8;
        box-shadow: 0rem 0.08rem 0.21rem 0rem 
            rgba(0, 0, 0, 0.08);
        border-radius: 0.06rem;
        overflow: hidden;
    }
    .honor_item p{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 0.76rem;
        line-height: 0.76rem;
        background-color: #359c0f;
        border-radius: 0px 0px 6px 6px;
        opacity: 0.79;
        font-family: 'SourceHanSansCN-Regular';
        font-size: 0.24rem;
        color: #ffffff;
        text-align: center;
        z-index: 999;
    }
}