@media (max-width: 1200px) {
    .Index .header-box {
        height: 0;
    }

    .Index #header {
        background-color: #ffffff;
    }
}

/**首页banner**/

.index-banner {
    position: relative;
    height: 100%;
}

.index-banner .swiper {
    height: 100%;
}

.index-banner .box {
    display: block;
    position: relative;
    height: auto;
    text-align: center;
}

.index-banner .box img {
    display: block;
    height: auto;
    object-fit: cover;
}

.index-banner .box .pc {
    display: inline;
}

.index-banner .box .phone {
    display: none;
}

.index-banner .swiper-slide {
    overflow: hidden;
}

.index-banner .swiper-slide.swiper-slide-active .content-box {
    transform: translate(0, 0);
    opacity: 1;
}

.index-banner .content-box {
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(0, 30px);
    width: 100%;
    height: auto;
    text-align: center;
    opacity: 0;
    transition: transform 0.6s, opacity 0.4s;
    transition-delay: 1.5s;
}

.index-banner .content-box .h2-des {
    font-size: 32px;
    line-height: 1.4em;
    letter-spacing: 2px;
    color: #ffffff;
}

.index-banner .content-box .h2 {
    margin-top: 9px;
    background-image: linear-gradient(to bottom, #4c4aef, #fd242d);
    -webkit-background-clip: text;
    font-size: 64px;
    font-weight: bold;
    line-height: 1.4em;
    letter-spacing: 3px;
    color: transparent;
}

.index-banner .swiper-other {
    position: absolute;
    left: 0;
    bottom: 5.4%;
    width: 100%;
    z-index: 2;
}

.index-banner .swiper-other .cycle-box {
    --size: var(--cw);
    display: block;
}

.index-banner .swiper-other .cycle-box .cycle-son::before {
    --b-c: #ffffff;
    --b-w: 1px;
}

@media (max-width: 1600px) {
    .index-banner .content-box .h2-des {
        font-size: 26px;
        letter-spacing: 1px;
    }

    .index-banner .content-box .h2 {
        margin-top: 6px;
        font-size: 44px;
        letter-spacing: 2px;
    }

    .index-banner .swiper-other .swiper-pagination-bullet {
        --cw: 12px;
        margin: 0 8px;
    }
}

@media (max-width: 1441px) {
    .index-banner .content-box .h2-des {
        font-size: 22px;
        letter-spacing: 0;
    }

    .index-banner .content-box .h2 {
        margin-top: 2px;
        font-size: 40px;
        letter-spacing: 0;
    }

    .index-banner .swiper-other .swiper-pagination-bullet {
        --cw: 10px;
        margin: 0 6px;
    }
}

@media (max-width: 1200px) {
    .index-banner .box .pc {
        display: none;
    }

    .index-banner .box .phone {
        display: block;
    }

    .index-banner .content-box {
        transition-delay: 0.3s;
    }

    .index-banner .content-box .h2-des {
        font-size: 0.3rem;
    }

    .index-banner .content-box .h2 {
        margin-top: 0.2rem;
        font-size: 0.48rem;
    }

    .index-banner .swiper-other {
        bottom: 0.35rem;
    }

    .index-banner .swiper-other .swiper-pagination-bullet {
        --cw: 0.26rem;
        margin: 0 0.08rem;
    }

    .index-banner .swiper-other .swiper-pagination-bullet::before {
        border-width: 2px;
    }

    .index-banner .swiper-other .cycle-box {
        --b-w: 2px;
    }
}




/*产品展示*/
.index-product {
    overflow: hidden;
    background: url(../images/bg1.jpg) no-repeat center / cover;
}


.pro_title_a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.pro_title_a a {
    width: 170px;
    margin-left: 10px;
    display: block;
    border-radius: 25px;
    font-size: 17px;
    color: #222;
    border: 1px solid #dabb13;
    text-align: center;
    line-height: 50px;
    transition: 0.5s;
}

.pro_title_a a:hover {
    color: #fff;
    border: 1px solid #be0b17;
    background: #be0b17;
    font-weight: bold;
    font-size: 21px;
}

.product_left {
    height: 100%;
    width: 50%;
    float: left;

}

.product_right {
    padding-top: 3em;
    position: relative;
    padding-bottom: 4.6875em;
    padding-left: 5%;
    padding-right: 5%;
    width: 50%;
    margin-left: 0;
    height: 100%;
    float: left;
}



.product_left_bg img {
    width: 100%;
    display: block;
    transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
}

.product_left_bg:hover img {
    transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
}


.muli_text strong {
    font-size: var(--fs52);
    color: #be0b17;
    line-height: var(--fs52);
    display: block;
}

.muli_text p {
    font-size: var(--fs18);
    color: #666;
    line-height: var(--fs32);
}

.muli_text a {
    width: 140px;
    text-align: center;
    font-size: 17px;
    color: #fff;
    line-height: 45px;
    background: #be0b17;
    margin: 30px 0 0 0;
    border-radius: 23px;
    display: block;
}

.muli_text a:hover {
    background: #dabb13;
}

.muli_text ul {
    display: flex;
    justify-content: flex-start;
    padding: 45px 0 0 0
}

.muli_text li {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 50px 0 0
}

.muli_text li div {
    width: 90px;
    height: 90px;
    border-radius: 45px;
    border: 2px solid #dabb13;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1200px) {
    .product_left {
        width: 100%;


    }

    .product_right {

        width: 100%;

    }

    .pro_title_a {
        display: block;
        width: 100%;

    }

    .pro_title_a a {
        margin-left: 10px;
        display: inline-block;
        margin-bottom: 10px;
        border-radius: 25px;
        font-size: 17px;
        color: #222;
        border: 1px solid #dabb13;
        text-align: center;
        line-height: 40px;
        transition: 0.5s;
        display: inline-block;
    }

}

/*关于我们*/



.index-about {
    background: url(../images/aboutbg.jpg) no-repeat center / cover;
    height: 100%;
    padding-top: 10vh
}

.index-about .flex-box .cont-div {
    width: 50%;
}

.index-about .flex-box .img-div {
    width: 45%;
}



.index-about .flex-box .cont-div .text {
    --lh: 1.75em;
    max-height: calc(var(--lh)*6);
    overflow-y: auto;
    font-size: 16px;
    line-height: var(--lh);
    color: #666666;
}

.index-about .flex-box .cont-div .more-box-a {
    margin-top: 11%;
}

@media (max-width: 1600px) {
    .index-about {
        padding-top: 80px;
        padding-bottom: 300px;
        height: 100%;
    }

    .index-about .flex-box .cont-div {
        width: 51.35%;
        padding-top: 3%;
    }

    .index-about .flex-box .cont-div .text {
        --lh: 1.7em;
        margin-top: 15px;
    }

    .index-about .flex-box .cont-div .more-box-a {
        margin-top: 6%;
    }
}

@media (max-width: 1200px) {
    .index-about {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;

    }


    .index-about .wrap-1600 {
        background: rgba(0, 0, 0, 0.5);
        padding: var(--fs20);
    }

    .index-about .wrap-1600 a,
    .index-about .wrap-1600 div,
    .index-about .wrap-1600 span,
    .index-about .wrap-1600 h1 {
        color:  !important
    }

    .index-about .flex-box .cont-div {
        width: 100%;
        padding-top: 0.1rem;
    }

    .index-about .flex-box .cont-div .text {
        --lh: 1.6em;
        margin-top: 0.15rem;
        max-height: 100em;
        font-size: 0.28rem;
    }

    .index-about .flex-box .cont-div .more-box-a {
        margin-top: 0.25rem;
    }



}





.index-about .img .pc {
    display: block;
}

.index-about .img .phone {
    display: none;
}

.index-about .bg {
    margin-top: -150px;
    position: relative;
    background-color: #ffffff;
    box-shadow: 0px 1px 8px 0px rgba(4, 0, 0, 0.13);
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 28px;
}

.index-about .auto-title-block {
    padding-top: 60px;
}

.index-about .cont-text {
    margin-top: -20px;
    margin-left: auto;
    margin-right: auto;
    width: 1100px;
    max-width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 2em;
    color: #666666;
}

.index-about .title-box {
    --h: 46px;
    --bg: #f3f3f3;
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: var(--h);
    color: #333333;
}

.index-about .title-box .title-span {
    margin: 0 0.49em;
    position: relative;
}

.index-about .title-box .title-span::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bg);
}

.index-about .title-box .title-span .title-icon {
    position: absolute;
    top: 0;
    width: 1em;
    height: var(--h);
    overflow: hidden;
}

.index-about .title-box .title-span .title-icon::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    border-top: var(--h) solid transparent;
    border-bottom: var(--h) solid transparent;
}

.index-about .title-box .title-span .title-word {
    display: block;
    position: relative;
    z-index: 1;
    padding: 0 1.6em;
}

.index-about .title-box .title-span:nth-child(odd) .title-icon {
    left: 100%;
}

.index-about .title-box .title-span:nth-child(odd) .title-icon::before {
    left: 0;
    bottom: 0;
    border-left: 1em solid var(--bg);
}

.index-about .title-box .title-span:nth-child(even) .title-icon {
    right: 100%;
}

.index-about .title-box .title-span:nth-child(even) .title-icon::before {
    top: 0;
    right: 0;
    border-right: 1em solid var(--bg);
}

.index-about .title-box .title-span:hover,
.index-about .title-box .title-span.on {
    color: #ffffff;
}

.index-about .title-box .title-span:hover::before,
.index-about .title-box .title-span.on::before {
    background-color: var(--main-color);
}

.index-about .title-box .title-span:hover .title-icon,
.index-about .title-box .title-span.on .title-icon {
    overflow: hidden;
}

.index-about .title-box .title-span:hover:nth-child(odd) .title-icon::before,
.index-about .title-box .title-span.on:nth-child(odd) .title-icon::before {
    border-left-color: var(--main-color);
}

.index-about .title-box .title-span:hover:nth-child(even) .title-icon::before,
.index-about .title-box .title-span.on:nth-child(even) .title-icon::before {
    border-right-color: var(--main-color);
}

.index-about .swiper-box {
    --pad: 15px;
    margin: 0 calc(var(--pad)*-1);
    text-align: center;
    font-size: 18px;
    line-height: 1.5em;
    color: #333333;
}

.about-box .swiper {}

.about-box .swiper.on {
    display: block
}

.index-about .swiper-box .swiper .slide-li {
    display: block;
}

.index-about .swiper-box .swiper .swiper-slide {
    display: flex;
}

.index-about .swiper-box .swiper .swiper-slide .box {
    margin: 0 var(--pad);
}

.index-about .swiper-box .swiper .swiper-slide .cont {
    padding: 0.7em 1.5em;
}

@media (max-width: 1200px) {
    .index-about {
        padding-bottom: 0.6rem;
    }

    .index-about .bg {
        margin-top: -10vw;
        padding-left: 0.35rem;
        padding-right: 0.35rem;
        padding-bottom: 0.25rem;
    }

    .index-about .auto-title-block {
        padding-top: 2.5em;
    }

    .index-about .cont-text {
        margin-top: -0.2rem;
        font-size: 0.28rem;
        line-height: 1.7em;
    }

    .index-about .title-box {
        --h: 0.66rem;
        --bg: #f3f3f3;
        margin-top: 0.3rem;
        margin-bottom: 0.4rem;
        font-size: 0.26rem;
    }

    .index-about .swiper-box {
        --pad: 0.1rem;
        font-size: 0.28rem;
    }
}

@media (max-width: 768px) {
    .index-about .img .pc {
        display: none;
    }

    .index-about .img .phone {
        display: block;
    }
}

.auto-banner {
    position: relative;
}

.auto-banner .img-div img {
    display: block;
}

.auto-banner .img-div .pc {
    display: block;
}

.auto-banner .img-div .phone {
    display: none;
}

.auto-banner .word {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.auto-banner .word .h1 {
    font-size: clamp(24px, 2.5vw, 44px);
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: 0.05em;
    color: #ffffff;
}

@media (max-width: 1200px) {
    .auto-banner .word .h1 {
        font-size: 0.34rem;
    }
}

@media (max-width: 768px) {
    .auto-banner .img-div .pc {
        display: none;
    }

    .auto-banner .img-div .phone {
        display: block;
    }
}

.about-block-a {
    padding-bottom: clamp(35px, 5vw, 80px);
}

.about-block-a .flex-box .left-cont {
    width: 47.69%;
}

.about-block-a .flex-box .left-cont .h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4em;
    color: var(--main-color);
}

.about-block-a .flex-box .left-cont .hr {
    margin-top: 35px;
    margin-bottom: 30px;
    border: 0 none;
    border-top: 1px solid #e9e9e9;
}

.about-block-a .flex-box .left-cont .text {
    font-size: 16px;
    line-height: 2.25em;
    color: #555555;
}

.about-block-a .right-cont {
    width: 48.08%;
}

@media (max-width: 1200px) {
    .about-block-a {
        padding-bottom: 0.6rem;
    }

    .about-block-a .flex-box .left-cont {
        width: 100%;
    }

    .about-block-a .flex-box .left-cont .h3 {
        font-size: 0.3rem;
    }

    .about-block-a .flex-box .left-cont .hr {
        margin-top: 0.2rem;
        margin-bottom: 0.2rem;
    }

    .about-block-a .flex-box .left-cont .text {
        font-size: 0.26rem;
        line-height: 1.6em;
    }

    .about-block-a .right-cont {
        margin-top: 0.3rem;
        width: 625px;
        max-width: 100%;
    }
}


.li-box .title {
    border-radius: 0 0 var(--br) var(--br);
    background-color: #b3b3b3;
    padding: var(--fs12);
    text-align: center;
    font-size: var(--fs16);
    line-height: 1.4em;
    color: #ffffff;
    transition: all 0.3s;
}

.li-box:hover .title {
    background: var(--main-color);
}








































/*å…³äºŽæˆ‘ä»¬*/



.auto-title-block .auto-title-en {
    font-size: 20px;
    line-height: 0.7em;
    color: #333;
}

.auto-title-block .auto-title-en .text-transparent {
    -webkit-text-stroke: 1px var(--main-color);
    color: transparent;
}

.auto-title-block .auto-title-h2 {
    margin-top: 10px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: var(--h2-color);
}

.auto-title-block .auto-title-h2-des {
    margin-top: 10px;
    font-size: 32px;
    line-height: 1.4em;
    color: #666666;
}

@media (max-width: 1600px) {
    .auto-title-block .auto-title-en {
        font-size: 50px;
    }

    .auto-title-block .auto-title-h2 {
        margin-top: 7px;
        font-size: 22px;
    }

    .auto-title-block .auto-title-h2-des {
        margin-top: 5px;
        font-size: 28px;
    }
}

@media (max-width: 1200px) {
    .auto-title-block .auto-title-en {
        font-size: 0.4rem;
    }

    .auto-title-block .auto-title-h2 {
        margin-top: 0.15rem;
        font-size: 0.3rem;
    }

    .auto-title-block .auto-title-h2-des {
        margin-top: 0.1rem;
        font-size: 0.3rem;
    }
}

/*å…³äºŽæˆ‘ä»¬ end*/

/***标题***/

.auto-title-block {
    --text-color: 51, 51, 51;
    --text-des-color: 102, 102, 102;
    --text-opacity: 1;
    padding-top: clamp(3.5em, 4vw, 75px);
    padding-bottom: 2.5em;
    font-size: 16px;
    line-height: 1.4em;
}

.auto-title-block .auto-title-h2 {
    /*margin-top: var(--fs42);*/
    font-size: clamp(1.5em, 2.1vw, 30px);
    font-weight: bold;
    line-height: 1.4em;
    color: var(--main-color);
}

.auto-title-block .auto-title-des {
    margin-top: clamp(0.5em, 0.9vw, 1.1em);
    color: rgba(var(--text-des-color), var(--text-opacity));
}

@media (max-width: 1600px) {
    .auto-title-block .auto-title-h2 {
        font-size: clamp(1.5em, 1.8vw, 40px);
    }

    .auto-title-block .auto-title-des {
        margin-top: clamp(0.5em, 0.9vw, 1.1em);
        color: rgba(var(--text-des-color), var(--text-opacity));
    }
}

@media (max-width: 1200px) {
    .auto-title-block {
        padding-top: 2em;
        padding-bottom: 1.5em;
        font-size: 0.26rem;
    }

    .auto-title-block .auto-title-h2 {
        font-size: 1.5em;
    }
}

/***标题***/

.auto-title-block-a {
    --text-color: 35, 45, 57;
    --text-des-color: 137, 144, 153;
    --text-opacity: 1;
    padding-top: 4em;
    padding-bottom: 2.5em;
    font-size: 16px;
    line-height: 1.4em;
}

.auto-title-block-a .auto-title-a-h2 {
    font-size: 2.5em;
    line-height: 1.4em;
    color: rgba(var(--text-color), var(--text-opacity));
}

.auto-title-block-a .auto-title-a-des {
    margin-top: 0.5em;
    color: rgba(var(--text-des-color), var(--text-opacity));
}

@media (max-width: 1500px) {
    .auto-title-block-a {
        padding-top: 3em;
        padding-bottom: 2em;
    }

    .auto-title-block-a .auto-title-a-h2 {
        font-size: 2em;
    }
}

@media (max-width: 1200px) {
    .auto-title-block-a {
        padding-top: 1.5em;
        padding-bottom: 1.3em;
        font-size: 0.28rem;
    }

    .auto-title-block-a .auto-title-a-h2 {
        font-size: 1.3em;
    }

    .auto-title-block-a .auto-title-a-des {
        margin-top: 0.3em;
    }
}



/*首页服务*/

#m2 {
    position: relative;
    z-index: 2;
    background: #fff;
}

#m2 .list {
    width: 100%;
    /*background: #eee url('../images/probg1.jpg') no-repeat center/cover; 


*/

    height: calc(70vh);
    position: relative;
}

#m2 .list .pbg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .65s ease;
    z-index: 2
}

#m2 .list .pbg1 {
    background: url('../images/bigimg1.jpg') no-repeat center/cover;
    transition: 1s;
    z-index: 2
}


#m2 .list .active {
    opacity: 1;
}

#m2 .list .item {
    width: 33.33%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
    z-index: 2;
    text-align: center;
    transition: all .55s;
}

#m2 .list:hover .item,
#m2 .list:hover .item.on {
    border-right: 1px solid rgba(255, 255, 255, .5);
    color: #fff
}

#m2 .list .item:last-child {
    border-right: 0px none;
}

#m2 .list .item .pbg {
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(#004ab9, #6097ea);
    opacity: 0;
    transition: all .4s;
    z-index: 1
}

#m2 .list .item:hover .pbg {
    opacity: .5;
}

#m2 .list .item:hover .tit,
#m2 .list .item:hover .desc {
    color: #fff
}

@media (max-width:1439px) {

    /*1366*/
    #m2 .tit-container .desc {
        font-size: 1.6rem;
    }
}

#m2 .list .wrapper {
    display: flex;
    height: 100%;
    position: relative;
}

#m2 .list .box {
    position: relative;
    z-index: 2;
    top: 25%;
    transition: all .35s;
}

#m2 .list .wrapper .active {
    top: 20%;
}

#m2 .list .item i {
    font-size: 10rem;
    background: linear-gradient(#fb5483, #4488fa);
    -webkit-background-clip: text;
    color: transparent;
    height: 10rem;
    line-height: 10rem;
    transition: all .35s;
}

#m2 .list .item i.icon-buildings_tower- {
    font-size: 9.6rem;
}

#m2 .list .item i.icon-taiyangnengdianchi {
    font-size: 9.4rem;
}

#m2 .list .item i.icon-ditie {
    font-size: 9.6rem;
}

#m2 .list .item .active i {
    color: #fff;
}

#m2 .list .item .tit {
    font-size: 0.3rem;
    color: #fff;
    margin-top: 32px;
    transition: all .35s;
    font-weight: bold;
}

#m2 .list .item .active .tit {
    color: #fff;
    font-size: 4rem;
}

#m2 .list .item .desc {
    font-size: 0.18rem;
    color: #fff;
    line-height: 1.6;
    /*height: 50px;*/
    transition: all .35s;
    max-width: 350px;
    margin: 28px auto auto auto;
}

#m2 .list .item .active .desc {
    color: rgba(255, 255, 255, .8);
}

#m2 .list .item .more {
    margin: 85px;
    border: 1px solid #d3d3d3;
    font-size: 0.1rem;
    padding: 15px 35px;
    display: inline-block;
    border-radius: 50px;
    color: #999;
    transition: all .28s;
}

#m2 .list:hover .more {
    opacity: .7;
    background: #fff;
    color: #666;
    border: 1px solid #fff;
}

#m2 .list .active .more {
    opacity: .7;
    background: #fff;
    color: #666;
    margin-top: 110px;
    border: 1px solid #fff;
}

#m2 .list .item .more:hover {
    opacity: 1;
    color: #5f8cec;
}


.pingtaititle {
    position: absolute;
    z-index: 100;
    color: #fff
}

@media (max-width:1679px) {

    /*1440*/
    #m2 .list .item i {
        font-size: 9rem;
    }

    #m2 .list .item i.icon-buildings_tower- {
        font-size: 8.6rem;
    }

    #m2 .list .item i.icon-taiyangnengdianchi {
        font-size: 8.4rem;
    }

    #m2 .list .item i.icon-ditie {
        font-size: 8.6rem;
    }

    #m2 .list .item .tit {
        font-size: 0.3rem;
    }

    #m2 .list .item .active .tit {
        font-size: 0.2rem;
    }

    #m2 .list .item .desc {
        font-size: 0.15rem;
    }
}

@media (max-width:1439px) {

    /*1366*/
    #m2 .list .item i {
        font-size: 8.6rem;
    }

    #m2 .list .item i.icon-buildings_tower- {
        font-size: 8.2rem;
    }

    #m2 .list .item i.icon-taiyangnengdianchi {
        font-size: 8rem;
    }

    #m2 .list .item i.icon-ditie {
        font-size: 0.8rem;
    }

    #m2 .list .item .active .tit {
        font-size: 0.3rem;
    }

    #m2 .list .item .desc {
        font-size: 0.14rem;
    }

    #m2 .list .item .tit {
        font-size: 0.26rem;
        margin-top: 10px;
    }

    #m2 .list .item .active .tit {
        font-size: 0.3rem;
    }

    #m2 .list .item .box .desc {
        font-size: 0.14rem;
        max-width: 90%;
        margin: 20px auto auto auto;
    }

    #m2 .list .item .more {
        margin: 40px;
        font-size: 0.14rem;
        padding: 13px 32px;
    }

    #m2 .list>.pbg {
        display: none;
    }
}

@media (max-width:1365px) {

    /*1280*/
    #m2 .list .item .tit {
        font-size: 0.25rem;
    }

    #m2 .list .item .active .tit {
        font-size: 0.27rem;
    }

    #m2 .list .item .desc {
        font-size: 0.13rem;
        padding: 0 10px;
    }
}

@media (max-width:1279px) {

    /*MP*/
    #m2 .tit-container {
        background: #111 url('../images/probg1.jpg') no-repeat center/cover;
        padding: 50px 0 55px 0;
    }

    #m2 .tit-container .desc {
        padding: 0 15px;
    }

    #m2 .list .item:hover .pbg {
        opacity: 0;
    }

    #m2 .list .item.active .pbg {
        opacity: .75;
    }

    #m2 .list {
        height: auto;
        background: none;
    }

    #m2 .list .wrapper {
        display: block;
        height: auto;
    }

    #m2 .list .item {
        width: 100%;
        height: auto;
        border-right: 0px none;
        border-bottom: 1px solid #eee;
    }

    #m2 .list .box {
        top: 0;
        padding: 30px 15px;
    }

    #m2 .list .item i {
        font-size: 6.6rem;
    }

    #m2 .list .item i.icon-buildings_tower- {
        font-size: 5.6rem;
    }

    #m2 .list .item i.icon-taiyangnengdianchi {
        font-size: 5.4rem;
    }

    #m2 .list .item i.icon-ditie {
        font-size: 5.6rem;
    }

    #m2 .list:hover .more {
        opacity: 1;
        background: unset;
        color: #999;
        border: 1px solid #d3d3d3;
    }

    #m2 .list .item.active .more {
        opacity: .7;
        background: #000;
        color: #666;
        border: 1px solid #fff;
    }

    #m2 .list .item .pbg {
        width: 100%;
        height: 100%;
        position: absolute;
        background: linear-gradient(#006db8, #004e84);
        opacity: 0;
        transition: all .4s;
    }

    #m2 .list .item:hover .pbg {
        opacity: .5;
    }

    #m2 .list .item:hover .tit,
    #m2 .list .item:hover .desc {
        color: #fff
    }

    #m2 .list:hover .item .more {
        color: #fff
    }
}

@media (max-width:1080px) {
    #m2 .list .item .tit {
        font-size: 0.4rem;
    }
}


/*新闻中心*/

.index-news_bg {
    background: #fff;
    overflow: hidden;
    position: relative;
    background: #f8f8f8;
}

.index-news .list-box {
    --br: 20px;
    color: #ffffff;
}

.index-news .list-box .time {
    font-size: 15px;
    line-height: 1em;
    color: #CACACA;
    margin-bottom: 15px;
    display: block;
    margin-top: 10px;
}

.index-news .list-box .title {
    line-height: 1.4em;
    color: #333333;
    transition: all 0.3s;
    font-weight: 400;
}

.index-news .list-box .des {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #999999;
    -webkit-line-clamp: 2;
}

.index-news .list-box .imore {
    color: #777777;
    margin-top: 16px;
    font-size: 15px;
    background: url(../images/i_pic3.png) right center no-repeat;
    padding-right: 30px;
    background-size: 20px auto;
    float: left;
    transition: all 0.3s;
}

.index-news .list-box .imore:hover {
    margin-left: 5px;
}

.index-news .list-box .list .li:hover .imore {
    color: #be0b17;
    background-image: url(../images/i_pic3_on.png);
}

.index-news .list-box .big-img {
    width: 49%;
    max-width: 800px;
    overflow: hidden;
}

.index-news .list-box .big-img .cont1 {
    padding: var(--fs20);
}

.index-news .list-box .big-img .img-box::before {
    /*padding-top: 54.858%;*/
}

.index-news .list-box .big-img .img-box .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 99px;
    height: 36px;
    background: linear-gradient(98deg, #be0b17, #870700);
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
}

.index-news .list-box .big-img .cont {
    padding: 30px 0px 30px;
}

.index-news .list-box .big-img:hover .title {
    color: #be0b17;
}

.index-news .list-box .list {
    width: 49%;
    max-width: 688px;
    overflow: hidden;
}

.index-news .list-box .list .li {
    margin-bottom: var(--fs20);
    overflow: hidden;
    padding: var(--fs20)
}

.index-news .list-box .list .li:last-child {
    margin-bottom: 0;
}

.index-news .list-box .list .des {
    -webkit-line-clamp: 2;
}

.index-news .list-box .list .li .title {
    line-height: 28px;
    height: 56px;
}

.index-news .list-box .list .li:hover .title {
    color: #be0b17;
}

.index-news .list-box .list .img-box::before {
    /*padding-top:135px;*/
}

.index-news .list-box .list .img-box {
    float: left;
    width: 222px;
    margin-right: 30px;
}

.index-news .list-box .list .txts {
    overflow: hidden;
    text-align: left;
}

/*新闻中心*/

.index-news_bg {
    background: #f8f8f8;
    overflow: hidden;
    position: relative;
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: ;
    overflow: hidden;
}

.index-news {
    overflow: hidden;
    padding-bottom: 5%;
    position: relative;
}

.index-news .list-box {
    --br: 20px;
    color: #ffffff;
}

.index-news .list-box .time {
    font-size: 15px;
    line-height: 1em;
    color: #CACACA;
    margin-bottom: 15px;
    display: block;
    margin-top: 10px;
}

.index-news .list-box .title {
    line-height: 1.4em;
    color: #333333;
    transition: all 0.3s;
    font-weight: 400;
}

.index-news .list-box .des {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.5em;
    color: #999999;
    -webkit-line-clamp: 2;
}

.index-news .list-box .imore {
    color: #777777;
    margin-top: 16px;
    font-size: 15px;
    background: url(../images/i_pic3.png) right center no-repeat;
    padding-right: 30px;
    background-size: 20px auto;
    float: left;
    transition: all 0.3s;
}

.index-news .list-box .imore:hover {
    margin-left: 5px;
}

.index-news .list-box .list .li:hover .imore {
    color: #be0b17;
    background-image: url(../images/i_pic3_on.png);
}

.index-news .list-box .big-img {
    width: 49%;
    max-width: 800px;
    overflow: hidden;
}

.index-news .list-box .big-img .img-box .date {
    position: absolute;
    left: 0;
    top: 0;
    width: 99px;
    height: 36px;
    background: linear-gradient(98deg, #be0b17, #9c0800);
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 15px;
    font-family: Arial;
    font-weight: 400;
}

.index-news .list-box .big-img .cont {
    padding: 30px 0px 30px;
}

.index-news .list-box .big-img:hover .title {
    color: #be0b17;
}

.index-news .list-box .list {
    width: 49%;
    max-width: 775px;
    overflow: hidden;
}

.index-news .list-box .list .li {
    margin-bottom: var(--fs20);
    overflow: hidden;
}

.index-news .list-box .list .li:last-child {
    margin-bottom: 0;
}

.index-news .list-box .list .des {
    -webkit-line-clamp: 2;
}

.index-news .list-box .list .li .title {
    line-height: 28px;
    height: 56px;
}

.index-news .list-box .list .li:hover .title {
    color: #be0b17;
}

.index-news .list-box .list .img-box {
    float: left;
    width: 222px;
    margin-right: 30px;
}

.index-news .list-box .list .txts {
    overflow: hidden;
    text-align: left;
}

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

    /*新闻中心*/
    .index-news .list-box .list .li {
        margin-bottom: 40px;
    }
}

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

    /*新闻中心*/
    .index-news .list-box .list .li {
        margin-bottom: 30px;
    }

    /*新闻中心*/
    .index-news {
        padding-bottom: 8%;
        margin-top: 5%;
    }

    .index-news .list-box .flex-box {
        display: block;
    }

    .index-news .list-box .big-img {
        width: 100%;
        max-width: none;
    }

    .index-news .list-box .big-img .img-box .date {
        font-size: 14px;
    }

    .index-news .list-box .list {
        width: 100%;
        max-width: none;
        margin-top: 2%;
    }

    .index-news .list-box .list .li {
        margin-bottom: 3%;
    }

    .index-news .list-box .imore {
        font-size: 14px;
    }

    .index-news .list-box .time {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .index-news .list-box .des {
        font-size: 15px;
    }
}

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

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

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

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

    /*新闻中心*/
    .index-news .list-box .big-img .img-box .date {
        font-size: 13px;
    }

    .index-news .list-box .des {
        font-size: 14px;
        margin-top: 10px;
    }

    .index-news .list-box .time {
        font-size: 13px;
    }

    .index-news .list-box .imore {
        font-size: 13px;
        margin-top: 12px;
    }

    .index-news .list-box .title {
        font-size: 16px;
    }

    .index-news .list-box .list .img-box {
        width: 200px;
        margin-right: 10px;
    }

    .index-news .list-box .list .li .title {
        line-height: 24px;
        height: 48px;
    }
}

@media screen and (max-width: 420px) {
    .index-news .list-box .big-img .img-box .date {
        font-size: 12px;
        width: 90px;
        height: 32px;
        line-height: 32px;
    }

    .index-news .list-box .big-img .cont {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .index-news .list-box .list .img-box {
        width: 160px;
    }

    .index-news .list-box .list .img-box::before {}

    .index-news .list-box .time {
        font-size: 12px;
        margin-top: 5px;
    }

    .index-news .list-box .list .li .title {
        line-height: 22px;
        height: 44px;
        font-size: 15px;
    }

    .index-news .list-box .imore {
        font-size: 12px;
        margin-top: 6px;
    }
}

.index-ingenuity {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg1.png) no-repeat left / 50%;
    overflow: hidden;
    padding-bottom: var(--fs54)
}

.index-ingenuity .auto-title-en {
    width: var(--wrap-1600-width);
    white-space: nowrap;
}

.index-ingenuity .left-cont {
    width: 40%;
    color: #333333;
}

.index-ingenuity .left-cont ul li {

    color: #fff;
    margin-bottom: var(--fs30);

    border-radius: 10px;
}

.index-ingenuity .left-cont ul li dl {
    font-size: var(--fs30);
    color: #fff;
}

.index-ingenuity .left-cont ul li:hover {}

.index-ingenuity .left-cont .cont {
    font-size: var(--fs18);
    font-weight: normal;
    line-height: 1.4em;
}

.index-ingenuity .left-cont .des {
    margin-top: 17px;
    font-size: 18px;
    line-height: 1.4em;
}

.index-ingenuity .ul {
    --pad: 10px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}

.index-ingenuity .ul .li {
    width: 48%;
    padding: calc(var(--pad)*1);
}

.index-ingenuity .ul .li-box {
    display: block;
    border-radius: 10px;
    height: 100%;
    transition: all 0.3s;
}

.index-ingenuity .ul .li-box:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0);
    background-blend-mode: normal, normal;
}

.index-ingenuity .ul .li-box:hover .i-h .i {
    opacity: 0;
}

.index-ingenuity .ul .li-box:hover .i-h .h {
    opacity: 1;
}

.index-ingenuity .ul .li-box:hover .word {
    color: #ffffff;
}

.index-ingenuity .ul .li-box:hover .more-box-a .more-box .more-box-a-jt {
    --fill: var(--main-color);
    background: #ffffff;
}

.index-ingenuity .ul .li-box:hover .more-box-a .more-box .more-word {
    border-bottom-color: #ffffff;
    color: #ffffff;
}

.index-ingenuity .ul .i-h {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.index-ingenuity .ul .i-h img {
    display: block;
    opacity: 0;
    transition: opacity 0.3s;
}

.index-ingenuity .ul .i-h .i {
    opacity: 1;
}

.index-ingenuity .ul .i-h .h {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.index-ingenuity .ul .word {
    margin-top: 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5em;
    color: #333333;
}

.index-ingenuity .ul .more-box-a {
    margin-top: 20px;
}

.index-ingenuity p {
    color: #fff;
    font-size: var(--fs18)
}

.index-ingenuity .right-cont {
    --cyclew: 60%;
    --csonw: 110px;
    width: var(--cyclew);
}

.index-ingenuity .right-cont .cycle-block {
    position: relative;
}

.index-ingenuity .right-cont .cycle-block::before {
    content: '';
    display: block;
    padding-top: 100%;
}

.index-ingenuity .right-cont .big-cycle {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid var(--main-color);
    animation: cycle1 infinite 40s linear;
}

.index-ingenuity .right-cont .big-cycle .p1 {
    left: 26%;
    top: 6%;
}

.index-ingenuity .right-cont .big-cycle .p2 {
    left: 86%;
    top: 85%;
}

.index-ingenuity .right-cont .big-cycle .cycle-son {
    animation: cycle2 infinite 40s linear;
}

.index-ingenuity .right-cont .mid-cycle {
    position: absolute;
    left: 15.66%;
    top: 15.66%;
    width: 68.32%;
    height: 68.32%;
    border-radius: 50%;
    border: 1px dashed var(--main-color);
    animation: cycle2 infinite 40s linear;
}

.index-ingenuity .right-cont .mid-cycle .cycle-son {
    animation: cycle1 infinite 40s linear;
}

.index-ingenuity .right-cont .img-cycle {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 29.89%;
}

.index-ingenuity .right-cont .white-cycle {
    --wcw: 18px;
    position: absolute;
    height: 0;
    width: 0;
}

.index-ingenuity .right-cont .white-cycle .point {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    background: #ffffff;
    border-radius: 50%;
    width: var(--wcw);
    height: var(--wcw);
}

.index-ingenuity .right-cont .cycle-son {
    display: flex;
    position: absolute;
    z-index: 2;
    width: 0;
    top: 0;
}

.index-ingenuity .right-cont .cycle-son .cycle-son-bg {
    display: flex;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
    width: var(--csonw);
    height: var(--csonw);
    padding: 10px;
    background: #ffffff;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.index-ingenuity .right-cont .cycle-son img {
    display: block;
    margin: 0 auto;
}

.index-ingenuity .right-cont .cycle-son .title {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.4em;
    color: #333333;
}

.index-ingenuity .right-cont .li1 {
    left: 99%;
    top: 46%;
}

.index-ingenuity .right-cont .li2 {
    left: 25%;
    top: 95%;
}

.index-ingenuity .right-cont .li3 {
    left: 0%;
    top: 44%;
}

.index-ingenuity .right-cont .li4 {
    left: 75%;
    top: 6%;
}

.index-ingenuity .right-cont .li5 {
    left: 83%;
    top: 90%;
}

.img_block {
    margin-right: 0;
    float: right;
    width: 80%
}



@keyframes cycle1 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes cycle2 {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(-360deg);
    }
}

@media (max-width: 1600px) {
    .index-ingenuity .left-cont .cont {
        margin-top: 10px;
    }

    .index-ingenuity .left-cont .des {
        margin-top: 7px;
    }

    .index-ingenuity .ul {
        margin-top: 15px;
    }

    .index-ingenuity .right-cont {
        --cyclew: 59%;
        --csonw: 90px;
    }

    .index-ingenuity .right-cont .cycle-son img {
        width: 26px;
    }

    .index-ingenuity .right-cont .cycle-son .title {
        font-size: 12px;
    }
}

@media (max-width: 1441px) {
    .index-ingenuity {
        padding-top: calc(var(--header-height)*0.9);
    }

    .index-ingenuity .left-cont .cont {
        margin-top: 6px;
        font-size: 18px;
    }

    .index-ingenuity .left-cont .des {
        margin-top: 5px;
        font-size: 16px;
    }

    .index-ingenuity .ul {
        margin-top: 10px;
    }

    .index-ingenuity .ul .i-h img {
        width: 40px;
    }

    .index-ingenuity .ul .word {
        margin-top: 10px;
        font-size: 16px;
        line-height: 1.4em;
    }

    .index-ingenuity .ul .more-box-a {
        margin-top: 10px;
    }

    .index-ingenuity .right-cont {
        --cyclew: 58%;
        --csonw: 80px;
    }

    .index-ingenuity .right-cont .cycle-son img {
        width: 24px;
    }

    .index-ingenuity .right-cont .cycle-son .title {
        margin-top: 5px;
    }
}

@media (max-width: 1200px) {
    .index-ingenuity {
        padding-top: calc(var(--header-height)*0.5);
    }

    .index-ingenuity .left-cont {
        width: 100%;
        text-align: center;
    }

    .index-ingenuity .left-cont .cont {
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }

    .index-ingenuity .left-cont .des {
        margin-top: 0.1rem;
        font-size: 0.24rem;
    }

    .index-ingenuity .left-cont .ul {
        --pad: 0.1rem;
        margin-top: 0.15rem;
    }

    .index-ingenuity .left-cont .ul .li-box {
        border-radius: 0.1rem;
        padding: 0.35rem 0.15rem;
    }

    .index-ingenuity .left-cont .ul .i-h img {
        width: 0.5rem;
    }

    .index-ingenuity .left-cont .ul .word {
        margin-top: 0.15rem;
        font-size: 0.26rem;
    }

    .index-ingenuity .right-cont {
        --cyclew: 100%;
        --csonw: 1.4rem;
        margin-left: auto;
        margin-right: auto;
    }

    .index-ingenuity .right-cont .cycle-son img {
        width: 0.36rem;
    }

    .index-ingenuity .right-cont .title {
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }

    .index-ingenuity .left-cont ul li {
        background: #be0b17;
        color: #fff;
        margin-bottom: var(--fs30);
        padding: var(--fs30);
        border-radius: 10px;
        width: 48%;
        float: left;
        text-align: center;
        display: block;
        margin: 1%;
    }

    .index-ingenuity .left-cont ul li dl {
        display: block;
        text-align: center;
    }

    .index-ingenuity .left-cont ul li dl img {
        margin-top: var(--fs24);
    }

    .img_block {
        margin: 0 auto;
        float: none;
        width: 100%
    }


    .index-ingenuity {
        --wrap-w: var(--wrap-1600-width);
        position: relative;
        height: 100%;
        background: url(../images/bg1.png) no-repeat right / cover;
        overflow: hidden;
    }
}

.index-innovation {
    --wrap-w: var(--wrap-1600-width);
    height: 100%;
}

.index-innovation .ul {
    --pad: 10px;
    --br: 10px;
    display: flex;
    margin: calc(var(--pad)*-1);
}

.index-innovation .ul .li {
    width: 38.5%;
    padding: calc(var(--pad)*1);
    transition: all 0.3s;
}

.index-innovation .ul .li.on {
    width: 61.5%;
    z-index: 2;
}

.index-innovation .ul .li.on .box-div {
    color: #fff;

}

.index-innovation .ul .li.on .img {
    filter: grayscale(0%);
    width: 100%;
}

.index-innovation .ul .li.on .line {
    height: 1px;
}

.index-innovation .ul .li.on .cont {
    /*height: calc(var(--lh)*3);*/
}

.index-innovation .ul .li.on .more-box-b {
    opacity: 1;
}

.index-innovation .ul .li.on .moshi img {
    position: relative;
    z-index: 100;
    display: block;
    height: auto;
    width: 60%
}


.index-innovation .ul .li:nth-child(1) .img {
    border-top-left-radius: var(--br);
    border-bottom-left-radius: var(--br);
}

.index-innovation .ul .li:nth-child(1) .img img {
    object-position: right center;
}

.index-innovation .ul .li:nth-child(2) .img {
    left: auto;
    right: 0;
    border-top-right-radius: var(--br);
    border-bottom-right-radius: var(--br);
}

.index-innovation .ul .li:nth-child(2) .img img {
    object-position: left center;
}

.index-innovation .ul .li:nth-child(2) .box-div {
    padding-left: 50px;
}

.index-innovation .ul .box {
    display: block;
    position: relative;
    height: 560px;
    padding: 70px 50px;
    transition: all 0.3s;
    overflow: visible;
}

.index-innovation .ul .img {
    position: absolute;
    left: 0;
    top: 0;
    width: calc(100% + 12%);
    height: 100%;
    overflow: hidden;
    /*filter: grayscale(100%);*/
    transition: all 0.3s;
}

.index-innovation .ul .img img {
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: all 0.3s;
}

.index-innovation .ul .box-div {
    --lh: 1.5em;
    margin-left: 0%;
    position: relative;
    width: 700px;
    max-width: 100%;
    font-size: 16px;
    line-height: var(--lh);
    color: #000;
    transition: all 0.3s;
}

.index-innovation .ul .box-div .num {
    font-size: 85px;
    font-weight: bold;
    line-height: 0.8em;
    opacity: 0.4;
    color: #fff;
}

.index-innovation .ul .box-div .title {
    margin-top: 13px;
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4em;
    color: #fff;
}

.index-innovation .ul .box-div .title-en {
    /* opacity: 0.8; */
    color: #fff;
}

.index-innovation .ul .box-div .line {
    display: block;
    margin-top: 28px;
    height: 0;
    background-color: #fff;
    opacity: 0.2;
    transition: all 0.3s;
}

.index-innovation .ul .box-div .cont {
    margin-top: 25px;
    -webkit-line-clamp: 5;

    /* opacity: 0.8; */
    color: #fff;
    transition: all 0.3s;
}

.index-innovation .ul .box-div .more-box-b {
    --dc: #fff;
    margin-top: 40px;
    opacity: 0;
    transition: all 0.3s;
}

.moshi {
    padding-right: var(--fs50);
}

.moshi img {
    position: relative;
    z-index: 100;
    display: none;
}

.moshi_img {
    width: 40%
}




@media (max-width: 1600px) {
    .index-innovation .ul {
        padding-top: 20px;
    }

    .index-innovation .ul .box {
        height: 400px;
        padding: 40px 30px;
    }

    .index-innovation .ul .box-div {
        --lh: 1.4em;
    }

    .index-innovation .ul .box-div .num {
        font-size: 65px;
    }

    .index-innovation .ul .box-div .title {
        margin-top: 5px;
        font-size: 26px;
    }

    .index-innovation .ul .box-div .line {
        margin-top: 15px;
    }

    .index-innovation .ul .box-div .cont {
        margin-top: 15px;
    }

    .index-innovation .ul .box-div .more-box-b {
        margin-top: 15px;
    }
}

@media (max-width: 1441px) {
    .index-innovation .ul {
        padding-top: 15px;
    }

    .index-innovation .ul .box {
        height: 320px;
        padding: 30px 25px;
    }

    .index-innovation .ul .box-div {
        font-size: 14px;
    }

    .index-innovation .ul .box-div .num {
        font-size: 55px;
    }

    .index-innovation .ul .box-div .title {
        font-size: 22px;
    }

    .index-innovation .ul .box-div .line {
        margin-top: 10px;
    }

    .index-innovation .ul .box-div .cont {
        margin-top: 10px;
    }

    .index-innovation .ul .box-div .more-box-b {
        margin-top: 10px;
    }
}

@media (max-width: 1200px) {
    .index-innovation .title-flex {
        justify-content: center;
        text-align: center;
    }

    .index-innovation .title-flex .auto-title-block {
        margin-bottom: 0.2rem;
        width: 100%;
    }

    .index-innovation .ul {
        padding-top: 0.4rem;
        flex-wrap: wrap;
    }

    .index-innovation .ul .li {
        width: 100% !important;
    }

    .index-innovation .ul .li .box {
        height: auto;
        padding: 0.3rem 0.25rem;
        overflow: hidden;
        border-radius: var(--br);
    }

    .index-innovation .ul .li .box .box-div {
        margin: 0 !important;
        padding: 0;
        font-size: 0.24rem;
        color: #444444;
    }

    .index-innovation .ul .li .box .box-div .num {
        font-size: 0.5rem;
    }

    .index-innovation .ul .li .box .box-div .title {
        margin-top: 0.1rem;
        font-size: 0.3rem;
    }

    .index-innovation .ul .li .box .box-div .more-box-b {
        margin-top: 0.15rem;
        opacity: 1;
    }

    .index-innovation .ul .li .box .line {
        margin-top: 0.2rem;
        height: 1px;
    }

    .index-innovation .ul .li .box .cont {
        margin-top: 0.2rem;
        height: calc(var(--lh)*3);
    }

    .index-innovation .ul .li .box .img {
        border-radius: var(--br);
        width: 120%;
        filter: grayscale(0%);
    }
}

.index-honor {
    --wrap-w: var(--wrap-1600-width);
    height: 100%;
    background: url(../images/bg6.jpg) no-repeat center top;
}

.index-honor .list1 {
    margin: 0;
}

.index-honor .swiper {
    margin-top: 45px;
}

.index-honor .swiper .list1-li {
    height: 225px;
    padding: 0;
}

.index-honor .swiper .list1-box {
    transform: translateY(0);
}

.index-honor .swiper-points-num {
    margin-top: 60px;
}

.index-honor .swiper-points-num .cycle-box {
    --size: var(--cw);
    display: block;
}

.index-honor .swiper-points-num .cycle-box .cycle-son::before {
    --b-c: #000000;
    --b-w: 1px;
}

@media (max-width: 1600px) {
    .index-honor {
        padding-top: calc(var(--header-height)*0.9);
    }

    .index-honor .swiper {
        margin-top: 15px;
        height: 410px;
    }

    .index-honor .swiper .swiper-slide {
        height: 195px;
    }

    .index-honor .swiper-points-num {
        margin-top: 30px;
    }
}

@media (max-width: 1441px) {
    .index-honor .swiper {
        height: 350px;
    }

    .index-honor .swiper .swiper-slide {
        height: 165px;
    }

    .index-honor .swiper-points-num {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .index-honor {
        padding-top: var(--header-height);
    }

    .index-honor .title-flex {
        text-align: center;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .index-honor .title-flex .auto-title-block {
        margin-bottom: 0.2rem;
    }

    .index-honor .swiper {
        --slideh: calc(var(--imgw)*0.75);
        margin-top: 0.4rem;
        height: calc(var(--slideh)*3 + 10px*2);
    }

    .index-honor .swiper .swiper-wrapper {
        align-content: flex-start;
    }

    .index-honor .swiper .swiper-slide {
        /*margin-top: 10px;*/
        height: var(--slideh);
    }

    .index-honor .swiper .swiper-slide:nth-child(3n+1) {
        margin-top: 0;
    }

    .index-honur .swiper {
        --slideh: calc(var(--imgw)*0.75);
        margin-top: 0.4rem;
        height: calc(var(--slideh)*3 + 10px*2);
    }
}

.auto-banner {
    position: relative;
    overflow: hidden;
}

.auto-banner .cont {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
    color: #ffffff;
}

.auto-banner .cont .auto-title-en {
    margin-bottom: -0.15em;
    opacity: 0.6;
    letter-spacing: 0.02em;
}

.auto-banner .cont .auto-title-h2 {
    color: #ffffff;
}

@media (max-width: 1600px) {
    .auto-banner .cont {
        padding-bottom: 50px;
    }

    .auto-banner .cont .title {
        font-size: 36px;
    }

    .auto-banner .cont .title-en {
        font-size: 22px;
    }
}

@media (max-width: 1400px) {
    .auto-banner .cont .title {
        font-size: 32px;
    }

    .auto-banner .cont .title-en {
        font-size: 20px;
    }
}

@media (max-width: 768px) {
    .auto-banner .cont {
        padding-bottom: 0;
    }

    .auto-banner .img-div img {
        min-height: 3rem;
        object-fit: cover;
    }
}

.about-about {
    padding-top: 0;
    padding-bottom: 120px;
    overflow: hidden;
}

.about-about .flex-box .left-cont {
    width: 54%;
}

.about-about .flex-box .right-box {
    width: 40%;
}

.about-about .flex-box .cont {
    margin-top: 40px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}

.about-about .flex-box .cont p {
    margin-top: 1.7em;
}

.about-about .flex-box .i-num-list {
    margin-top: 140px;
    gap: 55px;
    font-size: 16px;
    line-height: 1.4em;
    color: #666666;
}

.about-about .flex-box .i-num-list .line {
    display: block;
    transform: skewX(-15deg);
    width: 1px;
    height: 69px;
    background: rgba(0, 0, 0, 0.2);
}

.about-about .flex-box .i-num-list .top-box {
    display: flex;
}

.about-about .flex-box .i-num-list .num-box {
    font-size: 52px;
    font-weight: bold;
    line-height: 0.9em;
    letter-spacing: -2px;
    color: #333333;
}

.about-about .flex-box .i-num-list .dw {
    margin-left: 0.5em;
}

.about-about .flex-box .img-box {
    border-radius: 10px;
}

@media (max-width: 1600px) {
    .about-about {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about-about .flex-box .left-cont {
        width: 54%;
    }

    .about-about .flex-box .cont {
        margin-top: 20px;
        line-height: 1.6em;
    }

    .about-about .flex-box .cont p {
        margin-top: 1em;
    }

    .about-about .flex-box .i-num-list {
        margin-top: 80px;
        gap: 45px;
    }

    .about-about .flex-box .i-num-list .num-box {
        font-size: 48px;
        letter-spacing: -1px;
    }
}

@media (max-width: 1200px) {
    .about-about {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .about-about .flex-box .left-cont {
        width: 100%;
    }

    .about-about .flex-box .right-box {
        width: 100%;
    }

    .about-about .flex-box .cont {
        margin-top: 0.2rem;
        font-size: 0.26rem;
    }

    .about-about .flex-box .i-num-list {
        margin-top: 0.3rem;
        margin-bottom: 0.4rem;
        gap: 0.4rem;
        justify-content: space-between;
        font-size: 0.26rem;
    }

    .about-about .flex-box .i-num-list .line {
        height: 0.7rem;
    }

    .about-about .flex-box .i-num-list .num-box {
        font-size: 0.4rem;
        letter-spacing: 0;
    }

    .about-about .flex-box .img-box {
        border-radius: 0.12rem;
    }
}

.about-history {
    padding-top: 120px;
    padding-bottom: 135px;
    background: url(../images/about/bg1.jpg) no-repeat center / cover;
    overflow: hidden;
}

.about-history .swiper-box {
    --imgmt: 30px;
    margin-top: 48px;
    position: relative;
    font-size: 16px;
    line-height: 1.75em;
    color: #333333;
}

.about-history .swiper-box::before {
    content: '';
    display: block;
    position: absolute;
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 0;
    width: 100vw;
    height: 1px;
    background: #333333;
}

.about-history .swiper-box .swiper-slide {
    position: relative;
    height: auto;
    padding-bottom: 62px;
}

.about-history .swiper-box .li-box {
    display: block;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    min-height: 495px;
    padding: 20px 30px;
}

.about-history .swiper-box .img-box {
    margin-top: 0;
    transition: margin 0.3s;
}

.about-history .swiper-box .text {
    margin-top: 13px;
}

.about-history .swiper-box .year {
    position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    text-align: center;
    font-size: 32px;
    font-weight: bold;
    line-height: 1em;
    color: #333333;
}

.about-history .swiper-box .line {
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    align-items: flex-end;
}

.about-history .swiper-box .line .line-son {
    margin-left: 16.66%;
    height: 10px;
    width: 1px;
    background-color: #333333;
}

.about-history .swiper-box .line .line-son.big {
    margin-left: 0;
    width: 2px;
    height: 20px;
}

@media (max-width: 1600px) {
    .about-history {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .about-history .swiper-box {
        --imgmt: 20px;
        margin-top: 38px;
    }

    .about-history .swiper-box .swiper-slide {
        padding-bottom: 52px;
    }

    .about-history .swiper-box .li-box {
        min-height: 435px;
        padding: 15px 20px;
    }

    .about-history .swiper-box .text {
        margin-top: 10px;
    }

    .about-history .swiper-box .year {
        font-size: 28px;
    }

    .about-history .swiper-box .line .line-son.big {
        height: 18px;
    }
}

@media (min-width: 1201px) {
    .about-history .swiper-box .swiper-slide.swiper-slide-active .li-box {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active .img-box {
        margin-top: calc(4*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide .img-box {
        margin-top: calc(3*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide .img-box {
        margin-top: calc(2*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide .img-box {
        margin-top: calc(1*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide+.swiper-slide+.swiper-slide+.swiper-slide .img-box {
        margin-top: calc(0*var(--imgmt));
    }
}

@media (max-width: 1200px) {
    .about-history {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .about-history .swiper-box {
        --imgmt: 0.1rem;
        margin-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active .li-box {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active .img-box {
        margin-top: calc(4*var(--imgmt));
    }

    .about-history .swiper-box .swiper-slide.swiper-slide-active+.swiper-slide .img-box {
        margin-top: calc(3*var(--imgmt));
    }

    .about-history .swiper-box .li-box {
        min-height: 1rem;
        padding: 0.15rem 0.15rem;
    }

    .about-history .swiper-box .text {
        margin-top: 0.1rem;
    }

    .about-history .swiper-box .year {
        bottom: 0.3rem;
        font-size: 0.32rem;
    }

    .about-history .swiper-box .line .line-son {
        height: 0.15rem;
    }

    .about-history .swiper-box .line .line-son .big {
        height: 0.25rem;
    }
}

.about-honor {
    padding-top: 10px;
    padding-bottom: 10px;
    background: url(../images/about/bg2.jpg) no-repeat center / cover;
    overflow: hidden;
}

.about-honor .swiper-box {
    --br: 10px;
    margin-top: 60px;
}

.about-honor .swiper-box .li-box {
    display: block;
    position: relative;
    background: #ffffff;
    border-radius: var(--br);
}

.about-honor .swiper-box .li-box::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: var(--br);
    width: 100%;
    height: 100%;
    border: 1px solid var(--main-color);
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s;
}

.about-honor .swiper-box .li-box .img-box-div {
    padding: 42px 25px;
}

.about-honor .swiper-box .li-box .img-box {
    margin: 0 auto;
    width: 220px;
    max-width: 100%;
}

.about-honor .swiper-box .li-box .img-box::before {
    padding-top: 134.09%;
}

.about-honor .swiper-box .li-box .title {
    border-radius: 0 0 var(--br) var(--br);
    background-color: #b3b3b3;
    padding: 0.65em 1em;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    color: #ffffff;
    transition: all 0.3s;
}

.about-honor .swiper-box .li-box:hover::after {
    opacity: 1;
}

.about-honor .swiper-box .li-box:hover .title {
    background: var(--main-color);
}

.about-honor .swiper-points {
    padding-top: 40px;
}

@media (max-width: 1600px) {
    .about-honor {
        padding-top: 0px;
        padding-bottom: 10px;
    }

    .about-honor .swiper-box {
        margin-top: 35px;
    }

    .about-honor .swiper-points {
        padding-top: 30px;
    }
}

@media (max-width: 1200px) {
    .about-honor {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .about-honor .swiper-box {
        --br: 0.15rem;
        margin-top: 0.25rem;
    }

    .about-honor .swiper-box .li-box .img-box-div {
        padding: 0.25rem 0.2rem;
    }

    .about-honor .swiper-box .li-box .title {
        padding: 0.5em 1em;
        font-size: 0.26rem;
    }

    .about-honor .swiper-points {
        padding-top: 0.3rem;
    }
}

.about-engine {
    padding-bottom: var(--fs54);
    background: #f8f8f8;
    overflow: hidden;
}

.about-engine .swiper-box {
    --br: 10px;
    margin-top: 40px;
}

.box {
    display: block;
    position: relative;
    border-radius: var(--br);
    overflow: hidden;
}

.box .img-box::before {
    /*padding-top: 69.23%;*/
}

.cont {

    color: #fff;
}

.swiper-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

.swiper-des {
    margin-top: 6px;
    font-size: 16px;
    line-height: 1.75em;
    color: #fff;
}

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

.swiper-box .box:hover .swiper-title {
    color: #ffffff;
}

.swiper-box .box:hover .swiper-des {
    color: #ffffff;
}

.index-case {
    overflow: hidden;
    padding-top: 105px;
    padding-bottom: 105px;
}

.index-case .big-text {
    margin-top: 65px;
    color: rgba(102, 102, 102, 0.05);
}

.index-case .left-cont {
    width: 400px;
}

.index-case .left-cont .auto-title-block {
    padding-top: 0;
}

.index-case .left-cont .des {
    margin-top: -10px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}

.index-case .left-cont .more-box-a {
    margin-top: 78px;
}

.index-case .right-cont {
    width: calc(100% - 400px - 6.25%);
}

.index-case .right-cont .right-o-hide {
    margin-right: calc(var(--bettwen-1600-pad)*-1);
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.index-case .right-cont .swiper-btns .swiper-btn {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translateY(-50%);
    --dc: rgba(var(--main-color-rgb), 1);
    --hc: rgba(var(--main-color-rgb), 1);
}

.index-case .right-cont .swiper-btns .prev {
    left: 7%;
}

.index-case .right-cont .swiper-btns .next {
    right: 7%;
}

@media (max-width: 1600px) {
    .index-case {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .index-case .big-text {
        margin-top: 35px;
    }

    .index-case .left-cont .des {
        margin-top: -20px;
        line-height: 1.9em;
    }

    .index-case .left-cont .more-box-a {
        margin-top: 58px;
    }
}

@media (max-width: 1200px) {
    .index-case {
        padding-top: 0.75rem;
        padding-bottom: 0.65rem;
    }

    .index-case .big-text {
        margin-top: 0;
    }

    .index-case .left-cont {
        width: 100%;
    }

    .index-case .left-cont .des {
        margin-top: -0.1rem;
        font-size: 0.26rem;
        line-height: 1.9em;
    }

    .index-case .left-cont .more-box-a {
        margin-top: 0.25rem;
    }

    .index-case .right-cont {
        margin-top: 0.35rem;
        width: 100%;
    }

    .index-case .right-cont .right-o-hide {
        margin-right: 0;
    }

    .index-case .right-cont .swiper-btns .prev {
        left: 2%;
    }

    .index-case .right-cont .swiper-btns .next {
        right: 2%;
    }
}

@media (max-width: 1600px) {
    .about-engine {
        padding-top: 100px;
        padding-bottom: 100px;
    }

    .swiper-box {
        margin-top: 30px;
    }

    .cont {
        padding: 20px 25px;
    }

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

    .swiper-des {
        margin-top: 5px;
        font-size: 15px;
        line-height: 1.6em;
    }
}

@media (max-width: 1200px) {
    .about-engine {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .swiper-box {
        margin-top: 0.3rem;
    }

    .cont {
        padding: 0.2rem 0.15rem;
    }

    .swiper-title {
        font-size: 0.26rem;
    }

    .swiper-des {
        margin-top: 0.06rem;
        font-size: 0.24rem;
    }
}

/*公司*/
.i_two {
    overflow: hidden;
    margin-top: var(--fs54)
}

.i_two .i_two_l {
    width: 49%;
    height: 536px;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    transition: all 0.3s;
    margin: 0.5%;

}

.i_two .i_two_l:hover {
    opacity: 0.8;
    filter: Alpha(opacity=90);
}

.i_two .i_two_l .boxs {
    width: 94%;
    max-width: 800px;
    margin: 0 auto;
    margin-top: 340px;
}

.i_two .i_two_l .h4 {
    overflow: hidden;
    height: 56px;
    line-height: 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: var(--fs42);
    font-weight: bold;
}

.i_two .i_two_l .p {
    font-size: var(--fs18);
    overflow: hidden;
    line-height: var(--fs32);
    margin-top: 6px;
    height: 56px;
    max-width: 625px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.i_two .i_two_r {
    overflow: hidden;
    width: 49%;
    float: left;
    margin: 0.5%;

}

.i_two .i_two_r .i_two_r_a {
    overflow: hidden;
    padding-left: var(--fs30)
}

.i_two .i_two_r .i_two_r_a p {
    font-size: var(--fs42);
    line-height: 80px;
    height: 80px;
    overflow: hidden;
    ;
    font-weight: bold;
}

.i_two .i_two_r .i_two_r_a strong {
    font-size: var(--fs52);
    font-weight: bold;
    color: #dbdfea
}

.i_two .i_two_r .i_two_r_b {
    height: 420px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    transition: all 0.3s;
}

.i_two .i_two_r .i_two_r_b:hover {
    opacity: 0.9;
    filter: Alpha(opacity=90);
}

.i_two .i_two_r .i_two_r_b .boxs {
    width: 94%;
    max-width: 836px;
    margin: 0 auto;
    margin-top: 230px;
}

.i_two .i_two_r .i_two_r_b .h4 {
    overflow: hidden;
    height: 56px;
    line-height: 56px;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #fff;
    font-size: var(--fs42);
    font-weight: bold;
}

.i_two .i_two_r .i_two_r_b .p {
    font-size: var(--fs18);
    overflow: hidden;
    line-height: var(--fs32);
    margin-top: 6px;
    height: 56px;
    max-width: 560px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

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

    /*公司*/
    .i_two .i_two_l {
        height: 436px;
    }

    .i_two .i_two_l .boxs {
        margin-top: 255px;
    }

    .i_two .i_two_r .i_two_r_b {
        height: 324px;
    }

    .i_two .i_two_r .i_two_r_b .boxs {
        margin-top: 143px;
    }


}





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

    /*公司*/
    .i_two .i_two_l {
        height: 464px;
    }


    .i_two .i_two_l .boxs {
        margin-top: 305px;
    }

    .i_two .i_two_l .p {
        font-size: 16px;
    }

    .i_two .i_two_r .i_two_r_b {
        height: 234px;
    }

    .i_two .i_two_r .i_two_r_b .boxs {
        margin-top: 73px;
    }

    .i_two .i_two_r .i_two_r_b .p {
        font-size: 16px;
    }

}

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

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

    /*公司*/
    .i_two .i_two_l {
        height: auto;
        float: none;
        width: 100%;
    }

    .i_two .i_two_r {
        width: 100%
    }

    .i_two .i_two_l .boxs {
        margin-top: 18%;
        margin-bottom: 4%;
    }

    .i_two .i_two_l .h4 {
        height: 40px;
        line-height: 40px;
    }

    .i_two .i_two_l .p {
        line-height: 24px;
        font-size: 14px;
        height: 48px;
    }

    .i_two .i_two_r .i_two_r_b {
        height: auto;
    }

    .i_two .i_two_r .i_two_r_b .boxs {
        margin-top: 18%;
        margin-bottom: 4%;
    }

    .i_two .i_two_r .i_two_r_b .h4 {
        height: 40px;
        line-height: 40px;
    }

    .i_two .i_two_r .i_two_r_b .p {
        line-height: 24px;
        font-size: 14px;
        height: 48px;
    }
}

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

    /*公司*/
    .i_two .i_two_l .h4 {
        height: 32px;
        line-height: 32px;
    }

    .i_two .i_two_r .i_two_r_b .h4 {
        height: 32px;
        line-height: 32px;
    }

}

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

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

    /*公司*/
    .i_two .i_two_l .h4 {
        height: 28px;
        line-height: 28px;
    }

    .i_two .i_two_l .p {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
    }

    .i_two .i_two_r .i_two_r_b .h4 {
        height: 28px;
        line-height: 28px;
    }

    .i_two .i_two_r .i_two_r_b .p {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
    }

    /*案例*/

}


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

    /*公司*/
    .i_two .i_two_l .p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }

    .i_two .i_two_r .i_two_r_b .p {
        font-size: 12px;
        line-height: 20px;
        height: 40px;
    }

}








/*入驻支持*/
.index-advantages {
    --default: #666666;
    --hover: var(--main-color);
    --pad: 44px;
    padding-bottom: 70px;
    overflow: hidden;
    color: var(--text-color);
}

.index-advantages .list {}

.index-advantages .list .list-li {
    display: flex;
    width: 13.6666%;
    text-align: center;
}

.index-advantages .list .list-li .pad {
    position: relative;
    width: 100%;
    padding: 3.2em 1.5em 2.2em;
    box-shadow: 0px 0px 24px 0px rgba(220, 227, 234, 0);

    font-size: 20px;
    line-height: 1.5em;
    color: var(--default);
    transition: box-shadow 0.3s;
}

.index-advantages .list .list-li .pad .icon {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 2.5em;
    max-width: 70%;
}

.index-advantages .list .list-li .pad .icon img {
    display: block;
    margin: 0 auto;
    transform: rotateY(0deg) scale(1);
    transition: transform 0.3s;
}

.index-advantages .list .list-li .pad::after {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0;
    height: 4px;
    background: var(--main-color);
    transition: left 0.3s, width 0.3s;
}

.index-advantages .list .list-li .pad:hover {
    box-shadow: 0px 0px 24px 0px rgba(220, 227, 234, 0.86);
    background: #fff;
    color: var(--hover);
}

.index-advantages .list .list-li .pad:hover::after {
    left: 0;
    width: 100%;
}

.index-advantages .list .list-li .pad:hover .icon img {
    transform: rotateY(180deg) scale(0.9);
}

@media (max-width: 1500px) {
    .index-advantages {
        --pad: 34px;
    }

    .index-advantages .wrap-full {
        width: 100%;
    }

    .index-advantages .list {
        margin-bottom: 55px;
    }

    .index-advantages .list .list-li .pad {
        padding: 3em 1.2em 2em;
        font-size: 18px;
    }

    .index-advantages .list .list-li .pad .icon {
        margin-bottom: 2.1em;
    }
}

@media (max-width: 1200px) {
    .index-advantages {
        --pad: 0;
        padding-bottom: 0.5rem;
    }

    .index-advantages .wrap-full {
        width: 100%;
    }

    .index-advantages .list {
        margin-bottom: 0.5rem;
    }

    .index-advantages .list .list-li .pad {
        padding: 1em 1em 1.5em;
        font-size: 0.26rem;
    }

    .index-advantages .list .list-li .pad .icon {
        margin-bottom: 1.2em;
    }
}

@media (max-width: 992px) {
    .index-advantages .list .list-li {
        width: 24.33%;
    }

    .index-advantages .list .list-li .pad {
        padding: 0.5em 1em 1.5em;
    }

    .index-advantages .list .list-li .pad .icon {
        margin-bottom: 0.8em;
    }
}



















.RAndD-list {
    --br: 10px;
}

.RAndD-list.type-a .RAndD-li .text-cont {
    padding-top: 0;
}

.RAndD-list .RAndD-li {
    position: relative;
    overflow: hidden;
}

.RAndD-list .RAndD-li:nth-child(2n+1) {
    padding-top: 120px;
    padding-bottom: 60px;
}

.RAndD-list .RAndD-li:nth-child(2n+2) {
    padding-bottom: 110px;
}

.RAndD-list .RAndD-li:nth-child(2n+2)::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: calc(100% - 90px);
    background: #f0f5ed;
}

.RAndD-list .RAndD-li:nth-child(2n+2) .text-cont {
    order: 2;
    width: 785px;
    width: 49.06%;
}

.RAndD-list .RAndD-li:nth-child(2n+2) .auto-title-block-a {
    margin-top: calc(var(--wrap-width)*0.08);
}

.RAndD-list .RAndD-li .wrap-1600 {
    align-items: flex-start;
    flex-wrap: wrap;
}

.RAndD-list .RAndD-li .text-cont {
    position: relative;
    width: 705px;
    width: 44.06%;
    padding: 65px 0 25px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}

.RAndD-list .RAndD-li .text-cont .title-block-a-h2 {
    font-weight: bold;
}

.RAndD-list .RAndD-li .text-cont .cont {
    margin-top: 30px;
}

.RAndD-list .RAndD-li .text-cont .cont p+p {
    margin-top: 1.6em;
}

.RAndD-list .RAndD-li .img-cont {
    width: 700px;
    width: 43.75%;
}

.RAndD-list .RAndD-li .img-cont .img-box {
    border-radius: var(--br);
}

.RAndD-list .RAndD-li .img-cont img {
    border-radius: var(--br);
}

@media (max-width: 1600px) {
    .RAndD-list .RAndD-li:nth-child(2n+1) {
        padding-top: 80px;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) {
        padding-bottom: 80px;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2)::before {
        height: calc(100% - 60px);
    }

    .RAndD-list .RAndD-li .text-cont {
        padding: 55px 0 25px;
        line-height: 1.7em;
    }

    .RAndD-list .RAndD-li .text-cont .cont {
        margin-top: 15px;
    }

    .RAndD-list .RAndD-li .text-cont .cont p+p {
        margin-top: 1.4em;
    }
}

@media (max-width: 1200px) {
    .RAndD-list .RAndD-li:nth-child(2n+1) {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) {
        padding-top: 0.65rem;
        padding-bottom: 0.6rem;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2)::before {
        height: calc(100% - 0px);
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) .text-cont {
        order: 0;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) .auto-title-block-a {
        margin-top: 0;
    }

    .RAndD-list .RAndD-li:nth-child(2n+2) .text-cont {
        width: 100%;
    }

    .RAndD-list .RAndD-li .text-cont {
        width: 100%;
        padding: 0 0 0.3rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }

    .RAndD-list .RAndD-li .text-cont .cont {
        margin-top: 0.1rem;
    }

    .RAndD-list .RAndD-li .text-cont .cont p+p {
        margin-top: 0.6em;
    }

    .RAndD-list .RAndD-li .img-cont {
        width: 100%;
    }
}

.win-list-block {
    padding-top: 0;
}

.win-list-block .auto-title-block-a {
    margin-bottom: 72px;
}

.win-list-block .auto-title-block-a .word {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    width: 990px;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.66em;
    color: #000000;
}

@media (max-width: 1600px) {
    .win-list-block {
        padding-top: 70px;
    }

    .win-list-block .auto-title-block-a {
        margin-bottom: 40px;
    }

    .win-list-block .auto-title-block-a .word {
        margin-top: 15px;
    }
}

@media (max-width: 1200px) {
    .win-list-block {
        padding-top: 0.5rem;
    }

    .win-list-block .auto-title-block-a {
        margin-bottom: 0.3rem;
    }

    .win-list-block .auto-title-block-a .word {
        margin-top: 0.1rem;
        font-size: 0.26rem;
    }
}

.win-info {
    padding-bottom: 120px;
}

.win-info .top-block .pic {
    width: 43.75%;
}

.win-info .top-block .pic .img-box::before {
    padding-top: 71.5%;
}

.win-info .top-block .pic .big {
    border-radius: 10px;
    border: solid 1px #e5e5e5;
}

.win-info .top-block .pic .tab {
    --btw: 40px;
    margin-top: 10px;
    position: relative;
    padding: 0 var(--btw);
}

.win-info .top-block .pic .tab .swiper {
    width: 100%;
}

.win-info .top-block .pic .tab .swiper .swiper-slide {
    cursor: pointer;
}

.win-info .top-block .pic .tab .swiper .swiper-slide img {
    border-radius: 5px;
}

.win-info .top-block .pic .tab .swiper .swiper-slide::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 100%;
}

.win-info .top-block .pic .tab .swiper .swiper-slide:hover::after,
.win-info .top-block .pic .tab .swiper .swiper-slide.on::after {
    border-color: var(--main-color);
}

.win-info .top-block .pic .tab .slide-btn {
    --size: calc(var(--btw)*0.5);
    --fill: #cccccc;
    position: absolute;
    top: 0;
    height: 100%;
    width: calc(var(--btw)*0.9);
    cursor: pointer;
}

.win-info .top-block .pic .tab .slide-btn.prev {
    left: 0;
    transform: rotate(180deg);
}

.win-info .top-block .pic .tab .slide-btn.next {
    right: 0;
}

.win-info .top-block .pic .tab .slide-btn:hover {
    --fill: var(--main-color);
}

.win-info .top-block .des {
    width: 52.5%;
    padding-top: 5%;
}

.win-info .top-block .des .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

.win-info .top-block .des .text {
    margin-top: 22px;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    font-size: 18px;
    line-height: 2em;
    color: #666666;
}

.win-info .top-block .des .text h6 {
    font-weight: bold;
    color: #333333;
}

.win-info .info-content {
    margin-top: 80px;
}

.win-info .info-content .info-title {
    border-radius: 10px 10px 0px 0px;
    background-color: #f0f0f7;
}

.win-info .info-content .info-title .info-title-span {
    display: inline-block;
    border-radius: 10px 0px 0px 0px;
    background-color: #6eba44;
    min-width: 200px;
    padding: 0 1.5em;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    color: #ffffff;
}

.win-info .info-content .text-img {
    border: solid 1px #e5e5e5;
    border-top: 0 none;
    border-radius: 0px 0px 10px 10px;
    padding: 37px 60px 60px;
    font-size: 16px;
    line-height: 2.25em;
    color: #666666;
}

@media (max-width: 1600px) {
    .win-info {
        padding-bottom: 80px;
    }

    .win-info .top-block .pic .tab {
        --btw: 38px;
    }

    .win-info .top-block .des {
        padding-top: 2%;
    }

    .win-info .top-block .des .title {
        font-size: 28px;
    }

    .win-info .top-block .des .text {
        margin-top: 18px;
        padding-top: 22px;
        line-height: 1.8em;
    }

    .win-info .info-content {
        margin-top: 60px;
    }

    .win-info .info-content .info-title .info-title-span {
        min-width: 180px;
    }

    .win-info .info-content .text-img {
        padding: 35px 45px 45px;
        line-height: 1.9em;
    }
}

@media (max-width: 1200px) {
    .win-info {
        padding-bottom: 0.6rem;
    }

    .win-info .top-block .pic {
        width: 100%;
    }

    .win-info .top-block .pic .tab {
        --btw: 0.56rem;
    }

    .win-info .top-block .des {
        width: 100%;
        padding-top: 0.4rem;
    }

    .win-info .top-block .des .title {
        font-size: 0.34rem;
    }

    .win-info .top-block .des .text {
        margin-top: 0.2rem;
        padding-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }

    .win-info .info-content {
        margin-top: 0.3rem;
    }

    .win-info .info-content .info-title .info-title-span {
        min-width: 2.2rem;
        font-size: 0.28rem;
        line-height: 0.7rem;
    }

    .win-info .info-content .text-img {
        padding: 0.2rem 0.3rem 0.3rem;
        font-size: 0.26rem;
        line-height: 1.6em;
    }
}

.news-list-block {
    padding-top: 100px;
}

.news-list-block .list3 {
    margin-bottom: 12px;
}

@media (max-width: 1600px) {
    .news-list-block {
        padding-top: 70px;
    }

    .news-list-block .list3 {
        margin-bottom: 0;
    }
}

@media (max-width: 1200px) {
    .news-list-block {
        padding-top: 0.5rem;
    }

    .news-list-block .list3 {
        margin-bottom: 0;
    }
}

.news-info {
    --newsibr: 10px;
    padding-top: 100px;
    padding-bottom: 110px;
}

.news-info .left-flex {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: var(--newsibr);
    width: 71.25%;
    padding: 43px 30px 50px;
}

.news-info .left-flex .info-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

.news-info .left-flex .other {
    margin-top: 9px;
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 1.4em;
    color: #999999;
    text-align: center;
}

.news-info .left-flex .other .author {
    margin-left: 3.5em;
}

.news-info .left-flex .cont {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    padding: 1.35em 0 5em;
    font-size: 16px;
    line-height: 1.75em;
    color: #666666;
}

.news-info .right-flex {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.08);
    border-radius: var(--newsibr);
    width: 26.25%;
    padding: 45px 30px 40px;
}

.news-info .right-flex .right-flex-title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

@media (max-width: 1600px) {
    .news-info {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .news-info .left-flex {
        padding: 35px 30px;
    }

    .news-info .left-flex .info-title {
        font-size: 22px;
    }

    .news-info .left-flex .other {
        margin-top: 5px;
        margin-bottom: 20px;
    }

    .news-info .left-flex .cont {
        padding: 1.3em 0 2em;
        line-height: 1.6em;
    }

    .news-info .right-flex {
        padding: 35px 30px;
    }

    .news-info .right-flex .right-flex-title {
        margin-bottom: 15px;
        font-size: 22px;
    }
}

@media (max-width: 1200px) {
    .news-info {
        padding-top: 0.5rem;
        padding-bottom: 0.4rem;
    }

    .news-info .left-flex {
        width: 100%;
        padding: 0.4rem 0.3rem;
    }

    .news-info .left-flex .info-title {
        font-size: 0.3rem;
    }

    .news-info .left-flex .other {
        margin-top: 0.1rem;
        margin-bottom: 0.15rem;
        font-size: 0.24rem;
    }

    .news-info .left-flex .other .author {
        margin-left: 3em;
    }

    .news-info .left-flex .cont {
        padding: 1em 0;
        font-size: 0.26rem;
    }

    .news-info .right-flex {
        margin-top: 0.4rem;
        width: 100%;
        padding: 0.35rem 0.3rem;
    }

    .news-info .right-flex .right-flex-title {
        margin-bottom: 0.2rem;
        font-size: 0.3rem;
    }
}

.talent-block .flex-box {
    padding: 100px 0;
}

.talent-block .img-box {
    position: relative;
    z-index: 2;
    border-radius: 10px;
    width: 50%;
}

.talent-block .cont-text {
    width: 43.75%;
}

.talent-block .cont-text .auto-title-block {
    position: relative;
}

.talent-block .cont-text .auto-title-en {
    margin-bottom: 0;
    position: absolute;
    bottom: 0;
}

.talent-block .cont-text .word {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.75em;
    color: #666666;
}

@media (max-width: 1600px) {
    .talent-block .flex-box {
        padding: 80px 0;
    }

    .talent-block .cont-text .word {
        line-height: 1.6em;
    }
}

@media (max-width: 1200px) {
    .talent-block .flex-box {
        padding: 0.75rem 0 0.5rem;
    }

    .talent-block .img-box {
        border-radius: 0.1rem;
        width: 100%;
    }

    .talent-block .cont-text {
        width: 100%;
        padding-top: 0.4rem;
    }

    .talent-block .cont-text .word {
        margin-top: 0.2rem;
        font-size: 0.26rem;
        line-height: 1.8em;
    }
}

.job-block {
    position: relative;
}

.job-block .auto-title-en {
    position: absolute;
}

.job-block .list5 {
    margin-top: 42px;
    position: relative;
}

@media (max-width: 1200px) {
    .job-block .list5 {
        margin-top: 0.4rem;
    }
}

.map-block .map {
    height: clamp(350px, 50vh, 525px);
}

.map-block .map * {
    box-sizing: content-box;
}

.map-block .map .shadow {
    display: none;
}

.site-map {
    --dc: #333333;
    --hc: var(--main-color);
    --lpd: 40px;
    --w: 1200px;
    padding-top: 65px;
    padding-bottom: 65px;
    color: var(--dc);
}

.site-map a {
    color: var(--dc);
    text-decoration: none;
}

.site-map a:hover {
    color: var(--hc);
}

.site-map .wrap-cont {
    margin: 0 auto;
    width: var(--w);
    max-width: calc(100% - 30px);
}

.site-map .site-map-border {
    border: 1px solid #ddd;
    padding: 0 30px 30px;
}

.site-map .site-map-title {
    font-size: 28px;
    margin: 45px 0;
    font-weight: normal;
    text-align: center;
}

.site-map .site-map-list {
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 1.5em;
}

.site-map .map-list-li {
    list-style: none;
}

.site-map .map-list-li+.map-list-li {
    margin-top: 20px;
}

.site-map .list-li-dl {
    margin: 0;
    padding: 0;
}

.site-map .list-dl-dt {
    padding: 0.75em var(--lpd);
    font-weight: bold;
    background: #f5f5f5;
}

.site-map .list-dl-dd {
    --mini-pad: 20px;
    display: flex;
    margin: 0;
    border: 1px solid #eeeeee;
    border-top: 0 none;
    padding: 20px var(--mini-pad);
    flex-wrap: wrap;
}

.site-map .list-dl-dd a {
    margin: 0.3em calc(var(--lpd) - var(--mini-pad));
}

@media (max-width: 1200px) {
    .site-map {
        --lpd: 15px;
        --w: 768px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .site-map .site-map-border {
        padding: 0 15px 15px;
    }

    .site-map .site-map-title {
        font-size: 17px;
        margin: 15px 0;
    }

    .site-map .site-map-list {
        font-size: 14px;
    }

    .site-map .map-list-li+.map-list-li {
        margin-top: 15px;
    }

    .site-map .list-dl-dt {
        padding: 0.7em var(--lpd);
    }

    .site-map .list-dl-dd {
        --mini-pad: 10px;
        padding: 13px var(--mini-pad);
    }

    .site-map .list-dl-dd a {
        margin: 0.2em calc(var(--lpd) - var(--mini-pad));
    }
}

/*产品  */

.pro-con {
    margin-bottom: var(--fs54);
}

.pro-con {
    padding: var(--fs20);
}

.img-con {
    text-align: center;
    margin-bottom: var(--fs54);
}

.img-con img {
    margin: 0 auto;
    max-width: 100%;
    width: auto
}

.test-con p {
    font-size: var(--fs18);
    line-height: var(--fs34)
}

/*联系我们*/

.contact-info {
    padding-top: var(--fs54);
}

.contact-info .left-cont {
    width: 48.75%;
}

.contact-info .left-cont .map {
    height: 600px;
}

.contact-info .left-cont .map .shadow {
    display: none;
}

.contact-info .left-cont .map * {
    box-sizing: content-box;
}

.contact-info .right-cont {
    width: 47.5%;
    font-size: 16px;
    line-height: 1.4em;
    color: #666666;
}

.contact-info .right-cont .h2 {
    border-bottom: 2px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
    color: var(--main-color);
}

.contact-info .right-cont .li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 16px;
    padding-bottom: 16px;
}

.contact-info .right-cont .li .li-icon {
    --sw: 40px;
    --size: 50%;
    --fill: rgba(0, 0, 0, 0.8);
    margin-right: 20px;
    border-radius: 5px;
    border: solid 1px rgba(0, 0, 0, 0.6);
    flex-shrink: 0;
    width: var(--sw);
    height: var(--sw);
}

.contact-info .right-cont .li .li-icon.address {
    --size: 60%;
}

.contact-info .right-cont .li .li-icon.phone {
    --size: 50%;
}

.contact-info .right-cont .li .li-icon.mail {
    --size: 45%;
}

.contact-info .right-cont .li .li-cont {
    color: #333333;
}

.contact-info .right-cont .li .li-cont .li-tit {
    margin-top: -3px;
    color: #999999;
}

.contact-info .right-cont .li .li-cont .li-val {
    margin-top: 3px;
}

.contact-info .right-cont .code-box {
    margin-left: -5px;
    margin-top: 25px;
}

.contact-info .right-cont .code-box .code-li {
    text-align: center;
}

.contact-info .right-cont .code-box .code-li+.code-li {
    margin-left: 25px;
}

@media (max-width: 1600px) {
    .contact-info {
        padding-top: 85px;
    }

    .contact-info .left-cont .map {
        height: 580px;
    }
}

@media (max-width: 1200px) {
    .contact-info {
        padding-top: 0.75rem;
    }

    .contact-info .left-cont {
        width: 100%;
    }

    .contact-info .left-cont .map {
        height: 4.5rem;
    }

    .contact-info .right-cont {
        margin-top: 0.35rem;
        width: 100%;
        font-size: 0.26rem;
    }

    .contact-info .right-cont .h2 {
        padding-bottom: 0.7em;
        font-size: 0.3rem;
    }

    .contact-info .right-cont .li {
        padding-top: 0.35rem;
        padding-bottom: 0.3rem;
    }

    .contact-info .right-cont .li .li-icon {
        --sw: 0.7rem;
        margin-right: 0.3rem;
        border-radius: 0.05rem;
    }

    .contact-info .right-cont .li .li-cont .li-tit {
        margin-top: -0.05rem;
    }

    .contact-info .right-cont .li .li-cont .li-val {
        margin-top: 0.02rem;
    }

    .contact-info .right-cont .code-box {
        margin-left: -0.05rem;
        margin-top: 0.3rem;
        justify-content: center;
    }

    .contact-info .right-cont .code-box .code-li+.code-li {
        margin-left: 0.25rem;
    }

    .contact-info .right-cont .code-box .code-li img {
        width: 1.6rem;
    }
}

.contact-form {
    padding-top: 65px;
    padding-bottom: 120px;
}

.contact-form .title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4em;
    color: #333333;
}

.contact-form .des {
    margin-top: 15px;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 1.4em;
    color: #666666;
}

.contact-form .form {
    --pad: 10px;
    --h: 62px;
    margin: calc(var(--pad)*-1);
    color: #999999;
}

.contact-form .form .input-box {
    padding: var(--pad);
}

.contact-form .form .input-box .input {
    border: 1px solid #cccccc;
    width: 100%;
    padding: 10px 1.25em;
    font-size: 16px;
    line-height: calc(var(--h) - 10px*2);
}

.contact-form .form .input-box .input::placeholder {
    color: #999999;
}

.contact-form .form .input-box textarea {
    display: block;
    height: 180px;
}

.contact-form .form .code-box .input {
    width: 232px;
}

.contact-form .form .code-box img {
    margin-left: 12px;
    width: 134px;
    height: var(--h);
    object-fit: fill;
    cursor: pointer;
}

.contact-form .form .submit-box .submit {
    margin-top: 20px;
    width: 300px;
    border-radius: 10px;
    border: 0 none;
    max-width: 100%;
    padding: 0 1.5em;
    background-color: var(--main-color);
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    letter-spacing: 0.7em;
    line-height: calc(var(--h) + 2px);
    color: #ffffff;
    transition: all 0.3s;
}

.contact-form .form .submit-box .submit:hover {
    background-color: rgba(var(--main-color-rgb), 0.8);
}

@media (max-width: 1600px) {
    .contact-form {
        padding-bottom: 85px;
    }

    .contact-form .title {
        font-size: 32px;
    }

    .contact-form .des {
        margin-top: 10px;
        margin-bottom: 35px;
    }
}

@media (max-width: 1200px) {
    .contact-form {
        padding-top: 0.5rem;
        padding-bottom: 0.65rem;
    }

    .contact-form .title {
        font-size: 0.36rem;
    }

    .contact-form .des {
        margin-top: 0.1rem;
        margin-bottom: 0.3rem;
        font-size: 0.26rem;
    }

    .contact-form .form {
        --pad: 0.12rem;
        --h: 0.7rem;
    }

    .contact-form .form .input-box .input {
        padding: 0.1rem 1em;
        font-size: 0.26rem;
        line-height: calc(var(--h) - 0.1rem*2);
    }

    .contact-form .form .input-box textarea {
        height: 2rem;
    }

    .contact-form .form .submit-box .submit {
        margin-top: 0.2rem;
        width: 70%;
        border-radius: 0.1rem;
        padding: 0 1.2em;
        font-size: 0.28rem;
    }
}

.talent-block {
    position: relative;
    padding-top: 85px;
}

.talent-block .big-text {
    color: rgba(51, 51, 51, 0.05);
}

.talent-block .auto-title-block {
    padding-top: 0;
}

.talent-block .swiper-box {
    margin-top: 10px;
}

@media (max-width: 1600px) {
    .talent-block .swiper-box {
        margin-top: 0px;
    }
}

@media (max-width: 1200px) {
    .talent-block {
        padding-top: 0.75rem;
    }
}

.margin_t_b {
    padding-top: var(--fs54);
    padding-bottom: var(--fs54);
}

@media (max-width: 1200px) {
    .margin_t_b {
        padding-top: var(--fs34);
        padding-bottom: var(--fs34);
    }
}

.li-box .title {
    /*border-radius: 0 0 var(--br) var(--br);
  background-color: #b3b3b3;
  padding: var(--fs12) ;
  text-align: center;
  font-size: var(--fs16);
  line-height: 1.4em;
  color: #ffffff;
  transition: all 0.3s;*/
}

.li-box:hover .title {
    /*background: var(--main-color);*/
}

.good-box ul li dt {
    float: left;
    width: 20%;
    text-align: center;
}

.good-box ul li dt img {}

.good-box ul li {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: var(--fs54);
}

.good-box ul li dd {
    float: left;
    width: 80%;
}

.good-box ul li dd p {
    font-size: var(--fs30);
    line-height: var(--fs54)
}

.index-case {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: #fefefe;
    overflow: hidden;
}

.index-about {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg4.jpg) no-repeat center top;
    overflow: hidden;
    padding-bottom: var(--fs54)
}

.index-honor {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg7.jpg) no-repeat top;
    overflow: hidden;
}

.title-flex {
    /*margin-bottom: var(--fs54);*/
}

.index-about .left-cont {
    width: 50%;
    float: left;
    margin-top: var(--fs100);
    line-height: var(--fs34);
    font-size: var(--fs16);
    background: #fff
}

.index-about .right-cont {
    width: 40%;
    float: right;
}

.index-about .right-cont img {
    width: 100%;
    border: var(--fs20) solid #fff;
}

@media(max-width: 1200px) {
    .index-about .left-cont {
        width: 100%;
        padding: var(--fs34);
        background: #fff
    }

    .index-about .right-cont {
        width: 100%;
    }

    .index-about .right-cont img {
        width: 100%;
        border: var(--fs20) solid #fff;
    }
}

.team_box .swiper-title em {
    font-size: var(--fs18)
}

.team_box .swiper-title i {
    font-size: var(--fs14);
    font-style: none;
    margin-left: var(--fs12);
    color: #be0b17
}

.team_box .cont {
    padding: var(--fs10);
}

.team_box .li-box {
    background: #f8f8f8;
    transition: all 0.3s;
    display: inline-block;
}

.team_box .li-box:hover {
    color: #fff;
    background: #be0b17;
    display: block;
}

.team_box .li-box:hover div,
.team_box .li-box:hover em,
.team_box .li-box:hover i {
    color: #fff;
}

.info-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 2.4em;
    color: #333333;
    text-align: center;
}

.download {
    text-align: center;
}

.download a {
    background: var(--main-color);
    display: inline-block;
    overflow: hidden;
    border-radius: 10px;
    padding: var(--fs12);
}

.download span {
    --fill: #ffffff;
    background-color: var(--main-color);
    transition: all 0.3s;
    float: left;
    font-size: var(--fs12);
    width: var(--fs24);
    height: var(--fs24);
}

.download i {
    float: left;
    color: #fff;
    line-height: var(--fs24)
}

.indexClientMain {}

.indexClientMain .indexClientDesc {
    color: #000;
}

.indexClientMain .indexClientDesc .desc {
    overflow: hidden;
}

.indexClientMain .indexClientBox {
    padding: 15px 0px 0;
}

.indexClientMain .indexClientBox .commonweb {}

.indexClientMain .indexClientBox .indexClientData {}

.indexClientMain .indexClientBox .indexClientData .indexTitle {
    color: #000;
}

.indexClientMain .indexClientBox .indexClientDataList {}

.indexClientMain .indexClientBox .indexClientDataList .list {
    display: flex;
    padding-right: var(--fs52);
}

.indexClientMain .indexClientBox .indexClientDataList .list .numberBox {
    font-size: 14px;
    line-height: 1;
    color: #000;
    padding-bottom: 10px;
}

.indexClientMain .indexClientBox .indexClientDataList .list .numberBox span {
    font-size: var(--fs32);
    margin-right: 5px;
    font-family: 'Bronova';
    display: block;
    font-weight: bold;
    color: var(--main-color);
    font-weight: bold;
}

.indexClientMain .indexClientBox .indexClientDataList.animated .list:nth-child(2) .bar span {
    -webkit-transition-delay: 1.3s;
    transition-delay: 1.3s;
}

.indexClientMain .indexClientBox .indexClientDataList.animated .list:nth-child(3) .bar span {
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s;
}

.indexClientMain .indexClientBox .indexClientListBox {
    margin-top: 35px;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.indexClientMain .indexClientBox .indexClientListBox .indexClientList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1px -4px -1px 0px;
}

.indexClientMain .indexClientBox .indexClientListBox .indexClientList .list {
    width: 33.333%;
    margin: 0px 0px -1px -1px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.indexClientMain .indexClientBox .indexClientListBox .indexClientList .list img {
    width: 100%;
    display: block;
}

.indexClientMain .indexClientBox .indexClientListBox .indexClientList .list:nth-child(3n) {
    border-right: none;
}

@media (min-width: 768px) {
    .indexClientMain .indexClientDesc {
        font-size: 2.813vw;
        line-height: 3.375vw;
        padding: 5vw 0vw 3.75vw;
    }

    .indexClientMain .indexClientBox {
        padding: 2.188vw 0vw 5vw;
    }

    .indexClientMain .indexClientBox .indexClientData {}

    .indexClientMain .indexClientBox .indexClientDataList {}

    .indexClientMain .indexClientBox .indexClientDataList .list {
        padding-right: var(--fs52);
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox {
        font-size: 0.938vw;
        padding-bottom: 0.625vw;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox span {

        margin-right: 0.313vw;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .bar {
        height: 0.5vw;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list:nth-child(2) .bar {
        width: 75%;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list:nth-child(3) .bar {
        width: 57%;
    }

    .indexClientMain .indexClientBox .indexClientDataList.animated .list .bar span {
        width: 100%;
    }

    .indexClientMain .indexClientBox .indexClientListBox {
        margin-top: 3.75vw;
        width: 50.75vw;
        height: 100%;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList {
        margin: -0.063vw -0.375vw -0.063vw 0vw;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list {
        width: 20%;
        margin: 0vw 0vw -0.063vw -0.063vw;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list:nth-child(3n) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
        border-right: 1px solid rgba(255, 255, 255, 0.1);
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list:nth-child(5n) {
        border-right: none;
    }
}

@media (min-width: 1200px) {
    .header {
        padding: 0vw;
    }

    .indexClientMain .indexClientDesc {
        font-size: 2.344vw;
        line-height: 2.813vw;
        padding: 4.167vw 0vw 3.125vw;
    }

    .indexClientMain .indexClientBox {
        padding: 1.823vw 0vw 4.167vw;
    }

    .indexClientMain .indexClientBox .indexClientData {}

    .indexClientMain .indexClientBox .indexClientDataList {}

    .indexClientMain .indexClientBox .indexClientDataList .list {
        padding-right: var(--fs52);
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox {
        font-size: 0.781vw;
        padding-bottom: 0.521vw;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox span {

        margin-right: 0.26vw;
        color: var(--main-color);
        font-weight: bold;
        font-size: var(--fs52);
        margin-right: 5px;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .bar {
        height: 0.417vw;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list:nth-child(2) .bar {
        width: 75%;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list:nth-child(3) .bar {
        width: 57%;
    }

    .indexClientMain .indexClientBox .indexClientDataList.animated .list .bar span {
        width: 100%;
    }

    .indexClientMain .indexClientBox .indexClientListBox {
        margin-top: 3.125vw;
        width: 48.958vw;
        height: 100%;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList {
        margin: -0.052vw -0.313vw -0.052vw 0vw;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list {
        width: 20%;
        margin: 0vw 0vw -0.052vw -0.052vw;
    }
}

@media (min-width: 1600px) {
    .indexClientMain .indexClientDesc {
        font-size: 45px;
        line-height: 54px;
        padding: 80px 0px 60px;
    }

    .indexClientMain .indexClientBox {
        padding: 35px 0px 80px;
    }

    .indexClientMain .indexClientBox .indexClientData {}

    .indexClientMain .indexClientBox .indexClientDataList {
        float: left
    }

    .indexClientMain .indexClientBox .indexClientDataList .list {

        padding-right: var(--fs52);
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .indexClientMain .indexClientBox .indexClientDataList .list .numberBox span {
        color: var(--main-color);
        font-weight: bold;
        margin-right: 5px;
    }


    .indexClientMain .indexClientBox .indexClientListBox {
        margin-top: 60px;
        width: 940px;
        height: 100%;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList {
        margin: -1px -6px -1px 0px;
    }

    .indexClientMain .indexClientBox .indexClientListBox .indexClientList .list {
        width: 20%;
        margin: 0px 0px -1px -1px;
    }
}




/*案例中心*/
.service-wrap9 {
    /*display:none;*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background: #0b1835;
    padding-bottom: 0.5rem;
    text-align: center;
    font-size: var(--fs18)
}

.service-wrap9 .mySwipercase {
    padding-top: 0.5rem;
}

.service-wrap9 .fp-tableCell {
    vertical-align: middle;
}

.service-wrap9 .i_title .h3 {
    color: #fff;
}

.service-wrap9 .i_title .p {
    color: rgba(255, 255, 255, 0.59);
    margin-top: 1.5%;
}

.service-wrap9 .swiper-container {
    overflow: visible;
}

.service-wrap9 .swiper-box {
    position: relative;
    margin-top: 2%;
}

.service-wrap9 .btns .btn {
    position: absolute;
    top: 0%;
    z-index: 1;
    width: 20%;
    height: 430px;
    cursor: pointer;
    transition: all 0.3s;
}

.service-wrap9 .btns .btn:hover {
    opacity: 0.8;
    filter: Alpha(opacity=80);
}

.service-wrap9 .btns .prev {
    left: 6%;
    background: url(../../../statics/jiazy/images/left2.png) center center no-repeat;
    background-size: 22px 42px;
}

.service-wrap9 .btns .next {
    right: 6%;
    background: url(../../../statics/jiazy/images/right2.png) center center no-repeat;
    background-size: 22px 42px;
}

.service-wrap9 .swiper-container {
    margin: 0 auto;
    overflow: hidden;
}

.service-wrap9 .swiper-slide {
    width: 675px;
}

.service-wrap9 .swiper-slide .box {
    display: block;
    border: 1px solid #dddddd;
    padding: 40px 50px 30px;
    text-align: center;
    color: #666666;
    background: #fff;
}

.service-wrap9 .swiper-slide .box:hover {
    color: #006ad3;
}

.service-wrap9 .swiper-slide .img {
    text-align: center;
    overflow: hidden;
}

.service-wrap9 .swiper-slide .img img {
    display: block;
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.service-wrap9 .swiper-slide.swiper-slide-active .img:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.service-wrap9 .swiper-slide.swiper-slide-active .img {
    margin-top: 2%;
}

.service-wrap9 .swiper-slide.swiper-slide-active .txt {
    opacity: 1.0;
    filter: Alpha(opacity=100);
}

.service-wrap9 .swiper-slide .txt {
    opacity: 0;
    filter: Alpha(opacity=0);
    max-width: 880px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.service-wrap9 .swiper-slide .txt .h3 {
    color: #fff;
    overflow: hidden;
    margin-top: 3%;
    font-weight: normal;
    line-height: 1.2;
}

.service-wrap9 .swiper-slide .txt .desc {
    color: #fff;
    overflow: hidden;
    margin-top: 1%;
    font-size: 18px;
    line-height: 1.8;
}

.service-wrap9 .swiper-slide .txt .p {
    color: #888888;
    overflow: hidden;
    margin-top: 2%;
    font-size: 16px;
    line-height: 1.8;
}

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

    /*第九*/
    .service-wrap9 .btns .prev {
        left: 4%;
        background-position: 70% center;
    }

    .service-wrap9 .btns .next {
        right: 4%;
        background-position: 30% center;
    }
}

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

    /*第九*/
    .service-wrap9 .btns .prev {
        left: 0%;
    }

    .service-wrap9 .btns .next {
        right: 0%;
    }

    .service-wrap9 .swiper-box {
        margin-bottom: 5%;
    }
}

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

    /*第九*/
    .service-wrap9 .btns .btn {
        width: 17%;
    }
}

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

    /*第九*/
    /*.service-wrap9 .btns .prev {left: 4%;}
.service-wrap9 .btns .next { right:4%;}*/
    .service-wrap9 .btns .btn {
        width: 12%;
    }

    .service-wrap9 .btns .prev {
        background-position: 50% center;
    }

    .service-wrap9 .btns .next {
        background-position: 50% center;
    }

    .service-wrap9 .swiper-slide .txt .desc {
        font-size: 16px;
    }

    .service-wrap9 .swiper-slide .txt .p {
        font-size: 14px;
    }


}

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

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

    /*第九*/
    /*.service-wrap9 .btns .prev {left: 2%;}
.service-wrap9 .btns .next { right:2%;}*/
    .service-wrap9 .swiper-slide {
        width: 100%;
    }
}

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

    /*第九*/
    .service-wrap9 .swiper-slide .txt .desc {
        font-size: 14px;
    }

    .service-wrap9 .swiper-slide .txt .p {
        font-size: 13px;
    }
}

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

    /*第九*/
    .service-wrap9 .i_title .p {
        margin-top: 2%;
    }

    .service-wrap9 .swiper-slide .txt .desc {
        font-size: 13px;
    }

    .service-wrap9 .swiper-slide .txt .p {
        font-size: 12px;
    }

    .service-wrap9 .btns .btn {
        top: 30%;
        width: 18px;
        height: 34px;
        background-size: 100% 100%;
    }

    .service-wrap9 .btns .prev {
        left: 2%;
    }

    .service-wrap9 .btns .next {
        right: 2%;
    }
}

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

    /*第九*/
    .service-wrap9 .btns .btn {
        top: 26%;
    }
}





/*加入我们联系我们*/
.index-join-contact {
    overflow: hidden;
}

.index-join-contact .li {
    position: relative;
    width: 50%;
}

.index-join-contact .li:nth-child(2n+1) .img-box {
    margin-left: calc(var(--bettwen-1600-pad)*-1);
}

.index-join-contact .li:nth-child(2n+1) .cont {
    width: 320px;
}

.index-join-contact .li:nth-child(2n+2) .img-box {
    margin-right: calc(var(--bettwen-1600-pad)*-1);
}

.index-join-contact .li:nth-child(2n+2) .cont {
    width: 390px;
    margin-left: 130px;
}

.index-join-contact .li .img-box::before {
    /*padding-top: 46.875%;*/
}

.index-join-contact .li .cont {
    position: absolute;
    top: 0;
    padding-top: 33px;
}

.index-join-contact .li .cont .auto-title-en1 {
    color: #000;
}

.index-join-contact .li .cont .des {

    margin-bottom: 36px;
    font-size: 16px;
    line-height: 2em;
    color: #666666;
}

@media (max-width: 1600px) {
    .index-join-contact .li:nth-child(2n+2) .cont {
        margin-left: 5%;
    }

    .index-join-contact .li .img-box::before {
        /* padding-top: 46.875%;*/
    }

    .index-join-contact .li .cont {
        padding-top: 23px;
    }

    .index-join-contact .li .cont .des {

        margin-bottom: 26px;
        line-height: 1.8em;
    }
}

@media (max-width: 1400px) {
    .index-join-contact .li .cont {
        padding-top: 0;
    }

    .index-join-contact .li .cont .des {
        margin-bottom: 16px;
    }
}

@media (max-width: 1200px) {
    .index-join-contact {
        padding-top: 0;
        padding-bottom: 0;
    }

    .index-join-contact .li {
        width: 100%;
    }

    .index-join-contact .li:nth-child(2n+1) .img-box {
        margin: 0 calc(var(--bettwen-1600-pad)*-1);
    }

    .index-join-contact .li:nth-child(2n+1) .cont {
        margin-left: 0;
        width: 5rem;
    }

    .index-join-contact .li:nth-child(2n+2) .img-box {
        margin: 0 calc(var(--bettwen-1600-pad)*-1);
        transform: scaleX(-1);
    }

    .index-join-contact .li:nth-child(2n+2) .cont {
        right: 0;
        margin-left: 0;
        width: 5rem;
        text-align: right;
    }

    .index-join-contact .li:nth-child(2n+2) .more-box-a {
        justify-content: flex-end;
    }

    .index-join-contact .li .auto-title-block {
        padding-top: 0.35rem;
    }

    .index-join-contact .li .cont {
        padding-top: 0;
    }

    .index-join-contact .li .cont .des {
        margin-top: -0.1rem;
        margin-bottom: 0.2rem;
        font-size: 0.24rem;
        line-height: 1.6em;
    }
}