﻿/* 公共样式 */
* {
  padding: 0;
  margin: 0;
}
ul,
li,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}
body {
  color: #333;
  font-size: 14px;
  font-family: 'PingFang-SC-Medium';
}
.decaration {
  text-decoration: line-through;
}
.padding87 {
  padding-top: 87px;
}
/* banner */
.container .banner {
  width: 100%;
  height: 346px;
  background: #161b3b url(../smsImg/banner.png) no-repeat;
  background-position: center;
  padding-top: 154px;
}
.banner .bannerText {
  width: 1200px;
  margin: 0 auto;
}
.bannerText .p1 {
  font-size: 50px;
  letter-spacing: 3px;
  color: #ffffff;
  margin-bottom: 24px;
}
.bannerText .p2 {
  margin-bottom: 36px;
}
.bannerText .p2 .discountPrice {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #d7d7d7;
  margin-right: 48px;
}
.bannerText .p2 .discountPrice span {
  font-family: 'PingFang-SC-Bold';
  font-size: 30px;
  letter-spacing: 2px;
  color: #ffffff;
}
.bannerText .p2 .text {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 1px;
  color: #ffdd72;
  opacity: 0.8;
}
.bannerText .p3 button {
  border: none;
  outline: none;
  width: 206px;
  height: 48px;
  background-color: #18bd9c;
  border-radius: 4px;
  color: #ffffff;
  font-size: 26px;
  line-height: 48px;
  margin-right: 30px;
  cursor: pointer;
}
.bannerText .p3 button:hover {
  background: #14a689;
}
.bannerText .p3 a {
  text-decoration: underline;
  font-size: 26px;
  letter-spacing: 3px;
  color: #ffffff;
}
.container .content {
  width: 1200px;
  margin: 0 auto;
}
.topBj {
  background: #f5f5f5;
  padding-bottom: 87px;
}
/* 导航 */
.navBar {
  text-align: center;
  border-bottom: solid 1px #e0e0e0;
}
.navBar ul li {
  display: inline-block;
  width: 140px;
  line-height: 78px;
  cursor: pointer;
}
.navBar ul .active {
  border-bottom: solid 2px #35ceaf;
}
.navBar ul .active a {
  color: #35ceaf;
  width: 140px;
}
.navBar ul li a {
  color: #333333;
  font-size: 20px;
  display: inline-block;
  line-height: 78px;
  width: 140px;
}
.title {
  width: 100%;
  text-align: center;
  font-size: 36px;
  letter-spacing: 3px;
  color: #333333;
  margin-bottom: 94px;
  font-weight: normal;
}
.caseTitle {
  margin-bottom: 50px !important;
}
/* 应用场景 */
#applyScenes ul {
  width: 100%;
}
#applyScenes ul li {
  display: inline-block;
  width: 348px;
  text-align: center;
  background: #fff;
  height: 203px;
  margin-right: 70px;
  padding-top: 40px;
  border-radius: 3px;
}
#applyScenes ul li:nth-last-child(1) {
  margin-right: 0;
}
#applyScenes ul li .line {
  display: block;
  width: 34px;
  height: 2px;
  background: #36cfb0;
  margin: 0 auto;
}
#applyScenes ul li p:nth-child(2) {
  font-size: 20px;
  line-height: 64px;
}
#applyScenes ul li p:nth-child(4) {
  font-size: 16px;
  padding: 0 76px;
  line-height: 24px;
  margin-top: 20px;
}
/* 产品价格 */
#productPrice {
  margin-bottom: 90px;
}
#productPrice ul {
  padding: 0 76px;
  overflow: hidden;
}
#productPrice ul li {
  width: 296px;
  height: 300px;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #d6d6d6;
  margin-right: 77px;
  float: left;
  margin-bottom: 76px;
}
#productPrice ul li:hover {
  width: 298px;
  box-shadow: 0px 0px 20px 0px rgba(191, 195, 210, 0.41);
  border: none;
}
#productPrice ul li:nth-child(3n) {
  margin-right: 0px;
}
#productPrice ul li p {
  text-align: center;
}
#productPrice ul li .spanTitle {
  display: block;
  width: 152px;
  height: 35px;
  line-height: 35px;
  background-color: #f5f5f5;
  border-radius: 0 0 9px 9px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 42px;
}

#productPrice .price {
  font-family: 'AdobeHeitiStd-Regular';
  display: block;
  width: 164px;
  font-size: 36px;
  font-style: italic;
  line-height: 33px;
  letter-spacing: 4px;
  color: #0d052e;
  margin: 0 auto;
  margin-bottom: 15px;
}
#productPrice .price span {
  font-style: italic;
  font-size: 16px;
  letter-spacing: 2px;
  color: #9d9ca1;
}
#productPrice .originPrice {
  font-size: 15px;
  letter-spacing: 2px;
  color: #9d9ca1;
  height: 30px;
}
#productPrice .btm {
  margin-top: 25px;
  overflow: hidden;
}
#productPrice .btm span:nth-child(1) {
  font-size: 24px;
  font-style: italic;
  line-height: 33px;
  letter-spacing: 2px;
  color: #fb5c72;
  display: inline-block;
  margin-right: 20px;
}
#productPrice .btm span:nth-child(2) {
  display: inline-block;
  width: 79px;
  height: 40px;
  background-color: #18bd9c;
  border-radius: 5px;
  color: #fff;
  font-size: 20px;
  line-height: 40px;
  cursor: pointer;
}
#productPrice .btm span:nth-child(2):hover {
  background: #14a689;
}
#productPrice .consult {
  text-align: center;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #333333;
  margin-top: -10px;
}
#productPrice .consult a {
  text-decoration: underline;
  font-size: 24px;
  color: #2dccad;
}
/* 免费体验 */
#freeExperience {
  width: 100%;
  height: 566px;
  background: #333452 url(../smsImg/bg_experience.png) no-repeat;
  background-position: center;
}
.experienceBox {
  width: 500px;
  margin: 0 auto;
  text-align: center;
  padding-top: 87px;
}
.experienceBox .experTitle {
  font-size: 36px;
  letter-spacing: 3px;
  color: #ffffff;
  margin-bottom: 80px;
  font-weight: normal;
}
.experienceBox .text {
  font-family: 'PingFang-SC-Light';
  font-size: 54px;
  letter-spacing: 5px;
  color: #ffffff;
  margin-bottom: 52px;
}
.experienceBox .form label {
  display: block;
  line-height: 44px;
  margin-bottom: 26px;
}
.experienceBox .form label .leftText {
  display: inline-block;
  margin-right: 20px;
  font-size: 20px;
  line-height: 44px;
  letter-spacing: 2px;
  color: #ffffff;
}
.experienceBox .input {
  display: inline-block;
  width: 317px;
  height: 42px;
  border-radius: 4px;
  border: solid 1px #ffffff;
  background: none;
  outline: none;
}
.experienceBox .vertifyBox {
  font-size: 16px;
  line-height: 44px;
  letter-spacing: 2px;
  background-color: rgba(187, 187, 187, 0.4);
  color: #ffffff;
}
.experienceBox .inputText {
  font-size: 16px;
  color: #ffffff;
  text-indent: 16px;
}
.experienceBox .getVertifyCode {
  border: none;
  outline: none;
  width: 454px;
  height: 46px;
  line-height: 46px;
  background-color: #18bd9c;
  border-radius: 4px;
  font-size: 20px;
  letter-spacing: 2px;
  color: #ffffff;
  cursor: pointer;
  top: -25px;
  position: relative;
}
.experienceBox .getVertifyCode:hover {
  background: #14a689;
}
/* 我们的优势 */
#ourAdvantage ul {
  overflow: hidden;
  width: 100%;
  margin-bottom: 89px;
}
#ourAdvantage ul li {
  width: 50%;
  float: left;
  overflow: hidden;
}
#ourAdvantage ul li .left {
  float: left;
  width: 118px;
  margin-right: 16px;
  margin-left: 40px;
}
#ourAdvantage ul li .right {
  float: left;
  margin-top: 20px;
}
#ourAdvantage ul li .right .rightTitle {
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 21px;
}
#ourAdvantage ul li .right .text {
  font-size: 14px;
  line-height: 26px;
  letter-spacing: 1px;
  color: #666666;
}
/* 客户案例 */
#customerCase {
  margin-bottom: 90px;
  width: 100%;
  height: 896px;
  background: #f6f6f6 url(../smsImg/bg_case.png) no-repeat;
  background-position: center;
}
#customerCase .caseContent {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
#customerCase .carouselModal {
  background-color: #ffffff;
  margin: 0 auto;
  text-align: center;
}
.caseContent .slide .carouselIcon {
  position: absolute;
  top: 15px;
  left: 138px;
  z-index: 99;
}
.carouselModal img {
  width: 110px;
  margin-top: 63px;
  margin-bottom: 24px;
}
.carouselModal .name {
  font-family: 'PingFang-SC-Bold';
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 2px;
  color: #333333;
  margin-bottom: 24px;
}
.carouselModal .caseText {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 2px;
  color: #666666;
}
.caseContent .slide {
  max-width: 870px;
  margin: 0 auto;
  min-height: 180px;
  overflow: hidden;
  position: relative;
}
.caseContent .slide .img {
  overflow: hidden;
  position: absolute;
  transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
  box-shadow: 0px 0px 32px 0px rgba(217, 217, 217, 0.5);
  border-radius: 10px;
  background: #fff;
}
.caseContent .slide .img .carouselModal {
  width: calc(100% - 14px);
  height: calc(100% - 14px);
  margin: 7px;
}
.caseContent .slide .img1 {
  width: 40%;
  height: 40%;
  top: 30%;
  left: -50%;
  z-index: 1;
}
.caseContent .slide .img2 {
  width: 60%;
  height: 60%;
  top: 20%;
  left: 0%;
  z-index: 2;
}
.caseContent .slide .img3 {
  width: 80%;
  height: 75%;
  top: 12%;
  left: 10%;
  z-index: 3;
}
.caseContent .slide .img4 {
  width: 60%;
  height: 60%;
  top: 20%;
  left: 40%;
  z-index: 2;
}
.caseContent .slide-bt {
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 10;
}
.caseContent .slide-bt span {
  width: 9px;
  height: 9px;
  background: #c9caca;
  float: left;
  margin: 5px;
  border-radius: 50%;
}
.caseContent .slide .slide-bt .on {
  background-color: #36cfb0;
}
.caseContent .preBtn {
  position: absolute;
  left: 0;
  top: 34%;
  margin-top: -10px;
  cursor: pointer;
}
.caseContent .nextBtn {
  position: absolute;
  right: 0;
  top: 34%;
  margin-top: -10px;
  cursor: pointer;
}
.trademark {
  width: 1200px;
  margin: 0 auto;
  margin-top: 60px;
}
.trademark ul {
  overflow: hidden;
}
.trademark ul li {
  width: 118px;
  height: 50px;
  float: left;
  margin-right: 10px;
  margin-bottom: 20px;
}
/* 接入流程 */
#accessProcess ul {
  overflow: hidden;
  position: relative;
}
#accessProcess ul li {
  float: left;
  text-align: center;
  width: 170px;
  margin: 0px 65px;
}
#accessProcess ul li:nth-last-child(1) {
  cursor: pointer;
}
.arrow {
  float: left;
  position: absolute;
  top: 50%;
  margin-top: -12px;
}
.relatedDocuments {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  margin-top: 95px;
}
.relatedDocuments span {
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 2px;
  color: #101010;
  margin-right: 40px;
}
.relatedDocuments a {
  font-size: 18px;
  letter-spacing: 2px;
  color: #666666;
  text-decoration: underline;
  margin-right: 48px;
}
.relatedDocuments a:nth-last-child(1) {
  margin-right: 0;
}
.registerBtn {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.registerBtn a {
  width: 189px;
  height: 48px;
  background-color: #18bd9c;
  border-radius: 6px;
  font-size: 18px;
  line-height: 48px;
  letter-spacing: 2px;
  color: white;
  margin: 98px 0 110px 0;
}
.registerBtn button:hover {
  background: #14a689;
}
