<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
/* CSS Document */
*{font-size:14px;font-family:"微软雅黑";color:#555;}
body,dl,dd,p{margin:0;}
a{text-decoration:none;}
img{display:block;}
input{margin:0;padding:0;border:none;outline:none;cursor:pointer;}
textaea{margin:0;padding:0;outline:none;}
h1,h2,h3{font-weight:normal;margin:0;}
ul{margin:0;padding:0;}
li{list-style:none;}
.clearfix{clear:both;}

/*header*/
.header{max-width:980px; margin:0 auto; overflow:hidden;}
.header .logo{ float:left;margin-top:2px;}
.header .right{float:right; line-height:50px;text-align:right;}
.header .right a{font-size:16px;transition:all 0.4s;}
.header .right a:hover{color:#e8090e;}

/*banner*/
.banner img{width:100%;}

.title{
	max-width:1000px;
	margin: auto;
	margin-top:60px;
	margin-bottom:30px;
	text-align:center;
}
.title h1{
	font-size:36px;
	font-weight:bold;
	color:#e8090e;
}

.tt{
	max-width:1000px;
	margin: auto;
}
.tt li{
	background-color:#111;
	text-align:center;
	margin:10px 0;
	transition:all 0.4s;
}
.tt li a{
	font-size:24px;
	font-weight:bold;
	color:#e8090e;
	line-height:50px;
	display:inline-block;
	width:100%;
	height:100%;
	transition:all 0.4s;
}
.tt li:hover{
	background-color:#000;
}
.tt li:hover a{
	color:red;
}

.dd{
	max-width:920px;
	margin: auto;
	margin-top:50px;
	border:#e8090e solid 2px;
	padding:20px 40px;
}
.dd h2{
	font-size:20px;
	font-weight:bold;
	color:#e8090e;
}
.dd p{
	font-size:16px;
	line-height:30px;
}

.xj-bg{
	max-width:920px;
	margin: auto;
	height:706px;
	padding:0px 40px;
	overflow:scroll;
	overflow-x:hidden;
	border:#e8090e solid 2px;
}
.xj{
	max-width:920px;
	margin: auto;
	margin-top:50px;
	border-bottom:#e8090e solid 2px;
	padding:20px 0px;
	position:relative;
}
.xj-title{
	background-color:#000;
	text-align:center;
	position:absolute;
	top:-20px;
	left:0px;
	padding:0 10px;
}
.xj-title h2{
	font-size:20px;
	font-weight:bold;
	color:#e8090e;
	line-height:40px;
}
.xj h3{
	font-size:18px;
	font-weight:bold;
	color:#333;
}
.xj p{
	font-size:16px;
	line-height:30px;
	margin-top:20px;
}


.ct{
	max-width:1000px;
	margin: auto;
	height:780px;
	overflow:scroll;
	overflow-x:hidden;
	border:#e8090e solid 2px;
}


.zj{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
}
.kp{
	max-width:1000px;
	margin: auto;
	margin-top:30px;
	background-color:#f5f5f5;
	padding:10px 0;
}
.kp li{
	float:left;
	width:50%;
	line-height:30px;
	transition:all 0.5s;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.kp li a{
	transition:all 0.5s;
	display:inline-block;
	width:100%;
	height:100%;
	margin-left:20px;
}
.kp li:hover a{
	color:#e8090e;
}
.img{
	height:480px;
	overflow:scroll;
	overflow-x:hidden;
	margin-top:30px;
	border:#e8090e solid 2px;
}
.img a{
	border:#ccc solid 1px;
	float:left;
	margin:5px 3px;
}
.img a p{
	text-align:center;
	font-weight:bold;
	transition:all 0.4s;
}
.img a img{
	opacity:0.8;
	transition:all 0.4s;
}
.img a:hover{
	border:#000 solid 1px;
}
.img a:hover p{
	color:#e8090e;
}
.img a:hover img{
	opacity:1;
}
.zj li{
	line-height:36px;
}
.zj li a{
	font-size:16px;
	transition:all 0.4s;
}
.zj li a:hover{
	color:#e8090e;
}


.zt{
	max-width:1000px;
	margin: auto;
}
.zt-lr{
	margin-right:20px;
}
.zt li{
	float:left;
	width:490px;
	height:80px;
	margin-top:10px;
}
.zt li img{
	width:100%;
	height:100%;
}


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