@charset "UTF-8";
/**
 * 首页
 * date: 2023-10-10
 * author: jyxuan;
 */
body {
  background-color: #fff;
}

#header {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.header {
  background-color: transparent;
}

/* 横幅 */
.banner {
  margin-top: -86px;
}
.banner .swiper-slide {
  position: relative;
}
.banner .swiper-pagination {
  bottom: 30px;
  height: 5px;
}
.banner .swiper-pagination-bullet {
  width: 49px;
  height: 5px;
  vertical-align: top;
  border-radius: 3px;
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 1;
}
.banner .swiper-pagination-bullet-active {
  background-color: #003987;
}
.banner-img {
  display: block;
  width: 100%;
}
.banner-con {
  position: absolute;
  top: 86px;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 115px;
  width: 100%;
  height: calc(100% - 86px);
}
.banner-text {
  color: #fff;
  font-family: "youshe";
  font-size: 50px;
  line-height: 65px;
  letter-spacing: 1px;
}

/* 首页公共样式 */
.index-hd1 {
  position: relative;
  margin-bottom: 50px;
  height: 98px;
}
.index-hd1-title {
  margin: auto;
  width: 416px;
  height: 93px;
  background: no-repeat center;
  overflow: hidden;
}
.index-hd1-chinese {
  margin: 28px 0 0 70px;
  color: #0063c2;
  font-family: "pangmen";
  font-size: 44px;
  line-height: 40px;
  letter-spacing: 2px;
}
.index-hd1-english {
  margin-top: 9px;
  color: #b7b7b7;
  font-family: "pangmen";
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.index-hd1-more {
  position: absolute;
  bottom: 7px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 66px;
  height: 26px;
  color: #a5a5a5;
  border: 1px solid #ccc;
  border-radius: 13px;
  cursor: pointer;
}
.index-hd1-more:hover {
  color: #0063c2;
  border-color: #0063c2;
}
.index-hd1-more:hover .index-hd1-more-icon {
  background-image: url("../images/index_hd_icon_active.png");
}
.index-hd1-more-icon {
  margin-left: 6px;
  width: 8px;
  height: 8px;
  background: url("../images/index_hd_icon.png") no-repeat center;
}
.index-hd2 {
  position: relative;
  margin-bottom: 40px;
  height: 63px;
}
.index-hd2-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 445px;
  height: 100%;
  background: url("../images/trade_law_hd_bg.png") no-repeat center bottom;
  overflow: hidden;
}
.index-hd2-chinese {
  color: #0063c2;
  font-family: "pangmen";
  font-size: 44px;
  line-height: 40px;
  letter-spacing: 2px;
}
.index-hd2-english {
  margin: 9px 0 0 20px;
  color: #b7b7b7;
  font-family: "pangmen";
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.index-hd2-more {
  position: absolute;
  bottom: 1px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 66px;
  height: 26px;
  color: #a5a5a5;
  border: 1px solid #ccc;
  border-radius: 13px;
  cursor: pointer;
}
.index-hd2-more:hover {
  color: #0063c2;
  border-color: #0063c2;
}
.index-hd2-more:hover .index-hd2-more-icon {
  background-image: url("../images/index_hd_icon_active.png");
}
.index-hd2-more-icon {
  margin-left: 6px;
  width: 8px;
  height: 8px;
  background: url("../images/index_hd_icon.png") no-repeat center;
}
.index-list-item {
  height: 18px;
  line-height: 18px;
}
.index-list-item:hover .index-list-title,
.index-list-item:hover .index-list-date {
  color: #0063c2;
}
.index-list-item + .index-list-item {
  margin-top: 32px;
}
.index-list-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 18px;
  height: 100%;
  background: url("../images/notice_icon.png") no-repeat left center;
}
.index-list-title {
  max-width: 80%;
  color: #333;
  font-size: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.index-list-date {
  color: #999;
  font-size: 16px;
}

/* 新闻中心 */
.news {
  margin-top: 60px;
}
.news .index-hd1-title {
  background-image: url("../images/news_hd_bg.png");
}
.news .index-hd1-english {
  margin-left: 159px;
}
.news-swiper {
  width: 297px;
}
.news-swiper .swiper-pagination {
  top: 180px;
  bottom: auto;
  height: 5px;
}
.news-swiper .swiper-pagination-bullet {
  margin: 0 2.5px !important;
  width: 5px;
  height: 5px;
  vertical-align: top;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 1;
}
.news-swiper .swiper-pagination-bullet-active {
  background-color: #fff;
}
.news-swiper-link {
  display: block;
}
.news-swiper-img {
  height: 196px;
}
.news-swiper-img img {
  display: block;
  width: 100%;
}
.news-swiper-title {
  margin-top: 16px;
  height: 18px;
  color: #000;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-swiper-text {
  display: -webkit-box;
  margin-top: 6px;
  max-height: 72px;
  color: #999;
  line-height: 24px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-list {
  width: calc(100% - 327px);
}
.news-list-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}
.news-list-item:hover .news-list-title,
.news-list-item:hover .news-list-date {
  color: #0063c2;
}
.news-list-item + .news-list-item {
  margin-top: 16px;
}
.news-list-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 18px;
}
.news-list-top {
  height: 16px;
  line-height: 16px;
}
.news-list-title {
  max-width: 85%;
  color: #333;
  font-size: 16px;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.news-list-date {
  color: #999;
  font-size: 16px;
}
.news-list-detail {
  margin-top: 14px;
  height: 16px;
  color: #999;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 公示公告 */
.notice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 60px;
  padding: 60px 0;
  background: url("../images/notice_bg.png") no-repeat center;
}
.notice .index-hd1-title {
  background-image: url("../images/notice_hd_bg.png");
}
.notice .index-hd1-english {
  margin-left: 119px;
}
.notice .index-list {
  margin-top: 27px;
}
.notice-swiper .swiper-pagination {
  bottom: 0;
  height: 5px;
}
.notice-swiper .swiper-pagination-bullet {
  width: 24px;
  height: 5px;
  vertical-align: top;
  border-radius: 3px;
  background-color: #bfc3d6;
  opacity: 1;
}
.notice-swiper .swiper-pagination-bullet-active {
  background-color: #0063c2;
}
.notice-con {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 55px;
  overflow: hidden;
}
.notice-panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px 30px;
  width: calc((100% - 40px) / 2);
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 18px 0 rgba(0, 0, 0, 0.08);
}
.notice-panel-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 42px;
  border-bottom: 1px solid #e7eaf0;
}
.notice-panel-hd-text {
  position: relative;
  color: #0063c2;
  font-size: 18px;
  font-weight: bold;
  line-height: 28px;
}
.notice-panel-hd-text::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0063c2;
}

/* 交易大厅、政策法规 */
.trade-law {
  margin: 80px 0 60px;
}

/* 交易大厅 */
.trade {
  width: calc((100% - 40px) / 2);
}
.trade-item {
  border-radius: 10px;
  background-color: #f7f7f7;
}
.trade-item:hover {
  background-color: #eff7ff;
}
.trade-item:hover .trade-title {
  color: #0063c2;
  font-weight: 500;
}
.trade-item + .trade-item {
  margin-top: 14px;
}
.trade-link {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  height: 100%;
}
.trade-title {
  height: 18px;
  color: #333;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.trade-date {
  margin-top: 14px;
  color: #999;
}

/* 政策法规 */
.law {
  width: calc((100% - 40px) / 2);
}
.law-tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 16px;
  height: 54px;
  line-height: 54px;
  border-radius: 10px;
  background-color: #f7f7f7;
}
.law-tab-item {
  position: relative;
  color: #5c5c5c;
  font-size: 18px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.law-tab-item.current {
  color: #0063c2;
  font-weight: bold;
}
.law-tab-item.current::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #0063c2;
}
.law-tab-item + .law-tab-item {
  margin-left: 60px;
}
.law-content {
  margin-top: 24px;
}

/* 20240510 */

.float-img {
  z-index: 1000;
  width: 200px;
  height: 108px;
  position: fixed;
  left: calc(50% + 640px);
  top: 50%;
  transform: translateY(-50%);
}
.ewb-menu-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 188px;
    height: 76px;
    margin: 10px 0;
    background: url('../images/login_ico1.png') no-repeat;
    background-size: 100% 100%;
    transition: all .2s ease-in-out;
    color: #fff;
    font-size: 0;
    border-radius: 6px;
}

.ewb-menu-link:last-child{
  background: url('../images/login_ico2.png') no-repeat;
    background-size: 100% 100%;
}

.ewb-menu-link:hover {
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.15);
}