.wrap {
    overflow: hidden;
}





            /*#left1_1{*/
            /*    width: 5.24rem!important;*/
            /*    height: 2.74rem!important;*/
            /*    position: relative;*/
            /*}*/
            /*.series-left1{*/
            /*    position: absolute;*/
                /*overflow: hidden;*/
            /*}*/
         
            /*.series-left1:nth-child(2){*/
            /*    left: 100%;*/
              
            /*    opacity:0;*/
            /*}*/
          






.index-header-wrap {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.index-header-box {
    width: 1903px;
    height: 911px;
    margin: 20px auto;
    background: url(../img/index/top-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}








.top-arrows {
    width: .53rem;
    height: .53rem;
    position: absolute;
    left: 1rem;
    bottom: .46rem;
    cursor: pointer;
}

.hzyheader-top {
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 99;
    /*overflow: hidden;*/

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background: hsla(0, 0%, 100%, .8);
    box-shadow: 1px 5px 8px 5px rgba(0, 71, 55, .03);

    transition: all .865s;
}

.headerHide {
    transform: translate(0px, -77px);
}

/*  */
.header-top {
    height: 1.2rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    overflow: hidden;
}

.header-left {
    width: 5.2rem;
    display: flex;
    align-items: center;
    padding-left: .5rem;
}

.header-logo {
    width: 1.55rem;
    flex-shrink: 0;
}

.header-logo img {
    width: 100%;
}

.header-menu {
    display: flex;
    align-items: center;
    /* margin-left: .7rem; */
    flex: 1;
    justify-content: space-around;
}

.header-nav {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0F4F2C;
}

.header-right {
    width: 5.2rem;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.header-lang-box {
    position: relative;
}

.header-lang {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.08rem;
    height: 0.44rem;
    border: 0.01rem solid #0F4F2C;
    border-radius: 0.22rem;
    cursor: pointer;
}

.header-lang p {
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    color: #0F4F2C;
}

.header-lang img {
    width: 0.16rem;
    height: 0.09rem;
    margin-left: .09rem;
}


.lang-float {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    padding: 0.1rem 0;
    background: #d8f6e1;
    border-radius: 0.05rem;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s;
}
.lang-float a {
    display: block;
    width: 100%;
    height: 0.4rem;
    
    text-align: center;
    line-height: 0.4rem;
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    color: #0F4F2C;
}
.lang-float a:hover {
    /*background: rgb(39, 94, 52);*/
    /*color: white;*/
    color: black;
}





.header-share {
    width: 1.28rem;
    height: 0.44rem;
    background: #C3CD7A;
    border-radius: 0.22rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-share img {
    max-width: 80%;
    max-height: 80%;
}

.header-share2 {
    background: #244E2D;
}

/*  */
.header-title {
    width: 100%;
    text-align: center;
    position: absolute;
    top: .4rem;
    z-index: 1;
}

.header-title-cn {
    font-size: 0.42rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
}

.header-title-en {
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .3rem;
}

/*  */
.index-banner-wrap {
    /* position: relative; */
    margin: 0 auto;
    margin-top: .9rem;
}

.index-banner-wrap .swiper-pagination {
    width: 4.2rem;
    height: 1rem;
    left: auto;
    right: 0;
    display: flex;
    align-items: center;
}

.index-banner-wrap .swiper-pagination-bullet {
    width: 0.21rem;
    height: auto;
    background: transparent;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #244E2D;
    opacity: .4;
    padding-top: .15rem;
    position: relative;
    transition: all .505s;
    text-align: left;
    margin: 0 .15rem;
}

.index-banner-wrap .swiper-pagination-bullet::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background: #244E2D;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .365s;
}

.index-banner-wrap .swiper-pagination-bullet:hover {
    opacity: 1;
}

.index-banner-wrap .swiper-pagination-bullet-active {
    width: 1.48rem;
    opacity: 1;
}



/*  */

.bannerSwiper {
    width: 1554px;
    height: 613px;
}

.bannerSwiper-bg {
    width: 100%;
    height: 100%;
}

.banner-content {
    background: #d8f6e1;
    position: absolute;
    overflow: hidden;
}

.banner-content.box2 {
    width: 159px;
    height: 27px;
    top: 222px;
    left: 162px;
}

.banner-content.box4 {
    width: 57px;
    height: 57px;
    border-radius: 10px;
    top: 142px;
    left: 371px;
}

.banner-content.box5 {
    width: 17px;
    height: 13px;
    top: 160px;
    left: 428px;
}

.banner-content.box7 {
    width: 34px;
    height: 72px;
    top: 317px;
    left: 703px;
}

.banner-content.box9 {
    width: 82px;
    height: 34px;
    top: 174px;
    left: 918px;
}

.banner-content.box11 {
    width: 50px;
    height: 22px;
    top: 250px;
    left: 1400px;
}

/*  */
.banner-content1 {
    width: 162px;
    height: 162px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    top: 183px;
    left: 0;
}

.banner-content1 img {
    width: 128px;
}

.banner-content2 {
    width: 68px;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 186px;
    left: 319px;
    border-radius: 10px;
}

.banner-content2 img {
    width: 36px;
}

.banner-content3 {
    width: 415px;
    height: 224px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 389px;
    left: 537px;
    padding: 20px;
    border-radius: 20px;
}

.banner-content3 img {
    width: 228px;
}

.banner-content3 p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #244E2D;
    line-height: 32px;
}

.banner-content4 {
    width: 400px;
    height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 54px;
    right: 154px;
    padding: 25px;
    border-radius: 20px;
}

.banner-content4 img {
    width: 146px;
    flex-shrink: 0;
}

.banner-content4 p {
    flex: 1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #244E2D;
    line-height: 32px;
    margin-left: 25px;
}

.banner-content5 {
    width: 104px;
    height: 94px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 208px;
    left: 1450px;
    border-radius: 20px;
}

.banner-content5 img {
    width: 49px;
}

.banner-content6 {
    width: 474px;
    height: 317px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 444px;
    padding: 22px;
    border-radius: 20px;
}

.banner-content6-img {
    display: flex;
    margin-top: 30px;
    justify-content: space-between;
}

.banner-content6-img img {
    height: 136px;
}


.banner-content6 p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #244E2D;
    line-height: 32px;
}

/*  */
.about-wrap {
    width: 12rem;
    margin: 1rem auto;
    overflow: hidden;
}

.about-top-text {
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #244E2D;
    line-height: 0.32rem;
    text-align: center;
}

.about-top-img {
    width: 100%;
    margin-top: .57rem;
}

.about-top-img img {
    width: 100%;
}

.about-title {
    margin-top: 1.4rem;
    font-size: 0.58rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #244E2D;
    text-align: center;
}

.about-title span {
    color: #069C3D;
}

.about-text {
    font-size: 0.42rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #244E2D;
    line-height: .75rem;
    text-align: center;
    margin: .35rem 0;
}

.about-text span {
    color: #069C3D;
}

.about-p {
    font-size: 0.18rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #244E2D;
    line-height: 0.32rem;
}

.about-bt {
    width: 1.82rem;
    height: 0.6rem;
    border: 0.01rem solid #C3CD7A;
    border-radius: 0.3rem;
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #244E2D;

    margin: 0 auto;
    margin-top: .6rem;
}

/* 产品中心 */
.goods-wrap {
    width: 18.9rem;
    height: 9.11rem;
    margin: .15rem auto;
    background: url(../img/index/goods-bg.png) no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.goods-title {
    font-size: 0.42rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    padding: .4rem 0;
}

.goodsSwiper {
    width: 15.35rem;
    height: 7.3rem;
    
    
        width: calc(100% - 100px);
    height: 7.3rem;
    
    margin: 0 auto;
    margin-top: .2rem;
}
.goodsSwiper .swiper-slide{
    display: flex;
    align-items: center;
    justify-content: center;
}
.goodsSwiper .swiper-slide:nth-child(1) .goodsSwiper-img {
    width: 10.87rem;
    height: 5.36rem;
}
.goods-box{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.goods-item{
    position: absolute;
}
.goods-en{
    font-size: 0.22rem;
    font-family: Arial;
    font-weight: bold;
    color: #FFFFFF;
}
.goods-cn{
    font-size: 0.22rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    margin-top: .15rem;
}
/*.goods-box1 .goods-item:nth-child(1){*/
/*    left: 1.1rem;*/
/*    top: 0;*/
/*    text-align: right;*/
/*}*/
/*.goods-box1 .goods-item:nth-child(2){*/
/*        left: 0rem;*/
/*    top: 1.5rem;*/
/*    text-align: right;*/
/*    width: 3rem;*/
/*}*/
/*.goods-box1 .goods-item:nth-child(3){*/
/*         top: 3.5rem;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    text-align: right;*/
/*    width: 3rem;*/
/*}*/
/*.goods-box1 .goods-item:nth-child(4){*/
/*    right: 0rem;*/
/*    top: 1rem;*/
/*    text-align: left;*/
/*}*/
/*.goods-box1 .goods-item:nth-child(5){*/
/*    right: 0rem;*/
/*    top: 4rem;*/
/*    text-align: left;*/
/*}*/
/*.goods-box1 .goods-item:nth-child(6){*/
/*        right: 0rem;*/
/*    bottom: 1rem;*/
/*    text-align: left;*/
/*    width: 4rem;*/
/*}*/
/**/
.goods-wrap .swiper-pagination {
    width: 5rem;
    height: 1rem;
    left: auto;
    right: 0;
    bottom: auto;
    top: 0;
    display: flex;
    align-items: center;
}

.goods-wrap .swiper-pagination-bullet {
    width: 0.21rem;
    height: auto;
    background: transparent;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #244E2D;
    opacity: .4;
    padding-top: .15rem;
    position: relative;
    white-space: nowrap;
    transition: all .505s;
    text-align: left;
    margin: 0 .15rem;
}

.goods-wrap .swiper-pagination-bullet::after {
    content: '';
    width: 100%;
    height: 0.01rem;
    background: #244E2D;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .365s;
}

.goods-wrap .swiper-pagination-bullet:hover {
    opacity: 1;
}

.goods-wrap .swiper-pagination-bullet-active {
    width: 1.3rem;
    opacity: 1;
}

/*  */
.series-wrap {
    overflow: hidden;
    margin: .5rem auto;
}

.series-nav-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.series-nav {
    width: 1.93rem;
    padding-bottom: .3rem;
    position: relative;
    font-size: 0.16rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #17793B;
    text-align: center;
    opacity: .3;
    cursor: pointer;
    transition: all .5s;
}

.series-nav::after {
    content: '';
    width: 100%;
    height: 0.03rem;
    background: #244E2D;
    position: absolute;
    bottom: 0;
    left: 0;
}

.series-nav.active {
    opacity: 1;
}

.series-box {
    margin-top: .5rem;
    display: flex;
    justify-content: center;
}

.series-center {
    width: 5.49rem;
    height: 7.8rem;
    background: #D8F6E1;
    border-radius: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    flex-shrink: 0;
}

.series-center-title {
    text-align: center;
}

.series-center-cn {
    font-size: 0.48rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #244E2D;
}

.series-center-en {
    font-size: 0.2rem;
    font-family: Arial;
    font-weight: 400;
    color: #244E2D;
    margin-top: .2rem;
}

.series-center-img {
    width: 4.64rem;
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    
}
.series-center-img img {
    max-width: 100%;
    max-height: 100%;
}


.series-left,
.series-right {
    flex: 1;
    position: relative;
    /* background: #069C3D; */
    display: flex;
    flex-direction: column;
}

.series-left {
    display: flex;
    align-items: flex-end;
}

.series-right {
    display: flex;
    align-content: flex-start;
}

.series-content {
    width: 2.74rem;
    height: 2.74rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.series-title {
    text-align: center;
}

.series-cn {
    font-size: 0.28rem;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #244E2D;
}

.series-en {
    font-size: 0.16rem;
    font-family: Arial;
    font-weight: 400;
    color: #244E2D;
    margin-top: .2rem;
}

.series-img {
    width: 90%;
    margin: 0 auto;
    margin-top: .3rem;
    display: flex;
    justify-content: center;
}

.series-img img {
    max-width: 100%;
}

.series-left1 {
    width: 5.24rem;
    height: 2.74rem;
    background: url(../img/index/series1.png) no-repeat;
    background-size: 100% 100%;
    margin-top: .35rem;
}

.series-left2 {
    width: 3.91rem;
    height: 2.74rem;
    background: url(../img/index/series2.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 1.09rem;
}

.series-left3 {
    width: 5.24rem;
    height: 2.74rem;
    background: url(../img/index/series3.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 1.1rem;

    display: flex;
    justify-content: flex-end;
}

.series-left4 {
    width: 3.98rem;
    height: 2.74rem;
    background: url(../img/index/series4.png) no-repeat;
    background-size: 100% 100%;
    margin-top: 1rem;
    display: flex;
    justify-content: flex-end;
}









@media only screen and (min-width:1025px){
    .banner-content p{
    font-size: 0.16rem !important;
    line-height: 2 !important;
}
.banner-content6-img img{
    max-width:initial !important;
    width: auto !important;
}
.banner-content6-img img:nth-child(1){
    margin-right: 0.15rem !important;
}
.banner-content4 p{
    margin-left: 0.25rem;
}
.bannerSwiper{
    width: 15.54rem !important;
    height: 6.13rem  !important;
}
.banner-content1 img{
    width: 1.28rem !important;
}
.banner-content2 img{
    width: 0.36rem !important;
}
.banner-content6-img img{
    height: 1.36rem !important;
}
.banner-content6-img{
    margin-top: 0.3rem !important;
}
.banner-content3 img{
    width: 2.28rem !important;
}
.banner-content4 img{
    width: 1.46rem !important;
}
.banner-content5 img{
    width: 0.49rem !important;
}

.index-header-box{
    width: 100% !important;
    height: auto !important;
    padding-bottom: 80px;
}
.banner-content1{
    width: 1.62rem !important;
    height: 1.62rem !important;
    top: 1.83rem !important;
}
.banner-content.box2{
  
    height: 0.27rem !important;
    top: 2.22rem !important;
    left: 1.62rem !important;
}
.banner-content2{
   
    height: 0.68rem !important;
    top: 1.86rem !important;
    left: 3.19rem !important;
    border-radius: 0.1rem !important;
}
.banner-content.box4{
  width: 0.57rem !important;
    top: 1.42rem !important;
    left: 3.71rem !important;
}
.banner-content.box5{
   
    height: 0.13rem !important;
    top: 1.6rem !important;
    left: 4.28rem !important;
}
.banner-content6{
    height: 3.17rem !important;
    top: 0 !important;
    left: 4.44rem !important;
    padding: 0.22rem !important;
    border-radius: 0.2rem !important;
}
.banner-content.box7{
    width: 0.34rem !important;
  
    top: 3.17rem !important;
    left: 7.03rem !important;
}
.banner-content3{
    width: 4.15rem !important;
   
    top: 3.89rem !important;
    left: 5.37rem !important;
      padding: 0.2rem !important;
    border-radius: 0.2rem !important;
}
.banner-content.box9{
    height: 0.34rem !important;
    top: 1.74rem !important;
    left: 9.18rem !important;
}
.banner-content4{
    height: 3.6rem !important;
    top: 0.54rem !important;
    right: 1.53rem !important;
    padding: 0.25rem !important;
    border-radius: 0.2rem !important;
}
.banner-content.box11{
    height: 0.22rem !important;
    top: 2.5rem !important;
    left: 14rem !important;
}
.banner-content5{
    height: 0.94rem !important;
    top: 2.08rem !important;
    left: 14.5rem !important;
    border-radius: 0.2rem !important;
}

}

@media only screen and (max-width: 1024px) {
    .index-header-wrap {
        
    }
    .index-header-box {
        width: 100%;
        height: auto;
        margin-top: 0px;
        background: none;
        background-color: rgb(39,94,52);
        /*background-size: cover;*/
        /*background-position: center;*/
    }
    .top-arrows {
        display: none;
    }
    .header-top {
        display: none;
    }
    .header-title {
        padding: 0 10px;
    }
    .header-title .header-title-cn {
        font-size: 18px;
    }
    .header-title .header-title-en {
        font-size: 12px;
    }
    .index-banner-wrap {
        margin-top: 0;
    }
    .index-banner-wrap .swiper-pagination {
        display: none;
    }
    .index-banner-wrap .bannerSwiper  {
        width: 100%;
    }
    .bannerSwiper {
        height: 553px;
    }
    
    
    /* index banner 动画 的样式 */
    .banner-content1 {
        width: 100px;
        height: 100px;
        border-radius: 10px;
        top: 253px;
        left: 0;
    }
    .banner-content1 img {
        width: 80%;
    }
    .banner-content.box2 {
        width: 100px;
        height: 20px;
        top: 293px;
        left: 99px;
    }
    .box3 {
        width: 58px;
        height: 58px;
        top: 272px;
        left: 197px;
        border-radius: 5px;
    }
    .banner-content2 img {
        width: 30px;
    }
    .banner-content.box4 {
        width: 47px;
        height: 47px;
        border-radius: 5px;
        top: 238px;
        left: 245px;
    }
    .banner-content.box5 {
        width: 131px;
        height: 23px;
        top: 254px;
        left: 290px;
    }
    .banner-content6 {
        width: 300px;
        height: 251px;
        top: 185px;
        left: 39px;
        padding: 12px;
        border-radius: 10px;
    }
    .banner-content6 p {
        font-size: 14px;
        line-height: 1.3;
    }
    .banner-content6-img {
        margin-top: 20px;
        overflow: hidden;
    }
    .banner-content.box7 {
        width: 107px;
        height: 27px;
        top: 317px;
        left: 336px;
    }
    .banner-content3 {
        width: 281px;
        height: 224px;
        top: 183px;
        left: 47px;
        padding: 10px;
        border-radius: 10px;
    }
    .banner-content3 img {
        width: 80%;
    }
    .banner-content3 p {
        margin-top: 20px;
        font-size: 14px;
        line-height: 1.3;
    }
    .banner-content.box9 {
        /*width: 107px;*/
        width: 207px;
        height: 34px;
        top: 228px;
        left: 325px;
    }
    .banner-content4 {
        width: 287px;
        height: 222px;
        top: 141px;
        right: auto;
        left: 45px;
        padding: 10px;
        border-radius: 10px;
    }
    .banner-content4 img {
        width: 112px;
    }
    .banner-content4 p {
        margin-left: 10px;
        font-size: 14px;
        line-height: 1.5;
    }
    .banner-content.box11 {
        width: 23px;
        height: 35px;
        top: 361px;
        left: 181px;
    }
    .banner-content5 {
        width: 94px;
        height: 85px;
        top: 396px;
        left: 145px;
        border-radius: 10px;
    }
    .banner-content5 img {
        width: 40px;
    }
    
    
    
    
    
    /* 关于企业 */
    .about-wrap {
        width: 100%;
        margin: 30px auto;
        padding: 0 10px;
    }
    .about-top-text {
        font-size: 14px;
        line-height: 1.3;
    }
    .about-top-img {
        margin-top: 20px;
    }
    .about-title {
        margin-top: 41px;
        font-size: 22px;
    }
    .about-text {
        font-size: 20px;
        line-height: 2;
        margin: 15px 0;
    }
    .about-p {
        font-size: 12px;
        line-height: 1.3;
    }
    .about-bt {
        width: 91px;
        height: 30px;
        border-radius: 15px;
        font-size: 12px;
        margin-top: 30px;
    }
    
    
    /* 商品swiper */
    .goods-wrap {
        width: 100%;
        /*height: auto;*/
        margin: 15px auto;
        background-size: cover;
        background-position: 20%;
    }
    .goods-title {
        font-size: 16px;
        padding: 20px 0;
    }
    .goodsSwiper {
        width: calc(100% - 20px);
        margin-top: 0;
    }
    .goodsSwiper .swiper-slide .goodsSwiper-img {
        /*width: 284px !important;*/
    }
    
    
    
    
    
    
    .goodsSwiper .swiper-slide .goods-box .goods-item {
        width: auto!important;
        text-align: left!important;
        display: none;
    }
      .goodsSwiper .swiper-slide:nth-child(1) .goods-item:nth-child(1){
          display: block;
          left: 0!important;
          top: 22%!important;
      }
       .goodsSwiper .swiper-slide:nth-child(1) .goods-item:nth-child(2){
          display: block;
         left: 0!important;
          top: 37%!important;
          width: 1.5rem!important;
      }
     .goodsSwiper .swiper-slide:nth-child(1) .goods-item:nth-child(3){
         display: block;
         left: 0!important;
         top: 55%!important;
         width: 1.5rem!important;
     }
      .goodsSwiper .swiper-slide:nth-child(1) .goods-item:nth-child(4){
        display: block;
        right: 0!important;
        top: 31%!important;
        text-align: right!important;
        width: 2rem!important;
      }
       .goodsSwiper .swiper-slide:nth-child(1) .goods-item:nth-child(5){
           display: block;
           right: 0!important;
           top: 59%!important;
           text-align: right!important;
           width: 4rem!important;
       }
       .goodsSwiper .swiper-slide:nth-child(1) .goods-item:nth-child(6){
           display: block;
           width: 3rem!important;
           right: 0!important;
           top: 72%!important;
           text-align: right!important;
       }
       
       .goodsSwiper .swiper-slide:nth-child(2) .goods-item:nth-child(1){
           display: block!important;
           left: 0!important;
           top: 25%!important;
       }
       .goodsSwiper .swiper-slide:nth-child(2) .goods-item:nth-child(2){
            display: block;
            left: 0!important;
            top: 38%!important;
       }
       .goodsSwiper .swiper-slide:nth-child(2) .goods-item:nth-child(3){
           display: block;
           left: 7%!important;
           top: 49%!important;
       }
        .goodsSwiper .swiper-slide:nth-child(2) .goods-item:nth-child(4){
              display: block;
           left: 0!important;
           top: 64%!important;
        }
        .goodsSwiper .swiper-slide:nth-child(2) .goods-item:nth-child(5){
            display: block;
            right: 0!important;
            text-align: right!important;
            top: 31%!important;
            width: 3rem!important;
        }
        .goodsSwiper .swiper-slide:nth-child(2) .goods-item:nth-child(6){
            display: block;
            right: 0!important;
            text-align: right!important;
            top: 45%!important;
            width: 2rem!important;
        }
         .goodsSwiper .swiper-slide:nth-child(2) .goods-item:nth-child(7){
              display: block;
            right: 6%!important;
            text-align: right!important;
            top: 60%!important;
         }
         .goodsSwiper .swiper-slide:nth-child(2) .goods-item:nth-child(8){
              display: block;
            right: 0!important;
            text-align: right!important;
            top: 71%!important;
         }
          .goodsSwiper .swiper-slide:nth-child(3) .goods-item:nth-child(1){
              display: block;
              left: 0!important;
              top: 29%!important;
          }
           .goodsSwiper .swiper-slide:nth-child(3) .goods-item:nth-child(2){
              display: block;
              left: 0!important;
              top: 43%!important;
              width: 1.7rem!important;
          }
          .goodsSwiper .swiper-slide:nth-child(3) .goods-item:nth-child(3){
              display: block;
              left: 37%!important;
              top: 76%!important;
          }
          .goodsSwiper .swiper-slide:nth-child(3) .goods-item:nth-child(4){
              display: block;
              right: 0!important;
              top: 30%!important;
              text-align: right!important;
          }
          .goodsSwiper .swiper-slide:nth-child(3) .goods-item:nth-child(5){
              display: block;
              right: 8%!important;
              top: 51%!important;
              width: 2rem!important;
              text-align: right!important;
          }
          .goodsSwiper .swiper-slide:nth-child(3) .goods-item:nth-child(6){
              display: block;
              right: 15%!important;
              top: 71%!important;
              text-align: right!important;
          }
           .goodsSwiper .swiper-slide:nth-child(4) .goods-item:nth-child(1){
               display: block;
               left: 0!important;
               width: 2rem!important;
               top: 19%!important;
           }
             .goodsSwiper .swiper-slide:nth-child(4) .goods-item:nth-child(2){
               display: block;
               left: 6%!important;
               top: 38%!important;
               width: 2rem!important;
           }
             .goodsSwiper .swiper-slide:nth-child(4) .goods-item:nth-child(3){
               display: block;
               left: 13%!important;
               top: 50%!important;
                width: 2rem!important;
           }
             .goodsSwiper .swiper-slide:nth-child(4) .goods-item:nth-child(4){
               display: block;
               left: 0!important;
               top: 65%!important;
           }
           .goodsSwiper .swiper-slide:nth-child(4) .goods-item:nth-child(5){
               display: block;
               left: 14%!important;
               top: 79%!important;
           }
           .goodsSwiper .swiper-slide:nth-child(4) .goods-item:nth-child(6){
               display: block;
               right: 0!important;
               top: 20%!important;
               width: 2.5rem!important;
               text-align: right!important;
           }
            .goodsSwiper .swiper-slide:nth-child(4) .goods-item:nth-child(7){
               display: block;
               right: 0!important;
               top: 32%!important;
               width: 1.7rem!important;
               text-align: right!important;
           }
            .goodsSwiper .swiper-slide:nth-child(4) .goods-item:nth-child(8){
               display: block;
               right: 0!important;
               top: 50%!important;
               width: 1.7rem!important;
               text-align: right!important;
           }
            .goodsSwiper .swiper-slide:nth-child(4) .goods-item:nth-child(9){
               display: block;
               right: 0!important;
               width: 2rem!important;
               top: 61%!important;
               text-align: right!important;
           }
            .goodsSwiper .swiper-slide:nth-child(4) .goods-item:nth-child(10){
               display: block;
               right: 0!important;
               top: 76%!important;
               width: 2rem!important;
               text-align: right!important;
           }
    
    
    
    
    
    
    
    .goodsSwiper .swiper-slide .goods-box .goods-item .goods-cn {
        line-height: 1.2;
        font-size: 0.18rem;
        margin-top: 0;
    }
    
    /* 此处暂时略过， */
    
    .goods-wrap .swiper-pagination {
        display: none;
    }
    
    
    
    
    /* 产品 / 服务 */
    .series-wrap {
        margin: 30px auto;
    }
    .series-nav {
        width: 100px;
        padding-bottom: 15px;
        font-size: 14px;
    }
    .series-box {
        margin-top: 30px;
        width: 100%;
        padding: 0 0.2rem;
        align-items: center;
        flex-direction: column;
    }
    /* 产品 */
    .series-left, .series-right {
        display: none;
    }
    .series-center {
        width: 90%;
        border-radius: 10px;
    }
    .series-center-cn {
        font-size: 20px;
    }
    .series-center-en {
        font-size: 12px;
        margin-top: 10px;
    }
    
    .series-box .mobile_swiper {
        display: block !important;
            width: 100%;
    }
    .series-box .mobile_swiper .mo-series1 {
        position: relative;
        margin-top: 30px;
        padding: 10px;
        background-color: rgb(216, 246, 225);
        border-radius: 10px;
    }
    .series-box .mobile_swiper .mo-series1::before {
        content: "";
        position: absolute;
        left: 50%;
        top: -30px;
        transform: translateX(-50%);
        display: block;
        width: 20px;
        height: 30px;
        border-radius: 3px;
        background-color: rgb(216, 246, 225);
    }
    .series-title {
        font-size: 12px;
    }
    .series-img {
        height: 82px;
    }
    .mobile_swiper .swiper-slide {
        width: 45% !important;
    }
}





/*第一个swiper-slide*/
    /*.goodsSwiper .swiper-slide:nth-child(1) .goods-box .goods-item:nth-child(1) {*/
    /*    display: block;*/
    /*    left: 0 !important;*/
    /*    top: 50px !important;*/
    /*    width: 180px !important;*/
    /*    text-align: left !important;*/
    /*}*/
    /*.goodsSwiper .swiper-slide:nth-child(1) .goods-box .goods-item:nth-child(3) {*/
    /*    display: block;*/
    /*    left: 0 !important;*/
    /*    top: 227px !important;*/
    /*    width: 130px !important;*/
    /*    text-align: left !important;*/
    /*}*/
    /*.goodsSwiper .swiper-slide:nth-child(1) .goods-box .goods-item:nth-child(6) {*/
    /*    display: block;*/
    /*    right: 0 !important;*/
    /*    bottom: 68px !important;*/
    /*    width: 150px !important;*/
    /*    text-align: left !important;*/
    /*}*/
    /*第二个swiper-slide*/
    /*.goodsSwiper .swiper-slide:nth-child(2) .goods-box .goods-item:nth-child(1) {*/
    /*    display: block;*/
    /*    left: 0 !important;*/
    /*    top: 65px !important;*/
    /*    width: 150px !important;*/
    /*    text-align: left !important;*/
    /*}*/
    /*.goodsSwiper .swiper-slide:nth-child(2) .goods-box .goods-item:nth-child(3) {*/
    /*    display: block;*/
    /*    left: 0 !important;*/
    /*    top: 157px !important;*/
    /*    width: 150px !important;*/
    /*    text-align: left !important;*/
    /*}*/
    /*.goodsSwiper .swiper-slide:nth-child(2) .goods-box .goods-item:nth-child(5) {*/
    /*    display: block;*/
    /*    right: 0 !important;*/
    /*    top: 69px !important;*/
    /*    width: 150px !important;*/
    /*    text-align: right !important;*/
    /*}*/
    /*.goodsSwiper .swiper-slide:nth-child(2) .goods-box .goods-item:nth-child(8) {*/
    /*    display: block;*/
    /*    right: 0 !important;*/
    /*    bottom: 83px !important;*/
    /*    width: 150px !important;*/
    /*    text-align: right !important;*/
    /*}*/
    /*第三个swiper-slide*/
    /*.goodsSwiper .swiper-slide:nth-child(3) .goods-box .goods-item:nth-child(1) {*/
    /*    display: block;*/
    /*    left: 0 !important;*/
    /*    top: 83px !important;*/
    /*    width: 150px !important;*/
    /*    text-align: left !important;*/
    /*}*/
    /*.goodsSwiper .swiper-slide:nth-child(3) .goods-box .goods-item:nth-child(3) {*/
    /*    display: block;*/
    /*    left: 0 !important;*/
    /*    bottom: 69px !important;*/
    /*    width: 150px !important;*/
    /*    text-align: right !important;*/
    /*}*/
    /*.goodsSwiper .swiper-slide:nth-child(3) .goods-box .goods-item:nth-child(4) {*/
    /*    display: block;*/
    /*    right: 0 !important;*/
    /*    top: 70px !important;*/
    /*    width: 150px !important;*/
    /*    text-align: right !important;*/
    /*}*/
    /*.goodsSwiper .swiper-slide:nth-child(3) .goods-box .goods-item:nth-child(6) {*/
    /*    display: block;*/
    /*    right: 0 !important;*/
    /*    bottom: 76px !important;*/
    /*    width: 150px !important;*/
    /*    text-align: right !important;*/
    /*}*/
