.bloc {

  position: relative;

  min-height: 100%;

  overflow: hidden;

}

.bloc .wrapper {

  width: 100vw;

  height: 100vh;

  overflow: hidden;

}

.bloc .wrapper .row.on {

  z-index: 4;

  opacity: 1;

}

.bloc .wrapper .row {

  height: 100vh;

  background-color: #fff;

  position: absolute;

  width: 100vw;

  top: 0;

  left: 0;

  z-index: 3;

  opacity: 0;

  overflow: hidden;
  margin-left: 0;
  margin-right: 0;

}

.ind_banner_box {

  height: 100%;

}

.ind_banner_box .swiper-container {

  height: 100%;

}

.swiper-container {

  margin-left: auto;

  margin-right: auto;

  position: relative;

  overflow: hidden;

  z-index: 1;

}

.swiper-wrapper {

  position: relative;

  width: 100%;

  height: 100%;

  z-index: 1;

  display: -webkit-box;

  display: -webkit-flex;

  display: -ms-flexbox;

  display: flex;

  -webkit-transition-property: -webkit-transform;

  transition-property: -webkit-transform;

  -o-transition-property: transform;

  transition-property: transform;

  transition-property: transform,-webkit-transform;

  -webkit-box-sizing: content-box;

  box-sizing: content-box;

}

.ind_banner_box .swiper-container .swiper-slide.active {

  pointer-events: all;

}

.swiper-container-fade .swiper-slide {

  pointer-events: none;

  -webkit-transition-property: opacity;

  -o-transition-property: opacity;

  transition-property: opacity;

}

.swiper-slide {

  -webkit-flex-shrink: 0;

  -ms-flex-negative: 0;

  flex-shrink: 0;

  width: 100%;

  height: 100%;

  position: relative;

  -webkit-transition-property: -webkit-transform;

  transition-property: -webkit-transform;

  -o-transition-property: transform;

  transition-property: transform;

  transition-property: transform,-webkit-transform;

}

.ind_banner_box .active .banner_img_box {

  transform: scale(1);

  transition: all 0s ease;

}

.ind_banner_box .banner_img_box {

  transform: scale(1.5);

  transition: all .3s ease-in-out;

}

.banner_img_box {

  display: block;

  width: 100%;

  height: 100%;

  position: relative;

}

.banner_img_box video {

  width: 100%;

  height: 100%;

  object-fit: cover;

}

.ind_banner_box .swiper-container .swiper-slide.active {

  pointer-events: all;

}

.ind_banner_box .active .banner_img_box .banner_img {

  transform: scale(1);

  transition: all 3s ease;

}

.banner_img_box .banner_m {

  display: none;

}

.banner_img_box .banner_img {

  width: 100%;

  height: 100%;

  background-position: center;

  background-repeat: no-repeat;

  background-size: cover;

  transform: scale(1.2);

}

.ind_banner_box .active .banner_img_box .banner_text_img_box {

  display: block;

}

.ind_banner_box .banner_img_box .banner_text_img_box {

  display: none;

}

.banner_img_box .banner_text_img_box {

  width: 76.979%;

  position: absolute;

  left: 50%;

  top: 22%;

  transform: translateX(-50%);

  color: #fff;

  display: none;

}

.banner_img_box .banner_text_img_box .ind_banner_text_title {

margin-top: 1.95rem;

}
.banner_img_box .banner_text_img_box .ind_banner_text_title a,.banner_img_box .banner_text_img_box .ind_banner_text_title a:hover{color: #ffffff;}

.banner_text1{font-family: "BarSemiCond"; font-size: 0.24rem; line-height: 0.50rem;}

.banner_img_box .banner_text_img_box .ind_banner_text_title span {

  color: #ffffff;

  letter-spacing: -0.02rem;

}

.banner_text2{font-family:"Microsoft Yahei","PingFangSC"; font-size: 0.48rem; line-height: 0.60rem;letter-spacing: -0.05rem;}

.banner_text3{font-family: "Microsoft Yahei","PingFangSC"; font-size: 0.26rem; line-height: 0.40rem;letter-spacing: -0.02rem;margin-top: 0.15rem;}

.banner_text4{font-family: "Microsoft Yahei","PingFangSC"; font-size: 0.26rem; line-height: 0.60rem; margin-top: -0.2rem; letter-spacing: -0.02rem;}

.banner_img_box .banner_text_img_box .ind_banner_text_title span font{

  font-family: 'BrownStd-Bold';
 

}

.fadeIn {

  -webkit-animation-name: fadeIn;

  animation-name: fadeIn;

}

.animated {

  -webkit-animation-duration: 1.2s;

  animation-duration: 1.2s;

  -webkit-animation-fill-mode: both;

  animation-fill-mode: both;

}

@keyframes  fadeIn{

  0%{

    opacity: 0;

  }

  100%{

    opacity: 1;

  }

}

.banner_img_box .banner_text_img_box .ind_banner_name > div {

  display: inline-block;

  vertical-align: middle;

  font-size: .3rem;

  transition: all .3s ease;

}

.banner_img_box .banner_text_img_box .ind_banner_name > div {

  display: inline-block;

  vertical-align: middle;

  font-size: .3rem;

  transition: all .3s ease;

}





/* loading */

#tenpay_txt {

  position: fixed;

  width: 100vw;

  height: 100vh;

  overflow: hidden;

  left: 0;

  top: 0;

  z-index: 999;

  pointer-events: none;

}

#tenpay_txt .loading_box {

  background-color: #d70c18;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

}

.logo_img{

  /* position: fixed;

  top: 50%;

  left: 50%;

  width: 2rem;
  height: 0.46rem;
  margin-top: -1rem;

  margin-left: -0.43rem; */
  position: fixed;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  left: 50%;
  top: 50%;
  margin-top: -120px;
  margin-left: -120px;
  z-index: 10999;


}
.logo_img img{ margin-top: 1rem;
  margin-left: 0.2rem;}
.loading_case {

  position: fixed;

  background-color: #fff;

  border-radius: 100%;

  font-family: 'BrownStd-Bold';

  width: .3rem;

  height: .3rem;

  right: 101%;

  top: 50%;

  transform: translate(50%, -50%) translateZ(0);

  animation: roundCome 2s ease 0s 1 forwards;

}
@media screen and (max-width: 600px) {

  .logo_img,.load-container{left: 60%;}

} 
.loading_case .load_v_box {

  position: fixed;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%) translateZ(0);

  height: 50vh;

  width: 800px;

  overflow: hidden;

  opacity: 0;

  animation: vO .1s ease 1.5s 1 forwards;

}

.loading_case .sha_case {

  position: absolute;

  width: 100%;

  left: 100%;

  top: 50%;

  transform: translate(0, -50%) translateZ(0);

  text-align: center;

  animation: logoCome 1s cubic-bezier(0, 0.3, 0.76, 1.15) 1.5s 1 forwards;

}

.loading_case .sha_case .sha_logo {

  width: 160px;

  display: block;

  font-size: 0;

  margin: 0 auto;

  margin-bottom: 10px;

}

.loading_case .sha_case .sha_logo div:first-child {

  position: relative;

  margin-bottom: 5px;

}

.loading_case .sha_case .sha_logo > div {

  font-size: 0;

}

.loading_case .sha_case .sha_logo div:first-child span {

  position: relative;

  animation: logoShake .6s cubic-bezier(0.25, 0.1, 0.88, 0.56) 2.6s 1 forwards;

}

.loading_case .sha_case .sha_logo div:first-child span {

  position: relative;

  animation: logoShake .6s cubic-bezier(0.25, 0.1, 0.88, 0.56) 2.6s 1 forwards;

}

.loading_case .sha_case .sha_name {

  font-family: 'BrownStd-Regular';

  /* font-size: .2rem; */

  display: block;

  position: relative;

  overflow: hidden;

  width: 150px;

  text-align: center;

  margin: 0 auto;

  height: 15px;

}

.loading_case .sha_case .sha_name {

  font-family: 'BrownStd-Regular';

  /* font-size: .2rem; */

  display: block;

  position: relative;

  overflow: hidden;

  width: 150px;

  text-align: center;

  margin: 0 auto;

  height: 15px;

}

.loading_case .sha_case .sha_name {

  font-family: 'BrownStd-Regular';

  /* font-size: .2rem; */

  display: block;

  position: relative;

  overflow: hidden;

  width: 150px;

  text-align: center;

  margin: 0 auto;

  height: 15px;

}

.loading_case .sha_case .sha_name .kh_name .sha_show {

  width: .3rem;

  height: 100%;

  position: absolute;

  right: 0;

  top: 0;

  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));

  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));

  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));

  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));

  animation: opOut .1s ease-in-out 4s 1 forwards;

}

.banner .swiper-pagination{text-align: left;font-size: 0;bottom: .52rem!important;padding-left: 12vw}

.banner .swiper-pagination-bullet{width: .1rem;height: .1rem;border-radius: 50%;background:rgba(255,255,255,.502);transition: all .3s;opacity: 1;margin: 0 .1rem!important}

.banner .swiper-pagination-bullet-active{background:rgba(255,255,255,1)} 

.jiantou{transform: rotate(45deg); width: 0.1rem; height: 0.1rem; border-bottom: 2px solid #ffffff; border-right: 2px solid #ffffff; position: absolute; z-index: 8;left: 50%;}

.op_1{opacity: 1; bottom: 10%;}

.op_2{opacity: 0.6; bottom: 9%;}

.op_3{opacity: 0.2; bottom: 8%;}

.number_box{position: absolute; bottom: .88rem; color: #fff; z-index: 15; text-align: right; padding-right: 5%; right: 11%;  font-family: CenturyGothic;}

.number_box .num1{ font-size: 0.44rem; }

.number_box .num2{ font-size: 0.16rem;position: absolute;

  top: 0.11rem;

  right: -0.4rem; }

.number_box .num_line{

	position: absolute;

  top: 0.13rem;

  right: -0.13rem;

} 

/* @media screen and (max-width: 1440px) {

  html {

      font-size: 80px;

  }

}



@media screen and (max-width: 800px) {

  html {

      font-size: 90px;

  }

}



@media screen and (max-width: 600px) {

  html {

      font-size: 80px;

  }

} */

@media (max-width: 1024px){

  .banner_img_box .banner_img {

    transform: scale(1);

  } 

}





/* loading */

#tenpay_txt {

  position: fixed;

  width: 100vw;

  height: 100vh;

  overflow: hidden;

  left: 0;

  top: 0;

  z-index: 999;

  pointer-events: none;

}

#tenpay_txt .loading_box {

  background-color: #00356a;

  position: absolute;

  left: 0;

  top: 0;

  width: 100%;

  height: 100%;

}



.loading_case {

  position: fixed;

  background-color: #fff;

  border-radius: 100%;

  font-family: 'BrownStd-Bold';

  width: .3rem;

  height: .3rem;

  right: 101%;

  top: 50%;

  transform: translate(50%, -50%) translateZ(0);

  animation: roundCome 2s ease 0s 1 forwards;

}

.loading_case .load_v_box {

  position: fixed;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%) translateZ(0);

  height: 50vh;

  width: 800px;

  overflow: hidden;

  opacity: 0;

  animation: vO .1s ease 1.5s 1 forwards;

}

.loading_case .sha_case {

  position: absolute;

  width: 100%;

  left: 100%;

  top: 50%;

  transform: translate(0, -50%) translateZ(0);

  text-align: center;

  animation: logoCome 1s cubic-bezier(0, 0.3, 0.76, 1.15) 1.5s 1 forwards;

}

.loading_case .sha_case .sha_logo {

  width: 160px;

  display: block;

  font-size: 0;

  margin: 0 auto;

  margin-bottom: 10px;

}

.loading_case .sha_case .sha_logo div:first-child {

  position: relative;

  margin-bottom: 5px;

}

.loading_case .sha_case .sha_logo > div {

  font-size: 0;

}

.loading_case .sha_case .sha_logo div:first-child span {

  position: relative;

  animation: logoShake .6s cubic-bezier(0.25, 0.1, 0.88, 0.56) 2.6s 1 forwards;

}

.loading_case .sha_case .sha_logo div:first-child span {

  position: relative;

  animation: logoShake .6s cubic-bezier(0.25, 0.1, 0.88, 0.56) 2.6s 1 forwards;

}

.loading_case .sha_case .sha_name {

  font-family: 'BrownStd-Regular';

  /* font-size: .2rem; */

  display: block;

  position: relative;

  overflow: hidden;

  width: 150px;

  text-align: center;

  margin: 0 auto;

  height: 15px;

}

.loading_case .sha_case .sha_name {

  font-family: 'BrownStd-Regular';

  /* font-size: .2rem; */

  display: block;

  position: relative;

  overflow: hidden;

  width: 150px;

  text-align: center;

  margin: 0 auto;

  height: 15px;

}

.loading_case .sha_case .sha_name {

  font-family: 'BrownStd-Regular';

  /* font-size: .2rem; */

  display: block;

  position: relative;

  overflow: hidden;

  width: 150px;

  text-align: center;

  margin: 0 auto;

  height: 15px;

}

.loading_case .sha_case .sha_name .kh_name .sha_show {

  width: .3rem;

  height: 100%;

  position: absolute;

  right: 0;

  top: 0;

  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));

  background: -o-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));

  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));

  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));

  animation: opOut .1s ease-in-out 4s 1 forwards;

}

.load-container {

  position: fixed;

  width: 3rem;

  height: 3rem;

  overflow: hidden;

  -moz-box-sizing: border-box;

  box-sizing: border-box;

  left: 50%;

  top: 50%;

  margin-top: -1.3rem;

  margin-left: -1.8rem;

  z-index: 9999;

}

.load6 .loader {



  color: #ffffff;

  font-size: 120px;

  text-indent: -9999em;

  overflow: hidden;

  width: 1em;

  height: 1em;

  border-radius: 50%;

  margin: 72px auto;

  position: relative;

  -webkit-transform: translateZ(0);

  -ms-transform: translateZ(0);

  transform: translateZ(0);

  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;

  animation: load6 1.7s infinite ease, round 1.7s infinite ease;



}

@-webkit-keyframes load6 {

  0% {

    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;

  }

  5%,

  95% {

    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;

  }

  10%,

  59% {

    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;

  }

  20% {

    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;

  }

  38% {

    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;

  }

  100% {

    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;

  }

}

@keyframes load6 {

  0% {

    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;

  }

  5%,

  95% {

    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;

  }

  10%,

  59% {

    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;

  }

  20% {

    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;

  }

  38% {

    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;

  }

  100% {

    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;

  }

}

@-webkit-keyframes round {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}

@keyframes round {

  0% {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {

    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }

}
@media screen and (max-width: 780px) {
  .ind_banner_box .banner_img_box .banner_text_img_box{display: block;}
  .banner_img_box .banner_text_img_box{width: 50%;top: 18%;}
  .banner_text1{font-size: 0.2rem;line-height: 0.3rem;}
  .banner_text2{font-size: 0.3rem;line-height: 0.5rem;}
  .banner_text3{line-height: 0.4rem;font-size: 0.22rem;}

} 

@media screen and (max-width: 600px) {

  .banner_img_box .banner_m {

    display: block;
  
  }
  .banner_img_box .banner_pc{

    display: none;
  
  }

} 


