.main {
  min-width: 1500px;
}
/**首页头部透明**/
/**首页轮播图**/
.index__main-banner {
  height: 600px;
  width: 100%;
  position: relative;
}
.banner-bg-box {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
}
.banner-bg-box > .img1 {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  animation: jump 5s infinite linear;
}
.banner-bg-box > .img2 {
  width: 50%;
  position: absolute;
  bottom: 150px;
  left: 0;
  animation: jump 5s infinite linear;
}
.banner-bg-box > .img3 {
  width: 100%;
  position: absolute;
  bottom: 10%;
  left: 45%;
  animation: jump 5s infinite linear;
}
.banner-bg-box > .img4 {
  height: 330px;
  position: absolute;
  top: 80px;
  right: 0;
}
.banner-info-box {
  position: absolute;
  right: 20%;
  top: 30%;
  color: #fff;
}
.banner-info-box h1 {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: center;
}
.banner-info-box p {
  font-size: 20px;
  letter-spacing: 4px;
}
.index__main-banner .swiper-container {
  width: 1260px;
  height: 100%;
  margin: 0 auto;
}
.index__main-banner .swiper-container .swiper-slide {
  /* display: block; */
  width: 214px;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  /* margin:  0; */
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  /*bottom:4px;*/
  position: static;
  margin-top: -22px;
  padding: 3px 0px;
}
.swiper-slide-box {
  width: 100%;
  /*height: 162px;*/
  position: absolute;
  left: 0px;
  bottom: 0px;
  background-color: #0f093c !important;
  z-index: 110;
}
.swiper-container a {
  display: block;
  height: auto;
  border-radius: 6px;
  overflow: hidden;
  margin: 16px 0 16px 0;
}
.swiper-container a img {
  margin: 0 auto;
  display: block;
}
.index__main-banner .swiper-pagination-bullet {
  width: 20px;
  height: 3px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.5);
}
.index__main-banner .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 0.8);
}


#homenext>.swiper-pagination-bullet{
  width: 56px !important;
}
#homenext>.swiper-pagination-bullet-active{
background: rgba(255, 255, 255, .7) !important;
}
/*首页价格行情*/
.marketlist-page {
  width: 100%;
}
.marketlist {
  background: #fff;
  border: 1px solid #ededed;
  border-top: none;
  margin: 25px auto 25px auto;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
  width: 90%;
  max-width: 1260px;
  min-width: 1010px;
}
.marketlist .tabs {
  width: 100%;
  overflow: hidden;
  border: 1px solid #fae6e5;
  margin-left: -1px;
  margin-right: -1px;
  color: #000;
}
.marketlist .tabs .tab {
  display: inline-block;
  width: 14%;
  font-size: 14px;
  cursor: pointer;
  height: 44px;
  padding: 12px 0;
  box-sizing: border-box;
  color: #000;
  text-align: center;
  line-height: 20px;
  float: left;
}
.marketlist .tabs .tab.active {
  background: linear-gradient(90deg, #eb381a, #ea1aad);
  color: #fff;
}
.marketlist .tabs .search-box {
  display: inline-block;
  width: auto;
  position: relative;
  float: right;
}
.marketlist .tabs .search-box input {
  border: 0;
  padding: 3px 22px 3px 6px;
  background: #f2f2f2;
  width: 100%;
  outline: 0 none;
  width: 150px;
  height: 20px;
  margin: 12px;
  font-size: 12px;
  box-sizing: border-box;
}
.marketlist .tabs .search-box img {
  width: 16px;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.marketlist .data-table {
  width: 100%;
  table-layout: fixed;
}
.marketlist .data-table tr {
  height: 44px;
}
.marketlist .data-table th {
  font-size: 12px;
  color: #888a95;
  text-align: center;
}
.marketlist .data-table td {
  text-align: center;
  color: #333;
  font-size: 14px;
}
.marketlist .data-table .jyd {
  font-size: 14px;
  color: #a7a9b7;
}
.marketlist .data-table .jyd .jyd1 {
  font-weight: bold;
  color: #000;
}
.marketlist .data-table .ssjg.green {
  color: #27c38d;
}
.marketlist .data-table .ssjg.red {
  color: #e71f19;
}
.marketlist .data-table .zdf.green {
  color: #27c38d;
}
.marketlist .data-table .zdf.red {
  color: #e71f19;
}
.marketlist .data-table .list-item:nth-child(2n) {
  background-color: #f7f7f7;
}
.marketlist .data-table .list-item:hover {
  background-color: #fffbf3;
}

.h-introduce {
  padding: 72px 0;
}
.h-introduce .h-container {
  width: 1456px;
  margin: 0 auto;
}
.h-introduce .list {
  display: inline-block;
  width: 360px;
}
.h-introduce .list img {
  display: block;
  width: 46px;
  margin: 0 auto;
}
.h-introduce .list:hover img {
  animation: bounce 0.8s;
}
.h-introduce .list h4 {
  text-align: center;
  margin: 20px 0;
  font-size: 18px;
  color: #000;
}
.h-introduce .list p {
  text-align: center;
  font-size: 14px;
  color: #a7a9b7;
  line-height: 22px;
}
.nt-dl-page {
  overflow: hidden;
  width: 100%;
  background: url(../images/h-app-down-bg2.jpg) no-repeat center;
  background-size: cover;
}
.nt-dl-wrap {
  width: 1500px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
.nt-dl-wrap .notice {
  width: 56%;
  color: #c1cfea;
}
.nt-dl-wrap .news_tx {
  font-size: 18px;
  line-height: 44px;
  border-bottom: 2px #3175b7 solid;
  overflow: hidden;
  padding-right: 10px;
  margin-bottom: 20px;
}
.nt-dl-wrap .news_tx_left {
  width: 49%;
  float: left;
  font-size: 14px;
}
.nt-dl-wrap .news_tx_right {
  width: 49%;
  float: right;
  text-align: right;
  font-size: 14px;
  color: #717683;
}
.nt-dl-wrap .news_tx_right a {
  display: block;
  color: #717683;
}
.nt-dl-wrap .news_txafter {
  width: 100%;
  min-height: 232px;
  position: relative;
  overflow: hidden;
}
.nt-dl-wrap .news_pic {
  width: 300px;
  /* height: 164px; */
  position: absolute;
  left: 0;
  top: 0;
}
.nt-dl-wrap .news_pic img {
  display: block;
  width: 100%;
  /* height: 164px; */
}
.nt-dl-wrap .news_list {
  width: 100%;
  box-sizing: border-box;
  padding-left: 310px;
  overflow: hidden;
}
.nt-dl-wrap .news_list ul {
  list-style: none;
}
.nt-dl-wrap .news_list li {
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 32px;
  color: #999;
  list-style-type: none;
  overflow: hidden;
  position: relative;
}
.nt-dl-wrap .news_list li .news_clua {
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding-right: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #aac9e5;
}
.nt-dl-wrap .news_list li .news_clda {
  position: absolute;
  top: 0;
  right: 0;
  color: #797e8c;
}
.nt-dl-wrap .text-wrap {
  padding-left: 0;
  width: 450px;
  color: #b5d1d4;
}
.nt-dl-wrap .text-wrap img {
  display: inline-block;
}
.nt-dl-wrap .text-wrap a {
  text-decoration: none;
  color: #f9d800;
  font-size: 16px;
}
.nt-dl-wrap .text-wrap h2 {
  font-size: 22px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.nt-dl-wrap .text-wrap .btn-wrap img {
  width: 200px;
}
.nt-dl-wrap .text-wrap .qr-wrap img {
  width: 120px;
  margin: 10px 40px;
}
