
  html{
    transition: all 0.3s 0s linear;
}
body{
    overflow: hidden;
}
.t{
  color: black !important;
  font-weight: 600 !important;
}
.time{
  background: #DADADA;
  box-sizing: border-box;
  margin: 0rem 0.3rem;
  border-radius: 10px;
  padding: 0.08rem;
}
.t_box{
  display: flex;
  /* text-align: center; */
  justify-content: center;
}
.time_box2{
  /* background: #EAEAEA; */
  border-radius: 10px;

}
.b_num{
  text-align: center;
  margin-bottom: 0.2rem;
}
.bl{
  background: #EAEAEA;
  width: 49%;
  border-top-left-radius: 10px;
}
.br{
  position: relative;
  background: #EAEAEA;
  width: 49%;
  border-top-right-radius: 10px;
}
.brt{
  display: flex;
  justify-content: space-between;
  font-size: 0px;
  font-size: 0.16rem;
}
.brtl{
  background: #DADADA;
  width: 49%;
  text-align: center;
  padding: 0.1rem 0;
}
.brtr{
  background: #DADADA;
  width: 49%;
  text-align: center;
  padding: 0.1rem 0;
}
.bmr_t{
  font-size: 0.16rem;
  margin-top: 0.1rem;
  color: #D70C19;
  font-weight: 600;
}
.w{
  margin-left: 0.26rem;
  color: rgb(215, 12, 25) !important;
}
.bm{
  display: flex;
  justify-content: space-between;
  background: white;
  padding: 0.2rem 0;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.b_title{
  font-size: 0.2rem;
  text-align: center;
  margin: 0.3rem 0rem 0.2rem 0rem;

}
.bml_day{
  font-size: 0.16rem;
  position: relative;
  top: -0.2rem;
  left: 0.01rem;
  color: #D70C19;
}
.bml{
  width: 30%;
  text-align: center;
  position: relative;
  
}
.bml_l{
  color: #D70C19;
}
.bt{
  display: flex;
  justify-content: space-between;
  font-size: 0px;
}
.banner_con video{
    
  object-fit: fill;
  width: 100%;
  height: 100%;

}
.bmr{
  width: 70%;
  /* text-align: center; */
}
#s_ps span{
    margin: 0 !important;
}
.time  div{
  /* display: flex;
  align-items: center; */
}
.time span{
  /* font-size: 0.16rem; */
  /* margin: 0.1rem; */
}
.swp1 .pg1{
  bottom: -2% !important;
}
.time2{
  padding: 0.3rem 0.3rem;
  padding-bottom: 0;
}
.t_ps span{
  /* font-family: Helvetica; */
}
.b_day{
  font-size: 0.16rem;
  position: relative;
  top: -0.2rem;
}
.pro{
  display: flex;
  align-items: center;
  font-size: 0;
  margin: 0.1rem 0px;
}
.t_ps{
  display: flex;
  width: 63%;
  margin: 0 auto;
  justify-content: center;
  background: black;
  color: white;
  padding: 0.05rem 0rem;
  border-radius: 10px;
  font-size: 0.16rem;
  align-items: center;
}
.t_title{
     font-family: Helvetica;
     color: #D70C19;
     font-size: 1rem !important;;
}
.bml{
    font-size: 0px;
}
.time_box{
  justify-content: space-around;
  /* align-items: center; */
  font-size: 0;
  padding: 0.1rem 0.3rem;
  padding-bottom: 0;
  display: flex;
  margin-top: 0.25rem;
  font-family: Helvetica;
}
.t_box span{
  font-size: 0.4rem;
  position: relative;
  top: 0.45rem;
  color: #D70C19;
}
.jia{
  font-size: 0.2rem;
  font-family: Helvetica;
  color: white;
  background: black;
  height: 0.2rem;
  width: 0.2rem;
  text-align: center;
  line-height: 0.2rem;
  border-radius: 50%;
  position: relative;
  top: 0.1rem;
  font-size: 0;
  opacity: 0;
}
.time_box div{
    text-align: center;
}
#s_ps{
  font-size: 0.11rem;
  /* margin-top: 0.3rem; */
  /* text-align: center; */
  color: gray;
}
.long{
  display: inline-block;
  width: 0rem;
  height: 20px;
  background: black;
  margin: 0 10px;

  transition: all 1s 0.6s linear;
  text-align: left;
  color: #D70C19;
}

.num3{
  font-family: Helvetica;
  font-size: 0.5rem;

}
.time_day{
  font-size: 0.15rem;
  text-align: center;
  position: relative;
  top: -0.24rem;
  color: #D70C19;
  
}
.time_title{
  font-size: 18px;
  /* text-align: center; */
  font-family: Helvetica;
  font-weight: 600;
}
#loading{
  background-color: #b3b3b3;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index:5;
  margin-top: 0px;
  top: 0px;
  overflow: hidden;
  transition: all 0.5s 0s linear;
}
#loading-center{
  width: 100%;
  height: 100%;
  position: relative;
  }
#loading-center-absolute {
  position: absolute;
  left: 65%;
  top: 50%;
  height: 50px;
  /* width: 150px; */
  margin-top: -25px;
  margin-left: -75px;

}
.object{
  width: 8px;
  height: 50px;
  margin-right:5px;
  background-color: #FFF;
  -webkit-animation: animate 1s infinite;
  animation: animate 1s infinite;
  float: left;
  }

.object:last-child {
  margin-right: 0px;
  }

.object:nth-child(10){
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;	
  }
.object:nth-child(9){
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;	
  }	
.object:nth-child(8){
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;	
  }
.object:nth-child(7){
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;	
  }
.object:nth-child(6){
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;	
  }
.object:nth-child(5){
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
  }
.object:nth-child(4){
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;		
  }
.object:nth-child(3){
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;	
  }
.object:nth-child(2){
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
  }	
@-webkit-keyframes animate {

50% {
  -ms-transform: scaleY(0); 
     -webkit-transform: scaleY(0);
  transform: scaleY(0);
  
    }
}
@keyframes animate {
50% {
  -ms-transform: scaleY(0); 
     -webkit-transform: scaleY(0);
  transform: scaleY(0);
    }
}
.down{
  background: none;
  color: white;
  /* display: inline-block; */
  position: fixed;
  z-index: 11;
  bottom: 5%;
  font-size: 22px;
  left: 47%;
  color: ghostwhite;
  -webkit-animation: down 2s linear infinite;
  animation: down 2s linear infinite;
  cursor: pointer;
}
.content{
  z-index: 1;
  background-color: white;
  position: relative;
}

.banner_con{
  width: 100%;
  height: 100%;
}
.banner_img{
  width: 100%;
  height: 100%;
}
.th1{
  display: none;
}
/* .loading{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  background: white;
  text-align: center;
} */
.banner_img{
  width: 126%;
  transform: translateX(-11%);
}
.pg1 .swiper-pagination-bullet{
  background: rgb(235, 230, 230);
  /* width: 0.07rem;
  height: 0.07rem; */
}
.pg1 .swiper-pagination-bullet-active{
  background: white;
}
.swiper-pagination-bullet{
  background: rgb(0, 0, 0);
}
.swiper-pagination-bullet-active {
  background: white;
}
.banner_txt{
  width: 1.7rem;
  position: absolute;
  z-index: 3;
  left: 29%;
  top: 28%;
}
.swp1{
  background: black;
  height: 100%;
}
.title p{
  font-size: 0.16rem;
  font-weight: 600;
  letter-spacing: 2px;
}
.title{
  padding: 0.4rem;
  text-align: center;
  font-size: 0px;
}
.title span{
  font-size: 0.12rem;
  font-weight: 600;
  font-family: Helvetica;
}
section{
  width: 100%;
  padding: 0rem 0.15rem;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 0.1rem;
}
section img{
  width: 100%;
  transition: all 0.3s 0s linear;
  border-radius: 10px;
 
}

.txt_title{
  font-size: 0.26rem;
  color: white;
  font-weight: 800;
  margin-bottom: 0.1rem;
}
.s_txt{
  position: absolute;
  top: 0px;
  z-index: 1;
overflow: hidden;
  padding-left: 0.3rem;
  top: 0.3rem;
}
section span{
  font-size: 0.13rem;
  font-weight: 800;
  color: white;
}
.line{
  width: 100%;
  height: 1px;
  background: white;
  font-size: 14px;
  margin-top: 0.05rem;
  position: relative;
  transition: all 0.2s 0s linear;
}
section:hover .line{
 transform: translateX(100%);
}
.line0,.r_line0{
 
  width: 0;
  height: 1px;
  background: white;
  position: relative;
  left: 0;
  top: -1px;
  display: inline-block;
  transition: all 0.3s 0.3s linear;
  z-index: 3;
}
section:hover .line0{
 
  width: 100%;
}

article{
  width: 93%;
  /* padding: 0.3rem 0.2rem 0.3rem 0.35rem; */
  background: #4F4F4F;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 10px;
  background-image: url(../img/bgg2.jpg);
  padding-bottom:0.25rem;
  background-size: contain;
}
.a_title{
  display: flex;
  justify-content: space-between;
  padding: 0.3rem 0.26rem 0.3rem 0.39rem;
  align-items: center;
}
.a_title p{
  font-size: 0.26rem;
  color: white;
  font-weight: 800;
}
.r_txt{
  width: 1.6rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.r_txt i img{
  width: 100%;
}
.r_con{
  position: relative;
 overflow: hidden;
  cursor: pointer;
}

.r_con span{
  font-size: 0.16rem;
  color: white;
  font-weight: 600;
}
.r_line{
  width: 100%;
  background: white;
  height: 1px;
  margin-top: 0.05rem;
  position: relative;
  transition: all 0.2s 0s linear;
}
.r_con:hover .r_line0{
 
  width: 100%;
}
.r_con:hover .r_line{
 
  transform: translateX(100%);
}
.r_txt i{
  position: absolute;
  width: 0.4rem;
  display: inline-block;
  top: -0.15rem;
  left: 0.35rem;
}
.r_con  i img{
  width: 100%;
}
.swp2_con i img{
  width: 90%;
  border-radius: 6px;
  transition: all 0.3s 0s linear;
  -ms-transform:scale(1.1); 	/* IE 9 */
  -moz-transform:scale(1.1); 	/* Firefox */
  -webkit-transform:scale(1.1); /* Safari 和 Chrome */
  -o-transform:scale(1.1); 
}


.swp2_con i{
  display: inline-block;
  border: 1px solid #949392;
  border-radius: 6px;
}
.swp2{
  padding-left: 5px;
  box-sizing: border-box;
}
.swp2 .swiper-slide{
  margin-left:0.05rem;
  width: 90%;
}
.swp2_con i{
  overflow: hidden;
  text-align: center;
  font-size: 0px;
  padding: 0.1rem 0.01rem;
}
.swp2 p{
  font-size: 0.14rem;
  color: white;
  margin: 5px;
}
.btn{
  font-size: 0.14rem;
  color: white;
  background-color: #D70C19;
  padding: 2px 13px;
  display: inline-block;
  border-radius: 2px;

}
.btn::after{
  content: "\e669";
  font-family: "iconfont";
  font-size: 0.14rem;
  margin-left: 5px;
}
.swp3{
  margin-top: 0.25rem;
}
.swp3  .swiper-slide{
  width: 45%;
}
.swp3 .swp2_con i{
  padding: 0.06rem 0.01rem;
}
.th1 .swiper-slide{
  color: #D70C19;
  padding: 0.01rem 0rem;
}
.th1 p{
  font-size: 0.18rem;
  font-weight: 600;
  /* background-color:#D70C19 ; */
  display: inline-block;
  
  border-radius: 10px;
  /* padding-right:10px; */
}
.swp4 .swiper-slide{
  width: 100%;
  /* border: 1px solid gainsboro; */
  /* height: 500px; */
 
  
}
.th1{
  width: 90%;
  /* padding: 0rem 0.15rem 0.2rem 0.15rem; */
 
  margin: 0 auto;
  margin-bottom: 0.2rem;
  box-sizing: border-box;
}
.th1 .slide1 p::before{
  content: "\e695";
  font-family: "iconfont";
  font-size: 0.16rem;
  margin-left: 13px;
  font-weight: 100;
  margin-right: 6px;
}
.th1 .slide2 p::before{
  content: "\e609";
  font-family: "iconfont";
  font-size: 0.16rem;
  margin-left:13px;
  font-weight: 100;
  margin-right: 6px;
}
.th1 .slide3 p::before{
  content: "\e632";
  font-family: "iconfont";
  font-size: 0.16rem;
  margin-left:13px;
  font-weight: 500;
  margin-right:6px;
}
.th1 .slide4 p::before{
  content: "\e6a3";
  font-family: "iconfont";
  font-size: 0.18;
  margin-left: 13px;
  font-weight: 100;
  margin-right: 6px;
}
.th1-active{
  width: auto;
  background-color: #D70C19;
  color: white !important;
  border-radius: 10px;
}
.num_card .num{
  font-size: 0.3rem;
  font-weight: 100;
  font-family: Helvetica;
 
}
.num_card .num_txt{
  font-size: 0.12rem;
  height: 0.43rem;
  color: #8D8D8D;
  padding-bottom: 0.2rem;
}
.num_card .numps{
  font-size: 0.12rem;
  position: relative;
  top: -0.2rem;
  color: grey;   
}
.swp4_conbox{
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 0rem 0.1rem;
  box-sizing: border-box;
}
.num_card{
  text-align: center;
    background-color: #EAEAEA;
    border-radius: 14px;
    margin-bottom: 0.06rem;
    width: 29%;
    padding-top: 0.2rem;
    box-sizing: border-box;
    font-size: 0px;
}
.numbox{
  position: relative;
  display: inline-block;

}
#box {
  position: relative;
  height: 360px;
}

#box .txt_box {
  position: absolute;
  top: 29%;
  left: 160px;
  font-size: 0;
  text-align: center;
}

#box p {

  font-size: 60px;
  font-weight: 600;
  color: #D8262C;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-family:"微软雅黑"

 
}

#box span {
  font-size: 30px;
  color: #D8262C;
  font-weight: 600;
  position: relative;
  top: -17px;
}
#box #s_ps{
  font-size: 0.12rem;
  color: grey;
  position: absolute;
  bottom: 11px;
  text-align: center;
  /* display: block; */
  width: 100%;
}
.card_contaier{
  width: 80%;
  margin: 0.1rem auto;

}
.card,.card2 {
  perspective: 1000;
  -webkit-perspective: 1000;
  width: 100%;
  height: 100%;
}
.face{
  position: absolute;
  border-radius:5px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
  backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  /* background-color: rgb(178, 39, 49); */
}
.front {
  z-index: 10;
}
.back{
  transform:rotate3d(0,1,0,-180deg);
  -ms-transform:rotate3d(0,1,0,-180deg);	/* IE 9 */
  -moz-transform:rotate3d(0,1,0,-180deg);	/* Firefox */
  -webkit-transform:rotate3d(0,1,0,-180deg); /* Safari 和 Chrome */
  -o-transform:rotateY(0,1,0,-180deg);	/* Opera */
  z-index: 8;
  filter:FlipH;
}
.card-flipped .front{
  transform:rotate3d(0,1,0,180deg);
  -ms-transform:rotate3d(0,1,0,180deg);/* IE 9 */
  -moz-transform:rotate3d(0,1,0,180deg);/* Firefox */
  -webkit-transform:rotate3d(0,1,0,180deg);/* Safari 和 Chrome */
  -o-transform:rotate3d(0,1,0,180deg);	/* Opera */
  z-index: 8;
}
.card-flipped .back{
  transform:rotate3d(0,1,0,0deg);
  -ms-transform:rotate3d(0,1,0,0deg);/* IE 9 */
  -moz-transform:rotate3d(0,1,0,0deg);/* Firefox */
  -webkit-transform:rotate3d(0,1,0,0deg);/* Safari 和 Chrome */
  -o-transform:rotate3d(0,1,0,0deg);	/* Opera */
  z-index: 10;
}
#left{
  width: 100%;
  height: 1.6rem;
  display: flex;
}
#right{

  /* margin-top: 1.6rem; */
  display: flex;
}
#right .right-img{
  height: 248px;
  width: 317px;
  margin-left: 20px;
}
.cards{
  height: 1.6rem;
}
/* 流程图-------------------------------------------------------------------------------------------------- */
@keyframes fadein {
  0% {
      opacity:0;
  }
  40%{
      opacity:0;
  }
  100% {
      opacity:1;
  }
}
@-moz-keyframes fadein { /* Firefox */
  from {
      opacity:0;
  }
  to {
      opacity:1;
  }
}
@-webkit-keyframes fadein { /* Safari and Chrome */
  0% {
      opacity:0;
  }
  40%{
      opacity:0;
  }
  100% {
      opacity:1;
  }
}
@-o-keyframes fadein { /* Opera */
  from {
      opacity:0;
  }
  to {
      opacity: 1;
  }
}

.col4{
  width: 33.33%;
  float: left;
}
.ciclo1{
  /*border: solid 1px #000;*/
  
  position: absolute;
  /*background: #f0f;*/
  
}
.contenedor{
  margin: 0px auto;
  width: 420px;
  height: 420px;
  position: relative;
  /*background: #0f0 !important;*/
  
}
.by{
  color: #3d464d;
  font-size: 13px;
}

.div_options{
  display: none;
  text-align: left;
  padding-left: 100px;
}


.add{
  width: 100px;
  font-size: 13px;
  border: 2px solid #40A4C0 !important;
  color: #40A4C0;
  margin: 20px auto;
  display: none;
  
}

.sc_object{
  transition:left 1s ease-out,top 1s ease-out;
  
}
.sc_object a{
  color: #305ca7;
}
.pointers{

  animation: fadein 0.6s ease-in;
  -moz-animation: fadein 0.6s ease-in; /* Firefox */
  -webkit-animation: fadein 0.6s ease-in; /* Safari and Chrome */
  -o-animation: fadein 0.6s ease-in; /* Opera */

}
.sc_center img{
  width: 80%;
  margin-top: 10%;
}
.sc_center span{
  color: black;
  font-size: 18px;
}
/* Reset */
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.bgimg{
  width: 80%;
  margin: 0 auto;
  margin-top: 10%;
}
.bgimg img{
  width: 100%;
}
.htmleaf-container{
  transform: scale(0.68);
  position: absolute;
  top: -0.8rem;
  left: -12%;
}

@media screen and (max-width: 413px){
  .htmleaf-container{
      transform: scale(0.68);
      position: absolute;
      left: -19%;
  }
}
.chart{
  position: relative;
  height: 3.8rem;
}
/* ------------------------------------------------------------------------------------------------------------------------------ */

.swp5 .swiper-slide{
  width: 82%;
  margin-left: 0.15rem;
 
}
.swp5 .swiper-slide i{
  display: inline-block;
  width: 100%;
overflow: hidden;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
  
}
.swp5 .swiper-slide i img{
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.3s 0s linear;
}

.map{
  display: inline-block;
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.map img{
  width: 100%;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.fadd{
  position: absolute;
  right: 0.1rem;
  top: 0.1rem;
  color: white;
  font-size: 0.3rem;
  z-index: 2;
  transition: all 0.2s 0s linear;
}
.swp6 .swiper-slide{
  width:32%;
  margin-left: 0.15rem;
  
}
.swp6 .swiper-slide img{
  width: 100%;
  margin-bottom: 0.1rem;
  /* height: 1.6rem; */
  cursor: pointer;
}

.swp7 .swiper-slide{
  width: 32%;
  /* margin-left: 0.15rem; */
  padding: 0rem 0.15rem;
  box-sizing: border-box;
  
}
.icon_box{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#loading div{
  top: 38%;
  left: 32%;
  position: absolute;
  font-size: 0;
}
#loading p{
  font-size: 0.14rem;
  display: inline-block;
  margin-left: 0.6rem;
  font-family: Helvetica;
  margin-top: 0.07rem;
  color: rgb(86, 85, 85);
}
#loading span{
  font-size: 0.13rem;
  color: rgb(86, 85, 85);
}
.load_img{
  width: 1.4rem;
  /* position: absolute; */
  
}
.icon_box i{
  width: 48.5%;
  display: inline-block;
  border: 1px solid gainsboro;
  margin-bottom: 10px;

  padding: 0.1rem 0.3rem;
  box-sizing: border-box;
}
.icon_box img{
  width: 100%;
  /* height: 100%; */

}
.pg2{
  position: relative;
  margin: 0.2rem 0rem 0.4rem 0rem;
}
.pg2 .swiper-pagination-bullet-active {
  background: rgb(215, 12, 25);
}
.swp5{
  padding-right: 0.2rem;
}
.msg{
  width: 100%;
      padding: 0.6rem 0rem 0rem 0.4rem;
  opacity: 0;
  height: 0rem;
  background: white;
  position: absolute;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  transition: all 0.1s 0s linear;
  background-color: #f5f5f5;
  overflow: hidden;
}
.swp5 .swiper-slide{

  border-radius: 10px;
  transition: all 0.3
  s 0s linear;
}

.swp5{
  /* overflow: 	visible; */
  /* overflow: inherit; */
}
.msg span{
  font-size: 0.14rem;
  color: black;
  position: relative;
  margin-bottom: 0.16rem;
}
.msg_title{
  margin-right: 0.1rem;
  width: 0.6rem;
  display: inline-block;
  /* text-align: center; */
  line-height: 0.3rem;
  color: rgb(215, 12, 25) !important;
}
.fadd.active{
  transform: rotate(45deg);
  color: rgb(215, 12, 25) !important;
}
.msg.active{
  height: 2.91rem;
  opacity: 1;
  /* box-shadow: 0px 0px 82px rgb(230, 230, 230) inset; */
}
.f_icon{
  position: absolute;
  width: 0.2rem;
  left: -0.25rem;
  top: 0.05rem;
  
}
.f_icon img{
  width: 100%;
}
.big.active{
  width: 100%;
  position: absolute;
  
}
.mark2{
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: white;
  z-index: 2;
  opacity: 0.8;
  display: none;
}
.mark2.active{
  display: block;
}
.mark3.active{
  display: block;
  /* left: 25%; */
  /* top: 8%; */
  width: 100%;
  height: 100%;
  text-align: center;
  /* padding-top: 5%; */
}
.mark3{
  position: absolute;
  /* width: 100%; */
  z-index: 3;
  display: none;
}
.mark3 img{
      /* width: 500px; */
      height: 100%;
}
.blank,.blank2,.blank3,.blank4,.blank5{
  padding:0;
  font-size: 0px;
}

.section_box{
  display: block;
}
.more{
  position: absolute;
  width: 96%;
  height: 90%;
  background: rgb(233, 232, 232);
  top: 0px;
  opacity: 0;
  /* z-index: 2; */
  transition: all 0.3s 0s linear;
  display: none;
}
video{
  display: none;
}
.blank4 .swiper-slide i{
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.blank4 .swiper-slide i:hover .more{
 opacity: 0.5;
}
.blank4 .swiper-slide i:hover .biger{
  top:35%;
}
.biger{
  font-size: 0.4rem;
  position: absolute;
  top:-40%;
  left: 35%;
  color: rgb(136, 136, 136);
  transition: all 0.3s 0s linear;
  cursor: pointer;
  display: none;
}
.pg2{
  z-index: 2;
}
@media screen and (min-width: 769px){
  .num_card{
    width: 15%;
  }
  article{
    width: 93%;
    /* padding: 0.3rem 0.2rem 0.3rem 0.35rem; */
    background: #4F4F4F;
    box-sizing: border-box;
    margin: 0 auto;
    border-radius: 10px;
    background-image: url(../img/bgg.jpg);
    padding-bottom:0.25rem;
    background-size: contain;
  }
  .bml{
      top: 0.08rem;
  }
  .bml_day{
      left: -0.05rem;
  }
  .b_title{
      margin: 0.25rem 0rem 0.05rem 0rem;
  }
  #loading p{
      font-size: 14px;
      display: inline-block;
      margin-left: 13%;
      margin-top: 9px;
  }
  #loading span{
      font-size: 14px;
  }
  .time span {
      /* font-size: 0.16rem; */
      margin: 0.05rem;
  }
  #loading div{
      position: absolute;
      top: 45%;
      left: 45%;
  }
  .load_img {
      width: 30%;
    
  }
  .down{
      bottom: 5%;
  }
  .bmr_t{
      font-size: 0.18rem;
  }
  .time_box{
      justify-content: space-around;
      /* align-items: center; */
      font-size: 0;
      padding: 0.3rem 1.6rem;
      padding-bottom: 0;
      display: flex;
      margin-top: 0.25rem;
      font-family: Helvetica;
  }
  .t_ps{
      font-size: 16px;
      width: 40%;
  }
  .time{
      justify-content: space-around;
      /* align-items: center; */
      font-size: 0;
      /* padding: 0.3rem 0.3rem; */
      margin-top: 0.2rem;
      width: 46%;
      margin: 0 auto;
     
    }
    .pro{
      display: flex;
      align-items: center;
      margin: 0.1rem 0px;
    }
    .jia{
      font-size:0.2rem;
      font-family: Helvetica;
      width: 30px;
      height: 30px;
      line-height: 30px;
    }
    #s_ps{
      /* font-size: 0.14rem; */
      margin-top: 0rem;
      /* text-align: center; */
    }
    .long{
      display: inline-block;
      width: 0rem;
      height: 20px;
      background: black;
      margin: 0 10px;
     
      transition: all 1s 0.6s linear;
      text-align: left;
    }
    .num3{
      /* font-size: 20px; */
      font-family: Helvetica;
    }
    .num3+p{
        font-size: 18px;
    }
    .time_day{
      font-size: 16px;
      text-align: center;
      top: -16px;
    }
    .time_title{
      margin-top: 3px;
      text-align: left;
    }
  .more,.biger{
      display: block;
  }
  #s_ps{
      /* font-size: 0.12rem; */
      margin-top: 0.1rem;
  }
  .time_title{
      font-size: 20px;
  }
  #loading-center-absolute{
      left: 53%;
  }
  
  .down{
      font-size: 30px;
      left: 49.3%;
  }
  .swp1 .swiper-wrapper{
      position: fixed;
    }
  .swp5 .swiper-slide:hover{
      box-shadow: 1px 0px 8px 3px gainsboro;
  }
  .swp1{
      height: 100%;
  }
  .banner_txt{
      width: 10%;
      position: absolute;
      z-index: 3;
      left: 32%;
      top: 32%;
  }
  .swp2_con i img.active{
      -ms-transform:scale(1.2); 	/* IE 9 */
      -moz-transform:scale(1.2); 	/* Firefox */
      -webkit-transform:scale(1.2); /* Safari 和 Chrome */
      -o-transform:scale(1.2); 
  }
  section img.active{
      -ms-transform:scale(1.2); 	/* IE 9 */
     -moz-transform:scale(1.2); 	/* Firefox */
     -webkit-transform:scale(1.2); /* Safari 和 Chrome */
     -o-transform:scale(1.2); 
     
     }
  #box #s_ps{
      font-size: 0.11rem;
  }
  .icon_box img{
      width: 80%;
      transition: all 0.3s 0s linear;
  }
  .icon_box img.active{
      transform: translateY(-3px);
  } 
 
  .r_right i{
      top: -0.1rem;
      width: 0.3rem;
  }
  .swp2 a::after{
      font-size: 0.13rem;
  }
  .txt_title{
      font-size:0.2rem;
  }
  section span{
      font-size:14px;
  }
  .th1 .slide1 p::before,.th1 .slide2 p::before,.th1 .slide3 p::before,.th1 .slide4 p::before{
      font-size: 20px;
  }
  .a_title p{
      font-size:0.2rem
  }
  .r_con span{
      font-size: 0.14rem;
  }
  .swp2 p{
   
      font-size: 14px;
      margin: 10px 0px;
  }
  .th1 p{
      font-size: 22px;
      font-weight: 600;
      /* padding: 10px; */
      /* background-color: #D70C19; */
      display: inline-block;
      border-radius: 10px;
      /* padding-right: 10px; */
      padding: 0px 20px 0px 8px;
      /* margin-left: 10px; */
      cursor: pointer;
  }
  .th1 .swiper-slide{
      width: auto !important;
  }

  .pg1 span{
      width: 8px;
  height: 8px;
  }
  .swp7{
      margin-bottom: 100px;
  }
  .swp6{
      /* padding-right: 200px; */
  }
  .msg.active{
      height: 2.97rem;
  }
  .chart{
      height: auto;
  }
  
  .title p{
      font-size: 24px;
  }
  .blank5{
      padding:0px 20%;
  }
  .blank5 i{
      width: 24%;
      text-align: center;
      /* padding: 8px 37px; */
      box-sizing: border-box;
      cursor: pointer;
  }
  .swp6 .swiper-slide{
      width: 17.5%;
      
  }
  .blank4{
      padding:0px 20%
  }
  .swp5{
      padding-right: 0;
      overflow: inherit;
  }
  .swp5 .swiper-slide{
      width: 31%;
      cursor: pointer;
      border-radius: 10px;
     
  }
  .blank3{
      padding:0px 15%;
  }
  .banner_con .banner_img {
      width: 100%;
      
  }
 header a{
     /* width: 110px;
     height: 43px; */
 }
  .banner_img {
      width: 100%;
      transform: translateY(0);
  }
 
  .banner_con .banner_txt{
      left: 45%;
  }
  .swp1 {
      background: black;
      /* height: 5rem; */
      /* font-size: 0px; */
      position: relative;
  } 
  .blank{
      padding: 0rem 10%;
      box-sizing: border-box;
  }
  .blank2{
      text-align: center;
  }
  .section_box{
      width: 100%;
      display: flex;
      
      box-sizing: border-box;
      justify-content: space-between;
  }
  .section_box section{
      padding: 0;
      width: 32.6%;
      overflow: hidden;
      border-radius: 10px;
      /* max-height: 191px; */
      /* height: 191px; */
  }
  article{
      width: 100%;
  }
  .swp2 .swiper-slide {
     cursor: pointer;
      width: 32%;
  }
  .swp2{
      padding-left: 0.35rem;
  }
  .swp3 .swiper-slide{
      width: 15.8%;
  }
  .line1,.line2,.line3{
      width: 35px;
  }
  .th1{
      display: inline-block !important;
      width: auto;
      text-align: center;
  }
  .swp4{
      width: 55%;
      
     
  }
  .num_card{
      margin-bottom: 15px;
  }
  .swp2 a{
      font-size: 14px;
  padding: 5px 13px;
  border-radius: 5px;
  text-align: center;
  transition: all 0.5s 0s linear;
  cursor: pointer;
  }
  .swp2 a:hover{
      background-color: rgb(175, 8, 8);
  }
  #box .txt_box{
      left: 158px;
  }
  #mychart{
      left: 0;
      

  }
  #box{
      width: 400px;
      margin: 0 auto;
      text-align: center;
  }
  #box #s_ps{
      padding-left: 8%;
  }
  #left,#right{
      width: 50%;
      margin-top: 0rem;
  }
  .card,.card2{
      margin: 0.3rem 0.1rem !important;
  }
  .card_contaier{
      display: flex;
      /* margin-top: 70px; */
  }
  .htmleaf-container{
      transform: scale(0.8);
      position: absolute;
      left: 0;
      top: 0;
      position: initial;
  }
  .chart{
      text-align: center;
      
  }
  .s{
      /* padding-bottom:0 */
  }
  .swp4_conbox{
      margin-top: 50px;
  }
  .card_contaier{
      width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width:1400){
  .th1 p{
      font-size: 18px;
  }
  .blank2{
      padding: 0 35%;
  }
  .swp4{
      width: 50%;
  }
  .num_card{
      width: 15%;
      padding-top: 0.3rem;
  }
  .num_card .num_txt{
      font-size: 0.15rem;
      height: 0.6rem;
  }
}
/* 下箭头动画 */
@keyframes down
{
  100% {
      transform: translateY(10px);
      -webkit-transform: translateY(10px);
      opacity: 1;
  }
  
  
  
  50% {
      transform: translateY(0px);
      -webkit-transform: translateY(0px);
      opacity: 0.3;
  }
  
  0% {
      transform: translateY(10px);
      -webkit-transform: translateY(10px);
      opacity: 1;
  }


}

@-webkit-keyframes down /*Safari and Chrome*/
{
100% {
  transform: translateY(5px);
  -webkit-transform: translateY(10px);
  opacity: 1;
}



50% {
  transform: translateY(0px);
  -webkit-transform: translateY(0px);
  opacity: 0.3;
}

0% {
  transform: translateY(5px);
  -webkit-transform: translateY(10px);
  opacity: 1;
}
}
