﻿@charset "utf-8";

:root {
    --main-color: #E0002A;
    --dark-color: #333;
    --white-color: #FFFFFF;
    --transition-custom2: all 0.8s ease-in-out;
}

img {
    max-width: 100%;
}

@keyframes jumpDown {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(5px)
    }
}

/* footer */
.back_top {
    position: fixed;
    bottom: 2%;
    right: 10px;
    display: none;
    z-index: 99;
}

.back_top a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    background-color: var(--main-color);
    border-radius: 50%;
}

footer {
    position: relative;
    border-radius: 24px 24px 0px 0px;
    background-color: #1B1B1B;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9;
}

.footer .foot_text {
    padding-top: 55px;
    padding-bottom: 34px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.foot_mid {
    padding-top: 58px;
    padding-bottom: 115px;
}

.foot_menu>ul {
    padding-right: 120px;
    float: left;
}

.foot_menu>ul:last-child {
    padding-right: 0;
}

.foot_menu>ul>li.title a {
    margin-bottom: 24px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.foot_menu>ul>li>a {
    margin-bottom: 20px;
    display: block;
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.foot_menu>ul>li:last-child>a {
    margin-bottom: 0;
}

.foot_menu>ul>li>a:hover {
    color: var(--white-color);
}



.foot_adress .mt24 {
    margin-top: 24px;
}

.foot_adress .t {
    display: flex;
    align-items: center;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.6;
}

.foot_adress .t img {
    width: 20px;
    margin-right: 8px;
}

.foot_adress .text {
    padding-top: 8px;

}

.foot_adress .text a {
    color: var(--white-color);
    font-family: 'Rubik';
    font-weight: 500;
    line-height: 1.5;
}

.foot_share {
    padding-top: 32px;
}

.foot_share ul {
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
}

.foot_share ul li {
    padding: 0 8px;
}

.foot_share .w_bg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.30);
    backdrop-filter: blur(4px);
    z-index: 1;
}

.foot_share .w_bg::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%, -50%);
    background-color: var(--main-color);
    border-radius: 50%;
    z-index: -1;
    transition: all 0.4s ease;
}

.foot_share .w_bg img {
    width: 24px;
    height: 24px;
}

.eject_cont {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.eject_cont .eject_tc {
    position: absolute;
    bottom: calc(100% + 14px);
    left: 50%;
    margin-left: -112px;
    transform: translateY(-20px);
    width: 224px;

    opacity: 0;
    justify-content: center;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    z-index: -1;
}

.eject_cont .eject_tc:before {
    content: ' ';
    position: absolute;
    width: 28px;
    height: 14px;
    bottom: -14px;
    left: 50%;
    margin-left: -14px;
    background-image: url(../images/polygon.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.eject_cont .eject_tc .img_ {
    width: 100%;
    background: #FFFFFF;
    border-radius: 16px;
    overflow: hidden;
}

.eject_cont:hover {
    overflow: visible;
}

.eject_cont .eject_tc.m_show {
    opacity: 1;
    transform: translateY(0);
    z-index: 99;
}


.foot_share .eject_cont:hover .w_bg::before {
    width: 100%;
    height: 100%;
}

.foot_bottom {
    padding: 40px 0 38px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.foot_bottom .left {
    flex-wrap: wrap;
    flex: 1;
    padding-right: 10px;
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.foot_bottom .left a {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.5);
}

.foot_bottom .left a:hover {
    color: var(--white-color);
}

.foot_bottom .right .a {
    display: flex;
    align-items: center;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.foot_bottom .right .a img {
    margin-left: 8px;
    width: 20px;
}

@media (max-width:1680px) {
    .foot_menu>ul {
        padding-right: 80px;
    }

}

@media (max-width:1580px) {
    .foot_menu>ul {
        padding-right: 60px;
    }

}

@media (max-width:1440px) {
    .foot_menu>ul {
        padding-right: 40px;
    }

}

@media (max-width:1280px) {
    .eject_cont .eject_tc {
        margin-left: -100px;
        width: 200px;

    }

}

@media (max-width:1200px) {
    .foot_menu>ul {
        padding-right: 30px;
    }

    .eject_cont .eject_tc {
        margin-left: -90px;
        width: 180px;
    }

    .foot_mid .foot_right {
        flex: 1;
        max-width: 360px;
    }

}

@media (max-width:1100px) {
    .foot_menu {
        padding-right: 50px;
        display: flex;
        flex-wrap: wrap;
    }

    .foot_menu>ul {
        padding-right: 40px;
        padding-bottom: 15px;
    }

}

@media (max-width:991px) {
    .footer .foot_text {
        padding-top: 40px;
        padding-bottom: 25px;
    }

    .foot_mid {
        flex-wrap: wrap;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .foot_menu {
        padding-right: 0;
        width: 100%;
    }

    .foot_mid .foot_right {
        padding-top: 30px;
        width: 100%;
        flex: inherit;
        max-width: inherit;
    }

    .foot_share .w_bg {
        width: 50px;
        height: 50px;
    }

    .eject_cont .eject_tc {
        margin-left: -70px;
        width: 140px;
    }

}

@media (max-width:767px) {
    .footer .foot_text {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .foot_menu>ul {
        padding-right: 0;
        width: 100%;
    }

    .foot_menu>ul>li {
        float: left;
        padding-right: 10px;
        padding-bottom: 10px;
    }
    .foot_menu > ul > li > a {
        margin-bottom: 10px;
    }
    .foot_menu>ul>li.title {
        width: 100%;
    }

    .foot_menu>ul>li.title a {
        margin-bottom: 0;
    }

    .foot_mid .foot_right {
        padding-top: 0;
    }

    .foot_bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .foot_bottom>.my-container {
        flex-wrap: wrap;
    }

    .foot_bottom .left {
        flex: inherit;
        padding-right: 0;
        padding-bottom: 10px;
        font-size: 14px;
        /* letter-spacing: -0.5px;s */
        width: 100%;
    }

    .foot_bottom .left a {
        font-size: inherit;
    }

    .eject_cont .eject_tc {
        margin-left: -40px;
        transform: translateY(-10px);
        bottom: calc(100% + 10px);
    }

    .eject_cont .eject_tc::before {
        width: 20px;
        height: 10px;
        bottom: -10px;
        margin-left: -40px;
    }

}

/* banner */
.banner {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    z-index: 9;
}

.banner .index_banner {
    width: 100%;
    height: 100%;
}

.index_banner .img_pc {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.img_m {
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.index_banner video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.ban_text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9;
}

.ban_text .line {
    width: 24px;
    height: 1px;
    background-color: var(--white-color);
}

.ban_text .word-wrap {
    overflow: hidden;
}
.ban_text .word_logo {
    position: absolute;
    left: 0;
    bottom: calc(100% + 20px);
}
.ban_text .t {
    max-width:1000px;
    font-weight: 700;
    line-height: 1.5;
    color: var(--white-color);
    opacity: 0;
    overflow: hidden;
}

.ban_text .t:first-child {
    margin-top: 16px;
}

.ban_text .word-wrap:nth-child(2) .t {
    animation-delay: 0.6s;
}

.ban_text .word-wrap:nth-child(3) .t {
    animation-delay: 0.7s;
}

.ban_text .t em {
    font-family: 'Rubik';
    font-style: normal;
}

.ban_text .ban_btn {
    margin-top: 38px;
}

.ban_txt1,
.ban_txt2,
.ban_txt3,
.ban_btn {
    opacity: 0;
}

.swiper-slide-active .ban_txt1,
.swiper-slide-active .ban_txt2,
.swiper-slide-active .ban_txt3,
.swiper-slide-active .ban_btn {
    animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
}

.swiper-slide-active .t {
    animation: an_7 1s 1 both;
    animation-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
    animation-delay: 0.5s;
}

.swiper-slide-active .ban_txt1 {
    animation-delay: 0.3s;
}

.swiper-slide-active .ban_txt2 {
    animation-delay: 0.5s;
}

.swiper-slide-active .ban_txt3 {
    animation-delay: 0.8s;
}

.swiper-slide-active .ban_btn {
    animation-delay: 0.8s;
}

.swiper-slide-active .main-tit.splitting .char {
    animation: text-active-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both;
    transition-delay: calc(20ms + (30ms * var(--char-index)))
}


@keyframes text-active-animation {
    from {
        opacity: 0;
        filter: Alpha(opacity=0);
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    to {
        opacity: 1.0;
        filter: Alpha(opacity=100);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}


.banner .ban_button {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -100px;
    height: 50px;
    transition: bottom ease-out 1s 0.4s;
    z-index: 9;
}

.ban_button.active {
    bottom: 100px;
}

.ban_button .left {
    display: flex;
    align-items: center;
}

.ban_button .left>div {
    display: flex;
    position: relative;
    width: 68px;
    height: 68px;
    padding: 21px;
    justify-content: center;
    align-items: center;
    border-radius: 36px;
    border: 1px solid rgba(255, 255, 255, 0.30);
    cursor: pointer;
    z-index: 1;
}

.ban_button .left>div.swiper-button-disabled {
    cursor: default;
}

.ban_button .left>div::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    background-color: var(--main-color);
    border-radius: 36px;
    transition: all .3s ease;
    z-index: -1;
}

.ban_button .left>div:nth-child(2) {
    margin-left: -10px;
}

.ban_button .left>div:hover {
    border-color: var(--main-color);
}

.ban_button .left>div:hover::before {
    width: 100%;
    height: 100%;
}

.banner .ban-pagination {
    flex: 1;
    margin-left: 40px;
    position: relative;
    height: 2px;
    background: rgba(255, 255, 255, 0.20);
}

.banner .ban-pagination .swiper-pagination-progressbar-fill {
    background-color: var(--white-color);
}


@media (max-width:1366px) {
    .ban_button.active {
        bottom: 60px;
    }
   

}
@media (max-width:1279px) {

.ban_text .word_logo {
    position: relative;
    bottom: inherit;
}

}
@media (max-width:767px) {
    .ban_text {
        height:55%;
        align-items: flex-end;
    }
    .ban_button.active {
        bottom: 30px;
    }

    .ban_button .left>div {

        width: 50px;
        height: 50px;
        padding: 15px;

    }

    .ban_text .word-wrap .zh {
        font-size: 22px;
    }

    .ban_text .word-wrap .eng {
        font-size: 20px;
    }
    .ban_text .word_logo {
        max-width: 220px;
    }
   
}

/* index about */
.index_about {
    padding-top: 90px;
    overflow: hidden;
}

.about_text {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
}

.in_about_box {
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.in_about_box .in_a_left_text {
    position: absolute;
    left: 0;
    bottom: 0;
    max-width: 55%;
    opacity: 1 !important;
    z-index: -1;
}

.in_about_box .top {
    padding-bottom: 34px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.in_about_box .about_text {
    max-width: 800px;
}
.about_year {
    color: var(--main-color);
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 1.5;
}

.about_year span {
    display: block;
}

.in_about_box .bottom {
    padding-top: 32px;
}

.in_about_box .bottom .index_button {
    padding-top: 28px;
}

.in_about_box .in_a_b_right {
    width: 60%;
    max-width: 786px;
}

.in_about_box .in_a_b_right .text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.in_a_number {
    padding-top: 45px;
}

.in_a_number ul {
    display: flex;
    align-items: stretch;
    margin-left: -24px;
    margin-right: -24px;
}

.in_a_number ul li {
    width: 33.33%;
    padding: 0 24px;
}

.in_a_number .info-detail {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.in_a_number .icon img {
    width: 28px;
}

.in_a_number .info-detail p {
    margin-top: 8px;
    color: var(--dark-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.in_a_number .info_number {
    padding-top: 8px;
    display: flex;
    align-items: flex-end;
}

.in_a_number .info_number span {
    color: var(--main-color);
    font-family: 'Rubik bold';
    font-size: 42px;
    font-weight: 500;
    line-height: 1;
}

.in_a_number .info_number em {
    display: block;
    padding-left: 8px;
    color: var(--dark-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.index_a_link {
    padding: 0 55px;
}

.a_link_video {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
}

.a_video_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0, 2, 14, 0.00) 0%, #00020E 100%);
}

.video_k {
    height: 780px;
}

.video_k video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.a_video_link {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

    border-top: 1px solid rgba(255, 255, 255, 0.30);
    z-index: 9;
}

.a_video_link ul {
    display: flex;

}

.a_video_link ul li {
    width: 33.33%;
    border-right: 1px solid rgba(255, 255, 255, 0.30);
}

.a_video_link ul li:last-child {
    border-right: none;
}

.a_video_link ul li a {
    position: relative;
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 1;

}

.a_video_link ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background-color: var(--main-color);
    transition: width .4s;
    z-index: -1;
}

.a_video_link .text .t {
    color: var(--white-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
}

.a_video_link .text .eng {
    padding-top: 8px;
    color: var(--white-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    opacity: 0.5;
}

.a_video_link .icon {
    width: 60px;
}

.a_video_link .icon img {
    width: 100%;
}

.a_video_link .icon img:nth-child(2) {
    display: none;
}

.a_video_link ul li a:hover::before {
    width: 100%;
}

.a_video_link ul li a:hover .icon img:nth-child(1) {
    display: none;
}

.a_video_link ul li a:hover .icon img:nth-child(2) {
    display: block;
}

@media (max-width:1580px) {
    .in_a_number .info_number span {
        font-size: 38px;
    }
}

@media (max-width:1440px) {
    .in_a_number ul {
        margin-left: -20px;
        margin-right: -20px;
    }

    .in_a_number ul li {
        padding: 0 20px;
    }

    .in_a_number .info_number span {
        font-size: 34px;
    }

}

@media (max-width:1366px) {
    .in_about_box .in_a_b_right {
        width: 65%;
    }

    .in_a_number .info_number span {
        font-size: 32px;
    }

    .video_k {
        height: 680px;
    }
}

@media (max-width:1279px) {
    .in_about_box .in_a_b_right {
        width: 70%;
    }

    .in_a_number .info_number span {
        font-size: 30px;
    }
    .in_a_number .info-detail p {
        min-height: 52px;
    }
    .video_k {
        height: 580px;
    }

}

@media (max-width:991px) {
    .index_a_link {
        padding: 0 40px;
    }

    .video_k {
        height: 500px;
    }

    .a_video_link ul li a {
        padding: 40px 20px;
    }
    
}

@media (max-width:767px) {
    .index_about {
        padding-top: 50px;
    }

    .in_about_box .top {
        flex-wrap: wrap;
    }

    .about_text {
        width: 100%;
    }

    .about_year {
        margin-top: 20px;
    }

    .in_about_box .bottom {
        flex-wrap: wrap;
    }

    .in_about_box .in_a_b_right {
        width: 100%;
    }

    .in_a_number ul {
        flex-wrap: wrap;
    }

    .in_a_number ul li {
        width: 100%;
        padding-bottom: 25px;
    }
    .in_a_number .info-detail p {
        min-height: inherit;
    }
    .video_k {
        position: relative;
        height: 200px;
        overflow: hidden;
    }
    .a_link_video {
        border-radius: 16px;
    }
    
    .index_a_link {
        padding: 0 16px;
    }
    .a_video_link {
        display: none;
    }
    .a_video_link ul {
        flex-wrap: wrap;
    }

    .a_video_link ul li {
        width: 100%;
    }

    .a_video_link ul li {
        border-bottom: 1px solid rgba(255, 255, 255, 0.30);
        border-right: none;
    }

    .a_video_link ul li:last-child {
        border-bottom: none;
    }

    .a_video_link ul li a {
        padding: 20px 20px;
    }

    .a_video_link .icon {
        width: 40px;
    }

    .about_year span {
        transform: translateX(0) !important;
    }

    .in_about_box .in_a_left_text img {
        transform: translateX(0) !important;
    }
}

/* product */
.index_product {
    position: relative;
    margin-top: 78px;
    display: flex;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
}

.index_product .bg_tab {
    display: flex;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 8;
}

.index_p_tab {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    z-index: 9;
}

.index_p_tab .my-container>div {
    position: relative;
    height: 1px;
    width: 100%;
}

.index_product .box {
    position: relative;
    display: flex;

    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.w_box {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    display: flex;
    z-index: 1;
}

.w_box .p_tab01 {
    width: 100%;
    display: flex;
    flex-flow: column;
}

.w_box .p_tab01 .bg,
.w_box .p_tab01 .mask {
    display: none;
}

.w_box .p_tab01 {
    justify-content: flex-start;
}

.w_box .p_tab01:first-child {
    justify-content: flex-start;
}
.w_box .p_tab01:nth-child(2) {
    justify-content: flex-end;
    text-align: right;
} 
.w_box .p_tab01 .link {
    margin-top: 34vh;
} 


.index_product .text {
    width: 100%;
    display: flex;
    flex-flow: column;
}
.w_box .p_tab01:nth-child(2) .text {
    align-items: flex-end;
}
.index_product .text .icon img {
    max-width: 60px;
}

.index_product .text .t {
    margin-top: 16px;
    color: var(--white-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.7;
}

.index_product .text .des {
    margin-top: 9px;
    max-width: 580px;
    color: var(--white-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    opacity: 0.8;
}

.index_product .link {
    width: 100%;
    display: flex;
    /* opacity: 0; */
    min-width: 600px;
    /* transition: opacity 0.2s; */
}

.index_product .link ul {
    margin-left: -8px;
    margin-right: -8px;
    display: flex;
    align-items: flex-end;
    width: 100%;
}

.w_box .p_tab01:nth-child(2) .link ul {
    justify-content: flex-end;
}

.w_box .p_tab01:nth-child(2) .link .t {
    text-align: left;
}

.index_product .link ul li {
    width: 33.33%;
    max-width: 265px;
    padding: 8px;
}

.index_product .link ul li a {
    display: flex;
    height: 140px;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    transition: border-color 0.6s;
}

.index_product .link .button-more .button_su_inner {
    padding: 24px;
}

.index_product .link .button_text_container {
    display: flex;

    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.index_product .link .t {
    width: 100%;
    color: var(--white-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.index_product .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transform: scale(1.3, 1.3);
    transition: transform 2.6s ease-in-out;
    z-index: -1;
}

.index_product.active .bg {
    transform: scale(1, 1);
    transition-delay: 1.2s;
}

.index_product .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.50) 0%, #000 100%);
    transition: all .3s;
}

.index_product:hover .mask {
    opacity: 0.5;
}


.index_product:hover .act .mask {
    opacity: 0.4;
}

/* .index_product .box.act {
    width: calc(100% - 475px);
}

.w_box .p_tab01.active {
    width: calc(100% - 475px);
} */

.index_product .active .link {
    opacity: 1;
}

.index_product .link ul li a:hover {
    border-color: var(--main-color);
}


@media (max-width:1439px) {
    .index_product .link .button-more .button_su_inner {
        padding: 24px 20px;
    }

}

@media (max-width:1365px) {
    .index_product .link .button-more .button_su_inner {
        padding: 24px 18px;
    }
}

@media (max-width:1280px) {
    /* .index_product .box.act {
        width: calc(100% - 400px);
    }

    .w_box .p_tab01.active {
        width: calc(100% - 344px);
    } */


}

@media (max-width:1279px) {

    .index_product .link {
        min-width: inherit;
    }
    .w_box .p_tab01 .link {
        margin-top: 17vh;
    }
    /* .w_box .p_tab01:nth-child(1) .link {
        margin-top: 17vh;
    }
    .w_box .p_tab01:nth-child(2) .link {
        margin-bottom: 17vh;
    } */

}

@media (max-width:991px) {
    /* .index_product .box.act {
        width: calc(100% - 240px);
    }

    .w_box .p_tab01.active {
        width: calc(100% - 225px);
    } */

}

@media (max-width:767px) {
    .index_product {
        margin-top: 50px;
        height: auto;
        min-height: inherit;
    }

    .index_product .bg {
        transform: scale(1);
    }

    .index_product .bg_tab {
        display: none !important;
    }

    .index_p_tab {
        position: relative;
        left: 0;
        top: inherit;
        transform: initial;
    }

    .index_p_tab>.my-container {
        padding: 0;
    }

    .index_p_tab .my-container>div {
        height: auto;
    }

    .w_box {
        position: relative;
        left: 0;
        top: inherit;
        transform: initial;
        flex-wrap: wrap;
    }

    .w_box .p_tab01 {
        width: 100%;
        position: relative;
        padding: 60px 16px;
    }

    .w_box .p_tab01 .bg,
    .w_box .p_tab01 .mask {
        display: block;
    }

    .index_product .text {
        position: relative;
        z-index: 9;
    }
    .w_box .link {
        width: 100%;
    }
    .w_box .p_tab01:nth-child(1) .link {
        margin-top: 10vh;
        opacity: 1;
    }

    .w_box .p_tab01:nth-child(2) .link {
        margin-top: 10vh;
        opacity: 1;
        margin-bottom: 0;
    }

    .w_box .p_tab01:nth-child(2) {
        justify-content: flex-start;
        text-align: left;
    }

    .w_box .p_tab01:nth-child(2) .text {
        order: inherit;
    }

    .w_box .p_tab01:nth-child(2) .link ul {
        justify-content:space-between;
    }

    .index_product .link ul {
        flex-wrap: wrap;
        /* width: max-content; */
        align-items: stretch;
        margin-left: -4px;
        margin-right: -4px;
    }

    .index_product .link ul li {
        padding: 4px;
        width: 100%;
        max-width: inherit;
    }

    .index_product .text .icon img {
        max-width: 46px;
    }

    .index_product .text .t {
        margin-top: 10px;
        line-height: 1.5;
    }

    .index_product .text .des {
        font-size: 16px;
        max-width: 300px;
    }

    .index_product .link ul li a {
        height: 130px;
    }

    .index_product .link .button-more .button_su_inner {
        padding: 20px 12px;
    }

}

/* index new */
.new_swiper {
    overflow: visible;
}

.new_button {
    padding-top: 75px;
    padding-bottom: 48px;
    display: flex;
    align-items: center;
}

.new_button .new-pagination {
    position: relative;
    width: 142px;
    height: 2px;
}

.new_button .new-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--main-color);
}

.new_button .num01 {
    margin-right: 16px;
    min-width: 20px;
    color: var(--main-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.new_button .total {
    margin-left: 16px;
    min-width: 20px;
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.new_button .l {
    margin-left: 24px;
}

.button_cicle {
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: center;
    transition: all .3s;
    cursor: pointer;
}

.button_cicle.l {
    margin-right: 8px;
}

.button_cicle.l {
    background-image: url(../images/arrow_left_black.svg);
}

.button_cicle.r {
    background-image: url(../images/arrow_right_black.svg);
}

.button_cicle:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.button_cicle.l:hover {
    background-image: url(../images/arrow-left.svg);
}

.button_cicle.r:hover {
    background-image: url(../images/arrow-right.svg);
}


.play {
    position: relative;
    float: right;
    height: 24px;
    width: 24px;
    margin-right: 24px;
    cursor: pointer;
}

.play i {
    width: 24px;
    height: 24px;
}

.play .suspend {
    display: none;
}


/* new */
.index_new {
    padding-top: 170px;
    padding-bottom: 185px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.in_new_title {
    align-items: flex-end;
}

.in_new_title .left .t {
    color: var(--dark-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
}

.in_new_title .left .des {
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
}

.new_in_list {
    height: 350px;
    border-radius: 24px;
    display: block;
    background: var(--white-color);
}

.new_in_list .button_su_inner {
    padding: 32px;
}

.new_in_list .button_text_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.new_in_list .time {
    padding-left: 26px;
    color: var(--main-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-image: url(../images/time_red.svg);
    background-position: 0 3px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    transition: all 0.4s;
}

.new_in_list .title {
    margin-top: 16px;
    height: 64px;
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    transition: all 0.4s;
}

.new_in_list .des {
    margin-top: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 52px;
    color: #666;
    transition: height 0.5s;
}

.new_in_list .new_more {
    padding-top: 40px;
    opacity: 0.2;
    transition: all 0.4s;
}

.new_in_list .new_more span {
    padding-right: 34px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-image: url(../images/more_r_black.svg);
    background-size: 26px 26px;
    background-repeat: no-repeat;
    background-position: right;
}

.new_in_list:hover .button_text_container {
    justify-content: center;
}

.new_in_list:hover .time {
    color: var(--white-color);
    background-image: url(../images/time_white.svg);
}

.new_in_list:hover .title {
    color: var(--white-color);
}

.new_in_list:hover .des {
    height: 0;
}

.new_in_list:hover .new_more {
    opacity: 1;
}

.new_in_list:hover .new_more span {
    color: var(--white-color);
    background-image: url(../images/more_r_white.svg);
}

.button_su {
    overflow: hidden;
    position: relative;
    display: inline-block;
    z-index: 8;
}

.su_button_circle {
    background-color: var(--main-color);
    border-radius: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    margin-left: 0;
    margin-top: 0;
    pointer-events: none
}

.button-more {
    width: 100%;
    /* transition: all 0.5s; */
}

.button_su_inner {
    display: block;
    width: 100%;
    height: 100%;
    transition: 400ms;
    z-index: 100000
}

.button_su_inner:hover {
    color: var(--main-color);
}

.button_text_container {
    position: relative;
    height: 100%;
    z-index: 10000
}

.explode-circle {
    animation: explode 0.6s forwards cubic-bezier(0.63, 0.01, 0.45, 1);
}

.desplode-circle {
    /* animation: desplode 0.4s forwards cubic-bezier(0.63, 0.01, 0.45, 1); */
    animation: desplode 0.4s forwards;
}


@media (min-width:768px) {

    .button-more .button_su_inner {
        display: block;
        width: 100%;
    }
    
    .button-more .su_button_circle {
        background: var(--main-color);
        z-index: 4;
    }
}
@keyframes explode {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: var(--main-color)
    }

    100% {
        width: 2000px;
        height: 2000px;
        margin-left: -1000px;
        margin-top: -1000px;
        background-color: var(--main-color)
    }
}

@keyframes desplode {
    0% {
        width: 2000px;
        height: 2000px;
        margin-left: -1000px;
        margin-top: -1000px;
        background-color: var(--main-color)
    }

    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: var(--main-color)
    }
}

@keyframes explode1 {
    0% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: var(--main-color)
    }

    100% {
        width: 2000px;
        height: 2000px;
        margin-left: -1000px;
        margin-top: -1000px;
        background-color: var(--main-color)
    }
}

@keyframes desplode1 {
    0% {
        width: 2000px;
        height: 2000px;
        margin-left: -1000px;
        margin-top: -1000px;
        background-color: var(--main-color)
    }

    100% {
        width: 0px;
        height: 0px;
        margin-left: 0px;
        margin-top: 0px;
        background-color: var(--main-color)
    }
}



@media (max-width:767px) {
    .su_button_circle {
        display: none !important;
    }
    .button_su_inner:hover {
        background-color: var(--main-color);
    }
    .index_new {
        padding-top: 50px;
        padding-bottom: 55px;
        background-position: 60% 50%;
    }

    .in_new_title .left .des {
        margin-top: 5px;
        font-size: 16px;
    }

    .new_button {
        padding-top: 50px;
        padding-bottom: 48px;
    }

    .new_button .new-pagination {
        flex: 1;
    }

    .play {
        margin-right: 16px;
    }

    .in_new_bottom .mo_show .index_button {
        margin-top: 25px;
        justify-content: left;
    }

    .new_in_list {
        height: 280px;
    }

    .new_in_list .button_su_inner {
        padding: 25px;
    }
    .new_in_list .title {
        font-size: 16px;
        height: 56px;
        line-height: 28px;
    }


}

/* index last */
.index_last {
    position: relative;
    padding: 110px 0;
    margin-bottom: -24px;
    overflow: hidden;
}

.index_last .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(276deg, rgba(0, 2, 14, 0.00) 30.8%, #00020E 95.42%);
}

.index_last .bg {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;

    z-index: -1;
}

.index_last .my-container {
    position: relative;
    z-index: 9;
}

.index_last .title {
    max-width: 850px;
    overflow: hidden;
}

.index_last .title .tt {
    color: var(--white-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.index_last .text {
    margin-top: 16px;
    max-width: 640px;
    overflow: hidden;
}

.index_last .text p {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.index_last .index_button {
    margin-top: 56px;
}

.index_last .bg img {
    width: 100%;
    object-fit: cover;
}

.anim-image-parallax {
    transform: scale(1);
}

@media (max-width:767px) {

    .index_last {
        padding: 80px 0;
    }
    .index_last .bg img {
       height: 100%;
    }

}

/* page */
.n_page {}

.height96 {
    height: 96px;
}

.page_banner {
    position: relative;
    width: 100%;
    height: 690px;
    z-index: 9;
}

.page_banner .img {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.page_banner .img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.2;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.20) 0%, #000 100%);
}

.page_banner .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page_banner .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/banner_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}

.page_text {
    display: flex;
    align-items: flex-end;
    padding-bottom: 108px;
    width: 100%;
    height: calc(100% - 176px);
    overflow: hidden;
}

.page_text h2 {
    color: var(--white-color);
    font-style: normal;
    font-weight: 400;
    line-height: 1.48;
}

.page_text .eng {
    margin-top: 8px;
    color: var(--white-color);
    font-style: normal;
    font-family: 'Rubik';
    font-weight: 300;
    line-height: 1.33
}

.page_menu_list {}

.page_menu_list ul {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
}

.page_menu_list ul li {
    padding: 0 20px;
}

.page_menu_list ul li a {
    position: relative;
    display: block;
    padding-top: 26px;
    padding-bottom: 26px;
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

.page_menu_list ul li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 2px;
    background: var(--main-color);
    opacity: 0;
    transition: width 0.5s;
}

.page_menu_list ul li.active a,
.page_menu_list ul li a:hover {
    color: var(--main-color);
}

.page_menu_list ul li.active a::before,
.page_menu_list ul li a:hover::before {
    width: 100%;
    opacity: 1;
}

.location_box {
    position: relative;
    width: 100%;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(12px);
    overflow: hidden;
    z-index: 9;
}

.location_box.fix_nav .page_menu_list ul li a {
    padding-top: 18px;
    padding-bottom: 18px;
}

.location {
    display: flex;
    align-items: center;
}

.location a {
    line-height: 26px;
}

.location a:first-child {
    width: 18px;
    height: 18px;
    background-image: url(../images/home_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    font-size: 0;
}

.location a:nth-child(n + 2) {
    margin-left: 8px;
    padding-left: 20px;
    color: rgba(0, 0, 0, 0.3);
    font-size: 16px;
    font-weight: 400;
    background-image: url(../images/page_jt.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 14px 14px;
}

.location a:nth-child(n + 2):hover {
    color: var(--dark-color);
}

@media (max-width:1440px) {
    .page_banner {
        height: 600px;
    }

}

@media (max-width:1280px) {
    .page_banner {
        height: 560px;
    }

    .page_text {
        padding-bottom: 60px;
    }

}

@media (max-width:991px) {
    .page_banner {
        height: 500px;
    }

    .page_text {
        padding-bottom: 100px;
        height: calc(100% - 160px);
    }

    .height96 {
        height: 80px;
    }
    .location a:nth-child(3n) {
        display: none;
    }
    .page_menu_list ul {
        margin-left: -10px;
        margin-right: -10px;
    }
    
    .page_menu_list ul li {
        padding: 0 10px;
    }
    .page_menu_list ul li a {
        font-size: 16px;
    }

}

@media (max-width:767px) {
    .page_banner {
        height: 300px;
    }

    .page_text {
        padding-bottom: 40px;
        height: calc(100% - 60px);
    }

    .page_banner .mask {
        background-position: 25% 50%;
    }

    .height96 {
        height: 60px;
    }

    .location_box {
        display: none;
    }

    .page_text .eng {
        font-size: 22px;
    }

}

/*page*/
.paged {
    padding: 50px 0 50px 0;
    text-align: center;
    overflow: hidden;
}

.paged .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paged .pagination li {
    display: inline-block;
}

.paged:after {
    clear: both;
    content: '';
    width: 0px;
    display: block;
    height: 0px;
    visibility: hidden;
}

.paged span,
.paged a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 4px;
    padding: 4px;
    height: 48px;
    width: 48px;
    font-size: 18px;
    font-family: 'Rubik';
    font-weight: 400;
    border-radius: 55px;
    background: var(--white-color);
}

/* .paged ul li:nth-child(2) span,
.paged ul li:first-child span,
.paged ul li:last-child a,
.paged ul li:first-child a,
.paged ul li:nth-child(2) a,
.paged ul li:last-child span,
.paged ul li:nth-last-child(2) span,
.paged ul li:nth-last-child(2) a {
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.paged ul li:first-child a:hover,
.paged ul li:first-child span:hover,
.paged ul li:last-child a:hover,
.paged ul li:last-child span:hover,
.paged ul li:nth-last-child(2) span:hover,
.paged ul li:nth-last-child(2) a:hover,
.paged a:hover,
.paged .active span {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
} */
.paged ul li:first-child span,
.paged ul li:first-child a,
.paged ul li:last-child span {
    width: 48px;
    height: 48px;
    background-color: transparent;
    border: 1px solid rgba(0, 0, 0, 0.20);
}

.paged ul li:first-child a:hover,
.paged ul li:first-child span:hover,
.paged ul li:last-child a:hover,
.paged ul li:last-child span:hover,
.paged a:hover,
.paged .active span {
    color: var(--white-color);
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.paged a:hover svg path {
    stroke: var(--white-color);
}
.paged ul li.disabled span {
    cursor: default;
    pointer-events: none;
}

@media (max-width:767px) {
    .paged {
        padding: 30px 0 30px 0;
    }

    .paged span,
    .paged a {
        font-size: 14px;
        padding: 0 5px;
        margin: 0 2px;
        width: 40px;
        height: 40px;
    }

    .paged ul li:first-child span,
    .paged ul li:last-child a,
    .paged ul li:first-child a,
    .paged ul li:last-child span {
        width: 40px;
        height: 40px;
    }

    .paged ul li:first-child a,
    .paged ul li:first-child span,
    .paged ul li:last-child a,
    .paged ul li:last-child span {
        display: none;
    }

}



/* new */

.pt65 {
    padding-top: 65px;
}

.new_box {
    padding-bottom: 50px;

    background: #F2F7FB;
}

.page_n_box {
    min-height: 50vh;
    margin-bottom: -24px;
}

.new_title {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
}

.new_top {
    margin-top: 48px;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.new_top_left {
    display: flex;
    flex: 1;
    margin-left: -12px;
    margin-right: -12px;
}

.new_top_left .box.act {
    width: calc(100% - 180px);
}

.new_top_left .box {
    display: flex;
    position: relative;
    width: 180px;
    height: 540px;
    margin-left: 12px;
    margin-right: 12px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 16px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.new_top_left .thumb {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    -webkit-transition: -webkit-transform .6s;
    transition: -webkit-transform .6s;
    -o-transition: transform .6s;
    transition: transform .6s;
    transition: transform .6s, -webkit-transform .6s;
    -webkit-transition: transform .6s;
}

.new_top_left .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 32px;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
}

.new_top_left .time {
    padding-left: 26px;
    color: var(--white-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-position: 0 3px;
    background-size: 18px 18px;
    background-repeat: no-repeat;

    background-image: url(../images/time_white.svg);
}

.new_top_left .title {
    margin-top: 8px;
    min-width: 200px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
}
.new_top_left .box:hover .thumb {
    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.new_top_right {
    padding-left: 24px;
    width: 33.6%;
}

.new_top_right ul {
    height: 100%;
}

.new_top_right ul li {
    width: 100%;
    height: 50%;
}

.new_top_right a {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: var(--white-color);
}

.new_top_right a:hover .button_text_container {
    justify-content: space-between;
}

.new_top_right ul li:first-child {
    padding-bottom: 12px;
}

.new_top_right ul li:nth-child(2) {
    padding-top: 12px;
}

.new_bottom {
    padding-top: 80px;
}

.new_list {
    padding-top: 36px;

}

.new_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.new_list ul li {
    width: 33.33%;
    padding: 12px;
}

.new_list a {
    height: 363px;
    border-radius: 32px;
    background: var(--white-color);
    z-index: 8;
}

.new_list .title {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    height: 64px;
    line-height: 32px;
    transition: all 0.4s;
}

.new_list .des {
    margin-top: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #666;
    transition: all 0.4s;
}

.new_list .line {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.new_list .line .i {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #F2F7FB;
    background-image: url(../images/more_r_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
}

.new_list .button_su_inner {
    padding: 40px;
    position:relative;
    z-index: 5;
}

.new_list .button_text_container {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    
}

.new_list .line .time {
    padding-left: 26px;
    color: var(--main-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-image: url(../images/time_red.svg);
    background-position: 0 3px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.new_list .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-radius: 32px;
    opacity: 0;
    overflow: hidden;
    transition: all .5s;
    z-index: 4;
}
.new_list .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.30);
}
.new_list .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.new_list a:hover {
    border-radius: 32px;
    box-shadow: 0px 4px 54px 0px rgba(224, 0, 42, 0.20);
}

.new_list a:hover .title {
    color: var(--white-color);
}

.new_list a:hover .des {
    color: rgba(255, 255, 255, 0.80);
}

.new_list a:hover .line {
    border-color: rgba(255, 255, 255, 0.30);
}

.new_list a:hover .time {
    color: var(--white-color);
    background-image: url(../images/time_white.svg);
}

.new_list a:hover .i {
    background-color: var(--white-color);
    background-image: url(../images/menu_red.svg);
}

.new_list a:hover .thumb {
    height: 100%;
    width: 100%;
    opacity: 1;
}

@media (max-width:991px) {
    .new_top_left .box {
        height: 480px;
    }

    .new_top_left .mask {
        padding: 32px 20px;
    }

    .new_list .button_su_inner {
        padding: 30px 20px;
    }

    .new_top_right .new_in_list .button_su_inner {
        padding: 30px 20px;
    }

    .new_top_right .new_in_list .new_more {
        padding-top: 30px;
    }

    .new_list a {
        height: 300px;
    }

    .new_list .des {
        margin-top: 25px;
    }

    .new_list .line {
        padding-top: 25px;
    }

    .new_list .line .i {
        width: 40px;
        height: 40px;
        background-size: 20px 20px;
    }


}

@media (max-width:767px) {
    .pt65 {
        padding-top: 50px;
    }

    .new_top {
        flex-wrap: wrap;
        margin-top: 30px;
        overflow: hidden;
    }

    .new_top_left {
        flex: inherit;
        flex-wrap: wrap;
        width: 100%;
        margin: 0;
    }

    .new_top_left .box {
        width: 100%;
        height: 300px;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 24px;
    }
    
    .new_top_left .box.act {
        width: 100%;
        border-radius: 16px;
    }

    .new_top_right {
        padding-left: 0;
        width: 100%;
    }

    .new_list ul li {
        width: 50%;
    }
    .new_top_left .mask {
        padding: 32px 20px 20px 20px;
    }
    .new_top_left .title {
        font-size: 18px;
        white-space: inherit;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    }
    .new_bottom {
        padding-top: 50px;
    }
    .new_list a {
        border-radius: 16px;
    }
}

@media (max-width:540px) {
    .new_list ul li {
        width: 100%;
    }


}

/* article */
.article_ban {
    position: relative;
    padding-bottom: 67px;
    width: 100%;
    border-radius: 0px 0px 0px 64px;
    background: var(--main-color);
    z-index: 1;
}

.article_ban::before {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 0px 0px 0px 64px;
    opacity: 0.4;
    background-image: url(../images/article_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
}

.article_ban .location {
    margin-top: 55px;
}

.article_ban .index_button a {
    height: 42px;
}

.article_ban .index_button span {
    width: 42px;
    height: 42px;
}
.article_ban .index_button i{
background-image: url(../images/arrow-left.svg);
}
.article_ban .index_button a:hover span {
    border-color:rgba(255, 255, 255, 0.20);
   background-color:transparent;
}
.location.white a:first-child {
    background-image: url(../images/home_icon_w.svg);
}

.location.white a:nth-child(n + 2) {
    color: rgba(255, 255, 255, 0.8);
    background-image: url(../images/page_jt_w.svg);
}

.article_ban .title {
    margin-top: 24px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
}

.pt45 {
    padding-top: 45px;
}

.article_share {
    padding-top: 32px;
}

.article_share .time {
    padding-left: 26px;
    color: var(--white-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-position: 0 3px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-image: url(../images/time_white.svg);
}

.article_share .view {
    margin-left: 24px;
    padding-left: 26px;
    color: var(--white-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-position: 0 3px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-image: url(../images/view_white.svg);
}

.new_xqfxbox {
    display: flex;
    align-items: center;
}

.new_xqfxbox .name {
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.new_xqfxbox span {
    margin-left: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    border-radius: 60px;
    background: rgba(255, 255, 255, 0.30);
    border-radius: 50%;
    transition: background-color .3s;
    cursor: pointer;
}

.new_xqfxbox span img:nth-child(2) {
    display: none;
}

.new_xqfxbox span:hover {
    background: rgba(255, 255, 255, 0.5);
}

.share-copy {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 300px;
    height: 42px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 6px 6px 6px 6px;
    font-size: 14px;
    padding: 6px 16px;
    color: #FFFFFF;
    z-index: 9999;
}

.article_box {
    position: relative;

    background-color: var(--white-color);
    z-index: 1;
}

.article_box:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30%;
    height: 100%;
    background: #F2F7FB;
    z-index: -1;
}

.article_box>.my-container {
    display: flex;
    align-items: stretch;
}

.article_box .article_left {
    flex: 1;
    padding-top: 68px;
    padding-bottom: 94px;
    padding-right: 70px;
}

.article_text h3 {
    padding-bottom: 24px;
    color: var(--dark-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.article_text p {
    padding-bottom: 24px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_text p:last-child {
    padding-bottom: 0;
}

.article_text p img {
    display: block;
    border-radius: 24px;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}

.article_box .article_right {
    width: 460px;
    padding-top: 68px;
    padding-bottom: 94px;
    padding-left: 70px;
    border-radius: 32px 0px 0px 0px;
    background: #F2F7FB;
}

.article_right .big_t {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.article_right .ul {
    padding-top: 2px;
}

.article_right .ul a {
    display: block;
    position: relative;
    padding-bottom: 30px;
    padding-top: 30px;
}

.article_right .ul a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.10);
}

.article_right .ul a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: width .4s;
}

.article_right .ul .t {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}

.article_right .ul .time {
    margin-top: 28px;
    padding-left: 26px;
    color: var(--main-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-image: url(../images/time_red.svg);
    background-position: 0 3px;
    background-size: 18px 18px;
    background-repeat: no-repeat;
}

.article_right .ul a:hover::before {
    width: 100%;
}

.article_page {
    margin-top: 70px;
    padding-top: 48px;
    border-top: 1px solid #EBEFF5;
}

.article_page a {
    display: flex;
    padding: 32px;
    flex-direction: column;
    align-items: flex-start;

    border-radius: 24px;
    background-color: #F2F7FB;
    width: calc(50% - 15px);
    transition: background-color .3s;
}

.article_page a .t {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 700;
    height: 54px;
    line-height: 27px;
}

.article_page a span {
    margin-top: 32px;
    display: flex;
    padding: 6px 16px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    border: 1px solid var(--main-color);
    color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.article_page a:hover {
    background-color: var(--main-color);
}

.article_page a:hover .t {
    color: var(--white-color);
}

.article_page a:hover span {
    color: rgba(255, 255, 255, 0.80);
    background: rgba(255, 255, 255, 0.20);
}

@media (max-width:1279px) {
    .article_box .article_left {
        padding-right: 50px;
    }

    .article_box .article_right {
        width: 420px;
        padding-left: 50px;
    }
}

@media (max-width:991px) {
    .article_box .article_left {
        padding-right: 30px;
    }

    .article_box .article_right {
        width: 270px;
        padding-left: 30px;
    }


}

@media (max-width:767px) {
    .pt45 {
        padding-top: 25px;
    }

    .article_ban .location {
        margin-top: 35px;
    }

    .location a:nth-child(n+2) {
        margin-left: 4px;
        padding-left: 18px;
    }

    .article_ban .title {
        font-size: 22px;
    }

    .article_share {
        flex-wrap: wrap;
    }

    .new_xqfxbox {
        margin-top: 20px;
        width: 100%;
    }

    .new_xqfxbox span {
        margin-left: 16px;
        width: 46px;
        height: 46px;
        padding: 12px;
    }

    .article_box::after {
        display: none;
    }

    .article_box>.my-container {
        flex-wrap: wrap;
    }

    .article_box .article_left {
        flex: inherit;
        width: 100%;
        padding-top: 40px;
        padding-bottom: 30px;
        padding-right: 0;
    }

    .article_box .article_right {
        width: 100%;
        padding-top: 30px;
        border-radius: 0;
        padding-left: 0;
        background: transparent;
    }

    .article_page {
        margin-top: 30px;
        padding-top: 25px;
        flex-wrap: wrap;
    }

    .article_page a {
        padding: 25px 20px;
        width: 100%;
        margin-bottom: 15px;
    }

    .article_page a .t {
        font-size: 16px;
        font-weight: 500;
        line-height: 25px;
        height: 50px;
    }

    .article_page a span {
        font-size: 14px;
    }

    .article_right .ul .t {
        font-size: 18px;
    }

    .article_right .ul a {
        padding-bottom: 20px;
        padding-top: 20px;
    }
    .article_text p img {
        border-radius: 16px;
    }
}

/* 企业内刊 */
.qynk_menu {
    position: fixed;
    top: 15%;
    left: 22px;
}

.qynk_menu>ul>li {
    position: relative;
    padding-left: 16px;
    margin-bottom: 16px;
}

.qynk_menu>ul>li>a {
    display: block;

    color: rgba(0, 0, 0, 0.20);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.qynk_menu>ul>li::before {
    content: '·';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--main-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    opacity: 0;
}

.qynk_menu>ul>li.active::before {
    opacity: 1;
}

.qynk_menu>ul>li.active a {
    color: var(--main-color);
}

.qynk_box {
    padding-bottom: 50px;
}

.qynk_title {
    padding-top: 45px;
    padding-bottom: 16px;
    color: var(--dark-color);
    font-family: 'Rubik';
    font-weight: 400;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.qynk_list {
    padding-top: 28px;
}

.qynk_list ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}

.qynk_list ul li {
    width: 50%;
    padding: 12px;
}

.qynk_list .bg {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    padding: 32px;
    border-radius: 24px;
    background: var(--white-color);
    transition: transform .4s;
}

.qynk_list .bg .thumb {
    width: 260px;
    border-radius: 10px;
    overflow: hidden;
}

.qynk_list .bg .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.qynk_list .bg .thumb img {
    width: 100%;
}

.qynk_list .text {
    flex: 1;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.qynk_list .t{
    color: var(--dark-color);
font-weight: 700;
line-height: 1.5;
}
.qynk_list .des {
    margin-top: 8px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.qynk_list .view_more {
    display: flex;
}

.qynk_list .view_more>div {
    display: flex;
    padding: 16px 20px 16px 24px;
    align-items: center;
    border-radius: 30px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: var(--white-color);
    transition: all .4s;
}

.qynk_list .view_more span {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.qynk_list .view_more i {
    margin-left: 16px;
    width: 24px;
    height: 24px;
    background-image: url(../images/more_r_black.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.qynk_list ul li .bg:hover .view_more>div {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.qynk_list ul li .bg:hover .view_more>div span {
    color: var(--white-color);
}

.qynk_list ul li .bg:hover .view_more>div i {
    background-image: url(../images/more_r_white.svg);
}

@media (min-width:768px) {
    .qynk_list .bg:hover {
        transform: scale(1.01);
        border-radius: 24px;
        box-shadow: 0px 0px 23.583px 0px rgba(0, 0, 0, 0.10);
    }
}

@media (max-width:1279px) {
    .qynk_menu {
        display: none;
    }

}

@media (max-width:1279px) {
    .qynk_list .bg {
        padding: 32px 25px;
    }

    .qynk_list .bg .thumb {
        width: 210px;
    }

    .qynk_list .text {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
    }

    .qynk_list .view_more>div {
        padding: 12px 14px 12px 16px;
    }

    .qynk_list .view_more i {
        margin-left: 10px;
        width: 20px;
        height: 20px;
    }
}

@media (max-width:991px) {

    .qynk_list ul li {
        width: 100%;
    }

    .qynk_list .text {

        padding-left: 30px;
    }

}

@media (max-width:540px) {
    .qynk_list .bg {
        flex-wrap: wrap;
        padding: 25px 20px;
    }

    .qynk_list .bg .thumb {
        width: 100%;
    }

    .qynk_list .text {
        padding-top: 20px;
        padding-bottom: 0;
        padding-left: 0;
    }

    .qynk_list .view_more {
        padding-top: 30px;
    }

}

/* product */
.product_banner {
    height: auto;
}

.product_banner .mask {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: url(../images/pro_ban_icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.product_text {
    padding-top: 164px;
    padding-bottom: 132px;
    display: flex;
    width: 100%;
    overflow: hidden;
}

.product_text h2 {
    color: var(--white-color);
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 24px;
    overflow: hidden;
}

.product_text .text {
    max-width: 600px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
}

.product_ban_menu {
    padding-top: 134px;
}

.product_ban_menu ul {
    display: flex;
    flex-wrap: wrap;
    margin-left: -4px;
    margin-right: -4px;
}

.product_ban_menu ul li {
    padding: 4px;
}

.product_ban_menu a {
    display: flex;
    padding: 20px 24px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid var(--white-color);
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    transition: all .3s;
}

.product_ban_menu a:hover {
    background-color: var(--white-color);
    color: var(--main-color);
}


.font_bold {
    font-weight: 700;
}


.product_box {
    background-color: var(--white-color);
}

.product_box .qynk_title {
    padding-top: 65px;
}

.product_list {
    padding-top: 20px;
}

.product_list ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.product_list ul li {
    padding: 12px;
    width: 50%;
}

.product_list .pro_bg {
    position: relative;
    display: flex;
    padding-top: 140px;
}

.product_list .pro_bg .thumb {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 380px;
    overflow: hidden;
    z-index: 9;
}

.product_list .pro_bg .thumb i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-size: cover;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transition: transform 1s;
}

.product_list .pro_bg:hover .thumb i {

    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.product_list .pro_bg .text_box {
    position: relative;
    padding: 38px;
    padding-right: 390px;
    width: 100%;
    border-radius: 24px 24px 8px 24px;
    background: #F2F7FB;
    overflow: hidden;
    z-index: 1;
}

.pro_bg .text_box .t {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
    height: 64px;
}

.pro_bg .text_box .des {
    margin-top: 16px;
    color: #A1A1A1;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    height: 56px;
}

.pro_bg .text_box .more {
    padding-top: 32px;
}

.pro_bg .text_box .more span {
    padding-right: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    background-image: url(../images/pro_jt_grey.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: right center;
}

.product_list .pro_bg .text_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(112deg, rgba(42, 53, 188, 0.00) 28.36%, rgba(42, 53, 188, 0.50) 106.72%), #E0002A;
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
}

.product_list .pro_bg .text_box::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/pro_h_icon.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    opacity: 0;
    transition: opacity .6s;

    z-index: -1;
}

.product_list .pro_bg:hover .text_box::before {
    opacity: 1;
}

.product_list .pro_bg:hover .text_box::after {
    opacity: 1;
    transition-delay: .4s;
}

.product_list .pro_bg:hover .t {
    color: var(--white-color);
}

.product_list .pro_bg:hover .des {
    color: rgba(255, 255, 255, 0.80);
}

.product_list .pro_bg:hover .more span {
    color: var(--white-color);
    background-image: url(../images/pro_jt_white.svg);
}

.pro_last_box {
    position: relative;
    margin-top: 75px;
    margin-bottom: 50px;
    padding: 74px 108px;
    border-radius: 24px;

    background-image: url(../images/pro_last_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}

.pro_last_box .t {
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
}

.pro_last_box .text {
    margin-top: 16px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
}

.pro_last_box .index_button {
    margin-top: 48px;
}

@media (max-width:1440px) {
    .product_list .pro_bg .thumb {
        width: 320px;
        height: 360px;
    }

    .product_list .pro_bg .text_box {
        padding-right: 330px;
    }

}

@media (max-width:1366px) {
    .product_text {
        padding-top: 134px;
        padding-bottom: 102px;
    }

    .product_list .pro_bg {
        padding-top: 130px;
    }

    .product_list .pro_bg .thumb {
        width: 300px;
    }

    .product_list .pro_bg .text_box {
        padding-right: 310px;
    }
}

@media (max-width:1280px) {
    .product_text {
        padding-top: 104px;
        padding-bottom: 72px;
    }

    .product_ban_menu {
        padding-top: 104px;
    }

    .product_list .pro_bg {
        padding-top: 110px;
    }

    .product_list .pro_bg .thumb {
        width: 240px;
    }

    .product_list .pro_bg .text_box {
        padding: 30px;
        padding-right: 250px;
    }

    .pro_last_box {
        padding: 74px 80px;
    }
}

@media (max-width:991px) {
    .product_text {
        padding-top: 84px;
        padding-bottom: 52px;
    }

    .product_ban_menu {
        padding-top: 64px;
    }

    .product_ban_menu a {
        padding: 16px 20px;
        line-height: 24px;
    }

    .product_list ul li {
        width: 100%;
    }

    .product_list .pro_bg {
        padding-top: 140px;
    }

    .product_list .pro_bg .thumb {
        width: 380px;
    }

    .product_list .pro_bg .thumb i {
        background-size: contain;
    }

    .product_list .pro_bg .text_box {
        padding: 38px;
        padding-right: 390px;
    }

    .pro_last_box {
        padding: 74px 60px;
    }

}

@media (max-width:767px) {
    .product_text {
        padding-top: 80px;
        padding-bottom: 50px;
    }

    .product_ban_menu {
        padding-top: 60px;
    }

    .product_ban_menu a {
        padding: 12px 16px;
        font-size: 16px;
    }


    .product_banner .mask {
        background-position: 35% 50%;
    }

    .product_list .pro_bg {
        padding-top: 100px;
    }

    .product_list .pro_bg .thumb {
        width: 300px;
    }

    .product_list .pro_bg .text_box {
        padding: 30px 20px;
        padding-right: 310px;
    }

    .pro_last_box {
        margin-top: 40px;
        margin-bottom: 30px;
        padding: 74px 30px;
    }
}

@media (max-width:540px) {
    .product_ban_menu ul li {
        width: 50%;
    }

    .product_ban_menu a {
        padding: 12px 10px;
        text-align: center;
        line-height: 1.4;
    }

    .product_list .pro_bg {
        padding-top: 0;
        flex-wrap: wrap;
    }

    .product_list .pro_bg .thumb {
        width: 100%;
        top: 30px;
        height: auto;
        bottom: inherit;
    }

    .product_list .pro_bg .text_box {
        padding: 40px 32px;
        padding-top: calc(100% + 62px);
        border-radius: 16px;
    }

    .product_list .pro_bg .text_box::before {
        background: linear-gradient(165deg, rgba(42, 53, 188, 0.00) 32.79%, rgba(42, 53, 188, 0.50) 99.64%), #E0002A;
    }

    .product_list .pro_bg .text_box::after {

        background-image: url(../images/pro_h_icon2.png);
        background-position: top center;
    }
}

@media (max-width:350px) {

    .product_ban_menu a {
        padding: 12px 8px;
        font-size: 14px;
    }
}

/* product xq one */
.pro_xq_top {
    margin-top: -80px;
    background-color: var(--white-color);
}

.pro_one_top {
    position: relative;
    padding: 60px 0;
    height: calc(100vh - 176px);
    display: flex;
    align-items: center;
    overflow: hidden;
    z-index: 1;
}

.pro_one_top .bg {
    position: absolute;

    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.pro_one_top .bg .anim-zoomin-r-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.pro_one_top .bg .i {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    transform: scale(0.8);
    background-image: url(../images/pro_xq_bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.pro_one_left {
    width: 54%;
    justify-content: space-between;
}

.pro_one_left .s_thumb {
    width: 140px;
    height: 452px;
    overflow: hidden;
}

.pro_one_left .big_thumb {
    order: 2;
    width: calc(100% - 140px);
    padding-left: 32px;
}

.pro_one_left .s_thumb .swiper-container {
    width: 100%;
    height: 100%;
}

.s_thumb .swiper-slide {
    padding: 10px;
    width: 140px;
    height: 140px !important;
    border-radius: 14px;
    background: var(--white-color);
    border: 1px solid var(--white-color);
    cursor: pointer;
    overflow: hidden;
}

.pro_one_left .s_thumb .swiper-slide-thumb-active {
    border: 1px solid var(--main-color);
}

.pro_one_left i {
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.pro_one_right {
    flex: 1;
    order: 2;
    padding-left: 55px;
}

.pro_one_right .red_t {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
}

.pro_one_right .big_t {
    margin-top: 32px;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
}

.pro_one_right .des {
    margin-top: 32px;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
}


.pro_showcenter {
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(8px);
    z-index: 9;
}

.pro_showcenter_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pro_showcenter_boxleft {
    color: var(--main-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.pro_showcenter_boxright {
    display: flex;
    align-items: center;
}

.pro_showcenter_boxrightnav {
    display: flex;
    align-items: center;
}

.pro_showcenter_boxrightnav_item {
    padding-top: 30px;
    padding-bottom: 32px;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin-left: 40px;
    position: relative;
    cursor: pointer;
}

.pro_showcenter_boxrightnav_item::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    left: 0;
    background-color: var(--main-color);
    bottom: 0;
    transition: .3s;
}

.pro_showcenter_boxrightnav_item:hover,
.pro_showcenter_boxrightnav_item.active {
    color: var(--main-color);
}
.pro_showcenter_boxrightnav_item:hover::after ,
.pro_showcenter_boxrightnav_item.active::after {
    width: 100%;
    transition: .3s;
}

.pro_infor {
    padding-top: 60px;
    background-color: var(--white-color);
}

.pro_infor .background {
    position: relative;
    padding-top: 70px;
    border-radius: 24px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
    z-index: 1;
}

.pro_infor .background::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(124deg, #FFF -11.27%, rgba(255, 255, 255, 0.00) 50.21%);
    z-index: -1;
}

.pro_infor .background .top {
    padding-left: 40px;
    padding-right: 40px;
}

.pro_infor .infor_des {
    padding-top: 24px;
    max-width: 600px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.pro_infor .bottom {
    position: relative;
    padding: 40px;
    margin-top: 330px;
}

.pro_infor .bottom::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: -1;
}
.infor_swiper .swiper-slide {
    cursor: pointer;
}
.infor_swiper .white_bg {
    display: flex;
    width: 100%;
    height: 280px;
    padding: 32px 0;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(8px);
}

.infor_swiper .white_bg .title {
    padding-left: 32px;
    padding-right: 32px;
    color: var(--dark-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
	min-height: 60px;
}

.infor_swiper .white_bg .text {
    margin-top: 24px;
    padding-left: 32px;
    padding-right: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
	max-height: 120px;
	overflow-y: auto;
}

.infor_swiper .white_bg:hover {
    background: rgba(255, 255, 255, 1);
    backdrop-filter: blur(0px);
}

.infor_button {
    padding-top: 32px;
    justify-content: center;
}

.infor_button .infor_b {
    display: flex;
    width: 46px;
    height: 46px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    cursor: pointer;
}

.infor_button .infor-pagination {
    position: relative;
    margin-left: 24px;
    margin-right: 24px;
    width: 142px;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.20);
}

.infor_button .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--main-color);
}

.infor_button .infor_b:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.infor_button .infor_b.swiper-button-disabled {
    cursor: default;
    pointer-events: none;
}


.pro_tech {
    padding-top: 90px;
    padding-bottom: 50px;
    background-color: var(--white-color);
}

.pro_table {
    margin-top: 40px;
    width: 100%;
    overflow-x: auto;
    background: #F2F7FB;
    border-radius: 16px;
}

.pro_table table {
    width: 100%;
    border-collapse: collapse;
    text-align: center;
}

.pro_table table thead {
    background: var(--main-color);
}

.pro_table table thead tr td {
    padding: 20px 16px;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
}

.pro_table table tr td {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 1);
    border-bottom: none;
    border-right: none;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.pro_table table tbody tr:nth-of-type(odd) {
    background: #F2F7FB;
}

.pro_table table tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}

.pro_xq_bottom {
    position: relative;
    margin-top: 50px;
    padding-top: 115px;
}
.pro_xq_bottom::before {
    content: "";
    position: absolute;
    top: -50px;
    width: 100%;
    height: 50px;
    background-color: var(--white-color);
}
.po_title {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
}

.position_pro {
    padding-top: 44px;
    padding-bottom: 70px;

}

.position_pro ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.position_pro ul li {
    width: 25%;
    padding: 12px;
}

.position_pro .pro_bg {
    position: relative;
    display: block;
    padding: 32px 32px 40px 32px;
    border-radius: 16px;
    background: var(--white-color);
    overflow: hidden;
    z-index: 1;
}

.position_pro .pro_bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;

    background: linear-gradient(165deg, rgba(42, 53, 188, 0.00) 32.79%, rgba(42, 53, 188, 0.50) 99.64%), #E0002A;
    opacity: 0;
    transition: opacity .3s;
    z-index: -1;
}

.position_pro .pro_bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 55%;
    background-image: url(../images/pro_h_icon2.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: contain;
    opacity: 0;
    transition: opacity .6s;
    z-index: -1;
}

.position_pro .thumb {
    width: 100%;
}

.position_pro .pro_bg .thumb i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    -webkit-transition: transform 1s;
}

.position_pro .pro_bg .text_box .more {
    padding-top: 40px;
}

.position_pro .pro_bg:hover .thumb i {

    -webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.position_pro .pro_bg .text_box {
    padding-top: 32px;
    text-align: center;
}

.position_pro .pro_bg:hover::before {
    opacity: 1;
}

.position_pro .pro_bg:hover::after {
    opacity: 1;
    transition-delay: .4s;
}

.position_pro .pro_bg:hover .t {
    color: var(--white-color);
}

.position_pro .pro_bg:hover .des {
    color: rgba(255, 255, 255, 0.80);
}

.position_pro .pro_bg:hover .more span {
    color: var(--white-color);
    background-image: url(../images/pro_jt_white.svg);
}

@media (max-width:1366px) {

    .pro_infor .bottom {
        margin-top: 280px;
    }
}

@media (max-width:1280px) {

    .pro_infor .bottom {
        margin-top: 220px;
    }
}

@media (max-width:991px) {
    .pro_one_top {
        padding: 60px 0;
        height: auto;
    }

    .pro_one_top .bg .i {

        transform: scale(1.1) !important;

    }
    .pro_one_right .des {
        font-size: 16px;
        line-height: 28px;
    }
    
    .pro_one_left .s_thumb {
        width: 100px;
        height: 352px;
    }

    .pro_one_left .big_thumb {
        width: calc(100% - 100px);
    }

    .s_thumb .swiper-slide {
        width: 100px;
        height: 100px !important;
    }
    .pro_one_left .s_thumb .swiper-container .swiper-wrapper{
        justify-content: center;
    }
  
    .pro_one_right {
        padding-left: 35px;
    }

    .pro_one_right .big_t {
        font-size: 26px;
    }

    .pro_infor .bottom {
        margin-top: 150px;
    }

    .infor_swiper .white_bg {
        padding: 30px 0;
    }
    .infor_swiper .white_bg .title {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .infor_swiper .white_bg .text {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pro_showcenter_boxleft {
        padding: 20px 0;
    }
    .pro_showcenter_boxright {
        display: none !important;
    }
    .pro_xq_bottom {
        padding-top: 95px;
    }

    .position_pro ul li {
        width: 50%;
    }

}

@media (max-width:767px) {
    .pro_xq_top {
        margin-top: 0;
    }
    .pro_one_top_n {
        flex-wrap: wrap;
    }

    .pro_one_right {
        flex: inherit;
        order: inherit;
        padding-left: 0;
        width: 100%;
    }

    .pro_one_left {
        padding-top: 30px;
        width: 100%;
        flex-wrap: wrap;
    }

    .pro_one_left .big_thumb {
        width: 100%;
        padding-left: 0;
        order: inherit;
    }

    .pro_one_left .s_thumb {
        width: 100%;
        height: auto;
    }

    .pro_one_right .big_t {
        margin-top: 16px;
        font-size: 24px;
    }

    .s_thumb .swiper-slide {
        width: 60px;
        padding: 5px;
        height: auto !important;
    }
    .pro_infor {
        padding-top: 0px;
    }
    .pro_showcenter_box {
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .pro_showcenter_boxright {
        display: none;
    }
    .pro_infor .background {
        margin-left: -16px;
        margin-right: -16px;
    }
    .pro_infor .background .top {
        padding-left: 16px;
        padding-right: 16px;
    }

    .pro_infor .bottom {
        margin-top: 30px;
        padding-left: 16px;
        padding-right: 16px;
        padding-bottom: 30px;
    }

    .infor_button .infor-pagination {
        margin-left: 16px;
        margin-right: 16px;
        width: 100px;
    }

    .infor_swiper .white_bg .text {
        margin-top: 20px;
        font-size: 16px;
        line-height: 24px;
    }

    .pro_tech {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pro_xq_bottom {
        padding-top: 50px;
    }

    .position_pro {
        padding-top: 30px;
        padding-bottom: 40px;
    }

}

@media (max-width:540px) {
    .position_pro ul li {
        width: 100%;
    }
}

/* pro xq two */
.pro_xq_two_top {
    position: relative;
}

.pro_xq_two_top .pro_xq_two_pic {
    position: relative;
    z-index: 1;
}

.pro_xq_two_top .pro_xq_two_pic::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.9;
    background: linear-gradient(57deg, #1E2B69 7.64%, rgba(255, 255, 255, 0.00) 61.16%);
    z-index: -1;
}

.pro_xq_two_top .pro_xq_two_pic img {
    width: 100%;
}

.pro_xq_two_top .back_list {
    position: absolute;
    left: 0;
    top: 35px;
}

.pro_xq_two_top .back_list a {
    display: flex;
    align-items: center;
}

.pro_xq_two_top .back_list i {
    display: flex;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background-image: url(../images/back_jt.svg);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}

.pro_xq_two_top .back_list a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.pro_xq_two_top .back_list a:hover i {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.pro_xq_two_cont {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 96px;
}

.pro_xq_two_cont .my-container {
    height: calc(100% - 80px);
}

.pro_xq_two_cont .pro_two_top {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 9;
}

.pro_xq_two_cont .pro_one_right {
    max-width: 605px;
    flex: inherit;
    order: inherit;
    padding-left: 0;
}

.pro_xq_two_cont .pro_one_right .big_t {
    color: var(--white-color);
}

.pro_xq_two_cont .pro_one_right .des {
    color: var(--white-color);
}

.pro_infor_two {
    padding-top: 85px;
    padding-bottom: 80px;
}

.pro_tech_two {
    padding-top: 74px;
    padding-bottom: 90px;
    background-color: var(--white-color);
}

.pro_infor_three {
    padding-top: 28px;
}

.pro_infor_three ul {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.pro_infor_three ul li {
    padding: 12px;
    width: 50%;
}
/* 
.pro_infor_three ul li:nth-child(1),
.pro_infor_three ul li:nth-child(4),
.pro_infor_three ul li:nth-child(5) {
    width: 58.5%;
} */

/* .pro_infor_three ul li:nth-child(2),
.pro_infor_three ul li:nth-child(3),
.pro_infor_three ul li:nth-child(6) {
    width: 41.5%;
} */

.pro_infor_three .bg {
    padding: 28px 34px;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    background: var(--white-color);
}

.pro_infor_three .bg .text {
    flex: 1;
    margin-right: 35px;
    max-width: 280px;
    padding-bottom: 24px;
}

.pro_infor_three .bg .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 45%;
}

.pro_infor_three .text .num {
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.pro_infor_three .text .t {
    margin-top: 52px;
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 32px;
}

.pro_infor_three .text .des {
    margin-top: 16px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.tech_two_cont {
    padding-top: 42px;
    display: flex;
    justify-content: space-between;
}

.tech_two_left {
    position: sticky;
    top: 100px;
    border-radius: 24px;
    width: 45%;
    height: max-content;
    overflow: hidden;
}

.tech_video {
   
    cursor: pointer;
    z-index: 1;
}

.tech_video .pic_box {
    position: relative;
    transition: all .3s;
}

.tech_video .pic_box img {
    width: 100%;
}

.tech_video .pic_box i {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 56px;
    height: 56px;
    background-image: url(../images/video_play.svg);
}

.tech_video .video_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.tech_video.active .pic_box {
    opacity: 0;
    z-index: -1;
}

.tech_video.active .video_box {
    z-index: 9;
}

.video_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tech_two_right {
    flex: 1;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin-left: 90px;
}

.tech_r_title {
    padding-bottom: 16px;
    margin-bottom: 16px;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.tech_two_right .tech_text {
    color: var(--dark-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.tech_table_loop {
    padding-bottom: 24px;
}

.tech_table_loop .tech_table_loop_title {
    display: flex;
    padding-bottom: 16px;
}

.tech_table_loop .tech_table_loop_title .tech_table_loop_title_item:first-child {
    width: 260px;
    color: #A1A1A1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.tech_table_loop .tech_table_loop_title .tech_table_loop_title_item:nth-child(2) {
    flex: 1;
    margin-left: 30px;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

@media (max-width:1366px) {
    .pro_infor_three .text .t {
        margin-top: 32px;
    }

    .pro_infor_three .bg .text {
        margin-right: 25px;
    }
}

@media (max-width:1280px) {
    .pro_infor_three .bg .thumb {
        width: 42%;
    }
}

@media (max-width:1279px) {

    .pro_infor_three ul li {
        width: 50% !important;
    }

    .pro_infor_three .bg {
        flex-wrap: wrap;
    }

    .pro_infor_three .bg .text {
        margin-right: 0;
        width: 100%;
        max-width: inherit;
        flex: inherit;
    }

    .pro_infor_three .bg .thumb {
        width: 100%;
        justify-content: center;
    }

    .tech_two_left {
        width: 48%;
    }

    .tech_two_right {
        margin-left: 50px;
    }
}

@media (max-width:991px) {
    .pro_xq_two_cont {
        padding-top: 80px;
    }

    .pro_xq_two_pic {
        padding-top: 160px;
    }

    .pro_xq_two_cont .big_t {
        margin-top: 20px;
    }

    .pro_xq_two_cont .des {
        margin-top: 20px;
        font-size: 16px;
        line-height: 28px;
    }

    .tech_two_right {
        margin-left: 30px;
    }


}

@media (max-width:767px) {
    .pro_xq_two_cont .pro_two_top {
        align-items: flex-start;
        padding-top: 50px;
    }
    
    .pro_infor_three {
        padding-top: 0;
    }
    .pro_showcenter {
        display: none;
    }
    .pro_xq_two_cont {
        padding-top: 60px;
    }

    .pro_xq_two_cont .my-container {
        height: 100%;
    }

    .pro_xq_two_pic {
        padding-top: 60px;
        transform: inherit !important;
    }

    .pro_xq_two_top .back_list {
        top: 20px;
    }

    .pro_xq_two_cont .pro_one_right {
        padding-top: 40px;
    }

    .pro_xq_two_cont .big_t {
        margin-top: 16px;
    }

    .pro_infor_three ul li {
        width: 100% !important;
    }

    .pro_infor_three .bg {
        padding: 30px 30px;
    }

    .pro_infor_three .text .t {
        margin-top: 20px;
    }

    .pro_infor_two {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .pro_tech_two {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .tech_two_cont {
        flex-wrap: wrap;
    }

    .tech_two_left {
        width: 100%;
        position: relative;
        top: 0;
    }

    .tech_two_right {
        flex: inherit;
        margin-left: 0;
        padding-top: 30px;
    }
    
    .tech_table_loop .tech_table_loop_title .tech_table_loop_title_item:nth-child(2) {
        margin-left: 0;
        flex: inherit;
        width: 100%;
    }
    .tech_table_loop .tech_table_loop_title {
        flex-wrap: wrap;
    }
    
}

/* job */
.pro_xq_two_top .job_pic {
    position: relative;
    border-radius: 0px 0px 132px 0px;
    overflow: hidden;
    z-index: 1;
}

.pro_xq_two_top .job_pic::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #00020E;
}

.pro_xq_two_top .job_pic img {
    width: 100%;

}

.job_top .my-container {
    position: relative;
    display: flex;
    align-items: center;
    z-index: 9;
}

.job_top .n {
    max-width: 1120px;
    margin: 0 auto;
    text-align: center;

}

.job_top .n .title {
    color: var(--white-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
}

.job_top .n .text {
    padding-top: 80px;
}

.job_top .n .text p {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.job_top .job_line {
    position: absolute;
    left: 50%;
    top: calc(100% - 45px);
    transform: translateX(-50%);
    z-index: 1;
}

.job_top .job_line i {
    display: block;
    width: 1px;
    background-color: var(--main-color);
    animation: heightChange 1.6s infinite alternate;
}

@keyframes heightChange {
    from {
        height: 50px;
    }

    to {
        height: 89px;
    }
}

.job_first {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    width: 100%;
    background-color: var(--white-color);
}

.job_first:after {
    content: "";
    position: absolute;
    right: 0;
    top: -100px;
    width: 30%;
    height: 100%;
    max-width: 443px;
    background-image: url(../images/job_rc_icon2.svg);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: contain;
}

.job_first .n_box {
    position: relative;
    z-index: 1;
}

.job_first .n_box_left {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 157px;
    z-index: -1;
}

.job_first_left {
    width: 30%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.job_first_left>div:first-child {
    position: relative;
}

.first_left_text {
    position: relative;
}

.job_first_left .job_icon {
    position: absolute;
    right: -30px;
    top: -20px;
    width: 40%;
    max-width: 180px;
    z-index: -1;
}

.job_first_left .first_left_text {
    margin-top: 24px;
    max-width: 378px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.job_first_tab .job_item {
    display: none;
}

.job_first_tab .job_item .num {
    color: var(--main-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.job_first_tab .job_item .title {
    margin-top: 16px;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
	min-height: 90px;
}

.job_first_tab .job_item .des {
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
	min-height: 60px
}

.job_first_tab .active {
    display: block;
}

.job_first_right {
    width: 70%;
    margin-left: 70px;
    display: flex;
}

.job_first_right .box {
    display: flex;
    position: relative;
    width: 140px;
    height: 627px;
    margin-left: 16px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    border-radius: 24px;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background: #EEEFF4;
    cursor: pointer;
}

.job_first_right .box .background {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.job_first_right .box .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 10;
}

.job_first_right .box .num {
    position: absolute;
    left: 32px;
    top: 32px;
    color: var(--white-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    z-index: 100;
}

.job_first_right .box .icon {
    position: absolute;
    left: 32px;
    bottom: 32px;
    width: 48px;
    z-index: 100;
}

.job_first_right .box.act {
    width: calc(100% - 600px);
    width: 352px;
}

.job_second {

    padding-top: 105px;
    width: 100%;
}

.job_se_text {
    margin-top: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
}

.job_se_list {
    padding-top: 44px;
    padding-bottom: 24px;
}

.job_se_list ul {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-left: -12px;
    margin-right: -12px;
}

.job_se_list ul li {
    width: 50%;
    padding: 12px;
}

.job_se_list .white_bg {
    display: flex;
    padding: 32px 40px;
    justify-content: space-between;
    align-items: center;
    border-radius: 24px;
    background-color: var(--white-color);
    transition: background-color .3s;
}

.job_se_list .white_bg>div:first-child {
    flex: 1;
}

.job_se_list .t {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.job_se_list .icon {
    width: 68px;
}

.job_se_list .icon img:nth-child(2) {
    display: none;
}

.job_se_list .bottom {
    padding-top: 24px;
    display: flex;
    align-items: center;
    color: #666;
}

.job_se_list .bottom span {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.job_se_list .bottom span.line {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 2px;
    width: 2px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.10);
}

.job_se_list .bottom .j_icon i {
    display: block;
    width: 20px;
    height: 20px;

    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
}

.job_edu i {
    background-image: url(../images/zw_xl.svg);
}

.job_year i {
    background-image: url(../images/zw_nx.svg);
}

.job_se_list .white_bg:hover {
    background-color: var(--main-color);
}

.job_se_list .white_bg:hover .icon img:first-child {
    display: none;
}

.job_se_list .white_bg:hover .icon img:nth-child(2) {
    display: block;
}

.job_se_list .white_bg:hover .job_edu i {
    background-image: url(../images/zw_xl_h.svg);
}

.job_se_list .white_bg:hover .job_year i {
    background-image: url(../images/zw_nx_h.svg);
}

.job_se_list .white_bg:hover .t {
    color: var(--white-color);
}

.job_se_list .white_bg:hover .j_icon {
    color: var(--white-color);
}

.job_se_list .white_bg:hover .bottom span.line {
    background-color: rgba(255, 255, 255, 0.5);
}

.job_se_bottom {
    padding-top: 48px;
    padding-bottom: 120px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.job_se_bottom .title {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.job_se_bottom .des {
    margin-top: 10px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.job_se_bottom .loop {
    padding-top: 48px;
}

.job_se_bottom .loop ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1210px;
}

.job_se_bottom .loop .bg img {
    width: 60px;
    margin-right: 16px;
}

.job_se_bottom .loop .bg .infor {
    flex: 1;
}

.job_se_bottom .loop .name {
    color: var(--dark-color);
    font-size: 20px;
    line-height: 1.5;
}
.font_f {
    font-family: 'Rubik bold';
}
.job_se_bottom .loop .small_t {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.job_se_bottom .loop .line {
    margin-left: 20px;
    margin-right: 20px;
    width: 1px;
    height: 56px;
    background-color: rgba(0, 0, 0, 0.10);
}

.job_swiper {
    margin-top: 30px;
    width: 100%;
    height: 395px;
}

.job_swiper .swiper-container {
    width: 100%;
    height: 100%;
}

.job_swiper .swiper-slide {
    border-radius: 16px;
    overflow: hidden;
}

.job_swiper .background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.job_swiper .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: 10;
}

.job_swiper .icon {
    position: absolute;
    left: 30px;
    top: 30px;
    width: 40px;
    z-index: 100;
}

.job_swiper .text {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    z-index: 100;
}

.job_swiper .num {
    color: var(--white-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
}

.job_swiper .title {
    margin-top: 10px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
}

.job_swiper .des {
    margin-top: 20px;
    font-size: 16px;
    color: var(--white-color);
}



@media (max-width:1366px) {

    .job_top .job_pic {
        min-height: 740px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .job_top .job_pic img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        z-index: -1;
    }
}

@media (max-width:1280px) {
    .job_se_bottom .loop .bg img {
        width: 50px;
    }

}

@media (max-width:1279px) {

    .job_first_right .box .icon {
        left: 50%;
        transform: translateX(-50%);
    }

    .job_first_right .box.act .icon {
        left: 32px;
        transform: inherit;
    }

    .job_se_list .bottom span.line {
        margin-left: 10px;
        margin-right: 10px;
    }

}

@media (max-width:991px) {
    .job_first_right {
        margin-left: 40px;
    }

    .job_se_list ul li {
        width: 100%;
    }

    .job_se_list .white_bg {
        padding: 32px 20px;
    }

    .job_se_bottom {
        padding-bottom: 60px;
    }

    .job_se_bottom .loop ul li {
        width: 100%;
        padding-bottom: 25px;
    }

    .job_se_bottom .loop .line {
        display: none;
    }
    .job_se_list .icon {
        width: 48px;
    }

}

@media (max-width:767px) {

    .pro_xq_two_cont {
        padding-top: 60px;
        padding-bottom: 0;
    }

    .job_top .job_pic {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        min-height: inherit;
        border-radius: 0px 0px 60px 0px
    }

    .job_top .n .text {
        padding-top: 40px;
    }

    .job_first {
        padding-top: 60px;
        padding-bottom: 50px;
        overflow: hidden;
    }

    .job_first .n_box>.my-container {
        flex-wrap: wrap;
    }

    .job_first_left {
        width: 100%;
    }

    .job_first_right {
        width: 100%;
        margin-left: 0;
        flex-wrap: wrap;
    }

    .job_first_left .first_left_text {
        padding-right: 30px;
    }
   
    
    .job_first_left .job_icon {
        right: 0;
        max-width: 80px;
    }

    .job_first_right .box {
        width: 100%;
        height: 300px;
        margin-left: 0;
    }

    .job_top .n .title {
        font-size: 20px;
    }
    .job_se_list .t {
        width: calc(100% - 40px);
    }
    .job_se_list .icon {
        position: absolute;
        right: 20px;
        top: 25px;
        width: 40px;
    }

    .job_second {
        padding-top: 50px;
    }

    .job_se_bottom {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    .job_se_bottom .loop {
        padding-top: 30px;
    }

    .job_se_list .white_bg {
        position: relative;
        align-items: flex-start;
        border-radius: 16px;
    }

    .job_se_list .bottom {
        flex-wrap: wrap;
        padding-top: 14px;
    }

    .job_se_list .bottom span {
        width: 100%;
        padding-top: 10px;
    }

    .job_se_list .bottom span.line {
        display: none;
    }

    .job_se_bottom .loop .bg {
        flex-wrap: wrap;
    }

    .job_se_bottom .loop .bg img {
        width: 40px;
    }

    .job_se_bottom .loop .name {
        font-size: 16px;
    }
    .job_top .n .text p {
        line-height: 28px;
    }
    .job_swiper .icon {
        left: 20px;
        top: 20px;
    }
    
    .job_swiper .text {
        left: 20px;
        bottom: 30px;
        width: calc(100% - 40px);
    }

}

/* job detail */
.job_de_top {
    position: relative;
    height: 610px;
}

.job_de_background {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.job_de_background img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.job_de_background::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background: #00020E;
}

.job_de_text {
    position: relative;
    padding-top: 56px;
    z-index: 9;
}

.job_de_text .back_list a {
    display: flex;
    align-items: center;
}

.job_de_text .back_list i {
    display: flex;
    margin-right: 12px;
    width: 40px;
    height: 40px;
    padding: 13px;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
    border: 1px solid rgba(255, 255, 255, 0.20);
    background-image: url(../images/back_jt.svg);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .3s;
}

.job_de_text .back_list a {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.job_de_text .back_list a:hover i {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.job_de_bg {
    background-color: var(--white-color);
    padding-left: 160px;
    padding-right: 160px;
}

.job_de_box {
    position: relative;
    display: flex;
    padding: 60px;
    padding-right: 30px;
    margin: 0 auto;
    margin-top: -60px;
    max-width: 1600px;
    border-radius: 32px;
    background: #FFF;
    z-index: 8;
}

.job_de_box .job_de_left {
    flex: 1;
    padding-right: 55px;
}

.job_de_box .job_de_right {
    padding-right: 30px;
    width: 440px;
    height: 784px;
    overflow-y: auto;
}

.job_de_right ul li {
    display: flex;
    padding: 32px;
    margin-bottom: 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 24px;
    border: 1px solid #E9EDEF;
    transition: all .4s;
    cursor: pointer;
}
.job_de_right ul li:hover {
    border-color: var(--main-color);
}
.job_de_right ul li:last-child {
    margin-bottom: 0;
}

.job_de_right .job_de_tab .t {
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}

.job_de_tab .bottom {
    padding-top: 24px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #666;
}

.job_de_tab .bottom span {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
}

.job_de_tab .bottom span.line {
    margin-left: 24px;
    margin-right: 24px;
    margin-top: 2px;
    width: 2px;
    height: 12px;
    width: 100%;
    /* background-color: rgba(0, 0, 0, 0.10); */
}

.job_de_tab .bottom .j_icon i {
    display: block;
    width: 20px;
    height: 20px;

    margin-right: 8px;
    background-repeat: no-repeat;
    background-size: cover;
}

.job_de_left .pub-t1 {
    display: none;
}

.job_de_left .pub-t1.d-show {
    display: block;
}

.job_de_right ul li.active {
    border-color: var(--main-color);
}

.job_xq_top {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.job_xq_top .zhiwei {
    color: var(--dark-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.job_b_list_r_t_l {
    display: flex;
    align-items: center;
}

.job_b_list_r_t_l span {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 24px;
    margin-right: 24px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.job_b_list_r_t {
    padding-top: 24px;
}

.job_b_list_r_t_l span img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.job_b_list_r_t_l span:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 12px;
    background-color: rgba(0, 0, 0, 0.10);
}

.job_b_list_r_t_l span:last-child:after {
    display: none;
}

.job_xq_cont {
    padding-bottom: 40px;
}

.job_xq_cont .title {
    padding-top: 40px;
    color: var(--dark-color);
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
}

.job_xq_cont .text {
    padding-top: 24px;
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.job_xq_cont .text p {
    color: #666;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.job_yp_more {
    padding-top: 65px;
    display: flex;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
}

.job_yp_more a {
    display: inline-flex;
    padding: 22px 36px 22px 46px;
    align-items: center;
    border-radius: 60px;
    background: var(--main-color);
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: all .3s ease;
}

.job_yp_more a img {
    margin-left: 24px;
}
.job_yp_more a:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(255, 68, 103, 0.5);
}
@media (max-width:1440px) {
    .job_de_bg {
        padding-left: 120px;
        padding-right: 120px;
    }

    .job_de_box .job_de_right {
        width: 400px;
    }


}

@media (max-width:1366px) {
    .job_de_top {
        height: 560px;
    }

    .job_de_bg {
        padding-left: 100px;
        padding-right: 100px;
    }

    .job_de_box .job_de_right {
        width: 360px;
    }


}

@media (max-width:1279px) {
    .job_de_top {
        height: 500px;
    }
    .job_de_box {
        padding: 60px 40px;
    }
    .job_de_bg {
        padding-left: 60px;
        padding-right: 60px;
    }
    .job_b_list_r_t {
        flex-wrap: wrap;
    }
    .job_de_box .job_de_right {
        width: 320px;
    }
    .job_b_list_r_t_r {
        margin-top: 20px;
    }
    .job_de_right ul li {
        padding: 25px;
    }


}

@media (max-width:991px) {
    .job_de_top {
        height: 480px;
    }

    .job_de_bg {
        padding-left: 30px;
        padding-right: 30px;
    }
    .job_b_list_r_t_r {
        margin-top: 0;
    }
    .job_de_box .job_de_left {
        flex: inherit;
        padding-right: 0;
    }

    .job_de_box .job_de_right {
        display: none;
    }


}

@media (max-width:767px) {
    .job_de_top {
        height: 280px;
    }

    .job_de_bg {
        padding-left: 0;
        padding-right: 0;
    }

    .job_xq_top {
        padding-bottom: 20px;
    }

    .job_b_list_r_t {
        padding-top: 16px;
    }

    .job_top .pro_xq_two_cont {
        position: relative;
        padding-top:120px;
        padding-bottom: 100px;
    }

    .job_de_text {
        padding-top: 20px;
    }

    .job_de_box {
        padding: 30px 20px;
        margin-top: -40px;
        border-radius: 24px;
    }

    .job_b_list_r_t_l {
        flex-wrap: wrap;
    }

    .job_b_list_r_t_l span {
        padding-right: 0;
        margin-right: 0;
        font-size: 14px;
        margin-bottom: 8px;
    }
    .job_b_list_r_t_l span:after {
        display: none;
    }
    .job_b_list_r_t_r {
        display: none;
    }

    .job_xq_cont .title {
        font-size: 20px;
    }

    .job_yp_more {
        padding-top: 35px;
    }

    .job_yp_more a {
        padding: 15px 26px 15px 36px;
    }

}

/* job form */
.job_form {
    position: relative;
    padding-top: 150px;
    z-index: 1;
}

.job_form::before {
    content: '';
    position: absolute;
    top: 0;
    height: 30%;
    width: 100%;
    background-color: #F2F7FB;
    z-index: -1;
}

.job_form::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 70%;
    width: 100%;
    background-color: #FFFFFF;
    z-index: -1;
}

.job_form_top {}

.job_form_top .s_t {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.job_form_top .b_t {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
}

.job_form_top .right a {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    border: 1px solid #D2D2D2;
    border-radius: 60px;
}

.job_form_top .right span {
    padding-left: 48px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    background-image: url(../images/job_left.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    background-position: left;
}

.job_form_top .right a:hover {
    background-color: var(--main-color);
}

.job_form_top .right a:hover span {
    color: var(--white-color);
    background-image: url(../images/arrow-left.svg);

}

.job_form_cont {
    margin-top: 40px;
    padding: 56px;

    background: var(--white-color);
    border-radius: 24px 24px 0 0;
    overflow: hidden;
}

.job_form_cont .job_form_item {
    display: flex;
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    ;
}

.job_form_cont .job_form_item .item_left {
    width: 30%;
    color: var(--dark-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.job_form_cont .job_form_item .item_right {
    width: 70%;
}

.item_right {
    margin-left: -12px;
    margin-right: -12px;
    display: flex;
    flex-wrap: wrap;
}

.item_right .col {
    width: 50%;
    padding: 16px 12px;
    float: left;
}

.item_right .colw100 {
    width: 100%;
    padding: 16px 12px;
}

.item_right .col_z>span {
    display: block;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.item_right .col_z>span>em {
    margin-left: 8px;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}

.item_right .input-container {
    margin-top: 16px;
    position: relative;
    background: #F2F7FB;
    border-radius: 34px;
}

.item_right .input-container input {
    outline: none;
    z-index: 1;
    padding: 12px 20px;
    position: relative;
    background: none;
    width: 100%;
    height: 56px;
    border: 0;
    color: #333;
    line-height: 26px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik', ' Open Sans', 'PingFang SC';
    text-align: left;
}
.foot_form .input-container input::-webkit-input-placeholder,
.foot_form textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-size: 16px;
    font-family: 'Microsoft YaHei', ' Open Sans', 'PingFang SC';
    line-height: 28px;
}

.foot_form .input-container input::-moz-placeholder,
.foot_form textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-size: 16px;
    font-family: 'Microsoft YaHei', ' Open Sans', 'PingFang SC';
    line-height: 28px;
}

.foot_form .input-container input::-ms-input-placeholder,
.foot_form textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-size: 16px;
    font-family: 'Microsoft YaHei', ' Open Sans', 'PingFang SC';
    line-height: 28px;
}

.item_right .input-container .date_bir {
    background-size: 24px;
    background-position: calc(100% - 20px) center;
    background-repeat: no-repeat;
    background-image: url(../images/chevron-down.svg);
}
.item_right .input-container input[type="date"] {
    -webkit-appearance: none;
    text-align: left;
}

.input_select_box01 input,
.input_select_box02 input {
    cursor: pointer;
}

.input_select_box .icon {
    width: 24px;
    height: 24px;
    right: 8px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/chevron-down.svg);
    background-repeat: no-repeat;
    cursor: pointer;
}

.input_select_box .drop_down_ {
    position: absolute;
    right: 0;
    top: 60px;
    padding: 24px;
    width: 100%;
    border-radius: 24px;
    border: 1px solid #F2F7FB;
    background: #FFF;
    z-index: 9;
}

.input_select_box .drop_down_ p {
    padding-bottom: 8px;
    font-size: 16px;
    color: #666;
    cursor: pointer;
}

.input_select_box .drop_down_.line p {
    padding-bottom: 20px;
    padding-top: 20px;
    border-bottom: 1px solid #EBEFF5;
}

.input_select_box .drop_down_.line p:first-child {
    padding-top: 0;
}

.input_select_box .drop_down_ p:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.input_select_box .drop_down_ p:hover {
    color: var(--main-color);
}

.item_right .input-container textarea {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 230px;
    padding: 20px;
    line-height: 26px;
    border: 0;
    color: var(--dark);
    font-size: 16px;

    font-weight: 400;
    resize: none;
    font-family: 'Rubik', ' Open Sans', 'PingFang SC';
}

.text-area label {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: var(--main-color);
}

.job_form_item .input-container input::-webkit-input-placeholder,
.job_form_item textarea::-webkit-input-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Rubik";
}

.job_form_item .input-container input::-moz-placeholder,
.job_form_item textarea::-moz-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Rubik";
}

.job_form_item .input-container input::-ms-input-placeholder,
.job_form_item textarea::-ms-input-placeholder {
    color: #999;
    font-size: 16px;
    font-family: "Rubik";
}



.item_right .yanz {
    padding-top: 16px;
}

.item_right .yanz .input-container {
    margin-top: 0;
}

.item_right .message_code {
    margin-left: 16px;
}

.item_right .message_code img {
    width: 128px;
    height: 56px;
    border-radius: 32px;
}

.item_right .index_more {
    padding: 16px 8px;
    margin-right: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    height: 58px;

    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    border-radius: 32px;
    cursor: pointer;
}

.item_right .border_grey {
    border: 1px solid var(--dark-color);
    background: rgba(255, 255, 255, 0.00);
    backdrop-filter: blur(4px);
    color: var(--dark-color);
}

.item_right .border_black {
    border: 1px solid var(--main-color);
    background: var(--main-color);
    backdrop-filter: blur(4px);
    color: #FAFAFA;

}

.item_right .pt0 {
    padding-top: 0;
}
.foot_form .input_select_box .drop_down_ {
    padding: 24px 0;
}
.foot_form .input_select_box .drop_down_>div:first-child {
    padding: 0 24px;
    max-height: 228px;
    overflow-y: scroll;
}
@media (max-width:991px) {
    .job_form_cont {
        padding: 50px 40px;
    }
    .job_form_cont .job_form_item {
        flex-wrap: wrap;
    }

    .job_form_cont .job_form_item .item_left {
        width: 100%;
    }

    .job_form_cont .job_form_item .item_right {
        width: 100%;
        padding-top: 20px;
    }
}

@media (max-width:767px) {
    .job_form {
        padding-top: 80px;
    }

    .job_form_cont {
        padding: 40px 20px;
    }

   

    .job_form_cont .job_form_item .item_right>.col:first-child {
        padding-bottom: 32px;

    }

    .job_form_cont .job_form_item.job_form_last .item_right {
        padding-top: 0;
    }

    .item_right {
        margin: 0;
    }

    .item_right .col,
    .item_right .colw100 {
        width: 100%;
        padding-right: 0;
        padding-left: 0;
    }

    .item_right .yanz {
        flex-wrap: wrap;
    }

    .item_right .yanz .input-container {
        width: 100%;
    }

    .item_right .message_code {
        margin-left: 0;
        margin-top: 20px;
    }

    .job_form_top .right a {
        padding: 10px 20px;
    }

    .job_form_top .right span {
        padding-left: 30px;
        font-size: 16px;
        background-size: 20px 20px;
    }

    .job_form_cont .job_form_item {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .last_button {
        justify-content: space-between;
    }

    .item_right .index_more {
        width: calc(50% - 4px);
        margin-right: 0;
        padding: 8px 8px;
        height: 54px;
    }

}

/* contact */
.contact_banner {
    height: 100vh;
    min-height: 800px;
}

.contact_map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.contact_top_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-top: 160px;
    z-index: 1;
}

.contact_top_box::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, #F2F7FB 0%, rgba(242, 247, 251, 0.90) 74.36%, rgba(242, 247, 251, 0.00) 100%);
    z-index: -1;
}

.contact_top_left {
    width: 50%;
    padding-top: 98px;
}

.contact_top_left .s_t {
    margin-bottom: 16px;
    color: var(--main-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
}


.contact_top_left .com_name {
    color: var(--dark-color);
    font-weight: 400;
    line-height: 1.5;
}

.contact_top_left .bottom {
    padding-top: 80px;
    max-width: 500px;
}

.contact_top_left .grey_title {
    margin-top: 32px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.contact_top_left .red_tel {
    padding-top: 4px;
    color: var(--main-color);
    font-family: 'Rubik bold';
    font-weight: 600;
    line-height: 1.4;
}

.contact_top_left .red_tel a {
    color: inherit;
}

.contact_top_left .list {
    padding-top: 16px;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.contact_top_left .list img {
    width: 20px;
    margin-right: 11px;
    margin-top: 4px;
}

.contact_top_left .contact_link {
    padding-top: 32px;
}

.contact_top_left .contact_link a {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    border-radius: 60px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    transition: background-color .4s ease-in-out;
}

.contact_link span {
    padding-right: 47px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    background-image: url(../images/link_grey.svg);
    background-repeat: no-repeat;
    background-position: right;
    background-size: 24px 24px;
    transition: all 0.4s;
}

.contact_top_left .contact_link a:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}

.contact_link a:hover span {
    color: var(--white-color);
    background-image: url(../images/arrow-right.svg);
}

.contact_box {
    position: relative;
    background-color: var(--white-color);
    z-index: 1;
    overflow: hidden;
}

.contact_box::after {
    content: "";
    position: absolute;
    top: -30px;
    right: 0;
    width: 40%;
    height: 50%;
    background-image: url(../images/contact_r_bg.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: -1;
}

.contact_swiper {
    overflow: visible;
}

.contact_swiper::before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--white-color);
    z-index: 7;
}

.contact_swiper:after {
    content: "";
    position: absolute;
    right: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--white-color);
    opacity: 0.8;
    z-index: 7;
}

.contact_loop .contact-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -21px;
    z-index: 8;
    cursor: pointer;
}

.contact_loop .contact-button.swiper-button-disabled {
    opacity: 0;
    cursor: default;
}

.contact_loop .contact-button i {
    display: flex;
    width: 60px;
    height: 60px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background-color: var(--main-color);
    background-size: 24px 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.contact_loop .contact-prev {
    left: -80px;
}

.contact_loop .contact-next {
    right: -80px;
}

.contact_loop .contact-prev i {
    background-image: url(../images/arrow-left.svg);
}

.contact_loop .contact-next i {
    background-image: url(../images/arrow-right.svg);
}

.contact_loop .contact-pagination {
    position: relative;
    margin: 0 auto;
    margin-top: 40px;
    width: 142px;
    height: 2px;
    background-color: rgba(0, 0, 0, 0.10);
}

.contact_loop .contact-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background-color: var(--main-color);
}

.contact_swiper .swiper-wrapper {
    align-items: stretch;
}

.contact_swiper .swiper-slide {
    height: auto;
}

.contact_swiper .bg {
    display: flex;

    flex-direction: column;
    align-items: flex-start;
    height: 100%;
    border-radius: 24px;
    background: rgba(242, 247, 251, 0.80);
    backdrop-filter: blur(8px);
}

.contact_swiper .button_su_inner {
    padding: 40px;
}

.contact_swiper .title {
    padding-bottom: 24px;
    margin-bottom: 24px;
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
	min-height: 90px;

    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: all 0.4s;
}

.contact_swiper .bg .list {
    margin-bottom: 16px;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 30px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    background-position: left 5px;
    transition: all 0.4s;
}
.contact_swiper .bg .list.cont_adress {
    min-height: 100px;
}

.contact_swiper .bg .list a {
    color: inherit;
}

.contact_swiper .bg .list:last-child {
    margin-bottom: 0;
}

.contact_swiper .list.cont_tel {
    background-image: url(../images/contact_tel.svg);
}

.contact_swiper .list.cont_email {
    background-image: url(../images/contact_icon02.svg);
}

.contact_swiper .list.cont_adress {
    background-image: url(../images/contact_icon01.svg);
}

.contact_swiper .bg .line {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.contact_swiper .bg:hover .title {
    color: var(--white-color);
}

.contact_swiper .bg:hover .list {
    color: rgba(255, 255, 255, 0.80);

}

.contact_swiper .bg:hover .list.cont_tel {
    background-image: url(../images/contact_tel_w.svg);
}

.contact_swiper .bg:hover .list.cont_email {
    background-image: url(../images/contact_email_w.svg);
}

.contact_swiper .bg:hover .list.cont_adress {
    background-image: url(../images/contact_adress_w.svg);
}

.contact_swiper .bg:hover .contact_link a span {
    color: var(--white-color);
    background-image: url(../images/arrow-right.svg);
}

.mess_form_box {
    padding-top: 78px;
}

.mess_text {
    margin-top: 22px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    overflow: hidden;
}

.mess_red {
    padding-top: 44px;
    color: var(--main-color);

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.messform {
    margin-left: -20px;
    margin-right: -20px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    margin-top: 30px;
}

.messform .col {
    width: 50%;
    padding: 20px;
}

.messform .input-container {
    position: relative;
    border-radius: 34px;
    background: #F2F7FB;
}

.messform .input-container input {
    outline: none;
    z-index: 1;
    padding: 12px 24px;
    padding-left: 170px;
    position: relative;
    background: none;
    width: 100%;
    height: 64px;
    border: 0;
    color: var(--dark-color);
    line-height: 28px;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Rubik';
}

.messform .input-container span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 170px;
    color: #666;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.messform .text-area span {
    top: 20px;
    transform: inherit;
}

.form_name em {
    margin-left: 10px;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    line-height: 26px;
}

.messform .colw100 {
    width: 100%;
    padding: 20px;
}

.messform .input_select_box input {
    cursor: pointer;
}

.messform .input_select_box .icon {
    right: 24px;

}

.messform .input_select_box .drop_down_ {
    top: 71px;
    padding: 24px;
    width: calc(100% - 130px);
}

.input_select_box .drop_down_ p.active {
    color: var(--main-color);
}

.messform .input-container textarea {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 360px;
    padding: 19px 24px;
    padding-left: 170px;
    line-height: 28px;
    border: 0;
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    resize: none;
    font-family: 'Rubik', ' Open Sans', 'PingFang SC';
}

.messform .input-container input::-webkit-input-placeholder,
.messform textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-size: 16px;
    font-family: 'Rubik', ' Open Sans', 'PingFang SC';
    line-height: 28px;
}

.messform .input-container input::-moz-placeholder,
.messform textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-size: 16px;
    font-family: 'Rubik', ' Open Sans', 'PingFang SC';
    line-height: 28px;
}

.messform .input-container input::-ms-input-placeholder,
.messform textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.30);
    font-size: 16px;
    font-family: 'Rubik', ' Open Sans', 'PingFang SC';
    line-height: 28px;
}

.messform .submit {
    display: flex;
    padding: 22px 46px 22px 56px;
    margin-bottom: 55px;
    align-items: center;
    border-radius: 60px;
    background-color: var(--main-color);
    color: var(--white-color);
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    cursor: pointer;
    transition: all .3s ease;
}

.messform .submit img {
    margin-left: 24px;
}

.messform .submit:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 32px rgba(255, 68, 103, 0.5);
}

.messform .yanz {
    width: calc(100% - 150px);
    max-width: 584px;
}

.messform .yz {
    margin-left: 16px;
}

.messform .yz img {
    height: 64px;
    width: 128px;
    border-radius: 34px;
}

.messform .last_button {
    padding-top: 44px;
    margin-top: 20px;
    width: 100%;
    border-top: 1px solid #EBEFF5;
    justify-content: center;
}

.text-area label {
    position: absolute;
    bottom: -20px;
    left: 0;
    color: var(--main-color);
}

@media (max-height:800px) {

    .contact_top_left {
        padding-top: 58px;
    }

    .contact_top_left .bottom {
        padding-top: 50px;
    }

    .contact_top_left .grey_title {
        margin-top: 35px;
    }

    .contact_top_left .contact_link {
        padding-top: 35px;
    }

}

@media (max-width:1279px) {
    .contact_loop .contact-prev {
        left: -55px;
    }

    .contact_loop .contact-next {
        right: -55px;
    }

    .contact_loop .contact-button i {
        width: 50px;
        height: 50px;
        background-size: 20px 20px;
    }


}

@media (max-width:991px) {
    .contact_loop {
        padding-left: 50px;
        padding-right: 50px;
    }

    .contact_loop .contact-prev {
        left: -15px;
    }

    .contact_loop .contact-next {
        right: -15px;
    }

    .contact_swiper .button_su_inner {
        padding: 30px 20px;
    }
    .messform .colw100 {
        flex-wrap: wrap;
    }

    .messform .col {
        width: 100%;
    }

}

@media (max-width:767px) {
    .contact_banner {
        height: auto;
        min-height: inherit;
    }

    .contact_map {
        position: relative;
        height: 300px;
        display: none;
    }

    .contact_top_box {
        position: relative;
        padding-top: 30px;
        height: auto;
    }

    .contact_top_box::before {
        display: none;
    }

    .contact_top_left {
        width: 100%;
        padding-top: 0;
    }
    .messform .col {
        padding-bottom: 40px;
    }
    .contact_loop {
        padding-left: 0;
        padding-right: 0;
    }

    .contact_loop .contact-button {
        display: none !important;
    }

    .contact_top_left .bottom {
        padding-top: 30px;
    }
    .contact_swiper .title {
        padding-bottom: 20px;
        margin-bottom: 20px;
        line-height: 1.5;
    }
    .contact_top_left .com_name {
        font-size: 20px;
    }
    .mess_form_box {
        padding-top: 50px;
    }
   
    .messform .yanz {
        width: 100%;
    }

    .messform .yz {
        margin-left: 0;
        margin-top: 40px;
    }

    .messform .input-container span {
        top: -25px;
        width: 170px;
        text-align: left;
    }
    .text-area label {
        left: 20px;
        bottom: -20px;
    }
    .messform .input-container input,
    .messform .input-container textarea {
        padding: 10px 16px;
        height: 54px;
        line-height: 34px;
    }
    .messform .input-container textarea {
        height: 250px;
    }
    .messform .input-container {
        border-radius: 16px;
    }

    .messform .input_select_box .drop_down_ {
        width: calc(100% - 120px);
    }
    .messform .yz img {
        height: 54px;
    }
    .messform .submit {
        padding: 16px 26px 16px 36px;
    }
    .messform .submit img {
        margin-left:16px;
    }
}

/* about */
.about-s1 {
    position: relative;
    margin-top: 28px;
    overflow: hidden;
}

.about-s1 .about_flow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    z-index: -1;
}

.about-s1 .line {
    position: absolute;
    left: 50%;
    top: 32px;
    bottom: 0;
    width: 1px;
    background-color: #F2F7FB;
    z-index: 1;
}

.about-s1 .line span {
    width: 1px;
    background-color: var(--main-color);
    position: absolute;
    top: 5px;
    left: 0;
}

.line .cicle {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 5px solid var(--main-color);
    background: #fff;
    position: absolute;
    left: -12px;

    z-index: 10;
}

.line .cicle::before {
    content: "";
    z-index: -1;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #dfe2e9;
    animation: bgIco2 1s 0.18s infinite alternate;
}

.line .cicle:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: -4px;
    left: -4px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 5px solid var(--main-color);
    animation: bgIco1 1s infinite alternate;
}

@keyframes bgIco1 {
    0% {
        opacity: 0.38;
        transform: scale(1)
    }

    100% {
        opacity: 0.1;
        transform: scale(2)
    }
}

@keyframes bgIco2 {
    0% {
        opacity: 0.8;
        transform: scale(1)
    }

    100% {
        opacity: 0.28;
        transform: scale(1.38)
    }
}

.about-s1 .top-box {
    padding-top: 70px;
    padding-bottom: 42px;
}

.about-s1 .top-box span {
    color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.about-s1 .top-box .tit {
    margin-top: 16px;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
    overflow: hidden;
}

.about-s1 .top-box .time {
    margin-top: 24px;
    color: var(--main-color);
    font-family: 'Rubik';
    font-size: 128px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    overflow: hidden;
}

.about-s1 .top-box .time i {
    margin-left: 16px;
    font-family: 'Rubik bold';
    font-weight: 500;
}

.about_video {
    position: relative;
    margin: 0 auto;
    display: flex;
    align-items: center;
    width: calc(100% - 110px);
    max-width: 1810px;
    border-radius: 24px;
    z-index: 8;
    overflow: hidden;
}

.about_video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about_mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: linear-gradient(180deg, rgba(0, 2, 14, 0.00) 0%, #00020E 100%);
}

.about_mid_text {
    padding-top: 60px;
}

.about_mid_text .about_mid_left,
.about_mid_text .about_mid_right {
    width: 50%;
}

.about_mid_text .about_mid_left {
    padding-right: 30px;
}

.about_mid_text .about_mid_right {
    position: relative;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
}

.about_mid_text .about_mid_right:after {
    content: "";
    position: absolute;
    right: -120px;
    bottom: 16px;
    width: 182px;
    height: 129px;
    background-image: url(../images/job_dou.svg);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    z-index: -1;
}

.about_mid_text .about_mid_right p {
    padding-bottom: 30px;
}

.about_mid_text .about_mid_right p:last-child {
    padding-bottom: 0;
}

.a_pl80 {
    padding-left: 80px;
}

.about_mid_text .about_mid_right .red {
    color: var(--main-color);
}

.about_s2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 64px;
    padding-bottom: 100px;
}

.about_s2 .in_a_number {
    order: 2;
    padding-top: 0;
    width: 50%;
}

.about_s2 .in_a_number ul {
    flex-wrap: wrap;
}

.about_s2 .in_a_number ul li {
    padding-bottom: 42px;
    width: 100%;
}

.about_s2 .in_a_number ul li:last-child {
    padding-bottom: 0;
}

.about_s2 .in_a_number .info-detail {
    align-items: flex-end;
}

.about_s2 .in_a_number .info-detail p {
    margin-top: 0;
}

.about_s2 .in_a_number .icon img {
    width: 60px;
}

.about_video2 {
    display: flex;
    align-items: stretch;
    margin-top: 50px;
    border-radius: 8px;
    height: max-content;
    cursor: pointer;
    overflow: hidden;
}

.about_video2 .k {
    display: flex;
    width: 48px;
    height: 180px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: var(--main-color);
    writing-mode: vertical-lr;
    color: var(--white-color);
    font-family: 'Rubik';
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    letter-spacing: 3.2px;
}

.about_video2 .a_video_click {
    position: relative;
    max-width: 290px;
    height: 180px;
    z-index: 1;
}

.about_video2 .a_video_click .a_play {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.20);
    background-image: url(../images/video_play.svg);
    background-size: 64px;
    background-position: center;
    background-repeat: no-repeat;
}

.about_last {
    position: relative;
    margin-bottom: -24px;
    padding-top: 220px;
    padding-bottom: 228px;
    border-radius: 132px 0px 0px 0px;
    z-index: 1;
    overflow: hidden;
}

.about_last .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(227deg, rgba(0, 2, 14, 0.30) 0%, rgba(0, 2, 14, 0.50) 100.09%);
    z-index: -1;
}

.about_last .bg {
    position: absolute;
    left: 50%;
    top: 50%;
    bottom: 0;
    width: 100%;
    height: 100%;

    transform: translate(-50%, -50%);
    z-index: -1;
}

.about_last .bg .anim-zoomin-r-wrap {
    width: 100%;
    height: 100%;
}

.about_last .bg img {
    width: 100%;
    max-width: inherit;
    object-fit: cover;
}

.about_last .about_text {
    text-align: center;
}

.about_last .about_text .small_t {
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
}

.about_last .about_text .title {
    margin-top: 16px;
    color: var(--white-color);
    font-weight: 700;
    line-height: 1.5;
}

.about_last .about_text .text {
    max-width: 1230px;
    margin: 0 auto;
    margin-top: 40px;
}

.about_last .about_text .text p {
    padding-bottom: 30px;
    color: var(--white-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
}

.about_last .link_more {
    display: flex;
    justify-content: center;
    padding-top: 26px;
}

.about_last .link_more a {
    display: flex;
    padding: 16px 24px;
    align-items: center;
    border-radius: 60px;
    border: 1px solid rgba(255, 255, 255, 0.50);
    color: var(--white-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    transition: background-color .3s;

}

.about_last .link_more a img {
    margin-left: 24px;
    width: 24px;
}

.about_last .link_more a:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

@media (max-width:1440px) {
    .about-s1 .top-box .time {
        font-size: 100px;
    }

    .about_mid_text .about_mid_right:after {
        right: -100px;
        width: 160px;
    }

}

@media (max-width:1366px) {
    .about-s1 .top-box .time {
        font-size: 96px;
    }

    .about_mid_text .about_mid_right:after {
        right: -80px;
        width: 140px;
    }

}

@media (max-width:1280px) {
    .about-s1 .top-box .time {
        font-size: 90px;
    }

    .about_mid_text .about_mid_right:after {
        right: -70px;
        width: 120px;
    }
}

@media (max-width:1279px) {
    .about_mid_text .about_mid_right:after {
        right: -40px;
    }

    .about-s1 .top-box .time {
        font-size: 80px;
    }

    .about_last {
        padding-top: 180px;
        padding-bottom: 188px;
    }

}

@media (max-width:991px) {
    .about-s1 .top-box .time {
        font-size: 60px;
    }

    .about_video {
        width: calc(100% - 60px);
    }

    .a_pl80 {
        padding-left: 40px;
    }

    .about_video2 .a_video_click {
        max-width: 270px;
    }

    .about_video2 .a_video_click img {
        height: 100%;
        object-fit: cover;
    }

    .about_last {
        padding-top: 140px;
        padding-bottom: 148px;
    }

    .about_s2 .in_a_number .icon img {
        width: 40px;
    }
}

@media (max-width:767px) {
    .about-s1 .top-box {
        padding-top: 30px;
        padding-bottom: 42px;
    }

    .about-s1 .line {
        display: none;
    }

    .about-s1 .top-box .time {
        font-size: 40px;
    }

    .about_video {
        width: calc(100% - 40px);
        height: auto;
        border-radius: 16px;
    }

    .about_mid_text {
        padding-top: 50px;
        flex-wrap: wrap;
    }

    .about_mid_text .about_mid_left,
    .about_mid_text .about_mid_right {
        width: 100%;
    }

    .about_mid_text .about_mid_left {
        padding-right: 0;
    }

    .about_mid_text .about_mid_right {
        padding-top: 30px;
        padding-left: 0;
    }

    .about_mid_text .about_mid_right:after {
        top: 0;
        bottom: inherit;
        right: -10px;
        width: 80px;
        background-position: right top;
    }

    .about_s2 {
        flex-wrap: wrap;
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .about_s2 .in_a_number {
        order: inherit;
        padding-top: 0;
        padding-left: 0;
        width: 100%;
    }

    .about_s2 .in_a_number .icon img {
        width: 36px;
    }

    .about_video2 {
        width: 100%;
    }

    .about_video2 .a_video_click {
        width: calc(100% - 48px);
        max-width: 100%;
    }

    .about_video2 .a_video_click img {
        width: 100%;
    }

    .about_video2 .a_video_click .a_play {
        background-size: 36px;
    }

    .about_last {
        padding-top: 50px;
        padding-bottom: 88px;
        border-radius:32px 0px 0px 0px;
    }

    .about_last .bg img {
        height: 100%;
    }

    .about_video2 .k {
        font-size: 14px;
    }
    .about_mid_text .about_mid_right,
    .about_last .about_text .text p {
        line-height: 28px;
    }


}

/* 视频弹出 */

.z_tanchuang {
    position: fixed;
    display: table;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transform: scale(0);
    -webkit-transform: scale(0);
    z-index: 10000;
}

.z_tanchuang .tbox {
    display: table-cell;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    vertical-align: middle;
}

/* 弹窗内容 */
html.fixed {
    overflow: hidden !important;
}

.z_tanchuang .tbox .modal {
    display: block;
    position: relative;
    width: 90%;
    max-width: 1400px;
    max-height: 90%;
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .out {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: rgba(255, 68, 55, 0.6) url(../images/w_close.svg) center no-repeat;
    background-size: 20px;
    color: #000;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    top: -50px;
    right: 0;
    cursor: pointer;
}

.z_tanchuang .tbox .modal .img {
    width: 100%;
    max-height: 700px;
    margin: 0 auto;
    height: 70vh;
    display: flex;
    align-items: center;
}

.z_tanchuang .tbox .modal .img video {
    display: block;
    width: 100%;
    max-height: 100%;
    object-fit: cover;
    border-radius: 24px;
}

.z_tanchuang .tbox .modal .img img {
    margin: 0 auto;
}

.z_tanchuang .tbox .modal .out:hover {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.z_tanchuang .tbox .modal2 {
    padding: 20px;
}

.z_tanchuang .tbox .modal .img {
    max-width: 1400px;
}



/* 弹窗选中 */

.z_tanchuang.one {
    transform: scaleY(0.01) scaleX(0);
    animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scaleY(0.01) scaleX(0);
    -webkit-animation: unfoldIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one .tbox .modal {
    transform: scale(0);
    animation: zoomIns 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(0);
    -webkit-animation: zoomIns 0.5s 0.8s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out {
    transform: scale(1);
    animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-transform: scale(1);
    -webkit-animation: unfoldOut 1s 0.3s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

.z_tanchuang.one.out .tbox .modal {
    animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
    -webkit-animation: zoomOut 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

/* 弹窗动画 */

@keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

@keyframes zoomIns {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@-webkit-keyframes zoomIn {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes zoomOut {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@-webkit-keyframes unfoldOut {
    0% {
        transform: scaleY(1) scaleX(1);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(0.005) scaleX(0);
    }
}

@-webkit-keyframes unfoldIn {
    0% {
        transform: scaleY(0.005) scaleX(0);
    }

    50% {
        transform: scaleY(0.005) scaleX(1);
    }

    100% {
        transform: scaleY(1) scaleX(1);
    }
}

.img_tanchuang .tbox .modal,
.img_tanchuang .tbox .modal .img {
    max-width: 1600px;
}


@keyframes big {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 0.3;
    }
}

@-webkit-keyframes big {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        -webkit-transform: scale(1.2);
        opacity: 0.3;
    }
}

@media (max-width:767px) {
    .z_tanchuang .tbox .modal {
        width: 100%;
    }

    .z_tanchuang .tbox .modal .img {
        height: auto;
    }

    .z_tanchuang .tbox .modal .img video {
        border-radius: 16px;
    }
}

/* honor */
.honor_bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.honor_top {
    padding-top: 80px;
}

.honor_top .small_t {
    color: var(--main-color);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    overflow: hidden;
}

.honor_x {
    margin-top: 16px;
}

.honor_top_right {
    display: flex;
    justify-content: flex-end;
}

.honor_top_right ul {
    display: flex;
    align-items: center;
}

.honor_top_right ul li {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-width: 240px;
}

.honor_top_right .line {
    margin-left: 64px;
    margin-right: 64px;
    width: 1px;
    height: 62px;
    background-color: rgba(0, 0, 0, 0.10);
}

.honor_top_right .t {
    color: var(--dark-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;

}

.honor_top_right .number {
    margin-top: 15px;
    color: var(--main-color);
    font-family: 'Rubik bold';
    font-size: 52px;
    font-style: normal;
    font-weight: 500;
    line-height: 1;
}

.honor_top_right .number em {
    color: var(--dark-color);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.honor_last {
    overflow: hidden;
}

.honor_bottom {
    padding-top: 84px;
    padding-bottom: 150px;
}

.honor_tab ul {
    margin-left: -4px;
    margin-right: -4px;
    display: flex;
    align-items: center;
}

.honor_tab ul li {
    padding: 0 4px;
}

.honor_tab ul li a {
    display: inline-block;
    position: relative;
    padding: 14px 32px;
    border-radius: 40px;
    background: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    z-index: 1;
    overflow: hidden;
}

.honor_tab ul li a::before {
    content: '';
    z-index: -1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--main-color);
    transform-origin: center right;
    transform: scaleX(0);
    transition: transform 0.25s ease-in-out;
}

.honor_tab ul li.active a {
    color: var(--white-color);
    background-color: transparent;
}

.honor_tab ul li.active a::before {
    transform-origin: center left;
    transform: scaleX(1);
}

.honor_bottom .tab_box .pub-show {
    width: 100%;
    display: none;
    opacity: 0;
    padding-top: 45px;
}

.honor_bottom .tab_box .pub-show.d-show {
    display: inline-block;
    opacity: 1;
}

.honor_loop {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.honor_loop:after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: calc(40% + 78px);
    width: 1015px;
    height: 118px;
    background-image: url(../images/honor_pic_bg.png);
    background-repeat: no-repeat;
    background-position: left;
}

.honor_loop .honor_button {
    position: absolute;
    left: 40%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 44px;
}

.honor_loop .honor_button .h_next,
.honor_loop .honor_button .h_prev {
    width: 56px;
    height: 56px;
    border-radius: 48px;
    background-color: var(--white-color);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    transition: all 0.3s;
    cursor: pointer;
}

.honor_loop .honor_button .h_next:hover,
.honor_loop .honor_button .h_prev:hover {
    background-color: var(--main-color);
}

.honor_loop .honor_button .h_prev {
    background-image: url(../images/arrow_top_black.svg);
}

.honor_loop .honor_button .h_next {
    background-image: url(../images/arrow_bottom_black.svg);
}

.honor_loop .honor_button .h_prev:hover {
    background-image: url(../images/arrow_top_white.svg);
}

.honor_loop .honor_button .h_next:hover {
    background-image: url(../images/arrow_bottom_white.svg);
}

.honor_loop .honor_button .h_next {
    margin-top: 24px;
}

.honor_swiper {
    width: 41%;
    height: 580px;
    margin: inherit;
}

.honor_swiper .line {
    position: relative;
    padding-left: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.honor_swiper .line {
    position: relative;
    padding-left: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.honor_swiper .line::before {
    content: '';
    position: absolute;
    left: 0;
    top: 13px;
    width: 6px;
    height: 6px;
    background-color: rgba(0, 0, 0, 0.30);
    border-radius: 50%;
}

.honor_swiper .lable {
    margin-top: 12px;
    opacity: 0.3;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.honor_swiper .title {
    color: var(--dark-color);
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.honor_swiper .lable span {
    display: flex;
    align-items: center;
    margin-right: 24px;
}

.honor_swiper .lable span img {
    width: 20px;
    margin-right: 10px;
}

.honor_loop .honor-pagination {
    display: none;
}

@media (min-width:768px) {

    .honor_swiper .swiper-slide-active .title {
        color: var(--main-color);
    }

    .honor_swiper .swiper-slide-active .line {
        border-color: var(--main-color);
    }

    .honor_swiper .swiper-slide-active .line::before {
        background-color: var(--main-color);
    }
}

.honor_thumb {
    width: 42%;
    margin: 0;
    padding-bottom: 60px;
}

.honor_thumb .thumb {
    max-width: 100%;
}

@media (max-width:1440px) {
    .honor_swiper {
        height: 662px;
    }

    .honor_swiper .line {
        padding-bottom: 20px;
    }

    .honor_swiper .title {
        height: 52px;
        line-height: 26px;
        overflow: hidden;
        white-space: inherit;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

}


@media (max-width:1366px) {
    .honor_top_right .number {
        font-size: 48px;
    }

    .honor_top_right {
        flex: 1;
        margin-left: 50px;
    }

    .honor_top_right ul {
        max-width: 500px;
        width: 100%;
    }

    .honor_top_right ul li {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        min-width: inherit;
        width: calc(50% - 70px);
    }

    .honor_top_right .line {
        margin-left: 44px;
        margin-right: 44px;
    }

    .honor_swiper .line::before {
        top: 11px;
    }
}

@media (max-width:1280px) {
    .honor_top_right .number {
        font-size: 46px;
    }

    .honor_swiper {
        height: 562px;
    }

    .honor_swiper .line {
        padding-bottom: 10px;
    }

    .honor_swiper .line::before {
        top: 11px;
    }

    .honor_swiper .lable {
        margin-top: 8px;
        line-height: 26px;
    }

    .honor_swiper .lable span img {
        width: 16px;
        margin-right: 8px;
    }

    .honor_top_right .right img {
        width: 42px;
    }

}

@media (max-width:991px) {
    .honor_top_right .number {
        font-size: 44px;
    }

    .honor_top_right ul li {
        width: calc(50% - 60px);
    }

    .honor_top_right .line {
        margin-left: 26px;
        margin-right: 26px;
    }

    .honor_top_right .right img {
        width: 36px;
    }

    .honor_swiper {
        height: 462px;
    }

    .honor_loop::after {
        bottom: -60px;
        left: calc(40% + 70px);
    }

    .honor_loop .honor_button .h_next,
    .honor_loop .honor_button .h_prev {
        width: 46px;
        height: 46px;
        background-size: 20px 20px;
    }


}

@media (max-width:767px) {
    .honor_top {
        padding-top: 50px;
    }

    .honor_x {
        flex-wrap: wrap;
    }

    .honor_top_left {
        width: 100%;
    }

    .honor_top_right {
        padding-top: 30px;
        flex: inherit;
        width: 100%;
        margin-left: 0;
        display: block;
    }

    .honor_top_right ul {
        justify-content: space-between;
        max-width: 100%;
        margin-left: -10px;
        margin-right: -10px;
    }

    .honor_top_right ul li {
        width: calc(50% - 20px);
        padding: 0 10px;
    }

    .honor_top_right .line {
        margin-left: 5px;
        margin-right: 5px;
    }

    .honor_top_right .number {
        font-size: 36px;
        line-height: normal;
    }

    .honor_top_right .right {
        padding-bottom: 4px;
    }

    .honor_top_right .right img {
        width: 30px;
    }

    .honor_bottom {
        padding-top: 50px;
        padding-bottom: 100px;
    }

    .honor_tab ul {
        flex-wrap: wrap;
    }

    .honor_tab ul li {
        padding: 4px;
        width: 50%;
    }

    .honor_tab ul li a {
        width: 100%;
        padding: 14px 10px;

    }

    .honor_thumb {
        display: none !important;
    }

    .honor_loop {
        display: block;
    }

    .honor_loop::after {
        display: none !important;
    }

    .honor_swiper {
        height: auto;
        width: 100%;
    }

    .honor_swiper .thumb {}

    .honor_swiper .line {
        margin-top: 20px;
        padding-left: 0;
    }

    .honor_swiper .line::before {
        display: none;
    }

    .honor_loop .honor_button {
        position: relative;
        left: 0;
        top: inherit;
        transform: inherit;
        margin-left: 0;
        margin-top: 20px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .honor_loop .honor-pagination {
        display: block;
        padding-left: 10px;
    }

    .honor_loop .honor-pagination span {
        margin: 0 2px;
    }
    .honor_loop .honor-pagination span:nth-child(6+n) {
display: none;
    }
    .honor_loop .swiper-pagination-bullet-active {
        background-color: var(--main-color);
    }

    .honor_loop .honor_button .h_next {
        margin-top: 0;
        margin-left: 10px;
    }

    .honor_loop .honor_button .h_prev {
        background-image: url(../images/arrow_left_black.svg);
    }

    .honor_loop .honor_button .h_next {
        background-image: url(../images/arrow_right_black.svg);
    }

    .honor_loop .honor_button .h_prev:hover {
        background-image: url(../images/arrow-left.svg);
    }

    .honor_loop .honor_button .h_next:hover {
        background-image: url(../images/arrow-right.svg);
    }

}

/* 公司体系 */
.system_box {
    overflow: hidden;
}

.system_title {
    position: relative;
    z-index: 8;
}
.system_title .new_title {
    max-width: 450px;
}
.system_title .red_title {
    padding-bottom: 16px;
    color: var(--main-color);
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    overflow: hidden;
}

.system_bg {
    position: relative;
    z-index: 1;
}


@keyframes bgIco3 {
    0% {
        opacity: 0.38;
        transform: translate(-50%, -50%) scale(0.95)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1)
    }
}

@keyframes bgIco4 {
    0% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(0.95)
    }

    100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.1)
    }
}

.system_list {
    position: relative;
    padding-top: 50px;
    padding-bottom: 188px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.system_list:after {
    content: "";
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 192px;
    background-image: url(../images/system_b_w.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.system_cicle {
    position: relative;
    width: 760px;
    height: 760px;
    margin: 0 auto;
    border-radius: 50%;
    z-index: 7;
}

.system_cicle::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;

    border-radius: 50%;
    /* background-image: url(../images/system_kd.svg); */
    background-repeat: no-repeat;
    background-size: contain;

}


.company_box {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 280px;
    height: 280px;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    cursor: pointer;
    z-index: 99;
}

.company_box .title {
    padding-top: 11px;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5;
}

.time-box .active {
    opacity: 1;
}

.time_dw {
    position: absolute;
    opacity: 0;
    transition: opacity .3s;
    cursor: pointer;
}

.time_dw .bg {
    position: relative;
    width: 160px;
    height: 160px;
    border-radius: 50%;
    background-color: var(--white-color);
    overflow: hidden;
    transition: all .3s;
    z-index: 1;
}
.time_dw .bg img{
    background-color: var(--white-color);
    border-radius: 50%;
    overflow: hidden;
}
.time_dw .bg::before {
   
}
@media (min-width:768px) {

    .time_dw .bg:hover {
        /* border: 1px solid var(--main-color); */
        box-shadow: 0px 0px 32px 0px #C0D1DE;
        transform: scale(1.1);
        overflow: visible;
    }
    .time_dw::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background-color:rgba(224,0,42,0.8);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: background-color .4s;
        z-index: -1;
    }
    .time_dw::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background-color:rgba(224,0,42,0.5);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: background-color .4s;
        z-index: -1;
    }
    .time_dw .bg::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background-color:rgba(224,0,42,0.2);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: background-color .4s;
        z-index: -1;
    }
    .time_dw:hover::after {
        animation: bgIco4 1s ease-in-out;
    }
    .time_dw:hover::before {
        animation: bgIco5 1.2s ease-in-out;
    }
    .time_dw .bg:hover::after {
        animation: bgIco6 1.4s  ease-in-out;
    }

    @keyframes bgIco4 {
        0% {
            opacity: 0.38;
            transform: translate(-50%, -50%) scale(0.9)
        }
    
        100% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.2)
        }
    }
    @keyframes bgIco5 {
        0% {
            opacity: 0.38;
            transform: translate(-50%, -50%) scale(0.9)
        }
    
        100% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.4)
        }
    }
    @keyframes bgIco6 {
        0% {
            opacity: 0.38;
            transform: translate(-50%, -50%) scale(0.9)
        }
    
        100% {
            opacity: 1;
            transform: translate(-50%, -50%) scale(1.6)
        }
    }
  

}
.clock_01 {
    top: -80px;
    left: 50%;
    transform: translateX(-50%);
}

.clock_02 {
    top: 4%;
    right: 0;
    margin-right: 20px;
}

.clock_03 {
    top: 50%;
    right: 0;
    margin-right: -80px;
    transform: translateY(-50%);
}

.clock_04 {
    top: 72%;
    left: 76%;
}

.clock_05 {
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}

.clock_06 {
    top: 72%;
    left: 2%;
}

.clock_07 {
    top: 50%;
    left: -80px;
    transform: translateY(-50%);
}

.clock_08 {
    top: 4%;
    left: 0;
    margin-left: 20px;
}

@media screen and (min-width:768px) {
    .system_cicle .time-box {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        height: 100%;
        z-index: 8;
    }
    .system_shui {
        z-index: 99;
    }
    .hover_bg {
        position: relative;
        cursor: pointer;
        z-index: 1;
    }
    .hover_bg::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background-color:rgba(224,0,42,0.5);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: background-color .4s;
        z-index: -1;
    }
    .hover_bg::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        background-color:rgba(224,0,42,0.2);
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transition: background-color .4s;
        z-index: -1;
    }

    .system_shui:hover .hover_bg::after {
        animation: bgIco4 1s ease-in-out;
    }
    .system_shui:hover .hover_bg::before {
        animation: bgIco5 1.2s ease-in-out;
    }
 
    #main #roll #r3 .other #clock {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 30;
        width: 100%;
        height: 100%;
        transition: all 1s ease-out;
        -webkit-transition: all 1s ease-out;
        -moz-transition: all 1s ease-out;
        -o-transition: all 1s ease-out;
        -ms-transition: all 1s ease-out;
    }

    #main #roll #r3 .other #clock .time-move {
        z-index: 4;
        position: absolute;
        width: calc(100% + 16px);
        height: calc(100% + 16px);
        left: -8px;
        top: -8px;
        border: 1px solid #e0002a26;
        border-radius: 50%;
    }

    .system_bg::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 145%;
        height: 145%;
        border-radius: 50%;
        border: 1px solid rgba(216, 226, 234, 0.30);
        background: rgba(209, 220, 228, 0.20);
        animation: bgIco3 1s 0.18s infinite alternate;
        z-index: -1;
    }

    .system_bg::after {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 185%;
        height: 185%;
        border-radius: 50%;
        border: 1px solid rgba(216, 226, 234, 0.30);
        background: rgba(209, 220, 228, 0.10);
        animation: bgIco4 1s infinite alternate;
        z-index: -1;
    }

    .system_shui {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%) rotate(180deg);
        opacity: 0;
        width: 560px;
        height: 560px;
        transition: 2s;
        transition: 2s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.01);
        box-shadow: 0px 0px 84px 0px rgba(255, 255, 255, 0.50) inset;
        transition-delay: .4s;
        /* transition-delay: .6s; 12.23*/
    }

    .system_shui.active {
        opacity: 1;
        transform: translate(-50%, -50%) rotate(0deg);
    }

    #main #roll #r3 .other #clock .time-move canvas {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        top: -1px;
    }



}

@media (max-width:1280px) {
    .system_cicle {
        width: 660px;
        height: 660px;
    }

    .system_shui {
        width: 460px;
        height: 460px;
    }

}
@media (max-width:1279px) {
    .system_cicle {
        width: 460px;
        height: 460px;
    }

    .system_shui {
        width: 280px;
        height: 280px;
    }
    .company_box {
        padding: 20px;
        width:190px;
        height: 190px;
    }
    .time_dw .bg {
        width: 140px;
        height: 140px;
    }
    .clock_01 {
        top: -70px;
    }
    .clock_02 {
        top: 0;
        right: -30px;
    }
    .clock_03 {
        margin-right: -70px;
    }
    .clock_04 {
        top: 70%;
        left: 72%;
    }
    .clock_05 {
        bottom: -70px;
    }
    .clock_06 {
        top: 70%;
        left: 0%;
    }
    .clock_07 {
        left: -70px;
    }
    .clock_08 {
        top: 0;
        left: -26px;
    }


}

@media (max-width:991px) {
    /* .system_cicle {
        width: 560px;
        height: 560px;
    } */

    /* .system_cicle {
        width:460px;
        height:460px;
    } */

    /* .system_shui {
        width: 300px;
        height: 300px;
    } */

    .company_box {
        width: 200px;
        height: 200px;
        padding: 20px;
    }

    .time_dw .bg {
        width: 120px;
        height: 120px;
    }

    .clock_01 {
        top: -60px;
    }

    .clock_03 {
        margin-right: -60px;
    }

    .clock_05 {
        bottom: -60px;
    }

    .clock_07 {
        left: -60px;
    }

}

@media (max-width:767px) {
    
    .system_list {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .system_cicle {
        width: 100%;
        height: auto;
    }

    .system_shui {
        width:260px;
        height: 260px;
        margin: 0 auto;
    }
    .company_box {
        width: 160px;
        height: 160px;
        padding: 20px;
    }
    .system_shui {
        position: relative;
    }

    .time-box {
        display: flex;
        flex-wrap: wrap;
    }

    .time_dw {
        position: relative;
        left: inherit;
        right: inherit;
        top: inherit;
        bottom: inherit;
        transform: inherit !important;
        display: flex;
        justify-content: center;
        margin: 0;
        margin-bottom: 20px;
        opacity: 1;
        width: 50%;
        padding-left: 10px;
        padding-right: 10px;
    }
    .time_dw .bg {
        width: 140px;
        height: 140px;
    }
    #clock>img:first-child {
        display: none;
    }

    .time-move {
        opacity: 0;
        width: 0;
        height: 0;
    }

}
@media (max-width:350px) {
    .time_dw .bg {
        width: 130px;
        height: 130px;
    }

}

/* 公司体系弹出 */
body.hide {
    overflow: hidden;
}

.case-swp-tc {
    position: fixed;
    width: 100vw;
    height: 100vh;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    z-index: -1000;
}

.case-swp-tc.active {
    opacity: 1;
    z-index: 110;
}

.system_eject {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.system_e_box {
    position: relative;
    width: 90%;
    max-width: 1397px;
    opacity: 0;
    transform: translateY(100px);
    transition: all .6s;
}

.active .system_e_box {
    opacity: 1;
    transform: translateY(0px);
}

.system_e_box .case-swp-tc-close {
    position: absolute;
    width: 36px;
    height: 36px;
    right: 48px;
    top: 48px;
    z-index: 11;
    cursor: pointer;
    background-image: url(../images/black_close.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 36px;
}

.system_e_box .tc-btn {
    position: absolute;
    left: calc(50% + 48px);
    bottom: 85px;
    z-index: 11;
    display: flex;
    align-items: center;
}

.system_e_box .tc-btn>div {
    width: 56px;
    height: 56px;
    border-radius: 48.696px;
    background-color: var(--white-color);
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.case-swp-tc .tc-btn:hover {
    opacity: 1;
}

.tc-btn .tc-prev {
    background-image: url(../images/arrow_left_black.svg);
}

.tc-btn .tc-next {
    margin-left: 8px;
    background-image: url(../images/arrow_right_black.svg);
}

.system_swiper {
    width: 100%;
}

.system_swiper .swiper-slide {
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 25px;
    opacity: 0;
}

.system_swiper .swiper-slide.swiper-slide-active {
    opacity: 1;
}

.system_swiper .thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: calc(100% - 45px);
    border-radius: 24px;
    overflow: hidden;
}

.system_swiper .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sys_tem_right {
    width: 75%;
    padding-left: 25%;
    padding-top: 25px;
    height: 600px;
    border-radius: 24px;
    background: #FFF;
}

.sys_tem_right .text {
    position: relative;
    margin: 48px;
    margin-right: 0;
    z-index: 1;
}

.sys_tem_right .text:after {
    content: '';
    position: absolute;
    top: 0;
    right: 48px;
    width: 174px;
    height: 116px;
    background-image: url(../images/system_dou.svg);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    z-index: -1;
}

.sys_tem_right .text .title {
    padding-right: 48px;
    color: var(--dark-color);
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.sys_tem_right .text .des {
    padding-right: 48px;
    margin-top: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    overflow-y: auto;
    max-height: 256px;
}

.sys_tem_right .text .des p {
    padding-bottom: 25px;
}

.sys_tem_right .text .des p:last-child {
    padding-bottom: 0;
}

@media (max-height:700px) {
    .sys_tem_right {
        height: 550px;
    }

    .system_e_box .tc-btn {
        bottom: 50px;
    }
}

@media (max-width:991px) {
    .sys_tem_right .text {
        margin: 48px 30px;
        margin-right: 0;
    }

    .sys_tem_right .text .title {
        padding-right: 30px;
    }

    .system_e_box .tc-btn {
        left: calc(50% + 30px);
        bottom: 50px;
    }

    .sys_tem_right .text .des {
        padding-right: 30px;
        max-height: 316px;
    }

    .sys_tem_right .text:after {
        right:30px;
        width: 120px;
    }
}

@media (max-width:767px) {
    .system_e_box .case-swp-tc-close {
        width: 30px;
        height: 30px;
        right: 16px;
        top: 16px;

        background-size: 30px;
    }

    .system_swiper {
        background-color: var(--white-color);
        border-radius: 24px;
        padding: 50px 0 30px 30px;
    }

    .system_swiper .swiper-slide {
        flex-wrap: wrap;
        display: block;
        padding-right: 30px;
        height: 60vh;
        overflow: auto;
    }

    .sys_tem_right {
        width: 100%;
        padding-left: 0;
        padding-top: 0;
        height: auto;
        border-radius: 0;
    }
    .sys_tem_right .text:after {
        right:0px;
        width: 80px;
    }
    .sys_tem_right .text .des {
        padding-right: 0;
        line-height: 26px;
        overflow-y: inherit;
        max-height: inherit;
    }

    .sys_tem_right .text .des p {
        padding-bottom: 20px;
    }

    .system_swiper .thumb {
        position: relative;
        width: 100%;
        margin-top: 25px;
        height: auto;
    }

    .sys_tem_right .text {
        margin: 0;
    }

    .system_e_box .tc-btn {
        left: inherit;
        right: 30px;
        bottom: 20px;
        display: none;
    }

    .system_e_box .tc-btn>div {
        width: 46px;
        height: 46px;
        border-radius: 50%px;
    }
}

@media (max-width:767px) {}


/* 3.13 */
.new_pro_text {
    margin-top: 40px;
    padding: 40px;
    padding-bottom: 0;
    border-radius: 16px;
background: #F2F7FB;
}
.new_pro_text .tech_r_title {
    padding-bottom: 0;
    border-bottom: none;
}
.new_pro_text .tc p {
    max-width: 538px;
    margin: 0 auto;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
}
.new_pro_text .messform .last_button {
    padding-top: 0;
    border-top: none;
}
body.ovh {
    overflow: hidden;
}

.form_mask {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.4s ease-in-out;
    z-index: -1;
}

.foot_form {
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -30%);
    display: inline-flex;
    padding:50px 40px 30px 40px;
    width:1400px;
    max-width: 90%;
    max-height: 90vh;
    overflow-y: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 24px;
    background: #FFF;
    overflow: hidden;
    opacity: 0;
    transition: transform 0.67s ease-in-out;
    z-index: -100;
}
.foot_form .form_title {
    color: var(--dark-color);
    font-weight: 500;
    line-height: 1.5;
}
.foot_form.show {
    opacity: 1;
    transform: translate(-50%, -50%);
    z-index: 99;
}

.form_close {
    position: absolute;
    right: 18px;
    top: 18px;
    width: 32px;
    cursor: pointer;
}
.foot_form .job_form_cont {
    overflow-y: auto;
    border-radius: 0;
}
.foot_form .item_right {
    margin: 0;
}
.foot_form .item_right .col {
    width: 25%;
}
.foot_form .item_right .col_w50 {
    width: 50%;
}
.foot_form  .item_right .input-container textarea {
    height: 150px;
}
.foot_form .item_right .input-container {
    margin-top: 10px;
    padding-top: 0;
}
.foot_form .item_right .yanz .input-container {
    margin-top:0;
}
.foot_form .item_right .yanz  {
padding-top: 6px;
}
.new_pro_formt {
    margin-top: 40px;
    border-radius: 16px;
    overflow: hidden;
}
.new_pro_formt .pro_table{
    border-radius: 0;
    margin-top: 0;
}
.new_pro_formt .new_pro_text{
    padding: 150px 30px;
    border-radius: 0;
}
@media (max-width:1279px) {

.foot_form .item_right .col {
    width: 33.33%;
}

}
@media (max-width:991px) {

    .foot_form .item_right .col {
        width:50%;
    }
    .foot_form .item_right .col_w50 {
        width: 100%;
    }
    
    }
@media (max-width:767px) {
    .new_pro_text {
        padding: 40px 20px 0 20px;
    }
    .foot_form {
        padding:50px 20px 30px 20px;
    }
    .foot_form .item_right .col,.foot_form .item_right .col_w50 {
        width: 100%;
    }
    .foot_form .item_right .input-container textarea {
        height: 250px;
    }
    .foot_form .item_right .input-container input {
        height: 50px;
    }
    .new_pro_formt .new_pro_text{
        padding: 50px 20px 0 20px;
    }
}