@charset "utf-8";
body {
  background-color: #ffffff;
}
/*
* banner板块
*/
.banner_contain {
  width: 100%;
  height: 565px;
  min-width: 1200px;
}
.banner_contain a {
  display: block;
  width: 100%;
  height: 100%;
}
.banner_contain a img {
  width: 100%;
  height: 100%;
}
/*
* 系统介绍板块
*/
.introduce_contain {
  margin: 50px auto 80px;
  width: 1200px;
  height: auto;
}
.introduce_contain .introduce_title {
  margin-bottom: 65px;
  width: 100%;
  height: auto;
}
.introduce_contain .introduce_title h1 {
  margin-bottom: 18px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.introduce_contain .introduce_title i {
  display: block;
  margin: auto;
  margin-bottom: 22px;
  width: 90px;
  height: 7px;
  border-radius: 3px;
  background-color: #249fdf;
}
.introduce_contain .introduce_title p {
  margin: auto;
  width: 1196px;
  height: auto;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
}
.introduce_contain .introduce_box {
  width: 1200px;
  height: 144px;
}
.introduce_contain .introduce_box li {
  float: left;
  margin: 0 23px;
  width: 354px;
  height: 144px;
}
.introduce_contain .introduce_box li i {
  float: left;
  width: 139px;
  height: 144px;
  background: url(../img/digital/elves.png) no-repeat;
}
.introduce_contain .introduce_box li p {
  float: right;
  margin: 44px 0;
  width: 176px;
  height: 56px;
  line-height: 28px;
  font-size: 16px;
  color: #333333;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.introduce_contain .introduce_box li:nth-child(1) i {
  background-position: 0 0;
}
.introduce_contain .introduce_box li:nth-child(2) i {
  background-position: -140px 0;
}
.introduce_contain .introduce_box li:nth-child(3) i {
  background-position: -280px 0;
}
.introduce_contain .introduce_box li:hover p {
  color: #249fdf;
}
/*
* 核心技术板块
*/
.core_contain {
  width: 100%;
  height: 648px;
  background-color: #f4f8ff;
}
.core_contain .core_title {
  margin: auto;
  padding: 50px 0 85px;
  width: 1200px;
  height: auto;
}
.core_contain .core_title h1 {
  margin-bottom: 18px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.core_contain .core_title i {
  display: block;
  margin: auto;
  width: 90px;
  height: 7px;
  border-radius: 3px;
  background-color: #249fdf;
}
.core_contain .core_box {
  position: relative;
  margin: auto;
  width: 1200px;
  height: 340px;
}
.core_contain .core_box .core_center {
  margin: auto;
  width: 372px;
  height: 340px;
  background: url(../img/digital/core.png) no-repeat;
  background-size: 100% 100%;
  text-align: center;
}
.core_contain .core_box .core_center h2 {
  margin-bottom: 9px;
  padding-top: 143px;
  width: 100%;
  height: 28px;
  line-height: 28px;
  font-size: 26px;
  color: #ffffff;
}
.core_contain .core_box .core_center p {
  width: 100%;
  height: 14px;
  line-height: 14px;
  font-size: 12px;
  color: #ffffff;
}
.core_contain .core_box .core_both {
  position: absolute;
  top: 12px;
  left: 192px;
  width: 816px;
  height: 316px;
}
.core_contain .core_box .core_both li {
  position: absolute;
  width: 142px;
  height: 40px;
}
.core_contain .core_box .core_both li i {
  float: left;
  margin-top: 15px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #7dc6f1;
}
.core_contain .core_box .core_both li span {
  float: left;
  margin: 0 7px;
  width: 108px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  border-radius: 20px;
  background-color: #249fdf;
}
.core_contain .core_box .core_both li:nth-child(1) {
  top: 0;
  left: 35px;
}
.core_contain .core_box .core_both li:nth-child(2) {
  top: 0;
  right: 35px;
}
.core_contain .core_box .core_both li:nth-child(3) {
  top: 92px;
  left: 0;
}
.core_contain .core_box .core_both li:nth-child(4) {
  top: 92px;
  right: 0;
}
.core_contain .core_box .core_both li:nth-child(5) {
  top: 184px;
  left: 0;
}
.core_contain .core_box .core_both li:nth-child(6) {
  top: 184px;
  right: 0;
}
.core_contain .core_box .core_both li:nth-child(7) {
  top: 276px;
  left: 35px;
}
.core_contain .core_box .core_both li:nth-child(8) {
  top: 276px;
  right: 35px;
}
/*
* 系统生态板块
*/
.ecology_contain {
  width: 100%;
  height: auto;
}
.ecology_contain .ecology_title {
  margin: auto;
  padding: 65px 0 208px;
  width: 1200px;
  height: auto;
}
.ecology_contain .ecology_title h1 {
  margin-bottom: 18px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.ecology_contain .ecology_title i {
  display: block;
  margin: auto;
  width: 90px;
  height: 7px;
  border-radius: 3px;
  background-color: #249fdf;
}
.ecology_contain .ecology_bg {
  width: 100%;
  height: 523px;
  background: url(../img/digital/bg.png) no-repeat;
  background-size: 100% 100%;
}
.ecology_contain .ecology_box {
  position: relative;
  top: -128px;
  margin: auto;
  width: 1200px;
  height: 512px;
  border-radius: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px -10px 30px 0px #b8c2f7;
  box-shadow: 0px -10px 30px 0px #b8c2f7;
}
.ecology_contain .ecology_box li {
  float: left;
  padding-top: 64px;
  width: 400px;
  height: 192px;
}
.ecology_contain .ecology_box li i {
  display: block;
  margin: 0 auto 35px;
  width: 96px;
  height: 99px;
  background: url(../img/digital/elves.png) no-repeat;
}
.ecology_contain .ecology_box li p {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 22px;
  color: #333333;
  text-align: center;
}
.ecology_contain .ecology_box li:nth-child(1) i {
  background-position: 1px -151px;
}
.ecology_contain .ecology_box li:nth-child(2) i {
  background-position: -99px -151px;
}
.ecology_contain .ecology_box li:nth-child(3) i {
  background-position: -194px -151px;
}
.ecology_contain .ecology_box li:nth-child(4) i {
  background-position: -290px -151px;
}
.ecology_contain .ecology_box li:nth-child(5) i {
  background-position: -386px -151px;
}
.ecology_contain .ecology_box li:nth-child(6) i {
  background-position: -476px -151px;
}
/*
* 系统优势板块
*/
.edge_contain {
  width: 100%;
  height: 660px;
  background-color: #f6f6f6;
}
.edge_contain .edge_title {
  margin: auto;
  padding: 50px 0 60px;
  width: 1200px;
  height: auto;
}
.edge_contain .edge_title h1 {
  margin-bottom: 18px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.edge_contain .edge_title i {
  display: block;
  margin: auto;
  width: 90px;
  height: 7px;
  border-radius: 3px;
  background-color: #249fdf;
}
.edge_contain .edge_box {
  margin: auto;
  width: 1200px;
  height: 390px;
}
.edge_contain .edge_box li {
  float: left;
  margin-left: 26.5px;
  padding: 60px 40px 0;
  width: 200px;
  height: 330px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 15px 0 #f1f1f1;
  box-shadow: 0 0 15px 0 #f1f1f1;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}
.edge_contain .edge_box li i {
  display: block;
  margin: 0 auto 35px;
  width: 70px;
  height: 74px;
  background: url(../img/digital/elves.png) no-repeat;
}
.edge_contain .edge_box li h2 {
  margin-bottom: 30px;
  width: 100%;
  height: 20px;
  line-height: 20px;
  font-size: 18px;
  color: #333333;
  text-align: center;
}
.edge_contain .edge_box li p {
  width: 100%;
  height: auto;
  line-height: 24px;
  font-size: 14px;
  color: #999999;
}
.edge_contain .edge_box li:nth-child(1) {
  margin-left: 0;
}
.edge_contain .edge_box li:nth-child(1) i {
  background-position: -419px 0;
}
.edge_contain .edge_box li:nth-child(2) i {
  background-position: -489px 0;
}
.edge_contain .edge_box :nth-child(3) i {
  background-position: -419px -74px;
}
.edge_contain .edge_box li:nth-child(4) i {
  background-position: -489px -74px;
}
.edge_contain .edge_box li:hover {
  -webkit-box-shadow: 0 0 15px 0 #249fdf;
  box-shadow: 0 0 15px 0 #249fdf;
}
/*
* 数字货币交易系统板块
*/
.trade_contain {
  margin: auto;
  width: 1200px;
  height: auto;
}
.trade_contain .trade_title {
  padding: 50px 0 30px;
  width: 100%;
  height: auto;
}
.trade_contain .trade_title h1 {
  margin-bottom: 18px;
  width: 100%;
  height: 32px;
  line-height: 32px;
  font-size: 30px;
  color: #333333;
  text-align: center;
}
.trade_contain .trade_title i {
  display: block;
  margin: auto;
  width: 90px;
  height: 7px;
  border-radius: 3px;
  background-color: #249fdf;
}
.trade_contain .trade_box {
  width: 100%;
  height: 596px;
  overflow: hidden;
}
.trade_contain .trade_box .trade_one {
  float: left;
  margin-left: 140px;
}
.trade_contain .trade_box .trade_two {
  float: right;
  margin-right: 130px;
}


.banner_contain a.banner{
  display: block;
  height:565px;
  background:url("../img/digital/banner.png") no-repeat center;
}