body{font-size: initial;width: 100%;max-width: 1920px;margin: 0 auto;}

.header .top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 0.80rem;
  box-sizing: border-box;
  height: 0.74rem;
  color: #222222;
  font-size: 0.20rem;
  background-color: #fff;
}
.header .top .right{
  display: flex;
  align-items: center;
}
.header .top .search{
  position: relative;
  display: flex;
  align-items: center;
  flex: 0 0 0.36rem;
  width: 0.36rem;
  height: 0.48rem;
  padding: 0.06rem 0;
  box-sizing: border-box;
  border: 0.01rem solid transparent;
  border-radius: 0.32rem;
  overflow: hidden;
  transition: all 0.3s ease;
}
.header .top .search.open{
  flex: 0 0 2.30rem;
  width: 2.30rem;
  margin-left: 0.54rem;
  padding-left: 0.16rem;
  padding-right: 0.10rem;
  border: 0.01rem solid #D9D9D9;
}
.header .top .search input{
  width: 100%;
  height: 0.36rem;
  font-size: 0.16rem;
  color: #999999;
}
.header .top .search .search-btn{
  flex: 0 0 0.36rem;
  width: 0.36rem;
  height: 0.36rem;
  margin-left: 0;
  transition: all 0.3s ease;
  opacity: 0;
}
.header .top .search.open .search-btn{
  margin-left: 0.13rem;
  opacity: 1;
}
.header .top .search .btn{
  position: absolute;
  top: 0.04rem;
  width: 0.36rem;
  height: 0.36rem;
  background-color: #fff;
  transition: all 0.3s ease;
}
.header .top .search.open .btn{
  right: 0.10rem;
}
.header .top .search img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header .content{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0.80rem;
  box-sizing: border-box;
  height: 0.95rem;
  background: linear-gradient(180deg, #AED95E 0%, #7DBD20 46%, #6FB31C 100%);
}
.header .content .logo{
  width: 3.56rem;
}
.header .content .logo a{
  display: block;
  width: 100%;
  height: 100%;
}
.header .content .nav{
  display: flex;
  align-items: center;
  height: 100%;
}
.header .content .nav .item{
  position: relative;
  padding: 0 0.26rem;
  line-height: 0.95rem;
  font-size: 0.22rem;
  color: #fff;
  cursor: pointer;
}
.header .content .nav .item:hover,
.header .content .nav .item.select{
  background-color: #68AA16;
}
.header .content .nav .item ul{
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  padding: 0 0.26rem;
  min-width: 100%;
  background-color: #fff;
  box-shadow: 0.01rem 0rem 0.1rem 0.05rem rgba(0, 0, 0, 0.04);
  z-index: 99;
}
.header .content .nav .item:hover ul{
  display: block;
}
.header .content .nav .item ul li{
  height: 0.6rem;
  line-height: 0.6rem;
  font-size: 0.2rem;
  color: #333;
  white-space: nowrap;
  text-align: center;
  border-bottom: 0.01rem solid #ececec;
}

.header-m{
  display: none;
}


.footer{
  background-color: #0A0A0A;
}
.footer .content{
  display: flex;
  justify-content: space-between;
  padding: 0.68rem 0.80rem;
  box-sizing: border-box;
}
.footer .content .left .logo{
  width: 3.56rem;
  height: 0.58rem;
  margin-bottom: 0.55rem;
}
.footer .content .left .inform .item{
  display: flex;
  align-items: flex-start;
  font-size: 0.14rem;
  color: #fff;
  margin-bottom: 0.50rem;
}
.footer .content .left .inform .item img{
  vertical-align: top;
  flex: 0 0 0.20rem;
  width: 0.20rem;
  margin-right: 0.30rem;
}
.footer .content .left .inform .item span{
  display: inline-block;
  max-width: 3.60rem;
}
.footer .content .left .QRcode{
  width: 0.80rem;
}
.footer .content .right .nav{
  display: flex;
}
.footer .content .right .nav .nav-list{
  margin-right: 0.47rem;
}
.footer .content .right .nav .nav-list .title{
  font-size: 0.18rem;
  color: #FFFFFF;
  margin-bottom: 0.30rem;
}
.footer .content .right .nav .nav-list .item{
  font-size: 0.16rem;
  color: #A5A5A5;
  margin-bottom: 0.20rem;
}
.footer .bottom{
  height: 0.67rem;
  line-height: 0.67rem;
  font-size: 0.14rem;
  text-align: center;
  color: #A5A5A5;
  border-top: 0.01rem solid #4E4E4E;
}



.index-box .banner{
  position: relative;
}
.index-box .banner .mouse{
  position: absolute;
  bottom: 0.40rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 0.48rem;
  height: 0.66rem;
  z-index: 2;
}
.index-box .banner .page-box{
  position: absolute;
  bottom: 0.40rem;
  right: 0.80rem;
  display: flex;
  align-items: center;
  font-size: 0.20rem;
  color: #222222;
}
.index-box .banner .page-box .prev-btn,
.index-box .banner .page-box .next-btn{
  position: static;
  margin: 0;
  width: 0.30rem;
  color: #222222;
}
.index-box .banner .swiper-button-next:after,
.index-box .banner .swiper-button-prev:after{
  content: none;
}
.index-box .banner .page-box .page{
  margin: 0 0.15rem;
  z-index: 2;
}

.public-title{
  position: relative;
  margin: 0 auto 1.20rem;
  text-align: center;
  font-size: 0.48rem;
  color: #222222;
  white-space: nowrap;
}
.public-title .cn{
  font-weight: bold;
  font-size: 0.48rem;
  color: #222222;
  text-shadow: 0.0rem 0.03rem 0.0rem rgba(5,15,0,0.18);
}
.public-title .cn span{
  color: #78BA1F;
}
.public-title .en{
  
  font-family: roboto;
  font-size: 0.42rem;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.4);
}


.container{
  width: calc(100% - 4.00rem);
  max-width: 15.20rem;
  margin: 0 auto;
}


.maintain-mod{
  padding: 1.60rem 0 1.38rem;
  box-sizing: border-box;
  background: url(../image/maintain-bg.png)no-repeat;
  background-position: center;
  background-size: cover;
}
.maintain-mod .list{
  display: flex;
  flex-wrap: wrap;
}
.maintain-mod .list .item{
  position: relative;
  margin-right: 0.46rem;
  margin-bottom: 0.46rem;
  width: calc(100%/3 - 0.31rem);
  background: linear-gradient(to top, #aed95e 0%, #7DBD20 46%, #6FB31C 100%);
  border-radius: 0.22rem;
  cursor: pointer;
  overflow: hidden;
}
.maintain-mod .list .item:nth-of-type(3n){
  margin-right: 0;
}
.maintain-mod .list .item .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, #EEF6E6 0%, #FFFFFF 100%);
  z-index: 1;
  transition: all 0.2s linear;
}
.maintain-mod .list .item .content{
  display: block;
  position: relative;
  padding: 0.50rem 0.50rem 0.32rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 2;
}
.maintain-mod .list .item:hover .bg{
  opacity: 0;
}
.maintain-mod .list .item .title{
  font-size: 0.30rem;
  color: #222222;
  margin-bottom: 0.16rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s linear;
}
.maintain-mod .list .item:hover .title{
  color: #fff;
}
.maintain-mod .list .item .intro{
  margin-bottom: 0.10rem;
  height: 0.87rem;
  font-size: 0.16rem;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.2s linear;
}
.maintain-mod .list .item:hover .intro{
  color: #fff;
}
.maintain-mod .list .item .img-box{
  position: relative;
  height: 0;
  padding-top: 57%;
  background-color: #fff;
  border-radius: 0.22rem;
  overflow: hidden;
}
.maintain-mod .list .item .img-box img{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pagination{
  margin: 0.40rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination .page-btn{
  width: 0.38rem;
  cursor: pointer;
}
.pagination .page-btn img{
  vertical-align: middle;
}
.pagination .num{
  margin: 0 0.26rem;
  font-size: 0.14rem;
  color: #222222;
}
.pagination .total{
  position: absolute;
  left: calc(100% + 0.26rem);
  font-size: 0.14rem;
  color: #999999;
  white-space: nowrap;
}
.maintain-mod .more{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1.86rem;
  height: 0.60rem;
  border: 0.01rem solid #222222;
  border-radius: 0.04rem;
  cursor: pointer;
}
.maintain-mod .more a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
}
.maintain-mod .more img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}

.product-mod{
  padding: 1.60rem 0 0.0rem;
}
.product-mod .pdu-list{
  display: flex;
  justify-content: center;
  padding: 0 4%;
  height: 6.60rem;
  background: url(../image/pdu-bg.png) no-repeat;
  background-size: cover;
  background-position: center;
}
.product-mod .pdu-list .item{
  position: relative;
  max-width: calc(100%/6);
  flex: 1;
  height: 100%;
  border-right: 0.01rem solid #fff;
}
.product-mod .pdu-list .item:first-of-type{
  border-left: 0.01rem solid #fff;
}
.product-mod .pdu-list .item .title{
  margin: 0.60rem auto 0.80rem;
  width: 0.42rem;
  height: 3.86rem;
  font-size: 0.36rem;
  color: #fff;
  border-bottom: 0.01rem solid #fff;
}
.product-mod .pdu-list .item .idx{
  text-align: center;
  font-size: 0.60rem;
  font-weight: bold;
  color: #fff;
}
.product-mod .pdu-list .item .mask_box{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  padding: 0 0.45rem;
  box-sizing: border-box;
  width: 140%;
  height: 100%;
  text-align: center;
  color: #fff;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
}
.product-mod .pdu-list .item:hover .mask_box{
  opacity: 1;
}
.product-mod .pdu-list .item .bg{
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #AED95E 0%, #7DBD20 46%, #6FB31C 100%);
  transition: all 0.3s ease;
  opacity: 0;
  z-index: 1;
}
.product-mod .pdu-list .item:hover .bg{
  width: 150%;
  opacity: 1;
}
.product-mod .pdu-list .item .mask_box .title{
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 0.60rem;
  border: none;
}
.product-mod .pdu-list .item .mask_box .title::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.30rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 0.43rem;
  height: 0.01rem;
  background-color: #fff;
}
.product-mod .pdu-list .item .mask_box .intro{
  font-size: 0.18rem;
  height: 1.00rem;
  margin-bottom: 0.10rem;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.product-mod .pdu-list .item .mask_box .img-box{
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin: 0 auto;
  padding: 0 0.23rem 0.15rem;
  box-sizing: border-box;
  width: 3.20rem;
  height: 3.20rem;
  background-color: #fff;
  border-radius: 3.20rem;
}
.product-mod .pdu-list .item .mask_box .img-box img{
  width: 100%;
}

.cases-mod{
  padding: 1.68rem 0 1.60rem;
  background: url(../image/cases-bg.png)no-repeat;
  background-position: center;
  background-size: cover;
}
.cases-mod .tab-bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cases-mod .tab-bar .left{
  display: flex;
  align-items: center;
}
.cases-mod .tab-bar .all a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.cases-mod .tab-bar .all img{
  width: 0.21rem;
  margin-right: 0.05rem;
}
.cases-mod .tab-bar .left .item{
  position: relative;
  line-height: 0.6rem;
  font-size: 0.18rem;
  color: #222222;
  margin-right: 0.50rem;
  box-sizing: border-box;
  cursor: pointer;
}
.cases-mod .tab-bar .left .item.selected{
  color: #78BA1F;
  border-bottom: 0.04rem solid #78BA1F;
}

.cases-mod .cases-list .item{
  display: flex;
  padding: 0.50rem 0;
  border-bottom: 0.01rem solid #78BA1F;
}
.cases-mod .cases-list .item:first-of-type{
  border-top: 0.01rem solid #78BA1F;
}
.cases-mod .cases-list .item .idx{
  margin-right: 0.72rem;
  flex: 0 0 0.85rem;
  width: 0.85rem;
  height: 0.58rem;
  line-height: 0.58rem;
  font-size: 0.42rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #D1D1D1;
}
.cases-mod .cases-list .item:hover .idx{
  background: linear-gradient(180deg, #AED95E 0%, #7DBD20 46%, #6FB31C 100%);
}
.cases-mod .cases-list .item .img-box{
  flex: 0 0 2.20rem;
  width: 2.20rem;
  height: 1.99rem;
  margin-right: 0.72rem;
}
.cases-mod .cases-list .item .img-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cases-mod .cases-list .item .info{
  flex: 0 0 5.40rem;
  width: 5.40rem;
  margin-right: 0.72rem;
}
.cases-mod .cases-list .item .info .time{
  font-size: 0.14rem;
  color: #222;
  margin-bottom: 0.20rem;
}
.cases-mod .cases-list .item .info .name{
  font-size: 0.16rem;
  color: #222;
  margin-bottom: 0.20rem;
}
.cases-mod .cases-list .item .info .brand{
  font-size: 0.14rem;
  color: #222;
  margin-bottom: 0.20rem;
}
.cases-mod .cases-list .item .operate{
  width: 100%;
}
.cases-mod .cases-list .item .operate .title{
  font-size: 0.14rem;
  color: #222222;
  margin-bottom: 0.08rem;
}
.cases-mod .cases-list .item .operate .text{
  font-size: 0.16rem;
  color: #222222;
}
.cases-mod .cases-list .item .operate .line{
  margin: 0.30rem 0;
  width: 100%;
  height: 0.01rem;
  background-color: rgb(209, 209, 209, 0.36);
}
.cases-mod .more{
  margin: 0 auto;
  width: 1.86rem;
  height: 0.60rem;
  color: #fff;
  font-size: 0.16rem;
  background-color: #78BA1F;
  border-radius: 0.04rem;
  cursor: pointer;
}
.cases-mod .more a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cases-mod .more img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}

.about-us{
  position: relative;
  margin-bottom: 1.20rem;
}
.about-us .content-box{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 1.00rem;
  box-sizing: border-box;
}
.about-us .content-box .public-title .cn,
.about-us .content-box .public-title .cn span{
  color: #fff;
}
.about-us .content-box .public-title .en{
  color: #F5F5F5;
  opacity: 0.19;
}
.about-us .content-box .entrance{
  display: flex;
  justify-content: center;
  align-items: center;
}
.about-us .content-box .entrance .item{
  width: 1.36rem;
  height: 1.36rem;
  margin: 0 0.60rem;
  border: 0.01rem solid #FFFFFF;
}
.about-us .content-box .entrance .item a{
  display: block;
  width: 100%;
  height: 100%;
}
.about-us .content-box .entrance .item .icon{
  width: 0.65rem;
  height: 0.65rem;
  margin: 0.11rem auto 0.22rem;
}
.about-us .content-box .entrance .item p{
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
}
.about-us .intro-box{
  position: absolute;
  bottom: -1.00rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  display: flex;
  align-items: center;
  width: calc(100% - 4.00rem);
  padding: 0.25rem;
  box-sizing: border-box;
  background-color: #fff;
  box-shadow: 0.0rem 0.03rem 0.08rem 0.01rem rgba(0,0,0,0.16);
}
.about-us .intro-box .img-box{
  flex: 0 0 4.75rem;
  width: 4.75rem;
  height: 3.66rem;
  margin-right: 0.50rem;
}
.about-us .intro-box .img-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-us .intro-box .content .title{
  font-size: 0.30rem;
  color: #222222;
  margin-bottom: 0.38rem;
}
.about-us .intro-box .content .intro{
  font-size: 0.16rem;
  color: #222222;
  height: 1rem;
  margin-bottom: 0.60rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about-us .intro-box .content .intro p{
  font-size: 0.16rem !important;
  line-height: 2em !important;
}
.about-us .intro-box .content .intro p span{
  font-size: 0.16rem !important;
  line-height: 2em !important;
}
.about-us .intro-box .content .enter-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.15rem;
  height: 0.60rem;
  font-size: 0.20rem;
  color: #FFFFFF;
  background-color: #78BA1F;
  border-radius: 0.04rem;
  cursor: pointer;
}
.about-us .intro-box .content .enter-btn img{
  width: 0.08rem;
  margin-left: 0.15rem;
}

.news-mod{
  padding: 1.30rem 0 1.60rem;
  background: url(../image/news-bg.png)no-repeat;
  background-position: center;
  background-size: cover;
}
.news-mod .tab-bar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.40rem;
}
.news-mod .tab-bar .left{
  display: flex;
  align-items: center;
}
.news-mod .tab-bar .all a{
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.news-mod .tab-bar .all img{
  width: 0.21rem;
  margin-right: 0.05rem;
}
.news-mod .tab-bar .left .item{
  font-size: 0.18rem;
  color: #222222;
  margin-right: 0.50rem;
  cursor: pointer;
}
.news-mod .tab-bar .left .item.selected{
  color: #78BA1F;
}
.news-mod .swiper-box .progress{
  display: flex;
  margin-bottom: 0.30rem;
}
.news-mod .swiper-box .progress .step{
  padding-top: 0.12rem;
  
  flex: 0 0 calc(100%/3);
  width: calc(100%/3);
  transition: all 0.3s ease;
}

.news-mod .swiper-box .progress .step .line{
  position: relative;
  height: 0.02rem;
  background-color: #EBEBEB;
  margin-bottom: 0.20rem;
  transition: all 0.3s ease;
}
.news-mod .swiper-box .progress .step.half .line{
  background-color: #78BA1F;
}
.news-mod .swiper-box .progress .step .line .point{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 0.17rem;
  height: 0.17rem;
  background-color: #EBEBEB;
  border-radius: 50%;
}
.news-mod .swiper-box .progress .step .line .point img{
  vertical-align: top;
  opacity: 0;
  transition: all 0.3s ease;
}
.news-mod .swiper-box .progress .step.half .line .point img{
  opacity: 1;
}
.news-mod .swiper-box .progress .step .time{
  text-align: center;
  font-size: 0.14rem;
}
.news-mod .swiper-box .news-list{
  display: flex;
}
.news-mod .news-list .item{
  position: relative;
  
  flex: 0 0 calc(100%/3 - 0.40rem);
  width: calc(100%/3 - 0.40rem);
  color: #222222;
  margin: 0 0.20rem;
  transition: all 0.3s ease;
}

.news-mod .news-list .item .img-box{
  width: 100%;
  height: 3.09rem;
}
.news-mod .news-list .item.half .img-box{
  
  box-shadow: 0px 2px 15px 3px rgba(0, 0, 0, 0.3);
}
.news-mod .news-list .item .img-box img{
  vertical-align: top;
  height: 100%;
  object-fit: cover;
}
.news-mod .news-list .item .text-box{
  padding-top: 0.30rem;
  transition: all 0.3s ease;
}

.news-mod .news-list .item .text-box .title{
  font-size: 0.20rem;
  margin-bottom: 0.40rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-mod .news-list .item .text-box .intro{
  font-size: 0.14rem;
  line-height: 0.23rem;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-mod .more{
  margin: 0 auto;
  width: 1.86rem;
  height: 0.60rem;
  border: 0.01rem solid #222222;
  border-radius: 0.04rem;
  cursor: pointer;
}
.news-mod .more a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.news-mod .more img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}

.brand-mod{
  padding-bottom: 1.40rem;
}
.brand-mod .brand-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.brand-mod .brand-list .item{
  position: relative;
  flex: 0 0 calc(100%/9 - 0.27rem);
  width: calc(100%/9 - 0.27rem);
  height: 0;
  padding-top: calc(62%/9);
  margin-right: 0.30rem;
}
.brand-mod .brand-list .item:nth-of-type(9n){
  margin-right: 0;
}
.brand-mod .brand-list .item a{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.brand-mod .brand-list .item img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.about-box .banner{
  position: relative;
  padding: 1.40rem 0 0;
  background: url(../image/about-us-banner.png)no-repeat;
  background-position: center;
  background-size: cover;
}
.about-box .about-title{
  color: #222222;
  text-align: center;
  margin-bottom: 1.00rem;
}
.about-box .about-title .en{
  font-size: 0.48rem;
  margin-bottom: 0.04rem;
}
.about-box .about-title .cn{
  font-size: 0.32rem;
}

.about-box .banner .intro{
  margin: 0 auto 1.00rem;
  max-width: 10.00rem;
  font-size: 0.16rem;
  color: #222;
  text-align: center;
}
.about-box .banner .intro p{
  font-size: 0.16rem;
  margin-bottom: 0.40rem;
}
.about-box .banner .img-box{
  position: relative;
  margin: 0 auto;
  width: 12.00rem;
  height: 5.82rem;
  
}
.about-box .banner .img-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-box .honor{
  padding: 1.78rem 0 1.60rem;
}
.about-box .honor .swiper-box{
  position: relative;
  width: calc(100% - 4.00rem);
  max-width: 15.00rem;
  margin: 0 auto 1.60rem;
}
.about-box .honor .swiper-slide img{
  width: 100%;
  height: 2.56rem;
  margin-bottom: 0.28rem;
  
  object-fit: contain;
  cursor: pointer;
}
.about-box .honor .swiper-slide p{
  color: #222222;
  font-size: 0.16rem;
  text-align: center;
}
.about-box .honor .swiper-box .swiper-button-prev{
  width: 0.42rem;
  left: -0.86rem;
}
.about-box .honor .swiper-box .swiper-button-next{
  width: 0.42rem;
  right: -0.86rem;
}
.about-box .honor .swiper-box .swiper-button-prev::after,
.about-box .honor .swiper-box .swiper-button-next::after{
  content: none;
}
.about-box .honor .contact{
  margin: 0 auto;
  width: 1.86rem;
  height: 0.60rem;
  border: 0.01rem solid #222222;
  border-radius: 0.04rem;
  cursor: pointer;
}
.about-box .honor .contact a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.about-box .honor .contact img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}
.about-box .honor-display{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.04);
  z-index: 999;
}
.about-box .honor-display .display-box{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  background-color: #fff;
}
.about-box .honor-display .display-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about-box .honor-display .close{
  position: absolute;
  top: -5%;
  left: calc(100% + 20px);
  width: 30px;
  height: 30px;
  background: url(../image/close.png)no-repeat;
  background-size: contain;
  cursor: pointer;
}

.about-box .culture{
  margin-bottom: 1.40rem;
  padding: 1.20rem 2.00rem;
  box-sizing: border-box;
  background: url(../image/culture-bg.png)no-repeat;
  background-size: cover;
  background-position: center;
}
.about-box .culture .about-title{
  text-align: left;
  color: #fff;
}
.about-box .culture .main{
  display: flex;
}
.about-box .culture .left,
.about-box .culture .right{
  position: relative;
  width: 50%;
  flex: 0 0 50%;
}
.about-box .culture .left{
  top: 1.20rem;
}
.about-box .culture .left .bg{
  position: absolute;
  left: 0.60rem;
  bottom: -0.70rem;
  width: 5.95rem;
  height: 7.40rem;
  background-color: #fff;
}
.about-box .culture .left img{
  position: absolute;
  left: 0;
  bottom: -1.40rem;
  width: 6.22rem;
}
.about-box .culture .right{
  padding-left: 1.50rem;
  box-sizing: border-box;
}
.about-box .culture .right .item{
  display: flex;
  align-items: center;
  margin-bottom: 0.70rem;
}
.about-box .culture .right .item .img-box{
  width: 0.60rem;
  flex: 0 0 0.60rem;
  margin-right: 0.32rem;
}
.about-box .culture .right .item .content{
  width: 100%;
  color: #fff;
}
.about-box .culture .right .item .title{
  font-size: 0.22rem;
  margin-bottom: 0.10rem;
}
.about-box .culture .right .item p{
  font-size: 0.16rem;
}

.about-box .process{
  padding: 2.36rem 2.00rem 0.70rem;
  display: flex;
  background: url(../image/process-bg.png)no-repeat;
  background-size: cover;
  background-position: center;
}
.about-box .process .left{
  flex: 0 0 50%;
  width: 50%;
  padding-left: 0.12rem;
  box-sizing: border-box;
}
.about-box .process .left .tab-main{
  position: relative;
  text-align: center;
}
.about-box .process .left .tab-main img{
  max-width: 100%;
}
.about-box .process .left .item{
  position: relative;
  display: flex;
  margin-bottom: 0.38rem;
}
.about-box .process .left .item .point{
  position: relative;
  top: 0.21rem;
  flex: 0 0 0.23rem;
  width: 0.23rem;
  height: 0.23rem;
  border: 0.02rem solid #78BA1F;
  border-radius: 0.23rem;
  margin-right: 0.46rem;
}
.about-box .process .left .item .point::after{
  content: '';
  position: absolute;
  top: 0.30rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 0.02rem;
  height: 1.15rem;
  background-image: linear-gradient(
    to bottom,
    #707070 0%,
    #707070 20%,
    transparent 20%
  );
  background-size: 0.02rem 0.10rem;
  background-repeat: repeat-y;
}
.about-box .process .left .item:last-of-type .point::after{
  content: none;
}
.about-box .process .left .item .content{
  padding: 0.21rem 0.40rem;
  box-sizing: border-box;
  width: 100%;
  height: 1.10rem;
  background-color: rgba(176, 187, 160, 0.11);
  border-radius: 0.06rem;
}
.about-box .process .left .item .content p{
  font-size: 0.22rem;
  font-weight: bold;
  color: #78BA1F;
  margin-bottom: 0.05rem;
}
.about-box .process .left .item .content div{
  font-size: 0.24rem;
  color: #222222;
}
.about-box .process .left .item .content div span{
  font-size: 0.18rem;
  color: #999999;
}

.about-box .process .left .item .arrow{
  display: none;
  position: absolute;
  left: calc(100% + 0.1rem);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 0.9rem;
  font-size: 0.16rem;
}
.about-box .process .left .item .arrow span{
  position: absolute;
  top: -0.2rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}
.about-box .process .left .item.over .arrow,
.about-box .process .left .item:last-of-type .arrow{
  display: initial;
}
.about-box .process .left .item:last-of-type .arrow img{
  transform: rotate(180deg);
}
.about-box .process .left .item:last-of-type .arrow span{
  display: none;
}
.about-box .process .left .tm1 .over-line{
  position: absolute;
  right: -1.02rem;
  top: 2.05rem;
  width: 0.01rem;
  height: 10.36rem;
  border-left: 0.01rem solid #333;
}
.about-box .process .left .tm2 .over-line{
  position: absolute;
  right: -1.02rem;
  top: 3.54rem;
  width: 0.01rem;
  height: 7.4rem;
  border-left: 0.01rem solid #333;
}


.about-box .process .right{
  width: 50%;
}
.about-box .process .right>div{
  width: 100%;
  text-align: right;
}
.about-box .process .right .about-title{
  margin-bottom: 1.60rem;
}
.about-box .process .right .item{
  position: relative;
  height: 0.50rem;
  line-height: 0.50rem;
  font-size: 0.20rem;
  color: #222;
  margin-bottom: 0.58rem;
  transition: all 0.2s ease;
  cursor: pointer;
}
.about-box .process .right .item.selected{
  padding-right: 1.56rem;
  box-sizing: border-box;
  font-size: 0.40rem;
  color: #40B452;
}
.about-box .process .right .item.selected::after{
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 0.96rem;
  height: 0.01rem;
  background-color: #222222;
}

.about-box .advantages{
  padding: 1.40rem 2rem 1.6rem;
  
}

.about-box .advantages .main{
  display: flex;
  justify-content: space-between;
}
.about-box .advantages .adv-box{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 100%;
}
.about-box .advantages .item{
  padding: 0.42rem;
  box-sizing: border-box;
  width: 3.53rem;
  min-height: 2.20rem;
  border-radius: 0.2rem;
  border: 0.01rem solid #40B452;
  background-color: #F9F9F9;
}
.about-box .advantages .top .item:first-of-type,
.about-box .advantages .bottom .item:last-of-type{
  margin-right: 0;
  margin-left: auto;
}
.about-box .advantages .idx{
  font-size: 0.3rem;
  font-weight: bold;
  font-family: Arial;
  font-style: italic;
  color: #40B452;
  margin-bottom: 0.1rem;
}
.about-box .advantages .title{
  font-size: 0.18rem;
  line-height: 0.24rem;
  color: #222222;
  margin-bottom: 0.1rem;
  letter-spacing: 0.01rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about-box .advantages .intro{
  font-size: 0.12rem;
  line-height: 0.16rem;
  color: #222222;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.about-box .advantages .center{
  position: relative;
  flex: 0 0 6.85rem;
  width: 6.85rem;
  height: 6.85rem;
  margin: 0 0.24rem;
}
.about-box .advantages .center .adv-icon{
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
}
.about-box .advantages .center .adv-icon:nth-of-type(1){
  top: 0.79rem;
  left: 0.86rem;
}
.about-box .advantages .center .adv-icon:nth-of-type(2){
  top: 4.34rem;
  left: -0.04rem;
}
.about-box .advantages .center .adv-icon:nth-of-type(3){
  top: 0.79rem;
  right: 0.66rem;
}
.about-box .advantages .center .adv-icon:nth-of-type(4){
  top: 4.34rem;
  right: -0.1rem;
}


.public-banner{
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.30rem;
}
.public-banner .text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.public-banner .title-en{
  width: 100%;
  font-size: 0.42rem;
  color: #ffffff;
  text-align: center;
  margin-bottom: 0.08rem;
}
.public-banner .title{
  width: 100%;
  font-size: 0.30rem;
  color: #ffffff;
  text-align: center;
}

.public-local .container{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.10rem 0;
}
.public-local .left{
  display: flex;
  align-items: center;
  padding: 0.07rem 0.0rem;
  min-width: 6.20rem;
  border-bottom: 0.01rem solid #E1E1E1;
}
.public-local .left .icon{
  width: 0.34rem;
  margin-right: 0.16rem;
}
.public-local .left .icon img{
  vertical-align: top;
}
.public-local .left .local{
  font-size: 0.14rem;
  color: #999999;
}
.public-local .left .local span{
  color: #222222;
}
.public-local .right .search-box{
  display: flex;
  align-items: center;
  padding: 0.07rem;
  padding-left: 0.26rem;
  box-sizing: border-box;
  width: 3.54rem;
  height: 0.60rem;
  border: 0.01rem solid #78BA1F;
  border-radius: 0.60rem;
}
.public-local .right .search-box input{
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
  background-color: transparent;
}
.public-local .right .search-box .search-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 0.80rem;
  width: 0.80rem;
  height: 0.46rem;
  background-color: #78BA1F;
  border-radius: 0.26rem;
  cursor: pointer;
}
.public-local .right .search-box .search-btn img{
  width: 0.33rem;
}

.maintain-box .main{
  margin-bottom: 1.40rem;
}
.maintain-box .main .page-title{
  margin: 0.90rem auto 1.40rem;
  font-size: 0.30rem;
  color: #222222;
  text-align: center;
}
.maintain-box .main .swiper .swiper-slide{
  display: flex;
  flex-wrap: wrap;
}
.maintain-box .main .swiper .item{
  position: relative;
  margin-right: 0.40rem;
  margin-bottom: 1.20rem;
  width: calc(100%/3 - 0.80rem/3);
  cursor: pointer;
  overflow: hidden;
}
.maintain-box .main .swiper .item:nth-of-type(3n){
  margin-right: 0;
}
.maintain-box .main .swiper .item .img-box{
  margin-bottom: 0.38rem;
  height: 2.74rem;
  
}
.maintain-box .main .swiper .item .img-box a{
  display: block;
  width: 100%;
  height: 100%;
}
.maintain-box .main .swiper .item .img-box img{
  width: 100%;
  object-fit: cover;
}
.maintain-box .main .swiper .item .title{
  font-size: 0.18rem;
  color: #222222;
  margin-bottom: 0.12rem;
  text-align: center;
}
.maintain-box .main .swiper .item:hover .title{
  color: #78BA1F;
}
.maintain-box .main .swiper .item .intro{
  height: 0.58rem;
  font-size: 0.14rem;
  color: #92969D;
  margin-bottom: 0.38rem;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.maintain-box .main .swiper .item .details{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1.86rem;
  height: 0.60rem;
  font-size: 0.16rem;
  color: #222222;
  border: 0.01rem solid #222222;
  border-radius: 0.04rem;
  cursor: pointer;
}
.maintain-box .main .swiper .item:hover .details{
  color: #fff;
  background-color: #78BA1F;
  border: 0.01rem solid #78BA1F;
}
.maintain-box .main .swiper .item .details a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.maintain-box .main .swiper .item .details img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}
.maintain-box .main .swiper .item:hover .details .default,
.maintain-box .main .swiper .item .details .hold{
  display: none;
}
.maintain-box .main .swiper .item .details .default,
.maintain-box .main .swiper .item:hover .details .hold{
  display: inline-block;
}



.mt-details .public-local{
  background-color: #F7FBF1;
}
.mt-details .public-local .left{
  border: none;
}
.mt-details .public-local .left .local{
  color: #222222;
}

.mt-details .main .back{
  margin: 0.60rem 0 0.80rem;
  font-size: 0.14rem;
  color: #78BA1F;
}
.mt-details .details-mod img{
  width: initial;
  max-width: 100%;
}
.mt-details .details-mod .top{
  display: flex;
}
.mt-details .details-mod .display{
  
  flex: 0 0 50%;
  width: 50%;
  margin-right: 0.60rem;
}
.mt-details .details-mod .display .display-swiper{
  width: 100%;
  height: 100%;
}
.mt-details .details-mod .display .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.mt-details .details-mod .right{
  width: 100%;
}
.mt-details .details-mod .right .details-title{
  position: relative;
  padding-bottom: 0.42rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #222222;
  border-bottom: 0.01rem solid #78BA1F;
}
.mt-details .details-mod .right .details-title::after{
  content: '';
  position: absolute;
  bottom: 0.0rem;
  left: 0;
  width: 0.56rem;
  height: 0.06rem;
  background-color: #78BA1F;
}
.mt-details .details-mod .right .data-item{
  padding: 0.60rem 0 0.36rem;
  border-bottom: 0.01rem solid #D1D1D1;
}
.mt-details .details-mod .right .data-item .title{
  font-size: 0.22rem;
  color: #78BA1F;
  margin-bottom: 0.46rem;
}
.mt-details .details-mod .right .data-item .text{
  font-size: 0.16rem;
  color: #222222;
  line-height: 0.23rem;
}

.mt-details .type{
  padding: 0.50rem 0 1.00rem;
}
.mt-details .type .title{
  font-size: 0.22rem;
  color: #78BA1F;
  margin-bottom: 0.48rem;
}
.mt-details .type .list{
  padding: 0 0.80rem;
  box-sizing: border-box;
}
.mt-details .type .item{
  display: flex;
  padding: 0.50rem 0;
  border-bottom: 0.01rem dotted #D1D1D1;
}
.mt-details .type .item .name{
  flex: 0 0 1.20rem;
  width: 1.20rem;
  font-size: 0.18rem;
  color: #222222;
  margin-right: 0.60rem;
}
.mt-details .type .item .val{
  width: 100%;
  font-size: 0.14rem;
  line-height: 0.21rem;
  color: #92969D;
}

.mt-details .other-items .other-title{
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.30rem;
  color: #222222;
  margin-bottom: 1.00rem;
}
.mt-details .other-items .other-title .back-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.86rem;
  height: 0.60rem;
  font-size: 0.16rem;
  color: #222222;
  border: 0.01rem solid #222222;
  border-radius: 0.04rem;
  cursor: pointer;
}
.mt-details .other-items .other-title .back-btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mt-details .other-items .other-title .back-btn img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}
.mt-details .other-items .swiper .swiper-slide{
  display: block;
}
.mt-details .other-items .swiper .swiper-slide .list{
  display: flex;
  flex-wrap: wrap;
}
.mt-details .other-items .swiper .item{
  position: relative;
  margin-right: 0.40rem;
  margin-bottom: 1.20rem;
  width: calc(100%/3 - 0.80rem/3);
  cursor: pointer;
  overflow: hidden;
}
.mt-details .other-items .swiper .item:nth-of-type(3n){
  margin-right: 0;
}
.mt-details .other-items .swiper .item .img-box{
  margin-bottom: 0.38rem;
  height: 2.74rem;
  
}
.mt-details .other-items .swiper .item .img-box a{
  display: block;
  width: 100%;
  height: 100%;
}
.mt-details .other-items .swiper .item .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mt-details .other-items .swiper .item .title{
  font-size: 0.18rem;
  color: #222222;
  margin-bottom: 0.12rem;
  text-align: center;
}
.mt-details .other-items .swiper .item:hover .title{
  color: #78BA1F;
}
.mt-details .other-items .swiper .item .intro{
  height: 0.58rem;
  font-size: 0.14rem;
  color: #92969D;
  margin-bottom: 0.38rem;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mt-details .other-items .swiper .item .details{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1.86rem;
  height: 0.60rem;
  font-size: 0.16rem;
  color: #222222;
  border: 0.01rem solid #222222;
  border-radius: 0.04rem;
  cursor: pointer;
}
.mt-details .other-items .swiper .item:hover .details{
  color: #fff;
  background-color: #78BA1F;
  border: 0.01rem solid #78BA1F;
}
.mt-details .other-items .swiper .item .details a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.mt-details .other-items .swiper .item .details img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}
.mt-details .other-items .swiper .item:hover .details .default,
.mt-details .other-items .swiper .item .details .hold{
  display: none;
}
.mt-details .other-items .swiper .item .details .default,
.mt-details .other-items .swiper .item:hover .details .hold{
  display: inline-block;
}



.cases-box .page-title{
  margin: 0.90rem auto 1.40rem;
  font-size: 0.30rem;
  color: #222222;
  text-align: center;
}
.cases-box .cases-list{
  display: flex;
  flex-wrap: wrap;
}
.cases-box .cases-list .item{
  
  padding-right: 0.50rem;
  box-sizing: border-box;
  flex: 0 0 50%;
  width: 50%;
  height: 3.00rem;
  margin-bottom: 1.10rem;
}
.cases-box .cases-list .item .content{
  position: relative;
  padding: 0.54rem;
  box-sizing: border-box;
  background-color: #F9F9F9;
}
.cases-box .cases-list .item .title{
  
  width: calc(100% - 3.15rem);
  height: 1.50rem;
  font-size: 0.20rem;
  color: #222222;
}
.cases-box .cases-list .item .details{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.86rem;
  height: 0.60rem;
  font-size: 0.16rem;
  color: #222222;
  border: 0.01rem solid #222222;
  border-radius: 0.04rem;
  cursor: pointer;
}
.cases-box .cases-list .item .details:hover{
  color: #fff;
  background-color: #78BA1F;
  border: 0.01rem solid #78BA1F;
}
.cases-box .cases-list .item .details a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cases-box .cases-list .item .details img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}
.cases-box .cases-list .item .details:hover .default,
.cases-box .cases-list .item .details .hold{
  display: none;
}
.cases-box .cases-list .item .details .default,
.cases-box .cases-list .item .details:hover .hold{
  display: inline-block;
}
.cases-box .cases-list .item .img-box{
  width: 3.42rem;
  height: 2.60rem;
  position: absolute;
  top: 50%;
  
  right: 0.12rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.cases-box .cases-list .item .img-box img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}



.cases-list-box .main{
  padding: 1.40rem 0;
}
.cases-list-box .container{
  display: flex;
}
.cases-list-box .sidebar{
  flex: 0 0 3.40rem;
  width: 3.40rem;
  margin-right: 0.54rem;
}
.cases-list-box .sidebar .top{
  display: flex;
  align-items: center;
  padding-left: 0.36rem;
  box-sizing: border-box;
  height: 0.64rem;
  font-size: 0.18rem;
  color: #ffffff;
  background: linear-gradient(180deg, #AED95E 0%, #7DBD20 46%, #6FB31C 100%);
}
.cases-list-box .sidebar .top img{
  width: 0.35rem;
  margin-right: 0.1rem;
}
.cases-list-box .sidebar .side-nav{
  padding-top: 0.1rem;
  border: 0.01rem solid #C4C4C4;
  background-color: #F7FAF1;
}
.cases-list-box .sidebar .side-nav .item{
  margin: 0.30rem 0;
  padding: 0 0.36rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #222222;
  cursor: pointer;
}
.cases-list-box .sidebar .side-nav .item a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cases-list-box .sidebar .side-nav .item img{
  width: 0.24rem;
  opacity: 0;
}
.cases-list-box .sidebar .side-nav .item.active img{
  opacity: 1;
}
.cases-list-box .sidebar .fittings{
  margin-top: 0.2rem;
  background: linear-gradient(270deg, #EEEEEE 0%, #F7F7F7 100%);
}
.cases-list-box .sidebar .fittings a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.07rem 0.36rem 0.07rem 0.17rem;
  box-sizing: border-box;
}
.cases-list-box .sidebar .fittings img{
  width: 1.43rem;
}
.cases-list-box .main-content{
  width: calc(100% - 3.40rem);
}
.cases-list-box .swiper-slide{
  display: flex;
  flex-wrap: wrap;
}
.cases-list-box .swiper-slide .item{
  margin-right: 0.20rem;
  flex: 0 0 calc(100%/3 - 0.40rem/3);
  width: calc(100%/3 - 0.40rem/3);
  margin-bottom: 0.70rem;
}
.cases-list-box .swiper-slide .item:nth-of-type(3n){
  margin-right: 0;
}
.cases-list-box .swiper-slide .item .img-box{
  margin-bottom: 0.40rem;
  position: relative;
  padding-top: 100%;
  height: 0;
  
}
.cases-list-box .swiper-slide .item .img-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cases-list-box .swiper-slide .item .content{
    word-break: break-all;
    word-wrap: break-word;
}
.cases-list-box .swiper-slide .item .title{
  font-size: 0.16rem;
  color: #222222;
  margin-bottom: 0.12rem;
}
.cases-list-box .swiper-slide .item .intro{
  font-size: 0.16rem;
  color: #92969D;
}
.cases-list-box .main-content .back{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1.86rem;
  height: 0.60rem;
  font-size: 0.16rem;
  border: 0.01rem solid #222222;
  border-radius: 0.04rem;
  cursor: pointer;
}
.cases-list-box .main-content .back a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.cases-list-box .main-content .back img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}



.cases-details .public-local{
  background-color: #F7FBF1;
}
.cases-details .public-local .left{
  border: none;
}
.cases-details .public-local .left .local{
  color: #222222;
}
.cases-details .main{
  padding: 1.20rem 0 1.40rem;
}
.cases-details .main>.container{
  display: flex;
}
.cases-details .sidebar{
  flex: 0 0 3.40rem;
  width: 3.40rem;
  margin-right: 0.54rem;
}
.cases-details .sidebar .top{
  display: flex;
  align-items: center;
  padding-left: 0.36rem;
  box-sizing: border-box;
  height: 0.64rem;
  font-size: 0.18rem;
  color: #ffffff;
  background: linear-gradient(180deg, #AED95E 0%, #7DBD20 46%, #6FB31C 100%);
}
.cases-details .sidebar .top img{
  width: 0.35rem;
  margin-right: 0.1rem;
}
.cases-details .sidebar .side-nav{
  padding-top: 0.1rem;
  border: 0.01rem solid #C4C4C4;
  background-color: #F7FAF1;
}
.cases-details .sidebar .side-nav .item{
  margin: 0.30rem 0;
  padding: 0 0.36rem;
  box-sizing: border-box;
  font-size: 0.16rem;
  color: #222222;
  cursor: pointer;
}
.cases-details .sidebar .side-nav .item a{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cases-details .sidebar .side-nav .item img{
  width: 0.24rem;
  opacity: 0;
}
.cases-details .sidebar .side-nav .item.active img{
  opacity: 1;
}
.cases-details .sidebar .fittings{
  margin-top: 0.2rem;
  background: linear-gradient(270deg, #EEEEEE 0%, #F7F7F7 100%);
}
.cases-details .sidebar .fittings a{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0.07rem 0.36rem 0.07rem 0.17rem;
  box-sizing: border-box;
}
.cases-details .sidebar .fittings img{
  width: 1.43rem;
}
.cases-details .main-content{
  width: calc(100% - 3.40rem);
}
.cases-details .details-mod .cases-title{
  
  font-size: 0.36rem;
  text-align: center;
  color: #222222;
  margin-bottom: 0.4rem;
}
.cases-details .details-mod .cases-img{
  
  
  width: 100%;
  height: 6.8rem;
  margin: 0 auto 1.00rem;
}
.cases-details .details-mod .cases-img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cases-details .details-mod .type .title{
  font-size: 0.36rem;
  color: #78BA1F;
  padding-bottom: 0.60rem;
  border-bottom: 0.01rem solid #D6D6D6;
}
.cases-details .details-mod .type .item{
  display: flex;
  padding: 0.38rem 0;
  border-bottom: 0.01rem solid #D6D6D6;
}
.cases-details .details-mod .type .item .name{
  flex: 0 0 5.00rem;
  width: 5.00rem;
  font-size: 0.20rem;
  color: #222222;
  margin-right: 0.20rem;
}
.cases-details .details-mod .type .item .val{
  width: 100%;
  font-size: 0.18rem;
  line-height: 0.21rem;
  color: #92969D;
}

.public-other{
  padding-top: 1.80rem;
}
.public-other .other-title{
  text-align: center;
  margin-bottom: 1.00rem;
}
.public-other .other-title .en{
  font-size: 0.32rem;
  color: #D1D1D1;
}
.public-other .other-title .cn{
  font-size: 0.32rem;
  color: #222222;
}
.public-other .other-swiper{
  margin-bottom: 0.80rem;
}
.public-other .other-swiper .swiper-slide{
  display: flex;
  flex-wrap: wrap;
}
.public-other .swiper-slide .item{
  margin-right: 0.3rem;
  flex: 0 0 calc(100%/4 - 0.9rem/4);
  width: calc(100%/4 - 0.9rem/4);
}
.public-other .swiper-slide .item:nth-of-type(4n){
  margin-right: 0;
}
.public-other .swiper-slide .item .img-box{
  margin-bottom: 0.40rem;
  position: relative;
  padding-top: 100%;
  height: 0;
  
}
.public-other .swiper-slide .item .img-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public-other .swiper-slide .item .title{
  font-size: 0.16rem;
  color: #222222;
  margin-bottom: 0.12rem;
}
.public-other .swiper-slide .item .intro{
  font-size: 0.16rem;
  color: #92969D;
}
.public-other .back{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1.86rem;
  height: 0.60rem;
  font-size: 0.16rem;
  border: 0.01rem solid #222222;
  border-radius: 0.04rem;
  cursor: pointer;
}
.public-other .back a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.public-other .back img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}



.pdu-details .main{
  padding: 1.20rem 0 1.40rem;
}
.pdu-details .details-mod .pdu-title{
  font-size: 0.26rem;
  color: #222222;
  text-align: center;
  margin-bottom: 1.20rem;
}
.pdu-details .details-mod .pdu-img{
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.40rem;
}
.pdu-details .details-mod .pdu-img img{
  margin: 0 0.20rem;
  
  object-fit: contain;
}
.pdu-details .details-mod .details-content p{
  font-size: 0.16rem;
  line-height: 0.27rem;
  color: #333;
  margin-bottom: 0.40rem;
}
.pdu-details .details-mod .details-content img{
  width: initial;
  max-width: 100%;
}



.technology-box{
  background-color: #F8F8F8;
}
.technology-box .main{
  padding: 0 0 1.40rem;
}
.technology-box .main .page-title{
  margin: 0.90rem auto 0.18rem;
  text-align: center;
  background-color: #fff;
}
.technology-box .main .page-title .item{
  position: relative;
  padding: 0.32rem 0;
  margin: 0 1.50rem;
  font-size: 0.30rem;
  color: #222222;
  text-align: center;
  cursor: pointer;
}
.technology-box .main .page-title .item.selected::after{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.03rem;
  background:#78BA1F;
}
.technology-box .tech-swiper{
  padding: 0.8rem 1rem;
  box-sizing: border-box;
  background-color: #fff;
}
.technology-box .tech-swiper .swiper-slide{
  
}
.technology-box .tech-swiper .item{
  width: 100%;
  margin-bottom: 1.20rem;
  border-bottom: 0.01rem dotted #C4C4C4;
}
.technology-box .tech-swiper .item:nth-of-type(3n){
  margin-right: 0;
}
.technology-box .tech-swiper .item a{
  display: block;
  width: 100%;
  height: 100%;
}
.technology-box .tech-swiper .item .img-box{
  margin-bottom: 0.30rem;
  position: relative;
  padding-top: 65%;
  height: 0;
  
}
.technology-box .tech-swiper .item .img-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.technology-box .tech-swiper .item .info{
  display: flex;
  margin-bottom: 0.30rem;
}
.technology-box .tech-swiper .item .time{
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex: 0 0 0.66rem;
  width: 0.66rem;
  height: 0.78rem;
  font-size: 0.12rem;
  text-align: center;
  color: #ffffff;
  background-color: #D1D1D1;
  margin-right: 0.6rem;
}
.technology-box .tech-swiper .item:hover .time{
  background-color: #78BA1F;
}
.technology-box .tech-swiper .item .time p{
  width: 100%;
  font-size: 0.24rem;
}
.technology-box .tech-swiper .item .right{
  width: 100%;
}
.technology-box .tech-swiper .item .title{
  font-size: 0.20rem;
  font-weight: bold;
  color: #92969D;
  margin-bottom: 0.12rem;
}
.technology-box .tech-swiper .item:hover .title{
  color: #78BA1F;
}
.technology-box .tech-swiper .item .intro{
  font-size: 0.14rem;
  line-height: 0.21rem;
  max-height: 0.64rem;
  color: #92969D;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 0.4rem;
}
.technology-box .tech-swiper .item .toolbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.14rem;
  color: #92969D;
}
.technology-box .tech-swiper .item:hover .toolbar .details{
  color: #78BA1F;
}
.technology-box .tech-swiper .item .scan{
  display: flex;
  align-items: center;
}
.technology-box .tech-swiper .item .scan img{
  width: 0.20rem;
  margin-right: 0.12rem;
}



.tech-d-box .public-local{
  background-color: rgba(120, 186, 31, 0.06);
}
.tech-d-box .public-local .left{
  border-bottom: none;
}
.tech-d-box .public-local .left .local{
  color: #222222;
}
.tech-d-box .page-title{
  margin: 1.40rem 0 1.00rem;
}
.tech-d-box .page-title .container{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tech-d-box .page-title .title{
  display: flex;
  align-items: center;
  font-size: 0.20rem;
  color: #222;
}
.tech-d-box .page-title .title img{
  width: 0.28rem;
  margin-left: 0.30rem;
}
.tech-d-box .page-title .search-box{
  display: flex;
  align-items: center;
  padding: 0.07rem;
  padding-left: 0.26rem;
  box-sizing: border-box;
  width: 3.54rem;
  height: 0.60rem;
  border: 0.01rem solid #78BA1F;
  border-radius: 0.60rem;
}
.tech-d-box .page-title .search-box input{
  width: 100%;
  height: 100%;
  font-size: 0.16rem;
}
.tech-d-box .page-title .search-box .search-btn{
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 0.80rem;
  width: 0.80rem;
  height: 0.46rem;
  background-color: #78BA1F;
  border-radius: 0.26rem;
  cursor: pointer;
}
.tech-d-box .page-title .search-box .search-btn img{
  width: 0.33rem;
}
.tech-d-box .main{
  padding-top: 1.20rem;
  margin-bottom: 1.00rem;
}
.tech-d-box .main .container{
  display: flex;
  align-items: flex-start;
}
.tech-d-box .main .sidebar{
  padding: 0;
  box-sizing: border-box;
  flex: 0 0 4.45rem;
  width: 4.45rem;
  border: 0.01rem solid #E1E1E1;
  margin-right: 0.87rem;
}
.tech-d-box .main .sidebar .side-title{
  position: relative;
  padding-left: 0.43rem;
  box-sizing: border-box;
  height: 0.64rem;
  line-height: 0.64rem;
  font-size: 0.22rem;
  color: #fff;
  background: linear-gradient(180deg, #AED95E 0%, #7DBD20 46%, #6FB31C 100%);
  margin-bottom: 0.4rem;
}
.tech-d-box .main .sidebar .side-title::after{
  content: '';
  position: absolute;
  left: 0.26rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 0.07rem;
  height: 0.25rem;
  border-radius: 0.04rem;
  background-color: #fff;
}
.tech-d-box .main .side-others{
  padding: 0 0.25rem;
  box-sizing: border-box;
  margin-bottom: 0.80rem;
}
.tech-d-box .main .sidebar .item{
  width: 100%;
  margin-bottom: 0.22rem;
  border-bottom: 0.01rem dotted #C4C4C4;
}
.tech-d-box .main .sidebar .item:nth-of-type(3n){
  margin-right: 0;
}
.tech-d-box .main .sidebar .item a{
  display: block;
  width: 100%;
  height: 100%;
}
.tech-d-box .main .sidebar .item .img-box{
  margin-bottom: 0.30rem;
  position: relative;
  padding-top: 65%;
  height: 0;
  
}
.tech-d-box .main .sidebar .item .img-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.tech-d-box .main .sidebar .item .info{
  display: flex;
  margin-bottom: 0.30rem;
}
.tech-d-box .main .sidebar .item .time{
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  flex: 0 0 0.66rem;
  width: 0.66rem;
  height: 0.78rem;
  font-size: 0.12rem;
  text-align: center;
  color: #ffffff;
  background-color: #D1D1D1;
  margin-right: 0.15rem;
}
.tech-d-box .main .sidebar .item:hover .time{
  background-color: #78BA1F;
}
.tech-d-box .main .sidebar .item .time p{
  width: 100%;
  font-size: 0.24rem;
}
.tech-d-box .main .sidebar .item .right{
  width: 100%;
}
.tech-d-box .main .sidebar .item .title{
  font-size: 0.20rem;
  font-weight: bold;
  color: #92969D;
  margin-bottom: 0.1rem;
}
.tech-d-box .main .sidebar .item:hover .title{
  color: #78BA1F;
}
.tech-d-box .main .sidebar .item .intro{
  font-size: 0.14rem;
  line-height: 0.21rem;
  max-height: 0.64rem;
  color: #92969D;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 0.26rem;
}
.tech-d-box .main .sidebar .item .toolbar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.14rem;
  color: #92969D;
}
.tech-d-box .main .sidebar .item:hover .toolbar .details{
  color: #78BA1F;
}
.tech-d-box .main .sidebar .item .scan{
  display: flex;
  align-items: center;
}
.tech-d-box .main .sidebar .item .scan img{
  width: 0.20rem;
  margin-right: 0.12rem;
}

.tech-d-box .main .sidebar .back{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.86rem;
  height: 0.60rem;
  font-size: 0.16rem;
  border: 0.01rem solid #222222;
  border-radius: 0.04rem;
  cursor: pointer;
}
.tech-d-box .main .sidebar .back a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.tech-d-box .main .sidebar .back img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}
.tech-d-box .main-content .article-title{
  margin: 0 auto 0.68rem;
  font-size: 0.20rem;
  color: #222222;
  text-align: center;
}
.tech-d-box .main-content .info{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  color: #999999;
  margin-bottom: 0.58rem;
}
.tech-d-box .main-content .info>div{
  margin: 0 0.65rem;
}
.tech-d-box .main-content .img-box{
  width: 100%;
  margin-bottom: 0.40rem;
}
.tech-d-box .main-content .content p{
  font-size: 0.16rem;
  line-height: 0.30rem;
  color: #333333;
  margin-bottom: 0.40rem;
}
.tech-d-box .main-content .content img{
  width: initial;
  max-width: 100%;
}



.news-box .public-banner{
  margin-bottom: 0;
}
.news-box .public-local .container{
  justify-content: flex-end;
}
.news-box .public-local .left{
  min-width: auto;
  border: none;
}
.news-box .main{
  padding: 1.40rem 0;
}
.news-box .main .page-title{
  position: relative;
  padding-bottom: 0.32rem;
  font-size: 0.26rem;
  color: #222222;
  text-align: center;
  border-bottom: 0.01rem solid #D1D1D1;
}
.news-box .main .page-title::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.01rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 0.68rem;
  height: 0.06rem;
  background-color: #78BA1F;
  border-radius: 0.05rem;
}
.news-box .main .news-mod{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.00rem 0;
}
.news-box .main .news-mod .item{
  flex: 0 0 calc(58%/2 - 0.20rem);
  width: calc(58%/2 - 0.20rem);
}
.news-box .main .news-mod .item.h{
  position: relative;
  flex: 0 0 42%;
  width: 42%;
  margin: 0 0.20rem;
}
.news-box .news-mod .item .img-box{
  width: 100%;
  position: relative;
  padding-top: 60%;
  height: 0;
  
  margin-bottom: 0.28rem;
}
.news-box .news-mod .item .img-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .news-mod .item .time{
  font-size: 0.16rem;
  color: #FF4349;
  margin-bottom: 0.10rem;
}
.news-box .news-mod .item .title{
  font-size: 0.22rem;
  color: #222222;
  margin-bottom: 0.28rem;
}
.news-box .news-mod .item .intro{
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #92969D;
}
.news-box .news-mod .item.h .img-box{
  position: relative;
  padding-top: 111%;
  height: 0;
  
  margin-bottom: 0;
}
.news-box .news-mod .item.h .content{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.news-box .news-mod .item.h .time{
  position: absolute;
  top: 0.21rem;
  left: 0.30rem;
  color: #fff;
  text-shadow: 0.01rem 0.01rem rgb(34, 34, 34, 0.6);
}
.news-box .news-mod .item.h .title{
  position: absolute;
  top: 36%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: calc(100% - 0.72rem);
  font-size: 0.26rem;
  color: #fff;
  text-align: center;
  text-shadow: 0.01rem 0.01rem rgb(34, 34, 34, 0.6);
}
.news-box .news-mod .item.h .title::after{
  content: '';
  position: absolute;
  top: -0.30rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 0.48rem;
  height: 0.04rem;
  background-color: #fff;
  border-radius: 0.04rem;
}
.news-box .news-mod .item.h .intro{
  position: absolute;
  bottom: 0.54rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: calc(100% - 0.72rem);
  font-size: 0.16rem;
  color: #fff;
  text-align: center;
  text-shadow: 0.01rem 0.01rem rgb(34, 34, 34, 0.6);
}

.news-box .state-tabbar{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.00rem;
  border-bottom: 0.01rem solid #D1D1D1;
}
.news-box .state-tabbar .item{
  position: relative;
  padding: 0.32rem 0;
  margin: 0 1.50rem;
  font-size: 0.26rem;
  color: #222222;
  text-align: center;
  cursor: pointer;
}
.news-box .state-tabbar .item.selected::after{
  content: '';
  position: absolute;
  left: 50%;
  bottom: -0.01rem;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  width: 0.68rem;
  height: 0.06rem;
  background-color: #78BA1F;
  border-radius: 0.05rem;
}

.news-box .state-main .swiper-slide .line-box{
  display: flex;
  margin-bottom: 0.60rem;
}
.news-box .state-main .swiper-slide .line-box>div{
  flex: 0 0 calc(50% - 0.25rem);
  width: calc(50% - 0.25rem);
  margin-right: 0.50rem;
}
.news-box .state-main .swiper-slide .line-box>div:last-of-type{
  margin-right: 0;
}
.news-box .state-main .swiper-slide .left a{
  width: 100%;
}
.news-box .state-main .swiper-slide .left .time{
  font-size: 0.16rem;
  color: #FF4349;
  margin-bottom: 0.20rem;
}
.news-box .state-main .swiper-slide .left .title{
  font-size: 0.22rem;
  color: #222222;
  margin-bottom: 0.30rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-box .state-main .swiper-slide .left .intro{
  height: 0.80rem;
  line-height: 0.26rem;
  font-size: 0.16rem;
  color: #92969D;
  margin-bottom: 0.30rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-box .state-main .swiper-slide .left .img-box{
  width: 100%;
  position: relative;
  padding-top: 62.5%;
  height: 0;
  
}
.news-box .state-main .swiper-slide .left .img-box img{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .state-main .swiper-slide .right .item{
  display: flex;
  padding: 0.14rem;
  box-sizing: border-box;
  background-color: #FBFBFB;
  margin-bottom: 0.30rem;
}
.news-box .state-main .swiper-slide .right .img-box{
  flex: 0 0 2.17rem;
  width: 2.17rem;
  height: 2.09rem;
  margin-right: 0.20rem;
}
.news-box .state-main .swiper-slide .right .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-box .state-main .swiper-slide .right .content{
  width: 100%;
  padding-top: 0.14rem;
}
.news-box .state-main .swiper-slide .right .time{
  font-size: 0.16rem;
  color: #FF4349;
  margin-bottom: 0.12rem;
}
.news-box .state-main .swiper-slide .right .title{
  height: 0.56rem;
  line-height: 0.26rem;
  font-size: 0.20rem;
  color: #222222;
  margin-bottom: 0.12rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-box .state-main .swiper-slide .right .intro{
  height: 0.75rem;
  line-height: 0.24rem;
  font-size: 0.16rem;
  color: #92969D;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news-box .state-main .swiper-slide .line-box:nth-of-type(2n) .left{
  position: relative;
  top: -1.60rem;
}



.news-d-box .public-local{
  background-color: rgba(120, 186, 31, 0.06);
}
.news-d-box .public-local .left{
  border-bottom: none;
}
.news-d-box .public-local .left .local{
  color: #222222;
}
.news-d-box .main{
  padding: 1.20rem 0 1.40rem;
}
.news-d-box .main .news-title{
  margin: 0 auto 0.68rem;
  font-size: 0.26rem;
  color: #222222;
  text-align: center;
}
.news-d-box .main .info{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 0.14rem;
  color: #999999;
  margin-bottom: 0.58rem;
}
.news-d-box .main .info>div{
  margin: 0 0.65rem;
}
.news-d-box .main .img-box{
  width: 100%;
  margin-bottom: 0.40rem;
}
.news-d-box .main .content p{
  font-size: 0.16rem;
  line-height: 0.30rem;
  color: #333333;
  margin-bottom: 0.40rem;
}
.news-d-box .main .content img{
  width: initial;
  max-width: 100%;
}
.news-d-box .main .back{
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 1.86rem;
  height: 0.60rem;
  font-size: 0.16rem;
  border: 0.01rem solid #222222;
  border-radius: 0.04rem;
  cursor: pointer;
}
.news-d-box .main .back a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.news-d-box .main .back img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}



.contact-box .main{
  padding-top: 2.00rem;
}
.contact-box .main .page-title{
  margin-left: 0.74rem;
  font-size: 0.32rem;
  color: #78BA1F;
  margin-bottom: 0.47rem;
}
.contact-box .main .page-title span{
  font-size: 0.22rem;
  color: #D1D1D1;
  margin-left: 0.13rem;
}
.contact-box .main .page-title.center{
  text-align: center;
  margin-left: 0;
  margin-bottom: 0.85rem;
}
.contact-box .main .page-title.center span{
  display: block;
  width: 100%;
  margin-left: 0;
}
.contact-box .main .intro{
  margin-left: 0.74rem;
  width: 4.00rem;
  font-size: 0.14rem;
  color: #92969D;
  margin-bottom: 0.58rem;
}
.contact-box .main .data-mod{
  display: flex;
  align-items: center;
  margin-bottom: 0.80rem;
}
.contact-box .main .data-mod .img-box{
  flex: 0 0 5.44rem;
  width: 5.44rem;
  height: 5.25rem;
  margin-right: 1.10rem;
}
.contact-box .main .data-mod .content{
  display: flex;
  flex-wrap: wrap;
}
.contact-box .main .data-mod .content .item{
  display: flex;
  flex: 0 0 3.60rem;
  width: 3.60rem;
  margin-bottom: 0.54rem;
}
.contact-box .main .data-mod .content .item .icon{
  flex: 0 0 0.47rem;
  width: 0.47rem;
  margin-right: 0.20rem;
}
.contact-box .main .data-mod .content .item .text{
  font-size: 0.16rem;
  line-height: 0.23rem;
  color: #222222;
}
.contact-box .main .data-mod .content .item .text div{
  margin-bottom: 0.06rem;
}

.contact-box .main .msg-mod{
  padding: 1.00rem 3.00rem;
  background: url(../image/contact-bg.png)no-repeat;
  background-position: center;
  background-size: cover;
}
.contact-box .main .msg-mod .title{
  text-align: center;
  font-size: 0.32rem;
  color: #fff;
  margin-bottom: 1.00rem;
}
.contact-box .main .msg-mod .form-box{
  width: 100%;
  max-width: 15.20rem;
  display: flex;
}
.contact-box .main .msg-mod .form-box>div{
  flex: 0 0 calc(50% - 0.80rem);
  width: calc(50% - 0.80rem);
  margin: 0 0.40rem;
}
.contact-box .main .msg-mod .form-box .input-box{
  display: flex;
  margin-bottom: 0.30rem;
}
.contact-box .main .msg-mod .form-box .input-box .key{
  padding-top: 0.10rem;
  flex: 0 0 0.80rem;
  width: 0.80rem;
  font-size: 0.16rem;
  text-align: right;
  color: #FFFFFF;
  margin-right: 0.16rem;
}
.contact-box .main .msg-mod .form-box .input-box input{
  padding: 0 0.20rem;
  box-sizing: border-box;
  width: 100%;
  height: 0.43rem;
  font-size: 0.14rem;
  color: #222;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.04rem;
}
.contact-box .main .msg-mod .form-box .input-box textarea{
  padding: 0.20rem;
  box-sizing: border-box;
  width: 100%;
  height: 2.50rem;
  font-size: 0.14rem;
  color: #222;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.04rem;
  resize: none;
}
.contact-box .main .msg-mod form button{
  display: block;
  margin: 0.80rem auto;
  width: 1.86rem;
  height: 0.60rem;
  line-height: 0.60rem;
  text-align: center;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  border-radius: 0.04rem;
  border: none;
  cursor: pointer;
}



.search-box .main{
  padding: 1.08rem 0 1.40rem;
}
.search-box .page-title{
  font-size: 0.20rem;
  color: #222222;
  margin-bottom: 0.46rem;
}
.search-box .res-list .item{
  padding: 0.40rem 0;
  display: flex;
  align-items: center;
  border-bottom: 0.01rem solid #E1E1E1;
}
.search-box .res-list .item:first-of-type{
  border-top: 0.01rem solid #E1E1E1;
}
.search-box .res-list .item .img-box{
  flex: 0 0 1.60rem;
  width: 1.60rem;
  height: 1.60rem;
  margin-right: 0.40rem;
}
.search-box .res-list .item .img-box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-box .res-list .item .title{
  font-size: 0.26rem;
  color: #222222;
  margin-bottom: 0.09rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-box .res-list .item .title i{
  text-decoration: none;
  font-style: normal;
  color: #78BA1F;
}
.search-box .res-list .item .intro{
  height: 0.70rem;
  font-size: 0.16rem;
  color: #92969D;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.search-box .res-list .item .details{
  font-size: 0.16rem;
  color: #92969D;
}
.search-box .main .back{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0.60rem;
  width: 1.86rem;
  height: 0.60rem;
  font-size: 0.16rem;
  border: 0.01rem solid #222222;
  border-radius: 0.04rem;
  cursor: pointer;
}
.search-box .main .back a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.search-box .main .back img{
  width: 0.08rem;
  vertical-align: top;
  margin-left: 0.12rem;
}


@media screen and (max-width: 1024px){
  body{font-size: initial;}
  .header{
    display: none;
  }
  .header-m{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.52rem;
    padding: 0.08rem 0.15rem;
    box-sizing: border-box;
    background-color: #68AA16;
  }
  .header-m .logo{
    width: 1.6rem;
  }
  .header-m .nav-btn{
    position: relative;
    width: 0.24rem;
    height: 0.18rem;
    border-top: 0.02rem solid #fff;
    border-bottom: 0.02rem solid #fff;
    box-sizing: border-box;
  }
  .header-m .nav-btn::after{
    content: '';
    position: absolute;
    top: 0.06rem;
    left: 0rem;
    width: 100%;
    height: 0.02rem;
    background-color: #fff;
  }
  .header-m .search{
    position: absolute;
    top: 0.08rem;
    right: 0.50rem;
    display: flex;
    align-items: center;
    flex: 0 0 0.36rem;
    width: 0.36rem;
    height: 0.36rem;
    padding: 0.03rem 0;
    box-sizing: border-box;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0.30rem;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .header-m .search.open{
    flex: 0 0 calc(100% - 1rem);
    width: calc(100% - 1rem);
    padding-left: 0.12rem;
    padding-right: 0.06rem;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #D9D9D9;
  }
  .header-m .search input{
    width: 100%;
    height: 0.30rem;
    font-size: 0.14rem;
    color: #999999;
    background-color: transparent;
  }
  .header-m .search .search-btn{
    flex: 0 0 0.30rem;
    width: 0.30rem;
    height: 0.30rem;
    margin-left: 0;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .header-m .search.open .search-btn{
    margin-left: 0.08rem;
    opacity: 1;
  }
  .header-m .search .btn{
    position: absolute;
    top: 0.03rem;
    right: 0.06rem;
    width: 0.30rem;
    height: 0.30rem;
    transition: all 0.3s ease;
  }
  .header-m .search.open .btn{
    right: 0.06rem;
  }
  .header-m .search img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .header-m .nav{
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.52rem 0.20rem 0.40rem;
    box-sizing: border-box;
    background-color: #68AA16;
    overflow-y: auto;
    transition: all 0.5s ease;
    z-index: 99;
  }
  .header-m .nav.up{
    top: 0;
  }
  .header-m .nav .item{
    width: 100%;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.14rem;
    text-align: center;
    color: #fff;
    border-top: 0.01rem solid #ffffff;
  }


  .footer .content{
    padding: 56px 46px;
  }
  .footer .content .left .logo {
    width: 298px;
    height: 52px;
    margin-bottom: 46px;
  }
  .footer .content .left .inform .item{
    font-size: 12px;
    margin-bottom: 42px;
  }
  .footer .content .left .QRcode{
    width: 68px;
  }
  .footer .content .right .nav .nav-list{
    margin-right: 40px;
  }
  .footer .content .right .nav .nav-list .title{
    font-size: 16px;
  }
  .footer .content .right .nav .nav-list .item{
    font-size: 12px;
    margin-bottom: 18px;
  }

}

@media screen and (max-width: 1025px) {
  body{
    font-size: initial;
  }
  .header{
    display: none;
  }
  .header-m{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 0.52rem;
    padding: 0.08rem 0.15rem;
    box-sizing: border-box;
    background-color: #68AA16;
  }
  .header-m .logo{
    width: 1.6rem;
  }
  .header-m .nav-btn{
    position: relative;
    width: 0.24rem;
    height: 0.18rem;
    border-top: 0.02rem solid #fff;
    border-bottom: 0.02rem solid #fff;
    box-sizing: border-box;
  }
  .header-m .nav-btn::after{
    content: '';
    position: absolute;
    top: 0.06rem;
    left: 0rem;
    width: 100%;
    height: 0.02rem;
    background-color: #fff;
  }
  .header-m .search{
    position: absolute;
    top: 0.08rem;
    right: 0.50rem;
    display: flex;
    align-items: center;
    flex: 0 0 0.36rem;
    width: 0.36rem;
    height: 0.36rem;
    padding: 0.03rem 0;
    box-sizing: border-box;
    border: 1px solid transparent;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 0.30rem;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .header-m .search.open{
    flex: 0 0 calc(100% - 1rem);
    width: calc(100% - 1rem);
    padding-left: 0.12rem;
    padding-right: 0.06rem;
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid #D9D9D9;
  }
  .header-m .search input{
    width: 100%;
    height: 0.30rem;
    font-size: 0.14rem;
    color: #999999;
    background-color: transparent;
  }
  .header-m .search .search-btn{
    flex: 0 0 0.30rem;
    width: 0.30rem;
    height: 0.30rem;
    margin-left: 0;
    transition: all 0.3s ease;
    opacity: 0;
  }
  .header-m .search.open .search-btn{
    margin-left: 0.08rem;
    opacity: 1;
  }
  .header-m .search .btn{
    position: absolute;
    top: 0.03rem;
    right: 0.06rem;
    width: 0.30rem;
    height: 0.30rem;
    transition: all 0.3s ease;
  }
  .header-m .search.open .btn{
    right: 0.06rem;
  }
  .header-m .search img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .header-m .nav{
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0.52rem 0.20rem 0.40rem;
    box-sizing: border-box;
    background-color: #68AA16;
    overflow-y: auto;
    transition: all 0.5s ease;
    z-index: 99;
  }
  .header-m .nav.up{
    top: 0;
  }
  .header-m .nav .item{
    width: 100%;
    height: 0.46rem;
    line-height: 0.46rem;
    font-size: 0.14rem;
    text-align: center;
    color: #fff;
    border-top: 0.01rem solid #ffffff;
  }


  .container {
    width: calc(100% - 0.2rem);
  }


  .public-title{
    margin: 0 auto 0.4rem;
  }
  .public-title .cn{
    font-size: 0.27rem;
  }
  .public-title .en{
    font-size: 0.2rem;
  }


  .footer .content{
    display: block;
    padding: 0.21rem 0.18rem;
  }
  
  .footer .content .left .logo {
    width: 2.56rem;
    height: 0.42rem;
    margin-bottom: 0.18rem;
  }
  .footer .content .left .inform .item{
    font-size: 0.12rem;
    margin-bottom: 0.24rem;
  }
  .footer .content .left .inform .item img{
    width: 0.16rem;
    margin-right: 0.18rem;
  }
  .footer .content .left .inform .item span{
    min-width: initial;
  }
  .footer .content .left .QRcode{
    width: 0.6em;
  }
  .footer .content .right .nav{
    display: block;
  }
  .footer .content .right .nav .nav-list{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.24rem;
    margin-bottom: 0.12rem;
    margin-right: 0;
  }
  .footer .content .right .nav .nav-list .title{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.13rem;
    white-space: nowrap;
  }
  .footer .content .right .nav .nav-list .item{
    font-size: 0.12rem;
    margin-right: 0.18rem;
    margin-bottom: 0.12rem;
    white-space: nowrap;
  }
  .footer .bottom{
    display: flex;
    align-content: center;
    justify-content: center;
    flex-wrap: wrap;
    height: 0.40rem;
    padding: 0.12rem;
    line-height: initial;
    font-size: 0.1rem;
  }
  .footer .bottom span{
    width: 100%;
  }


  
  .index-box .banner .mouse{
    display: none;
  }
  .index-box .banner .page-box{
    display: none;
  }
  .index-box .banner .swiper{
    height: 2rem;
  }
  .index-box .banner .swiper img{
    height: 100%;
    object-fit: cover;
  }

  .maintain-mod{
    padding: 0.6rem 0 0.2rem;
  }
  .maintain-mod .list .item{
    margin-right: 0.10rem;
    margin-bottom: 0.12rem;
    width: calc(100%/2 - 0.05rem);
    background: linear-gradient(to top, #E9FBCC 0%, #83BB3D 100%);
    border-radius: 0.08rem;
  }
  .maintain-mod .list .item:nth-of-type(3n){
    margin-right: 0.10rem;
  }
  .maintain-mod .list .item:nth-of-type(2n){
    margin-right: 0;
  }
  
  .maintain-mod .list .item .title{
    color: #222;
    font-size: 0.18rem;
    margin-bottom: 0.06rem;
    text-align: center;
  }
  .maintain-mod .list .item .content{
    padding: 0.16rem 0.1rem 0.12rem;
  }
  .maintain-mod .list .item .intro{
    margin-bottom: 0.05rem;
    height: 0.50rem;
    font-size: 0.12rem;
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .maintain-mod .list .item .img-box{
    border-radius: 0.08rem;
  }

  .pagination{
    margin: 0.3rem auto;
  }
  .pagination .page-btn{
    width: 0.24rem;
  }
  .pagination .num{
    margin: 0 0.16rem;
    font-size: 0.12rem;
  }
  .pagination .total{
    left: calc(100% + 0.2rem);
    font-size: 0.12rem;
  }

  .product-mod{
    padding: 0.6rem 0 0;
  }
  .product-mod .pdu-list{
    flex-wrap: wrap;
    height: auto;
    padding: 4% 0;
  }
  .product-mod .pdu-list .item{
    margin: 0 0.05rem 0.1rem;
    flex: 0 0 calc(50% - 0.2rem);
    width: calc(50% - 0.2rem);
    max-width: initial;
    border: none;
    height: 2.75rem;
  }
  .product-mod .pdu-list .item:first-of-type{
    border-left: none;
  }
  .product-mod .pdu-list .item>.title{
    display: none;
  }
  .product-mod .pdu-list .item .idx{
    display: none;
  }
  .product-mod .pdu-list .item .bg{
    border-radius: 0.06rem;
    
    background: linear-gradient(to top, #E9FBCC 0%, #83BB3D 100%);
  }
  .product-mod .pdu-list .item:hover .bg{
    width: 100%;
  }
  .product-mod .pdu-list .item .mask_box{
    width: 100%;
    padding: 0 0.10rem;
    opacity: 1;
  }
  .product-mod .pdu-list .item .mask_box .title{
    margin: 0.24rem auto 0.21rem;
    font-size: 0.16rem;
  }
  .product-mod .pdu-list .item .mask_box .title::after{
    bottom: -0.12rem;
    width: 0.24rem;
  }
  .product-mod .pdu-list .item .mask_box .intro{
    font-size: 0.12rem;
    height: 0.5rem;
    -webkit-line-clamp: 3;
    margin-bottom: 0.05rem;
  }
  .product-mod .pdu-list .item .mask_box .img-box{
    padding: 0 0.1rem 0.12rem;
    width: 100%;
    height: initial;
    aspect-ratio: 1;
    border-radius: 50%;
  }

  .cases-mod{
    padding: 0.6rem 0 0.4rem;
  }
  .cases-mod .tab-bar{
    overflow-x: auto;
  }
  .cases-mod .tab-bar .left .item{
    margin-right: 0.08rem;
    line-height: 0.5rem;
    font-size: 0.14rem;
    white-space: nowrap;
  }
  .cases-mod .tab-bar .all{
      margin-left: 0.06rem;
  }
  .cases-mod .tab-bar .all img{
      width: 0.16rem;
      margin-right: 0.02rem;
  }
  .cases-mod .tab-bar .all a{
      font-size: 0.12rem;
      white-space: nowrap;
  }
  .cases-mod .cases-list .item{
    position: relative;
    padding: 0.2rem 0.12rem;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .cases-mod .cases-list .item .idx {
    position: absolute;
    right: 0.12rem;
    top: 1.16rem;
    margin-right: 0;
    flex: 0 0 0.50rem;
    width: 0.50rem;
    height: 0.36rem;
    line-height: 0.36rem;
    font-size: 0.21rem;
    background: linear-gradient(180deg, #AED95E 0%, #7DBD20 46%, #6FB31C 100%);
  }
  .cases-mod .cases-list .item .img-box{
    flex: 0 0 40%;
    width: 40%;
    height: auto;
    aspect-ratio: 1;
    margin-right: 0.2rem;
    margin-bottom: 0.12rem;
  }
  .cases-mod .cases-list .item .info{
    flex: 0 0 calc(60% - 0.2rem);
    width: calc(60% - 0.2rem);
    margin: 0;
  }
  .cases-mod .cases-list .item .info .time{
    font-size: 0.12rem;
    margin-bottom: 0.12rem;
  }
  .cases-mod .cases-list .item .info .name{
    font-size: 0.12rem;
    margin-bottom: 0.12rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .cases-mod .cases-list .item .info .brand{
    font-size: 0.12rem;
    margin-bottom: 0.12rem;
  }
  .cases-mod .cases-list .item .operate .title{
    font-size: 0.12rem;
    margin-bottom: 0.06rem;
  }
  .cases-mod .cases-list .item .operate .text{
    font-size: 0.12rem;
  }
  .cases-mod .cases-list .item .operate .line{
    margin: 0.12rem 0;
  }
  .cases-mod .more{
    width: 1.30rem;
    height: 0.42rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
  }
  .cases-mod .more img{
    width: 0.06rem;
    margin-left: 0.08rem;
  }

  .about-us{
    margin-bottom: 0.5rem;
  }
  .about-us .bg{
    height: 5rem;
  }
  .about-us .bg img{
    height: 100%;
    object-fit: cover;
  }
  .about-us .content-box{
    padding-top: 0.4rem;
  }
  .about-us .content-box .entrance .item{
    width: 0.64rem;
    height: 0.64rem;
    margin: 0 0.06rem;
  }
  .about-us .content-box .entrance .item .icon {
    width: 0.24rem;
    height: 0.24rem;
    margin: 0.08rem auto 0.08rem;
  }
  .about-us .content-box .entrance .item p{
    font-size: 0.12rem;
  }
  .about-us .intro-box{
    width: calc(100% - 0.2rem);
    bottom: -0.32rem;
    padding: 0.1rem;
    border-radius: 0.05rem;
    display: block;
    bottom: auto;
    top: 2.1rem;
  }
  .about-us .intro-box .img-box{
    width: 100%;
    height: 1.88rem;
    margin-right: 0;
    margin-bottom: 0.06rem;
  }
  .about-us .intro-box .content .title{
    font-size: 0.16rem;
    margin-bottom: 0.05rem;
  }
  .about-us .intro-box .content .intro{
    font-size: 0.12rem;
    height: 0.52rem;
    min-height: initial;
    margin-bottom: 0.18rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .about-us .intro-box .content .intro p{
    font-size: 0.12rem !important;
    line-height: 1.5em !important;
  }
  .about-us .intro-box .content .intro p span{
    font-size: 0.12rem !important;
    line-height: 1.5em !important;
  }
  .about-us .intro-box .content .enter-btn{
    width: 0.9rem;
    height: 0.36rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
  }
  .about-us .intro-box .content .enter-btn img{
    width: 0.05rem;
    margin-left: 0.05rem;
  }

  .news-mod{
    padding: 0.4rem 0 0.2rem;
  }
  .news-mod .tab-bar{
    margin-bottom: 0.24rem;
  }
  .news-mod .tab-bar .left .item{
    font-size: 0.12rem;
    margin-right: 0.12rem;
  }
  .news-mod .tab-bar .all{
    font-size: 0.12rem;
  }
  .news-mod .tab-bar .all img{
    width: 0.12rem;
    margin-right: 0.03rem;
  }
  .news-mod .swiper-box .progress{
    display: none;
  }
  .news-mod .swiper-box .news-list{
    flex-wrap: wrap;
  }
  .news-mod .news-list .item{
    flex: 0 0 calc(100% - 0.24rem);
    width: calc(100% - 0.24rem);
    margin: 0 0.12rem 0.2rem;
  }
  .news-mod .news-list .item.half{
    flex: 0 0 calc(100% - 0.24rem);
    width: calc(100% - 0.24rem);
  }
  .news-mod .news-list .item .text-box{
    padding-top: 0.2rem;
  }
  .news-mod .news-list .item.half .text-box{
    position: initial;
    padding: 0.2rem 0 0;
    color: #222222;
    background: none;
  }
  .news-mod .news-list .item .text-box .title {
    font-size: 0.14rem;
    margin-bottom: 0.24rem;
  }
  .news-mod .news-list .item .text-box .intro{
    font-size: 0.12rem;
    line-height: 0.2rem;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .news-mod .more{
    width: 1.2rem;
    height: 0.4rem;
    border: 0.01rem solid #222222;
    border-radius: 0.06rem;
    font-size: 0.1rem;
  }
  .news-mod .more img{
    width: 0.06rem;
    margin-left: 0.06rem;
  }

  .brand-mod{
    padding-bottom: 0.4rem;
  }
  .brand-mod .brand-list .item{
    flex: 0 0 calc(100%/4 - 0.16rem);
    width: calc(100%/4 - 0.16rem);
    height: auto;
    padding-top: calc(62%/4);
    margin: 0 0.08rem;
  }
  .brand-mod .brand-list .item:nth-of-type(9n){
    margin: 0 0.08rem;
  }

  
  .about-box .banner{
    padding: 0.42rem 0.15rem 0;
  }
  .about-box .about-title{
    margin-bottom: 0.28rem;
  }
  .about-box .about-title .en{
    font-size: 0.24rem;
  }
  .about-box .about-title .cn{
    font-size: 0.21rem;
  }
  .about-box .banner .img-box{
    width: 100%;
    height: auto;
    aspect-ratio: 2.06;
  }
  .about-box .banner .intro{
    margin-bottom: 0.2rem;
    font-size: 0.12rem;
  }
  .about-box .banner .intro p{
    margin-bottom: 0.1rem;
  }

  .about-box .honor{
    padding: 0.6rem 0.2rem 0.5rem;
  }
  .about-box .honor .contact{
    width: 1.2rem;
    height: 0.4rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
  }
  .about-box .honor .contact img{
    width: 0.06rem;
    margin-left: 0.08rem;
  }
  .about-box .honor .swiper-box{
    width: 100%;
    margin: 0 auto 0.5rem;
  }
  .about-box .honor .swiper-box .swiper-button-prev{
    width: 0.24rem;
    left: -0.2rem;
  }
  .about-box .honor .swiper-box .swiper-button-next{
    width: 0.24rem;
    right: -0.2rem;
  }
  .about-box .honor .swiper-slide img{
    height: auto;
    aspect-ratio: 10/7;
  }
  .about-box .honor .swiper-slide p{
    font-size: 0.14rem;
  }

  .about-box .culture{
    padding: 0.4rem 0.2rem;
    margin-bottom: 0.6rem;
  }
  .about-box .culture .about-title{
    margin-bottom: 0.3rem;
  }
  .about-box .culture .main{
    display: initial;
  }
  .about-box .culture .left,
  .about-box .culture .right{
    width: 100%;
    position: relative;
  }
  .about-box .culture .left{
    padding-top: 0.21rem;
    top: 0;
    margin-bottom: 0.4rem;
  }
  .about-box .culture .left .bg{
    width: 80%;
    height: auto;
    aspect-ratio: 62/77;
    left: 50%;
    bottom: 0.21rem;
    transform: translateX(calc(-50% + 0.1rem));
    -webkit-transform: translateX(calc(-50% + 0.1rem));
    -moz-transform: translateX(calc(-50% + 0.1rem));
    -ms-transform: translateX(calc(-50% + 0.1rem));
    -o-transform: translateX(calc(-50% + 0.1rem));

  }
  .about-box .culture .left img{
    position: relative;
    width: 80%;
    left: 50%;
    bottom: 0;
    transform: translateX(calc(-50% - 0.1rem));
    -webkit-transform: translateX(calc(-50% - 0.1rem));
    -moz-transform: translateX(calc(-50% - 0.1rem));
    -ms-transform: translateX(calc(-50% - 0.1rem));
    -o-transform: translateX(calc(-50% - 0.1rem));
  }
  .about-box .culture .right{
    padding-left: 0;
  }
  .about-box .culture .right .item{
    margin-bottom: 0.42rem;
  }
  .about-box .culture .right .item .img-box {
    width: 0.36rem;
    flex: 0 0 0.36rem;
    margin-right: 0.24rem;
  }
  .about-box .culture .right .item .title {
    font-size: 0.14rem;
    margin-bottom: 0.04rem;
  }
  .about-box .culture .right .item p{
    font-size: 0.14rem;
  }

  .about-box .process{
    padding: 2.1rem 0.12rem 0.2rem;
    display: block;
    position: relative;
  }
  .about-box .process .left,
  .about-box .process .right{
    width: 100%;
  }
  .about-box .process .left{
    padding-left: 0.06rem;
  }
  .about-box .process .left .item{
    margin-bottom: 0.12rem;
  }
  .about-box .process .left .item .point{
    top: 0.12rem;
    flex: 0 0 0.12rem;
    width: 0.12rem;
    height: 0.12rem;
    border: 1px solid #78BA1F;
    border-radius: 0.12rem;
    margin-right: 0.16rem;
  }
  .about-box .process .left .item .point::after{
    top: 0.2rem;
    width: 0.01rem;
    height: 0.6rem;
    background-size: 0.01rem 0.1rem;
  }
  .about-box .process .left .item .content{
    padding: 0.1rem 0.15rem;
    height: 0.64rem;
    border-radius: 0.04rem;
  }
  .about-box .process .left .item .content p{
    font-size: 0.14rem;
    margin-bottom: 0.02rem;
  }
  .about-box .process .left .item .content div{
    font-size: 0.14rem;
  }
  .about-box .process .left .item .content div span{
    font-size: 0.12rem;
  }
  .about-box .process .right{
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0.15rem;
    box-sizing: border-box;
  }
  .about-box .process .right .about-title{
    margin-bottom: 0.32rem;
  }
  .about-box .process .right .item{
    height: 0.18rem;
    line-height: 0.18rem;
    font-size: 0.14rem;
    margin-bottom: 0.21rem;
  }
  .about-box .process .right .item.selected{
    padding-right: 0.64rem;
    font-size: 0.21rem;
  }
  .about-box .process .right .item.selected::after{
    content: '';
    width: 0.5rem;
  }

  .about-box .advantages{
    padding: 0.4rem 0 0.4rem;
  }
  .about-box .advantages .main{
    display: block;
  }
  .about-box .advantages .main>div{
    margin: 0;
  }
  .about-box .advantages .main .adv-box{
    padding: 0 0.1rem;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .about-box .advantages .main .center{
    width: 100%;
    height: auto;
    padding: 0.1rem;
    box-sizing: border-box;
  }
  .about-box .advantages .main .center .adv-icon{
    display: none;
  }
  .about-box .advantages .main .adv-box .item{
    width: calc(50% - 0.1rem);
    min-height: 0.2rem;
    margin: 0 !important;
    padding: 0.12rem;
    box-sizing: border-box;
  }
  .about-box .advantages .idx{
    font-size: 0.24rem;
    margin-bottom: 0.08rem;
  }
  .about-box .advantages .title{
    font-size: 0.12rem;
    line-height: 0.21rem;
    margin-bottom: 0.06rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .about-box .advantages .intro{
    font-size: 0.12rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  


  .public-banner{
    height: 2.23rem;
    margin-bottom: 0.06rem;
  }
  .public-banner img{
    height: 100%;
    object-fit: cover;
  }
  .public-banner .text{
    min-width: 80%;
  }
  .public-banner .title-en{
    font-size: 0.24rem;
    margin-bottom: 0.04rem;
  }
  .public-banner .title{
    font-size: 0.16rem;
  }

  .public-local .container{
    padding: 0.04rem 0;
  }
  .public-local .left{
    padding: 0.02rem 0;
    width: 100%;
    min-width: auto;
  }
  .public-local .left .icon {
    width: 0.24rem;
    margin-right: 0.1rem;
  }
  .public-local .left .local{
    font-size: 0.12rem;
    line-height: 0.18rem;
  }
  .public-local .right .search-box{
    display: none;
  }

  
  .maintain-box .main{
    margin-bottom: 0.4rem;
  }
  .maintain-box .main .page-title{
    margin: 0.3rem auto 0.4rem;
    font-size: 0.21rem;
  }
  .maintain-box .main .swiper .item{
    margin-right: 0.08rem;
    margin-bottom: 0.3rem;
    
    width: calc(100%/3 - 0.16rem/3);
  }
  .maintain-box .main .swiper .item:nth-of-type(3n){
    margin-right: 0;
  }
  .maintain-box .main .swiper .item .img-box{
    margin-bottom: 0.08rem;
    height: auto;
    aspect-ratio: 1.75;
  }
  .maintain-box .main .swiper .item .title{
    font-size: 0.15rem;
    margin-bottom: 0.06rem;
  }
  .maintain-box .main .swiper .item .intro {
    height: 0.28rem;
    font-size: 0.11rem;
    letter-spacing: 0.01rem;
    line-height: 0.14rem;
    margin-bottom: 0.12rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .maintain-box .main .swiper .item .details{
    width: 0.94rem;
    height: 0.36rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
  }
  .maintain-box .main .swiper .item .details img{
    width: 0.04rem;
    margin-left: 0.06rem;
  }

  
  .cases-box .page-title{
    margin: 0.3rem auto 0.4rem;
    font-size: 0.18rem;
  }
  .cases-box .cases-list .item{
    padding-right: 0;
    flex: 0 0 calc(50% - 0.05rem);
    height: auto;
    margin-right: 0.1rem;
    margin-bottom: 0.2rem;
  }
  .cases-box .cases-list .item:nth-of-type(2n){
    margin-right: 0;
  }
  .cases-box .cases-list .item .content{
    padding: 0.1rem;
  }
  .cases-box .cases-list .item .title{
    width: 100%;
    height: 0.4rem;
    font-size: 0.14rem;
    margin-bottom: 1.32rem;
    text-align: center;
  }
  .cases-box .cases-list .item .details{
    width: 0.94rem;
    height: 0.36rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
    margin: 0 auto;
  }
  .cases-box .cases-list .item .details img{
    width: 0.05rem;
    margin-left: 0.06rem;
  }
  .cases-box .cases-list .item .img-box{
    width: calc(100% - 0.2rem);
    height: 1.15rem;
    top: 0.54rem;
    right: 0.1rem;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    
  }

  .cases-list-box .main{
    padding: 0.24rem 0;
  }
  .cases-list-box .container{
    display: block;
  }
  .cases-list-box .sidebar{
    width: 100%;
    
  }
  .cases-list-box .sidebar .top{
    display: none;
  }
  
  .cases-list-box .sidebar .side-nav{
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid #0A0A0A;
  }
  .cases-list-box .sidebar .side-nav .item{
    margin: 0 0.1rem 0.12rem;
    font-size: 0.14rem;
    padding: 0.05rem 0.1rem;
    border: 0.01rem solid #92969D;
  }
  .cases-list-box .main-content{
    width: 100%;
    padding: 0.4rem 0 0;
  }
  .cases-list-box .swiper-slide .item{
    margin-right: 0.08rem;
    flex: 0 0 calc(100%/3 - 0.16rem/3);
    width: calc(100%/3 - 0.16rem/3);
    margin-bottom: 0.32rem;
  }
  .cases-list-box .swiper-slide .item .img-box{
    margin-bottom: 0.12rem;
  }
  .cases-list-box .swiper-slide .item .title{
    font-size: 0.12rem;
    margin-bottom: 0.06rem;
  }
  .cases-list-box .swiper-slide .item .intro{
    font-size: 0.1rem;
    margin-bottom: 0.08rem;
  }
  .cases-list-box .main-content .back{
    width: 1rem;
    height: 0.36rem;
    font-size: 0.1rem;
    border-radius: 0.03rem;
  }
  .cases-list-box .main-content .back img{
    width: 0.04rem;
    margin-left: 0.05rem;
  }


  
  
  .news-box .state-tabbar{
    padding-top: 0.20rem;
    margin-bottom: 0.24rem;
    justify-content: space-around;
  }
  .news-box .state-tabbar .item{
    padding: 0.12rem 0;
    margin: 0 0.20rem;
    font-size: 0.16rem;
  }
  .news-box .state-main .swiper-slide .line-box{
    display: block;
    margin-bottom: 0.12rem;
  }
  .news-box .state-main .swiper-slide .line-box:nth-of-type(2n){
    margin-bottom: 0;
  }
  .news-box .state-main .swiper-slide .line-box>div{
    width: 100%;
    margin-right: 0;
  }
  .news-box .state-main .swiper-slide .left{
    margin-bottom: 0.12rem;
  }
  .news-box .state-main .swiper-slide .line-box:nth-of-type(2n) .left{
    top: 0;
  }
  .news-box .state-main .swiper-slide .left .time{
    font-size: 0.12rem;
    margin-bottom: 0.10rem;
  }
  .news-box .state-main .swiper-slide .left .title{
    font-size: 0.15rem;
    margin-bottom: 0.05rem;
  }
  .news-box .state-main .swiper-slide .left .intro{
    height: 0.56rem;
    line-height: 0.18rem;
    font-size: 0.12rem;
    margin-bottom: 0.10rem;
  }
  .news-box .state-main .swiper-slide .right .img-box{
    flex: 0 0 1.50rem;
    width: 1.50rem;
    height: 1.42rem;
    margin-right: 0.12rem;
  }
  .news-box .state-main .swiper-slide .right .item {
    padding: 0.06rem;
    margin-bottom: 0.12rem;
  }
  .news-box .state-main .swiper-slide .right .time {
    font-size: 0.12rem;
    margin-bottom: 0.06rem;
  }
  .news-box .state-main .swiper-slide .right .title {
    height: 0.36rem;
    line-height: 0.18rem;
    font-size: 0.14rem;
  }
  .news-box .state-main .swiper-slide .right .intro{
    height: 0.54rem;
    line-height: 0.18rem;
    font-size: 0.12rem;
  }
  .contact-box .main{
    padding-top: 0.4rem;
  }
  .contact-box .main .page-title{
    margin-left: 0;
    font-size: 0.22rem;
    padding-left: 0.2rem;
    margin-bottom: 0.27rem;
    box-sizing: border-box;
  }
  .contact-box .main .page-title.center{
    margin-bottom: 0.2rem;
    padding: 0;
  }
  .contact-box .main .page-title span{
    font-size: 0.15rem;
    margin-left: 0.10rem;
  }
  .contact-box .main .intro{
    width: 100%;
    font-size: 0.12rem;
    margin-left: 0;
    padding-left: 0.2rem;
    margin-bottom: 0.36rem;
    box-sizing: border-box;
  }
  .contact-box .main .data-mod{
    display: block;
    margin-bottom: 0.4rem;
  }
  .contact-box .main .data-mod .img-box {
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.21rem;
  }
  .contact-box .main .data-mod .content .item {
    flex: auto;
    width: auto;
    min-width: 50%;
    margin-bottom: 0.18rem;
  }
  .contact-box .main .data-mod .content .item .icon{
    flex: 0 0 0.32rem;
    width: 0.32rem;
    margin-right: 0.12rem;
  }
  .contact-box .main .data-mod .content .item .text{
    font-size: 0.12rem;
    line-height: 0.16rem;
  }
  .contact-box .main .data-mod .content .item .text div{
    margin-bottom: 0.04rem;
  }
  .contact-box .main .msg-mod{
    padding: 0.32rem 0.10rem;
  }
  .contact-box .main .msg-mod .title {
    font-size: 0.21rem;
    margin-bottom: 0.32rem;
  }
  .contact-box .main .msg-mod .form-box{
    display: block;
  }
  .contact-box .main .msg-mod .form-box>div{
    width: 100%;
    margin: 0;
  }
  .contact-box .main .msg-mod .form-box .input-box{
    margin-bottom: 0.21rem;
  }
  .contact-box .main .msg-mod .form-box .input-box .key{
    padding-top: 0.08rem;
    flex: 0 0 0.60rem;
    width: 0.60rem;
    font-size: 0.12rem;
    margin-right: 0.10rem;
  }
  .contact-box .main .msg-mod .form-box .input-box input {
    padding: 0 0.14rem;
    height: 0.30rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
  }
  .contact-box .main .msg-mod .form-box .input-box textarea {
    padding: 0.14rem;
    height: 1.80rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
  }
  
  .contact-box .main .map iframe{
    height: auto !important;
    aspect-ratio: 1.6;
  }

  
  .mt-details .details-mod .display{
    flex: 0 0 50%;
    width: 50%;
    margin-right: 0.40rem;
  }
  
  .mt-details .details-mod img{
    max-width: 100% !important;
  }
  .mt-details .details-mod table{
    max-width: 100% !important;
  }
  .mt-details .other-items .other-title{
    font-size: 0.18rem;
    margin-bottom: 0.3rem;
  }
  .mt-details .other-items .other-title .back-btn{
    width: 1.2rem;
    height: 0.4rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
  }
  .mt-details .other-items .other-title .back-btn img{
    width: 0.04rem;
    margin-left: 0.06rem;
  }

  .mt-details .other-items .swiper .item .title{
    font-size: 0.12rem;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0.12rem;
  }

  
  .cases-details .main{
    padding: 0.4rem 0 0.6rem;
  }
  .cases-details .main>.container{
    display: block;
  }
  .cases-details .sidebar{
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.2rem;
  }
  .cases-details .main-content{
    width: 100%;
  }
  .cases-details .details-mod .cases-title{
    font-size: 0.24rem;
    margin-bottom: 0.21rem;
  }
  .cases-details .details-mod .cases-img {
    width: 100%;
    height: auto;
    aspect-ratio: 1;
    margin-bottom: 0.34rem;
  }
  .cases-details .details-mod .type .title {
    font-size: 0.21rem;
    padding-bottom: 0.2rem;
  }
  .cases-details .details-mod .type .item{
    padding: 0.21rem 0;
  }
  .cases-details .details-mod .type .item .name {
    flex: 0 0 0.8rem;
    width: 0.8rem;
    font-size: 0.14rem;
    margin-right: 0.12rem;
  }
  .cases-details .details-mod .type .item .val{
    font-size: 0.12rem;
    line-height: 0.16rem;
  }

  .public-other{
    padding-top: 0.4rem;
  }
  .public-other .other-title{
    margin-bottom: 0.2rem;
  }
  .public-other .other-title .en{
    font-size: 0.21rem;
  }
  .public-other .other-title .cn{
    font-size: 0.2rem;
  }
  .public-other .other-swiper{
    margin-bottom: 0.2rem;
  }
  .public-other .swiper-slide .item {
    margin-right: 0.06rem;
    margin-bottom: 0.08rem;
    flex: 0 0 calc(100%/2 - 0.06rem/2);
    width: calc(100%/2 - 0.06rem/2);
  }
  .public-other .swiper-slide .item:nth-of-type(4n){
    margin-right: 0.06rem;
  }
  .public-other .swiper-slide .item:nth-of-type(2n){
    margin-right: 0;
  }
  .public-other .swiper-slide .item .img-box{
    margin-bottom: 0.12rem;
  }
  .public-other .swiper-slide .item .title{
    height: 0.32rem;
    font-size: 0.12rem;
    margin-bottom: 0.06rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .public-other .swiper-slide .item .intro{
    height: 0.28rem;
    font-size: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
 .public-other .back{
    width: 1.2rem;
    height: 0.4rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
  }
 .public-other .back img{
    width: 0.04rem;
    margin-left: 0.06rem;
  }

  .pdu-details .main{
    padding: 0.3rem 0 0.4rem;
  }
  .pdu-details .details-mod .pdu-title{
    font-size: 0.21rem;
    margin-bottom: 0.2rem;
  }

  .technology-box .main{
    padding-bottom: 0.4rem;
  }
  .technology-box .main .page-title{
    margin: 0.3rem auto 0.1rem;
    font-size: 0.16rem;
  }
  .technology-box .main .page-title .item{
    padding: 0.12rem 0;
    margin: 0 0.36rem;
    font-size: 0.16rem;
  }
  .technology-box .main .page-title .item.selected::after{
    height: 0.01rem;
  }
  .technology-box .tech-swiper{
    padding: 0.12rem;
    box-sizing: border-box;
  }
  .technology-box .tech-swiper .item{
    
    margin-bottom: 0.46rem;
  }
  .technology-box .tech-swiper .item:nth-of-type(3n){
    margin-right: 0.08rem;
  }
  .technology-box .tech-swiper .item:nth-of-type(2n){
    margin-right: 0;
  }
  .technology-box .tech-swiper .item .img-box{
    margin-bottom: 0;
  }
  
  .technology-box .tech-swiper .item .time{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-right: 0;
    margin-bottom: 0.06rem;
    padding: 0.03rem 0.08rem;
    box-sizing: border-box;
    font-size: 0.12rem;
  }
  .technology-box .tech-swiper .item .time p{
    width: auto;
    margin-right: 0.06rem;
    font-size: 0.18rem;
    line-height: 0.21rem;
  }
  .technology-box .tech-swiper .item .title{
    height: 0.38rem;
    font-size: 0.14rem;
    margin-bottom: 0.08rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .technology-box .tech-swiper .item .scan{
    font-size: 0.12rem;
  }
  .technology-box .tech-swiper .item .scan img{
    width: 0.16rem;
    margin-right: 0.06rem;
  }

  .tech-d-box .main{
    padding-top: 0.4rem;
  }
  .tech-d-box .main .container{
    flex-wrap: wrap;
  }
  .tech-d-box .main .sidebar{
    padding: 0;
    flex: 0 0 100%;
    width: 100%;
    margin-right: 0;
    order: 2;
  }
  .tech-d-box .main .sidebar .side-title{
    font-size: 0.16rem;
    margin-bottom: 0.20rem;
  }
  .tech-d-box .main .sidebar .side-title::after{
    left: -0.14rem;
    width: 0.05rem;
    height: 0.18rem;
    border-radius: 0.03rem;
  }
  .tech-d-box .main .side-others{
    margin-bottom: 0.42rem;
  }
  .tech-d-box .main .side-others .item{
    margin-bottom: 0.21rem;
  }
  .tech-d-box .main .side-others .img-box{
    width: 60%;
    margin-bottom: 0.12rem;
  }
  .tech-d-box .main .side-others .title{
    font-size: 0.14rem;
    margin-bottom: 0.18rem;
  }
  .tech-d-box .main .side-others .info{
    font-size: 0.12rem;
  }
  .tech-d-box .main .side-others .info .visitor{
    font-size: 0.12rem;
  }
  .tech-d-box .main .side-others .info .visitor img{
    width: 0.22rem;
  }
  .tech-d-box .main .sidebar .back{
    width: 1.86rem;
    height: 0.60rem;
    border-radius: 0.04rem;
  }
  .tech-d-box .main .sidebar .back{
    width: 1.40rem;
    height: 0.45rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
  }
  .tech-d-box .main .sidebar .back img{
    width: 0.06rem;
    margin-left: 0.08rem;
  }
  .tech-d-box .main-content{
    width: 100%;
    margin-bottom: 0.2rem;
    order: 1;
  }
  .tech-d-box .main-content .article-title{
    margin: 0 auto 0.24rem;
    font-size: 0.18rem;
  }
  .tech-d-box .main-content .info{
    font-size: 0.12rem;
    margin-bottom: 0.18rem;
  }
  .tech-d-box .main-content .info>div{
    margin: 0 0.10rem;
  }
  .tech-d-box .main-content .img-box{
    margin-bottom: 0.28rem;
  }
  .tech-d-box .main-content .content p{
    font-size: 0.13rem;
    line-height: 0.24rem;
    margin-bottom: 0.28rem;
  }

  .news-d-box .main{
    padding: 0.46rem 0 0.4rem;
  }
  .news-d-box .main .news-title{
    margin: 0 auto 0.24rem;
    font-size: 0.18rem;
  }
  .news-d-box .main .info{
    font-size: 0.12rem;
    margin-bottom: 0.18rem;
  }
  .news-d-box .main .info>div {
    margin: 0 0.10rem;
  }
  .news-d-box .main .back{
    width: 1.40rem;
    height: 0.45rem;
    font-size: 0.12rem;
    border-radius: 0.03rem;
  }
  .news-d-box .main .back img{
    width: 0.06rem;
    margin-left: 0.08rem;
  }

  
  .search-box .main{
    padding: 0.6rem 0 0.4rem;
  }
  .search-box .page-title{
    font-size: 0.14rem;
    margin-bottom: 0.08rem;
  }
  .search-box .res-list .item{
    padding: 0.12rem 0;
  }
  .search-box .res-list .item .img-box{
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    margin-right: 0.12rem;
  }
  .search-box .res-list .item .content{
    width: calc(100% - 1.12rem);
  }
  .search-box .res-list .item .title{
    font-size: 0.16rem;
    margin-bottom: 0.03rem;
  }
  .search-box .res-list .item .intro{
    height: 0.5rem;
    font-size: 0.12rem;
    margin-bottom: 0.04rem;
  }
  .search-box .res-list .item .details{
    font-size: 0.12rem;
  }
  .search-box .main .back{
    width: 140px;
    height: 45px;
    font-size: 12px;
    border-radius: 3px;
  }
  .search-box .main .back img{
    width: 6px;
    margin-left: 8px;
  }
}