* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
fieldset,
img {
  border: none;
}
h3,
h4 {
  font-size: 100%;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
select,
input,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
  outline: none;
  vertical-align: middle;
}
textarea {
  resize: none;
}
table {
  border-collapse: collapse;
}
body {
  font-size: 16px;
  color: #333333;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
}
a {
  color: #303030;
  text-decoration: none;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  transition: 0.5s all;
}
.clearfix::after {
  content: '';
  display: block;
  clear: both;
}
.wrap {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.banner {
  height: 605px;
  width: 100%;
  background: url(../images/banner.jpg) top center no-repeat;
}
.indexBox {
  background: #eaf1f5;
  padding-bottom: 86px;
}
.indexBox .topBox {
  height: 646px;
  background: url(../images/bg.jpg) center center no-repeat;
}
.indexBox .topBox .wrap {
  position: relative;
}
.indexBox .topBox .wrap .item {
  width: 393px;
  height: 215px;
  position: absolute;
  padding: 29px 30px;
  transition: all .5s;
}
.indexBox .topBox .wrap .item:nth-child(1) {
  background: url(../images/box1.png) center center no-repeat;
  top: 21px;
  left: -30px;
}
.indexBox .topBox .wrap .item:nth-child(1).on {
  background: url(../images/on_box1.png) center center no-repeat;
}
.indexBox .topBox .wrap .item:nth-child(2) {
  background: url(../images/box2.png) center center no-repeat;
  top: 21px;
  right: -32px;
}
.indexBox .topBox .wrap .item:nth-child(2).on {
  background: url(../images/on_box2.png) center center no-repeat;
}
.indexBox .topBox .wrap .item:nth-child(3) {
  background: url(../images/box3.png) center center no-repeat;
  left: -45px;
  top: 221px;
  padding: 29px 43px;
}
.indexBox .topBox .wrap .item:nth-child(3).on {
  background: url(../images/on_box3.png) center center no-repeat;
}
.indexBox .topBox .wrap .item:nth-child(4) {
  background: url(../images/box4.png) center center no-repeat;
  top: 221px;
  right: -45px;
  padding: 29px 43px;
}
.indexBox .topBox .wrap .item:nth-child(4).on {
  background: url(../images/on_box4.png) center center no-repeat;
}
.indexBox .topBox .wrap .item:nth-child(5) {
  background: url(../images/box5.png) center center no-repeat;
  left: -30px;
  top: 421px;
}
.indexBox .topBox .wrap .item:nth-child(5).on {
  background: url(../images/on_box5.png) center center no-repeat;
}
.indexBox .topBox .wrap .item:nth-child(6) {
  background: url(../images/box6.png) center center no-repeat;
  top: 421px;
  right: -32px;
}
.indexBox .topBox .wrap .item:nth-child(6).on {
  background: url(../images/on_box6.png) center center no-repeat;
}
.indexBox .topBox .wrap .item .con {
  height: 100%;
  padding: 60px 0 0 46px;
  cursor: pointer;
}
.indexBox .topBox .wrap .item .con .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #0066ff;
  float: left;
  position: relative;
}
.indexBox .topBox .wrap .item .con .icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .5s;
}
.indexBox .topBox .wrap .item .con .icon img:nth-child(1) {
  transform: translate(-50%, -50%) scale(1);
}
.indexBox .topBox .wrap .item .con .icon img:nth-child(2) {
  transform: translate(-50%, -50%) scale(0);
}
.indexBox .topBox .wrap .item .con .tit {
  float: left;
  font-size: 24px;
  font-weight: bold;
  color: #0066ff;
  margin-left: 18px;
  transition: all .5s;
}
.indexBox .topBox .wrap .item:nth-child(2n) .con {
  padding: 60px 0 0 110px;
}
.indexBox .topBox .wrap .item.on .con .icon {
  background: #fff;
}
.indexBox .topBox .wrap .item.on .con .icon img:nth-child(1) {
  transform: translate(-50%, -50%) scale(0);
}
.indexBox .topBox .wrap .item.on .con .icon img:nth-child(2) {
  transform: translate(-50%, -50%) scale(1);
}
.indexBox .topBox .wrap .item.on .con .tit {
  color: #fff;
}
.indexBox .swiper-container {
  margin-top: 68px;
}
.indexBox .swiper-container .swiper-slide .zhjt .title {
  text-align: center;
}
.indexBox .swiper-container .swiper-slide .zhjt .title h3 {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  color: #242424;
  position: relative;
}
.indexBox .swiper-container .swiper-slide .zhjt .title h3::before {
  content: '';
  width: 62px;
  height: 61px;
  background: url(../images/title_before.png) center center no-repeat;
  position: absolute;
  left: -62px;
}
.indexBox .swiper-container .swiper-slide .zhjt .title h3::after {
  content: '';
  width: 62px;
  height: 61px;
  background: url(../images/title_after.png) center center no-repeat;
  position: absolute;
  right: -62px;
  top: -10px;
}
.indexBox .swiper-container .swiper-slide .zhjt .content {
  width: 1200px;
  height: 206px;
  background: url(../images/code_bg.png) center center no-repeat;
  margin-top: 41px;
  padding: 38px 298px 0 46px;
  position: relative;
}
.indexBox .swiper-container .swiper-slide .zhjt .content .text {
  font-size: 18px;
  color: #242424;
  line-height: 2;
}
.indexBox .swiper-container .swiper-slide .zhjt .content .code {
  width: 117px;
  height: 117px;
  box-shadow: 0px 2px 34px 0px #c5cde7;
  position: absolute;
  top: 28px;
  right: 97px;
}
.indexBox .swiper-container .swiper-slide .zhjt .content .code img {
  width: 100%;
  height: 100%;
}
.indexBox .swiper-container .swiper-slide .ldal {
  margin-top: 62px;
}
.indexBox .swiper-container .swiper-slide .ldal .title {
  text-align: center;
}
.indexBox .swiper-container .swiper-slide .ldal .title h3 {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  color: #242424;
  position: relative;
}
.indexBox .swiper-container .swiper-slide .ldal .title h3::before {
  content: '';
  width: 62px;
  height: 61px;
  background: url(../images/title_before.png) center center no-repeat;
  position: absolute;
  left: -62px;
}
.indexBox .swiper-container .swiper-slide .ldal .title h3::after {
  content: '';
  width: 62px;
  height: 61px;
  background: url(../images/title_after.png) center center no-repeat;
  position: absolute;
  right: -62px;
  top: -10px;
}
.indexBox .swiper-container .swiper-slide .ldal .content {
  width: 1210px;
  margin: 41px auto 0;
  padding: 0 20px;
}
.indexBox .swiper-container .swiper-slide .ldal .content li {
  width: 568px;
  float: left;
  position: relative;
  height: 558px;
  margin-bottom: 45px;
}
.indexBox .swiper-container .swiper-slide .ldal .content li .pic {
  width: 542px;
  height: 324px;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.indexBox .swiper-container .swiper-slide .ldal .content li .pic img {
  width: 100%;
  height: 100%;
}
.indexBox .swiper-container .swiper-slide .ldal .content li .textCon {
  width: 568px;
  height: 492px;
  border: 2px solid #fff;
  border-radius: 3px;
  background: #f3f7f9;
  position: absolute;
  top: 66px;
  padding: 343px 14px 0;
}
.indexBox .swiper-container .swiper-slide .ldal .content li .textCon .tit {
  width: 464px;
  height: 68px;
  background: url(../images/tit_bg.png) center center no-repeat;
  position: absolute;
  left: -27px;
  top: 272px;
  padding: 7px 41px 17px;
}
.indexBox .swiper-container .swiper-slide .ldal .content li .textCon .tit a {
  display: block;
  width: 100%;
  font-size: 20px;
  color: #0060ff;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  line-height: 44px;
}
.indexBox .swiper-container .swiper-slide .ldal .content li .textCon .text {
  color: #242424;
  line-height: 24px;
  text-align: justify;
}
.indexBox .swiper-container .swiper-slide .ldal .content li .textCon .wz {
  position: absolute;
  bottom: 13px;
  right: 13px;
  padding-left: 25px;
  background: url(../images/icon_dizhi.png) left center no-repeat;
  color: #1c72ff;
}
.indexBox .swiper-container .swiper-slide .ldal .content li:nth-child(2n) {
  float: right;
}
.indexBox .zcfc {
  margin-top: 37px;
}
.indexBox .zcfc .title {
  text-align: center;
}
.indexBox .zcfc .title h3 {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  color: #242424;
  position: relative;
}
.indexBox .zcfc .title h3::before {
  content: '';
  width: 62px;
  height: 61px;
  background: url(../images/title_before.png) center center no-repeat;
  position: absolute;
  left: -62px;
}
.indexBox .zcfc .title h3::after {
  content: '';
  width: 62px;
  height: 61px;
  background: url(../images/title_after.png) center center no-repeat;
  position: absolute;
  right: -62px;
  top: -10px;
}
.indexBox .zcfc ul {
  margin-top: 41px;
}
.indexBox .zcfc ul li {
  width: 582px;
  height: 68px;
  border-radius: 3px;
  border: 1px solid #fff;
  background: #f3f7f9;
  margin-bottom: 19px;
  float: left;
}
.indexBox .zcfc ul li:nth-child(2n) {
  float: right;
}
.indexBox .zcfc ul li a {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 14px 22px 0 16px;
}
.indexBox .zcfc ul li a .icon {
  width: 40px;
  height: 40px;
  background: #ecf3ff;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 0;
  float: left;
}
.indexBox .zcfc ul li a .icon img {
  vertical-align: middle;
}
.indexBox .zcfc ul li a .tit {
  float: left;
  font-size: 18px;
  color: #242424;
  line-height: 40px;
  margin-left: 8px;
  width: 494px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 35px;
  background: url(../images/jt.png) center right no-repeat;
}
.indexBox .zcfc ul li a:hover .tit {
  color: #0060ff;
}
.indexBox .jstj {
  margin-top: 63px;
}
.indexBox .jstj .title {
  text-align: center;
}
.indexBox .jstj .title h3 {
  display: inline-block;
  font-size: 42px;
  font-weight: bold;
  color: #242424;
  position: relative;
}
.indexBox .jstj .title h3::before {
  content: '';
  width: 62px;
  height: 61px;
  background: url(../images/title_before.png) center center no-repeat;
  position: absolute;
  left: -62px;
}
.indexBox .jstj .title h3::after {
  content: '';
  width: 62px;
  height: 61px;
  background: url(../images/title_after.png) center center no-repeat;
  position: absolute;
  right: -62px;
  top: -10px;
}
.indexBox .jstj .content {
  margin-top: 41px;
  height: 247px;
  background: url(../images/jstj_con.png) center center no-repeat;
  padding: 32px 33px 0;
}
.indexBox .jstj .content ul li {
  float: left;
  width: 549px;
  margin-bottom: 35px;
  line-height: 1;
}
.indexBox .jstj .content ul li::before {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #0b5cff;
  margin-right: 14px;
  vertical-align: middle;
}
.indexBox .jstj .content ul li a {
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
  width: 524px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.indexBox .jstj .content ul li a:hover {
  color: #0b5cff;
}
.indexBox .jstj .content ul li:nth-child(2n) {
  float: right;
}
