.Introduction-wrap .content,
.Introduction-wrap ul,
.service-wrap,
.business-wrap .content,
.Features-wrap ul,
.Program-wrap,
.Advantage-wrap ul,
.platform-wrap .platform,
.theInternet-wrap {
  width: 1200px;
  margin: 0 auto;
}
.banner-wrap {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.banner-wrap img {
  margin: 0 auto;
  width: 100%;
}
.title-wrap {
  font-size: 30px;
  color: #31363d;
  text-align: center;
  margin-bottom: 20px;
}
.title-wrap .text {
  margin-top: 20px;
  font-size: 16px;
  color: #999999;
}
.Introduction-wrap {
  margin-top: 50px;
}
.Introduction-wrap .content-text {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
}
.Introduction-wrap .back {
  height: 272px;
  background: url(../images/1-1.png) center no-repeat;
}
.Introduction-wrap ul {
  margin-top: 50px;
  padding: 56px 0;
}
.Introduction-wrap ul li {
  float: left;
  width: 159px;
  height: 159px;
  text-align: center;
  font-size: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #FFFFFF;
  margin: 0 40px;
}
.Introduction-wrap ul li .icon {
  padding: 30px 0 15px 0;
  height: 50px;
  display: block;
}
.Introduction-wrap ul li .icon img {
  margin: 0 auto;
}
.service-wrap {
  padding: 50px;
}
.service-wrap ul {
  width: 1224px;
}
.service-wrap ul li {
  float: left;
  width: 224px;
  height: 161px;
  margin-right: 24px;
  padding: 28px;
  border: 1px solid #dedcdd;
  padding-top: 10px;
  border-radius: 10px;
}
.service-wrap ul li .title {
  padding: 15px 0;
  font-size: 18px;
  text-align: center;
}
.service-wrap ul li .text {
  line-height: 20px;
  font-size: 12px;
  color: #999999;
}
.service-wrap ul li:hover {
  border: 1px solid #0093dd;
}
.business-wrap {
  height: 408px;
  padding-top: 70px;
  background: url(../images/7.png) center no-repeat;
}
.business-wrap .title-wrap {
  color: #FFFFFF;
}
.business-wrap ul {
  width: 1212px;
}
.business-wrap ul li {
  float: left;
  margin-right: 11px;
  width: 230px;
  height: 225px;
  padding: 30px;
  border: 1px solid #787b7f;
  color: #FFFFFF;
  text-align: center;
}
.business-wrap ul li .title {
  font-size: 18px;
  padding: 20px 0 10px 0;
}
.business-wrap ul li img {
  padding-top: 15px;
  margin: 0 auto;
}
.business-wrap ul li .text {
  font-size: 16px;
    line-height: 24px;
  
}
.business-wrap ul li:hover {
  border: 1px solid #ffffff;
}
.Features-wrap {
  background: #f8f8f8;
  padding: 80px 0 40px 0;
}
.Features-wrap ul {
  padding: 20px 70px 0 70px;
}
.Features-wrap ul li {
  overflow: hidden;
  float: left;
  width: 33.3%;
  margin-bottom: 40px;
}
.Features-wrap ul li .info {
  padding-left: 30px;
  width: 255px;
}
.Features-wrap ul li .title {
  font-size: 18px;
  padding-bottom: 4px;
}
.Features-wrap ul li .text {
  line-height: 26px;
  font-size: 16px;
  color: #999999;
}
.Features-wrap ul li:hover .title {
  color: #0093dd;
}
.Program-wrap {
  padding: 50px 0;
}
.Program-wrap ul {
  width: 1224px;
}
.Program-wrap ul li {
  position: relative;
  float: left;
  width: 384px;
  height: 452px;
  margin-right: 24px;
  overflow: hidden;
}
.Program-wrap ul li .info {
  -webkit-transition: 0.5s all cubic-bezier(0.35, 0.42, 0.19, 1.16);
  -moz-transition: 0.5s all cubic-bezier(0.35, 0.42, 0.19, 1.16);
  -ms-transition: 0.5s all cubic-bezier(0.35, 0.42, 0.19, 1.16);
  -o-transition: 0.5s all cubic-bezier(0.35, 0.42, 0.19, 1.16);
  transition: 0.5s all cubic-bezier(0.35, 0.42, 0.19, 1.16);
  position: absolute;
  bottom: 0;
  height: 20px;
  padding: 25px;
  color: #FFFFFF;
}
.Program-wrap ul li .info .name {
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
.Program-wrap ul li .info .text {
  line-height: 26px;
  font-size: 16px;
}
.Program-wrap ul li:hover .info {
  height: 220px;
  background: url(../images/bck_80.png);
}
.Advantage-wrap .nav {
  background: #f6f6f6;
  height: 120px;
}
.Advantage-wrap .nav ul li {
  padding: 38px 0;
  float: left;
  width: 25%;
  text-align: center;
  cursor: pointer;
}
.Advantage-wrap .nav ul li .title {
  font-size: 24px;
  color: #31363d;
}
.Advantage-wrap .nav ul li .text {
  padding-top: 8px;
  font-size: 12px;
  color: #666666;
}
.Advantage-wrap .nav ul .current {
  position: relative;
}
.Advantage-wrap .nav ul .current .title,
.Advantage-wrap .nav ul .current .text {
  color: #0093dd;
}
.Advantage-wrap .nav ul .current:after {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0;
  margin-left: -21.5px;
  width: 43px;
  height: 19px;
  background: url(../images/32.png) no-repeat;
}
.Advantage-wrap .content ul {
  display: none;
}
.Advantage-wrap .content ul img {
  margin: 0 auto;
}
.platform-wrap {
  padding: 50px 0;
  background: #f8f8f8;
}
.platform-wrap .content {
  line-height: 26px;
  font-size: 16px;
}
.platform-wrap ul {
  width: 1209px;
  margin-top: 50px;
}
.platform-wrap ul li {
  float: left;
  width: 192px;
  height: 262px;
  margin-right: 9px;
  background: #FFFFFF;
  text-align: center;
}
.platform-wrap ul li .icon-box {
  height: 140px;
}
.platform-wrap ul li .icon-box img {
  margin: 0 auto;
}
.platform-wrap ul li .icon-box .icon1 {
  padding: 49px 0;
}
.platform-wrap ul li .icon-box .icon2 {
  display: none;
}
.platform-wrap ul li .title {
  font-size: 18px;
  font-weight: bold;
}
.platform-wrap ul li .text {
  padding-top: 15px;
  color: #666666;
  font-size: 16px;
}
.platform-wrap ul li:hover .icon-box .icon1 {
  display: none;
}
.platform-wrap ul li:hover .icon-box .icon2 {
  padding: 27px 0;
  display: block;
}
.theInternet-wrap {
  padding: 50px 0;
}
.theInternet-wrap ul {
  width: 750px;
}
.theInternet-wrap ul li {
  float: left;
  margin: 0 18px 23px 0;
  width: 297px;
  height: 154px;
  padding: 30px;
  background: #f3f3f3;
}
.theInternet-wrap ul li .title {
  overflow: hidden;
}
.theInternet-wrap ul li .title img {
  float: left;
}
.theInternet-wrap ul li .title .name {
  padding: 8px 0 0 20px;
  float: left;
  color: #666666;
  font-size: 24px;
}
.theInternet-wrap ul li .text {
  padding-top: 14px;
  font-size: 16px;
  line-height: 24px;
  color: #666666;
}
.theInternet-wrap ul li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.theInternet-wrap ul li:hover .title .name {
  color: #1eaaf1;
  font-weight: bold;
}



.verification >img{
  display:block;
  float: left;
  margin-right:20px;
}
