 .swiper-container {
 	width: 100%;
 	min-width: 1000px;
 	height: 500px;
 	margin-top: 69px;
 }
 .swiper-slide img{
 	height: 500px;
 }
 .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-pagination-bullet {
 	width: 10px;
 	height: 10px;
 	text-align: center;
 	line-height: 20px;
 	font-size: 12px;
 	color: #000;
 	opacity: 1;
 	background: rgba(0, 0, 0, 0.2);
 }
 
 .swiper-pagination-bullet-active {
 	color: #fff;
 	background: #007aff;
 }
 
 .jiesao {
 	position: relative;
 	margin: 30px auto;
 	width: 900px;
 }
 
 .jiesao-text {
 	width: 600px;
 	float: left;
 }
 
 .jiesao-img {
 	float: right;
 }
 
 .bar-3{
 	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;
 }
 .bar-3>img{
 	width: 300px;
 	height:200px;
 	margin-left: 20px;
 	margin-top: 20px;
 	margin-bottom: 20px;
 }
 .bar-3>img:first-child{
 	margin-left: 0;
 }
 
.About-Us{
	padding: 40px 0px 10px;
}
.title{
	margin-bottom: 20px;
}