*{
	font-family: "Microsoft YaHei UI";
	font-size: 16px;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
a:link {
	color: #333;
}
a:visited {
	color: #999;
}

body{

		}
a:hover{
	color: #F00;
}

tr:hover{
	background-color: #CCC;
	}
.header {
	margin: auto;
	overflow: hidden;
	background-image: url(../images/tail-body.jpg);
	background-repeat: repeat;
}
.top {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	line-height: 28px;
	padding-left: 10%;
	background-color: #FFF;
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
}
.guanjianci {
	color: #F00;
}
.header .logo {
	float: left;
	margin: 10px;
}
.header .search{
	height: 90px;
	width: 50%;
	float: right;
	padding: 10px;
}
.header .search .search-head{
	z-index: 11;
	height: 30px;
	margin-bottom: 3px;
	border: 3px solid #E4393C;
	overflow: hidden;
	float: right;
}
.header .search .xuanxiang{
	width: 100%;
	float: right;
	text-align: right;
}
.header .search #search{
	width: 216px;
	height: 30px;
	background-color: #fff;
	line-height: 20px;
	color: #999;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
}
.header .search #button{
	width: 78px;
	background: #E4393C;
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 30px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.header .nav{
	background-color: #39F;
	overflow: auto;
	float: left;
	padding-left: 10%;
	background-image: url(../images/nav.jpg);
	width: 100%;
}
.header .nav a{
	font-size: 20px;
	font-weight: bold;
	color: #FFF;
}
.header .nav ul li a:hover{
	background-color: #FFF;
	color: #000;
}
.header .nav ul .action a{
	background-color: #FFF;
	color: #000;
}
.header .nav ul li {
	margin: 5px;
	float: left;
	height: 48px;
	width: 100px;
	line-height: 48px;
	text-align: center;
	display: inline-table;
	
}
.nav .more{
	display: none;
	position: absolute;
	overflow: auto;
	width: 100px !important;
	background-image: url(../images/tail-body.jpg);
}
.nav .more li {
	z-index: 100;
	height: 30px !important;
	width: 80px !important;
	line-height: 30px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	margin-top: 10px !important;
	margin-right: auto !important;
	margin-bottom: 10px !important;
	margin-left: auto !important;
	float: none !important;
}
.nav .more li a{
	height: 100%;
	width: 100%;
	display: inline-table;
}

.header .nav ul li:hover .more{
	display: block;
}

.header .nav ul li a{
	display: inline-table;
	height: 100%;
	width: 100%;
}
#mainWrapper {
	width: 100%;
	margin: auto;
	overflow: hidden;
	background-color: #FFF;
	padding: 10px;
}
tr,td {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	line-height: 30px;
}
.t1 {
	line-height: 30px;
	background-image: url(../images/nav.jpg);
	background-repeat: repeat;
	padding: 10px;
	overflow: hidden;
}
/*
.category_lk {
	border: 1px solid #CCC;
	clip: rect(auto,auto,auto,auto);
	margin: 5px;
	overflow: hidden;
}
.flink div ul {
	padding: 10px;
}
*/

.flink div ul li {
	margin: 5px;
	float: left;
}
.jdt{
	overflow: hidden;
}
.jdt li {
	text-align: center;
	margin: 5px;
	float: left;
}
.footer{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999;
	background-image: url(../images/tail-body.jpg);
	background-repeat: repeat;
	padding: 5px;
	position: relative;
	bottom: 0px;
}

.footer p{
	text-align: center;
	margin-top: 10px;
}