<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
	Name:			mod_reset
	Level:			Global
	Explain:		閲嶅畾涔夋祻瑙堝櫒榛樿鏍峰紡
	Last Modify:	SJAY 2012/4/25
*/
	*{margin:0;padding:0;word-wrap:break-word;}
	body,input,button,select,textarea{font:12px/1.5 Tahoma,Helvetica,SimSun,sans-serif,Hei;color:#444;}
		textarea{resize:none;}
		body { background:url(bg.png) repeat;}
	table{empty-cells:show;border-collapse:collapse;}
		caption,th{text-align:left;font-weight:400;}
	ul,li{list-style:none;}
	h1,h2,h3,h4,h5,h6{font-size:1em;}
	em,cite{font-style:normal;}
	a{color:#333;text-decoration:none;}
		a:hover{ text-decoration:none;}
		a img{border:none;}
/*
	Name:			mod_float
	Level:			Global
	Sample:			class="z/y"
	Explain:		.z/.y 娴姩 left/right
	Last Modify:	SJAY 2012/4/25
*/
	.z { float: left; } .y { float: right; }

/*
	Name:			mod_clearfix
	Level:			Global
	Sample:			class="cl"
	Explain:		Clearfix,閬垮厤鍥犲瓙鍏冪礌娴姩鑰屽鑷寸殑鐖跺厓绱犻珮搴︾己澶辫兘闂
	Last Modify:	SJAY 2012/4/25
*/
	.cl:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; } .cl { zoom: 1; }

/*
	Name:			mod_margin
	Level:			Global
	Sample:			class="mtn/mtm/mtw/..."
	Explain:		澶栬竟璺濇牱寮忥紝浣滅敤浜庡厓绱犵殑涓婁笅澶栬竟璺濓紝涓婁笅鍚勫叿鏈� n, m, w 涓変釜绾у埆
	Last Modify:	SJAY 2012/4/25
*/
	.mtn { margin-top: 5px !important; }
	.mbn { margin-bottom: 5px !important; }
	.mtm { margin-top: 10px !important; }
	.mbm { margin-bottom: 10px !important; }
	.mtw { margin-top: 20px !important; }
	.mbw { margin-bottom: 20px !important; }
/*
	Name:			mod_padding
	Level:			Global
	Sample:			class="ptn/ptm/ptw/..."
	Explain:		鍐呰竟璺濇牱寮忥紝浣滅敤浜庡厓绱犵殑涓婁笅鍐呰竟璺濓紝涓婁笅鍚勫叿鏈� n, m, w 涓変釜绾у埆
	Last Modify:	SJAY 2012/4/25
*/
	.ptn { padding-top: 5px !important; }
	.pbn { padding-bottom: 5px !important; }
	.ptm { padding-top: 10px !important; }
	.pbm { padding-bottom: 10px !important; }
	.ptw { padding-top: 20px !important; }
	.pbw { padding-bottom: 20px !important; }

/* 閫氱敤瀹瑰櫒锛屽畾涔夐〉闈㈠搴� */
	.wp { margin: 0 auto; width: 960px; }
	.wrap { margin: 0 auto; width: 960px; }
	.hd { width: 100%; border-top:6px solid #3A3A3A; border-bottom: 1px solid #F0F0F0; background:#fff;}
		#header { width: 960px; height: 110px; margin: -6px auto 0px auto;}
		.hd h1 { float:left; width:252px; margin: 30px 0 0 0; padding:0;}
		.hd h1.logo { color:#aaa; font-size:16px;}
	/*============================ NAVIGATION ============================*/
	#menu {
		height: 35px;
		margin: 9px auto 0 auto;	
	}
	/*============================ NAVIGATION ============================*/
	#navi {
		float:right;
		width: 700px;
		height: 110px;
		margin: 0 auto 0 auto;	
		padding: 0 0 0 0;
		font-size:14px;
	}
	#navi ul{
		float:right;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	/*Top level list items*/
	#navi ul li{
		float: left;
		margin: 0;
		position: relative;
		display: inline;
	}
	#navi ul li a { 
		display:block; 
		cursor:pointer;
		margin: 0 0;
		padding: 35px 20px 0 25px;
		height:75px;
		color: #3A3A3A;
		font-size: 15px;
		font-weight:bold;
		font-family: "Microsoft Yahei","simhei" ;
		font-style:normal;
		text-decoration:none; 
		text-align:center;
		border-top: 6px solid #3A3A3A;
	}
	#navi ul li a span {
		display:block;
		width:100%;
		color: #aaa;
		font-size: 12px;
		font-family: "Abel", "Droid Sans";
		font-style:italic;
		font-weight:normal;
	}
	#navi ul li a:hover { 
		color: #FFB11B;
		border-top: 6px solid #FFB11B;
		background: url(arrow1.gif) no-repeat center top;
	}
	#navi ul li:hover a {
		color: #FFB11B;
		border-top: 6px solid #FFB11B;
		background: url(arrow1.gif) no-repeat center top;
	}
	#navi ul li:hover a span {
		color: #AEAEAE;
	}
	#navi ul li a:hover span { 
		color: #AEAEAE;
	}
	#navi ul li.current-menu-item a , #navi ul li.current-page-item a { 
		border-top: 6px solid #FFB11B;
		background: url(arrow1.gif) no-repeat center top;
	}
	#navi ul li ul{
		display:block;
		left: 0;
		top:111px;
		margin: 0 0 0 0;	
		width:160px;
		z-index: 999;
		position:absolute;
		visibility: hidden;
		background: #3A3A3A;
	}
	#navi ul li:hover ul { visibility: visible; }
	#navi ul li:hover ul li ul { visibility: hidden; }
	#navi ul li:hover ul li ul li ul { visibility: hidden; }
	#navi ul li ul li { 
		float: left; 
		width:100%;
		position: relative;
		display: inline;
		margin: 0 0 0 0;	
		padding: 0 0 0 0;	
	}
	#navi ul li ul li a { 
		display: block;
		height: 38px;
		line-height: 38px;
		padding: 0 20px 0 25px;
		color: #fff;
		font-size: 14px;
		text-align: left;
		font-family: "瀵邦喛钂嬮梿鍛寸拨","姒涙垳缍�" ;
		font-style:normal;
		border: 0;
		background: #3A3A3A url(navi_sub.png) repeat-x 0 0;
	}
	#navi ul li ul li a span {
		display: inline;
		margin-left:10px;
		padding-left: 10px;
		color: #666;
		font-size: 12px;
		font-family: "Abel", "Droid Sans";
		font-style:normal;
		font-weight:normal;	
		border-left: 1px solid #999;
	}
	#navi ul li:hover ul li a {
		height: 38px;
		line-height: 38px;
		color: #fff;
		font-weight:normal;
		border: 0;
		background: #3A3A3A url(navi_sub.png) repeat-x 0 0;
	}
	#navi ul li:hover ul li a span {
		color: #999;
	}
	#navi ul li ul li:hover {
		background: #FFB11B;
		color: #fff;
	}
	#navi ul li ul li a:hover {
		color: #fff;
		border: 0;
		background: #FFB11B;
	}
	#navi ul li ul li a:hover span {
		color: #fff;
		border-left: 1px solid #fff;
	}

	#navi ul li.current-menu-item ul li a , #navi ul li.current-page-item  ul li  a { 
		border: 0;
		background: #3A3A3A url(navi_sub.png) repeat-x 0 0;
	}
	#navi ul li.current-menu-item ul li a:hover { 
		background: #FFB11B;
		color: #fff;
	}
	#navi ul li ul li.current-menu-item a, #navi ul li ul li.current-menu-item a.selected{ 
		border-top: 0;
		background: #FFB11B;
		color: #fff;
	}
	#navi ul li ul li ul { 
		visibility: hidden;
	}
	#navi ul li:hover ul li:hover ul { visibility: hidden; }


/*
	Explain:		閫氱敤FOOTER
	Last Modify:	SJAY 2012/5/2
*/
.footer { background:#111111 url(bo_26.jpg) repeat-x; color:#fff; padding:15px 0 20px 0; }
#footer {
	overflow:hidden;
	width: 960px;
	margin: 20px auto 10px auto;
	padding: 0 0 10px 0;
	color: #444;
}
#foot_navi {
	float:left;
	overflow:hidden;
	width: 260px;
	height: 160px;
	margin: 10px 0 0 0;	
	padding: 0 10px 0 0;
}
#foot_navi ul{
	margin: 0 0 0 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
#foot_navi ul li {
	float:left;
    display: inline;
	margin: 0 20px 0 0;
	padding: 0 0 0 0;
	position: relative;
	width: 110px;
	text-align: left;
}
#foot_navi ul li a { 
	display:block;
	text-decoration:none; 
	cursor:pointer;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	line-height: 20px;
	font-size: 18px;
	color: #eee;
	font-family: "寰蒋闆呴粦", "榛戜綋";
	font-weight: 18px;
	border-bottom: 0 solid #303030;
	letter-spacing: 1px;
}
#foot_navi a:hover {
	color: #00A0E9; 
	text-decoration: none;
}
#foot_navi ul li ul {
	overflow: hidden;
	margin: 0 0 0 0px;
	_margin:0 0 0 6px;	/*only IE6*/	
    padding: 0px;
	z-index: 10;
}
#foot_navi ul li ul li { 
	float:left;	
	display:inline;
	clear: both;
	_float:none;/*only IE6*/
	margin: 0 0 0 0px;
	border:0;
}
#foot_navi ul li ul li a { 
	line-height:15px;
	text-decoration:none; 
	cursor:pointer;
	margin: 0 0 0 0;	
	padding: 0 0 5px 0;	
	color: #666; 
	font-size: 12px;
	font-weight:normal;
	border-bottom: 0;
}
#foot_navi ul li ul li ul { 
	display: none;
}
#foot-share {
	float:left;	
	margin: 15px 0 0 0;
	padding: 0 0 0 0;	
	height: 30px;
	text-align:right;
}
#bdshare {
	float:left;
	overflow:hidden;
	margin: 0 0 0 -4px;
	padding: 0 0 0 0;
	width:310px;
	line-height:25px;
}
#bdshare a {
	margin: 0 2px 0 0;
	line-height:25px;
}
#bdshare span.bds_more {
	line-height:16px;	
}

#contact {
	float:left;	
	overflow: hidden;
	margin: 10px 0 0 0;	
	padding: 0 10px 0 10px;	
	width: 180px;
	height: 160px;
	color: #999; 
	font-size: 12px;
	font-weight:normal;
}
#contact p {
	line-height: 20px;
}
#weibo {
	float:left;	
	overflow: hidden;
	margin: 10px 0 0 0;	
	padding: 0 10px 0 10px;	
	width: 230px;
	height: 160px;
}
#weibo p {
	margin: 10px 0 0 0;
	padding: 0;
	color:#ccc;
	font-size: 12px;
	line-height: 20px;
}
#contact h4, #weixin h4, #weibo h4 {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	width: 180px;
	line-height: 20px;
	font-size: 18px;
	color: #eee;
	font-family: Arial, "寰蒋闆呴粦", "榛戜綋";
	font-weight: normal;
	letter-spacing: 1px;
}
#weixin {
	float:left;	
	overflow: hidden;
	margin: 10px 0 0 0;	
	padding: 0 0 0 10px;	
	width: 128px;
	height: 160px;
}
#weixin img {
	max-width: 120px;
}
#flink {
	padding:0 0 10px 0;
	margin:30px auto 0 auto;
	width:960px; 
	height:auto; 
	border-top: 1px solid #303030;
}
#flink h2 {
	font-size: 14px;
	margin: 0 0 5px 0;
	padding: 15px 0 0 0;
	line-height:28px;
	font-size: 18px;
	color: #eee;
	font-family: Arial, "寰蒋闆呴粦", "榛戜綋";
	font-weight: normal;
	border-top:1px solid #303030;
	letter-spacing: 1px;
}
#flink a {
	margin:5px 15px 5px 0;
	color: #666;
	font-size:12px;
}
#flink a:hover {
	color: #00A0E9;
}
#footer a { color:#999;}


/*list*/
.list_page{text-align:center;margin:10px;font-family:瀹嬩綋;}
.list_page a{background:#fff;margin:0px 1px;padding:4px 6px;border:1px solid #FFB11B;color:#333;font-family:瀹嬩綋;}
.list_page span{background:#FFB11B;color:#fff;margin:0px 1px;padding:4px 6px;border:1px solid #FFB11B;font-family:瀹嬩綋;}
.list_page b{background:#fff;margin:0px 1px;padding:4px 6px;border:1px solid #FFB11B;color:#333;font-family:瀹嬩綋;}
.list_page b input{border:0;margin:0;padding:0;font-size:12px;font-family:瀹嬩綋;font-weight:normal;width:12px;vertical-align:middle;text-align:center;}


.content a { color:#FFB31D}</pre></body></html>