.container {}

.col {
  background: #fff;
  padding: 50px 0;
}

.col .content {}

.col .h2 {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  color: #444;
  margin-bottom: 25px;
  letter-spacing: 2px;
}

.icon {
  display: block;
}

.col .p {
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  color: #666;
}

.banner {
  height: 520px;
  background: url(/skin/style/img/b2b2c/banner.png?t=20190806) no-repeat center;
  position: relative;
}

.banner .wrp1150 {
  position: relative;
  height: 100%;
}

.banner .btn-group {
  position: absolute;
  left: 110px;
  bottom: 100px;
}

.banner .btn-group .btn {
  font-size: 18px;
  display: inline-block;
  width: 158px;
  height: 52px;
  border: 1px solid;
  text-align: center;
  line-height: 52px;
  color: #fff;
  border-radius: 4px;
  margin: 0 16px;
}

.banner .btn-group .btn.resUrl {
  background: #ff484c;
  border-color: #ff484c;
}

.banner .btn-group .btn.kfUrl {
  border: 1px solid #FE4848;
}

.banner .btn-group .btn:hover {
  opacity: .9;
}

.banner .btn-group .btn-text-group {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
}

.banner .btn-group .btn-text-group span {}


.zx-col {
  height: 183px;
  background: url(/skin/style/img/blockchain/last-col-bg.png) no-repeat center center;
}

.zx-col .h2 {
  color: #fff;
  margin: 40px 0;
}

.zx-col .content {
  display: block;
  width: 654px;
  margin: 0 auto;
}

.zx-col .box {
  display: block;
  width: 500px;
  height: 50px;
  margin: 0 auto;
  background: #fff;
  border-radius: 4px;
  position: relative;
  float: left;
}

.zx-col .box .inp {
  width: 100%;
  padding: 8px;
  box-sizing: border-box;
  height: 50px;
  padding-right: 130px;
  font-size: 18px;
  color: #666;
  border-radius: 4px;
}

.zx-col .box .btn {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 120px;
  height: 46px;
  color: #fff;
  background: #0060ff;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
}

.zx-col .btn-zx {
  float: left;
  width: 120px;
  height: 46px;
  text-align: center;
  color: #fff;
  background: #1c9733;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  line-height: 46px;
  border: 2px solid #fff;
  margin-left: 30px;
  position: relative;
}

.zx-col .btn-zx:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 44px;
  background: #fff;
  left: -17px;
  top: 2px;
}

.xt-col {}

.xt-col .h2 {}

.xt-col .h2 span {
  color: #3b71f2;
}

.xt-col .tip {
  text-align: center;
}

.xt-col .tip span {
  background: #eeeeee;
  border-radius: 20px;
  padding: 10px 20px;
  display: inline-block;
  margin: 10px 0;
}

.xt-col .list {}

.xt-col .list .item {
  float: left;
  width: 33.333334%;
}

.xt-col .list .item .box {
  text-align: center;
  width: 326px;
  height: 270px;
  border: 1px solid #ccc;
  border-bottom: 3px solid #c91523;
  margin: 35px auto;
}

.xt-col .list .item .box .span {
  color: #a6a6a6;
}

.xt-col .list .item .box .icon {
  margin: 30px auto;
  height: 100px;
}

.xt-col .list .item .box .h3 {
  margin: 30px 0 20px;
}

.xt-col .list .item .box .txt {
  color: #666;
}

.ms-col {}

.ms-col .h2 span {
  color: #ff6000;
}

.ms-col .list {
  position: relative;
  height: 450px;
  margin: 40px 0;
}

.ms-col .list .item {
  float: left;
  width: 20%;
}

.ms-col .list .item .tab {}

.ms-col .list .item .tab .tab-btn {
  width: 190px;
  height: 50px;
  background: #fff;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
  margin: 0 auto;
  position: relative;
  border: 1px solid #e1e1e1;
}

.ms-col .list .item .tab.active .tab-btn {
  background: #3b71f2;
  color: #fff;
}

.ms-col .list .item .tab .tab-btn span {
  overflow: hidden;
  font-size: 16px;
}

.ms-col .list .item .tab .tab-content {
  display: none;
  width: 1150px;
  position: absolute;
  box-sizing: border-box;
  left: 0;
  bottom: 0;
  transition: .3s;
}

.ms-col .list .item .tab.active .tab-content {
  display: block;
}

.ms-col .list .item .tab-content .box {
  display: table;
}

.ms-col .list .item .tab .tab-content .img {
  text-align: center;
}

.ms-col .list .item .tab .tab-content .img img {}

.ms-col .list .item .tab .tab-content .text {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}

.ms-col .list .item .tab .tab-content .text .h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.ms-col .list .item .tab .tab-content .text .txt {
  font-size: 14px;
  color: #666;
  margin: 20px 0;
  line-height: 1.8;
}

.ms-col .list .item .tab .tab-content .text .btn-group {
  margin: 0 -10px;
}

.ms-col .list .item .tab .tab-content .text .btn-group .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #ff484c;
  margin: 0 10px;
}

.ms-col .list .item .tab .tab-content .text .btn-group .btn.btn-ty {
  background: #ff484c;
  color: #fff;
}

.ms-col .list .item .tab .tab-content .text .btn-group .btn.btn-zx {
  color: #ff484c;
}

.hy-col {
  background: #f3f5f8;
}

.hy-col .h2 span {
  color: #ff7073;
}

.hy-col .text {
  text-align: center;
  margin-bottom: 12px;
}

.hy-col .content {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  padding: 50px 30px;
}

.hy-col .text .span {
  display: inline-block;
  border-radius: 60px;
  font-size: 24px;
  background: #3b71f2;
  color: #fff;
  padding: 24px 80px;
  margin: 20px 0 12px;
}

.hy-col .text .icon {
  margin: 0 auto;
}

.hy-col .list1 {}

.hy-col .list1 .item {
  float: left;
  width: 20%;
}

.hy-col .list1 .item .box {
  width: 150px;
  height: 135px;
  background: #3b71f2;
  text-align: center;
  margin: 0 auto;
  border-radius: 8px;
  color: #fff;
  overflow: hidden;
}

.hy-col .list1 .item .box .icon {
  margin: 10px auto;
  width: 70px;
  height: 70px;
}

.hy-col .list1 .item .box .h3 {
  color: #fff;
  margin: 10px 0;
}

.hy-col .list1 .item .box .txt {
  font-size: 12px;
  padding: 0 10px;
}

.hy-col .list1 .item .t {
  text-align: center;
  margin: 10px 0;
}

.hy-col .list2 {
  margin: 40px 0;
}

.hy-col .list2 .item {
  float: left;
  width: 33.33334%;
}

.hy-col .list2 .item .box {
  width: 342px;
  height: 315px;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin: 10px auto;
  overflow: hidden;
}

.hy-col .list2 .item .box .icon {
  margin: 20px auto;
}

.hy-col .list2 .item .box .h3 {
  font-size: 24px;
  text-align: center;
}

.hy-col .list2 .item .box .txt {
  color: #666;
  margin: 20px 40px;
}

.hy-col .btn {
  width: 242px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  font-size: 18px;
  background: #fe5f5e;
}


.zh-col {
  padding-bottom: 0;
}

.zh-col .h2 span {
  color: #2bab16
}

.zh-col .list {}

.zh-col .list .items {
  padding: 50px 0;
}

.zh-col .list .items .box {
  display: table;
}

.zh-col .list .items:nth-child(even) {
  background: #f3f5f8
}

.zh-col .list .items .img {
  text-align: center;
}

.zh-col .list .items .img img {}

.zh-col .list .items .text {
  width: 60%;
  display: table-cell;
  vertical-align: middle;
  padding-left: 40px;
}

.zh-col .list .items .text .t {
  font-size: 20px;
  color: #333;
}

.zh-col .list .items .text .item-list {
  margin: 20px 0;
}

.zh-col .list .items .text .item-list .item {
  overflow: hidden;
  width: 50%;
  float: left;
  line-height: 1.2;
  box-sizing: border-box;
  margin: 15px 0;
  padding-right: 10px;
}

.zh-col .list .items .text .item-list .item .icon {
  float: left;
  margin-right: 10px;
}

.zh-col .list .items .text .item-list .item .h3 {
  /*overflow: hidden; */
  margin: 15px 0;
}

.zh-col .list .items .text .item-list .item .txt {
  overflow: hidden;
  font-size: 12px;
}

.zh-col .list .items .btn-group {
  margin: 0 -10px;
}

.zh-col .list .items .btn-group .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #2bab16;
  margin: 0 10px;
}

.zh-col .list .items .btn-group .btn.btn-ty {
  background: #2bab16;
  color: #fff;
}

.zh-col .list .items .btn-group .btn.btn-zx {
  color: #2bab16;
}

.hx-col {}

.hx-col .h2 span {
  color: #00aeff;
}

.hx-col .list {
  padding-top: 20px;
}

.hx-col .list .item {
  float: left;
  width: 25%;
}

.hx-col .list .item .box {
  text-align: center;
  width: 245px;
  height: 210px;
  border: 1px solid #ededed;
  margin: 20px auto;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
}

.hx-col .list .item .box:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1)
}

.hx-col .list .item .box .icon {
  width: 70px;
  height: 70px;
  margin: 40px auto;
}

.hx-col .list .item .box .txt {
  color: #666;
  line-height: 1.8;
  padding: 0 20px;
}

.gn-col {
  height: 620px;
  background: url('/skin/style/img/b2b2c/hx-bg.png') no-repeat center center;
}

.gn-col .p {
  color: #fff
}

.gn-col .h2 span {
  color: #fff
}

.gn-col .img {
  text-align: center;
  padding-top: 30px;
}

.gn-col .img img {}

.tx-col {}

.tx-col .list {
  overflow: hidden;
}

.tx-col .list .item {
  float: left;
  width: 25%;
}

.tx-col .list .item .box {
  text-align: center;
  padding: 8px;
  border: 1px solid #e3e2e5;
  margin: 40px 10px 20px;
}

.tx-col .list .item .box .icon {
  margin: 0 auto;
}

.tx-col .list .item .box .h3 {
  font-size: 18px;
  margin: 20px 0 10px;
}

.tx-col .list .item .box .txt {
  color: #666;
  height: 64px;
  margin: 10px 0 20px;
}

.ys-col {}

.ys-col .list {
  margin-top: 40px;
}

.ys-col .list .item {
  float: left;
  width: 33.333334%;
}

.ys-col .list .item .box {
  margin: 20px 30px;
  border-radius: 8px;
  background: #eee;
  text-align: center;
  padding: 20px;
}

.ys-col .list .item .box .h3 {
  margin-bottom: 16px;
  font-size: 18px;
  color: #333;
}

.ys-col .list .item .box .txt {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

.bg-hx_01 {
  width: 70px;
  height: 70px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1950px -10px;
}

.bg-hx_02 {
  width: 69px;
  height: 63px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1861px -6px;
}

.bg-hx_03 {
  width: 60px;
  height: 59px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1363px -5px;
}

.bg-hx_04 {
  width: 62px;
  height: 60px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1605px -5px;
}

.bg-hx_05 {
  width: 51px;
  height: 51px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1212px -1px;
}

.bg-hx_06 {
  width: 61px;
  height: 65px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1523px -7px;
}

.bg-hx_07 {
  width: 60px;
  height: 60px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1443px -4px;
}

.bg-hx_08 {
  width: 62px;
  height: 62px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1687px -6px;
}

.bg-hy_01 {
  width: 50px;
  height: 46px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -163px 2px;
}

.bg-hy_02 {
  width: 55px;
  height: 45px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1286px 2px;
}

.bg-hy_03 {
  width: 68px;
  height: 34px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1772px 7px;
}

.bg-hy_04 {
  width: 26px;
  height: 46px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') 9px 0px;
}

.bg-hy_05 {
  width: 40px;
  height: 46px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -97px 0px;
}

.bg-xt_01 {
  width: 196px;
  height: 70px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -3080px 6px;
}

.bg-xt_02 {
  width: 98px;
  height: 97px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -2040px -8px;
}

.bg-xt_03 {
  width: 182px;
  height: 78px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -2878px 2px;
}

.bg-yx_01 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -242px -10px;
}

.bg-yx_02 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -312px -10px;
}

.bg-yx_03 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -382px -10px;
}

.bg-yx_04 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -452px -10px;
}

.bg-yx_05 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -522px -10px;
}

.bg-yx_06 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -592px -10px;
}

.bg-hy_00 {
  width: 36px;
  height: 49px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -56px -10px;
}

.bg-yx_07 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -662px -10px;
}

.bg-yx_08 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -732px -10px;
}

.bg-yx_09 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -802px -10px;
}

.bg-yx_10 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -872px -10px;
}

.bg-yx_11 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -942px -10px;
}

.bg-yx_12 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1012px -10px;
}

.bg-yx_13 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1082px -10px;
}

.bg-yx_14 {
  width: 50px;
  height: 50px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -1152px -10px;
}

.bg-hy_06 {
  width: 100px;
  height: 100px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -2158px -10px;
}

.bg-hy_07 {
  width: 100px;
  height: 100px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -2278px -10px;
}

.bg-hy_08 {
  width: 100px;
  height: 100px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -2398px -10px;
}

.bg-hy_09 {
  width: 100px;
  height: 100px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -2518px -10px;
}

.bg-hy_10 {
  width: 100px;
  height: 100px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -2638px -10px;
}

.bg-hy_11 {
  width: 100px;
  height: 100px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -2758px -10px;
}

.bg-mk_01 {
  width: 248px;
  height: 115px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -3296px -10px;
}

.bg-mk_02 {
  width: 248px;
  height: 115px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -3564px -10px;
}

.bg-mk_03 {
  width: 248px;
  height: 115px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -3832px -10px;
}

.bg-mk_04 {
  width: 248px;
  height: 115px;
  background: url('/skin/style/img/b2b2c/sprites-icon.png') -4100px -10px;
}