.homeBan {
  width: 100%;
  /*height: 100vh;*/
  height: 7.3rem;
  overflow: hidden;
}

.homeBan .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.homeBan .text hr{
  width: 0.94rem;
  height: 0.01rem;
  background: #FFFFFF;
}

.text_tit{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.5rem;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  margin-top: 0.45rem;
}

.text_dec{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.22rem;
  color: #FFFFFF;
  text-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  margin-top: 0.16rem;
}

.text_tit2{
  text-align: center !important;
}

.text_dec2{
  text-align: center !important;
}

.home2_more2{
  margin: 4.62rem auto 0 !important;
}

.homeBan .swiper-slide .text_tit{
  text-align: left;
}
.homeBan .swiper-slide .text_dec{
  text-align: left;
}
.homeBan .home2_more{
  background: transparent;
  border: 1px solid #FFFFFF;
  margin-top: 0.52rem;
}
.homeBan .home2_more p{
  color: #FFFFFF;
}
.text_c{
  margin-top: 0.66rem;
  justify-content: space-between;
}
.text_li{
  
}
.text_li img{
  max-width: 2.14rem;
  max-height: 2.14rem;
}
.text_li p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
  margin-top: 0.3rem;
}

.text3 p,.text3 span{
  color: #FFFFFF;
}
.text3 .text_more{
  border: 1px solid #FFFFFF;
}
.text3 .text_more:last-child{
  margin-left: 0.15rem;
}

.homeBan .swiper-pagination{
  bottom: 0.36rem;
  text-align: center;
}
.homeBan .swiper-pagination-bullet{
  width: 0.1rem;
  height: 0.1rem;
  background: #FFFFFF;
  opacity: 1;
  margin: 0 0.05rem !important;
}
.homeBan .swiper-pagination-bullet-active{
  opacity: 1;
  width: 0.5rem;
  background: #E11D0B;
  border-radius: 0.07rem;
}
.homeBan .swiper-button-next:after, .homeBan .swiper-button-prev:after{
  font-size: 0.4rem;
  font-weight: bold;
  color: #FFFFFF;
}
.homeBan .swiper-button-prev,.homeBan .swiper-button-next{
}
.homeBan .swiper-button-prev{
  right: auto;
  left: 1rem;
}
.homeBan .swiper-button-next{
  left: auto;
  right: 1rem;
}
.homeBan .swiper-button-next.swiper-button-disabled:after, .homeBan .swiper-button-prev.swiper-button-disabled:after{
  opacity: 0.7 !important;
}
.homeBan .swiper-pagination-fraction{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.26rem;
  color: #FFFFFF;
  max-width: 16rem;
    width: 83%;
    left: 50%;
    transform: translate(-50%,0);
}
.homeBan .swiper-pagination-current{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.36rem;
  color: #FFFFFF;
}
.homeBan .swiper-pagination-total{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.26rem;
  color: #FFFFFF;
}
.bannerSb{
  width: 0.24rem;
  height: 0.38rem;
  position: absolute;
  bottom: 0.57rem;
  left: 50%;
  transform: translate(-50%,0);
  animation: shub infinite 2s;
  z-index: 1;
}
@keyframes shub {
  0%{
    bottom: 0.47rem;
  }
  100%{
    bottom: 0.57rem;
  }
}

/* home2 */
.home2{
  padding: 1.4rem 0 2.2rem;
  background: #FFFFFF;
  overflow: hidden;
}
.home2 .max-width2{
  /*margin-right: 0;*/
  /*margin-left: auto;*/
  /*justify-content: space-between;*/
  /*align-items: flex-start !important;*/
  position: relative;
  width: 94%;
  max-width: 15rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.home2_1{
  width: calc(50% - 1.02rem);
}
.home2_l_hr{
  width: 0.94rem;
  height: 0.01rem;
  background: #0057A9;
  margin-top: 0.2rem;
  margin-bottom: 0.47rem;
}
.home2_l_tit{
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 0.48rem;
  color: #0057A9;
  background: -webkit-linear-gradient( 277deg, #008DE0 0%, #005BAD 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  /*margin: 0 0 0.08rem;*/
  text-transform: uppercase;
}
.home2_l_tit2{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.38rem;
  color: #111725;
  line-height: 1;
}
.home2_l_dec{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #111725;
  line-height: 0.34rem;
  margin-top: 0.52rem;
}
.home2_1_more{
  margin-top: 1.1rem;
  position: relative;
  z-index: 1;
}
.home2_2{
  position: relative;
  z-index: 1;
  width: calc(50% - 0.64rem);
  height: 5.76rem;
}
.home2_2 .about_box{
    width: calc(100% + 2.1rem);
    position: absolute;
    overflow: hidden;
    border-radius: 0.3rem 0 0 0.3rem;
}
.home2_2 img{
  width: 100%;
  height: 100%;
}
.about_cont{
  width: 100%;
  height: 1.88rem;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient( 360deg, #E11D0B 0%, rgba(169,22,9,0.5) 58.98%, rgba(113,15,6,0) 100%);
}
.about_1{
  flex: 0 0 50%;
}
.about_1 img{
  width: 0.4rem;
  height: 0.4rem;
  margin: auto;
  margin-bottom: 0.17rem;
  display: block;
}
.about_1 p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  text-align: center;
}
.homtabout{
  position: absolute;
  left: 0;
  bottom: -0.64rem;
  font-family: Poppins, Poppins;
  font-weight: 600;
  font-size: 2rem;
  color: #F5F9FC;
  line-height: 2.8rem;
}
.home2_more{
  border: 1px solid #E11D0B;
  background: transparent;
  border-radius: 0.3rem;
  padding: 0.12rem 0.25rem 0.12rem 0.35rem;
  transition: all 0.3s;
  width: fit-content;
}
.home2_more p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.14rem;
  color: #E11D0B;
  transition: all 0.3s;
}
.home2_more_img{
  position: relative;
    margin-left: 0.26rem;
    transition: all 0.3s;
    display: flex;
}
.home2_more img{
  width: 0.18rem;
    height: 0.18rem;
    transition: all 0.3s;
}
.home2_more img:nth-of-type(2){
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.home2_more:hover{
  background: #E11D0B;
  transition: all 0.3s;
}
.home2_more:hover p{
  color: #FFFFFF;
  transition: all 0.3s;
}
.home2_more:hover img:nth-of-type(2){
  opacity: 1;
  transition: all 0.3s;
}
.home2_more:hover img:nth-of-type(1){
  opacity: 0;
  transition: all 0.3s;
}

/* Hserve */
.Hserve_top{
  justify-content: space-between;
}
.Hserve_bot{
  margin-top: 0.4rem;
  overflow: hidden;
}
.Hserve_bot_list{
  flex: 0 0 50%;
  position: relative;
  transition: all 0.3s;
  height: 7.75rem;
  overflow: hidden;
}
.Hserve_bot_list:nth-child(1){
    display: flex;
    justify-content: right;
}
.Hserve_bot_list::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  transition: all 0.3s;
}
.Hserve_bot_list .serve_img{
    width: 100%;
    height: 7.75rem;
}
.Hserve_bot_list .Hserve_img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Hserve_cont{
  position: absolute;
  left: 0;
  top: 0;
  padding: 1.5rem 3.26rem 0 2.3rem;
  transform: translate(0,2.92rem);
  z-index: 1;
  transition: all 0.3s;
}
.Hserve_bot_list:nth-child(1) .Hserve_cont{
    width: 7.5rem;
    left: auto;
    right: 0;
    padding: 1.5rem 3.26rem 0 0;
}
.Hserve_cont img{
  width: 0.7rem;
  height: 0.7rem;
}
.Hserve_cont p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: bold;
  font-size: 0.38rem;
  color: #FFFFFF;
  margin-top: 0.28rem;
  margin-bottom: 0.45rem;
}
.Hserve_cont hr{
  width: 0.76rem;
  height: 0.01rem;
  background: #FFFFFF;
  transition: all 0.3s;
}
.Hserve_cont span{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #FFFFFF;
  line-height: 0.34rem;
  margin-top: 0.44rem;
  opacity: 0;
  display: block;
  transition: all 0.3s;
}
.Hserve_bot_list:hover::after{
  opacity: 1;
  transition: all 0.3s;
}
.Hserve_bot_list:hover .Hserve_cont{
  transform: translate(0,0);
  transition: all 0.3s;
}
.Hserve_bot_list:hover span{
  opacity: 1;
  transition: all 0.3s;
}
.Hserve_bot_list:hover hr{
  background: #E11D0B;
  transition: all 0.3s;
}


/* home3 */
.home3{
  padding: 0.75rem 0 1.06rem;
  background: #F5F9FE;
}
.new_tab_li{
  width: 1.5rem;
  height: 0.48rem;
  background: #DFE2E3;
  border-radius: 24px 24px 24px 24px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #111725;
  line-height: 0.48rem;
  margin-left: 0.24rem;
  text-align: center;
  cursor: pointer;
}
.new_tab_li.active{
  background: #E11D0B;
  color: #FFFFFF;
}
.content_wrap{
  margin-top: 0.47rem !important;
}
.content{
  display: none;
}
.content.active{
  display: block;
}
.home3_list{
  flex-wrap: wrap !important;
  row-gap: 0.15rem;
  column-gap: 0.15rem;
  align-items: normal;
}
.home3_li{
  flex: 0 0 32.66%;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
  border-radius: 10px 10px 10px 10px;
}
.home3_img{
  width: 100%;
  height: 3.22rem;
}
.home3_cont{
  padding: 0.3rem 0.3rem 0.3rem 0.38rem;
}
.home3_tit{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.18rem;
  color: #BEBEBE;
}
.home3_dec{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
  font-size: 0.2rem;
  color: #111725;
  line-height: 0.28rem;
  margin-top: 0.22rem;
  margin-bottom: 0.29rem;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}
.home3_more img{
  width: 0.19rem;
  height: 0.19rem;
}



/* home4 */
.home4{
  padding: 0.49rem 0 0.63rem;
}
.home4 .max-width{
  background: url("../img/contextBG.png") no-repeat;
  background-size: 100% 100%;
  justify-content: space-between;
  padding: 0.8rem 0.82rem 0.65rem 0.54rem;
}
.home4_l img{
  width: 1.42rem;
  height: 1.42rem;
}
.home4_text{
  margin-left: 0.6rem;
}
.home4_text p{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.3rem;
  color: #FFFFFF;
}
.home4_text span{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.24rem;
  color: #FFFFFF;
  margin-top: 0.16rem;
  display: block;
}
.home4_more{
  border-color: #FFFFFF;
}
.home4_more p{
  color: #FFFFFF;
}
.home4_more:hover{
  border-color: #E11D0B;
}


/* home5 */
.home5{
  padding: 0.73rem 0 0;
  background: url("../img/proBG.png") no-repeat;
  background-position: right;
  background-size: cover;
}
.home5Swiper{
  margin-top: 0.47rem !important;
  padding-bottom: 1.58rem;
}
.home5_li{
  background: #FFFFFF;
  box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.16);
  border-radius: 10px 10px 10px 10px;
  padding: 0.12rem 0.12rem 0.44rem;
  transition: all 0.3s;
}
.home5_img{
  position: relative;
}
.home5_img:hover .home5_more{
  opacity: 1;
  transition: all 0.3s;
}
.home5_img img{
  width: 100%;
  height: 3.4rem;
  transition: all 0.3s;
}
.home5_more{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3.4rem;
  background: rgba(225, 29, 11, 0.69);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: all 0.3s;
}
.home5_more img{
  width: 0.44rem;
  height: 0.44rem;
}
.home5B{
  padding: 0.3rem 0.25rem 0;
}
.home5_dec{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.16rem;
  color: #A5A5A5;
  margin-top: 0.17rem;
  overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 1;
 -webkit-box-orient: vertical;
}
.home5_tit{
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.2rem;
  color: #000000;
  text-align: center;
}
.home5 .swiper-pagination{
  bottom: 0.84rem;
  text-align: center;
}
.home5 .swiper-pagination-bullet{
  width: 0.1rem;
  height: 0.1rem;
  background: #FFFFFF;
  opacity: 1;
  margin: 0 0.05rem !important;
}
.home5 .swiper-pagination-bullet-active{
  opacity: 1;
  width: 0.5rem;
  background: #E11D0B;
  border-radius: 0.07rem;
}
.home5 .swiper-button-next:after, .home5 .swiper-button-prev:after{
  font-size: 0.3rem;
  font-weight: bold;
  color: #E11D0B;
}
.home5 .swiper-button-prev,.home5 .swiper-button-next{
  bottom: 0.66rem;
  top: auto;
}
.home5 .swiper-button-prev{
  right: auto;
  left: 42%;
}
.home5 .swiper-button-next{
  left: auto;
  right: 42%;
}
.home5 .swiper-button-next.swiper-button-disabled:after, .home5 .swiper-button-prev.swiper-button-disabled:after{
  opacity: 1 !important;
  color: #C1C1C1;
}

/* Hcase */

.Hcase{
  padding-top: 0.73rem;
}
.Hcase_cont{
  margin-top: 0.47rem;
  flex-wrap: wrap !important;
}
.Hcase_list{
  flex: 0 0 33.333%;
  position: relative;
  height: 4.2rem;
  transition: all 0.3s;
}
.Hcase_list img{
  height: 4.2rem;
  width: 100%;
}
.Hcase_above{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4.2rem;
  background: rgba(0,0,0,0.5);
  transition: all 0.3s;
}
.Hcase_above p{
  position: absolute;
  bottom: 0.29rem;
  left: 50%;
  transform: translate(-50%,0);
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 400;
  font-size: 0.22rem;
  color: #FFFFFF;
  transition: all 0.3s;
}
.Hcase_list:hover .Hcase_above{
  background: transparent;
  transition: all 0.3s;
}
.Hcase_list:hover .Hcase_above p{
  opacity: 0;
  transition: all 0.3s;
}


/* home6 */
.home6{
  padding: 0.7rem 0 3.73rem;
  background: url("../img/coor.png") no-repeat;
  background-size: 100% 100%;
}
.home6Swiper {
      width: 100%;
      height: 100%;
      margin-top: 1.07rem;
    }

    .home6Swiper .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .home6Swiper .swiper-slide img {
      display: block;
      object-fit: cover;
      border-radius: 50% !important;
    }
    .home6Swiper2 {
      width: 100%;
      height: 100%;
      margin-top: 0.75rem;
    }

    .home6Swiper2 .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
    }

    .home6Swiper2 .swiper-slide img {
      display: block;
      object-fit: cover;
      border-radius: 50% !important;
    }

.home6_li{
  width: 100%;
  height: 1.5rem;
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 1px rgba(0,0,0,0.06);
  border-radius: 6px 6px 6px 6px;
  padding: 0.15rem 0.18rem;
}
.home6_li img{
  width: 0.8rem;
  height: 0.8rem;
  margin: auto;
}
.home6_li p{
  font-family: Source Han Sans SC, Source Han Sans SC;
  font-weight: 400;
  font-size: 0.18rem;
  color: #484848;
  margin-top: 0.1rem;
}