.banner-swiper {
  position: relative;
  height: 700px;
  font-family: 'PingFangSC';
}

.banner-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
}

.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
}

.banner-swiper .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: transparent;
  border: 1px solid #EAC596;
}

.banner-swiper .index-info {
  position: absolute;
  width: 1400px;
  left: 50%;
  transform: translateX(-50%);
  top: 24%;
  z-index: 1000;
}

.banner-swiper .index-info .index-text {
  padding-top: 50px;
  font-size: 25px;
  font-weight: 600;
  color: #FFFFFF;
}

.banner-swiper .index-info .index-text div {
  margin-bottom: 10px;
}

.banner-swiper .index-info .index-text .index-name {
  font-size: 60px;
  margin-bottom: 20px;
}

.banner-swiper .index-info .index-text .index {
  margin-bottom: 10px;
}

.banner-swiper .index-info .index-text .index span {
  padding-left: 10px;
  font-size: 46px;
  font-weight: 800;
}

.banner-swiper .index-info .index-text .rate span {
  padding-left: 10px;
}

.banner-swiper .index-info .index-text .link {
  width: 154px;
  height: 51px;
  background: #E9C357;
  border-radius: 8px;
  text-align: center;
  margin-top: 50px;
}

.banner-swiper .index-info .index-text .link a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 50px;
}

.triangle {
  margin-bottom: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}

.up {
  color: #E83934 !important;
}

.up .triangle {
  border-bottom: 8px solid #E83934;
}

.down {
  color: #51B192 !important;
}

.down .triangle {
  border-top: 8px solid #51B192;
}

.data-info {
  height: 95px;
  background: #F3D47E;
  box-shadow: 0px 2px 4px 0px rgba(136, 136, 136, 0.5);
  color: #0B0408;
  font-size: 16px;
  font-weight: 600;
}

.data-info .swiper-slide {
  position: relative;
  padding-top: 5px;
  padding-left: 45px;
}

.data-info .swiper-slide::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  content: '';
  width: 3px;
  height: 80px;
  background: url("../image/data-info-icon.png");
  background-size: cover;
  background-position: center;
}

.data-info .index-name {
  letter-spacing: 1px;
}

.data-info .value-rate .value {
  font-size: 28px;
  letter-spacing: 2px;
}

.data-info .time {
  letter-spacing: 1px;
  font-size: 14px;
}

.module-header {
  overflow: hidden;
}

.module-header .title-box {
  position: relative;
  float: left;
  padding-left: 98px;
}

.module-header .title-box .english-title,
.module-header .title-box .chinese-title {
  color: #333333;
  font-size: 24px;
  font-family: 'HYk2gj';
}

.module-header .title-box::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 68px;
  height: 52px;
  background: url(../image/index-title-icon.png) no-repeat;
  background-size: 100% 100%;
}

.module-header .title-box::after {
  position: absolute;
  left: 77px;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 2px;
  height: 57px;
  background: #efb758;
}

.module-header .more {
  padding-top: 10px;
  float: right;
}

.module-header .more a {
  color: #333333;
  font-weight: 600;
}

.module-header .font-white a {
  color: #fff;
}

.data {
  background: url("../image/data-bg.png") no-repeat;
  background-size: cover;
  padding-bottom: 15px;
  padding-top: 18px;
  overflow: hidden;
}

.data .module-header {
  margin-bottom: 28px;
}

.data .data-content .col-left-3 {
  overflow: hidden;
  padding-right: 32px;
}

.data .data-content .col-right-3 {
  overflow: hidden;
  padding-left: 32px;
}

.data .data-content .col-mid-6 {
  width: 750px;
  padding: 0;
  margin: 0 -20px;
}

.data .data-content .data-comment {
  margin-bottom: 10px;
  height: 138px;
  width: 100%;
  padding: 12px 13px 0;
  background: url("../image/data-comment.png") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  border-radius: 5px;
  overflow: hidden;
  color: #555555;
  letter-spacing: 1px;
  font-weight: 600;
}

.data .data-content .data-comment .module-name {
  margin-bottom: 5px;
  font-size: 20px;
}

.data .data-content .data-comment .comment-title a {
  color: #555555;
  display: block;
  height: 40px;
  font-size: 14px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 20px;
}

.data .data-content .data-comment .data-btn {
  display: inline-block;
  background: #E9C357;
  border-radius: 16px;
  padding: 5px 10px 7px;
}

.data .data-content .data-comment .data-btn a {
  font-size: 12px;
  color: #FFFFFF;
}

.data .data-content .index-rate {
  margin-bottom: 10px;
  background: #FCFCFD;
  border-radius: 8px;
  backdrop-filter: blur(3px);
  overflow: hidden;
  font-weight: 600;
  font-size: 14px;
}

.data .data-content .index-rate .title-box {
  height: 35px;
  padding: 0 8px;
  line-height: 35px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CDCDCD;
}

.data .data-content .index-rate .title-box .index-title {
  position: relative;
  padding-left: 20px;
  font-size: 16px;
  color: #555555;
}

.data .data-content .index-rate .title-box .time {
  font-size: 12px;
  color: #999999;
}

.data .data-content .index-rate .col-4 {
  float: left;
  width: 40%;
}

.data .data-content .index-rate .col-5 {
  float: left;
  width: 50%;
}

.data .data-content .index-rate .col-5.index {
  text-align: center;
}

.data .data-content .index-rate .col-3 {
  float: left;
  width: 30%;
  text-align: center;
}

.data .data-content .index-rate .col-2 {
  float: left;
  width: 20%;
  text-align: center;
}

.data .data-content .index-rate .index-header {
  line-height: 30px;
  padding: 2px 0;
  color: #999999;
}

.data .data-content .index-rate .index-body {
  margin-bottom: 5px;
  line-height: 31px;
  color: #666666;
  font-size: 14px;
}

.data .data-content .index-rate .index-body::-webkit-scrollbar {
  display: none;
}

.data .data-content .index-rate .table-box {
  padding: 0 8px;
}

.data .data-content .index-rate .index-body {
  overflow: -moz-scrollbars-none;
}

.data .data-content .index-rate.nm-price .index-title::before, .data .data-content .index-rate.nmf-price .index-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  content: '';
  background: url(../image/data-price-icon.svg) no-repeat;
  background-size: 100% 100%;
}

.data .data-content .index-rate.development .index-title::before, .data .data-content .index-rate.effect .index-title::before, .data .data-content .index-rate.climate .index-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  content: '';
  background: url(../image/data-rate-icon.svg) no-repeat;
  background-size: 100% 100%;
}

.data .data-content .index-rate.active {
  background: #E9C357;
}

.data .data-content .index-rate.active.nm-price .index-title::before, .data .data-content .index-rate.active.nmf-price .index-title::before {
  background: url(../image/data-price-active-icon.svg) no-repeat;
}

.data .data-content .index-rate.active.development .index-title::before, .data .data-content .index-rate.active.effect .index-title::before, .data .data-content .index-rate.active.climate .index-title::before {
  background: url(../image/data-rate-active-icon.svg) no-repeat;
}

.data .data-content .index-rate.active .title-box {
  border-bottom: 1px solid #FFFFFF;
}

.data .data-content .index-rate.active .title-box .index-title {
  font-size: 16px;
  color: #FFFFFF;
}

.data .data-content .index-rate.active .title-box .time {
  font-size: 12px;
  color: #FFFFFF;
}

.data .data-content .index-rate.active .index-header {
  color: #FFFFFF;
}

.data .data-content .index-rate.active .index-body {
  color: #FFFFFF;
}

.data .data-content .data-div {
  background: rgba(255, 255, 255, 0.73);
  border-radius: 8px;
  height: 536px;
  padding: 10px;
  font-weight: 600;
}

.data .data-content .data-div .data-tab {
  height: 85px;
  background: #E6E8F3;
  border-radius: 8px;
}

.data .data-content .data-div .data-tab .item {
  cursor: pointer;
  float: left;
  width: 17%;
  overflow: hidden;
}

.data .data-content .data-div .data-tab .item .index-name {
  font-size: 16px;
  color: #070E30;
  margin-top: 18px;
  text-align: center;
}

.data .data-content .data-div .data-tab .item .value {
  display: none;
}

.data .data-content .data-div .data-tab .item .rate {
  margin-top: 5px;
  text-align: center;
}

.data .data-content .data-div .data-tab .item .rate .triangle {
  vertical-align: middle;
  margin-right: 5px;
}

.data .data-content .data-div .data-tab .active {
  width: 32%;
  background: #E9C357;
  border-radius: 8px;
}

.data .data-content .data-div .data-tab .active .index-name {
  margin-top: 0px;
  float: left;
  width: 60%;
  font-size: 17px;
  color: #fff;
  text-align: left;
  line-height: 85px;
  height: 85px;
  padding-left: 10px;
}

.data .data-content .data-div .data-tab .active .value {
  float: left;
  margin-top: 15px;
  display: block;
  text-align: center;
  padding-right: 5px;
  color: #fff;
  letter-spacing: 1px;
  font-size: 22px;
}

.data .data-content .data-div .data-tab .active .value.climate-value {
  margin-top: 26px;
}

.data .data-content .data-div .data-tab .active .rate {
  float: left;
  text-align: center;
  padding-right: 15px;
  color: #fff;
}

.data .data-content .data-div .chart-box {
  height: 400px;
}

.data .data-content .data-div .tip {
  position: relative;
  padding-left: 30px;
  font-size: 14px;
  color: #696969;
}

.data .data-content .data-div .tip::after {
  position: absolute;
  left: 5px;
  top: 3px;
  content: '';
  width: 13px;
  height: 15px;
  background: url(../image/tips-icon.svg) no-repeat;
  background-size: 100%;
}

.info {
  height: 765px;
  background: url("../image/info-bg.png");
  background-size: 100% 100%;
  padding-top: 40px;
  font-family: 'PingFangSC';
}

.info .info-container .btn-div {
  text-align: right;
}

.info .info-container .btn-div .left-btn,
.info .info-container .btn-div .right-btn {
  cursor: pointer;
  display: inline-block;
  width: 42px;
  height: 42px;
  background: url(../image/info-left-icon.svg);
}

.info .info-container .btn-div .right-btn {
  margin-left: 10px;
  background: url(../image/info-right-icon.svg);
}

.info .info-container .left-info-swiper {
  margin-top: 15px;
}

.info .info-container .left-info-swiper .swiper-slide {
  height: 420px;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
}

.info .info-container .left-info-swiper .swiper-slide .info-image {
  height: 290px;
}

.info .info-container .left-info-swiper .swiper-slide .info-image img {
  height: 100%;
  width: 100%;
}

.info .info-container .left-info-swiper .swiper-slide .info-title {
  margin: 25px;
  height: 51px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.info .info-container .left-info-swiper .swiper-slide .publish-time {
  margin-left: 25px;
  font-size: 12px;
  font-weight: 600;
  color: #333333;
}

.info .info-container .right-info-swiper {
  height: 700px;
}

.info .info-container .right-info-swiper .swiper-slide {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  padding: 10px;
}

.info .info-container .right-info-swiper .swiper-slide .publish-time {
  display: inline-block;
  height: 26px;
  background: #EFBA61;
  border-radius: 2px;
  line-height: 26px;
  padding: 0 10px;
  color: #fff;
}

.info .info-container .right-info-swiper .swiper-slide .info-title {
  margin: 8px 0;
}

.info .info-container .right-info-swiper .swiper-slide .info-title a {
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}

.info .info-container .right-info-swiper .swiper-slide .info-profile {
  font-weight: 600;
  color: #B5B5B5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  line-height: 23px;
}

.info .info-container .right-info-swiper .swiper-slide-next + .swiper-slide {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)) !important;
}

.company {
  height: 518px;
  background: url("../image/company-bg.png");
  background-size: 100% 100%;
  padding-top: 60px;
  font-family: 'PingFangSC';
}

.company .btn-box {
  padding-top: 10px;
}

.company .btn-box .left-btn,
.company .btn-box .right-btn {
  display: inline-block;
  background: url("../image/left-icon.svg");
  background-size: 100% 100%;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.company .btn-box .right-btn {
  background: url("../image/right-icon.svg");
  background-size: 100% 100%;
}

.company .company-container {
  margin-top: 30px;
}

.company .company-container .company-swiper .swiper-slide {
  position: relative;
  width: 320px;
  background: #FFFFFF;
  border-radius: 8px;
  padding: 12px 10px;
}

.company .company-container .company-swiper .swiper-slide .corp-image {
  height: 240px;
  position: relative;
}

.company .company-container .company-swiper .swiper-slide .corp-image img {
  width: 100%;
  height: 100%;
}

.company .company-container .company-swiper .swiper-slide .corp-image .corp-name {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  height: 60px;
  padding: 0 20px;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 60px;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 50%, rgba(255, 255, 255, 0) 100%);
}

.company .company-container .company-swiper .swiper-slide .corp-image .corp-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateY(-50%);
  transform: translateX(-50%);
  display: none;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #EFBA61;
}

.company .company-container .company-swiper .swiper-slide .corp-image .corp-icon::after {
  position: absolute;
  top: 11px;
  left: 50%;
  content: '';
  transform: translateX(-50%);
  width: 20px;
  height: 21px;
  background: url(../image/company-icon.svg) no-repeat;
  background-size: 100% 100%;
}

.company .company-container .company-swiper .swiper-slide .address {
  margin-top: 10px;
  color: #676767;
  font-size: 14px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.company .company-container .company-swiper .swiper-slide .profile {
  height: 0px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 22px;
  background: #EFBA61;
}

.company .company-container .company-swiper .swiper-slide .profile div {
  padding: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.about {
  height: 655px;
  background: linear-gradient(180deg, #F5EDD2 0%, #FFFFFF 28%, #FEFEFC 67%, #F5ECD0 100%);
  padding-top: 60px;
  font-family: 'PingFangSC';
}

.about .about-container {
  margin-top: 30px;
  padding: 0 50px;
}

.about .about-container .about-box {
  height: 429px;
  margin: 0;
  background: #FFFFFF;
  box-shadow: 0px 2px 4px 0px rgba(148, 148, 148, 0.5);
  border-radius: 8px;
  overflow: hidden;
}

.about .about-container .about-box .col-md-3, .about .about-container .about-box .col-md-9 {
  padding: 0;
}

.about .about-container .about-box .swiper-slide {
  height: 429px;
}

.about .about-container .about-box .swiper-slide video {
  object-fit: fill;
}

.about .about-container .about-box .swiper-slide .btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  background: url(../../video/play.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.about .about-container .about-box .text-box {
  display: block;
  padding: 25px 20px;
  font-weight: 600;
}

.about .about-container .about-box .text-box .title {
  margin-bottom: 20px;
  font-size: 24px;
  color: #333333;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.about .about-container .about-box .text-box .profile {
  height: 225px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  letter-spacing: 1px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.about .about-container .about-box .text-box .btn-box {
  text-align: center;
}

.about .about-container .about-box .text-box .btn-box span {
  display: inline-block;
  width: 128px;
  height: 43px;
  border-radius: 8px;
  border: 1px solid #EFB758;
  font-size: 14px;
  color: #EFB758;
  line-height: 42px;
}
