@charset "utf-8";
/*
author:Bean
time: 2011-6-24
*/

@import url("reset-grids.css");

li{
	padding:0;
	margin:0;
}
.w950{
	font-size:12px;
	font-family:"微软雅黑";
	line-height:1.4em;
}
.w950 #header, .w950 #content, .w950 #footer { width: 950px }
a{
	color:#333;
}
a:hover{
	color:#f60;
}

.clearfix:after{
	content:'\20';
	display:block;
	height:0;
	clear:both;
}
.clearfix{
*zoom:1;
}


/*top*/
.top{
	width:950;
	height:126px;
}
.top img{
	width:950;
	height:126px;
}

/*--= #header*/
.menu{
	height:32px;
	line-height:32px;
	background:#990099;
	padding-left:36px;
	border-top:5px solid #948163;
}
.menu li{
	float:left;
	line-height:32px;
}
.menu li a{
	background:#990099;
	color:#fff;
	display:block;
		font-size:15px;
	font-family:"Arial,verdana,sans-serif";
	font-weight:700;
	line-height:32px;
	padding:0 8px;
}
.menu li a:hover{
	background:#990099;
	color:#fff;
	font-weight:700;
	line-height:32px;
	text-decoration:none;
}
.menu li.form{
	float:right;
	margin-right:12px;
}
.menu li.form input.search{
	height:20px;
	border:1px solid #aaa;
}

/*--= #content*/
#content{
	background:#fff7ff;
	padding-top:2px;
}
/*--= #col-main*/
.col-main{
}
.main-wrap{
}
.col-main p span{
	font-family:"微软雅黑", Verdana, Geneva, sans-serif;
	font-size:1.3em;
	line-height:1.5em;
	font-weight:bold;
}
.col-main p.title{
	border-bottom:2px solid #d6251d;
	height:36px;
	line-height:36px;
}
.col-main p.title span{
	color:#d6251d;
	line-height:36px;
}


/*--= #col-sub*/
.col-sub{
}
.col-sub #gybk{
	background:#feefd1;
	padding:12px;
}
.kwjj{
}
.kwjj p{
	font-family: "宋体", Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:1.4;
	margin-left:20px;
}
.kwjj p span{
	color:#fff;
	font-family:"华康魏碑W7(P)";
	font-size:1.4em;
	margin-left:-20px;
}
.kwjj p span.me{
	color:#333;
	font-size:1.8em;
	text-align:center;
}
#gybk li.db p{
	color:#fff;
	font-family:"华康魏碑W7(P)";
	font-size:1.5em;
	font-weight:bold;
	height:29px;
	line-height:29px;
	margin-top:6px;
}

/*--= #col-extra*/
.col-extra{
}
.col-extra p{
	text-align:center;
	background:url(../images/about1.jpg) no-repeat center center;
	line-height:26px;
	margin:15px 0 15px 0;
}
/*--= #footer*/
#footer{
	height:50px;
	background:#990099;
}
#footer ul{
	height:50px;
	margin:0 0 0 250px;
}
#footer ul li,#footer ul li a{
	color:#fff;
	font-size:1em;
	font-family:"微软雅黑";
	font-weight:700;
	float:left;
	height:50px;
	line-height:50px;
}
#footer ul li{
	margin-left:8px;
}

.mt10{
	margin-top:10px;
}
.mt20{
	margin-top:20px;
}
.pl20{
	padding-left:20px;
}