@charset "UTF-8";
/*!
 作者: 何喜阳 ,
 博客: http://hexiyang.cn ,
*/
body, html {
  margin: 0;
  padding: 0;
  min-width: 75rem;
}
@media all and (max-width: 600px) {
  body, html {
    min-width: 100%;
  }
}

.container {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 600px) {
  .container {
    width: 100%;
  }
}

.containers {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 600px) {
  .containers {
    width: 100%;
  }
}

.block__title {
  color: #333;
  width: 100%;
  text-align: center;
  padding-top: 62px;
  padding-bottom: 62px;
}
.block__title-line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.block__title-line:after, .block__title-line:before {
  content: "";
  width: 3rem;
  height: 1px;
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: #ccc;
}
.block__title-text {
  color: #333;
  font-size: 36px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.block__title-english {
  font-size: 14px;
  color: #999;
}

.hide {
  display: none;
}

.show {
  display: block;
}
.show--flex {
  display: flex;
}

@media all and (max-width: 600px) {
  .m-show {
    display: block;
  }

  .m-hide {
    display: none;
  }

  .pc-show {
    display: none;
  }

  .pc-hide {
    display: block;
  }
}
@media all and (min-width: 601px) {
  .m-show {
    display: none;
  }

  .m-hide {
    display: block;
  }

  .pc-show {
    display: block;
  }

  .pc-hide {
    display: none;
  }
}
.c--white {
  color: white;
}
.c--gray {
  color: gray;
}
.c--main {
  color: #2a9bea;
}

.f--left {
  float: left;
}
.f--right {
  float: right;
}

.t__align--left {
  text-align: left;
}
.t__align--center {
  text-align: center;
}
.t__align--right {
  text-align: right;
}

.fs--12px {
  font-size: 12px;
}
.fs--16px {
  font-size: 16px;
}
.fs--20px {
  font-size: 20px;
}
.fs--22px {
  font-size: 22px;
}

.fw--normal {
  font-weight: normal;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}

.flex {
  display: flex;
}

.a__items--center {
  align-items: center;
}

.j__content--start {
  justify-content: start;
}
.j__content--spbe {
  justify-content: space-between;
}

a:hover {
  opacity: 0.9;
}

.m__top--50px {
  margin-top: 50px;
}
.m__right--40px {
  margin-right: 40px;
}
.m__bottom--40px {
  margin-bottom: 40px;
}
.m__left--_16px {
  margin-left: -16px;
}
.m__left--20px {
  margin-left: 20px;
}

.swiper-button-prev, .swiper-button-next {
  display: none;
}

.swiper-container:hover .swiper-button-prev, .swiper-container:hover .swiper-button-next {
  display: block;
}

img[src=""], img:not([src]) {
  opacity: 0;
}

.header--fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  left: 0;
  right: 0;
  width: 100%;
  background-color: white;
  box-shadow: 0 0 10px #ccc;
}

#header {
  background-color: white;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-color: white;
}
@media all and (max-width: 600px) {
  header {
    width: 100%;
  }
}
header .logo {
  width: 12.1875rem;
  height: 3.125rem;
  display: inline-block;
}
header .logo-img {
  width: 100%;
  height: 100%;
}
header .nav {
  line-height: 3.125rem;
}
header .nav-item {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}
header .nav-item-link {
  color: #333;
  text-decoration: none;
}
header .nav-item.current .nav-item-link {
  color: #2a9bea;
}
/*
footer {
  width: 100%;
  background-color: #2a9bea;
}
footer .footer-nav {
  text-align: center;
  height: 5.875rem;
  line-height: 5.875rem;
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 600px) {
  footer .footer-nav {
    width: 100%;
  }
}
footer .nav__item {
  color: white;
  text-decoration: none;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
footer .contact {
  padding-top: 42px;
  padding-bottom: 42px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
footer .contact:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
footer .contact__qrcode {
  float: left;
  width: 150px;
  height: 150px;
}
footer .contact__text {
  float: left;
  box-sizing: border-box;
  color: white;
  height: 150px;
  margin-left: 70px;
  padding-top: 16px;
  padding-bottom: 16px;
}
footer .contact__text p {
  margin: 0;
  padding-bottom: 27px;
}
footer .contact__text p:last-child {
  padding-bottom: 0;
}
footer .contact__text span {
  width: 19.75rem;
  display: inline-block;
}
footer .copyright {
  width: 100%;
  color: white;
  text-align: center;
  line-height: 3.875rem;
}
*/
.pager {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
@media all and (max-width: 600px) {
  .pager {
    width: 100%;
  }
}
.pager-link {
  min-width: 30px;
  height: 40px;
  line-height: 40px;
  color: #888;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  background-color: #ffffff;
  border: solid 1px #bfbfbf;
}
.pager-link--current, .pager-link:hover {
  color: white;
  border-color: #2a9bea;
  background-color: #2a9bea;
}

.path {
  width: 100%;
  padding-bottom: 40px;
  background-color: #f3f3fd;
}
.path-main {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media all and (max-width: 600px) {
  .path-main {
    width: 100%;
  }
}
.path .line {
  position: absolute;
  top: -30px;
  bottom: 0;
  left: 120px;
  width: 2px;
  border: 1px solid #ccc;
}
.path .row:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.path .row--unfold {
  /*   .row__content {
       display: block;
     }*/
}
.path .row--unfold .iconfont:after {
  content: "+";
}
.path .row__text {
  display: inline-block;
  float: right;
  width: 61.875rem;
  padding: 10px 20px;
  margin-top: 0;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 0 0 8px 1px rgba(102, 102, 102, 0.2);
  border-radius: 10px;
}
.path .row__content {
  font-size: 16px;
  color: #999;
}
.path .iconfont {
  position: absolute;
  left: 108px;
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  color: white;
  background-color: #2a9bea;
  font-style: normal;
}
.path .iconfont:after {
  content: "-";
}

.swiper-container--main {
  height: 35.625rem;
  background-color: #2a9bea;
}
.swiper-container .swiper-wrapper {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 600px) {
  .swiper-container .swiper-wrapper {
    width: 100%;
  }
}
.swiper-container .swiper-slide:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.swiper-container .swiper-slide-left {
  float: left;
  margin-top: 13.75rem;
  width: 37.5rem;
  margin-right: 8.1875rem;
  color: white;
}
.swiper-container .swiper-slide-left .more-link {
  color: white;
  text-decoration: none;
}
.swiper-container .swiper-slide-right {
  margin-top: 3.75rem;
}
.swiper-container .swiper-slide-right img {
  width: 29.3125rem;
  height: 28.75rem;
}

.message-form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.message-form__demand {
  display: block;
  width: 100%;
  resize: none;
  height: 175px;
  margin-bottom: 32px;
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
}
.message-form__input {
  display: inline-block;
  width: 570px;
  height: 40px;
  background-color: #ffffff;
  border: solid 1px #d3d3d3;
  box-sizing: border-box;
  padding: 10px;
  margin-bottom: 16px;
  line-height: 1;
}
.message-form__input--select {
  padding: 10px 4px;
}
.message-form__input select {
  border: none;
  width: 26%;
  margin-right: 10%;
}
.message-form__input select:last-child {
  margin-right: 0;
}
.message-form .btn-submit {
  width: 100%;
  height: 44px;
  background-color: #2a9bea;
  border: none;
  color: white;
  display: block;
  margin: 20px auto 70px auto;
}

#allmap {
  width: 100%;
  height: 500px;
}

.map-overlay {
  position: absolute;
  top: 340px;
  width: 650px;
  height: 130px;
  background-color: white;
  border-left: 5px solid #2a9bea;
  border-radius: 4px;
  padding: 0 22px;
  box-sizing: border-box;
  box-shadow: 0 0 10px #ccc;
}
.map-overlay .iconfont {
  font-size: 18px;
  color: #2a9bea;
  margin-right: 10px;
}

.index .advantage {
  margin-bottom: 7.5rem;
}
.index .advantage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.index .advantage-item {
  float: left;
  width: 17rem;
  /*height: 13.375rem;*/
  padding: 52px 12px 24px;
  margin-right: 21.8px;
  background-color: white;
  box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
  transition: margin-top 0.2s linear;
}
.index .advantage-item:hover {
  margin-top: -10px;
  transition: margin-top 0.2s linear;
}
.index .advantage-item:first-child {
  margin-left: 0;
}
.index .advantage-item:last-child {
  margin-right: 0;
}
.index .advantage-item .iconfont {
  color: #2a9bea;
  display: block;
  font-size: 3.875rem;
}
.index .advantage-item strong {
  color: #2a9bea;
}
.index .advantage-item p {
  line-height: 35px;
  color: #777;
}
.index .service {
  padding-bottom: 100px;
  background: linear-gradient(to top, #1be7fe, #368fe7);
}
.index .services {
  display: grid;
  grid-template-columns: repeat(3, 24.375rem);
  grid-template-rows: repeat(2, 16.75rem);
  grid-column-gap: 10px;
  grid-row-gap: 8px;
}
.index .service .block__title {
  color: #fff;
  width: 100%;
  text-align: center;
  padding-top: 62px;
  padding-bottom: 62px;
}
.index .service .block__title-line {
  display: flex;
  align-items: center;
  justify-content: center;
}
.index .service .block__title-line:after, .index .service .block__title-line:before {
  content: "";
  width: 3rem;
  height: 1px;
  margin-left: 1rem;
  margin-right: 1rem;
  background-color: #ccc;
}
.index .service .block__title-text {
  color: #fff;
  font-size: 36px;
  margin-top: 14px;
  margin-bottom: 14px;
}
.index .service .block__title-english {
  font-size: 14px;
  color: #fff;
}
.index .service-item {
  padding: 40px 12px 52px 24px;
  background-color: white;
  box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
}
.index .service-item:hover {
  box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.4);
}
.index .service-item:hover .iconfont {
  font-size: 4.375rem;
  transition: font-size 0.4s linear;
}
.index .service-item .iconfont {
  display: block;
  width: 80px;
  height: 80px;
  margin: 0 auto;
  color: #2a9bea;
  font-size: 3.875rem;
  transition: font-size 0.4s linear;
}
.index .process .tabs {
  width: 536px;
  margin: -36px auto 80px auto;
}
.index .process .tabs .tab-item:hover {
  border-bottom: 1px solid #2a9bea;
}
.index .process .tabs .tab-item {
  display: inline-block;
  width: 174px;
  text-align: center;
  line-height: 4;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
  cursor: pointer;
}
.index .process .tabs .tab-item.current {
  border-bottom: 1px solid #2a9bea;
}
.index .process .tabs .tabs-content .tab-item-content {
  display: none;
}
.index .process .tabs .tabs-content .tab-item-content:first-child {
  display: block;
}
.index .process .tabs-content {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 600px) {
  .index .process .tabs-content {
    width: 100%;
  }
}
.index .process .tabs-content .content-block {
  width: 23.4583333333rem;
  display: inline-block;
  text-align: center;
  height: 34.875rem;
  border-radius: 20px;
  border: solid 1px rgba(216, 220, 232, 0.51);
  margin-right: 28px;
  overflow: hidden;
  position: relative;
}
.index .process .tabs-content .content-block:last-child {
  margin-right: 0;
}
.index .process .tabs-content .content-block--hover .top, .index .process .tabs-content .content-block:hover .top {
  color: white;
  background: linear-gradient(to right, #1be7fe, #368fe7);
}
.index .process .tabs-content .content-block--hover .understand-more-link, .index .process .tabs-content .content-block:hover .understand-more-link {
  color: white !important;
  background: linear-gradient(to right, #1be7fe, #368fe7);
}
.index .process .tabs-content .content-block .top {
  padding-top: 46px;
  padding-bottom: 36px;
  border-radius: 20px 20px 0 0;
  background-color: #f3f3fd;
}
.index .process .tabs-content .content-block .top .index {
  font-size: 60px;
}
.index .process .tabs-content .content-block .top p {
  margin-top: 0;
  margin-bottom: 0;
}
.index .process .tabs-content .content-block .bottom {
  line-height: 45px;
  color: #808080;
}
.index .process .tabs-content .content-block .understand-more-link {
  display: block;
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  width: 10rem;
  height: 2.875rem;
  color: #012d9d;
}
.index .about {
  background: url(/statics/imgs/index-about-bg.png) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 36rem;
  position: relative;
}
.index .about .imgbg {
  position: absolute;
  top: 6rem;
  background: url(/statics/imgs/index-about-img.png) no-repeat;
  background-size: 100%;
  width: 26rem;
  height: 20rem;
}
.index .about .content {
  width: 600px;
  padding-top: 100px;
  margin-left: auto;
}
.index .about .content__text {
  width: 33.625rem;
  font-size: 18px;
  line-height: 28px;
  color: #666;
}
.case {
  height: 100%;
  background-color: #f3f3fd;
}
.cases {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 24.5416666667rem);
  grid-template-rows: repeat(2, 17.5rem);
  grid-column-gap: 10px;
  grid-row-gap: 8px;
}
@media all and (max-width: 600px) {
  .cases {
    width: 100%;
  }
}
.case-item {
  background-color: #e2e2e7;
  position: relative;
  overflow: hidden;
}
.case-item:hover > .case-item-hover {
  display: block;
}
.case-item:hover img {
  transform: scale(1.1);
  transition: transform 1s ease-out;
}
.case-item-img {
  display: block;
  width: 100%;
  height: 100%;
}
.case-item-img img {
  width: 100%;
  height: 100%;
  transition: transform 1s ease-out;
}
.case-item-hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  padding-top: 22%;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.case__title {
  color: white;
  font-size: 26px;
  line-height: 26px;
}
.case-link {
  display: inline-block;
  width: 9rem;
  height: 2.5rem;
  line-height: 2.5rem;
  margin-top: 3.25rem;
  color: white;
  background-image: linear-gradient(-76deg, #1be7fe 0%, #368fe7 100%);
  border-radius: 6px;
  text-decoration: none;
}
.case .case-more-link {
  color: #666;
  border: dotted 1px #bfbfbf;
  display: block;
  width: 9.375rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  margin: 3.125rem auto;
  text-decoration: none;
}
.case .case-more-link:hover {
  font-weight: bold;
}

.index .partner {
  margin-bottom: 120px;
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 600px) {
  .index .partner {
    width: 100%;
  }
}
.index .partners {
  display: grid;
  grid-template-columns: repeat(6, 12.1875rem);
  grid-template-rows: repeat(2, 6.25rem);
  grid-column-gap: 8px;
  grid-row-gap: 6px;
}
.index .partner-item {
  text-align: center;
  border: 1px solid #ccc;
  line-height: 140px;
  border-radius: 6px;
}
.index .partner__logo {
  width: 160px;
  height: 60px;
  object-fit: cover;
  transition: width, height 0.2s linear;
}
.index .partner__logo:hover {
  width: 164px;
  height: 64px;
  transition: width, height 0.2s linear;
}

.list-case .cover {
  width: 100%;
  height: 18.75rem;
}
.list-case .cover__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-case .tabs {
  width: 570px;
  margin: 0 auto;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}
.list-case .tab-item {
  line-height: 1;
  padding: 14px;
  font-size: 18px;
  color: #747474;
  border: 1px solid #ccc;
  margin-left: 12px;
  margin-right: 12px;
  cursor: pointer;
}
.list-case .tab-item.current {
  color: white;
  background-color: #2a9bea;
}
.list-case .tab-item-content {
  display: grid;
  margin-bottom: 20px;
}

.about .cover {
  width: 100%;
  height: 18.75rem;
}
.about .cover__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .advantage {
  margin-bottom: 7.5rem;
}
.about .advantage-item {
  flex: 1;
  box-sizing: border-box;
  height: 27.125rem;
  padding: 52px 12px;
  margin-right: 21.8px;
  background-color: white;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #ccc;
  position: relative;
  overflow: hidden;
  transition: transform 0.2s linear;
}
.about .advantage-item:first-child {
  margin-left: 0;
}
.about .advantage-item:last-child {
  margin-right: 0;
}
.about .advantage-item:hover, .about .advantage-item--hover {
  transform: scale(1.02);
  transition: transform 0.2s linear;
}
.about .advantage-item:hover .hide, .about .advantage-item--hover .hide {
  display: block;
}
.about .advantage-item:hover .iconfont, .about .advantage-item--hover .iconfont {
  color: #2a9bea !important;
}
.about .advantage-item:hover strong, .about .advantage-item:hover .description, .about .advantage-item--hover strong, .about .advantage-item--hover .description {
  color: #333 !important;
}
.about .advantage-item:hover .company, .about .advantage-item--hover .company {
  background: linear-gradient(-76deg, #02e6fe 0%, #3292e8 100%);
}
.about .advantage-item .iconfont {
  color: #7d7d7d;
  display: block;
  font-size: 3.125rem;
  padding-bottom: 18px;
  margin-bottom: 44px;
  border-bottom: 1px solid #f5f7fa;
}
.about .advantage-item strong {
  color: #7d7d7d;
}
.about .advantage-item .description {
  line-height: 35px;
  color: #7d7d7d;
}
.about .advantage-item .left-top__name-box {
  width: 138px;
  height: 112px;
  background: linear-gradient(-76deg, #02e6fe 0%, #3292e8 100%);
  color: #fff;
  transform: rotate(135deg);
  position: absolute;
  left: -65px;
  top: -50px;
}
.about .advantage-item .left-top__name-text {
  position: absolute;
  top: 12px;
  font-size: 12px;
  transform: rotate(180deg);
  left: 0;
  right: 0;
}
.about .advantage-item .company {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  height: 98px;
  background-color: #7d7d7d;
}
.about .free {
  border-top: 20px solid #f2f2f2;
  padding-top: 60px;
  padding-bottom: 40px;
  background-color: white;
}
.about .free-service {
  display: grid;
  grid-template-columns: repeat(3, 25rem);
  grid-template-rows: repeat(2, 16.25rem);
  grid-column-gap: 10px;
  grid-row-gap: 8px;
}
.about .free .service-item {
  margin-top: 50px;
  text-align: center;
}
.about .free .service-item:hover .iconfont {
  transform: rotate(360deg);
  transition: transform 0.8s linear;
}
.about .free .service-item .iconfont {
  display: block;
  box-sizing: border-box;
  width: 4.375rem;
  margin: 0 auto 50px auto;
  font-size: 2.125rem;
  padding: 1rem;
  color: #2a9bea;
  border-radius: 50%;
  background-color: #e9ebef;
}
.about .free .service-item__text {
  width: 230px;
  margin-left: auto;
  margin-right: auto;
  color: #2e3138;
}
.about .free .slogan {
  display: block;
  margin-left: 60px;
  padding-top: 38px;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 50px;
  text-align: left;
}
.about .free .more-link {
  display: block;
  text-align: center;
  line-height: 58px;
  width: 186px;
  height: 58px;
  border: dashed 1px #b5b5b5;
  margin: 70px auto;
  text-decoration: none;
  color: #999;
  border-radius: 4px;
}
.about__us {
  background-color: #2a9bea;
  padding-top: 90px;
  padding-bottom: 50px;
  margin-bottom: 20px;
  position: relative;
}
.about__us:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.about__us--img {
  width: 26.25rem;
  height: 33.125rem;
  background-color: white;
  float: left;
  padding: 10px;
  border-radius: 4px;
}
.about__us--right {
  float: right;
  width: 45rem;
}
.about__us--right button {
  width: 100px;
  height: 36px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  margin-right: 10px;
}
.about__us--right button:hover {
  color: #2a9bea;
}
.about__us--right p {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  color: #ffffff;
}
.about__us .read-more-link {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 52px;
  width: 145px;
  height: 42px;
  line-height: 42px;
  border-radius: 2px;
  border: solid 2px #ffffff;
  text-decoration: none;
  color: white;
}
.about .team {
  margin-bottom: 150px;
}
.about .team .mask {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.about .team .mask:hover img {
  transform: scale(1.1);
  transition: transform 0.6s linear;
}
.about .team .mask:hover .mask__title {
  display: flex;
}
.about .team .mask img {
  transition: transform 0.6s linear;
}
.about .team .mask__content {
  width: 624px;
}
.about .team .mask--1 {
  width: 21.25rem;
  height: 30.875rem;
}
.about .team .mask--2 {
  width: 16.875rem;
  height: 12.5rem;
}
.about .team .mask--3 {
  width: 20rem;
  height: 12.5rem;
}
.about .team .mask--4 {
  width: 14.25rem;
  height: 18.125rem;
}
.about .team .mask--5 {
  width: 22.625rem;
  height: 18.125rem;
}
.about .team .mask--6 {
  width: 12.5rem;
  height: 18.125rem;
}
.about .team .mask--7 {
  width: 12.5rem;
  height: 12.375rem;
}
.about .team .mask__title {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.4);
  margin: 0;
  text-align: center;
  color: white;
  font-size: 29px;
  letter-spacing: 7px;
  z-index: 2;
}
.about .team__img {
  margin-right: 10px;
  margin-bottom: 10px;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.about .team__img--1 {
  width: 21.25rem;
  height: 30.875rem;
}
.about .team__img--2 {
  width: 16.875rem;
  height: 12.5rem;
}
.about .team__img--3 {
  width: 20rem;
  height: 12.5rem;
}
.about .team__img--4 {
  width: 14.25rem;
  height: 18.125rem;
}
.about .team__img--5 {
  width: 22.625rem;
  height: 18.125rem;
}
.about .team__img--6 {
  width: 12.5rem;
  height: 18.125rem;
}
.about .team__img--7 {
  width: 12.5rem;
  height: 12.375rem;
}

.app-advantage {
  margin-bottom: 7.5rem;
}
.app-advantage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.app-advantage-item {
  float: left;
  width: 16rem;
  height: 13.375rem;
  padding: 52px 12px 24px;
  margin-right: 21.8px;
  background-color: white;
  box-shadow: 0 3px 20px 2px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  text-align: center;
}
.app-advantage-item:first-child {
  margin-left: 0;
}
.app-advantage-item:last-child {
  margin-right: 0;
}
.app-advantage-item:hover .iconfont, .app-advantage-item--hover .iconfont {
  color: white !important;
  background-color: #2a9bea !important;
  transition: background-color 0.4s linear;
}
.app-advantage-item .iconfont {
  display: block;
  color: #2a9bea;
  border: 1px solid #2a9bea;
  font-size: 2.5rem;
  margin: -6rem auto 1rem auto;
  background-color: white;
  border-radius: 50%;
  width: 6.25rem;
  height: 6.25rem;
  line-height: 6.25rem;
}
.app-advantage-item p {
  display: inline-grid;
  width: 249px;
  height: 121px;
  font-size: 16px;
  line-height: 30px;
  color: #777;
}
.app-workflow .tabs {
  display: flex;
}
.app-workflow .tabs .tab-item {
  flex: 1;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  border-bottom-width: 2px;
  cursor: pointer;
  margin-top: 0;
  transition: margin-top 0.4s linear;
}
.app-workflow .tabs .tab-item:hover {
  margin-top: -8px;
  transition: margin-top 0.4s linear;
}
.app-workflow .tabs .tab-item.current {
  color: #2a9bea;
  border-bottom-width: 2px;
}
.app-workflow .tabs .iconfont {
  font-size: 2rem;
  padding: 1rem;
  display: block;
}
.app-workflow .tabs-content {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 6.25rem;
  margin-bottom: 5rem;
}
@media all and (max-width: 600px) {
  .app-workflow .tabs-content {
    width: 100%;
  }
}
.app-workflow .tabs-content:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.app-workflow .description {
  width: 37.5rem;
  float: left;
}
.app-workflow .description h3 {
  margin-top: -20px;
}
.app-workflow .description li {
  padding-bottom: 16px;
}
.app-workflow .images {
  width: 35.625rem;
  float: right;
}
.app-workflow .images .view .swiper-container {
  width: 35.625rem;
  height: 23.75rem;
  background-color: white;
}
.app-workflow .images .view img {
  width: 100%;
  height: 100%;
}
.app-workflow .images .view .arrow-left {
  background: url(/statics/imgs/index_tab_l.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}
.app-workflow .images .view .arrow-right {
  background: url(/statics/imgs/index_tab_r.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}
.app-workflow .images .preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.app-workflow .images .preview .swiper-container {
  width: 570px;
  height: 96px;
}
.app-workflow .images .preview .swiper-slide {
  width: 135px;
  height: 95px;
  margin-right: 10px;
  cursor: pointer;
}
.app-workflow .images .preview .slide6 {
  width: 82px;
}
.app-workflow .images .preview .arrow-left {
  background: url(/statics/imgs/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.app-workflow .images .preview .arrow-right {
  background: url(/statics/imgs/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}
.app-workflow .images .preview img {
  width: 100%;
  height: 100%;
}
.app-workflow .images .preview .active-nav img {
  padding: 0;
}
.app__process {
  width: 100%;
  height: 100%;
  background-color: #f3f3fd;
}
.app__process--grid {
  display: grid;
  grid-template-columns: repeat(3, 24.375rem);
  grid-template-rows: repeat(2, 16.75rem);
  grid-column-gap: 10px;
  grid-row-gap: 8px;
}
.app__process__item {
  padding: 52px 12px 24px;
  background-color: white;
  border-radius: 5px;
  text-align: center;
}
.app__process__item:hover {
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}
.app__process__item:hover .iconfont {
  font-size: 4.375rem;
  transition: font-size 0.4s linear;
}
.app__process__item .iconfont {
  color: #2a9bea;
  display: block;
  height: 80px;
  font-size: 3.875rem;
  transition: font-size 0.4s linear;
}
.app__process .now-start {
  display: block;
  width: 9.375rem;
  height: 3.125rem;
  line-height: 3.125rem;
  text-align: center;
  margin: 3.125rem auto;
  text-decoration: none;
  color: white;
  background: linear-gradient(to right, #1be7fe, #368fe7);
}
.app__process .now-start:hover {
  font-weight: bold;
}
.app-case {
  margin-bottom: 150px;
}
.app-cases {
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 24.0625rem);
  grid-template-rows: repeat(2, 20.3125rem);
  grid-column-gap: 22px;
  grid-row-gap: 54px;
}
@media all and (max-width: 600px) {
  .app-cases {
    width: 100%;
  }
}
.app-case__item {
  color: #333;
  background-color: white;
  padding: 12px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 8px 2px rgba(102, 102, 102, 0.4);
  text-decoration: none;
  overflow: hidden;
}
.app-case__item:hover img {
  transform: scale(1.1);
  transition: transform 1s ease-out;
}
.app-case__item__img {
  display: block;
  width: 100%;
  height: 15.625rem;
  transition: transform 1s ease-out;
}
.app-case__title {
  font-size: 20px;
  line-height: 20px;
  text-align: center;
}

.detail__case {
  background-color: #f3f3fd;
}
.detail__case .cover {
  position: relative;
  height: 23.125rem;
}
.detail__case .cover__title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);
  text-align: center;
  color: white;
  font-size: 20px;
  padding-top: 8.125rem;
  letter-spacing: 2px;
}
.detail__case .cover__title:after {
  content: " ";
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 80px;
  height: 4px;
  background-color: white;
}
.detail__case .cover__img {
  width: 100%;
  height: 23.125rem;
  object-fit: cover;
}
.detail__case-info {
  margin-top: 20px;
}
.detail__case-info:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.detail__case-server {
  float: left;
  width: 340px;
  height: 170px;
  padding: 70px 50px;
  background-color: white;
}
.detail__case-description {
  float: right;
  width: 640px;
  height: 170px;
  padding: 70px 50px;
  background-color: white;
}
.detail__case article {
  border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 52px 90px;
  background-color: white;
}
.detail__case article img {
  width: 100%;
}

.contact .cover {
  width: 100%;
  height: 18.75rem;
}
.contact .cover__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contact .box {
  position: relative;
  margin-top: 60px;
}
.contact .box__img {
  display: block;
  width: 600px;
  height: 400px;
  background-color: #2e2e2e;
}
.contact .box__text {
  position: absolute;
  top: 9%;
  right: 0;
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px #ccc;
  width: 634px;
  height: 327px;
  box-sizing: border-box;
}
.contact .box .company__name {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 8px;
  color: #292929;
}
.contact .box .company__english {
  width: 391px;
  font-size: 30px;
  line-height: 30px;
  color: #222222;
}
.contact .box .company__description {
  width: 548px;
  font-size: 16px;
  line-height: 26px;
  color: #646464;
}

.miniprogram .explain__item {
  list-style: none;
  width: 670px;
  margin-bottom: 80px;
}
.miniprogram .explain__item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.miniprogram .explain__item__icon {
  float: left;
  width: 86px;
  height: 96px;
  line-height: 96px;
  text-align: center;
  background: url(/statics/imgs/bg-miniprogram-icon.png) no-repeat;
  background-size: 100% 100%;
}
.miniprogram .explain__item .iconfont {
  color: white;
  font-size: 48px;
}
.miniprogram .explain__item__text {
  float: right;
  width: 536px;
  margin-left: 30px;
}
.miniprogram .explain__item__text p {
  margin: 0;
  line-height: 2;
}
.miniprogram .explain__img {
  height: 518px;
}
.miniprogram .explain__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.miniprogram .industry {
  padding-bottom: 100px;
  background-color: #f3f3fd;
}
.miniprogram .industry-main {
  display: grid;
  grid-template-columns: repeat(4, 17.875rem);
  grid-template-rows: repeat(2, 23.75rem);
  grid-column-gap: 10px;
  grid-row-gap: 8px;
}
.miniprogram .industry-main__mask {
  position: relative;
  width: 18.125rem;
  height: 23.75rem;
  overflow: hidden;
}
.miniprogram .industry-main__mask:hover .industry-main__title {
  display: flex;
}
.miniprogram .industry-main__mask:hover img {
  transform: scale(1.1);
  transition: transform 1s ease-out;
}
.miniprogram .industry-main__img {
  position: absolute;
  width: 18.125rem;
  height: 23.75rem;
  object-fit: cover;
  transition: transform 1s ease-out;
}
.miniprogram .industry-main__title {
  position: absolute;
  display: none;
  align-items: center;
  justify-content: center;
  margin: 0;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: white;
  font-size: 23px;
  background-color: rgba(0, 0, 0, 0.4);
}
.miniprogram .advantage {
  padding-top: 70px;
  padding-bottom: 170px;
}
.miniprogram .advantage-main {
  margin-top: 110px;
  display: grid;
  grid-template-columns: repeat(2, 36.25rem);
  grid-template-rows: repeat(2, 8.75rem);
  grid-column-gap: 50px;
  grid-row-gap: 40px;
}
.miniprogram .advantage-main__item {
  padding: 38px 0 30px 38px;
  border-left: 5px solid #2a9bea;
  box-shadow: 0 1px 10px 0 rgba(102, 102, 102, 0.4);
  transition: margin 0.6s linear;
}
.miniprogram .advantage-main__item:nth-child(odd):hover {
  margin-left: -20px;
  margin-right: 20px;
  transition: margin 0.6s linear;
}
.miniprogram .advantage-main__item:nth-child(even):hover {
  margin-left: 20px;
  margin-right: -20px;
  transition: margin 0.6s linear;
}
.miniprogram .advantage-main__item p {
  width: 500px;
}
.miniprogram .case {
  height: 883px;
  background: linear-gradient(to top, #1be7fe, #368fe7);
}
.miniprogram .case .block__title {
  line-height: 26px;
  color: white;
  text-align: center;
  padding-top: 74px;
  padding-bottom: 74px;
  font-size: 34px;
}
.miniprogram .case .swiper-wrapper {
  height: 40rem;
}
.miniprogram .case .swiper-slide--box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75rem;
  height: 33.75rem;
}
.miniprogram .case .swiper-slide__item {
  background: url("/statics/imgs/bg_phone.png") no-repeat;
  width: 16.8125rem;
  height: 33.6875rem;
  background-size: 100% 100%;
  position: relative;
}
.miniprogram .case .swiper-slide__item__img {
  position: absolute;
  top: 62px;
  left: 17px;
  width: 236px;
  height: 412px;
}
.miniprogram .process-main {
  display: grid;
  grid-template-columns: repeat(4, 18.75rem);
  grid-template-rows: repeat(2, 12.5rem);
  grid-column-gap: 10px;
  grid-row-gap: 8px;
  width: 75rem;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 600px) {
  .miniprogram .process-main {
    width: 100%;
  }
}
.miniprogram .process-main__item:hover .iconfont {
  transform: rotate(360deg);
  transition: transform 0.8s linear;
}
.miniprogram .process-main__item .iconfont {
  display: inline-block;
  color: #2a9bea;
  font-size: 50px;
}
.miniprogram .process-main__item p {
  margin-top: 12px;
  margin-bottom: -2px;
}
.miniprogram .now-start {
  width: 165px;
  height: 46px;
  color: white;
  text-decoration: none;
  margin: 30px auto 100px auto;
  background-color: #2a9bea;
  display: block;
  text-align: center;
  line-height: 46px;
}

.news .cover {
  width: 100%;
  height: 18.75rem;
}
.news .cover__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .tabs {
  width: 570px;
  margin: 0 auto;
  padding-bottom: 60px;
  display: flex;
  align-items: center;
}
.news .tab-item {
  line-height: 1;
  padding: 14px;
  font-size: 18px;
  color: #747474;
  border: 1px solid #ccc;
  margin-left: 12px;
  margin-right: 12px;
  cursor: pointer;
}
.news .tab-item.current {
  color: white;
  background-color: #2a9bea;
}
.news .tab-item-content {
  display: none;
  margin-bottom: 20px;
}
.news .tab-item-content:first-child {
  display: block;
}
.news .article-list__item {
  display: block;
  height: 210px;
  border: solid 1px #eeeeee;
  margin-bottom: 30px;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 0 rgba(208, 206, 206, 0.5);
  color: #555;
}
.news .article-list__item:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
}
.news .article-list__item:hover time {
  background-color: #2a9bea;
}
.news .article-list__item:hover .article-list__item__content {
  color: black;
}
.news .article-list__item time {
  float: left;
  width: 210px;
  height: 210px;
  text-align: center;
  color: white;
  background-color: #bfbfbf;
}
.news .article-list__item time .year {
  font-size: 46px;
  margin-top: 3.4rem;
  margin-bottom: 0;
}
.news .article-list__item time .date {
  font-size: 26px;
  margin-top: 10px;
}
.news .article-list__item__content {
  float: right;
  width: 900px;
  height: 210px;
  margin-right: 40px;
}
.news .article-list__item__content .title {
  font-weight: normal;
}
.news .article-list__item__content .description {
  font-size: 16px;
  line-height: 24px;
  color: #666;
  height: 88px;
}

.article .cover {
  width: 100%;
  height: 18.75rem;
}
.article .cover__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.article .position {
  height: 3.25rem;
  line-height: 3.25rem;
  background-color: white;
}
.article .position .iconfont {
  color: #2a9bea;
}
.article .position__link {
  color: black;
  text-decoration: none;
}
.article .section {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f3f3fd;
}
.article .section article {
  background-color: white;
}
.article .details {
  box-sizing: border-box;
  padding: 10px 36px;
  background-color: #ffffff;
}
.article article {
  min-height: 200px;
  margin-top: 40px;
}
.article article img {
  max-width: 100%;
}
.article .prenext {
  padding-top: 10px;
  border-top: 1px solid #ccc;
}
.article .prenext--pre, .article .prenext--next {
  height: 40px;
  line-height: 40px;
}
.article .prenext .iconfont {
  color: #2a9bea;
}
.article .prenext__link {
  color: #333;
  text-decoration: none;
}

@media all and (max-width: 600px) {
  header {
    width: 94%;
    height: 4rem;
    padding: 0 3%;
  }
  header .logo {
    width: 120px;
    height: 30px;
    object-fit: cover;
  }
  header .btn-menu {
    border: none;
    background: none;
  }
  header .nav {
    position: fixed;
    right: 0;
    top: 66px;
    bottom: 0;
    width: 50%;
    height: 100%;
    background-color: white;
    z-index: 29;
    box-shadow: 0 0 4px #ccc;
  }
  header .nav-item {
    display: block;
  }

  footer {
    width: 100%;
    background-color: #2a9bea;
  }
  footer .contact {
    padding: 80px 3%;
    border-top: none;
  }
  footer .contact__qrcode {
    float: none;
    display: block;
    margin: 0 auto;
  }
  footer .contact__text {
    margin-top: 20px;
    width: 100%;
    float: none;
    margin-left: 0;
    padding-top: 0;
    text-align: center;
    padding-bottom: 16px;
  }
  footer .contact__text span {
    width: 100%;
    display: block;
  }
  footer .copyright {
    width: 100%;
    color: white;
    text-align: center;
    line-height: 3.875rem;
  }

  .pager-link {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .path {
    width: 94%;
    padding: 40px 3%;
    background-color: #f3f3fd;
  }
  .path-main {
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
@media all and (max-width: 600px) and (max-width: 600px) {
  .path-main {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .path .row:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
  }
  .path .row--unfold .row__content {
    display: block;
  }
  .path .row__time {
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding: 6px;
  }
  .path .row__text {
    display: block;
    float: none;
    width: 90%;
  }
  .path .row__content {
    font-size: 14px;
    color: #999;
  }
}
@media all and (max-width: 600px) {
  .swiper-container--main {
    height: 15rem;
  }
  .swiper-container .swiper-wrapper {
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
  }
}
@media all and (max-width: 600px) and (max-width: 600px) {
  .swiper-container .swiper-wrapper {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .swiper-container .swiper-slide:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
  }
  .swiper-container .swiper-slide-left {
    margin-top: 1.875rem;
    width: 60%;
    font-size: 80%;
    margin-right: 0;
    position: absolute;
    left: 3%;
    z-index: 9;
  }
  .swiper-container .swiper-slide-right {
    position: absolute;
    right: 3%;
    z-index: 0;
    opacity: 0.8;
    margin-top: 3rem;
  }
  .swiper-container .swiper-slide-right img {
    width: 10rem;
    height: 9.375rem;
  }
}
@media all and (max-width: 600px) {
  .message-form {
    justify-content: center;
  }
  .message-form__demand {
    display: inline-block;
    width: 96%;
    height: 160px;
    margin-bottom: 16px;
  }
  .message-form__input {
    width: 96%;
    height: 40px;
  }
  .message-form__input select {
    width: 30%;
    margin-right: 2%;
  }
  .message-form .btn-submit {
    width: 96%;
  }
}
@media all and (max-width: 600px) {
  #allmap {
    width: 100%;
    height: 300px;
  }
}
@media all and (max-width: 600px) {
  .map-overlay {
    position: absolute;
    top: 324px;
    left: 348px;
    width: 650px;
    height: 130px;
    background-color: white;
    border-left: 5px solid #2a9bea;
    border-radius: 4px;
    padding: 0 22px;
    box-sizing: border-box;
    box-shadow: 0 0 10px #ccc;
  }
  .map-overlay .iconfont {
    font-size: 18px;
    color: #2a9bea;
    margin-right: 10px;
  }
}
@media all and (max-width: 600px) {
  .index .advantage-item {
    float: none;
    display: block;
    width: 80%;
    margin: 20px auto;
  }
  .index .advantage-item:first-child {
    margin-left: auto;
  }
  .index .advantage-item:last-child {
    margin-right: auto;
  }
  .index .services {
    display: block;
  }
  .index .service-item {
    width: 80%;
    margin: 20px auto;
  }
  .index .process .tabs {
    width: 80%;
    margin: -36px auto 80px auto;
  }
  .index .process .tabs .tab-item {
    width: 96px;
  }
  .index .process .tabs-content .content-block {
    width: 80%;
    display: block;
    margin: 20px auto;
  }
  .index .process .tabs-content .content-block:last-child {
    margin-right: auto;
  }
  .index .about {
    height: 100%;
    background: none;
  }
  .index .about .imgbg {
    display: none;
  }
  .index .about .content {
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .index .about .content__text {
    width: 100%;
  }
  .cases {
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: -40px;
  }
}
@media all and (max-width: 600px) and (max-width: 600px) {
  .cases {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .case-item {
    margin: 20px auto;
    transform: scale(0.8);
  }
}
@media all and (max-width: 600px) {
  .index .partner {
    margin-bottom: 120px;
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;
  }
  .index .partners {
    display: grid;
    grid-template-columns: repeat(3, 7.0625rem);
    grid-template-rows: repeat(4, 3.125rem);
    grid-column-gap: 8px;
    grid-row-gap: 6px;
  }
  .index .partner-item {
    line-height: 70px;
  }
  .index .partner__logo {
    width: 90px;
    height: 40px;
  }
}
@media all and (max-width: 600px) {
  .list-case .cover {
    height: 200px;
  }
  .list-case .tabs {
    width: 100%;
  }
  .list-case .tab-item {
    flex: 1;
    line-height: 2.6;
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
@media all and (max-width: 600px) {
  .about .advantage {
    margin-bottom: 7.5rem;
  }
  .about .advantage .flex {
    flex-wrap: wrap;
  }
  .about .advantage-item {
    flex: none;
    height: 25rem;
    width: 90%;
    margin: 20px auto;
  }
  .about .advantage-item:first-child {
    margin-left: auto;
  }
  .about .advantage-item:last-child {
    margin-right: auto;
  }
  .about .advantage-item .iconfont {
    padding-bottom: 10px;
  }
  .about .free {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .about .free-service {
    display: block;
  }
  .about .free .service-item {
    margin-top: 50px;
  }
  .about .free .slogan {
    margin-left: 60px;
    padding-top: 20px;
  }
  .about__us {
    padding: 40px 3%;
  }
  .about__us--right {
    float: right;
    width: 100%;
  }
  .about__us--right p {
    line-height: 28px;
  }
  .about__us .read-more-link {
    position: inherit;
  }
  .about .team {
    margin-bottom: 150px;
  }
  .about .team .mask {
    position: relative;
    display: inline-block;
  }
  .about .team .mask:hover .mask__title {
    display: flex;
  }
  .about .team .mask__content {
    float: none;
    width: 98%;
    text-align: center;
    padding-left: 1%;
    padding-right: 1%;
    margin: -10px auto -40px auto;
  }
  .about .team .mask--2 {
    width: 176px;
    height: 114px;
  }
  .about .team .mask--3 {
    width: 186px;
    height: 118px;
  }
  .about .team .mask--4 {
    width: 140px;
    height: 170px;
  }
  .about .team .mask--5 {
    width: 222px;
    height: 170px;
  }
  .about .team .mask__title {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.4);
    margin: 0;
    text-align: center;
    color: white;
    font-size: 29px;
    letter-spacing: 7px;
    z-index: 2;
  }
  .about .team__img {
    margin-right: 10px;
    margin-bottom: 10px;
    object-fit: cover;
  }
  .about .team__img--1, .about .team__img--2, .about .team__img--3, .about .team__img--4, .about .team__img--5, .about .team__img--6, .about .team__img--7 {
    width: 100%;
    height: 100%;
  }
}
@media all and (max-width: 600px) {
  .app-advantage {
    margin-bottom: 1.25rem;
  }
  .app-advantage-item {
    float: none;
    display: block;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 80px;
  }
  .app-advantage-item:first-child {
    margin-left: auto;
  }
  .app-advantage-item:last-child {
    margin-right: auto;
    margin-bottom: 40px;
  }
  .app-workflow .tabs {
    flex-wrap: wrap;
  }
  .app-workflow .tabs .tab-item {
    flex: none;
    width: 25%;
    text-align: center;
  }
  .app-workflow .tabs .tab-item-content {
    width: 96%;
    margin: 1.25rem auto;
  }
  .app-workflow .tabs-content {
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 96% !important;
  }
}
@media all and (max-width: 600px) and (max-width: 600px) {
  .app-workflow .tabs-content {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .app-workflow .description {
    width: 100%;
    float: none;
  }
}
@media all and (max-width: 600px) {
  .app-workflow .images {
    width: 96%;
    margin: 20px auto;
    float: none;
  }
  .app-workflow .images .view .swiper-container {
    width: 100%;
    height: 21.25rem;
  }
  .app-workflow .images .preview .swiper-container {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .app__process {
    width: 100%;
    height: 100%;
    background-color: #f3f3fd;
  }
  .app__process--grid {
    display: block;
  }
  .app__process__item {
    display: block;
    width: 80%;
    margin: 20px auto;
  }
}
@media all and (max-width: 600px) {
  .app-case {
    margin-bottom: 60px;
  }
  .app-cases {
    width: 75rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }
}
@media all and (max-width: 600px) and (max-width: 600px) {
  .app-cases {
    width: 100%;
  }
}
@media all and (max-width: 600px) {
  .app-case__item {
    display: block;
    width: 80%;
    height: 240px;
    margin: 20px auto;
  }
  .app-case__item__img {
    width: 100%;
    height: 200px;
    object-fit: cover;
  }
}
@media all and (max-width: 600px) {
  .app-case__title {
    line-height: 10px;
  }
}
@media all and (max-width: 600px) {
  .detail__case {
    background-color: #f3f3fd;
  }
  .detail__case .cover {
    height: 200px;
  }
  .detail__case .cover__title {
    font-size: 18px;
    padding-top: 1.25rem;
  }
  .detail__case .cover__img {
    height: 200px;
  }
  .detail__case-info {
    margin-top: 20px;
  }
  .detail__case-info:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
  }
  .detail__case-server {
    float: none;
    width: 94%;
    padding: 3%;
  }
  .detail__case-description {
    float: none;
    width: 94%;
    padding: 3%;
  }
  .detail__case-description p {
    text-align: justify;
  }
  .detail__case article {
    padding: 3%;
  }
  .detail__case article img {
    max-width: 100%;
  }
}
@media all and (max-width: 600px) {
  .contact .cover {
    height: 200px;
  }
  .contact .cover__img {
    height: 100%;
  }
  .contact .about .container {
    width: 96%;
  }
   .contact .about .containers {
    width: 96%;
  }
}
@media all and (max-width: 600px) {
  .miniprogram .explain ul {
    width: 92%;
    padding: 4%;
    overflow: hidden;
  }
  .miniprogram .explain__item {
    list-style: none;
    width: 100%;
    margin-bottom: 80px;
  }
  .miniprogram .explain__item:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
    font-size: 0;
  }
  .miniprogram .explain__item__text {
    float: left;
    width: 66%;
    margin-top: -20px;
  }
  .miniprogram .industry {
    padding-bottom: 100px;
    background-color: #f3f3fd;
  }
  .miniprogram .industry-main {
    display: grid;
    grid-template-columns: repeat(2, 11.25rem);
    grid-template-rows: repeat(4, 12.5rem);
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 97%;
    margin: 0 auto;
  }
  .miniprogram .industry-main__mask {
    width: 11.25rem;
    height: 12.5rem;
  }
  .miniprogram .industry-main__img {
    width: 11.25rem;
    height: 12.5rem;
  }
  .miniprogram .advantage {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  .miniprogram .advantage-main {
    margin-top: 90px;
    display: block;
  }
  .miniprogram .advantage-main__item {
    display: block;
    width: 80%;
    margin: 20px auto;
    padding: 20px 0 14px 20px;
  }
  .miniprogram .case {
    height: 883px;
    background-image: linear-gradient(180deg, #29b0fe 0%, #6459e0 100%);
  }
  .miniprogram .case .block__title {
    line-height: 26px;
    color: white;
    text-align: center;
    padding-top: 74px;
    padding-bottom: 74px;
    font-size: 34px;
  }
  .miniprogram .case .swiper-wrapper {
    height: 40rem;
  }
  .miniprogram .case .swiper-slide--box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 75rem;
    height: 33.75rem;
  }
  .miniprogram .case .swiper-slide__item {
    background: url("/statics/imgs/bg_phone.png") no-repeat;
    width: 16.8125rem;
    height: 33.6875rem;
    background-size: 100% 100%;
    position: relative;
  }
  .miniprogram .case .swiper-slide__item__img {
    position: absolute;
    top: 62px;
    left: 17px;
    width: 236px;
    height: 412px;
  }
  .miniprogram .process-main {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    grid-template-rows: repeat(4, 10rem);
    grid-column-gap: 10px;
    grid-row-gap: 8px;
    overflow: hidden;
  }
}
@media all and (max-width: 600px) {
  .news .cover {
    height: 200px;
  }
  .news .tabs {
    width: 100%;
  }
  .news .tab-item {
    flex: 1;
    line-height: 2.6;
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .news .article-list__item {
    height: 100px;
  }
  .news .article-list__item time {
    width: 100px;
    height: 100px;
  }
  .news .article-list__item time .year {
    font-size: 20px;
    margin-top: 1.4rem;
    margin-bottom: 0;
  }
  .news .article-list__item time .date {
    font-size: 18px;
    margin-top: 10px;
  }
  .news .article-list__item__content {
    float: right;
    width: 68%;
    height: 100%;
    margin-right: 0;
  }
  .news .article-list__item__content .title {
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20px;
    height: 46px;
  }
  .news .article-list__item__content .description {
    font-size: 14px;
  }
}
@media all and (max-width: 600px) {
  .article .cover {
    height: 200px;
  }
  .article .position {
    padding-left: 3%;
    box-sizing: border-box;
  }
}

/*# sourceMappingURL=style.css.map */
