body {
  background-color: #fff;
}

.small-title {
  width: 100%;
  padding: 13px 0px 0px 15px;
  padding-bottom: 17px;
  text-align: center;
}

.small-title span {
  font-size: 24px;
  font-family: HYk2gj;
  color: #2348A3;
  line-height: 24px;
}

.small-title i {
  margin: 0 auto;
  display: block;
  width: 127px;
  height: 4px;
}

.small-title i img {
  width: 100%;
  height: 100%;
}

.index-banner {
  height: 800px;
  width: 100%;
  min-width: 1170px;
  position: relative;
}

.index-banner img {
  width: 100%;
  height: 100%;
}
.index-banner .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
.index-banner .swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 5px;
  background: #FFFFFF;
  opacity: 0.7;
}

.index-banner .swiper-active-switch {
  opacity: 1;
}

.index-echarts {
  padding-top: 20px;
  background-color: #fff;
  width: 100%;
  min-width: 1170px;
  height: 570px;
}

.index-echarts .index-data-cate {
  margin-top: 30px;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #C4C4C4;
}

.index-echarts .index-data-cate .cate-box {
  position: relative;
  margin: 0 20px;
  display: inline-block;
  height: 40px;
  font-size: 18px;
  font-weight: 600;
  color: #383838;
  line-height: 25px;
  cursor: pointer;
}

.index-echarts .index-data-cate .cate-box i {
  display: none;
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 5px;
  background-color: #2348a3;
  border-radius: 5px 5px 0px 0px;
}

.index-echarts .index-data-cate .selected i {
  display: block;
}

.index-echarts .index-data-cate .cate-box:nth-last-child(1) {
  margin-right: -5px;
}

.index-echarts .index-data-table {
  margin-top: 22px;
  text-align: center;
}

.index-echarts .index-data-table .table-box {
  display: inline-block;
  margin: 0 55px;
  font-size: 18px;
  font-weight: 600;
  color: #4C4C4C;
  line-height: 22px;
}

.index-echarts .index-data-table .table-box .value {
  margin-left: 55px;
}

.index-echarts .index-data-table .table-box .up {
  color: #D71515;
}

.index-echarts .index-data-table .table-box .down {
  color: green;
}

.index-echarts .index-data-table .table-box .down .triangle {
  margin-right: 5px;
  margin-bottom: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid green;
}

.index-echarts .index-data-table .table-box .up .triangle {
  margin-right: 5px;
  margin-bottom: 2px;
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #D71515;
}

.index-echarts .index-line-charts {
  margin: 0 auto;
  height: 390px;
  width: 900px;
  overflow: hidden;
}

.index-about {
  position: relative;
  width: 100%;
  min-width: 1170px;
  min-height: 850px;
  background: url(../image/index-about-info-bg.png) no-repeat;
  background-size: 100% 100%;
  padding-top: 4%;
}

.index-about .text-content {
  position: absolute;
  top: 17.3%;
  right: 10%;
  width: 45%;
  height: 24%;
  padding-right: 5px;
  overflow: hidden;
}

.index-about .text-content p {
  font-size: 14px;
  font-weight: 400;
  color: #3D3D3D;
  line-height: 28px;
  overflow: hidden;
  text-align: justify;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.index-about .text-content a.more {
  display: block;
  float: right;
  font-size: 16px;
  font-weight: 400;
  color: #2348A3;
  line-height: 27px;
}

.index-about .index-video {
  margin-top: 32%;
}

.index-about .index-video .video-div {
  margin: 0 auto;
  margin-top: 20px;
  height: 16%;
  width: 45%;
}

.index-about .index-video .video-div video {
  width: 100%;
  height: 100%;
}

.basic-info {
  position: relative;
  padding-top: 1.38%;
  width: 100%;
  min-width: 1170px;
  min-height: 350px;
  background: url(../image/index-basic-bg.png) no-repeat;
  background-size: 100% 100%;
}

.basic-info .basic-info-div {
  position: absolute;
  bottom: 40%;
  left: 50%;
  height: 100px;
  transform: translateX(-50%);
  width: 76%;
  display: flex;
  justify-content: space-between;
}

.basic-info .basic-info-div .basic-info-box {
  text-align: center;
  width: 18%;
  height: 200px;
  overflow: hidden;
}

.basic-info .basic-info-div .basic-info-box .value {
  font-size: 43px;
  font-family: Arial-Black, Arial;
  font-weight: 900;
  color: #2348A3;
  line-height: 64px;
}

.basic-info .basic-info-div .basic-info-box .value span {
  font-weight: 900;
}

.basic-info .basic-info-div .basic-info-box .name {
  font-size: 18px;
  font-family: SourceHanSansCN-Bold, SourceHanSansCN;
  font-weight: bold;
  color: #2348A3;
  line-height: 24px;
}

.basic-info .basic-info-div .basic-info-box:nth-last-child(1) {
  margin-right: 0px;
}

.index-news {
  margin: 0 auto;
  width: 100%;
  min-width: 1170px;
  overflow: hidden;
}

.index-news .news-swiper {
  margin-top: 15px;
  min-width: 1170px;
  width: 80%;
  height: 420px;
}

.index-news .news-swiper .news-img {
  width: 100%;
  height: 250px;
}

.index-news .news-swiper .news-img img {
  width: 100%;
  height: 100%;
}

.index-news .news-swiper .news-title {
  margin-top: 5px;
  height: 56px;
  overflow: hidden;
}

.index-news .news-swiper .news-title a {
  font-size: 18px;
  font-weight: bold;
  color: #2348A3;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.index-news .news-swiper .news-text {
  margin-top: 15px;
  font-size: 12px;
  font-weight: 400;
  color: #606060;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.index-news .news-swiper .item {
  margin: 0 15px;
  /* padding: 0 15px; */
}
.index-news .news-swiper .swiper-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.index-news .news-swiper .swiper-pagination-switch {
  display: inline-block;
  background-color: #2745B0;
  width: 60px;
  height: 5px;
  margin: 5px;
  border-radius: 3px;
  opacity: 0.6;
}

.index-news .news-swiper .swiper-active-switch {
  opacity: 1;
}

.company-introduction {
  margin-top: 20px;
  padding-top: 30px;
  width: 100%;
  min-width: 1170px;
  min-height: 445px;
  background: url(../image/company-bg.png);
  background-size: 100% 100%;
}

.company-introduction .company-title span {
  color: #fff;
}

.company-introduction .company-swiper {
  margin-top: 15px;
  width: 80%;
  height: 280px;
}
.company-introduction .company-swiper .item {
  margin: 0 20px;
}

.company-introduction .company-swiper .company-img {
  width: 100%;
  height: 200px;
}

.company-introduction .company-swiper .company-img img {
  width: 100%;
  height: 100%;
}

.company-introduction .company-swiper .company-name {
  margin-top: 20px;
  text-align: center;
}

.company-introduction .company-swiper .company-name a {
  font-size: 18px;
  font-family: HYk2gj;
  color: #FFFFFF;
  line-height: 18px;
}

.company-introduction .company-swiper .swiper-button-prev {
  left: 0;
  top: 100px;
  width: 35px;
  height: 35px;
  background: url(../image/pre-swiper-icon.svg) no-repeat;
  background-size: 100% 100%;
}

.company-introduction .company-swiper .swiper-button-next {
  right: 0;
  top: 100px;
  width: 35px;
  height: 35px;
  background: url(../image/next-swiper-icon.svg) no-repeat;
  background-size: 100% 100%;
}

@media screen and (min-width: 1440px) {
  .index-about .text-content p {
    -webkit-line-clamp: 8;
  }
}

@media screen and (max-width: 1140px) {
  .index-about .text-content p {
    -webkit-line-clamp: 6;
  }
}
