




/* fullSlide */
.fullSlide{
	width:100%;
	height:600px;
	position:relative;
	background:#000;
	overflow: hidden;
	z-index: 98;	
}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul li img {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.fullSlide .bd ul{
	width:100% !important;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
		height:600px;
}
.fullSlide .bd ul li{
	width:100% !important;
	height:600px;
	overflow:hidden;
	text-align:center;
	margin: 0px;
	padding: 0px;
}
.fullSlide .bd ul li a{
	display:block;
	height:600px;
	margin: 0px;
	padding: 0px;
}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{
	display:none;
	position:absolute;
	z-index:1;
	top:30%;
	left:1%;
	z-index:1;
	width:40px;
	height:200px;
	cursor:pointer;
	filter:alpha(opacity=50);
	opacity:0.5;
	display:none;
	margin-top: 0%;
	background-color: #000;
	background-image: url(../images/slider-arrow.png);
	background-repeat: no-repeat;
	background-position: -126px -75px;
}
.fullSlide .next{
	background-position:-6px -75px;
	right: 1%;
	left: auto;
}


.hero_image {
    background-repeat: no-repeat;
    background-size: cover;
   /*background-position: 25% center;*/
    background-position: center;
}
@media only screen and (min-width:1001px) and (max-width:1440px){
	.fullSlide{

		height:500px;
		
	}
	
	.fullSlide .bd ul{
	height:500px;
	}
	
	.fullSlide .bd ul li{
		height:500px;
	
	}
	.fullSlide .bd ul li a{
	
		height:500px;
	
	}
}
@media only screen and (min-width:601px) and (max-width:1001px){




.fullSlide{

	height:240px;
	
}

.fullSlide .bd ul{
height:240px;
}

.fullSlide .bd ul li{
	height:240px;

}
.fullSlide .bd ul li a{

	height:240px;

}
.fullSlide .prev,.fullSlide .next{
	display:none;
	background-image: none;
	filter:alpha(opacity=100);
	opacity:1;
	display:none;
	margin-top: -60px;
	background: #fff;
}

}
@media only screen and (max-width: 600px){


.fullSlide{

	height:200px;
	
}

.fullSlide .bd ul{

		height:200px;
}
.fullSlide .bd ul li{
	height:200px;

}
.fullSlide .bd ul li a{

	height:200px;

}

.fullSlide .prev,.fullSlide .next{
	display:none;
	background-image: none;
	filter:alpha(opacity=100);
	opacity:1;
	display:none;
	margin-top: -60px;
	background: none;
}

}
