
/* #box{
width: 1324px;  
margin: 20px auto;    
} */
.swiper-container2 {
width: 90%;
height:100%;
margin: 0 auto;
overflow: hidden;
/* // 下面的padding 一定要加 （因为容器多余的部分被隐藏啦） */
padding-top: 50px;
padding-bottom: 50px;
}
.swiper-container2 .swiper-slide {
width: 291px;
height: 201px;
margin: 0 10px;
background-position: center;
background-size: cover;
transition: all 1s;

/* Center slide text vertically */
display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-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;

}
.swiper-container2 .swiper-slide img{
  

  width: 100%;
  display: block;
}
/* // 激活的样式（选中的当前项）	 */
.swiper-container2 .swiper-slide.swiper-slide-active{	
transform: scale(1);
z-index: 2;
}
.swiper-container2 .swiper-button-next::after{
  display: none;
}
.swiper-container2 .swiper-button-next{
  width: 42px;
  height: 42px;
  background: url("../img/next.png") 0 0/42px 42px no-repeat;
}
.swiper-container2 .swiper-button-prev{
  width: 42px;
  height: 42px;
  background: url("../img/prv.png") 0 0/42px 42px no-repeat;
}
.swiper-container2 .swiper-button-prev::after{
  display: none;
}




.swiper-container3 {
width: 48%;
padding-left:10px;
/* // 下面的padding 一定要加 （因为容器多余的部分被隐藏啦） */
/* padding-top: 50px; */
padding-bottom: 50px;
margin-left: 0;
}
.swiper-container3 .swiper-slide {
width: 90%;
margin-right:20px;
/* height: 162px; */

background-position: center;
background-size: cover;
transition: all 1s;
display: block;
/* Center slide text vertically */
/* display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex; */
/* -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; */
  font-size: 14px;
}
.swiper-container3 .swiper-slide img{
width: 100%;

}
/* // 激活的样式（选中的当前项）	 */
.swiper-container3 .swiper-slide.swiper-slide-active{	
/* transform: scale(1.2); */
z-index: 2;
color:#fff;
background: rgba(0,0,0,0.8);
}
.swiper-container3 .swiper-button-next::after{
  display: none;
}
.swiper-container3 .swiper-button-next{
  margin-right: 570px;
  margin-top: 170px;
  width: 42px;
  height: 42px;
  background: url("../img/next.png") 0 0/42px 42px no-repeat;
}
.swiper-container3 .swiper-button-prev{
  margin-right: 510px;
  margin-top: 170px;
  width: 42px;
  height: 42px;
  background: url("../img/prv.png") 0 0/42px 42px no-repeat;
}
.swiper-container3 .swiper-button-prev::after{
  display: none;
}
/* .news-banner>ul>li {
  margin-right: 10px;
} */

.swiper-pagination-bullet {
  width: 30px;
  margin-bottom: 30px;
  border-radius:0;
  height: 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 50px;
  
}
.erath{
  width: 1200px;
  height:200px;
  margin: 20px auto 0;
}
.erath ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.erath ul>li{
  width:185px;
  height:85px;
}
.erath ul>li>a{
  display:block;
  width:100%;
  height:100%;
   max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
.erath ul>li>a>img{
  max-width: 100%;
  max-height: 100%;
}
.erath .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 0px;
  
}
.erath .swiper-container{
  
  padding-bottom: 40px;
}