#main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.banner .swiper-container,
.banner .swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.banner .swiper-wrapper {
  height: auto;
}
.banner .swiper-wrapper .swiper-slide {
  height: 100vh;
}
.banner .swiper-wrapper .swiper-slide img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transition: linear 5s;
  -webkit-transition: linear 5s;
  -moz-transition: linear 5s;
  -ms-transition: linear 5s;
  -o-transition: linear 5s;
}
.banner .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-wrapper .swiper-slide-active img {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.banner .swiper-wrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-pagination {
  bottom: 0.3rem !important;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.banner .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 0.16rem;
  height: 0.16rem;
  border-radius: 50%;
  background-color: #000000;
  overflow: hidden;
  position: relative;
  margin: 0 0.2rem;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #51B7F2;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
  width: 0.6rem;
  height: 0.6rem;
  background-size: 100% 100%;
}
.banner .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%23FFFFFF80'/%3E%3C/svg%3E");
}
.banner .swiper-button-next:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27,22L27,22L5,44l-2.1-2.1L22.8,22L2.9,2.1L5,0L27,22L27,22z' fill='%2300849A'/%3E%3C/svg%3E");
}
.banner .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%23FFFFFF80'/%3E%3C/svg%3E");
}
.banner .swiper-button-prev:hover {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0,22L22,0l2.1,2.1L4.2,22l19.9,19.9L22,44L0,22L0,22L0,22z' fill='%2300849A'/%3E%3C/svg%3E");
}
.banner .swiper-button-prev {
  left: 1.6rem;
}
.banner .swiper-button-next {
  right: 1.6rem;
}

section .common-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.4rem;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
section .common-title .title {
  font-size: 0.4rem;
  font-weight: bold;
  color: #00849A;
}
section .common-title .title_en {
  margin-left: 0.1rem;
  font-size: 0.14rem;
  opacity: 0.4;
  color: #000000;
}
section .common-title .more {
  margin-left: auto;
  font-size: 0.14rem;
}
section .common-title .more a {
  color: #333;
  opacity: 0.4;
}
section .common-title .more a:hover {
  color: #00849A;
  opacity: 1;
}

.section1 {
  margin: 0.5rem 0;
}
.section1 .news-wrap .first-news {
  width: 5.44rem;
}
.section1 .news-wrap .first-news a {
  display: block;
  width: 100%;
}
.section1 .news-wrap .first-news a .img-hover {
  border-radius: 0.11rem;
  -webkit-border-radius: 0.11rem;
  -moz-border-radius: 0.11rem;
  -ms-border-radius: 0.11rem;
  -o-border-radius: 0.11rem;
}
.section1 .news-wrap .first-news a img {
  width: 100%;
  height: 3rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section1 .news-wrap .first-news a .title {
  margin-top: 0.1rem;
  font-weight: bold;
  font-size: 0.16rem;
  line-height: 0.24rem;
}
.section1 .news-wrap .first-news a .desc {
  margin-top: 0.15rem;
  font-size: 0.12rem;
  line-height: 0.24rem;
  opacity: 0.4;
  color: #000000;
}
.section1 .news-wrap .first-news a .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1rem;
  height: 0.32rem;
  margin-top: 0.15rem;
  color: white;
  background: #128499;
  border-radius: 0.04rem;
  -webkit-border-radius: 0.04rem;
  -moz-border-radius: 0.04rem;
  -ms-border-radius: 0.04rem;
  -o-border-radius: 0.04rem;
}
.section1 .news-wrap .first-news a:hover .desc {
  color: #128499;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.section1 .news-wrap .news-list {
  width: 5.96rem;
  margin-left: auto;
  height: 100%;
}
.section1 .news-wrap .news-list ul li {
  margin-top: 0.12rem;
}
.section1 .news-wrap .news-list ul li:first-child {
  margin-top: 0;
}
.section1 .news-wrap .news-list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.0509803922);
  padding-bottom: 0.05rem;
}
.section1 .news-wrap .news-list ul li a .title {
  text-align: justify;
  height: 0.4rem;
  line-height: 0.24rem;
  width: calc(100% - 1rem);
}
.section1 .news-wrap .news-list ul li a .date {
  opacity: 0.4;
  color: #000000;
  margin-left: auto;
  line-height: 0.24rem;
}
.section1 .news-wrap .news-list ul li a:hover .date {
  color: #128499;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}

.section2 {
  background: url(../img/section2_bg.png) bottom center no-repeat #DAEAED;
  padding: 0.65rem 0;
}
.section2 .first-news {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.section2 .first-news .top-info {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.section2 .first-news .desc {
  margin-top: 0.15rem;
  font-size: 0.12rem;
  line-height: 0.24rem;
  opacity: 0.4;
  color: #000000;
}
.section2 .first-news:hover .desc {
  color: #128499;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
}
.section2 .left,
.section2 .right {
  width: 47.5%;
}
.section2 .right {
  margin-left: auto;
}

.section3 {
  background: url(../img/jsjz_bg.png) no-repeat center center;
  padding-top: 0.61rem;
  padding-bottom: 0.65rem;
}
.section3 .slider {
  position: relative;
  z-index: 1;
}
.section3 .slider::after {
  content: "";
  display: block;
  width: 98%;
  height: 0.02rem;
  background: #00849A;
  position: absolute;
  left: 1%;
  top: 50%;
  margin-top: -0.01rem;
}
.section3 .slider .bd {
  position: relative;
  height: auto;
  z-index: 2;
  margin: 0 0.15rem;
}
.section3 .slider .bd ul {
  display: block;
  overflow: hidden;
}
.section3 .slider .bd ul li {
  width: 20%;
  float: left;
}
.section3 .slider .bd ul li a {
  display: block;
  height: 4rem;
  position: relative;
  cursor: pointer;
}
.section3 .slider .bd ul li a::after {
  content: "";
  display: block;
  width: 0.08rem;
  height: 0.08rem;
  background: #00849A;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.04rem 0 0 -0.04rem;
  z-index: 5;
}
.section3 .slider .bd ul li a:hover::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: #00849A;
  border: 0.04rem solid #39ad72;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.12rem 0 0 -0.12rem;
  z-index: 5;
}
.section3 .slider .bd ul li a:hover p {
  font-weight: bold;
}
.section3 .slider .bd ul li a:hover .txt {
  border-color: #00849A;
}
.section3 .slider .bd ul li a:hover .txt::after {
  background: #00849A;
}
.section3 .slider .bd ul li a:hover::after {
  background: #00849A;
}
.section3 .slider .bd ul li a:hover span {
  color: #00849A;
}
.section3 .slider .bd ul li a span {
  display: block;
  line-height: 0.44rem;
  color: #00849A;
  font-size: 0.16rem;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 50%;
  z-index: 3;
}
.section3 .slider .bd ul li a .txt {
  width: 100%;
  padding: 0.12rem 0.16rem;
  border: 0.02rem solid #00849A;
  border-radius: 0.1rem;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 50%;
  z-index: 3;
  margin-top: 0.6rem;
  background: #00849A;
}
.section3 .slider .bd ul li a .txt::after {
  content: "";
  display: block;
  width: 0.02rem;
  height: 0.64rem;
  background: #00849A;
  position: absolute;
  left: 50%;
  margin-left: -0.01rem;
  bottom: 100%;
}
.section3 .slider .bd ul li a p {
  display: block;
  max-height: 1.12rem;
  line-height: 0.24rem;
  font-family: inter;
  color: white;
  font-size: 0.16rem;
  margin-right: -0.02rem;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.section3 .slider .bd ul li:nth-child(even) a span {
  bottom: 0;
  top: 50%;
}
.section3 .slider .bd ul li:nth-child(even) .txt {
  top: auto;
  bottom: 50%;
  margin-top: 0;
  margin-bottom: 0.6rem;
}
.section3 .slider .bd ul li:nth-child(even) .txt::after {
  bottom: auto;
  top: 100%;
}
.section3 .slider .bd ul li:nth-child(even) a p {
  bottom: 0;
  top: 50%;
}
.section3 .slider a.prev,
.section3 .slider a.next {
  display: block;
  width: 0.4rem;
  height: 0.86rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -0.43rem;
}
.section3 .slider a.prev {
  background: url(../img/prev4.png) left center no-repeat;
  left: 0;
}
.section3 .slider a.next {
  background: url(../img/next4.png) right center no-repeat;
  right: 0;
}
.section3 .slider-mobile {
  display: none;
  position: relative;
  z-index: 1;
  margin: 0.12rem 0 0.16rem;
}
.section3 .slider-mobile::after {
  content: "";
  display: block;
  width: 0.02rem;
  height: 98%;
  background: #00849A;
  position: absolute;
  left: 0.1rem;
  top: 1%;
}
.section3 .slider-mobile .bd {
  position: relative;
  height: auto;
  z-index: 2;
}
.section3 .slider-mobile .bd ul {
  display: block;
  overflow: hidden;
}
.section3 .slider-mobile .bd ul li {
  overflow: hidden;
  padding-left: 0.68rem;
}
.section3 .slider-mobile .bd ul li a {
  display: block;
  position: relative;
  cursor: pointer;
  margin: 0 0 0.16rem;
}
.section3 .slider-mobile .bd ul li a::after {
  content: "";
  display: block;
  width: 0.12rem;
  height: 0.12rem;
  background: #00849A;
  border-radius: 50%;
  position: absolute;
  left: -0.59rem;
  top: 0.98rem;
  margin: -0.04rem 0 0 -0.04rem;
  z-index: 5;
}
.section3 .slider-mobile .bd ul li a span {
  display: block;
  line-height: 0.52rem;
  color: #00849A;
  font-size: 0.2rem;
}
.section3 .slider-mobile .bd ul li a .txt {
  padding: 0.12rem 0.2rem;
  border: 0.02rem solid #00849A;
  border-radius: 0.1rem;
  background: #00849A;
}
.section3 .slider-mobile .bd ul li a .txt::after {
  content: "";
  display: block;
  width: 0.58rem;
  height: 0.02rem;
  background: #00849A;
  position: absolute;
  left: -0.56rem;
  top: 0.99rem;
}
.section3 .slider-mobile .bd ul li a p {
  display: block;
  height: 0.68rem;
  line-height: 0.34rem;
  color: white;
  font-size: 0.16rem;
  display: -webkit-box;
  display: -moz-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.section3 .slider-mobile .bd ul li a:hover p {
  font-weight: bold;
}
.section3 .slider-mobile .bd ul li a:hover .txt {
  border-color: #00849A;
}
.section3 .slider-mobile .bd ul li a:hover .txt::after {
  background: #00849A;
}
.section3 .slider-mobile .bd ul li a:hover::after {
  background: #00849A;
}
.section3 .slider-mobile .bd ul li a:hover span {
  color: #00849A;
}
.section3 .slider-mobile .bd ul li a:hover::before {
  content: "";
  display: block;
  width: 0.16rem;
  height: 0.16rem;
  background: #00849A;
  border: 0.03rem solid #39ad72;
  border-radius: 50%;
  position: absolute;
  left: -0.56rem;
  top: 1.01rem;
  margin: -0.12rem 0 0 -0.12rem;
  z-index: 5;
}
.section3 .slider-mobile a.prev,
.section3 .slider-mobile a.next {
  display: block;
  width: 0.22rem;
  height: 0.14rem;
  cursor: pointer;
  position: absolute;
  left: 0;
  z-index: 9;
}
.section3 .slider-mobile a.prev {
  background: url(../img/up4.png) left center no-repeat;
  top: 0;
  background-size: 100% 100%;
}
.section3 .slider-mobile a.next {
  background: url(../img/down4.png) right center no-repeat;
  bottom: 0;
  background-size: 100% 100%;
}

.section4 {
  background: #f8f8f8;
  padding: 0.65rem 0;
}
.section4 .jsdsj-swiper-container {
  overflow: hidden;
}
.section4 .jsdsj-swiper-container .swiper-wrapper .swiper-slide a .img-hover {
  border-top-left-radius: 0.1rem;
  border-top-right-radius: 0.1rem;
}
.section4 .jsdsj-swiper-container .swiper-wrapper .swiper-slide a .img-hover img {
  width: 2.85rem;
  height: 2.2rem;
  -o-object-fit: cover;
     object-fit: cover;
}
.section4 .jsdsj-swiper-container .swiper-wrapper .swiper-slide a .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0.1rem;
  background: white;
}
.section4 .jsdsj-swiper-container .swiper-wrapper .swiper-slide a .info-wrap .title {
  font-size: 0.16rem;
  height: 0.48rem;
  font-weight: 600;
  line-height: 0.24rem;
}
.section4 .jsdsj-swiper-container .swiper-wrapper .swiper-slide a .info-wrap .date {
  margin-top: 0.3rem;
  margin-left: auto;
  color: #000000;
  opacity: 0.4;
}
.section4 .jsdsj-swiper-container .swiper-wrapper .swiper-slide a:hover .info-wrap .date {
  color: #128499;
}

@media screen and (max-width: 1024px) {
  section .left,
  section .right {
    width: 100% !important;
  }
  section .right {
    margin-top: 0.4rem;
  }
  .section1 .news-wrap .first-news {
    width: 47%;
  }
  .section1 .news-wrap .news-list {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 1%;
  }
  .banner .swiper-wrapper .swiper-slide {
    height: 45vw;
  }
}
@media screen and (max-width: 768px) {
  .section1 .news-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section1 .news-wrap .first-news {
    width: 100%;
  }
  .section1 .news-wrap .first-news a img {
    height: 55vw;
  }
  .section1 .news-wrap .news-list {
    width: 100%;
    margin-left: 0;
    margin-top: 0.4rem;
  }
  .section3 .slider {
    display: none;
  }
  .section3 .slider-mobile {
    display: block;
  }
  .section4 .jsdsj-swiper-container .swiper-wrapper .swiper-slide a .img-hover img {
    width: 100%;
    height: 35.5vw;
  }
  #main .banner .swiper-button-prev {
    left: 0.3rem;
    width: 0.4rem;
    height: 0.4rem;
  }
  #main .banner .swiper-button-next {
    right: 0.3rem;
    width: 0.4rem;
    height: 0.4rem;
  }
}/*# sourceMappingURL=index.css.map */