.homeBan {
  width: 100%;
  height: 8.82rem;
}

.homeBan .swiper-pagination{
  bottom: 0.15rem;
}
.homeBan .swiper-pagination-bullet{
  width: 0.08rem;
  height: 0.08rem;
  background: #FFFFFF;
  border-radius: 50%;
  opacity: 0.4;
  margin: 0 0.05rem !important;
}
.homeBan .swiper-pagination-bullet-active{
  opacity: 1;
}
.homeBan .swiper-button-next:after, .homeBan .swiper-button-prev:after{
  font-size: 18px;
    font-weight: bold;
    color: #505050;
}
.homeBan .swiper-button-prev{
  left: 0.84rem;
  right: auto;
}
.homeBan .swiper-button-next{
  right: 0.84rem;
  left: auto;
}
.homeBan .swiper-button-next.swiper-button-disabled:after, .homeBan .swiper-button-prev.swiper-button-disabled:after{
  opacity: 1 !important;
  color: #C9C9C9;
}

/* home2 */
.home2{
  padding: 1.36rem 0 1.34rem;
}
.home2_cont{
  margin-top: 0.9rem;
  align-items: flex-start !important;
}
.text_tit{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.24rem;
  color: #ED7A21;
  text-align: center;
}
.text_dec1{
  display: flex;
  justify-content: center;
}
.text_dec{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.2rem;
  color: #C1C2C2;
  margin-top: 0.1rem;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.text_dec::after{
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  right: -140%;
  width: 1.18rem;
  height: 0.01rem;
  background: #C1C2C2;
}
.text_dec::before{
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0,-50%);
  left: -140%;
  width: 1.18rem;
  height: 0.01rem;
  background: #C1C2C2;
}
video{
  flex: 0 0 46%;
  max-height: 2.55rem;
}
.home2_p{
  padding-left: 0.6rem;
}
.home2_p p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.14rem;
  color: #7C7C7C;
  line-height: 0.26rem;
  text-indent: 2em;
}
.home_more{
  padding: 0.12rem 0.3rem;
  background: #ED7A21;
  border-radius: 5px 5px 5px 5px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.12rem;
  color: #FFFFFF;
  margin-top: 0.7rem;
  display: inline-block;
}


/* home3 */
.home3{
  padding: 0.9rem 0 1.17rem;
  background: #F9F9F9;
}
.text_dec2{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.14rem;
  color: #8A8B8B;
  text-align: center;
  margin-top: 0.24rem;
}
.home3_cont{
  width: 76%;
  margin: 0.9rem auto 0;
  justify-content: space-between;
}
.home3_li{
  flex: 0 0 28%;
}
.home3_img img{
  width: auto;
  height: 0.62rem;
  margin: auto;
  display: block;
  transition: all 0.3s;
}
.home3_li p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.18rem;
  color: #3D3D3D;
  text-align: center;
  margin-top: 0.1rem;
}
.home3_li span{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.14rem;
  color: #A6A6A6;
  margin-top: 0.18rem;
  display: block;
  text-align: center;
}
.home3_li:hover img{
  transform: scale(1.1);
  transition: all 0.3s;
}
.home3_but{
  margin-top: 0.9rem;
  display: flex;
  justify-content: center;
}
.home3_but .home_more{
  margin: 0;
}
.home3 .text_dec::before{
  left: -68%;
}
.home3 .text_dec::after{
  right: -68%;
}


/* home4 */
.home4{
  padding: 0.96rem 0 1.7rem;
}
.home3 .text_dec::before{
  left: -68%;
}
.home3 .text_dec::after{
  right: -68%;
}
.home4_cont{
  margin-top: 0.5rem;
  align-items: flex-start !important;
}
.home4Swiper {
      width: 100%;
      height: 100%;
      height: 2.25rem;
      height: 2.7rem;
      flex: 0 0 42%;
      overflow: hidden;
    }

    .home4Swiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
    }

    .home4Swiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: all 0.3s;
    }
    .home4Swiper .swiper-slide img:hover{
      transform: scale(1.1);
      transition: all 0.3s;
    }

    .home4Swiper .swiper-slide a{
      font-family: Source Han Sans CN, Source Han Sans CN;
      font-weight: bold;
      font-size: 0.14rem;
      color: #FFFFFF;
      overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 1;
	 -webkit-box-orient: vertical;
   position: absolute;
    bottom: 0.36rem;
    left: 0.05rem;
    z-index: 1;
    }

    .swiper-pagination{
      bottom: 0.05rem !important;
      right: 0 !important;
      width: fit-content;
      left: auto !important;
      width: auto !important;
    }
    .home4Swiper .swiper-pagination-bullet {
      width: 0.27rem;
      height: 0.27rem;
      background: #444444;
      opacity: 1;
      margin: 0 0.05rem;
      font-family: Source Han Sans CN, Source Han Sans CN;
      font-weight: 400;
      font-size: 0.14rem;
      color: #FFFFFF;
      line-height: 0.27rem;
      text-align: center;
      border-radius: 0;
    }

    .home4Swiper .swiper-pagination-bullet-active {
      color: #fff;
      background: #ED7A21;
    }
.home4_sImg img{
  width: 100%;
  height: 2.25rem;
      transition: all 0.3s;
}
.home4_bot{
  width: 100%;
  height: 0.36rem;
  background: #000000;
  position: relative;
}
.home4_bot::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0.64rem;
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.home4_r{
  padding-left: 0.37rem;
}
.home4_li{
  justify-content: space-between;
  margin-bottom: 0.18rem;
  align-items: flex-start !important;
}
.home4_li:last-child{
  margin: 0;
}
.home4_li img{
  height: 1.2rem;
  flex: 0 0 40%;
  width: 100%;
  overflow: hidden;
  object-fit: cover;
  transition: all 0.3s;
}
.home4_li img:hover{
  transform: scale(1.1);
  transition: all 0.3s;
}
.home4_lir{
  padding-left: 0.35rem;
}
.home4_tit{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.14rem;
  color: #040404;
  line-height: 0.26rem;
  overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.home4_time{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.14rem;
  color: #797979;
  margin: 0.05rem 0 0.14rem;
}
.home4_dec{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.14rem;
  color: #797979;
  line-height: 0.26rem;
  overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
}
.home4_but{
  margin-top: 0.84rem;
  display: flex;
  justify-content: center;
}
.home_more:hover{
  transform: scale(1.1);
  transition: all 0.3s;
}
.home_more{
  transition: all 0.3s;
}
.home4_but .home_more{
  margin: 0;
}
.home4 .text_dec::before{
  left: -96%;
}
.home4 .text_dec::after{
  right: -96%;
}



/* home5 */
.home5{
  
}
.home5_cont{
  margin-top: 0.5rem;
  background: #E5E5E5;
}
.home5_cont .max-width2{
  /*width: 46%;*/
  position: relative;
}
.home5Swiper {
      width: 100%;
      height: 100%;
      padding: 1.04rem 0 1.36rem;
    }

    .home5Swiper .swiper-slide {
      
    }

    .home5Swiper .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      height: 1.43rem;
      transition: all .3s;
    }
    .home5Swiper .swiper-slide:hover img{
        transform: scale(1.1);
    }
    .home5_page{
      padding: 0.1rem;
      background: #DEDEDD;
      position: absolute;
      top: 0.37rem;
      right: 0;
      width: 0.9rem;
      height: 0.3rem;
    }
    .home5_page .swiper-button-next{
      right: 0.08rem !important;
      width: 0.05rem;
    }
    .home5_page .swiper-button-prev{
      left: 0.08rem !important;
      width: 0.05rem;
    }
    .home5_page .swiper-button-next,.home5_page .swiper-button-prev{
      opacity: 1 !important;
    }
    .home5_page .swiper-button-next:after{
      content: "";
      background: url("/assets/img/str2.png") no-repeat;
      background-size: contain;
      width: 0.05rem;
      height: 0.09rem;
    }
    .home5_page .swiper-button-prev:after{
      content: "";
      background: url("/assets/img/str1.png") no-repeat;
      background-size: contain;
      width: 0.05rem;
      height: 0.09rem;
    }
    .home5_page .swiper-pagination{
      left: 50% !important;
      right: auto !important;
      transform: translate(-50%, 0);
      width: 0.5rem !important;
    }
    .home5_page .swiper-pagination-bullet{
      background: #B7B7B6;
      width: 0.08rem;
      height: 0.08rem;
      margin: 0 0.02rem !important;
    }
    .home5_page .swiper-pagination-bullet-active{
      background: #F76500;
    }
.home5_tit{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.2rem;
  color: #7C7C7C;
  margin: 0.23rem 0 0.17rem;
  text-align: center;
}
.home5_line{
  width: 0.71rem;
  height: 0.08rem;
  background: #ED7A21;
  margin: auto;
}
.home5_dec{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #7C7C7C;
  text-align: center;
  margin-top: 0.36rem;
}
.home5 .text_dec::before{
  left: -66%;
}
.home5 .text_dec::after{
  right: -66%;
}
@media only screen and (max-width: 1024px) {
.homeBan {
  width: 100%;
  height: 5rem;
  margin-top: .9rem;
}
.text_tit{
  font-size: 0.3rem;
}
.home2{
  padding: .5rem 0;
}
.text_dec{
  font-size: 0.24rem;
}
.home2_cont {
  display: block;
  height: auto;
  overflow: hidden;
}
video{
  width: 100%;
max-height: fit-content;
}
.home2_p{
  padding-left: 0;
  margin-top: .3rem;
}
.home2_p p {
  font-size: 0.26rem;
  line-height: 0.35rem;
}
.home_more{
  font-size: 0.24rem;
}
.text_dec2{
  font-size: 0.24rem;
}
.home3_cont{
  width: 100%;
  align-items: flex-start;
}
.home3_li p{
  font-size: 0.26rem;
}
.home3_li span{
  font-size: 0.24rem;
}
.home4_cont{
  display: block;
  height: auto;
  overflow: hidden;
}
.home4Swiper{
  height: 4rem;
}
.home4Swiper .swiper-pagination-bullet{
  font-size: 0.24rem;
  width: 0.37rem;
  height: 0.37rem;
  line-height: .4rem;
}
.home4Swiper .swiper-slide a{
  bottom: 0.5rem;
  font-size: 0.24rem;
}
.home4_r {
  padding-left: 0.37rem;
  padding-left: 0;
  margin-top: .5rem;
}
.home4_li {
  display: block;
  height: auto;
  overflow: hidden;
  margin-bottom: .2rem;
}
.home4_li img{
  height: 3rem;
}
.home4_lir{
  padding-left: 0;
  margin-top: .1rem;
}
.home4_tit{
  font-size: 0.24rem;
  line-height: .35rem;
}
.home4_time{
  font-size: 0.24rem;
}
.home4_dec{
  font-size: 0.24rem;
}
.home5_cont .max-width2{
  width: 92%;
}
.home5Swiper .swiper-slide img{
  height: 3rem;
}
.home5_tit{
  font-size: 0.26rem;
}
.home5_dec{
  font-size: 0.24rem;
}
.home2_cont{
  margin-top: .5rem;
}
.home4{
  padding: 0.96rem 0 0.7rem;
}
}