/* 动效 */
.contents {
  opacity: 0;
  transform: translateY(100px);
  transition: opacity 1s, transform 2s;
}

.contents.visible {
  opacity: 1;
  transform: translateY(0);
}

/* 首页 */
.newest-h5 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 10px;
  margin-bottom: 10px;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.newest-p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 27px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index {
  /* height: 700px;
    background: url(../../static/images/index_banner@2x.png) no-repeat center; */
  position: relative;
  /* min-width: 1280px */
}
.header-bg {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid rgba(251, 251, 251, 0.1);
    box-sizing: border-box;
}

.header-bg-active{
    position: fixed;
    background: #fff;
    box-shadow: 0px 4px 20px 0px rgba(110,125,150,0.1);
}
/* .header-bg:hover {
    background: rgba(255, 255, 255, 0.08);
} */

 .index-title-logo{
    position: absolute;
    left:60px;
    top:15px;
    z-index:4;
}
.index-title-logo img{
    /* width: 98px; */
    height: 40px;
}
.index-title-logo .hide-logo{
  opacity: 0;
  position: absolute;
  width: 121px;
  height: 75px;
}
.hide-logo{
  opacity: 0;
  position: absolute;
  width: 121px;
  height: 75px;
}
/*二级菜单*/
#navbox li{
     position: relative;
 }
#navbox li:hover ul {
    display: block;
}
.nav-ul{
    position:absolute;
    left:292px;
    top:0;
    z-index:4;
}
.nav-ul>li{
    display: inline-block;
    height:70px;
    font-size:16px;
    line-height:70px;
    margin: 0px 14px;
}
.nav-ul>li a{
    display: block;
    color: #333333;
    font-weight: 400;
}
.nav-ul>li a:hover {
    color: #333333;
    font-weight: bold;
}

.header-more {
    margin-left: -18px;
}
.nav-ul>li .dropdown-content a:hover {
  background: #2474ff;
  color: rgba(255, 255, 255, 1);
}

.nav-ul>li a:hover::before {
  content: '';
  width: 32px;
  height: 2px;
  border-radius: 2px;
  position: absolute;
  left: calc(50% - 16px);
  bottom: 16px;
  background: #2474FF;
}
.nav-ul li.active a {
  font-weight: bold;
}
.nav-ul li.active a::before {
    content: '';
    width: 32px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    left: calc(50% - 16px);
    bottom: 16px;
    background: #2474FF;
}
.index-title-right .right-item span{
    display: inline-block;
}
.index-title-right .right-item .iphone-img{
    width: 16px;
    height: 16px;
    background:url(../images/icon_phone_img@2x.png);
    background-size: cover;
    vertical-align: middle;
    margin-top: -4px;
    margin-right: 4px;
}
.sever{
    cursor: pointer;
    color: #333333;
}
.index-title-right{
    position:absolute;
    height:70px;
    font-size:16px;
    color:#FFFFFF;
    line-height:70px;
    right:60px;
    z-index:4;
    display: flex;
}
.index-title-right .right-item a.sever:hover{
    color: #2474FF;
}
.index-title-right .sever-img{
    width: 16px;
    height: 16px;
    background:url(../images/icon_pingtai2@2x.png);
    background-size: 16px auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}

.index-title-right .right-item>a.sever:hover>.sever-img{
    width: 16px;
    height: 16px;
    background:url(../images/icon_pingtai2_active@2x.png);
    background-size: 16px auto;
    display: inline-block;
    vertical-align: middle;
    margin-top: -4px;
}
.index-title-right .right-index>a.sever:hover>.sever-img{
  width: 16px;
  height: 16px;
  background:url(../images/icon_pingtai2_active@2x.png);
  background-size: 16px auto;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;

}

.index-title-right a.subscribe{
    background: #2474FF;
    text-align: center;
    width: 110px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 2px;
}
.index-title-right a.subscribe:hover{
    color: #fff;
    background:#5090FF;
}
.index-title-center2 {
  top: 0;
  position: absolute;
      left: 0;
}

@keyframes headerFadeInUp {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.bg-wai {
  position: relative;
  z-index: 2;
}

.bg-nei {
  position: absoult;
  z-index: 33;
}

.index-title-center h2 {
  /* padding-top: 18%; */
  height: 50px;
  text-align: center;
  font-size: 50px;

  font-weight: bold;
  color: #fff;
  line-height: 50px;
  margin-bottom: 30px;
}

.index-title-center p {
  text-align: center;
  height: 24px;
  font-size: 20px;

  font-weight: 400;
  color: #fff;
  line-height: 24px;
  margin-left: -33px;
}

.index-title-center>.cir-one {
  display: inline-block;
  position: absolute;
  top: 100px;
  left: 570px;
  width: 570px;
  height: 570px;
  text-align: center;
}

/* 产业互联网 */

.index-center-top .index-center-content {
  text-align: center;
}

.index-center-top .index-center-content h3 {
  margin-top: 80px;
  font-size: 32px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 60px;
  font-weight: bold;
}

.index-industry {
  margin-bottom: 80px;
}

.industry-left {
  width: 600px;
  margin-right: 171px;
  text-align: left;
}

.industry-left p {
  font-size: 14px;
  color: #464c5b;
  line-height: 14px;
  margin-bottom: 40px;
  margin-top: 20px;
}

.industry-left p:first-child {
  margin-bottom: 40px;
  margin-top: 0px;
  line-height: 32px;
}

.industry-left p:last-child {
  margin-bottom: 0px;
}

.industry-left h5 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
}

.industry-right {
  width: 389px;
  height: 344px;
}

.industry-right img {
  width: 389px;
  height: 344px;
}

.internet-title {
  font-size: 16px !important;
  width: 630px !important;
}

/* 企业升级大势所趋 */
.index-trend {
  height: 682px;
  background: url(../../static/images/index-bg.png) no-repeat center;
  background-size: auto 100%;
  position: relative;
}

.index-trend .index-trend-company {
  height: 682px;
}

.index-trend .index-trend-company h2 {
  padding-top: 80px;
  font-size: 32px;
  color: #ffffff;
  text-align: center;
  line-height: 32px;
  padding-bottom: 40px;
  box-sizing: border-box;
  font-weight: bold;
}

.company-title {
  font-size: 16px !important;
  width: 1200px;
  margin-bottom: 28px !important;
}

.index-trend .index-trend-company p {
  font-size: 14px;
  color: #fff;
  line-height: 32px;
  margin-bottom: 40px;
  opacity: 0.8;
}

.index-trend .index-trend-company .index-trend-content {
  width: 1200px;
  height: 358px;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.index-trend-bottom-img {
  width: 56px;
  height: 56px;
}

.index-trend-icon {
  width: 200px;
}

.index-trend-img {
  width: 120px;
  height: 120px;
}

.index-trend-top {
  width: 1200px;
  height: 238px;
  background: #fff;
  position: relative;
}

.index-trend-top li {
  width: 400px;
  text-align: center;
  float: left;
  margin-top: 39px;
}

.index-trend-content {
  position: relative;
}

.index-trend-content .index-trend-top li p {
  color: #1f6cdd;
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
}

.index-trend-content .index-trend-top li p span {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background: #1f6cdd;
  border-radius: 2px;
  color: #fff;
  margin-right: 2px;
  font-size: 18px;
}

.index-trend-content .index-trend-top li p span i {
  /* width: 20px;
	height: 20px;
	background: #1F6CDD; */
  color: #fff;
  /* margin-right: 2px; */
  font-style: normal;
}

.index-trend-bottom {
  position: relative;
  width: 1200px;
  height: 120px;
  text-align: center;
  background: #1f6cdd;
  padding: 29px 0px 17px 0px;
  box-sizing: border-box;
}

.index-trend-bottom li {
  /* float: left;
	margin-right: 93px; */
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0px 44px;
}

.index-trend-bottom li img {
  margin-top: -8px;
  margin-left: 1px;
}

.index-arrow-up {
  position: absolute;
  top: 45px;
  left: 200px;
}

.index-arrow-down {
  position: absolute;
  top: 45px;
  left: 600px;
}

.triangle-bottom {
  position: absolute;
  top: 225px;
  left: 50%;
  margin-left: -15px;
  width: 0px;
  height: 0px;
  border-bottom: 15px solid #1f6cdd;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}

/* 信息技术赋能企业 */
.index-information-content {
  text-align: center;
}

.index-information-content .information-title {
  padding: 80px 0px 20px 0px;
  font-size: 32px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
}

.index-information-content .information-text {
  font-size: 18px;
  color: #80848f;
  line-height: 18px;
  padding-bottom: 60px;
}

.information-left {
  width: 660px;
}

.information-left li {
  float: left;
  width: 288px;
  height: 120px;
  border: 1px solid #d7dde4;
  text-align: left;
  padding: 20px 0px 0px 20px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  border-radius: 6px;
}

.information-left li:last-child,
.information-left li:nth-child(5) {
  margin-bottom: 0px;
}

/* .information-left li h3{
	height:20px;
	font-size:20px;
	color:#333;
	line-height:20px;
	margin-bottom: 30px;
	font-weight: bold;
}
.information-left li p{
	font-size:14px;
	color:#464C5B;
	line-height:26px;
} */

.information-right {
  width: 500px;
  height: 472px;
}

.information-right img {
  width: 500px;
}

.information-line {
  width: 40px;
  height: 2px;
  background: #1f6cdd;
  position: absolute;
  top: 64px;
}

.information-left li:hover {
  box-shadow: 0 6px 20px -2px #d7dde4;
}

.information-left li a:hover .information-line {
  width: 70px;
  height: 2px;
  background: #1f6cdd;
  transition: width 0.8s;
  -moz-transition: width 0.8s;
  /* Firefox 4 */
  -webkit-transition: width 0.8s;
  /* Safari 和 Chrome */
  -o-transition: width 0.8s;
}

/* 我们的优势 */
.us-advantage {
  background: rgba(245, 247, 249, 1);
  margin-top: 80px;
}

.advantage-title {
  font-size: 32px;
  color: #333;
  line-height: 32px;
  padding: 80px 0px 40px 0px;
  font-weight: bold;
}

.advantage-text {
  font-size: 16px;
  color: #464c5b;
  line-height: 32px;
  /*padding: 0px 100px 40px;*/
  text-align: center;
}

.advantage-content {
  text-align: left;
  margin-bottom: 80px;
}

.advantage-content li {
  float: left;
  width: 300px;
  text-align: left;
}

.advantage-content li h2 {
  font-size: 20px;
  color: #1f6cdd;
  line-height: 25px;
  font-weight: bold;
}

.advantage-content li h2 img {
  margin-right: 10px;
  height: 50px;
  margin-bottom: -3px;
}

.advantage-content li h2 .year {
  width: 47px;
}

.advantage-content li h2 .wan {
  width: 60px;
  height: 50px;
}

.advantage-content li h2 .thousand {
  width: 29px;
}

.advantage-content li h2 .house {
  width: 62px;
}

.advantage-content li h3 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  padding: 30px 0px 10px 0px;
  font-weight: bold;
}

.advantage-content li p {
  width: 232px;
  font-size: 14px;
  color: #80848f;
  line-height: 26px;
}

/* 最新动态 */
.index-wrapper {
  width: 100%;
  height: 688px;
  background-color: #fff;
}

.index-wrapper .index-wrapper-box {
  width: 1200px;
  height: 688px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 80px 0 100px;
}

.newest-title {
  height: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #0d1726;
  line-height: 50px;
  margin-bottom: 32px;
}

.newest-text {
  font-size: 18px;
  color: #80848f;
  line-height: 18px;
  padding-bottom: 40px;
  text-align: center;
}

.newest-content {
  text-align: left;
  display: flex;
  justify-content: flex-start;
}

.wrapper-content-more {
  width: 120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  margin-top: 32px;
  height: 24px;
  font-size: 16px;

  font-weight: 400;
  color: #2474ff;
  line-height: 24px;
  cursor: pointer;
}

.wrapper-content-more .arrow-icon-container .wrapper-arrow-icon {
  position: relative;
  top: 2px;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  transform: translateX(0);
  transition: transform .3s ease-out;
}

.wrapper-content-more:hover .wrapper-arrow-icon {
  transform: translateX(4px);
}


.newest-content li {
  width: 386px;
  height: 354px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(110, 125, 150, 0.08);
  border-radius: 8px;
  margin-right: 22px;
  transform: translateY(0);
  transition: transform 0.3s ease-out;
}

.newest-content li:nth-last-child(1) {
  margin-right: 0;
}

.newest-content li:hover {
  transform: translateY(-8px);
}

.newest-content li:hover h5 {
  color: #2474FF;
}

.newest-content li:last-child {
  margin-right: 0;
}

.wrapper-image {
  width: 386px;
  height: 222px;
  overflow: hidden;
}

.newest-content li .news-img {
  width: 386px;
  height: 222px;
  display: inline-block;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  width: 100%;
  height: 100%;
  transition: all 2s;
}

/* .newest-content li .news-img:hover {
  transform: scale(1.2);
} */

.newest-content li h5 {
  height: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #0d1726;
  line-height: 30px;
  margin: 22px 24px 8px 24px;
}

.newest-content li p {
  height: 48px;
  font-size: 16px;

  font-weight: 400;
  color: #79808c;
  line-height: 24px;
  margin: 0 24px;
}

.banner-box,
.swiper-container {
  height: 0;
  padding-bottom: 680px;
  overflow: hidden;
}

.banner-box .swiper-slide {
  float: left;
  position: relative;
  cursor: default;
}

.swiper-wrapper .swiper-slide .banner-bg {
  width: 100%;
  /*height: 1080px; */
}

.banner-box .pagination {
  position: absolute;
  z-index: 999;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 30px;
  height: 4px;
  border-radius: 8px;
  background: #203782;
  margin: 0 5px;
  opacity: 0.8;
  cursor: pointer;
}

.swiper-active-switch {
  background: #fff;
}

.cir {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  margin-left: -50%;
  top: 50%;
}

#img1 {
  width: 570px;
  /*height: 570px;*/
  border-radius: 140px;
  -webkit-animation: run 50s linear 0s infinite;
  z-index: 1;
  position: absolute;
  left: 40%;
  top: -80;
}

#img1:hover {
  -webkit-animation-play-state: paused;
}

@-webkit-keyframes run {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

#img2 {
  width: 67px;
  /*height: 66px;*/
  border-radius: 140px;
  -webkit-animation: run 30s linear 0s infinite;
  position: absolute;
  left: 68%;
  bottom: -500px;
}

#img2:hover {
  -webkit-animation-play-state: paused;
}

@-webkit-keyframes run {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

#img3 {
  width: 225px;
  /*height: 225px;*/
  border-radius: 140px;
  -webkit-animation: run 30s linear 0s infinite;
  position: absolute;
  left: 80%;
  bottom: -5%;
}

#img3:hover {
  -webkit-animation-play-state: paused;
}

@-webkit-keyframes run {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

#img4 {
  width: 175px;
  /*height: 175px;*/
  border-radius: 140px;
  -webkit-animation: run 30s linear 0s infinite;
  position: absolute;
  left: 10%;
  bottom: -600px;
}

#img4:hover {
  -webkit-animation-play-state: paused;
}

@-webkit-keyframes run {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/* .index-title-center h2 {
    position: absolute;
    height: 80px;
    text-align: center;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    line-height: 80px; 
    margin-bottom: 20px;
    z-index: 999;

} */

/* 两大产品线 */
.product {
  width: 100%;
  padding: 80px 0 78px;
  background: #ffffff;
}

.product-content {
  overflow: hidden;
}

.product h2 {
  padding-bottom: 48px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #0d1726;
  line-height: 50px;
}

.product-box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.product-box-middle {
  margin: 27px 0;
}

.product-box li {
  width: 1200px;
  /* position: relative;
	cursor: pointer; */
  display: flex;
  justify-content: space-between;
}

.product-box li .product-box-img {
  width: 678px;
  height: 464px;
}

.product-box li .product-box-right {
  margin-top: 16px;
  width: 478px;
  height: 368px;
}

.product-box li:nth-child(1) .product-box-right {
  background: url(../../static/images/icon_scgy_bg@1x.png) no-repeat top;
  background-size: 478px 142px;
}

.product-box li:nth-child(2) .product-box-right {
  background: url(../../static/images/icon_wg_bg@2x.png) no-repeat top;
  background-size: 478px 142px;
}

.product-box li:nth-child(3) .product-box-right {
  background: url(../../static/images/icon_wg_bg@2x.png) no-repeat top;
  background-size: 478px 142px;
}

.product-box li .product-box-right .box-title {
  margin-top: 40px;
  height: 38px;
  font-size: 26px;
  font-weight: bold;
  color: #0d1726;
  line-height: 38px;
}

.product-box li .product-box-right .line {
  margin: 16px 0;
  width: 24px;
  height: 2px;
  background: #2474ff;
}

.product-box li .product-box-right .box-content {
  height: 60px;
  font-size: 18px;

  font-weight: 400;
  color: #444c59;
  line-height: 30px;
}

.product-box li .product-box-right .product-type {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 44px 0;
  width: 424px;
  height: 80px;
}

.product-box li .product-box-right .product-type .product-type-itme {
  flex-basis: 50%;
  margin-bottom: 16px;
  display: flex;
  justify-content: flex-start;
}

.product-box li .product-box-right .product-type .product-type-itme .product-type-icon {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.product-box li .product-box-right .product-type .product-type-itme .product-type-text {
  height: 24px;
  font-size: 16px;
  font-weight: 400;
  color: #6d7582;
  line-height: 24px;
}

.product-box li .product-box-right .box-btn {
  width: 120px;
  height: 40px;
  background: #2474ff;
  border-radius: 4px;
}

.product-box li .product-box-right .box-btn .box-btn-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 120px;
  height: 40px;
  font-size: 16px;

  font-weight: 400;
  color: #ffffff;
  line-height: 40px;
}

.product-box li .product-box-right .box-btn .box-btn-text .detail-text {
  margin-left: 19px;
}

.product-box li .product-box-right .box-btn .box-btn-text .box-arrow-icon {
  width: 12px;
  height: 12px;
  margin-left: 6px;
  transform: translateX(0);
  transition: transform .3s ease-out;
}

.product-box li .product-box-right .box-btn:hover {
  background: #5090ff;
}

.product-box li .product-box-right .box-btn:hover .box-arrow-icon {
  /* margin-left: 12px; */
  transform: translateX(4px);
}

.product-box li:hover .product-view {
  display: block;
}

.product-box li:hover {
  /* box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.06); */
}

.product-box .product-view {
  padding: 67px 128px;
  position: absolute;
  background: rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  display: none;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  transition: all 0.3s;
}

.product-box .product-view-button {
  width: 128px;
  height: 44px;
  font-size: 20px;
  line-height: 44px;
  display: inline-block;
  border: 1px solid #ffffff;
  color: #fff;
}

.product-box .product-box-content {
  background: rgba(255, 255, 255, 1);
  border-radius: 8px;
}

.product-box .product-box-title {
  padding: 30px 0 16px;
  height: 20px;
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 20px;
}

.product-box .product-box-desc {
  padding: 0 25px 30px 25px;
  width: 336px;
  height: 52px;
  font-size: 14px;
  font-weight: 400;
  color: #80848f;
  line-height: 26px;
}

/* 四大核心优势 */
.advantage {
  width: 100%;
  height: 542px;
  background: #f9fafc;
  padding: 80px 0 100px;
  box-sizing: border-box;
}

.advantage .advantage-box {
  width: 1200px;
  display: flex;
  justify-content: space-between;
  /* align-items: flex-end; */
  height: 284px;
}

.advantage .advantage-box .advantage-box-item {
  transform: translateY(0);
  transition: transform 0.3s ease-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
  cursor: pointer;
  width: 285px;
  height: 264px;
  background: linear-gradient(180deg, #fafdff 0%, #ffffff 100%);
  box-shadow: 0px 4px 20px 0px rgba(110, 125, 150, 0.06), inset 0px -2px 6px 0px rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 0 24px;
  margin-right: 20px;
}

.advantage .advantage-box .advantage-box-item .advantage-box-icon {
  margin-top: 24px;
  width: 108px;
  height: 108px;
}

.advantage .advantage-box .advantage-box-item .advantage-box-title {
  font-size: 22px;
  font-weight: bold;
  color: #0d1726;
  line-height: 30px;
}

.advantage .advantage-box .advantage-box-item .advantage-box-content {
  width: 100%;
  margin-top: 8px;
  font-size: 16px;
  color: #79808c;
  line-height: 24px;
}

.advantage .advantage-box .advantage-box-item:hover {
  transform: translateY(-8px);
}

.advantage .advantage-box .advantage-box-item:nth-last-child(1) {
  margin-right: 0;
}

.advantage>h2 {
  padding: 0 0 48px 0;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  color: #0d1726;
  line-height: 50px;
}

.advantage-box {
  display: block;
  margin: 0 auto;
}

.advantage-box>ul {
  width: 100%;
}

.advantage-box>ul>li {
  width: 590px;
  height: 160px;
  box-sizing: border-box;
}

.advantage-box>ul>li:nth-child(2n) {
  margin-right: 0;
}

.pain-point-box>li {
  float: left;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  width: 386px;
  height: 168px;
  padding: 24px 20px;
  margin-right: 20px;
  background: rgba(255, 255, 255, 1);
  border-radius: 6px;
  border: 1px solid #d7dde4;
  box-sizing: border-box;
}

.pain-point-box>li:hover {
  box-shadow: 0px 6px 20px -2px rgba(0, 0, 0, 0.06);
}

.pain-point-box>li:hover .pain-point-title::before {
  width: 96px;
}

.pain-point-box>li:last-child {
  margin-right: 0;
}

.pain-point-box>li>img {
  /* width: 120px; */
  height: 120px;
  margin-right: 20px;
}

.pain-point-content {
  display: inline-block;
  vertical-align: top;
}

.pain-point-title {
  position: relative;
  margin-top: 6px;
  font-size: 24px;
  color: #1f6cdd;
}

.pain-point-title::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #1f6cdd;
  position: absolute;
  left: 0;
  bottom: -20px;
  transition: width 1s ease;
}

.pain-point-desc {
  margin-top: 32px;
  line-height: 26px;
  font-size: 14px;
  color: #80848f;
}

.platform-demo {
  width: 100%;
  padding: 80px 0;
  background: #f5f7f9;
}

.platform-demo-content {
  overflow: hidden;
}

.img-mac {
  width: 560px;
  height: 400px;
  float: left;
}

.platform-demo-left {
  float: left;
  width: 600px;
  margin-right: 40px;
}

.platform-demo-title {
  margin-bottom: 20px;
  margin-top: 104px;
  line-height: 48px;
  font-size: 40px;
  color: #333333;
}

.platform-demo-desc {
  line-height: 24px;
  font-size: 16px;
  color: #666666;
}

.platform-demo-btn {
  display: inline-block;
  width: 128px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  margin-top: 40px;
  background-color: #1f6cdd;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
}

.platform-demo-btn:hover {
  color: #fff;
  background-color: #3a7ae1;
}

/* 服务流程 */
.iservice-process {
  padding: 80px 0 100px;
  width: 100%;
  box-sizing: border-box;
  background-color: #fff;
  text-align: center;
}

.iservice-process .iservice-process-content {
  width: 1200px;
}

.iservice-process .iservice-process-content .iservice-process-box {
  display: flex;
  justify-content: flex-start;
}

.iservice-process .iservice-process-content .iservice-process-box .iservice-process-item:hover .circle {
  background: #2474ff;
  color: #fff;
}

.iservice-process .iservice-process-content .iservice-process-box .iservice-process-item {
  margin-right: 54px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
  cursor: pointer;
  width: 197px;
}

.iservice-process .iservice-process-content .iservice-process-box .iservice-process-item .circle {
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #f5f7fa;
  box-shadow: 0px 4px 20px 0px rgba(255, 255, 255, 0.08);
  font-size: 24px;
  font-weight: bold;
  color: #2474ff;
  line-height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.iservice-process .iservice-process-content .iservice-process-box .iservice-process-item .line {
  position: relative;
  width: 178px;
  height: 1px;
  opacity: 0.72;
  border-bottom: 1.5px dashed #c9ccd1;
  top: -137px;
  left: 124px;
}

.iservice-process .iservice-process-content .iservice-process-box .iservice-process-item:nth-last-child(1) {
  margin-right: 0;
}

.iservice-process .iservice-process-content .iservice-process-box .iservice-process-describe {
  margin-top: 24px;
  height: 30px;
  font-size: 22px;
  font-weight: bold;
  color: #0d1726;
  line-height: 30px;
}

.iservice-process .iservice-process-content .iservice-process-box .iservice-process-desEng {
  width: 100%;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #79808c;
  line-height: 22px;
}


.iservice-process-title {
  margin-bottom: 48px;
  height: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #0d1726;
  line-height: 50px;
}

.iservice-process-img {
  width: 1200px;
  height: auto;
}

/* 关于秀川 */
.index-about {
  width: 100%;
  height: 584px;
  background: #f9fafc;
}

.index-about .index-about-container {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
  height: 584px;
  box-sizing: border-box;
  padding: 80px 0;
}

.index-about .index-about-container .index-about-content {
  z-index: 10;
}

.index-about .index-about-container .index-about-content .about-title {
  margin: 16px 0;
  height: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #0d1726;
  line-height: 50px;
}

.index-about .index-about-container .index-about-content .about-content {
  width: 546px;
  text-align: justify;
}

.index-about .index-about-container .index-about-content .about-content .about-content-detail {
  height: 120px;
  font-size: 16px;

  font-weight: 400;
  color: #444c59;
  line-height: 24px;
}

.index-about .index-about-container .index-about-content .about-content .about-content-more {
  cursor: pointer;
  color: #2474ff;
  font-size: 16px;
}

.index-about .index-about-container .index-about-content .about-content .about-content-more .arrow-icon-container {
  display: inline-block;
  height: 24px;
}

.index-about .index-about-container .index-about-content .about-content .about-content-more .arrow-icon-container .about-arrow-icon {
  position: relative;
  top: 2px;
  margin-left: 4px;
  width: 14px;
  height: 14px;
  transform: translateX(0);
  transition: transform .3s ease-out;
}

.index-about .index-about-container .index-about-content .about-content .about-content-more:hover .about-arrow-icon {
  transform: translateX(4px);
}

.index-about .index-about-container .index-about-content .about-data {
  margin-top: 32px;
  width: 720px;
  height: 160px;
  background: linear-gradient(180deg, #fafdff 0%, #ffffff 100%);
  box-shadow: 0px 4px 20px 0px rgba(110, 125, 150, 0.06), inset 0px -2px 6px 0px rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  border: 2px solid #ffffff;
}

.index-about .index-about-container .index-about-content .about-data .about-data-content {
  width: 100%;
  padding: 0 37px;
  box-sizing: border-box;
  height: 160px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.index-about .index-about-container .index-about-content .about-data .about-data-content .about-data-itme {
	width: 33%;
  margin-right: 0;
}

.index-about .index-about-container .index-about-content .about-data .about-data-content .about-data-itme:nth-last-child(1) {
  margin-right: 0;
}

.index-about .index-about-container .index-about-content .about-data .about-data-num {
  height: 56px;
  font-size: 40px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #2474ff;
  line-height: 56px;
}

.index-about .index-about-container .index-about-content .about-data .about-data-num .targetNumber {
  display: inline-block;
}

.index-about .index-about-container .index-about-content .about-data .about-data-num .data-unit {
  height: 42px;
  font-size: 30px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: bold;
  color: #2474ff;
  line-height: 42px;
  margin-left: 8px;
}

.index-about .index-about-container .index-about-content .about-data .about-data-title {
  height: 24px;
  font-size: 16px;

  font-weight: 400;
  color: #79808c;
  line-height: 24px;
}

.index-about .index-about-container .about-image {
  margin-left: -114px;
  z-index: 1;
  width: 590px;
  height: 424px;
  border-radius: 8px;
  overflow: hidden;
}

.index-about .index-about-container .about-image img {
  width: 100%;
  height: 100%;
  transition: all 2s;
}

.index-about .index-about-container .about-image img:hover {
  transform: scale(1.2);
}


.index-about-left {
  width: 600px;
  padding: 60px 40px;
  float: left;
  margin-right: 60px;
  background-color: #fff;
  box-sizing: border-box;
}

.index-about-title {
  margin-bottom: 40px;
  line-height: 40px;
  font-size: 40px;
  color: #333333;
}

.index-about-desc {
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 24px;
}

.index-about-more {
  color: #1f6cdd;
}

.index-about-right {
  width: 540px;
  float: left;
  margin-top: -12px;
  overflow: hidden;
}

.index-about-right>div {
  width: 234px;
  float: left;
  text-align: center;
  margin-right: 48px;
  margin-bottom: 60px;
}

.index-about-right>div:nth-child(2n) {
  margin-right: 0;
}

.index-about-num {
  line-height: 64px;
  margin-bottom: 24px;
  font-size: 56px;
  font-weight: bold;
  color: #fff;
  font-family: arial;
}

.index-about-unit {
  line-height: 24px;
  font-size: 24px;
  font-weight: 400;
}

.index-about-text {
  margin-bottom: 10px;
  line-height: 26px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.index-about-detail {
  width: 234px;
  line-height: 22px;
  margin: 0 auto;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}

.exchange {
  height: 280px;
  padding: 80px 0;
  background: url(../../static/images/index_exchange@2x.png) no-repeat center;
  position: relative;
  background-size: cover;
  box-sizing: border-box;
}
/* 立即咨询 */
  .solution-consultation {
    height: 240px;
    padding: 59px 0;
    background: url(../../static/images/public/pulic_footer_bg@2x.png)
      no-repeat center;
    position: relative;
    background-size: cover;
    box-sizing: border-box;
  }

  .solution-consultation-text {
    /* padding: 0; */
    text-align: center;
  }

  .solution-consultation-text .consultation-text {
    height: 26px;
    font-size: 14px;
    color: #464c5b;
    line-height: 26px;
    margin-bottom: 40px;
  }

  .solution-text {
    margin-bottom: 80px;
  }

  .solution-consultation-text img {
    width: 32px;
    height: 32px;
    display: inline-block;
  }

  .solution-consultation-text .solution-text > li > p {
    display: inline-block;
  }

  .solution-consultation-text ul li {
    float: left;
    margin-bottom: 20px;
  }

  /* 咨询 */
  .immediately {
    height: 32px;
    font-size: 32px;
    color: #fff;
    line-height: 32px;
    margin-bottom: 30px;
    font-weight: bold;
  }

  .iphone {
    margin: 0 auto;
    position: relative;
    margin-bottom: 16px;
    font-size: 0;
    width: 500px;
    height: 60px;
    border-radius: 7px;
    padding: 4px 4px 4px 0;
    box-sizing: border-box;
    background: #fff;
    display: flex;
    align-items: center;
  }

  .iphone input {
    box-sizing: border-box;
    width: 372px;
    height: 48px;
    vertical-align: middle;
    background: rgba(255, 255, 255, 1);
    border: 0px;
    /* border-radius: 2px 0 0 2px; */
    padding-left: 16px;
    font-size: 16px;
    
    font-weight: 400;
    line-height: 22px;
    /* margin-right: 11px; */
  }
  .iphone input::placeholder {
    font-size: 16px;
    
    font-weight: 400;
    line-height: 22px;
  }

  .make {
    width: 130px;
    height: 52px;
    background: linear-gradient(180deg, #ffaa00 0%, #ff6e00 100%);
    border-radius: 4px;
    font-size: 18px;
    
    font-weight: bold;
    color: #ffffff;
    line-height: 26px;
  }

  .make:hover { 
    background: linear-gradient(180deg, #FF9F00 0%, #FF9F00 100%);
    
  }

  .contact-tip {
    position: absolute;
    top: 60px;
    width: 500px;
    margin: 0 auto;
    margin-top: 8px;
    text-align: left;
    color: #e6311e;
    font-size: 14px;
  }

  .form-fixed-tip {
    position: absolute;
    top: 76px;
    color: #e6311e;
    font-size: 14px;
  }

  .show_msg {
    width: 100%;
    height: 35px;
    text-align: center;
    position: fixed;
    left: 0;
    z-index: 999;
  }

  .show_span {
    display: inline-block;
    height: 35px;
    padding: 0 15px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50px;
    color: #fff;
    font-size: 1em;
  }

  input[type="number"]::-webkit-outer-spin-button,
  input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  input[type="number"] {
    -moz-appearance: textfield; /* Firefox 不显示加减符号 */
  }
 /* .index-phone{
            margin-right: -8.5px !important;
        } */
      .advantage-number {
        font-family: "Arial";
        font-size: 64px;
        font-weight: bold;
      }

      .index-home {
        /* height: 700px;
            background: url(../../static/images/index_banner@2x.png) no-repeat center;
            position: relative;
            background-size: cover; */
      }
      .contents {
        opacity: 0;
        transform: translateY(100px);
        transition: opacity 1s, transform 2s;
      }
      .contents.visible {
        opacity: 1;
        transform: translateY(0);
      }
      .product-title-center {
        width: 100%;
        /* text-align: center; */
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin-left: 60px;
      }
      .product-title-center h2 {
        padding-top: 220px;
        height: 50px;
        text-align: center;
        font-size: 50px;
        font-weight: bold;
        color: #0d1726;
        line-height: 50px;
        margin-bottom: 16px;
      }
      .product-title-center .product-title-center-left {
        width: 610px;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
        margin-right: calc(10% - 140px);
      }

      .product-title-center p {
        width: 610px;
        height: auto;
        text-align: justify;
        color: #6d7582;
        margin-top: 8px;
        margin-bottom: 32px;
        font-size: 18px;
        
        font-weight: 400;
        color: #6d7582;
        line-height: 32px;
      }
      .index-icon-project {
        display: flex;
        justify-content: flex-start;
      }
      .index-icon-project .icon-lhyg {
        font-size: 14px;
        
        font-weight: 400;
        color: #79808c;
        line-height: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        margin-right: 58px;
      }
      .index-icon-project .icon-project {
        width: 46px;
        height: 46px;
      }
      .product-title-center-left .free-btn {
        width: 162px;
        height: 48px;
        margin-top: 40px;
        background: linear-gradient(180deg, #337eff 0%, #2474ff 100%);
        box-shadow: inset 1px 1px 4px 0px rgba(255, 255, 255, 0.12);
        border-radius: 4px;
        font-size: 18px;
        display: inline-block;
        font-weight: bold;
        color: #ffffff;
        line-height: 48px;
		text-align: center;
      }
      .product-title-center-left .free-btn:hover {
        background: #5090ff;
      }
      .product-title-center-right {
        width: 856px;
        margin-right: 60px;
      }
      @keyframes floatAnimation {
        0% {
          transform: translateY(0);
        }
        50% {
          transform: translateY(-20px);
        }
        100% {
          transform: translateY(0);
        }
      }
      .product-title-center-right .index-banner {
        position: relative;
        width: calc(100%);
        height: 558px;
        margin-top: 112px;
        background: url(../images/index_banner_img@2x.png)
          no-repeat center;
        background-size: 100% auto;
      }
      .icon2-banner-container {
        width: calc(14% - 2px);
        position: absolute;
        top: 129px;
        left: 29px;
      }
      .icon2-banner {
        animation: floatAnimation 4s ease-in-out infinite;
        width: calc(100%);
      }
      .icon1-banner-container {
        width: calc(11% - 2px);
        position: absolute;
        top: 14px;
        right: 222px;
      }
      .icon1-banner {
        animation: floatAnimation 4s ease-in-out infinite;
        width: calc(100%);
      }
      .icon3-banner-container {
        width: calc(17% - 2px);
        position: absolute;
        top: 91px;
        right: 40px;
      }
      .icon3-banner {
        animation: floatAnimation 4s ease-in-out infinite;
        width: calc(100%);
      }
      .targetNumber {
        position: relative;
        transform: translateZ(0);
        display: inline-block;
      }
	  #gotop {
	      width: 3.125rem;
	      height: 3.125rem;
	      background: #3d75c0;
	      border-radius: 50%;
	      cursor: pointer;
	      display: flex;
	      align-items: center;
	      justify-content: center;
	      opacity: 1;
	      transition: .5s;
	      -webkit-transition: .5s;
	      -moz-transition: .5s;
	      -ms-transition: .5s;
	      -o-transition: .5s;
	      position: fixed;
	      right: 2rem;
	      bottom: 10%;
	      z-index: 9999;
	      -webkit-border-radius: 50%;
	      -moz-border-radius: 50%;
	      -ms-border-radius: 50%;
	      -o-border-radius: 50%;
	  }
	  
	  #gotop svg {
	      width: 2rem;
	  }
	  
	  #gotop.hide {
	      height: 0;
		  opacity: 0;
	  }
	  
	  #gotop:hover {
	      background: #3d75c0;
	  }
	