@charset "utf-8";
/*
author:Bean
time: 2011-6-24
*/

@import url("reset-grids.css");

ul,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 span.small{
	font-size:1.2em;
}
.col-main p.title{
	border-bottom:2px solid #d6251d;
	height:36px;
	line-height:36px;
	margin-right:10px;
}
.col-main p.title span{
	color:#d6251d;
	line-height:36px;
}
.col-main .show{
	width:600px;
	height:876px;
	/*background:url(../img/bg.jpg) no-repeat left top;*/
	position:relative;
	text-align:center;
}
.col-main .show .buttons{
	position:absolute;
	left:20px;
	bottom:30px;
}
.col-main .show .buttons ul li{
	float:left;
	width:280px;
	text-align:center;
}
.col-main .show .buttons ul li a{
	color:#999;
	font-weight:bold;
}
.col-main .show .buttons ul li a:hover{
	color:#000;
}
.col-main .gs ul{
	margin-left:20px;
}
.col-main .gs ul li{
	width:280px;
	float:left;
	text-align:center;
	height:29px;
	line-height:29px;
}
.col-main .gs ul li a{
	display:block;
	height:29px;
	line-height:29px;
	background:url(../images/about1.jpg) no-repeat center center;
}
.col-main #gybk{
	float:left;
}
.col-main #gybk .left{
	float:left;
	width:350px;
}
.col-main #gybk .left p span{
	cursor:pointer;
}
.col-main #gybk .right{
	float:left;
	width:250px;
	text-align:center;
}
.col-main #gybk .right ul li p{
	margin:15px 0 15px 0;
}
.col-main #gybk .right ul li p a{
	cursor:pointer;
	display:block;
	height:29px;
	line-height:29px;
	background:url(../images/about1.jpg) no-repeat center center;
}
.pre,.next{
	cursor:pointer;
}

/*--= #col-sub*/
.col-sub{
}
.col-sub .gybk{
	background:#ffe6ff;
	padding:12px;
}
.col-sub .kwjj{
}
.col-sub .kwjj p{
	font-family: "宋体", Verdana, Geneva, sans-serif;
	font-size:12px;
	line-height:2;
	margin-left:20px;
}
.col-sub .kwjj p span{
	color:#6a1685;
	font-family:"华康魏碑W7(P)";
	font-size:1.4em;
	margin-left:-20px;
}
.col-sub .kwjj p span.me{
	color:#333;
	font-size:1.8em;
	text-align:center;
}
.col-sub .gybk li.db p{
	color:#6a1685;
	font-family:"华康魏碑W7(P)";
	font-size:1.5em;
	font-weight:bold;
	height:29px;
	line-height:29px;
	margin-top:6px;
}

/*--= #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;
}
.ml20{
	margin-left:20px;
}
.ml100{
	margin-left:100px;
}
.pl20{
	padding-left:20px;
}
.hide{
	display:none;
}
