@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

body {
  background-color: #f8f8fa;
}
.banner .slogan-text {
  width: 570px;
  font-size: 22px;
  color: #fff;
  line-height: 44px;
  margin-top: 20px;
}

.banner .slogan-text > span {
  font-family: "FZLTCHJW-Regular";
  font-size: 22px;
  margin: 0 3px;
}

.banner .more {
  display: inline-block;
  width: 146px;
  height: 53px;
  border-radius: 27px;
  border: solid 1px rgba(255, 255, 255, 0.45);
  font-size: 16px;
  line-height: 53px;
  color: #ffffff;
  padding-left: 33px;
  margin-top: 75px;
}

.banner .more:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.cumulative {
  margin-top: -144px;
  background: url("../images/img_cumulative.png") center top 17px no-repeat;
  padding-bottom: 97px;
}

.cumulative .title {
  height: 86px;
  line-height: 86px;
  width: 370px;
  background-color: #fff;
  z-index: 1;
  position: relative;
  margin: 0 auto;
  background: url("../images/img_container_title.png") center top no-repeat;
  font-size: 32px;
  font-family: "FZLTCHJW-Bold";
  color: #395d95;
  text-align: center;
}

.cumulative .content {
  height: 295px;
  margin-top: -69px;
  padding: 130px 82px 0;
  font-size: 0;
}

.cumulative .content .cumulative-item {
  margin: 0 auto;
  width: 224px;
  padding-left: 96px;
}

.cumulative .content .cumulative-item .item-label {
  font-family: "FZLTCHJW-Regular";
  font-size: 24px;
  line-height: 34px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cumulative .content .cumulative-item .item-value {
  margin-top: 15px;
  font-size: 46px;
  line-height: 46px;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.cumulative .content .cumulative-item:nth-of-type(1) {
  background: url("../images/icon_cumulative1.png") left center no-repeat;
}

.cumulative .content .cumulative-item:nth-of-type(2) {
  background: url("../images/icon_cumulative2.png") left center no-repeat;
}

.cumulative .content .cumulative-item:nth-of-type(3) {
  background: url("../images/icon_cumulative3.png") left center no-repeat;
}

.title {
  text-align: center;
  font-family: "FZLTCHJW-Regular";
  font-size: 32px;
  line-height: 34px;
  color: #333333;
  position: relative;
}

.title > .more {
  font-family: "FZLTCHJW-Regular";
  display: block;
  width: 88px;
  height: 33px;
  background-color: #e8effa;
  border-radius: 16px;
  font-size: 16px;
  line-height: 34px;
  color: #6d7e94;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.title > .more:hover {
  background-color: #2d72ff;
  color: #fff;
}

.news {
  margin-top: 25px;
  margin-bottom: 83px;
}

.news .news-item {
  width: calc(33.33% - (22px * 2 / 3));
  margin-right: 22px;
  margin-top: 75px;
  -webkit-transition: all .3s;
  transition: all .3s;
  background-color: #ffffff;
  height: 351px;
  overflow: hidden;
}

.news .news-item .itme-img {
  width: 100%;
  height: 224px;
  display: block;
}

.news .news-item .item-title {
  font-size: 18px;
  line-height: 34px;
  color: #333333;
  margin: 22px 29px 0;
  height: 65px;
  text-overflow: ellipsis;
  overflow: hidden;
}

.news .news-item .item-text {
  font-size: 14px;
  line-height: 26px;
  height: 52px;
  color: #5c5f6b;
  text-overflow: ellipsis;
  margin: 0 29px;
  overflow: hidden; 
  white-space: nowrap;
}

.news .news-item:last-child {
  margin-right: 0;
}

.news .news-item:hover {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(21, 46, 100, 0.15);
          box-shadow: 0px 5px 10px 0px rgba(21, 46, 100, 0.15);
  -webkit-transform: translateY(-25px);
          transform: translateY(-25px);
}

.links-changes {
  height: 706px;
  background-color: #fff;
  padding-top: 110px;
  overflow: hidden;
}

.links-changes .content {
  margin-top: 88px;
  position: relative;
  height: 370px;
}

.links-changes .content .links-item {
  position: absolute;
  z-index: 0;
}

.links-changes .content .links-item > div {
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: calc(100% + 40px);
}

.links-changes .content .links-item > div .item-name,
.links-changes .content .links-item > div .item-text {
  white-space: nowrap;
}

.links-changes .content .links-item > div .item-name {
  font-family: "FZLTCHJW-Regular";
  line-height: 24px;
}

.links-changes .content .links-item > div .item-text {
  color: #999999;
  line-height: 24px;
}

.links-changes .content .links-item > div::after {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.links-changes .content .links-item > a {
  display: block;
  height: 100%;
  position: relative;
  z-index: 2;
}

.links-changes .content .link1,
.links-changes .content .link2,
.links-changes .content .link6,
.links-changes .content .link7 {
  width: 61px;
  height: 70px;
}

.links-changes .content .link1 .item-name,
.links-changes .content .link2 .item-name,
.links-changes .content .link6 .item-name,
.links-changes .content .link7 .item-name {
  font-size: 20px;
}

.links-changes .content .link1 .item-text,
.links-changes .content .link2 .item-text,
.links-changes .content .link6 .item-text,
.links-changes .content .link7 .item-text {
  font-size: 16px;
}

.links-changes .content .link1 > div::after,
.links-changes .content .link2 > div::after,
.links-changes .content .link6 > div::after,
.links-changes .content .link7 > div::after {
  width: 6px;
  height: 76px;
  background-color: #f00;
  top: 16px;
}

.links-changes .content .link1,
.links-changes .content .link2 {
  background: url("../images/img_link1.png") center no-repeat;
}

.links-changes .content .link1 .item-name,
.links-changes .content .link2 .item-name {
  color: #46c4a1;
}

.links-changes .content .link1 > div::after,
.links-changes .content .link2 > div::after {
  background: url("../images/img_link_text_line1.png") center no-repeat;
}

.links-changes .content .link6,
.links-changes .content .link7 {
  background: url("../images/img_link4.png") center no-repeat;
}

.links-changes .content .link6 .item-name,
.links-changes .content .link7 .item-name {
  color: #756fd4;
}

.links-changes .content .link6 > div::after,
.links-changes .content .link7 > div::after {
  background: url("../images/img_link_text_line3.png") center no-repeat;
}

.links-changes .content .link1 {
  left: 20px;
  top: 215px;
}

.links-changes .content .link2 {
  bottom: 0;
  left: 157px;
}

.links-changes .content .link6 {
  bottom: 0;
  right: 157px;
}

.links-changes .content .link7 {
  right: 20px;
  top: 215px;
}

.links-changes .content .link3,
.links-changes .content .link5 {
  width: 118px;
  height: 135px;
  top: 181px;
  background: url("../images/img_link2.png") center no-repeat;
}

.links-changes .content .link3 .item-name,
.links-changes .content .link5 .item-name {
  font-size: 24px;
  color: #333333;
}

.links-changes .content .link3 > div::after,
.links-changes .content .link5 > div::after {
  width: 9px;
  height: 108px;
  background: url("../images/img_link_text_line2.png") center no-repeat;
  top: -10px;
}

.links-changes .content .link3::after {
  left: 45px;
}

.links-changes .content .link5::after {
  right: 45px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.links-changes .content .link3 {
  left: 304px;
}

.links-changes .content .link5 {
  right: 304px;
}

.links-changes .content .link4 {
  width: 217px;
  height: 285px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
  background: url("../images/img_link3.png") center no-repeat;
}

.links-changes .content .links-item::after {
  content: '';
  position: absolute;
  z-index: 1;
}

.links-changes .content .link1::after {
  width: 123px;
  height: 80px;
  top: 27px;
  left: 21px;
  background: url("../images/img_link_line1.png") center no-repeat;
}

.links-changes .content .link2::after {
  width: 145px;
  height: 71px;
  top: -23px;
  left: 4px;
  background-color: #fff;
  background: url("../images/img_link_line2.png") center no-repeat;
}

.links-changes .content .link3::after,
.links-changes .content .link5::after {
  width: 152px;
  height: 81px;
  top: -8px;
  background: url("../images/img_link_line2.png") center no-repeat;
}

.links-changes .content .link6::after {
  width: 126px;
  height: 62px;
  top: -20px;
  right: 24px;
  background-color: #fff;
  background: url("../images/img_link_line4.png") center no-repeat;
}

.links-changes .content .link7::after {
  width: 124px;
  height: 81px;
  top: 26px;
  right: 19px;
  background-color: #fff;
  background: url("../images/img_link_line5.png") center no-repeat;
}

.river-chain {
  height: 578px;
  background: url("../images/img_river_chain.png") center top no-repeat;
  padding-top: 108px;
}

.river-chain .infos {
  width: 476px;
  color: #f4f6f8;
}

.river-chain .infos .infos-title {
  font-family: "FZLTCHJW-Bold";
  font-size: 32px;
  line-height: 34px;
}

.river-chain .infos .infos-text {
  font-size: 16px;
  line-height: 34px;
  margin-top: 30px;
  overflow: hidden;
  height: 204px;
}

.river-chain .infos .more {
  display: inline-block;
  width: 146px;
  height: 53px;
  border-radius: 27px;
  border: solid 1px rgba(255, 255, 255, 0.45);
  font-size: 16px;
  line-height: 53px;
  color: #ffffff;
  padding-left: 33px;
  margin-top: 53px;
}

.river-chain .infos .more:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.river-chain .video {
  width: 692px;
  height: 382px;
  border-radius: 4px;
  background-color: #f00;
  position: relative;
  margin-right: -32px;
  margin-top: -11px;
  background: url("../images/img_video_shadow.png") right top no-repeat;
  padding-right: 32px;
  padding-top: 11px;
}

.river-chain .video > img,
.river-chain .video > video {
  height: 100%;
  width: 100%;
}

.platform-data {
  height: 1001px;
  padding-top: 105px;
  background: url("https://www.bqpoint.com/ebpu/chainmis5/img_platform_data.png") center bottom no-repeat;
  overflow: hidden;
}

.platform-data .data-statistics {
  margin-top: 70px;
  padding-bottom: 53px;
  background: url("../images/img_list_shadow.png") center bottom no-repeat;
  margin-bottom: 6px;
}

.platform-data .data-statistics .statistics-item {
  width: 50%;
  text-align: center;
  padding: 107px 5px 0;
}

.platform-data .data-statistics .statistics-item > div {
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-data .data-statistics .statistics-item .item-value {
  font-size: 46px;
  line-height: 46px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-data .data-statistics .statistics-item .item-label {
  margin-top: 18px;
  font-size: 22px;
  line-height: 34px;
  font-family: "FZLTCHJW-Regular";
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-data .data-statistics .statistics-item:nth-of-type(1) {
  background: url("../images/icon_data_statistics1.png") center top no-repeat;
}

.platform-data .data-statistics .statistics-item:nth-of-type(2) {
  background: url("../images/icon_data_statistics2.png") center top no-repeat;
}

.platform-data .data-statistics .statistics-item:nth-of-type(3) {
  background: url("../images/icon_data_statistics3.png") center top no-repeat;
}

.platform-data .data-statistics .statistics-item:nth-of-type(4) {
  background: url("../images/icon_data_statistics4.png") center top no-repeat;
}

.platform-data .data-list {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}

.platform-data .data-list table {
  width: 100%;
  table-layout: fixed;
}

.platform-data .data-list table th {
  height: 48px;
  font-family: "FZLTCHJW-Regular";
  font-size: 18px;
  color: #333333;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #eaeff8;
}

.platform-data .data-list table tbody {
  margin-top: 5px;
  background-color: transparent;
}

.platform-data .data-list table tbody tr {
  padding-bottom: 2px;
  height: 66px;
  background-color: transparent;
}

.platform-data .data-list table tbody tr > td:first-child {
  margin-top: 5px;
}

.platform-data .data-list table td {
  border-right: 1px solid #eaeff8;
  margin-bottom: 2px;
}

.platform-data .data-list table td > div {
  min-height: 64px;
  padding: 15px 5px;
  line-height: 34px;
  background-color: rgba(255, 255, 255, 0.35);
  text-align: center;
  font-size: 18px;
  color: #5c5f6b;
}

.platform-data .data-list table td > div > div {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.platform-data .data-list table tr > th:last-child,
.platform-data .data-list table tr > td:last-child {
  border-right: none;
}

.alliance-members {
  height: 647px;
  padding-top: 107px;
  background: url("../images/img_alliance_members.png") center bottom no-repeat;
  overflow: hidden;
}

.alliance-members .members-item {
  width: calc(50% - (87px / 2));
  margin-right: 87px;
  height: 137px;
  margin-top: 57px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 3px 18px 0px rgba(19, 92, 185, 0.16);
          box-shadow: 0px 3px 18px 0px rgba(19, 92, 185, 0.16);
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
}

.alliance-members .members-item > a {
  height: 100%;
  width: 100%;
  display: block;
}

.alliance-members .members-item > a > img {
  height: 100%;
  width: 100%;
}

.alliance-members .members-item:nth-of-type(2n) {
  margin-right: 0;
}

.alliance-members .members-item:active {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

/*修改*/
.header-top {
  background-color: rgba(22, 80, 193, 0.2);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.banner {
  height: 860px;
  text-align: center;
  padding-top: 135px;
  overflow: hidden;
  background: url("https://www.bqpoint.com/ebpu/chainmis5/img_banner.jpg") center top no-repeat;
  background-size: 100% 100%;
}

.banner .slogan-text {
  font-family: "FZLTCHJW-Regular";
  margin: -60px 19% 0;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.header-top .logo {
  background: url("../images/img_logo.png") left center no-repeat !important;
}
.news {
  margin-top: 84px;
}

.banner .slogan {
  margin-top: 39px;
  margin-left: -22%;
}

.banner .slogan-text svg {
  display: block;
  width: 100%;
}

.banner .slogan-text svg text {
  font-size: 36px;
  font-family: "FZLTCHJW-Bold";
  line-height: 44px;
  fill: url("#slogan-text");
  text-shadow: 0px 2px 4px rgba(6, 38, 103, 0.31);
}
/* 修改 */
.links-changes {
  background: url("../images/img_stsy_bg.jpg") center top no-repeat;
  height: 701px;
}

.links-changes .title {
  color: #fff;
}

.links-changes .title > img {
  display: inline-block;
  vertical-align: top;
  margin-top: -8px;
  margin-left: 15px;
}

.links-changes .links-item .item-text,
.links-changes .links-item .item-name {
  color: #fff !important;
}

.river-chain .infos-title {
  font-family: "FZLTCHJW-Regular" !important;
}

.news {
  background: url("../images/img_news_bg.jpg") center top no-repeat;
  padding-top: 84px;
  padding-bottom: 83px;
  margin: 0;
}
