﻿@charset "utf-8";

html,
body {
    height: 100%;
}

body {
    position: relative;
}

:root {
    --main-color: #36C;
    --dark-color: #333333;
    --yellow-color: #F37321;
    --white-color: #fff;
}

img {
    max-width: 100%;
}

.thumb {
    overflow: hidden;

}


/* footer */
.footer {
    position: relative;
    padding: 30px 0 0 0;
    background: #151721;
}

.footer .foot_top {
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .foot_top>.container {
    align-items: flex-end;
}

.foot_top_left {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
}

.foot_top_left h2 {
    padding-top: 15px;
}

.foot_top_right .top-button {
    color: #95969B;
    font-size: 22px;
    font-weight: 700;
    cursor: pointer;
}

.foot_bottom {

    padding-bottom: 30px;
}

.foot_bottom .top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

.foot_bottom .top .left {
    max-width: 620px;
    padding-top: 25px;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.foot_bottom .foot_menu ul {
    margin-left: -15px;
    margin-right: -15px;
}

.foot_bottom .foot_menu ul li {
    float: left;
    padding: 10px 15px;
    width: 33.33%;
}

.foot_bottom .foot_menu a {
    color: #B9BABD;
    font-size: 18px;
    font-weight: 700;
}

.foot_bottom .foot_menu a:hover {
    color: var(--white-color);
}

.foot_bottom .top .right {
    padding-top: 35px;
    color: #B9BABD;
    font-weight: 400;
}

.foot_bottom .top .right p {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.foot_bottom .top .right p:last-child {
    margin-bottom: 0;
}

.foot_bottom .top .right p span {
    margin-right: 15px;
}

.foot_bottom .top .right p a {
    color: inherit;
    font-family: "D-DIN";
}

.foot_share {
    padding-top: 30px;
    width: 100%;
    display: flex;
}

.foot_share a {
    margin-right: 20px;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.10);
    border-radius: 50%;
}

.foot_share a:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.foot_bottom .bottom {
    color: rgba(255, 255, 255, 0.5);
    font-size: 16px;
    font-weight: 290;
}

.foot_bottom .bottom a {
    color: rgba(255, 255, 255, 0.5);
    line-height: 24px;
    font-weight: 290;
}

.foot_bottom .bottom a:hover {
    color: rgba(255, 255, 255, 1);

}
.eject_cont {
    position: relative;
    display: inline-block;
    overflow: hidden;
}

.eject_cont .eject_tc {
    position: absolute;
    bottom: calc(100% + 9px);
    left: 50%;
    margin-left: -60px;
    transform: translateY(-20px);
    width: 120px;

    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: 24px;
    height: 10px;
    bottom: -9px;
    left: 50%;
    margin-left: -10px;
    background-image: url(../images/polygon.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.eject_cont .eject_tc .img_ {
    padding: 8px;
    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%;
}


@media screen and (max-width:1279px) {
    .foot_bottom .foot_menu a {
        font-size: 18px;
    }
}


@media screen and (max-width:1100px) {

    .foot_bottom .top,
    .foot_bottom .bottom {
        flex-wrap: wrap;
    }

    .foot_bottom .bottom .left {
        width: 100%;
        padding-bottom: 5px;
    }

}

@media screen and (max-width:767px) {
    .footer {
        padding: 50px 0 0 0;
    }
    
    .footer .foot_top {
        padding-bottom: 20px;
    }

    .foot_top_left h3 {
        font-size: 16px;
    }

    .foot_top_right {
        position: absolute;
        right: 20px;
        top: 15px;
    }

    .foot_bottom .top .right {
        font-size: 16px;
        display: none;
    }

    .foot_bottom .top .right p span {
        margin-right: 10px;
    }

    .foot_bottom .foot_menu ul {
        margin-left: -5px;
        margin-right: -5px;
    }

    .foot_bottom .foot_menu ul li {
        width:50%;
        float: left;
        padding: 10px 5px;
    }

    .foot_bottom .foot_menu a {
        font-size: 16px;
        font-weight: 500;
    }

    .foot_bottom .bottom {
        font-size: 14px;
    }

    .foot_top_right .top-button {
        font-size: 18px;
    }

    .foot_share {
        padding-top: 10px;
    }

    .foot_bottom {
        padding-bottom: 16px;
    }

    .foot_bottom .top {
        padding-bottom: 20px;
    }

    .foot_bottom .top .left {
        padding-top: 15px;
    }

    .foot_bottom .bottom .left {
        padding-bottom: 0;
    }

}

@media screen and (max-width:359px) {
    .foot_bottom .foot_menu ul li {
        width:100%;
    }

    .foot_top_left h2 {
        font-size: 18px;
    }

}

/* 首页公共 */
.index_more {
    position: relative;
    display: inline-flex;
    padding: 6px 15px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #FFF;
    overflow: hidden;
    transition: background-color 0.3s ease-in;
    z-index: 1;
}

.index_more span {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
}

.index_more:hover span {
    color: var(--main-color);
}

.index_more:hover {
    background-color: var(--white-color);
}

@media screen and (max-width:1440px) {
    .index_more span {
        font-size: 18px;
        line-height: 30px;
    }

}

@media screen and (max-width:1366px) {
    .index_more span {
        font-size: 16px;
        /* line-height: 1.5; */
    }

}

/* 内页公共 */
.height90 {
    height: 90px;
}

.page_box {
    width: 100%;
    min-height:calc(100vh - 90px);
}

.right_rove {
    position: fixed;
    right: 16px;
    bottom: 40px;
    z-index: 99;
}

.back_top {
    display: none;
    cursor: pointer;
}

.page_footer {
    padding: 32px 0;
    background-color: #EEE;
}

.page_footer div {
    color: rgba(102, 102, 102, 0.5);
    font-size: 16px;
    font-style: normal;
    font-weight: 290;
    line-height: 1.5;
}

.page_footer>.container {
    flex-wrap: wrap;
}

.page_footer a {
    color: inherit;
}

.page_footer a:hover {
    color: var(--dark-color);
}

.page_menu {
    background: rgba(0, 0, 0, 0.60);
    backdrop-filter: blur(5px);
}

.page_menu>ul {
    padding: 25px 0;
    justify-content: center;
}

.page_menu>ul>li {
    position: relative;
    padding-left: 20px;
    padding-right: 20px;
}

.page_menu>ul>li::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 1px;
    height: 16px;
    background: rgba(255, 255, 255, 0.50);
}

.page_menu>ul>li:last-child::before {
    display: none;
}

.page_menu>ul>li>a {
    position: relative;
    color: var(--white-color);
    font-size: 18px;
    font-weight: 400;
}
.page_menu>ul>li>a::before {
    content: "";
    position: absolute;
    bottom: -24px;
    width: 0;
    height: 2px;
    background-color: var(--white-color);
    transition: width .4s;
}
.page_menu>ul>li.active>a::before,
.page_menu>ul>li>a:hover::before {
    width: 100%;
}
 
.location {
    padding-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

.location a {
    margin-right: 10px;
    line-height: 20px;
}

.location a:first-child {
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 20px;
    font-size: 0;
}

.grey_location a:first-child {
    background-image: url(../images/home_icon.svg);
}

.location a:nth-child(n + 2) {
    padding-right: 18px;
    color: #CCC;
    font-size: 14px;
    font-weight: 400;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 8px 8px;
}

.grey_location a:nth-child(n + 2) {
    background-image: url(../images/page_jt.svg);
}

.grey_location a:nth-child(n + 2):hover {
    color: var(--main-color);
}

.location a:last-child {
    margin-right: 0;
    padding-right: 0;
    background-image: none;
}

.speech_cont {
    /* padding-top: 100px; */
}

.page_title {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.25;
}

.page_text {
    padding-top: 10px;
    color: #666;
    font-size: 20px;
    font-style: normal;
    font-weight: 290;
    line-height: 2;
}

@media screen and (max-width:767px) {
    .height90 {
        height: 80px;
    }
    .speech_cont {
        padding-top: 0;
        overflow: hidden;
    }
    .page_text {
        padding-top: 10px;
        font-size: 16px;
        font-weight: 290;
        line-height: 1.5;
    }
    .page_menu {
        backdrop-filter:inherit;
        background: #333;
    }
    
    .page_menu>ul {
        padding: 15px 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }

    .page_menu>ul>li {
        padding: 10px;
    }
    .page_menu>ul>li::before {
        display: none;
    }
    .page_menu>ul>li>a::before {
        bottom: -9px;
        height: 1px;
    }

    .page_menu>ul>li>a {
        font-size: 16px;
        /* color: #fff; */
        color: rgba(255, 255, 255, 0.6);
    }
    .page_menu>ul>li.active>a {
        color: var(--main-color);
        color: var(--white-color);
    }
    .location a {
        margin-right: 8px;
    }
    .location a:nth-child(n + 2) {
        padding-right: 12px;
    }
    .page_footer {
        padding: 20px 0;
    }


}

/* 总裁致辞 */
.speech_bg {
    position: relative;
    background: linear-gradient(180deg, #E8F3FF 0%, #FFF 100%);
    z-index: 1;
}

.speech_bg::after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80%;
    background-image: url(../images/speech_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: contain;
    opacity: 0.5;
    z-index: -1;
}
.speech_bg_box {
    display: flex;
    align-items: center;
}
.speech_bg_box .container {

}
.speech_box {
    display: flex;
    justify-content: space-between;
    padding-top: 100px;
    padding-bottom: 100px;
}

.speech_box .speech_img {
    padding-top:48px;
    max-width: 606px;
}

.speech_img>div:first-child {
    /* position: relative; */
    position: sticky;
    top: 150px;
}
.speech_img .speech_left_box {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: normal;
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.speech_img .speech_t {
    width:max-content;
    color: #333;
    font-size: 24px;
    font-weight: 700;
    margin: 0 auto;
}
.speech_img .speech_t div{
    width:100%;
    text-align:center;
}
.speech_img .speech_t div:first-child{
    line-height: 0.3;
}
.speech_img .speech_t div:first-child:after {
    content: "";
    display:inline-block;
    width:100%;
}
.speech_text {
    padding-top: 27px;
    color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 28px;
text-align: center;
}
.speech_box .speech_right {
    flex: 1;
    padding-top: 18px;
    padding-left: 37px;
}

.speech_right {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 290;
    line-height: 27px;
}

.speech_right p {
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 290;
    line-height: 27px;
    padding-bottom: 22px;
    text-indent: 36px;
    text-align: justify;

}

.speech_right p:last-child {
    padding-bottom: 0;
}

@media screen and (max-width:1279px) {
    .speech_box .speech_img {
        width: 50%;
    }

    .speech_img .speech_t {
        font-size: 22px;
    }
}

@media screen and (max-width:1200px) {
    .speech_box {
        flex-wrap: wrap;
    }
    .speech_img>div:first-child {
        position: relative;
        top: 0;
    }
    .speech_img .speech_left_box {
        left: -50px;
    }
    .speech_box .speech_img {
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: inherit;
    }

    .speech_box .speech_right {
        flex: inherit;
        width: 100%;
        padding-top: 30px;
        padding-left: 0;
    }



}

@media screen and (max-width:767px) {
    .speech_bg_box {
        align-items: flex-start;
    }
    .speech_bg::after {
        height: 80%;
        width: 100%;
        background-image: url(../images/speech_bg2.png);
        background-repeat: no-repeat;
        background-position:top right;
        background-size: contain;
        /* display: none; */
    }
    .speech_img .speech_left_box {
        position: relative;
        left: inherit;
        top: inherit;
        transform: inherit;
    }
    .speech_img .speech_t {
        width: max-content;
        margin: 0 auto;
        text-align: center;
        font-size: 18px;
    }
    .speech_text {
        text-align: center;
        width: 100%;
    }
    .speech_box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .speech_box .speech_right {
        padding-top: 40px;
    }

}

/* honor */
.honor_cont {
    /* padding-top: 180px; */
    overflow: hidden;
}

.honor_box {
    position: relative;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    align-items: stretch;
    border-radius: 6px;
    background: var(--white-color);
    overflow: hidden;
}

.honor_box .honor_left {
    display: flex;
    padding: 62px;
    width: 487px;
    height: 730px;
    background: #F8F8F8;
}

.honor_box .honor_right {
    width: calc(100% - 487px);
    padding: 55px 55px;
    height: 730px;
}

.honor_left .t {
    display: none;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.honor_left .thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.honor_left .thumb img {
    max-height: 100%;
    cursor: pointer;
}

.honor_button {
    position: absolute;
    left: 487px;
    bottom: 0;
    margin-left: -50px;
    display: flex;
    align-items: center;
    z-index: 8;
}

.honor_button>div {
    width: 50px;
    height: 50px;
    background-color: var(--white-color);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    cursor: pointer;
}

.honor_button .honor-prev {
    background-image: url(../images/l-h.svg);
}

.honor_button .honor-next {
    background-image: url(../images/r-h.svg);
}

.honor_button>div:hover {
    background-color: var(--main-color);
}

.honor_button .honor-prev:hover {
    background-image: url(../images/l-b.svg);
}

.honor_button .honor-next:hover {
    background-image: url(../images/r-b.svg);
}

.honor_button>div.swiper-button-disabled {
    cursor: default;
    pointer-events: none;
    opacity: .5;
}

.honor_swiper_t .swiper-slide {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}

.honor_swiper_t .honor_t_loop {
    position: relative;
    width: calc(50% - 24px);
    padding-top: 30px;
    padding-bottom: 30px;
    cursor: pointer;
}

.honor_swiper_t .honor_t_loop:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #EEE;
}

.honor_swiper_t .honor_t_loop::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: var(--main-color);
    transition: width .4s;
}

.honor_swiper_t .honor_t_loop:nth-child(odd) {
    margin-right: 24px;
}

.honor_swiper_t .honor_t_loop:nth-child(even) {
    margin-left: 24px;
}

.honor_t_loop h3 {
    padding-left: 30px;
     height: 66px;
     line-height: 22px;
    color: #333;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    background-image: url(../images/honor_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 2px;
    background-size: 20px 20px;
}

.honor_t_loop.active h3 {
    color: var(--main-color);
    background-image: url(../images/honor_h_icon.svg);
}

.honor_t_loop.active::after {
    opacity: 0;
}

.honor_t_loop.active::before {
    width: 100%;
}

.ipad_show {
    display: none;
    width: 100%;
    padding: 50px;
}

.ipad_show img {
    display: none;
}

@media screen and (max-width:1365px) {
    .honor_box .honor_left {
        padding: 50px 40px;
        width: 440px;
        height: 860px;
    }

    .honor_box .honor_right {
        width: calc(100% - 440px);
        padding: 55px 55px;
        height: 860px;
    }

    /* .honor_swiper_t .honor_t_loop {
        width: calc(50% - 16px);
        padding-top: 20px;
        padding-bottom: 20px;
    } */

    .honor_swiper_t .honor_t_loop {
        width: 100%;
        margin: 0 !important;
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .honor_t_loop h3 {
        height: 44px;
    }
    .honor_button {
        left: 440px;
    }

}

@media screen and (max-width:1279px) {
    .honor_box .honor_left {
        padding: 50px 30px;
        width: 420px;
    }

    .honor_box .honor_right {
        padding: 40px 30px;
        width: calc(100% - 420px);
    }
    .honor_t_loop h3 {
       font-size: 16px;
    }
 

}

@media screen and (max-width:991px) {
    .honor_box {
        flex-wrap: wrap;
    }

    .honor_box .honor_left {
        width: 100%;
        height: 520px;
        display: none !important;
    }

    .honor_button,
    .honor_box .honor_right {
        width: 100%;
        display: none !important;
    }

    .honor_swiper_t .honor_t_loop {
        width: calc(50% - 16px);
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .honor_left .thumb {
        flex-flow: column;
    }

    .honor_left .t {
        margin-top: 15px;
        display: block;
    }

    .ipad_show {
        display: block;
    }

    .ipad_show {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .honor_t_loop {
        width: 100%;
        padding: 15px 0;
        border-bottom: 1px solid #EEE;
    }

}

@media screen and (max-width:767px) {
    .ipad_show {
        padding: 30px 20px;
    }
    .honor_cont {
        padding-top: 0px;
    }
    .honor_box {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .honor_t_loop h3 {
        height: auto;
        overflow: hidden;
        white-space: inherit;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .honor_t_loop h3 {
        padding-left: 30px;
        font-size: 16px;
        background-position: 0 3px;
        background-size: 18px 18px;
    }

}

/* 招聘信息 */
.job_cont {
    padding-top: 100px;
    padding-bottom:100px;
}

.job_t_text {
    color: var(--dark-color);
    font-weight: 400;
}

.job_zw {
    /* margin-top: 50px; */
    text-align: center;
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
    width: 49%;
}

.job_box {
    padding-top: 45px;
    align-items: stretch;
}

.job_box>div {}

.job_box .job_left {
    width: 49%;
    margin-right: 50px;
}

.job_box .job_mid {
    width: calc(51% - 150px);
    padding-right: 105px;
    padding-left: 55px;
}

.job_box .job_right {
    width: 100px;
}

.job_box .job_b_title {
    color: var(--dark-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 45px;
}

.job_box .job_text p {
    padding-top: 22px;
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.job_box p.job_contact {
    /* color: #333; */
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
}

.job_box .job_right {
    padding-top: 30px;
}

.job_box .job_right>div:nth-child(2) {
    padding-top: 56px;
}

.job_box .job_right .code {
    position: relative;

}

.job_box .job_right .code::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: url(../images/job_border.svg);
    background-repeat: no-repeat;
}

.job_box .job_right p {
    padding-top: 16px;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

@media screen and (max-width:1580px) {
    .job_box .job_left {
        margin-right: 20px;
    }

    .job_box .job_mid {
        padding-right: 40px;
        padding-left: 20px;
    }

}

@media screen and (max-width:1439px) {
    .job_box .job_left {
        margin-right: 20px;
    }

    .job_box .job_mid {
        padding-right: 30px;
        padding-left: 10px;
    }

}

@media screen and (max-width:1365px) {

    .job_box .job_text p {
        font-size: 16px;
    }


}

@media screen and (max-width:1279px) {
    .job_box {
        flex-wrap: wrap;
    }
    .job_zw {
        width: 100%;
    }
    .job_box .job_left {
        width: 100%;
        margin-right: 0;
    }

    .job_box .job_text p {
        padding-top: 10px;
    }
    .job_box .job_mid {
        width: 100%;
        padding-top: 20px;
        padding-right: 0;
        padding-left: 0;
    }

    .job_box .job_right {
        width: 100%;
        display: flex;
        padding-top: 30px;
    }

    .job_box .job_right>div {
        width: 100px;
    }

    .job_box .job_right>div:nth-child(2) {
        padding-top: 0;
        margin-left: 30px;
    }

}

@media screen and (max-width:767px) {
    .job_cont {
        padding-top:50px;
        padding-bottom: 50px;
    }
    .job_box .job_b_title {
        font-size: 18px;
        line-height: 1.5;
    }

}

/* 合作品牌 */
.white_bg {
    background-color: var(--white-color);
}
.hzpp_cont {
    /* padding-top: 110px; */
}
.schz_box {
    padding-top: 80px;
    padding-bottom: 90px;
}

.schz_box ul {
    display: flex;
    flex-wrap: wrap;
}

.schz_box ul li {
    width: 14.28%;
    border-right: 1px solid #EEE;
    border-bottom: 1px solid #EEE;
    transition: transform .4s ease;
}

.schz_box ul li:nth-child(7n) {
    border-right: none;
}

.schz_box .thumb {
    padding: 30px 35px;
    background: var(--white-color);
    cursor: pointer;
    border: transparent solid 1px;
    transition: box-shadow .4s;
}

.schz_box .thumb i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    -webkit-transition: -webkit-transform .4s;
    transition: -webkit-transform .4s;
    -o-transition: transform .4s;
    transition: transform .4s;
    transition: transform .4s, -webkit-transform .4s;
    -webkit-transition: transform .4s;
}



@media screen and (min-width:991px) {
    .schz_box ul li:hover {
        transform: scale(1);
    }
    .schz_box ul li:hover .thumb {
        /* box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10); */
        box-shadow: 0px 0px 10px 0px rgba(51, 102, 204, 0.50);
        border: #B7C3DB solid 1px;
    }
    .schz_box ul li:hover .thumb i {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

}
@media screen and (max-width:1279px) {
    .schz_box ul li {
        width: 16.66%;
    }

    .schz_box ul li:nth-child(7n) {
        border-right: 1px solid #EEE;
    }

    .schz_box ul li:nth-child(6n) {
        border-right: none;
    }

}

@media screen and (max-width:991px) {
    .schz_box ul li {
        width: 20%;
    }

    .schz_box ul li:nth-child(6n) {
        border-right: 1px solid #EEE;
    }

    .schz_box ul li:nth-child(5n) {
        border-right: none;
    }


}

@media screen and (max-width:767px) {
    .schz_box {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .schz_box ul li {
        width: 33.33%;
    }

    .schz_box ul li:nth-child(5n) {
        border-right: 1px solid #EEE;
    }

    .schz_box ul li:nth-child(3n) {
        border-right: none;
    }

    .schz_box .thumb i {
        background-size: 90%;
    }
    .schz_box .thumb {
        padding: 10px 15px;
    }

}

/* 产业链 */
.cyl_cont {
    /* padding-top: 40px; */
}
.cyl_list {
    padding-top: 60px;
    padding-bottom: 100px;
}

.cyl_list ul {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}

.cyl_list ul li {
    width: 33.33%;
    padding: 12px 10px;
}

.cyl_list .thumb {
    position: relative;
}

.cyl_list .thumb i {
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.cyl_list .mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    background-image: url(../images/cyl_link.svg);
    background-repeat: no-repeat;
    background-size: 46px 46px;
    background-position: center;
    opacity: 0;
    transition: all .4s;
}

.cyl_list .title {
    margin-top: 18px;
    color: #333;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.cyl_list .cyl_link {
    margin-top: 5px;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.cyl_list a:hover .thumb .mask {
    opacity: 1;
}

.cyl_list a:hover .title {
    color: var(--main-color);
}

@media screen and (max-width:991px) {
    .cyl_list .cyl_link {
        font-size: 16px;
    }

    .cyl_list .mask {
        background-size: 26px 26px;
    }
}

@media screen and (max-width:767px) {
    .cyl_list {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .cyl_list ul li {
        width: 50%;
    }
}

@media screen and (max-width:414px) {
    .cyl_list ul li {
        width: 100%;
    }
}


/* new */
.new_cont {
    padding-top: 50px;
}
.new_position {
    margin-top: 40px;
    height: 474px;
}

.new_position .new_swiper {
    width: 56%;
    height: 100%;
    border-radius: 6px;
    overflow: hidden;
}

.new_position .new_r_list {
    width: 44%;
    height: 100%;
    padding-left: 15px;
}

.new_position .new_swiper .thumb {
    width: 100%;
    height: 100%;
}

.new_position .new_swiper .thumb i {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.new_r_list .infor_01 {
    height: 100%;
}

.new_r_list .swiper-slide {
    height: 84px;
}

.new_r_list .border {
    display: flex;
    padding: 20px 25px;
    align-items: center;
    justify-content: space-between;
    align-self: stretch;
    height: 100%;
    border-radius: 6px;
    border: 1px solid #EEE;
    cursor: pointer;
    transition: all .3s;
}

.new_r_list .t {
    flex: 1;
    margin-right: 24px;
    color: var(--dark-color);
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
}

.new_r_list .time {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.new_r_list .time span:first-child {
    color: #CBCBCB;
    text-align: center;
    font-family: "D-DIN";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.new_r_list .time span:nth-child(2) {
    margin-top: 5px;
    color: #CBCBCB;
    font-family: "D-DIN";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.new_r_list .swiper-slide:hover .border {
    /* background-color: var(--main-color); */
    border-color: rgba(51,102,204,0.7);
    background-color: rgba(51,102,204,0.7);

}

.new_r_list .swiper-slide:hover .t {
    color: var(--white-color);
}

.new_r_list .swiper-slide:hover .time span {
    color: var(--white-color);
}

.new_swiper .t {
    margin-top: 15px;
    font-size: 18px;
    color: var(--dark-color);
    font-weight: 700;
}

.new_swiper .time {
    margin-top: 10px;
    color: #CBCBCB;
    font-family: "D-DIN";
    font-size: 14px;
    font-weight: 400;
}

.new-pagination {
    text-align: center;
}

.new-pagination .swiper-pagination-bullet-active {
    background-color: var(--main-color);
}

@media screen and (min-width:768px) {
    .new_position .new_swiper .swiper-slide {
        opacity: 0 !important;
        transition: all .4s;
    }

    .new_position .new_swiper .active {
        opacity: 1 !important;
    }
}

@media screen and (max-width:767px) {
    .new_cont {
        padding-top: 20px;
    }
    .new_position {
        flex-wrap: wrap;
        height: auto;
    }

    .new_position .new_swiper {
        padding-bottom: 20px;
        width: 100%;
        height: auto;
    }

    .new_position .new_r_list {
        display: none;
    }

    .new_position .new_swiper .thumb {
        height: auto;
        border-radius: 6px;
    }

    .new_position .new_swiper .swiper-slide {
        opacity: 0 !important;
        z-index: -1;
    }

    .new_position .new_swiper .swiper-slide-active {
        opacity: 1 !important;
        z-index: 8;
    }


}

.quanzi {
    padding-top: 30px;
    padding-bottom: 30px;
    overflow: hidden;
}

.quanzi .zixun01 {
    border-bottom: 1px solid #D2D2D2;
}
.quanzi .zixun01 a{
    position: relative;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
    padding-right: 30px;
    display: block;
    /* background-color: var(--main-color); */
    background-color: rgba(51,102,204,0.7);
}
.quanzi .zixun01 .bg {
    background-color: #fff;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all .5s ease 0s;
}

.quanzi .zixun01 .fc {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.quanzi .zixun01 .fc h3 {
    color: var(--dark-color);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;

    margin-top: 0;
    margin-bottom: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.quanzi .zixun01 .fc p {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.quanzi .zixun01 .fc .fc_left {
    float: left;
    width: calc(100% - 140px);
    border-left: 1px solid #EEE;
    padding-left: 40px;
}

.quanzi .zixun01 .fc .fc_right {
    width: 140px;
    text-align: center;
}

.quanzi .zixun01 .fc .fc_right span {
    display: block;
    font-family: "D-DIN Exp";
    color: var(--dark-color);
    font-weight: 400;
    line-height: 0.8;
    padding-bottom: 15px;
    background: url(../images/newhone.svg) no-repeat bottom center;
    text-align: center;
}

.quanzi .zixun01 .fc .fc_right b {
    display: block;
    margin-top: 15px;
    color: var(--dark-color);
    font-family: "D-DIN";
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

@media (min-width:768px) {
    .quanzi .zixun01:hover .bg {
        /* width: 0px; */
        opacity: 0;
    }
    
    .quanzi .zixun01:hover .fc h3 {
        color: var(--white-color);
    }
    
    .quanzi .zixun01:hover p {
        color: var(--white-color);
    }
    
    .quanzi .zixun01:hover .fc .fc_right b {
        color: var(--white-color);
    }
    
    .quanzi .zixun01:hover .fc .fc_right span {
        color: var(--white-color);
    }
}

@media (max-width:767px) {
    .new_position {
        margin-top: 0;
    }
    .quanzi .zixun01 a{
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 10px;
    }

    .quanzi .zixun01 .fc .fc_left {
        width: calc(100% - 80px);
        padding-left: 20px;
    }

    .quanzi .zixun01 .fc .fc_right {
        width: 80px;
    }

    .quanzi .zixun01 .fc .fc_right b {
        margin-top: 10px;
        font-size: 14px;
    }

    .quanzi .zixun01 .fc .fc_right span {
        padding-bottom: 10px;
    }

    .quanzi .zixun01 .fc h3 {
        font-size: 18px;
        line-height: 1.5;
    }

    .quanzi .zixun01 .fc p {
        font-size: 14px;
    }

}



/*page*/
.paged {
    padding: 30px 0 50px 0;
    text-align: center;
    overflow: hidden;
}

.paged .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.paged .pagination li {
    display: flex;
}

.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 15px;
    font-family: "D-DIN";
    font-size: 24px;
    color: #666;
    font-weight: 500;
    line-height: 26px;
    border-bottom: 1px solid var(--white-color);
}

.paged .active span,
.paged .active a,
.paged a:hover {
    color: var(--main-color);
    border-color: var(--main-color);
}

.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: 50px;
    height: 50px;
    background-color: var(--main-color);
    border: 1px solid var(--main-color);
    border-radius: 50%;
}

@media (max-width:767px) {
    .paged {
        padding: 10px 0 30px 0;
    }

    .paged span,
    .paged a {
        font-size: 14px;
        padding: 0 5px;
        margin: 0 2px;
    }

    .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;
        padding: 8px;
    }


}

/* 产能保障 */
.capa_city {
    position: relative;
    padding-top: 90px;
    width: 100%;
    height: 100vh;
    min-height: 660px;
}

.capa_city .capa_list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.capa_city .page_menu {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    z-index: 9;
}

.capa_city .capa_bg_pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.capa_city .capa_bg_pic::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.capa_city .capa_bg_pic .capa_item {
    position: relative;
    width: 100%;
    height: 100%;
    display: none;
}

.capa_city .capa_bg_pic .capa_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 8;
}

.capa_city .capa_item .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.capa_city .capa_item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}

.capa_city .capa_list_t {
    display: flex;
    width: 100%;
    height: 100%;
}

.capa_city .capa_list_t .box {
    position: relative;
    padding: 70px 50px 50px 50px;
    width: 33.33%;
    height: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.capa_list_t .box .bg_thumb {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: -1;
}

.capa_list_t .box .bg_thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.capa_list_t .box .bg_thumb::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 8;
}

.capa_city .capa_list_t .box:last-child {
    border-right: none;
}

.capa_city .capa_list_t .box>div:first-child {
    text-align: center;
    max-width: 332px;
    transition: transform 0.6s ease;
}

.capa_list_t .number {
    color: #FFF;
    font-family: "D-DIN Exp";
    font-style: normal;
    font-weight: 700;
    line-height: 1;
}

.capa_list_t .title {
    margin-top: 35px;
    color: #FFF;
    font-weight: 700;
    line-height: 1;
}

.capa_list_t .text {
    margin-top: 15px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    min-height: 81px;
}

.capa_list_t .more {
    color: #FFF;
    text-align: center;
    font-size: 0;
    opacity: 0;
    height: 0;
    transition: opacity 0.4s ease-in-out;
    transition-delay: .2s;
}

.capa_list_t .more img {
    width: 30px;
    margin-left: 10px;
}

.capa_city .on .capa_bg_pic {
    background-image: none !important;
}

.capa_city .capa_bg_pic .capa_item.active {
    display: block;
}

.capa_city .on .capa_list_t .box.act>div {
    transform: translateY(-20px);
}

.capa_city .on .box {
    opacity: 0.5;
    width: 340px;
}

.capa_city .on .box.act {
    opacity: 1;
    width: calc(100% - 680px);
    background-color: rgba(51, 102, 204, 0.5);
}

.capa_city .on .box.act .more {
    opacity: 1;
    height: auto;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.9px;
}

@media screen and (max-width:1279px) {
    .capa_city .on .box {
        padding: 70px 30px 50px 30px;
        width: 300px;
        padding: auto;
    }

    .capa_city .on .box.act {
        width: calc(100% - 600px);
    }


}

@media screen and (max-width:991px) {
    .capa_city {
        padding-top: 160px;
        height: auto;
    }

    .capa_city .capa_bg_pic {
        display: none;
    }

    .capa_city .capa_list_t {
        flex-wrap: wrap;
    }

    .capa_city .capa_list_t .box {
        width: 100%;
        padding: 70px 40px 50px 40px;
        height: 350px;
    }

    .capa_list_t .box .bg_thumb {
        opacity: 1;
    }

    .capa_city .box .more {
        opacity: 1;
        height: auto;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 1.5;
        letter-spacing: 0.9px;
    }

}

@media screen and (max-width:767px) {
    .capa_city .page_menu {
        top: 80px;
    }
    .capa_city {
        padding-top:80px;
    }
    .capa_city .box .more {
        font-size: 16px;
    }
    .capa_list_t .more img {
        width: 20px;
        margin-left: 5px;
    }

}

/* 产能保障 详情 */
.cn_bg {
    position: relative;
    min-height:calc(100vh - 90px);
    z-index: 1;
}

.cn_bg::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    max-height: 600px;
    background-image: url(../images/cn_xq_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    z-index: -1;
}

.cn_box {
    padding-top: 80px;
    padding-bottom: 80px;
}

.capacity_title .swiper-slide {
    width: auto;
    padding-bottom: 10px;
}

.capacity_title .title {
    position: relative;
    display: flex;
    padding: 30px 25px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    background-color: #F5F5F5;
    color: #333;
    font-size: 20px;
    font-weight: 400;
    line-height: normal;
    transition:background-color .3s;
    cursor: pointer;
}

.capacity_title .title::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
    width: 25px;
    height: 18px;
    background-image: url(../images/cn_tab_jt.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0;
}

.capacity_title .swiper-slide-thumb-active .title,
.capacity_title .swiper-slide .title:hover {
    background-color: var(--main-color);
    color: var(--white-color);
}

.capacity_title .swiper-slide-thumb-active .title::before {
    opacity: 1;
}

.capacity_cont {
    margin-top: 90px;
}

.capacity_cont .com_list {
    display: flex;
    justify-content: space-between;
}

.capacity_cont .com_list .capacity_left {
    position: relative;
    width: calc(50% - 20px);
    padding-top: 18px;
    padding-bottom: 90px;
}

.capacity_cont .com_list .capacity_right {
    display: flex;
    align-items: flex-start;
    width: calc(50% - 20px);
}

.capacity_left .big_t {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.capacity_left .capa_n_text {
    margin-top: 50px;
}

.capacity_left .capa_n_text p {
    padding-bottom: 20px;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-indent: 36px;
    text-align: justify;
}

.capacity_left .capa_n_text p:last-child {
    padding-bottom: 0;
}

.capa_adress {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    left: 0;
    bottom: 18px;
    width: 100%;
}

.capa_adress p img {
    position: absolute;
    left: 0;
    top: -1px;
    width: 30px;
}

.capa_adress p {
    position: relative;
    padding-left: 35px;
    margin-top: 2px;
    margin-right: 20px;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    min-height: 28px;
}

.capa_adress p:last-child {
    margin-right: 0;
}

.capacity_right .thumb {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.capacity_right .swiper-container {
    border-radius: 6px;
}

.busi_button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.50);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    cursor: pointer;
    z-index: 8;
}

.busi_button:hover {
    background-color: var(--main-color);
}

.busi-prev {
    left: 0;
    background-image: url(../images/l-b.svg);
}

.busi-next {
    right: 0;
    background-image: url(../images/r-b.svg);
}

.busi_button.swiper-button-disabled {
    cursor: default;
    pointer-events: none;
    opacity: .5;
}

@media screen and (max-width:1580px) {
    .capacity_title .title {
        padding: 26px 16px;
        font-size: 18px;
    }

}

@media screen and (max-width:1440px) {
    .capacity_left .capa_n_text {
        margin-top: 30px;
    }

}

@media screen and (max-width:1366px) {
    .capacity_cont .com_list .capacity_left {
        padding-top: 0;
    }

}
@media screen and (max-width:1279px) {

    .capacity_cont .com_list .capacity_left {
        padding-bottom: 130px;
    }

}

@media screen and (max-width:991px) {
    .capacity_cont {
        margin-top: 50px;
    }

    .capacity_cont .com_list {
        flex-wrap: wrap;
    }

    .capacity_cont .com_list .capacity_left {
        width: 100%;
        padding-bottom: 30px;
    }

    .capa_adress {
        position: relative;
        margin-top: 20px;
        bottom: inherit;
    }

    .capa_adress p {
        margin-right: 0;
        width: 100%;
    }

    .capacity_cont .com_list .capacity_right {
        width: 100%;
        max-width: 700px;
        margin: 0 auto;
    }


}

@media screen and (max-width:767px) {
    .cn_box {
        padding-top: 40px;
        padding-bottom: 50px;
    }

    .capacity_cont {
        margin-top: 30px;
    }

    .capacity_title .title {
        padding: 18px 16px;
    }
    .capa_adress p {
        margin-top: 5px;
        padding-left: 32px;
    }
    .capa_adress p img {
        top:0;
        width: 26px;
    }
    .busi_button {
        width: 40px;
        height: 40px;
    }

}

/* about */
.about_box {
    position: relative;
    /* height: 100vh; */
}

.about_box .about_top_location {
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    
    z-index: 9;
}

.about_swiper {
    /* left: 0; */
    width: 100%;
    /* min-height: calc(100vh - 90px); */
}
.about_swiper .bg {
    width: 100%;
    height: 100%;
    background-position:top left;
}
.about_swiper .swiper-slide {
    position: relative;
    min-height: calc(100vh - 90px);
}
.about_swiper .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.about_swiper .about_cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.about_swiper .about_cont .container {
    height: 100%;
    padding-top: 8%;
    padding-bottom:8%;
    display: flex;
    align-items: center;
    
}
.about_swiper .about_text_right .container {
    justify-content: flex-end;
}

.about_swiper .about_cont .text {
    max-width:780px;
    width: calc(50% - 25px);
    max-height: 100%;
    overflow-y: auto;
}
.about_swiper .about_text_left .text {
    max-width: 720px;
    width: calc(52% - 25px);
}

.about_swiper .about_cont .text p {
    padding-bottom: 20px;
    color: var(--white-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-indent: 36px;
    text-align: justify;
}

.about_swiper .about_cont .text p:last-child {
    padding-bottom: 0;
}

.about_button {
    position: absolute;
    left: 0;
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    z-index: 9;
}

.about_button>div {
    display: flex;
    padding: 16px;
    align-items: center;
    border-radius: 30px;
    background-size: 24px 24px;
    border: 1px solid #FFF;
    background-color: var(--white-color);
    transition: all .3s;
    cursor: pointer;
}

.about_button .about-next {
    margin-left: 50px;
}

.about_button>div:hover {
    background-color: var(--main-color);
    border-color: var(--main-color);
}
.about_button>div:hover svg path{
    stroke: var(--white-color);
}
@media screen and (max-width:1440px) {

    .about_swiper .about_cont {
        /* padding-bottom: 12%; */
    }

    .about_button {
        bottom: 6%;
    }

    .about_button .about-next {
        margin-left: 35px;
    }
    .about_swiper .about_cont .container {
        padding-bottom: 150px;
    }
}

@media screen and (max-width:1366px) {
    .about_swiper .about_text_left .container {
        padding-top: 20%;
    }
    .about_button {
        bottom: 4.5%;
    }

    .about_button .about-next {
        margin-left: 30px;
    }
    .about_swiper .about_cont .container {
        padding-bottom: 140px;
    }

}

@media screen and (max-width:1280px) {
    .about_swiper .about_text_left .container {
        padding-top: 21%;
    }
    .about_button .about-next {
        margin-left: 20px;
    }
   

}

@media screen and (max-width:991px) {
   /* .about_swiper {
       padding-top: 70px;
    }  */
    .about_swiper .about_cont {
        /* padding-bottom: 150px; */
    }
    .about_swiper .about_cont .container {
        padding-top: 10%;
       padding-bottom:12%;
    }
    
.about_swiper .about_cont .text {
    overflow-y: auto;
    max-height: 100%;
   
}
    .about_swiper .about_cont .text p {
        font-size: 18px;
    }
}

@media screen and (max-width:767px) {
    .about_swiper {
        padding-top: 70px;
     } 
    .about_box {
        padding-top: 80px;
        padding-bottom: 0;
        height: auto;
        min-height: inherit;
    }
    .about_box .height90 {
        height: 0;
    } 
    .about_swiper {
        position: relative;
        margin-top: -72px;
        padding-top: 0;
        height: 100%;
    }
    .about_swiper .swiper-slide{
        width: 100%;
        height: auto;
    }
    .about_swiper .img {
        position: absolute;
        left: 0;
        top: 0;
    }

    .about_swiper .about_cont {
        position: relative;
        left: inherit;
        top: inherit;
        padding-top: 350px;
    }

    .about_swiper .about_cont .text {
        max-width: inherit;
        width: 100%;
        max-height: inherit;
    }

    .about_swiper .about_cont .text p {
        font-size: 18px;
    }

    .about_button>div {
        padding: 12px;
        background-size: 20px 20px;
    }
    .about_box .about_top_location {
        top: 80px;
    }
    .about_swiper .about_cont .container {
        padding-top: 18%;
        padding-bottom: 140px;
    }
    .about_swiper .img {
       height: 100%;
    }

}

/* 企业文化 */
.culture_bg {
    position: relative;
    display: flex;
    align-items: center;
    /* height: calc(100vh - 90px);
    min-height: 580px; */
    z-index: 1;
}

.culture_bg .culture_bottom {
    height: calc(100% - 70px);
    display: flex;
    flex-flow: column;
}

.culture_bg .culture_bg_pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.culture_bg .culture_bg_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.culture_bg .culture_bg_pic::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: linear-gradient(261deg, #9C886D -0.27%, rgba(156, 136, 109, 0.60) 48.18%, rgba(156, 136, 109, 0.00) 87.03%);
    transform: rotate(180deg);
}

.culture_cont {
    /* flex: 1; */
    /* margin-top: 180px; */
    display: flex;
    flex-flow: column;
}

.culture_cont .page_text {
    color: var(--dark-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
}

.culture_list {
    flex: 1;
    margin-top: 40px;
    margin-bottom: 40px;
    max-height: 560px;
}

.culture_list ul {
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    height: 100%;
}

.culture_list ul li {
    padding: 10px;
    width: 50%;
    height: 50%;
   
}

.culture_list .border {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;

}

.culture_list .bg {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    width: 100%;
    height: 100%;
    min-height: 252px;
    /* transition: all .3s ease; */
    transition: transform 0.3s ease;
    cursor: pointer;
    z-index: 1;
}

.culture_list .bg::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.50);
    transition: transform 0.3s ease;
    z-index: -1;
}

.culture_list .bg .title {
    color: #111;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.culture_list .bg .text {
    margin-top: 30px;
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-indent: 36px;
    text-align: justify;
}

@media screen and (min-width: 768px) {
    .culture_list ul li .bg:hover {
        transform: scale(1.01);
    }
    .culture_list .bg:hover::before {
        transform: translate(-50%, -50%) scale(1.03);
        /* border-radius: 6px; */
        /* border-bottom: 4px solid var(--main-color); */
        /* background: #FFF; */
    }
}

@media screen and (max-height:800px) {
    .culture_list .bg .text {
        margin-top: 20px;
        line-height: 28px;
    }

    .culture_list .bg:hover .text {
        margin-top: 15px;
    }
}

@media screen and (max-height:700px) {
    .culture_list .bg .text {
        margin-top: 15px;
        line-height: 26px;
    }

    .culture_list .bg:hover .text {
        margin-top: 10px;
    }
}

@media screen and (max-width:1279px) {
    .culture_list .bg {
        padding: 20px 30px;
    }

    .culture_list .bg:hover {
        /* padding: 20px 40px; */
    }

    .culture_list .bg .title {
        font-size: 22px;
    }
}

@media screen and (max-width:767px) {
    .culture_bg {
        height: auto;
        min-height: inherit;
    }

    .culture_cont .page_text {
        font-size: 18px;
    }

    .culture_bg .culture_bottom {
        height: inherit;
        display: block;
    }
    .culture_cont {
        margin-top: 0;
    }
    .culture_cont,
    .culture_list {
        flex: inherit;
        max-height: inherit;
    }

    .culture_list {
        padding-bottom: 30px;
    }

    .culture_list ul li {
        width: 100%;
        height: auto;
    }
    .culture_list .bg {
        padding: 30px 30px;
    }

}

/* 研发设计 */
.yfsj_box {
    position: relative;
    height: calc(100vh - 90px);
    z-index: 1;
}
.yfsj_box .yfsj_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.yfsj_box .yfsj_pic {
    /* position: absolute;
    left: 0;
    top: 0; */
    width: 100%;
    height: calc(100vh - 90px);
    z-index: -1;
}

.yfsj_box .yfsj_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.yfsj_title {
    /* margin-top: 75px; */
    padding-top: 5%;
    color: #FFF;
    font-style: normal;
    font-weight: 700;
    line-height: 1.25;
}

.resea_bottom {
    padding: 90px 0;
    background-image: url(../images/resea_bg02.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.resea_loop {
    width: 100%;
    height: 696px;
}

.resea_loop .num {
    position: absolute;
    right: 40px;
    top: 40px;
    display: flex;
    align-items: center;
    color: var(--main-color);
    font-family: "D-DIN";
    font-size: 24px;
    font-weight: 700;
    z-index: 8;
}

.resea_loop .num em {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 20px;
    font-style: normal;
}

.resea_swiper {
    width: 100%;
    height: 100%;
}

.resea_swiper .swiper-slide {
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    background: var(--white-color);
    overflow: hidden;
}

.resea_swiper .resear_left {
    width: 66%;
}

.resea_swiper .resear_right {
    padding: 60px;
    width: 34%;
    display: flex;
    align-items: center;
}

.resea_swiper .resear_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.resear_right .title {
    color: #222;
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

.resear_right .line {
    padding-top: 16px;
}

.resear_right .text {
    margin-top: 30px;

}

.resear_right .text p {
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-indent: 36px;
}

.resear_button {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 66%;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    z-index: 8;
}

.resear_button>div {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 58px;
    background-image: url(../images/resea_bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
}

.resear_button .resear-next {
    margin-bottom: 58px;
}

.resear_button>div.swiper-button-disabled {
    cursor: default;
    pointer-events: none;
    opacity: .5;
}

.index_banner_progress {
    position: absolute;
    left: 35px;
    top: 70px;
    width: 130px;
    height: calc(100% - 140px);
    z-index: 8;
}

.index_banner_progress .list_ {
    width: 100%;
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.index_banner_progress .i {
    position: relative;
    padding-left: 16px;
    width: 100%;
    cursor: pointer;
}

.index_banner_progress .i::before {
    content: "";
    position: absolute;
    left: -4px;
    top: 10px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #CCCCCC;
    border: 1px solid var(--white-color);

}

.index_banner_progress .i>span {
    display: block;
    color: rgba(51, 51, 51, 0.50);
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    height: 52px;
}

.index_banner_progress .i .progress {
    position: absolute;
    left: 0;
    top: 12px;
    height: 167px;
    width: 1px;
    background-color: rgba(204, 204, 204, 0.30);
    z-index: -1;
}

.index_banner_progress .i .progress .d {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    background-color: #0D9ED7;
    width: 1px;
}

.index_banner_progress .i.active>span {
    color: var(--dark-color);
}

.index_banner_progress .i.active::before {
    background-color: #0D9ED7;
}

.index_banner_progress .i:last-child .progress {
    height: 0;
}

@media screen and (max-width:1780px) {
    .resea_loop {
        width: calc(100% - 60px);
        padding-left: 60px;
    }

}
@media screen and (max-width:1680px) {
    .resea_loop {
        width: calc(100% - 90px);
        padding-left: 90px;
    }

}
@media screen and (max-width:1580px) {
    .resea_loop {
        width:100%;
        padding-left: 0;
    }
    
}
@media screen and (max-width:1579px) {
    .resea_position>.container {
        padding-left: 170px;
        padding-right: 170px;
    }
    .yfsj_title {
        padding-top: 5vh;
    }
}
@media screen and (max-width:1440px) {

.yfsj_title {
    padding-top: 3.5vh;
}

}
@media screen and (max-width:1366px) {
    .resea_position>.container {
        padding-left: 160px;
        padding-right: 160px;
    }

    .resea_loop {
        height: 656px;
    }

    .resea_swiper .resear_right {
        padding: 60px 40px;
    }

    .index_banner_progress {
        left: 15px;
        width: 130px;
    }

    .yfsj_title {
        padding-top: 3vh;
    }

}

@media screen and (max-width:1280px) {
    .resea_position>.container {
        padding-left: 135px;
        padding-right: 135px;
    }

    .resea_loop {
        height: 606px;
    }

    .resea_swiper .resear_left {
        width: 64%;
    }

    .resea_swiper .resear_right {
        width: 36%;
    }

    .resear_right .title {
        font-size: 30px;
    }

    .resear_button {
        width: 64%;
    }

    .index_banner_progress {
        width: 120px;
    }

    .index_banner_progress .i>span {
        font-size: 20px;
    }
    .yfsj_box .yfsj_pic {
        /* padding-top:70px; */
    }
    .yfsj_title {
        padding-top: 3.5vh;
    }

}

@media screen and (max-width:991px) {
    .resea_position>.container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .index_banner_progress {
        display: none;
    }

    .resea_loop .num {
        right: 30px;
        top: 30px;
        font-size: 22px;
    }

    .resea_swiper .resear_right {
        padding: 60px 30px;
    }
    .yfsj_title {
        padding-top: 2.4vh;
    }
    

}

@media screen and (max-width:767px) {
    .yfsj_box .yfsj_top {
        position: relative;
    }
    .yfsj_box {
        height: auto;
    }

    .yfsj_title {
        margin-top: 35px;
        color: var(--dark-color);
    }

    .yfsj_box .yfsj_pic {
        position: relative;
        padding-top: 0;
        margin-top: 25px;
    }

    .resea_bottom {
        padding: 50px 0;
    }

    .resea_position>.container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .resea_loop {
        height: auto;
    }

    .resea_swiper {
        padding-bottom: 50px;
    }

    .resear_button {
        width: 100%;
    }

    .resear_button>div {
        width: 50px;
        height: 38px;
        background-size: contain;
    }

    .resea_swiper .swiper-slide {
        flex-wrap: wrap;
    }

    .resea_swiper .resear_left {
        width: 100%;
    }

    .resea_swiper .resear_right {
        width: 100%;
        padding: 30px 25px;
    }

    .resea_loop .num {
        right: 20px;
        top: 20px;
        font-size: 18px;
        color: var(--white-color);
    }

    .resear_right .title {
        font-size: 20px;
    }

    .resear_button .resear-next {
        margin-bottom: 0;
    }
    .yf_z_box {
        min-height: auto;
        min-height: 50vh;
    }
    .yf_z_box .yfsj_pic {
        height:auto;
    }
   
}

/* 可持续发展 */
.deve_box {
    position: relative;
    display: flex;
    align-items: center;
    min-height: calc(100vh - 90px);
    z-index: 1;
}

.deve_bg_pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.deve_bg_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deve_cont {
    /* padding-top: 180px; */
}

.deve_cont .page_title {
    color: var(--white-color);
}

.deve_cont .page_text {
    color: var(--white-color);
}

.deve_list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 100px;
    padding-bottom:100px;
    margin-left: -20px;
    margin-right: -20px;
}

.deve_list ul {

    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
}

.deve_list ul {
    width: 50%;
}

.deve_list ul:first-child {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.deve_list ul:first-child li {
    width: 100%;
    height: 50%;
}

.deve_list ul:nth-child(2) li {
    width: 100%;
}

.deve_list ul li .bg {
    position: relative;
    padding:70px 40px;
    height: 100%;
    cursor: pointer;
    transition: transform 0.3s ease;
    z-index: 1;
}

.deve_list ul li .bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: rgba(255, 255, 255, 0.80);
    transition: all 0.3s;
    z-index: -1;
}

.deve_list ul:first-child li:first-child {
    padding-bottom: 20px;
}

.deve_list ul:first-child li:nth-child(2) {
    padding-top: 20px;
}

.deve_list .icon {
    width: 60px;
}

.deve_list .title {
    margin-left: 10px;
    color: var(--dark-color);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center;
}

.deve_list .text {
    margin-top: 30px;
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-indent: 36px;
    text-align: justify;
}

.deve_list .text_line {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #EEE;
}

.deve_list .text_line p {
    position: relative;
    margin-bottom: 20px;
    padding-left: 15px;
    color: var(--dark-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}

.deve_list .text_line p:last-child {
    margin-bottom: 0;
}

.deve_list .text_line p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    background-color: var(--dark-color);
    width: 4px;
    height: 4px;
    border-radius: 50%;
}

@media screen and (min-width:768px) {
    .deve_list ul li .bg:hover {
        transform: scale(1.03);
    }

    .deve_list ul li .bg:hover::before {
        transform: scale(1.03);
    }

}

@media screen and (max-width:1200px) {
    .deve_list ul {
        width: 100%;
    }

    .deve_list ul:nth-child(2) {
        padding-top: 40px;
    }
}

@media screen and (max-width:991px) {
    .deve_list .icon {
        width: 40px;
    }

    /* .deve_list .title {
        margin-top: 20px;
    } */

}

@media screen and (max-width:767px) {
    .deve_cont {
        padding-top: 0;
        overflow: hidden;
    }
    .deve_list {
        padding-top: 50px;
        padding-bottom:50px;
    }
    .deve_list ul:first-child li:first-child {
        padding-bottom: 10px;
    }
    
    .deve_list ul:first-child li:nth-child(2) {
        padding-top: 10px;
    }
    .deve_list ul:nth-child(2) {
        padding-top: 20px;
    }
    .deve_list .icon {
        width: 36px;
    }

    .deve_list ul li .bg {
        padding: 30px 25px;
    }
    .deve_list ul li .bg>div:first-child {
        flex-flow: column;
    }
    .deve_list .title {
        margin-left: 0;
        margin-top: 10px;
    }
    .deve_list .text {
        font-size: 16px;
        /* text-indent: 32px; */
    }
    .deve_list .text_line p {
        font-size: 16px;
    }

}

/* 产品系列 */
.series_box {
    position: relative;
    height: calc(100vh - 90px);
}

.series_box .page_menu {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9;
}

.index_case_con {
    width: 100%;
    height: 100%;
}

.index_case_con .swiper-container {
    width: 100%;
    height: 100%;
}

.index_case_con .swiper-slide {
    width: 13.5%;
}

.index_case_con .swiper-slide {
    width: 13.5%;
    display: flex;
    align-items: flex-end;
    cursor: pointer;
    /* transition: width .4s; */
}

.index_case_con .swiper-slide.active {
    width: 32.5%;
}

.index_case_con .thumb_pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opactiy 0.3s;
}

.index_case_con .thumb_pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_case_con .video_box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opactiy 0.3s;
}

.index_case_con .video_box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.index_case_con .pro_mask {
    position: relative;
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    padding: 40px;
    height: 30%;
    min-height: 56px;
    width: 100%;
    z-index: 1;
}

.index_case_con .pro_mask::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
    z-index: -1;
}

.index_case_con .pro_mask .title {
    color: #FFF;
    font-weight: 700;
    line-height: 1.2;
    transition: all .4s;
}

.index_case_con .pro_mask .text {
    color: #FFF;
    font-size: 0;
    opacity: 0;
    transition: all .5s;
}

.index_case_con .swiper-slide.active .thumb_pic {
    opacity: 0;
}

.index_case_con .swiper-slide.active .video_box {
    opacity: 1;
}

.index_case_con .swiper-slide.active .pro_mask {
    justify-content: flex-end;
    align-items: flex-start;
}

.index_case_con .swiper-slide.active .title{
    transform: translateY(-10px);
}

.index_case_con .swiper-slide.active .text {
    opacity: 1;
    transform: translateY(-10px);
    margin-top: 4px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

.prolist_button {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    margin-top: 25px;
    border: 1px solid var(--white-color);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    z-index: 9;
}

.pro-prev {
    left: 4px;
    background-image: url(../images/about_w_left.svg);
}

.pro-next {
    right: 4px;
    background-image: url(../images/about_w_right.svg);
}

.prolist_button:hover {
    border-color: var(--main-color);
    background-color: var(--main-color);
}

.prolist_button.swiper-button-disabled {
    cursor: default;
    pointer-events: none;
    opacity: 0.3;
}
@media screen and (max-width:1580px) {
    .index_case_con .pro_mask {
        padding: 40px 25px;
    }
}

@media screen and (max-width:1366px) {
    .index_case_con .pro_mask {
        padding: 40px 25px;
    }

}

@media screen and (max-width:1365px) {
    .index_case_con .swiper-slide {
        width: 20%;
    }

    .index_case_con .swiper-slide.active {
        width: 40%;
    }

    .prolist_button {
        display: block;
    }

}

@media screen and (max-width:991px) {
    .index_case_con .swiper-slide {
        width: 25%;
    }

    .index_case_con .swiper-slide.active {
        width: 50%;
    }

}

@media screen and (max-width:767px) {
    .series_box {
        height: calc(100vh - 80px);
    }

    .index_case_con .swiper-slide {
        width: 20%;
    }

    .index_case_con .swiper-slide.active {
        width: 80%;
    }

    .index_case_con .pro_mask {
        padding: 30px 20px;
    }

    .index_case_con .pro_mask .title {
        opacity: 0;
    }

    .index_case_con .swiper-slide.active .pro_mask .title {
        opacity: 1;
        font-size: 20px;
        margin-bottom: 5px;
    }

    .prolist_button {
        width: 46px;
        height: 46px;
    }

}

/* contact */
.contact_bg {
    position: relative;
    background-color: var(--white-color);
    min-height: 100vh;
    z-index: 1;
}

.contact_box {
    position: relative;
    z-index: 1;
}

.contact_box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(276deg, rgba(255, 255, 255, 0.00) 3.91%, #FFF 47.59%);
    z-index: -1;
}
.contact_cont .cont_title {
    position: relative;
}
.contact_cont .cont_title .map_more {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
}
.contact_map {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    z-index: -1;
}

.map_more .index_more {
	background: var(--main-color);
/*    border: 1px solid rgba(0, 0, 0, 0.5);*/
}
.map_more .index_more span {
    color: var(--white-color);
}
.contact_map img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.contact_map .bg {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.contact_cont {
    padding-top: 90px;
    padding-left: 106px;
    padding-bottom: 160px;
}

.contact_list {
    padding-top: 40px;
}

.contact_list ul li {
    display: flex;
    align-items: center;
    padding-bottom: 24px;
}

.contact_list ul li:last-child {
    padding-bottom: 0;
}

.contact_list .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 62px;
    height: 62px;
    background-color: var(--main-color);
    border-radius: 50%;
}

.contact_list .r {
    flex: 1;
    padding-left: 16px;
    font-size: 18px;
    line-height: 28px;
}

.contact_list .s_t {
    color: #666;
    line-height: inherit;
    font-weight: 400;
}

.contact_list .n_t {
    margin-top: 6px;
    color: #333;
    font-style: normal;
    font-weight: 6277400;
    line-height: inherit;
}

.cont_title {
    color: #333;
    font-weight: 700;
    line-height: 1.5;
}

.contact_bottom {
    padding-top: 50px;
}

.contact_bottom .code {
    position: relative;
}

.contact_bottom>div {
    width: 100px;
    margin-left: 40px;
}

.contact_bottom .code::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    background-image: url(../images/job_border.svg);
    background-repeat: no-repeat;
}

.contact_bottom p {
    padding-top: 16px;
    color: #666;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}


@media screen and (max-width:1579px) {
    .contact_cont {
        padding-top: 100px;
        padding-left: 86px;
        padding-bottom: 206px;
    }

}

@media screen and (max-width:1439px) {
    .contact_cont {
        padding-top: 80px;
        padding-left: 86px;
        padding-bottom: 156px;
    }

}

@media screen and (max-width:1365px) {
    .contact_cont {
        padding-top: 40px;
        padding-left: 86px;
        padding-bottom: 156px;
    }

}

@media screen and (max-width:1279px) {
    .contact_cont {
        padding-left: 0;
        padding-bottom: 100px;
    }

    .contact_list .icon {
        padding: 10px;
        width: 52px;
        height: 52px;
    }

}

@media screen and (max-width:767px) {
    .contact_map .map_more {
        position: absolute;
        top: 10px;
        right: 10px;
        z-index: 9;
    }
    .contact_cont {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .contact_bottom {
        padding-top: 30px;
    }
    .contact_list .icon {
        width: 46px;
        height: 46px;
    }
    .contact_list .r{
        font-size: 16px;
        line-height: 24px;
    }
    .contact_map {
        position: relative;
        height: auto;
    }

}
/* article */
.article_cont {
    width: 100%;
    height: 100%;
    padding-top: 40px;
    padding-bottom: 60px;
    background: #F5F5F5;
}
.article_cont .location {
    padding-top: 0;
}
.article_cont .white_bg {
    position: relative;
    padding:40px 56px;
    background-color: var(--white-color);
}
.article_n {
    padding-top: 30px;
}

.article_n .article_left {
    float: left;
    width: calc(100% - 432px);
    padding-right: 56px;
    margin-right: 56px;
    border-right: 1px solid rgba(0, 0, 0, 0.10);
}

.article_n .article_right {
    float: left;
    width: 376px;
    position: sticky;
    top: 0;
    z-index: 9;
}
.article_n .article_right .s_t{
 padding-bottom: 24px;
    color: var(--dark-color);
font-weight: 700;
line-height: 1.5;
}
.article_left .article_title {
    padding-bottom: 24px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.article_left .article_title .title {
    color: var(--dark-color);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.article_left .article_title .mid {
    padding-top: 24px;
    justify-content: flex-end;
}

.article_left .article_title .mid .left {
    margin-right: 10px;
    font-family: 'D-DIN';
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}
.article_left .article_title .mid .left .time {
    line-height: inherit;
}
.article_left .article_title .mid .left img {
    margin-right: 8px;
}

.article_left .article_title .mid .left .line {
    margin-left: 19px;
    margin-right: 19px;
    width: 1px;
    height: 10px;

    background-color: rgba(0, 0, 0, 0.10);
}

.article_left .article_title .right .share_button i {
    display: flex;
    width: 42px;
    height: 42px;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
}

.share_button .i {
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    cursor: pointer;
}



.share_button .share_btn {
    background-image: url(../images/new_xq_share.svg);
}
.share_button .i:hover {
    background-color: #EAEAEA;
    opacity: 1;
}


.share_button .share_btn:hover {
    background-image: url(../images/new_xq_share_red.svg);
}

.article_text {
    padding-top: 32px;
}

.article_left .article_text p {
    padding-bottom: 30px;
    color: #666;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6;
    text-indent: 36px;
    text-align: justify;
}
.article_left .article_text p:last-child {
    padding-bottom: 0;
}
.article_left .article_text p img {
    display: block;
    max-width: 100%;
    width: auto !important;
    height: auto !important;
    margin: 0 auto;
}

.article_right .ul li{
    padding-bottom: 24px;
}
.article_right .ul li a {
    display: block;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.article_right .ul .time span{
    color: rgba(102,102,102, 0.5);
    font-family:'D-DIN';
    font-size: 16px;
padding-left: 26px;
    background-image: url(../images/new_xq_r_time2.svg);
    background-size: 18px 18px;
    background-position: left center;
    background-repeat: no-repeat;
}
.article_right .ul .t {
    margin-top: 8px;
    color: var(--dark-color);
font-size: 18px;
font-style: normal;
font-weight: 400;
line-height: 32px;
}
.article_right .ul a:hover .t  {
    color: var(--main-color);
}

.article_right .up_ a {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
    color: #666;
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 26px;
}
.article_right .up_ .t {
flex: 1;
margin-left: 5px;
color: #666;
font-size: 16px;font-weight: 400;
}
.article_right .up_ a:hover .t {
    color: var(--main-color);
}

/* 分享 */
.share_mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    left: 0;
    top: 0;
    z-index: 1111;
    display: none;
}
.share_box {
    position: fixed;
    top: 50%;
    width: 298px;
    padding: 0 20px;
    border-radius: 24px;
    background: #FFF;
    left: 50%;
    z-index: 11111;
    display: none;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}
.share_box .share_list {
    padding-top: 46px;
    padding-bottom: 30px;
}

.share_box .sub {
    text-align: center;
    color: var(--dark);
    font-family: "D-DIN";
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
}

.share_box .share_list ul {
    display: flex;
    justify-content: space-around;
}

.share_box .share_list ul li {
    padding-top: 22px;
    width: 33%;
    cursor: pointer;
}

.share_box .share_list ul li p {
    font-size: 16px;
    font-weight: 400;
    color: var(--dark);
    margin-top: 8px;
    line-height: 24px;
    text-align: center;
}

.cancel_share {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 30px;
    height: 30px;
    font-size: 0;
    background-image: url(../images/share_close.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    cursor: pointer;
    z-index: 9;
}

.share_bg {
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: var(--main-color);
    margin: 0 auto;
    text-align: center;
}

@media (max-width:1365px) {
    .article_n .article_left {
        width: calc(100% - 356px);
        padding-right: 56px;
        margin-right: 56px;
    }
    
    .article_n .article_right {
        width: 300px;
    }

}
@media (max-width:1280px) {
    .article_n .article_left {
        width: calc(100% - 340px);
        padding-right: 40px;
        margin-right: 40px;
    }
    
    .article_n .article_right {
        width: 300px;
    }

}
@media (max-width:1200px) {
    .article_n .article_left {
        width: calc(100% - 310px);
        padding-right: 40px;
        margin-right: 40px;
    }
    
    .article_n .article_right {
        width: 270px;
    }

}
@media (max-width:991px) {
 
    .article_cont .white_bg {
        padding: 50px 30px;
    }
    .article_n .article_left {
        width: calc(100% - 230px);
        padding-right: 30px;
        margin-right: 30px;
    }
    
    .article_n .article_right {
        width: 200px;
    }
    .article_left .article_title .mid .left .line {
        margin-left: 10px;
        margin-right: 10px;
    }

}
@media (max-width:767px) {
 
    .article_cont {
        padding-top: 0;
        padding-bottom: 0;
        background-color: var(--white-color);
    }
    .article_cont .white_bg {
        padding: 30px 0 30px 0;
    }
    .article_n {
        padding-top: 0;
    }
    .article_n .article_left {
        width:100%;
        padding-right: 0;
        margin-right: 0;
        border-right: none;
    }
    
    .article_n .article_right {
        width: 100%;
        position: relative;
        padding-top: 30px;
    }
   
    .article_left .article_title .mid {
        padding-top: 16px;
    }
   
    .article_left .article_title {
        padding-bottom: 16px;
    }
    .article_right .ul .t {
        font-size: 16px;
        line-height: 26px;
        height: auto;
    }
    .fen {
        font-size: 20px;
    }
    .article_right .thumb .article_r_text .t {
        line-height: 26px;
    }
}

/* 25.4.17 */
.yf_box {
    position: relative;
    width: 100%;
    height:calc(100vh - 90px);
    overflow: hidden;
    z-index: 1;
}
.yf_box .yf_bg_img {
    /* position: absolute;
    left: 0; */
    /* top: 0; */
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    z-index: -1;
}
.yf_box .yf_bg_img img {
    width: 100%;
}
.yf_box .yf_bg_img img:nth-child(2) {
    display: none;
}
.yf_box .yf_cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
}
.yf_list {
    width: 60%;
    margin: 0 auto;
    margin-top: 40px;
}
.yf_list ul {
    display: flex;
}
.yf_list ul li {
    height: 609px;
    width: 33.33%;
}
/* .yf_list ul li:nth-child(1) {
    width: 34%;
}
.yf_list ul li:nth-child(2) {
    width: 35.1%;
}
.yf_list ul li:nth-child(3) {
    width: 30.9%;
} */
.yf_cont .bg {
    padding-top: 100px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    padding-left: 30px;
    padding-right:30px;
    height: 100%;
    transition: all .3s;
}
.yf_list ul li .bg>div {
    max-width: 297px;
    max-width: 325px;
}

.yf_cont .bg .icon {
    width: 40px;
    -o-transition: all .6s  ease-in-out;
    transition: all .6s  ease-in-out;
    -webkit-transition: all .6s  ease-in-out;
}
.yf_cont .bg .icon img:nth-child(2) {
    display: none;
}
.yf_cont .bg .title {
    margin-top: 20px;
    color:var(--white-color);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    height: 56px;
}
.yf_cont .bg .text {
    margin-top: 35px;
    color:var(--white-color);
font-size: 18px;
font-style: normal;
line-height: 1.5;
text-indent: 36px;
/* word-break: break-all; */
letter-spacing: -0.1px;
transition: all .3s;
}

.yf_cont .bg:hover .icon {
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
}
@media (min-width:992px) {
    .yf_cont .bg:hover {
        margin-top: -12px;
    }
    .yf_cont .bg:hover .text {
        /* font-weight: 700; */
    }
}

@media (max-width:1579px) {
    .yf_cont .bg .text {
        max-height:208px;
        line-height: 26px;
        overflow-y: auto;
    }
    .yf_cont .bg .text::-webkit-scrollbar {
        width: 4px;
        height: 2px
    }
    
    .yf_cont .bg .text::-webkit-scrollbar-button:vertical {
        display: none
    }
    
    .yf_cont .bg .text::-webkit-scrollbar-corner,
    .yf_cont .bg .text::-webkit-scrollbar-track {
        background-color:rgba(255, 255, 255, 0);
    }
    
    .yf_cont .bg .text::-webkit-scrollbar-thumb {
        border-radius: 0;
        background-color:rgba(255, 255, 255, 0.1);
    }

}
@media (max-width:1440px) {
      .yf_list ul li {
        height: 580px;
    }
}
@media (max-width:1366px) {
    .yf_cont .bg .title,
    .yf_cont .bg .text {
        margin-top: 20px;
    }
    .yf_list ul li {
        height: 580px;
    }
}
@media (max-width:1280px) {
    .yf_cont .bg{
        padding-top: 100px; 
    }
    .yf_list ul li {
        height: 530px;
    }
    .yf_cont .bg .title {
        margin-top: 25px;
        font-size: 22px;
    }
    .yf_cont .bg .text {
        margin-top:25px;
    }

}
@media (max-width:1279px) {
    .yf_cont .bg {
        padding-left: 25px;
        padding-right:25px;
    }
    .yf_cont .bg .title {
        font-size: 20px;
    }
    .yf_cont .bg .text {
        max-height:182px;
    }

}
@media (max-width:1200px) {
    .yf_box {
        height: auto;
    }
    .yf_box .yf_bg_img img:nth-child(1) {
        display: none;
    }
    .yf_box .yf_bg_img img:nth-child(2) {
        display: block;
    }
    .yf_box .yf_cont {
        position: relative;
        height: auto;
    }
    .yf_list {
        padding: 0 60px;
        margin-top: 0;
        width: 100%;
    }
    .yf_list ul li {
        height: auto;
        width: 33.33% !important;
    }
    .yf_cont .bg {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left:30px;
        padding-right:30px;
        border-left: 1px solid #EEE;
    }
    .yf_cont ul li:last-child .bg{
        border-right: 1px solid #EEE;
    }
    .yf_cont .bg .icon img:nth-child(1) {
        display: none;
    }
    .yf_cont .bg .icon img:nth-child(2) {
        display: block;
    }
    
    .yf_cont .bg .title {
        color: var(--dark-color);
    }
    .yf_cont .bg .text {
        color: rgba(0, 0, 0, 0.80);
    }

    .yf_cont .bg .text {
        max-height: inherit;
    }

}
@media (max-width:991px) {
.yf_list {
    padding: 0 30px;
}


}
@media (max-width:767px) {
    .yf_list {
        padding: 40px 30px 50px 30px;
    }
    .yf_list ul{
        flex-wrap: wrap;
    }
    .yf_list ul li {
        width: 100% !important;
    }
    .yf_cont .bg {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 0;
        padding-right: 0;
        border: none;
        border-bottom: 1px solid #EEE;
        justify-content: flex-start;
    }
    .yf_cont ul li:last-child .bg {
        border-right:none;
    }
    .yf_cont .bg .title{
        height: inherit;
    }
    .yf_list ul li .bg>div {
        max-width: inherit;
    }
}


/* 研发 */
.yf_box .yf_bg_img img:nth-child(2) {
    display: none;
}
.yf_box .yf_bg_img img:nth-child(3) {
    display: none;
}
.yf_bg_img {
    position: relative;
}
.yf_ipad {
    display: none;
}
.yf_ipad {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 60%;
}
.yf_ipad .icon {
    width: 50px;
}
.yf_ipad .jt {
    width: 30px;
}
.yf_ipad img {
    width: auto;
    display: block !important;
}
.yf_ipad  ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.yf_ipad  ul li {
    width: 33.33%;
    display: flex;
    justify-content: center;
}
.yf_ipad  .bg{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.yf_ipad .title {
    padding-top: 16px;
    padding-bottom: 16px;
    color: var(--white-color);
text-align: center;
font-style: normal;
font-weight: 600;
line-height: normal;
}
@media (max-width:1440px) {
    .yf_list ul li {
        height: 580px;
    }
}
@media (max-width:1366px) {
    .yf_list ul li {
        height: 580px;
    }
}
@media (max-width:1280px) {
    .yf_list ul li {
        height: 530px;
    }
    .yf_cont .bg .title {
        margin-top: 25px;
        font-size: 22px;
    }
    .yf_cont .bg .text {
        margin-top:25px;
    }

}
@media (max-width:1279px) {
    .yf_cont .bg {
        padding-left: 35px;
        padding-right:35px;
    }
}
@media (max-width:1200px) {
    .yf_box {
        height: auto;
    }
    .yf_box .yf_bg_img img:nth-child(1) {
        display: none;
    }
    .yf_box .yf_bg_img img:nth-child(2) {
        display: block;
    }
    .yf_box .yf_cont {
        position: relative;
        height: auto;
    }
    .yf_list {
        padding: 0 60px;
        margin-top: 0;
        width: 100%;
    }
    .yf_list ul li {
        height: auto;
        width: 33.33% !important;
    }
    .yf_cont .bg {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left:30px;
        padding-right:30px;
        border-left: 1px solid #EEE;
    }
    .yf_cont ul li:last-child .bg{
        border-right: 1px solid #EEE;
    }
    .yf_cont .bg .icon img:nth-child(1) {
        display: none;
    }
    .yf_cont .bg .icon img:nth-child(2) {
        display: block;
    }
    
    .yf_cont .bg .title {
        color: var(--dark-color);
    }
    .yf_cont .bg .text {
        color: rgba(0, 0, 0, 0.80);
    }
    .yf_ipad {
        display: block;
    }
    .yf_ipad .title {
        font-size: 20px;
    }
}
@media (max-width:991px) {
.yf_list {
    padding: 0 30px;
}
.yf_ipad .title {
    font-size: 18px;
    max-width: 135px;
}
}
@media (max-width:767px) {
    .yf_box .yf_cont{
        margin-top: -10px;
        border-radius: 10px 10px 0 0;
background: #FFF;
    }
    .yf_box .yf_bg_img img:nth-child(2) {
        display: none !important;
    } 
     .yf_box .yf_bg_img img:nth-child(3) {
        display: block;
    }
    .yf_list {
        padding: 40px 30px 50px 30px;
    }
    .yf_list ul{
        flex-wrap: wrap;
    }
    .yf_list ul li {
        width: 100% !important;
        margin-bottom: 20px;
    }
    .yf_cont .bg {
        padding-left: 0;
        padding-right: 0;
        padding: 20px;
        border-radius: 6px;
        border: 1px solid #DDD;
    }

    .yf_list ul li .bg>div {
        display: flex;
        flex-flow: column;
        justify-content: center;
        align-items: center;
        /* max-width: 300px !important; */
        margin: 0 auto;
    }


    .yf_ipad{
        padding-top: 5px;
        display: none !important;
    }
    .yf_ipad {
        width: 68%;
    }
    .yf_ipad .bg {
        padding-left: 4px;
        padding-right: 4px;
    }
    .yf_ipad .icon {
        width: 25px;
    }
    .yf_ipad .title {
        padding-top: 6px;
        padding-bottom: 6px;

    }
    .yf_ipad .title {
        font-size: 12px;
       
        max-width: inherit;
    }
    .yf_ipad .jt {
        width: 15px;
    }
    .yf_cont .bg .title {
        text-align: center;
    }

}
