.swiper-container {
  width: 100%;
  height: 100vh;
}
.swiper-btn {
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  border: none;
  color: #fff;
}
.swiper-btn-prev {
  left: 30px;
  right: auto;
}
.swiper-btn-next {
  right: 30px;
}
.page1 {
  margin-bottom: 60px;
  position: relative
}
.swiper-slide {
  position: relative;
}
.banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ads {
  position: absolute;
  left: 0;
  top: 0;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  align-content: center;
  background: rgba(0, 0, 0, .01)
}
.ads-title {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-family: Microsoft YaHei;
  font-size: 36px;
  line-height: 1.5;
}
.ads-title2 {
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 1);
  font-family: Microsoft YaHei;
  font-size: 36px;
  line-height: 1.5;
}
.ads-subtitle {
  width: 100%;
  color: rgba(255, 255, 255, 1);
  font-family: Microsoft YaHei;
  font-size: 20px;
  line-height: 1.5;
}


/* 业务 */
.business-wrap {
  margin-bottom: 60px;
  flex-wrap: wrap;
}
.business-item {
  position: relative;
  flex: 0 0 33.3333%;
  box-sizing: border-box;
}
.business-item .item-wrap {
  padding: 20px;
  position: relative;
  box-sizing: border-box;
}
.business-item:hover .item-wrap {
  transition: all .5s linear; 
  transform: translate3d(0, -4px, 0)
}

.business-item .icon-wrap {
  width: 36%
}

.business-item .icon-wrap img {
  max-width: 66px;
}
.business-item .text-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 0%;
  -moz-box-flex: 1;
  -ms-flex: 1 1 0%;
  flex: 1 1 0%;
}
.business-item .text-wrap .title {
  color: #333;
  font-size: 18px;
  line-height: 2.5;
  text-align: inherit;
  font-weight: bold;
}
.business-item .text-wrap .text {
  margin-top: 0px;
  color: rgba(153, 153, 153, 1);
  font-size: 13px;
  line-height: 1.8;
  text-align: inherit;
}

/* 合作伙伴 */
.partner-wrap .title {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  background: rgba(250, 250, 250, 1);
  text-align: center;
  font-family: PingFang SC;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2px;
}
.partner .partner-wrap .title {
  background: #fff;
}
.partner-list {
  padding-bottom: 60px;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  flex-wrap: wrap;
}
.partner-list .item {
  position: relative;
  text-align: center;
  padding: 8px;
  position: relative;
  flex: 0 0 20%;
  box-sizing: border-box;
}
.partner-list .partner-img-box {
  width: 100%;
  height: 100%;
}
.partner-list .partner-img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.5;
  transition: all 0.36s ease;
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain';
  max-height: 100%;
  width: 75%;
  height: 100%;
}
.partner-list .item:hover .partner-img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  /* filter: gray; */
  opacity: 1;
  transform: scale(1.05, 1.05);
}

/* 合作伙伴 */
.partner .banner {
  position: relative;
}
.partner .banner .ads {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* 关于我们 */
.aboutme {
  padding: 0 15px;
  box-sizing: border-box;
}
.aboutme .title {
  margin: 0 auto;
  width: 100%;
  height: 90px;
  padding-bottom: 35px;
  line-height: 55px;
  box-sizing: border-box;
  text-align: center;
  font-family: PingFang SC;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2px;
  color: #000;
}

.aboutme .txt {
  margin: 0 auto 110px;
  width: 100%;
  max-width: 790px;
  font-size: 15px;
  line-height: 24px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.aboutme .txt p {
  color: #808080;
  font-family: Microsoft YaHei;
  margin-bottom: 10px;
}

/* 优秀的团队 */
.team-list .item .txt-box {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #61e8c8;
  justify-content: center;
  
}
.team-list .item .name {
  color: #fff;
  font-size: 20px;
  line-height: 1.5;
  text-align: inherit;
}

.team-list .item .label {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: inherit;
}

.team-list {
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
}
.team-list .item {
  position: relative;
  text-align: center;
  flex: 0 0 20%;
  box-sizing: border-box;
  cursor: pointer;
}
.team-list .partner-img-box {
  width: 100%;
  height: 100%;
}
.team-list .partner-img {
  -o-object-fit: cover;
  object-fit: cover;
  max-height: 100%;
  width: 100%;
  height: 222px;
}
.team-list .item:hover .txt-box {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 1;
}
.team-wrap .title {
  padding-top: 60px;
  padding-bottom: 60px;
  width: 100%;
  background: #fff;
  text-align: center;
  font-family: PingFang SC;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2px;
}

/* 解决方案 */
.solutions-wrap {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  align-items: flex-start;
  flex-wrap: wrap;
}
.solutions-wrap .txt {
  padding: 0 15px;
  flex: 0 0 36%;
  box-sizing: border-box;
}
.solutions-wrap .img {
  padding: 0 15px;
  width: 64%;
  flex: 0 0 64%;
  box-sizing: border-box;
}

.solutions-wrap .title {
  padding-bottom: 30px;
  border-top: 8px solid #d9001b;
  padding-top: 21px;
  font-family: Microsoft YaHei;
  font-size: 32px;
  letter-spacing: 5px;
  line-height: 1.5;
}
.solutions-wrap .subtitle {
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 2;
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, SimSun, sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.solutions-wrap .item {
  margin-bottom: 120px;
  align-items: flex-start;
  flex-wrap: wrap;
}
.contact .business-wrap {
  padding-top: 40px;
  margin-bottom: 20px;
}
.contact .icon-wrap {
  width: 100%;
  height: 130px;
}
.contact .icon-wrap img {
  width: 20%;
  max-width: none;
  object-fit: contain;
}
.contact .text-wrap .text {
  color: #bbb;
  font-size: 14px;
}
.contact .form-title {
  padding: 5px 0px 5px 0px;
  width: 100%;
  text-align: center;
  font-family: PingFang SC;
  font-size: 38px;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact .form-subtitle {
  text-align: center;
  color: #808080;
  font-size: 18px;
  font-family: Microsoft YaHei;
  line-height: 1.5;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}
.h70 {
  height: 70px
}
.contact .form-wrap {  
  padding: 0 15px;
  width: 100%;
  box-sizing: border-box;
  align-items: center;
  justify-content: space-between;
}
.contact .input-wrap {
  margin: 0 -10px;
  flex-wrap: wrap;
}
.contact .form-wrap .item {
  position: relative;
  padding: 0 10px 22px;
  flex: 0 0 33.333%;
  box-sizing: border-box;
}
.contact .form-wrap .zz-form-item__error {
  color: #f56c6c;
  font-size: 12px;
  line-height: 1;
  padding-top: 4px;
  position: absolute;
  bottom: 4px;
  left: 10px;
}
input {
  font: 400 13.3333px Arial;
  background-color: #fff;
  border: 1px solid #dcdfe6;
  -webkit-appearance: none;
  outline: none;
  background-image: none;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #666;
  display: inline-block;
  font-size: inherit;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-size: 14px;
}
textarea {
  display: block;
  resize: vertical;
  padding: 5px 15px;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: inherit;
  color: #606266;
  background-color: #fff;
  background-image: none;
  border: none;
  border-radius: 4px;
  outline: none;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.contact .form-wrap input {
  padding: 16px 15px;
  width: 100%;
}
.contact textarea {
  margin-bottom: 22px;
  font-size: 14px;
  background-color: #fff;
  color: #666;
  border: 1px solid #d2d2d2;
  border-radius: 4px 4px 4px 4px;
  height: 120px;
}
.contact .form-wrap input:focus, textarea:focus {
  border-color: #409EFF
}
.btn-submit {
  margin: 0 auto;
  background-color: rgba(97, 232, 200, 1);
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  border: 1px solid rgba(97, 232, 200, 1);
  border-radius: 6px 6px 6px 6px;
  padding: 16px 60px 16px 60px;
  transition: all 0.1s;
}
.btn-submit:hover{opacity:0.9}
@media (min-width: 768px){
  /* pc */
  .ads-title {
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 64px;
  }
  .partner-list .item {
    height: 100px;
  }
  .solutions-wrap {
    padding: 0px 180px 0px 180px;
  }
  .contact .container-list {
    margin-left: -20px;
    margin-right: -20px;
    transition: all .5s linear;
  }
}

@media (max-width: 767px) {
  .business-item {
    flex: 0 0 50%;
  }

  .partner-list {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .partner-list .item {
    flex: 0 0 50%;
  }

  .partner-list .item .partner-img {
    height: 68px;
  }

  .business-wrap .item-wrap {
    flex-direction: column
  }
  
  .business-item .text-wrap .title {
    font-weight: normal;
    text-align: center;
  }
  .banner-btns {
    display: none;
  }
  .solutions-wrap .txt, .solutions-wrap .img {
    flex: 0 0 100%;
  }
  .solutions-wrap .title {
    font-size: 24px;
  }
  .solutions-wrap .subtitle {
    font-size: 12px;
  }

  .partner .banner {
    height: 265px;
    font-size: 36px;
  }
  .team-list .item {
    flex: 0 0 50%;
  }
  .partner .banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .partner .banner .ads {
    box-sizing: border-box;
    padding-top: 55px;
  }
  .contact .container-list {
    flex-wrap: wrap;
    transition: all .5s linear;
  }
  .contact .business-item {
    flex: 0 0 100%;
  }
  .contact .form-wrap .item {
    flex: 0 0 100%;
  }
  .contact .business-wrap {
    padding-top: 0
  }
}


@media (min-width: 1200px) {
  .h93 {
    height: 93px;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .h93 {
    height: 60px
  }
}
