body {
  perspective: none !important;
  overflow-x: auto !important;
}
.indexcont {
  position: relative;
}
.label {
  padding: 0 !important;
  font-weight: 500 !important;
}
.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}
/* baner */
.swipecot {
  width: 100%;
  height: 790px;
}
.swpimg1 {
  position: relative;
  width: 100%;
  height: 750px;
  background: url(../images/index/bg.png) no-repeat center top;
}
.swpimg2 {
  position: relative;
  width: 100%;
  height: 750px;
  background: url(../images/index/bner2.png) no-repeat center top;
}
.swpimg2 a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.swpimg2 .elbaner {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.elbaner .leftbner {
  position: relative;
  padding-top: 236px;
  color: #ffffff;
}
.elbaner .leftbner h2 {
  margin-bottom: 55px;
  font-size: 50px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 2px;
  color: #ffffff;
}
.elbaner .leftbner p {
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  color: #ffffff;
}
.elbaner .leftbner button {
  margin-top: 64px;
  width: 148px;
  height: 46px;
  text-align: center;
  background-color: #2c67ed;
  border-radius: 2px;
  font-size: 14px;
  line-height: 46px;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
}
.elbaner .leftbner button:hover {
  background-color: #2949cc;
}
.elbaner .rightbner {
  margin-top: 70px;
  position: relative;
  width: 622px;
  height: 594px;
}
.elbaner .rightbner .rtimgbox {
  position: relative;
  width: 622px;
  height: 594px;
  background: url("../images/product/ElectronService/rgtbr.png") no-repeat;
}
.elbaner .rightbner .imgbne1 {
  position: absolute;
  top: 150px;
  left: 128px;
}
.elbaner .rightbner .imgbne2 {
  position: absolute;
  top: 80px;
  left: 255px;
}
.elbaner .rightbner .imgbne1 {
  animation: move2 1.6s infinite alternate;
}
.elbaner .rightbner .imgbne2 {
  animation: move3 1.4s infinite alternate;
}
.rscpan {
  display: block;
  position: absolute;
  bottom: 158px;
  right: 192px;
  width: 366px;
  height: 176px;
  background-color: #1532ac;
  opacity: 0.3;
  border-radius: 50%;
  -webkit-animation: serv_border 3s 0s linear infinite;
  animation: serv_border 3s 0s linear infinite;
}
.rscpan::before {
  content: "";
  display: inline-block;
  width: 518px;
  height: 255px;
  background-color: #0f2ca9;
  opacity: 0.3;
  border-radius: 50%;
  margin: -30px 0 0 -85px;
}
.rscpan::after {
  content: "";
  display: inline-block;
  width: 749px;
  height: 366px;
  background-color: #102b9f;
  opacity: 0.2;
  border-radius: 50%;
  margin: -306px 0 0 -205px;
}
.emscal {
  position: absolute;
  top: 76px;
  right: -160px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #45a8ff;
  border-radius: 50%;
  -webkit-animation: serv_one_border 1.2s 0.3s linear infinite;
  animation: serv_one_border 1.2s 0.3s linear infinite;
}
.emscal1 {
  top: 184px;
  left: 480px;
  -webkit-animation: serv_one_border 1.4s 0.6s linear infinite;
  animation: serv_one_border 1.4s 0.6s linear infinite;
}
.emscal2 {
  top: 399px;
  left: -199px;
  -webkit-animation: serv_one_border 1.8s 0.4s linear infinite;
  animation: serv_one_border 1.8s 0.4s linear infinite;
}
.emscal4 {
  top: 470px;
  -webkit-animation: serv_one_border 1.6s 0.5s linear infinite;
  animation: serv_one_border 1.6s 0.5s linear infinite;
}
.left1 {
  display: block;
  position: absolute;
  left: 14%;
  bottom: 28%;
  animation: toRightMove 1.5s linear infinite;
}
.right1 {
  display: block;
  position: absolute;
  right: 15%;
  bottom: 34%;
  animation: toLeftMove 1.5s linear infinite;
}
@keyframes toRightMove {
  25% {
    transform: translateX(-20px);
  }

  50%,
  100% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(20px);
  }
}
@keyframes toLeftMove {
  25% {
    transform: translateX(15px);
  }

  50%,
  100% {
    transform: translateX(0);
  }

  75% {
    transform: translateX(-15px);
  }
}
.swpimg1 .banner-con {
  position: absolute;
  top: 0;
  color: #ffffff;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}
.swpimg1 .banner-con h1 {
  margin-top: 150px;
  font-size: 46px;
  line-height: 100px;
}
.swpimg1 .banner-con ul {
  margin: 60px auto 30px auto;
  display: table;
}
.swpimg1 .banner-con ul li {
  float: left;
  border-right: 2px solid white;
  padding: 0 10px;
  font-size: 22px;
}
.swpimg1 .banner-con ul li:last-child {
  border-right: none;
}
.swpimg1 .banner-con button {
  color: #eca202;
  width: 190px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: 1px solid #eca202;
  background: transparent;
  margin-top: 80px;
}
.swpimg1 .banner-con button:hover {
  background-color: #eca202;
  color: #fff;
  transition: all 0.3s ease-out;
}
.text-color {
  color: #eca202;
}
.swpimg1 .banner-con p,
button {
  font-size: 20px;
}
.numberbox {
  width: 1200px;
  height: 166px;
  /* margin: 0 auto; */
  /* margin-top: -125px; */
  position: absolute;
  z-index: 9;
  top: 81%;
  right: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
}
.numberbox ul {
  margin-top: 26px;
  padding: 0 40px;
  justify-content: space-between;
}
.numberbox ul li {
  float: left;
  display: flex;
  align-items: center;
  width: 150px;
  height: 120px;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
  color: #2b277f;
  margin-right: 74px;
}
.numberbox ul li:nth-child(1) {
  margin-left: 63px;
}
.numberbox ul li:last-of-type {
  margin-right: 0;
}
.numberbox ul li i {
  display: inline-block;
  width: 68px;
  height: 68px;
  background-position: 0 0;
}
.numberbox ul li i.numicn2 {
  background-position: 0 -76px;
}
.numberbox ul li i.numicn3 {
  background-position: 0 -152px;
}
.numberbox ul li i.numicn4 {
  background-position: 0 -228px;
}
.numberbox ul li i.numicn5 {
  background-position: 0 -304px;
}
.numberbox ul li > div {
  /*margin-left: 10px;*/
}
.numberbox ul li > div > div {
  line-height: 1;
  font-size: 36px;
  color: #2b277f;
  /*margin-bottom: 10px;*/
}
.numberbox ul li span {
  display: inline-block;
  /*margin-bottom: 15px;*/
  font-size: 50px;
  color: #2b277f;
}
.numberbox ul li p {
  /*margin: 0;*/
  margin-top: 10px;
}

/*标题*/
.title h1 {
  font-size: 36px;
  line-height: 80px;
  color: #333333;
  background: url("../images/index/bt-bg.png") no-repeat center bottom;
}
.title p {
  padding-top: 20px;
  font-size: 16px;
  width: 690px;
  line-height: 24px;
  margin: 0 auto;
  color: #888888;
}
/*类金融系统产品*/
.system-box {
  margin-top: -50px;
  padding-top: 120px;
  padding-bottom: 72px;
  width: 100%;
  height: 680px;
  background: url(../images/index/system-bg.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
}
.system-ul {
  width: 100%;
  /*overflow: auto;*/
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.system-ul li {
  cursor: pointer;
  padding: 30px 40px;
  background: white;
  float: left;
  width: 335px;
  height: 430px;
  margin-right: 20px;
  overflow: hidden;
}
.system-ul li:last-of-type {
  margin-right: 0px;
}
.system-ul li img {
  opacity: 1;
}
.system-ul li h3 {
  margin: 20px 0;
  color: #333333;
  font-size: 20px;
  margin-bottom: 29px;
}
.system-ul li span {
  width: 100%;
  line-height: 25px;
  color: #888888;
  font-size: 14px;
}
.system-ul li:hover {
  background: url(../images/index/system-hover.png) no-repeat center;
  transition: background 2s;

  background-size: 100% 100%;
}
.system-ul li:hover h3 {
  color: white;
  font-size: 26px;
  margin-top: 50px;
}
.system-ul li:hover span {
  color: white;
}
.system-ul li:hover .system-btn {
  opacity: 1;
  margin-top: 50px;
}
.system-ul li:hover img {
  display: none;
}
.system-btn {
  opacity: 0;
  width: 120px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  color: white;
  border: 1px white solid;
  background: transparent;
  cursor: pointer;
}
/*核心价值*/
.core-box {
  width: 100%;
  height: 626px;
  text-align: center;
  overflow: hidden;
  padding-top: 40px;
}
.core {
  height: 350px;
  background-color: #f4f6f9;
}
.core ul {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.core li {
  text-align: center;
  float: left;
  width: 640px;
  height: 430px;
  cursor: pointer;
}
.core li.stli1 {
  background-image: url(../images/index/core1.png);
}
.core li.stli2 {
  background-image: url(../images/index/core2.png);
}
.core li.stli3 {
  background-image: url(../images/index/core3.png);
}
.core li img {
  margin-top: 110px;
  margin-bottom: 20px;
}
.core li h6 {
  margin-bottom: 15px;
  font-size: 24px;
  color: white;
}
.core li p {
  display: none;
}

.core li:hover {
  background: url(../images/index/core-hover.png) no-repeat;
  transition: all 0.5s ease-out;
}
.core li:hover h6 {
  color: #fff;
}
.core li:hover p {
  display: block;
  text-align: left;
  padding: 0 120px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 38px;
}
.core li:hover img {
  margin-top: 80px;
  transition: all 0.5s ease-out;
}
.core li.active {
  background-image: url(../images/index/core-hover.png);
}
.core li.active h6 {
  color: #fff;
}
.core li.active p {
  display: block;
  text-align: left;
  padding: 0 20px;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  margin-top: 25px;
}
.core li.active img {
  margin-top: 45px;
}
/*覆盖类金融业务各场景接口*/
.icon {
  background: url("../images/index/icon.png") no-repeat;
}
.coverage-box {
  width: 100%;
  height: 780px;
  margin-top: -20px;
  background: url("../images/index/coverage-bg.png") no-repeat center top;
  text-align: center;
}
.p-t {
  padding-top: 60px;
}
.coverage {
  height: 350px;
}
.coverage ul {
  display: flex;
  justify-content: space-between;
  margin: 30px auto;
}
.coverage li {
  text-align: center;
  float: left;
  width: 380px;
  height: 240px;
  transition: margin 0.2s linear;
  cursor: pointer;
}
.coverage li img {
  margin-top: 40px;
  margin-bottom: 30px;
  width: 48px;
}
.coverage li h6 {
  margin-bottom: 15px;
  font-size: 20px;
  color: #05134c;
}
.coverage li p {
  padding: 0 67px;
  font-size: 14px;
  line-height: 24px;
  color: #8e91a3;
}
.coverage li i {
  display: inline-block;
  width: 48px;
  height: 48px;
  margin: 24px 0;
  background-position: -3px -5px;
}
.coverage li.stli2 i {
  background-position: -53px -5px;
}
.coverage li.stli3 i {
  background-position: -102px -5px;
}
.coverage li.stli4 i {
  background-position: -152px -5px;
}
.coverage li.stli5 i {
  background-position: -251px -5px;
}
.coverage li.stli6 i {
  background-position: -202px -5px;
}
.coverage li.stli7 i {
  background-position: -301px -5px;
}
.coverage li.stli8 i {
  background-position: -351px -5px;
}
.coverage li.stli9 i {
  background-position: -400px -5px;
}
.coverage li.stli10 i {
  background-position: -450px -5px;
}
.coverage li:hover {
  background-color: #232066;
  box-shadow: 0px 0px 20px 10px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease-out;
}
.coverage li.active h6 {
  color: #fff;
}
.coverage li.active p {
  display: block;
  color: #fff;
}
.coverage li.active i {
  background-position: -3px -60px;
}
.coverage li.active.stli2 i {
  background-position: -53px -60px;
}
.coverage li.active.stli3 i {
  background-position: -102px -60px;
}
.coverage li.active.stli4 i {
  background-position: -152px -60px;
}
.coverage li.active.stli5 i {
  background-position: -202px -60px;
}
.coverage li.active.stli6 i {
  background-position: -251px -60px;
}
.coverage li.active.stli7 i {
  background-position: -301px -60px;
}
.coverage li.active.stli8 i {
  background-position: -351px -60px;
}
.coverage li.active.stli9 i {
  background-position: -400px -60px;
}
.coverage li.active.stli10 i {
  background-position: -450px -60px;
}
/*解决方案*/
.solution-box {
  padding-top: 85px;
  width: 100%;
  /* height: 800px; */
  background: url("../images/index/jj-bg.png") no-repeat center;
}
.solution-box .title {
  text-align: center;
  margin-bottom: 54px;
}
.solution-box .title p {
  margin-bottom: 25px;
  font-size: 36px;
  color: #ffffff;
}
.solution-box .content {
  width: 1400px;
  margin: 0 auto;
  height: 550px;
  color: #ffff;
}
.solution-box .content a:hover,
.solution-box .content a:focus {
  text-decoration: none;
  outline: none;
}
.solution-box .content .vertical-tab {
  display: table;
  width: 100%;
  /* height: 618px; */
}
.solution-box .content .vertical-tab .nav-tabs {
  display: table-cell;
  width: 1%;
  vertical-align: top;
  border: none;
  padding: 30px 0px 0px 150px;
}
.solution-box .content .vertical-tab .nav-tabs li {
  position: relative;
  width: 300px;
  height: 121px;
  /* background-color: rgba(64, 64, 167, 0.253); */
  float: none;
  vertical-align: top;
  /* margin-bottom: 10px; */
  /* margin-right: 58px; */
}
.solution-box .content .vertical-tab .nav-tabs li img {
  position: absolute;
  left: 5%;
  /* top: 22%; */
  z-index: 9999;
}
.solution-box .content .vertical-tab .nav-tabs li a {
  color: #fff;
  font-size: 20px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 40px 0px 45px 73px;
  margin: 0 0 1px 0;
  /* width: 340px;
  height: 121px; */
  border: none;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.solution-box .content .vertical-tab .nav-tabs li a:hover,
.solution-box .content .vertical-tab .nav-tabs li.active a,
.solution-box .content .vertical-tab .nav-tabs li.active a:hover {
  color: #fff;
  background: url("../images/index/title-bg.png") no-repeat center;
  /* background-color: #3b36b3 !important;*/
  background-size: 100% 100%;

  border: none;
  /* margin-right: -60px; */
  z-index: 999;
  /* width: 310px;
  height: 73px; */
  /*padding: 51px 0;*/
  /* padding-top: 26px;
  padding-left: 73px; */
  font-size: 20px;
}
.solution-box .content .vertical-tab .tab-content {
  width: 70%;
  color: #fff;
  /*background-color: rgba(64, 64, 167, 0.253);*/
  border-left: 1px solid #3c355c;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 23px;
  padding: 34px 40px 10px 50px;
  display: table-cell;
  position: relative;
}
.solution-box .content .vertical-tab .tab-content .left-icon {
  margin-left: -25px;
  margin-right: 10px;
  margin-top: -5px;
}
.solution-box .content .vertical-tab .tab-content span {
  font-size: 20px;
  display: inline-block;
  margin-bottom: 22px;
}
.solution-box .content .vertical-tab .tab-content .small-title {
  font-size: 16px;
  color: #ffffff;
  opacity: 0.8;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 11px;
}
.solution-box .content .vertical-tab .tab-content .content-title {
  width: 100%;
  height: 41px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
  line-height: 24px;
  margin-bottom: 79px;
  margin-left: 5px;
}
.solution-box .content .vertical-tab .tab-content .title-2 {
  margin-left: 5px;
}
.solution-box .content .vertical-tab .tab-content .content-title-2 {
  width: 96%;
  height: 41px;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.8;
  line-height: 24px;
  letter-spacing: 0px;
  margin-bottom: 80px;
  margin-left: 5px;
}
.solution-box .content .vertical-tab .tab-content .img-1 {
  display: block;
  width: 485px;
  margin-left: 5px;
}
.solution-box .content .vertical-tab .tab-content .img {
  display: block;
  width: 100%;
  margin-left: 5px;
}
.solution-box .content .vertical-tab .tab-content .button {
  text-align: center;
  width: 120px;
  height: 43px;
  line-height: 43px;
  background-color: #3b36b3;
  margin-top: 61px;
}
.solution-box .content .vertical-tab .tab-content .button:hover {
  cursor: pointer;
  background-color: #312e99;
}
.zgs-box {
  width: 100%;
  height: 700px;
  padding-top: 40px;
}
.zgs-box .w .title {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 75px;
}
.zgs-box .w .title p {
  font-size: 36px;
  color: #333333;
  margin-bottom: 20px;
}
.zgs-box .w .content {
  width: 100%;
  margin: 0 auto;
}
.yidong-box {
  width: 100%;
  height: 1266px;
  padding-top: 88px;
  background: url("../images/index/yd-bg.png") no-repeat center;
}
.yidong-box .w .title-y {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 116px;
}
.yidong-box .w .title-y .one {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.yidong-box .w .title-y .two {
  font-size: 16px;
  color: #b4b4b4;
  margin-top: 17px;
}
.yidong-box .w .content {
  color: #fff;
}
.yidong-box .w .content .left {
  width: 50%;
  margin-right: 115px;
}
.yidong-box .w .content .left .title-c {
  margin-bottom: 60px;
}
.yidong-box .w .content .left .title-c p:nth-child(1) {
  font-size: 26px;
  width: 348px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  background-color: #2b277f;
  margin-bottom: 15px;
}
.yidong-box .w .content .left .title-c p:nth-child(2) {
  width: 580px;
  font-size: 14px;
  color: #b4b4b4;
}
.yidong-box .w .content .left .content-c li {
  width: 356px;
  margin-bottom: 54px;
}
.yidong-box .w .content .left .content-c li span {
  font-size: 18px;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 20px;
}
.yidong-box .w .content .left .content-c li p {
  color: #b4b4b4;
  font-size: 14px;
}
.yidong-box .w .content .right {
  width: 40%;
  position: relative;
}
.yidong-box .w .content .right .mobile {
  width: 240px;
  height: 516px;
  background: url("../images/index/right-m.png") no-repeat;
  background-size: 100%;
}
.yidong-box .w .content .right .line1 {
  position: absolute;
  width: 442px;
  height: 267px;
  background: url(../images/index/line-1.png) no-repeat center;
  background-size: 70%;
  left: -17%;
  top: 22%;
}
.yidong-box .w .content .right .line2 {
  position: absolute;
  width: 479px;
  height: 661px;
  background: url(../images/index/line-2.png) no-repeat center;
  background-size: 70%;
  left: -3%;
  top: -16%;
}
.yidong-box .w .content .right .line3 {
  position: absolute;
  width: 495px;
  height: 661px;
  background: url(../images/index/line-3.png) no-repeat center;
  background-size: 70%;
  left: 19%;
  top: -16%;
}
.yidong-box .w .content .right .icon1 {
  position: absolute;
  width: 113px;
  height: 113px;
  background: url(../images/index/m-1.png) no-repeat center;
  top: -14%;
  right: 17%;
}
.yidong-box .w .content .right .icon2 {
  position: absolute;
  width: 117px;
  height: 117px;
  background: url(../images/index/m-2.png) no-repeat center;
  top: 11%;
  right: -2%;
}
.yidong-box .w .content .right .icon3 {
  position: absolute;
  width: 113px;
  height: 113px;
  background: url(../images/index/m-3.png) no-repeat center;
  top: 39%;
  right: -6%;
}
.yidong-box .w .content .right .icon4 {
  position: absolute;
  width: 113px;
  height: 113px;
  background: url(../images/index/m-4.png) no-repeat center;
  top: 67%;
  right: 0%;
}
.yidong-box .w .content .right .icon5 {
  position: absolute;
  width: 113px;
  height: 113px;
  background: url(../images/index/m-5.png) no-repeat center;
  bottom: -11%;
  right: 18%;
}
.yidong-sl-box {
  width: 1398px;
  height: 763px;
  margin: 0 auto;
  margin-top: -402px;
  padding-top: 46px;
  box-shadow: 6px 6px 18px 3px rgba(0, 0, 0, 0.09);
  border-radius: 116px 30px 116px 30px;
  background: url("../images/index/sl-bg.png") no-repeat;
}
.yidong-sl-box .title-y {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.yidong-sl-box .title-y p {
  font-size: 36px;
  color: #fff;
  margin-bottom: 20px;
}
.fk-box {
  width: 100%;
  height: 1573px;
  padding-top: 60px;
  background-color: #f7f7f7;
}
.fk-box .w .title-f {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.fk-box .w .title-f .one {
  font-size: 36px;
  color: #333333;
  margin-bottom: 20px;
}
.fk-box .w .title-f .two {
  font-size: 16px;
  color: #888888;
  margin-top: 17px;
  margin-bottom: 20px;
}
.jk-box {
  width: 100%;
  height: 1800px;
  padding-top: 94px;
  background: url("../images/index/jk-bg.png") no-repeat center;
}
.jk-box .w .title-j {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.jk-box .w .title-j .one {
  font-size: 36px;
  color: #fff;
  margin-bottom: 10px;
}
.jk-box .w .title-j .two {
  font-size: 16px;
  color: #b4b4b4;
  margin-top: 17px;
  margin-bottom: 20px;
}
.sl-box {
  width: 100%;
  height: 500px;
  padding-top: 80px;
  background-color: #f4f4f4;
}
.sl-box .w .title-s {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 50px;
}
.sl-box .w .title-s p {
  font-size: 36px;
  color: #333333;
  margin-bottom: 10px;
}
.sl-box .w .content ul {
  display: flex;
  flex-wrap: wrap;
}
.sl-box .w .content ul li {
  width: 19%;
  height: 110px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.sl-box .w .content ul li img {
  width: 100%;
  height: 100%;
}
.sl-box .w .content ul li:hover {
  height: 109px;
  box-shadow: 0px 0px 17px 4px rgba(0, 0, 0, 0.09);
  transition: all 0.2s ease-out;
}
