@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;
  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.34rem;
  width: 100%;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
  z-index: 8;
}

.banner .slick-dots li {
  vertical-align: middle;
  width: 0.15rem;
  height: 0.15rem;
  background: #fff;
  border-radius: 50%;
  margin: 0 0.08rem;
  padding: 0;
  position: relative;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  width: 0.19rem;
  height: 0.27rem;
  background: url(../images/ban-dot.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0;
}

.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;
}

.banner .slick-next {
  right: inherit;
  left: 50%;
  margin-left: 1.3rem;
} */

/*首页样式*/
.title {
  position: relative;
  margin-bottom: 0.4rem;
}

.title h3 {
  font-weight: normal;
}

.title h3 b,
.title h3 span {
  display: block;
}

.title h3 b {
  font-family: 'sySong';
  font-size: 0.42rem;
  font-weight: 900;
  line-height: normal;
  color: #11574A;
}

.title h3 span {
  font-family: PingFangSC;
  font-size: 0.24rem;
  font-weight: normal;
  line-height: 1;
  color: #8D8D8D;
}

.more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.more a {
  display: block;
  font-family: PingFangSC;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  color: #11574A;
  position: relative;
  display: flex;
  align-items: center;
  transition: all 0.5s;
}

.more a::before {
  content: "";
  display: block;
  width: 0.43rem;
  height: 0.43rem;
  background: url(../images/more1.png) no-repeat;
  background-size: 100% 100%;
  margin-right: 0.06rem;
  transition: all 0.5s;
}

.more:hover a {
  text-decoration: underline;
}

.more a:hover::before {
  transform: rotate(180deg);
}

/*主体*/

.section1 {
  padding-top: 0.8rem;
  padding-bottom: 0.65rem;
  background: url(../images/bg1.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}

.s1-c {
  align-items: flex-start;
}

.s1-l {
  width: 66.25%;
}

.s1-lt {
  display: flex;
  flex-wrap: wrap;
}

.s1-lt .tx {
  width: 35.38%;
  background-color: #257B6B;
  background-image: url(../images/jdt-logo.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 3.04rem auto;
}

.s1-lt .tx li a {
  display: block;
  padding: 0.35rem;
  color: #fff;
}

.s1-lt .tx li a .date {
  display: inline-block;
  text-align: center;
}

.s1-lt .tx li a .date b {
  display: block;
  font-family: Arial;
  font-size: 0.56rem;
  font-weight: bold;
  line-height: 1;
  color: #FFFFFF;
}

.s1-lt .tx li a .date span {
  display: block;
  font-family: Arial;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 1;
  color: #FFFFFF;
  margin-top: 0.15rem;
}

.s1-lt .tx li a h3 {
  margin-top: 0.52rem;
  font-size: 0.24rem;
  font-weight: 500;
  line-height: 0.36rem;
  height: 1.08rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #FFFFFF;
  transition: all 0.5s;
}

.s1-lt .tx li:hover a h3 {
  color: #FEEEAA;
}

.s1-lt .tx li a p {
  margin-top: 0.2rem;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.32rem;
  height: 0.96rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  color: #FFFFFF;
  opacity: 0.7;
}

.jdt {
  width: 64.62%;
}

.jdt .slick-slider {
  margin-top: 0.3rem;
}

.jdt li a {
  display: block;
  position: relative;
}

.jdt li .bg_img {
  height: 4.9rem;
}

.jdt li:hover .bg_img .a {
  transform: scale(1.1);
}

.jdt li .bg_img .jdt-date {
  font-family: 'sySong';
  position: absolute;
  left: 0.3rem;
  top: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0.3rem 0 0.3rem 0;
  z-index: 2;
  color: #a90c0c;
}

.jdt li .bg_img .jdt-date p {
  font-size: 0.36rem;
}

.jdt li .bg_img .jdt-date span {
  font-size: 0.16rem;
}

.jdt li .s1-ltx {
  position: absolute;
  left: 0.4rem;
  right: 2rem;
  bottom: 0.25rem;
  z-index: 1;
}

.jdt li .s1-ltx h3 {
  font-size: 0.2rem;
  font-weight: bold;
  line-height: 0.28rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  color: #fff;
}

.jdt .slick-prev,
.jdt .slick-next {
  width: 0.5rem;
  height: 0.5rem;
  top: auto;
  transform: none;
  bottom: 0.1rem;
  z-index: 1;
  transition: all 0.3s;
}

.jdt .slick-prev {
  left: auto;
  right: 0.7rem;
  background: #257B6B url(../images/jdt-prev.png) no-repeat center;
  background-size: 0.14rem auto;
}

.jdt .slick-next {
  right: 0.2rem;
  background: #BE9D6D url(../images/jdt-next.png) no-repeat center;
  background-size: 0.14rem auto;
}

.jdt .slick-prev:hover,
.jdt .slick-next:hover {
  transform: scale(1.05);
}

.s1-ld ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.27rem;
}

.s1-ld ul li {
  width: 48.45%;
}

.s1-ld ul li a {
  display: block;
  background: #FFFFFF;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: #257B6B;
  box-shadow: 0px 0px 0.2rem 0px rgba(131, 163, 186, 0.2);
  padding: 0.3rem 0.3rem 0.45rem 0.3rem;
  overflow: hidden;
  transition: all 0.3s;
}

.s1-ld ul li a h3 {
  font-size: 0.2rem;
  font-weight: 500;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s1-ld ul li a span {
  display: block;
  font-family: Arial;
  font-size: 0.18rem;
  color: #3F3939;
  line-height: 0.22rem;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.18rem auto;
  padding-left: 0.28rem;
  transition: all 0.5s;
}


.s1-ld ul li:hover a h3 {
  color: #257B6B;
  font-weight: bold;
}

.s1-ld ul li:hover a span {
  color: #257B6B;
}

.s1-r {
  width: 30%;
}

.s1-r ul {
  background: #FFFFFF;
  border-width: 0.03rem 0px 0px 0px;
  border-style: solid;
  border-color: #257B6B;
  box-shadow: 0px 0px 0.2rem 0px rgba(131, 163, 186, 0.2);
  padding: 0.09rem 0.3rem;
}

.s1-r ul li a {
  display: block;
  border-top: 1px solid #EAEAEA;
  padding: 0.2rem 0;
}

.s1-r ul li:first-child a {
  border-top: none;
}

.s1-r ul li a span {
  display: block;
  font-family: Arial;
  font-size: 0.18rem;
  line-height: 0.22rem;
  color: #3F3939;
  background: url(../images/time1.png) no-repeat left center;
  background-size: 0.18rem auto;
  padding-left: 0.28rem;
}

.s1-r ul li a .s1-rtx {
  font-family: PingFangSC;
  font-size: 0.2rem;
  font-weight: normal;
  line-height: 0.3rem;
  height: 0.6rem;
  color: #282828;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.1rem;
  transition: all 0.5s;
}

.s1-r ul li:hover a span {
  color: #257B6B;
}

.s1-r ul li:hover a .s1-rtx {
  color: #257B6B;
  font-weight: bold;
}





.section2 {
  background: url(../images/section2-bg.jpg) no-repeat center;
  background-size: cover;
  padding: 0.9rem 0 0.65rem 0;
  overflow: hidden;
}

.s2-c {
  position: relative;
}

.s2-c::after {
  content: '';
  position: absolute;
  left: 0.8rem;
  top: 0.22rem;
  transform: translateX(-83%);
  width: 5.57rem;
  height: 7.31rem;
  background: url(../images/info_arc_1600_008-q.png) no-repeat right center;
}

.s2-c .title {
  margin-bottom: 0.45rem;
}

.s2-c .title h3 b,
.s2-c .title h3 span {
  color: #fff;
}

.s2-c .more a {
  color: #fff;
}

.s2-c .more a::before {
  background-image: url(../images/more2.png);
}


.info_arc_1600_008-tit ul li a h3 {
  font-size: 0.28rem;
  font-weight: bold;
  color: #FFFFFF;
}

.info_arc_1600_008-tit ul li a p {
  font-size: 0.24rem;
  font-weight: normal;
  color: #82BCB2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.info_arc_1600_008-tit ul li a {
  display: flex;
  align-items: center;
}

.info_arc_1600_008-tit {
  width: 30%;
  position: relative;
  z-index: 1;
  margin-top: 0.17rem;
}

.info_arc_1600_008-tit ul li:nth-child(2) {
  margin-left: 0.47rem;
}


.info_arc_1600_008-tit ul li {
  margin-bottom: 0.76rem;
}

.info_arc_1600_008-tit ul li.on p,
.info_arc_1600_008-tit ul li.on h3 {
  color: #FEEEAA;
}

.info_arc_1600_008-tit ul li:last-child {
  margin-bottom: 0;
}

.info_arc_1600_008-pic {
  margin-right: 0.12rem;
}

.info_arc_1600_008-pic img {
  width: 100%;
  height: 100%;
  display: block;
}

.info_arc_1600_008-c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0.74rem;
}

.info_arc_1600_008-r {
  width: 70%;
}

.info_arc_1600_008-r ul li {
  width: 46.81%;
}

.info_arc_1600_008-r ul li .pic {
  padding-top: 70%;
}

.info_arc_1600_008-r ul li a {
  display: block;
  position: relative;
}

.info_arc_1600_008-r ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info_arc_1600_008-date b {
  font-family: Georgia;
  font-size: 0.3rem;
  color: #257B6B;
  display: block;
}

.info_arc_1600_008-date span {
  font-family: Georgia;
  font-size: 0.14rem;
  color: #257B6B;
  display: block;
}

.info_arc_1600_008-date {
  width: 0.76rem;
  height: 0.76rem;
  padding-top: 0.03rem;
  text-align: center;
  position: absolute;
  right: 0.18rem;
  top: 0;
  transform: translateY(-50%);
  border-radius: 0.4rem;
  background: #FFFFFF;
  border: 0.04rem solid #257B6B;
}

.info_arc_1600_008-date .aft {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 0.2rem);
  height: calc(100% + 0.2rem);
  border: 0.05rem solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  z-index: -1;
}

.info_arc_1600_008-tx h3 {
  font-family: PingFangSC;
  font-size: 0.2rem;
  line-height: 0.32rem;
  height: 0.64rem;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 0.15rem;
  margin-bottom: 0.24rem;
  transition: all 0.5s;
}

.info_arc_1600_008-r ul li:hover .info_arc_1600_008-tx h3 {
  color: #FEEEAA;
}

.info_arc_1600_008-tx p {
  font-size: 0.14rem;
  line-height: 0.22rem;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  margin-top: 0.2rem;
  background-size: 0.2rem auto !important;
  padding-left: 0.3rem;
}

.info_arc_1600_008-tx p:first-child {
  margin-top: 0;
  background: url(../images/s2-1.png) no-repeat left center;
}

.info_arc_1600_008-tx p:nth-child(2) {
  background: url(../images/s2-2.png) no-repeat left center;
}

.info_arc_1600_008-tx p:nth-child(3) {
  background: url(../images/s2-3.png) no-repeat left center;
}

.info_arc_1600_008-tit>h2 {
  position: absolute;
  top: 50%;
  left: -0.2rem;
  transform: translateY(-50%);
  width: 0.4rem;
  font-size: 0.36rem;

  font-weight: 900;
  color: #FFFFFF;
  font-family: 'sy';
}

.info_arc_1600_008-pic {
  width: 1.03rem;
  height: 1.03rem;
  padding: 0.08rem;
  border-radius: 50%;
  background-color: rgba(216, 216, 216, 0.3);
  transition: all 0.5s;
}

.info_arc_1600_008-tit ul li.on .info_arc_1600_008-pic {
  background-color: rgba(254, 238, 170, 0.8);
}


.section5 {
  background: url(../images/s5-logo.png) no-repeat right bottom;
  background-size: 5.89rem auto;
  padding-top: 0.62rem;
  padding-bottom: 1rem;
}

.s5-c {
  align-items: flex-start;
}

.s5-l {
  width: 48.125%;
}

.s5-l .s5-lt {
  margin-top: 0.3rem;
}

.s5-l .s5-lt a {
  display: block;
  position: relative;
}

.s5-l .s5-lt a .bg_img {
  height: 4.12rem;
}

.s5-l .s5-lt a h3 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 0.55rem;
  text-align: center;
  padding: 0 0.2rem;
  font-family: Arial;
  font-size: 0.2rem;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}

.s5-r .s5-lt a .bg_img {
  height: 2.53rem;
}

.s5-r .s5-lt a::after {
  display: none;
}

.gg-list li {
  font-size: 0.2rem;
  line-height: 0.79rem;
  border-top: 1px dashed #AAB8B5;
}

.gg-list li:first-child {
  border-top: none;
}

.gg-list li span {
  display: block;
  float: right;
  font-family: Arial;
  font-size: 0.18rem;
  color: #7B7B7B;
  margin-left: 0.2rem;
  transition: all 0.5s;
}

.gg-list li a {
  display: block;
  font-size: 0.2rem;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  word-break: break-all;
  position: relative;
  padding-left: 0.4rem;
  background: url(../images/s5-zs1.png) no-repeat left center;
  background-size: 0.3rem auto;
  transition: all 0.4s;
}

.gg-list li:hover span,
.gg-list li:hover a {
  color: #257B6B;
}

.gg-list li:hover a {
  font-weight: bold;
}



@media screen and (max-width: 1400px) {
  .info_arc_1600_008-tit {
    padding-left: 0.3rem;
  }

  .info_arc_1600_008-tit>h2 {
    left: 0.3rem;
    font-size: 0.28rem
  }

  .info_arc_1600_008-tit ul li a p {
    font-size: 0.16rem;
  }

  .info_arc_1600_008-tit ul li a h3 {
    font-size: 0.24rem;
  }

  .info_arc_1600_008-pic {
    width: 0.9rem;
    height: 0.9rem;
    margin-right: 0.3rem;
  }

  .s2-c::after {
    left: 0.85rem;
  }
}

@media screen and (max-width:1200px) {
  .info_arc_1600_008-c {
    padding-left: 0;
  }

  .info_arc_1600_008-tit {
    width: 100%;
    margin-bottom: 0.6rem;
    margin-top: 0;
    padding-left: 0;
  }

  .info_arc_1600_008-tit>h2 {
    position: static;
    transform: translateY(0);
    width: auto;
  }

  .info_arc_1600_008-tit ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }

  .info_arc_1600_008-tit ul li {
    margin: 0 !important;
    margin-bottom: 0.2rem !important;
    display: inline-block;
    width: 33.3%;
  }

  .info_arc_1600_008 .px1600 {
    padding: 0.5rem 0.1rem;
    padding-top: 0.3rem;
  }

  .info_arc_1600_008-more {
    position: absolute;
    right: 10px;
    top: 0.3rem;
  }

  .info_arc_1600_008-more a {
    font-size: 0.14rem;
  }

  .info_arc_1600_008-r {
    width: 100%;
  }

  .info_arc_1600_008-date b {
    font-size: 0.26rem;
  }

  .s2-c::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .banner .slick-dots {
    bottom: 0.2rem;
  }

  .banner .slick-dots li {
    width: 0.1rem;
    height: 0.1rem;
  }

  .banner .slick-dots li.slick-active {
    width: 0.14rem;
    height: 0.2rem;
  }

  .title {
    margin-bottom: 0.3rem !important;
  }

  .title h3 b {
    font-size: 0.28rem;
  }

  .title h3 span {
    font-size: 12px;
  }

  .more a {
    font-size: 14px;
  }

  .more a::before {
    width: 0.33rem;
    height: 0.33rem;
  }

  .section1 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .s1-l {
    width: 100%;
  }

  .s1-lt .tx {
    order: 2;
    width: 100%;
    background-size: 2rem auto;
  }

  .s1-lt .tx li a {
    padding: 0.3rem;
  }

  .s1-lt .tx li a .date b {
    font-size: 0.3rem;
  }

  .s1-lt .tx li a .date span {
    font-size: 0.16rem;
  }

  .s1-lt .tx li a h3 {
    margin-top: 0.2rem;
    height: auto;
    line-height: 0.3rem;
    max-height: 0.9rem;
    font-size: 0.2rem;
  }

  .s1-lt .tx li a p {
    font-size: 0.18rem;
    line-height: 0.3rem;
    height: auto;
    max-height: 0.9rem;
  }

  .jdt {
    width: 100%;
    order: 1;
  }

  .jdt li .bg_img {
    height: auto;
    padding-top: 71.53%;
  }

  .s1-ld ul {
    margin-top: 0.3rem;
  }

  .s1-ld ul li a {
    padding: 0.3rem;
  }

  .s1-r {
    width: 100%;
    margin-top: 0.4rem;
  }

  .s1-r ul li a .s1-rtx {
    height: auto;
    max-height: 0.6rem;
  }

  .s1-r ul li a {
    padding: 0.3rem 0;
  }

  .section2 {
    padding: 0.4rem 0;
  }

  .info_arc_1600_008-tit ul li a h3 {
    font-size: 0.2rem;
  }

  .info_arc_1600_008-tit ul li a p {
    font-size: 12px;
  }

  .info_arc_1600_008-tit ul li {
    width: 33.3%;
  }

  .info_arc_1600_008-pic {
    margin: 0 auto;
    margin-bottom: 0.1rem;
  }

  .info_arc_1600_008-tit ul li a {
    flex-wrap: wrap;
  }

  .info_arc_1600_008-info {
    width: 100%;
    text-align: center;
  }

  .info_arc_1600_008-date {
    padding-top: 0.07rem;
  }

  .info_arc_1600_008-date span {
    font-size: 12px;
  }

  .info_arc_1600_008-tx p {
    font-size: 0.16rem;
  }

  .section5 {
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
  }

  .s5-r {
    width: 100%;
    margin-right: 0;
  }

  .s5-r .s5-lt a .bg_img {
    height: auto;
    padding-top: 32.98%;
  }

  .s5-l {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s5-l .s5-lt a .bg_img {
    height: auto;
    padding-top: 53.5%;
  }

}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .s1-ld ul li {
    width: 100%;
    margin-top: 0.3rem;
  }

  .s1-ld ul li:first-child {
    margin-top: 0;
  }

  .info_arc_1600_008-r ul li {
    width: 100%;
    margin-top: 0.4rem;
  }

  .info_arc_1600_008-r ul li:first-child {
    margin-top: 0;
  }
}

@media screen and (max-width: 375px) {}

@media screen and (max-width: 320px) {}