

.banner {
	width: 100%;
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}
.swiper-button-next, .swiper-button-prev{
	/* background-color: rgba(0,0,0,.3); */
	background-image: url(../images/b-r1.png);
	background-repeat: no-repeat;
	background-position: center center;
	width: 80px;
	height: 80px;
	background-size: 80px;
}

 .swiper-button-prev {
	transform: rotateY(180deg);
}

.main .container {

	width: 1400px;
}
.main {
	padding-top: 50px;
}
.swiper-container {
	width:100%;
	height: 550px;
  }

  .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;

	/* 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-wrapper .swiper-slide {
	background-size: 100% 100%;
	background-repeat: no-repeat;
	/* position: absolute; */
	background-position: center center;
   
  }
  .swiper-wrapper .swiper-slide .content {
	  width: 40%;
	  height: 320px;
	  top: 40%;
	  position: absolute;
	  right: 0;
	  background:rgba(255, 102, 01, 0.5);
	  filter: Alpha(opacity=20);
	  /*实现IE背景透明,文字不透明*/
	  
	 
	  font-weight: bold;
	padding:30px 20px 0; 
	box-sizing: border-box;
	color: #fff;
  }

  .swiper-wrapper .swiper-slide  .content h5 {
	  font-size: 20px;
	  color: #fff;
  }
  .swiper-wrapper .swiper-slide  .content p {
	  margin-top: 20px;
	  text-align: left;
	  font-size: 16px;
	  line-height: 30px;
	  font-weight: 400;
	  
  }
  .swiper-wrapper .swiper-slide  .content a {
	
	  position: absolute;
	  width: 100px;
	  height: 40px;
	  bottom: 20px;
	  left: 20px;
	  line-height: 40px;
	  background-color: #fff;
	  font-size: 14px;
	  color: #ff6601;
	  border-radius: 5px;
  }

@media screen and (max-width: 1450px) {
	.main .container {
		width: 1200px;
	}
}

@media screen and (max-width: 1250px) {
	.main .container {
		width: 1000px;
	}
	
}

@media screen and (max-width: 1050px) {
	.main {
		background-image: inherit;
		padding-top: 50px;
	}
	
	.main .container {
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
		background-color: #FFFFFF;
	}

	
	
}

@media screen and (max-width: 800px) {

	.swiper-container {
		height: 300px;
	}
	.swiper-wrapper .swiper-slide .content {
		position: absolute;
		padding:10px 20px 0; 
		width: 100%;
		height: auto;
		bottom: 0;
		top: 65%;
	}
	.swiper-wrapper .swiper-slide .content p {
		display: none;
	}
	
	
	.swiper-wrapper .swiper-slide .content h5 {
		text-align: left;
	}
	.swiper-wrapper .swiper-slide .content {
		background-color:transparent;
	}
	.swiper-button-next, .swiper-button-prev{
	
		background-size: 40px;
		width: 40px;
		height: 40px;
	}
}