@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	list-style-type:none;
}
body{
	margin:0;
	padding:0;
	font:12px "微软雅黑",arial;
	background:#fff;
	margin: 0 auto;
}



/*wrapper*/
.wrapper{
	width: 100%;
	height: auto;
	min-height: 514px;
	overflow: hidden;
}



/*index-01*/
.index-01,.index-02,.index-03,.index-04,.index-05,.index-06,.index-07,.index-08,.index-09{
	width: 100%;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	display: block;	
}
.index-01 .img,.index-02 .img,.index-03 .img,.index-04 .img,.index-05 .img,.index-06 .img,.index-07 .img,.index-08 .img,.index-09 .img{
	width: 100%;
	height: 573px;
	margin: 0 auto;
	overflow: hidden;
	display: block;		
}
