/*Slider Start*/
#slides{
	width:100%; /*1080px*/
	height:500px;
	float:left;
	z-index:-001;
	padding:0px;
	text-align:center;
	padding-top:40px;
	
}
.slides_container {
	/*background:#000;*/
	width:100%;
	height:500px; /*505px*/
	z-index:-001;
	/*display:none;*/
}
.slides_control{
	width:100%;
	height:auto;
	float:none;
	margin:0px auto;
	padding:0px;
	z-index:-001;
}


/*

	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/
.slides_container div {
	width:100% !important;
	height:auto; /*500px*/
	display:block;
	z-index:-001;
	
}


.slides_container div img {
	position:relative;
    z-index:-001;
	width:100%;
	height:auto;
	border:solid 1px #666666;
}





/*
	Optional:
	Reset list default style
*/
.pagination {
	list-style:none;
	margin:0 auto;
	padding:5px;
	width:110px;
	height:16px;
	float:none;
	/*background:rgba(255, 255, 255, 0.1);*/
	
	position: relative;
	z-index:200;
	top:-45px;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.pagination li{
	list-style:none;
	display:inline;
	margin:0 5px 0 0;
	padding:0px;
	float:left;
}

/*
	Optional:
	Show the current slide in the pagination
*/
.pagination a, .pagination .current a {
	width:17px;
	height:16px;
	float:left;
	font-size:0px;
}
.pagination a {
	background:url(bnr_nav.png) no-repeat -16px top transparent;
}
.pagination .current a {
	background:url(bnr_nav.png) no-repeat left top transparent;
}

.prev, .next{
	width:25px;
	height:63px;
	font-size:0px;
	position:absolute;
	z-index:100;
	top:370px;
}
.prev{
	background:url(arrowL.png) no-repeat left top;
	float:left;	
	left:150px;
}
.next{
	background:url(arrowR.png) no-repeat right top;
	float:right;
	right:150px;
}



.banner1	{
	background-image:url(../banner/banner11.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	height:600px;
	width: 100%;	
	overflow:hidden
	
	
}
.banner2	{
	background-image:url(../banner/banner21.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	height:600px;
	width: 100%;	
	overflow:hidden
}
.banner3	{
	background-image:url(../banner/banner31.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	height:600px;
	width: 100%;	
	overflow:hidden
}
.banner_box	{
	width: 100%;	
	max-width: 950px;
	margin: auto;
	position:relative;
	padding:10px;
	height:400px;
	overflow:hidden;
	margin-top:70px;
}
.banner_left_data {
	float: right;
	font-size: 16px;
	margin-top: 20px;
	width: 60%;
	padding:5px;
	text-align:left;
	color:#FFF;
}

.banner_left_data h1 {
    font-size: 36px;
    font-weight: bold;
    line-height: 42px;
	width:100%;
}

.banner_left_data p {
    color: #FFF;
    line-height: 20px;
    margin-bottom: 22px;
}


.banner_left_data a {
    color: #2aacc8;
}
.banner_left_data a:hover {
    text-decoration: underline;
}
.banner_right_data {
	float: left;
	font-size: 13px;
	margin-top: 20px;
	width: 20%;
	padding:5px;
}
