.banner {
  position: relative;
}

.banner .slick-slide a:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.5rem;
  opacity: 0.1;
  background: linear-gradient(0deg, #141414 8%, rgba(38, 38, 38, 0.6837) 34%, rgba(146, 146, 146, 0) 91%);
  z-index: 0;
}

.banner .slick-slide a {}

.banner .slick-slide.slick-active img {

}

.banner .slick-active img {}

.banner img {
  display: block;
  width: 100%;
}


.banner .slick-prev {
  width: .6rem;
  height: .6rem;
  background: url(../images/bal.png) no-repeat center center;
  left: 0.3rem;
  z-index: 9;
  border: #fff .01rem dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-next {
  width: .6rem;
  height: .6rem;
  background: url(../images/bar.png) no-repeat center center;
  right: 0.3rem;
  z-index: 9;
  border: #fff .01rem dashed;
  border-radius: 50%;
  opacity: 0.5;
  display: none !important;
}

.banner .slick-prev:hover,
.banner .slick-next:hover {
  opacity: 1
}

.banner .slick-dots {
  width: auto;
  transform: translateX(-50%);
  bottom: 0.3rem;
  height: .2rem;
  display: flex;
  align-items: center;
  align-content: center;
  height: .32rem;
  text-align: center;
  margin: 0 auto;
  left: 50%;
}

.banner .slick-dots li {
  width: auto;
  height: .48rem;
  margin: 0 .1rem;
  /* background: #f2f2f2; */
  /* border-radius: 50%; */
  /* display: flex; */
  /* align-items: center; */
  opacity: 0.6;
  background: #FCFCFC;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
}

.banner .slick-dots li button {
  display: block;
  font-size: 0;
  color: #fff;
  font-weight: bold;
  width: 0.28rem;
  height: 0.32rem;
  font-size: 0;
  background: #f2f2f2;
  border-radius: 50%;
  opacity: 0;
  display: none;
}

.banner .slick-dots li.slick-active {
  opacity: 1;

}

/*  */
.index_tit {
  text-align: center;
  position: relative;
  margin-bottom: .1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: .01rem;
}

.index_tit_img {
  width: 0.05rem;
  height: 0.3rem;
  background: #b2141a;
  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;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.index_img {
  width: .31rem;
  height: .31rem;
  margin-right: .05rem;
}

.index_img img {
  width: .31rem;
  height: .31rem;
}

.index_tc p {
  user-select: none;
  font-size: 0.16rem;
  font-weight: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #b2141a;
}

.index_tc h3 {
  font-size: 0.22rem;
  font-weight: bold;
  line-height: .43rem;
  letter-spacing: normal;
  color: #282828;
  transition: all .3s;
  position: relative;
}


.index_more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1.28rem;
  height: .36rem;
  transition: all 0.3s;
}

.index_more a {
  display: block;
  font-size: .14rem;
  font-weight: 290;
  color: #666666;
  transition: all 0.3s;
  padding: 0 .2rem;
  line-height: .36rem;
  color: #CDB289;
  background: url(../images/icon_more.png) right center no-repeat;
  background-size: .36rem .22rem;
}

.index_more:hover a {
  color: #CDB289;
  transition: all 0.3s;
}

.index_more:hover {
  color: #CDB289;
  transition: all 0.3s;
  right: .05rem
}









/*  */
.section1 {
  padding: .4rem 0;
  background: url(../images/s1_bg.png) center no-repeat;
  background-size: 100% 100%;
}

.ifastbox {
  height: auto;
  overflow: hidden;
  padding: .3rem 0;
}

.ifastbox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ifastbox li {
  width: 20%;
}

.ifastbox li:hover img {
  transform: rotateY(180deg);
}

.ifastbox li a {
  display: block;
  text-align: center;
}

.ifastbox li img {
  display: block;
  margin: 0 auto;
  max-width: 1rem;
  max-height: 1rem;
  width: .6rem;
  height: .6rem;
  transition: all .3s;
}

.ifastbox li span {
  display: block;
  font-size: 0.16rem;
  text-align: center;
  color: #333333;
  line-height: .6rem;
}

.s1_con {
  display: flex;
  justify-content: space-between;
}

.news-img {
  width: 5.68rem;
  height: auto;
  /* overflow: hidden; */
  margin-top: 0;
}
.news-img  .slick-prev {
    top: 40%;
    width: .4rem;
    height: .5rem;
  opacity:.5;
  transform:all .3s
}
.news-img  .slick-prev:hover{  opacity:.8;}
.news-img  .slick-prev:before{
      content: "<";
    background: rgba(0, 0, 0, 1);
    width: .4rem;
    height: .5rem;
    color: #fff;
    display: block;
    font-size: .2rem;
    line-height: .5rem;
}
.news-img  .slick-next {
    top: 40%;
    width: .4rem;
    height: .5rem;
    opacity:.5;
  transform:all .3s
}
.news-img  .slick-next:hover{  opacity:.8;}
.news-img  .slick-next:before{
        content: ">";
    background: rgba(0, 0, 0, .6);
    width: .4rem;
    height: .5rem;
    color: #fff;
    display: block;
    font-size: .2rem;
    line-height: .5rem;
}


.news-img a {
  position: relative;
  display: block;
}

.news-img .n_txt {
  position: absolute;
  z-index: 9;
  left: 50%;
  transform: translateX(-50%);
  bottom: -.5rem;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0rem 0.02rem 0.02rem rgba(0, 0, 0, .05);
  display: flex;
  padding: .15rem .3rem;
  width: 93%;
}

.news-img .n_txt .n_date {
  color: #333333;
  font-size: .14rem;
  line-height: .24rem;
  background: url(../images/ico_datexw.png) left center no-repeat;
  padding-left: .25rem;
}




.news-img .n_txt .n_titzy {
  flex: 1;
  min-width: 0;
}

.news-img .n_txt .n_titzy h2 {
  font-size: 0.18rem;
  font-weight: 500;
  line-height: 0.34rem;
  letter-spacing: normal;
  color: #333333;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-img .n_txt .n_titzy p {
  font-size: 0.16rem;
  font-weight: normal;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #999999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news-img a:hover .n_titzy h2 {
  font-weight: bold
}

.news-img a:hover .n_txt {
  box-shadow: 0rem 0.03rem 0.02rem rgba(0, 0, 0, .08);
}

.news-img .n_txt {}

.news-img .n_pic {
  margin-bottom: .55rem;
}

.news-img .modulepic {
  /* height: 3.9rem; */
  FONT-VARIANT: JIS04;
  padding-top: 67.29%;
}




.news-img .slick-dots {
    text-align: right;
    padding-bottom: .25rem;
    z-index: 0;
    width: 100%;
    right: 0;
    bottom: .8rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.news-img .slick-dots li {
    width: .4rem;
    height: .05rem;
    padding: 0;
    margin: 0 .05rem;
    background: rgba(255, 255, 255, .5);
}

.news-img .slick-dots li.slick-active {
  width: 0.5rem;
  background: rgba(255, 255, 255, 1);
}

.news-img .slick-dots li button {
  width: 0.1rem;
  height: 0.05rem;
  margin: 0;
  display: block;
  padding: 0;
}

.news-list {
  flex: 1;
  min-width: 0;
  margin-left: .4rem;
}

.news-list ul {}

.news-list li {
  margin-bottom: .3rem;
  transition: all .3s;
  position: relative;
  top: 0;
}

.news-list li:hover {
  position: relative;
  top: -.1rem;
}

.news-list li:hover h3 {
  color: #2c7fcd;
}

.news-list li a {
  display: flex;
  justify-content: flex-start;
}

.news-list .i_toppic_txt {
  flex: 1;
  min-width: 0;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(69, 61, 42, 0.10);
  padding: .2rem .24rem;
  box-sizing: border-box;
  position: relative;
  top: .13rem;
  left: -.08rem;
}

.news-list .i_toppic_txt:before {
  content: '';
  border-left: 8px solid transparent;
  border-bottom: 13px solid #ffffff;
  position: absolute;
  top: -.13rem;
  left: 0;
}

.news-list .i_toppic_txt h3 {
  font-size: .18rem;
  color: #333;
  font-weight: normal;
  line-height: .27rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: .05rem;
}

.news-list .i_toppic_txt h5 {
  color: #333333;
  font-size: .14rem;
  line-height: .3rem;
  background: url(../images/ico_datexw.png) left center no-repeat;
  padding-left: .25rem;
  font-weight: normal;
}

.news-list .modulepic {
  width: 1.98rem;
  padding-top: 21.54%;
}


.section2 {
  padding: .4rem 0;
  background: url(../images/s2_bg.png) center no-repeat;
  background-size: 100% 100%;
}

.section2 .index_tc h3 {
  padding-left: .2rem;
}

.section2 .index_tc h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: .06rem;
  height: .18rem;
  background: #2d66bc;
}

.s2_con {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.s2_con .s2_right {
  width: 5.68rem;
}

.s2_con .i_video {
  flex: 1;
  min-width: 0;
  margin-left: .4rem;
}

.s2_con .i_video .modulepic {
  padding-top: 62%;
}

.s2_con .i_video .modulepic:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: .5rem;
  height: .5rem;
  background: url(../images/ico_play.png) center no-repeat;
  z-index: 99;
  background-size: 100% 100%;
}





/* 弹出层遮罩 */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 999;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
}

/* 视频容器 */
.video-content {
  position: relative;
  width: 76%;
  margin: 0 auto;
    transform: translateY(-50%);
    top: 50%;
}

/* 关闭按钮 */
.close-video {
  position: absolute;
  top: -0.4rem;
  right: 0;
  color: #fff;
  font-size: .3rem;
  cursor: pointer;
  background: none;
  border: none;
}

/* 视频样式 */
.video-content video {
  width: 100%;
  display: block;
  margin: 0 auto;
}

.i_list {
  padding: 0 0;
}

.i_list ul {
  box-sizing: border-box;
  position: relative;
  z-index: 9;
}


.i_list li {
  padding-right: 1rem;
  background-position: left center;
  position: relative;
  font-size: .16rem;
  line-height: .5rem;
  transition: all.3s;
}



.i_list li:hover {
  margin-left: .1rem;
}

.i_list li:hover a {
  color: #2e66bd;
  transition: all 0.3s;
}


.i_list li:last-child {
  border-bottom: none
}

.i_list li:before {
  content: "";
  position: absolute;
  width: 0.08rem;
  height: 0.08rem;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../images/list_ico.png) left center no-repeat;
  border-radius: 50%
}

.i_list li a {
  display: block;
  font-weight: 400;
  color: #333;
  font-size: .18rem;
  line-height: .5rem;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .3s;
  padding-left: .15rem;
}

.i_list li span {
  position: absolute;
  right: .1rem;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s;
  font-size: 0.16rem;
  font-weight: 100;
  line-height: 0.3rem;
  letter-spacing: normal;
  color: #999999;
}

.xyfcbox {
  padding: .2rem 0;
  height: auto;
  overflow: hidden;
}

.zt_list {}

.zt_list .slick-list {
  margin: 0 -0.125rem;
}


.zt_list li a {
  margin: 0 .125rem;
  display: block;
}

.zt_list .pic {
  padding-top: 72.52%;
}



.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: #b2141a;
}

.zt_list .slick-dots button {
  display: none;
}

#toTop {
  position: fixed;
  bottom: 0;
  right: 1.49rem;
  z-index: 999
}

#toTop .general-set {
  display: none
}

#toTop:hover .general-set {
  display: block
}

.custom-backTop-style2 .box {
  height: .3rem;
  line-height: .3rem;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  -webkit-border-radius: .3rem;
  -moz-border-radius: .3rem;
  border-radius: .3rem;
}

.custom-backTop-style2 .back-top {
  margin-right: .16rem;
  cursor: pointer;
  display: inline-block;
}

.custom-backTop-style2 .icon-up {
  margin-right: .1rem;
  display: inline-block;
  width: .3rem;
  height: .3rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: .3rem;
  text-align: center;
  vertical-align: top;
  background: url(../images/gotop.png) center no-repeat;
}

.custom-backTop-style2 .box a {
  margin-right: .16rem;
  cursor: pointer;
  position: relative;
  color: #fff;
}

.custom-backTop-style2 .box a:hover .hover-box {
  display: block;
}

.custom-backTop-style2 .hover-box {
  width: .7rem;
  height: .7rem;
  padding: .05rem;
  background: #ffffff;
  -webkit-border-radius: .04rem;
  -moz-border-radius: .04rem;
  border-radius: .04rem;
  position: absolute;
  bottom: .3rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.custom-backTop-style2 .hover-box img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1440px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1200px) {
  .news-img {
    width: 50%;
  }

  .s2_con .s2_right {
    width: 50%;
  }
}

@media screen and (max-width: 1024px) {
  #toTop {
    display: none
  }

  .px1400 {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .banner .slick-dots {
    bottom: .1rem;
  }

  .banner .slick-dots li {
    margin: 0 .05rem;
  }

  .banner-box {
    top: 0 !important;
    margin-top: 0;
  }

  .banner .slick-prev {
    left: .45rem;
  }

  .banner .slick-next {
    right: .45rem;
  }


  .section1 {
    padding: .4rem 0;
  }

  .s1_con {
    display: block
  }

  .news-img {
    width: 100%;
  }

  .s2_con .s2_right {
    width: 100%;
  }


  .news-list {
    width: 100%;
    margin: 0 auto;
    margin-top: .3rem;
  }

  .s2_con {
    display: block
  }

  .s2_con .i_video {
    width: 100%;
    margin: 0 auto;
    margin-top: .3rem;
  }
}

@media screen and (max-width: 900px) {}

@media screen and (max-width: 520px) {

  .banner .slick-prev {
    width: .35rem;
    height: .35rem;
    left: .28rem;
    background-size: 60%;
  }

  .banner .slick-next {
    width: .35rem;
    height: .35rem;
    right: .28rem;
    background-size: 60%;
  }

}

@media screen and (max-width: 375px) {
  .banner .slick-prev {
    left: .2rem;
  }

  .banner .slick-next {
    right: .2rem;
  }
}