@charset "utf-8";
body{
	color:#414141;
	background:#f2f7f3;
	font-size:14px;
	line-height: 1.7em;
	height:auto;
	font-family:"\5FAE\8F6F\96C5\9ED1","Microsoft YaHei";
}
h1,h2,h3,h4,h5,h6,button{
	color:#565656;
}
a{
	color:#565656;
	text-decoration:none;
}
a:focus
	{
	outline:none;
	-moz-outline:none;
}
i{
	font-style: normal;
}
img{
	vertical-align: middle;
}
	.ftConw a:hover{
	color:#fff;
}
/*table*/
	.table{
	width: 100%;
	border: 1px solid #b5b9c0;
	font-size: 14px;
}
.table th{
	height: 38px;
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	color: #323232;
	border: 1px solid #b5b9c0;
	background: #eee;
}
.table td{
	height: 38px;
	text-align: center;
	color: #666;
	border: 1px solid #b5b9c0;
}
select{
	height:35px;
	line-height:35px;
}