@charset "UTF-8";

body {
  overflow-x: hidden;
}

/*banner*/
.banner {
  max-width: 16rem;
  margin: 0 auto;
}

.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;

}

.banner {
  overflow: hidden;
  position: relative;
  z-index: 999;
}

.banner .slick-slide {
  overflow: hidden;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide img {
  display: block;
  width: 100%;
  transform: scale(1.1);
  transition: all 5s ease-out;
}

.banner .img_scale img {
  transform: scale(1);
}

.banner .slick-dots {
  max-width: 16rem;
  margin: 0 auto;
  bottom: 0.22rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 8;
}

.banner .slick-dots li {
  width: 0.5rem;
  height: 0.08rem;
  background: #fff;
  vertical-align: middle;
  margin: 0 0.1rem;
  padding: 0;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: #066646;
}

.banner .slick-dots li button {
  display: none;
}

/* .banner .slick-prev,
.banner .slick-next {
  width: 0.28rem;
  height: 0.28rem;
  top: inherit;
  transform: none;
  bottom: 0.47rem;
  z-index: 9;
}

.banner .slick-prev {
  left: inherit;
  right: 50%;
  margin-right: 1.3rem;
  background: url() no-repeat;
  background-size: 100% 100%;
}

.banner .slick-next {
  right: inherit;
  left: 50%;
  margin-left: 1.3rem;
  background: url() no-repeat;
  background-size: 100% 100%;
} */

/*首页样式*/
.titlebox {
  padding-bottom: 0.3rem;
  margin-bottom: 0.3rem;
}

.title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.title h3 {
  font-size: 0.4rem;
  font-weight: bold;
  color: #066646;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.title h3 span {
  font-weight: bold;
  color: #333;
}

.title h3::after {
  content: '';
  position: absolute;
  bottom: -0.3rem;
  left: 0;
  width: 1.91rem;
  height: 0.38rem;
  background: url(../images/tit-bgt.png) no-repeat;
  background-size: 100% 100%;
}

.more a {
  display: flex;
  align-items: center;
  font-size: 0.14rem;
  color: #666;
  line-height: 0.26rem;
  transition: all 0.5s;
}

.more a>img {
  display: block;
  width: 0.39rem;
  margin-left: 0.1rem;
  transition: all 0.5s;
}

.more a:hover {
  color: #066646;
}

.more a:hover>img {
  transform: scale(0.9);
}

/*主体*/

.section1 {
  padding: 0.45rem 0 0.57rem 0;
  background: url(../images/section1-bg.png) no-repeat center center;
  background-size: cover;
}

.s1-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-l {
  width: 57.5%;
}

.jdt a {
  display: flex;
}

.jdt .pic {
  width: 60.32%;
  padding-top: 0;
  height: 3.6rem;
}

.jdt .jdt-zs {
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5rem;
  height: auto;
}

.jdt .jdt-zs:hover {
  transform: none;
}

.jdt .tx {
  width: 39.68%;
  padding-top: 0.25rem;
  padding-left: 0.4rem;
}

.jdt .tx h3 {
  font-size: 0.2rem;
  line-height: 0.34rem;
  height: 0.68rem;
  color: #333333;
}

.jdt .tx p {
  font-size: 0.16rem;
  line-height: 0.3rem;
  height: 0.9rem;
  color: #9E9E9E;
  margin-top: 0.16rem;
}

span.time {
  font-size: 0.18rem;
  line-height: 0.3rem;
  color: #999999;
  background-image: url(../images/time1.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 0.16rem auto;
  padding-left: 0.23rem;
}

.jdt .tx span {
  display: block;
  margin-top: 0.26rem;
}

.jdt .tx .s1-r {
  width: 39.75%;
}

.jdt .slick-dots {
  width: auto;
  margin-left: calc(60.32% + 0.4rem);
  bottom: 0.4rem;
}

.jdt .slick-dots li {
  vertical-align: middle;
  width: auto;
  height: auto;
  margin: 0 0.1rem;
  font-size: 0;
  position: relative;
  z-index: 1;
}

.jdt .slick-dots li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: linear-gradient(180deg, rgba(6, 102, 70, 0.2) 0%, rgba(236, 255, 249, 0.2) 100%);
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.jdt .slick-dots li span {
  font-size: 0.2rem;
}

.jdt .slick-dots li.slick-active {
  margin: 0 0.2rem;
}

.jdt .slick-dots li.slick-active::before {
  visibility: visible;
  opacity: 1;
}

.jdt .slick-dots li.slick-active span {
  font-family: Impact;
  font-size: 0.32rem;
  line-height: 1;
  color: #066646;
}

.s1-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-ld li {
  width: 48%;
  margin-top: 0.3rem;
}

.s1-ld li a {
  display: block;
  padding: 0.18rem 0.25rem;
  background: linear-gradient(180deg, #F4FFFB 0%, #FFFFFF 100%);
  border-bottom: 0.03rem solid #066646;
  transition: all 0.5s;
}

.s1-ld h3 {
  font-size: 0.2rem;
  line-height: 0.36rem;
  height: 0.72rem;
  color: #333333;
  transition: all 0.5s;
}

.s1-ld span {
  display: block;
  margin-top: 0.15rem;
}

.s1-ld li:hover a {
  background: linear-gradient(180deg, #F4FFFB 0%, #FFFFFF 100%);
  box-shadow: 0px 0.04rem 0.1rem 0px rgba(175, 175, 175, 0.3);
}

.s1-ld li:hover h3 {
  color: #066646;
}


.s1-r {
  width: 39.75%;
}

.s1-r ul li {
  overflow: hidden;
  font-size: 0.2rem;
  line-height: 0.56rem;
  position: relative;
  z-index: 1;
}

.s1-r ul li::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #066646;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.5s;
}

.s1-r ul li span {
  float: right;
  display: block;
  color: #999999;
  margin-left: 0.2rem;
}

.s1-r ul li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all 0.5s;
}

.s1-r ul li:first-child a {
  border-top: none;
}

.s1-r ul li:hover a,
.s1-r ul li:hover span {
  color: #066646;
}

.s1-r ul li:hover::after {
  transform: none;
}

.s1-rd {
  margin-top: 0.3rem;
}

/* section2 */
.section2 {}

.s2-c li {
  padding: 0.25rem 0;
  transition: all 0.5s;
}

.s2-c li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.04rem;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}

.s2-c li a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  transform-origin: center;
  box-shadow: 0px 0px 0.2rem 0px rgba(5, 57, 108, 0.52);
  background: url(../images/s2-libg.jpg) no-repeat center center;
  background-size: 100% 100%;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s;
}

.s2-c .s2-1 a {
  background: #FFF7F4;
}

.s2-c .s2-2 a {
  background: #F3FFFA;
}

.s2-c .s2-3 a {
  background: #FFFCF4;
}

.s2-c .s2-4 a {
  background: #F7FBFF;
}

.s2-c .s2-5 a {
  background: #F4FFFB;
}

.s2-c li .icon1 svg {
  max-height: 0.48rem;
}

.s2-c li .icon1 svg path {
  transition: all 0.5s;
}

.s2-c h3 {
  font-size: 0.26rem;
  margin-left: 0.15rem;
}

.s2-c .s2-1 h3 {
  color: #B3532C;
}

.s2-c .s2-2 h3 {
  color: #066646;
  font-size: 0.22rem;
  max-width: 1.4rem;
}

.s2-c .s2-3 h3 {
  color: #C28323;
}

.s2-c .s2-4 h3 {
  color: #2475C5;
}

.s2-c .s2-5 h3 {
  color: #066646;
}

.s2-c li:hover .icon1 svg path {
  fill: #fff;
}

.s2-c li:hover a {
  z-index: 2;
}

.s2-c li:hover a::before {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%) scale(1.1);
}

.s2-c li:hover h3 {
  color: #fff;
}

.s2-c .slick-dots {
  position: static;
  font-size: 0;
}

.s2-c .slick-dots li {
  width: 0.1rem;
  height: 0.1rem;
  background: #ddd;
  border-radius: 50%;
  margin: 0 0.05rem;
  padding: 0;
  transition: all 0.5s;
}

.s2-c .slick-dots li.slick-active {
  background: #066646;
}

.s2-c .slick-dots li button {
  display: none;
}


.section3 {
  padding: 0.4rem 0 0.25rem 0;
}

.section3 .title {
  justify-content: center;
  position: relative;
  z-index: 1;
}

.section3 .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.s3-c ul {
  margin-top: 0.4rem;
}

.s3-c ul li a {
  display: block;
  margin: 0 0.15rem;
}

.s3-c ul li a .pic {
  padding-top: 57.93%;
}

.s3-c ul li a .pic::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/s3-libg.png) no-repeat center center;
  background-size: 100% 100%;
}

.s3-c ul li a h3 {
  font-size: 0.2rem;
  text-align: center;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  margin-top: 0.12rem;
  transition: all 0.5s;
}

.s3-c ul li:hover a h3 {
  color: #066646;
}

.s3-c .slick-dots {
  position: static;
  font-size: 0;
  margin-top: 0.2rem;
}

.s3-c .slick-dots li {
  width: 0.1rem;
  height: 0.1rem;
  background: #ddd;
  border-radius: 50%;
  margin: 0 0.05rem;
  padding: 0;
  transition: all 0.5s;
}

.s3-c .slick-dots li.slick-active {
  background: #066646;
}

.s3-c .slick-dots li button {
  display: none;
}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {
  .s1-l {
    width: 100%;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.4rem;
  }
}

@media screen and (max-width: 768px) {
  .titlebox {
    padding-bottom: 0.2rem;
    margin-bottom: 0.2rem;
  }

  .title h3 {
    font-size: 0.26rem;
  }

  .title h3::after {
    width: 1.2rem;
    height: 0.24rem;
    bottom: -0.2rem;
  }

  .more a {
    font-size: 0.16rem;
  }

  .section1 {
    padding: 0.4rem 0 0.4rem 0;
  }

  .jdt a {
    flex-wrap: wrap;
  }

  .jdt .pic {
    width: 100%;
    height: auto;
    padding-top: 64.86%;
  }

  .jdt .tx {
    width: auto;
    padding-left: 0;
    padding-top: 0.3rem;
  }

  .jdt .tx h3 {
    height: auto;
    max-height: 0.68rem;
  }

  .jdt .tx p {
    height: auto;
    max-height: 0.9rem;
  }

  .jdt .tx span {
    margin-top: 0.16rem;
  }

  .jdt .slick-dots {
    margin-left: 0;
    position: static;
    margin-top: 0.3rem;
  }

  .s2-c h3 {
    font-size: 0.2rem !important;
    margin-left: 0.05rem;
  }

  .s2-c li .icon1 svg {
    max-height: 0.36rem;
  }

  .s3-c ul {
    margin-top: 0.2rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}