body {
  /* background: url(../images/sybjtp.png) repeat-x top center #fff; */
  position: relative;
  z-index: 0;
  background-size: contain;
}
.piaochuang{
    position: relative;
    z-index: 9999;
}


.banner-box {
  /* margin-top: 1.4rem; */
}

.banner {
  /* position: absolute; */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /* overflow: hidden; */
}

.banner img {
  display: block;
  width: 100%;
   height:100vh;
}

.banner .slick-prev {
  width: .5rem;
  height: .5rem;
  background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.1);
  background-size: 20%;
  left: 0.3rem;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;
}

.banner .slick-prev:hover {
  background: url(../images/bal.png) no-repeat center center rgba(255, 255, 255, 0.7);
  background-size: 20%;
}

.banner .slick-next {
  width: .5rem;
  height: .5rem;
  background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.1);
  background-size: 20%;
  background-size: 20%;
  right: 0.3rem;
  z-index: 9;
  border-radius: 50%;
  transition: all 0.3s;
}

.banner .slick-next:hover {
  background: url(../images/bar.png) no-repeat center center rgba(255, 255, 255, 0.7);
  background-size: 20%;
}

.banner .slick-dots {
 display: flex;
 justify-content: end;
 position: absolute;
 width: 14.4rem;
 bottom: 0.4rem;
 align-items: center;
 padding-bottom: 0.25rem;
 border-bottom: 1px solid rgba(255, 255, 255, .5);
 max-width: 94%;
 left: 50%;
 transform: translateX(-50%);
 z-index: 10;
}



.banner  .slick-dots li {
  width: .2rem;
  height: .2rem;
  border-radius: 50%;
  padding: .03rem;
  margin: 0 .05rem;
}

.banner  .slick-dots li.slick-active {
  border: .01rem #fff solid;
}

.banner  .slick-dots li button {
  width: .12rem;
  height: .12rem;
  background: #fff;
  border-radius: 50%;
  margin: 0;
  display: block;
  padding: 0;
}

/*  */
.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: .2rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.index_tit_img {
  width: 0.05rem;
  height: 0.3rem;
  background: #2cb7fc;
  margin-right: .2rem;
}

.index_tit_img img {
  width: .46rem;
  height: .46rem;
}

.index_tc {
  /* display: inline-block; */
  background-size: 1.24rem 1.11rem;
  text-align: left;
}

.index_tc p {
  user-select: none;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #00528e;
}

.index_tc h3 {
  font-size: .28rem;
  font-weight: bold;
  line-height: .4rem;
  color: #333333;
}

.index_more {
  position: absolute;
  right: 0;
  top: 70%;
  transform: translateY(-50%);
}

.index_more a {
  display: block;
  font-size: .16rem;
  font-weight: 290;
  line-height: .24rem;
  color: #666666;
  background: url(../images/more_ico.png) right center no-repeat;
  padding-right: .4rem;
  transition: all 0.3s;
  background-size: .35rem .25rem;
}

.index_more a:hover {
  color: #2cb7fc;
  margin-right: .1rem;
  transition: all 0.3s
}

.index_tit2 {
  text-align: left;
  position: relative;
  margin-bottom: .4rem;
}

.index_tit2 .index_tc {
  background: url(../images/section1tit.png) no-repeat left top;
}

/*  */
.section1 {
  /* margin: .6rem auto; */
  padding: .4rem 0 .2rem 0;
  height: auto;
  overflow: hidden;
}

.section1 .px1600 {
  display: flex;
  justify-content: space-between;
}

.news-img {
  width: 48%;
  height: auto;
  overflow: hidden;
}

.news-img a {
  position: relative
}

.news-img a h3 {
  display: block;
  width: 80%;
  position: absolute;
  z-index: 999;
  color: #fff;
  font-size: .2rem;
  line-height: .5rem;
  bottom: 0;
  left: .2rem;
  padding: .1rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news-img .modulepic {
  height: 4.25rem;
  padding-top: 0;
}

.news-img a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/news-imgbg.png) repeat-x;
  background-position: center bottom;
  z-index: 1;
  opacity: 0.8;
}


.news-img .slick-dots {
  text-align: right;
  padding-bottom: .25rem;
  padding-right: .2rem;
  z-index: 0;
  width: 2rem;
  right: 0;
}

.news-img .slick-dots li {
  width: .17rem;
  height: .17rem;
  border-radius: 50%;
  padding: .03rem;
  margin: 0 .05rem;
}

.news-img .slick-dots li.slick-active {
  border: .01rem #fff solid;
}

.news-img .slick-dots li button {
  width: .09rem;
  height: .09rem;
  background: #fff;
  border-radius: 50%;
  margin: 0;
  display: block;
  padding: 0;
}

.news-list {
  flex: 1;
  min-width: 0;
  margin-left: .55rem;
  background: #fff;
}

.news_hd {
  display: flex;
  justify-content: space-between;
  background: #f7f7f7;
  line-height: .6rem;
}

.news_hd a {
  display: block;
  text-align: center;
  font-size: .2rem;
  font-weight: bold;
  color: #333333;
  line-height: .6rem;
  width: 20%;
  transition: all 0.3s
}

.news_hd a.active {
  background: #2cb7fc;
  color: #fff;
}

.news_hd a:hover {
  background: #2cb7fc;
  color: #fff;
}

.news_bd {}
.news_bd .n-more{
    display: none;
    width: 50%;
    height: .4rem;
    line-height: .4rem;
    position: relative;
    z-index: 999;
    margin: .1rem auto;
}
.news_bd .n-more a{
    display: block;
    font-size: .16rem;
    line-height: .4rem;
    color: #333 !important;
    height: .4rem;
    border-radius: .2rem;
    border: #e3e3e3 1px solid;
    text-align: center;
}
.news_bd ul {
  display: none;
}

.news_bd ul.active {
  display: block;
  padding: .2rem .3rem;
}

.news_bd li {
    height: auto;
    overflow: hidden;
    width: 100%;
}

.news_bd li a {
  display: flex;
  justify-content: space-between;
  padding: 0 0;
  line-height: .46rem;
}

.news_bd li a h3 {
  width: calc(100% - 1rem);
  padding: 0 0;
  font-size: .18rem;
  color: #525252;
  transition: 0.5s;
  font-weight: normal;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  position: relative;
  padding-left: .2rem;
  font-weight: 400;
  transition: all .3s;
}

.news_bd li a h3::after {
  content: "";
  position: absolute;
  width: .07rem;
  height: .07rem;
  bottom: auto;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: #2cb7fc;
  background-size: 100% 100% !important;
  border-radius: 50%;
}

.news_bd li a h3::before {
  content: "";
  position: absolute;
  width: .01rem;
  height: 1rem;
  top: 0;
  left: 0.03rem;
  background: #f5f5f5;
}

.news_bd li a p {
  width: 1rem;
  text-align: right;
  font-size: .16rem;
  color: #9E9E9E;
  margin: 0;
  padding: 0;
}

.news_bd li:hover a h3 {
  font-weight: 800;
  color: #2cb7fc;
}

.news_bd li:hover a {}

/*  */
.section2 {
  margin: .2rem auto;
  padding: 0 0;
}

.fast_list {}

.fast_list .slick-list {
  margin: 0 -0.1rem;
}

.fast_list ul {}

.fast_list li {}

.fast_list li a {
  margin: 0.1rem .07rem;
  display: block;
  background: #2cb7fc;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .15rem .12rem;
  transition: all 0.3s;
  font-weight: 400;
}

.fast_list li a img {
  margin: 0 .1rem;
  transition: all .3s;
  width: .4rem;
  height: .4rem;
}

.fast_list li:hover a {
  box-shadow: 0rem 0.03rem 0.05rem 0rem rgba(0, 0, 0, 0.2);
  font-weight: 800;
  transition: all 0.3s;
  /* transform: translateY(-0.05rem); */
}


.fast_list li:hover img {
  transform: rotateY(180deg);
}

.fast_list li a span {
  font-size: .16rem;
  line-height: .4rem;
}

/*  */
.section3 {
  margin-bottom: .1rem;
}

.look_list .slick-list {
  margin: 0 -0.1rem;
  padding: .1rem 0;
}

.look_list li a {
  margin: 0 .1rem;
  display: block;
  transition: all 0.3s
}

.look_list .pic {
  padding-top: 60%;
}

.look_list .look_txt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: .16rem;
  text-align: center;
  height: .6rem;
  line-height: .6rem;
  background: #fff;
  padding: 0 0.1rem;
  transition: all 0.3s;
  color: #333333;
}

.look_list li:hover a {
  box-shadow: 0rem 0.03rem 0.1rem 0rem rgba(0, 0, 0, 0.1);
  background: #2cb7fc;
  transition: all 0.3s;
}

.look_list li:hover .look_txt {
  background: #2cb7fc;
  color: #fff
}

.look_list .slick-dots {
  bottom: -0.4rem;
}

.look_list .slick-dots li {
  box-sizing: border-box;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  margin: 0 .1rem;
  background: rgba(0, 0, 0, 0.1);
}

.look_list .slick-dots li.slick-active {
  background: #2cb7fc;
}

.look_list .slick-dots button {
  display: none;
}

/*  */
.section4 {
  margin-bottom: .8rem;
}

.zt_list .slick-list {
  margin: 0 -0.1rem;
}


.zt_list li a {
  margin: 0 .1rem;
  display: block;
}

.zt_list .pic {
  padding-top: 50%;
}



.zt_list .slick-dots {
  bottom: -0.4rem;
}

.zt_list .slick-dots li {
  box-sizing: border-box;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  margin: 0 .1rem;
  background: rgba(0, 0, 0, 0.1);
}

.zt_list .slick-dots li.slick-active {
  background: #2cb7fc;
}

.zt_list .slick-dots button {
  display: none;
}


/*  */
@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1400px) {}

@media screen and (max-width: 1200px) {
  .banner-box {
    margin-top: .6rem;
  }


}

@media screen and (max-width: 1024px) {
  .news_bd .n-more{display:block}
  .index_tit {
    margin-bottom: .1rem;
  }

  .section1 {
    background-size: 100% auto;
  }

  .section1 .px1600 {
    display: block;
  }

  .news-img {
    width: 100%;
  }

  .index_tc h3 {
    font-size: .24rem;
  }

  .news-list {
    margin-left: 0;
    margin-top: .3rem;
  }

  .news-img .modulepic {
    height: auto;
    padding-top: 60%;
  }

  .news-img a h3 {
    width: 100%;
    left: 0;
    padding: .1rem .2rem;
  }

  .news-img .slick-dots {
    position: relative;
    text-align: center;
    width: 100%;
    padding: 0;
    display: none !important;
  }
}


@media screen and (max-width: 768px) {
  .fast_list li a {
    padding: .1rem 0rem;
  }

  .fast_list li a img {
    width: .3rem;
    height: .3rem;
  }
}

@media screen and (max-width: 520px) {
  .banner .slick-prev {
    width: .2rem;
    height: .31rem;
    left: .28rem;
  }

  .banner .slick-next {
    width: .2rem;
    height: .31rem;
    right: .28rem;
  }

  .news_hd a {
    font-size: .16rem;
  }
}

@media screen and (max-width: 375px) {
  .banner .slick-prev {
    left: .2rem;
  }

  .banner .slick-next {
    right: .2rem;
  }
}







.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top 0.7s cubic-bezier(0.5, 0, 0.2, 1) 0s;
    z-index: 99;
    overflow: auto;
    outline: none;
    background: url(../images/sybjtp.jpg) repeat-x top center #fff;
    background-size: cover;
}

.body_b.showdiv {
    top: .8rem
}

.scroll {
    padding-top: 1.2rem
}


.ban-dot {
    display: flex;
    justify-content: space-between;
    position: absolute;
    width: 14.4rem;
    bottom: .4rem;
    align-items: center;
    padding-bottom: 0.25rem;
    max-width: 94%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.ban-dot .bb {
    color: #fff;
    font-size: 0.16rem;
    align-items: center
}
 .ban-dot .bb a{ color: #fff;
     display: flex;
    align-items: center;
}
.ban-dot .bb span {
     color: #fff;
    display: inline-block;
    width: 0.17rem;
    margin-right: .1rem;
    animation: shubiao 1.4s infinite linear
}

@keyframes shubiao {
    0% {
        transform: translateY(-3px);
        opacity: 0.7
    }

    100% {
        transform: translateY(3px);
        opacity: 1
    }
}

@media (max-width: 1024px) {
    .body_b {
        width: auto;
        height: auto;
        position: static;
        opacity: 1;
        transform: none;
        overflow: auto;
        top: auto
    }
  .banner-box::before{display:none;}
.ban-dot {display:none;}
    .scroll {
        padding-top: 0
    }
.banner img{height:auto;}
}