#index .index-banner {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: block;
}
#index .index-banner .swiper-banner {
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper {
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 {
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one {
  height: 100%;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .swiper-slide {
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .swiper-slide .text-box {
  position: absolute;
  top: 35%;
  left: 5.5%;
  color: #fff;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .swiper-slide .text-box .text {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .swiper-slide .text-box .txt {
  font-size: 28px;
  line-height: 36px;
  margin-top: 10px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom {
  position: absolute;
  left: 0;
  width: calc(100vw - 160px);
  bottom: 0;
  height: 23vh;
  z-index: 100;
  display: flex;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  transition: width 1.5s;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom.active:before {
  width: 100%;
  transition: width 5s;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-page {
  width: 42%;
  padding-left: 6%;
  display: flex;
  align-items: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-page .index-prev,
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-page .index-next {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 35px;
  border-radius: 50%;
  border: 2px solid #e6e6e6;
  outline: none;
  cursor: pointer;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-page .index-prev i,
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-page .index-next i {
  color: #fff;
  font-size: 12px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-page .index-next {
  margin-left: 20px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-num-outer {
  width: 58%;
  overflow: hidden;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-num-outer .banner-one-num {
  width: 100%;
  background-color: #fff;
  height: 100%;
  display: flex;
  align-items: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-num-outer .banner-one-num .num-box {
  padding: 0 5% 0 6%;
  width: 33.33%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-num-outer .banner-one-num .num-box .line {
  display: flex;
  align-items: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-num-outer .banner-one-num .num-box .line .num {
  font-size: 48px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-num-outer .banner-one-num .num-box .line .unit {
  font-size: 20px;
  margin-left: 10px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-num-outer .banner-one-num .num-box .line .add {
  font-size: 36px;
  margin-left: 10px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-num-outer .banner-one-num .num-box .info {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 6px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .left-banner-two {
  width: 38.6%;
  height: 100%;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .left-banner-two .left-pic-two {
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .left-banner-two .left-pic-two .swiper-slide {
  width: 100% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100vh;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .left-banner-two .bg {
  width: 100%;
  cursor: pointer;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100vh;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .left-banner-two .bg.active {
  height: 0;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .two-page-box {
  height: 100px;
  border-top: 1px solid #eaeaea;
  padding-right: 6%;
  display: flex;
  justify-content: space-between;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .two-page-box .left-page {
  height: 100%;
  display: flex;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .two-page-box .left-page .page-prev,
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .two-page-box .left-page .page-next {
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fafafa;
  border-right: 1px solid #eaeaea;
  outline: none;
  cursor: pointer;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .two-page-box .left-page .page-prev i,
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .two-page-box .left-page .page-next i {
  font-size: 12px;
  color: #333;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .two-page-box .page-num {
  color: #0049e4;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .system-box-two {
  border-top: 1px solid #eaeaea;
  height: 36vh;
  padding: 3% 18%;
  display: flex;
  flex-wrap: wrap;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .system-box-two .s-item-outer {
  overflow: hidden;
  width: 25%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .system-box-two .s-item-outer .s-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333;
  cursor: pointer;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .system-box-two .s-item-outer .s-item i {
  font-size: 40px;
  color: #516174;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .system-box-two .s-item-outer .s-item p {
  font-size: 14px;
  line-height: 32px;
  margin-top: 6px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .system-box-two .s-item-outer .s-item.active {
  color: #0049e4;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .system-box-two .s-item-outer .s-item.active i {
  color: #0049e4;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100vh;
  position: relative;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container {
  width: calc(100% - 160px);
  height: calc(100% - 120px);
  z-index: 100;
  position: relative;
  left: 0;
  top: 120px;
  display: flex;
  align-items: flex-end;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .tops {
  position: absolute;
  top: 25%;
  left: 10%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .tops .text-box {
  color: #fff;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .tops .text-box .tt {
  font-size: 32px;
  line-height: 36px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .tops .text-box .desc {
  font-size: 20px;
  margin-top: 10px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .tops .text-box .page-items {
  width: 75%;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .tops .text-box .page-items .item {
  margin-right: 20px;
  margin-bottom: 20px;
  color: #fff;
  cursor: pointer;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer {
  overflow: hidden;
  height: 23vh;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  padding: 0 5% 0 0;
  display: flex;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-page-box {
  width: 80px;
  flex-shrink: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-page-box .page-num {
  color: #fff;
  width: 100%;
  height: 32%;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-page-box .page-three {
  height: 68%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-page-box .page-three .page-prev,
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-page-box .page-three .page-next {
  width: 100%;
  height: 50%;
  background-color: transparent;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  outline: none;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-page-box .page-three .page-prev i,
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-page-box .page-three .page-next i {
  font-size: 12px;
  color: #fff;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-bottom-right {
  padding-left: 8%;
  width: calc(100% - 80px);
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-bottom-right .three-nav {
  border-bottom: 1px solid #eaeaea;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-bottom-right .three-nav .item {
  color: #888;
  font-size: 16px;
  padding-bottom: 10px;
  display: inline-block;
  margin-right: 20px;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-bottom-right .three-nav .item.active {
  color: #0049e4;
  font-size: 18px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-bottom-right .three-nav .item.active:before {
  content: '';
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #0049e4;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-bottom-right .three-nav .item:last-of-type {
  margin-right: 0;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-bottom-right .three-info-box {
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-bottom-right .three-info-box .three-info-swiper {
  height: 100%;
}
#index
  .index-banner
  .swiper-banner
  .swiper-wrapper
  .slide3
  .three-banner-container
  .left-info-box
  .three-bottoms-outer
  .three-bottoms
  .three-bottom-right
  .three-info-box
  .three-info-swiper
  .swiper-slide {
  width: 100% !important;
}
#index
  .index-banner
  .swiper-banner
  .swiper-wrapper
  .slide3
  .three-banner-container
  .left-info-box
  .three-bottoms-outer
  .three-bottoms
  .three-bottom-right
  .three-info-box
  .three-info-swiper
  .swiper-slide
  .info-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 4%;
}
#index
  .index-banner
  .swiper-banner
  .swiper-wrapper
  .slide3
  .three-banner-container
  .left-info-box
  .three-bottoms-outer
  .three-bottoms
  .three-bottom-right
  .three-info-box
  .three-info-swiper
  .swiper-slide
  .info-box
  .desc-box {
  width: 60%;
}
#index
  .index-banner
  .swiper-banner
  .swiper-wrapper
  .slide3
  .three-banner-container
  .left-info-box
  .three-bottoms-outer
  .three-bottoms
  .three-bottom-right
  .three-info-box
  .three-info-swiper
  .swiper-slide
  .info-box
  .desc-box
  .title {
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
#index
  .index-banner
  .swiper-banner
  .swiper-wrapper
  .slide3
  .three-banner-container
  .left-info-box
  .three-bottoms-outer
  .three-bottoms
  .three-bottom-right
  .three-info-box
  .three-info-swiper
  .swiper-slide
  .info-box
  .desc-box
  .info {
  font-size: 14px;
  line-height: 28px;
  color: #fff;
}
#index
  .index-banner
  .swiper-banner
  .swiper-wrapper
  .slide3
  .three-banner-container
  .left-info-box
  .three-bottoms-outer
  .three-bottoms
  .three-bottom-right
  .three-info-box
  .three-info-swiper
  .swiper-slide
  .info-box
  .more-box {
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
#index
  .index-banner
  .swiper-banner
  .swiper-wrapper
  .slide3
  .three-banner-container
  .left-info-box
  .three-bottoms-outer
  .three-bottoms
  .three-bottom-right
  .three-info-box
  .three-info-swiper
  .swiper-slide
  .info-box
  .more-box
  .com-more {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .right-pic-box-outer {
  overflow: hidden;
  width: 32%;
  height: 29vh;
  display: none;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .right-pic-box-outer .right-pic-box {
  width: 100%;
  height: 100%;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .right-pic-box-outer .right-pic-box .left-pic-three {
  width: 100%;
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .right-pic-box-outer .right-pic-box .left-pic-three .swiper-slide {
  width: 100% !important;
  background-size: 100% 29vh;
  background-position: center;
  background-repeat: no-repeat;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .right-pic-box-outer .right-pic-box .bg {
  width: 100%;
  cursor: pointer;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 29vh;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .right-pic-box-outer .right-pic-box .bg.active {
  height: 0;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide3 .bg {
  width: 100%;
  cursor: pointer;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 11;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% 100vh;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 {
  height: 100%;
  display: flex;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .left-banner {
  width: 38.6%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .left-banner .text-box {
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
  color: #fff;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .left-banner .text-box .t1 {
  font-size: 32px;
  line-height: 36px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .left-banner .text-box .t2 {
  font-size: 20px;
  margin-top: 10px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner {
  width: calc(61.4% - 160px);
  height: 100%;
  background-color: #fff;
  transition: all 0.6s;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four {
  height: calc(100% - 120px);
  position: relative;
  top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .banner-four-info {
  width: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .banner-four-info .swiper-slide {
  width: 100% !important;
  padding: 0 8% 160px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .info-box .t1 {
  font-size: 24px;
  animation-delay: 0s !important;
  -webkit-animation-delay: 0s !important;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .info-box .info {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  margin-top: 20px;
  animation-delay: 0s !important;
  -webkit-animation-delay: 0s !important;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .info-box .com-more {
  margin-top: 80px;
  animation-delay: 0s !important;
  -webkit-animation-delay: 0s !important;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-tops {
  width: 100%;
  padding: 0 8% 150px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom {
  border-top: 1px solid #eaeaea;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-box {
  display: flex;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-box .n-item-outer {
  width: 50%;
  overflow: hidden;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-box .n-item-outer .n-item {
  width: 100%;
  height: 100%;
  padding: 9% 5% 9% 15%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-box .n-item-outer .n-item .title {
  font-size: 24px;
  line-height: 48px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-box .n-item-outer .n-item .com-more {
  margin-top: 90px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-box .n-item-outer .n-item:last-of-type {
  border-left: 1px solid #eaeaea;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-more-outer {
  width: 100%;
  overflow: hidden;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-more-outer .news-more {
  width: 100%;
  height: 110px;
  line-height: 110px;
  font-size: 16px;
  text-align: center;
  background-color: #fafafa;
  display: block;
  border-top: 1px solid #eaeaea;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom {
  display: flex;
  border-top: 1px solid #eaeaea;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .banner-four {
  width: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .banner-four .swiper-slide {
  display: flex;
  width: 100% !important;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .banner-four .swiper-slide .pic-outer {
  width: 35%;
  overflow: hidden;
  border-right: 1px solid #eaeaea;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .banner-four .swiper-slide .pic-outer .pic {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .banner-four .swiper-slide .pic-outer .pic img {
  width: 100%;
  opacity: 0;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .banner-four .swiper-slide .info-outer {
  flex: 1;
  overflow: hidden;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .banner-four .swiper-slide .info-outer .info {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .banner-four .swiper-slide .info-outer .info .t1 {
  font-size: 20px;
  line-height: 26px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .banner-four .swiper-slide .info-outer .info .t2 {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  margin-top: 6px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .four-pages {
  width: 100px;
  flex-shrink: 0;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .four-pages .page-prev,
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .four-pages .page-next {
  height: 50%;
  background-color: #fafafa;
  border-left: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .four-pages .page-prev i,
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .four-pages .page-next i {
  color: #333;
  font-size: 12px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .four-bottom .four-pages .page-next {
  border-top: 1px solid #eaeaea;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .cooperation-box-outer {
  width: 100%;
  height: 23vh;
  flex-shrink: 0;
  border-top: 1px solid #eaeaea;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .cooperation-box-outer .cooperation-box {
  display: flex;
  align-items: center;
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .cooperation-box-outer .cooperation-box .cooperate-container {
  padding: 0 6%;
  width: calc(100% - 100px);
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .cooperation-box-outer .cooperation-box .cooperate-container .banner-four-cooperation {
  width: 100%;
  margin: 0;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .cooperation-box-outer .cooperation-box .cooperate-container .banner-four-cooperation .swiper-slide {
  width: 21% !important;
  border: 1px solid #e6e6e6;
  pointer-events: auto !important;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .cooperation-box-outer .cooperation-box .cooperate-container .banner-four-cooperation .swiper-slide .item {
  width: 100%;
  display: block;
  overflow: hidden;
}
#index
  .index-banner
  .swiper-banner
  .swiper-wrapper
  .slide4
  .right-banner
  .right-banner-four
  .cooperation-box-outer
  .cooperation-box
  .cooperate-container
  .banner-four-cooperation
  .swiper-slide
  .item
  img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#index
  .index-banner
  .swiper-banner
  .swiper-wrapper
  .slide4
  .right-banner
  .right-banner-four
  .cooperation-box-outer
  .cooperation-box
  .cooperate-container
  .banner-four-cooperation
  .swiper-slide
  .item:hover
  img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .cooperation-box-outer .cooperation-box .cooperate-more {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100%;
  flex-shrink: 0;
  cursor: pointer;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .cooperation-box-outer .cooperation-box .cooperate-more span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background-color: #0049e4;
  margin-right: 10px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box {
  width: calc(100vw - 160px);
  height: calc(100vh - 120px);
  position: relative;
  left: 0;
  top: 120px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops {
  flex: 1;
  padding-left: 7%;
  padding-top: 10%;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .left-box {
  width: 38%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .left-box .text-box {
  color: #fff;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .left-box .text-box .t1 {
  font-size: 28px;
  line-height: 36px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .left-box .text-box .info-box {
  font-size: 14px;
  line-height: 28px;
  margin-top: 20px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .left-box .com-more {
  border: 1px solid #fff;
  color: #fff;
  margin-top: 70px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .video-box-outer {
  width: 36%;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .video-box-outer .video-box {
  height: 100%;
  width: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .video-box-outer .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .video-box-outer .video-box .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .video-box-outer .video-box .mask .play {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('../img/11.png');
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .video-box-outer .video-box .mask .pause {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url('../img/pause.png');
  display: block;
  position: absolute;
  cursor: pointer;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms {
  height: 23vh;
  position: relative;
  flex-shrink: 0;
  padding-left: 7%;
  display: flex;
  align-items: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms:before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  transition: all 3s;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms.bor-active:before {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 3s;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer {
  width: 20%;
  overflow: hidden;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer .num-box {
  padding: 0 30% 0 0%;
  width: 100%;
  color: #fff;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer .num-box .line {
  display: flex;
  align-items: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer .num-box .line .num1 {
  font-size: 48px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer .num-box .line .unit {
  font-size: 20px;
  margin-left: 10px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer .num-box .line .add {
  font-size: 36px;
  margin-left: 10px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer .num-box .line .percent {
  font-size: 20px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer .num-box .info {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #fff;
  margin-top: 6px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box {
  width: 100%;
  height: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops {
  height: calc(77vh - 120px);
  display: flex;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .left-box {
  width: 38.6%;
  height: 100%;
  position: relative;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .left-box .text-box {
  position: absolute;
  top: 50%;
  left: 16%;
  transform: translateY(-50%);
  color: #fff;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .left-box .text-box .t1 {
  font-size: 32px;
  line-height: 36px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .left-box .text-box .t2 {
  font-size: 20px;
  margin-top: 10px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right {
  width: calc(61.4% - 160px);
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer {
  overflow: hidden;
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box {
  height: 100%;
  background-color: #fff;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops {
  width: 100%;
  padding: 7% 6%;
  display: flex;
  justify-content: space-between;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left {
  width: 30%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .tel-box {
  color: #666;
  font-size: 14px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .tel-box .num {
  font-size: 30px;
  line-height: 48px;
  color: #0049e4;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .mail-box {
  margin-top: 30px;
  color: #666;
  font-size: 14px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .mail-box .mail {
  margin-top: 6px;
  color: #333;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .address-box {
  display: flex;
  margin-top: 50px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .address-box .gps {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .address-box .gps img {
  width: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .address-box .address {
  font-size: 14px;
  color: #666;
  margin-left: 20px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .address-box .address .info {
  line-height: 24px;
  margin-top: 6px;
  color: #333;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box {
  width: 55%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .label {
  font-size: 14px;
  color: #333;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box input {
  width: 25%;
  height: 40px;
  flex-shrink: 0;
  border: 1px solid #eaeaea;
  padding-left: 10px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box input::-webkit-input-placeholder {
  color: #b9b9b9 !important;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box input:-moz-placeholder {
  color: #b9b9b9 !important;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box input:-ms-input-placeholder {
  color: #b9b9b9 !important;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box input.long {
  width: 43%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box textarea {
  width: 100%;
  height: 160px;
  padding: 15px 10px;
  margin-top: 20px;
  border: 1px solid #eaeaea;
  resize: none;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box textarea::-webkit-input-placeholder {
  color: #b9b9b9 !important;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box textarea:-moz-placeholder {
  color: #b9b9b9 !important;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box textarea:-ms-input-placeholder {
  color: #b9b9b9 !important;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box .sub-box {
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box .sub-box .code-box {
  display: flex;
  align-items: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box .sub-box .code-box .code {
  width: 120px;
  height: 40px;
  border: 1px solid #eaeaea;
  margin-left: 10px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box .sub-box .code-box .code img {
  width: 100%;
  height: 100%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box .sub-box .btn {
  width: 25%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #0049e4;
  font-size: 14px;
  border: 0;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms {
  height: auto;
  background-color: #fafafa;
  border-top: 1px solid #eaeaea;
  padding: 24px 8%;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms .items {
  display: flex;
  align-items: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms .items a {
  display: inline-block;
  margin-right: 30px;
  font-size: 16px;
  color: #ccc;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms .items a.active {
  color: #333;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms .address {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms .address .item {
  font-size: 14px;
  color: #333;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms .address .item.tel {
  margin-left: 30px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-bottoms {
  height: 23vh;
  flex-shrink: 0;
  padding: 0 7%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  width: calc(100% - 160px);
  left: 0;
  color: #fff;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-bottoms:before {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  background-color: rgba(255, 255, 255, 0);
  top: 0;
  left: 0;
  transition: all 3s;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-bottoms a {
  color: #fff;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-bottoms img {
  margin-right: 15px;
}
#index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-bottoms.bor-active:before {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 3s;
}
#index_edit .ask-box {
  width: 240px;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-top: 70px;
  color: #fff;
  background-color: #0049e4;
  font-size: 20px;
  justify-content: center;
}
#index_edit .ask-box i {
  font-size: 32px;
  display: inline-block;
  margin-right: 15px;
}
#index_edit .index-title {
  text-align: center;
  padding-top: 80px;
}
#index_edit .index-title .cn {
  font-size: 32px;
  line-height: 36px;
  color: #333;
  position: relative;
  z-index: 10;
  font-weight: bold;
}
#index_edit .index-title .en {
  font-size: 42px;
  line-height: 36px;
  color: #e7e7e7;
  font-family: 'Bebas';
  margin-top: -24px;
}
#index_edit .index-more {
  color: #0049e4;
  display: flex;
  align-items: center;
}
#index_edit .index-more span {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
}
#index_edit .index-more i {
  font-size: 28px;
}
#index_edit .banner {
  width: 100%;
}
#index_edit .banner .banner-index {
  height: 100%;
}
#index_edit .banner .banner-index .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#index_edit .banner .banner-index .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#index_edit .banner .banner-index .swiper-slide .text-box {
  position: absolute;
  top: 39%;
  left: 18.75%;
  color: #fff;
}
#index_edit .banner .banner-index .swiper-slide .text-box .text {
  font-size: 48px;
  line-height: 60px;
  font-weight: bold;
}
#index_edit .banner .banner-index .swiper-slide .text-box .txt {
  font-size: 28px;
  line-height: 36px;
  margin-top: 10px;
}
#index_edit .banner .banner-index .index-pages {
  bottom: 35px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  z-index: 10;
}
#index_edit .banner .banner-index .index-pages .swiper-pagination-bullet {
  width: 76px;
  height: 2px;
  background-color: #fff;
  opacity: 1;
  border-radius: 0;
  margin: 0 10px;
}
#index_edit .project {
  padding: 0 0 80px 0;
}
#index_edit .project .system-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
#index_edit .project .system-box .s-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #333;
  cursor: pointer;
}
#index_edit .project .system-box .s-item i {
  font-size: 40px;
  color: #516174;
}
#index_edit .project .system-box .s-item p {
  font-size: 14px;
  line-height: 32px;
  margin-top: 6px;
}
#index_edit .project .system-box .s-item.active {
  color: #0049e4;
}
#index_edit .project .system-box .s-item.active i {
  color: #0049e4;
}
#index_edit .project .swiper {
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.11);
}
#index_edit .project .swiper .swiper-system {
  margin-top: 60px;
}
#index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide {
  display: flex;
}
#index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .pic {
  width: 350px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  opacity: 0;
}
#index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box {
  width: 100%;
  padding: 50px 120px 0 80px;
}
#index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box .num {
  font-size: 24px;
  font-family: 'Bebas';
}
#index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box .num .cur {
  font-size: 48px;
  display: inline-block;
  margin-right: 15px;
}
#index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box .num .total {
  display: inline-block;
  margin-left: 6px;
}
#index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box .title {
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  color: #0049e4;
  margin-top: 30px;
  display: block;
}
#index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box .desc {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  margin-top: 20px;
}
#index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box .index-more {
  margin-top: 90px;
}
#index_edit .solutions {
  padding: 0 0 100px 0;
  background-color: #f5faff;
}
#index_edit .solutions .tops-box {
  display: flex;
  margin-top: 90px;
}
#index_edit .solutions .tops-box .blank {
  width: 240px;
  flex-shrink: 0;
}
#index_edit .solutions .tops-box .right {
  width: 100%;
}
#index_edit .solutions .tops-box .right .text-box {
  font-size: 14px;
  line-height: 28px;
}
#index_edit .solutions .tops-box .right .line-bar {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: relative;
  margin-top: 60px;
}
#index_edit .solutions .tops-box .right .line-bar .bar {
  width: 20%;
  position: absolute;
  left: 0;
  background-color: #0049e4;
  height: 1px;
}
#index_edit .solutions .solution-box {
  display: flex;
  margin-top: 36px;
}
#index_edit .solutions .solution-box .left-nav {
  width: 240px;
  flex-shrink: 0;
}
#index_edit .solutions .solution-box .left-nav .item {
  font-size: 14px;
  line-height: 32px;
  color: #888;
  width: 156px;
  height: 44px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 20px;
  margin-bottom: 15px;
  cursor: pointer;
}
#index_edit .solutions .solution-box .left-nav .item .num {
  font-size: 18px;
  font-family: 'Bebas';
  display: inline-block;
  margin-right: 15px;
  color: #333;
}
#index_edit .solutions .solution-box .left-nav .item .line {
  margin-right: 5px;
  display: inline-block;
}
#index_edit .solutions .solution-box .left-nav .item.active,
#index_edit .solutions .solution-box .left-nav .item:hover {
  color: #fff;
  background-color: #0049e4;
  font-size: 18px;
}
#index_edit .solutions .solution-box .left-nav .item.active .num,
#index_edit .solutions .solution-box .left-nav .item:hover .num {
  color: #fff;
  font-size: 24px;
}
#index_edit .solutions .solution-box .left-nav .item.active:after,
#index_edit .solutions .solution-box .left-nav .item:hover:after {
  content: '';
  position: absolute;
  border-width: 6px 0px 6px 6px;
  border-color: transparent transparent transparent #0049e4;
  border-style: solid;
  right: -6px;
  top: 50%;
  margin-top: -6px;
}
#index_edit .solutions .solution-box .solution-container {
  width: calc(100% - 240px);
}
#index_edit .solutions .solution-box .solution-container .swiper-solute {
  width: 100%;
}
#index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide .bottom-box {
  background-color: rgba(0, 73, 228, 0.8);
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 0 40px;
  font-size: 16px;
}
#index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide .bottom-box .left {
  color: #fff;
  display: flex;
  align-items: center;
}
#index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide .bottom-box .left .line {
  display: inline-block;
  margin: 0 10px;
}
#index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide .bottom-box .left i {
  display: inline-block;
  margin-left: 30px;
  font-size: 26px;
}
#index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide .bottom-box .left .iconfont {
  display: inline-block;
  margin-left: 30px;
  font-size: 26px;
}
#index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide .bottom-box .left > a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 70px;
}
#index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide .bottom-box > a {
  color: #fff;
  display: flex;
  align-items: center;
  height: 100%;
  line-height: 70px;
}
#index_edit .cases {
  padding-bottom: 80px;
}
#index_edit .cases .case-list {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
}
#index_edit .cases .case-list .item {
  width: 280px;
  margin-right: 10px;
  margin-bottom: 50px;
  position: relative;
  cursor: pointer;
}
#index_edit .cases .case-list .item .pic {
  width: 100%;
  height: 198px;
  border: 1px solid #f2f4f5;
}
#index_edit .cases .case-list .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index_edit .cases .case-list .item .info {
  line-height: 36px;
}
#index_edit .cases .case-list .item .info .t1 {
  font-size: 14px;
  color: #888;
}
#index_edit .cases .case-list .item .info .t2 {
  font-size: 18px;
  line-height: 32px;
}
#index_edit .cases .case-list .item:nth-child(5n) {
  margin-right: 0;
}
#index_edit .cases .case-list .item .case-dtl {
  width: 569px;
  height: 280px;
  background-color: #f5faff;
  box-shadow: 0px 0px 16px 0px rgba(17, 109, 219, 0.2);
  padding: 40px 40px 20px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
  display: none;
}
#index_edit .cases .case-list .item .case-dtl .tops .top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
#index_edit .cases .case-list .item .case-dtl .tops .top .tt {
  color: #0049e4;
  font-size: 14px;
  position: relative;
  padding-bottom: 10px;
}
#index_edit .cases .case-list .item .case-dtl .tops .top .tt:before {
  content: '';
  position: absolute;
  width: 70px;
  height: 2px;
  background-color: #0049e4;
  bottom: 0;
}
#index_edit .cases .case-list .item .case-dtl .tops .title {
  font-size: 24px;
  line-height: 32px;
  color: #0049e4;
  font-weight: bold;
  margin-top: 20px;
  display: block;
}
#index_edit .cases .case-list .item .case-dtl .tops .desc {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  margin-top: 20px;
  display: block;
}
#index_edit .cases .case-list .item .case-dtl .tag {
  font-size: 14px;
  color: #0049e4;
  display: flex;
  align-items: center;
}
#index_edit .cases .case-list .item .case-dtl .tag i {
  font-size: 32px;
  color: #2f77f1;
  display: inline-block;
  margin-right: 14px;
}
#index_edit .cases .case-list .item:nth-child(5n) .case-dtl {
  right: 0;
  left: unset;
}
#index_edit .cases .case-list .item:hover .case-dtl {
  display: flex;
}
#index_edit .cases .ask-box {
  margin-top: 40px;
}
#index_edit .abouts {
  background-color: #f5faff;
}
#index_edit .abouts .title-box {
  width: 1040px;
  margin: 0 auto;
  text-align: center;
  margin-top: 60px;
}
#index_edit .abouts .title-box .title {
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
  color: #0049e4;
}
#index_edit .abouts .title-box .desc {
  font-size: 16px;
  line-height: 32px;
  margin-top: 30px;
}
#index_edit .abouts .about-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
}
#index_edit .abouts .about-list .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 75px;
  width: 33.3%;
  transition: transform 0.3s;
  cursor: pointer;
}
#index_edit .abouts .about-list .item .pic {
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
  background-color: #e5f0ff;
}
#index_edit .abouts .about-list .item .pic i {
  font-size: 58px;
  color: #0049e4;
}
#index_edit .abouts .about-list .item .tt {
  color: #0049e4;
  font-size: 20px;
  margin-top: 15px;
  padding-bottom: 15px;
  position: relative;
  font-weight: bold;
  display: inline-block;
}
#index_edit .abouts .about-list .item .tt:before {
  content: '';
  position: absolute;
  width: 90%;
  height: 1px;
  background-color: #e5f0ff;
  bottom: 0;
  left: 5%;
}
#index_edit .abouts .about-list .item .info {
  font-size: 14px;
  line-height: 28px;
  color: #333;
  text-align: center;
  margin-top: 20px;
}
#index_edit .abouts .about-list .item:nth-child(4) {
  margin-left: calc(100% / 6);
}
#index_edit .abouts .about-list .item:hover {
  transform: translateY(-15px);
  transition: transform 0.3s;
}
#index_edit .abouts .about-list .item:hover .pic {
  animation: rollRound 1s both;
}
#index_edit .video-box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
}
#index_edit .video-box img {
  width: 100%;
  opacity: 0;
}
#index_edit .video-box .text-box {
  position: absolute;
  width: 100%;
  top: 50%;
  display: flex;
  align-items: center;
  flex-direction: column;
  transform: translateY(-50%);
}
#index_edit .video-box .text-box .play {
  width: 64px;
  height: 64px;
  display: block;
  background-image: url('../img/play.png');
  background-position: center;
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 0 auto;
  cursor: pointer;
}
#index_edit .video-box .text-box p {
  font-size: 28px;
  line-height: 48px;
  padding: 15px 0 20px;
  color: #fff;
}
#index_edit .video-box .text-box .index-more {
  color: #fff;
}
#index_edit .index-news {
  padding-bottom: 80px;
}
#index_edit .index-news .news-tops {
  display: flex;
  margin-top: 50px;
}
#index_edit .index-news .news-tops .left {
  width: 604px;
  flex-shrink: 0;
}
#index_edit .index-news .news-tops .left .swiper-news .swiper-slide {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
#index_edit .index-news .news-tops .left .swiper-news .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#index_edit .index-news .news-tops .left .swiper-news .swiper-slide .date-box {
  width: 80px;
  height: 75px;
  background-color: #0049e4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: absolute;
  top: 25px;
  left: 0;
  font-family: 'Bebas';
}
#index_edit .index-news .news-tops .left .swiper-news .swiper-slide .date-box .day {
  font-size: 36px;
  line-height: 36px;
}
#index_edit .index-news .news-tops .left .swiper-news .swiper-slide .date-box .date {
  font-size: 14px;
  line-height: 20px;
  margin-top: 6px;
}
#index_edit .index-news .news-tops .left .swiper-news .swiper-slide .desc {
  height: 65px;
  line-height: 65px;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 73, 228, 0.8);
}
#index_edit .index-news .news-tops .right {
  width: calc(100% - 604px);
  padding-left: 60px;
}
#index_edit .index-news .news-tops .right .item {
  padding: 15px 0;
  border-bottom: 1px solid #dbdbdb;
  display: flex;
}
#index_edit .index-news .news-tops .right .item .date-box {
  width: 80px;
  border-right: 1px solid #dbdbdb;
  font-family: 'Bebas';
  padding: 10px 0 0;
  flex-shrink: 0;
}
#index_edit .index-news .news-tops .right .item .date-box .day {
  font-size: 44px;
  line-height: 44px;
  color: #111111;
}
#index_edit .index-news .news-tops .right .item .date-box .date {
  color: #666;
  font-size: 14px;
  margin-top: 10px;
}
#index_edit .index-news .news-tops .right .item .info {
  margin-left: 20px;
  width: calc(100% - 80px);
}
#index_edit .index-news .news-tops .right .item .info .tt {
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  color: #111;
}
#index_edit .index-news .news-tops .right .item .info .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 6px;
}
#index_edit .index-news .news-tops .right .item:nth-child(1) {
  padding-top: 0;
}
#index_edit .index-news .news-tops .right .item:hover .info .tt,
#index_edit .index-news .news-tops .right .item.active .info .tt {
  color: #0049e4;
}
#index_edit .index-news .news-tops .right .item:hover .date-box .day,
#index_edit .index-news .news-tops .right .item.active .date-box .day {
  color: #0049e4;
}
#index_edit .index-news .news-tops .right .item:hover .date-box .date,
#index_edit .index-news .news-tops .right .item.active .date-box .date {
  color: #0049e4;
}
#index_edit .index-news .news-list {
  margin-top: 60px;
  display: flex;
}
#index_edit .index-news .news-list .items-box {
  width: 50%;
  padding-right: 40px;
  border-right: 1px solid rgba(204, 204, 204, 0.6);
}
#index_edit .index-news .news-list .items-box .item {
  padding-left: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 8px 0 8px 14px;
}
#index_edit .index-news .news-list .items-box .item:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 4px;
  background-color: #666;
  border-radius: 50%;
  left: 0;
  top: calc(50% - 2px);
}
#index_edit .index-news .news-list .items-box .item .text {
  font-size: 18px;
  color: #111;
  width: 85%;
}
#index_edit .index-news .news-list .items-box .item .date {
  font-size: 14px;
  color: #888;
  flex-shrink: 0;
}
#index_edit .index-news .news-list .items-box .item:nth-child(1) {
  padding-top: 0;
}
#index_edit .index-news .news-list .items-box.right-item {
  padding-right: 0px;
  padding-left: 40px;
  border: none;
}
#index_edit .index-contact {
  background-color: #f5faff;
  padding-bottom: 85px;
}
#index_edit .index-contact .contact-tops {
  margin-top: 70px;
}
#index_edit .index-contact .contact-tops .tops {
  display: flex;
  justify-content: space-between;
}
#index_edit .index-contact .contact-tops .tops .txt {
  font-size: 20px;
  line-height: 36px;
}
#index_edit .index-contact .contact-tops .tops .online .t1 {
  font-size: 16px;
  line-height: 32px;
}
#index_edit .index-contact .contact-tops .tops .online .t2 {
  font-size: 24px;
  line-height: 48px;
  font-family: 'bebas';
}
#index_edit .index-contact .contact-tops .items-box {
  height: 180px;
  background-color: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(17, 109, 219, 0.2);
  padding: 0 125px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
}
#index_edit .index-contact .contact-tops .items-box .items {
  display: flex;
  align-items: flex-start;
  cursor: pointer;
  transition: all 0.3s;
}
#index_edit .index-contact .contact-tops .items-box .items:hover {
  transform: translateY(-10px);
  transition: all 0.3s;
}
#index_edit .index-contact .contact-tops .items-box .items img {
  width: 48px;
  flex-shrink: 0;
}
#index_edit .index-contact .contact-tops .items-box .items .txt {
  margin-left: 24px;
}
#index_edit .index-contact .contact-tops .items-box .items .txt .tt {
  font-size: 24px;
  line-height: 24px;
  font-weight: bold;
}
#index_edit .index-contact .contact-tops .items-box .items .txt .desc {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-top: 14px;
}
#index_edit .index-contact .form-box .contact-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
#index_edit .index-contact .form-box .contact-line input {
  width: 19.4%;
  height: 60px;
  padding-left: 20px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
#index_edit .index-contact .form-box .contact-line input::-webkit-input-placeholder {
  color: #b9b9b9 !important;
}
#index_edit .index-contact .form-box .contact-line input:-moz-placeholder {
  color: #b9b9b9 !important;
}
#index_edit .index-contact .form-box .contact-line input:-ms-input-placeholder {
  color: #b9b9b9 !important;
}
#index_edit .index-contact .form-box .contact-line input.long-ipt {
  width: 58%;
}
#index_edit .index-contact .form-box .contact-line input.short-ipt {
  width: 19%;
}
#index_edit .index-contact .form-box .contact-line .text-box {
  margin: 15px 0;
  max-height: 160px;
  overflow-y: auto;
}
#index_edit .index-contact .form-box .contact-line .text-box::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: #f3f4f5;
}
#index_edit .index-contact .form-box .contact-line .text-box::-webkit-scrollbar-track {
  border-radius: 4;
  background-color: #f3f4f5;
}
#index_edit .index-contact .form-box .contact-line .text-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0049e4;
}
#index_edit .index-contact .form-box .contact-line .text-box span {
  min-width: 14%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eaeaea;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
#index_edit .index-contact .form-box .contact-line .text-box span.active {
  background-color: #0049e4;
  color: #fff;
  border: 1px solid #0049e4;
}
#index_edit .index-contact .form-box .contact-line textarea {
  width: 100%;
  height: 190px;
  padding-left: 20px;
  padding-top: 20px;
  resize: none;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}
#index_edit .index-contact .form-box .contact-line textarea::-webkit-input-placeholder {
  color: #b9b9b9 !important;
}
#index_edit .index-contact .form-box .contact-line textarea:-moz-placeholder {
  color: #b9b9b9 !important;
}
#index_edit .index-contact .form-box .contact-line textarea:-ms-input-placeholder {
  color: #b9b9b9 !important;
}
#index_edit .index-contact .form-box .contact-line .code-input {
  width: 26.5%;
  height: 60px;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#index_edit .index-contact .form-box .contact-line .code-ipt {
  width: 90%;
  border: none;
  margin-bottom: 0;
  background-color: transparent;
}
#index_edit .index-contact .form-box .contact-line .code-img {
  width: 120px;
  height: 40px;
  border: 1px solid #eaeaea;
}
#index_edit .index-contact .form-box .contact-line .code-img img {
  width: 100%;
  height: 100%;
}
#index_edit .index-contact .form-box .contact-line .btn {
  width: 264px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  border: 0;
  background-color: #0049e4;
  display: block;
}
#about .about-title {
  display: flex;
  align-items: flex-end;
}
#about .about-title .tt {
  font-size: 48px;
  line-height: 48px;
  font-weight: bold;
}
#about .about-title .t1 {
  font-size: 16px;
  line-height: 32px;
  margin-left: 50px;
}
#about .about-box-company {
  display: flex;
  padding: 130px 0 90px;
}
#about .about-box-company .left-box {
  width: 67.5%;
  padding-left: 11.25%;
}
#about .about-box-company .left-box .desc-box {
  margin-top: 35px;
  font-size: 16px;
  line-height: 32px;
}
#about .about-box-company .left-box .video-box {
  margin-top: 80px;
  margin-bottom: 100px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  left: -20%;
  width: 120%;
}
#about .about-box-company .left-box .video-box img {
  width: 100%;
  opacity: 0;
}
#about .about-box-company .left-box .video-box .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-image: url('../img/11.png');
  background-size: 100%;
  background-position: center;
  cursor: pointer;
}
#about .about-box-company .right-num-box {
  width: 32.5%;
  padding: 8% 9% 0;
}
#about .about-box-company .right-num-box .item-box {
  margin-bottom: 60px;
}
#about .about-box-company .right-num-box .item-box .top {
  font-size: 20px;
  display: flex;
  align-items: center;
}
#about .about-box-company .right-num-box .item-box .top .add {
  font-size: 36px;
  margin-left: 10px;
}
#about .about-box-company .right-num-box .item-box .top .num {
  font-size: 48px;
}
#about .about-box-company .right-num-box .item-box .top .unit {
  margin-left: 10px;
}
#about .about-box-company .right-num-box .item-box .info {
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}
#about .about-history {
  width: 100%;
  height: 640px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#about .about-history img {
  width: 100%;
  opacity: 0;
  display: none;
}
#about .about-history .history-bg {
  position: static;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 4%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
#about .about-history .history-bg .history-swiper {
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding-left: 4%;
  padding-top: 4%;
}
#about .about-history .history-bg .history-swiper .finger-box {
  text-align: center;
  display: none;
  position: absolute;
  top: 0px;
  left: calc(50% - 10px);
  animation: fingerAnimate 1s infinite;
  -webkit-animation: fingerAnimate 1s infinite;
  transition: all 0.6s;
}
#about .about-history .history-bg .history-swiper .finger-box i {
  font-size: 40px;
  color: #fff;
}
#about .about-history .history-bg .history-swiper .swiper-wrapper {
  display: flex;
  align-items: flex-end;
  margin-top: 4%;
}
#about .about-history .history-bg .history-swiper .swiper-slide {
  width: 20% !important;
  padding: 0 4% 0 1.5%;
  height: 85%;
  position: relative;
}
#about .about-history .history-bg .history-swiper .swiper-slide .text-box {
  color: #fff;
}
#about .about-history .history-bg .history-swiper .swiper-slide .text-box .year {
  font-size: 32px;
  line-height: 32px;
}
#about .about-history .history-bg .history-swiper .swiper-slide .text-box .info {
  font-size: 14px;
  line-height: 28px;
  margin-top: 15px;
  height: 258px;
  overflow-y: auto;
}
#about .about-history .history-bg .history-swiper .swiper-slide .text-box .info::-webkit-scrollbar {
  width: 5px;
  height: 10px;
  background-color: #ccc;
}
#about .about-history .history-bg .history-swiper .swiper-slide .text-box .info::-webkit-scrollbar-track {
  background-color: #ffffff;
}
#about .about-history .history-bg .history-swiper .swiper-slide .text-box .info::-webkit-scrollbar-thumb {
  background-color: #0049e4;
}
#about .about-history .history-bg .history-swiper .swiper-slide:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
#about .about-history .history-bg .history-swiper .swiper-slide:nth-child(even) {
  height: 105%;
}
#about .about-history .history-bg:hover .finger-box {
  display: block;
}
#about .about-culture .culture-box {
  padding: 90px 0 65px 11.25%;
}
#about .about-culture .culture-box .desc-box {
  margin-top: 35px;
  font-size: 16px;
  line-height: 32px;
  width: 61%;
}
#about .about-culture .culture-box .swiper-banner-culture {
  margin-top: 50px;
}
#about .about-culture .culture-box .swiper-banner-culture .swiper-slide {
  width: 40% !important;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#about .about-culture .culture-box .swiper-banner-culture .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#about .about-culture .culture-item {
  display: flex;
  align-items: center;
  border-top: 1px solid #eaeaea;
  padding: 45px 0 45px 11.25%;
}
#about .about-culture .culture-item .pic {
  width: 360px;
  flex-shrink: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#about .about-culture .culture-item .pic img {
  width: 100%;
  opacity: 0;
}
#about .about-culture .culture-item .info-box {
  display: flex;
  align-items: flex-start;
  padding: 0 14% 0 16.5%;
}
#about .about-culture .culture-item .info-box .num-box {
  font-size: 18px;
  color: #ccc;
  flex-shrink: 0;
}
#about .about-culture .culture-item .info-box .num-box .cur {
  color: #333;
}
#about .about-culture .culture-item .info-box .num-box .line {
  margin: 0 4px;
}
#about .about-culture .culture-item .info-box .info {
  margin-left: 20px;
}
#about .about-culture .culture-item .info-box .info .tt {
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
#about .about-culture .culture-item .info-box .info .desc {
  font-size: 16px;
  line-height: 32px;
  margin-top: 15px;
}
#about .about-honor {
  border-top: 1px solid #eaeaea;
  padding: 80px 10.6% 65px 11.25%;
}
#about .about-honor .honor-list {
  margin-top: 70px;
  display: flex;
  flex-wrap: wrap;
}
#about .about-honor .honor-list .item {
  width: 17.5%;
  margin-bottom: 4%;
  margin-right: 10%;
}
#about .about-honor .honor-list .item .pic {
  width: 100%;
}
#about .about-honor .honor-list .item p {
  font-size: 14px;
  line-height: 32px;
}
#about .about-honor .honor-list .item:nth-of-type(4n) {
  margin-right: 0;
}
#about .about-news {
  border-top: 1px solid #eaeaea;
}
#about .about-news .tops {
  padding: 80px 10.6% 80px 11.25%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#about .about-contact {
  padding: 100px 0 110px 11.25%;
  border-top: 1px solid #eaeaea;
}
#about .about-contact .contact-box {
  width: 67.6%;
}
#about .about-contact .contact-box .tel-box {
  margin-top: 40px;
}
#about .about-contact .contact-box .tel-box .txt {
  font-size: 14px;
  color: #666;
}
#about .about-contact .contact-box .tel-box .number {
  font-size: 40px;
  line-height: 48px;
  color: #0049e4;
}
#about .about-contact .contact-box .tel-box .number a {
  color: #0049e4;
}
#about .about-contact .contact-box .address {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
#about .about-contact .contact-box .address .item {
  display: flex;
  width: 42%;
}
#about .about-contact .contact-box .address .item .pic {
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  margin-right: 20px;
}
#about .about-contact .contact-box .address .item .pic img {
  width: 100%;
  height: 100%;
}
#about .about-contact .contact-box .address .item .desc {
  font-size: 14px;
}
#about .about-contact .contact-box .address .item .desc .t1 {
  color: #666;
}
#about .about-contact .contact-box .address .item .desc .t2 {
  line-height: 24px;
  color: #333;
  margin-top: 6px;
}
#about .about-contact .contact-box .address .item .desc .t2 span {
  margin-right: 20px;
}
#about .about-contact .contact-box .address .item.item-long {
  width: 45%;
  display: none;
}
#about .about-contact .contact-box .address-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}
#about .about-contact .contact-box .address-list .a-item {
  width: 50%;
  margin-bottom: 30px;
}
#about .about-contact .contact-box .address-list .a-item .name {
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}
#about .about-contact .contact-box .address-list .a-item .line {
  font-size: 14px;
  line-height: 24px;
  display: flex;
}
#about .about-contact .contact-box .address-list .a-item .line .label {
  color: #666;
  flex-shrink: 0;
}
#about .about-contact .contact-box .contact-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}
#about .about-contact .contact-box .contact-line input {
  width: 27%;
  height: 60px;
  padding-left: 20px;
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
}
#about .about-contact .contact-box .contact-line input::-webkit-input-placeholder {
  color: #b9b9b9 !important;
}
#about .about-contact .contact-box .contact-line input:-moz-placeholder {
  color: #b9b9b9 !important;
}
#about .about-contact .contact-box .contact-line input:-ms-input-placeholder {
  color: #b9b9b9 !important;
}
#about .about-contact .contact-box .contact-line input.long-ipt {
  width: 42%;
}
#about .about-contact .contact-box .contact-line input.short-ipt {
  width: 19%;
}
#about .about-contact .contact-box .contact-line textarea {
  width: 100%;
  height: 260px;
  padding-left: 20px;
  padding-top: 20px;
  resize: none;
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  margin-bottom: 20px;
}
#about .about-contact .contact-box .contact-line textarea::-webkit-input-placeholder {
  color: #b9b9b9 !important;
}
#about .about-contact .contact-box .contact-line textarea:-moz-placeholder {
  color: #b9b9b9 !important;
}
#about .about-contact .contact-box .contact-line textarea:-ms-input-placeholder {
  color: #b9b9b9 !important;
}
#about .about-contact .contact-box .contact-line .text-box {
  margin: 15px 0;
  max-height: 160px;
  overflow-y: auto;
}
#about .about-contact .contact-box .contact-line .text-box::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: #f3f4f5;
}
#about .about-contact .contact-box .contact-line .text-box::-webkit-scrollbar-track {
  border-radius: 4px;
  background-color: #f3f4f5;
}
#about .about-contact .contact-box .contact-line .text-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0049e4;
}
#about .about-contact .contact-box .contact-line .text-box span {
  min-width: 25%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eaeaea;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
#about .about-contact .contact-box .contact-line .text-box span.active {
  background-color: #0049e4;
  color: #fff;
  border: 1px solid #0049e4;
}
#about .about-contact .contact-box .contact-line .code-img {
  width: 19%;
  height: 60px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
}
#about .about-contact .contact-box .contact-line .code-img img {
  width: 100%;
  height: 100%;
}
#about .about-contact .contact-box .contact-line .btn {
  width: 58%;
  height: 60px;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  border: 0;
  background-color: #0049e4;
  display: block;
}
#product .product-container {
  width: 73.75%;
  margin: 0 auto;
  padding-top: 110px;
}
#product .product-container.case-container {
  padding-bottom: 160px;
}
#product .product-container .solute-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product .product-container .solute-title .title .t1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: bold;
}
#product .product-container .solute-title .title .t2 {
  font-size: 16px;
  line-height: 32px;
  margin-top: 10px;
}
#product .product-container .solute-title .pro-apply {
  margin: 0;
}
#product .product-container .solute-nav {
  height: 60px;
  border: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  position: sticky;
  top: 120px;
  background-color: #fff;
  z-index: 100;
  margin-top: 40px;
}
#product .product-container .solute-nav .item {
  width: 33.33%;
  height: 100%;
  line-height: 60px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  border-right: 1px solid #eaeaea;
}
#product .product-container .solute-nav .item.active {
  color: #fff;
  background-color: #0049e4;
}
#product .product-container .solute-tops {
  display: flex;
  align-items: center;
  font-size: 28px;
  line-height: 32px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eaeaea;
}
#product .product-container .solute-tops i {
  font-size: 40px;
  color: #0049e4;
}
#product .product-container .solute-tops span {
  display: inline-block;
  margin-left: 20px;
  font-weight: bold;
}
#product .product-container .solute-box-one {
  margin-top: 80px;
}
#product .product-container .solute-box-one .solute-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-between;
}
#product .product-container .solute-box-one .solute-list .items {
  width: 49%;
  padding: 25px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #eaeaea;
}
#product .product-container .solute-box-one .solute-list .items .tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product .product-container .solute-box-one .solute-list .items .tops .left-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
}
#product .product-container .solute-box-one .solute-list .items .tops .left-title .num {
  font-size: 28px;
  line-height: 28px;
  font-family: 'Bebas';
  margin-right: 15px;
}
#product .product-container .solute-box-one .solute-list .items .tops img {
  width: 24px;
}
#product .product-container .solute-box-one .solute-list .items .cont {
  padding-left: 20px;
  margin-top: 10px;
}
#product .product-container .solute-box-one .solute-list .items .cont li {
  list-style: disc;
  font-size: 14px;
  line-height: 24px;
  margin-top: 14px;
  color: #888;
}
#product .product-container .solute-box-one .solute-list .items:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #0049e4;
  transition: all 0.3s;
}
#product .product-container .solute-box-one .solute-list .items:hover:before {
  width: 100%;
  transition: all 0.3s;
}
#product .product-container .solute-box-one .solute-list .items:hover .cont li {
  color: #333;
}
#product .product-container .solute-box-two {
  margin-top: 60px;
}
#product .product-container .solute-box-two .solute-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  justify-content: space-between;
}
#product .product-container .solute-box-two .solute-list .items {
  width: 49%;
  padding: 25px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #eaeaea;
  transition: all 0.3s;
}
#product .product-container .solute-box-two .solute-list .items .tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product .product-container .solute-box-two .solute-list .items .tops .left-title {
  display: flex;
  align-items: center;
}
#product .product-container .solute-box-two .solute-list .items .tops .left-title img {
  height: 50px;
  flex-shrink: 0;
}
#product .product-container .solute-box-two .solute-list .items .tops .left-title .title {
  margin-left: 30px;
}
#product .product-container .solute-box-two .solute-list .items .tops .left-title .title .t1 {
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: bold;
}
#product .product-container .solute-box-two .solute-list .items .tops .left-title .title .line {
  width: 40px;
  height: 2px;
  background-color: #ccc;
}
#product .product-container .solute-box-two .solute-list .items .tops .right-pic {
  display: flex;
  align-items: center;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.6s;
}
#product .product-container .solute-box-two .solute-list .items .tops .right-pic i {
  display: inline-block;
  margin-left: 10px;
  font-size: 30px;
}
#product .product-container .solute-box-two .solute-list .items .tops .right-pic.pic-m {
  display: none;
}
#product .product-container .solute-box-two .solute-list .items .cont {
  margin-top: 20px;
  font-size: 14px;
  line-height: 24px;
  color: #888;
}
#product .product-container .solute-box-two .solute-list .items:hover {
  border: 1px solid #0049e4;
}
#product .product-container .solute-box-two .solute-list .items:hover .tops .right-pic {
  transform: translateY(-6px);
  transition: all 0.6s;
  color: #0049e4;
}
#product .product-container .solute-box-two .solute-list .items:hover .tops .right-pic i {
  color: #0049e4;
}
#product .product-container .solute-box-two .solute-list .items:hover .cont {
  color: #333;
}
#product .product-container .solute-box-three {
  margin-top: 60px;
  margin-bottom: 40px;
}
#product .product-container .solution-num-circle {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 50px;
}
#product .product-container .solution-num-circle .items {
  width: 180px;
  margin-right: 66px;
  margin-bottom: 50px;
  margin-top: 50px;
}
#product .product-container .solution-num-circle .items .circle-box {
  width: 100%;
  height: 180px;
  border-radius: 50%;
  border: 4px solid #1932b2;
  background-color: #fff;
  padding: 6px;
}
#product .product-container .solution-num-circle .items .circle-box .inner-box {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
}
#product .product-container .solution-num-circle .items .circle-box .inner-box .inner {
  width: 100%;
  height: 100%;
  position: relative;
}
#product .product-container .solution-num-circle .items .circle-box .inner-box .inner .bg {
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% 100%;
  background-image: url('../img/99.png');
}
#product .product-container .solution-num-circle .items .circle-box .inner-box .num-box {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  line-height: 160px;
  text-align: center;
  color: #1932b2;
}
#product .product-container .solution-num-circle .items .circle-box .inner-box .num-box .num {
  font-size: 64px;
  font-family: 'Bebas';
}
#product .product-container .solution-num-circle .items .circle-box .inner-box .num-box .ratio {
  font-size: 32px;
  display: inline-block;
}
#product .product-container .solution-num-circle .items .text-box {
  margin-top: 10px;
  text-align: center;
}
#product .product-container .solution-num-circle .items .text-box p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
#product .product-container .solution-num-circle .items.type-one .circle-box {
  border-color: #108741;
}
#product .product-container .solution-num-circle .items.type-one .circle-box .inner-box .inner .bg {
  background-image: url('../img/100.png');
}
#product .product-container .solution-num-circle .items.type-one .circle-box .inner-box .num-box {
  color: #108741;
}
#product .product-container .solution-num-circle .items:nth-child(5n) {
  margin-right: 0;
}
#product .product-container .solution-num-line {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  padding-bottom: 50px;
  display: none;
}
#product .product-container .solution-num-line .items {
  width: 355px;
  margin-right: 50px;
  margin-bottom: 40px;
}
#product .product-container .solution-num-line .items .line-box {
  width: 100%;
  height: 40px;
  border: 4px solid #19abdb;
}
#product .product-container .solution-num-line .items .line-box .inner-box {
  height: 100%;
}
#product .product-container .solution-num-line .items .line-box .inner-box .inner {
  width: 0;
  height: 100%;
  background-image: url('../img/89.png');
  background-repeat: repeat-x;
  background-position: center;
  background-size: auto 100%;
}
#product .product-container .solution-num-line .items .txt {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 6px;
  color: #333;
}
#product .product-container .solution-num-line .items.type-one .line-box {
  border-color: #f59b1a;
}
#product .product-container .solution-num-line .items.type-one .line-box .inner-box .inner {
  background-image: url('../img/90.png');
}
#product .product-container .solution-num-line .items:nth-child(3n) {
  margin-right: 0;
}
#product .product-container .solution-num-line-one {
  display: flex;
  flex-wrap: wrap;
  margin-top: 100px;
  padding-bottom: 50px;
  display: none;
}
#product .product-container .solution-num-line-one .items {
  width: 355px;
  margin-right: 50px;
  margin-bottom: 40px;
}
#product .product-container .solution-num-line-one .items .line-box {
  width: 100%;
  height: 50px;
  border: 4px solid #1932b2;
  border-radius: 10px;
  padding-left: 2px;
}
#product .product-container .solution-num-line-one .items .line-box .inner-box {
  height: 100%;
}
#product .product-container .solution-num-line-one .items .line-box .inner-box .inner {
  width: 0;
  height: 100%;
  background-image: url('../img/101.png');
  background-repeat: no-repeat;
  background-position: right center;
  background-size: auto;
  border-radius: 10px 0 0 10px;
  padding-left: 16px;
}
#product .product-container .solution-num-line-one .items .line-box .inner-box .inner span {
  display: inline-block;
  height: 100%;
  line-height: 42px;
  font-size: 18px;
  color: #1c38af;
  font-weight: bold;
}
#product .product-container .solution-num-line-one .items .txt {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 6px;
  color: #333;
}
#product .product-container .solution-num-line-one .items.type-one .line-box {
  border-color: #108741;
}
#product .product-container .solution-num-line-one .items.type-one .line-box .inner-box .inner {
  background-image: url('../img/102.png');
}
#product .product-container .solution-num-line-one .items.type-one .line-box .inner-box .inner span {
  color: #1b8644;
}
#product .product-container .solution-num-line-one .items:nth-child(3n) {
  margin-right: 0;
}
#product .product-container .solution-num-box {
  padding-bottom: 50px;
}
#product .product-container .solution-num-mountain {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  height: 660px;
  margin-top: 120px;
  margin-bottom: 30px;
}
#product .product-container .solution-num-mountain .item {
  width: 150px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 104px;
  margin-bottom: 120px;
}
#product .product-container .solution-num-mountain .item .mountain-pic {
  width: 100%;
  position: relative;
}
#product .product-container .solution-num-mountain .item .mountain-pic .bg-box {
  width: 100%;
  height: 100%;
  position: relative;
}
#product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg-height {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0;
}
#product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg {
  width: 100%;
  height: 0;
  background-image: url('../img/103.png');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
#product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg .num-box {
  color: #1932b2;
  font-size: 28px;
  text-align: center;
  position: absolute;
  top: -90px;
  width: 100%;
}
#product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg .num-box .num {
  font-size: 58px;
  font-family: 'Bebas';
}
#product .product-container .solution-num-mountain .item .txt-box {
  text-align: center;
  margin-top: 15px;
}
#product .product-container .solution-num-mountain .item .txt-box p {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
#product .product-container .solution-num-mountain .item:nth-child(5n) {
  margin-right: 0;
}
#product .product-container .solution-num-mountain .item.type-one .mountain-pic {
  height: 180px;
}
#product .product-container .solution-num-mountain .item.type-one .mountain-pic .bg-box .bg-height {
  height: 100%;
}
#product .product-container .solution-num-mountain .item.type-one .mountain-pic .bg-box .bg {
  background-image: url('../img/104.png');
}
#product .product-container .solution-num-mountain .item.type-one .mountain-pic .bg-box .bg .num-box {
  color: #108741;
}
#product .product-container .pro-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product .product-container .pro-title .left .title-box .t1 {
  color: #0049e4;
}
#product .product-container .pro-title .left .title-box .t1 i {
  font-size: 32px;
}
#product .product-container .pro-title .left .title-box .t1 span {
  display: inline-block;
  margin-left: 15px;
  font-size: 24px;
  line-height: 32px;
  font-weight: bold;
}
#product .product-container .pro-title .left .title-box .t2 {
  font-size: 40px;
  line-height: 32px;
  margin-top: 15px;
  font-weight: bold;
}
#product .product-container .pro-title .right .txt {
  font-size: 18px;
  line-height: 32px;
}
#product .product-container .pro-title.border {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
#product .product-container .pro-title.ali-center .left {
  width: 100%;
}
#product .product-container .pro-title.ali-center .left .title-box {
  width: 100%;
}
#product .product-container .pro-title.ali-center .left .title-box .t2 {
  text-align: center;
}
#product .product-container .solution-title {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 60px;
  color: #0049e4;
  font-weight: bold;
  text-align: center;
}
#product .product-container .pro-feature .feature-box {
  display: flex;
  justify-content: space-between;
}
#product .product-container .pro-feature .feature-box .item {
  width: 20%;
  text-align: center;
  margin-top: 60px;
  transition: transform 0.6s;
  cursor: pointer;
}
#product .product-container .pro-feature .feature-box .item i {
  display: inline-block;
  color: #0049e4;
  font-size: 50px;
}
#product .product-container .pro-feature .feature-box .item .tt {
  font-size: 20px;
  line-height: 24px;
  margin: 15px 0;
}
#product .product-container .pro-feature .feature-box .item .desc {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
#product .product-container .pro-feature .feature-box .item:hover {
  transform: translateY(20px);
  transition: transform 0.6s;
}
#product .product-container .pro-feature .feature-list {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-top: 60px;
  margin-bottom: 90px;
  position: relative;
  display: flex;
  background-color: #333;
}
#product .product-container .pro-feature .feature-list .f-item {
  width: 20%;
  height: 100%;
  position: relative;
  cursor: pointer;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}
#product .product-container .pro-feature .feature-list .f-item .item-box {
  color: #fff;
  position: absolute;
  bottom: 30px;
  padding: 0 30px;
  transition: all 0.6s;
}
#product .product-container .pro-feature .feature-list .f-item .item-box i {
  font-size: 32px;
}
#product .product-container .pro-feature .feature-list .f-item .item-box .t1 {
  font-size: 20px;
  line-height: 32px;
  font-weight: bold;
  margin-top: 10px;
  margin-bottom: 10px;
}
#product .product-container .pro-feature .feature-list .f-item .item-box .txt {
  font-size: 14px;
  line-height: 24px;
  display: none;
  padding: 0 10px 0 0;
}
#product .product-container .pro-feature .feature-list .f-item:hover .item-box {
  bottom: 50%;
  transition: all 0.6s;
}
#product .product-container .pro-feature .feature-list .f-item:hover .item-box .txt {
  display: block;
}
#product .product-container .pro-feature .feature-list .f-item:last-of-type {
  border-right: 0;
}
#product .product-container .pro-system .system-list {
  display: flex;
  flex-wrap: wrap;
}
#product .product-container .pro-system .system-list .s-item {
  width: 30.5%;
  display: block;
  margin-top: 60px;
  margin-right: 4.25%;
  transition: transform 0.6s;
}
#product .product-container .pro-system .system-list .s-item .pic {
  width: 100%;
  overflow: hidden;
}
#product .product-container .pro-system .system-list .s-item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#product .product-container .pro-system .system-list .s-item .title {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  padding: 20px 0 10px;
  border-bottom: 1px solid #eaeaea;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#product .product-container .pro-system .system-list .s-item .title i {
  font-size: 24px;
  opacity: 0;
  transition: all 0.6s;
}
#product .product-container .pro-system .system-list .s-item .info {
  font-size: 14px;
  line-height: 28px;
  color: #666;
  padding-top: 15px;
}
#product .product-container .pro-system .system-list .s-item:hover {
  transform: translateY(-20px);
  transition: transform 0.6s;
}
#product .product-container .pro-system .system-list .s-item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#product .product-container .pro-system .system-list .s-item:hover .title {
  color: #0049e4;
}
#product .product-container .pro-system .system-list .s-item:hover .title i {
  opacity: 1;
  transition: all 0.6s;
}
#product .product-container .pro-system .system-list .s-item:nth-of-type(3n) {
  margin-right: 0;
}
#product .product-container .pro-apply {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
  margin-bottom: 130px;
}
#product .product-container .pro-apply .apply-more {
  width: 240px;
  height: 60px;
  line-height: 60px;
  background-color: #0049e4;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
#product .product-container .pro-apply .apply-more i {
  font-size: 32px;
}
#product .product-container .pro-apply .apply-more span {
  font-size: 20px;
  display: inline-block;
  margin-left: 15px;
}
#product .product-container .pro-apply .pro-txt {
  margin-left: 30px;
}
#product .product-container .pro-apply .pro-txt .t1 {
  font-size: 14px;
  color: #666;
}
#product .product-container .pro-apply .pro-txt .t2 {
  font-size: 40px;
  line-height: 48px;
  color: #0049e4;
}
#product .product-container .pro-cooperation .title {
  font-size: 40px;
  line-height: 32px;
  font-weight: bold;
  text-align: center;
}
#product .product-container .pro-cooperation .cooperation-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
  display: none;
}
#product .product-container .pro-cooperation .cooperation-list .c-item {
  width: 15.25%;
  margin-right: 1.7%;
  margin-bottom: 1.7%;
}
#product .product-container .pro-cooperation .cooperation-list .c-item img {
  width: 100%;
}
#product .product-container .pro-cooperation .cooperation-list .c-item:nth-of-type(6n) {
  margin-right: 0;
}
#product .product-container .pro-cooperation .cooperation-banner {
  margin-top: 30px;
}
#product .product-container .pro-cooperation .cooperation-banner .cooper-swiper .swiper-slide {
  width: 15.25% !important;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#product .product-container .pro-cooperation .cooperation-banner .cooper-swiper .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#product .product-container .pro-cooperation .com-more {
  display: block;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 130px;
}
#product .product-container .product-box .product-info .info-box {
  font-size: 16px;
  line-height: 32px;
  margin-top: 20px;
  margin-bottom: 60px;
}
#product .product-container .product-box .product-info-swiper {
  width: 100%;
}
#product .product-container .product-box .product-info-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
}
#product .product-container .product-box .product-info-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  opacity: 0;
}
#product .product-container .product-box .product-info-swiper .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
#product .product-container .product-box .product-info-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0049e4;
}
#product .product-container .product-box .product-alone {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#product .product-container .product-box .product-alone img {
  width: 100%;
  opacity: 0;
}
#product .product-container .product-box .product-feature {
  margin-top: 110px;
  margin-bottom: 130px;
}
#product .product-container .product-box .product-feature .items-list {
  display: flex;
  flex-wrap: wrap;
}
#product .product-container .product-box .product-feature .items-list .item {
  width: 33.33%;
  margin-top: 30px;
  padding-right: 45px;
}
#product .product-container .product-box .product-feature .items-list .item.item-pic {
  display: flex;
  align-items: center;
}
#product .product-container .product-box .product-feature .items-list .item.item-mobile {
  display: none;
}
#product .product-container .product-box .product-feature .items-list .item i {
  color: #516174;
  font-size: 70px;
}
#product .product-container .product-box .product-feature .items-list .item .item-box {
  margin-left: 25px;
}
#product .product-container .product-box .product-feature .items-list .item .item-box .t1 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
#product .product-container .product-box .product-feature .items-list .item .item-box .t2 {
  font-size: 14px;
  line-height: 24px;
}
#product .product-container .product-box .product-feature .items-list .item:hover i {
  color: #0049e4;
}
#product .product-container .product-box .product-feature .items-list .item:hover .item-box .t1 {
  color: #0049e4;
}
#product .product-container .product-box .product-feature .items-list.feature-one .item {
  width: 25%;
  flex-direction: column;
  padding-right: 3%;
}
#product .product-container .product-box .product-feature .items-list.feature-one .item .item-box {
  margin-left: 0;
}
#product .product-container .product-box .product-feature .items-list.feature-one .item .item-box .t1 {
  text-align: center;
  line-height: 40px;
}
#product .product-container .product-box .product-feature .items-list.feature-two {
  justify-content: space-between;
}
#product .product-container .product-box .product-feature .items-list.feature-two .item {
  width: 45%;
  align-items: flex-start;
  margin-bottom: 20px;
}
#product .product-container .product-box .product-feature .items-list.feature-two .item i {
  flex-shrink: 0;
}
#product .product-container .product-box .product-feature .items-list.feature-two .item .right {
  width: 100%;
  margin-left: 30px;
}
#product .product-container .product-box .product-feature .items-list.feature-two .item .right .item-box {
  margin-left: 0;
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
#product .product-container .product-box .product-feature .items-list.feature-two .item .right .desc-box {
  margin-top: 15px;
}
#product .product-container .product-box .product-feature .items-list.feature-two .item .right .desc-box p {
  font-size: 14px;
  line-height: 32px;
  color: #666;
}
#product .product-container .product-box .product-feature .items-list.feature-two.noborder .item .item-box {
  border: 0;
}
#product .product-container .product-box .product-feature .items-list-one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
#product .product-container .product-box .product-feature .items-list-one .items {
  width: 32%;
  border: 1px solid #e5e5e5;
  transition: transform 0.6s;
}
#product .product-container .product-box .product-feature .items-list-one .items .tops {
  width: 100%;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../img/49.png');
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
}
#product .product-container .product-box .product-feature .items-list-one .items .tops i {
  font-size: 40px;
  color: #fff;
}
#product .product-container .product-box .product-feature .items-list-one .items .info {
  font-size: 14px;
  line-height: 24px;
  padding: 20px;
}
#product .product-container .product-box .product-feature .items-list-one .items:hover {
  transform: translateY(-20px);
  transition: all 0.6s;
  border: 1px solid #0049e4;
}
#product .product-container .product-box .product-feature.sf-more {
  margin-top: 40px;
}
#product .product-container .product-box .product-system {
  margin-bottom: 60px;
}
#product .product-container .product-box .product-system .system-list .item-box {
  display: flex;
  padding: 0 0 30px;
  border-bottom: 1px solid #eaeaea;
}
#product .product-container .product-box .product-system .system-list .item-box .left {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
  color: #0049e4;
  width: 27%;
  padding-top: 25px;
}
#product .product-container .product-box .product-system .system-list .item-box .right-box {
  width: 73%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 10px;
}
#product .product-container .product-box .product-system .system-list .item-box .right-box .items {
  width: 20%;
  margin-top: 20px;
}
#product .product-container .product-box .product-system .system-list .item-box .right-box .items .tt {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
}
#product .product-container .product-box .product-system .system-list .item-box .right-box .items .desc {
  margin-top: 10px;
}
#product .product-container .product-box .product-system .system-list .item-box .right-box .items .desc p {
  font-size: 14px;
  line-height: 24px;
}
#product .product-container .product-box .product-system .system-list .item-box .right-box .items:last-of-type {
  margin-right: 0;
}
#product .product-container .product-box .product-system .system-list .item-box:last-of-type {
  border: 0;
}
#product .product-container .product-box .product-function {
  padding-bottom: 170px;
}
#product .product-container .product-box .product-function .function-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
#product .product-container .product-box .product-function .function-list .items {
  padding: 24px;
  border: 1px solid #eaeaea;
  transition: all 0.6s;
  display: block;
  width: 49%;
  margin-bottom: 20px;
}
#product .product-container .product-box .product-function .function-list .items .tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
#product .product-container .product-box .product-function .function-list .items .tops .left {
  display: flex;
  align-items: center;
  color: #333;
}
#product .product-container .product-box .product-function .function-list .items .tops .left i {
  font-size: 24px;
}
#product .product-container .product-box .product-function .function-list .items .tops .left span {
  display: inline-block;
  margin-left: 15px;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
#product .product-container .product-box .product-function .function-list .items .tops .arr {
  opacity: 0;
  transition: all 0.6s;
  color: #0049e4;
  font-size: 24px;
}
#product .product-container .product-box .product-function .function-list .items .info {
  font-size: 14px;
  line-height: 24px;
  color: #666;
}
#product .product-container .product-box .product-function .function-list .items:hover {
  border: 1px solid #0049e4;
}
#product .product-container .product-box .product-function .function-list .items:hover .tops .left {
  color: #0049e4;
}
#product .product-container .product-box .product-function .function-list .items:hover .tops .arr {
  opacity: 1;
  transition: all 0.6s;
}
#product .product-container .product-box .product-function .function-list .items:hover .info {
  color: #333;
}
#product .product-container .product-box .product-function .function-list .items.full-width {
  width: 100%;
}
#product .product-container .product-box .product-function .function-list .items-one {
  padding: 20px;
  border: 1px solid #eaeaea;
  transition: all 0.6s;
  display: block;
}
#product .product-container .product-box .product-function .function-list .items-one .tops {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 6px;
}
#product .product-container .product-box .product-function .function-list .items-one .tops .left {
  display: flex;
  align-items: center;
  color: #333;
}
#product .product-container .product-box .product-function .function-list .items-one .tops .left i {
  font-size: 24px;
}
#product .product-container .product-box .product-function .function-list .items-one .tops .left span {
  display: inline-block;
  margin-left: 15px;
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
#product .product-container .product-box .product-function .function-list .items-one .info {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
  margin-bottom: 20px;
}
#product .product-container .product-box .product-function .function-list .items-one .arr {
  opacity: 0;
  transition: all 0.6s;
  color: #0049e4;
  font-size: 24px;
}
#product .product-container .product-box .product-function .function-list .items-one:hover {
  border: 1px solid #0049e4;
}
#product .product-container .product-box .product-function .function-list .items-one:hover .tops .left {
  color: #0049e4;
}
#product .product-container .product-box .product-function .function-list .items-one:hover .info {
  color: #333;
}
#product .product-container .product-box .product-function .function-list .items-one:hover .arr {
  opacity: 1;
  transition: all 0.6s;
}
#product .product-container .product-box .product-function .function-list.item-5col .items-one {
  width: 18.6%;
}
#product .product-container .product-box .product-function .function-list.item-4col .items-one {
  width: 23.7%;
}
#product .product-container .product-box .product-function .function-list.item-3col .items-one {
  width: 32%;
}
#product .product-container .product-box .value-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 90px;
}
#product .product-container .product-box .value-box .item {
  width: 49%;
  margin-bottom: 40px;
}
#product .product-container .product-box .value-box .item .pic {
  width: 100%;
  overflow: hidden;
}
#product .product-container .product-box .value-box .item .pic img {
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#product .product-container .product-box .value-box .item .info-box .t1 {
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
}
#product .product-container .product-box .value-box .item .info-box .t2 {
  font-size: 14px;
  line-height: 24px;
  margin-top: 6px;
}
#product .product-container .product-box .value-box .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#product .product-container .product-box .value-box .item:hover .info-box .t1 {
  color: #0049e4;
}
#product .product-container .product-box .service-box {
  display: flex;
  flex-wrap: wrap;
}
#product .product-container .product-box .service-box .s-item {
  display: flex;
  align-items: center;
  margin-right: 9.5%;
  margin-bottom: 4%;
}
#product .product-container .product-box .service-box .s-item .icon-box {
  width: 100px;
  height: 100px;
  line-height: 100px;
  border-radius: 50%;
  border: 2px solid #516174;
  text-align: center;
  transition: all 0.6s;
}
#product .product-container .product-box .service-box .s-item .icon-box i {
  font-size: 50px;
  color: #516174;
}
#product .product-container .product-box .service-box .s-item .step-box {
  margin-left: 25px;
}
#product .product-container .product-box .service-box .s-item .step-box .t1 {
  font-size: 16px;
  line-height: 32px;
}
#product .product-container .product-box .service-box .s-item .step-box .line {
  width: 60px;
  height: 3px;
  background-color: #ddd;
  margin-top: 5px;
  margin-bottom: 10px;
  position: relative;
}
#product .product-container .product-box .service-box .s-item .step-box .line:before {
  content: '';
  position: absolute;
  width: 0px;
  height: 3px;
  background-color: #2870f8;
  bottom: 0;
  left: 0;
  transition: width 0.6s;
}
#product .product-container .product-box .service-box .s-item .step-box .t2 {
  font-size: 20px;
  line-height: 32px;
}
#product .product-container .product-box .service-box .s-item:hover .icon-box {
  border: 2px solid #2870f8;
  background-color: #2870f8;
  transition: all 0.6s;
}
#product .product-container .product-box .service-box .s-item:hover .icon-box i {
  color: #fff;
}
#product .product-container .product-box .service-box .s-item:hover .step-box .line:before {
  width: 100%;
  transition: width 0.6s;
}
#product .product-container .product-box .service-box .s-item:nth-of-type(4n) {
  margin-right: 0;
}
#product .product-container .product-box .service-list {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
  padding-bottom: 130px;
}
#product .product-container .product-box .service-list .item {
  width: 23.7%;
  transition: transform 0.6s;
}
#product .product-container .product-box .service-list .item .pic {
  width: 100%;
  overflow: hidden;
}
#product .product-container .product-box .service-list .item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#product .product-container .product-box .service-list .item .info {
  padding: 15px;
  font-size: 16px;
  line-height: 32px;
  color: #333;
  text-align: center;
}
#product .product-container .product-box .service-list .item:hover {
  transform: translateY(-20px);
  transition: transform 0.6s;
}
#product .product-container .product-box .service-list .item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#product .product-container .product-box .value-box-one {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product .product-container .product-box .value-box-one .v-item {
  width: 49%;
  border: 1px solid #eaeaea;
  padding: 20px 40px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
#product .product-container .product-box .value-box-one .v-item .left {
  width: 60%;
  flex-shrink: 0;
}
#product .product-container .product-box .value-box-one .v-item .left .t1 {
  font-size: 18px;
  line-height: 32px;
  font-weight: bold;
}
#product .product-container .product-box .value-box-one .v-item .left .desc {
  font-size: 14px;
  line-height: 24px;
  margin-top: 6px;
  color: #666;
}
#product .product-container .product-box .value-box-one .v-item .icon-box {
  position: relative;
}
#product .product-container .product-box .value-box-one .v-item .icon-box .spot {
  display: inline-block;
  position: absolute;
  top: -15px;
  left: -15px;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url('../img/67.png');
  background-size: 100%;
}
#product .product-container .product-box .value-box-one .v-item .icon-box i {
  position: relative;
  z-index: 10;
  font-size: 60px;
  color: #333;
}
#product .product-container .product-box .value-box-one .v-item:hover {
  border: 1px solid #0049e4;
  transition: all 0.6s;
  transform: translateY(-6px);
}
#product .product-container .product-box .value-box-one .v-item:hover .left .t1 {
  color: #0049e4;
}
#product .product-container .product-box .problem-box {
  padding-bottom: 70px;
}
#product .product-container .product-box .problem-box .problem-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product .product-container .product-box .problem-box .problem-list .p-item {
  width: 45%;
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
#product .product-container .product-box .problem-box .problem-list .p-item .label {
  flex-shrink: 0;
  font-size: 32px;
  line-height: 32px;
}
#product .product-container .product-box .problem-box .problem-list .p-item .desc-box {
  font-size: 14px;
  line-height: 24px;
  color: #333;
  margin-left: 30px;
}
#product .product-container .product-box .solution-box {
  padding-bottom: 50px;
}
#product .product-container .product-box .solution-box .solution-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#product .product-container .product-box .solution-box .solution-list .s-item {
  width: 44%;
  margin-bottom: 50px;
}
#product .product-container .product-box .solution-box .solution-list .s-item .pic {
  width: 100%;
  overflow: hidden;
}
#product .product-container .product-box .solution-box .solution-list .s-item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#product .product-container .product-box .solution-box .solution-list .s-item .info {
  font-size: 14px;
  line-height: 24px;
  margin-top: 15px;
}
#product .product-container .product-box .solution-box .solution-list .s-item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#product .product-container .product-box .solution-num-box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}
#product .product-container .product-box .solution-num-box .num-item {
  width: 14%;
  margin-right: 7.5%;
  margin-top: 60px;
}
#product .product-container .product-box .solution-num-box .num-item .num-top {
  font-size: 24px;
  line-height: 28px;
  color: #0049e4;
}
#product .product-container .product-box .solution-num-box .num-item .num-top .num {
  font-size: 48px;
}
#product .product-container .product-box .solution-num-box .num-item .num-top i {
  font-size: 20px;
  display: inline-block;
  margin-left: 6px;
}
#product .product-container .product-box .solution-num-box .num-item .num-top i.icon-164 {
  color: #e61111;
}
#product .product-container .product-box .solution-num-box .num-item .num-top i.icon-165 {
  color: #3da20b;
}
#product .product-container .product-box .solution-num-box .num-item .info {
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  margin-top: 6px;
}
#product .product-container .product-box .solution-num-box .num-item:nth-of-type(5n) {
  margin-right: 0;
}
#product .product-container .case-box {
  display: flex;
  flex-wrap: wrap;
}
#product .product-container .case-box .case-item {
  width: 30.5%;
  display: block;
  margin-bottom: 4%;
  margin-right: 4.25%;
}
#product .product-container .case-box .case-item .pic {
  border: 1px solid #eaeaea;
  width: 100%;
  overflow: hidden;
}
#product .product-container .case-box .case-item .pic img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#product .product-container .case-box .case-item .info {
  padding: 15px;
}
#product .product-container .case-box .case-item .info .t1 {
  font-size: 20px;
  line-height: 26px;
}
#product .product-container .case-box .case-item .info .t2 {
  font-size: 14px;
  line-height: 26px;
  color: #666;
}
#product .product-container .case-box .case-item:hover .pic img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#product .product-container .case-box .case-item:hover .info .t1 {
  color: #0049e4;
}
#product .product-container .case-box .case-item:nth-of-type(3n) {
  margin-right: 0;
}
#product .product-container .case {
  width: 100%;
  padding-bottom: 80px;
}
#product .product-container .case .mod-title {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}
#product .product-container .case .swiper-case {
  width: 100%;
  margin-top: 30px;
}
#product .product-container .case .swiper-case .swiper-slide {
  display: block;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
#product .product-container .case .swiper-case .swiper-slide img {
  width: 100%;
  transition: transform 0.5s ease-out;
  -webkit-transition: transform 0.5s ease-out;
  -moz-transition: transform 0.5s ease-out;
}
#product .product-container .case .swiper-case .swiper-slide:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
}
#product .product-container .case .more-btn {
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  margin: 45px auto 0;
}
#news .news-box {
  margin: 130px 0;
}
#news .news-container {
  width: 75%;
  max-width: 1440px;
  margin: 20px auto 80px;
  display: flex;
  justify-content: space-between;
}
#news .news-container .news-content {
  background-color: #fff;
  padding: 60px 100px 70px;
  width: 100%;
}
#news .news-container .news-content .title-box {
  padding-bottom: 40px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
#news .news-container .news-content .title-box .title {
  font-size: 24px;
  line-height: 48px;
}
#news .news-container .news-content .title-box .date {
  font-size: 14px;
  line-height: 40px;
}
#news .news-container .news-content .content {
  padding: 30px 0 100px;
}
#news .news-container .news-content .detail-bottom {
  border-top: 1px solid #ddd;
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#news .news-container .news-content .detail-bottom .left {
  width: 75%;
}
#news .news-container .news-content .detail-bottom .left div {
  font-size: 14px;
  line-height: 36px;
}
#news .news-container .news-content .detail-bottom .back {
  width: 140px;
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #d2d2d2;
  font-size: 14px;
}
#news .news-container .relate-news {
  width: 28%;
  background-color: #fff;
  margin-left: 2%;
}
#news .news-container .relate-news .title {
  color: #0049e4;
  font-size: 20px;
  padding: 15px 0 15px 30px;
  border-bottom: 1px solid #f8f8f8;
  font-weight: bold;
}
#news .news-container .relate-news .relate-list {
  padding: 0 25px 40px;
}
#news .news-container .relate-news .relate-list .r-item {
  padding: 20px 0 15px;
  border-bottom: 1px solid #f8f8f8;
  display: block;
}
#news .news-container .relate-news .relate-list .r-item .tt {
  font-size: 18px;
}
#news .news-container .relate-news .relate-list .r-item .info {
  font-size: 14px;
  line-height: 24px;
  color: #666;
  margin-top: 10px;
}
.layui-layer-content {
  overflow: unset !important;
}
.layer-win {
  padding: 45px 50px;
  width: 800px;
  height: 560px;
}
.layer-win .contact-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.layer-win .contact-line input {
  width: 22%;
  height: 45px;
  padding-left: 10px;
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.layer-win .contact-line input::-webkit-input-placeholder {
  color: #b9b9b9 !important;
}
.layer-win .contact-line input:-moz-placeholder {
  color: #b9b9b9 !important;
}
.layer-win .contact-line input:-ms-input-placeholder {
  color: #b9b9b9 !important;
}
.layer-win .contact-line input.long-ipt {
  width: 54%;
}
.layer-win .contact-line input.short-ipt {
  width: 45%;
  margin-bottom: 0;
}
.layer-win .contact-line .text-box {
  margin: 15px 0;
  max-height: 160px;
  overflow-y: auto;
}
.layer-win .contact-line .text-box::-webkit-scrollbar {
  width: 4px;
  height: 10px;
  background-color: #f3f4f5;
}
.layer-win .contact-line .text-box::-webkit-scrollbar-track {
  border-radius: 4;
  background-color: #f3f4f5;
}
.layer-win .contact-line .text-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: #0049e4;
}
.layer-win .contact-line .text-box span {
  min-width: 25%;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 14px;
  color: #333;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eaeaea;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}
.layer-win .contact-line .text-box span.active {
  background-color: #0049e4;
  color: #fff;
  border: 1px solid #0049e4;
}
.layer-win .contact-line textarea {
  width: 100%;
  height: 140px;
  padding-left: 15px;
  padding-top: 15px;
  resize: none;
  background-color: #fafafa;
  border-radius: 5px;
  border: 1px solid #eaeaea;
  margin-bottom: 10px;
}
.layer-win .contact-line textarea::-webkit-input-placeholder {
  color: #b9b9b9 !important;
}
.layer-win .contact-line textarea:-moz-placeholder {
  color: #b9b9b9 !important;
}
.layer-win .contact-line textarea:-ms-input-placeholder {
  color: #b9b9b9 !important;
}
.layer-win .contact-line .code-left {
  display: flex;
  align-items: center;
}
.layer-win .contact-line .code-img {
  width: 25%;
  height: 45px;
  border: 1px solid #eaeaea;
  border-radius: 5px;
  margin-left: 20px;
}
.layer-win .contact-line .code-img img {
  width: 100%;
  height: 100%;
}
.layer-win .contact-line .button-right {
  display: flex;
  width: 40%;
  align-items: center;
  justify-content: space-between;
}
.layer-win .contact-line .btn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  border-radius: 5px;
  border: 0;
  background-color: #0049e4;
  display: block;
}
.layer-win .contact-line .btn.cancel {
  display: none;
  background-color: #e6e6e6;
  color: #666;
}
.pages-box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pages-box .item {
  width: 36px;
  height: 36px;
  line-height: 34px;
  text-align: center;
  font-size: 16px;
  color: #999;
  border: 1px solid #e6e6e6;
  margin-right: 10px;
  display: inline-block;
  transition: all 0.6s;
}
.pages-box .item i {
  color: #999;
}
.pages-box .item:hover,
.pages-box .item.active {
  background-color: #0049e4;
  transition: all 0.6s;
  color: #fff;
}
.pages-box .item:hover i,
.pages-box .item.active i {
  color: #fff;
}
@media screen and (min-height: 948px) {
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
  }
}
@media screen and (max-height: 620px) {
  #index
    .index-banner
    .swiper-banner
    .swiper-wrapper
    .slide3
    .three-banner-container
    .left-info-box
    .three-bottoms-outer
    .three-bottoms
    .three-bottom-right
    .three-info-box
    .three-info-swiper
    .swiper-slide
    .info-box {
    padding-top: 0;
  }
  .layer-win {
    width: 700px;
    height: 500px;
    padding: 30px;
  }
}
@media screen and (max-height: 590px) {
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops {
    padding: 3% !important;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .tel-box .num {
    font-size: 16px !important;
    line-height: 24px !important;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box input {
    height: 30px !important;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box .sub-box .code-box .code {
    height: 30px !important;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box .sub-box .btn {
    height: 30px !important;
    line-height: 30px !important;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .address-box {
    margin-top: 10px !important;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms {
    padding: 15px 2% !important;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops {
    height: calc(82vh - 80px) !important;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-bottoms {
    height: 18vh !important;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms .address {
    margin-top: 6px !important;
  }
}
@media screen and (max-width: 1900px) {
  #about .about-history {
    height: 560px;
  }
  #about .about-box-company .right-num-box {
    padding: 8% 6% 0;
  }
  #about .about-contact .contact-box {
    width: 81.6%;
  }
  .footer .foot-left .tops {
    padding-left: 13%;
  }
  .footer .foot-left .bottoms {
    padding-left: 13%;
  }
  .content-box .com-left-box {
    width: 16.7%;
  }
  .content-box .com-left-box .common-left.nav-fix {
    width: 16.7%;
  }
  .content-box .right-content {
    width: 83.3%;
  }
  #product .product-container {
    width: 90%;
  }
  .news-box .news-item .info-box {
    padding: 30px 8% 30px 4%;
  }
  #news .news-container .news-content {
    padding: 40px 60px;
  }
  .header-nav .left-nav .logo img {
    height: 56px;
  }
  .header-nav .left-nav .item {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1600px) {
  #about .about-culture .culture-item .info-box {
    padding: 0 11% 0 14.5%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .tops .text-box .page-items {
    width: 100%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-tops {
    padding: 0 8% 25%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .info-box .com-more {
    margin-top: 40px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-box .n-item .com-more {
    margin-top: 30px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-box .n-item-outer .n-item .com-more {
    margin-top: 50px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-more {
    height: 80px;
    line-height: 80px;
  }
  #product .product-container .product-box .service-box .s-item {
    width: 22%;
    margin-right: 4%;
  }
  #product .product-container .product-box .service-box .s-item .icon-box {
    width: 65px;
    height: 65px;
    line-height: 65px;
  }
  #product .product-container .product-box .service-box .s-item .icon-box i {
    font-size: 36px;
  }
  #product .product-container .solution-num-mountain .item {
    margin-right: 84px;
  }
  #product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg .num-box {
    font-size: 24px;
    top: -78px;
  }
  #product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg .num-box .num {
    font-size: 48px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .tel-box .num {
    font-size: 32px;
    line-height: 46px;
  }
  #product .product-container .solution-num-line .items {
    width: 31%;
    margin-right: 30px;
    margin-bottom: 40px;
  }
  #product .product-container .solution-num-line .items .line-box {
    height: 35px;
  }
  .header-nav .left-nav .logo img {
    height: 50px;
  }
  .header-nav .left-nav .item {
    padding: 0 16px;
  }
  .header-nav .left-nav .tel span {
    font-size: 16px;
  }
}
@media screen and (max-width: 1460px) {
  #about .about-history {
    height: 490px;
  }
  #about .about-culture .culture-item .pic {
    width: 26%;
  }
  .right-nav .index-page {
    top: 16vh;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-box .n-item-outer .n-item .title {
    font-size: 18px;
    line-height: 32px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops {
    padding: 4% 6%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .tel-box .num {
    font-size: 28px;
    line-height: 36px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .swiper-slide .text-box .text {
    font-size: 32px;
    line-height: 48px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms {
    padding: 25px 4%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .mail-box {
    margin-top: 30px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .address-box {
    margin-top: 30px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms .address {
    margin-top: 10px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-bottom-right .three-nav .item {
    font-size: 14px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-bottom-right .three-nav .item,
  .active {
    font-size: 16px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box input {
    width: 48%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box input.long {
    width: 100%;
    margin-bottom: 10px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left {
    width: 40%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box textarea {
    height: 135px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-tops {
    padding: 0 8% 20%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .tops .text-box .page-items .item {
    margin-right: 10px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-more-outer .news-more {
    height: 80px;
    line-height: 80px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer .num-box {
    padding: 0 25% 0 0;
  }
  #product .product-container {
    padding-top: 50px;
  }
  #product .product-container .solution-num-circle {
    padding-bottom: 40px;
  }
  #product .product-container .solution-num-line {
    margin-top: 40px;
    padding-bottom: 40px;
  }
  #product .product-container .solution-num-mountain .item {
    margin-right: 70px;
  }
  #product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg .num-box {
    font-size: 24px;
    top: -78px;
  }
  #product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg .num-box .num {
    font-size: 48px;
  }
  #product .product-container .solute-box-one .solute-list .items .cont li {
    font-size: 12px;
    line-height: 20px;
    margin-top: 8px;
  }
  #product .product-container .solute-box-two .solute-list .items {
    padding: 20px;
  }
  #product .product-container .solute-box-two .solute-list .items .tops .left-title img {
    height: 40px;
  }
  #product .product-container .solute-box-two .solute-list .items .tops .left-title .title {
    margin-left: 20px;
  }
  #product .product-container .solution-num-circle .items {
    width: 160px;
    margin-right: 56px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
  #product .product-container .solution-num-circle .items .circle-box {
    height: 160px;
  }
  #product .product-container .solution-num-circle .items .circle-box .inner-box .num-box {
    line-height: 140px;
  }
  #product .product-container .product-box .value-box-one .v-item .left .t1 {
    font-size: 16px;
  }
  #product .product-container .solute-nav {
    height: 50px;
    top: 80px;
  }
  #product .product-container .solute-nav .item {
    line-height: 50px;
  }
  #product .product-container .product-box .solution-num-box .num-item {
    margin-right: 7.5%;
    width: 14%;
  }
  .content-box .com-left-box .common-left {
    padding-top: 50px;
  }
  .content-box .com-left-box .common-left .item {
    height: 40px;
    line-height: 40px;
  }
  .toTop {
    right: 1%;
  }
  .right-side {
    right: 1%;
  }
  .header-nav {
    padding-left: 40px;
    height: 80px;
  }
  .header-nav .menu {
    width: 120px;
  }
  .header-nav .left-nav .logo {
    margin-right: 25px;
  }
  .header-nav .left-nav .logo img {
    height: 45px;
  }
  .header-nav .left-nav .item {
    padding: 0 16px;
    line-height: 80px;
  }
  .header-nav .left-nav .tel {
    margin-right: 25px;
  }
  .header-nav .left-nav .tel i {
    font-size: 18px;
  }
  .header-nav .left-nav .tel span {
    font-size: 16px;
  }
  .right-nav {
    width: 120px;
    height: calc(100vh - 80px);
    top: 80px;
  }
  .right-nav .index-page .swiper-pagination-bullet {
    margin-bottom: 14px;
  }
  .right-nav .index-page .swiper-pagination-bullet-active {
    height: 30px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .banner-four-info .swiper-slide {
    padding: 0 5% 10%;
  }
  .menu-cover .m-item .tt {
    font-size: 22px;
  }
  .menu-cover .m-item .items a {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .menu-cover .menu-icon {
    top: 25px;
    right: 40px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner {
    width: calc(61.4% - 120px);
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four {
    height: calc(100% - 80px);
    top: 80px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom {
    width: calc(100vw - 120px);
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container {
    width: calc(100% - 120px);
    height: calc(100% - 80px);
    top: 80px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box {
    width: calc(100vw - 120px);
    height: calc(100vh - 80px);
    top: 80px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops {
    height: calc(77vh - 80px);
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right {
    width: calc(61.4% - 120px);
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-bottoms {
    width: calc(100% - 120px);
  }
  #product .product-container .pro-apply {
    margin: 60px 0;
  }
  #product .product-container .pro-apply .pro-txt .t2 {
    font-size: 28px;
    line-height: 36px;
  }
  #product .product-container .pro-apply .apply-more {
    width: 150px;
    height: 45px;
    line-height: 45px;
  }
  #product .product-container .pro-apply .apply-more i {
    font-size: 20px;
  }
  #product .product-container .pro-apply .apply-more span {
    font-size: 16px;
  }
  #product .product-container .product-box .product-feature {
    margin-top: 60px;
    margin-bottom: 80px;
  }
  #product .product-container .product-box .product-function {
    padding-bottom: 110px;
  }
  #product .product-container .pro-cooperation .title {
    font-size: 24px;
  }
  #product .product-container .pro-cooperation .cooperation-list {
    margin-top: 40px;
  }
  #product .product-container .pro-cooperation .cooperation-list .com-more {
    margin-bottom: 80px;
  }
  .footer .foot-left .bottoms .t2 {
    font-size: 32px;
  }
  .footer .foot-right .tops {
    padding: 30px 0 30px 8%;
  }
  .footer .foot-right .tops .foot-list {
    margin-top: 20px;
  }
  .footer .foot-right .foot-bottom {
    height: 70px;
  }
  #product .product-container .case {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1386px) {
  .com-more {
    width: 130px;
  }
  #product .product-container .solution-num-mountain {
    margin-top: 70px;
    margin-bottom: 0;
  }
  #product .product-container .solution-num-mountain .item {
    margin-right: 52px;
  }
  #product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg .num-box {
    font-size: 20px;
    top: -68px;
  }
  #product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg .num-box .num {
    font-size: 40px;
  }
}
@media screen and (max-width: 1300px) {
  #about .about-box-company .left-box {
    padding-left: 6%;
  }
  #about .about-box-company .left-box .video-box {
    left: 0;
    width: 100%;
  }
  #about .about-box-company .left-box .video-box .play-icon {
    width: 40px;
    height: 40px;
  }
  #about .about-culture .culture-box {
    padding: 60px 0 40px 6%;
  }
  #about .about-culture .culture-box .desc-box {
    width: 95%;
  }
  #about .about-culture .culture-item {
    padding: 30px 0 30px 6%;
  }
  #about .about-honor {
    padding: 50px 5% 30px 6%;
  }
  #about .about-honor .honor-list .item {
    width: 20%;
    margin-bottom: 3%;
    margin-right: 6%;
  }
  #about .about-honor .honor-list .item p {
    font-size: 12px;
    line-height: 24px;
  }
  #about .about-news .tops {
    padding: 40px 5% 40px 6%;
  }
  #about .about-contact {
    padding: 50px 0 50px 6%;
  }
  #about .about-contact .contact-box {
    width: 90%;
  }
  #news .news-container .relate-news .title {
    padding: 10px 0 10px 20px;
  }
  #news .news-container .relate-news .relate-list {
    padding: 0 20px 30px;
  }
  .footer .foot-left .tops .online {
    padding-left: 8%;
  }
  .news-box.solution-news {
    margin-bottom: 150px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer .num-box {
    padding: 0 20% 0 0;
  }
  #product .product-container .solute-title .title .t1 {
    font-size: 24px;
    line-height: 24px;
  }
  #product .product-container .solute-title .title .t2 {
    font-size: 14px;
    line-height: 28px;
  }
  #product .product-container .pro-apply .pro-txt .t2 {
    font-size: 22px;
    line-height: 30px;
  }
  #product .product-container .solute-nav {
    margin-top: 30px;
    height: 40px;
  }
  #product .product-container .solute-nav .item {
    line-height: 40px;
    font-size: 16px;
  }
  #product .product-container .solute-box-one {
    margin-top: 40px;
  }
  #product .product-container .solute-tops {
    padding-bottom: 15px;
  }
  #product .product-container .solute-tops i {
    font-size: 28px;
  }
  #product .product-container .solute-tops span {
    margin-left: 10px;
    font-size: 20px;
    line-height: 24px;
  }
  #product .product-container .solute-box-one .solute-list .items {
    padding: 20px;
  }
  #product .product-container .solute-box-two .solute-list .items .tops .left-title img {
    height: 25px;
  }
  #product .product-container .solute-box-two .solute-list .items .tops .left-title .title .t1 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 16px;
  }
  #product .product-container .solute-box-two .solute-list .items .cont {
    font-size: 12px;
    line-height: 20px;
  }
  #product .product-container .solute-box-three {
    margin-top: 25px;
    margin-bottom: 30px;
  }
  #product .product-container .solution-num-box {
    padding-bottom: 40px;
  }
  #product .product-container .solution-num-line {
    margin-top: 30px;
    margin-bottom: 0;
  }
  #product .product-container .solution-num-line .items {
    margin-right: 3.5%;
    margin-bottom: 20px;
  }
  #product .product-container .solution-num-line .items .line-box {
    height: 30px;
    border-width: 2px;
  }
  #product .product-container .solution-num-line .items .txt {
    font-size: 14px;
  }
  #product .product-container .solution-num-circle .items {
    margin-right: 45px;
  }
  #product .product-container .solution-num-mountain .item {
    width: 120px;
    margin-right: 44px;
  }
  #product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg .num-box {
    top: -60px;
  }
  #product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg .num-box .num {
    font-size: 36px;
  }
  #product .product-container .product-box .value-box-one .v-item .left {
    width: 80%;
  }
  #product .product-container .product-box .value-box-one .v-item .left .t1 {
    font-size: 14px;
  }
  #product .product-container .product-box .value-box-one .v-item .left .desc {
    font-size: 12px;
  }
  #product .product-container .product-box .value-box-one .v-item .icon-box .spot {
    width: 28px;
    height: 28px;
  }
  #product .product-container .product-box .value-box-one .v-item .icon-box i {
    font-size: 30px;
  }
  #product .product-container .product-box .solution-num-box .num-item {
    margin-top: 40px;
  }
  #product .product-container .product-box .solution-num-box .num-item .num-top .num {
    font-size: 36px;
  }
  #product .product-container .product-box .solution-num-box .num-item .info {
    font-size: 14px;
    line-height: 20px;
  }
  #product .product-container .solution-num-circle .items {
    width: 120px;
    margin-right: 46px;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #product .product-container .solution-num-circle .items .circle-box {
    height: 120px;
  }
  #product .product-container .solution-num-circle .items .circle-box .inner-box .num-box {
    line-height: 100px;
  }
  #product .product-container .solution-num-circle .items .circle-box .inner-box .num-box .num {
    font-size: 28px;
  }
  #product .product-container .solution-num-circle .items .circle-box .inner-box .num-box .ratio {
    font-size: 18px;
  }
  #product .product-container .solution-num-circle .items .text-box p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1044px) {
  .header {
    display: none;
  }
  .header-nav {
    display: none;
  }
  #index .index-banner {
    display: none;
  }
  .m-header {
    width: 100%;
    height: 0.88rem;
    padding: 0 0 0 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100001;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .m-header .logo {
    width: 1.4rem;
  }
  .m-header .logo img {
    width: 100%;
  }
  .m-header .logo img.lg01 {
    display: none;
  }
  .m-header .logo img.lg02 {
    display: block;
  }
  .m-header .right {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
  }
  .m-header .right .tel {
    display: inline-block;
    margin-right: 0.2rem;
  }
  .m-header .right .item {
    display: inline-block;
    height: 100%;
    line-height: 0.88rem;
    font-size: 18px;
    color: #fff;
    width: 1rem;
    text-align: center;
  }
  .m-header .right .menu {
    width: 1.2rem;
    height: 100%;
    color: #fff;
    background-color: #0049e4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 1rem;
  }
  .m-header .right .menu .menu-line {
    width: 0.6rem;
    height: 0.02rem;
    background-color: #ffffff;
    position: relative;
    transition: all 0.3s;
  }
  .m-header .right .menu .menu-line:before {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.02rem;
    background-color: #fff;
    left: 0;
    top: -0.2rem;
    transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 250ms;
  }
  .m-header .right .menu .menu-line:after {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.02rem;
    left: 0;
    top: 0.2rem;
    background-color: #fff;
    transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 250ms;
  }
  .m-header .right .menu .menu-line.active {
    background-color: transparent;
    transition: all 0.3s;
  }
  .m-header .right .menu .menu-line.active:before {
    width: 0.6rem;
    top: -0.12rem;
    transform: translateY(6px) rotate(45deg);
  }
  .m-header .right .menu .menu-line.active:after {
    width: 0.6rem;
    top: 0rem;
    transform: translateY(-1px) rotate(-45deg);
  }
  .m-header-fix {
    background-color: #fff;
    transition: all 0.6s;
    border: 0;
  }
  .m-header-fix .logo img {
    width: 100%;
  }
  .m-header-fix .logo img.lg01 {
    display: block;
  }
  .m-header-fix .logo img.lg02 {
    display: none;
  }
  .m-header-fix .right .item {
    color: #333;
  }
  .m-cover {
    position: fixed;
    height: calc(100vh - 0.88rem);
    background-color: #0049e4;
    top: 0.88rem;
    z-index: 100002;
    display: none;
    left: 0;
    width: 100%;
  }
  .m-cover .tel-box {
    height: 0.8rem;
    display: flex;
    align-items: center;
    padding: 0 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-cover .tel-box a {
    display: inline-block;
    height: 100%;
    line-height: 0.8rem;
    font-size: 0.24rem;
    color: #fff;
  }
  .m-cover .tel-box a .icon-02 {
    font-size: 20px;
  }
  .m-cover .tel-box .left .tel {
    display: inline-block;
    margin-right: 0.2rem;
    color: #fff;
    font-size: 20px;
  }
  .m-cover .link-box {
    width: 100%;
    height: calc(100% - 2rem);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
  }
  .m-cover .link-box .link-box-inner {
    width: 100%;
    height: 100%;
    padding-top: 0.4rem;
    margin: 0 auto;
  }
  .m-cover .link-box .link-box-inner a {
    display: block;
    height: 0.7rem;
    line-height: 0.9rem;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
  }
  .m-cover .link-box .link-box-inner a .cn {
    display: block;
  }
  .m-cover .link-box .link-box-inner a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .m-cover-dark {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #191919;
    z-index: 100002;
    display: none;
    align-items: center;
  }
  .m-cover-dark .close-icon {
    width: 0.8rem;
    height: 0.8rem;
    background-image: url('../img/cha.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 0.64rem 0.64rem;
    display: block;
    position: absolute;
    top: 0.4rem;
    right: 0.4rem;
    z-index: 11;
  }
  .m-cover-dark .main-item {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    transition: all 0.6s;
  }
  .m-cover-dark .main-item .items {
    width: 100%;
  }
  .m-cover-dark .main-item .items > .item {
    font-size: 0.48rem;
    line-height: 0.48rem;
    color: #858585;
    height: 1.4rem;
    line-height: 1.4rem;
    text-align: center;
    display: block;
    width: 100%;
  }
  .m-cover-dark .main-item .items > .item:hover {
    color: #fff;
  }
  .m-cover-dark .main-item.active {
    padding-right: 0.6rem;
    transition: all 0.6s;
  }
  .m-cover-dark .main-item.active .item {
    text-align: right;
  }
  .m-cover-dark .child-item {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-left: 0.7rem;
  }
  .m-cover-dark .child-item .item {
    display: block;
    font-size: 0.32rem;
    height: 1rem;
    line-height: 1rem;
    color: #fff;
    text-align: left;
    width: 100%;
    visibility: visible !important;
    animation-name: fadeInRightBit !important;
  }
  .m-cover-dark .online-m {
    position: absolute;
    z-index: 10;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: 1rem;
    width: 100%;
  }
  .m-cover-dark .online-m i {
    font-size: 20px;
  }
  .m-cover-dark .online-m span {
    font-size: 20px;
    display: inline-block;
    margin-left: 0.2rem;
  }
  .mobile-banner {
    display: block;
  }
  .mobile-banner .m-banner-one {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .mobile-banner .m-banner-one .banner-one-m {
    height: 73.5vh;
    position: relative;
  }
  .mobile-banner .m-banner-one .banner-one-m .swiper-slide {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .mobile-banner .m-banner-one .banner-one-m .swiper-slide .text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0.6rem;
    color: #fff;
  }
  .mobile-banner .m-banner-one .banner-one-m .swiper-slide .text-box .text {
    font-size: 0.32rem;
    line-height: 0.48rem;
    font-weight: bold;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-one .banner-one-m .swiper-slide .text-box .txt {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0.4rem;
    z-index: 100;
    width: 100vw;
  }
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-prev,
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-next {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    border-radius: 50%;
    border: 0.02rem solid #e6e6e6;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-prev i,
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-next i {
    color: #fff;
    font-size: 16px;
  }
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-next {
    margin-left: 0.2rem;
  }
  .mobile-banner .m-banner-one .banner-one-bottom {
    height: 16.5vh;
    z-index: 100;
    display: flex;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num {
    width: 100vw;
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.24rem 0.24rem 0;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box {
    width: 30%;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .line {
    display: flex;
    align-items: center;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .line .num {
    font-size: 0.48rem;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .line .unit {
    font-size: 0.2rem;
    margin-left: 0.1rem;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .line .add {
    font-size: 0.36rem;
    margin-left: 0.1rem;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .info {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #666;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-two {
    width: 100%;
    height: 100vh;
  }
  .mobile-banner .m-banner-two .banner-two-m {
    height: 72vh;
    position: relative;
  }
  .mobile-banner .m-banner-two .banner-two-m .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .mobile-banner .m-banner-two .banner-two-m .swiper-slide .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
  }
  .mobile-banner .m-banner-two .banner-two-m .swiper-slide .text-box .text {
    font-size: 0.32rem;
    line-height: 0.48rem;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-two .banner-two-m .swiper-slide .text-box .com-more {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.4rem;
    color: #fff;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-two .system-box-two {
    border-top: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    height: 28vh;
    padding: 0.3rem;
    width: 100vw;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #333;
    cursor: pointer;
    margin-bottom: 0.2rem;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item i {
    font-size: 0.28rem;
    color: #516174;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item p {
    font-size: 0.18rem;
    line-height: 0.28rem;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item.active {
    color: #0049e4;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item.active i {
    color: #0049e4;
  }
  .mobile-banner .m-banner-three {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .mobile-banner .m-banner-three .banner-three-m {
    height: 73.5vh;
    position: relative;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-36%);
    padding: 0 0.6rem;
    color: #fff;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .text {
    font-size: 0.32rem;
    line-height: 0.48rem;
    font-weight: bold;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .txt {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .com-more {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    text-align: center;
    color: #fff;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .page-items {
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .page-items .item {
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    color: #fff;
    cursor: pointer;
  }
  .mobile-banner .m-banner-three .three-bottoms {
    height: 26.5vh;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m {
    width: 100vw;
    flex-shrink: 0;
    height: 1rem;
    background-color: #fafafa;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    display: none;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-num {
    color: #0049e4;
    width: 1rem;
    height: 100%;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-prev,
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-next {
    width: 1.2rem;
    height: 100%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-prev i,
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-next i {
    font-size: 12px;
    color: #333;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m {
    width: 100vw;
    position: relative;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid #eaeaea;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav .item {
    color: #888;
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
    display: inline-block;
    margin-right: 0.35rem;
    position: relative;
    flex-shrink: 0;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav .item.active {
    color: #0049e4;
    font-size: 0.3rem;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav .item.active:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0.02rem;
    background-color: #0049e4;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav .item:last-of-type {
    margin-right: 0;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-info-box .three-info-swiper-m .swiper-slide {
    width: 100% !important;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-info-box .three-info-swiper-m .swiper-slide .title-box {
    font-size: 20px;
    text-align: center;
    color: #333;
    height: 70px;
    line-height: 70px;
    width: 100%;
    background-color: #fafafa;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-info-box .three-info-swiper-m .swiper-slide .info-box {
    display: block;
    padding: 0.2rem 0.3rem 0.1rem;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-info-box .three-info-swiper-m .swiper-slide .info-box .info {
    font-size: 14px;
    line-height: 28px;
    color: #666;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-prev,
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-next {
    width: 70px;
    height: 70px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-prev i,
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-next i {
    font-size: 16px;
    color: #333;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-prev {
    left: 0;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-next {
    right: 0;
  }
  .mobile-banner .m-banner-four {
    height: 100vh;
    overflow: hidden;
  }
  .mobile-banner .m-banner-four .four-tops {
    background-image: url('../img/86.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .text-box {
    padding: 1.6rem 0.6rem 0;
    color: #fff;
  }
  .mobile-banner .m-banner-four .four-tops .text-box .text {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .mobile-banner .m-banner-four .four-tops .text-box .txt {
    font-size: 0.24rem;
    margin-top: 10px;
  }
  .mobile-banner .m-banner-four .four-tops .case-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.3rem;
    margin-top: 50px;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item {
    width: 24%;
    margin-right: 1.3333%;
    display: block;
    margin-bottom: 0.6rem;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item img {
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item .title-box {
    color: #fff;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item .title-box .t1 {
    font-size: 16px;
    line-height: 32px;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item .title-box .t2 {
    font-size: 18px;
    line-height: 24px;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item:nth-of-type(2n) {
    margin-right: 1.3333%;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item:nth-of-type(4n) {
    margin-right: 0;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m {
    margin-top: 1.1rem;
    margin-left: 0.3rem;
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide {
    width: 4rem !important;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .pic-box {
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .pic-box img {
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .info-box {
    padding: 0.2rem 0.24rem 0.3rem;
    text-align: center;
    background-color: #fff;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .info-box .t1 {
    font-size: 0.28rem;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .info-box .t2 {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-four .four-tops .com-more {
    color: #fff;
    margin: 0 auto;
    margin-top: 30px;
    width: 150px;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
  }
  .mobile-banner .m-banner-four .four-bottoms {
    width: 100%;
    height: 10.5vh;
    padding-left: 0.2rem;
    display: flex;
    align-items: center;
  }
  .mobile-banner .m-banner-four .four-bottoms .banner-four-cooperation-m {
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-bottoms .banner-four-cooperation-m .swiper-slide {
    width: 1.8rem !important;
  }
  .mobile-banner .m-banner-four .four-bottoms .banner-four-cooperation-m .swiper-slide img {
    width: 100%;
  }
  .mobile-banner .m-banner-five {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url('../img/88.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0.6rem 0;
  }
  .mobile-banner .m-banner-five .text-box {
    padding: 1.6rem 0 0;
    color: #fff;
  }
  .mobile-banner .m-banner-five .text-box .text {
    font-size: 0.28rem;
    line-height: 0.36rem;
  }
  .mobile-banner .m-banner-five .text-box .txt {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
  .mobile-banner .m-banner-five .video-box {
    position: relative;
    width: 65%;
    margin: 0 auto;
    margin-top: 0.2rem;
  }
  .mobile-banner .m-banner-five .video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mobile-banner .m-banner-five .video-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mobile-banner .m-banner-five .video-box .mask .play01 {
    width: 0.6rem;
    height: 0.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../img/11.png');
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile-banner .m-banner-five .com-more {
    color: #fff;
    margin: 0 auto;
    margin-top: 0.9rem;
  }
  .mobile-banner .m-banner-six {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/14.png');
    background-size: cover;
    padding-top: 1.6rem;
  }
  .mobile-banner .m-banner-six .text-box {
    padding: 0 0.6rem;
    color: #fff;
  }
  .mobile-banner .m-banner-six .text-box .text {
    font-size: 0.28rem;
    line-height: 36px;
  }
  .mobile-banner .m-banner-six .text-box .txt {
    font-size: 18px;
    line-height: 28px;
  }
  .mobile-banner .m-banner-six .news-box-m {
    padding: 0 24px;
    margin-top: 20px;
  }
  .mobile-banner .m-banner-six .news-box-m .n-item {
    width: 100%;
    padding: 20px;
    background-color: #fff;
    margin-bottom: 0.3rem;
  }
  .mobile-banner .m-banner-six .news-box-m .n-item .title {
    font-size: 0.18rem;
  }
  .mobile-banner .m-banner-six .news-box-m .n-item .com-more {
    margin-top: 14px;
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
  .mobile-banner .m-banner-seven {
    padding: 0 0.3rem;
    background-position: center;
    background-image: url('../img/15.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100vh;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box {
    background-color: #fff;
    padding: 24px 30px;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .tops {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .tops .tel-box {
    color: #666;
    font-size: 16px;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .tops .tel-box .num {
    font-size: 20px;
    line-height: 36px;
    color: #0049e4;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .label {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    margin-top: 10px;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input {
    width: 49%;
    height: 40px;
    flex-shrink: 0;
    border: 1px solid #eaeaea;
    padding-left: 10px;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input::-webkit-input-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input:-moz-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input:-ms-input-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input.long {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-top: 0.1rem;
    border: 1px solid #eaeaea;
    resize: none;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box textarea::-webkit-input-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box textarea:-moz-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box textarea:-ms-input-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box {
    width: 100%;
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .code-box {
    display: flex;
    align-items: center;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .code-box input {
    width: 1.6rem;
    margin-top: 0;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .code-box .code {
    width: 100px;
    height: 40px;
    border: 1px solid #eaeaea;
    margin-left: 0.1rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .code-box .code img {
    width: 100%;
    height: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .btn {
    width: 140px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #0049e4;
    font-size: 16px;
    border: 0;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms {
    margin-top: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .mail-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    margin-top: 10px;
    color: #666;
    font-size: 14px;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .mail-box .mail {
    margin-top: 6px;
    color: #333;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .mail-box .gps {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
    margin-right: 15px;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .mail-box .gps img {
    width: 100%;
    height: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .address-box {
    display: flex;
    margin-top: 10px;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .address-box .address {
    font-size: 14px;
    color: #666;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .address-box .address .info {
    font-size: 14px;
    margin-top: 10px;
    color: #333;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    color: #fff;
    margin-top: 10px;
    font-size: 14px;
    height: 10vh;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms .link {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms .link img {
    width: 0.2rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms a {
    color: #fff;
    line-height: 0.3rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms img {
    margin-right: 0.2rem;
  }
  .content-box {
    margin-top: 0.88rem;
    flex-wrap: wrap;
  }
  .content-box .com-left-box {
    width: 100%;
    border: 0;
    position: sticky;
    top: 0.88rem;
    z-index: 100;
    padding: 0.24rem 0.24rem 0;
    background-color: #fff;
  }
  .content-box .com-left-box .common-left {
    display: flex;
    overflow-x: auto;
    padding: 0 0.24rem 0.2rem;
  }
  .content-box .com-left-box .common-left::-webkit-scrollbar {
    width: 8px;
    height: 4px;
    background-color: #f3f4f5;
  }
  .content-box .com-left-box .common-left::-webkit-scrollbar-track {
    background-color: #fafafa;
  }
  .content-box .com-left-box .common-left::-webkit-scrollbar-thumb {
    background-color: #f3f4f5;
  }
  .content-box .com-left-box .common-left .item {
    width: auto;
    flex-shrink: 0;
    height: 0.6rem;
    margin-right: 0.24rem;
    line-height: 0.6rem;
    position: relative;
  }
  .content-box .com-left-box .common-left .item.active:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 0.04rem;
    border-radius: 1px;
    background-color: #0049e4;
    bottom: -0.2rem;
    left: 0;
  }
  .content-box .right-content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #about .about-title {
    width: 100%;
    flex-wrap: wrap;
    text-align: center;
  }
  #about .about-title .tt {
    width: 100%;
    text-align: center;
    font-size: 26px;
    line-height: 26px;
  }
  #about .about-title .t1 {
    width: 100%;
    margin-left: 0;
    margin-top: 0.2rem;
  }
  #about .about-box-company {
    flex-wrap: wrap;
    padding: 0.6rem 0 0.4rem;
  }
  #about .about-box-company .left-box {
    width: 100%;
    padding: 0 0.24rem;
  }
  #about .about-box-company .left-box .desc-box {
    margin-top: 0.2rem;
  }
  #about .about-box-company .left-box .video-box {
    margin-top: 0.4rem;
    margin-bottom: 0.4rem;
  }
  #about .about-box-company .right-num-box {
    width: 100%;
  }
  #about .about-box-company .right-num-box .item-box {
    margin-bottom: 0.4rem;
  }
  #about .about-box-company .right-num-box .item-box .top .num {
    font-size: 36px;
  }
  #about .about-box-company .right-num-box .item-box .top .unit {
    font-size: 14px;
  }
  #about .about-history {
    height: auto;
  }
  #about .about-history .history-bg .history-swiper .swiper-slide {
    width: 50% !important;
    padding-bottom: 1.4rem;
    padding-left: 0.24rem;
  }
  #about .about-history .history-bg .history-swiper .swiper-slide .text-box .year {
    font-size: 24px;
    line-height: 24px;
  }
  #about .about-history .history-bg .history-swiper .finger-box i {
    font-size: 28px;
  }
  #about .about-culture {
    margin-top: 0.6rem;
  }
  #about .about-culture .culture-box {
    width: 100%;
    padding: 0 0.24rem;
  }
  #about .about-culture .culture-box .desc-box {
    width: 100%;
    margin-top: 0.3rem;
  }
  #about .about-culture .culture-box .swiper-banner-culture {
    margin-top: 0.5rem;
  }
  #about .about-culture .culture-box .swiper-banner-culture .swiper-slide {
    width: 65% !important;
  }
  #about .about-culture .culture-item {
    width: 100%;
    padding: 0.24rem;
    flex-wrap: wrap;
  }
  #about .about-culture .culture-item .pic {
    width: 100%;
  }
  #about .about-culture .culture-item .info-box {
    padding: 0.24rem 0;
  }
  #about .about-culture .culture-item .info-box .info {
    margin-left: 0.2rem;
  }
  #about .about-culture .culture-item .info-box .info .tt {
    font-size: 18px;
    line-height: 24px;
  }
  #about .about-culture .culture-item .info-box .info .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.2rem;
  }
  #about .about-honor {
    padding: 0.4rem 0.24rem;
    width: 100%;
  }
  #about .about-honor .honor-list {
    margin-top: 0.4rem;
  }
  #about .about-honor .honor-list .item {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 4%;
  }
  #about .about-honor .honor-list .item:nth-of-type(2n) {
    margin-right: 0 !important;
  }
  #about .about-news {
    width: 100%;
  }
  #about .about-news .tops {
    padding: 0.4rem 0.24rem;
    flex-wrap: wrap;
  }
  #about .about-news .tops .com-more {
    margin: 0 auto;
    margin-top: 0.2rem;
  }
  #about .about-contact {
    padding: 0.4rem 0.24rem;
    width: 100%;
  }
  #about .about-contact .contact-box {
    width: 100%;
  }
  #about .about-contact .contact-box .tel-box {
    margin-top: 0.4rem;
  }
  #about .about-contact .contact-box .tel-box .number {
    font-size: 22px;
    line-height: 30px;
  }
  #about .about-contact .contact-box .address {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  #about .about-contact .contact-box .address .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  #about .about-contact .contact-box .address .item .desc .t2 span {
    margin-right: 0.2rem;
  }
  #about .about-contact .contact-box .address .item.item-long {
    width: 100%;
  }
  #about .about-contact .contact-box .contact-line {
    margin-top: 0.4rem;
  }
  #about .about-contact .contact-box .contact-line input {
    width: 100%;
    height: 1rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
  }
  #about .about-contact .contact-box .contact-line input.long-ipt {
    width: 100%;
  }
  #about .about-contact .contact-box .contact-line input.short-ipt {
    width: 48%;
  }
  #about .about-contact .contact-box .contact-line textarea {
    height: 2rem;
    padding-top: 0.2rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
  }
  #about .about-contact .contact-box .contact-line .code-img {
    width: 48%;
    height: 1rem;
  }
  #about .about-contact .contact-box .contact-line .btn {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: 16px;
  }
  .news-box .news-item .date {
    font-size: 12px;
  }
  .news-box .news-item .info-box {
    padding: 0.28rem 3%;
  }
  .news-box .news-item .info-box .title {
    font-size: 16px;
    line-height: 24px;
  }
  .news-box .news-item .info-box .info {
    margin-top: 0.1rem;
    font-size: 12px;
    line-height: 24px;
  }
  .com-more {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
  }
  .footer {
    flex-wrap: wrap;
  }
  .footer .foot-left {
    width: 100%;
  }
  .footer .foot-left .tops {
    width: 100%;
    padding: 0.24rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .foot-left .tops .logo img {
    height: 0.8rem;
  }
  .footer .foot-left .tops .online {
    padding-left: 0;
    margin-top: 0;
  }
  .footer .foot-left .tops .online i {
    font-size: 20px;
  }
  .footer .foot-left .bottoms {
    padding: 0.24rem;
  }
  .footer .foot-left .bottoms .t2 {
    font-size: 20px;
    line-height: 28px;
  }
  .footer .foot-right {
    width: 100%;
  }
  .footer .foot-right .tops {
    padding: 0.24rem;
    width: 100%;
  }
  .footer .foot-right .tops .foot-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer .foot-right .tops .foot-nav .item {
    margin-right: 0;
  }
  .footer .foot-right .tops .foot-list {
    margin-top: 0.4rem;
  }
  .footer .foot-right .tops .foot-list .item-box {
    display: flex;
    flex-wrap: wrap;
  }
  .footer .foot-right .tops .foot-list .item-box .item {
    margin-right: 0.24rem;
  }
  .footer .foot-right .foot-bottom {
    width: 100%;
    padding: 0.24rem;
    flex-wrap: wrap;
    height: auto;
  }
  .footer .foot-right .foot-bottom .left {
    width: 100%;
  }
  .footer .foot-right .foot-bottom .left img {
    margin-right: 0.2rem;
  }
  .footer .foot-right .foot-bottom .right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .video-layer .layui-layer-content {
    width: 300px !important;
    height: 169px !important;
    overflow: hidden !important;
  }
  #product .product-container {
    width: 100%;
    padding: 0 0.24rem;
  }
  #product .product-container.case-container {
    padding-bottom: 1rem;
  }
  #product .product-container .case-box {
    padding-top: 0.4rem;
  }
  #product .product-container .case-box .case-item {
    width: 49%;
    margin-right: 2%;
  }
  #product .product-container .case-box .case-item:nth-of-type(3n) {
    margin-right: 2%;
  }
  #product .product-container .case-box .case-item:nth-of-type(2n) {
    margin-right: 0% !important;
  }
  #product .product-container .case-box .case-item .info {
    padding-top: 0.2rem;
  }
  #product .product-container .case-box .case-item .info .t1 {
    font-size: 16px;
    line-height: 24px;
  }
  #product .product-container .case-box .case-item .info .t2 {
    font-size: 12px;
  }
  #product .product-container .pro-feature .feature-box {
    flex-wrap: wrap;
  }
  #product .product-container .pro-feature .feature-box .item {
    width: 48%;
    margin-top: 0.2rem;
    margin-bottom: 2%;
  }
  #product .product-container .pro-feature .feature-box .item i {
    font-size: 24px;
  }
  #product .product-container .pro-feature .feature-box .item .tt {
    font-size: 16px;
    line-height: 20px;
    margin: 0.2rem 0;
  }
  #product .product-container .pro-feature .feature-box .item .desc {
    font-size: 12px;
    line-height: 18px;
  }
  #product .product-container .pro-feature .feature-list {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
    height: 6rem;
  }
  #product .product-container .pro-feature .feature-list .f-item .item-box {
    padding: 0 0.2rem;
    bottom: 2%;
  }
  #product .product-container .pro-feature .feature-list .f-item .item-box i {
    font-size: 18px;
  }
  #product .product-container .pro-feature .feature-list .f-item .item-box .t1 {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.1rem;
    margin-bottom: 0.1rem;
  }
  #product .product-container .pro-feature .feature-list .f-item .item-box .txt {
    font-size: 12px;
    line-height: 20px;
  }
  #product .product-container .pro-feature .feature-list .f-item:hover .item-box {
    bottom: 4%;
  }
  #product .product-container .solute-title {
    flex-wrap: wrap;
    padding-top: 0.6rem;
  }
  #product .product-container .solute-title .title {
    width: 100%;
    text-align: center;
  }
  #product .product-container .solute-title .title .t1 {
    font-size: 18px;
    line-height: 18px;
  }
  #product .product-container .solute-title .title .t2 {
    font-size: 12px;
    line-height: 20px;
  }
  #product .product-container .solute-title .pro-apply {
    margin-top: 0.4rem;
    width: 100%;
  }
  #product .product-container .pro-apply .pro-txt .t2 {
    font-size: 18px;
    line-height: 28px;
  }
  #product .product-container .solute-nav {
    margin-top: 0.4rem;
    height: 0.7rem;
    top: 2.4rem;
  }
  #product .product-container .solute-nav .item {
    line-height: 0.7rem;
    font-size: 14px;
  }
  #product .product-container .solute-box-one {
    margin-top: 0.4rem;
  }
  #product .product-container .solute-tops {
    padding-bottom: 0.2rem;
  }
  #product .product-container .solute-tops i {
    font-size: 18px;
  }
  #product .product-container .solute-tops span {
    margin-left: 10px;
    font-size: 14px;
    line-height: 20px;
  }
  #product .product-container .solute-box-one .solute-list {
    flex-wrap: wrap;
    margin-top: 0.4rem;
  }
  #product .product-container .solute-box-one .solute-list .items {
    padding: 0.3rem;
    width: 100%;
    margin-bottom: 0.2rem;
  }
  #product .product-container .solute-box-one .solute-list .items .tops .left-title {
    font-size: 14px;
    line-height: 20px;
  }
  #product .product-container .solute-box-one .solute-list .items .tops .left-title .num {
    font-size: 22px;
    line-height: 22px;
    margin-right: 0.2rem;
  }
  #product .product-container .solute-box-one .solute-list .items .tops img {
    width: 20px;
  }
  #product .product-container .solute-box-one .solute-list .items .cont {
    padding-left: 0.2rem;
  }
  #product .product-container .solute-box-two {
    margin-top: 0.4rem;
  }
  #product .product-container .solute-box-two .solute-list {
    flex-wrap: wrap;
    margin-top: 0.2rem;
  }
  #product .product-container .solute-box-two .solute-list .items {
    width: 100%;
    padding: 0.2rem;
  }
  #product .product-container .solute-box-two .solute-list .items .tops .left-title img {
    height: 0.4rem;
  }
  #product .product-container .solute-box-two .solute-list .items .tops .left-title .title {
    margin-left: 0.2rem;
  }
  #product .product-container .solute-box-two .solute-list .items .tops .left-title .title .t1 {
    margin-bottom: 0.2rem;
    font-size: 14px;
    line-height: 16px;
  }
  #product .product-container .solute-box-two .solute-list .items .tops .right-pic i {
    font-size: 20px;
  }
  #product .product-container .solute-box-two .solute-list .items .tops .right-pic.pic-pc {
    display: none;
  }
  #product .product-container .solute-box-two .solute-list .items .tops .right-pic.pic-m {
    display: block;
  }
  #product .product-container .solute-box-two .solute-list .items .cont {
    font-size: 12px;
    line-height: 20px;
  }
  #product .product-container .solute-box-three {
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
  }
  #product .product-container .solution-num-box {
    padding-bottom: 0.4rem;
  }
  #product .product-container .solution-num-line {
    margin-top: 0.4rem;
    margin-bottom: 0;
    padding-bottom: 0.4rem;
  }
  #product .product-container .solution-num-line .items {
    width: 48%;
    margin-right: 4%;
    margin-bottom: 0.3rem;
  }
  #product .product-container .solution-num-line .items .line-box {
    height: 0.5rem;
    border-width: 2px;
  }
  #product .product-container .solution-num-line .items .txt {
    font-size: 12px;
  }
  #product .product-container .solution-num-line .items:nth-child(3n) {
    margin-right: 2%;
  }
  #product .product-container .solution-num-line .items:nth-child(2n) {
    margin-right: 0;
  }
  #product .product-container .product-box .value-box-one .v-item .left {
    width: 80%;
  }
  #product .product-container .product-box .value-box-one .v-item .left .t1 {
    font-size: 14px;
  }
  #product .product-container .product-box .value-box-one .v-item .left .desc {
    font-size: 12px;
  }
  #product .product-container .product-box .value-box-one .v-item .icon-box .spot {
    width: 28px;
    height: 28px;
  }
  #product .product-container .product-box .value-box-one .v-item .icon-box i {
    font-size: 30px;
  }
  #product .product-container .product-box .solution-num-box .num-item {
    margin-top: 40px;
  }
  #product .product-container .product-box .solution-num-box .num-item .num-top .num {
    font-size: 36px;
  }
  #product .product-container .product-box .solution-num-box .num-item .info {
    font-size: 14px;
    line-height: 20px;
  }
  #product .product-container .case {
    padding-bottom: 0.6rem;
  }
  #product .product-container .case .mod-title {
    font-size: 20px;
  }
  #product .product-container .case .more-btn {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 14px;
    margin: 0.6rem auto 0;
  }
  #product .product-container .case .swiper-case {
    margin-top: 0.4rem;
  }
  #product .product-container .solution-num-circle {
    padding-bottom: 0.2rem;
  }
  #product .product-container .solution-num-circle .items {
    width: 2rem;
    margin-right: 0.5rem;
    margin-bottom: 0.3rem;
    margin-top: 0.3rem;
  }
  #product .product-container .solution-num-circle .items .circle-box {
    height: 2rem;
    border-width: 2px;
  }
  #product .product-container .solution-num-circle .items .circle-box .inner-box .num-box {
    line-height: 1.6rem;
  }
  #product .product-container .solution-num-circle .items .circle-box .inner-box .num-box .num {
    font-size: 28px;
  }
  #product .product-container .solution-num-circle .items .circle-box .inner-box .num-box .ratio {
    font-size: 18px;
  }
  #product .product-container .solution-num-circle .items .text-box p {
    font-size: 14px;
  }
  #product .product-container .solution-num-circle .items:nth-child(5n) {
    margin-right: 0.4rem;
  }
  #product .product-container .solution-num-circle .items:nth-child(3n) {
    margin-right: 0;
  }
  #news .news-box {
    margin: 0.6rem 0;
  }
  #news .news-container {
    width: 100%;
    margin: 0.2rem auto 0.4rem;
    flex-wrap: wrap;
  }
  #news .news-container .news-content {
    padding: 0.4rem 0.24rem;
    width: 100%;
  }
  #news .news-container .news-content .title-box {
    padding-bottom: 0.4rem;
  }
  #news .news-container .news-content .title-box .title {
    font-size: 20px;
    line-height: 40px;
  }
  #news .news-container .news-content .title-box .date {
    font-size: 12px;
    line-height: 24px;
  }
  #news .news-container .news-content .content {
    padding: 0.4rem 0 0.6rem;
  }
  #news .news-container .news-content .detail-bottom {
    padding-top: 0.4rem;
    flex-wrap: wrap;
  }
  #news .news-container .news-content .detail-bottom .left {
    width: 100%;
  }
  #news .news-container .news-content .detail-bottom .back {
    width: 2rem;
    height: 0.7rem;
    line-height: 0.7rem;
    margin: 0.4rem auto 0;
  }
  #news .news-container .relate-news {
    width: 100%;
    margin-top: 0.24rem;
  }
  #news .news-container .relate-news .title {
    padding: 10px 0 10px 20px;
  }
  #news .news-container .relate-news .relate-list {
    padding: 0 0.24rem 0.4rem;
  }
  #news .news-container .relate-news .relate-list .r-item {
    padding: 0.4rem 0 0.3rem;
  }
  #news .news-container .relate-news .relate-list .r-item .tt {
    font-size: 16px;
  }
  @-webkit-keyframes ratioChangeTwo {
    from {
      height: 0;
    }
    to {
      height: 1.8rem;
    }
  }
  @keyframes ratioChangeTwo {
    from {
      height: 0;
    }
    to {
      height: 1.8rem;
    }
  }
  #product .product-container .pro-title {
    flex-wrap: wrap;
  }
  #product .product-container .pro-title .left {
    width: 100%;
    text-align: center;
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
  }
  #product .product-container .pro-title .left .title-box .t1 i {
    font-size: 24px;
  }
  #product .product-container .pro-title .left .title-box .t1 span {
    font-size: 18px;
    line-height: 18px;
    margin-left: 0.2rem;
  }
  #product .product-container .pro-title .left .title-box .t2 {
    font-size: 18px;
  }
  #product .product-container .pro-title .right {
    width: 100%;
    text-align: center;
  }
  #product .product-container .pro-title .right .com-more {
    margin: 0 auto;
  }
  #product .product-container .pro-title .right .txt {
    font-size: 16px;
    line-height: 28px;
  }
  #product .product-container .product-box .product-info .info-box {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.2rem;
    margin-bottom: 0.4rem;
  }
  #product .product-container .product-box .product-feature {
    margin-bottom: 0.6rem;
    margin-top: 0.6rem;
  }
  #product .product-container .product-box .product-feature.sf-more {
    margin-top: 0.4rem;
  }
  #product .product-container .product-box .product-feature .items-list .item {
    width: 50%;
    margin-top: 0.2rem;
    padding-right: 0.2rem;
    align-items: flex-start;
  }
  #product .product-container .product-box .product-feature .items-list .item i {
    font-size: 40px;
  }
  #product .product-container .product-box .product-feature .items-list .item .item-box {
    margin-left: 0.2rem;
  }
  #product .product-container .product-box .product-feature .items-list .item .item-box .t1 {
    font-size: 16px;
    line-height: 28px;
  }
  #product .product-container .product-box .product-feature .items-list .item .item-box .t2 {
    font-size: 12px;
    line-height: 22px;
    margin-top: 0.1rem;
  }
  #product .product-container .product-box .product-feature .items-list.feature-one {
    justify-content: space-between;
  }
  #product .product-container .product-box .product-feature .items-list.feature-one .item {
    width: 48%;
    padding-right: 0;
  }
  #product .product-container .product-box .product-feature .items-list.feature-one .item .item-box .t1 {
    font-size: 14px;
    line-height: 32px;
  }
  #product .product-container .product-box .product-feature .items-list.feature-one .item i {
    display: block;
    margin: 0 auto;
  }
  #product .product-container .product-box .product-feature .items-list.feature-two .item {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  #product .product-container .product-box .product-feature .items-list.feature-two .item .right {
    margin-left: 0.4rem;
  }
  #product .product-container .product-box .product-feature .items-list.feature-two .item .right .desc-box {
    margin-top: 0.2rem;
  }
  #product .product-container .product-box .product-feature .items-list.feature-two .item .right .desc-box p {
    font-size: 12px;
    line-height: 24px;
  }
  #product .product-container .product-box .product-feature .items-list-one {
    margin-top: 0.6rem;
  }
  #product .product-container .product-box .product-feature .items-list-one .items {
    width: 100%;
    margin-bottom: 0.2rem;
  }
  #product .product-container .product-box .product-feature .items-list-one .items .tops {
    height: 1rem;
    font-size: 14px;
    padding: 0 0.24rem;
  }
  #product .product-container .product-box .product-feature .items-list-one .items .tops i {
    font-size: 24px;
  }
  #product .product-container .product-box .product-feature .items-list-one .items .info {
    font-size: 12px;
    line-height: 24px;
    padding: 0.24rem;
  }
  #product .product-container .product-box .value-box-one .v-item {
    width: 100%;
    padding: 0.2rem 0.4rem 0.2rem 0.2rem;
  }
  #product .product-container .product-box .value-box-one .v-item .left {
    width: 70%;
  }
  #product .product-container .product-box .value-box-one .v-item .left .t1 {
    font-size: 14px;
  }
  #product .product-container .product-box .value-box-one .v-item .icon-box i {
    font-size: 36px;
  }
  #product .product-container .product-box .value-box-one .v-item .icon-box .spot {
    width: 0.6rem;
    height: 0.6rem;
    top: -0.2rem;
    left: -0.2rem;
  }
  #product .product-container .product-box .problem-box {
    padding-bottom: 0.6rem;
  }
  #product .product-container .product-box .problem-box .problem-list {
    flex-wrap: wrap;
  }
  #product .product-container .product-box .problem-box .problem-list .p-item {
    width: 100%;
    margin-bottom: 0.4rem;
  }
  #product .product-container .product-box .problem-box .problem-list .p-item .label {
    font-size: 24px;
    line-height: 24px;
  }
  #product .product-container .product-box .problem-box .problem-list .p-item .desc-box {
    margin-left: 0.4rem;
  }
  #product .product-container .product-box .solution-box {
    padding-bottom: 0.6rem;
  }
  #product .product-container .product-box .solution-box .solution-list .s-item {
    width: 49%;
    margin-bottom: 0.4rem;
  }
  #product .product-container .product-box .solution-box .solution-list .s-item .info {
    margin-top: 0.2rem;
  }
  #product .product-container .product-box .solution-num-box {
    margin-top: 0.4rem;
    justify-content: space-between;
  }
  #product .product-container .product-box .solution-num-box .num-item {
    width: 33.33%;
    margin-top: 2%;
    margin-right: 0;
  }
  #product .product-container .product-box .solution-num-box .num-item .num-top .num {
    font-size: 30px;
  }
  #product .product-container .product-box .solution-num-box .num-item .info {
    font-size: 14px;
    line-height: 20px;
    margin-top: 0.1rem;
  }
  #product .product-container .product-box .value-box {
    padding-bottom: 0.2rem;
  }
  #product .product-container .product-box .value-box .item {
    margin-bottom: 0.4rem;
  }
  #product .product-container .product-box .value-box .item .info-box .t1 {
    font-size: 16px;
  }
  #product .product-container .product-box .service-box {
    justify-content: space-between;
  }
  #product .product-container .product-box .service-box .s-item {
    margin-right: 0;
  }
  #product .product-container .product-box .service-box .s-item .icon-box {
    width: 1rem;
    height: 1rem;
    line-height: 1rem;
  }
  #product .product-container .product-box .service-box .s-item .icon-box i {
    font-size: 24px;
  }
  #product .product-container .product-box .service-box .s-item .step-box {
    margin-left: 0.4rem;
  }
  #product .product-container .product-box .service-box .s-item .step-box .line {
    width: 1rem;
    height: 0.04rem;
    margin-bottom: 0.1rem;
  }
  #product .product-container .product-box .service-box .s-item .step-box .t1 {
    font-size: 14px;
    line-height: 28px;
  }
  #product .product-container .product-box .service-box .s-item .step-box .t2 {
    font-size: 16px;
    line-height: 28px;
  }
  #product .product-container .product-box .service-list {
    margin-top: 0.6rem;
    padding-bottom: 0.8rem;
    flex-wrap: wrap;
  }
  #product .product-container .product-box .service-list .item {
    width: 49%;
  }
  #product .product-container .product-box .service-list .item .info {
    padding: 0.2rem;
    font-size: 14px;
    line-height: 24px;
  }
  #product .product-container .product-box .product-system {
    margin-bottom: 0.6rem;
  }
  #product .product-container .product-box .product-system .system-list .item-box {
    padding: 0 0 0.2rem;
    flex-wrap: wrap;
  }
  #product .product-container .product-box .product-system .system-list .item-box .left {
    width: 100%;
    font-size: 14px;
    line-height: 28px;
    padding-top: 0.2rem;
  }
  #product .product-container .product-box .product-system .system-list .item-box .right-box {
    width: 100%;
    padding-top: 0.1rem;
  }
  #product .product-container .product-box .product-system .system-list .item-box .right-box .items {
    width: 50%;
    margin-top: 0.1rem;
  }
  #product .product-container .product-box .product-system .system-list .item-box .right-box .items .tt {
    font-size: 14px;
    line-height: 20px;
  }
  #product .product-container .product-box .product-system .system-list .item-box .right-box .items .desc {
    margin-top: 0.1rem;
  }
  #product .product-container .product-box .product-function {
    padding-bottom: 0.6rem;
  }
  #product .product-container .product-box .product-function .function-list {
    margin-top: 0.4rem;
  }
  #product .product-container .product-box .product-function .function-list.item-5col .items-one {
    width: 50%;
    padding: 0.24rem;
  }
  #product .product-container .product-box .product-function .function-list.item-5col .items-one .info {
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
  }
  #product .product-container .product-box .product-function .function-list.item-5col .items-one .tops .left span {
    font-size: 14px;
    line-height: 24px;
    margin-left: 0.2rem;
  }
  #product .product-container .product-box .product-function .function-list.item-4col .items-one {
    width: 48%;
    padding: 0.2rem;
    margin-bottom: 4%;
  }
  #product .product-container .product-box .product-function .function-list.item-4col .items-one .info {
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
  }
  #product .product-container .product-box .product-function .function-list.item-4col .items-one .tops .left span {
    font-size: 14px;
    line-height: 24px;
    margin-left: 0.2rem;
  }
  #product .product-container .product-box .product-function .function-list.item-3col .items-one {
    width: 49%;
    padding: 0.2rem;
    margin-bottom: 2%;
  }
  #product .product-container .product-box .product-function .function-list.item-3col .items-one .info {
    margin-top: 0.1rem;
    margin-bottom: 0.2rem;
  }
  #product .product-container .product-box .product-function .function-list.item-3col .items-one .arr {
    display: none;
  }
  #product .product-container .product-box .product-function .function-list.item-3col .items-one .tops .left span {
    font-size: 14px;
    line-height: 24px;
    margin-left: 0.2rem;
  }
  #product .product-container .product-box .product-function .function-list .items {
    padding: 0.2rem;
    margin-bottom: 0.2rem;
    width: 100%;
  }
  #product .product-container .product-box .product-function .function-list .items .tops .left span {
    margin-left: 0.2rem;
    font-size: 14px;
    line-height: 28px;
  }
  #product .product-container .product-box .product-function .function-list .items .info {
    font-size: 12px;
    line-height: 20px;
  }
  #product .product-container .solution-num-mountain {
    height: 8rem;
    margin-top: 0rem;
    margin-bottom: 0.6rem;
  }
  #product .product-container .solution-num-mountain .item {
    width: 1.6rem;
    margin-right: 0.1rem;
    margin-bottom: 0rem;
  }
  #product .product-container .solution-num-mountain .item .txt-box {
    text-align: center;
    margin-top: 0.2rem;
  }
  #product .product-container .solution-num-mountain .item .txt-box p {
    font-size: 12px;
    line-height: 18px;
  }
  #product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg .num-box {
    top: -0.9rem;
  }
  #product .product-container .solution-num-mountain .item .mountain-pic .bg-box .bg .num-box .num {
    font-size: 28px;
  }
  #product .product-container .solution-num-mountain .item:nth-child(5n) {
    margin-right: 0.3rem;
  }
  #product .product-container .solution-num-mountain .item:nth-child(4n) {
    margin-right: 0;
  }
  #product .product-container .solution-num-mountain .item.type-one .mountain-pic {
    height: 1.8rem;
  }
  #product .product-container .solution-num-mountain .item.type-one .mountain-pic .bg-box .bg .num-box .num {
    font-size: 28px;
  }
  #product .product-container .pro-apply {
    margin-top: 0.4rem;
    margin-bottom: 0.6rem;
    flex-wrap: wrap;
  }
  #product .product-container .pro-apply .apply-more {
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
  }
  #product .product-container .pro-apply .apply-more i {
    font-size: 24px;
  }
  #product .product-container .pro-apply .apply-more span {
    font-size: 16px;
    margin-left: 0.2rem;
  }
  #product .product-container .pro-apply .pro-txt {
    width: 100%;
    margin-left: 0;
    text-align: center;
    margin-top: 0.4rem;
  }
  #product .product-container .pro-apply .pro-txt .t2 {
    font-size: 24px;
    line-height: 28px;
  }
  #product .product-container .solution-title {
    font-size: 20px;
    margin-bottom: 0.4rem;
  }
  #product .product-container .pro-system .system-list {
    justify-content: space-between;
  }
  #product .product-container .pro-system .system-list .s-item {
    margin-top: 0.4rem;
    width: 48%;
    margin-right: 0;
  }
  #product .product-container .pro-system .system-list .s-item .title {
    font-size: 14px;
    padding: 0.1rem 0;
  }
  #product .product-container .pro-system .system-list .s-item .title i {
    display: none;
  }
  #product .product-container .pro-system .system-list .s-item .info {
    font-size: 12px;
    line-height: 24px;
    padding-top: 0.2rem;
  }
  #product .product-container .pro-cooperation .title {
    font-size: 0.28rem;
    line-height: 0.6rem;
  }
  #product .product-container .pro-cooperation .cooperation-list {
    margin-top: 0.6rem;
  }
  #product .product-container .pro-cooperation .cooperation-list .c-item {
    width: 32%;
    margin-right: 2%;
  }
  #product .product-container .pro-cooperation .cooperation-list .c-item:nth-of-type(3n) {
    margin-right: 0;
  }
  #product .product-container .pro-cooperation .com-more {
    margin-top: 0.6rem;
    margin-bottom: 0.6rem;
  }
  .news-box .news-item .date i {
    font-size: 28px;
  }
  .news-box .news-item .date .txt {
    margin-top: 0.2rem;
  }
  .news-box.solution-news {
    margin-bottom: 1rem;
  }
  .layer-win {
    width: 100vw;
    height: 100vh;
    padding: 0.6rem 0.24rem 0;
  }
  .layer-win .contact-line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .layer-win .contact-line input {
    width: 48%;
    height: 0.8rem;
    padding-left: 0.1rem;
    background-color: #fafafa;
    border-radius: 0.05rem;
    border: 1px solid #eaeaea;
    margin-bottom: 0.2rem;
  }
  .layer-win .contact-line input::-webkit-input-placeholder {
    color: #b9b9b9 !important;
  }
  .layer-win .contact-line input:-moz-placeholder {
    color: #b9b9b9 !important;
  }
  .layer-win .contact-line input:-ms-input-placeholder {
    color: #b9b9b9 !important;
  }
  .layer-win .contact-line input.long-ipt {
    width: 100%;
  }
  .layer-win .contact-line input.short-ipt {
    width: 32%;
  }
  .layer-win .contact-line .text-box {
    margin: 0.1rem 0;
    max-height: unset;
  }
  .layer-win .contact-line .text-box span {
    padding: 0 0.1rem;
    font-size: 12px;
    height: 0.5rem;
    line-height: 0.5rem;
    margin-right: 0.1rem;
    margin-bottom: 0.1rem;
  }
  .layer-win .contact-line textarea {
    width: 100%;
    height: 2rem;
    padding-left: 0.2rem;
    padding-top: 0.2rem;
    resize: none;
    background-color: #fafafa;
    border-radius: 0.05rem;
    border: 1px solid #eaeaea;
    margin-bottom: 0.2rem;
  }
  .layer-win .contact-line textarea::-webkit-input-placeholder {
    color: #b9b9b9 !important;
  }
  .layer-win .contact-line textarea:-moz-placeholder {
    color: #b9b9b9 !important;
  }
  .layer-win .contact-line textarea:-ms-input-placeholder {
    color: #b9b9b9 !important;
  }
  .layer-win .contact-line .code-img {
    width: 25%;
    height: 0.8rem;
    border: 1px solid #eaeaea;
    border-radius: 0.05rem;
    margin-left: 0.2rem;
  }
  .layer-win .contact-line .code-img img {
    width: 100%;
    height: 100%;
  }
  .layer-win .contact-line .button-right {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.6rem;
  }
  .layer-win .contact-line .btn {
    width: 45%;
    height: 0.8rem;
    line-height: 0.8rem;
    color: #fff;
    font-size: 16px;
    text-align: center;
    border-radius: 0.05rem;
    border: 0;
    background-color: #0049e4;
    display: block;
  }
  .layer-win .contact-line .btn.cancel {
    display: block;
  }
  .layui-layer-setwin .layui-layer-close2 {
    right: -0.1rem !important;
    top: 0.2rem !important;
    display: none;
  }
  #product .product-container .product-box .service-box .s-item {
    width: 50%;
  }
  #product .product-container .pro-feature .feature-list .f-item .item-box .txt {
    padding: 0;
  }
  #product .product-container .pro-cooperation .cooperation-banner .cooper-swiper .swiper-slide {
    width: 25% !important;
  }
  .com-more {
    text-transform: uppercase;
  }
}
@media screen and (max-width: 768px) {
  .m-cover .link-box .link-box-inner a {
    height: 1.2rem;
  }
  .mobile-banner .m-banner-one {
    overflow: hidden;
  }
  .mobile-banner .m-banner-one .banner-one-m {
    height: 73.5vh;
    position: relative;
  }
  .mobile-banner .m-banner-one .banner-one-m .swiper-slide {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .mobile-banner .m-banner-one .banner-one-m .swiper-slide .text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0.6rem;
    color: #fff;
  }
  .mobile-banner .m-banner-one .banner-one-m .swiper-slide .text-box .text {
    font-size: 0.36rem;
    line-height: 0.48rem;
    font-weight: bold;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-one .banner-one-m .swiper-slide .text-box .txt {
    font-size: 0.24rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0.4rem;
    z-index: 100;
    width: 100vw;
  }
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-prev,
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-next {
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    border-radius: 50%;
    border: 0.02rem solid #e6e6e6;
    outline: none;
    cursor: pointer;
  }
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-prev i,
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-next i {
    color: #fff;
    font-size: 16px;
  }
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-next {
    margin-left: 0.2rem;
  }
  .mobile-banner .m-banner-one .banner-one-bottom {
    height: 26.5vh;
    z-index: 100;
    display: flex;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num {
    width: 100vw;
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0.24rem 0;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box {
    width: 30%;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .line {
    display: flex;
    align-items: center;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .line .num {
    font-size: 0.48rem;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .line .unit {
    font-size: 0.2rem;
    margin-left: 0.1rem;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .line .add {
    font-size: 0.36rem;
    margin-left: 0.1rem;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .info {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #666;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-two .banner-two-m {
    height: 69.7vh;
    position: relative;
  }
  .mobile-banner .m-banner-two .banner-two-m .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .mobile-banner .m-banner-two .banner-two-m .swiper-slide .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
  }
  .mobile-banner .m-banner-two .banner-two-m .swiper-slide .text-box .text {
    font-size: 0.48rem;
    line-height: 0.48rem;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-two .banner-two-m .swiper-slide .text-box .com-more {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.55rem;
    color: #fff;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-two .system-box-two {
    border-top: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    height: 30.3vh;
    padding: 0.5rem 0.4rem;
    width: 100vw;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #333;
    cursor: pointer;
    margin-bottom: 0.2rem;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item i {
    font-size: 0.4rem;
    color: #516174;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item p {
    font-size: 0.22rem;
    line-height: 0.32rem;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item.active {
    color: #0049e4;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item.active i {
    color: #0049e4;
  }
  .mobile-banner .m-banner-three {
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .mobile-banner .m-banner-three .banner-three-m {
    height: 62.5vh;
    position: relative;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-36%);
    padding: 0 0.6rem;
    color: #fff;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .text {
    font-size: 0.48rem;
    line-height: 0.6rem;
    font-weight: bold;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .txt {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .com-more {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    text-align: center;
    color: #fff;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .page-items {
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .page-items .item {
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    color: #fff;
    cursor: pointer;
  }
  .mobile-banner .m-banner-three .three-bottoms {
    height: 37.5vh;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m {
    width: 7.5rem;
    flex-shrink: 0;
    height: 1rem;
    background-color: #fafafa;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    display: none;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-num {
    color: #0049e4;
    width: 1rem;
    height: 100%;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-prev,
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-next {
    width: 1.2rem;
    height: 100%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-prev i,
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-next i {
    font-size: 12px;
    color: #333;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m {
    width: 100vw;
    position: relative;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid #eaeaea;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav .item {
    color: #888;
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
    display: inline-block;
    margin-right: 0.35rem;
    position: relative;
    flex-shrink: 0;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav .item.active {
    color: #0049e4;
    font-size: 0.3rem;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav .item.active:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0.02rem;
    background-color: #0049e4;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav .item:last-of-type {
    margin-right: 0;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-info-box .three-info-swiper-m .swiper-slide {
    width: 100% !important;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-info-box .three-info-swiper-m .swiper-slide .title-box {
    font-size: 0.24rem;
    text-align: center;
    color: #333;
    height: 0.8rem;
    line-height: 0.8rem;
    width: 100%;
    background-color: #fafafa;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-info-box .three-info-swiper-m .swiper-slide .info-box {
    display: block;
    padding: 0.24rem 0.3rem 0.1rem;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-info-box .three-info-swiper-m .swiper-slide .info-box .info {
    font-size: 0.18rem;
    line-height: 0.36rem;
    color: #666;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-prev,
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-next {
    width: 0.8rem;
    height: 0.8rem;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-prev i,
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-next i {
    font-size: 16px;
    color: #333;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-prev {
    left: 0;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-next {
    right: 0;
  }
  .mobile-banner .m-banner-four {
    height: 100vh;
    overflow: hidden;
  }
  .mobile-banner .m-banner-four .four-tops {
    background-image: url('../img/86.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .text-box {
    padding: 1.4rem 0.6rem 0;
    color: #fff;
  }
  .mobile-banner .m-banner-four .four-tops .text-box .text {
    font-size: 0.24rem;
    line-height: 0.4rem;
  }
  .mobile-banner .m-banner-four .four-tops .text-box .txt {
    font-size: 0.24rem;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-four .four-tops .case-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.3rem;
    margin-top: 0.2rem;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item {
    width: 48%;
    margin-right: 4%;
    display: block;
    margin-bottom: 2%;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item img {
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item .title-box {
    color: #fff;
    margin-top: 10px;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item .title-box .t1 {
    font-size: 16px;
    line-height: 32px;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item .title-box .t2 {
    font-size: 18px;
    line-height: 28px;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m {
    margin-top: 1.1rem;
    margin-left: 0.3rem;
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide {
    width: 4rem !important;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .pic-box {
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .pic-box img {
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .info-box {
    padding: 0.2rem 0.24rem 0.3rem;
    text-align: center;
    background-color: #fff;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .info-box .t1 {
    font-size: 0.28rem;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .info-box .t2 {
    font-size: 0.2rem;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-four .four-tops .com-more {
    color: #fff;
    margin: 0 auto;
    margin-top: 0;
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  .mobile-banner .m-banner-four .four-bottoms {
    width: 100%;
    height: 10.5vh;
    padding-left: 0.2rem;
    display: flex;
    align-items: center;
  }
  .mobile-banner .m-banner-four .four-bottoms .banner-four-cooperation-m {
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-bottoms .banner-four-cooperation-m .swiper-slide {
    width: 1.8rem !important;
  }
  .mobile-banner .m-banner-four .four-bottoms .banner-four-cooperation-m .swiper-slide img {
    width: 100%;
  }
  .mobile-banner .m-banner-five {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-image: url('../img/88.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0.6rem 0;
  }
  .mobile-banner .m-banner-five .text-box {
    padding: 1.6rem 0 0;
    color: #fff;
  }
  .mobile-banner .m-banner-five .text-box .text {
    font-size: 0.28rem;
    line-height: 0.4rem;
  }
  .mobile-banner .m-banner-five .text-box .txt {
    font-size: 0.18rem;
    line-height: 0.36rem;
    margin-top: 0.2rem;
  }
  .mobile-banner .m-banner-five .video-box {
    position: relative;
    margin-top: 0.5rem;
    width: 80%;
  }
  .mobile-banner .m-banner-five .video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mobile-banner .m-banner-five .video-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mobile-banner .m-banner-five .video-box .mask .play01 {
    width: 0.6rem;
    height: 0.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../img/11.png');
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile-banner .m-banner-five .com-more {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    color: #fff;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
  .mobile-banner .m-banner-six {
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/14.png');
    background-size: cover;
    padding-top: 1.6rem;
  }
  .mobile-banner .m-banner-six .text-box {
    padding: 0 0.6rem;
    color: #fff;
  }
  .mobile-banner .m-banner-six .text-box .text {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  .mobile-banner .m-banner-six .text-box .txt {
    font-size: 0.24rem;
    line-height: 0.32rem;
  }
  .mobile-banner .m-banner-six .news-box-m {
    padding: 0 0.3rem;
    margin-top: 0.3rem;
  }
  .mobile-banner .m-banner-six .news-box-m .n-item {
    width: 100%;
    padding: 0.3rem;
    background-color: #fff;
    margin-bottom: 0.24rem;
  }
  .mobile-banner .m-banner-six .news-box-m .n-item .title {
    font-size: 0.24rem;
  }
  .mobile-banner .m-banner-six .news-box-m .n-item .com-more {
    margin-top: 0.4rem;
  }
  .mobile-banner .m-banner-seven {
    padding: 0 0.3rem;
    background-position: center;
    background-image: url('../img/15.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100vh;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box {
    background-color: #fff;
    padding: 0.3rem 0.24rem 0.3rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .tops {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .tops .tel-box {
    color: #666;
    font-size: 0.2rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .tops .tel-box .num {
    font-size: 0.28rem;
    line-height: 0.48rem;
    color: #0049e4;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .label {
    font-size: 0.2rem;
    line-height: 0.48rem;
    color: #333;
    margin-top: 0.2rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.2rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input {
    width: 49%;
    height: 40px;
    flex-shrink: 0;
    border: 1px solid #eaeaea;
    padding-left: 0.1rem;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input::-webkit-input-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input:-moz-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input:-ms-input-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input.long {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box textarea {
    width: 100%;
    height: 1.4rem;
    padding: 0.2rem;
    margin-top: 0.1rem;
    border: 1px solid #eaeaea;
    resize: none;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box textarea::-webkit-input-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box textarea:-moz-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box textarea:-ms-input-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box {
    width: 100%;
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .code-box {
    display: flex;
    align-items: center;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .code-box input {
    width: 1.6rem;
    margin-top: 0;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .code-box .code {
    width: 100px;
    height: 40px;
    border: 1px solid #eaeaea;
    margin-left: 0.1rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .code-box .code img {
    width: 100%;
    height: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .btn {
    width: 1.6rem;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background-color: #0049e4;
    font-size: 16px;
    border: 0;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms {
    margin-top: 0.2rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .mail-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
    color: #666;
    font-size: 14px;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .mail-box .mail {
    margin-top: 6px;
    color: #333;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .mail-box .gps {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .mail-box .gps img {
    width: 100%;
    height: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .address-box {
    display: flex;
    margin-top: 0.2rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .address-box .address {
    font-size: 0.16rem;
    color: #666;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .address-box .address .info {
    font-size: 0.16rem;
    margin-top: 0.1rem;
    color: #333;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    color: #fff;
    margin-top: 0.4rem;
    font-size: 0.2rem;
    height: 10vh;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms .link {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms .link img {
    width: 0.2rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms a {
    color: #fff;
    line-height: 0.3rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms img {
    margin-right: 0.2rem;
  }
  .layui-layer-imgprev {
    left: 10px !important;
  }
  .layui-layer-imgnext {
    right: 10px !important;
  }
  #about .about-contact .contact-box .address-list .a-item {
    width: 100%;
  }
  .com-more {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  #product .product-container .solution-num-mountain {
    height: 11rem;
  }
  #product .product-container .solution-num-mountain .item {
    width: 2.2rem;
  }
  #product .product-container .solution-num-mountain .item:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .content-box {
    margin-top: 1.2rem;
  }
  .content-box .com-left-box {
    top: 1.2rem;
    padding: 0.4rem 0.2rem 0;
  }
  .toTop i {
    font-size: 28px;
  }
  .right-side .item i {
    font-size: 28px;
  }
  .m-header {
    width: 100%;
    height: 1.2rem;
    padding: 0 0 0 0.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    background: transparent;
    z-index: 100001;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .m-header .logo {
    width: 1.85rem;
  }
  .m-header .logo img {
    width: 100%;
  }
  .m-header .logo img.lg01 {
    display: none;
  }
  .m-header .logo img.lg02 {
    display: block;
  }
  .m-header .right {
    display: flex;
    align-items: center;
    height: 100%;
    color: #fff;
  }
  .m-header .right .tel {
    display: inline-block;
    margin-right: 0.2rem;
  }
  .m-header .right .tel-link {
    display: inline-block;
    margin-left: 0.24rem;
    height: 100%;
    padding: 0 0.24rem;
    line-height: 1.2rem;
    color: #fff;
  }
  .m-header .right .tel-link i {
    font-size: 20px;
  }
  .m-header .right .item {
    display: inline-block;
    height: 100%;
    line-height: 1.2rem;
    font-size: 0.28rem;
    color: #fff;
    width: 1rem;
    text-align: center;
  }
  .m-header .right .menu {
    width: 1.6rem;
    height: 100%;
    color: #fff;
    background-color: #0049e4;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-left: 0.3rem;
  }
  .m-header .right .menu .menu-line {
    width: 0.6rem;
    height: 0.02rem;
    background-color: #ffffff;
    position: relative;
    transition: all 0.3s;
  }
  .m-header .right .menu .menu-line:before {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.02rem;
    background-color: #fff;
    left: 0;
    top: -0.2rem;
    transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 250ms;
  }
  .m-header .right .menu .menu-line:after {
    content: '';
    position: absolute;
    width: 0.4rem;
    height: 0.02rem;
    left: 0;
    top: 0.2rem;
    background-color: #fff;
    transition: all cubic-bezier(0.39, 0.575, 0.565, 1) 250ms;
  }
  .m-header .right .menu .menu-line.active {
    background-color: transparent;
    transition: all 0.3s;
  }
  .m-header .right .menu .menu-line.active:before {
    width: 0.6rem;
    top: -0.12rem;
    transform: translateY(6px) rotate(45deg);
  }
  .m-header .right .menu .menu-line.active:after {
    width: 0.6rem;
    top: 0rem;
    transform: translateY(-1px) rotate(-45deg);
  }
  .m-header-fix {
    background-color: #fff;
    transition: all 0.6s;
    border: 0;
  }
  .m-header-fix .logo img {
    width: 100%;
  }
  .m-header-fix .logo img.lg01 {
    display: block;
  }
  .m-header-fix .logo img.lg02 {
    display: none;
  }
  .m-header-fix .right .item {
    color: #333;
    line-height: 0.28rem;
  }
  .m-header .right .item-link {
    text-align: center;
  }
  .m-header-fix .right .tel-link {
    color: #333;
  }
  .m-cover {
    position: fixed;
    height: calc(100vh - 1.2rem);
    background-color: #0049e4;
    top: 1.2rem;
    z-index: 100002;
    display: none;
    left: 0;
    width: 100%;
  }
  .m-cover .tel-box {
    height: 1.4rem;
    display: flex;
    align-items: center;
    padding: 0 0.6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m-cover .tel-box a {
    display: inline-block;
    height: 100%;
    line-height: 1.4rem;
    font-size: 0.4rem;
    color: #fff;
  }
  .m-cover .tel-box a .icon-02 {
    font-size: 20px;
  }
  .m-cover .tel-box .left .tel {
    display: inline-block;
    margin-right: 0.2rem;
    color: #fff;
    font-size: 20px;
  }
  .m-cover .link-box {
    width: 100%;
    height: calc(100% - 2rem);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 1rem;
  }
  .m-cover .link-box .link-box-inner {
    width: 5.5rem;
    height: 100%;
    padding-top: 0.8rem;
    margin: 0 auto;
  }
  .m-cover .link-box .link-box-inner a {
    display: block;
    height: 1.4rem;
    line-height: 1.4rem;
    width: 100%;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: all 0.6s;
  }
  .m-cover .link-box .link-box-inner a .cn {
    display: block;
  }
  .m-cover .link-box .link-box-inner a:hover {
    color: rgba(255, 255, 255, 0.6);
  }
  .mobile-banner {
    display: block;
  }
  .mobile-banner .m-banner-one {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
  }
  .mobile-banner .m-banner-one .banner-one-m {
    height: 73vh;
    position: relative;
  }
  .mobile-banner .m-banner-one .banner-one-m .swiper-slide {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .mobile-banner .m-banner-one .banner-one-m .swiper-slide .text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 0.6rem;
    color: #fff;
  }
  .mobile-banner .m-banner-one .banner-one-m .swiper-slide .text-box .text {
    font-size: 0.48rem;
    line-height: 0.6rem;
    font-weight: bold;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-one .banner-one-m .swiper-slide .text-box .txt {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.2rem;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    width: 100%;
    bottom: 0.4rem;
    z-index: 100;
    width: 7.5rem;
  }
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-prev,
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-next {
    width: 0.6rem;
    height: 0.6rem;
    text-align: center;
    border-radius: 50%;
    border: 0.02rem solid #e6e6e6;
    outline: none;
    cursor: pointer;
  }
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-prev i,
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-next i {
    color: #fff;
    font-size: 12px;
  }
  .mobile-banner .m-banner-one .banner-one-m .banner-one-page .index-next {
    margin-left: 0.2rem;
  }
  .mobile-banner .m-banner-one .banner-one-bottom {
    height: 27vh;
    z-index: 100;
    display: flex;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num {
    width: 7.5rem;
    background-color: #fff;
    height: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0.1rem 0.24rem 0;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box {
    width: 30%;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .line {
    display: flex;
    align-items: center;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .line .num {
    font-size: 0.48rem;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .line .unit {
    font-size: 0.2rem;
    margin-left: 0.1rem;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .line .add {
    font-size: 0.36rem;
    margin-left: 0.1rem;
  }
  .mobile-banner .m-banner-one .banner-one-bottom .banner-one-num .num-box .info {
    font-size: 0.14rem;
    line-height: 0.26rem;
    color: #666;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-two {
    width: 100%;
    height: 100vh !important;
  }
  .mobile-banner .m-banner-two .banner-two-m {
    height: 68vh;
    position: relative;
  }
  .mobile-banner .m-banner-two .banner-two-m .swiper-slide {
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .mobile-banner .m-banner-two .banner-two-m .swiper-slide .text-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
  }
  .mobile-banner .m-banner-two .banner-two-m .swiper-slide .text-box .text {
    font-size: 0.48rem;
    line-height: 0.48rem;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-two .banner-two-m .swiper-slide .text-box .com-more {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    font-size: 0.24rem;
    margin: 0 auto;
    margin-top: 0.55rem;
    color: #fff;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-two .system-box-two {
    border-top: 1px solid #eaeaea;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    height: 32vh;
    padding: 0.24rem 0.4rem;
    width: 7.5rem;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #333;
    cursor: pointer;
    margin-bottom: 0.1rem;
    animation-duration: 1s;
    animation-delay: 0.3s;
    margin-bottom: 0.4rem;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item i {
    font-size: 0.4rem;
    color: #516174;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item p {
    font-size: 0.22rem;
    line-height: 0.32rem;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item.active {
    color: #0049e4;
  }
  .mobile-banner .m-banner-two .system-box-two .s-item.active i {
    color: #0049e4;
  }
  .mobile-banner .m-banner-three {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
  }
  .mobile-banner .m-banner-three .banner-three-m {
    height: 62.5vh;
    position: relative;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box {
    position: absolute;
    top: 50%;
    transform: translateY(-36%);
    padding: 0 0.6rem;
    color: #fff;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .text {
    font-size: 0.48rem;
    line-height: 0.6rem;
    font-weight: bold;
    animation-duration: 1s;
    animation-delay: 0.3s;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .txt {
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .com-more {
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
    text-align: center;
    color: #fff;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .page-items {
    width: 100%;
    margin-top: 0.6rem;
    display: flex;
    flex-wrap: wrap;
  }
  .mobile-banner .m-banner-three .banner-three-m .swiper-slide .text-box .page-items .item {
    margin-right: 0.4rem;
    margin-bottom: 0.4rem;
    color: #fff;
    cursor: pointer;
  }
  .mobile-banner .m-banner-three .three-bottoms {
    height: 37.5vh;
    background-color: #fff;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m {
    width: 7.5rem;
    flex-shrink: 0;
    height: 1rem;
    background-color: #fafafa;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    display: flex;
    justify-content: space-between;
    display: none;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-num {
    color: #0049e4;
    width: 1rem;
    height: 100%;
    font-size: 0.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-prev,
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-next {
    width: 1.2rem;
    height: 100%;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-prev i,
  .mobile-banner .m-banner-three .three-bottoms .three-page-box-m .page-next i {
    font-size: 12px;
    color: #333;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m {
    width: 7.5rem;
    position: relative;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav {
    display: flex;
    overflow-x: auto;
    border-bottom: 1px solid #eaeaea;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav .item {
    color: #888;
    font-size: 0.3rem;
    padding-bottom: 0.2rem;
    display: inline-block;
    margin-right: 0.35rem;
    position: relative;
    flex-shrink: 0;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav .item.active {
    color: #0049e4;
    font-size: 0.3rem;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav .item.active:before {
    content: '';
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 0.02rem;
    background-color: #0049e4;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-nav .item:last-of-type {
    margin-right: 0;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-info-box .three-info-swiper-m .swiper-slide {
    width: 100% !important;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-info-box .three-info-swiper-m .swiper-slide .title-box {
    font-size: 0.36rem;
    text-align: center;
    color: #333;
    height: 1rem;
    line-height: 1rem;
    width: 100%;
    background-color: #fafafa;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-info-box .three-info-swiper-m .swiper-slide .info-box {
    display: block;
    padding: 0.3rem 0.3rem 0.1rem;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .three-info-box .three-info-swiper-m .swiper-slide .info-box .info {
    font-size: 0.24rem;
    line-height: 0.48rem;
    color: #666;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-prev,
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-next {
    width: 1.2rem;
    height: 1rem;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 0;
    z-index: 100;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-prev i,
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-next i {
    font-size: 12px;
    color: #333;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-prev {
    left: 0;
  }
  .mobile-banner .m-banner-three .three-bottoms .three-bottom-right-m .page-next {
    right: 0;
  }
  .mobile-banner .m-banner-four {
    height: 100vh !important;
    overflow: hidden;
  }
  .mobile-banner .m-banner-four .four-tops {
    background-image: url('../img/86.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100%;
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .text-box {
    padding: 2.4rem 0.6rem 0;
    color: #fff;
  }
  .mobile-banner .m-banner-four .four-tops .text-box .text {
    font-size: 0.48rem;
    line-height: 0.48rem;
  }
  .mobile-banner .m-banner-four .four-tops .text-box .txt {
    font-size: 0.32rem;
    margin-top: 0.2rem;
  }
  .mobile-banner .m-banner-four .four-tops .case-items {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0.3rem;
    margin-top: 1rem;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item {
    width: 3.2rem;
    margin-right: 0.5rem;
    display: block;
    margin-bottom: 0.3rem;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item img {
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item .title-box {
    color: #fff;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item .title-box .t1 {
    font-size: 12px;
    line-height: 28px;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item .title-box .t2 {
    font-size: 14px;
    line-height: 18px;
  }
  .mobile-banner .m-banner-four .four-tops .case-items .item:nth-of-type(2n) {
    margin-right: 0;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m {
    margin: 0 auto;
    margin-top: 1.1rem;
    width: 6.9rem;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide {
    width: 3.35rem !important;
    margin-bottom: 0.2rem;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .pic-box {
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .pic-box img {
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .info-box {
    padding: 0;
    text-align: left;
    margin-top: 0.1rem;
    color: #fff;
    background-color: transparent;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .info-box .t1 {
    font-size: 12px;
    line-height: 28px;
  }
  .mobile-banner .m-banner-four .four-tops .banner-four-m .swiper-slide .info-box .t2 {
    font-size: 14px;
    line-height: 18px;
  }
  .mobile-banner .m-banner-four .four-tops .com-more {
    color: #fff;
    margin: 0 auto;
    margin-top: 0.5rem;
  }
  .mobile-banner .m-banner-four .four-bottoms {
    width: 100%;
    height: 10.5vh;
    padding-left: 0.2rem;
    display: flex;
    align-items: center;
  }
  .mobile-banner .m-banner-four .four-bottoms .banner-four-cooperation-m {
    position: relative;
    z-index: 10;
    width: 100%;
  }
  .mobile-banner .m-banner-four .four-bottoms .banner-four-cooperation-m .swiper-slide {
    width: 1.8rem !important;
  }
  .mobile-banner .m-banner-four .four-bottoms .banner-four-cooperation-m .swiper-slide img {
    width: 100%;
  }
  .mobile-banner .m-banner-five {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    background-image: url('../img/88.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0 0.6rem 0;
  }
  .mobile-banner .m-banner-five .text-box {
    padding: 2.4rem 0 0;
    color: #fff;
  }
  .mobile-banner .m-banner-five .text-box .text {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .mobile-banner .m-banner-five .text-box .txt {
    font-size: 0.24rem;
    line-height: 0.48rem;
    margin-top: 0.3rem;
  }
  .mobile-banner .m-banner-five .video-box {
    position: relative;
    margin-top: 0.5rem;
    width: 100%;
  }
  .mobile-banner .m-banner-five .video-box video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .mobile-banner .m-banner-five .video-box .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .mobile-banner .m-banner-five .video-box .mask .play01 {
    width: 0.6rem;
    height: 0.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../img/11.png');
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .mobile-banner .m-banner-five .video-box .mask .pause01 {
    width: 0.6rem;
    height: 0.6rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url('../img/pause.png');
    display: block;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
  }
  .mobile-banner .m-banner-five .com-more {
    color: #fff;
    margin: 0 auto;
    margin-top: 0.9rem;
  }
  .mobile-banner .m-banner-six {
    width: 100%;
    height: 100vh !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('../img/14.png');
    background-size: cover;
    padding-top: 2.4rem;
  }
  .mobile-banner .m-banner-six .text-box {
    padding: 0 0.6rem;
    color: #fff;
  }
  .mobile-banner .m-banner-six .text-box .text {
    font-size: 0.4rem;
    line-height: 0.6rem;
  }
  .mobile-banner .m-banner-six .text-box .txt {
    font-size: 0.32rem;
    line-height: 0.6rem;
  }
  .mobile-banner .m-banner-six .news-box-m {
    padding: 0 0.3rem;
    margin-top: 0.6rem;
  }
  .mobile-banner .m-banner-six .news-box-m .n-item {
    width: 100%;
    padding: 0.4rem;
    background-color: #fff;
    margin-bottom: 0.3rem;
  }
  .mobile-banner .m-banner-six .news-box-m .n-item .title {
    font-size: 0.28rem;
  }
  .mobile-banner .m-banner-six .news-box-m .n-item .com-more {
    margin-top: 0.4rem;
    width: 2rem;
    height: 0.6rem;
    line-height: 0.6rem;
    font-size: 0.24rem;
  }
  .mobile-banner .m-banner-seven {
    padding: 0 0.3rem;
    background-position: center;
    background-image: url('../img/15.png');
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    height: 100vh !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box {
    background-color: #fff;
    padding: 0.3rem 0.5rem 0.3rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .tops {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .tops .tel-box {
    color: #666;
    font-size: 0.2rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .tops .tel-box .num {
    font-size: 0.4rem;
    line-height: 0.48rem;
    color: #0049e4;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .tops .tel-box .num a {
    color: #0049e4;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .label {
    font-size: 0.2rem;
    line-height: 0.48rem;
    color: #333;
    margin-top: 0.3rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.2rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input {
    width: 49%;
    height: 0.6rem;
    flex-shrink: 0;
    border: 1px solid #eaeaea;
    padding-left: 0.1rem;
    margin-top: 0.1rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input::-webkit-input-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input:-moz-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input:-ms-input-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box input.long {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box textarea {
    width: 100%;
    height: 2.2rem;
    padding: 0.2rem;
    margin-top: 0.1rem;
    border: 1px solid #eaeaea;
    resize: none;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box textarea::-webkit-input-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box textarea:-moz-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box textarea:-ms-input-placeholder {
    color: #b9b9b9 !important;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box {
    width: 100%;
    margin-top: 0.1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .code-box {
    display: flex;
    align-items: center;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .code-box input {
    width: 1.6rem;
    margin-top: 0;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .code-box .code {
    width: 1.6rem;
    height: 0.6rem;
    border: 1px solid #eaeaea;
    margin-left: 0.1rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .code-box .code img {
    width: 100%;
    height: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .online-box .form-box .sub-box .btn {
    width: 2.4rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    color: #fff;
    background-color: #0049e4;
    font-size: 0.24rem;
    border: 0;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .mail-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0.3rem;
    color: #666;
    font-size: 14px;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .mail-box .mail {
    margin-top: 6px;
    color: #333;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .mail-box .gps {
    width: 0.8rem;
    height: 0.8rem;
    display: block;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .mail-box .gps img {
    width: 100%;
    height: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .address-box {
    display: flex;
    margin-top: 0.2rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .address-box .address {
    font-size: 0.2rem;
    color: #666;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .contact-box .tops-box .bottoms .address-box .address .info {
    font-size: 0.26rem;
    margin-top: 0.1rem;
    color: #333;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms {
    flex-shrink: 0;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    position: relative;
    color: #fff;
    margin-top: 0.4rem;
    font-size: 0.2rem;
    height: 10vh;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms .link {
    width: 100%;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms .link img {
    width: 0.2rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms a {
    color: #fff;
    line-height: 0.3rem;
  }
  .mobile-banner .m-banner-seven .seven-bottom-box .seven-bottoms img {
    margin-right: 0.2rem;
  }
  .m-online {
    position: fixed;
    top: 1.2rem;
    right: 0;
    width: 1.6rem;
    padding: 0.3rem 0 0;
    font-size: 0.24rem;
    color: #fff;
    z-index: 100001;
    display: block;
    text-align: center;
  }
  .m-online i {
    font-size: 0.36rem;
  }
  .m-online p {
    padding-top: 0.1rem;
  }
  .product-show-cover {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
    display: none;
  }
  .product-show-cover .product-img-show {
    width: 92%;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: none;
  }
  .product-show-cover .product-img-show .swiper-show {
    width: 90%;
    height: 4rem;
    margin: 0 auto;
    position: relative;
  }
  .product-show-cover .product-img-show .swiper-show .swiper-slide {
    width: 100% !important;
    height: 100%;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .product-show-cover .product-img-show .swiper-show .swiper-slide img {
    width: auto;
    opacity: 0;
    display: none;
  }
  .product-show-cover .product-img-show .swiper-show .show-pagination {
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    height: 0.5rem;
    line-height: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 14px;
    text-align: center;
  }
  .product-show-cover .product-img-show .show-prev,
  .product-show-cover .product-img-show .show-next {
    border-radius: 50%;
    width: 0.6rem;
    height: 0.6rem;
    line-height: 0.6rem;
    top: calc(50% - 0.3rem);
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    cursor: pointer;
    outline: none;
    position: absolute;
    z-index: 11;
  }
  .product-show-cover .product-img-show .show-prev i,
  .product-show-cover .product-img-show .show-next i {
    font-size: 16px;
    display: inline-block;
  }
  .product-show-cover .product-img-show .show-prev.swiper-button-disabled,
  .product-show-cover .product-img-show .show-next.swiper-button-disabled {
    border-color: transparent;
  }
  .product-show-cover .product-img-show .show-prev {
    left: 2.5%;
  }
  .product-show-cover .product-img-show .show-next {
    right: 2.5%;
  }
  .product-show-cover .product-img-show .close-btn {
    position: absolute;
    bottom: -1rem;
    left: calc(50% - 20px);
    cursor: pointer;
  }
  .product-show-cover .product-img-show .close-btn i {
    font-size: 28px;
    color: #fff;
  }
  #product .product-container .case-box .case-item .info {
    padding: 0.2rem 0.2rem 0 0;
  }
  #product .product-container .case-box .case-item .info .t2 {
    line-height: 18px;
  }
  .pages-box {
    margin-top: 0.4rem;
  }
  #product .product-container .pro-title .right .txt {
    text-align: justify;
  }
  #product .product-container .solute-title .title .t2 {
    text-align: justify;
  }
  #about .about-title .t1 {
    text-align: justify;
  }
  #product .product-container .pro-feature .feature-box .item .desc {
    text-align: justify;
  }
  #product .product-container .product-box .service-box .s-item .step-box .t1 {
    font-size: 12px;
    line-height: 18px;
  }
  #product .product-container .product-box .service-box .s-item .step-box .t2 {
    line-height: 20px;
  }
  #product .product-container .product-box .service-box .s-item .step-box {
    margin-left: 0.2rem;
  }
  #product .product-container .product-box .service-box .s-item {
    margin-bottom: 8%;
  }
  #product .product-container .product-box .product-feature .items-list {
    justify-content: space-between;
  }
  #product .product-container .product-box .product-feature .items-list .item.item-pic {
    display: none;
  }
  #product .product-container .product-box .product-feature .items-list .item.item-mobile {
    display: block;
    margin-bottom: 0.2rem;
    width: 48%;
  }
  #product .product-container .product-box .product-feature .items-list.feature-two .item {
    width: 100% !important;
  }
  #product .product-container .product-box .product-feature .items-list .item.item-mobile i {
    font-size: 28px;
  }
  #product .product-container .product-box .product-feature .items-list .item.item-mobile .tops {
    display: flex;
    align-items: center;
  }
  #product .product-container .product-box .product-feature .items-list .item.item-mobile .tops .t1 {
    margin-left: 0.2rem;
    font-size: 16px;
    font-weight: bold;
  }
  #product .product-container .product-box .product-feature .items-list .item.item-mobile .item-box {
    margin-left: 0;
  }
  #product .product-container .product-box .product-feature .items-list.feature-one .item.item-mobile i {
    margin: 0;
  }
  #product .product-container .product-box .product-function .function-list.item-5col .items-one {
    width: 48%;
    margin-bottom: 4%;
  }
  #product .product-container .product-box .product-function .function-list .items-one .arr {
    display: none;
  }
}
@media screen and (max-height: 755px) and (min-width: 1040px) {
  .com-more {
    width: 100px;
    height: 36px;
    line-height: 36px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .left-banner .text-box .t1 {
    font-size: 24px;
    line-height: 32px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .left-banner .text-box .t2 {
    font-size: 16px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .info-box .t1 {
    font-size: 18px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .info-box .info {
    margin-top: 14px;
    line-height: 24px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .info-box .com-more {
    margin-top: 20px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .banner-four-info .swiper-slide {
    padding: 0 5% 6%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-tops {
    padding: 0 8% 13%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-box .n-item-outer .n-item .title {
    font-size: 16px;
    line-height: 28px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-box .n-item-outer .n-item .com-more {
    margin-top: 30px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide4 .right-banner .right-banner-four .six-bottom .news-more-outer .news-more {
    height: 60px;
    line-height: 60px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide-four .right-banner .right-banner-four .banner-four-info .swiper-slide {
    padding: 0 5% 10%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .swiper-slide .text-box .text {
    font-size: 22px;
    line-height: 32px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .swiper-slide .text-box .txt {
    font-size: 18px;
    line-height: 24px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-num-outer .banner-one-num .num-box .line .num {
    font-size: 28px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-num-outer .banner-one-num .num-box .line .unit {
    font-size: 16px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide1 .banner-one .banner-one-bottom .banner-one-num-outer .banner-one-num .num-box .info {
    font-size: 12px;
    line-height: 18px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .two-page-box {
    height: 80px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .two-page-box .left-page .page-prev,
  #index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .two-page-box .left-page .page-next {
    width: 80px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .system-box-two .s-item-outer .s-item i {
    font-size: 28px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide2 .two-bottom .system-box-two .s-item-outer .s-item p {
    font-size: 13px;
    line-height: 28px;
    margin-top: 3px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .three-bottoms-outer .three-bottoms .three-bottom-right {
    padding-top: 20px;
  }
  #index
    .index-banner
    .swiper-banner
    .swiper-wrapper
    .slide3
    .three-banner-container
    .left-info-box
    .three-bottoms-outer
    .three-bottoms
    .three-bottom-right
    .three-info-box
    .three-info-swiper
    .swiper-slide
    .info-box
    .title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }
  #index
    .index-banner
    .swiper-banner
    .swiper-wrapper
    .slide3
    .three-banner-container
    .left-info-box
    .three-bottoms-outer
    .three-bottoms
    .three-bottom-right
    .three-info-box
    .three-info-swiper
    .swiper-slide
    .info-box
    .info {
    line-height: 24px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .tops .text-box .tt {
    font-size: 22px;
    line-height: 28px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide3 .three-banner-container .left-info-box .tops .text-box .desc {
    font-size: 16px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops {
    padding-top: 0;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .left-box {
    width: 42%;
    padding-top: 10vh;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .left-box .text-box .t1 {
    font-size: 20px;
    line-height: 28px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .left-box .text-box .info-box {
    font-size: 13px;
    line-height: 24px;
    margin-top: 10px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-tops .left-box .com-more {
    margin-top: 20px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer .num-box .line .num1 {
    font-size: 28px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer .num-box .line .unit {
    font-size: 14px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide5 .five-banner-box .five-bottoms .num-box-outer .num-box .info {
    font-size: 12px;
    line-height: 20px;
    height: auto;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .left-box .text-box .t1 {
    font-size: 22px;
    line-height: 28px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .left-box .text-box .t2 {
    font-size: 16px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops {
    padding: 4%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .tel-box .num {
    font-size: 22px;
    line-height: 28px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .address-box .address {
    font-size: 13px;
    margin-left: 10px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .address-box .gps {
    width: 30px;
    height: 30px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .left .mail-box {
    margin-top: 10px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box {
    margin-top: 10px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box input {
    height: 36px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box textarea {
    height: 75px;
    margin-top: 10px;
    padding: 10px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .tops .online-box .form-box .sub-box {
    margin-top: 10px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms {
    padding: 18px 3%;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms .items a {
    margin-right: 10px;
    font-size: 13px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms .address .info {
    font-size: 13px;
    margin-left: 10px;
  }
  #index .index-banner .swiper-banner .swiper-wrapper .slide7 .seven-banner-box .seven-tops .seven-right .contact-box-outer .contact-box .bottoms .address .item {
    font-size: 12px;
  }
  #product .product-container {
    padding-top: 40px;
  }
  #product .product-container .pro-title .left .title-box .t2 {
    font-size: 28px;
  }
  .content-box .com-left-box .common-left {
    padding-top: 40px;
  }
  .content-box .com-left-box .common-left .item {
    height: 46px;
    line-height: 46px;
  }
}
@media screen and (max-width: 1900px) {
  .header-common {
    padding-left: 4.5%;
  }
  .right-nav-edit {
    right: 2%;
  }
  .footer .foot-head .foot-left .tops {
    padding-left: 16%;
  }
  .footer .foot-head .foot-left .bottoms {
    padding-left: 16%;
  }
  .footer .foot-head .foot-right .tops {
    padding: 60px 6.5% 40px 3%;
  }
}
@media screen and (max-width: 1600px) {
  .container {
    width: 92%;
  }
  .footer .foot-head .foot-left .tops {
    padding-left: 14%;
  }
  .footer .foot-head .foot-left .bottoms {
    padding-left: 14%;
  }
  .footer .foot-head .foot-right .tops {
    padding: 60px 5.5% 40px 3%;
  }
  .footer .foot-head .foot-right .tops .foot-list .item-box .item {
    margin-right: 24px;
  }
  .footer .foot-head .foot-right .foot-bottom {
    padding: 0 5.5% 0 3%;
  }
  #index_edit .cases .case-list .item {
    width: calc(96% / 5);
    margin-right: 1%;
  }
  #index_edit .cases .case-list .item .pic {
    height: auto;
  }
  #index_edit .cases .case-list .item .case-dtl {
    width: 205%;
    padding: 30px 30px 20px 24px;
    height: auto;
  }
  #index_edit .cases .case-list .item .case-dtl .tag {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1460px) {
  .header-common .nav .item {
    padding: 0 24px;
  }
  .header-common .right .tel-link {
    margin-right: 50px;
  }
  .footer .foot-head .foot-right .tops {
    padding: 60px 5.5% 40px 3%;
  }
  .footer .foot-head .foot-right .tops .foot-list .item-box .item {
    margin-right: 20px;
  }
  .footer .foot-head .foot-right .tops .code {
    width: 120px;
  }
  .footer .foot-head .foot-right .foot-bottom {
    padding: 20px 5.5% 20px 3%;
    height: auto;
  }
}
@media screen and (max-width: 1386px) {
  .footer .foot-head .foot-left .tops .logo img {
    height: 55px;
  }
  .footer .foot-head .foot-left .bottoms .t2 {
    font-size: 28px;
    line-height: 40px;
  }
  .footer .foot-head .foot-right .tops {
    padding: 40px 5.5% 30px 3%;
  }
  .footer .foot-head .foot-right .tops .foot-list {
    margin-top: 24px;
  }
  .footer .foot-head .foot-right .tops .foot-list .item-box {
    flex-wrap: wrap;
  }
  .footer .foot-head .foot-right .tops .foot-list .item-box .item {
    margin-right: 16px;
  }
  .footer .foot-head .foot-right .tops .code {
    width: 120px;
  }
  .footer .foot-head .foot-right .foot-bottom {
    padding: 20px 5.5% 20px 3%;
    height: auto;
  }
}
@media screen and (max-width: 1044px) {
  .header-common {
    display: none;
  }
  .container {
    width: 94%;
  }
  .right-nav-edit {
    right: 0.24rem;
  }
  .right-nav-edit .item {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 2px;
  }
  .right-nav-edit .item i {
    font-size: 12px;
  }
  .right-nav-edit .item p {
    font-size: 12px;
    color: #fff;
    margin-top: 3px;
    position: relative;
    z-index: 2;
    zoom: 0.9;
  }
  .right-nav-edit .item.tel .tel-box {
    font-size: 14px;
    width: 3rem;
    height: 0.8rem;
    line-height: 0.8rem;
    border-radius: 2px;
    padding-left: 0.24rem;
  }
  .footer .foot-head {
    flex-wrap: wrap;
  }
  .footer .foot-head .foot-left {
    width: 100%;
    border-right: none;
  }
  .footer .foot-head .foot-left .tops {
    height: auto;
    padding-left: 0.24rem;
  }
  .footer .foot-head .foot-left .tops .logo img {
    height: 0.8rem;
  }
  .footer .foot-head .foot-left .tops .online {
    padding-left: 0%;
    margin-top: 0;
  }
  .footer .foot-head .foot-left .tops .online i {
    font-size: 16px;
  }
  .footer .foot-head .foot-left .tops .online p {
    margin-top: 0.1rem;
    font-size: 12px;
  }
  .footer .foot-head .foot-left .bottoms {
    padding: 0.4rem 0.24rem;
    height: auto;
  }
  .footer .foot-head .foot-left .bottoms .t1 {
    font-size: 14px;
  }
  .footer .foot-head .foot-left .bottoms .t2 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
  }
  .footer .foot-head .foot-right {
    width: 100%;
  }
  .footer .foot-head .foot-right .tops {
    padding: 0 0.24rem 0.4rem;
    flex-wrap: wrap;
  }
  .footer .foot-head .foot-right .tops .foot-nav .item {
    font-size: 14px;
    margin-right: 0.3rem;
  }
  .footer .foot-head .foot-right .tops .foot-list {
    margin-top: 0.4rem;
  }
  .footer .foot-head .foot-right .tops .foot-list .title {
    font-size: 14px;
  }
  .footer .foot-head .foot-right .tops .foot-list .item-box {
    margin-top: 0.1rem;
  }
  .footer .foot-head .foot-right .tops .foot-list .item-box .item {
    font-size: 14px;
    line-height: 24px;
    margin-right: 0.4rem;
  }
  .footer .foot-head .foot-right .tops .code {
    width: 2rem;
    margin: 0 auto;
    margin-top: 0.4rem;
  }
  .footer .foot-head .foot-right .tops .code img {
    width: 100%;
  }
  .footer .foot-head .foot-right .tops .code p {
    font-size: 12px;
    line-height: 28px;
    margin-top: 0.1rem;
  }
  .footer .foot-head .foot-right .foot-bottom {
    height: auto;
    padding: 0.24rem;
  }
  .footer .foot-head .foot-right .foot-bottom a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer .foot-head .foot-right .foot-bottom .left img {
    margin-right: 0.2rem;
  }
  .footer .foot-bottoms {
    padding: 0.24rem 0;
  }
  .footer .foot-bottoms .title {
    font-size: 14px;
    line-height: 24px;
  }
  .footer .foot-bottoms .links > a {
    font-size: 14px;
    line-height: 24px;
    margin-right: 0.3rem;
  }
  #index_edit .ask-box {
    width: 2.8rem;
    height: 0.8rem;
    margin-top: 0.6rem;
    font-size: 14px;
  }
  #index_edit .ask-box i {
    font-size: 20px;
    margin-right: 0.24rem;
  }
  #index_edit .index-title {
    padding-top: 0.8rem;
  }
  #index_edit .index-title .cn {
    font-size: 18px;
    line-height: 20px;
  }
  #index_edit .index-title .en {
    font-size: 20px;
    line-height: 24px;
    margin-top: -0.4rem;
  }
  #index_edit .index-more span {
    font-size: 14px;
    margin-right: 0.24rem;
  }
  #index_edit .index-more i {
    font-size: 20px;
  }
  #index_edit .banner {
    margin-top: 1.2rem;
  }
  #index_edit .banner .banner-index .swiper-slide .text-box {
    position: absolute;
    top: 30%;
    left: 12%;
    color: #fff;
  }
  #index_edit .banner .banner-index .swiper-slide .text-box .text {
    font-size: 14px;
    line-height: 20px;
  }
  #index_edit .banner .banner-index .swiper-slide .text-box .txt {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.2rem;
  }
  #index_edit .banner .banner-index .index-pages {
    bottom: 0.4rem;
  }
  #index_edit .banner .banner-index .index-pages .swiper-pagination-bullet {
    width: 0.6rem;
    margin: 0 5px;
  }
  #index_edit .project {
    padding: 0 0 0.6rem 0;
  }
  #index_edit .project .system-box {
    margin-top: 0.6rem;
  }
  #index_edit .project .system-box .s-item {
    width: 25%;
    margin-bottom: 0.24rem;
  }
  #index_edit .project .system-box .s-item i {
    font-size: 24px;
  }
  #index_edit .project .system-box .s-item p {
    font-size: 12px;
    line-height: 24px;
    margin-top: 4px;
  }
  #index_edit .project .swiper {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.11);
  }
  #index_edit .project .swiper .swiper-system {
    margin-top: 0.6rem;
  }
  #index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide {
    flex-wrap: wrap;
  }
  #index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .pic {
    width: 100%;
    height: 5rem;
    flex-shrink: 0;
  }
  #index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box {
    width: 100%;
    padding: 0.24rem 0.4rem 0.4rem 0.4rem;
  }
  #index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box .num {
    font-size: 18px;
  }
  #index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box .num .cur {
    font-size: 24px;
    margin-right: 0.1rem;
  }
  #index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box .num .total {
    display: inline-block;
    margin-left: 0.15rem;
  }
  #index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box .title {
    font-size: 18px;
    line-height: 18px;
    margin-top: 0.4rem;
  }
  #index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.3rem;
  }
  #index_edit .project .swiper .swiper-system .swiper-wrapper .swiper-slide .info-box .index-more {
    margin-top: 0.4rem;
  }
  #index_edit .solutions {
    padding: 0 0 0.8rem 0;
    background-color: #f5faff;
  }
  #index_edit .solutions .tops-box {
    display: flex;
    margin-top: 0.6rem;
  }
  #index_edit .solutions .tops-box .blank {
    flex-shrink: 0;
    display: none;
  }
  #index_edit .solutions .tops-box .right .text-box {
    font-size: 14px;
    line-height: 28px;
  }
  #index_edit .solutions .tops-box .right .line-bar {
    margin-top: 0.4rem;
  }
  #index_edit .solutions .tops-box .right .line-bar .bar {
    width: 0%;
  }
  #index_edit .solutions .solution-box {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.6rem;
  }
  #index_edit .solutions .solution-box .left-nav {
    width: 100%;
    display: flex;
    align-items: center;
    overflow-x: auto;
    flex-shrink: 0;
  }
  #index_edit .solutions .solution-box .left-nav .item {
    width: 3rem;
    height: 0.8rem;
    padding-left: 0.24rem;
    margin-bottom: 0.24rem;
    cursor: pointer;
    flex-shrink: 0;
  }
  #index_edit .solutions .solution-box .left-nav .item .num {
    font-size: 18px;
    margin-right: 0.2rem;
  }
  #index_edit .solutions .solution-box .left-nav .item .line {
    margin-right: 5px;
  }
  #index_edit .solutions .solution-box .left-nav .item.active,
  #index_edit .solutions .solution-box .left-nav .item:hover {
    font-size: 16px;
  }
  #index_edit .solutions .solution-box .left-nav .item.active .num,
  #index_edit .solutions .solution-box .left-nav .item:hover .num {
    font-size: 18px;
  }
  #index_edit .solutions .solution-box .left-nav .item.active:after,
  #index_edit .solutions .solution-box .left-nav .item:hover:after {
    content: '';
    position: absolute;
    border-width: 6px 6px 0px 6px;
    border-color: #0049e4 transparent transparent transparent;
    border-style: solid;
    right: calc(50% - 6px);
    top: unset;
    bottom: -6px;
    margin-top: 0;
  }
  #index_edit .solutions .solution-box .solution-container {
    width: 100%;
  }
  #index_edit .solutions .solution-box .solution-container .swiper-solute {
    width: 100%;
  }
  #index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide .bottom-box {
    background-color: rgba(0, 73, 228, 0.8);
    height: 0.88rem;
    padding: 0 0.24rem 0 0.24rem;
    font-size: 14px;
  }
  #index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide .bottom-box .left {
    font-size: 12px;
    display: none;
  }
  #index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide .bottom-box .left .line {
    margin: 0 0.1rem;
  }
  #index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide .bottom-box .left i {
    margin-left: 0.4rem;
    font-size: 22px;
  }
  #index_edit .solutions .solution-box .solution-container .swiper-solute .swiper-wrapper .swiper-slide .bottom-box > a {
    line-height: 0.88rem;
  }
  #index_edit .cases {
    padding-bottom: 0.8rem;
  }
  #index_edit .cases .case-list {
    margin-top: 0.6rem;
  }
  #index_edit .cases .case-list .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0.4rem;
  }
  #index_edit .cases .case-list .item .info {
    line-height: 28px;
  }
  #index_edit .cases .case-list .item .info .t1 {
    font-size: 12px;
  }
  #index_edit .cases .case-list .item .info .t2 {
    font-size: 16px;
    line-height: 28px;
  }
  #index_edit .cases .case-list .item .case-dtl {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px 0px rgba(17, 109, 219, 0.2);
    padding: 0.4rem 0.24rem;
  }
  #index_edit .cases .case-list .item .case-dtl .tops .top .tt {
    padding-bottom: 0.2rem;
  }
  #index_edit .cases .case-list .item .case-dtl .tops .top .tt:before {
    width: 0.8rem;
    height: 2px;
  }
  #index_edit .cases .case-list .item .case-dtl .tops .title {
    font-size: 16px;
    line-height: 24px;
    margin-top: 0.4rem;
  }
  #index_edit .cases .case-list .item .case-dtl .tops .desc {
    font-size: 14px;
    line-height: 24px;
    margin-top: 0.24rem;
  }
  #index_edit .cases .case-list .item .case-dtl .tag {
    font-size: 12px;
  }
  #index_edit .cases .case-list .item .case-dtl .tag i {
    font-size: 24px;
    margin-right: 0.2rem;
  }
  #index_edit .cases .case-list .item:nth-child(5n) .case-dtl {
    right: 0;
    left: unset;
  }
  #index_edit .cases .case-list .item:hover .case-dtl {
    display: flex;
  }
  #index_edit .cases .ask-box {
    margin-top: 0.4rem;
  }
  #index_edit .abouts {
    background-color: #f5faff;
  }
  #index_edit .abouts .title-box {
    width: 100%;
    margin-top: 0.4rem;
  }
  #index_edit .abouts .title-box .title {
    font-size: 16px;
    line-height: 28px;
  }
  #index_edit .abouts .title-box .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 0.24rem;
  }
  #index_edit .abouts .about-list {
    margin-top: 0.6rem;
    justify-content: space-between;
  }
  #index_edit .abouts .about-list .item {
    margin-bottom: 0.4rem;
    width: 48%;
  }
  #index_edit .abouts .about-list .item .pic {
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
  }
  #index_edit .abouts .about-list .item .pic i {
    font-size: 40px;
  }
  #index_edit .abouts .about-list .item .tt {
    font-size: 16px;
    margin-top: 0.24rem;
    padding-bottom: 0.24rem;
  }
  #index_edit .abouts .about-list .item .info {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.24rem;
  }
  #index_edit .abouts .about-list .item:nth-child(4) {
    margin-left: 0;
  }
  #index_edit .video-box {
    height: 4rem;
  }
  #index_edit .video-box .text-box .play {
    width: 0.8rem;
    height: 0.8rem;
  }
  #index_edit .video-box .text-box p {
    width: 90%;
    font-size: 14px;
    line-height: 20px;
    padding: 0.2rem 0 0.24rem;
  }
  #index_edit .index-news {
    padding-bottom: 0.8rem;
  }
  #index_edit .index-news .news-tops {
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  #index_edit .index-news .news-tops .left {
    width: 100%;
  }
  #index_edit .index-news .news-tops .left .swiper-news {
    height: 6rem;
  }
  #index_edit .index-news .news-tops .left .swiper-news .swiper-slide {
    height: 100%;
  }
  #index_edit .index-news .news-tops .left .swiper-news .swiper-slide .date-box {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.4rem;
  }
  #index_edit .index-news .news-tops .left .swiper-news .swiper-slide .date-box .day {
    font-size: 20px;
    line-height: 20px;
  }
  #index_edit .index-news .news-tops .left .swiper-news .swiper-slide .date-box .date {
    font-size: 12px;
    line-height: 18px;
    margin-top: 0.1rem;
  }
  #index_edit .index-news .news-tops .left .swiper-news .swiper-slide .desc {
    height: 0.88rem;
    line-height: 0.88rem;
    padding: 0 0.24rem;
    font-size: 14px;
  }
  #index_edit .index-news .news-tops .right {
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
    padding-left: 0;
  }
  #index_edit .index-news .news-tops .right .item {
    padding: 0.24rem 0;
  }
  #index_edit .index-news .news-tops .right .item .date-box {
    width: 1rem;
    padding: 0.2rem 0 0;
  }
  #index_edit .index-news .news-tops .right .item .date-box .day {
    font-size: 20px;
    line-height: 20px;
  }
  #index_edit .index-news .news-tops .right .item .date-box .date {
    font-size: 12px;
    margin-top: 0.1rem;
  }
  #index_edit .index-news .news-tops .right .item .info {
    margin-left: 0.24rem;
    width: calc(100% - 1.24rem);
  }
  #index_edit .index-news .news-tops .right .item .info .tt {
    font-size: 14px;
    line-height: 20px;
  }
  #index_edit .index-news .news-tops .right .item .info .desc {
    font-size: 12px;
    line-height: 20px;
    margin-top: 0.1rem;
  }
  #index_edit .index-news .news-tops .right .item:nth-child(1) {
    padding-top: 0;
  }
  #index_edit .index-news .news-list {
    margin-top: 0.6rem;
    flex-wrap: wrap;
  }
  #index_edit .index-news .news-list .items-box {
    width: 100%;
    border-right: none;
  }
  #index_edit .index-news .news-list .items-box .item {
    padding-left: 0.24rem;
    padding: 0.1rem 0 0.1rem 0.2rem;
  }
  #index_edit .index-news .news-list .items-box .item:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #666;
    border-radius: 50%;
    left: 0;
    top: calc(50% - 2px);
  }
  #index_edit .index-news .news-list .items-box .item .text {
    font-size: 14px;
    width: 70%;
  }
  #index_edit .index-news .news-list .items-box .item .date {
    font-size: 12px;
  }
  #index_edit .index-news .news-list .items-box .item:nth-child(1) {
    padding-top: 0;
  }
  #index_edit .index-news .news-list .items-box.right-item {
    padding-right: 0px;
    padding-left: 0;
    border: none;
  }
  #index_edit .index-contact {
    padding-bottom: 0.6rem;
  }
  #index_edit .index-contact .contact-tops {
    margin-top: 0.4rem;
  }
  #index_edit .index-contact .contact-tops .tops {
    flex-wrap: wrap;
  }
  #index_edit .index-contact .contact-tops .tops .txt {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
  #index_edit .index-contact .contact-tops .tops .online {
    width: 100%;
    margin-top: 0.24rem;
  }
  #index_edit .index-contact .contact-tops .tops .online .t1 {
    font-size: 14px;
    line-height: 24px;
  }
  #index_edit .index-contact .contact-tops .tops .online .t2 {
    font-size: 18px;
    line-height: 24px;
  }
  #index_edit .index-contact .contact-tops .items-box {
    height: auto;
    background-color: #ffffff;
    box-shadow: 0px 0px 10px 0px rgba(17, 109, 219, 0.2);
    padding: 0.4rem 0.24rem 0;
    margin-top: 0.4rem;
    flex-wrap: wrap;
  }
  #index_edit .index-contact .contact-tops .items-box .items {
    display: flex;
    align-items: flex-start;
    margin-bottom: 0.4rem;
    width: 49%;
  }
  #index_edit .index-contact .contact-tops .items-box .items img {
    width: 0.45rem;
  }
  #index_edit .index-contact .contact-tops .items-box .items .txt {
    margin-left: 0.24rem;
  }
  #index_edit .index-contact .contact-tops .items-box .items .txt .tt {
    font-size: 16px;
    line-height: 16px;
  }
  #index_edit .index-contact .contact-tops .items-box .items .txt .desc {
    font-size: 12px;
    line-height: 20px;
    color: #333;
    margin-top: 0.1rem;
  }
  #index_edit .index-contact .form-box .contact-line {
    margin-top: 0.4rem;
  }
  #index_edit .index-contact .form-box .contact-line input {
    width: 100%;
    height: 0.88rem;
    padding-left: 0.2rem;
    margin-bottom: 0.2rem;
  }
  #index_edit .index-contact .form-box .contact-line input.long-ipt {
    width: 100%;
  }
  #index_edit .index-contact .form-box .contact-line input.short-ipt {
    width: 19%;
  }
  #index_edit .index-contact .form-box .contact-line .text-box {
    margin: 0.2rem 0;
    max-height: 3rem;
  }
  #index_edit .index-contact .form-box .contact-line .text-box span {
    min-width: 14%;
    height: 0.7rem;
    line-height: 0.7rem;
    padding: 0 0.15rem;
    font-size: 14px;
  }
  #index_edit .index-contact .form-box .contact-line textarea {
    height: 3rem;
    padding-left: 0.2rem;
    padding-top: 0.2rem;
    margin-bottom: 0.24rem;
  }
  #index_edit .index-contact .form-box .contact-line .code-input {
    width: 60%;
    height: 0.88rem;
    padding-right: 0.2rem;
  }
  #index_edit .index-contact .form-box .contact-line .code-ipt {
    width: 90%;
    border: none;
    margin-bottom: 0;
    background-color: transparent;
  }
  #index_edit .index-contact .form-box .contact-line .code-img {
    width: 2rem;
    height: 0.6rem;
  }
  #index_edit .index-contact .form-box .contact-line .code-img img {
    width: 100%;
    height: 100%;
  }
  #index_edit .index-contact .form-box .contact-line .btn {
    width: 4rem;
    height: 0.88rem;
    line-height: 0.88rem;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 0.6rem;
  }
}
@media screen and (max-width: 420px) {
  .right-nav-edit .item {
    width: 1rem;
    height: 1rem;
  }
}
