.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%;
    flex-wrap: wrap;
}
.S_about_introduct .introduct_wrap .introduct_left {
    width: 40%;
    position: relative;
    height: 658px;
    overflow: hidden;
    -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_introduct .introduct_wrap .introduct_left: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_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: bold;
    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%;
/* 
    height: 445px; */
    overflow-y: auto;
}
.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: bold;
    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: #2000C3;
    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%;
    -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_introduct .swiper-slide: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_introduct .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.S_about_introduct .swiper-pagination {
    display: none;
}
.S_about_experience {
    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: bold;
    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: 7%;
}
.S_about_experience .experience_content p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #E5E5E5;
    line-height: 30px;
    margin-bottom: 2%;
}
.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:first-child {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    font-size: 90px;
    color: rgba(229, 229, 229, .2);
    line-height: 142px;
}
.S_about_experience .experience_data ul li .item_top {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 90px;
    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: bold;
    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%;
    z-index: 1;
    -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.5%;
    padding: 25px 40px;
    background: #F5F5F5;
    z-index: 998;
}
.S_about_partner .partner_wrap .partner_item .partner_info p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 30px;
    /* height: 210px;
    overflow-y: auto; */
}
.S_about_partner .partner_wrap .partner_item .Placeholder {
    display: none;
}
.S_about_certificate {
    margin-top: 5%;
    /* height: 640px; */
    position: relative;
    z-index: 9;
}
.S_about_certificate .certificate_title {
    font-family: 'Poppins-Bold';
    font-weight: bold;
    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(0.8);
}
.certificate_wrap .certificate_swiper-container .swiper-slide {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 47%;
    -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;
}
.certificate_wrap .certificate_swiper-container .swiper-slide:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
}
.certificate_wrap .certificate_swiper-container .swiper-slide img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.certificate_wrap .certificate_swiper-container .swiper-wrapper .swiper-slide-active {
    transform: scale(1);
}
.swiper-button-prev {
    width: 90px !important;
    height: 90px !important;
    margin: 0;
    padding: 0;
    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: #2000C3;
    background-image: url(../img/other/honor_prev.png);
}
.swiper-button-next {
    width: 90px !important;
    height: 90px !important;
    padding: 0;
    margin: 0;
    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: #2000C3;
    background-image: url(../img/other/honor_next.png);
}
@media (max-width:950px) {
    .S_about_introduct .introduct_wrap {
        flex-direction: column;
    }
    .S_about_introduct .introduct_wrap .introduct_left {
        width: 100%;
        height: 0;
        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_partner .partner_wrap .partner_item .partner_info p {
        height: auto;
        overflow: visible;
    }
    .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;
    }
    .S_about_introduct .introduct_wrap .introduct_right .about_content {
        height: auto;
        overflow: visible;
    }
}