.fix_pro {
  height: 80px;
  position: fixed;
  top: 80px;
  left: 0;
  width: 100%;
  z-index: 9999;
  background: #fff;
  border-top: 1px solid #F4F4F4;
  display: flex;
  justify-content: center;
  gap: 80px;
}
.fix_pro .list {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.fix_pro .list.on .ic, .fix_pro .list:hover .ic {
  filter: unset;
}
.fix_pro .list.on p, .fix_pro .list:hover p {
  color: var(--color);
}
.fix_pro .list .ic {
  margin: 0 16px 0 0;
  width: 45px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .6s ease;
  filter: brightness(1.4) grayscale(1);
}
.fix_pro .list .ic img {
  object-fit: contain;
}
.fix_pro .list p {
  color: #111;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}

.common_cut {
  position: fixed;
  top: 80px;
  width: 100%;
  border-top: 1px solid #F4F4F4;
}

.about1 {
  background: linear-gradient(180deg, #FDFEFF 0%, #DBEBFA 48.56%, #6195C5 100%);
  padding: 349px 0 0;
}
.about1 .wrap {
  width: 1600px;
  margin: auto;
}
.about1 .wrap .top {
  display: flex;
  justify-content: space-between;
}
.about1 .wrap .top .title {
  color: #1A1A1A;
  font-size: 46px;
  font-style: normal;
  font-weight: bold;
  line-height: 134.783%;
  text-transform: uppercase;
}
.about1 .wrap .top .title .pic {
  width: 100%;
  margin: 53px 0 0 0;
}
.about1 .wrap .top .title .pic img{
  width: 100%;
  border-radius: 12px;
}
.about1 .wrap .top .title span {
  color: var(--color);
}
.about1 .wrap .top .text {
  width: 782px;
  color: #1A1A1A;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  text-transform: uppercase;
  margin: 205px 0 0 0;
}
.about1 .wrap .figure {
  display: flex;
  justify-content: space-between;
  margin: 240px 0 0 0;
}
.about1 .wrap .figure .item {
  width: 380px;
  height: 220px;
  border-radius: 32px;
  background: #FFF;
  box-shadow: 0 0 32px 0 rgba(0, 0, 0, 0.05);
  padding: 70px 60px 0 60px;
  display: flex;
  justify-content: space-between;
}
.about1 .wrap .figure .item:hover .icon img {
  transform: rotateY(180deg);
}
.about1 .wrap .figure .item:nth-child(2n) {
  margin: 120px 0 0 0;
}
.about1 .wrap .figure .item .l .dis {
  display: flex;
}
.about1 .wrap .figure .item .l .dis span {
  color: #2EA148;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Poppins r',sans-serif;
  line-height: 100%;
}
.about1 .wrap .figure .item .l .dis .dw {
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 0 7px;
}
.about1 .wrap .figure .item .l p {
  color: #A3A3A3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  margin: 4px 0 0 0;
}
.about1 .wrap .figure .item .icon {
  width: 41px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about1 .wrap .figure .item .icon img {
  object-fit: contain;
  transition: 1s;
}
.about1 .wrap .images {
  width: 100vw;
  margin: 88px 0 0 0;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  cursor: none;
}
.about1 .wrap .images img {
  width: 100%;
}

.cursor {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: opacity .3s, color .4s;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
}
.cursor .more_about {
  width: 130px;
  height: 130px;
  background: rgba(46, 161, 72, 0.8);
  backdrop-filter: blur(16px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transform: scale(0);
  opacity: 0;
  transition: .3s ease;
}
.cursor .more_about.on {
  opacity: 1;
  transform: scale(1);
}
.cursor .more_about .rote {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 116px;
  height: 116px;
  animation: roteAnimate 12s linear infinite;
}
.cursor .more_about .joke svg {
  width: 14px;
  height: 14px;
  margin: auto;
  display: block;
}
.cursor .more_about .joke p {
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 10px 0 0 0;
}

body:hover .cursor {
  opacity: 1;
}

.about2 {
  border-radius: 66px 66px 0 0;
  background: #FFF;
  margin-top: -66px;
  position: relative;
  z-index: 2;
  padding: 197px 0 80px;
}
.about2 .wrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 1600px;
  margin: auto;
}
.about2 .wrap .l {
  width: 650px;
  position: relative;
  z-index: 5;
  background: #fff;
}
.about2 .wrap .l .title {
  color: #1A1A1A;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 40px;
}
.about2 .wrap .l .text {
  color: #C7C7C7;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 200%;
  /* 200% */
  text-transform: uppercase;
}
.about2 .wrap .l .text span {
  color: #1A1A1A;
}
.about2 .wrap .l .other {
  margin: 50px 0 0 0;
  padding: 46px 0 0 0;
  border-top: 1px solid #F6F6F6;
  display: flex;
  justify-content: space-between;
}
.about2 .wrap .l .other .fig {
  display: flex;
}
.about2 .wrap .l .other .fig .item .dis {
  display: flex;
}
.about2 .wrap .l .other .fig .item .dis span {
  color: #2EA148;
  font-family: 'Poppins r',sans-serif;
  font-size: 64px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 64px */
  text-transform: uppercase;
}
.about2 .wrap .l .other .fig .item .dis .dw {
  color: #888;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 0 7px;
}
.about2 .wrap .l .other .fig .item p {
  color: #A3A3A3;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
  text-transform: uppercase;
  margin: 7px 0 0 0;
}
.about2 .wrap .l .other .button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about2 .wrap .l .other .button .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  transition: .6s ease;
  cursor: pointer;
}
.about2 .wrap .l .other .button .circle:first-child {
  transform: rotate(180deg);
}
.about2 .wrap .l .other .button .circle:hover {
  border: 1px solid var(--color);
}
.about2 .wrap .l .other .button .circle:hover .iconfont {
  color: var(--color);
}
.about2 .wrap .l .other .button .circle .iconfont {
  font-size: 16px;
  color: #D9D9D9;
  transition: .6s ease;
}
.about2 .wrap .r {
  width: 723px;
}
.about2 .wrap .r .honorSwiper {
  width: 100%;
  height: 480px;
  overflow: unset;
}
.about2 .wrap .r .honorSwiper .swiper-slide.swiper-slide-active .img, .about2 .wrap .r .honorSwiper .swiper-slide.swiper-slide-next .img {
  opacity: 1;
}
.about2 .wrap .r .honorSwiper .swiper-slide .img {
  width: 100%;
  height: 100%;
  transform-origin: bottom;
  box-shadow: 5px 25px 49px 0 rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 1s;
}
.about2 .wrap .r .honorSwiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.about3 {
  padding: 190px 0 0;
  position: relative;
  z-index: 5;
}
.about3 .bg {
  position: absolute;
  width: 100%;
  max-height: unset;
  top: 100px;
  left: 0;
  z-index: -1;
}
.about3 .wrap {
  width: 1600px;
  margin: auto;
}
.about3 .wrap .top {
  display: flex;
  justify-content: space-between;
}
.about3 .wrap .top .title {
  color: #1A1A1A;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
}
.about3 .wrap .top .button {
  display: flex;
  align-items: center;
  gap: 15px;
}
.about3 .wrap .top .button .circle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  transition: .6s ease;
  cursor: pointer;
}
.about3 .wrap .top .button .circle:first-child {
  transform: rotate(180deg);
}
.about3 .wrap .top .button .circle:hover {
  border: 1px solid var(--color);
}
.about3 .wrap .top .button .circle:hover .iconfont {
  color: var(--color);
}
.about3 .wrap .top .button .circle .iconfont {
  font-size: 16px;
  color: #D9D9D9;
  transition: .6s ease;
}
.about3 .wrap .content {
  position: relative;
}
.about3 .wrap .content .line2 {
  position: absolute;
  width: 911px;
  left: 50%;
  bottom: -100px;
  transform: translateX(-50%);
}
.about3 .wrap .content .textImg {
  width: 678px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 1;
}
.about3 .wrap .content .line {
  position: absolute;
  width: 100%;
  left: 0;
  top: 60px;
}
.about3 .wrap .content .deviceSwiper {
  width: 1800px;
  left: 50%;
  transform: translateX(-50%);
  height: 800px;
}
.about3 .wrap .content .deviceSwiper .swiper-slide.swiper-slide-active .item {
  margin: 0;
}
.about3 .wrap .content .deviceSwiper .swiper-slide .item {
  margin: 250px 0 0 0;
}
.about3 .wrap .content .deviceSwiper .swiper-slide .item .img {
  width: 100%;
  height: 360px;
  border-radius: 16px;
  border: 4px solid #FFF;
  overflow: hidden;
}
.about3 .wrap .content .deviceSwiper .swiper-slide .item .img:hover img {
  transform: scale(1.05);
}
.about3 .wrap .content .deviceSwiper .swiper-slide .item .img img {
  width: 100%;
  height: 100%;
  transition: 1s;
}
.about3 .wrap .content .deviceSwiper .swiper-slide .item .text {
  margin: 20px 0 0 0;
  text-align: center;
  font-size: 18px;
  color: #000;
}

.about4 {
  padding: 180px 0 167px;
}
.about4 .wrap {
  width: 1600px;
  margin: auto;
}
.about4 .wrap .title {
  text-align: center;
  margin: 0 0 53px;
}
.about4 .wrap .title .p1 {
  color: #1A1A1A;
  font-size: 48px;
  font-style: normal;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 25px;
}
.about4 .wrap .title .p2 {
  width: 1100px;
  margin: auto;
  color: #1A1A1A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  /* 150% */
  text-transform: uppercase;
}
.about4 .wrap .content {
  position: relative;
}
.about4 .wrap .content .button {
  position: absolute;
  width: 1760px;
  top: 43%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
}
.about4 .wrap .content .button .circle {
  pointer-events: auto;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #D9D9D9;
  transition: .6s ease;
  cursor: pointer;
}
.about4 .wrap .content .button .circle:first-child {
  transform: rotate(180deg);
}
.about4 .wrap .content .button .circle:hover {
  border: 1px solid var(--color);
}
.about4 .wrap .content .button .circle:hover .iconfont {
  color: var(--color);
}
.about4 .wrap .content .button .circle .iconfont {
  font-size: 16px;
  color: #D9D9D9;
  transition: .6s ease;
}
.about4 .wrap .content .qualitySwiper {
  overflow: unset;
  width: 1500px;
}
.about4 .wrap .content .qualitySwiper .swiper-slide.swiper-slide-next .img:after, .about4 .wrap .content .qualitySwiper .swiper-slide.swiper-slide-next + .swiper-slide .img:after {
  /*opacity: 1;*/
}
.about4 .wrap .content .qualitySwiper .swiper-slide.swiper-slide-next .img:before, .about4 .wrap .content .qualitySwiper .swiper-slide.swiper-slide-next + .swiper-slide .img:before {
  opacity: 0;
}
.about4 .wrap .content .qualitySwiper .swiper-slide.swiper-slide-active .img:after, .about4 .wrap .content .qualitySwiper .swiper-slide.swiper-slide-active .img:before {
  opacity: 0 !important;
}
.about4 .wrap .content .qualitySwiper .swiper-slide .text {
  width: fit-content;
  padding: 0 20px;
  height: 52px;
  border-radius: 8px;
  background: #2EA148;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 30px auto 0;
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
}
.about4 .wrap .content .qualitySwiper .swiper-slide .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 14px;
}
.about4 .wrap .content .qualitySwiper .swiper-slide .img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: transparent;
  background: linear-gradient(90deg, #fff 70%, rgba(255, 255, 255, 0.7));
  z-index: 3;
  transition: .6s ease;
  opacity: 0;
  display: none;
}
.about4 .wrap .content .qualitySwiper .swiper-slide .img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: transparent;
  background: linear-gradient(90deg, #fff 70%, rgba(255, 255, 255, 0.7));
  z-index: 3;
  transform: rotate(180deg);
  transition: .6s ease;
  display: none;
}
.about4 .wrap .content .qualitySwiper .swiper-slide .img img {
  width: 100%;
  max-height: 500px;
  object-fit: contain;
}
.about4 .wrap .a_lantern {
  margin: 55px 0 0 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.about4 .wrap .a_lantern:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(90deg, #fff, transparent);
}
.about4 .wrap .a_lantern:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  pointer-events: none;
  background: linear-gradient(-90deg, #fff, transparent);
  z-index: 3;
}
.about4 .wrap .a_lantern .go {
  width: max-content;
  display: flex;
  animation: goA 30s linear infinite;
}
.about4 .wrap .a_lantern .go .flex {
  display: flex;
  align-items: center;
}
.about4 .wrap .a_lantern .go .flex .img {
  margin: 0 140px 0 0;
  height: 45px;
}

@media screen and (max-width: 1919px) {
  .fix_pro{
    height: 4.1666666667vw;
    top: 4.1666666667vw;
    gap: 4.1666666667vw;
  }
  .fix_pro .list .ic{
    margin: 0px 0.8333333333vw 0px 0px;
    width: 2.34375vw;
    height: 2.5vw;
  }
  .fix_pro .list p{
    font-size: 0.9375vw;
  }
  .common_cut{
    top: 4.1666666667vw;
  }
  .about1{
    padding: 18.1770833333vw 0px 0px;
  }
  .about1 .wrap{
    width: 83.3333333333vw;
  }
  .about1 .wrap .top .title{
    font-size: 2.3958333333vw;
  }
  .about1 .wrap .top .title .pic{
    margin: 2.7604166667vw 0px 0px;
  }
  .about1 .wrap .top .title .pic img{
    border-radius: 0.625vw;
  }
  .about1 .wrap .top .text{
    width: 40.7291666667vw;
    font-size: 0.8333333333vw;
    margin: 10.6770833333vw 0px 0px;
  }
  .about1 .wrap .figure{
    margin: 12.5vw 0px 0px;
  }
  .about1 .wrap .figure .item{
    width: 19.7916666667vw;
    height: 11.4583333333vw;
    border-radius: 1.6666666667vw;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 1.6666666667vw 0px;
    padding: 3.6458333333vw 3.125vw 0px;
  }
  .about1 .wrap .figure .item:nth-child(2n){
    margin: 6.25vw 0px 0px;
  }
  .about1 .wrap .figure .item .l .dis span{
    font-size: 3.3333333333vw;
  }
  .about1 .wrap .figure .item .l .dis .dw{
    font-size: 0.8333333333vw;
    margin: 0px 0px 0px 0.3645833333vw;
  }
  .about1 .wrap .figure .item .l p{
    font-size: 0.8333333333vw;
    margin: 0.2083333333vw 0px 0px;
  }
  .about1 .wrap .figure .item .icon{
    width: 2.1354166667vw;
    height: 2.3958333333vw;
  }
  .about1 .wrap .images{
    margin: 4.5833333333vw 0px 0px;
  }
  .cursor .more_about{
    width: 6.7708333333vw;
    height: 6.7708333333vw;
    backdrop-filter: blur(0.8333333333vw);
  }
  .cursor .more_about .rote{
    width: 6.0416666667vw;
    height: 6.0416666667vw;
  }
  .cursor .more_about .joke svg{
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
  .cursor .more_about .joke p{
    font-size: 0.8333333333vw;
    margin: 0.5208333333vw 0px 0px;
  }
  .about2{
    border-radius: 3.4375vw 3.4375vw 0px 0px;
    margin-top: -3.4375vw;
    padding: 10.2604166667vw 0px 4.1666666667vw;
  }
  .about2 .wrap{
    width: 83.3333333333vw;
  }
  .about2 .wrap .l{
    width: 33.8541666667vw;
  }
  .about2 .wrap .l .title{
    font-size: 2.5vw;
    margin: 0px 0px 2.0833333333vw;
  }
  .about2 .wrap .l .text{
    font-size: 0.8333333333vw;
  }
  .about2 .wrap .l .other{
    margin: 2.6041666667vw 0px 0px;
    padding: 2.3958333333vw 0px 0px;
  }
  .about2 .wrap .l .other .fig .item .dis span{
    font-size: 3.3333333333vw;
  }
  .about2 .wrap .l .other .fig .item .dis .dw{
    font-size: 0.8333333333vw;
    margin: 0px 0px 0px 0.3645833333vw;
  }
  .about2 .wrap .l .other .fig .item p{
    font-size: 0.8333333333vw;
    margin: 0.3645833333vw 0px 0px;
  }
  .about2 .wrap .l .other .button{
    gap: 0.78125vw;
  }
  .about2 .wrap .l .other .button .circle{
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .about2 .wrap .l .other .button .circle .iconfont{
    font-size: 0.8333333333vw;
  }
  .about2 .wrap .r{
    width: 37.65625vw;
  }
  .about2 .wrap .r .honorSwiper{
    height: 25vw;
  }
  .about2 .wrap .r .honorSwiper .swiper-slide .img{
    box-shadow: rgba(0, 0, 0, 0.2) 0.2604166667vw 1.3020833333vw 2.5520833333vw 0px;
  }
  .about3{
    padding: 9.8958333333vw 0px 0px;
  }
  .about3 .bg{
    top: 5.2083333333vw;
  }
  .about3 .wrap{
    width: 83.3333333333vw;
  }
  .about3 .wrap .top .title{
    font-size: 2.5vw;
  }
  .about3 .wrap .top .button{
    gap: 0.78125vw;
  }
  .about3 .wrap .top .button .circle{
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .about3 .wrap .top .button .circle .iconfont{
    font-size: 0.8333333333vw;
  }
  .about3 .wrap .content .line2{
    width: 47.4479166667vw;
    bottom: -5.2083333333vw;
  }
  .about3 .wrap .content .textImg{
    width: 35.3125vw;
  }
  .about3 .wrap .content .line{
    top: 3.125vw;
  }
  .about3 .wrap .content .deviceSwiper{
    width: 93.75vw;
    height: 41.6666666667vw;
  }
  .about3 .wrap .content .deviceSwiper .swiper-slide .item{
    margin: 13.0208333333vw 0px 0px;
  }
  .about3 .wrap .content .deviceSwiper .swiper-slide .item .img{
    height: 18.75vw;
    border-radius: 0.8333333333vw;
    border: 0.2083333333vw solid rgb(255, 255, 255);
  }
  .about3 .wrap .content .deviceSwiper .swiper-slide .item .text{
    margin: 1.0416666667vw 0px 0px;
    font-size: 0.9375vw;
  }
  .about4{
    padding: 9.375vw 0px 8.6979166667vw;
  }
  .about4 .wrap{
    width: 83.3333333333vw;
  }
  .about4 .wrap .title{
    margin: 0px 0px 2.7604166667vw;
  }
  .about4 .wrap .title .p1{
    font-size: 2.5vw;
    margin: 0px 0px 1.3020833333vw;
  }
  .about4 .wrap .title .p2{
    width: 57.2916666667vw;
    font-size: 0.8333333333vw;
  }
  .about4 .wrap .content .button{
    width: 91.6666666667vw;
  }
  .about4 .wrap .content .button .circle{
    width: 2.6041666667vw;
    height: 2.6041666667vw;
  }
  .about4 .wrap .content .button .circle .iconfont{
    font-size: 0.8333333333vw;
  }
  .about4 .wrap .content .qualitySwiper{
    width: 78.125vw;
  }
  .about4 .wrap .content .qualitySwiper .swiper-slide .text{
    padding: 0px 1.0416666667vw;
    height: 2.7083333333vw;
    border-radius: 0.4166666667vw;
    margin: 1.5625vw auto 0px;
    font-size: 1.0416666667vw;
  }
  .about4 .wrap .content .qualitySwiper .swiper-slide .img{
    border-radius: 0.7291666667vw;
  }
  .about4 .wrap .content .qualitySwiper .swiper-slide .img img{
    max-height: 26.0416666667vw;
  }
  .about4 .wrap .a_lantern{
    margin: 2.8645833333vw 0px 0px;
  }
  .about4 .wrap .a_lantern::after{
    width: 5.2083333333vw;
  }
  .about4 .wrap .a_lantern::before{
    width: 5.2083333333vw;
  }
  .about4 .wrap .a_lantern .go .flex .img{
    margin: 0px 7.2916666667vw 0px 0px;
    height: 2.34375vw;
  }
}

@media screen and (max-width: 1024px) {
  .about1{
    padding: 90px 0 0 0 ;
  }
  .common_cut{
    display: none;
  }
  .about1 .wrap{
    width: 90%;
  }
  .about1 .wrap .top{
    flex-direction: column;
    gap: 22px;
  }
  .about1 .wrap .top .title{
    font-size: 20px;
  }
  .about1 .wrap .top .text{
    width: 100%;
    font-size: 12px;
  }
  .about1 .wrap .figure{
    margin: 25px 0 0 0;
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 15px;
  }
  .about1 .wrap .figure .item{
    width: 100%;
    height: auto;
    border-radius: 10px;
    padding: 20px 14px;
  }
  .about1 .wrap .figure .item .l .dis span{
    font-size: 30px;
  }
  .about1 .wrap .figure .item .l .dis .dw{
    font-size: 16px;
    margin: 0 0 0 6px;
  }
  .about1 .wrap .figure .item .icon{
    width: 16px;
    height: 16px;
  }
  .about1 .wrap .figure .item .l p{
    font-size: 12px;
    margin: 5px 0 0 0;
  }
  .about1 .wrap .figure .item:nth-child(2n){
    margin: 0!important;
  }
  .about2{
    border-radius: 15px 15px 0 0;
    margin-top: -15px;
    padding: 30px 0 50px 0;
  }
  .about2 .wrap{
    width: 90%;
    flex-direction: column;
    align-items: unset;
  }
  .about2 .wrap .l{
    width: 100%;
  }
  .about2 .wrap .l .title{
    font-size: 20px;
    margin: 0 0 15px;
  }
  .about2 .wrap .l .text{
    font-size: 12px;
    line-height: 22px;
  }
  .about2 .wrap .l .other{
    padding: 15px 0 0 0;
    margin: 15px 0 0 0;
  }
  .about2 .wrap .l .other .fig .item .dis span{
    font-size: 36px;
  }
  .about2 .wrap .l .other .fig .item .dis .dw{
    font-size: 16px;
    margin: 0 0 0 6px;
  }
  .about2 .wrap .l .other .fig .item p{
    font-size: 12px;
    margin: 5px 0 0 0;
  }
  .about2 .wrap .l .other .button .circle{
    width: 40px;
    height: 40px;
  }
  .about2 .wrap .l .other .button{
    gap: 7px;
  }
  .about2 .wrap .l .other .button .circle .iconfont{
    font-size: 13px;
  }
  .about2 .wrap .r .honorSwiper{
    height: 200px;
  }
  .about2 .wrap .r{
    width: 100%;
    margin: 25px 0 0 0;
  }
  .about2 .wrap .r .honorSwiper .swiper-slide .img{
    transform: scale(1) !important;
  }
  .about3{
    padding: 60px 0 10px;
  }
  .about3 .wrap .top .title{
    font-size: 20px;
  }
  .about3 .wrap{
    width: 90%;
  }
  .about3 .wrap .top .button{
    gap: 7px;
  }
  .about3 .wrap .top .button .circle{
    width: 40px;
    height: 40px;
  }
  .about3 .wrap .top .button .circle .iconfont{
    font-size: 13px;
  }
  .about3 .wrap .content .deviceSwiper .swiper-slide .item{
    margin: 0!important;
  }
  .about3 .wrap .content .deviceSwiper{
    width: 125vw;
    margin: 25px 0 0 0;
  }
  .about3 .wrap .content .deviceSwiper .swiper-slide .item .img{
    height: auto;
    border-radius: 10px;
    border-width: 3px;
  }
  .about4{
    padding: 40px 0;
  }
  .about4 .wrap{
    width: 90%;
  }
  .about4 .wrap .title .p1{
    font-size: 20px;
    margin: 0 0 15px;
  }
  .about4 .wrap .title .p2{
    width: 100%;
    font-size: 12px;
  }
  .about4 .wrap .content{
    margin: 25px 0 0 0;
  }
  .about4 .wrap .content .qualitySwiper{
    /*width: 65%;*/
    /*margin: auto;*/
    /*overflow: hidden;*/
  }
  .about4 .wrap .content .qualitySwiper .swiper-slide .img{
    border-radius: 10px;
  }
  .about4 .wrap .content .qualitySwiper .swiper-slide .img:after, .about4 .wrap .content .qualitySwiper .swiper-slide .img:before{
    display: none!important;
  }
  .about4 .wrap .content .qualitySwiper .swiper-slide .text{
    padding: 10px 10px;
    height: auto;
    border-radius: 4px;
    margin: 15px auto 0;
    font-size: 13px;
    text-align: center;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .about4 .wrap .content .button{
    display: none;
  }
  .about4 .wrap .content .button .circle{
    width: 40px;
    height: 40px;
  }
  .about4 .wrap .content .button .circle .iconfont{
    font-size: 14px;
  }
  .about4 .wrap .a_lantern{
    margin: 35px 0 0 0;
  }
  .about4 .wrap .a_lantern .go .flex .img{
    margin: 0 40px 0 0;
    height: 28px;
  }
  .about4 .wrap .content .qualitySwiper .swiper-slide .img img{
    max-height: 250px;
  }
  .about1 .wrap .top .title .pic{
    margin: 25px 0 0 0;
  }
  .about1 .wrap .top .text{
    margin: 0;
  }
  .about1 .wrap .top .title .pic img{
    border-radius: 10px;
  }
}