.h1-title {
  font-size: .48rem;
  color: #201c38;
  text-align: center;
  margin: 0 auto .3rem;
  letter-spacing: .02rem;
  font-weight: 700;
  font-family: "Source Han Sans CN Bold", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
.h1-title.line {
  position: relative;
  margin-bottom: 1.2rem;
}
.h1-title.line:after {
  content: "";
  width: 1.03rem;
  height: .03rem;
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
  -webkit-border-radius: .03rem;
     -moz-border-radius: .03rem;
          border-radius: .03rem;
  background: #ec008c;
  display: block;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}
.p-desc {
  width: 5.25rem;
  font-size: .24rem;
  line-height: 1.5;
  letter-spacing: .01rem;
  color: #201c38;
  margin: 0 auto 1.2rem;
  text-align: center;
  font-weight: 400;
  font-family: "Source Han Sans CN Regular", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
body > section {
  padding: 1.3rem 0;
}
.banner {
  position: relative;
}
.banner .swiper-slide img {
  width: 100%;
}
.banner .banner_pagination {
  left: 50%;
  bottom: .3rem;
  -webkit-transform: translate(-50%, 0);
     -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
       -o-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 4;
}
.banner .banner_pagination .swiper-pagination-bullet {
  margin: 0 .08rem;
  background-color: white;
}
.banner .banner_pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #02a5e5;
}
.solutions .solutions-wrap .solution-item {
  -webkit-border-radius: .1rem;
     -moz-border-radius: .1rem;
          border-radius: .1rem;
  background: white;
  text-align: center;
  overflow: hidden;
  position: relative;
  color: #201c38;
  -webkit-box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.15);
     -moz-box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.1rem 0.16rem rgba(0, 0, 0, 0.15);
  margin-bottom: .5rem;
}
.solutions .solutions-wrap .solution-item:nth-child(2) .item-content .item-title span {
  background: #ec008c;
}
.solutions .solutions-wrap .solution-item .item-img img {
  width: 100%;
  display: block;
}
.solutions .solutions-wrap .solution-item .item-content {
  padding: .55rem .83rem;
  color: #201c38;
}
.solutions .solutions-wrap .solution-item .item-content .item-title {
  font-size: .38rem;
  line-height: 1;
  margin-bottom: .33rem;
  vertical-align: middle;
  font-weight: 700;
  font-family: "Source Han Sans CN Bold", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
.solutions .solutions-wrap .solution-item .item-content .item-title span {
  color: white;
  background: #02a5e5;
  -webkit-border-radius: .08rem;
     -moz-border-radius: .08rem;
          border-radius: .08rem;
  font-size: .3rem;
  padding: 0 .14rem;
  height: .45rem;
  line-height: .45rem;
  display: inline-block;
  vertical-align: middle;
  margin-left: .14rem;
  margin-top: -0.08rem;
}
.solutions .solutions-wrap .solution-item .item-content .item-desc {
  font-size: .24rem;
  line-height: .32rem;
  letter-spacing: .01rem;
  font-weight: 400;
  font-family: "Source Han Sans CN Regular", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
.industry {
  background: url("/m/images/index/industry-bg.jpg") no-repeat center top / cover;
}
.industry .h1-title,
.industry .p-desc {
  color: white;
}
.industry .industry-wrap .industry-item {
  background: white;
  overflow: hidden;
  margin-bottom: .35rem;
}
.industry .industry-wrap .industry-item a {
  color: #201c38;
}
.industry .industry-wrap .industry-item .item-img img {
  width: 100%;
  display: block;
}
.industry .industry-wrap .industry-item .item-main {
  padding: .3rem .6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.industry .industry-wrap .industry-item .item-main .item-title {
  width: 2rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 2rem;
     -moz-box-flex: 0;
      -ms-flex: 0 0 2rem;
          flex: 0 0 2rem;
  font-size: .44rem;
  letter-spacing: .02rem;
  margin-right: .35rem;
  font-weight: 700;
  font-family: "Source Han Sans CN Bold", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
.industry .industry-wrap .industry-item .item-main .item-desc {
  font-size: .24rem;
  line-height: .3rem;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: "Source Han Sans CN Regular", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
.f7f7f7 {
  background: #f7f7f7;
}
.product .product-wrap .product-item {
  height: 3.66rem;
  position: relative;
  padding: .4rem;
  background: url("/m/images/index/alpha-bg.jpg") no-repeat center center / cover;
  margin: 0 0 .35rem 0;
  -webkit-border-radius: .18rem;
     -moz-border-radius: .18rem;
          border-radius: .18rem;
  overflow: hidden;
}
.product .product-wrap .product-item:nth-child(1) {
  background-image: url("/m/images/index/alpha-bg.jpg");
}
.product .product-wrap .product-item:nth-child(1) a:hover {
  color: #02a5e5;
}
.product .product-wrap .product-item:nth-child(2) {
  background-image: url("/m/images/index/jimu-bg.jpg");
}
.product .product-wrap .product-item:nth-child(2) a:hover {
  color: #7b51a0;
}
.product .product-wrap .product-item:nth-child(3) {
  background-image: url("/m/images/index/iron-man-bg.jpg");
}
.product .product-wrap .product-item:nth-child(3) a:hover {
  color: #ec008c;
}
.product .product-wrap .product-item:nth-child(3) .item-img {
  right: -0.4rem;
}
.product .product-wrap .product-item:nth-child(4) {
  background-image: url("/m/images/index/cruzr-bg.jpg");
}
.product .product-wrap .product-item:nth-child(4) a:hover {
  color: #201c38;
}
.product .product-wrap .product-item .item-img {
  position: absolute;
  right: .4rem;
  bottom: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  width: 3.94rem;
}
.product .product-wrap .product-item .item-img img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}
.product .product-wrap .product-item .logo {
  width: 2.85rem;
  height: .74rem;
  margin-bottom: .25rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .product-wrap .product-item .logo img {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.product .product-wrap .product-item a {
  width: 1.4rem;
  height: .45rem;
  line-height: .45rem;
  -webkit-border-radius: .45rem;
     -moz-border-radius: .45rem;
          border-radius: .45rem;
  color: white;
  display: block;
  text-align: center;
  background: rgba(255, 255, 255, 0.3);
  font-size: .2rem;
}
.news {
  background: url("/m/images/index/news-bg.jpg") no-repeat center center / cover;
}
.news .h1-title {
  color: white;
}
.news .h1-title:after {
  background: rgba(255, 255, 255, 0.5);
}
.news .news-wrap .news-container .news-item {
  margin-bottom: .3rem;
}
.news .news-wrap .news-container .news-item .item-main {
  float: left;
  width: 3rem;
  max-width: 40%;
  margin: .1rem 0 0 0;
  color: white;
}
.news .news-wrap .news-container .news-item .item-main .item-date {
  font-size: .22rem;
  padding: 0 0 .1rem 0;
  margin: 0 0 .1rem 0;
  letter-spacing: .005rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-weight: 500;
  font-family: "Source Han Sans CN Medium", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
}
.news .news-wrap .news-container .news-item .item-main .item-title {
  font-size: .22rem;
  letter-spacing: .005rem;
  font-family: "Source Han Sans CN Light", "思源黑体", "微软雅黑", "Microsoft Yahei", 'webfont', "Hiragino Sans GB", Arial, "Helvetica", "Microsoft YaHei New", "STXihei", "华文细黑", 'sans-serif';
  font-weight: 500;
}
.news .news-wrap .news-container .news-item .item-img {
  float: right;
  width: 3.7rem;
  max-width: 55%;
  height: 2.25rem;
  overflow: hidden;
  position: relative;
}
.news .news-wrap .news-container .news-item .item-img img {
  position: absolute;
  display: block;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
     -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
.news .news-more {
  width: 2.4rem;
  display: block;
  padding: .1rem .3rem;
  margin: .95rem auto 0;
  font-size: .28rem;
  letter-spacing: .01rem;
  border: 1px solid white;
  -webkit-border-radius: .3rem;
     -moz-border-radius: .3rem;
          border-radius: .3rem;
}
.news .news-more a {
  color: white;
  vertical-align: middle;
}
.news .news-more:after {
  content: "";
  display: inline-block;
  width: .33rem;
  height: .18rem;
  margin-left: .08rem;
  background: url("/m/images/index/news-more.png") no-repeat center center / cover;
}
.partner {
  background: #f7f7f7;
}
.partner .h1-title {
  margin-bottom: .8rem;
}
.partner .partner-wrap {
  background: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.partner .partner-wrap .partner-item {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
     -moz-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  height: 1.6rem;
  border-width: 0 1px 1px 0;
  border-color: #f7f7f7;
  border-style: solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.partner .partner-wrap .partner-item:nth-child(2n) {
  border-right: 0;
}
.partner .partner-wrap .partner-item:nth-child(5) img {
  max-height: .9rem;
}
.partner .partner-wrap .partner-item:nth-child(6) img {
  max-height: .7rem;
}
.partner .partner-wrap .partner-item:nth-child(7) img {
  margin-top: .2rem;
}
.partner .partner-wrap .partner-item:nth-child(8) img {
  max-height: .8rem;
}
.partner .partner-wrap .partner-item:hover img {
  -webkit-filter: unset;
          filter: unset;
  -webkit-transform: translateY(-5px);
     -moz-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
       -o-transform: translateY(-5px);
          transform: translateY(-5px);
}
.partner .partner-wrap .partner-item img {
  max-width: 2.3rem;
  max-height: .6rem;
  display: block;
  margin: 0 auto;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  -webkit-filter: gray;
          filter: gray;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  cursor: pointer;
}
