.banner {
  background: url("../../img/mainBusiness/knowledgeBase/banner.jpg") no-repeat 50% 0%;
  height: 400px;
  color: #fff;
}

.banner-text-wrap {
  display: table-cell;
  height: 400px;
  width: 1005px;
  vertical-align: middle;
}

.banner-text {
  float: right;
  text-align: center;
}

.banner-text h1 {
  font-size: 70px;
  margin-top: 0;
  margin-bottom: 25px;
  padding: 0 30px 30px;
}

.banner-text h1 em {
  display: inline-block;
  font-size: 20px;
  font-style: normal;
  color: #0388cc;
  background-color: #fff;
  padding: 6px 20px;
  margin-right: 30px;
}

.banner-text h1 span {
  margin-right: 20px;
  font-size: 27px;
}

.banner-text .subheading {
  font-size: 26px;
}

.page-heading {
  color: #0388cc;
  text-align: center;
  font-size: 44px;
  margin-top: 100px;
  margin-bottom: 25px;
}

.page-subheading {
  color: #0388cc;
  text-align: center;
  font-size: 18px;
  margin-bottom: 90px;
}

#product-lightspot {
  position: relative;
  text-align: center;
  margin-bottom: 100px;
}

#product-lightspot::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px dashed #c2c2c2;
}

#product-lightspot img {
  position: relative;
  vertical-align: top;
  background-color: #fff;
}

.feature {
  position: relative;
  height: 490px;
}

.feature-description {
  position: absolute;
  top: 170px;
  left: 0;
  width: 45%;
  color: #888;
}

.feature-description h2 {
  color: #0388cc;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 35px;
}

.feature-description .feature-subheading {
  color: #0388cc;
  margin-bottom: 35px;
}

.feature-description p {
  line-height: 2;
}

.feature-description-right .feature-description {
  left: 50%;
}

.feature-image {
  position: absolute;
  left: 50%;
  top: 150px;
  opacity: 0;
}

.feature-description-right .feature-image {
  left: 0;
}

#saas .feature-image {
  top: 50px;
}

#feature-polygon {
  padding: 100px 0;
}

.polygon-wrap {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.polygon-wrap li {
  float: left;
  text-align: center;
  width: 225px;
}

.polygon-wrap .wm-icon {
  margin-bottom: 20px;
}

.polygon-wrap .icon-zhishiku-1 {
  background-image: url(../../img/mainBusiness/knowledgeBase/sprite.png);
  background-position: 0px -250px;
  width: 122px;
  height: 121px;
}

.polygon-wrap .icon-zhishiku-2 {
  background-image: url(../../img/mainBusiness/knowledgeBase/sprite.png);
  background-position: -126px -125px;
  width: 122px;
  height: 121px;
}

.polygon-wrap .icon-zhishiku-3 {
  background-image: url(../../img/mainBusiness/knowledgeBase/sprite.png);
  background-position: -252px -125px;
  width: 122px;
  height: 121px;
}

.polygon-wrap .icon-zhishiku-4 {
  background-image: url(../../img/mainBusiness/knowledgeBase/sprite.png);
  background-position: -126px -250px;
  width: 122px;
  height: 121px;
}

.polygon-wrap li:hover .icon-zhishiku-1 {
  background-image: url(../../img/mainBusiness/knowledgeBase/sprite.png);
  background-position: -126px 0px;
}

.polygon-wrap li:hover .icon-zhishiku-2 {
  background-image: url(../../img/mainBusiness/knowledgeBase/sprite.png);
  background-position: 0px -125px;
}

.polygon-wrap li:hover .icon-zhishiku-3 {
  background-image: url(../../img/mainBusiness/knowledgeBase/sprite.png);
  background-position: -252px 0px;
}

.polygon-wrap li:hover .icon-zhishiku-4 {
  background-image: url(../../img/mainBusiness/knowledgeBase/sprite.png);
  background-position: 0px 0px;
}

.polygon-wrap .polygon-desc {
  color: #0388cc;
}

#user-experience .feature-description {
  top: 90px;
}

#user-experience h2 {
  font-size: 32px;
}

#user-experience .no {
  font-size: 25px;
  color: #0388cc;
  line-height: 1.5;
}

#user-experience .feature-image {
  top: 0;
}

#feature-cards {
  border-bottom: 1px dashed #c2c2c2;
  padding-top: 70px;
  padding-bottom: 60px;
}

#feature-cards h1 {
  text-align: center;
  font-size: 24px;
  color: #0388cc;
}

#feature-cards .subheading {
  text-align: center;
  font-size: 12px;
  color: #0388cc;
  margin-bottom: 50px;
}

#feature-cards .cards {
  overflow: hidden;
  width: 868px;
  padding-top: 10px;
  padding-bottom: 20px;
  margin: 0 auto;
}

#feature-cards .cards li {
  float: left;
  width: 178px;
  height: 244px;
  padding-top: 40px;
  border: 1px solid #eeeded;
  background-color: #fcfdfe;
  color: #c5c5c6;
  margin-right: 52px;
  text-align: center;
  transition: 0.3s;
}

#feature-cards .cards li:last-child {
  margin-right: 0;
}

#feature-cards .cards li .wm-icon {
  margin-bottom: 12px;
  background-color: #c5c5c6;
  border-radius: 50%;
}

#feature-cards .cards li:hover {
  -webkit-transform: translateY(12px);
      -ms-transform: translateY(12px);
          transform: translateY(12px);
  box-shadow: 0 -3px 4px -2px rgba(0, 0, 0, 0.2);
}

#feature-cards .cards li:hover .wm-icon {
  background-color: #0388cc;
}

#feature-cards .cards li p {
  line-height: 2;
}

#feature-cards .cards .icon-zhishiku-5 {
  background-image: url(../../img/mainBusiness/knowledgeBase/sprite.png);
  background-position: -252px -250px;
  width: 72px;
  height: 72px;
}

#feature-cards .cards .icon-zhishiku-6 {
  background-image: url(../../img/mainBusiness/knowledgeBase/sprite.png);
  background-position: -378px 0px;
  width: 72px;
  height: 72px;
}

#feature-cards .cards .icon-zhishiku-7 {
  background-image: url(../../img/mainBusiness/knowledgeBase/sprite.png);
  background-position: -378px -76px;
  width: 72px;
  height: 72px;
}

#feature-cards .cards .icon-zhishiku-8 {
  background-image: url(../../img/mainBusiness/knowledgeBase/sprite.png);
  background-position: -378px -152px;
  width: 72px;
  height: 72px;
}

#order-now {
  margin: 70px auto;
  text-align: center;
  width: 420px;
  border-top: 2px solid #c83842;
}

#order-now h1 {
  width: 240px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  color: #c83842;
  font-size: 24px;
  background-color: #fff;
  line-height: 1;
  margin-top: -12px;
}

#order-now a {
  display: inline-block;
  width: 120px;
  line-height: 36px;
  border-radius: 18px;
  font-size: 18px;
  border: 1px solid #c83842;
  color: #c83842;
  transition: 0.1s;
}

#order-now a:hover {
  color: #fff;
  background-color: #c83842;
}
