/* CSS Document */
html {
	overflow-y:auto;
	overflow-x:auto;
}
body {
	background:#fff url(../images/body-bg.jpg) center top no-repeat;
	font-family:"Microsoft YaHei",verdana,"\5B8B\4F53";
	font-size:12px;
	color:#000;
	text-align:left;
	word-break:break-all;
	word-wrap:break-word;
	display:block;
	zoom:1;
}
body,div,p,h1,h2,h3,h4,h5,h6,
dl,dt,dd,ul,ol,li,
form,input,textarea,button,
pre,img {
	margin:0;
	padding:0;
}
dl,dt,dd,ul,ol,li {
	list-style:none outside none;
}
img,a {
	border:0;
}
table {
	margin:0 auto;
	border:0;
	padding:0;
	font-size:12px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#000;
	text-decoration:underline;
}
input,textarea,select {
	font-size:100%;
	font-family:"Microsoft YaHei",verdana,"\5B8B\4F53";
	color:#000;
	outline:0;
	resize:none;
}
/*************************************************************************************************/
.sd-wrap {
	width:1000px;
	margin:0 auto;
}
/*************************************************************************************************/
.banner {
	height:160px;
}
/*************************************************************************************************/
.menu {
	height:40px;
	width:1000px;
}
.menu .item {
	float:left;
	display:inline;
	height:40px;
	width:100px;
}
.menu .item a{
	float:left;
	display:inline;
	height:40px;
	width:100px;
	margin:0;
	padding:0;
	line-height:40px;
	font-size:15px;
	font-weight:bold;
	color:#FFF;
	text-align:center;
}
.menu .item a:hover {
	text-decoration:none;
	color:#C00;
	text-transform: uppercase;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-shadow:#FFF 0 0 5px;
}
/*************************************************************************************************/
.footer {
	width:1000px;
	margin:0 auto;
	text-align:center;
	background:url(../images/foot.jpg) no-repeat;
	padding:30px 0;
}
.footer .copy {
	line-height:20px;
}
/*************************************************************************************************/
.fcb {
	zoom:1;
}
.fcb:after {
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	overflow:hidden;
}