@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: auto;
}

.banner {
  overflow: hidden;
}

.banner .slick-slide a {
  display: block;
  overflow: hidden;
  position: relative;
}

.banner .slick-slide a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.4rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 4%, rgba(0, 0, 0, 0) 72%);
}

.banner .slick-slide a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.2rem;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 95%);
  z-index: 1;
}

.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 {
  width: auto;
  margin: 0 auto;
  bottom: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.banner .slick-dots li {
  vertical-align: middle;
  margin: 0 0.15rem;
  padding: 0;
  width: 0.08rem;
  height: 0.08rem;
  border-radius: 50%;
  background: #ffffff;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  width: 0.48rem;
  height: 0.48rem;
  text-align: center;
  line-height: 0.48rem;
  border: 1px dashed #fff;
  background: none;
}

.banner .slick-dots li button {
  width: inherit;
  height: inherit;
  padding: 0;
  font-family: Arial;
  font-size: 0.14rem;
  color: #FFFFFF;
  visibility: hidden;
  opacity: 0;
}

.banner .slick-dots li.slick-active button {
  visibility: visible;
  opacity: 1;
}

/* 
.banner .slick-prev,
.banner .slick-next {
  width: 0.54rem;
  height: 0.54rem;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 0.16rem auto;
  transition: all 0.5s;
}

.banner .slick-prev {
  left: 0.4rem;
  background-image: url(../images/ban-prev.png);
}

.banner .slick-next {
  right: 0.4rem;
  background-image: url(../images/ban-next.png);
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
} */

/**/

.title {
  text-align: center;
  position: relative;
  z-index: 1;
  margin-bottom: 0.4rem;
}

.tit-c {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-top: 0.3rem;
  padding-bottom: 0.2rem;
  background: url(../images/tit-bgb.png) no-repeat center bottom;
  background-size: 0.94rem auto;
}

.tit-c::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.52rem;
  height: 0.34rem;
  background: url(../images/tit-bgs.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

.tit-c p {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0.3rem;
  font-size: 0.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  color: #E6F0EF;
  z-index: -1;
}

.tit-c h3 {
  font-size: 0.32rem;
  font-weight: bold;
  line-height: 1;
  color: #222222;
}

.more {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}

.more a {
  display: block;
  font-size: 0.16rem;
  line-height: 0.26rem;
  color: #0DB6A0;
  background: url(../images/more1.png) no-repeat right center;
  background-size: 0.13rem auto;
  padding-right: 0.2rem;
  border-bottom: 1px solid #0DB6A0;
}

.more a:hover {
  color: #C6C835;
  border-bottom-color: #C6C835;
  background: url(../images/more3.png) no-repeat right center;
  background-size: 0.13rem auto;
}


.title.white .tit-c {
  background: url(../images/tit-bgb2.png) no-repeat center bottom;
  background-size: 0.94rem auto;
}

.title.white .tit-c::before {
  background: url(../images/tit-bgs2.png) no-repeat;
  background-size: 100% 100%;
}

.title.white .tit-c p {
  color: rgba(255, 255, 255, 0.06);
}

.title.white .tit-c h3 {
  color: #fff;
}

.title.white .more a {
  color: #fff;
  background: url(../images/more2.png) no-repeat right center;
  background-size: 0.13rem auto;
  border-bottom: 1px solid #fff;
}

/**/
.section1 {
  padding-top: 0.4rem;
  padding-bottom: 0.6rem;
  background: url(../images/section1-bg.png) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}

.s1-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s1-l {
  width: 68.57%;
  display: flex;
  flex-wrap: wrap;
}

.jdt a {
  display: block;
}

.jdt {
  width: 62.6%;
}

.jdt .pic {
  padding-top: 0;
  height: 4.5rem;
}

.jdt-tx {
  flex: 1;
  min-width: 0;
  padding-left: 0.45rem;
  padding-top: 0.28rem;
}

.jdt-tx .date {
  display: inline-block;
  text-align: center;
}

.jdt-tx .date b {
  display: block;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1;
  color: #0DB6A0;
}

.jdt-tx .date span {
  display: block;
  font-size: 0.14rem;
  line-height: 1;
  color: #666666;
  margin-top: 0.1rem;
}

.jdt-tx h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: 0.36rem;
  height: 0.72rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.3rem;
  transition: all 0.5s;
}

.jdt-tx a:hover h3 {
  color: #C6C835;
}

.jdt-tx p {
  font-size: 0.16rem;
  font-weight: bold;
  line-height: 0.3rem;
  height: 0.9rem;
  color: #3D3D3D;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.2rem;
  opacity: 0.8;
}

.jdt-tx .slick-dots {
  bottom: -1rem;
  font-size: 0;
  z-index: 9;
  text-align: center;
}

.jdt-tx .slick-dots li {
  vertical-align: middle;
  margin: 0 0.13rem;
  padding: 0;
  width: 0.4rem;
  height: 0.4rem;
  border-radius: 50%;
  border: 1px solid #E2E2E2;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.jdt-tx .slick-dots li.slick-active {
  border: 1px solid #C6C835;
  background: #C6C835;
}

.jdt-tx .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  font-size: 0.16rem;
  color: #3D3D3D;
}

.jdt-tx .slick-dots li.slick-active button {
  color: #fff;
}


.jdt-tx .slick-prev,
.jdt-tx .slick-next {
  top: auto;
  transform: none;
  bottom: -0.9rem;
  width: 0.11rem;
  height: 0.18rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  transition: all 0.5s;
}

.jdt-tx .slick-prev {
  left: 0;
  background-image: url(../images/jdt-prev.png);
}

.jdt-tx .slick-next {
  right: 0;
  background-image: url(../images/jdt-next.png);
}

.jdt-tx .slick-prev:hover,
.jdt-tx .slick-next:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.s1-r {
  width: 27.85%;
}

.s1-r li+li {
  margin-top: 0.17rem;
}

.s1-r li a {
  display: flex;
  align-items: center;
  background: #FFFFFF;
  border: 1px solid #E2E2E2;
  padding: 0.22rem 0.4rem 0.22rem 0.25rem;
  border-radius: 0 0.4rem 0 0.4rem;
  transition: all 0.5s;
}

.s1-r li a .date {
  text-align: center;
  margin-right: 0.2rem;
}

.s1-r li a .date b {
  display: block;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1;
  color: #666666;
  transition: all 0.5s;
}

.s1-r li a .date span {
  display: block;
  font-size: 0.14rem;
  line-height: 1;
  color: #999999;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s1-r li a h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.5s;
}

.s1-r li:hover a {
  background: #C6C835;
  border-color: #C6C835;
}

.s1-r li:hover a .date b,
.s1-r li:hover a .date span,
.s1-r li:hover a h3 {
  color: #fff;
}

.s1-r li:hover a h3 {
  font-weight: bold;
}

.section2 {
  padding-top: 0.62rem;
  padding-bottom: 1rem;
  background: url(../images/section2-bg.jpg) no-repeat center top;
  background-size: cover;
  overflow: hidden;
}

.s2-c {
  /* overflow: hidden; */
}

.s2-c ul {
  display: flex;
  flex-wrap: wrap;
  margin: -0.75rem -0.55rem 0 -0.55rem;

}

.s2-c li {
  width: 33.33%;
  margin-top: 0.75rem;
}

.s2-c a {
  display: flex;
  align-items: center;
  margin: 0 0.55rem;
  color: #fff;
  background: url(../images/s2-x.png) no-repeat right bottom;
  background-size: 100% 0.17rem;
  padding: 0.38rem 0;
  position: relative;
  z-index: 1;
  transition: all 0.5s;
}

.s2-c a::before {
  content: '';
  position: absolute;
  left: -0.4rem;
  bottom: 0;
  right: -0.4rem;
  height: 0;
  background: rgba(217, 238, 221, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.35);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all 0.5s;
}

.s2-c .date {
  text-align: center;
  color: #FFFFFF;
  margin-right: 0.2rem;
}

.s2-c .date span {
  display: block;
  font-size: 0.14rem;
  line-height: 1;
  margin-top: 0.1rem;
}

.s2-c .date b {
  display: block;
  font-size: 0.26rem;
  font-weight: bold;
  line-height: 1;
}

.s2-c h3 {
  flex: 1;
  min-width: 0;
  font-size: 0.18rem;
  line-height: 0.28rem;
  height: 0.56rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
}

.s2-c li:hover a {
  background-image: none;
}

.s2-c li:hover a::before {
  height: 100%;
  opacity: 1;
  visibility: visible;
}


.section3 {
  padding-top: 0.46rem;
  padding-bottom: 0.5rem;
  position: relative;
  overflow: hidden;
}

.section3::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 50%;
  opacity: 0.1;
  background: linear-gradient(47deg, #C6C835 6%, rgba(198, 200, 53, 0) 93%);
  border: 1px solid #C6C835;
  z-index: -1;
}

.section3::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  right: 0;
  opacity: 0.1;
  background: linear-gradient(43deg, #0DB6A0 6%, rgba(13, 182, 160, 0) 90%);
  border: 1px solid #0DB6A0;
  z-index: -1;
}

.s3-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.s3-c .title {
  text-align: left;
}

.s3-l {
  width: 44.42%;
}

.s3-r {
  width: 45%;
}

.s3-jdt li a {
  display: block;
  position: relative;
}

.s3-jdt li a .pic {
  padding-top: 0;
  height: 3.68rem;
}

.s3-jdt li a .pic::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 21.73%;
  background: linear-gradient(0deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

.s3-jdt li a h3 {
  position: absolute;
  left: 0.3rem;
  right: 1.8rem;
  bottom: 0.18rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  font-size: 0.18rem;
  font-weight: bold;
  color: #fff;
  transition: all 0.5s;
}

.s3-jdt li:hover a h3 {
  left: 0.25rem;
}

.s3-jdt .slick-dots {
  position: absolute;
  width: auto;
  right: 0.32rem;
  bottom: 0.24rem;
  font-size: 0;
}

.s3-jdt .slick-dots li {
  vertical-align: middle;
  position: static;
  width: 0.07rem;
  height: 0.07rem;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  margin: 0 0.07rem;
  padding: 0;
  transition: all 0.5s;
  position: relative;
}

.s3-jdt .slick-dots li.slick-active {
  width: 0.32rem;
  border-radius: 0.1rem;
  background: #C6C835;
}

.s3-jdt .slick-dots li button {
  display: none;
}

.gg-list {
  margin-top: 0.15rem;
}

.gg-list li {
  font-size: 0.18rem;
  line-height: 0.8rem;
  border-top: 1px dashed #e5e5e5;
}

.gg-list li:first-child {
  border-top: none;
}

.gg-list li span {
  display: block;
  float: right;
  font-size: 0.14rem;
  color: #999;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.gg-list li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  padding-left: 0.3rem;
  transition: all 0.5s;
}

.gg-list li a::after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 0.06rem;
  height: 0.06rem;
  border-radius: 50%;
  background: #0DB6A0;
}

.gg-list li:hover span,
.gg-list li:hover a {
  color: #0DB6A0;
}

.s3-rt a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #D0D0D0;
}

.s3-rt a .pic {
  width: 3rem;
  height: 1.7rem;
  padding-top: 0;
  margin-right: 0.32rem;
}

.s3-rt a .tx {
  flex: 1;
  min-width: 0;
}

.s3-rt a .tx h3 {
  font-size: 0.18rem;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  transition: all 0.3s;
}

.s3-rt a .tx p {
  font-size: 0.14rem;
  line-height: 0.27rem;
  height: 0.54rem;
  color: #999;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  margin-top: 0.13rem;
}

.s3-rt a:hover .tx h3 {
  color: #0DB6A0;
}

.s3-rd {
  margin-top: 0.1rem;
}

.s3-rd li {
  padding-top: 0.17rem;
  padding-bottom: 0.34rem;
  border-top: 1px dashed rgba(18, 54, 143, 0.1);
}

.s3-rd li:first-child {
  border-top: 0;
}

.s3-rd li span {
  display: block;
  font-size: 0.14rem;
  line-height: 0.26rem;
  color: #0DB6A0;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.16rem auto;
  padding-left: 0.26rem;
}

.s3-rd li h3 {
  font-size: 0.18rem;
  color: #474747;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-top: 0.03rem;
  transition: all 0.3s;
}

.s3-rd li:hover h3 {
  color: #0DB6A0;
}


@media screen and (max-width: 1700px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1300px) {}

@media screen and (max-width: 1200px) {
  .banner .slick-slide a::after {
    content: none;
  }

  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.4rem;
    height: 0.4rem;
  }

  .jdt-tx .slick-dots {
    bottom: -0.9rem;
  }

  .jdt-tx .slick-dots li {
    width: 0.35rem;
    height: 0.35rem;
    margin: 0 0.06rem;
  }
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1024px) {}

@media screen and (max-width: 1000px) {
  .title {
    text-align: left;
    margin-bottom: 0.3rem;
  }

  .tit-c {
    padding-top: 0.2rem;
    padding-bottom: 0.15rem;
  }

  .tit-c h3 {
    font-size: 0.26rem;
  }

  .tit-c p {
    font-size: 0.3rem;
    top: 0.2rem;
  }

  .section1 {
    padding-bottom: 0.4rem;
  }

  .s1-l {
    width: 100%;
    padding-bottom: 0.5rem;
  }

  .jdt {
    width: 100%;
  }

  .jdt-tx {
    flex: none;
    width: 100%;
    padding-left: 0;
    padding-top: 0.2rem;
  }

  .jdt-tx h3 {
    font-size: 0.2rem;
    margin-top: 0.2rem;
    height: auto;
    max-height: 0.72rem;
  }

  .jdt-tx p {
    height: auto;
    max-height: 0.9rem;
  }

  .jdt .pic {
    padding-top: 74.87%;
    height: auto;
  }

  .jdt-tx .slick-dots {
    bottom: -0.5rem;
  }


  .s1-r {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s1-r li a h3 {
    font-size: 0.2rem;
  }

  .section2 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .s2-c ul {
    margin: -0.2rem -0.2rem 0 -0.2rem;
  }

  .s2-c li {
    width: 50%;
    margin-top: 0.2rem;
  }

  .s2-c a {
    margin: 0 0.2rem;
    padding: 0.2rem;
  }

  .s2-c h3 {
    font-size: 0.2rem;
  }

  .section3 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .section3::before,
  .section3::after {
    content: none;
  }

  .s3-l {
    width: 100%;
    position: relative;
    z-index: 1;
  }

  .s3-l::before {
    content: '';
    position: absolute;
    top: -0.4rem;
    bottom: 0;
    left: -0.2rem;
    right: -0.2rem;
    opacity: 0.1;
    background: linear-gradient(47deg, #C6C835 6%, rgba(198, 200, 53, 0) 93%);
    border: 1px solid #C6C835;
    z-index: -1;
  }

  .s3-r {
    width: 100%;
    margin-top: 0.3rem;
    position: relative;
    z-index: 1;
  }

  .s3-r::before {
    content: '';
    position: absolute;
    top: -0.3rem;
    bottom: -0.4rem;
    left: -0.2rem;
    right: -0.2rem;
    opacity: 0.1;
    background: linear-gradient(43deg, #0DB6A0 6%, rgba(13, 182, 160, 0) 90%);
    border: 1px solid #0DB6A0;
    z-index: -1;
  }

  .s3-jdt li a .pic {
    padding-top: 59.16%;
    height: auto;
  }

  .s3-jdt li a h3,
  .gg-list li,
  .s3-rt a .tx h3,
  .s3-rd li h3 {
    font-size: 0.2rem;
  }

  .gg-list li span,
  .s3-rt a .tx p,
  .s3-rd li span {
    font-size: 0.18rem;
  }
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .s2-c li {
    width: 100%;
  }

  .s2-c a {
    margin: 0;
  }

  .s2-c ul {
    margin: -0.2rem 0 0 0;
  }

  .s3-rt a .pic {
    width: 100%;
    height: auto;
    padding-top: 56.66%;
    margin-bottom: 0.2rem;
    margin-right: 0;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}