<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 */

*{
	margin:0px;
	padding:0px;
	text-decoration:none;
	list-style:none;
	font-size:14px;
}
a{
	color:#333;
	}
li:hover{
	color:#9b0000;
	text-decoration:none;
	cursor:pointer;
}
/*头部*/
.head{
	width:100%;
	height:77px;
margin:20px 0px;
}
.head .top{
	width:1200px;
	height:100%;
	margin:0 auto;
       
}
.top .logo{
	width:463px;
	height:77px;
	float:left;
}
.ssk{
	width:194px;
	height:31px;
	float:right;
	margin-top:20px;
	overflow:hidden;
}
.ssk .ssicon{
	width:47px;
	height:31px;
	float:right;

}
.ssk .ss{
	width:135px;
	height:31px;
	padding-left:8px;
	float:left;
    background:url(../images/ss.jpg) no-repeat left center;


}

/*导航*/
.nav{
	width:100%;
	height:auto;
	background:#525050;
	position:relative;
	z-index:99;
        clear:both;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,form,img,dl,dt,dd,table,th,td,blockquote,fieldset,div,strong,label,em{margin:0;padding:0;border:0;}
ul,ol,li{list-style:none;}
input,button{margin:0;font-size:14px;vertical-align:middle;}
body{font-size:14px;font-family:Arial, Helvetica, sans-serif; color:#333; margin:0 auto; }
table{border-collapse:collapse;border-spacing:0;}

a{color:#333;text-decoration:none;}
a:hover{color:#c00; text-decoration:underline;}
#headm{ width:1200px; margin:0px auto; height:29px; background:#525050;}
#headm li{text-align: center; float:left;display:inline;}
#headm .dh{ position:relative; float:left;}
#headm .dh2 ul{ width:340px;}
#headm .topa{font-size:16px;z-index:5; position: relative; padding:0 36px; line-height:29px; display: block; height:auto; color: #fff; overflow: hidden;  float:left;}
#headm .topa:hover{ background:#fafafa; height:28px; color: #bc0303; }
#headm li ul{z-index: 1;  position: absolute;  padding-bottom: 10px; padding-left: 0px; width: 180px; padding-right: 0px; display: none; background: #fafafa;  top:28px;  padding-top:2px; left: 0px}
#headm li ul li{ line-height: 26px; padding-left:5px; width: 120px; padding-right: 20px; float: left; height: 26px; font-weight: 400; padding-top: 5px}
#headm li ul li a{line-height: 26px; border:none; background: none; height:26px; color: #6e6e6e;  float:left;}
#headm li ul li a:hover {line-height: 26px;text-decoration: underline}
#headm li.show ul{display: block}
#headm li.show .topa{ display: block; background: #fafafa; height:29px; color: #bc0303;  text-decoration: none}

/*版权*/
.bqbj{
	width:100%;
	height:108px;
	background-color:#777474;
	overflow:hidden;
	margin-top:50px;
clear:both;
}

.bqbj .bq{
	width:1200px;
	height:60px;
	margin:20px auto;
	text-align:center;
	color:#FFF;
	font-size:16px;
	overflow:hidden;
	}
.bqbj .bq .bq-t{
	margin:10px auto;
}</pre></body></html>