<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

HTML { OVERFLOW-X: hidden }
body{ padding:0; margin:0; font-size:12px; font-family:'Microsoft Yahei', '微软雅黑', '宋体', Microsoft Yahei, Arial, Helvetica; color:#666666;}

img,ul,li,dl,dt,dd,div,h1,h2,h3,h4{ margin:0; padding:0; border:0;}

/*
p{ text-align:justify; text-indent:2em;}
*/

ul,li{ list-style:none;}


.left{ float:left; width:200px; height:59px; text-align:center;}
.right{ float:right; width:780px;}

.clear{content: ".";display:block;  height:0;  clear: both;  visibility:hidden; overflow:hidden; }

.block100{ height:100px; display:block; clear:both; visibility:hidden; overflow:hidden;}
.block50{ height:50px; display:block; clear:both; visibility:hidden; overflow:hidden;}
.block20{ height:20px; display:block; clear:both; visibility:hidden; overflow:hidden;}
.block10{ height:10px; display:block; clear:both; visibility:hidden; overflow:hidden;}
.block15{ height:15px; display:block; clear:both; visibility:hidden; overflow:hidden;}
.block8{ height:8px; display:block; clear:both; visibility:hidden; overflow:hidden;}
.block5{ height:5px; display:block; clear:both; visibility:hidden; overflow:hidden;}
.block4{ height:4px; display:block; clear:both; visibility:hidden; overflow:hidden;}
.block2{ height:2px; display:block; clear:both; visibility:hidden; overflow:hidden;}
.block1{ height:1px; display:block; clear:both; visibility:hidden; overflow:hidden;}


#preloader_tupian {
/* Images you want to preload*/
background-image:url();
width: 0px;
height: 0px;
display: inline;
}



/* 圆角*/
.yuanjiao_5 {
	-moz-border-radius: 5px;      /* Gecko browsers */
	-webkit-border-radius: 5px;   /* Webkit browsers */
	border-radius:5px;            /* W3C syntax */
}
.yuanjiao_8 {
	-moz-border-radius: 8px;      /* Gecko browsers */
	-webkit-border-radius: 8px;   /* Webkit browsers */
	border-radius:8px;            /* W3C syntax */
}


/*go top*/
#goTopBtn {
	POSITION: fixed;
	WIDTH: 60px; HEIGHT: 60px;
	BOTTOM: 20px; RIGHT: 10px;
	text-align:center; font-size:12px;
	color:#666666;
	CURSOR: pointer;
	_position: absolute; _right: auto;
}


.bottom_link_title { font-size:14px; font-family:'微软雅黑', '宋体'; font-weight:normal; color:#666666; line-height:18px; }

.bottom_link a { font-size:14px; font-family:'微软雅黑', '宋体'; font-weight:normal; color:#888888; line-height:18px; }

.bottom_link a:hover { font-size:14px; font-family:'微软雅黑', '宋体'; font-weight:normal; color:#7fa82e; line-height:18px; text-decoration: underline; }




/*分页 按钮*/
.pageNavBot {
	margin: 0 auto;
	text-align: center;
}
.pageNavBot .pageNav {
	margin: 20px 0 0;
}
.pageNav a {
	color: #b52f31;
	border: 1px solid #b52f31;
	padding: 3px 10px;
	margin-left: 5px;
}
.pageNav a:hover, .pageNav .currBtn {
	background-color: #b52f31;
	border: 1px solid #b52f31;
	text-decoration:none;
	color: #fff;
}
.pageNav .currBtn {
	font-weight: bold;
}
/*分页 按钮 end*/




</pre></body></html>