.col {
  background: #fff;
  padding: 50px 0;
}

.col .content {}

.col .h2 {
  text-align: center;
  font-size: 30px;
  line-height: 42px;
  color: #444;
  margin-bottom: 20px;
  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/sociality/banner.png?t=20190806) no-repeat center;
  position: relative;
}

.banner .wrp1150 {
  position: relative;
  height: 100%;
}

.banner .btn-group {
  position: absolute;
  left: 188px;
  bottom: 134px;
}

.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: #fb8759;
  border-color: #fb8759;
  color: #fff;
}

.banner .btn-group .btn.kfUrl {}

.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 {}

.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;
}

.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;
}

.js-col .h2 .span {
  color: #6b62fd
}

.js-col .img {
  text-align: center;
  padding: 40px 0;
}

.hx-col {
  background: #f3f8fc;
}

.hx-col .h2 .span {
  color: #6b62fd
}

.hx-col .content {
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 10px 0 rgba(84, 110, 243, .2);
  position: relative;
  margin-top: 40px;
}

.hx-col .content .wrp {
  position: relative;
  width: 100%;
  height: 432px;
  border: 1px solid #536ef3;
}

.hx-col .content .list {
  width: 280px;
  height: 100%;
  float: right;
  background: #536ef3;
  padding-top: 100px;
  box-sizing: border-box;
}

.hx-col .content .list .t {
  position: absolute;
  top: 30px;
  right: 44px;
  width: 179px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  background: url(/skin/style/img/sociality/gn-bg.png?t=20190806) no-repeat center center;
  color: #fff;
  font-size: 16px;
}

.hx-col .content .list .items {
  width: 280px;
}

.hx-col .content .list .items .item-tab {
  width: 280px;
  box-sizing: border-box;
}

.hx-col .content .list .items .item-tab .box {
  margin: 5px 20px 5px 30px;
  border: 1px solid #fff;
  border-radius: 4px;
  height: 70px;
  color: #fff;
  line-height: 70px;
  padding: 0 20px;
  font-size: 16px;
  cursor: pointer;
  position: relative;
}

.hx-col .content .list .items .item-tab .icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.hx-col .content .list .items .item-tab span {}

.hx-col .content .list .items .item-content {
  opacity: 0;
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  width: 790px;
  height: 432px;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 50px;
  z-index: 1;
}

.hx-col .content .list .items .item-content .h3 {
  color: #546ef6;
  font-size: 24px;
  margin: 40px 0 20px;
}

.hx-col .content .list .items .item-content .h3::after {
  content: ''
}

.hx-col .content .list .items .item-content .p {
  line-height: 3;
  letter-spacing: 1px;
  height: 144px;
  margin: 20px 0 50px;
}

.hx-col .content .list .items .item-content .foot-list {}

.hx-col .content .list .items .item-content .foot-list .item {
  float: left;
  width: 25%;
}

.hx-col .content .list .items .item-content .foot-list .item .box {
  text-align: center;
  color: #666;
}

.hx-col .content .list .items .item-content .foot-list .item .box .icon {
  margin: 0 auto;
  width: 40px;
  height: 40px;
}

.hx-col .content .list .items .item-content .foot-list .item .box .p {}

.hx-col .content .list .items.active {
  z-index: 2;
}

.hx-col .content .list .items.active .item-content {
  opacity: 1;
  z-index: 2;
}

.hx-col .content .list .items.active .item-tab .box {
  background: #fff;
  color: #536ef3;
}

.hx-col .content .list .items.active .item-tab .box::before {
  content: '';
  width: 0;
  position: absolute;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #fff transparent transparent;
  top: 50%;
  left: -20px;
  margin-top: -10px;
}

.hx-col .content .list .items.active .item-tab .box .icon {
  background-position-y: -5px;
}

.qd-col .h2 .span {
  color: #fa4f3d
}

.qd-col .img {
  text-align: center;
  padding: 40px 0;
}

.tx-col .h2 .span {
  color: #1a71f4
}

.tx-col .content {
  display: table;
}

.tx-col .text {
  width: 400px;
  display: table-cell;
  vertical-align: middle;
  padding: 0 40px;
}

.tx-col .text .list {
  margin-right: 20px;
}

.tx-col .text .list .item {
  margin: 38px 0;
}

.tx-col .text .list .item .box {}

.tx-col .text .list .item .box .h3 {
  color: #1970f1;
  font-weight: 800;
  margin-bottom: 8px;
}

.tx-col .text .list .item .box .txt {}

.tx-col .text .btn-group {
  margin-left: -10px;
  margin-top: 30px;
}

.tx-col .text .btn-group .btn {
  display: inline-block;
  text-align: center;
  border-radius: 4px;
  width: 118px;
  height: 38px;
  line-height: 38px;
  border: 1px solid #1970f1;
  margin: 0 10px;
}

.tx-col .text .btn-group .btn.resUrl {
  background: #1970f1;
  color: #fff;
}

.tx-col .text .btn-group .btn.kfUrl {
  color: #1970f1;
}

.tx-col .img {
  text-align: center;
}


.tx-col .img {
  text-align: center;
  padding: 40px 0;
}

.qw-col .img {
  text-align: center;
  padding: 40px 0;
}

.qw-col .img img {}

.qw-col .text {
  padding: 20px 40px;
  color: #666;
  font-size: 16px;
  border-radius: 10px;
  border: 1px dashed #838484;
  margin: 20px 0;
}

.qw-col .text .p {
  overflow: hidden;
  line-height: 2.2;
}

.qw-col .text .span {
  font-weight: 800;
  float: left;
  line-height: 1.6;
  font-size: 20px;
}

.lb-col {
  height: 800px;
  background: url('/skin/style/img/sociality/lb-bg.png?t=20190806') no-repeat center center;
}

.lb-col .h2 .span {
  color: #0853ee;
}

.lb-col .list {
  padding-top: 40px;
}

.lb-col .list .item {
  float: left;
  width: 25%;
}

.lb-col .list .item .box {
  text-align: center;
  overflow: hidden;
  width: 270px;
  height: 190px;
  background: #fff;
  margin: 10px auto;
}

.lb-col .list .item .box:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.lb-col .list .item .box .icon {
  margin: 30px auto 20px;
  width: 42px;
  height: 42px;
}

.lb-col .list .item .box .h3 {
  margin: 20px 0;
}

.lb-col .list .item .box .txt {
  padding: 0 20px;
}

.td-col .h2 .span {
  color: #4b85e5;
}

.td-col .img {
  text-align: center;
  padding: 40px 0;
}

.vs-col .h2 .span {
  color: #feb001;
}

.vs-col .img {
  text-align: center;
  padding: 40px 0;
}

.zc-col .h2 .span {
  color: #ff4975;
}

.zc-col .list {
  padding-top: 40px;
}

.zc-col .list .item {
  float: left;
  width: 33.33334%;
}

.zc-col .list .item .box {
  text-align: center;
  overflow: hidden;
  width: 280px;
  height: 250px;
  background: #fff;
  margin: 10px auto;
  border-radius: 10px;
  cursor: pointer;
}

.zc-col .list .item .box:hover {

  background: #f3f8fd;
}

.zc-col .list .item .box .icon {

  margin: 25px auto;
}

.zc-col .list .item .box .h3 {

  margin: 10px 0;
}

.zc-col .list .item .box .txt {

  padding: 0 20px;
}

.jz-col .h2 .span {
  color: #189023;
}

.jz-col .list {
  padding-top: 40px;
}

.jz-col .list .item {
  float: left;
  width: 25%;
}

.jz-col .list .item .box {
  text-align: center;
  overflow: hidden;
  width: 248px;
  height: 310px;
  border: 1px solid #ccc;
  margin: 10px auto;
}

.jz-col .list .item .box:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
}

.jz-col .list .item .box .icon {}

.jz-col .list .item .box .h3 {
  padding: 15px 0;
  font-size: 18px;
  margin: 10px 0 15px;
  position: relative;
}

.jz-col .list .item .box .h3::after {
  content: '';
  background: #189023;
  position: absolute;
  width: 48px;
  height: 3px;
  bottom: -3px;
  left: 50%;
  margin-left: -24px;
}

.jz-col .list .item .box .txt {
  color: #666;
  padding: 0 15px;
  line-height: 1.8;
}

.bg-gn_01 {
  width: 40px;
  height: 40px;
  background: url('/skin/style/img/sociality/gn-icon.png') -4px -56px;
}

.bg-gn_02 {
  width: 40px;
  height: 40px;
  background: url('/skin/style/img/sociality/gn-icon.png') -108px 45px;
}

.bg-gn_03 {
  width: 40px;
  height: 40px;
  background: url('/skin/style/img/sociality/gn-icon.png') -57px 45px;
}

.bg-gn_04 {
  width: 40px;
  height: 40px;
  background: url('/skin/style/img/sociality/gn-icon.png') -160px 47px;
}

.bg-jz_01 {
  width: 248px;
  height: 120px;
  background: url('/skin/style/img/sociality/jz-icon.png') -10px -10px;
}

.bg-jz_02 {
  width: 248px;
  height: 120px;
  background: url('/skin/style/img/sociality/jz-icon.png') -278px -10px;
}

.bg-jz_03 {
  width: 248px;
  height: 120px;
  background: url('/skin/style/img/sociality/jz-icon.png') -546px -10px;
}

.bg-jz_04 {
  width: 248px;
  height: 120px;
  background: url('/skin/style/img/sociality/jz-icon.png') -814px -10px;
}

.bg-hx_01 {
  width: 31px;
  height: 25px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -239px -3px;
}

.bg-hx_02 {
  width: 31px;
  height: 31px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -290px -6px;
}

.bg-hx_03 {
  width: 31px;
  height: 25px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -342px -2px;
}

.bg-hx_04 {
  width: 31px;
  height: 30px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -393px -5px;
}

.bg-hx_05 {
  width: 25px;
  height: 31px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -3px -6px;
}

.bg-hx_06 {
  width: 31px;
  height: 31px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -443px -5px;
}

.bg-hx_07 {
  width: 31px;
  height: 29px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -495px -5px;
}

.bg-hx_08 {
  width: 31px;
  height: 27px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -546px -3px;
}

.bg-hx_09 {
  width: 31px;
  height: 31px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -596px -5px;
}

.bg-hx_10 {
  width: 31px;
  height: 28px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -647px -4px;
}

.bg-hx_11 {
  width: 31px;
  height: 29px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -700px -4px;
}

.bg-hx_12 {
  width: 29px;
  height: 31px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -140px -6px;
}

.bg-hx_13 {
  width: 31px;
  height: 31px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -749px -7px;
}

.bg-hx_14 {
  width: 25px;
  height: 31px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -47px -6px;
}

.bg-hx_15 {
  width: 30px;
  height: 18px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -190px 1px;
}

.bg-hx_16 {
  width: 25px;
  height: 31px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -93px -6px;
}

.bg-lb_01 {
  width: 41px;
  height: 36px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1200px -10px;
}

.bg-lb_02 {
  width: 35px;
  height: 36px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -854px -8px;
}

.bg-lb_03 {
  width: 42px;
  height: 36px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1261px -6px;
}

.bg-lb_04 {
  width: 38px;
  height: 38px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1023px -7px;
}

.bg-lb_05 {
  width: 42px;
  height: 38px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1323px -10px;
}

.bg-lb_06 {
  width: 42px;
  height: 36px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1385px -7px;
}

.bg-lb_07 {
  width: 36px;
  height: 40px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -909px -9px;
}

.bg-lb_08 {
  width: 37px;
  height: 37px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -966px -7px;
}

.bg-lb_12 {
  width: 38px;
  height: 38px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1081px -8px;
}

.bg-zc_01 {
  width: 100px;
  height: 100px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1509px -10px;
}

.bg-zc_02 {
  width: 100px;
  height: 100px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1629px -10px;
}

.bg-zc_03 {
  width: 100px;
  height: 100px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1749px -10px;
}

.bg-zc_04 {
  width: 100px;
  height: 100px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1869px -10px;
}

.bg-zc_05 {
  width: 100px;
  height: 100px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1989px -10px;
}

.bg-zc_06 {
  width: 100px;
  height: 100px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -2109px -10px;
}

.bg-lb_09 {
  width: 42px;
  height: 38px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1447px -8px;
}

.bg-lb_10 {
  width: 39px;
  height: 32px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -1139px -5px;
}

.bg-lb_11 {
  width: 32px;
  height: 43px;
  background: url('/skin/style/img/sociality/sprites-icon.png') -800px -10px;
}