.banner {
  width: 100%;
  height: 5.4rem;
  background: url("../img/index/banner.png") no-repeat center;
  background-repeat: no-repeat;
  background-position: center !important;
  min-width: 12rem;
  padding-top: 1.43rem;
  background-size: 100% 100%;
  margin-top: 0rem !important;
}
.banner.indexPage {
  margin-top: 0.72rem !important;
}
.banner .content {
  width: 12rem;
  margin: 0 auto;
}
.banner .content h1 {
  height: 0.5rem;
  line-height: 0.55rem;
  letter-spacing: 0rem;
  font-size: 0.42rem;
  font-weight: bold;
  color: #000000;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  width: 6.35rem;
}
.banner .content h2 {
  width: 5.82rem;
  line-height: 0.37rem;
  margin: 0.32rem 0 0.54rem;
  text-align: left;
  letter-spacing: 0rem;
  color: #666666;
  font-size: 0.18rem;
  height: 4em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.banner .content a {
  display: block;
  width: 1.78rem;
  height: 0.56rem;
  background-color: #f68a23;
  background-blend-mode: normal, normal;
  border-radius: 0.28rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.banner .content a:hover {
  background: #f79639;
  background-blend-mode: normal, normal;
}
.banner .content a span {
  display: block;
  font-size: 0.18rem;
  color: #ffffff;
  margin-right: 0.12rem;
}
.banner .content a i.icon {
  display: block;
  width: 0.23rem;
  height: 0.23rem;
  background: url("../img/index/icon.png") no-repeat center;
  background-size: 100% 100%;
}

section.indexBanner {
  width: 100%;
  height: 6.12rem;
  background: url("../img/index/banner.png") no-repeat center;
  min-width: 12rem;
  background-size: 100% 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.indexBanner .content {
  width: 12rem;
  margin: 0 auto;
}
section.indexBanner .content h1 {
  letter-spacing: 0rem;
  color: #000000;
  font-size: 0.42rem;
  font-weight: bold;
  letter-spacing: -0.01rem;
}
section.indexBanner .content h2 {
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.37rem;
  margin: 0.2rem 0 0.26rem;
  text-align: left;
}
section.indexBanner .content a {
  display: block;
  width: 1.58rem;
  height: 0.56rem;
  text-align: center;
  line-height: 0.56rem;
  background-color: #f68a23;
  border-radius: 0.06rem;
}
section.indexBanner .content a:hover {
  background: #f79639;
}
section.indexBanner .content a span {
  display: block;
  font-size: 0.18rem;
  color: #ffffff;
}
section.indexBanner .content a i.icon {
  display: block;
  width: 0.23rem;
  height: 0.23rem;
  background: url("../img/index/icon.png") no-repeat center;
  background-size: 100% 100%;
}

section h2 {
  font-size: 0.36rem;
  letter-spacing: 0.01rem;
  text-align: center;
  color: #333;
}

.navUnderBanner {
  font-size: 0.16rem;
  color: #333;
  height: 0.7rem;
  background-color: #ffffff;
  -webkit-box-shadow: 0rem 0.03rem 0.07rem 0rem rgba(0, 0, 0, 0.1);
          box-shadow: 0rem 0.03rem 0.07rem 0rem rgba(0, 0, 0, 0.1);
  min-width: 12rem;
  position: sticky;
  z-index: 2;
  top: 0;
}
.navUnderBanner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.navUnderBanner li {
  height: 100%;
  line-height: 0.64rem;
  cursor: pointer;
}
.navUnderBanner li + li {
  margin-left: 0.9rem;
}
.navUnderBanner li.active {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.04rem solid #f68a23;
}
.navUnderBanner li:hover {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 0.04rem solid #f68a23;
}

.w1000 {
  width: 10rem;
  margin: 0 auto;
}

section.item {
  min-width: 12rem;
}
section.item .titleBox {
  width: 12rem;
  margin: 0 auto;
  text-align: center;
}
section.item .titleBox h3 {
  color: #333333;
  letter-spacing: 0.01rem;
  font-size: 0.36rem;
  margin-bottom: 0.19rem;
}
section.item .titleBox p {
  color: #999999;
  font-size: 0.16rem;
}

section.platformAdvantages {
  background: #f7f7f7;
  padding: 0.89rem 0 1rem;
}
section.platformAdvantages .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12rem;
  margin: 0.7rem auto 0;
}
section.platformAdvantages .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 3.8rem;
  height: 3.9rem;
  background-color: #ffffff;
  -webkit-box-shadow: -0.01rem 0.03rem 0.07rem 0rem rgba(0, 0, 0, 0.05);
          box-shadow: -0.01rem 0.03rem 0.07rem 0rem rgba(0, 0, 0, 0.05);
  border-radius: 0.04rem;
  padding: 0.14rem 0;
  margin-right: 0.3rem;
}
section.platformAdvantages .list li:last-child {
  margin: 0;
}
section.platformAdvantages .list li img {
  width: 1.66rem;
  height: 1.93rem;
}
section.platformAdvantages .list li h4 {
  font-size: 0.24rem;
  color: #333333;
  font-weight: bold;
  margin: 0.2rem 0;
  width: 2rem;
  text-align: center;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
section.platformAdvantages .list li p {
  width: 3.8rem;
  color: #666666;
  font-size: 0.18rem;
  line-height: 0.32rem;
  padding: 0 0.32rem 0 0.4rem;
  text-align: center;
}

section.indexCustomization {
  padding: 1rem 0;
}
section.indexCustomization .customizationList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 12rem;
  margin: 1rem auto 0;
  padding-bottom: 0.2rem;
}
section.indexCustomization .customizationList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-right: 0.46rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
section.indexCustomization .customizationList li:last-child {
  margin: 0;
}
section.indexCustomization .customizationList li > img {
  width: 0.52rem;
  height: 0.52rem;
}
section.indexCustomization .customizationList li .itemBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 0.14rem;
}
section.indexCustomization .customizationList li .itemBox .item .item1 {
  width: 0.9rem;
  height: 0.27rem;
  margin-bottom: 0.08rem;
}
section.indexCustomization .customizationList li .itemBox .item .item2 {
  width: 1.25rem;
  height: 0.27rem;
  margin-bottom: 0rem;
}
section.indexCustomization .customizationList li .itemBox .item .item3 {
  width: 1.15rem;
  height: 0.27rem;
  margin-bottom: 0rem;
}
section.indexCustomization .customizationList li .itemBox .item h3 {
  font-weight: bold;
  color: #404040;
  font-size: 0.24rem;
  line-height: 0.36rem;
}
section.indexCustomization .customizationList li .itemBox .item h3 span {
  color: #f68a23;
  font-size: 0.32rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 0.09rem;
}
section.indexCustomization .customizationList li .itemBox .iconBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
section.indexCustomization .customizationList li .itemBox .iconBox img.number1 {
  width: 0.85rem;
  height: 0.63rem;
  margin: 0 0.09rem 0 0.14rem;
}
section.indexCustomization .customizationList li .itemBox .iconBox img.number2 {
  width: 1rem;
  height: 0.63rem;
  margin: 0 0.06rem;
}
section.indexCustomization .customizationList li .itemBox .iconBox img.number3 {
  width: 1.44rem;
  height: 0.63rem;
  margin: 0 0.06rem;
}
section.indexCustomization .customizationList li .itemBox .iconBox span {
  color: #f68a23;
  font-size: 0.32rem;
  font-weight: bold;
}
section.indexCustomization .customizationList li .wrapper {
  font-size: 0;
  padding-left: 0.17rem;
}
section.indexCustomization .customizationList li .wrapper p {
  color: #999999;
  font-size: 0.18rem;
}
section.indexCustomization .customerCase {
  font-size: 0.15rem;
  text-align: center;
  margin-top: 0.3rem;
}
section.indexCustomization .customerCase a {
  font-size: 0.15rem;
  position: relative;
  color: #f68a23;
}
section.indexCustomization .customerCase a:hover {
  text-decoration: underline;
}
section.indexCustomization .button {
  display: block;
  width: 1.78rem;
  height: 0.56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.59rem auto 0;
  background-image: -o-linear-gradient(45deg, #f68a23 0%, #ffa045 100%), -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(45deg, #f68a23 0%, #ffa045 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  border-radius: 0.28rem;
  font-size: 0.18rem;
  color: #ffffff;
}
section.indexCustomization .button img {
  margin-left: 0.12rem;
  width: 0.23rem;
  height: 0.23rem;
}
section.indexCustomization .button:hover {
  background-image: -o-linear-gradient(45deg, #ff9938 0%, #ffaf62 100%), -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(45deg, #ff9938 0%, #ffaf62 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
}

section.cooperation {
  width: 100%;
  min-width: 12rem;
  background: url("../img/index/cooperation.png") no-repeat center;
  background-size: 100% 100%;
  width: 100%;
  height: 3.63rem;
  text-align: center;
  padding-top: 0.8rem;
}
section.cooperation h3 {
  font-size: 0.48rem;
  color: #ffffff;
}
section.cooperation p {
  color: #ffffff;
  font-size: 0.22rem;
  margin: 0.29rem 0 0.43rem;
}
section.cooperation > a {
  display: block;
  width: 1.78rem;
  height: 0.56rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0.48rem auto 0;
  background-image: -o-linear-gradient(45deg, #f68a23 0%, #ffa045 100%), -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(45deg, #f68a23 0%, #ffa045 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
  border-radius: 0.28rem;
  font-size: 0.18rem;
  color: #ffffff;
}
section.cooperation > a img {
  margin-left: 0.12rem;
  width: 0.23rem;
  height: 0.23rem;
}
section.cooperation > a:hover {
  background-image: -o-linear-gradient(45deg, #ff9938 0%, #ffaf62 100%), -o-linear-gradient(#000000, #000000);
  background-image: linear-gradient(45deg, #ff9938 0%, #ffaf62 100%), linear-gradient(#000000, #000000);
  background-blend-mode: normal, normal;
}