@charset "utf-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: 100vh;
}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  /* content: ""; */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
  object-fit: cover;
}

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .banner .slick-slide img {
    transform: scale(1);
  }
}

.banner .img_scale img {
  transform: scale(1);
}


.banner .slick-dots {
  max-width: 16rem;
  margin: 0 auto;
  bottom: 0.3rem;
  right: 0;
  left: 0;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.13rem;
  padding: 0;
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #ffffff;
  opacity: 0.5;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  width: 0.29rem;
  height: .31rem;
  background: url(/images/ban-dot1.png) no-repeat center;
  background-size: 100% auto;
  border-radius: 0;
  opacity: 1;
}

.banner .slick-dots li button {
  display: none;
}

/* 
.banner .slick-prev,
.banner .slick-next {
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.46);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.1rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.68rem;
}

.banner .slick-next {
  right: 0.68rem;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(255, 255, 255, 0.46);
} */

/* 
.down-page {
  position: absolute;
  width: 0.89rem;
  height: 0.89rem;
  line-height: 0.89rem;
  left: 50%;
  bottom: 0.23rem;
  transform: translateX(-50%);
  z-index: 99;
  font-size: 0;
  text-align: center;
  cursor: pointer;
}

.down-page::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.down-page>img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 0.27rem;
  animation: move 1.5s infinite ease-in-out;
  cursor: pointer;
}

@keyframes move {

  0%,
  100% {
    top: 45%;
  }

  50% {
    top: calc(45% + 0.1rem);
  }
} */

/*首页样式*/
.title {
  text-align: center;
  margin-bottom: 0.5rem;
  position: relative;
  z-index: 1;
}

.tit-c {
  display: inline-block;
}

.tit-c h3 {
  display: flex;
  align-items: center;
  font-family: sys;
  font-size: 0.36rem;
  font-weight: bold;
  line-height: 0.4rem;
  color: #232323;
  position: relative;
  z-index: 1;
}

.tit-c h3::before {
  content: '';
  position: absolute;
  top: -0.47rem;
  left: 50%;
  transform: translateX(-50%);
  width: 1.15rem;
  height: 0.71rem;
  background: url(/images/tit-bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.tit-c h3>img {
  display: block;
  height: 0.23rem;
}

.tit-c h3>img:first-child {
  margin-right: 0.1rem;
}

.tit-c h3>img:nth-child(2) {
  margin-left: 0.1rem;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.more a {
  display: block;
  font-size: 0.18rem;
  line-height: 0.4rem;
  color: #168487;
  padding: 0 0.12rem;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.more a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 0.4rem;
  height: 0.4rem;
  background-image: linear-gradient(90deg, rgba(22, 132, 134, 0) 0%, #168486 100%);
  border-radius: 50%;
  opacity: 0.4;
  z-index: -1;
  transition: all 0.5s;
}

.more a:hover {
  color: #fff;
}

.more a:hover::before {
  width: 100%;
  border-radius: 0.2rem;
  background: #168486;
  opacity: 0.8;
}

.title-w .tit-c h3::before {
  background: url(/images/tit-bgw.png) no-repeat;
  background-size: 100% 100%;
}

.title-w .tit-c h3 {
  color: #fff;
}

.title-w .more a {
  color: #fff;
}

.title-w .more a::before {
  background-image: linear-gradient(90deg, rgba(22, 132, 134, 0) 0%, #fff 100%);
}

.title-w .more a:hover {
  color: #168486;
}

.title-w .more a:hover::before {
  background: #fff;
  opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  content: none;
}

/*主体*/

/* section0 */
.section0 {
  padding: 0.6rem 0 1rem 0;
  overflow: hidden;
  background: url(/images/section2-bg.jpg) no-repeat center;
  background-size: cover;
}

.s0 a {
  height: 1.05rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.2rem 0px 0.2rem 0px;
  padding: 0.1rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s0 a::before {
  content: '';
  position: absolute;
  top: 0.1rem;
  left: 0.1rem;
  bottom: 0.1rem;
  right: 0.1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 0.2rem 0px 0.2rem 0px;
  z-index: -1;
  transition: all 0.5s;
}

.s0 ul li a {
  background: #E7833C;
}

.s0 ul li.s02 a {
  background: #CD4747;
}

.s0 ul li.s03 a {
  background: #506AC5;
}

.s0 ul li.s04 a {
  background: #3399B7;
}

.s0 ul li.s05 a {
  background: #33B7B7;
}

.s0 h3 {
  font-size: 0.22rem;
  line-height: 0.28rem;
  text-align: center;
  color: #fff;
  transition: all 0.5s;
}

.s0 a:hover {
  border-radius: 0px 0.2rem 0px 0.2rem;
}

.s0 a:hover::before {
  border-radius: 0px 0.2rem 0px 0.2rem;
}

/* section1 */
.section1 {
  padding: 1.1rem 0 0.9rem 0;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 240, 235, 0.08) 0%, rgba(255, 255, 255, 1)100%);
  position: relative;
  z-index: 1;
}

.section1::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 4.33rem;
  height: 5.02rem;
  background: url(/images/section1-bg.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.s1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s1-l {
  width: 44.37%;
}

.s1-l ul li {
  padding: 0.3rem 0;
  border-top: 1px solid rgba(113, 122, 138, 0.14);
  transition: all 0.5s;
}

.s1-l ul li:first-child {
  border-top: 0;
}

.s1-l ul li .hide {
  display: none;
}

.s1-l ul li .hide a {
  display: block;
  position: relative;
  z-index: 1;
}

.s1-l ul li .hide .date {
  font-size: 0.16rem;
  color: #999;
}

.s1-l ul li .hide .date b {
  font-family: SourceHanSansCN-Medium;
  font-size: 0.28rem;
  color: #019390;
  padding-right: 0.1rem;
}

.s1-l ul li .hide h3 {
  margin-top: 0.1rem;
}

.s1-l ul li .hide h3>div {
  display: inline;
  font-family: SourceHanSansCN-Medium;
  font-size: 0.22rem;
  line-height: 0.3rem;
}

.s1-l ul li .hide h3 span {
  display: inline-block;
  vertical-align: 0.03rem;
  width: 0.46rem;
  line-height: 0.18rem;
  text-align: center;
  background-color: #ea881e;
  border-radius: 0.09rem;
  font-size: 0.14rem;
  color: #fff;
  margin-left: 0.1rem;
}


.s1-l ul li .hide p {
  font-size: 0.16rem;
  line-height: 0.26rem;
  height: 0.52rem;
  color: #888;
  margin-top: 0.15rem;
}

.s1-l ul li .show {}

.s1-l ul li .show a {
  display: flex;
  align-items: center;
}

.s1-l ul li .show .date {
  text-align: center;
  margin-right: 0.36rem;
}

.s1-l ul li .show .date b {
  display: block;
  font-family: SourceHanSansCN-Medium;
  font-size: .3rem;
  line-height: 1;
  color: #019390;
}

.s1-l ul li .show .date span {
  display: block;
  font-size: 0.14rem;
  color: #019390;
}

.s1-l ul li .show .tx {
  flex: 1;
  min-width: 0;
}

.s1-l ul li .show .tx h3 {
  font-size: 0.2rem;
}

.s1-l ul li .show .tx p {
  font-size: 0.16rem;
  color: #666;
  opacity: 0.89;
  margin-top: 0.05rem;
}

.gg-yjt {
  position: absolute;
  width: 0.56rem;
  height: 0.56rem;
  line-height: 0.56rem;
  text-align: center;
  background: url(/images/s1-yjtbg.png) no-repeat;
  background-size: 100% 100%;
}

.gg-yjt img {
  width: 0.16rem;
}

.s1-l .gg-yjt {
  right: -0.4rem;
  bottom: -0.58rem;
}

.s1-l ul li.on {
  padding: 0.3rem 0.45rem 0.58rem 0.45rem;
  background: url(/images/s1-libg.png) no-repeat center;
  background-size: cover;
}

.s1-l ul li.on .hide {
  display: block;
}

.s1-l ul li.on .hide h3>div {
  color: #333;
}

.s1-l ul li.on .show {
  display: none;
}

.jdt {
  width: 51.87%;
}

.jdt a {
  display: block;
}

.jdt a .pic {
  padding-top: 56.38%;
  padding-top: 4.68rem;
}

.jdt a .date {
  position: absolute;
  top: 0.34rem;
  left: 0.29rem;
  width: 0.74rem;
  height: 0.83rem;
  background: url(/images/jdt-datebg.png) no-repeat center;
  background-size: 100% 100%;
  text-align: center;
  padding-top: 0.14rem;
}

.jdt .date b {
  display: block;
  font-family: SourceHanSansCN-Medium;
  font-size: .3rem;
  font-weight: bold;
  line-height: 1;
  color: #019390;
}

.jdt .date span {
  display: block;
  font-size: 0.14rem;
  line-height: .26rem;
  color: #019390;
}

.jdt .tx {
  padding: 0.3rem .4rem 0.9rem 0.4rem;
  background-color: #019390;
}

.jdt .tx h3 {
  font-family: SourceHanSansCN-Medium;
  font-size: 0.22rem;
  line-height: 0.34rem;
  color: #ffffff;
  transition: all 0.5s;
}

.jdt .swiper-pagination {
  bottom: .39rem;
}

.jdt .swiper-pagination::before {
  content: '';
  position: absolute;
  top: 0.38rem;
  left: 0;
  right: 0;
  height: 0.05rem;
  background: url(/images/jdt-x.png) repeat-x;
}

.jdt .swiper-pagination span {
  width: auto;
  height: auto;
  font-size: 0.14rem;
  color: #fff;
  background: none;
  border-radius: 0;
  opacity: 1;
  position: relative;
  z-index: 1;
}

.jdt .swiper-pagination span::before {
  content: '';
  position: absolute;
  bottom: -0.03rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 0.25rem;
  height: 0.25rem;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.jdt .swiper-pagination span::after {
  content: '';
  position: absolute;
  bottom: -0.22rem;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  width: 0.05rem;
  height: 0.05rem;
  border: 0.02rem solid #fff;
  z-index: -1;

}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 .24rem;
}

.jdt .swiper-pagination span.swiper-pagination-bullet-active {
  color: #019390;
}

.jdt .swiper-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
  visibility: visible;
}

.jdt .swiper-pagination span.swiper-pagination-bullet-active::after {
  width: 0.07rem;
  height: 0.07rem;
}

.section1 .title .tit-c {
  cursor: pointer;
}

.section1 .title .tit-c+.tit-c{
  margin-left: 0;
}

.section1 .title .tit-c h3::before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.section1 .title .tit-c.on h3::before {
  opacity: 1;
  visibility: visible;
}

.section1 .tit-c h3>img {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.section1 .tit-c.on h3>img {
  opacity: 1;
  visibility: visible;
}

.section1 .tit-c h3 {
  opacity: 0.6;
  transition: all 0.5s;
}

.section1 .tit-c.on h3 {
  opacity: 1;
}

.section1 .more a {
  display: none;
}

.section1 .more a.on {
  display: block;
}

.section1 .qh-bd {
  position: relative;
  overflow: hidden;
}

.section1 .qh-bd>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  overflow: hidden;
}

.section1 .qh-bd>div.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.section1 .zyxw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section1 .zyxw .l {
  width: 48.75%;
}

.section1 .zyxw .l .picbox a {
  display: block;
  position: relative;
}

.section1 .zyxw .l .picbox a .pic {
  padding-top: 54.48%;
  padding-top: 4.25rem;
}

.section1 .zyxw .l .picbox a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.section1 .zyxw .l .picbox a h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0.2rem;
  padding: 0 0.3rem;
  font-size: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  color: #fff;
}

.section1 .zyxw .l .picbox a .date {
  position: absolute;
  top: 0.3rem;
  left: 0.27rem;
  width: 0.77rem;
  height: 0.72rem;
  background-color: rgba(1, 147, 144, 0.8);
  border-radius: 0.15rem 0px 0.15rem 0px;
  text-align: center;
  color: #fff;
  padding-top: 0.02rem;
}

.section1 .zyxw .l .picbox a .date b {
  display: block;
  font-size: 0.36rem;
  line-height: 1;
}

.section1 .zyxw .l .picbox a .date span {
  display: block;
  font-size: 0.16rem;
  line-height: 1;
  margin-top: 0.05rem;
}

.section1 .zyxw .l .tx {
  margin-top: 0.23rem;
}

.section1 .zyxw .l .tx ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.section1 .zyxw .l .tx ul li {
  width: 47.43%;
}

.section1 .zyxw .l .tx ul li a {
  display: block;
  background-color: #f9f9f9;
  padding: 0.3rem;
  border: 1px solid #bee4e3;
  position: relative;
  transition: all 0.5s;
}

.section1 .zyxw .l .tx ul li a::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  border-top: 0.03rem solid #019390;
  transform: scaleX(0);
  transition: all 0.5s;
}

.section1 .zyxw .l .tx ul li a h3 {
  font-size: 0.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
line-height:.3rem;height:.6rem;
}

.section1 .zyxw .l .tx ul li a span {
  display: block;
  font-size: 0.16rem;
  color: #019390;
  margin-top: 0.3rem;
}

.section1 .zyxw .r {
  display: flex;
  flex-wrap: wrap;
}

.section1 .zyxw .r .picbox {
  width: 100%;
  order: 2;
  margin-top: 0.23rem;
}

.section1 .zyxw .r .tx {
  width: 100%;
  order: 1;
  margin-top: 0;
}


/* section2 */
.section2 {
  padding: 1.1rem 0 0.96rem 0;
  background: url(/images/section2-bg.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}

.s2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2-l {
  width: 54.87%;
}

.s2-l ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s2-l ul li {
  width: 47.49%;
}

.s2-l ul li a {
  display: block;
}

.s2-l ul li a .pic {
  padding-top: 74.82%;
  padding-top: 3.12rem;
}

.s2-l ul li a .tx {
  background: #fff;
  padding: .3rem .4rem 0.7rem .4rem;
  position: relative;
  z-index: 1;
}

.s2-l ul li a .tx span {
  display: block;
  font-size: .16rem;
  color: #019390;
}

.s2-l ul li a .tx h3 {
  font-size: 0.2rem;
  line-height: 0.26rem;
  height: 0.52rem;
  margin-top: 0.2rem;
}

.s2-l ul li:nth-child(2) {
  margin-top: 0.7rem;
}

.s2-l ul li:nth-child(2) a .tx span {
  color: #ea881e;
}

.s2-l ul li:first-child .gg-yjt {
  background: url(/images/s1-yjtbg1.png) no-repeat;
  background-size: 100% 100%;
}

.s2-l ul li:nth-child(2) .gg-yjt {
  background: url(/images/s1-yjtbg2.png) no-repeat;
  background-size: 100% 100%;
}

.s2-l .gg-yjt {
  right: 0;
  bottom: 0;
}

.s2-r {
  width: 41%;
}

.s2-r ul li a {
  display: block;
  padding: .355rem 0;
  border-bottom: 1px solid rgba(236, 245, 245, 0.42);
  font-family: MicrosoftYaHei;
  font-size: 0.2rem;
  line-height: .3rem;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-r ul li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  border-bottom: 1px solid #fff;
  transition: all 0.5s;
}

.s2-r ul li:first-child a {
  padding-top: 0;
}

/* section3 */
.section3 {
  overflow: hidden;
  padding: 1rem 0 1.43rem 0;
  background: url(/images/section3-bg.jpg) no-repeat center;
  background-size: cover;
}

.section3 .qh-tit .tit-c {
  cursor: pointer;
}

.section3 .qh-tit .tit-c h3>img,
.section3 .qh-tit .tit-c h3::before {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.section3 .qh-tit .tit-c.on h3>img,
.section3 .qh-tit .tit-c.on h3::before {
  opacity: 1;
  visibility: visible;
}

.section3 .qh-tit .more>a {
  display: none;
}

.section3 .qh-tit .more>a.on {
  display: block;
}

.section3 .qh-tit .tit-c h3 {
  font-size: 0.26rem;
  color: #666;
  transition: all 0.5s;
}

.section3 .qh-tit .tit-c.on h3 {
  font-size: 0.36rem;
  color: #232323;
}

.s3 .qh-bd {
  position: relative;
}

.s3 .qh-bd>ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.1rem;
}

.s3 .qh-bd>ul.on {
  position: relative;
  z-index: 9;
  opacity: 1;
}

.s3 ul li {
  width: 33.33%;
  margin-top: 0.3rem;
}

.s3 a {
  display: block;
  margin: 0 0.1rem;
  padding: .35rem .8rem .4rem .35rem;
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s3 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  border-bottom: 0.03rem solid #00968d;
  transition: all 0.5s;
}

.s3 span {
  display: block;
  font-size: .16rem;
  color: #000;
  opacity: 0.4;
}

.s3 h3 {
  font-size: .2rem;
  line-height: .36rem;
  height: .72rem;
  margin-top: 0.2rem;
}

.s3 .jt {
  width: 0.45rem;
  height: 0.14rem;
  background-image: url(/images/s3-jt1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-top: 0.3rem;
}

/* section4 */
.section4 {
  position: relative;
  z-index: 1;
}

.section4::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 91.71%;
  background: url(/images/s4-lbg.jpg) no-repeat left center;
  background-size: 100% 100%;
  z-index: -1;
}

.section4 .title {
  text-align: left;
}

.s4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.s4-l {
  width: 46.37%;
  padding: .88rem 0;
}

.s4-l ul li {
  line-height: .9rem;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s4-l ul li::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-image: linear-gradient(90deg, #0c686b 0%, #12787b 58%, #168486 100%);
  opacity: 0.3;
  z-index: -1;
  transition: all 0.5s;
}

.s4-l ul li::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0.03rem;
  background: #ffb644;
  transform: scaleY(0);
  z-index: -1;
  transition: all 0.5s;
}

.s4-l ul li span {
  display: block;
  float: right;
  font-size: 0.16rem;
  color: #fff;
  opacity: 0.5;
  margin-left: 10px;
  transition: all 0.5s;
}

.s4-l ul li a {
  display: block;
  font-size: 0.2rem;
  color: #fff;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s4-l ul li a b {
  font-family: SourceHanSansCN-Medium;
  color: #ffb644;
}

.s4-r {
  width: 50%;
  padding-left: 0.74rem;
  padding-bottom: 0.58rem;
  padding-top: 0.77rem;
  box-shadow: -0.1082rem 0.18rem 0.38rem 0px rgba(0, 88, 86, 0.57);
  position: relative;
  z-index: 1;
  margin-top: -0.64rem;
}

.s4-r::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: calc((100vw - 16rem)/2 + 100%);
  background: url(/images/s4-rbg.jpg) no-repeat center;
  background-size: cover;
  z-index: -1;
}

.s4-r::after {
  content: '';
  position: absolute;
  top: 0;
  left: -0.3rem;
  border-right: 0.15rem solid #005856;
  border-bottom: 0.32rem solid #005856;
  border-left: 0.15rem solid transparent;
  border-top: 0.32rem solid transparent;
  z-index: -1;
}

.s4-r ul li a {
  display: block;
}

.s4-r ul li a .pic {
  padding-top: 94.2%;
  padding-top: 130%;
}

.s4-r ul li a .tx h3 {
  margin-top: 0.23rem;
  font-size: 0.2rem;
  line-height: 0.3rem;
  height: 0.6rem;
}

.s4-r .swiper-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.4rem;
}

.s4-r .swiper-button-next,
.s4-r .swiper-button-prev {
  position: static;
  margin-top: 0;
  width: 33px;
  height: 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.s4-r .swiper-button-prev {
  background-image: url(/images/s4-prev.png);
}

.s4-r .swiper-button-next {
  background-image: url(/images/s4-next.png);
}

.s4-r .swiper-pagination {
  position: static;
  margin: 0 0.2rem;
}

.s4-r .swiper-pagination span {
  margin: 0 0.1rem;
  width: 0.075rem;
  height: 0.075rem;
  background-color: transparent;
  border: solid 0.02rem #168486;
  transform: rotate(45deg);
  border-radius: 0;
  opacity: 1;
}

.s4-r .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: #168486;
}

/* section5 */
.section5 {
  overflow: hidden;
  padding: 1.1rem 0;
  background: url(/images/section5-bg.jpg) no-repeat center bottom;
  background-size: cover;
}

.s5 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}

.s5-l {
  width: 36.25%;
  padding-top: 0.57rem;
}

.s5-l .swiper-slide {
  width: 100% !important;
  padding-bottom: 1rem;
}

.s5-l a {
  display: block;
}

.s5-l a span {
  display: block;
  font-size: 0.2rem;
  color: #ea881e;
}

.s5-l a h3 {
  font-size: 0.24rem;
  line-height: 0.36rem;
  height: 0.72rem;
  color: #168486;
  margin-top: 0.3rem;
}

.s5-l a .tx {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  margin-top: 0.3rem;
  padding-top: 0.3rem;
}

.s5-l a p {
  font-size: 0.2rem;
  line-height: 0.35rem;
  height: 1.4rem;
  color: rgba(0, 0, 0, 0.6);
}

.s5-l .more {
  bottom: 0;
  top: auto;
  right: auto;
  left: 0;
  transform: none;
}

.s5-r {
  width: 60.93%;
  position: relative;
  z-index: 1;
}

.s5-r .swiper-slide {
}

.s5-r a {
  display: block;
}

.s5-r a .pic {
  padding-top: 5.67rem;
}

.s5 .swiper-button-next,
.s5 .swiper-button-prev {
  width: 0.63rem;
  height: 0.63rem;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.14rem auto;
  transition: all 0.5s;
}

.s5 .swiper-button-prev {
  left: 0.32rem;
  background-image: url(/images/s7-prev1.png);
}

.s5 .swiper-button-next {
  right: 0.32rem;
  background-image: url(/images/s7-next1.png);
}








/* section6 */
.section6 {
  overflow: hidden;
  padding-top: 1.18rem;
  background: url(/images/section6-bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
}

/*波浪线*/
.waveBox {
  width: 100%;
  height: 125px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.waveBox canvas {
  position: absolute;
  bottom: 0px;
  left: 0;
}

#myCanvas1 {
  z-index: 1;
  /* display: none; */
  position: absolute;
  bottom: 0;
}

#myCanvas2 {
  z-index: 2;
  /* display: none; */
}


.s6 .k {
  width: 1.92rem;
  height: 1.92rem;
  background-image: url(/images/s6-kx.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  transition: all 0.8s;
}

.s6 .k::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.69rem;
  height: 1.69rem;
  background: linear-gradient(to bottom, #fff 20%, transparent 80%);
  opacity: 0.38;
  border-radius: 50%;
  z-index: -1;
}

.s6 .k::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.61rem;
  height: 1.61rem;
  background: linear-gradient(to bottom, #fff 20%, transparent 80%);
  border-radius: 50%;
  z-index: -1;
}

.s6 .k h3 {
  font-family: sys;
  font-size: 0.2rem;
  color: #fff;
  text-shadow: 0px 3px 9px rgba(7, 95, 101, 1);
}

.s6 .k h3 b {
  font-size: 0.48rem;
}

.s6 .k p {
  font-size: 0.2rem;
  color: #fff;
  position: relative;
  top: 0.22rem;
}

.s6 .bx {}

.s6 .bx .x1 {
  border-top: 1px solid #fff;
  width: 1.11rem;
  margin: 0 auto;
}

.s6 .bx .x2 {
  border-top: 1px solid #fff;
  width: 0.51rem;
  margin: 0 auto;
  margin-top: 0.08rem;
}

.s6 .bx .x3 {
  width: 1px;
  height: 1.46rem;
  background: linear-gradient(to bottom, #fff, transparent);
  margin: 0 auto;
}

@keyframes go {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(10px);
  }

  100% {
    transform: translateY(0);
  }
}

.s6 .swiper-slide-active {
  padding-top: 0.6rem;
  animation: go 2s linear infinite;
}

.s6 .swiper-slide-active+div {
  animation: go 3s linear infinite;
}

.s6 .swiper-slide-active+div+div {
  padding-top: 0.7rem;
  animation: go 4s linear infinite;
}

.s6 .swiper-slide-active+div+div+div {
  padding-top: 0.3rem;
  animation: go 2.5s linear infinite;
}

.s6 .swiper-slide-active+div+div+div+div {
  animation: go 3.2s linear infinite;
}

/* section7 */
.section7 {
  overflow: hidden;
  background: url(/images/section7-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 1rem 0 1.25rem 0;
}

.s7 {
  position: relative;
  z-index: 1;
}

.s7 ul li a {
  display: block;
}

.s7 ul li a .pic {
  padding-top: 177.4%;
}

.s7 .swiper-button-next,
.s7 .swiper-button-prev {
  width: 0.63rem;
  height: 0.63rem;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.14rem auto;
  transition: all 0.5s;
}

.s7 .swiper-button-prev {
  left: -0.3rem;
  background-image: url(/images/s7-prev1.png);
}

.s7 .swiper-button-next {
  right: -0.3rem;
  background-image: url(/images/s7-next1.png);
}

/* section8 */
.s89-bg {
  background: url(/images/section9-bg.jpg) no-repeat center bottom;
  background-size: 100% auto;
}

.section8 {
  overflow: hidden;
  background: url(/images/section8-bg.png) no-repeat center top;
  background-size: 100% 63.18%;
  padding-top: 1.12rem;
}

.s8 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s8-l {
  width: 47.37%;
}

.s8-l ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s8-l ul li {
  width: 48.15%;
}

.s8-l ul li:nth-child(3) {
  width: 100%;
  margin-top: 0.25rem;
}

.s8-r {
  width: 51.12%;
}

.s8 a {
  display: block;
}

.s8 a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 26.61%;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.s8 a .tx {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0.2rem .3rem;
  z-index: 1;
}

.s8 a .tx h3 {
  font-size: .24rem;
  color: #fff;
}

.s8-l ul li .pic {
  padding-top: 60.54%;
  padding-top: 2.21rem;
}

.s8-l ul li:nth-child(3) .pic {
  padding-top: 55.27%;
  padding-top: 4.19rem;
}

.s8-r ul li .pic {
  padding-top: 81.29%;
  padding-top: 6.65rem;
}

/* section9 */
.section9 {
  padding-top: 1.5rem;
  padding-bottom: 1.25rem;
}

.s9 a {
  display: block;
}

.s9 .pic {
  padding-top: 59.32%;
}

.s9 .tx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  padding: 0.13rem 0.14rem 0.16rem 0.28rem;
}

.s9 .tx .l span {
  display: inline-block;
  background-color: #019390;
  line-height: .34rem;
  padding: 0 0.15rem;
  font-size: 0.18rem;
  color: #fff;
}

.s9 .tx .r img {
  display: block;
  height: .87rem;
}

/* 侧边导航 */
#asideNav {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: -0.9rem;
  z-index: 999;
  width: 0.82rem;
  background: url(/images/cl-bg.png) no-repeat;
  background-size: 100% 100%;
  padding: 0.54rem 0;
  transition: all 0.5s;
}

#asideNav.on {
  right: 0.1rem;
}

#asideNav ul {}

#asideNav ul li {
  position: relative;
}

#asideNav ul li+li {
  margin-top: 0.1rem;
}

#asideNav ul li a {
  width: 0.75rem;
  height: 0.81rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: url(/images/cl-li1.png) no-repeat;
  background-size: 100% 100%;
  transition: all 0.5s;
}

#asideNav ul li a .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 0.56rem;
  height: 0.56rem;
  background-color: #29a4a2;
  border-radius: 50%;
  transition: all 0.5s;
}

#asideNav ul li a .icon h3 {
  font-size: 0.16rem;
  line-height: 1.2;
  color: #fff;
}

#asideNav ul li .box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

#asideNav ul li .box img {
  display: block;
  width: 100%;
  height: 100%;
}

#asideNav ul li:hover a {
  background: url(/images/cl-li2.png) no-repeat;
  background-size: 100% 100%;
}

#asideNav ul li:hover a .icon {
  background-color: #ea881e;
}

#asideNav ul li:hover .box {
  top: -0.1rem;
  left: -1.3rem;
  opacity: 1;
  visibility: visible;
  width: 1.2rem;
  height: 1.2rem;
  background: #fff;
}



/* hover效果 */
@media screen and (min-width: 1025px) {
  .section1 .zyxw .l .tx ul li:hover a::after {
    transform: none;
  }

  .section1 .zyxw .l .tx ul li:hover a {
    border-color: transparent;
    box-shadow: 0px 0.04rem 0.27rem 0px rgba(47, 47, 47, 0.24);
  }

  .section1 .zyxw .l .tx ul li:hover a h3 {
    font-weight: bold;
  }

  .s2-r ul li:hover a {
    font-weight: bold;
  }

  .s2-r ul li:hover a::after {
    left: 0;
    width: 100%;
  }

  .s3 ul li:hover a {
    background: #fff;
  }

  .s3 ul li:hover a::after {
    transform: none;
  }

  .s3 ul li:hover .jt {
    background-image: url(/images/s3-jt2.png);
  }

  .s4-l ul li:hover {
    padding-left: 0.3rem;
  }

  .s4-l ul li:hover::before {
    width: 100%;
  }

  .s4-l ul li:hover::after {
    transform: none;
  }

  .s4-l ul li:hover a {
    color: #ffb644;
  }

  .s4-l ul li:hover span {
    color: #ffb644;
    opacity: 1;
  }

  .s6 .swiper-slide:hover .k {
    transform: rotateY(360deg);
  }

  .s7 .swiper-button-next:hover,
  .s7 .swiper-button-prev:hover,
  .s5 .swiper-button-next:hover,
  .s5 .swiper-button-prev:hover {
    background-color: #019390;
  }

  .s7 .swiper-button-prev:hover,
  .s5 .swiper-button-prev:hover {
    background-image: url(/images/s7-prev2.png);
  }

  .s7 .swiper-button-next:hover,
  .s5 .swiper-button-next:hover {
    background-image: url(/images/s7-next2.png);
  }

}


@media screen and (max-width: 1024px) {
  #asideNav {
    display: none !important;
  }

  .banner,
  .banner div.slick-list,
  .banner .slick-slide a,
  .banner .slick-slide a img {
    height: auto;
  }

  .section1,
  .section2,
  .section3,
  .section5,
  .section6,
  .section7,
  .section8,
  .section9 {
    padding: 40px 0 20px 0;
  }

  .section3 {
    padding-bottom: 84px;
  }

  .section8 {
    padding-bottom: 0;
  }

  .title {
    margin-bottom: 20px;
  }

  .tit-c h3 {
    font-size: 0.26rem;
    line-height: 0.3rem;
  }

  .tit-c h3>img {
    height: 0.2rem;
  }

  .tit-c h3::before {
    top: -0.3rem;
    width: 0.9rem;
    height: 0.56rem;
  }

  .more a {
    font-size: 0.16rem;
    line-height: 0.3rem;
    padding: 0 0.1rem;
  }

  .more a::before {
    width: 0.3rem;
    height: 0.3rem;
  }

  .s1-l ul li .hide h3>div,
  .s1-l ul li .show .tx h3,
  .jdt .tx h3,
  .s2-l ul li a .tx h3,
  .s2-r ul li a,
  .s3 h3,
  .s4-l ul li a,
  .s4-r ul li a .tx h3,
  .s5-l a h3,
  .s6 .k p,
  .s8 a .tx h3 {
    font-size: 0.18rem;
  }

  .s1-l ul li .hide .date b,
  .s1-l ul li .show .date b {
    font-size: 0.26rem;
  }

  .section1 .zyxw .l .tx ul li a h3 {
    font-size: 0.18rem;
  }

  .section1 .zyxw .l .picbox a .date {
    padding-top: 0.1rem;
  }

  .section1 .zyxw .l .picbox a .date b {
    font-size: 0.3rem;
  }

  .section1 .zyxw .l .picbox a h3 {
    font-size: 0.18rem;
  }


  .s5-l a p,
  .s9 .tx .l span,
  .s5-l a span {
    font-size: 0.16rem;
  }

  .s3 ul li {
    margin-top: 0;
  }

  .s3 a {
    padding: 0.25rem;
  }

  .s4-l {
    padding: .88rem 0 .4rem;
  }

  .s4-r::before {
    width: calc(100% + 0.2rem);
  }

  .s5 .swiper-button-next,
  .s5 .swiper-button-prev,
  .s7 .swiper-button-next,
  .s7 .swiper-button-prev {
    width: 0.5rem;
    height: 0.5rem;
    background-size: 0.1rem auto;
  }

  .s5 .swiper-button-next {
    right: 0.2rem;
  }

  .s7 .swiper-button-prev {
    left: -0.2rem;
  }

  .s7 .swiper-button-next {
    right: -0.2rem;
  }

  .s6 .k h3 b {
    font-size: 0.3rem;
  }

  .s9 .tx {
    padding: 0.15rem;
  }

}

@media screen and (max-width: 920px) {
  .title {
    text-align: left;
  }

  .s1-l {
    width: 100%;
  }

  .s1-l ul li.on {
    padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  }

  .gg-yjt img {
    width: 0.12rem;
  }

  .gg-yjt {
    width: 0.46rem;
    height: 0.46rem;
    line-height: 0.46rem;
  }

  .s1-l .gg-yjt {
    right: -0.2rem;
    bottom: -0.4rem;
  }

  .jdt {
    width: 100%;
    margin-top: 10px;
  }

  .jdt a .pic {
    padding-top: 56.38%;
  }

  .jdt a .date {
    left: 10px;
    top: 10px;
    width: 0.64rem;
    height: 0.72rem;
    padding-top: 0.1rem;
  }

  .jdt .date b {
    font-size: 0.26rem;
  }

  .jdt .tx {
    padding: 0.2rem 0.2rem 0.8rem 0.2rem;
  }

  .section1 .zyxw .l {
    width: 100%;
  }

  .section1 .zyxw .l .picbox a .pic {
    padding-top: 54.48%;
  }

  .section1 .zyxw .l .picbox a .date {
    left: 0.15rem;
    top: 0.15rem;
  }

  .section1 .zyxw .l .picbox a h3 {
    padding: 0 0.2rem;
  }

  .section1 .zyxw .l .tx {
    margin-top: 0;
  }

  .section1 .zyxw .l .tx ul li {
    width: 100%;
    margin-top: 0.15rem;
  }

  .section1 .zyxw .l .tx ul li a {
    padding: 0.2rem;
  }

  .section1 .zyxw .l .tx ul li a span {
    margin-top: 0.1rem;
  }

  .section1 .zyxw .r .picbox {
    order: 1;
  }

  .section1 .zyxw .r .tx {
    order: 2;
  }

  .s2-l {
    width: 100%;
  }

  .s2-l ul li {
    width: 100%;
  }

  .s2-l ul li:nth-child(2) {
    margin-top: 0.2rem;
  }

  .s2-l ul li a .pic {
    padding-top: 74.82%;
  }

  .s2-l ul li a .tx {
    padding: .2rem .2rem 0.4rem .2rem;
  }

  .s2-l ul li a .tx h3 {
    margin-top: 0.1rem;
  }

  .s2-r {
    width: 100%;
    margin-top: 20px;
  }

  .s2-r ul li a {
    padding: 0.15rem 0;
  }

  .section3 {
    padding-bottom: 20px;
  }

  .section3 .qh-tit .tit-c h3 {
    font-size: 0.2rem;
  }

  .section3 .qh-tit .tit-c.on h3 {
    font-size: 0.26rem;
  }

  .s3 ul li {
    width: 100%;
  }

  .s3 ul li:nth-child(3)~li {
    display: none;
  }

  .s3 h3 {
    margin-top: 0.1rem;
  }

  .s3 a {
    padding: 0.15rem 0;
  }

  .s3 .jt {
    width: 0.35rem;
    height: 0.11rem;
    margin-top: 0.1rem;
  }

  .section4::before {
    width: 100%;
  }

  .s4-l {
    width: 100%;
    padding-top: 40px;
  }

  .s4-l ul li {
    line-height: .6rem;
  }

  .s4-r {
    width: 100%;
    margin-top: 0;
    box-shadow: none;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .s4-r::after {
    content: none;
  }

  .s4-r::before {
    left: -0.2rem;
    width: calc(100% + 0.4rem);
  }

  .s4-r .swiper-btn {
    margin-top: 0.2rem;
  }

  .s5-l {
    width: 100%;
    padding-top: 0;
  }

  .s5-l a h3 {
    margin-top: 0.15rem;
  }

  .s5-l a .tx {
    margin-top: 0.1rem;
    padding-top: 0.1rem;
  }

  .s5-l .swiper-slide {
    padding-bottom: 0.45rem;
  }

  .s5-r {
    width: 100%;
    margin-top: 20px;
  }

  .s5-r .swiper-slide {
    width: 100% !important;
  }

  .s5-r a .pic {
    padding-top: 69.11%;
  }

  .s5 .swiper-button-prev {
    display: block !important;
    left: -0.2rem;
  }

  .s5 .swiper-button-next {
    right: -0.2rem;
  }

  .s6 .k {
    width: 1.52rem;
    height: 1.52rem;
  }

  .s6 .k::before {
    width: 1.12rem;
    height: 1.12rem;
  }

  .s6 .k::after {
    width: 1.21rem;
    height: 1.21rem;
  }

  .s6 .bx .x1 {
    width: 0.8rem;
  }

  .s6 .bx .x2 {
    width: 0.3rem;
  }

  .s6 .bx .x3 {
    height: 1rem;
  }

  .waveBox {
    display: none;
  }

  .s8-l {
    width: 100%;
  }

  .s8-l ul li:nth-child(3) {
    margin-top: 10px;
  }

  .s8-r {
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
  .section1 .title .k{display:flex;}
  .section1 .title .tit-c+.tit-c{
    margin-left: 0;
  }

  .section1 .tit-c h3 {
    font-size: 0.2rem;
  }

  .section1 .tit-c.on h3 {
    font-size: 0.2rem;
  }

  .section1 .tit-c h3>img {
        height: 0.1rem;
    }

  .section1 .more{position:static; transform:none; margin-top:0.2rem; width:1rem; margin:0 auto;}

  .s6 .swiper-slide {
    padding-top: 0 !important;
  }

  .s9 .tx {
    flex-direction: column;
  }

  .s9 .tx .r {
    margin-top: 10px;
  }
}