.lbanner-box {
    display: none !important;
}

.lbanner-pp .lbanner_wrap {
    padding: 6.7% 0 !important;
}

.about_main {
    margin-top: 10%;
}

.about_main .trust_item {
    justify-content: space-between;
    margin-bottom: 5%;
}

.about_main .trust_item .item_img {
    width: 48%;
    max-width: 700px;
    position: relative;
    height: 613px;
    margin-left: 11%;
    margin-right: 5%;
    -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;
}

.about_main .trust_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about_main .trust_item .item_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.about_main .trust_item .item_img .img_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: -30%;
    top: -15%;
    background: #EEF1F3;
}

.about_main .trust_item .item_info {
    width: 44%;
    margin-top: 3%;
}

.about_main .trust_item .item_info .item_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 35px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    max-width: 435px;
}

.about_main .trust_item .item_info .item_title span {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 40px;
    color: var(--commonColor);
    line-height: 60px;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.about_main .trust_item .item_info .item_stitle {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: var(--commonColor);
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-width: 465px;
    margin: 30px 0;
}

.about_main .trust_item .item_info .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-width: 587px;
}

.about_main .service_item {
    margin-top: -3%;
}

.about_main .service_item .layout {
    justify-content: space-between;
    align-items: center;
}

.about_main .service_item .item_info {
    width: 48%;
}

.about_main .service_item .item_info .item_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 35px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-width: 470px;
    margin-bottom: 60px;
}

.about_main .service_item .item_info .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-width: 626px;
}

.about_main .service_item .item_img {
    width: 43%;
    margin-left: 10%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 46%;
    -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;
}

.about_main .service_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about_main .service_item .item_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.about_advantages {
    margin-top: 5%;
    background: #F6FAFF;
    padding: 5% 0;
}

.about_advantages .advantages_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 40px;
    color: #333333;
    line-height: 60px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.about_advantages .advantages_title span {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 40px;
    color: var(--commonColor);
    line-height: 60px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.about_advantages .advantages_wrap {
    margin-top: 50px;
}

.about_advantages .advantages_wrap .advantages_list {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.about_advantages .advantages_wrap .advantages_list .advantages_item {
    width: 31%;
    margin-right: 35px;
    margin-bottom: 35px;
    padding: 40px 50px;
    background-color: #F6FAFF;
    transition: all 0.5s ease-in-out;
}

.about_advantages .advantages_wrap .advantages_list .advantages_item:nth-child(3n) {
    margin-right: 0;
}

.about_advantages .advantages_wrap .advantages_list .advantages_item .item_icon {
    height: 63px;
    width: auto;
    text-align: center;
}


.about_advantages .advantages_wrap .advantages_list .advantages_item .item_icon .adv_icon_hover {
    display: none;
}

.about_advantages .advantages_wrap .advantages_list .advantages_item .item_icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.about_advantages .advantages_wrap .advantages_list .advantages_item .item_title {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 42px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}

.about_advantages .advantages_wrap .advantages_list .advantages_item .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 1.5;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.about_advantages .advantages_wrap .advantages_list .advantages_item:hover {
    background-color: var(--commonColor);
}

.about_advantages .advantages_wrap .advantages_list .advantages_item:hover .item_icon .adv_icon {
    display: none;
}

.about_advantages .advantages_wrap .advantages_list .advantages_item:hover .item_icon .adv_icon_hover {
    display: block;
}

.about_advantages .advantages_wrap .advantages_list .advantages_item:hover .item_title {
    color: #FFFFFF;
}

.about_advantages .advantages_wrap .advantages_list .advantages_item:hover .item_desc {
    color: #FFFFFF;
}

.about_speak {
    margin-top: 5%;
    margin-bottom: 5%;
}

.about_speak .speak_title {
    /* font-family: 'PlayfairDisplay-Regular'; */
    font-weight: 400;
    font-size: 50px;
    color: #333333;
    line-height: 78px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.about_speak .speak_title span {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    color: var(--commonColor);
}

.about_speak .speak_wrap {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 5%;
}

.about_speak .speak_img {
    width: 55%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 29%;
    -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;
}

.about_speak .speak_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about_speak .speak_img:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

.about_speak .speak_box {
    width: 30%;
    margin: 0;
    background: var(--commonColor);
    position: relative;
    padding: 30px;
}

.about_speak .speak_box .swiper-pagination {
    width: 200px !important;
    text-align: center;
}

.about_speak .speak_box .swiper-horizontal>.swiper-pagination-bullets,
.about_speak .speak_box .swiper-pagination-bullets.swiper-pagination-horizontal,
.about_speak .speak_box .swiper-pagination-custom,
.about_speak .speak_box .swiper-pagination-fraction {
    bottom: var(--swiper-pagination-bottom, 60px);
    left: 65%;
}

.about_speak .speak_box .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: unset;
    background: rgba(223, 223, 223, .29);
    opacity: 1;
}

.about_speak .speak_box .swiper-pagination-bullet-active {
    width: 25px;
    height: 5px;
    border-radius: unset;
    background: #DFDFDF;
    opacity: 1;
}

.about_speak .speak_box .seak_icon {
    width: 85px;
    height: 80px;
    margin-left: auto;
    margin-right: 0;

}

.about_speak .speak_box .seak_icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about_speak .speak_box .speak_list .speak_item .item_desc {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 40px;
}

.about_speak .speak_box .speak_list .speak_item .item_info {
    justify-content: space-between;
    align-items: center;
    max-width: 280px;
}

.about_speak .speak_box .speak_list .speak_item .item_info .item_avatar {
    width: 94px;
    height: 94px;
    border-radius: 50%;
}

.about_speak .speak_box .speak_list .speak_item .item_info .item_avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

.about_speak .speak_box .speak_list .speak_item .item_info .item_avatar img:hover {
    animation: swing .5s;
}

.about_speak .speak_box .speak_list .speak_item .item_info .item_title {
    width: calc(100% - 120px);
}

.about_speak .speak_box .speak_list .speak_item .item_info .item_title .item_name {
    /* font-family: 'PlayfairDisplay-Bold'; */
    font-weight: bold;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about_speak .speak_box .speak_list .speak_item .item_info .item_title .item_position {
    /* font-family: 'Roboto-Regular'; */
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about_certificate {
    margin-top: 5%;
}

.about_certificate .certificate_title {
    font-weight: 400;
    font-size: 50px;
    color: #333333;
    line-height: 78px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.about_certificate .certificate_wrap {
    padding-bottom: 60px;
}

.about_certificate .certificate_wrap .swiper-pagination-bullet {
    width: 25px;
    height: 5px;
    border-radius: unset;
    background: #DFDFDF;
    opacity: 1;
}

.about_certificate .certificate_wrap .swiper-pagination-bullet-active {
    width: 25px;
    height: 5px;
    border-radius: unset;
    background: #223086;
    opacity: 1;
}

.about_certificate .certificate_list .certificate_item {
    width: 100%;
    height: 0;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 44%;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.about_certificate .certificate_list .certificate_item img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about_certificate .certificate_list .certificate_item:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

@media (max-width:1366px) and (min-width:951px){
    .about_main .trust_item .item_img{
        margin-left: 5%;
    }
    .about_main .trust_item .item_info .item_stitle{
        font-size: 20px;
    }
    .about_main .trust_item .item_info .item_desc{
        font-size: 18px;
    }
    .about_main .service_item .item_info .item_desc{
         font-size: 18px;
    }
    .about_advantages .advantages_wrap .advantages_list .advantages_item .item_desc{
        font-size: 18px;
    }
}

@media (max-width:950px) {
    .about_main .trust_item .item_img .img_bg{
            left: -22%;
    top: -6%;
    }
    .about_main .trust_item .item_img {
        width: 100%;
        max-width: none;
        height: 0;
        padding-bottom:88%;
    }

    .about_main .trust_item {
        flex-direction: column;
        margin-bottom: 0;
    }
    .about_main .trust_item .item_info{
        width: 95%;
        margin: 0 auto;
        margin-top: 30px;
    }
    .about_main .trust_item .item_info .item_title{
        max-width: none;
        font-size: 30px;
        line-height: 35px;
    }
    .about_main .trust_item .item_info .item_title span{
        font-size: 30px;
        line-height: 35px;
    }
    .about_main .trust_item .item_info .item_stitle{
        max-width: none;
    }
    .about_main .trust_item .item_info .item_desc{
        max-width: none;
    }
    .about_main .service_item{
        margin-top: 30px;
    }
    .about_main .service_item .layout{
        flex-direction: column;
    }
    .about_main .service_item .item_info{
        width: 100%;
        margin-bottom: 30px;
    }
    .about_main .service_item .item_info .item_title{
        max-width: none;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
    .about_main .service_item .item_info .item_desc{
        max-width: none;
    }
    .about_main .service_item .item_img{
        width: 100%;
        margin-left: 0;
        padding-bottom: 108%;
    }
    .about_advantages .advantages_title{
        font-size: 30px;
        line-height: 40px;
    }
    .about_advantages .advantages_title span{
         font-size: 30px;
        line-height: 40px;
    }
    .about_advantages .advantages_wrap{
        margin-top: 30px;
    }
    .about_advantages .advantages_wrap .advantages_list .advantages_item{
        width: 48%;
        margin-right: 30px;
        margin-bottom: 30px;
        padding: 30px ;
    }
    .about_advantages .advantages_wrap .advantages_list .advantages_item:nth-child(2n){
        margin-right: 0 !important;
    }
    .about_advantages .advantages_wrap .advantages_list .advantages_item:nth-child(3n){
        margin-right: 30px;
    }
    @media (max-width:800px) {
        .about_advantages .advantages_wrap .advantages_list .advantages_item{
            width: 100%;
            margin: 0 0 30px !important;
        }
    }
    .about_speak .speak_title{
        font-size: 30px;
        line-height: 35px;
    }
    .about_speak .speak_wrap{
        margin-top: 30px;
        flex-direction: column;
    }
    .about_speak .speak_img{
        width: 100%;
        padding-bottom: 54%;
    }
    .about_speak .speak_box{
        width: 100%;
    }
   .about_certificate .certificate_title {
        font-size: 30px;
        line-height: 1.5;
    }

    .about_certificate .certificate_list .certificate_item {
        padding-bottom: 67%;
    }

    @media (max-width:480px) {
        .about_certificate .certificate_list .certificate_item {
            padding-bottom: 139%;
        }
    }
}