.swiper-container {
    width: 100%;
    height: 600px;
}  
.swiper-wrapper{
}
.swiper-slide{
	background-color: #3E3E3E;
	z-index: 99;
	color: #E3E3E3;
	text-align: center;
}
.my-bullet-active{
	background: #E3E3E3;
}

.s-title{
	color: #FFFFFF;
	text-align: center;
	font-size: 56px;
	margin-top: 150px;
	margin-bottom: 100px;
	letter-spacing: 15px;
}

.s-content{
	width: 800px;
	text-align: center;
	font-size: 20px;
	margin: 0 auto;
	line-height: 36px;
	
	letter-spacing: 4px;
}