@charset "UTF-8";

body {
  overflow-x: hidden;
}


@font-face {
  font-family: 'ARK'; 
  src: url('AaBanRuoKaiShuJiaCu.woff2') format('woff2'),
       url('AaBanRuoKaiShuJiaCu.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap; 
}

/*banner*/
.banner,
.banner div.slick-list,
.banner .slick-slide a,
.banner .slick-slide a img {
  width: 100%;
  height: auto;
  max-height: 6rem;
}

.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: rgba(15, 15, 15, 0.3);
  border-radius: 50%;
  margin: 0 0.08rem;
  padding: 0;
  position: relative;
  transition: all 0.5s;
}

.banner .slick-dots li.slick-active {
  background: #107B7B;
}

.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.3rem;
}

.title h3 {
  font-weight: normal;
}

.title h3 b,
.title h3 span {
  display: block;
}

.title h3 b {
  font-family: 'ARK';
  font-size: 0.42rem;
  font-weight: 400;
  line-height: normal;
  color: #1C816F;
}

.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: #1C816F;
  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: 1.2rem;
  background: url(../images/bg1.png) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}

.s1-c {
  align-items: flex-start;
}

.s1-l {
  width: 64.25%;
}

.s1-lt {
  display: flex;
  flex-wrap: wrap;
}

.s1-lt .tx {
  width: 35.38%;
  background-color: #2A8F7C;
  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.25rem;
  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.24rem;
  font-size: 0.22rem;
  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.0rem;
}

.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.42rem;
  height: 0.42rem;
  top: auto;
  transform: none;
  bottom: 0rem;
  z-index: 1;
  transition: all 0.3s;
}

.jdt .slick-prev {
  left: auto;
  right: 0.42rem;
  background: #2A8F7C url(../images/jdt-prev.png) no-repeat center;
  background-size: 0.14rem auto;
}

.jdt .slick-next {
  right: 0rem;
  background: #E2A750 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.20rem 0.3rem 0.20rem 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.16rem;
  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: 33%;
}

.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.195rem 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.16rem;
  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;
  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/bg2.png) no-repeat center;
  background-size: cover;
  padding: 0.9rem 0 0.95rem  0;
  overflow: hidden;
}
.index_tips{font-size: 0.16rem; color: #fff; padding-top: 0.1rem;}

.xxyd li{width: 23%; margin-right: 2.33%; }
.xxyd li a{display: block;height: 2.2rem;border-radius: 0.1rem;overflow: hidden;padding: 0.35rem 0.45rem;}
.xxyd li a.bg1{background: url(../images/xxyd_bg1.png) no-repeat center/cover; }
.xxyd li a.bg2{background: url(../images/xxyd_bg2.png) no-repeat center/cover;}
.xxyd li a.bg3{background: url(../images/xxyd_bg3.png) no-repeat center/cover;}
.xxyd li a.bg4{background: url(../images/xxyd_bg4.png) no-repeat center/cover; }
.xxyd li a.bg1 h3,.xxyd li a.bg1 h4{color: #673D2E;}
.xxyd li a.bg2 h3,.xxyd li a.bg2 h4{color: #1B3E46;}
.xxyd li a.bg3 h3,.xxyd li a.bg3 h4{color: #304338;}
.xxyd li a.bg4 h3,.xxyd li a.bg4 h4{color: #5C4F45;}
.xxyd li:nth-child(4){margin-right: 0;}

.xxyd  li h3{font-size: 0.22rem; line-height: 0.3rem;color: #111;max-height: 0.6rem\0;margin-bottom: 0.8rem;font-weight: 600;}
.xxyd  li h4{align-items: center;transition: 0.5s;}
.xxyd  li h4 p{font-size: 0.16rem;color: #001C2C;align-items: center;padding-right: 0.1rem;}
.xxyd  li h4 span{
  display: inline-block;
  line-height: 0.28rem;
  border: 1px solid #001C2C;
  border-radius: 0.3rem;
  margin-right: 0.15rem;
  padding: 0 .15rem;
}
.xxyd  li h4 img{width: 0.14rem;}
.xxyd  li.swiper-slide-active+li a{background: url(../images/h2bg2.jpg) no-repeat center/cover;}
.xxyd  li.swiper-slide-active+li+li a{background: url(../images/h2bg3.jpg) no-repeat center/cover;}


.xxyd  .arror{width: 0.3rem;height: 0.3rem;background: #fff;border-radius: 50%;}
.xxyd  .arror::after{font-size: 0.16rem;color: #333;font-weight: bold;}
.xxyd  .swiper-button-prev{left: -0.1rem;}
.xxyd  .swiper-button-next{right: -0.1rem;}

.section3 {
  background: url(../images/bg3.png) no-repeat center;
  background-size: cover;
  padding: 0.8rem 0 1.5rem  0;
  overflow: hidden;
}
.zxzg ul li{width: 23%; margin-right: 2.33%; position: relative;}
.zxzg ul li img,.zxzg ul li .img{ width:100%; border-radius: 0.15rem; height: auto;}
.zxzg ul li:nth-child(4){ margin-right: 0;}
.zxzg li a{display: block;}
.zxzg ul.flex{flex-wrap:nowrap}
.zxzg ul .txt{ position: absolute; z-index: 10; text-align: center; bottom:0.4rem; width:100%; color: #fff; line-height: 0.24rem; font-size: 0.18rem;}
@media screen and (min-width:1200px){
  .xxyd  li a:hover h3{font-weight: bold;}
  .xxyd  li a:hover h4{transform: translateX(0.1rem);}
}
@media screen and (max-width:1024px){
 
 
}
@media screen and (max-width:768px){
 
}
@media screen and (max-width:420px){
  
}


.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.1rem;
    height: 0.1rem;
  }

  .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.2rem;
  }

  .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.1rem;
    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.15rem;
  }

  .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.6rem 0;
    padding-bottom: 0.8rem;
  }

  .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%;
  }
  .s1-r ul{ padding:0.02rem 0.15rem }
  .s1-r ul li a{ padding: 0.15rem 0}
  .xxyd li{ width: 47%; margin-bottom: 0.2rem;}
  .xxyd li:nth-child(2){ margin-right: 0;}
  .xxyd li a{ height: 1.5rem;}
  .xxyd li h3{ margin-bottom: 0.3rem;}
  .zxzg ul li{width: 47%; margin-bottom: 0.2rem;}
  .zxzg li:nth-child(2){ margin-right: 0;}
  .zxzg ul.flex{flex-wrap:wrap}
  .section3{padding: 0.4rem 0 0.4rem  0}
  .zxzg ul .txt{ bottom: 0.2rem;}
  .foot-l{ width: 100%; text-align: center;}
  .foot-l img{ width: 90%;}
  .foot-r{ width: 100%; text-align: center; padding-top: 0.2rem;}
  .foot-r p{ font-size: 0.14rem;line-height:0.24rem}
  
  .section2 {
    padding: 0.3rem 0;
  }
  .s2-c{ padding:0 0.15rem;}
}

@media screen and (max-width: 640px) {}

@media screen and (max-width: 480px) {
  .s1-ld ul li {
    width: 100%;
    margin-top: 0.15rem;
  }

  .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) {}