* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  min-width: 1430px;
}

.swiper {
  overflow: hidden;
}

.swiper-slide {
  display: block;
}

.notice > .container {
  height: 424px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(174, 210, 252, 0.19);
          box-shadow: 0px 0px 10px 0px rgba(174, 210, 252, 0.19);
  border: solid 1px #eceef3;
  padding: 20px;
}

.notice > .container .swiper {
  width: 654px;
  height: 100%;
}

.notice > .container .swiper-slide {
  position: relative;
}

.notice > .container .swiper-slide > img {
  width: 654px;
  height: 384px;
}

.notice > .container .swiper-slide > p {
  height: 48px;
  line-height: 48px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(23, 20, 15, 0.5);
  font-size: 17px;
  letter-spacing: 1px;
  color: #ffffff;
  padding-left: 20px;
  padding-right: 165px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice > .container .swiper .swiper-pagination {
  height: 10px;
  bottom: 18px;
  right: 26px;
  left: auto;
  width: auto;
}

.notice > .container .swiper .swiper-pagination > span {
  width: 10px;
  height: 10px;
  margin-right: 7px;
  background-color: #fff;
  opacity: 0.5;
  border-radius: 0;
  vertical-align: top;
}

.notice > .container .swiper .swiper-pagination > span:last-child {
  margin-right: 0;
}

.notice > .container .swiper .swiper-pagination > span.swiper-pagination-bullet-active {
  opacity: 1;
}

.notice > .container .notice-tabs {
  width: 576px;
  height: 100%;
}

.notice > .container .notice-tabs .tab-hd {
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 19px;
}

.notice > .container .notice-tabs .tab-hd .tab-nav {
  margin-right: 24px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 54px;
  background-color: #f5f9fe;
  border-radius: 4px;
  font-size: 23px;
  line-height: 54px;
  color: #333333;
  text-align: center;
  padding: 0 10px;
  cursor: pointer;
}

.notice > .container .notice-tabs .tab-hd .tab-nav:last-child {
  margin-right: 0;
}

.notice > .container .notice-tabs .tab-hd .tab-nav.current {
  font-weight: bold;
  background-color: #137eef;
  color: #fff;
}

.notice > .container .notice-tabs .tab-bd {
  height: calc(100% - 73px);
}

.notice > .container .notice-tabs .tab-bd .tab-page {
  display: none;
  height: 100%;
}

.notice > .container .notice-tabs .tab-bd .notice-list {
  height: calc(100% - 52px);
  overflow: hidden;
}

.notice > .container .notice-tabs .tab-bd .notice-list .notice-item {
  height: 46px;
  line-height: 46px;
  background: url("../images/index/img_notice_list.png") left 34px bottom no-repeat;
  position: relative;
}

.notice > .container .notice-tabs .tab-bd .notice-list .notice-item::before {
  height: calc(100% + 4px);
  top: 50%;
  content: '';
  left: 6px;
  border-left: 1px dashed #98b1de;
  position: absolute;
}

.notice > .container .notice-tabs .tab-bd .notice-list .notice-item::after {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  background: url("../images/index/icon_notice_list.png") center no-repeat;
  width: 13px;
  height: 16px;
}

.notice > .container .notice-tabs .tab-bd .notice-list .notice-item:nth-child(n + 2) {
  margin-top: 4px;
}

.notice > .container .notice-tabs .tab-bd .notice-list .notice-item:last-child::before {
  display: none;
}

.notice > .container .notice-tabs .tab-bd .notice-list .notice-item > a {
  display: block;
  padding-left: 34px;
  font-size: 19px;
  color: #333333;
}

.notice > .container .notice-tabs .tab-bd .notice-list .notice-item > a .item-name {
  font-size: 19px;
  color: #333333;
  width: calc(100% - 173px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.notice > .container .notice-tabs .tab-bd .notice-list .notice-item > a .item-time {
  font-size: 19px;
  color: #888888;
  width: 150px;
  text-align: right;
}

.notice > .container .notice-tabs .tab-bd .notice-list .notice-item:hover {
  background: url("../images/index/img_notice_list_h.png") left 34px bottom no-repeat;
}

.notice > .container .notice-tabs .tab-bd .notice-list .notice-item:hover::after {
  background: url("../images/index/icon_notice_list_h.png") center no-repeat;
}

.notice > .container .notice-tabs .tab-bd .notice-list .notice-item:hover > a > div {
  color: #fc8b0b;
}

.notice > .container .notice-tabs .tab-bd .notice-list + .more {
  margin-top: 15px;
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 18px;
  color: #666666;
}

.notice > .container .notice-tabs .tab-bd .notice-list + .more span {
  display: inline-block;
  padding: 0 18px;
  position: relative;
}

.notice > .container .notice-tabs .tab-bd .notice-list + .more span::after, .notice > .container .notice-tabs .tab-bd .notice-list + .more span::before {
  content: '';
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 236px;
  height: 2px;
}

.notice > .container .notice-tabs .tab-bd .notice-list + .more span::before {
  right: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#c6c5c5), to(#ffffff));
  background-image: linear-gradient(-90deg, #c6c5c5 0%, #ffffff 100%);
}

.notice > .container .notice-tabs .tab-bd .notice-list + .more span::after {
  left: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(#c6c5c5), to(#ffffff));
  background-image: linear-gradient(90deg, #c6c5c5 0%, #ffffff 100%);
}

.service {
  margin: 54px 0;
}

.service > .container {
  position: relative;
}

.service > .container .swiper {
  padding: 10px;
  width: calc(100% + 20px);
  margin-left: -10px;
}

.service > .container .swiper-slide {
  height: 156px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 15px 0px rgba(216, 222, 231, 0.6);
          box-shadow: 0px 2px 15px 0px rgba(216, 222, 231, 0.6);
  border-radius: 4px;
  font-size: 23px;
  line-height: 30px;
  color: #666666;
  text-align: center;
  position: relative;
  padding: 102px 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service > .container .swiper-slide::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 55px;
  height: 55px;
  top: 27px;
}

.service > .container .swiper-slide:hover {
  color: #fff;
  background: url("../images/index/img_service_h.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon1::before {
  background: url("../images/index/icon_service4.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon1:hover::before {
  background: url("../images/index/icon_service4_h.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon2::before {
  background: url("../images/index/icon_service3.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon2:hover::before {
  background: url("../images/index/icon_service3_h.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon3::before {
  background: url("../images/index/icon_service2.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon3:hover::before {
  background: url("../images/index/icon_service2_h.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon4::before {
  background: url("../images/index/icon_service1.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon4:hover::before {
  background: url("../images/index/icon_service1_h.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon5::before {
  background: url("../images/index/icon_service5.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon5:hover::before {
  background: url("../images/index/icon_service5_h.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon6::before {
  background: url("../images/index/icon_service6.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon6:hover::before {
  background: url("../images/index/icon_service6_h.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon7::before {
  background: url("../images/index/icon_service7.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon7:hover::before {
  background: url("../images/index/icon_service7_h.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon8::before {
  background: url("../images/index/icon_service8.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon8:hover::before {
  background: url("../images/index/icon_service8_h.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon9::before {
  background: url("../images/index/icon_service9.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-slide.icon9:hover::before {
  background: url("../images/index/icon_service9_h.png") center no-repeat;
  background-size: 100% 100%;
}

.service > .container .swiper-button-next,
.service > .container .swiper-button-prev {
  margin: 0;
  top: calc(50% + 45px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.service > .container .swiper-button-prev {
  left: auto;
  right: calc(100% + 30px);
  background: url("../images/index/icon_service_left.png") center no-repeat;
}

.service > .container .swiper-button-next {
  right: auto;
  left: calc(100% + 30px);
  background: url("../images/index/icon_service_right.png") center no-repeat;
}

.title {
  text-align: center;
  margin-bottom: 52px;
}

.title > div {
  position: relative;
  font-weight: bold;
  display: inline-block;
  font-size: 38px;
  color: #333333;
  padding: 0 32px;
  line-height: 38px;
}

.title > div > span {
  color: #137eef;
}

.title > div::before, .title > div::after {
  content: '';
  position: absolute;
  width: 307px;
  height: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #f00;
}

.title > div::before {
  right: 100%;
  background: url("../images/index/img_tt_left.png") center no-repeat;
}

.title > div::after {
  left: 100%;
  background: url("../images/index/img_tt_right.png") center no-repeat;
}

.trade-public {
  background: #f9fafc url("../images/index/img_trade_public_bg.png") center bottom no-repeat;
  padding: 52px 0 46px 0;
}

.trade-public-list .list-item {
  width: calc(20% - (30px * 4 / 5));
  margin-right: 30px;
}

.trade-public-list .list-item > a {
  display: block;
  height: 190px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(25, 130, 240, 0.08);
          box-shadow: 0px 2px 10px 0px rgba(25, 130, 240, 0.08);
  border-radius: 4px;
  font-size: 23px;
  line-height: 30px;
  color: #333333;
  text-align: center;
  padding-top: 130px;
  position: relative;
}

.trade-public-list .list-item > a::before {
  content: '';
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 30px;
  width: 91px;
  height: 91px;
}

.trade-public-list .list-item > a.icon1::before {
  background: url("../images/index/icon_trade_public1.png") center no-repeat;
}

.trade-public-list .list-item > a.icon1:hover::before {
  background: url("../images/index/icon_trade_public1_h.png") center no-repeat;
}

.trade-public-list .list-item > a.icon2::before {
  background: url("../images/index/icon_trade_public2.png") center no-repeat;
}

.trade-public-list .list-item > a.icon2:hover::before {
  background: url("../images/index/icon_trade_public2_h.png") center no-repeat;
}

.trade-public-list .list-item > a.icon3::before {
  background: url("../images/index/icon_trade_public3.png") center no-repeat;
}

.trade-public-list .list-item > a.icon3:hover::before {
  background: url("../images/index/icon_trade_public3_h.png") center no-repeat;
}

.trade-public-list .list-item > a.icon4::before {
  background: url("../images/index/icon_trade_public4.png") center no-repeat;
}

.trade-public-list .list-item > a.icon4:hover::before {
  background: url("../images/index/icon_trade_public4_h.png") center no-repeat;
}

.trade-public-list .list-item > a.icon5::before {
  background: url("../images/index/icon_trade_public5.png") center no-repeat;
}

.trade-public-list .list-item > a.icon5:hover::before {
  background: url("../images/index/icon_trade_public5_h.png") center no-repeat;
}

.trade-public-list .list-item > a.icon6::before {
  background: url("../images/index/icon_trade_public6.png") center no-repeat;
}

.trade-public-list .list-item > a.icon6:hover::before {
  background: url("../images/index/icon_trade_public6_h.png") center no-repeat;
}

.trade-public-list .list-item > a.icon7::before {
  background: url("../images/index/icon_trade_public7.png") center no-repeat;
}

.trade-public-list .list-item > a.icon7:hover::before {
  background: url("../images/index/icon_trade_public7_h.png") center no-repeat;
}

.trade-public-list .list-item > a.icon8::before {
  background: url("../images/index/icon_trade_public8.png") center no-repeat;
}

.trade-public-list .list-item > a.icon8:hover::before {
  background: url("../images/index/icon_trade_public8_h.png") center no-repeat;
}

.trade-public-list .list-item > a.icon9::before {
  background: url("../images/index/icon_trade_public9.png") center no-repeat;
}

.trade-public-list .list-item > a.icon9:hover::before {
  background: url("../images/index/icon_trade_public9_h.png") center no-repeat;
}

.trade-public-list .list-item > a.icon10::before {
  background: url("../images/index/icon_trade_public10.png") center no-repeat;
}

.trade-public-list .list-item > a.icon10:hover::before {
  background: url("../images/index/icon_trade_public10_h.png") center no-repeat;
}

.trade-public-list .list-item:hover > a {
  color: #fff;
}

.trade-public-list .list-item:hover > a.icon1, .trade-public-list .list-item:hover > a.icon10 {
  background: -webkit-gradient(linear, left top, left bottom, from(#5ba9fc), to(#137eef));
  background: linear-gradient(180deg, #5ba9fc 0%, #137eef 100%);
}

.trade-public-list .list-item:hover > a.icon2, .trade-public-list .list-item:hover > a.icon6 {
  background: -webkit-gradient(linear, left bottom, left top, from(#38c7a0), to(#42d0a9));
  background: linear-gradient(0deg, #38c7a0 0%, #42d0a9 100%);
}

.trade-public-list .list-item:hover > a.icon3, .trade-public-list .list-item:hover > a.icon7 {
  background: -webkit-gradient(linear, left bottom, left top, from(#6b92fe), to(#7d9ffd));
  background: linear-gradient(0deg, #6b92fe 0%, #7d9ffd 100%);
}

.trade-public-list .list-item:hover > a.icon4, .trade-public-list .list-item:hover > a.icon8 {
  background: -webkit-gradient(linear, left bottom, left top, from(#fe9617), to(#fda437));
  background: linear-gradient(0deg, #fe9617 0%, #fda437 100%);
}

.trade-public-list .list-item:hover > a.icon5, .trade-public-list .list-item:hover > a.icon9 {
  background: -webkit-gradient(linear, left bottom, left top, from(#958df1), to(#9d95fc));
  background: linear-gradient(0deg, #958df1 0%, #9d95fc 100%);
}

.trade-public-list .list-item:nth-child(5n) {
  margin-right: 0;
}

.trade-public-list .list-item:nth-child(n + 6) {
  margin-top: 30px;
}

.trade-service {
  height: 314px;
  background: #fff url("../images/index/img_trade_service_bg.png") center bottom no-repeat;
  padding: 52px 0 46px 0;
}

.trade-service > .container {
  position: relative;
}

.trade-service > .container .swiper-slide {
  height: 118px;
  line-height: 118px;
  border-radius: 4px;
  font-size: 23px;
  color: #fff;
  position: relative;
  padding: 0 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trade-service > .container .swiper-slide.service1 {
  background: url("../images/index/img_trade_service1.png") center no-repeat;
  background-size: 100% 100%;
}

.trade-service > .container .swiper-slide.service2 {
  background: url("../images/index/img_trade_service2.png") center no-repeat;
  background-size: 100% 100%;
}

.trade-service > .container .swiper-slide.service3 {
  background: url("../images/index/img_trade_service3.png") center no-repeat;
  background-size: 100% 100%;
}

.trade-service > .container .swiper-slide.service4 {
  background: url("../images/index/img_trade_service4.png") center no-repeat;
  background-size: 100% 100%;
}

.trade-service > .container .swiper-slide.service5 {
  background: url("../images/index/img_trade_service5.png") center no-repeat;
  background-size: 100% 100%;
}

.trade-service > .container .swiper-slide.service6 {
  background: url("../images/index/img_trade_service6.png") center no-repeat;
  background-size: 100% 100%;
}

.trade-service > .container .swiper-slide.service7 {
  background: url("../images/index/img_trade_service7.png") center no-repeat;
  background-size: 100% 100%;
}

.trade-service > .container .swiper-slide.service8 {
  background: url("../images/index/img_trade_service8.png") center no-repeat;
  background-size: 100% 100%;
}

.trade-service > .container .swiper-button-next,
.trade-service > .container .swiper-button-prev {
  margin: 0;
  top: calc(50% + 45px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border-radius: 50%;
}

.trade-service > .container .swiper-button-prev {
  left: auto;
  right: calc(100% + 30px);
  background: url("../images/index/icon_service_left.png") center no-repeat;
}

.trade-service > .container .swiper-button-next {
  right: auto;
  left: calc(100% + 30px);
  background: url("../images/index/icon_service_right.png") center no-repeat;
}

.trade-statistical {
  height: 714px;
  background: #fff url("../images/index/img_trade_statistical_bg.png") center bottom no-repeat;
  padding: 52px 0 46px 0;
}

.trade-statistical .statistical-contents {
  height: 529px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(174, 210, 252, 0.19);
          box-shadow: 0px 0px 10px 0px rgba(174, 210, 252, 0.19);
  border-radius: 4px;
  border: solid 1px #eceef3;
  padding: 20px;
}

.trade-statistical .statistical-contents > div {
  height: 100%;
  margin-right: 23px;
}

.trade-statistical .statistical-contents > div:nth-child(1) {
  width: 333px;
}

.trade-statistical .statistical-contents > div:nth-child(2) {
  margin-right: 0;
  width: 465px;
}

.trade-statistical .statistical-contents > div:nth-child(3) {
  margin-right: 0;
  width: 414px;
}

.trade-statistical .statistical-contents > div:nth-child(3) .info-bd {
  padding-top: 10px;
}

.trade-statistical .statistical-contents > div:nth-child(3) .swiper {
  height: calc(100% - 50px);
}

.trade-statistical .statistical-contents > div:nth-child(3) .swiper .swiper-slide {
  background-color: #f0f7fe;
  border-radius: 2px;
  border: 1px solid transparent;
  font-size: 17px;
  color: #666666;
  padding: 0 16px;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trade-statistical .statistical-contents > div:nth-child(3) .swiper .swiper-slide:hover {
  color: #2586f5;
  background-color: #ffffff;
  border: solid 1px #2586f5;
}

.trade-statistical .statistical-contents > div:nth-child(3) .swiper .swiper-slide.current {
  color: #2586f5;
  background-color: #ffffff;
  border: solid 1px #2586f5;
}

.trade-statistical .statistical-contents > div:nth-child(3) .swiper-button-next,
.trade-statistical .statistical-contents > div:nth-child(3) .swiper-button-prev {
  top: auto;
  width: 60px;
  height: 22px;
  border-radius: 11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.trade-statistical .statistical-contents > div:nth-child(3) .swiper-button-next.swiper-button-disabled,
.trade-statistical .statistical-contents > div:nth-child(3) .swiper-button-prev.swiper-button-disabled {
  display: none;
}

.trade-statistical .statistical-contents > div:nth-child(3) .swiper-button-prev {
  bottom: 100%;
  background: url("../images/index/img_regiment_prev.png");
}

.trade-statistical .statistical-contents > div:nth-child(3) .swiper-button-next {
  bottom: 20px;
  background: url("../images/index/img_regiment_next.png");
}

.trade-statistical .statistical-contents > div .info-tt {
  font-weight: 600;
  font-size: 23px;
  line-height: 65px;
  letter-spacing: 1px;
  color: #333333;
  padding-left: 22px;
  position: relative;
}

.trade-statistical .statistical-contents > div .info-tt::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 21px;
  background-color: #2586f5;
  border-radius: 2px 3px 3px 3px;
}

.trade-statistical .statistical-contents > div .info-bd {
  height: calc(100% - 65px);
  position: relative;
}

.trade-statistical .statistical-contents > div .info-bd .chart {
  height: 100%;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical {
  height: 100%;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical > div {
  height: 100%;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-hd {
  width: 120px;
  height: 392px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, #f5f9fe), to(#fff));
  background: linear-gradient(180deg, #f5f9fe 70%, #fff 100%);
  padding-left: 10px;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-hd .tab-nav {
  cursor: pointer;
  height: 30px;
  line-height: 30px;
  width: calc(100% + 4px);
  padding-right: 20px;
  text-align: right;
  margin-top: 20px;
  font-size: 18px;
  color: #666666;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-hd .tab-nav > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-hd .tab-nav.current, .trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-hd .tab-nav:hover {
  position: relative;
  color: #fff;
  -webkit-box-shadow: 1px 3px 1px 0px rgba(9, 115, 228, 0.3);
          box-shadow: 1px 3px 1px 0px rgba(9, 115, 228, 0.3);
  border-radius: 15px 10px 0px 15px;
  background: -webkit-gradient(linear, left top, right top, from(#4faefc), to(#147fef));
  background: linear-gradient(90deg, #4faefc 0%, #147fef 100%);
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-hd .tab-nav.current::after, .trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-hd .tab-nav:hover::after {
  content: '';
  right: 0;
  top: 100%;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 0;
  border-color: #147fef transparent transparent transparent;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-bd {
  height: calc(100% - 392px);
  padding: 0 25px;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-bd .tab-page {
  height: 100%;
  padding-top: 2px;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-bd .tab-page .statistical-cells .statistical-cell {
  padding: 15px 0;
  border-bottom: 1px dashed #e5ebf2;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-bd .tab-page .statistical-cells .statistical-cell:last-child {
  border: none;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-bd .tab-page .statistical-cells .statistical-cell .cell-label {
  display: block;
  font-size: 18px;
  line-height: 41px;
  color: #666666;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-bd .tab-page .statistical-cells .statistical-cell .cell-value {
  font-size: 18px;
  line-height: 41px;
  letter-spacing: 2px;
  color: #999999;
}

.trade-statistical .statistical-contents > div .info-bd .project-statistical .tab-bd .tab-page .statistical-cells .statistical-cell .cell-value > span {
  width: 105px;
  /* overflow: hidden; */
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  font-family: 'D-DIN';
  font-size: 28px;
  font-weight: bold;
  color: #2586f5;
  vertical-align: top;
}

.footer {
  margin-top: 0;
}
