
/* CSS Document 
=====================================================
design: 叶峰
english name: colin
Email:colinyf@163.com
QQ:307958977
==========================================================
*/
@import url("txtColor.css");
@import url("txtAlign.css");
@import url("txtLink.css");
*{ margin:0; padding:0}
html, body { width:100%; height : 100%;}
body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	background-color:#2b2b2b;
	background-position: top;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, table, th, td ,img{
	font-size:12px;
	color:#b2b2b2;
	font-family: Arial, Helvetica, sans-serif;	
}



address, caption, cite, code, dfn, em, h1, h2, h3, h4, h5, h6, th, var {
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
}
img{ border:0;}
caption, th { text-align: left; }
hr{ height:1px;}
a { text-decoration: none; color:#b2b2b2;}
a:hover{ text-decoration:underline; color:#b2b2b2;}



.clear{clear:both;}
/*base float*/
.left{ float:left}
.right{ float:right}
#main{ width:950px; margin:0 auto;}

/*top*/
#header{width:950px; height:115px; margin:0 auto; background:url(../images/top.jpg) no-repeat;}
#header .lug{ float:right; padding:10px 20px 0 0;}
#menu{ height:35px; background:url(../images/menu-bg.jpg) repeat-x; line-height:35px; width:950px; margin:0 auto;}
#menu ul{ list-style:none;}
#menu li{ float:left; width:85px;}
#menu li a{ color:#fff; font-weight:bold;}
#menu li a:hover{ text-decoration:underline;}
#menu a{ color:#f2f2f2;}
#menu a:hover{ text-decoration:underline;}


#banner{ width:950px; height:261px; margin:0 auto;}

/*content*/
#content{width:911px; margin:0 auto; background:url(../images/content-bg.jpg) no-repeat top; padding:15px 28px 10px 11px;}
#content .left{ width:271px;}
#content .left h2{ padding:5px 0 0 35px; font-weight:bold;}
#content .left .classList1 {line-height:30px;background: url(../images/dot.gif) no-repeat left;list-style-type: none;text-indent:15px;text-indent:15px;cursor:hand;}

#content .left .classList2 {margin-left:7px;line-height:20px;font-size:12px;background: url(../images/dot2.jpg) no-repeat left;list-style-type: none;padding-top:2px;text-indent:12px;cursor:hand;}

#content .left .classList3 {margin-left:17px;line-height:20px;font-size:12px; no-repeat left;list-style-type: none;padding-top:2px;text-indent:10px;cursor:hand;}
#content .about{ padding:10px; line-height:220%;}



.table3{ margin-top:10px; background:#b2b2b2;}
.table3 tr{ background:#fff; height:25px;}
.table3 td{ padding-left:10px;}
.table3 a{ color:#eb7f14; text-decoration:underline;}
.table3 a:hover{ text-decoration:none;}


/*-----分页----*/
.fy{
	width:100%;
	height:30px;
	line-height:3;
	margin-top:10px;
	clear:both;
	list-style-type:none;
	list-style-position:outside;
	text-align:center;
}
.fy b{
	background-color:#FF6C16;
	padding-left:6px;
	padding-right:6px;
	border:#FF5A00 1px solid;
	margin:1px;
	color:#FFFFFF;
}
.fy a:link,.fy a:visited{
	padding-left:6px;
	padding-right:6px;
	border:#CCCCCC 1px solid;
	margin:1px;
	color:#FF6C16;
}

.fy a:hover,.fy a:active{
	padding-left:6px;
	padding-right:6px;
	border:#999999 1px solid;
	margin:1px;
	text-decoration:none;
	color:#FF5A00;
}
.fy span{
	padding-left:6px;
	padding-right:6px;
	border:#CCCCCC 1px solid;
	margin:1px;
	color:#CCCCCC;
}



/*footer*/
#footer{text-align:center; color:#ababab; line-height:2;}
#footer #footer-inner{ width:950px; margin:0 auto; padding:15px 0; text-align:center; line-height:3;}
#footer a:hover{ color:#555;}
