#chinaz body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, button, img {
	/*margin: 0;
	padding: 0;
	border: 0*/
}

.banner-img {
	margin: 0;
	padding: 0;
	border: 0
}

#chinaz img, button {
	border: none
}
#chinaz ol, ul, li {
	list-style: none
}
#chinaz body {
	font-family: "\5FAE\8F6F\96C5\9ED1","\5B8B\4F53";
	font-size: 14px;
	min-width: 1200px;
	background: #f3f0eb;
	color: #333
}

#chinaz a {
	color: #333;
	text-decoration: none
}
#chinaz a:hover {
	color: #ff4839
}
#chinaz a:focus {
	outline: none;
	-moz-outline: none
}

#chinaz { /*轮播模块*/
	position: relative;
	width:700px;
	height: 480px;
	overflow: hidden;
}

#chinaz .banner-img {/*大图模块内图片定位*/
	position:relative
}
	#chinaz .banner-img	li { /*大图列表*/
		float: left;
		width: 700px;
		height: 480px;
		position: relative
	}
		#chinaz .banner-img li img { /*大图列表内图片*/
			width: 700px;
			height: 480px;
			display: block
		}

	#chinaz .banner-circle { /*缩略图模块*/
		position: absolute;
		left: 30%;
		bottom: 15px;
		height: 60px;
		text-align: center;
		z-index: 2;
		overflow: hidden
	}
.banner-circle6 { /*缩略图模块*/
	left: 40%!important;
}
.banner-circle3 { /*缩略图模块*/
	left: 21% !important;
}
	#chinaz .banner-circle li { /*缩略图模块列表*/
		margin: 0 5px;
		display: inline-block;
		display: -moz-inline-stack;
		vertical-align: middle;
		zoom: 1
	}
		#chinaz .banner-circle li a { /*缩略图模块列表a标签*/
			display: block;
			width: 70px;
			height: 48px;
			border: 2px solid #fff;
			overflow: hidden
		}
			#chinaz .banner-circle li a img { /*缩略图模块列表a标签内图片*/
				display: block;
				width: 70px;
				height: 48px;
			}
#chinaz .banner-circle .selected a { /*缩略图模块列表a标签内图片选中样式*/
	border-color: #0094ff;
	box-shadow: #333 0px 0px 10px;
}