@charset "UTF-8";
.header-container .header {
  z-index: 1000;
}

.header-container .index-banner {
  position: relative;
  background: url(../image/aa1s2d3/index-banner.png) no-repeat;
  background-size: 100% 100%;
  height: 1080px;
  padding: 200px 0 0 140px;
}

.header-container .index-banner .index-swiper {
  width: 1131px;
  height: 744px;
}

.header-container .index-banner .index-swiper .banner-slide {
  height: 740px;
}

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

.header-container .index-banner .index-swiper .banner-slide.swiper-slide-prev img {
  width: 0;
}

.header-container .index-banner .index-swiper .banner-slide.swiper-slide-duplicate-active img {
  width: 0;
}

.header-container .index-banner .title {
  position: absolute;
  top: 360px;
  right: 0;
  width: 943px;
  height: 150px;
  padding-left: 100px;
  background: linear-gradient(90deg, rgba(100, 102, 140, 0) 0%, rgba(103, 135, 196, 0.89) 25%, #6AABFF 100%);
  border-radius: 100px 0px 0px 100px;
  z-index: 1000;
  font-size: 70px;
  font-family: HYk2gj;
  color: #FFFFFF;
  line-height: 150px;
  letter-spacing: 14px;
}

.header-container .index-banner .index-data {
  position: absolute;
  top: 610px;
  right: 70px;
  width: 538px;
  height: 76px;
  background: rgba(255, 255, 255, 0.27);
  border-radius: 20px;
  font-size: 35px;
  font-family: SourceHanSansCN;
  color: #FFFFFF;
  letter-spacing: 3px;
  line-height: 76px;
  text-align: center;
}

.header-container .index-banner .index-data .num {
  display: inline-block;
  font-size: 50px;
  font-weight: bold;
  line-height: 76px;
  vertical-align: top;
  padding: 0 15px;
}

.data-box {
  height: 741px;
  padding-top: 100px;
  background: url(../image/index-data-bg.png) no-repeat;
  background-size: 100% 100%;
}

.data-box .data-container .cate-swiper {
  height: 420px;
  margin-right: 50px;
  margin-top: 105px;
  border-top: 4px solid rgba(255, 255, 255, 0.49);
}

.data-box .data-container .cate-swiper .cate-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: HYk2gj;
  color: #D1D8E5;
  text-align: center;
  border-bottom: 1px solid #fff;
  cursor: pointer;
}

.data-box .data-container .cate-swiper .cate-slide .cate-name {
  width: 100%;
  height: 82px;
  line-height: 82px;
  border-radius: 2px;
  font-family: HYk2gj;
}

.data-box .data-container .cate-swiper .swiper-slide-active .cate-name {
  background: #fff;
  font-size: 22px;
  color: #172642;
}

.data-box .data-container .cate .swiper-button-next, .data-box .data-container .cate .swiper-button-prev {
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
  top: auto;
  left: auto;
  right: 20px;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* Internet Explorer 9*/
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari 和 Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}

.data-box .data-container .cate .swiper-button-next {
  bottom: -14px;
}

.data-box .data-container .cate .swiper-button-prev {
  bottom: 58px;
}

.data-box .chart .chart-header {
  margin-bottom: 40px;
  height: 64px;
}

.data-box .chart .chart-header .item-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 64px;
  padding: 0 15px;
  background: url(../image/item-bg.png) no-repeat;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-weight: 600;
}

.data-box .chart .chart-header .item-box:first-child {
  background: url(../image/item-bg-first.png) no-repeat;
  background-size: 100% 100%;
}

.data-box .chart .chart-header .item-box .name-cycle .name {
  font-size: 14px;
}

.data-box .chart .chart-header .item-box .name-cycle .cycle {
  font-size: 12px;
}

.data-box .chart .chart-header .item-box .num-box .num {
  font-size: 30px;
}

.data-box .chart .chart-header .item-box .num-box .range {
  display: inline-block;
  font-size: 12px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 3px;
  color: #aaa;
}

.data-box .chart .chart-header .item-box .num-box .range i {
  display: inline-block;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.data-box .chart .chart-header .item-box .num-box .range.up {
  color: #E64D4D;
}

.data-box .chart .chart-header .item-box .num-box .range.up i {
  border-bottom: 7px solid #E64D4D;
}

.data-box .chart .chart-header .item-box .num-box .range.down {
  color: #59CC99;
}

.data-box .chart .chart-header .item-box .num-box .range.down i {
  border-top: 7px solid #59CC99;
}

.data-box .chart .chart-container {
  height: 437px;
  background: rgba(31, 58, 97, 0.66);
  border-radius: 8px;
}

.common-title {
  height: 49px;
  padding: 0 30px;
  line-height: 49px;
  font-size: 24px;
  font-weight: 600;
  color: #172642;
  line-height: 49px;
  background: url(../image/index-title-bg.png) no-repeat;
  background-size: 100% 100%;
}

.common-title a {
  float: right;
  font-size: 14px;
  color: #333333;
}

.comment-box {
  height: 597px;
  background: #F9FCFF;
}

.comment-box .comment-container .common-title {
  margin: 72px 0 60px;
}

.comment-box .comment-container .swiper-box {
  padding: 0 25px;
}

.comment-box .comment-container .swiper-box .comment-swiper {
  height: 316px;
}

.comment-box .comment-container .swiper-box .comment-swiper .comment-slide {
  position: relative;
  background: url(../image/index-comment.png) no-repeat;
  background-size: 100% 100%;
}

.comment-box .comment-container .swiper-box .comment-swiper .comment-slide .bottom-title {
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100px;
  padding: 0 30px;
  bottom: 0;
  font-weight: 600;
  color: #FFFFFF;
}

.comment-box .comment-container .swiper-box .comment-swiper .comment-slide .bottom-title .title {
  width: 65%;
  font-size: 20px;
  text-shadow: 0px 2px 4px rgba(114, 114, 114, 0.5);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 表示盒子对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 限制文本的行数，表示文本第多少行省略 */
  text-overflow: ellipsis;
  /*  打点展示 */
  overflow: hidden;
  /*超出部分进行隐藏*/
}

.comment-box .comment-container .swiper-box .comment-swiper .comment-slide .bottom-title .btn1 {
  display: inline-block;
  width: 96px;
  height: 36px;
  background: #4C6A9F;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
}

.comment-box .comment-container .swiper-box .comment-swiper .comment-slide .mask-box {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  padding: 15px 24px;
  background: url(../image/index-comment-mask.png) no-repeat;
  background-size: 100% 100%;
}

.comment-box .comment-container .swiper-box .comment-swiper .comment-slide .mask-box .title {
  height: 70px;
  margin-bottom: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 表示盒子对象的子元素的排列方式 */
  -webkit-line-clamp: 2;
  /* 限制文本的行数，表示文本第多少行省略 */
  text-overflow: ellipsis;
  /*  打点展示 */
  overflow: hidden;
  /*超出部分进行隐藏*/
  font-size: 24px;
  font-family: AlibabaPuHuiTiH;
  color: #44505B;
  line-height: 33px;
  font-weight: 600;
  letter-spacing: 2px;
}

.comment-box .comment-container .swiper-box .comment-swiper .comment-slide .mask-box .profile {
  height: 120px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #333333;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 表示盒子对象的子元素的排列方式 */
  -webkit-line-clamp: 5;
  /* 限制文本的行数，表示文本第多少行省略 */
  text-overflow: ellipsis;
  /*  打点展示 */
  overflow: hidden;
  /*超出部分进行隐藏*/
}

.comment-box .comment-container .swiper-box .comment-swiper .comment-slide .mask-box .more a {
  display: inline-block;
  width: 96px;
  height: 36px;
  background: #4C6A9F;
  border-radius: 18px;
  text-align: center;
  line-height: 36px;
  font-size: 14px;
  font-weight: 600;
  color: #FFFFFF;
}

.info-box {
  height: 922px;
  background: #fff;
}

.info-box .info-container {
  margin-top: 70px;
}

.info-box .info-container .info-swiper .info-slide {
  position: relative;
}

.info-box .info-container .info-swiper .info-slide .img {
  position: relative;
  display: block;
  width: 100%;
  height: 471px;
  border-radius: 10px;
  overflow: hidden;
}

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

.info-box .info-container .info-swiper .info-slide .img .title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 65px;
  padding: 0 50px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  line-height: 65px;
  text-align: center;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 26px;
  font-weight: 600;
  color: #FFFFFF;
}

.info-box .info-container .info-swiper .info-slide .img .mask-bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
}

.info-box .info-container .info-swiper .info-slide .text {
  padding: 45px 50px;
  font-weight: 600;
  color: #333333;
}

.info-box .info-container .info-swiper .info-slide .text .time {
  margin-bottom: 20px;
}

.info-box .info-container .info-swiper .info-slide .text .time span {
  display: inline-block;
  padding-bottom: 4px;
  font-size: 18px;
  border-bottom: 4px solid #1E2233;
}

.info-box .info-container .info-swiper .info-slide .text .profile {
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 表示盒子对象的子元素的排列方式 */
  -webkit-line-clamp: 5;
  /* 限制文本的行数，表示文本第多少行省略 */
  text-overflow: ellipsis;
  /*  打点展示 */
  overflow: hidden;
  /*超出部分进行隐藏*/
  line-height: 20px;
}

.info-box .info-container .info-swiper .info-slide.swiper-slide-prev .text, .info-box .info-container .info-swiper .info-slide.swiper-slide-next .text {
  display: none;
}

.info-box .info-container .info-swiper .info-slide.swiper-slide-prev .mask-bg, .info-box .info-container .info-swiper .info-slide.swiper-slide-next .mask-bg {
  background: linear-gradient(90deg, #CFDDE8 0%, #CFDDE8 25%, rgba(215, 234, 250, 0.24) 81%, rgba(215, 234, 250, 0.24) 100%);
}

.info-box .info-container .swiper-container-horizontal > .swiper-pagination-bullets, .info-box .info-container .swiper-pagination-custom, .info-box .info-container .swiper-pagination-fraction {
  bottom: unset;
  top: 480px !important;
  left: calc(50% - 480px);
}

.info-box .info-container .swiper-pagination {
  text-align: unset;
}

.info-box .info-container .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 15px 5px;
}

.info-box .info-container .swiper-pagination .swiper-pagination-bullet-active {
  width: 39px;
  background: #4C6A9F;
  border-radius: 6px;
}

.company-box {
  height: 600px;
  padding-top: 70px;
  background: url(../image/index-company-bg.png) no-repeat;
  background-size: 100% 100%;
}

.company-box .company-container {
  padding: 80px 0px 0;
}

.company-box .company-container .conpany-slide {
  height: 306px;
}
