.lbanner-box {
    display: none !important;
}


.web_main {
    margin-top: 5%;
}

.S_about_introduct {
    margin-bottom: 4%;
}

.S_about_introduct .introduct_wrap {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 2%;
}

.S_about_introduct .introduct_wrap .introduct_left {
    width: 40%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 47%;
}

.S_about_introduct .introduct_wrap .introduct_left img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.S_about_introduct .introduct_wrap .introduct_right {
    width: 57%;
}


.S_about_introduct .introduct_wrap .introduct_right .about_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 50px;
    color: #333333;
    line-height: 56px;
    margin-bottom: 2%;
}

@media (max-width:1200px) {
    .S_about_introduct .introduct_wrap .introduct_right .about_title {
        font-size: 40px;
        line-height: 45px;
    }
}

.S_about_introduct .introduct_wrap .introduct_right .about_content {
    margin-bottom: 3%;
}

.S_about_introduct .introduct_wrap .introduct_right .about_content p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 2%;

}

.S_about_introduct .introduct_wrap .introduct_right .about_num {
    position: relative;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.S_about_introduct .introduct_wrap .introduct_right .about_num p {
    position: relative;
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 126px;
    color: #E5E5E5;
    line-height: 142px;
    text-align: right;
    z-index: 9;
}

.S_about_introduct .introduct_wrap .introduct_right .about_num hr {
    position: absolute;
    top: 35%;
    right: 10%;
    width: 152px;
    height: 1px;
    border-top-style: solid;
    border-top-color: #005BAC;
    z-index: 1;
}

.S_about_introduct .swiper {
    width: 100%;
    height: 100%;
}

.S_about_introduct .swiper-slide {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 17%;
}

.S_about_introduct .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.S_about_introduct .swiper-pagination {
    display: none;
}

.introduct_swiper_box {
    position: relative;
}

.S_about_introduct .introduct_swiper_box .swiper-button-prev {
    content: '';
    position: absolute;
    top: 50%;
    left: -25px;
    margin-top: -25px;
    width: 50px !important;
    height: 50px !important;
    margin: 0;
    padding: 0;
    background: #FFFFFF;
    border: 2px solid #005BAC;
    background-image: url(../img/other/honor_hover_prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
}


.S_about_introduct .introduct_swiper_box .swiper-button-prev:hover {
    background-color: #005BAC;
    background-image: url(../img/other/honor_prev.png);
}

.S_about_introduct .introduct_swiper_box .swiper-button-next {
    content: '';
    position: absolute;
    top: 50%;
    right: -25px;
    margin-top: -25px;
    width: 50px !important;
    height: 50px !important;
    padding: 0;
    margin: 0;
    background: #FFFFFF;
    border: 2px solid #005BAC;
    background-image: url(../img/other/honor_hover_next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
}

.S_about_introduct .introduct_swiper_box .swiper-button-next:hover {
    background-color: #005BAC;
    background-image: url(../img/other/honor_next.png);
}

.S_about_experience {
    background-image: url(../img/other/Field_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 7% 0 6% 0;
}

.S_about_experience .experience_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 50px;
    color: #FFFFFF;
    line-height: 56px;
    margin-bottom: 4%;
}

@media (max-width:1200px) {
    .S_about_experience .experience_title {
        font-size: 40px;
        line-height: 45px;
    }
}

.S_about_experience .experience_content {
    margin-bottom: 30px;
}

.S_about_experience .experience_content p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #E5E5E5;
    line-height: 30px;
}

.S_about_experience .experience_data ul {
    justify-content: space-between;
    align-items: center;
}

.S_about_experience .experience_data ul li {
    width: 24%;
    text-align: center;
}


.S_about_experience .experience_data ul li .item_top {
    font-family: 'Avenir-Black';
    font-weight: 400;
    font-size: 65px;
    color: #FFFFFF;
}

.S_about_experience .experience_data ul li .item_bottom {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 20px;
    color: #666666;
}


.S_about_partner {
    margin-top: 5%;
}

.S_about_partner .partner_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 50px;
    color: #333333;
    line-height: 56px;
    margin-bottom: 2%;
    text-align: center;
}

@media (max-width:1200px) {
    .S_about_partner .partner_title {
        font-size: 40px;
        line-height: 45px;
    }
}

.S_about_partner .partner_wrap {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.S_about_partner .partner_wrap .partner_item {
    width: 48%;
    position: relative;
}

.S_about_partner .partner_wrap .partner_item .partner_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 57%;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.S_about_partner .partner_wrap .partner_item .partner_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.S_about_partner .partner_wrap .partner_item .partner_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}

.S_about_partner .partner_wrap .partner_item .partner_info {
    position: relative;
    width: 85%;
    margin: 0 auto;
    margin-top: -7%;
    padding: 25px 40px;
    background: #F5F5F5;
    z-index: 99;
}

.S_about_partner .partner_wrap .partner_item .partner_info .info_box {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}

.S_about_partner .partner_wrap .partner_item .Placeholder {
    position: relative;
    width: 100%;
    height: 200px;
    z-index: 1;
}

.S_about_certificate {
    margin-top: 5%;
    margin-bottom: 5%;
    position: relative;
    z-index: 9;
}

.S_about_certificate .certificate_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 50px;
    color: #333333;
    text-align: center;
    margin-bottom: 2%;
}

@media (max-width:1200px) {
    .S_about_certificate .certificate_title {
        font-size: 40px;
        line-height: 45px;
    }
}
.certificate_wrap .certificate_swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.certificate_wrap .certificate_swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(1);
}

.certificate_wrap .certificate_swiper-container .swiper-slide {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 26%;
}


.certificate_wrap .certificate_swiper-container .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.swiper-button-prev {
    width: 50px !important;
    height: 50px !important;
    margin: 0;
    padding: 0;
    top: 55% !important;
    margin-top: 0 !important;
    background: #FFFFFF;
    background-image: url(../img/other/honor_hover_prev.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
}

.swiper-button-prev:after {
    content: '' !important;
    font-family: none;
}

.swiper-button-prev:hover {
    background-color: #005BAC;
    background-image: url(../img/other/honor_prev.png);
}

.swiper-button-next {
    width: 50px !important;
    height: 50px !important;
    padding: 0;
    margin: 0;
    top: 55% !important;
    margin-top: 0 !important;
    background: #FFFFFF;
    background-image: url(../img/other/honor_hover_next.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 40%;
}

.swiper-button-next:after {

    content: '' !important;
    font-family: none;
}

.swiper-button-next:hover {
    background-color: #005BAC;
    background-image: url(../img/other/honor_next.png);
}
@media (max-width:1200px) {
    .S_about_experience .experience_data ul li .item_top{
        font-size: 50px;
        line-height: 1.5;
    }
    .S_about_experience .experience_data ul li .item_bottom{
        height: 60px;
    }
}

@media (max-width:950px) {
     .S_about_experience .experience_data ul li .item_bottom{
        height: auto;
     }
    .S_about_introduct .introduct_wrap {
        flex-direction: column;
    }

    .S_about_introduct .introduct_wrap .introduct_left {
        width: 100%;
        padding-bottom: 119%;
        margin-bottom: 5%;
    }

    .S_about_introduct .introduct_wrap .introduct_right {
        width: 100%;
    }

    .S_about_introduct .introduct_wrap .introduct_right .about_title {
        font-size: 30px;
        line-height: 35px;
    }

    .S_about_introduct .introduct_wrap .introduct_right .about_num {
        display: none;
    }

    .S_about_introduct .swiper-slide {
        padding-bottom: 25%;
    }

    @media (max-width:600px) {
        .S_about_introduct .swiper-slide {
            padding-bottom: 53%;
        }
    }

    .S_about_introduct .swiper-pagination {
        display: block;
    }

    .S_about_experience .experience_title {
        font-size: 30px;
        line-height: 35px;
    }

    .S_about_experience .experience_data ul {
        flex-wrap: wrap;
    }

    .S_about_experience .experience_data ul li {
        width: 49%;
        margin-bottom: 4%;
    }

    @media (max-width:480px) {
        .S_about_experience .experience_data ul {
            flex-direction: column;
        }

        .S_about_experience .experience_data ul li {
            width: 100%;
        }
    }

    .S_about_partner .partner_title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 5%;
    }

    .S_about_partner .partner_wrap {
        flex-direction: column;
    }

    .S_about_partner .partner_wrap .partner_item {
        width: 100%;
        margin-bottom: 10%;
    }

    .S_about_partner .partner_wrap .partner_item .partner_info {
        padding: 20px;
    }

    .S_about_certificate .certificate_title {
        font-size: 30px;
        line-height: 35px;
        margin-bottom: 8%;
    }

    .S_about_introduct .swiper {
        padding-bottom: 40px;
    }

    .S_about_certificate {
        height: auto;
        margin-bottom: 8%;
    }

    .certificate_wrap .certificate_swiper-container .swiper-slide {
        padding-bottom: 147%;
    }

    .certificate_wrap .swiper-button-prev {
        left: -10px;
        width: 70px !important;
        height: 70px !important;
    }

    .certificate_wrap .swiper-button-next {
        right: -10px;
        width: 70px !important;
        height: 70px !important;
    }
}