.banner .swi_banner {
  /*height: 100vh;*/
}
.banner .swi_banner .swiper-pagination {
  bottom: 0.5rem;
}
.banner .swi_banner .swiper-pagination .swiper-pagination-bullet {
  width: 1rem;
  height: 0.1rem;
  background-color: #ffffff;
  border-radius: 0.04rem;
  margin: 0 0.16rem;
  opacity: 1;
}
.banner .swi_banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #ED9027;
}
.banner .swi_banner .swiper-slide {
  width: 100%;
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
}
.banner .swi_banner .swiper-slide img,
.banner .swi_banner .swiper-slide video {
  width: 100%;
  display: block;
  height: 100%;
  object-fit: cover;
}
.banner .swi_banner .swiper-slide .ban-full {
  width: 100%;
  height: 100%;
  /*position: absolute;*/
  left: 0;
  top: 0;
  z-index: 1;
}
.banner .swi_banner .swiper-slide .ban-full.ban-full_img {
  background-size: cover;
  background-position: left center;
  background-repeat: no-repeat;
}
.banner .swi_banner .swiper-slide .ban-full.ban-full_video {
  object-fit: cover;
}
.banner .swi_banner .swiper-slide .ban_container {
  position: absolute;
  left: 20%;
  top: 50%;
  z-index: 1;
  width: 100%;
  color: #fff;
  transform: translate(0, -50%);
}
.banner .swi_banner .swiper-slide .ban_container img {
  width: auto;
}
.banner .swi_banner .swiper-slide .ban_container.act {
  animation: slideSlow 1.2s;
  -moz-animation: slideSlow 1.2s;
  -webkit-animation: slideSlow 1.2s;
  -o-animation: slideSlow 1.2s;
}
@-webkit-keyframes slideSlow {
  0% {
    opacity: 0;
    top: 60%;
  }
  25% {
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@-moz-keyframes slideSlow {
  0% {
    opacity: 0;
    top: 60%;
  }
  25% {
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@-ms-keyframes slideSlow {
  0% {
    opacity: 0;
    top: 60%;
  }
  25% {
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@-o-keyframes slideSlow {
  0% {
    opacity: 0;
    top: 60%;
  }
  25% {
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
@keyframes slideSlow {
  0% {
    opacity: 0;
    top: 60%;
  }
  25% {
    opacity: 0;
  }
  100% {
    top: 50%;
    opacity: 1;
  }
}
.mtit {
  text-align: center;
}
.mtit .ib {
  font-size: 0.64rem;
  font-family: 'Bold';
  color: #11335F;
  line-height: 0.64rem;
}
.mtit .isml {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #999999;
  margin-top: 0.3rem;
}
.mtit.mt9 {
  margin-top: 1.9rem;
}
.mtit.mright {
  text-align: right;
}
.mtit.white .ib,
.mtit.white .isml {
  color: #fff;
}
.profile {
  position: relative;
  width: 100%;
  padding-left: 50%;
  box-sizing: border-box;
  margin-top: 0.6rem;
}
.profile .pde-img {
  width: 50%;
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
}
.profile .pdeli .pde-txt .txt_c {
  font-size: 0.2rem;
  box-sizing: border-box;
  padding-right: 6.5%;
}
.profile .pdeli .pde-txt .txt_b {
  margin: 1.1rem 0 0.7rem;
  text-align: center;
  width: 1.6rem;
  height: 0.38rem;
  color: #11335F;
  border-radius: 0.3rem;
  line-height: 0.38rem;
  transition-duration: 0.5s;
  border: 1px solid #11335F;
}
.profile .pdeli .pde-txt .txt_b:hover {
  background-color: #11335F;
  color: white;
}
.profile .pdeli .pde-jump {
  position: relative;
  background-color: #11335F;
  padding: 1rem 0;
}
.profile .pdeli .pde-jump:before {
  content: '';
  width: 33.3%;
  height: 100%;
  background-color: #11335F;
  position: absolute;
  left: -33.3%;
  top: 0;
}
.profile .pdeli .pde-jump .jumpn {
  font-size: 0;
  padding-left: 1rem;
}
.profile .pdeli .pde-jump .jumpn li {
  width: 50%;
  display: inline-block;
  margin-bottom: 0.6rem;
}
.profile .pdeli .pde-jump .jumpn li div {
  color: #ffffff;
  font-size: 0.2rem;
}
.profile .pdeli .pde-jump .jumpn li p {
  color: #ED9027;
  font-family: 'Bold';
}
.profile .pdeli .pde-jump .jumpn li b {
  font-size: 0.64rem;
  line-height: 0.64rem;
}
.profile .pdeli .pde-jump .jumpn li span {
  font-size: 0.4rem;
  padding-left: 0.06rem;

}
.swi_btn {
  position: relative;
  box-sizing: border-box;
}
.swi_btn .swiper-button-next,
.swi_btn .swiper-button-prev {
  width: 0.26rem;
  height: 0.88rem;
  margin-top: -0.44rem;
  background-color: transparent;
  background-image: url("../img/moreb.png");
  background-repeat: no-repeat;
  background-size: 0.26rem 0.88rem;
}
.swi_btn .swiper-button-next::after,
.swi_btn .swiper-button-prev::after {
  display: none;
}
.swi_btn .swiper-button-prev {
  left: 0;
  transform: scaleX(-1);
}
.swi_btn .swiper-button-next {
  right: 0;
}
.service .swiper {
  padding: 0.3rem 0.1rem;
  margin: 0 0.7rem;
}
.service .swiper-slide {
  position: relative;
  box-sizing: border-box;
  box-shadow: 0 0.06rem 0.1rem rgba(0, 0, 0, 0.5);
}
.service .swiper-slide .img {
  position: relative;
  transition: 0.3s;
}
.service .swiper-slide .img img {
  width: 100%;
  display: block;
}
.service .swiper-slide .hov {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  background-color: rgba(0, 51, 102, 0.8);
}
.service .swiper-slide:hover .hov {
  top: 0;
  transition: all 0.5s;
  opacity: 1;
}
.service .swiper-slide:hover .hov .txt {
  font-size: 0.24rem;
}
.iclient {
  position: relative;
  background-size: auto 2.26rem;
  background-repeat: no-repeat;
  background-position: bottom center;
  padding-bottom: 2.26rem;
}
.iclient .mtit {
  margin-bottom: 0.6rem;
}
.iclient .swi_btn {
  padding: 0 0.8rem;
  margin-bottom: 1rem;
}
.iclient .swi_btn .linknew{
  top:110%;
  position: absolute;
  left: 50%;
  width: .38rem;
  transform: translate(-50%,-50%);
}
.iclient .swiper-slide .img {
  margin: 0.4rem 0.7rem;
}
.icrall {
  position: relative;
  padding-right: 6.25%;
  margin-top: 0.9rem;
}
.icrall .icrcol {
  padding: 0.9rem 0 2.5rem;
  background-color: #11335F;
  position: relative;
  box-sizing: border-box;
  left: 6.25%;
}
.icrall .icrcol .mtit {
  padding-right: 6.25%;
}
.icrall .icrul {
  display: flex;
  display: -webkit-flex;
  overflow: hidden;
  position: relative;
  top: -1.8rem;
}
.icrall .icrul .icralli {
  position: relative;
  color: #ffffff;
  background-size: auto 100%;
  background-repeat: no-repeat;
  flex-basis: 14.583333%;
  height: 10rem;
  display: block;
}
.icrall .icrul .icralli::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
}
.icrall .icrul .icralli .icrallin {
  position: absolute;
  width: 100%;
  box-sizing: border-box;
  top: 40%;
  text-align: center;
}
.icrall .icrul .icralli .icrallin h5 {
  font-weight: 700;
  font-size: 0.3rem;
  margin-bottom: 0.36rem;
  height: 0.46rem;
  line-height: 0.46rem;
}
.icrall .icrul .icralli .icrallin .txt {
  font-size: 0.16rem;
  line-height: 0.3rem;
  width: 80%;
  margin: 0 auto;
  opacity: 1;
  height: 0;
  overflow: hidden;
}
.icrall .icrul .icralli.act,
.icrall .icrul .icralli:hover {
  flex-basis: 41.666666%;
}
.icrall .icrul .icralli.act .icrallin h5,
.icrall .icrul .icralli:hover .icrallin h5 {
  font-size: 0.48rem;
}
.icrall .icrul .icralli.act .icrallin .txt,
.icrall .icrul .icralli:hover .icrallin .txt {
  height: auto;
  animation: opacitySlow 1.2s;
  -moz-animation: opacitySlow 1.2s;
  -webkit-animation: opacitySlow 1.2s;
  -o-animation: opacitySlow 1.2s;
}
@-webkit-keyframes opacitySlow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes opacitySlow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes opacitySlow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes opacitySlow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes opacitySlow {
  0% {
    opacity: 0;
  }
  25% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.inews {
  background-color: #F2F2F2;
  padding: 1.9rem 0 1.1rem;
}
.inews .inewcon {
  font-size: 0;
  margin: 0.6rem 0;
}
.inews .inewcon .inewcon-ul,
.inews .inewcon .inewcon-swi {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.inews .inewcon .inewcon-ul {
  padding-right: 0.2rem;
}
.inews .inewcon .inewcon-ul .inewcon-li {
  position: relative;
  display: block;
  border-bottom: 1px solid #c6c6c6;
  padding: 0.56rem 0.3rem 0.54rem 1.46rem;
  font-size: 0.2rem;
}
.inews .inewcon .inewcon-ul .inewcon-li h5 {
  font-size: 0.16rem;
  font-family: 'Bold';
  color: #999;
  margin-bottom: 0.16rem;
}
.inews .inewcon .inewcon-ul .inewcon-li .date {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 1.46rem;
  text-align: center;
  color: #ED9027;
}
.inews .inewcon .inewcon-ul .inewcon-li .date span {
  font-size: 0.54rem;
  line-height: 0.54rem;
}
.inews .inewcon .inewcon-ul .inewcon-li .date div {
  font-size: 0.14rem;
  font-family: 'Bold';
}
.inews .inewcon .inewcon-ul .inewcon-li p {
  color: #333;
}
.inews .inewcon .inewcon-ul .inewcon-li.act {
  background-color: #ffffff;
  border-bottom: none;
  cursor: pointer;
}
.inews .inewcon .inewcon-swi {
  padding-left: 0.2rem;
}
.inews .inewcon .inewcon-swi .swiper {
  position: relative;
}
.inews .inewcon .inewcon-swi .swiper img {
  height: 5.1rem;
}
.inews .inewcon .inewcon-swi .swiper .txt {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  height: 1rem;
  padding: 0.1rem;
  box-sizing: border-box;
  color: #808080;
  font-size: 0.16rem;
  line-height: 0.28rem;
}
.inews .linknew {
  text-align: center;
}
.inews .linknew img {
  width: 0.38rem;
  height: 0.38rem;
}
.subg {
  position: relative;
  background-size: cover;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center bottom;
}
.suban {
  position: relative;
  overflow: hidden;
}
.suban .subanimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  animation: myshow 4s;
  -moz-animation: myshow 4s;
  -webkit-animation: myshow 4s;
  -o-animation: myshow 4s;
}
@-webkit-keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@-moz-keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@-ms-keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@-o-keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes myshow {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
.curban {
  background: #F2F2F2;
}
.curban .link {
  padding-left: 1.6rem;
  font-size: 0;
}
.curban .link a {
  font-size: 0.18rem;
  display: inline-block;
  padding: 0 0.5rem;
  color: #000;
  height: 0.65rem;
  line-height: 0.65rem;
  border-bottom: 0.05rem solid transparent;
}
.curban .link a.on,
.curban .link a:hover {
  color: #ED9027;
  border-bottom-color: #ED9027;
}
.subwarp .mtit {
  padding: 1.8rem 0 1.1rem;
}
.about {
  padding-bottom: 2.2rem;
  background-size: contain;
}
.about .ab-txt {
  font-size: 0.16rem;
}
.about .abnum {
  text-align: center;
  padding-top: 1rem;
}
.about .abnum ul {
  font-size: 0;
}
.about .abnum ul li {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  padding: 0 0.6rem 0 0.8rem;
}
.about .abnum ul li div {
  font-size: 0.18rem;
}
.about .abnum ul li p {
  color: #ED9027;
  font-family: 'Bold';
}
.about .abnum ul li p span {
  font-size: 0.6rem;
  line-height: 0.6rem;
}
.about .abnum ul li p b {
  font-size: 0.32rem;
}
.about .abnum ul li:after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #b9b9b9;
}
.about .abnum ul li:last-child:after {
  display: none;
}
.hexagon {
  position: relative;
  width: 0.2rem;
  height: 0.12rem;
  background: #999999;
}
.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 0;
  border-left: 0.1rem solid transparent;
  border-right: 0.1rem solid transparent;
}
.hexagon:before {
  top: -0.049rem;
  border-bottom: 0.05rem solid #999999;
}
.hexagon:after {
  bottom: -0.05rem;
  border-top: 0.05rem solid #999999;
}
.develop {
  background-color: #F2F2F2;
  padding-bottom: 1.6rem;
}
.develop .mtit .ib {
  font-size: 0.4rem;
}
.develop .swiper-develop {
  position: relative;
}
.develop .swiper-develop .swiper-slide {
  position: relative;
  font-size: 0;
  display: flex;
  flex-direction: row;
  background-color: #ffffff;
}
.develop .swiper-develop .swiper-slide .img,
.develop .swiper-develop .swiper-slide .txt {
  flex-basis: 50%;
}
.develop .swiper-develop .swiper-slide .txt {
  font-size: 0.16rem;
  line-height: 0.24rem;
  position: relative;
  padding: 0.4rem 0.5rem 0 0;
  box-sizing: border-box;
  color: #999999;
}
.develop .swiper-develop .swiper-slide .txt .t {
  color: #ED9027;
  font-size: 0.64rem;
  line-height: 0.64rem;
  font-family: 'Bold';
  text-align: right;
}
.develop .swiper-develop .swiper-slide .txt h5 {
  color: #231815;
  font-size: 0.24rem;
  margin-bottom: 0.2rem;
}
.develop .swiper-develop .swiper-slide .txt .txtin {
  padding: 0 0.5rem 0.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
}
.develop .swiper-slidernav {
  font-size: 0;
  position: relative;
  margin-top: 0.8rem;
}
.develop .swiper-slidernav .swiper::after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  top: 0.8rem;
  border-bottom: 0.02rem dotted #999999;
}
.develop .swiper-slidernav .swiper .swiper-button-prev,
.develop .swiper-slidernav .swiper .swiper-button-next {
  width: 0.62rem;
  height: 0.34rem;
  left: 50%;
  bottom: 0;
  margin-left: -0.66rem;
}
.develop .swiper-slidernav .swiper .swiper-button-prev::after,
.develop .swiper-slidernav .swiper .swiper-button-next::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../img/arrow-l.png");
  background-repeat: no-repeat;
  background-size: 0.62rem 0.34rem;
  position: absolute;
  top: 1.34rem;
}
.develop .swiper-slidernav .swiper .swiper-button-next::after {
  transform: rotate(180deg);
  right: -0.62rem;
}
.develop .swiper-slidernav .slidernv-li {
  text-align: center;
  position: relative;
  margin-top: 0.04rem;
  padding-top: 0.7rem;
  padding-bottom: 2rem;
}
.develop .swiper-slidernav .slidernv-li .dot {
  margin: 0 auto;
}
.develop .swiper-slidernav .slidernv-li b {
  color: #999999;
  font-size: 0.24rem;
  display: block;
  cursor: pointer;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  transition-duration: 0.3s;
  top: 0.15rem;
}
.develop .swiper-slidernav .swiper-slide-active .slidernv-li {
  margin-top: -0.02rem;
}
.develop .swiper-slidernav .swiper-slide-active .slidernv-li .dot {
  width: 0.44rem;
  height: 0.25rem;
  background: #ED9027;
}
.develop .swiper-slidernav .swiper-slide-active .slidernv-li .dot:before,
.develop .swiper-slidernav .swiper-slide-active .slidernv-li .dot:after {
  border-left-width: 0.22rem;
  border-right-width: 0.22rem;
}
.develop .swiper-slidernav .swiper-slide-active .slidernv-li .dot:before {
  top: -0.129rem;
  border-bottom-width: 0.14rem;
  border-bottom-color: #ED9027;
}
.develop .swiper-slidernav .swiper-slide-active .slidernv-li .dot:after {
  bottom: -0.13rem;
  border-top-width: 0.14rem;
  border-top-color: #ED9027;
}
.develop .swiper-slidernav .swiper-slide-active .slidernv-li b {
  color: #ED9027;
  font-size: 0.42rem;
  font-family: 'Bold';
  top: 0;
}
.sidiar {
  background-color: #f8f8f8;
}
.sidiar .mtit {
  background-color: #ffffff;
}
.sidiar .sidiarul {
  padding-bottom: 1px;
}
.sidiar .image-box {
  margin: 0.9rem 0;
  padding: 0.9rem 0;
  font-size: 0;
  position: relative;
}
.sidiar .image-box .image-box__content {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  margin-left: 35.4%;
  min-height: 5.1rem;
  background-color: #fff;
  box-shadow: 0 0.1rem 0.1rem rgba(0, 0, 0, 0.5);
  padding: 1rem 0.6rem 0.3rem 1.6rem;
}
.sidiar .image-box .image-box__content h5 {
  font-family: 'Bold';
  font-size: 0.32rem;
  margin-bottom: 0.3rem;
}
.sidiar .image-box .image-box__content .txt {
  font-size: 0.16rem;
  line-height: 0.3rem;
}
.sidiar .image-box .image-box__media {
  width: 43.75%;
  position: absolute;
  left: 0;
  top: 0;
}
.sidiar .image-box:nth-child(2n) .image-box__content {
  margin-left: 0;
  margin-right: 35.4%;
}
.sidiar .image-box:nth-child(2n) .image-box__media {
  right: 0;
  left: auto;
}
.sidbtn {
  text-align: center;
  padding-bottom: 1.6rem;
}
.sidbtn > div {
  display: inline-block;
  margin: 0 0.1rem;
}
.sidbtn > div img {
  width: 0.62rem;
  height: 0.34rem;
}
.client .partul {
  font-size: 0;
}
.client .partul .parit {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  margin-bottom: 0.6rem;
}
.client .client-txt {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #000;
}
.client .client-bg {
  margin-top: 0.9rem;
}
.client .client-bg img {
  display: block;
}
.honor {
  padding-bottom: 1.7rem;
}
.honor .partul {
  font-size: 0;
  border-left: 0.02rem solid #ececec;
  border-top: 0.02rem solid #ececec;
}
.honor .partul .parit {
  text-align: center;
  width: 50%;
  padding: 1.56rem 1.3rem 0.5rem;
  display: inline-block;
  vertical-align: top;
  border-right: 0.02rem solid #ececec;
  border-bottom: 0.02rem solid #ececec;
  box-sizing: border-box;
}
.honor .partul .parit .parimg {
  position: relative;
  overflow: hidden;
}
.honor .partul .parit .parimg img {
  height: 4.38rem;
  transition: all 0.6s;
}
.honor .partul .parit:hover .parimg img {
  transform: scale(0.95);
}
.honor .partul .parit .txt {
  font-size: 0.16rem;
  color: #666;
  margin-top: 0.5rem;
  height: 0.7rem;
}
.rapid .mtit .isml {
  width: 60%;
  margin: 0.3rem auto 0;
}
.rapid .rapul {
  display: flex;
  padding-top: 0.8rem;
  border-top: 0.02rem solid #c0c0c0;
}
.rapid .rapul .rapit {
  flex-basis: 57.15%;
  padding-right: 1rem;
  box-sizing: border-box;
}
.rapid .rapul .rapit h5 {
  font-size: 0.32rem;
  line-height: 0.32rem;
  margin-bottom: 0.1rem;
}
.rapid .rapul .rapit p {
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.32rem;
}
.rapid .rapul .rapimg {
  flex-basis: 42.85%;
}
.engineer {
  margin-top: 2rem;
  position: relative;
  padding-bottom: 1.8rem;
}
.engineer .engul {
  display: flex;
  background-color: #11335F;
  padding: 1.5rem 0 1.3rem;
  justify-content: space-evenly;
  position: relative;
  z-index: 1;
}
.engineer .engul .engli {
  text-align: center;
}
.engineer .engul .engli img {
  height: 0.8rem;
  margin: 0 auto;
}
.engineer .engul .engli p {
  font-size: 0.16rem;
  color: #ffffff;
  width: 1.64rem;
  margin: 0.1rem 0;
  height: 0.36rem;
}
.engineer .engul .engli b {
  font-family: 'Bold';
  color: #ED9027;
  font-size: 0.84rem;
  line-height: 0.84rem;
}
.engineer .engimg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.strate {
  padding-bottom: 1.9rem;
}
.strate .mtit .ib {
  font-size: 0.4rem;
  line-height: 0.4rem;
}
.strate .honor-carousel {
  height: 7rem;
  position: relative;
}
.strate .honor-carousel .honor-carousel_img,
.strate .honor-carousel .txt {
  height: 100%;
}
.strate .honor-carousel .txt {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 0.16rem;
  color: #666;
  line-height: 0.32rem;
  padding: 0.8rem 0.1rem 0 0.3rem;
  border-top: 0.01rem dashed #7c7c7c;
  border-bottom: 0.01rem dashed #7c7c7c;
  box-sizing: border-box;
  width: 26%;
  z-index: 5;
  background-color: #fff;
}
.strate .honor-carousel .honor-carousel_img {
  width: 74%;
}
.strate .honor-carousel .honor-carousel_img .swiper-cer {
  height: 100%;
  padding-top: 1rem;
  box-sizing: border-box;
  width: 10rem;
}
.strate .honor-carousel .honor-carousel_img .swiper-cer .swiper-slide {
  width: 3rem;
  align-items: center;
  transition: 300ms;
  z-index: 1;
}
.strate .honor-carousel .honor-carousel_img .swiper-cer .remove {
  transform: scale(0.7) translateY(-200px) translateX(350px);
}
.strate .honor-carousel .honor-carousel_img .swiper-cer .swiper-wrapper:has(+ .swiper-slide-prev) {
  background-color: yellow;
}
.strate .honor-carousel .honor-carousel_img .swiper-cer .swiper-slide-prev {
  transform: scale(0.8) translateY(-100px) translateX(100px);
  z-index: 2;
}
.strate .honor-carousel .honor-carousel_img .swiper-cer .swiper-slide-next {
  transform: scale(0.8) translateY(-100px) translateX(-100px);
  z-index: 2;
}
.strate .honor-carousel .honor-carousel_img .swiper-cer .swiper-slide-next + div {
  transform: scale(0.7) translateY(-200px) translateX(-350px);
}
.strate .honor-carousel .honor-carousel_img .swiper-cer .swiper-slide-active {
  transform: scale(1) !important;
  z-index: 3;
}
.strate .honor-carousel .honor-carousel_img .swiper-button-prev,
.strate .honor-carousel .honor-carousel_img .swiper-button-next {
  width: 0.62rem;
  height: 0.34rem;
  left: 50%;
  margin-left: -0.66rem;
  top: 79%;
}
.strate .honor-carousel .honor-carousel_img .swiper-button-prev::after,
.strate .honor-carousel .honor-carousel_img .swiper-button-next::after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("../img/arrow-l.png");
  background-repeat: no-repeat;
  background-size: 0.62rem 0.34rem;
  position: absolute;
  top: 1.34rem;
}
.strate .honor-carousel .honor-carousel_img .swiper-button-next::after {
  transform: rotate(180deg);
  right: -0.62rem;
}
.tech {
  padding-bottom: 2rem;
}
.tech .mtit {
  padding-bottom: 0.5rem;
}
.tech .pdeul .pdeli {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  background-color: #f8f8f8;
  margin-bottom: 0.8rem;
}
.tech .pdeul .pdeli .pde-txt,
.tech .pdeul .pdeli .pde-img {
  width: 50%;
}
.tech .pdeul .pdeli .pde-txt .ih .h1 {
  font-size: 0.32rem;
  position: relative;
  padding-bottom: 0.15rem;
  font-family: 'Bold';
}
.tech .pdeul .pdeli .pde-txt .ih .h1:after {
  content: '';
  width: 2.5rem;
  height: 0.05rem;
  background-color: #ED9027;
  position: absolute;
  left: 0;
  bottom: 0;
}
.tech .pdeul .pdeli .pde-txt .ih .h_intro {
  color: #333;
  font-size: 0.16rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
}
.tech .pdeul .pdeli .pde-img {
  padding-right: 0.5rem;
}
.tech .pdeul .pdeli.garboth-reverse .pde-txt {
  padding-right: 0.5rem;
}
.tech .pdeul .pdeli.garboth-reverse .pde-img {
  padding-right: 0;
}
.allone {
  background-color: #f8f8f8;
}
.allone .allul {
  display: flex;
  gap: 6%;
  flex-wrap: wrap;
  font-size: 0;
  justify-content: center;
}
.allone .allul .alli {
  position: relative;
  font-size: 0.16rem;
  color: #666666;
  line-height: 0.32rem;
  margin-bottom: 0.8rem;
  width: 47%;
  box-sizing: border-box;
  background-color: #fff;
  padding: 0.84rem 0.3rem 0.2rem 0.7rem;
}
.allone .allul .alli .allin {
  position: relative;
  z-index: 1;
}
.allone .allul .alli .ico {
  text-align: right;
  padding-right: 0.9rem;
}
.allone .allul .alli .ico img {
  width: 1rem;
  height: 1rem;
}
.allone .allul .alli h5 {
  font-size: 0.32rem;
  line-height: 0.32rem;
  font-family: 'Bold';
  position: relative;
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.allone .allul .alli h5:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.06rem;
  width: 2.5rem;
  background-color: #ED9027;
}
.allone .allul .alli p {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.32rem;
  height: 2.2rem;
  overflow: hidden;
}
.allone .allul .alli .hov {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.allone .allul .alli .hov img {
  object-fit: cover;
  height: 100%;
}
.allone .allul .alli .hov:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 51, 102, 0.8);
}
.allone .allul .alli:hover h5,
.allone .allul .alli:hover p {
  color: #fff;
}
.allone .allul .alli:hover .hov {
  opacity: 1;
}
.allone .intr {
  background-color: #11335F;
  color: #fff;
  margin-bottom: 1rem;
  padding: 1.8rem 2rem 0.8rem;
}
.allone .intr h5 {
  color: #ED9027;
  font-size: 0.4rem;
  text-align: center;
  margin-bottom: 0.4rem;
}
.allone .intr p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  height: 2rem;
}
.allone .process {
  padding-bottom: 2.3rem;
  overflow: auto;
}
.allone .process ul {
  font-size: 0;
  min-width: 10rem ;
}
.allone .process ul li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  word-break: break-word;
}
.allone .process ul li:last-of-type img {
  /*width: 2.1rem;*/
}
.allone .process ul li img {
  width: 2.5rem;
  margin-bottom: 0.6rem;
}
.allone .process ul li h5 {
  font-family: 'Bold';
  font-size: 0.24rem;
  margin-bottom: 0.3rem;
}
.allone .process ul li .txt {
  color: #666666;
  font-size: 0.16rem;
  line-height: 0.24rem;
  padding-right: 0.3rem;
}
.manage .system {
  padding-bottom: 0.7rem;
}
.manage .system .mtit {
  padding-bottom: 0.5rem;
  margin-bottom: 0.76rem;
  border-bottom: 1px dashed #d4d4d4;
}
.manage .iso {
  background-color: #f8f8f8;
  padding: 2.4rem 0;
}
.manage .iso .container {
  font-size: 0;
}
.manage .iso .tit,
.manage .iso .img {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}
.manage .iso .tit {
  width: 35%;
  padding-right: 0.4rem;
}
.manage .iso .tit h5 {
  font-size: 0.32rem;
  line-height: 0.48rem;
  color: #ED9027;
  position: relative;
  font-family: 'Bold';
  padding-bottom: 0.2rem;
  margin-bottom: 0.2rem;
}
.manage .iso .tit h5:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 2.5rem;
  height: 0.05rem;
  background-color: #ED9027;
}
.manage .iso .tit p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #666666;
}
.manage .iso .img {
  width: 65%;
  text-align: right;
  display: inline-flex;
}
.manage .iso .img .imgin {
  display: inline-block;
  vertical-align: middle;
  padding-left: 0.4rem;
  box-sizing: border-box;
  width: 50%;
}
.news .mtit {
  padding-bottom: 0.5rem;
}
.news .newit {
  border: 1px solid #d9d9d9;
  padding: 0.2rem;
}
.news .newit .newimg {
  border-radius: 0.1rem;
}
.news .newit .newimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news .newit .time {
  position: relative;
  height: 1rem;
  margin: 0.3rem 0 0.6rem;
}
.news .newit .time h5 {
  color: #999999;
  font-size: 0.24rem;
}
.news .newit .time .date {
  color: #ED9027;
  font-family: 'Bold';
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2rem;
}
.news .newit .time .date b {
  font-size: 0.78rem;
  line-height: 0.6rem;
}
.news .newit .time .date span {
  font-size: 0.2rem;
}
.news .newit h5 {
  font-size: 0.24rem;
  color: #000000;
}
.news .newit .txt {
  margin-top: 0.2rem;
  color: #808080;
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.news .newit {
  border: 1px solid #d9d9d9;
  padding: 0.2rem;
  display: block;
}
.news .newit .newimg img {
  border-radius: 0.1rem;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news .newit .time {
  position: relative;
  height: 1rem;
  margin: 0.3rem 0 0.6rem;
}
.news .newit .time h5 {
  color: #999999;
  font-size: 0.24rem;
}
.news .newit .time .date {
  color: #ED9027;
  font-family: 'Bold';
  position: absolute;
  right: 0;
  top: 0;
  width: 1.2rem;
}
.news .newit .time .date b {
  font-size: 0.78rem;
  line-height: 0.6rem;
}
.news .newit .time .date span {
  font-size: 0.2rem;
  display: block;
}
.news .newit h5 {
  font-size: 0.24rem;
  color: #000000;
}
.news .newit .txt {
  margin-top: 0.2rem;
  color: #808080;
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.news .mnewit {
  margin-bottom: 0.7rem;
  border-top: 1px solid #cccccc;
  padding-top: 0.7rem;
}
.news .mnewit .newit {
  position: relative;
  border: none;
  padding: 0 0 0 48.8%;
}
.news .mnewit .newit .newimg {
  position: absolute;
  left: 0;
  top: 0;
  width: 48.8%;
  height: 100%;
  box-sizing: border-box;
}
.news .mnewit .newit .time {
  margin-top: 0;
}
.news .mnewit .newit .newtxt {
  margin-left: 0.4rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.2rem;
  padding-right: 0.2rem;
}
.news .newsul {
  display: grid;
  grid-column-gap: 0.28rem;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 0.7rem;
}
.news .des_recent {
  padding: 0.9rem 24.4% 0.8rem 0;
  border-top: 1px solid #999999;
}
.news .des_recent > h5 {
  font-size: 0.32rem;
  font-family: 'Bold';
  color: #11335F;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 0.2rem;
}
.news .des_recent .recli {
  position: relative;
  padding: 0.4rem 0 0.4rem 2.7rem;
  border-bottom: 1px dashed #cccccc;
  display: block;
  cursor: pointer;
}
.news .des_recent .recli .reclimg {
  position: absolute;
  left: 0;
  top: 0.4rem;
}
.news .des_recent .recli .reclimg img {
  border-radius: 0.1rem;
  width: 2.4rem;
}
.news .des_recent .recli .txt h5 {
  font-size: 0.2rem;
  color: #000000;
  font-family: 'Bold';
  margin-bottom: 0.2rem;
  padding-top: 0.1rem;
}
.news .des_recent .recli .txt .p {
  color: #808080;
  line-height: 0.32rem;
  font-size: 0.16rem;
}
.editor {
  padding-top: 2rem;
}
.editor h2 {
  font-family: 'Bold';
  font-size: 0.32rem;
  line-height: 0.32rem;
  color: #11335F;
  text-align: center;
}
.editor .time {
  font-size: 0.24rem;
  font-family: 'Bold';
  border-bottom: 1px solid #cccccc;
  padding: 0.5rem 0 0.2rem;
  margin-bottom: 0.4rem;
  display: flex;
  justify-content: space-between;
}
.editor .time span {
  color: #231815;
}
.editor .time .date {
  color: #ED9027;
}
.editor .txt {
  font-size: 0.16rem;
  line-height: 0.32rem;
}
.pager {
  font-size: 0;
  text-align: center;
  margin: 1.6rem 0;
}
.pager a {
  display: inline-block;
  vertical-align: middle;
  width: 0.52rem;
  line-height: 0.34rem;
  height: 0.34rem;
  text-align: center;
  margin-left: 0.08rem;
  font-size: 0.16rem;
  background-color: #e6e6e6;
  color: #000;
}
.pager .page-prev,
.pager .page-next {
  width: auto;
  background-color: transparent;
}
.pager .page-prev img,
.pager .page-next img {
  width: 0.2rem;
  height: 0.21rem;
  margin-top: 0.08rem;
}
.pager .page-next img {
  transform: rotate(180deg);
}
.pager .page-cur {
  border-bottom: 0.02rem solid #ED9027;
}
.tags {
  margin: 1rem 0;
}
.tags h5 {
  font-size: 0.24rem;
}
.tags ul li {
  display: inline-block;
  vertical-align: middle;
  background-color: #e6e6e6;
  font-size: 0.24rem;
  margin: 0.2rem 0.4rem 0.2rem 0;
  padding: 0 0.75rem;
  height: 0.46rem;
  line-height: 0.46rem;
  border-radius: 0.3rem;
}
.blog .editor h2 {
  text-align: left;
}
.blog .recul {
  border-top: 1px solid #cccccc;
}
.blog .recul .recli {
  position: relative;
  padding: 0.5rem 0 0.5rem 50%;
  border-bottom: 1px dashed #cccccc;
  display: block;
  min-height: 4.6rem;
  box-sizing: border-box;
}
.blog .recul .recli .reclimg {
  position: absolute;
  left: 0;
  top: 0.5rem;
  width: 50%;
  padding-right: 0.2rem;
  box-sizing: border-box;
}
.blog .recul .recli .reclimg img {
  border-radius: 0.1rem;
  display: block;
  max-height: 4.6rem;
}
.blog .recul .recli .txt h5 {
  font-size: 0.36rem;
  line-height: 0.64rem;
  color: #000000;
  font-family: 'Bold';
  margin-bottom: 0.2rem;
}
.blog .recul .recli .txt .p {
  color: #808080;
  line-height: 0.32rem;
  font-size: 0.16rem;
}
.blog .recul .recli .txt .btn {
  width: 2.26rem;
  height: 0.34rem;
  line-height: 0.34rem;
  color: #ED9027;
  border-radius: 0.34rem;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0.5rem;
}
.blog .recul .recli:hover .txt .btn {
  color: #fff;
  background-color: #11335F;
}
.blog .blogdes {
  padding-right: 4.6rem;
  position: relative;
}
.blog .blogdes .blogri {
  width: 4rem;
  position: absolute;
  right: 0;
  top: 2rem;
}
.blog .blogdes .blogri .h5 {
  font-size: 0.24rem;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 0.25rem;
  position: relative;
}
.blog .blogdes .blogri .h5:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1rem;
  height: 0.05rem;
  background-color: #ED9027;
}
.blog .blogdes .blogri ul {
  font-size: 0;
}
.blog .blogdes .blogri ul li {
  color: #808080;
  font-size: 0.16rem;
  line-height: 0.32rem;
  padding: 0.16rem 0;
  border-bottom: 1px dashed #cccccc;
}
.msg {
  padding: 0 16.66% 2rem;
  position: relative;
}
.msg .msgin {
  text-align: center;
}
.msg .msgin input,
.msg .msgin textarea {
  font-size: 0.18rem;
  line-height: 0.3rem;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #8099b3;
  border-left: 0.1rem solid #ED9027;
}
.msg .msgin input {
  padding: 0 0.2rem;
  height: 0.8rem;
  line-height: 0.78rem;
  width: 49.2%;
}
.msg .msgin textarea {
  height: 2.6rem;
  padding: 0.2rem;
  margin-top: 0.2rem;
}
.msg .msgin .flex {
  justify-content: space-between;
}
.msg .msgin .sbtn {
  width: 2.7rem;
  height: 0.66rem;
  line-height: 0.66rem;
  background-color: #11335F;
  border-radius: 0.6rem;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-size: 0.3rem;
  display: inline-block;
  font-family: 'Bold';
  margin: 0.5rem 0;
}
.msg .msgin .sbtn:hover {
  opacity: 0.8;
}
.msg .mbg {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 3.76rem;
  width: auto;
  z-index: -1;
}
.contact .mtit {
  padding-bottom: 0.5rem;
}
.maps {
  position: relative;
}
.maps #container {
  height: 10rem;
}
.maps .finfo {
  width: 30.75%;
  background-color: rgba(0, 51, 102, 0.8);
  position: absolute;
  left: 1.2rem;
  top: 2.2rem;
  z-index: 99;
  padding: 0.5rem 0.7rem 0 0.7rem;
}
.maps .finfo h5 {
  font-size: 0.64rem;
  color: #ED9027;
  font-family: 'Bold';
  margin-bottom: 0.2rem;
}
.maps .finfo h4 {
  color: #fff;
  font-size: 0.24rem;
  padding: 0.3rem 0 0.2rem;
}
.maps .finfo #share {
  display: block;
}
.maps .finfo #share a {
  margin-right: 0.3rem;
}
.maps .finfo .finfo-b ul li {
  font-size: 0.24rem;
  color: #fff;
}
.maps .finfo .finfo-b ul li:first-child {
  font-size: 0.24rem;
}
.maps .finfo .finfo-b ul li img {
  width: 0.27rem;
  height: 0.24rem;
}
.product > .mtit {
  padding-bottom: 2rem;
}
.product .disinfect .tit {
  padding: 0 6.25% 1rem;
}
.product .disinfect .tit h5 {
  font-size: 0.4rem;
  font-family: 'Bold';
}
.product .disinfect .tit .txt {
  color: #666;
  font-size: 0.2rem;
  line-height: 0.3rem;
  margin-top: 0.3rem;
  border-bottom: 1px dashed #cccccc;
  padding-bottom: 0.2rem;
}
.product .disinfect .proul {
  position: relative;
  background-color: #f8f8f8;
  padding-left: 25%;
}
.product .disinfect .proul .pbg {
  position: absolute;
  left: 0;
  top: 0;
  width: 25%;
  height: 100%;
  object-fit: cover;
}
.product .disinfect .proul .proulin {
  display: grid;
  grid-column-gap: 0.3rem;
  grid-template-columns: repeat(3, 1fr);
  padding: 1rem 6.25% 0;
}
.product .disinfect .proul .proulin .prouli {
  margin-bottom: 0.6rem;
  display: block;
}
.product .disinfect .proul .proulin .prouli .img {
  transition: all 0.5s;
}
.product .disinfect .proul .proulin .prouli .txt {
  text-align: center;
}
.product .disinfect .proul .proulin .prouli .txt h5 {
  font-size: 0.24rem;
  margin: 0.3rem 0 0.1rem;
}
.product .disinfect .proul .proulin .prouli .txt p {
  color: #666666;
  font-size: 0.14rem;
  line-height: 0.21rem;
}
.product .disinfect .proul .proulin .prouli:hover .img {
  transform: scale(1.05);
}
.product .disinfect .pager {
  margin: 0;
  padding-bottom: 1.1rem;
  padding-top: 0.2rem;
}
.product .cert {
  padding-bottom: 1.8rem;
}
.product .cert .mtit {
  padding-bottom: 0.5rem;
}
.product .cert .mtit .ib {
  font-size: 0.4rem;
  color: #000000;
}
.product .cert .swiper {
  margin: 0 1.2rem;
}
.product .cert .swiper-slide {
  position: relative;
  box-sizing: border-box;
}
.product .cert .swiper-slide .img {
  position: relative;
  transition: 0.3s;
}
.product .cert .swiper-slide .img img {
  width: 100%;
  display: block;
}
.product .cert .swiper-slide .hov {
  position: absolute;
  left: 0;
  top: 130%;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-size: 0.24rem;
  background-color: #11335F;
}
.product .cert .swiper-slide:hover .hov {
  top: 0;
  transition: all 0.5s;
}
.product .cert .swiper-slide:hover .hov .txt {
  font-size: 0.24rem;
}
.ductpro {
  padding-bottom: 0.6rem;
}
.ductpro .swpro {
  padding: 1rem 0 0.8rem;
  font-size: 0;
  border-bottom: 1px dashed #cccccc;
}
.ductpro .swpro .ban-txt,
.ductpro .swpro .ban-l {
  display: inline-block;
  vertical-align: bottom;
  width: 50%;
  box-sizing: border-box;
}
.ductpro .swpro .ban-txt {
  padding-right: 0.4rem;
}
.ductpro .swpro .ban-txt h3 {
  font-size: 0.54rem;
  line-height: 0.54rem;
  margin-bottom: 0.2rem;
}
.ductpro .swpro .ban-txt ul li {
  font-size: 0.24rem;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 0.16rem;
  border-right: 0.02rem solid #000;
  line-height: 0.2rem;
}
.ductpro .swpro .ban-txt ul li:first-child {
  padding-left: 0;
}
.ductpro .swpro .ban-txt ul li:last-child {
  border-right: none;
}
.ductpro .swpro .ban-txt .p {
  color: #808080;
  font-size: 0.16rem;
  line-height: 0.32rem;
  padding-top: 0.4rem;
  margin: 0.4rem 0;
  height: 2rem;
  border-top: 1px solid #cccccc;
}
.ductpro .swpro .ban-txt .btn {
  background-color: #11335F;
  border-radius: 0.3rem;
  width: 2.6rem;
  height: 0.4rem;
  line-height: 0.4rem;
  text-align: center;
  cursor: pointer;
}
.ductpro .swpro .ban-txt .btn:hover{
  opacity: .8;
}
.ductpro .swpro .ban-txt .btn img,
.ductpro .swpro .ban-txt .btn span {
  display: inline-block;
  vertical-align: middle;
}
.ductpro .swpro .ban-txt .btn img {
  width: 0.26rem;
}
.ductpro .swpro .ban-txt .btn span {
  font-size: 0.24rem;
  color: #fff;
  padding-left: 0.2rem;
}
.ductpro .swpro .ban-l .swiper {
  border: 1px solid #cccccc;
  width: 6.5rem;
  height: 6.5rem;
  margin: 0 auto;
  text-align: center;
}
.ductpro .swpro .ban-l .swiper img{
  width: 100%;
}
.ductpro .swpro .ban-l .swiper .swiper-pagination-bullet-active {
  background-color: #ED9027;
}
.ductpro .edipro {
  padding: 1rem 0;
}
.ductpro .edipro h4 {
  font-size: 0.34rem;
  font-family: 'Bold';
}
.ductpro .edipro h5 {
  font-size: 0.24rem;
  font-family: 'Bold';
}
.ductpro .edipro p {
  font-size: 0.16rem;
  line-height: 0.32rem;
  color: #000;
}
.ductpro .msgpro {
  background-color: #f8f8f8;
}
.ductpro .msgpro .mtit {
  padding: 1.5rem 0 0.3rem;
}
.ductpro .msgpro .mtit .ib {
  font-size: 0.4rem;
}
.ductpro .msgpro .msg {
  padding: 0 11.9% 1.5rem;
}
@media screen and (max-width: 991px) {
  .iclient .swi_btn .linknew{
    top: 130%;
  }
  .banner .swi_banner .swiper-pagination .swiper-pagination-bullet{
    width: .5rem;
  }
  .banner .swi_banner .swiper-pagination{
    bottom: .2rem;
  }
  .banner .swi_banner{
    /*height: 30vh;*/
  }
  .swi_btn.aos-init{
    margin-bottom: 1.3rem;
  }
  .swi_btn.aos-init .linknew{
    top:140%!important;
  }
  .inews .inewcon .inewcon-swi{
    display: none;
  }
  .icrall .icrul .icralli .icrallin{
    top: 50%;
    transform: translate(0px, -50%);
  }
  .icrall .icrul .icralli.act, .icrall .icrul .icralli:hover{
    height: 4.5rem;
  }
  .icrall .icrul{
    flex-wrap: wrap;
  }
  .icrall .icrul .icralli{
    flex-basis:unset!important;
    width: 100%;
    height: 2rem;
    background-size: cover;
  }
  .icrall .icrcol{
    left: 0;
  }
  .icrall{
    padding-right: 0;
  }
  .banner .swi_banner .swiper-slide .ban_container{
    left: 5%;
  }
  .banner .swi_banner .swiper-slide .ban_container img{
    width: 88%;
  }
  .mtit .ib {
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .mtit .isml {
    font-size: 0.16rem;
  }
  .mtit.mt9 {
    margin-top: 1rem;
  }
  .profile {
    padding-left: 0;
  }
  .profile .pde-img {
    width: 100%;
    position: relative;
  }
  .profile .pdeli .pde-txt .txt_c {
    padding: 0.3rem;
  }
  .profile .pdeli .pde-txt .txt_b {
    margin: 0 0 0.6rem 0.3rem;
  }
  .profile .pdeli .pde-jump {
    text-align: center;
  }
  .profile .pdeli .pde-jump .jumpn {
    padding-left: 0;
  }
  .profile .pdeli .pde-jump .jumpn li b {
    font-size: 0.4rem;
    line-height: 0.4rem;
  }
  .iclient .swiper-slide .img {
    margin: 0.1rem;
  }
  .inews {
    padding-top: 0.6rem;
  }
  .inews .inewcon .inewcon-ul,
  .inews .inewcon .inewcon-swi {
    width: 100%;
    padding: 0;
  }
  .inews .inewcon .inewcon-swi .swiper img {
    height: auto;
  }
  .curban .link {
    padding-left: 0.15rem;
  }
  .curban .link a {
    padding: 0 0.3rem;
  }
  .subwarp .mtit {
    padding: 0.8rem 0 0.4rem;
  }
  .about {
    padding-bottom: 1.2rem;
  }
  .about .abnum ul li {
    box-sizing: border-box;
    width: 50%;
    margin-bottom: 0.4rem;
    padding-left: 0.4rem;
    padding-right: 0;
  }
  .about .abnum ul li:nth-child(2n):after {
    display: none;
  }
  .about .abnum ul li p span {
    font-size: 0.4rem;
    line-height: 0.5rem;
  }
  .develop .swiper-develop .swiper-slide {
    display: block;
  }
  .develop .swiper-develop .swiper-slide .txt {
    padding: 0.2rem 0.3rem 0.3rem;
  }
  .develop .swiper-develop .swiper-slide .txt .t {
    font-size: 0.5rem;
  }
  .develop .swiper-develop .swiper-slide .txt .txtin {
    position: relative;
    padding: 0;
    margin-top: 0.3rem;
  }
  .client .partul .parit {
    width: 33.33%;
  }
  .honor {
    padding-bottom: 1rem;
  }
  .honor .partul .parit {
    padding: 0.5rem 0.2rem 0.1rem;
    width: 100%;
  }
  .honor .partul .parit .parimg img {
    height: auto;
  }
  .honor .partul .parit .txt {
    height: auto;
    margin: 0.3rem 0 0.2rem;
  }
  .tech {
    padding-bottom: 0.6rem;
  }
  .tech .pdeul .pdeli {
    display: block;
    padding: 0.2rem;
    margin-bottom: 0.4rem;
  }
  .tech .pdeul .pdeli .pde-txt,
  .tech .pdeul .pdeli .pde-img {
    width: 100%;
  }
  .tech .pdeul .pdeli .pde-txt {
    margin-top: 0.3rem;
  }
  .tech .pdeul .pdeli .pde-txt .ih .h1 {
    font-size: 0.26rem;
  }
  .tech .pdeul .pdeli .pde-txt .ih .h1:after {
    width: 2rem;
  }
  .tech .pdeul .pdeli .pde-txt .ih .h_intro {
    margin-top: 0.2rem;
  }
  .tech .pdeul .pdeli .pde-img {
    padding-right: 0;
  }
  .tech .pdeul .pdeli.garboth-reverse .pde-txt {
    padding-right: 0;
  }
  .news .newit .time .date {
    width: 100%;
    position: relative;
    text-align: right;
  }
  .news .mnewit .newit {
    padding: 0;
  }
  .news .mnewit .newit .newimg {
    width: 100%;
    position: relative;
  }
  .news .mnewit .newit .newtxt {
    margin: 0.3rem 0 0 0;
    padding-right: 0;
  }
  .news .mnewit .newit .time .date {
    position: relative;
    text-align: right;
  }
  .news .newsul {
    grid-template-columns: repeat(1, 1fr);
  }
  .news .newsul .newit {
    margin-bottom: 0.4rem;
  }
  .news .des_recent {
    padding-right: 0;
  }
  .news .des_recent > h5 {
    font-size: 0.28rem;
  }
  .pager {
    margin-top: 0.6rem;
    margin-bottom: 1rem;
  }
  .editor {
    padding-top: 1rem;
  }
  .editor h2 {
    font-size: 0.28rem;
  }
  .editor .time {
    font-size: 0.2rem;
  }
  .tags {
    margin: 0.6rem 0;
  }
  .tags ul li {
    font-size: 0.2rem;
    margin: 0.1rem 0.16rem 0.1rem 0;
    padding: 0 0.3rem;
  }
  .tags ul li:last-child {
    margin-right: 0;
  }
  .blog .recul .recli {
    padding: 0.3rem 0;
    min-height: auto;
  }
  .blog .recul .recli .reclimg {
    position: relative;
    top: 0;
    width: 100%;
    padding-right: 0;
  }
  .blog .recul .recli .reclimg img {
    min-height: auto;
    width: 100%;
  }
  .blog .recul .recli .txt {
    margin-top: 0.3rem;
    padding-bottom: 0.4rem;
  }
  .blog .recul .recli .txt h5 {
    font-size: 0.28rem;
    line-height: 0.28rem;
  }
  .blog .recul .recli .txt .btn {
    bottom: 0.3rem;
  }
  .blog .blogdes {
    padding-right: 0;
    margin-bottom: 0.8rem;
  }
  .blog .blogdes .blogri {
    width: 100%;
    position: relative;
    top: 0;
  }
  .msg {
    padding: 0.2rem;
  }
  .msg .msgin input {
    width: 100%;
    margin-top: 0.2rem;
  }
  .msg .msgin textarea {
    height: 2.6rem;
    padding: 0.2rem;
    margin-top: 0.2rem;
  }
  .msg .msgin .flex {
    display: block;
  }
  .msg .mbg {
    height: 2.2rem;
  }
  .maps #container {
    height: 7rem;
  }
  .maps .finfo {
    width: 90%;
    left: 5%;
    top: 5%;
    box-sizing: border-box;
    padding: 0.2rem 0.2rem 0 0.2rem;
  }
  .maps .finfo h5 {
    font-size: 0.34rem;
  }
  .maps .finfo h4 {
    font-size: 0.18rem;
  }
  .maps .finfo #share {
    display: block;
  }
  .maps .finfo #share a {
    margin-right: 0.15rem;
  }
  .maps .finfo .finfo-b ul li {
    font-size: 0.18rem;
  }
  .maps .finfo .finfo-b ul li:first-child {
    font-size: 0.18rem;
  }
  .product .disinfect .tit {
    padding: 0 0.2rem 0.4rem;
  }
  .product .disinfect .tit h5 {
    font-size: 0.24rem;
  }
  .product .disinfect .proul {
    padding-left: 0%;
  }
  .product .disinfect .proul .pbg {
    width: 20%;
    display: none;
  }
  .product .disinfect .proul .proulin {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 0.15rem;
    padding: 0.5rem 0.15rem 0;
  }
  .product .disinfect .proul .proulin .prouli .txt h5 {
    font-size: 0.18rem;
  }
  .product .disinfect .pager {
    padding-bottom: 0.5rem;
  }
  .product .cert {
    padding-bottom: 1rem;
  }
  .ductpro .swpro {
    padding: 0.6rem 0;
    display: flex;
    flex-direction: column-reverse;
  }
  .ductpro .swpro .ban-txt,
  .ductpro .swpro .ban-l {
    width: 100%;
  }
  .ductpro .swpro .ban-txt {
    padding-right: 0;
    margin-top: .3rem;
  }
  .ductpro .swpro .ban-txt h3 {
    font-size: 0.24rem;
    line-height: 0.24rem;
  }
  .ductpro .swpro .ban-txt .p {
    height: auto;
  }
  .ductpro .swpro .ban-txt ul li {
    font-size: 0.18rem;
  }
  .ductpro .swpro .ban-l {
    margin-top: 0.6rem;
  }
  .ductpro .swpro .ban-l .swiper {
    width: 100%;
  }
  .ductpro .msgpro .mtit {
    padding-top: 0.8rem;
  }
  .ductpro .msgpro .msg {
    padding: 0.2rem;
  }
  .rapid .mtit .isml {
    width: 100%;
  }
  .rapid .rapul {
    display: block;
    padding-top: 0.5rem;
  }
  .rapid .rapul .rapit {
    padding-right: 0;
    margin-bottom: 0.5rem;
  }
  .rapid .rapul .rapit h5 {
    font-size: 0.24rem;
  }
  .rapid .rapul .rapimg {
    flex-basis: 42.85%;
  }
  .engineer {
    margin-top: 0.8rem;
  }
  .engineer .engul {
    display: block;
    font-size: 0;
    padding: 0.6rem 0 0.2rem;
  }
  .engineer .engul .engli {
    display: inline-block;
    width: 50%;
    margin-bottom: 0.4rem;
  }
  .engineer .engul .engli p {
    width: auto;
  }
  .strate {
    padding-bottom: 1rem;
  }
  .strate .honor-carousel {
    height: auto;
  }
  .strate .honor-carousel .txt {
    position: relative;
    width: 100%;
    padding: 0.3rem;
    margin-bottom: 0.4rem;
  }
  .strate .honor-carousel .honor-carousel_img {
    width: 100%;
  }
  .strate .honor-carousel .honor-carousel_img .swiper-cer {
    width: 100%;
    box-sizing: border-box;
    padding: 1.4rem 0.15rem 1rem;
  }
  .allone .allul .alli {
    width: 100%;
    margin-bottom: 0.4rem;
    padding: 0.4rem 0.1rem 0.2rem 0.3rem;
  }
  .allone .allul .alli .ico {
    padding-right: 0;
  }
  .allone .allul .alli p {
    height: auto;
  }
  .allone .intr {
    padding: 0.3rem;
  }
  .allone .intr h5 {
    font-size: 0.24rem;
    margin-bottom: 0.24rem;
  }
  .allone .intr p {
    height: auto;
  }
  .allone .process {
    padding-bottom: 1rem;
  }
  .allone .process ul li {
    width: 20%;
  }
  .allone .process ul li img {
    margin-bottom: 0.6rem;
  }
  .allone .process ul li h5 {
    font-family: 'Bold';
    font-size: 0.24rem;
    margin-bottom: 0.3rem;
  }
  .allone .process ul li .txt {
    color: #666666;
    font-size: 0.16rem;
    line-height: 0.24rem;
  }
  .manage .iso {
    padding: 1rem 0;
  }
  .manage .iso .tit,
  .manage .iso .img {
    display: block;
    width: 100%;
  }
  .manage .iso .tit {
    padding-right: 0;
  }
  .manage .iso .tit h5 {
    font-size: 0.32rem;
  }
  .manage .iso .img {
    text-align: left;
    margin-top: 0.3rem;
  }
  .manage .iso .img .imgin {
    padding: 0 0.1rem;
  }
  .sidiar .sidiarul {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
  .sidiar .image-box {
    padding: 0;
  }
  .sidiar .image-box .image-box__content {
    margin-left: 0;
    padding: 0.3rem;
    min-height: auto;
  }
  .sidiar .image-box .image-box__media {
    width: 100%;
    position: relative;
  }
  .sidiar .image-box:nth-child(2n) .image-box__content {
    margin-right: 0;
  }
  .sidbtn {
    padding-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .news .des_recent .recli {
    padding-left: 0;
  }
  .news .des_recent .recli .reclimg {
    position: relative;
    top: 0;
  }
  .news .des_recent .recli .reclimg img {
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */