.container {
  width: 100%;
  background-color: #fff;
}
.top-banner .bannerSwiper {
  font-size: 0;
}
.top-banner .bannerSwiper img {
  width: 100%;
}
.top-banner .bannerSwiper p {
  position: absolute;
  top: 50%;
  left: 20px;
  font-weight: bold;
  font-size: 20px;
  line-height: 32px;
  transform: translate(0, -50%);
}
.swiper-scrollbar {
  border-radius: 0 !important;
}
.bannerSwiper.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 50% !important;
  bottom: 28px !important;
  z-index: 50;
  height: 2px !important;
  width: 120px !important;
  transform: translate(-50%, 0);
  background: #fff !important;
}
.bannerSwiper .swiper-scrollbar-drag {
  height: 4px !important;
  top: -1px !important;
  border-radius: 0 !important;
  background: #e1251b !important;
}
.fixedScrollTab {
  position: fixed;
  top: 65px;
  left: 50%;
  transform: translate(-50%, 0);
  max-width: 7.5rem;
  right: 0;
  z-index: 9;
  padding: 20px 8px;
  background: #fff;
}
.arrow_right {
  background: url(../images/icon_more_24.png) no-repeat;
  background-size: cover;
  height: 22px;
  display: inline-block;
  width: 22px;
  margin-left: 3px;
  vertical-align: bottom;
}
.arrow_right_icon {
  background: url(../images/icon_more_blue_24.png) no-repeat;
  background-size: cover;
  height: 22px;
  display: inline-block;
  width: 22px;
  margin-left: 3px;
  vertical-align: bottom;
}
.section .tab {
  padding: 24px 8px 48px;
}
.section .tab .tab-ul {
  /* overflow-x: scroll; */
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  text-align: center;
  width: 100%;
}
.section .tab .tab-ul li {
  width: 84px;
  height: 63px;
  background-color: #f5f5f5;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.section .tab .tab-ul li .show {
  display: block;
  font-size: 0;
}
.section .tab .tab-ul li .hide {
  display: none;
}
.section .tab .tab-ul li.active {
  background: url(../images/tab_selected_24.png) no-repeat;
}
.section .tab .tab-ul li.active .show {
  display: none;
}
.section .tab .tab-ul li.active .hide {
  display: block;
  font-size: 0;
}
.section .tab-content .tab-box .title {
  font-family: PingFang SC;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  color: #222221;
  position: relative;
  letter-spacing: 3px;
  padding-top: 16px;
  margin-bottom: 24px;
}
.section .tab-content .tab-box .title::before {
  content: '';
  width: 84px;
  height: 4px;
  position: absolute;
  background-color: #e30613;
  margin-top: -16px;
}
.section .tab-content .tab-box.business {
  padding: 0 8px 48px;
}
.section .tab-content .tab-box.business .bg-img {
  background: url(../images/ywdt_img_24.jpg) no-repeat;
  background-size: cover;
  width: 100%;
  height: 2.4rem;
  border-radius: 5px;
  display: block;
}
.section .tab-content .tab-box.business .bg-img .bg-img-text {
  padding: 153px 20px 0 8px;
  color: #fff;
}
.section .tab-content .tab-box.business .bg-img .bg-img-text .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 17px;
  opacity: 0.7;
}
.section .tab-content .tab-box.business .bg-img .bg-img-text .text {
  font-size: 17px;
  font-weight: 600;
  line-height: 24px;
  padding-top: 4px;
}
.section .tab-content .tab-box.business .box {
  padding-top: 9px;
  display: flex;
  justify-content: space-between;
}
.section .tab-content .tab-box.business .box .box-item {
  width: 48%;
  font-size: 0;
  display: block;
}
.section .tab-content .tab-box.business .box .box-item img {
  width: 100%;
  height: 1.2rem;
  object-fit: cover;
}
.section .tab-content .tab-box.business .box .box-item .box-item-dt {
  padding: 16px 8px;
  background-color: #ebeff1;
  border-radius: 0 0 5px 5px;
}
.section .tab-content .tab-box.business .box .box-item .box-item-dt .date {
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  color: #888888;
  padding-bottom: 4px;
}
.section .tab-content .tab-box.business .box .box-item .box-item-dt .text {
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #222221;
  overflow: hidden;
  white-space: wrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section .tab-content .tab-box.businessAdvantages {
  padding: 24px 0;
  background: #ebeff1;
}
.section .tab-content .tab-box.businessAdvantages .title {
  padding: 16px 8px 0;
}
.section .tab-content .tab-box.businessAdvantages .more {
  position: absolute;
  float: right;
  display: inline-block;
  right: 8px;
  top: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #615f5f;
  letter-spacing: 0;
}
.section .tab-content .tab-box.businessAdvantages .detail {
  position: relative;
  /* padding-bottom: 190px; */
}
.section .tab-content .tab-box.businessAdvantages .detail .top {
  font-size: 0;
}
.section .tab-content .tab-box.businessAdvantages .detail .top img {
  width: 100%;
  height: 100%;
}
.section .tab-content .tab-box.businessAdvantages .detail .bot {
  position: relative;
  background: #fff;
  border-radius: 5px 0 0 5px;
  padding: 0 20px;
  width: calc(100% - 24px);
  margin-left: 25px;
  margin-top: -100px;
  display: block;
}
.section .tab-content .tab-box.businessAdvantages .detail .bot .bot-item {
  padding: 20px 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.section .tab-content .tab-box.businessAdvantages .detail .bot .bot-item .lf .name {
  font-size: 17px;
  font-weight: 600;
  line-height: 25px;
  color: #222221;
  padding-bottom: 8px;
}
.section .tab-content .tab-box.businessAdvantages .detail .bot .bot-item .lf ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #615f5f;
  position: relative;
  padding-left: 14px;
}
.section .tab-content .tab-box.businessAdvantages .detail .bot .bot-item .lf li::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #e30613;
  border-radius: 50%;
  top: 8px;
  left: 0px;
}
.section .tab-content .tab-box.businessAdvantages .detail .bot .bot-item .lf p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #615f5f;
  width: 240px;
}
.section .tab-content .tab-box.businessAdvantages .detail .bot .bot-item .more_btn .arrow_right_blue {
  background: url(../images/blue_arrow_24.png);
  height: 20px;
  width: 20px;
  display: inline-block;
}
.section .tab-content .tab-box.businessAdvantages .detail .bot .bot-item:first-child {
  border-bottom: 0.5px solid #ebebeb;
}
.section .tab-content .tab-box.productServices {
  padding: 48px 8px;
}
.section .tab-content .tab-box.productServices .bg-img.investment {
  background: url(../images/ywdt_pic4_24.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 234px;
  margin-bottom: 20px;
}
.section .tab-content .tab-box.productServices .bg-img.investment .bg-img-text {
  padding: 38px 16px;
}
.section .tab-content .tab-box.productServices .bg-img.investment .bg-img-text .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222221;
  padding-bottom: 8px;
}
.section .tab-content .tab-box.productServices .bg-img.investment .bg-img-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #615f5f;
  padding-bottom: 12px;
  width: 165px;
}
.section .tab-content .tab-box.productServices .bg-img.investment .bg-img-text .look_more {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #005efd;
  display: inline-block;
}
.section .tab-content .tab-box.productServices .bg-img.investment .bg-img-text .look_more a {
  color: #005efd;
}
.section .tab-content .tab-box.productServices .bg-img.markets {
  background: url(../images/ywdt_pic5_24.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 540px;
  margin-bottom: 20px;
}
.section .tab-content .tab-box.productServices .bg-img.markets .bg-img-text {
  padding: 20px 16px 18px;
}
.section .tab-content .tab-box.productServices .bg-img.markets .bg-img-text .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222221;
  padding-bottom: 8px;
}
.section .tab-content .tab-box.productServices .bg-img.markets .bg-img-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #615f5f;
  padding-bottom: 8px;
}
.section .tab-content .tab-box.productServices .bg-img.markets .bg-img-text .look_more {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #005efd;
  display: inline-block;
}
.section .tab-content .tab-box.productServices .bg-img.markets .bg-img-text .look_more a {
  color: #005efd;
}
.section .tab-content .tab-box.productServices .bg-img.markets .bg-img-text .ptm {
  margin-top: 141px;
}
.section .tab-content .tab-box.productServices .bg-img.markets .bg-img-text .ptm .tit {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #222221;
  padding-bottom: 8px;
}
.section .tab-content .tab-box.productServices .bg-img.markets .bg-img-text .ptm ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.section .tab-content .tab-box.productServices .bg-img.markets .bg-img-text .ptm ul li {
  width: 159px;
  height: 71px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #fff;
  margin-bottom: 8px;
  padding: 11px 0 12px 8px;
  opacity: 0.95;
  position: relative;
  z-index: 1;
}
.section .tab-content .tab-box.productServices .bg-img.markets .bg-img-text .ptm ul li div {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #222221;
}
.section .tab-content .tab-box.productServices .bg-img.markets .bg-img-text .ptm ul li::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inherit;
  filter: blur(9.5px);
  z-index: 2;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank {
  background: url(../images/ywdt_pic6_24.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 508px;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .bg-img-text {
  padding: 20px 0 18px 16px;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .bg-img-text .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222221;
  padding-bottom: 8px;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .bg-img-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #615f5f;
  padding-right: 16px;
  padding-bottom: 8px;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .bg-img-text .look_more {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  display: inline-block;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .bg-img-text .look_more a {
  color: #005efd;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .swiper-box1 {
  padding-top: 24px;
  overflow-x: auto;
  display: flex;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .swiper-box1 .swiper-slide1 {
  display: inline-block;
  width: 240px !important;
  margin-right: 18px;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .swiper-box1 .slide-info {
  font-size: 0;
  position: relative;
  padding: 20px 15px;
  box-sizing: border-box;
  z-index: 1;
  width: 240px;
  background: #faf7f7;
  border-radius: 5px;
  border: 1px solid #fff;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .swiper-box1 .slide-info .item-img {
  width: 208px;
  height: 139px;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .swiper-box1 .slide-info .item-info {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  flex-flow: row;
  align-items: center;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .swiper-box1 .slide-info .item-info .info-lf .tit {
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #222221;
  padding-bottom: 8px;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .swiper-box1 .slide-info .item-info .info-lf ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #222221;
  padding-left: 16px;
  position: relative;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .swiper-box1 .slide-info .item-info .info-lf li::before {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 12px;
  left: 4px;
  content: '';
  display: inline-block;
  background: #615f5f;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .swiper-box1 .slide-info .item-info .right {
  font-size: 0;
  z-index: 3;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .swiper-box1 .slide-info .item-info .right .slide_icon {
  background: url(../images/more_btn_right_24.png) no-repeat;
  display: inline-block;
  width: 46px;
  height: 46px;
}
.section .tab-content .tab-box.productServices .bg-img.tradeBank .swiper-box1 .slide-info::after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inherit;
  filter: blur(18.5px);
  z-index: 2;
}
.section .tab-content .tab-box.sustainable {
  padding: 20px 8px 48px;
  background: #ebeff1;
}
.section .tab-content .tab-box.sustainable .bg-img {
  background-size: cover;
  width: 100%;
  height: 200px;
}
.section .tab-content .tab-box.sustainable .bg-img .bg-img-text {
  padding: 28px 16px;
}
.section .tab-content .tab-box.sustainable .bg-img .bg-img-text .text {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: #222221;
  padding-bottom: 8px;
}
.section .tab-content .tab-box.sustainable .bg-img .bg-img-text ul {
  padding-bottom: 8px;
}
.section .tab-content .tab-box.sustainable .bg-img .bg-img-text ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #615f5f;
  padding-left: 16px;
  position: relative;
}
.section .tab-content .tab-box.sustainable .bg-img .bg-img-text li::before {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  top: 12px;
  left: 4px;
  content: '';
  display: inline-block;
  background: #615f5f;
}
.section .tab-content .tab-box.sustainable .bg-img .bg-img-text p {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #615f5f;
  padding-bottom: 12px;
}
.section .tab-content .tab-box.sustainable .bg-img .bg-img-text .look_more {
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #005efd;
  display: inline-block;
}
.section .tab-content .tab-box.sustainable .bg-img .bg-img-text .look_more a {
  color: #005efd;
}
.section .tab-content .tab-box.sustainable .wish {
  background: url(../images/ywdt_pic7_24.png) no-repeat;
  margin-bottom: 20px;
}
.section .tab-content .tab-box.sustainable .jlbank {
  background: url(../images/ywdt_pic8_24.png) no-repeat;
  margin-bottom: 20px;
}
.section .tab-content .tab-box.sustainable .financial {
  background: url(../images/ywdt_pic9_24.png) no-repeat;
  margin-bottom: 0;
}

/*# sourceMappingURL=index.css.map */
