/* CSS Document */
* {
	margin: 0;
	padding: 0;
	border: none;
	color: #333;
	font-family: "新宋体", "宋体", Arial;
	font-size: 13px;
	list-style: none;
	line-height: 22px;
	text-decoration: none;
}
.clear {
	clear: both;
}
body {
	text-align: center;
	background-color: #efefef;
}
.container {
	margin: 2px auto;
	width: 990px;
	text-align: left;
	background-color: #fff;
	padding: 0 30px 5px;
}
#logo {
	width: 988px;
	height: auto;
	overflow: hidden;
	background-color: #111;
	border-right: #333 1px solid;
	border-left: #ddd 1px solid;
}
#logo img {
	float: left;
	margin-right: 30px;
}
#logo h1 {
	font-size: 24px;
	margin: 30px 0 20px;
	color: #FFF;
}
#logo p {
	color: #ddd;
}
#nav {
	clear: both;
}
#nav ul {
	height: 30px;
	overflow: hidden;
	background-color: #666;
	border-right: #565656 1px solid;
	border-left: #ddd 1px solid;
	border-top: #454545 1px solid;
	border-bottom: #787878 1px solid;
}
#nav li {
	float: left;
	line-height: 30px;
	border-right: #444 1px solid;
	border-left: #888 1px solid;
}
#nav li a {
	color: #FFF;
	padding: 9px 20px;
	font-size: 12px;
	font-weight: bold;
}
#nav li a:hover {
	background-color: #FFF;
	color: #000;
}
.content {
	padding: 10px 0 20px;
	overflow: hidden;
}
.content .banner img{
	float:left;
	margin-right:30px;
	}
.content .h2bg {
	padding: 25px 20px 20px;
	border-bottom: #eee 1px solid;
	background-color: #ddd;
}
.content .h2bg h2 {
	font-size: 24px;
	margin-bottom: 10px;
}
.content h2 {
	font-size: 16px;
}
.content h3 {
	margin: 15px 0 10px 0;
	background-color:#ddd;
	line-height:30px;
	color:#000;
	padding-left:15px;
}
.content h4 {
	margin: 10px 0 5px 0;
}
.content img {
	margin: 10px 0;
}
.content .imgl {
	float: left;
	margin-right: 20px;
	margin-top:20px;
}
.content .imgr {
	float: right;
	margin-left: 20px;
}
.content p {
	text-indent: 20px;
}
.content p a {
	color: #06F;
}
.content p a:hover {
	text-decoration: underline;
}
.content .jianjie {
	clear: both;
	/*padding: 15px;*/
	border-top: #eee 1px solid;
	/*border-right: #eee 1px solid;
	border-left: #eee 1px solid;*/
	overflow: hidden;
}
.content .f-left {
	width: 450px;
	float: left;
	padding-right: 30px;
	display: inline;
	border-right: #eee 1px solid;
}
.content .f-right {
	width: 480px;
	float: right;
	display: inline;
}
.content .jianjie .news-list {
	padding: 10px 0 10px 0;
}
.content .jianjie .news-list li {
	line-height: 25px;
}
.content .jianjie .news-list li a {
	color: #06F;
}
.content .jianjie .news-list li a:hover {
	text-decoration: underline;
}
.content .jianjie .news-list li span {
	float: right;
}
.content .jianjie table {
	width: 95%;
	text-align: center;
	margin: 10px 0;
}
.content .jianjie td {
	border: none;
	background-color: #eee;
	padding: 5px 15px;
	margin: 0;
}
.content .jianjie .n-left{
	width: 320px;
	float: left;
	padding-right: 10px;
	display: inline;
	}
.content .jianjie .n-left h3{
	background-color:#777;
	line-height:30px;
	color:#FFF;
	padding-left:15px;
	}
.content .jianjie .n-left ul{
	border-right:1px solid #898989;
	border-left:1px solid #898989;
	background-color:#999;
	padding:10px 0;
	}
.content .jianjie .n-left .n-lianxi li{
	padding-left:15px;
	border-bottom:#FFF 1px solid;
	}
.content .jianjie .n-left li{
	line-height:30px;
	margin:5px 0;
	color:#FFF;
	}
.content .jianjie .n-left li a{
	width:303px;
	display:inline-block;
	padding:3px 0;
	background-color:#999;
	padding-left:15px;
	color:#FFF;
	border-top:1px solid #d9d9d9;
	border-bottom:1px solid #888;
	}
.content .jianjie .n-left li a:hover{
	border-top:1px solid #777;
	border-bottom:1px solid #898989;
	}
.content .jianjie .n-right{
	width: 630px;
	float: right;
	display: inline;
	boder-bottom: #eee 1px solid;
	}
.content .jianjie .n-right a{
	color:#06F;
	text-decoration:underline;
	}
.content .jianjie .n-right a:hover{
	text-decoration:none;
	}
.content .jianjie .n-right ul li{
	line-height:22px;
	}
.content .jianjie .n-right h2{
	margin:20px 0;
	}
.content .jianjie .n-right .daodu p{
	background-color:#ddd;
	padding:10px;
	margin-bottom:20px;
	}
.footer {
	clear: both;
	padding: 10px 10px 10px 10px;
	background-color: #000;
	overflow: hidden;
}
.footer ul {
	clear: both;
}
.footer ul li {
	float: left;
	color: #FFF;
	margin-right: 15px;
}
.footer ul li a {
	color: #FFF;
}
input {
	width: 300px;
	height: 30px;
	margin: 10px 0 10px 3px;
	border-top: #ddd 1px solid;
	border-right: #eee 1px solid;
	border-bottom: #efefef 1px solid;
	border-left: #ccc 1px solid;
	padding-left:10px;
}
.textareaaa {
	width: 420px;
	height: 200px;
	border-top: #ddd 1px solid;
	border-right: #eee 1px solid;
	border-bottom: #efefef 1px solid;
	border-left: #ccc 1px solid;
	margin: 15px 0 10px 3px;
	padding:10px;
}
.tijiaoliuyan a {
	color: #fff;
	background-color: #666;
	border-top: #777 1px solid;
	border-right: #444 1px solid;
	border-bottom: #222 1px solid;
	border-left: #777 1px solid;
	padding: 5px 25px;
}
.tijiaoliuyan a:hover {
	border-top: #444 1px solid;
	border-right: #555 1px solid;
	border-bottom: #555 1px solid;
	border-left: #333 1px solid;
}
.baojia-lianxi p a{
	color: #fff;
	background-color: #777;
	border-top: #888 1px solid;
	border-right: #555 1px solid;
	border-bottom: #333 1px solid;
	border-left: #888 1px solid;
	padding: 5px 25px;
	}
.baojia-lianxi p a:hover {
	border-top: #555 1px solid;
	border-right: #666 1px solid;
	border-bottom: #666 1px solid;
	border-left: #444 1px solid;
}