.section-wrap {
  width: 100%;
  height: 100%;
}
.adapt-wrap {
  width: 1400px !important;
  margin: 0 auto;
}
.section-menu-wrap {
  position: fixed;
  top: 50%;
  right: 70px;
  z-index: 1000;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.section-menu-wrap .section-menu {
  margin-top: -50%;
}
.section-menu-wrap .section-menu li {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
  border-radius: 4px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.section-menu-wrap .section-menu li a {
  display: block;
  width: 100%;
  height: 100%;
}
.section-menu-wrap .section-menu li.active {
  width: 8px;
  height: 15px;
  background-color: #999999;
}
.banner-swiper,
.video-swiper {
  width: 100%;
  height: 100%;
}
.banner-swiper .swiper-wrapper,
.video-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.banner-swiper .swiper-wrapper .swiper-slide,
.video-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.banner {
  position: relative;
}
.banner .data-wrap {
  width: 100%;
  height: 178px;
  position: absolute;
  bottom: 0;
  z-index: 2;
  background-color: rgba(1, 93, 254, 0.8);
}
.banner .data-wrap li {
  width: 25%;
  height: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 26px;
  padding: 45px 0;
  float: left;
  position: relative;
}
.banner .data-wrap li::after {
  content: "";
  display: block;
  width: 1px;
  height: 88px;
  background-color: #fff;
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.banner .data-wrap li:last-child::after {
  display: none;
}
.banner .data-wrap li .big {
  font-size: 38px;
  font-weight: 700;
}
.banner .data-wrap li div:first-child {
  margin-bottom: 5px;
}
.index-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index-banner::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.1);
}
.index-banner .index-banner-content {
  position: relative;
  text-align: center;
  color: #fff;
}
.index-banner .index-banner-content .banner-text {
  width: 1020px;
  height: 290px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.index-banner .index-banner-content .cn {
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.index-banner .index-banner-content .cn sup {
  position: relative;
  top: -20px;
}
.index-banner .index-banner-content .cn sub {
  position: relative;
  bottom: -20px;
}
.index-banner .index-banner-content .sb {
  font-size: 36px;
  font-weight: normal;
  line-height: 52px;
  letter-spacing: 1px;
}
.index-advantage {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index-advantage .g-cell {
  top: 44%;
}
.index-advantage .section-title {
  font-size: 36px;
  margin-bottom: 50px;
}
.index-advantage .section-content-wrap-right {
  width: 1600px;
  text-align: right;
  margin: 0 auto;
}
.index-advantage .section-content-wrap-left {
  width: 1600px;
  margin: 0 auto;
  text-align: left;
}
.index-advantage .index-advantage-content {
  position: relative;
  color: #333;
  padding-top: 40px;
  text-align: center;
}
.index-advantage .index-advantage-content .advantage-list {
  text-align: center;
  font-size: 0;
}
.index-advantage .index-advantage-content .advantage-list .item {
  position: relative;
  width: 440px;
  height: 340px;
  display: inline-block;
  margin: 0 15px;
}
.index-advantage .index-advantage-content .advantage-list .item .img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 14px;
  background-size: cover;
  overflow: hidden;
  background-position: center;
}
.index-advantage .index-advantage-content .advantage-list .item .img::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: -18%;
  top: -10%;
  background-image: -webkit-linear-gradient(-90deg, #6f97ff 0%, #1153fc 100%);
  background-image: -ms-linear-gradient(-90deg, #6f97ff 0%, #1153fc 100%);
  -webkit-filter: blur(80px);
          filter: blur(80px);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 0.5;
}
.index-advantage .index-advantage-content .advantage-list .item .color {
  border-radius: 14px;
  background-color: #e9f2ff;
  box-shadow: inset 0px -5px 0px 0px rgba(17, 83, 252, 0.2), inset -2px 0px 0px 0px rgba(17, 83, 252, 0.1);
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
  display: none;
}
.index-advantage .index-advantage-content .advantage-list .item .color::before {
  content: "";
  position: absolute;
  left: -18%;
  top: -10%;
  width: 100%;
  height: 100%;
  -webkit-filter: blur(60px);
          filter: blur(60px);
  background-image: -webkit-linear-gradient(0deg, #6f97ff 0%, #1153fc 100%);
  background-image: -ms-linear-gradient(0deg, #6f97ff 0%, #1153fc 100%);
}
.index-advantage .index-advantage-content .advantage-list .item .text {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 30px;
  color: #fff;
  text-align: left;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-advantage .index-advantage-content .advantage-list .item .text .tit {
  font-size: 30px;
  line-height: 1;
  margin-bottom: 40px;
}
.index-advantage .index-advantage-content .advantage-list .item .text .intr {
  font-size: 16px;
  line-height: 24px;
}
.index-advantage .index-advantage-content .advantage-list .item .text .btn {
  display: block;
  width: 118px;
  height: 36px;
  background-color: #fff;
  border-radius: 18px;
  color: #015dfe;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
  position: absolute;
  left: 30px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  bottom: 30px;
  text-shadow: none;
}
.index-advantage .index-advantage-content .advantage-list .item.active .img::after {
  opacity: 0;
}
.index-advantage .index-advantage-content .advantage-list .item.active .color {
  opacity: 0;
}
.index-advantage .index-advantage-content .advantage-list .item.active .text {
  top: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  color: #333;
  text-shadow: none;
}
.index-advantage .index-advantage-content .advantage-list .item.active .text .tit {
  margin-bottom: 14px;
}
.index-advantage .index-advantage-content .advantage-list .item.active .text .btn {
  margin-top: 14px;
  background-color: #015dfe;
  color: #fff;
  left: 0;
  position: static;
}
.index-advantage .index-advantage-content .advantage-list .item:hover .img::after {
  opacity: 0;
}
.index-advantage .index-advantage-content .advantage-list .item:hover .color {
  opacity: 0;
}
.index-advantage .index-advantage-content .advantage-list .item:hover .text {
  top: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-top: 20px;
  color: #333;
}
.index-advantage .index-advantage-content .advantage-list .item:hover .text .tit {
  margin-bottom: 14px;
}
.index-advantage .index-advantage-content .advantage-list .item:hover .text .btn {
  margin-top: 14px;
  background-color: #015dfe;
  color: #fff;
  left: 0;
  position: static;
}
.index-case .index-case-content {
  padding-top: 90px;
}
.index-case .wrap-left {
  width: 220px;
  padding: 15px 0;
  border-radius: 6px;
  background-color: #ffffff;
  box-shadow: 0px 0px 13px 0px rgba(1, 93, 254, 0.2);
}
.index-case .wrap-left li {
  width: 180px;
  height: 90px;
  margin: 0 auto 15px;
  position: relative;
}
.index-case .wrap-left li::after {
  content: '';
  display: block;
  width: 120px;
  height: 1px;
  background-color: #d8d8d8;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  margin: auto;
}
.index-case .wrap-left li:last-child::after {
  display: none;
}
.index-case .wrap-left li.more {
  display: none;
}
.index-case .wrap-left li.more a {
  color: #015dfe;
}
.index-case .wrap-left li img {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  opacity: 0.5;
}
.index-case .wrap-left li.active img {
  -webkit-filter: none;
          filter: none;
  opacity: 1;
}
.index-case .wrap-left .more {
  font-size: 16px;
  text-align: center;
  display: block;
  line-height: 30px;
  margin-top: 30px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#1c6efe), to(#fff));
  background-image: -webkit-linear-gradient(#1c6efe, #fff);
  background-image: linear-gradient(#1c6efe, #fff);
  color: transparent;
  -webkit-background-clip: text;
}
.index-case .wrap-right {
  width: 1160px;
  height: 600px;
  overflow: hidden;
}
.index-case .wrap-right .content-left {
  width: 600px;
  height: 100%;
  border-radius: 16px;
  background-color: #f7fbff;
  overflow: hidden;
  display: none;
}
.index-case .wrap-right .content-left.active {
  display: block;
}
.index-case .wrap-right .brand-img {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.index-case .wrap-right .text-content {
  padding: 15px;
}
.index-case .wrap-right h3 {
  font-size: 26px;
}
.index-case .wrap-right h3 span {
  display: inline-block;
  background-color: #1c6efe;
  width: 80px;
  height: 29px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 29px;
  border-bottom-left-radius: 8px;
  margin-left: 8px;
}
.index-case .wrap-right .info {
  font-size: 16px;
  color: #999;
  line-height: 34px;
  margin-bottom: 10px;
}
.index-case .wrap-right .text {
  font-size: 16px;
  color: #999;
  line-height: 1.625;
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.index-case .wrap-right .more {
  text-align: right;
  margin-top: 15px;
}
.index-case .wrap-right .more a {
  font-size: 16px;
  color: #015dfe;
}
.index-case .wrap-right .right {
  width: 560px;
  height: 100%;
  overflow: hidden;
}
.index-case .wrap-right .right .picture {
  width: 871px;
  height: 608px;
  -webkit-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
          transform: translateX(-50px);
}
#videoPlayer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.index-video {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.index-video::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #000;
  opacity: 0.6;
}
.index-video .m-title {
  margin-bottom: 40px;
  color: #fff;
}
.index-video .m-title h2,
.index-video .m-title .h {
  color: #fff;
}
.index-video .m-title .en {
  color: #fff;
}
.index-video .g-cell {
  bottom: 30px;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  top: auto;
}
.index-video .text-wrap {
  color: #fff;
  margin-bottom: 40px;
  padding-top: 40px;
}
.index-video .text-wrap .tit {
  line-height: 1;
  font-size: 48px;
  font-weight: 400;
  margin-bottom: 20px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.index-video .text-wrap .tit span {
  font-size: 28px;
  font-weight: normal;
  vertical-align: bottom;
}
.index-video .text-wrap .text {
  font-size: 18px;
  margin: 10px 0 36px;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  line-height: 36px;
}
.index-video .text-wrap .more {
  width: 180px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 25px;
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-video .text-wrap .more:hover {
  background-color: #015dfe;
  width: 220px;
}
.index-video .text-wrap .more:hover a {
  color: #fff;
}
.index-video .text-wrap .more a {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 50px;
}
.index-video .video-wrap {
  height: auto;
  border-radius: 10px;
  background-color: #fff;
  padding: 20px 0;
  box-shadow: 0px 0px 13px 0px rgba(177, 218, 255, 0.5);
}
.index-video .video-wrap .content-wrap {
  padding: 0 20px;
}
.index-video .video-wrap .video-img {
  display: block;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.index-video .video-wrap .video-img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
}
.index-video .video-wrap .video-img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.index-video .video-wrap .video-img .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
.index-video .video-wrap .video-img .icon i {
  font-size: 50px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.index-partners {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
.index-partners .m-title {
  margin-bottom: 50px;
}
.index-partners .m-title h2,
.index-partners .m-title .h {
  color: #fff;
}
.index-partners .m-title .en {
  color: #fff;
}
.index-partners .g-cell {
  bottom: 13%;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  top: auto;
}
.index-partners .index-partners-content {
  width: 100%;
}
.index-partners .brand {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(-90deg, #01bafe 0%, #016cfe 99%);
  background-image: -ms-linear-gradient(-90deg, #01bafe 0%, #016cfe 99%);
}
.index-partners .brand .industry-item {
  float: left;
  width: 33.33%;
}
.index-partners .brand .brand-item {
  width: -webkit-calc(50% - 12px);
  width: calc(50% - 12px);
  height: auto;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  margin: 6px;
  float: left;
  position: relative;
}
.index-partners .brand .brand-item .img {
  overflow: hidden;
  position: relative;
}
.index-partners .brand .brand-item .img::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 50%;
}
.index-partners .brand .brand-item .img img {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
.index-partners .brand .brand-item::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.index-partners .brand .brand-item .text {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fff;
  font-size: 18px;
  z-index: 2;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.index-partners .brand .brand-item:hover::after {
  opacity: 0.6;
}
.index-partners .brand .brand-item:hover .text {
  opacity: 1;
}
.index-aboutUs .index-aboutUs-content {
  padding-top: 90px;
}
.index-aboutUs .aboutUs-wrap {
  width: 33.33333%;
  text-align: center;
}
.index-aboutUs .aboutUs-wrap a {
  margin-bottom: 30px;
}
.index-aboutUs .aboutUs-wrap a .img {
  height: 226px;
}
.index-aboutUs .aboutUs-wrap a.wrap3 .img {
  height: 542px;
}
.index-aboutUs .aboutUs-wrap a:last-child {
  margin-bottom: 0;
}
.index-aboutUs .aboutUs-wrap:first-child {
  text-align: left;
}
.index-aboutUs .aboutUs-wrap:last-child {
  text-align: right;
}
.index-aboutUs .aboutUs-line-wrap {
  display: none;
}
.index-aboutUs a {
  display: inline-block;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  height: auto;
  border-radius: 16px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 0px 13px 0px rgba(177, 218, 255, 0.5);
}
.index-aboutUs a .img {
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.index-aboutUs a .top-wrap {
  width: 100%;
  line-height: 60px;
  padding: 0 20px;
  overflow: hidden;
}
.index-aboutUs a .top-wrap .title {
  font-size: 18px;
  position: relative;
  float: left;
}
.index-aboutUs a .top-wrap .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 2px;
  background-color: #015dfe;
  position: absolute;
  bottom: 10px;
}
.index-aboutUs a .top-wrap .more {
  font-size: 16px;
  float: right;
  color: #999;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.index-aboutUs a:hover .img {
  -webkit-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
          transform: scale(1.05, 1.05);
}
.index-aboutUs a:hover .more {
  color: #015dfe;
}
.index-form-content {
  padding-top: 90px;
}
@media screen and (max-width: 1660px) {
  .section-menu-wrap {
    right: 40px;
  }
  .adapt-wrap {
    width: 1200px !important;
  }
  .index-advantage .section-content-wrap-right {
    width: 1400px;
  }
  .index-advantage .section-content-wrap-left {
    width: 1400px;
  }
  .index-advantage .index-advantage-content .advantage-list {
    font-size: 0;
  }
  .index-advantage .index-advantage-content .advantage-list .item {
    width: -webkit-calc(33.33% - 31px);
    width: calc(33.33% - 31px);
    height: 340px;
  }
  .index-advantage .index-advantage-content .advantage-list .item .text .tit {
    margin-bottom: 30px;
  }
  .index-banner .index-banner-content .cn {
    font-size: 60px;
  }
  .index-banner .index-banner-content .sb {
    font-size: 32px;
    line-height: 50px;
  }
  .index-case .wrap-left {
    width: 190px;
  }
  .index-case .wrap-left li {
    width: 170px;
    height: 85px;
    margin: 0 auto 10px;
  }
  .index-case .wrap-left li::after {
    bottom: 0;
  }
  .index-case .wrap-left .more {
    margin-top: 25px;
  }
  .index-case .wrap-right {
    width: 990px;
    height: 550px;
  }
  .index-case .wrap-right .content-left {
    width: 512px;
  }
  .index-case .wrap-right .brand-img {
    height: 340px;
  }
  .index-case .wrap-right .right {
    width: 478px;
  }
  .index-case .wrap-right .right .picture {
    width: 820px;
    height: 572px;
    -webkit-transform: translateX(-97px);
        -ms-transform: translateX(-97px);
            transform: translateX(-97px);
  }
  .index-partners .brand {
    padding: 16px;
  }
  .index-video .text-wrap .company,
  .index-video .text-wrap .text {
    font-size: 30px;
    line-height: 54px;
  }
  .index-video .text-wrap .company h1,
  .index-video .text-wrap .text h1 {
    font-size: 48px;
  }
  .index-video .video-wrap {
    border-radius: 22px;
  }
}
@media screen and (max-width: 1500px) {
  .section-menu-wrap {
    right: 20px;
  }
  .index-banner .index-banner-content .banner-text {
    width: 800px;
    height: 227px;
  }
  .index-banner .index-banner-content .cn {
    font-size: 56px;
    line-height: 90px;
  }
  .index-banner .index-banner-content .sb {
    font-size: 30px;
    line-height: 46px;
  }
  .banner .data-wrap {
    height: 160px;
  }
  .banner .data-wrap li {
    font-size: 15px;
    padding: 40px 0;
    line-height: 24px;
  }
  .banner .data-wrap li::after {
    height: 68px;
  }
  .index-advantage .section-content-wrap-right {
    width: 1300px;
  }
  .index-advantage .section-content-wrap-left {
    width: 1300px;
  }
  .index-case .wrap-left {
    width: 172px;
  }
  .index-case .wrap-left li {
    width: 160px;
    height: 80px;
  }
  .index-case .wrap-left .more {
    font-size: 15px;
    line-height: 20px;
    margin-top: 20px;
  }
  .index-case .wrap-right {
    width: 908px;
    height: 510px;
  }
  .index-case .wrap-right .content-left {
    width: 470px;
  }
  .index-case .wrap-right .brand-img {
    height: 310px;
  }
  .index-case .wrap-right h3 {
    font-size: 22px;
  }
  .index-case .wrap-right h3 span {
    width: 66px;
    height: 24px;
    font-size: 14px;
    line-height: 24px;
  }
  .index-case .wrap-right .info {
    font-size: 15px;
  }
  .index-case .wrap-right .text {
    font-size: 15px;
    line-height: 1.5;
  }
  .index-case .wrap-right .right {
    width: 438px;
  }
  .index-case .wrap-right .right .picture {
    width: 750px;
    height: 520px;
    -webkit-transform: translateX(-88px);
        -ms-transform: translateX(-88px);
            transform: translateX(-88px);
  }
  .index-aboutUs .aboutUs-wrap a {
    margin-bottom: 20px;
  }
  .index-aboutUs .aboutUs-wrap a .img {
    height: 216px;
  }
  .index-aboutUs .aboutUs-wrap a.wrap3 .img {
    height: 512px;
  }
  .index-aboutUs a {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    border-radius: 10px;
  }
  .index-video .text-wrap .company,
  .index-video .text-wrap .text {
    font-size: 28px;
    line-height: 52px;
  }
  .index-video .text-wrap .company h1,
  .index-video .text-wrap .text h1 {
    font-size: 44px;
  }
  .index-video .video-wrap {
    border-radius: 18px;
  }
}
@media screen and (max-width: 1440px) {
  .adapt-wrap {
    width: 1100px !important;
  }
  .index-partners .brand {
    padding: 12px;
  }
}
@media screen and (max-width: 1366px) {
  .adapt-wrap {
    width: 1000px !important;
  }
  .index-banner .index-banner-content .cn {
    font-size: 52px;
  }
  .index-banner .index-banner-content .sb {
    font-size: 26px;
    line-height: 42px;
  }
  .banner .data-wrap {
    height: 130px;
  }
  .banner .data-wrap li {
    font-size: 14px;
    padding: 30px 0;
    line-height: 22px;
  }
  .banner .data-wrap li::after {
    height: 68px;
  }
  .banner .data-wrap li .big {
    font-size: 34px;
  }
  .index-advantage .section-content-wrap-right {
    width: 1200px;
  }
  .index-advantage .section-content-wrap-left {
    width: 1200px;
  }
  .index-advantage .section-title {
    font-size: 30px;
  }
  .index-advantage .index-advantage-content .advantage-list {
    font-size: 0;
  }
  .index-advantage .index-advantage-content .advantage-list .item {
    height: 290px;
  }
  .index-advantage .index-advantage-content .advantage-list .item .text {
    padding: 20px;
  }
  .index-advantage .index-advantage-content .advantage-list .item .text .tit {
    margin-bottom: 20px;
    font-size: 24px;
  }
  .index-advantage .index-advantage-content .advantage-list .item .text .intr {
    line-height: 22px;
  }
  .index-advantage .index-advantage-content .advantage-list .item .text .btn {
    left: 20px;
    bottom: 20px;
  }
  .index-partners .brand {
    padding: 10px;
  }
}
@media screen and (max-width: 1280px) {
  .section-menu-wrap {
    right: 20px;
  }
  .adapt-wrap {
    width: 960px !important;
  }
  .index-banner .index-banner-content .cn {
    font-size: 50px;
    line-height: 86px;
  }
  .index-banner .index-banner-content .sb {
    line-height: 40px;
  }
  .index-banner .index-banner-content .banner-text {
    width: 700px;
    height: 199px;
  }
  .index-advantage {
    /* .section-content-wrap-right, .section-content-wrap-left{
			width: 55%;
		} */
  }
  .index-advantage .section-content-wrap-right {
    width: 1000px;
  }
  .index-advantage .section-content-wrap-left {
    width: 1000px;
  }
  .index-advantage .index-advantage-content .tit {
    font-size: 42px;
  }
  .index-advantage .index-advantage-content .tit span {
    font-size: 24px;
  }
  .index-advantage .index-advantage-content .text {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .index-case .wrap-left {
    width: 145px;
    padding: 9px 0;
  }
  .index-case .wrap-left li {
    width: 130px;
    height: 65px;
    margin: 0 auto 8px;
  }
  .index-case .wrap-left li::after {
    width: 80px;
  }
  .index-case .wrap-left .more {
    font-size: 14px;
    margin-top: 22px;
  }
  .index-case .wrap-right {
    width: 745px;
    height: 417px;
  }
  .index-case .wrap-right .content-left {
    width: 385px;
  }
  .index-case .wrap-right .brand-img {
    height: 256px;
  }
  .index-case .wrap-right h3 {
    font-size: 20px;
  }
  .index-case .wrap-right h3 span {
    width: 56px;
    height: 22px;
    line-height: 22px;
  }
  .index-case .wrap-right .text-content {
    padding: 10px;
  }
  .index-case .wrap-right .info {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .index-case .wrap-right .text {
    font-size: 14px;
  }
  .index-case .wrap-right .more {
    font-size: 15px;
  }
  .index-case .wrap-right .right {
    width: 360px;
  }
  .index-case .wrap-right .right .picture {
    width: 675px;
    height: 471px;
    -webkit-transform: translate(-90px, -31px);
        -ms-transform: translate(-90px, -31px);
            transform: translate(-90px, -31px);
  }
  .index-aboutUs .aboutUs-wrap a {
    margin-bottom: 20px;
  }
  .index-aboutUs .aboutUs-wrap a .top-wrap {
    line-height: 50px;
  }
  .index-aboutUs .aboutUs-wrap a .top-wrap .title {
    font-size: 16px;
  }
  .index-aboutUs .aboutUs-wrap a .top-wrap .more {
    font-size: 14px;
  }
  .index-aboutUs .aboutUs-wrap a .img {
    height: 166px;
  }
  .index-aboutUs .aboutUs-wrap a.wrap3 .img {
    height: 402px;
  }
  .index-video .text-wrap .tit {
    font-size: 43px;
  }
  .index-video .text-wrap .tit span {
    font-size: 24px;
  }
  .index-video .text-wrap .text {
    margin-bottom: 20px;
    font-size: 16px;
  }
  .index-video .video-wrap {
    border-radius: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .section-menu-wrap {
    right: 10px;
  }
  .adapt-wrap {
    width: 100% !important;
    padding: 0 20px;
  }
  .banner .data-wrap {
    height: 114px;
  }
  .banner .data-wrap li {
    font-size: 12px;
    padding: 25px 0;
  }
  .banner .data-wrap li::after {
    height: 58px;
  }
  .banner .data-wrap li div {
    line-height: 20px;
  }
  .banner .data-wrap li .big {
    font-size: 30px;
  }
  .index-banner .index-banner-content .cn {
    font-size: 40px;
    line-height: 60px;
  }
  .index-banner .index-banner-content .sb {
    font-size: 18px;
    line-height: 30px;
  }
  .index-banner .index-banner-content .banner-text {
    width: 600px;
    height: 170px;
  }
  .index-advantage .section-content-wrap-right {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .index-advantage .section-content-wrap-left {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  .index-advantage .section-title {
    font-size: 26px;
    margin-bottom: 30px;
  }
  .index-advantage .index-advantage-content .advantage-list {
    font-size: 0;
  }
  .index-advantage .index-advantage-content .advantage-list .item {
    height: 260px;
  }
  .index-advantage .index-advantage-content .advantage-list .item .text .tit {
    margin-bottom: 30px;
    font-size: 20px;
    margin-bottom: 10px;
  }
  .index-advantage .index-advantage-content .advantage-list .item .text .intr {
    font-size: 14px;
    line-height: 18px;
  }
  .index-advantage .index-advantage-content .advantage-list .item .text .btn {
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .brand-content {
    width: 800px;
  }
  .index-case .wrap-left {
    width: 180px;
    padding: 12px 0;
  }
  .index-case .wrap-left li {
    width: 170px;
    height: 85px;
    margin: 0 auto 15px;
  }
  .index-case .wrap-left li::after {
    width: 120px;
    bottom: 0;
  }
  .index-case .wrap-left .more {
    font-size: 16px;
    margin-top: 30px;
    line-height: 30px;
  }
  .index-case .wrap-right {
    width: 550px;
    height: 570px;
  }
  .index-case .wrap-right .content-left {
    width: 100%;
  }
  .index-case .wrap-right .text-content {
    padding: 20px;
  }
  .index-case .wrap-right .brand-img {
    height: 367px;
  }
  .index-case .wrap-right h3 {
    font-size: 26px;
  }
  .index-case .wrap-right h3 span {
    width: 80px;
    height: 29px;
    font-size: 16px;
    line-height: 29px;
  }
  .index-case .wrap-right .info {
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 10px;
  }
  .index-case .wrap-right .text {
    font-size: 16px;
    line-height: 1.625;
  }
  .index-case .wrap-right .more {
    font-size: 16px;
  }
  .index-case .wrap-right .right {
    display: none;
  }
  .index-aboutUs .index-aboutUs-content {
    padding: 0 50px;
  }
  .index-video .index-video-content {
    width: 100%;
    padding: 0 20px;
  }
  .index-video .text-wrap .tit {
    font-size: 36px;
  }
  .index-video .text-wrap .tit span {
    font-size: 20px;
  }
  .index-video .text-wrap .text {
    margin-bottom: 20px;
    font-size: 14px;
  }
  .index-video .text-wrap .more {
    width: 160px;
    height: 40px;
    border-radius: 20px;
  }
  .index-video .text-wrap .more a {
    font-size: 14px;
    line-height: 40px;
  }
  .index-video .text-wrap .more:hover {
    width: 180px;
  }
  .index-video .video-wrap {
    padding: 20px 0;
  }
  .index-video .video-wrap .video-swiper {
    width: 100%;
  }
}
@media screen and (max-width: 820px) {
  .brand-content {
    width: 620px;
  }
  .index-banner .index-banner-content .banner-text {
    width: 600px;
    height: 170px;
  }
  .index-case .wrap-left {
    width: 145px;
    padding: 9px 0;
  }
  .index-case .wrap-left li {
    width: 140px;
    height: 70px;
    margin: 0 auto 12px;
  }
  .index-case .wrap-left li::after {
    width: 80px;
  }
  .index-case .wrap-left .more {
    font-size: 14px;
    margin-top: 22px;
  }
  .index-case .wrap-right {
    width: -webkit-calc(100% - 165px);
    width: calc(100% - 165px);
    height: auto;
  }
  .index-case .wrap-right .brand-img {
    height: auto;
  }
  .index-case .wrap-right h3 {
    font-size: 22px;
  }
  .index-case .wrap-right h3 span {
    width: 56px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
  }
  .index-case .wrap-right .text-content {
    padding: 15px;
  }
  .index-case .wrap-right .info {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 6px;
  }
  .index-case .wrap-right .text {
    font-size: 14px;
  }
  .index-case .wrap-right .more {
    font-size: 15px;
  }
  .index-partners .m-title {
    margin-bottom: 40px;
  }
  .index-partners .g-cell {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .index-aboutUs .aboutUs-wrap a {
    margin-bottom: 20px;
  }
  .index-aboutUs .aboutUs-wrap a .img {
    height: 126px;
  }
  .index-aboutUs .aboutUs-wrap a.wrap3 .img {
    height: 322px;
  }
  .index-advantage .index-advantage-content .tit {
    margin-bottom: 20px;
  }
  .index-advantage .index-advantage-content .text {
    line-height: 24px;
    margin-bottom: 20px;
  }
  .index-video .text-wrap .tit {
    margin-bottom: 20px;
  }
  .index-video .text-wrap .text {
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .section-menu-wrap {
    right: 10px;
  }
  .banner .data-wrap {
    height: 86px;
  }
  .banner .data-wrap li {
    font-size: 14px;
    padding: 0;
  }
  .banner .data-wrap li::after {
    height: 36px;
  }
  .banner .data-wrap li div {
    line-height: 86px;
  }
  .banner .data-wrap li .text {
    display: none;
  }
  .banner .data-wrap li .big {
    font-size: 32px;
  }
  .index-banner .index-banner-content .cn {
    font-size: 36px;
    line-height: 60px;
  }
  .index-banner .index-banner-content .sb {
    font-size: 18px;
    line-height: 36px;
  }
  .index-banner .index-banner-content .banner-text {
    width: 500px;
    height: 142px;
  }
  .index-advantage .g-cell {
    top: 50%;
  }
  .index-advantage .section-title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .index-advantage .index-advantage-content .advantage-list .item {
    height: 140px;
    width: 100%;
    margin: 0 0 20px;
    position: relative;
  }
  .index-advantage .index-advantage-content .advantage-list .item::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    border-radius: 14px;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .index-advantage .index-advantage-content .advantage-list .item .color {
    opacity: 0;
  }
  .index-advantage .index-advantage-content .advantage-list .item .text {
    padding-right: 150px;
    z-index: 1;
  }
  .index-advantage .index-advantage-content .advantage-list .item .text .btn {
    bottom: auto;
    left: auto;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #015dfe;
    color: #fff;
  }
  .index-advantage .index-advantage-content .advantage-list .item:hover .color,
  .index-advantage .index-advantage-content .advantage-list .item.active .color {
    opacity: 0;
  }
  .index-advantage .index-advantage-content .advantage-list .item:hover .text,
  .index-advantage .index-advantage-content .advantage-list .item.active .text {
    top: 100%;
    top: 0;
    padding: 20px 150px 20px 20px ;
    color: #fff;
  }
  .index-advantage .index-advantage-content .advantage-list .item:hover .text .tit,
  .index-advantage .index-advantage-content .advantage-list .item.active .text .tit {
    margin-bottom: 10px;
  }
  .index-advantage .index-advantage-content .advantage-list .item:hover .text .btn,
  .index-advantage .index-advantage-content .advantage-list .item.active .text .btn {
    margin-top: 0;
    background-color: #015dfe;
    color: #fff;
    left: auto;
    position: absolute;
  }
  .brand-content {
    width: 85%;
  }
  .index-aboutUs .aboutUs-wrap {
    display: none;
  }
  .index-aboutUs .aboutUs-line-wrap {
    display: block;
    width: 80%;
    padding-top: 90px;
    margin: auto;
  }
  .index-aboutUs .aboutUs-line-wrap li {
    width: 100%;
    height: 80px;
    margin-bottom: 20px;
    background-size: cover;
    border-radius: 10px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
  }
  .index-aboutUs .aboutUs-line-wrap li.line-wrap1 {
    background-image: url('../img/index-section-6-1.png');
  }
  .index-aboutUs .aboutUs-line-wrap li.line-wrap2 {
    background-image: url('../img/index-section-6-3.png');
  }
  .index-aboutUs .aboutUs-line-wrap li.line-wrap3 {
    background-image: url('../img/index-section-6-4.png');
  }
  .index-aboutUs .aboutUs-line-wrap li.line-wrap4 {
    background-image: url('../img/index-section-6-2.png');
  }
  .index-aboutUs .aboutUs-line-wrap li.line-wrap5 {
    background-image: url('../img/index-section-6-5.png');
  }
  .index-aboutUs .aboutUs-line-wrap li a {
    width: 100%;
    height: 100%;
    box-shadow: initial;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
    font-size: 18px;
    color: #fff;
    line-height: 80px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
  }
  .index-aboutUs .aboutUs-line-wrap li a:hover .more {
    color: #fff;
  }
  .index-aboutUs .aboutUs-line-wrap li a .more {
    font-size: 14px;
  }
  .index-aboutUs .aboutUs-line-wrap li:hover a {
    color: #fff;
  }
}
@media screen and (max-width: 620px) {
  .banner .data-wrap {
    height: 76px;
  }
  .banner .data-wrap li {
    font-size: 12px;
  }
  .banner .data-wrap li div {
    line-height: 76px;
  }
  .banner .data-wrap li .big {
    font-size: 28px;
  }
  .index-banner .index-banner-content .cn {
    font-size: 38px;
    font-weight: normal;
    letter-spacing: 1px;
  }
  .index-banner .index-banner-content .sb {
    font-size: 20px;
    font-weight: normal;
    line-height: 30px;
    letter-spacing: normal;
  }
  .index-banner .index-banner-content .banner-text {
    width: 400px;
    height: 113px;
  }
  .index-advantage .index-advantage-content .advantage-list .item {
    height: 160px;
  }
  .index-case .wrap-left {
    width: 145px;
    padding: 9px 0;
  }
  .index-case .wrap-left li {
    width: 120px;
    height: 60px;
    margin: 0 auto 8px;
  }
  .index-case .wrap-left li::after {
    width: 80px;
  }
  .index-case .wrap-left .more {
    font-size: 14px;
    margin-top: 22px;
  }
  .index-partners .brand .brand-item {
    width: -webkit-calc(100% - 12px);
    width: calc(100% - 12px);
  }
  .index-partners .brand .brand-item .text {
    font-size: 12px;
  }
  .index-partners .brand .brand-item:nth-child(n+6) {
    display: none;
  }
}
@media screen and (max-width: 440px) {
  .banner .data-wrap {
    height: 70px;
  }
  .banner .data-wrap li div {
    line-height: 70px;
  }
  .banner .data-wrap li .big {
    font-size: 24px;
  }
  .index-banner .index-banner-content .banner-text {
    width: 340px;
    height: 96px;
  }
  .index-advantage .index-advantage-content .advantage-list .item .text {
    padding-right: 100px;
  }
  .index-advantage .index-advantage-content .advantage-list .item .text .btn {
    width: 70px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
  }
  .index-case .wrap-left {
    float: inherit;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .index-case .wrap-left li {
    width: 32%;
    height: auto;
    margin: 0;
    display: inline-block;
  }
  .index-case .wrap-left li::after {
    display: none;
  }
  .index-case .wrap-left li.more {
    display: inline-block;
    margin: 0;
    line-height: 1.35;
  }
  .index-case .wrap-left > .more {
    display: none;
  }
  .index-case .wrap-right {
    width: 100%;
    height: auto;
    float: inherit;
  }
  .index-partners .index-partners-content {
    padding: 20px !important;
  }
  .index-partners .g-cell {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .index-aboutUs .aboutUs-line-wrap {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
  }
  .index-aboutUs .aboutUs-line-wrap li a {
    font-size: 20px;
    padding: 0 15px;
  }
  .index-aboutUs .aboutUs-line-wrap li a .more {
    font-size: 15px;
  }
  .index-video .text-wrap {
    padding-top: 20px;
    margin-bottom: 20px;
  }
  .index-video .text-wrap .tit {
    font-size: 30px;
  }
  .index-video .text-wrap .tit span {
    font-size: 16px;
  }
  .index-video .text-wrap .text {
    line-height: 22px;
    font-size: 14px;
  }
  .index-video .text-wrap .more {
    width: 140px;
  }
  .index-video .text-wrap .more:hover {
    width: 160px;
  }
  .index-video .video-wrap {
    padding: 25px 0;
  }
}
@media screen and (max-width: 360px) {
  .section-menu-wrap {
    right: 6px;
  }
  .banner .data-wrap li div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    line-height: 26px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
  }
  .index-banner .index-banner-content .cn {
    font-size: 26px;
    line-height: 38px;
  }
  .index-banner .index-banner-content .sb {
    font-size: 16px;
    line-height: 24px;
  }
  .index-partners .brand {
    padding: 5px;
  }
  .index-partners .brand .brand-item {
    width: -webkit-calc(33.33% - 8px);
    width: calc(33.33% - 8px);
    margin: 4px;
  }
  .index-aboutUs .aboutUs-line-wrap li {
    height: 70px;
    margin-bottom: 10px;
  }
  .index-aboutUs .aboutUs-line-wrap li a {
    font-size: 18px;
    line-height: 70px;
    padding: 0 10px;
  }
  .index-aboutUs .aboutUs-line-wrap li a .more {
    font-size: 14px;
  }
  .index-video .m-title {
    margin-bottom: 30px;
  }
  .index-video .text-wrap {
    padding: 0;
  }
}
