/* banner begin */
.fullSlide{
	width: 100%;
	background: #000000;
	position: relative;
	height: 420px;
	z-index: 1
}
.fullSlide ul{
	margin: 0;
	padding: 0
}
.fullSlide .bd{
	margin: 0 auto;
	position: relative;
	z-index: 0;
	overflow: hidden
}
.fullSlide .bd ul{
	width: 100% !important
}
.fullSlide .bd li{
	width: 100% !important;
	text-align: center;
	height: 420px;
	overflow: hidden
}
.fullSlide .bd li a{
	display: block;
	height: 420px
}
.fullSlide .hd{
	width: 100%;
	line-height: 30px;
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	height: 30px
}
.fullSlide .hd ul{
	text-align: center
}
.fullSlide .hd ul li{
	width: 12px;
	margin: 1px 4px;
	display: inline-block;
	background: #ffffff;
	line-height: 999px;
	cursor: pointer;
	height: 12px;
	overflow: hidden;
	border-radius: 12px; /* Opera 10.5+, 以及使用了IE-CSS3的IE浏览器 */
	-moz-border-radius: 12px; /* Firefox */
	-webkit-border-radius: 12px; /* Safari 和 Chrome */
	*display: inline;
	zoom: 1
}
.fullSlide .hd ul .on{
	background: #e60012
}
.fullSlide .prev,.fullSlide .next{
	margin-top: -30px;
	width: 40px;
	background: url(../images/slider-arrow.png) -126px -137px #000000 no-repeat;
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 0;
	height: 60px;
	cursor: pointer;
	opacity: 0.5;
	filter: alpha(opacity=50)
}
.fullSlide .next{
	background-position: -6px -137px;
	left: auto;
	right: 0
}

/*===================================================================================================
适配手机
===================================================================================================*/
@media only screen and (max-width:1200px){
.fullSlide{
	height: 500px
}
.fullSlide .bd li{
	height: 500px
}
.fullSlide .bd li a{
	height: 500px
}
.bd ul li{
	background-size: auto 100% !important
}
}
@media only screen and (max-width:1000px){
.fullSlide{
	height: 440px
}
.fullSlide .bd li{
	height: 440px
}
.fullSlide .bd li a{
	height: 440px
}
.bd ul li{
	background-size: auto 100% !important
}
}
@media only screen and (max-width:900px){
.fullSlide{
	height: 400px
}
.fullSlide .bd li{
	height: 400px
}
.fullSlide .bd li a{
	height: 400px
}
.bd ul li{
	background-size: auto 100% !important
}
}
@media only screen and (max-width:800px){
.fullSlide{
	height: 340px
}
.fullSlide .bd li{
	height: 340px
}
.fullSlide .bd li a{
	height: 340px
}
.bd ul li{
	background-size: auto 100% !important
}
}
@media only screen and (max-width:720px){
body{
	background: #ffffff
}
.fullSlide{
	height: 280px
}
.fullSlide .bd li{
	height: 280px
}
.fullSlide .bd li a{
	height: 280px
}
.bd ul li{
	background-size: auto 100% !important
}
}
@media only screen and (max-width:640px){
.fullSlide{
	height: 180px
}
.fullSlide .bd li{
	height: 180px
}
.fullSlide .bd li a{
	height: 180px
}
.bd ul li{
	background-size: auto 100% !important
}
}
@media only screen and (max-width:480px){
.fullSlide{
	height: 180px
}
.fullSlide .bd li{
	height: 180px
}
.fullSlide .bd li a{
	height: 180px
}
.bd ul li{
	background-size: auto 100% !important
}
}

@media only screen and (max-width:320px){
.fullSlide{
	height: 130px
}
.fullSlide .bd li{
	height: 130px
}
.fullSlide .bd li a{
	height: 130px
}
.bd ul li{
	background-size: auto 100% !important
}
}
/* banner end */