.Index .fix-nav {
    display: none;
}

@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: 100vh;
}

.index-banner .box img {
    display: block;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    width: 100%;
    /* transform: scale(1.5);

     animation-name: banner;
    animation-duration: 1s;

    animation-iteration-count: infinite;
    transform: scale(10) translateY(-4%) rotateZ(1deg);*/

}





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

.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: 100%;
    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, #eca43d, #ec6c28);
    -webkit-background-clip: text;
    font-size: var(--fs52);
    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;

        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;

        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;
   
    }

    .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-about {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg.jpg) no-repeat center / cover;
    overflow: hidden;


    animation-name: example;
    animation-duration: 30s;

    animation-iteration-count: infinite;




}




@keyframes example {
    0% {
        opacity: 1;
        background-size: 100% 100%;
    }

    50% {
        opacity: 1;
        background-size: 120% 120%;
    }

    100% {
        opacity: 1;
        background-size: 100% 100%;
    }

}

@-moz-keyframes breatheBg {
    0% {
        opacity: 1;
        background-size: 100% 100%;
    }

    50% {
        opacity: 1;
        background-size: 120% 120%;
    }

    100% {
        opacity: 1;
        background-size: 100% 100%;
    }
}

@-webkit-keyframes breatheBg {
    0% {
        opacity: 1;
        background-size: 100% 100%;
    }

    50% {
        opacity: 1;
        background-size: 120% 120%;
    }

    100% {
        opacity: 1;
        background-size: 100% 100%;
    }
}

@-o-keyframes breatheBg {
    0% {
        opacity: 1;
        background-size: 100% 100%;
    }

    50% {
        opacity: 1;
        background-size: 120% 120%;
    }

    100% {
        opacity: 1;
        background-size: 100% 100%;
    }
}




.zs-enabled {
    position: relative
}

.zs-enabled .zs-slideshow,
.zs-enabled .zs-slides,
.zs-enabled .zs-slide {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide {
    background: transparent none no-repeat 50% 50%;
    background-size: cover;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2)
}

.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
    visibility: visible;
    opacity: 1
}

.zs-enabled .zs-slideshow .zs-bullets {
    position: absolute;
    z-index: 4;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
    display: inline-block;
    cursor: pointer;
    border: 2px solid #EFC509;
    width: 14px;
    height: 14px;
    border-radius: 8px;
    margin: 10px;
    background-color: #000
}

.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
    background-color: #EFC509
}

.zs-enabled .zs-slideshow:after {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
    background: transparent none repeat 0 0
}

.zs-enabled.overlay-plain .zs-slideshow:after {
    background-image: url(plain.png)
}



/*关于我们*/


/*关于我们*/

.index-about .cont {
    margin-top: 30px;
    margin-bottom: 33px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    font-size: 20px;
    line-height: 1.8em;
    color: #333333;
    text-align: left;
   height:5.4em;
overflow:hidden;
}

.index-about .cont p {
    text-indent: var(--fs36)
}

.index-about .i-num-list {
    margin-top: 20px;
    gap: 80px;
}

.index-about .i-num-list .i-num-li {
    display: flex;
    align-items: flex-end;
}

.index-about .i-num-list .line {
    display: block;
    width: 1px;
    height: 69px;
    background-color: #000000;
    transform: skewX(-30deg);
}

.index-about .i-num-list img {
    display: inline-block;
}

.index-about .i-num-list .num-box {
    margin-left: 18px;
    margin-right: 12px;
    font-size: 72px;
    font-weight: bold;
    line-height: 0.7em;
    letter-spacing: -2px;
    color: #333333;
}

.index-about .i-num-list .mini-word {
    margin-bottom: -0.2em;
    text-align: left;
    font-size: 18px;
    line-height: 1.4em;
    color: #666666;
}

.index-about .i-num-list .mini-word .dw {
    margin-bottom: 0.3em;
}

.index-about .i-num-list2 {
    width: 100%;
    padding-top: var(--fs24);
}

.index-about .i-num-list2 .i-num-li {
    width: 22%
}

.index-about .i-num-list2 .i-num-li img {
    width: 100%
}









.i_five {
   /* margin-top: 5%;*/
    width: 100%;
}

.i_five ul li {
    float: left;
    width: 33.33%;
    list-style: none
}

.i_five ul li:nth-child(3n+0) {
    margin-right: 0;
}

.i_five ul li:nth-child(2) {}

.i_five ul li i {
    display: block;
    width: 20%;
    margin: 0 auto;
    position: relative;
}

.i_five ul li i:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/ibg.png) no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.i_five ul li:hover i:after {
    transform: rotate(60deg);
}

.i_five ul li i img {
    width: 100%;
    transition: all 0.3s;
}

.i_five ul li:hover i img {
    transform: rotate(-60deg);
}

.i_five ul li .h3 {
    font-weight: normal;
    color: #000;
    overflow: hidden;
    text-align: center;
    margin-top: 25px;
}

.i_five ul li .p {
    margin: 0 auto;
    overflow: hidden;
    margin-top: 30px;
    color: #cacaca;
    font-size: 20px;
}

.i_five ul li .p span {
    width: 49%;
    float: left;
    overflow: hidden;
    margin-bottom: 18px;
    padding-left: 32px;
    position: relative;
    line-height: 30px;
}

.i_five ul li .p span:nth-child(2n+0) {
    float: right;
}

.i_five ul li .p span:after {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: url(../images/ibg.png) no-repeat;
    background-size: 100% 100%;
}

.i_five ul li:first-child .p {
    max-width: 360px;
}

.i_five ul li:nth-child(3) .p {
    max-width: 370px;
}

.i_five ul li:nth-child(2) .p {
    max-width: 470px;
}

.i_five ul li:nth-child(2) .p span {
    width: 47%;
}

.i_five ul li:nth-child(2) .p span:nth-child(2n+0) {
    width: 51%;
}



@media (max-width: 1600px) {
    .index-about .cont {
        margin-top: 20px;
        margin-bottom: 20px;
        font-size:18px;
        height:5.4em;
       overflow:hidden;
    }

    .index-about .i-num-list {
        margin-top:10px;
    }

    .index-about .i-num-list .num-box {
        font-size: 60px;
    }
.i_five ul li i{
	width: 20%;
}
}

@media (max-width: 1441px) {
    .index-about .cont {
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .index-about .i-num-list {
        margin-top: 40px;
    }

    .index-about .i-num-list .line {
        height: 55px;
    }

    .index-about .i-num-list img {
        zoom: 0.8;
    }

    .index-about .i-num-list .num-box {
        margin-left: 12px;
        margin-right: 10px;
        font-size: 50px;
    }

    .index-about .i-num-list .mini-word {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {
    .index-about .cont {
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        font-size: 0.28rem;
        line-height: 1.6em;
        height: 4.8em;
        overflow: hidden;
    }

    .index-about .i-num-list {
        gap: 0.4rem;
        margin-top: 0.6rem;
        justify-content: center;
    }

    .index-about .i-num-list .i-num-li {
        width: 26%;
        justify-content: center;
        align-items: center;
    }

    .index-about .i-num-list .line {
        height: 0.5rem;
    }

    .index-about .i-num-list img {
        zoom: 0.8;
    }

    .index-about .i-num-list .num-box {
        font-size: 0.78rem;
    }

    .index-about .i-num-list .mini-word {
        font-size: 0.24rem;
    }

    .index-about .i-num-list .mini-word .dw {
        margin-bottom: 0;
        margin-right: 0.4em;
    }

    .i_five ul li i {

        width: 20%;

    }



}



/*产品中心*/
.index-product {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg2.jpg) no-repeat center / cover;
    overflow: hidden;
        animation-name: example;
    animation-duration: 30s;

    animation-iteration-count: infinite;
}

.li-box {
    background: url(../images/probg.jpg) no-repeat center / cover;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10%;
}

.li-box .text {
    margin-bottom: var(--fs24)
}

.li-box .text .bt {
    font-size: var(--fs30);
    line-height: var(--fs52);
    font-weight: bold;
}

.li-box .text .p {
    font-size: var(--fs18);
    line-height: var(--fs24);
    max-height: var(--fs100);
    overflow: hidden;
}

.li-box .text .more1 {
    background: #e8e8e8;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 20px;
    margin-top: var(--fs20)
}

.li-box .text .more1:hover {
    background-image: linear-gradient(0deg, #eca43d 0%, #ec6c28 100%), linear-gradient(#eca43d, #ec6c28);
    background-blend-mode: normal, normal;
    padding: 5px 20px;
    display: inline-block;
    border-radius: 20px;
    margin-top: var(--fs20);
    color: #fff;
}

.product_box {
    margin-top: var(--fs100)
}



/*荣誉资质*/

.index-honor {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg3.jpg) no-repeat center / cover;
    overflow: hidden;
        animation-name: example;
    animation-duration: 30s;

    animation-iteration-count: infinite;
}


.index-honor .li-box {
    padding: 0;
    background: none
}






/*解决方案*/

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

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

*/
    position: relative;
}

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

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

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

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

#m2 .list .s3 {
    background: url('../images/bigimg4.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;
    border-right: 1px solid #e9e9e9;
    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(#000, #333);
    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;
}

@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.4rem;
    }

    #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
    }
}





/*新闻中心*/

.index-news {
    --wrap-w: var(--wrap-1600-width);
    height: 100%;
    background: url(../images/bg7.jpg) no-repeat center / cover;
    overflow: hidden;
        animation-name: example;
    animation-duration: 30s;

    animation-iteration-count: infinite;
}

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

.index-news .swiper {
    margin-top: 45px;
    height: 470px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
    background-image: linear-gradient(to bottom, #ffffff, rgba(255, 255, 255, 0.07));
    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: 120px;
    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/bg.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: 120px;
    padding-bottom: 120px;
    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: 100px;
        padding-bottom: 100px;
    }

    .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;
    }
}








/*合作伙伴*/



.index-partner {
    --wrap-w: var(--wrap-1600-width);
    position: relative;
    height: 100%;
    background: url(../images/bg6.jpg) no-repeat center / cover;
    overflow: hidden;
        animation-name: example;
    animation-duration: 30s;

    animation-iteration-count: infinite;
}

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

.index-partner .left-cont {
    width: 30.25%;
    color: #333333;
    height: 100%;
}

.index-partner .left-cont .cont {
    margin-top: 32px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4em;
}

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

.index-partner .right-cont {
    --cyclew: 945px;
    --csonw: 110px;


    width: var(--cyclew);
}






.picMarquee-top {
    width: 25%;
    padding-left: 45px;
    float: left;
    overflow: hidden;
    position: relative;
}

.picMarquee-top .bd {
    height: 100%;
}

.picMarquee-top .bd .tempWrap {
    height: 100% !important;
}

.picMarquee-top .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picMarquee-top .bd ul li {
    text-align: center;
    margin-bottom: 32px;
    zoom: 1;
}

.picMarquee-top .bd ul li .pic {
    background-color: #ffffff;
    box-shadow: 5px 5px 28px 0px rgba(167, 198, 226, 0.24);
    border-radius: 8px;
}

/*图片垂直水平居中*/
.pic {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.pic img {
    transition: 0.5s;
}

.pic:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    text-align: center;
    margin: auto;
}

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

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

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

    .index-partner .right-cont {
        --cyclew: 63%;
        --csonw: 90px;
    }

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

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

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

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

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

    .index-partner .right-cont {
        --cyclew: 63%;
        --csonw: 80px;
    }

}

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

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

    }

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

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

    .index-partner .right-cont {
        --cyclew: 50%;
        --csonw: 90px;
        margin-left: auto;
        margin-right: auto;
        height: 30%;
    }

    .picMarquee-top {
        width: 25%;
        padding-left: 5px;
        float: left;
        overflow: hidden;
        position: relative;
    }

    .picMarquee-top .bd ul li {
        text-align: center;
        margin-bottom: 5px;
        zoom: 1;
    }

    .index-partner .left-cont .des{ margin:0 auto }


}










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

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

.about-engine .swiper-box .box {
    display: block;
    position: relative;
    background: #f7f7f7;
    border-radius: var(--br);
    overflow: hidden;
}

.about-engine .swiper-box .box .img-box::before {
    padding-top: 69.23%;
}

.about-engine .swiper-box .box .cont {
    padding: 30px 30px;
}

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

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

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

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

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

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

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

    .about-engine .swiper-box .box .cont {
        padding: 20px 25px;
    }

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

    .about-engine .swiper-box .box .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;
    }

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

    .about-engine .swiper-box .box .cont {
        padding: 0.2rem 0.15rem;
    }

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

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

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

.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;
}

.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));
    }
}






/*在线留言*/
.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;
  }
}

/*联系我们*/

.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;
  }
}

/*产品  */
.info-title {
    font-size: 24px;
    font-weight: bold;
    line-height: 2.4em;
    color: #333333;
    text-align: center;
}
.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) }

