/* our */
.our_top h3{
    font-size: 40px;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #252525;
    line-height: 40px;
}
.our_title{
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    margin-top: 30px;
}
.our{
    padding: 60px 0 100px;
}
.our_img{
    margin-top: 40px;
}
.our_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-right: 30px !important;
}
/* Enterprise honor */
.about_honor{
    padding: 140px 0 160px;
}
.honor_top h3{
    font-size: 60px;
    font-family: Roboto-Bold, Roboto;
    font-weight: bold;
    color: #252525;
    line-height: 70px;
}
/* 轮播 */
.icon-left{
    font-size: 75px !important;
    color: #CCCCCC;
    transition: 0.5s;
}
.icon-left:hover{
    color: #1874DB;
    transition: 0.5s;
}
.icon-right{
    font-size: 75px !important;
    color: #CCCCCC;
    transition: 0.5s;
}
.icon-right:hover{
    color: #1874DB;
    transition: 0.5s;
}
.right-btn{
    right: -9% !important;
}
.left-btn{
    left: -9% !important;
}
.slide{
    margin-top: 80px;
}
@media (max-width:1100px) {
    .our_top h3 {
        font-size: 39px;
    }
}
@media (max-width:992px) {
    .our{
        padding: 0 0 80px;
    }
    .our_top h3{
        font-size: 20px;
        font-family: Roboto-Bold, Roboto;
        font-weight: bold;
        color: #252525;
        line-height: 20px;
    }
    .our_img{
        margin-top: 20px;
    }
    .our_title{
        margin-top: 20px;
        font-size: 13px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #666666;
        line-height: 21px;
    }
    .our_box{
        margin-top: 30px !important;
        padding-right: 12px !important;
    }
    /* honnor */
    .about_honor{
        padding: 80px 0;
    }
    .honor_top h3{
        font-size: 28px;
        font-family: Roboto-Bold, Roboto;
        font-weight: bold;
        color: #252525;
        line-height: 24px;
    }
    .honor_yd > .row{
        margin-top: 20px;
    }
    .honor_yd img{
        margin-top: 20px;
    }
    
}