@charset "utf-8";
/*********标准文字*********/
/************标准title***************/
/*************标题背景英文字体******************/
/**************标题背景中文字体********************/
/**************板块中标题*****************/
/*************小村题******************/
.font-title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 30px;
  color: #404040;
  font-weight: bold;
}
.font-title-1 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 28px;
  color: #555;
}
.font-title-2 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 24px;
  color: #555;
  font-weight: bold;
}
.font-title-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #555;
  font-weight: bold;
}
.font-content {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
}
.font-content-3 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 18px;
  color: #939393;
}
.font-content-4 {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 16px;
  color: #939393;
}
/*** 首页正文*/
.main-business-font {
  font: normal 50px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  color: #2D2D2C;
  line-height: 30px;
  opacity: 0.06;
}
.chinese-main-business-font {
  font: normal 30px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  color: #404040;
  line-height: 30px;
}
.smart-business {
  background-image: url(images/bg.png);
  width: 1080px;
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 30px;
  color: #404040;
  font-weight: bold;
  font-weight: normal;
  color: #FEFEFE;
  margin-top: 47px;
  line-height: 100px;
}
.smart-block-1 {
  display: flex;
  margin-top: 30px;
  flex-direction: row;
  justify-content: space-between;
  width: 1080px;
}
.smart-block-1 img {
  width: 525px;
}
.smart-block-1 > div {
  width: 525px;
  background: #FFFFFF;
  border-radius: 4px;
  padding-bottom: 70px;
  position: relative;
  text-align: left;
}
.smart-block-1 > div:hover {
  box-shadow: 0px 20px 40px 0px rgba(200, 200, 200, 0.2);
}
.smart-block-1 > div .title {
  padding: 20px 43px;
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 24px;
  color: #555;
  font-weight: bold;
}
.smart-block-1 > div hr {
  margin: 0 auto 0 43px;
  width: 60px;
  border: 3px solid #297AFF;
  background-color: #297AFF;
  border-radius: 2px;
}
.smart-block-1 > div .content {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
  margin: 26px 43px;
  opacity: 0.7;
  text-align: left;
}
.smart-block-1 > div a.more-btn {
  left: 43px;
  position: absolute;
  bottom: 1rem;
  width: 140px;
  line-height: 50px;
  display: inline-block;
  background: linear-gradient(72deg, #ff803b 0%, #ffc000 100%);
  box-shadow: 0px 10px 20px 0px rgba(255, 200, 73, 0.3);
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
.smart-block-1 > div a.more-btn:hover {
  box-shadow: none;
}
.smart-block-2 {
  margin-top: 72px;
  display: flex;
  flex-direction: row;
  position: relative;
  width: 1080px;
  text-align: left;
}
.smart-block-2 img {
  width: 466px;
  position: relative;
}
.smart-block-2:hover img {
  opacity: 0.9;
}
.smart-block-2 > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: space-between;
}
.smart-block-2 > div .title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 28px;
  color: #555;
}
.smart-block-2 > div .small-title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 24px;
  color: #555;
  font-weight: bold;
  font-weight: normal;
}
.smart-block-2 > div .a-link {
  text-decoration: none;
  color: #297AFF;
  float: left;
  font-size: 18px;
  margin: .5rem 1rem;
  margin-left: 0;
}
.smart-block-2 > div .a-link:nth-child(4n+1) {
  margin-left: 0;
}
.smart-block-2 > div hr {
  border: 3px solid #297AFF;
  background-color: #297AFF;
  width: 60px;
  margin: 1rem auto 1rem 0;
  border-radius: 2px;
}
.smart-block-2 > div .content {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
  opacity: 0.7;
  flex: 1;
}
.smart-block-2 > div a.detail-btn {
  width: 140px;
  line-height: 50px;
  margin: 1rem 0;
  display: inline-block;
  background: #297AFF;
  box-shadow: 0px 10px 20px 0px rgba(41, 122, 255, 0.3);
  border-radius: 4px;
  color: #FFFFFF;
  text-align: center;
  text-decoration: none;
}
.smart-block-2 > div a.detail-btn:hover {
  box-shadow: none;
}
.platform-desc {
  margin-top: 4rem;
  width: 100%;
  overflow: hidden;
  height: 580px;
  background: linear-gradient(0deg, #2c9eff 0%, #1b6bef 100%);
  position: relative;
}
.platform-desc .statisc-img {
  background: url(images/s-4.png) no-repeat;
  position: absolute;
  width: 316px;
  height: 281px;
  background-size: 100%;
  left: -40px;
  top: 30px;
}
.platform-desc .card-img {
  background: url(images/s-4.1.png) no-repeat;
  position: absolute;
  width: 348px;
  height: 582px;
  right: -30px;
  bottom: -20px;
}
.platform-desc > div.content {
  width: 1020px;
  padding: 140px 120px;
  text-align: left;
}
.platform-desc > div.content .description {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
  margin-top: 2rem;
  color: #FFFFFF;
  line-height: 30px;
}
.smart-block-3 {
  display: flex;
  flex-direction: row;
  width: 1080px;
  justify-content: space-between;
}
.smart-block-3 > div {
  background-color: white;
  border-radius: 4px;
  text-align: center;
  padding: 1.5rem 2rem;
  box-sizing: border-box;
  margin: 12px;
  box-shadow: 0px 20px 40px 0px rgba(200, 200, 200, 0.3);
}
.smart-block-3 > div > img {
  width: 100px;
}
.smart-block-3 > div .title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
  margin: 1rem 0;
  color: #535353;
}
.smart-block-3 > div .desc {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 16px;
  color: #939393;
  line-height: 30px;
}
.center-desc {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #555;
  font-weight: bold;
  width: 1020px;
  margin: 140px auto 50px;
  text-align: left;
}
.smart-block-4 {
  width: 1080px;
  display: flex;
  flex-direction: row;
  margin-top: 7rem;
}
.smart-block-4 > div {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 30px 28px;
  text-align: right;
  justify-content: space-between;
}
.smart-block-4 > div .point {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #297AFF;
  border-radius: 50%;
}
.smart-block-4 > div .title {
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
  margin-bottom: .5rem;
  color: #404040;
  font-weight: 600;
}
.smart-block-4 > div .description {
  font-size: 16px;
}
.smart-block-4 img {
  opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
}
.smart-block-4:hover img {
  opacity: .9;
  -webkit-opacity: .9;
  -ms-opacity: .9;
  -moz-opacity: .9;
}
.smart-block-5 {
  background-image: url(images/bg-2.jpg);
  background-position: center center;
  background-size: 100% 100%;
  width: 100%;
  min-height: 1036px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.smart-block-5 > div {
  width: 1080px;
}
.smart-block-5 > div ol {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-top: 3rem;
  position: relative;
}
.smart-block-5 > div ol li.active div.content {
  animation: show-frame 0.5s forwards;
  display: flex;
}
.smart-block-5 > div ol li.active a {
  color: #297AFF;
  position: relative;
  text-decoration: none;
}
.smart-block-5 > div ol li.active a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 4px;
  margin-top: -15px;
  height: 30px;
  background-color: #297AFF;
}
.smart-block-5 > div ol li a {
  font-size: 24px;
  color: #555;
  font-weight: bold;
  font: normal 20px "Microsoft YaHei", "Helvetica Neue", "Marmelad", "Lucida Grande", "Hiragino Sans GB", Georgia, sans-serif;
  font-size: 20px;
  color: #939393;
  padding: 37px 0;
  text-align: center;
  background-color: white;
  text-decoration: none;
  width: 24.5%;
  display: inline-block;
  position: relative;
}
.smart-block-5 > div ol li a.line::after {
  content: "";
  width: 80%;
  position: absolute;
  top: 0px;
  height: 1px;
  left: 10%;
  background: #EEEEEE;
}
.smart-block-5 > div ol li .pirat-mar {
  position: absolute;
  bottom: 40px;
}
.smart-block-5 > div ol li div.content {
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  height: 100%;
  box-sizing: border-box;
  padding: 75px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  animation: hide-frame 0.5s forwards;
}
.smart-block-6 {
  margin: 8rem auto;
  width: 1200px;
  background-color: #fff;
}
.smart-block-6 .coop-partner {
  margin-top: 0rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.smart-block-6 .coop-partner ul {
  width: 1200px;
  margin: 48px auto 0;
  overflow: hidden;
}
.smart-block-6 .coop-partner ul li {
  width: 290px;
  float: left;
  padding: 20px 0;
  border-left: 1px solid #e2e6ef;
  border-bottom: 1px solid #e2e6ef;
  text-align: center;
  margin-bottom: -1px;
  margin-left: -1px;
  cursor: pointer;
  overflow: hidden;
}
.smart-block-6 .coop-partner ul li:nth-child(1),
.smart-block-6 .coop-partner ul li:nth-child(5),
.smart-block-6 .coop-partner ul li:nth-child(9) {
  border-left: 1px solid  #fff;
}
.smart-block-6 .coop-partner ul li img {
  width: 238px;
  height: 60px;
  opacity: .8;
  -webkit-opacity: .8;
  -ms-opacity: .8;
  -moz-opacity: .8;
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.smart-block-6 .coop-partner ul li:hover img {
  opacity: 1;
  -webkit-opacity: 1;
  -ms-opacity: 1;
  -moz-opacity: 1;
  transform: scale(1.2);
  -o-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
