/* 动效 */
.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;
}

.index-title-center2 {
  top: 0;
}

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

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

.product-title-center {
  width: 100%;
  text-align: center;
}

.product-title-center-left {
  opacity: 0;
  transform: translateY(100px);
  animation: headerFadeInUp 2s forwards;
}

.product-title-center h2 {
  padding-top: 170px;
  height: 50px;
  text-align: center;
  font-size: 50px;

  font-weight: bold;
  color: #0d1726;
  line-height: 50px;
  margin-bottom: 16px;
}

.product-title-center p {
  width: 610px;
  text-align: justify;
  font-size: 20px;

  color: rgba(255, 255, 255, 0.8);
  line-height: 28px;
}

.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/index/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/index/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/index/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 {
  margin-right: 44px;
}

.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;
}