.banner-swiper {
  font-family: 'PingFangSC';
  overflow: hidden;
}

.banner-swiper .swiper-slide {
  margin-top: 90px;
  height: 840px;
}

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

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

.up {
  color: #DD0000 !important;
}

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

.down {
  color: #08D642 !important;
}

.down .triangle {
  border-top: 8px solid #08D642;
}

.data-info {
  height: 150px;
  width: 100%;
  min-width: 1800px;
  padding-top: 15px;
  background: #F25A30;
  color: #FFFFFF;
  font-size: 24px;
  font-weight: 600;
}

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

.data-info .swiper-slide::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  content: '';
  width: 8px;
  height: 126px;
  background: linear-gradient(180deg, #FFFFFF 33%, rgba(255, 255, 255, 0) 100%);
}

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

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

.data-info .value-rate .rate {
  font-size: 16px;
}

.data-info .value-rate .rate.up {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

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

.module-header {
  position: relative;
  overflow: hidden;
  padding-top: 60px;
  margin-bottom: 50px;
}

.module-header .title-box {
  position: relative;
  text-align: center;
}

.module-header .title-box .title-img {
  height: 85px;
}

.module-header .title-box .title-img img {
  height: 100%;
  width: auto;
}

.module-header .title-box .en-title {
  font-size: 40px;
  font-family: DengXian-Regular, DengXian;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.2);
  line-height: 0px;
  letter-spacing: 2px;
  -webkit-background-clip: text;
}

.module-header .title-box .ch-title {
  font-size: 48px;
  font-family: HappyZcool;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 37px;
  letter-spacing: 1px;
  background: url(../image/title-bg.png) no-repeat center center;
}

.module-header .title-box.title-box-red .en-title {
  color: rgba(242, 90, 48, 0.2);
}

.module-header .title-box.title-box-red .ch-title {
  color: #f25a30;
  background: url(../image/title-bg-red.png) no-repeat center center;
}

.module-header .more {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 97px;
  height: 30px;
  background: #F3F4F0;
  border-radius: 7px 7px 7px 7px;
  text-align: center;
  line-height: 30px;
  font-size: 18px;
  font-family: HappyZcool;
  letter-spacing: 1px;
}

.module-header .more a {
  position: relative;
  color: #f25a30;
  padding-left: 30px;
}

.module-header .more a::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 10px;
  content: '';
  transform: translateY(-50%);
  background: url(../image/arrow-red.svg) no-repeat center center;
}

.module-header .more.more-red {
  background: #F25A30;
}

.module-header .more.more-red a {
  color: #f3f4f0;
}

.module-header .more.more-red a::before {
  background: url(../image/arrow-white.svg) no-repeat center center;
}

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

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

.data .data-content .col-right-9 {
  overflow: hidden;
  padding-left: 24px;
}

.data .data-content .data-introduce {
  display: block;
  margin-bottom: 15px;
  height: 163px;
  width: 100%;
  background: url("../image/data-introduce.png") no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.data .data-content .index-rate {
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
}

.data .data-content .index-rate .title-box {
  height: 45px;
  background: #FBD57C;
  line-height: 45px;
  padding: 0 10px;
}

.data .data-content .index-rate .title-box .index-title {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  color: #F25A30;
  padding-left: 30px;
  font-weight: 600;
}

.data .data-content .index-rate .title-box .index-title::before {
  position: absolute;
  left: 0;
  top: 50%;
  width: 25px;
  height: 10px;
  content: '';
  transform: translateY(-50%);
  background: url(../image/arrow-red.svg) no-repeat center center;
}

.data .data-content .index-rate.price {
  background: #FEFEFE;
}

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

.data .data-content .index-rate.price .index-header {
  height: 67px;
  line-height: 67px;
  background-color: #FFD87D;
}

.data .data-content .index-rate.price .index-header > div:nth-child(odd) {
  background-color: #FFE097;
}

.data .data-content .index-rate.price .index-body .item {
  height: 62px;
  line-height: 61px;
}

.data .data-content .index-rate.price .index-body .item:nth-child(odd) {
  background-color: #FEEFCC;
}

.data .data-content .index-rate.price .index-body .item:nth-child(odd) > div:nth-child(odd) {
  background-color: #FEF2D6;
}

.data .data-content .index-rate .item {
  display: flex;
}

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

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

.data .data-content .index-rate .col-4 .over-flow {
  width: 240px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.data .data-content .index-rate .col-3 .over-flow {
  width: 182px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.data .data-content .index-rate .col-1-3 {
  flex: 3;
  text-align: center;
}

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

.data .data-content .index-rate .index-header {
  display: flex;
  line-height: 42px;
  color: #F25A30;
  font-size: 18px;
}

.data .data-content .index-rate .index-body {
  margin-bottom: 5px;
  line-height: 31px;
  color: #F25A30;
  font-weight: 400;
  font-size: 16px;
}

.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 .data-div {
  margin-bottom: 15px;
}

.data .data-content .data-div .data-tab {
  height: 105px;
  background: #FFFFFF;
  border-radius: 24px 0px 24px 0px;
  border: 1px solid #F25A30;
  overflow: hidden;
  font-weight: 600;
}

.data .data-content .data-div .data-tab .item {
  cursor: pointer;
  float: left;
  width: 18%;
  height: 105px;
  overflow: hidden;
}

.data .data-content .data-div .data-tab .item .index-name {
  font-size: 20px;
  color: #F25A30;
  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: 28%;
  background: url(../image/data-table-bg.png) no-repeat center center;
  background-size: 100% 100%;
}

.data .data-content .data-div .data-tab .active .index-name {
  float: left;
  width: 50%;
  height: 100%;
  color: #fff;
  padding-left: 20px;
}

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

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

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

.data .data-content .data-div .data-tab .active .rate.up {
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}

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

.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%;
}

.comment {
  height: 780px;
  background: url("../image/comment-bg.png");
  background-size: 100% 100%;
}

.comment .comment-swiper .swiper-slide {
  position: relative;
  width: 320px;
  background: #FFF2BD;
  border-radius: 2px;
  padding: 30px 25px 50px;
  overflow: hidden;
}

.comment .comment-swiper .swiper-slide a {
  display: block;
}

.comment .comment-swiper .swiper-slide .image {
  height: 260px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
  margin-bottom: 20px;
}

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

.comment .comment-swiper .swiper-slide .title {
  height: 90px;
  margin-bottom: 40px;
  font-size: 30px;
  font-family: Source Han Sans CN-Heavy, Source Han Sans CN;
  font-weight: 800;
  color: #F25A30;
  letter-spacing: 2px;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.comment .comment-swiper .swiper-slide .more {
  font-size: 20px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 600;
  color: #333333;
  letter-spacing: 1px;
}

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

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

.info .info-container .info-swiper .swiper-slide {
  height: 380px;
}

.info .info-container .info-swiper .swiper-slide .col-md-6 {
  margin-bottom: 40px;
}

.info .info-container .info-swiper .swiper-slide .item {
  display: block;
}

.info .info-container .info-swiper .swiper-slide .item .col-md-5 {
  padding-right: 5px;
}

.info .info-container .info-swiper .swiper-slide .item .col-md-7 {
  padding-left: 5px;
}

.info .info-container .info-swiper .swiper-slide .info-image {
  height: 170px;
  border-radius: 10px;
  overflow: hidden;
}

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

.info .info-container .info-swiper .swiper-slide .info-title {
  height: 56px;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  color: #333333;
}

.info .info-container .info-swiper .swiper-slide .publish-time {
  margin-left: 25px;
  text-align: right;
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

.info .info-container .info-swiper .swiper-slide .info-profile {
  margin-bottom: 10px;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 22px;
}

.company {
  height: 625px;
  background: url("../image/company-bg.png");
  background-size: 100% 100%;
}

.company .company-container {
  margin: 0px auto 0;
  padding-top: 20px;
  width: 1400px;
}

.company .company-container .company-swiper {
  height: 370px;
}

.company .company-container .company-swiper .swiper-slide {
  position: relative;
  width: 584px;
  height: 362px;
}

.company .company-container .company-swiper .swiper-slide a {
  height: 100%;
  display: block;
  border-radius: 10px 10px 10px 10px;
  overflow: hidden;
}

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

.company .company-container .text-box {
  padding-left: 10px;
}

.company .company-container .text-box .name {
  font-size: 32px;
  font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  font-weight: 600;
  color: #FFFFFF;
  line-height: 30px;
  letter-spacing: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 18px;
}

.company .company-container .text-box .profile {
  font-size: 24px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  color: #FFFFFF;
  line-height: 40px;
  letter-spacing: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  text-align: justify;
}

.about {
  padding-bottom: 40px;
  background: url("../image/about-bg.png");
  background-size: 100% 100%;
  height: 1860px;
}

.about .about-container {
  position: relative;
  text-align: right;
  margin-top: 70px;
  margin-bottom: 40px;
}

.about .about-container .text-box {
  display: inline-block;
  width: 800px;
  height: 340px;
  position: relative;
  padding: 40px 10px 10px 15px;
  background: #F25A30;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 40px;
  letter-spacing: 2px;
  text-align: justify;
}

.about .about-container .text-box::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: '';
  width: 50px;
  height: 20px;
  background: url(../image/arrow-white.svg) no-repeat center center/100% 100%;
}

.about .about-container .text-box a {
  height: 280px;
  padding-right: 10px;
  overflow: hidden;
  overflow-y: auto;
  display: block;
  color: #FFFFFF;
}

.about .about-container .text-box a::-webkit-scrollbar {
  width: 5px;
}

.about .about-container .text-box a::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #f37e5c;
}

.about .about-container .text-box a::-webkit-scrollbar-track {
  background: transparent;
}

.about .about-container .right-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 600px;
  height: 340px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.65);
  overflow: hidden;
  z-index: 103;
}

.about .about-container .right-img img {
  width: 100%;
  height: 100%;
}

.about .img-swiper .swiper-slide {
  height: 220px;
}

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

.about .exhibition-container {
  height: 520px;
}

.about .exhibition-container .left-box {
  float: left;
  width: 880px;
  position: relative;
  padding: 20px 30px 0 160px;
}

.about .exhibition-container .left-box::before {
  position: absolute;
  top: 10px;
  left: 0;
  content: '';
  width: 130px;
  height: 450px;
  background: #F25A30;
  z-index: 0;
}

.about .exhibition-container .left-box .title {
  position: relative;
  font-size: 36px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #F25A30;
  line-height: 40px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}

.about .exhibition-container .left-box .title::after {
  position: absolute;
  top: 10px;
  left: 158px;
  content: '';
  width: 60px;
  height: 26px;
  background: url(../image/arrow-red.svg) no-repeat center center/100% 100%;
}

.about .exhibition-container .left-box .profile {
  font-size: 18px;
  font-family: Source Han Sans CN-Regular, Source Han Sans CN;
  font-weight: 400;
  color: #666666;
  line-height: 28px;
}

.about .exhibition-container .left-box .img {
  position: absolute;
  top: 260px;
  left: 20px;
  content: '';
  width: 850px;
  height: 520px;
}

.about .exhibition-container .left-box .img img {
  width: 100%;
  height: 100%;
}

.about .exhibition-container .right-box {
  float: right;
  width: 516px;
  height: 937px;
  padding: 225px 20px;
  background: url(../image/honor-index.png) no-repeat center center/100% 100%;
}

.about .exhibition-container .right-box .content {
  text-align: center;
  font-size: 24px;
  font-family: Source Han Sans CN-Bold, Source Han Sans CN;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 27px;
}

.about .exhibition-container .right-box .content .item {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 30px;
}

.about .exhibition-container .right-box .content .item::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  content: '';
  transform: translateX(-50%);
  width: 192px;
  height: 0px;
  opacity: 1;
  border: 4px solid;
  border-image: linear-gradient(44deg, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0)) 4 4;
  border-radius: 15px;
  overflow: hidden;
}
