﻿/* （）做最好的整站模板下载网站 */
@charset "utf-8";
* {
	margin:0;
	padding:0;
	list-style-type:none;
}
a, img {
	border:0;
	text-decoration:none;
}
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden
}
.clearfix {
	display:inline-table
}
*html .clearfix {
	height:1%
}
.clearfix {
	display:block
}
*+html .clearfix {
	min-height:1%
}
/* nav_menu */
.nav_menu {
	height:42px;
	background:#00a2ca;
}
.nav {
	width:1006px;
	height:41px;
	position:relative;
	margin:0 auto;
}
.nav .list li {
	float:left;
}
.nav .list a {
	float:left;
	display:block;
	width:125px;
	height:42px;
	text-align:center;
	font:bold 13px/42px "微软雅黑";
	color:#fff;
}
.nav .list a:hover {
	color:#FFA304;
}
.nav .list a:hover, .nav .list .now {
	color:#FFF;
	background:#0095bb;
	text-decoration:none;
}
.nav .box {
	position:absolute;
	left:-5px;
	top:42px;
	z-index:999;
	width:1006px;
	background:#333;
	overflow:hidden;
	height:0;
	filter:alpha(opacity=0);
	opacity:0;
	border-bottom:2px solid #3c3e41;
}
.nav .cont {
	position:relative;
	padding:25px 0 0px 24px;
}
.top {
	height:41px;
	background:#faf9f4;
	line-height:41px;
}
.top span {
	float:right;
	color:#515454;
	margin-right:60px;
}
.top span a {
	color:#515454;
}
/* sublist */
.sublist li {
	float:left;
	width:168px;
	padding-right:24px;
	padding-bottom:24px;
}
.sublist li h3.mcate-item-hd {
	font-family:'微软雅黑';
	color:#fff;
	padding-left:2px;
	font-size:14px;
	height:26px;
	line-height:26px;
	border-bottom:1px dashed #6F6969;
}
.sublist li p.mcate-item-bd {
	padding-left:2px;
}
.sublist li p.mcate-item-bd a {
	height:26px;
	line-height:26px;
	margin-right:5px;
	font-size:12px;
	color:#FFFFFF;
	text-decoration:none;
	display:inline-block;
}
.sublist li p.mcate-item-bd a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
.sublist li h3.mcate-item-hd a {
	color:#FFFFFF;
	text-decoration: none;
}
