.fixed {
    background: #FFFFFF !important;
}
.web_head{
    position: relative;
}
.web_head .header_layout {
    margin: 15px auto;
}

.fixed .header_layout {
    margin: 0 auto;
}

.head_nav>li>a {
    color: #333333;
}

.head_nav li.nav-current>a:after {
    background: #333333;
}

.head_nav>li>a:hover:after {
    background: #333333;
}

.head_nav li ul {
    background-color: #FFFFFF;
}

.head_nav>li ul li a {
    color: #333333;
}

.mobile-head-item.mobile-head-language .title:before {
    background-image: url(../img/other/language_hei.png);
}

.mobile-head-item.mobile-head-search .title:before {
    background-image: url(../img/other/search_hei.png);
}

.mobile-head-item.mobile-head-nav .title:before {
    background-image: url(../img/other/nav_hei.png);
}



.operate-box .btn--search:before {
    background-image: url(../img/other/search_hei.png) !important;
}

.slide_news ul li .item_img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 62%;
    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;
}

.slide_news ul li .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.slide_news ul li .item_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    z-index: 20;
}

.slide_news ul li .item_date {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 32px;
    margin-top: 2%;
}

.slide_news ul li .item_title {
    margin-top: 2%;
}

.slide_news ul li .item_title a {
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 20px;
    color: #333333;
    line-height: 33px;
}

.related_products {
    margin-top: 5%;
}

.related_products .pro_title {
    text-align: center;
    margin-bottom: 2%;
}

.related_products .pro_title a {
    font-family: 'Avenir-Black';
    font-weight: 400;
    font-size: 50px;
    color: #000000;
    line-height: 56px;
}
.related_products .pro_title a:hover{
    color: #005BAC;
}
.related_products .pro_list {
    justify-content: flex-start;
    width: 100%;
}

.related_products .pro_list li {
    width: 32%;
    margin-right: 15px;
}

.related_products .pro_list li:last-child {
    margin-right: 0;
}

.related_products .pro_list li .item_image {
    padding: 40px 30px;
    box-sizing: border-box;
    border: 1px solid #E5E5E5;
    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;
}

.related_products .pro_list li .item_image a {
    display: block;
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 100%;
}

.related_products .pro_list li .item_image img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.related_products .pro_list li .item_image:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    z-index: 20;
}

.related_products .pro_list li .item_title {
    margin-top: 4%;
    margin-bottom: 4%;
}

.related_products .pro_list li .item_title a {
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    line-height: 30px;
    height: 60px;
    overflow: hidden;
}

.related_products .pro_list li .item_title:hover a {
    color: #005BAC;
}

.related_products .pro_list li .item_info {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 26px;
    height: 130px;
    overflow: hidden;
    display: none;
}

.related_products .pro_list li .item_detail {
    margin-top: 5%;
}

.related_products .pro_list li .item_detail a {
    display: inline-block;
    background-color: #FFFFFF;
    border: 2px solid #005BAC;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #005BAC;
    line-height: 24px;
    padding: 10px 25px;
    margin-right: 20px;
}

.related_products .pro_list li .item_detail a:hover {
    background-color: #005BAC;
    color: #FFFFFF;
}

.related_news {
    margin-top: 5%;
    position: relative;
    z-index: 99;
}

.related_news .news_title {
    text-align: center;
    margin-bottom: 2%;
}

.related_news .news_title a {
    display: inline-block;
    font-family: 'Avenir-Black';
    font-weight: 400;
    font-size: 50px;
    color: #000000;
    line-height: 56px;
}
.related_news .news_title a:hover{
    color: #005BAC;
}

.related_news .news_wrap {
    padding: 0 70px;
    padding-top: 20px;

}

.related_news .news_list li {
    width: 100%;
    padding: 20px;
    display: flex !important;
    justify-content: space-between;
    background-color: #FFFFFF;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    margin-bottom: 30px;
    -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;
}

.related_news .news_list li .news_img {
    width: 35%;
    position: relative;
    height: 312px;
    overflow: hidden;
}

.related_news .news_list li img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.related_news .news_list li:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.related_news .news_list li .news_mask {
    width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    transform-origin: top;
}


.related_news .news_list li .news_mask .news_date {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 32px;
    margin-bottom: 15px;
}

.related_news .news_list li .news_mask .news_tit {
    margin: 25px 0;
}

.related_news .news_list li .news_mask .news_tit a {
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 26px;
    color: #333;
    line-height: 33px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_news .news_list li .news_mask .news_tit a:hover {
    text-decoration: underline;
}

.related_news .news_list li .news_mask .news_info {
    margin-bottom: 45px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.related_news .news_list li .news_mask .news_info p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666;
    line-height: 25px;
}

.related_news .news_list li .news_mask .news_details a {
    display: inline-block;
    padding: 10px 25px;
    background: #005BAC;
    border: 2px solid #005BAC;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
}

.related_news .news_list li .news_mask .news_details a:after {
    margin-left: 10px;
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 18px;
    color: #FFFFFF;
}

.related_news .news_list li .news_mask .news_details a:hover {
    background: #FFFFFF;
    color: #005BAC;
}

.related_news .news_list li .news_mask .news_details a:hover:after {
    color: #005BAC;
}

.swiper-button-prev:after {
    display: none !important;
}

.swiper-button-next:after {
    display: none !important;
}

.related_news .swiper-button-prev {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    margin: 0;
    padding: 0;
    margin-top: -25px;
    width: 50px !important;
    height: 50px !important;
    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%;
}

.related_news .swiper-button-prev:hover {
    background-color: #005BAC;
    background-image: url(../img/other/honor_prev.png);
}

.related_news .swiper-button-next {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    padding: 0;
    margin: 0;
    margin-top: -25px;
    width: 50px !important;
    height: 50px !important;
    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%;
}

.related_news .swiper-button-next:hover {
    background-color: #005BAC;
    background-image: url(../img/other/honor_next.png);
}

.related_video {
    margin-top: 5%;
}

.related_video .video_title {
    text-align: center;
    margin-bottom: 2%;
}

.related_video .video_title a {
    display: inline-block;
    font-family: 'Avenir-Black';
    font-weight: 400;
    font-size: 50px;
    color: #000000;
    line-height: 56px;
}

.related_video .video_list {
    justify-content: space-between;
}

.related_video .video_list li {
    width: 48%;
    position: relative;
}

.related_video .video_list li .video_img {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 54%;
}

.related_video .video_list li .video_img .video_image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.related_video .video_open {
    position: absolute;
    top: 40%;
    left: 45%;
    width: 89px;
    height: 89px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .15);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.related_video .video_wrap {
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.related_video .video_wrap img {
    width: 16px;
    height: 25px;
}

.related_video .video_title {
    text-align: left;
    margin-top: 2%;
    margin-bottom: 2%;
}

.related_video .video_title a {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 26px;
    color: #333333;
    line-height: 33px;
    height: 66px;
    overflow: hidden;
}

.related_video .video_title:hover a {
    color: #005BAC;
}

.related_video .video_info p {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}

.index_capabilities {
    margin-top: 5%;
}

.index_capabilities .layout {
    flex-direction: column;
    align-items: center;
}

.index_capabilities .capabilities_title {
    text-align: center;
    margin-bottom: 20px;
}

.index_capabilities .capabilities_title {
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 50px;
    color: #191919;
    line-height: 59px;
    text-transform: capitalize;
}

@media (max-width:1200px) {
    .index_capabilities .capabilities_title {
        font-size: 40px;
        line-height: 45px;
    }
}

.index_capabilities .capabilities_info {
    width: 68%;
    text-align: center;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 50px;
}

.index_capabilities .capabilities_btn a {
    display: inline-block;
    padding: 10px 25px;
    background: #005BAC;
    border: 2px solid #005BAC;
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 22px;
}

.index_capabilities .capabilities_btn a:after {
    margin-left: 10px;
    content: '\f105';
    font-family: 'fontawesome';
    font-size: 18px;
    color: #FFFFFF;
}

.index_capabilities .capabilities_btn a:hover {
    background: #FFFFFF;
    color: #005BAC;
}

.index_capabilities .capabilities_btn a:hover:after {
    color: #005BAC;
}

.index_capabilities .capabilities_wrap {
    width: 100%;
    margin-top: 4%;
}


.index_capabilities .capabilities_wrap ul {
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.index_capabilities .capabilities_wrap ul li {
    width: 24%;
}

.index_capabilities .capabilities_wrap ul li .item_img {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    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;
}

.index_capabilities .capabilities_wrap ul li .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.index_capabilities .capabilities_wrap ul li .item_img:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
    z-index: 20;
}

.index_capabilities .capabilities_wrap ul li .item_title {
    text-align: center;
    margin-top: 3%;
}

.index_capabilities .capabilities_wrap ul li .item_title {
    display: inline-block;
    font-family: 'Poppins-Bold';
    font-weight: 400;
    font-size: 20px;
    color: #191919;
    line-height: 40px;
    height: 80px;
    overflow: hidden;
}

.index_capabilities .capabilities_wrap ul li .item_info {
    font-family: 'Poppins-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    height: 84px;
    overflow: hidden;
}




@media (max-width:950px) {
    .related_products .pro_title a {
        font-size: 30px;
        line-height: 35px;
    }

    .related_products .pro_list {
        flex-direction: column;
    }

    .related_products .pro_list li {
        width: 100%;
        margin-right: 0;
        margin-bottom: 5%;
    }

    .related_news {
        height: auto;
        margin: 8% 0;
    }

    .related_news .news_title {
        margin-bottom: 5%;
    }

    .related_news .news_title a {
        font-size: 30px;
        line-height: 35px;
    }

    .related_news .news_list li {
        width: 100%;
        flex-direction: column;
    }

    .related_news .news_list li .news_img {
        width: 100%;
        height: 0;
        margin-bottom: 30px;
        padding-bottom: 67%;
    }

    .related_news .news_list li .news_mask {
        width: 100%;
    }

    .related_news .news_list li .news_mask .news_tit a {
        font-size: 22px;
        line-height: 1.4;
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .related_news .news_list li .news_mask .news_tit {
        margin: 20px 0 !important;
    }

    .related_news .news_wrap {
        padding: 0 30px;
    }

    .related_news .news_list li .news_mask .news_info {
        display: none;
    }

    .related_news .news_list li .news_mask .news_date {
        margin-bottom: 0 !important;
    }

    .related_products {
        margin-top: 8%;
    }

    .index_capabilities {
        margin-top: 10%;
    }

    .index_capabilities .capabilities_title {
        font-size: 30px;
        color: #191919;
        line-height: 42px;
    }

    .index_capabilities .capabilities_info {
        width: 100%;
    }

    .index_capabilities .capabilities_wrap {
        margin-top: 8%;
    }

    .index_capabilities .capabilities_wrap ul {
        flex-direction: column;
    }

    .index_capabilities .capabilities_wrap ul li {
        width: 100%;
        margin-bottom: 8%;
    }

    .index_capabilities .capabilities_wrap ul li .item_title a {
        height: auto;
        overflow: visible;
    }

    .index_capabilities .capabilities_wrap ul li .item_info {
        height: auto;
        overflow: visible;
    }

    .related_news .swiper-button-prev {
        width: 35px !important;
        height: 35px !important;
        margin-top: -17.5px !important;
    }

    .related_news .swiper-button-next {
        width: 35px !important;
        height: 35px !important;
        margin-top: -17.5px !important;
    }
}