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

body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,button,img{margin:0;padding:0;}
img,button{border:none;}
ol,ul,li{list-style:none;}
body{font-family:"微软雅黑","宋体";font-size:14px;color:#333;min-width:1000px;overflow-x:hidden; background:#f7f7f7}
h1,h2,h3,h4,h5,h6{font-weight:normal;}
s,i,u,em{font-style:normal;}
.clear{clear:both;}
.clr { clear:both;}

/*整体链接颜色*/
a{color:#808080;text-decoration:none;}
a:visited { text-decoration:none;}
a:hover{text-decoration:none;clip: rect( ); color:#292929;}
a:hover img{text-decoration:underline;}
a:focus{outline:none;-moz-outline:none;}

div { padding: 0; margin: 0 auto; } 
form,div,dl,dt,dd,input,ul,li,a,img,p,a,h1,h2{margin:0; padding:0; border:0; list-style:none;}
img { border:0; vertical-align:bottom; }

input,textarea{outline:none;}

h2{color: #010101; font-size: 22px }

.fl{float:left}
.fr{
	float:right}
.noMar{
	margin:0 !important;}
.nobor{
	border:none !important;}
.nowap{
	display:inline-block; 
	white-space: nowrap;
	text-overflow: ellipsis; 
	overflow:hidden; 
	}
.boxRa5{
	border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	-o-border-radius:5px;
	-webkit-border-radius:5px;
	overflow:hidden;
}
.boxRa10{
	border-radius:10px;
	-moz-border-radius:10px;
	-ms-border-radius:10px;
	-o-border-radius:10px;
	-webkit-border-radius:10px;
}
.red_di{
	position:relative;
	}
.red_di:before{
	content:"";
	position:absolute; left:0; bottom:0px;
	border-bottom:2px solid #C00;
	width:0;
	-webkit-transition:all .4s;
 -moz-transition:all .4s;
 -ms-transition:all .4s;
 -o-transition:all .4s;
 transition:all .4s;
 z-index:999;
	}
.red_di:hover:before{
	width:100%;
	}


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