/* banner */
.banner {
  position: relative;
  width: 100%;
  height: auto;
}
.banner.section-item {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.banner .swiper-container-1 {
  height: 100%;
}
.banner,
.banner .swiper-container-1,
.banner .swiper-wrapper,
.banner .swiper-slide,
.banner .swiper-slide .swiper-slide-media,
.banner .swiper-slide video {
  height: 183px;
}
.banner .swiper-slide {
  position: relative;
  display: block;
  width: 100%;
  background-color: #ddd;
}
.banner .swiper-slide .swiper-slide-media {
  width: 100%;
  height: 100%;
}
.banner .swiper-slide img {
  width: 100%;
  height: 100%;
  /*object-fit: contain;*/
}
.banner .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-slide .video-icon {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 43px;
  height: 43px;
}
.banner .swiper-slide .video-icon img {
  width: 100%;
  height: 100%;
}
.banner .swiper-button-prev::after,
.banner .swiper-button-next::after {
  color: #fff;
}
.banner .swiper-button-prev {
  left: 83px;
}
.banner .swiper-button-next {
  right: 83px;
}
.swiper-container-1 .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: #fff
}
.banner .swiper-pagination-bullet-active {
  background-color: #f6ac1d
}
.banner .swiper-pagination-custom {
  z-index: 999;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.banner .swiper-pagination-customs {
  display: block;
  width: 20px;
  height: 20px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #1a7da9;
  margin-right: 5px;
  cursor: pointer;
}
.banner .swiper-pagination-customs-active {
  background-color: #f6ac1d
}
.banner-link {
  display: none;
  z-index: 999;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.banner-link-item {
  width: 20%;
  height: 100%;
  padding: 10px 15px;
  box-sizing: border-box;
  align-content: space-between;
}
.banner-link-item:nth-child(1) {
  background-color: rgba(33, 126, 169, 0.6);
}
.banner-link-item:nth-child(2) {
  background-color: rgba(24, 165, 176, 0.7);
}
.banner-link-item:nth-child(3) {
  background-color: rgba(16, 186, 200, 0.9);
}
.banner-link-item:nth-child(4) {
  background-color: rgba(5, 139, 100, 0.85);
}
.banner-link-item:nth-child(5) {
  background-color: rgba(14, 107, 150, 0.9);
}

.banner-link-item .item-title {
  width: 100%;
}
.banner-link-item .item-title-cn {
  font-size: 20px;
  color: #fff;
  line-height: 30px;
}
.banner-link-item .item-title-en {
  font-size: 12px;
  color: #fff;
  line-height: 26px;
}
.banner-link-item .item-more-wrap {
  width: 100%;
}
.banner-link-item .item-more {
  width: 32px;
}
.banner-link-item .item-more img {
  width: 100%;
	height: auto;
}


/* ny-banner */
.ny-banner img {
  width: 100%;
  height: auto;
  min-height: 126px;
  max-height: 380px;
}
@media (min-width: 1024px) {
  .banner {
    margin-top: 0;
  }
  .banner,
  .banner .swiper-container-1,
  .banner .swiper-wrapper,
  .banner .swiper-slide,
  .banner .swiper-slide .swiper-slide-media,
  .banner .swiper-slide video {
    height: 510px;
  }
  .banner .swiper-slide img {
      object-fit: cover;
   }
  /*.ny-banner {*/
  /*  margin-top: 226px;*/
  /*}*/
  .banner-link {
    display: flex;
    width: 980px;
    height: 100px;
    bottom: 15px;
  }
}
@media (min-width: 1200px) {
  .banner-link {
    width: 1150px;
    bottom: 20px;
  }
  .banner-link-item {
    padding: 10px 20px;
  }
  .banner-link-item .item-title-cn {
    font-size: 24px;
    line-height: 36px;
  }
  .banner-link-item .item-title-en {
    line-height: 30px;
  }
  .banner-link-item .item-more {
    width: 40px;
  }
}
@media (min-width: 1350px) {
  .banner-link {
    width: 1280px;
    height: 120px;
  }
  .banner-link-item .item-title-cn {
    font-size: 22px;
    line-height: 36px;
  }
  .banner-link-item .item-title-en {
    font-size: 14px;
    line-height: 36px;
  }
}
@media (min-width: 1600px) {
  .banner-link {
    width: 1458px;
    height: 140px;
    bottom: 50px;
  }
  .banner-link-item {
    padding: 20px 40px 20px 40px;
  }
  .banner-link-item .item-title-cn {
    font-size: 24px;
    line-height: 36px;
  }
  .banner-link-item .item-more {
    width: 50px;
  }
}
@media (min-width: 1800px) {
  .banner-link {
    width: 1640px;
  }
}



/* section */
.section-item {
  width: 100%;
  padding: 5px 10px 0 10px;
  margin: 0 auto;
}
@media (min-width: 430px) {
  .section-item {
    padding: 5px 35px 5px 35px;
  }
}
@media (min-width: 576px) {
  .section-item {
    width: 540px;
    padding: 5px 0 0 0;
  }
}
@media (min-width: 768px) {
  .section-item {
    width: 720px;
  }
}
@media (min-width: 992px) {
  .section-item {
    width: 960px;
  }
}
@media (min-width: 1024px) {
  .section-item {
    width: 980px;
  }
}
@media (min-width: 1200px) {
  .section-item {
    width: 1150px;
  }
}
@media (min-width: 1350px) {
  .section-item {
    width: 1280px;
  }
}
@media (min-width: 1600px) {
  .section-item {
    width: 1458px;
  }
}
@media (min-width: 1800px) {
  .section-item {
    width: 1640px;
  }
}

/* section-1 */
.video-swiper {
  flex: none;
  width: 100%;
  height: 180px;
  margin: 0;
}
.video-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-swiper .swiper-slide-title {
  position: absolute;
  left: 0;
  bottom: 0;
  font-size: 14px;
  color: #fff;
  line-height: 42px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0 130px 0 10px;
  box-sizing: border-box;
}
.section-1 .swiper-pagination {
  text-align: right;
  bottom: 12px;
}
.section-1 .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
}
.section-1 .swiper-pagination-bullet-active {
  background-color: #ddaf64;
}
.section-1 .news-tab {
  background-color: #f4f5f9;
  overflow-x: auto;
}
.section-1 .news-tab-item {
  position: relative;
  font-size: 18px;
  color: #333;
  line-height: 42px;
  text-align: center;
  cursor: pointer;
}
.section-1 .news-tab-item_active {
  color: #1a7da9;
}
.section-1 .news-tab-item_active::after {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  content: '';
  width: 60%;
  height: 3px;
  background-color: #1a7da9;
}
.section-1 .news-tab-item:hover {
  color: #1a7da9;
}
.section-1 .news-content {
  display: none;
  padding: 0 10px;
  box-sizing: border-box;
}
.section-1 .news-content:first-child {
  display: block;
}
.section-1 .news-first {
  display: block;
  padding-bottom: 10px;
  border-bottom: 1px #e2e2e2 solid;
}
.section-1 .news-first-title {
  font-size: 18px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  padding: 15px 0 9px 0;
}
.section-1 .news-first-desc {
  font-size: 14px;
  color: #676767;
  line-height: 24px;
}
.section-1 .news-list {
  padding-top: 12px;
  user-select: none;
}
.section-1 .news-list-item {
  position: relative;
}
.section-1 .news-list-item_title,
.section-1 .news-list-item_time {
  font-size: 14px;
  line-height: 32px;
}
.section-1 .news-list-item_title {
  position: relative;
  color: #333;
  padding-left: 13px;
}
.section-1 .news-list-item::before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 6px;
	height: 6px;
	background-color: #6a6a6a;
  border-radius: 50%;
}
.section-1 .news-list-item_time {
  color: #989898;
}
.section-1 .news-list-item:hover .news-list-item_title {
  transform: translateX(15px);
  transition: all 0.3s linear;
  color: #1a7da9;
}
.section-1 .news-list-item:hover::before {
  width: 16px;
  transition: width 0.3s linear;
  background-color: #1a7da9;
  border-radius: 0%;
}
.section-1 .common-more {
  margin: 10px auto 0 auto;
}
@media (min-width: 576px) {
  .video-swiper {
    height: 300px;
  }
  .video-swiper .swiper-slide-title {
    font-size: 16px;
    line-height: 52px;
    padding: 0 130px 0 20px;
  }
  .section-1 .swiper-pagination {
    bottom: 15px;
  }
  .section-1 .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
  }
  .section-1 .news-tab-item {
    font-size: 18px;
    line-height: 52px;
  }
  .section-1 .news-first {
    padding-bottom: 12px;
  }
  .section-1 .news-first-title {
    font-size: 20px;
    line-height: 36px;
    padding: 20px 0 9px 0;
  }
  .section-1 .news-list-item_title,
  .section-1 .news-list-item_time {
    font-size: 16px;
    line-height: 36px;
  }
}
@media (min-width: 768px) {
  .video-swiper {
    height: 390px;
  }
  .section-1 .news-first-title {
    font-size: 22px;
  }
  .section-1 .news-first-desc {
    font-size: 16px;
    line-height: 30px;
  }
  .section-1 .news-list-item_title,
  .section-1 .news-list-item_time {
    font-size: 18px;
    line-height: 38px;
  }
}
@media (min-width: 992px) {
  .video-swiper {
    width: 458px;
    height: 371px;
  }
  .section-1 .news {
    margin-left: 2vw;
  }
  .section-1 .news-content {
    padding: 0;
  }
  .section-1 .news-tab-item {
    line-height: 56px;
  }
  .section-1 .news-first {
    padding-bottom: 20px;
  }
  .section-1 .news-first-title {
    font-size: 24px;
    line-height: 36px;
    padding: 34px 0 9px 0;
  }
  .section-1 .news-list-item_title,
  .section-1 .news-list-item_time {
    font-size: 15px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  .video-swiper {
    width: 554px;
    height: 400px;
  }
  .section-1 .news-tab-item {
    font-size: 18px;
  }
  .section-1 .news-list-item_title,
  .section-1 .news-list-item_time {
    font-size: 17px;
    line-height: 40px;
  }
}
@media (min-width: 1350px) {
  .video-swiper {
    width: 624px;
    height: 400px;
  }
  .video-swiper .swiper-slide-title {
    line-height: 64px;
  }
  .section-1 .swiper-pagination {
    text-align: right;
    bottom: 20px;
  }
  .section-1 .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 1600px) {
  .video-swiper {
    width: 740px;
    height: 450px;
  }
  .section-1 .news-tab-item {
    font-size: 18px;
    line-height: 64px;
  }
  .section-1 .news-list-item_title,
  .section-1 .news-list-item_time {
    font-size: 18px;
    line-height: 45px;
  }
}
@media (min-width: 1800px) {
  .video-swiper {
    width: 833px;
  }
}


/* section-2 */
.section-2-item {
  width: 313px;
	background-color: #ffffff;
	box-shadow: 0px 5px 5px 0px rgba(7, 0, 2, 0.03);
	border-radius: 5px;
	border: solid 1px #f0f0f0;
  margin-right: 19px;
  box-sizing: border-box;
}
.section-2-item:last-child {
  margin-right: 0;
}
.section-2-item .cate {
  width: 100%;
  height: 101px;
  padding: 0 30px;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  align-content: center;
}
.section-2-item:nth-child(1) .cate {
  background: url('../img/cate-1.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.section-2-item:nth-child(2) .cate {
  background: url('../img/cate-2.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.section-2-item:nth-child(3) .cate {
  background: url('../img/cate-3.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.section-2-item:nth-child(4) .cate {
  background: url('../img/cate-4.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.section-2-item:nth-child(5) .cate {
  background: url('../img/cate-5.png') no-repeat 0 0;
  background-size: 100% 100%;
}
.section-2-item .cate-title-en {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  width: 100%;
}
.section-2-item .cate-title-cn {
  font-size: 20px;
  color: #fff;
}
.section-2-item .cate-list {
  padding: 20px;
  box-sizing: border-box;
}
.section-2-item .cate-list-item {
  display: inline-block;
  font-size: 16px;
  color: #383838;
  line-height: 36px;
  padding-right: 10px;
}
.section-2-item .cate-list-item:hover {
  color: #004460;
}
@media (min-width: 1200px) {
  .section-2-item {
    width: 24%;
    margin-right: 1.3%;
  }
  .section-2-item .cate {
    padding: 0 20px;
  }
  .section-2-item .cate-title-en {
    font-size: 20px;
  }
  .section-2-item .cate-title-cn {
    font-size: 18px;
  }
  .section-2-item .cate-list {
    padding: 20px;
  }
  .section-2-item .cate-list-item {
    font-size: 16px;
    line-height: 32px;
  }
}
@media (min-width: 1450px) {
  .section-2-item .cate-title-en {
    font-size: 22px;
  }
  .section-2-item .cate-title-cn {
    font-size: 20px;
  }
}
@media (min-width: 1650px) {
  .section-2-item .cate-list-item {
    padding-right: 15px;
  }
}
@media (min-width: 1750px) {
  .section-2-item .cate-title-en {
    font-size: 24px;
  }
  .section-2-item .cate-list-item {
    line-height: 36px;
    padding-right: 20px;
  }
}


/* section-3 */
.section-3-news {
  background-color: #f9f9f9;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.section-3-news:last-child {
  margin-right: 0;
}
.section-3-news .head-title {
  font-size: 18px;
  color: #fff;
  padding: 6px 17px;
  background-color: #1a7da9;
}
.section-3-news .head-line {
  position: relative;
	height: 1px;
	background-color: #ececec;
  margin: 0 14px 0 28px;
}
.section-3-news .head-line::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  width: 20%;
  height: 1px;
  background-color: #1a7da9;
}
.section-3-news .head-more {
  font-size: 16px;
  color: #999;
}
.section-3-news .head-more:hover {
  color: #1a7da9;
}
.section-3-news .news-first {
  padding: 24px 0 12px 0;
  border-bottom: 1px #e2e2e2 solid;
}
.section-3-news .news-first-cover {
  width: 120px;
	height: 90px;
  margin-right: 19px;
}
.section-3-news .news-first-cover img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}
.section-3-news .news-first-title {
  font-size: 18px;
  color: #333;
  line-height: 36px;
  font-weight: bold;
}
.section-3-news .news-first-desc {
  font-size: 16px;
  color: #676767;
  line-height: 30px;
}
.section-3-news .news-list-item_title,
.section-3-news .news-list-item_time {
  font-size: 16px;
  line-height: 36px;
}
.section-3-news .news-list-item_title {
  color: #333;
}
.section-3-news .news-list-item_time {
  color: #989898;
}
.section-3-news .news-list-item:hover .news-list-item_title {
  color: #004460;
}
@media (min-width: 576px) {
  .section-3-news .news-first {
    border-bottom: 0;
  }
}
@media (min-width: 1200px) {
  .section-3-news {
    margin-right: 20px;
    margin-bottom: 0;
  }
  .section-3-news .news-first-cover {
    width: 100px;
    height: 75px;
    margin-right: 10px;
  }
  .section-3-news .news-first-title {
    font-size: 16px;
    line-height: 32px;
  }
  .section-3-news .news-first-desc {
    font-size: 14px;
    line-height: 24px;
  }
  .section-3-news .news-list-item_title,
  .section-3-news .news-list-item_time {
    font-size: 16px;
    line-height: 36px;
  }
}
@media (min-width: 1350px) {
  .section-3-news {
    margin-right: 40px;
  }
  .section-3-news .news-first-cover {
    width: 120px;
    height: 90px;
    margin-right: 19px;
  }
  .section-3-news .news-first-title {
    font-size: 18px;
    line-height: 36px;
  }
  .section-3-news .news-first-desc {
    font-size: 16px;
    line-height: 30px;
  }
  .section-3-news .news-list-item_title,
  .section-3-news .news-list-item_time {
    font-size: 18px;
    line-height: 42px;
  }
}

/* section-4 */
.section-4 .member {
  height: auto;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 3px #dee2e5;
}
.section-4 .member-l {
  position: relative;
  background-color: #1a7da9;
	border-radius: 8px 8px 0px 0;
  padding: 15px 15px;
  box-sizing: border-box;
}
.section-4 .member-l-icon {
  width: 50px;
  height: 42px;
  margin: auto;
}
.section-4 .member-l-icon img {
  width: 100%;
	height: 100%;
}
.section-4 .member-l-cn {
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.section-4 .member-l-en {
  font-size: 12px;
  color: #fff;
  text-align: center;
}
.section-4 .member-r {
  padding: 25px 0;
}
.section-4 .member-r-item {
  align-content: center;
}
.section-4 .member-r-item .item-icon {
  height: 36px;
}
.section-4 .member-r-item .item-icon img {
  width: auto;
  height: 100%;
}
.section-4 .member-r-item .item-title-cn {
  width: 100%;
  font-size: 16px;
  color: #393333;
  line-height: 30px;
  text-align: center;
  padding: 5px 0 0 0;
}
.section-4 .member-r-item .item-title-en {
  font-size: 10px;
  color: #393333;
  text-align: center;
}
@media (min-width: 576px) {
  .section-4 .member-l {
    padding: 25px 15px;
  }
  .section-4 .member-l-icon {
    width: 50px;
    height: 42px;
  }
  .section-4 .member-l-cn {
    font-size: 20px;
  }
  .section-4 .member-r-item .item-icon {
    height: 42px;
  }
  .section-4 .member-r-item .item-title-cn {
    font-size: 18px;
    line-height: 30px;
    padding: 10px 0 0 0;
  }
}
@media (min-width: 992px) {
  .section-4 .member {
    height: 210px;
  }
  .section-4 .member-l {
    padding: 40px 25px;
    border-radius: 8px 0px 0px 8px;
  }
  .section-4 .member-l::after {
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    content: '';
    width: 0;
    height: 0;
    border-top: 12px transparent solid;
    border-bottom: 12px transparent solid;
    border-left: 12px #1a7da9 solid;
  }
  .section-4 .member-l-icon {
    width: 60px;
    height: 51px;
  }
  .section-4 .member-l-cn {
    font-size: 24px;
  }
  .section-4 .member-l-en {
    font-size: 14px;
  }
  .section-4 .member-r {
    padding: 0;
  }
  .section-4 .member-r-item .item-icon {
    height: 51px;
  }
  .section-4 .member-r-item .item-title-cn {
    font-size: 20px;
    line-height: 36px;
    padding: 21px 0 5px 0;
  }
  .section-4 .member-r-item .item-title-en {
    font-size: 11px;
  }
}
@media (min-width: 1200px) {
  .section-4 .member-l {
    padding: 40px 50px;
  }
  .section-4 .member-l-icon {
    width: 70px;
    height: 59px;
  }
  .section-4 .member-l-cn {
    font-size: 30px;
  }
  .section-4 .member-r-item .item-icon {
    height: 60px;
  }
  .section-4 .member-r-item .item-title-en {
    font-size: 13px;
  }
}

/* section-5 */
.section-5 .content {
  margin-top: 26px;
}
.section-5 .data-echarts {
  padding: 0;
}
.section-5 .data-echarts .tabs {
  margin-bottom: 20px;
}
.section-5 .data-echarts .filter-wrap {
  margin-bottom: 20px;
}
.section-5 #vcsChart {
  height: 200px;
  margin-bottom: 20px;
}
.section-5 .data-wrap {
  padding: 0;
  margin-right: 2vw;
}
.section-5 .data-head {
  height: 80px;
}
.section-5 .data-head-item:first-child,
.section-5 .data-list-item .item-date {
  width: 65px;
}
.section-5 .data-head-item .util,
.section-5 .data-head-item .price,
.section-5 .data-head-item span {
  line-height: 39px;
}
.section-5 .data-list-item .item-val {
  min-height: 39px;
  line-height: 1.5;
}
.section-5 .data-wrap .data-head {
  background-color: #e0e5ec;
  border-top: 1px #d7d7d7 solid;
}
.section-5 .data-wrap .data-head,
.section-5 .data-wrap .data-list {
  border-left: 1px #d7d7d7 solid;
  border-right: 1px #d7d7d7 solid;
}
.section-5 .data-head-item,
.section-5 .data-head-item .util,
.section-5 .data-head-item .price,
.section-5 .data-head-item span:first-child,
.section-5 .data-head-item .price,
.section-5 .data-list-item,
.section-5 .data-list-item .item-val,
.section-5 .data-list-item .item-val span:first-child {
  border-color: #d7dde7;
  font-size: 12px;
  color: #90a2b9;
}
.section-5 .data-list-item:nth-child(2n-1) {
  background-color: #fff;
}
.section-5 .data-list-item:nth-child(2n) {
  background-color: #f7f9fb;
}
.section-5 .el-date-editor--daterange.el-input__inner {
  width: 280px;
}
.section-5 .common-title-cn {
    margin-bottom: 36px;
}
.section-5 .common-desc {
    padding: 0;
}

@media (min-width: 576px) {
  .section-5 .content {
    /*margin-top: 46px;*/
  }
  .section-5 #vcsChart {
    height: 260px;
  }
  .section-5 .data-head-item:first-child,
  .section-5 .data-list-item .item-date {
    width: 80px;
  }
  .section-5 .data-head-item,
  .section-5 .data-head-item .util,
  .section-5 .data-head-item .price,
  .section-5 .data-head-item span:first-child,
  .section-5 .data-head-item .price,
  .section-5 .data-list-item,
  .section-5 .data-list-item .item-val,
  .section-5 .data-list-item .item-val span:first-child {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  .section-5 #vcsChart {
    height: 300px;
  }
}
@media (min-width: 992px) {
  .section-5 #vcsChart {
    height: 360px;
  }
  .section-5 .data-head-item:first-child,
  .section-5 .data-list-item .item-date {
    width: 100px;
  }
  .section-5 .data-head-item,
  .section-5 .data-head-item .util,
  .section-5 .data-head-item .price,
  .section-5 .data-head-item span:first-child,
  .section-5 .data-head-item .price,
  .section-5 .data-list-item,
  .section-5 .data-list-item .item-val,
  .section-5 .data-list-item .item-val span:first-child {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .section-5 .data-echarts {
    margin-right: 20px;
  }
  .section-5 #vcsChart {
    height: 308px;
    margin-bottom: 0;
  }
  .section-5 .filter-wrap {
    display: block !important;
  }
  .section-5 .filter-l {
    margin-bottom: 10px !important;
  }
}
@media (min-width: 1350px) {
  .section-5 .filter-wrap {
    display: flex !important;
  }
  .section-5 #vcsChart {
    height: 348px;
  }
}


/* section-6 */
.section-6 {
  background-color: #fff;
}
.section-6-links {
  display: flex;
  flex-wrap: wrap;
  padding: 25px 0;
}
.section-6 .links-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 22%;
  height: 75px;
  margin-right: 4%;
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 2px 2px rgba(55, 114, 203,0.2), 0px 0px 6px 1px #ddd, 0 -3px 2px 2px rgba(177, 177, 177,0.10) inset;
}
.section-6 .links-item:nth-child(4n) {
  margin-right: 0;
}
.section-6 .links-item img {
  display: block;
  max-width: 100%;
  height: 100%;
}

@media (min-width: 576px) {
  .section-6-swiper {
    padding: 0 42px;
  }
  .section-6 .swiper-container {
    padding: 0 10px;
  }
  .section-6 .swiper-wrapper {
    padding: 10px 0;
  }
  .section-6-swiper-btn {
    width: 30px;
  }
  .section-6 .swiper-slide {
   height: 70px;
   border-radius: 10px;
  }
}


/* section-7 */
.section-7 .recommend-wrap {
  width: 100%;
  margin-top: 25px;
}
.section-7 .recommend-item {
  flex: none;
  width: 32%;
  padding: 15px 0;
  margin-right: 2%;
  margin-bottom: 12px;
  background-color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(29, 133, 176, 0.1);
	border-radius: 3px;
	border: solid 1px #fafafa;
}
.section-7 .recommend-item:nth-child(3n) {
  margin-right: 0;
}
.section-7 .recommend-item-icon {
  width: 42px;
  margin: 0 auto;
}
.section-7 .recommend-item-icon img {
  width: 100%;
  height: auto;
}
.section-7 .recommend-item-text {
  width: 100%;
  font-size: 14px;
  color: #333;
  line-height: 20px;
  text-align: center;
  padding-top: 12px;
}
@media (min-width: 768px) {
  .section-7 .recommend-item {
    padding: 20px 0;
  }
  .section-7 .recommend-item-icon {
    width: 50px;
  }
  .section-7 .recommend-item-text {
    font-size: 16px;
    line-height: 20px;
    padding-top: 15px;
  }
}
@media (min-width: 1024px) {
  .section-7 .recommend-item {
    flex: 1;
    margin-right: 16px;
    margin-bottom: 0;
    padding: 25px 0;
  }
  .section-7 .recommend-item:nth-child(3n) {
    margin-right: 16px;
  }
  .section-7 .recommend-item:last-child {
    margin-right: 0;
  }
  .section-7 .recommend-item-icon {
    width: 60px;
  }
  .section-7 .recommend-item-text {
    font-size: 18px;
    line-height: 20px;
    padding-top: 18px;
  }
}


/* list-date */
.list-date {
  padding: 0 10px;
}
.list-date .item {
  border-bottom: 1px #d7d7d7 dashed;
  padding: 15px 0;
}
.list-date .item-date {
  padding-right: 16px;
}
.list-date .item-date-day {
  font-size: 20px;
  color: #333;
}
.list-date .item-date-year {
  font-size: 14px;
  color: #999;
}
.list-date .item-r {
  padding-left: 15px;
  box-sizing: border-box;
  border-left: 1px #dedede solid;
}
.list-date .item-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 7px;
}
.list-date .item-intro {
  font-size: 14px;
  color: #686868;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .list-date {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .list-date {
    padding: 0 25px;
  }
}
@media (min-width: 992px) {
  .list-date {
    padding: 0 30px;
  }
  .list-date .item {
    padding: 10px 0 5px 0;
  }
  .list-date .item-date {
    padding-right: 33px;
  }
  .list-date .item-date-day {
    font-size: 24px;
  }
  .list-date .item-date-year {
    font-size: 16px;
  }
  .list-date .item-r {
    padding-left: 35px;
  }
  .list-date .item-title {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .list-date .item-intro {
    font-size: 16px;
    line-height: 26px;
    max-height: 52px;
  }
}

/* list-cover */
.list-cover {
  padding: 0 10px;
}
.list-cover .item {
  border-bottom: 1px #d7d7d7 dashed;
  padding: 12px 0;
}
.list-cover .item-cover {
  width: 120px;
	height: 87px;
}
.list-cover .item-cover img {
  width: 100%;
	height: 100%;
  object-fit: cover;
}
.list-cover .item-r {
  padding-left: 15px;
  box-sizing: border-box;
}
.list-cover .item-title {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding-bottom: 5px;
}
.list-cover .item-intro {
  font-size: 14px;
  color: #686868;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
}
.list-cover .item-date {
  padding-top: 5px;
}
.list-cover .item-date .iconfont {
  font-size: 16px;
  color: #cacaca;
  padding-right: 10px;
}
.list-cover .item-date-text {
  font-size: 14px;
  color: #999;
}
@media (min-width: 576px) {
  .list-cover {
    padding: 0 20px;
  }
  .list-cover .item-cover {
    width: 140px;
    height: 90px;
  }
}
@media (min-width: 768px) {
  .list-cover {
    padding: 0 25px;
  }
  .list-cover .item-r {
    padding-left: 22px;
  }
}
@media (min-width: 1200px) {
  .list-cover {
    padding: 0 30px;
  }
  .list-cover .item {
    padding: 16px 0 20px 0;
  }
  .list-cover .item-cover {
    width: 240px;
    height: 150px;
  }
  .list-cover .item-r {
    padding-left: 31px;
  }
  .list-cover .item-title {
    font-size: 20px;
    padding-bottom: 12px;
  }
  .list-cover .item-intro {
    font-size: 16px;
    line-height: 26px;
    max-height: 52px;
  }
  .list-cover .item-date {
    padding-top: 25px;
  }
  .list-cover .item-date .iconfont {
    font-size: 20px;
  }
  .list-cover .item-date-text {
    font-size: 18px;
  }
}


/* news-detail */
.news-detail {
  background-color: #fff;
  box-sizing: border-box;
  padding: 0 10px;
}
.news-detail .title {
  font-size: 20px;
  color: #333;
  line-height: 28px;
  text-align: center;
  padding: 20px 0 0 0;
}
.news-detail .info {
  font-size: 12px;
  line-height: 28px;
  color: #acacac;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px #e2e2e2 solid;
}
.news-detail .info span {
  padding-left: 10px;
}
@media (min-width: 768px) {
  .news-detail {
    padding: 0 20px;
  }
  .news-detail .title {
    font-size: 24px;
    line-height: 32px;
    padding: 30px 0 0 0;
  }
  .news-detail .info {
    padding: 15px 0;
  }
}
@media (min-width: 992px) {
  .news-detail {
    padding: 0 30px;
  }
  .news-detail .title {
    font-size: 30px;
    line-height: 36px;
    padding: 50px 0 0 0;
  }
  .news-detail .info {
    font-size: 16px;
    line-height: 32px;
    padding: 20px 0;
  }
}


/* partners */
.partners {
  padding: 47px 30px 0 30px;
}
.partners-item {
  width: 32%;
  height: 99px;
  background-color: #fff;
	border: solid 1px #ebebeb;
  margin-right: 2%;
  margin-bottom: 24px;
}
.partners-item:nth-child(3n) {
  margin-right: 0;
}
.partners-item img {
  display: block;
  max-width: 100%;
  height: 100%;
}


/* contact-us */
.contact-us {
  padding: 20px 10px 0 10px;
}
.contact-us #map {
  width: 100%;
  height: 200px;
}
#map .BMap_bubble_title {
  font-size: 18px;
  padding-bottom: 20px;
}
#map .BMap_bubble_content {
  font-size: 14px;
  line-height: 26px;
}
.contact-us .contact-info-title {
  font-size: 22px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  padding: 22px 0;
}
.contact-us .contact-info-other .other-item {
  width: 100%;
}
.contact-us .contact-info-other .iconfont {
  font-size: 20px;
  color: #bebebe;
  padding-right: 11px;
}
.contact-us .contact-info-other .icon-youbian {
  font-size: 16px;
}
.contact-us .contact-info-other .other-item-val {
  font-size: 14px;
  color: #333;
  line-height: 32px;
}
@media (min-width: 576px) {
  .contact-us #map {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .contact-us #map {
    height: 360px;
  }
  .contact-us {
    padding: 37px 20px;
  }
  .contact-us .contact-info-title {
    font-size: 26px;
    padding: 30px 0 36px 0;
  }
  .contact-us .contact-info-other .other-item {
    width: 65%;
  }
  .contact-us .contact-info-other .other-item:nth-child(2n) {
    width: 35%;
  }
}
@media (min-width: 1200px) {
  .contact-us #map {
    height: 460px;
  }
  .contact-us .contact-info-other .iconfont {
    font-size: 22px;
  }
  .contact-us .contact-info-other .icon-youbian {
    font-size: 18px;
  }
  .contact-us .contact-info-other .other-item-val {
    font-size: 16px;
    line-height: 36px;
  }
}
@media (min-width: 1350px) {
  .contact-us {
    padding: 47px 30px;
  }
  .contact-us .contact-info-title {
    font-size: 30px;
    line-height: 36px;
    padding: 47px 0 42px 0;
  }
  .contact-us .contact-info-other .iconfont {
    font-size: 26px;
  }
  .contact-us .contact-info-other .icon-youbian {
    font-size: 22px;
  }
  .contact-us .contact-info-other .other-item-val {
    font-size: 18px;
    line-height: 48px;
  }
}


/* progress-wrap-wrap */
.progress-wrap {
  padding: 15px 10px;
}
.progress-list {
  position: relative;
}
.progress-list::after {
  position: absolute;
  top: 8px;
  left: 88px;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #ddd;
}
.progress-item {
  margin-bottom: 20px;
}
.progress-item-l {
  max-height: 32px;
  cursor: pointer;
}
.progress-item .item-year {
  font-size: 30px;
  color: #333;
  line-height: 32px;
  font-weight: bold;
  padding-right: 10px;
}
.progress-item .item-icon {
  z-index: 2;
  position: relative;
  width: 18px;
  height: 18px;
  background-color: #217ea9;
  border-radius: 50%;
}
.progress-item .item-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: '';
  width: 8px;
  height: 8px;
  background-color: #bdddec;
  border-radius: 50%;
}
.progress-item .item-cont {
  /* height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in; */
}
.progress-item .item-cont-desc {
  padding: 20px;
}
@media (min-width: 576px) {
  .progress-wrap {
    padding: 30px 20px;
  }
}
@media (min-width: 768px) {
  .progress-wrap {
    padding: 35px 25px;
  }
}
@media (min-width: 992px) {
  .progress-wrap {
    padding: 47px 30px;
  }
}

/* data-list */
.data-wrap {
  padding: 0 10px;
}
.data-head {
  height: 112px;
  background-color: #217ea9;
  border-bottom: 1px #fff solid;
}
.data-head-item {
  border-left: 1px #fff solid;
  font-size: 18px;
  color: #fff;
  text-align: center;
}
.data-head-item:first-child {
  border-left: 0;
}
.data-head-item .util,
.data-head-item .price {
  line-height: 56px;
  border-bottom: 1px #fff solid;
  box-sizing: border-box;
}
.data-head-item span {
  display: block;
  line-height: 56px;
}
.data-head-item span:first-child {
  border-right: 1px #fff solid;
}
.data-head-item:first-child,
.data-list-item .item-date {
  width: 80px;
}

.data-list-item {
  border-bottom: 1px #fff solid;
}
.data-list-item:nth-child(2n-1) {
  background-color: #bdddec;
}
.data-list-item:nth-child(2n) {
  background-color: #75afca;
}
.data-list-item .item-val {
  font-size: 16px;
  color: #333;
  line-height: 1.2;
  min-height: 56px;
  text-align: center;
  border-left: 1px #fff solid;
  word-break: break-all;
  display: flex;
  justify-content: center;
  align-items: center;
}
.data-list-item .item-val:first-child {
  border-left: 0;
}
.data-list-item .item-val span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  word-break: break-all;
}
.data-list-item .item-val span:first-child {
  border-right: 1px #fff solid;
}
.data-wrap .el-pagination {
  text-align: center;
  margin-top: 30px;
}
.data-wrap .el-pagination.is-background .el-pager li:not(.disabled).active {
  background-color: #d30b15;
}
.data-wrap .el-pager li,
.data-wrap .el-pagination.is-background .btn-next,
.data-wrap .el-pagination.is-background .btn-prev {
  height: 37px;
  padding: 0 20px;
  background-color: #fff;
  border: 1px #e8e8e8 solid;
  color: #515151;
  line-height: 37px;
}
.el-pagination.is-background .btn-next,
.el-pagination.is-background .btn-prev,
.el-pagination.is-background .el-pager li {
  background-color: #fff;
}
@media (min-width: 280px) {
  .data-wrap .el-pager li,
  .data-wrap .el-pagination.is-background .btn-next,
  .data-wrap .el-pagination.is-background .btn-prev {
    height: 30px;
    padding: 0 10px;
    line-height: 30px;
  }
}
@media (min-width: 576px) {
  .data-head-item:first-child,
  .data-list-item .item-date {
    width: 100px;
  }
  .data-wrap .el-pager li,
  .data-wrap .el-pagination.is-background .btn-next,
  .data-wrap .el-pagination.is-background .btn-prev {
    height: 37px;
    padding: 0 20px;
    line-height: 37px;
  }
}
@media (min-width: 992px) {
  .data-wrap {
    padding: 0 30px;
  }
  .data-head-item:first-child,
  .data-list-item .item-date {
    width: 120px;
  }
  .data-wrap .el-pagination {
    margin-top: 65px;
  }
}



/* data-echarts */
.data-echarts {
  padding: 20px 15px;
}
.data-echarts .tabs {
  margin-bottom: 27px;
}
.data-echarts .tabs-item {
  width: 130px;
	height: 50px;
	background-color: #004460;
	border-radius: 8px;
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 50px;
  margin-right: 16px;
  cursor: pointer;
}
.data-echarts .tabs-item-active {
  background-color: #ddaf64;
}
.data-echarts .filter-wrap {
  margin-bottom: 15px;
}
.data-echarts .filter-l {
  margin-right: 15px;
  margin-bottom: 15px;
}
.data-echarts .filter-l-item {
  font-size: 16px;
  color: #fff;
  line-height: 32px;
  padding: 0 7px;
  margin-right: 7px;
  background-color: #505053;
  cursor: pointer;
}
.data-echarts .filter-l-item_active {
  background-color: #009933;
}
.data-echarts .el-date-editor .el-range-separator {
  width: 7%;
  padding: 0;
}
#vcsChart {
  width: 100%;
  height: 250px;
}
@media (min-width: 576px) {
  #vcsChart {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .data-echarts {
    padding: 37px 20px;
  }
  .data-echarts .tabs {
    margin-bottom: 47px;
  }
  .data-echarts .filter-wrap {
    margin-bottom: 35px;
  }
  .data-echarts .filter-l {
    margin-bottom: 0;
  }
  .el-date-editor--daterange.el-input__inner {
    width: 280px;
  }
  #vcsChart {
    height: 390px;
  }
}
@media (min-width: 1200px) {
  .el-date-editor--daterange.el-input__inner {
    width: 350px;
  }
  #vcsChart {
    height: 520px;
  }
}
@media (min-width: 1350px) {
  .data-echarts {
    padding: 47px 30px;
  }
}


/* search-wrap */
.search-wrap {
  padding: 0 10px;
}
.search-wrap .search {
  width: 100%;
  height: 50px;
	background-color: #ffffff;
	border-radius: 8px;
	border: solid 1px #217ea9;
  margin: 20px 0;
}
.search-wrap .search .icon-search {
  font-size: 20px;
  color: #e2e2e2;
  line-height: 46px;
  padding: 0 10px;
  border-right: 1px #eaeaea solid;
}
.search-wrap .search input {
  width: 100%;
  height: 46px;
  padding: 0 12px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 46px;
  border: 0;
  outline: none;
}
.search-wrap .search-btn {
  width: 90px;
	height: 49px;
	background-color: #217ea9;
	border-radius: 0px 8px 8px 0px;
  border: 0;
  outline: none;
  font-size: 20px;
  color: #fff;
}
.search-wrap .result-title {
  position: relative;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px #eee solid;
}
.search-wrap .result-title-keyword {
  color: #f00;
}
.search-wrap .result-title::after {
  position: absolute;
  left: 0;
  bottom: -3px;
  content: '';
  width: 95px;
	height: 3px;
	background-color: #217ea9;
}
.search-wrap .result-list .highlight {
  color: #f00;
}
@media (min-width: 576px) {
  .search-wrap {
    padding: 0;
  }
}
@media (min-width: 992px) {
  .search-wrap .search {
    height: 70px;
    border-radius: 8px;
    margin: 20px 0 47px 0;
  }
  .search-wrap .search .icon-search {
    font-size: 30px;
    line-height: 55px;
    padding: 0 26px;
  }
  .search-wrap .search .icon-search {
    font-size: 30px;
    padding: 0 26px;
  }
  .search-wrap .search input {
    height: 55px;
    padding: 0 12px;
    font-size: 18px;
    line-height: 55px;
  }
  .search-wrap .search-btn {
    width: 160px;
    height: 70px;
    border-radius: 0px 8px 8px 0px;
    font-size: 24px;
  }
  .search-wrap .result-title {
    font-size: 36px;
    padding-bottom: 35px;
  }
  .search-wrap .result-title::after {
    width: 140px;
  }
}



/* trad */
.trad {
  width: 100vw;
  height: 100vh;
  background: url('../img/bg-jydt-m.jpg') no-repeat 0 0;
  background-size: 100% 100%;
}
.trad-title-1,
.trad-title-2 {
  width: 100%;
  font-size: 28px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.trad-enter {
  display: block;
  width: 200px;
	height: 52px;
  background: linear-gradient(to top, #9fdaf4, #3389ad);
  border-radius: 26px;
  margin-top: 20px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 52px;
}
.trad-enter:hover {
  color: #fff;
}
@media (min-width: 768px) {
  .trad-title-1,
  .trad-title-2 {
    font-size: 3.3vw;
    line-height: 5vw;
  }
  .trad-enter {
    width: 238px;
    height: 68px;
    border-radius: 34px;
    margin-top: 32px;
    font-size: 24px;
    line-height: 68px;
  }
}
@media (min-width: 1024px) {
  .trad {
    background: url('../img/bg-jydt.jpg') no-repeat 0 0;
    background-size: 100% 100%;
  }
}
@media (min-width: 1200px) {
  .trad-title-1,
  .trad-title-2 {
    font-size: 2.8vw;
    line-height: 3.75vw;
  }
  .trad-enter {
    width: 238px;
    height: 68px;
    border-radius: 34px;
    margin-top: 48px;
    font-size: 24px;
    line-height: 68px;
  }
}

.section-8 .company-intro {
    width: 100%;
    margin-bottom: 5px;
}
.section-8 .company-intro img {
    display: block;
    width: 100%;
    height: auto;
}
.company-intro-popup {
    display: none;
    z-index: 999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
}
.company-intro-popup_mask {
    z-index: 9;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
}
.company-intro-popup_img {
    z-index: 99;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 80%;
    overflow-y: auto;
}
.company-intro-popup_img img {
    width: 100%;
    height: auto;
}
