html, body {
    width: 100%;
    height: 100%; 
}
  
  body {
    overflow-x: hidden; 
}
  
  *{
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    text-decoration: none;
    box-sizing: border-box; 
}
.container{
  overflow: hidden;
  width: 19.2rem;
  height: 41rem;
  padding-top: 2.8rem;
  position: relative;
  background: url(../img/bk.png) no-repeat;
  background-size: 100% auto;
}
.logo{
  width: 14.8rem;
  height: 3.3rem;
  margin: auto;
  margin-bottom: 2.3rem;
}
.logo>img{
  width: 100%;
  height: 100%;
  display: block;
}
.vl{
  width: 16rem;
  height: 7.9rem;
  margin: auto;
}
.b1{
    width: 14rem;
    height: 7.9rem;
    float: left;
    position: relative;
    overflow: hidden;
}
.blo{
    width: 28rem;
    position: absolute;
    left: 0;
    top: 0;
    transition: 1s;
}
.v1{
  width: 14rem;
  height: 7.9rem;
  border: none;
  outline: -webkit-focus-ring-color auto 0px;
  float: left;
}
.icon{
  width: 14.14rem;
  height: 0.78rem;
  margin: 2.08rem auto 0.95rem;
}
.icon img{
  width: 100%;
  height: 100%;
  display: block;
}
.show{
  width: 14rem;
  height: 7rem;
  margin: auto;
  
}
.left{
  width: 0.45rem;
  height: 0.72rem;
  margin-top: 3.1rem;
  margin-right: 0.35rem;
  float: left;
}
.left img{
  width: 100%;
  height: 100%;
}
.list{
  width: 12.2rem;
  height: 7rem;
  float: left;
  position: relative;
  overflow: hidden;
}
.list img{
  width: 12.2rem;
  height: 7rem;
  float: left;
  display: block;
}
.right{
  width: 0.45rem;
  height: 0.72rem;
  margin-top: 3.1rem;
  margin-left: 0.35rem;
  float: left;
}
.right img{
  width: 100%;
  height: 100%;
}
.banner{
  width: 24.4rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s;
}

.v2{
  width: 12.2rem;
  height: 7rem;
  float: left;
  display: block;
}
/* .banner1{
  width: 19.2rem;
  height: 7rem;
  background-color: black;
} */
.swiper-container {
  width: 19.2rem;
  height: 7rem;
}
.swiper-container a{
  display: block;
  width: 4rem;
  height: 7rem;
}

.swiper-slide img{
  width: 100%;
  height: 100%;
}
.swiper-slide {
  width: 4rem;
  height: 7rem;
  background: #fff;
  margin-right: 0.2rem;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  display: block;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
transition: 300ms;
transform: scale(0.7);
opacity: .6;
}
.swiper-slide-active,.swiper-slide-duplicate-active{
  transform: scale(1);

  opacity: 1;
}
.swiper-slide-prev,.swiper-slide-duplicate-prev{
  transform: scale(0.8);
  
}
.swiper-slide-next,.swiper-slide-duplicate-next{
  transform: scale(0.8);

  
}
.swiper-button-prev:after{
  content: "" !important;
}
.swiper-button-next:after{
  content: "" !important;
}
.show1{
  width: 14rem;
  height: 6.35rem;
  margin: auto;
}
.txt{
  width: 11.2rem;
  height: 6.25rem;
  float: left;
  position: relative;
  overflow: hidden;
}
.txt2 p{
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  padding-right: 0.4rem;
}
.banner2{
  width: 22.4rem;
  position: absolute;
  left: 0;
  top: 0;
  transition: 1s;
}
.txt1{
  width: 5rem;
  height: 6.2rem;
  float: left;
}
.txt1 h3{
  font-size: 0.29rem;
}
.txt h4{
  font-size: 0.2rem;
  margin-top: 0.25rem;
  margin-bottom: 0.32rem;
}
.txt p{
  font-size: 0.2rem;
  line-height: 0.5rem;
  overflow:hidden;
	text-overflow:ellipsis;
  margin-bottom: 0.3rem;
  font-weight:bolder;
}
.txt a{
  font-size: 0.2rem;
  display: block;
  color: #ae0000;
  font-weight:bolder;
}
.txt2{
  width: 5rem;
  height: 2.9rem;
  background-color: #fff;
  padding-left: 0.28rem;
  padding-top: 0.45rem;
}
.box1{
  width: 4.8rem;
  height: 0.2rem;
  margin-top: 0.25rem;
  margin-bottom: 0.62rem;
}
.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 19.2rem;
  height: 1rem;
  text-align: center;
  color: #202020;
  font-size: 0.18rem;
  line-height: 1rem;
  letter-spacing: 0.5pt;
  white-space: nowrap;
}
.footer a{
  color: #202020;
}