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

td, th{
	border:1px solid #ccc;
}
.clear {
	clear:both;
}
a{
	color:#333;
	text-decoration: none;
}
a:hover{
	color:#000;
	text-decoration: underline;
}
a:focus{
	outline:none;
}
a:visited{
	border:none;
}
.clear {
	clear: both;
}
img {
	border:none;
}
body {
	width:100%;
	height:100%;
	background: url(../images/body_bg.jpg) repeat top center #f5f5f5;
}
#body{
	width:100%;
	background: url(../images/body_bg2.jpg) no-repeat top center;
}
#header {
	width:1000px;
	height:220px;
	margin:0 auto;
}
#header #lang{
	width:286px;
	height:40px;
	line-height: 40px;
	float:right;
	font-size:12px;
}
#nav {
	border:1px solid #d4d6d5;
	font-family: arial, 微软雅黑, serif;
	width:99.7%;
	height:36px;
	margin:0 auto;
	background-color: #1d2c53;
}
#nav a {
	font-family: arial, 微软雅黑, serif;
	display:block;
    width: 89.9px;
	text-align:center;
	color:#FFF;
	text-decoration:none;
}
#nav a:link {
	color:#fff;
	text-decoration:none;
}
#nav a:visited {
	color:#fff;
	text-decoration:none;
}
#nav a:hover {
	font-family: arial, 微软雅黑, serif;
	background:url(../images/li_hover.jpg) no-repeat center;
	display:block;
	color:#172853;
	font-weight:bold;
	text-decoration:none;
	width:89.9px;
}
#nav ul{
	font-family: arial, 微软雅黑, serif;
	width:1000px;
	line-height:37px;
	margin:0 auto;
	border:none ;
	border-right:1px solid #d4d6d5 ;
}
#nav li {
	border-left:1px solid #d4d6d5;
	float:left;
	text-align:center;
	line-height:37px;
	height:37px;
	list-style:none;
}
#nav li ul {
	background-color:#f8f6f4;
	line-height: 36px;
	list-style-type: none;
	text-align:left;
	left: -999em;
	width: 88.9px;
	border:1px solid #ccc;
	overflow:hidden;
	position: absolute;
	z-index:999;
}
#nav li ul li {
	background-color:#f8f6f4;
	float: left;
	width: 88.9px;
	background: #fff;
}
#nav li ul a {
	background-color:#f8f6f4;
	display: block;
	width: 89.9px;
	height:36px;
	line-height: 36px;
	text-align:center;
}
#nav li ul a:link {
	color:#000;
	text-decoration:none;
}
#nav li ul a:visited {
	color:#000;
	text-decoration:none;
}
#nav li ul a:hover {
	color:#fff;
	height:34px;
	width: 89.9px;
	line-height: 34px;
	text-decoration:none;
	font-weight:normal;
	background:#fd6a42;
}
#nav li:hover ul {
	left: auto;
}
#nav li.sfhover ul {
	left: auto;
}
#main1{
	width:1000px;
	margin:15px auto 0px; 
	padding:0px;
	border:#babbbb 1px solid;
	background:#fff;
	 /* For IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');

	-moz-box-shadow: 2px 2px 10px #909090;/*兼容firefox*/
	-webkit-box-shadow: 2px 2px 10px #909090;/*兼容safari或chrome*/
	box-shadow:2px 2px 10px #909090;/*兼容opera或ie9*/
}
#main1 span{
	width:100%;
	height:50px;
	*height:40px;
	display:block;
}
#main1 span a{
	background:url(../images/more.jpg) no-repeat center;
	margin:3px 0px 0px;
	width:60px;
	height:35px;
	display:block;
	float:right;
}
#main1 #main1_left{
	float:left;
	width:410px;
	background:url(../images/lxszs.jpg) no-repeat left top;
	*margin-top:5px ;
	*padding-top:5px ;
}
#main1 #main1_left ul{
	width:400px;
	margin: -6px 0px 5px 14px;
}
#main1 #main1_left ul li{
	background:url(../images/dot.jpg) no-repeat left center;
	float:left;
	display:block;
	width:96%;
	margin:0 auto;
	padding-left:14px;
	list-style:none;
	font-size:14px;
	height:34px;
	line-height:35px;
	color:#333333;
	text-decoration:none;
	border-bottom:1px #ccc solid;
}
#main1 #main1_left ul li a{
	width:auto;
	margin:0 auto;
	list-style:none;
	font-size:14px;
	height:34px;
	line-height:34px;
	color:#333333;
	text-decoration:none;
}
#main1 #main1_left ul li p{
	display:block;
	width:auto;
	margin:0 3px;
	list-style:none;
	font-size:14px;
	height:34px;
	line-height:34px;
	color:#666;
	text-decoration:none;
	border-bottom:1px #ccc solid;
}
#main1 #main1_left ul li a:hover{
	text-decoration:underline;
}
#main1 #main1_left p{
	width:190px;
	margin:0;
	margin-left:12px;
	margin-bottom:5px;
	float:left;
}
#main1 #main1_left p img{
	border:1px solid #ccc;
	padding:2px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}
#main1 #main1_right{
	float:left;
	width: 560px;
	padding:10px ;
}
#zhaosheng{
	margin:15px auto 0px;
	*+margin-top:0px;
	width:1000px;
	height:104px;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3);/*ie*/
	-moz-box-shadow: 2px 2px 10px #909090;/*firefox*/
	-webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/
	box-shadow:2px 2px 10px #909090;/*opera或ie9*/
}
#zhaosheng a{
	width:1000px;
	height:104px;
	display:block;
}
#main2{
	width:1000px;
	margin:15px auto 0px; 
	*margin:5px auto 0px;
	margin:5px auto 0px\9;
	padding:0px;
	border:#babbbb 1px solid;
	background:#fff;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3);/*ie*/
	-moz-box-shadow: 2px 2px 10px #909090;/*firefox*/
	-webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/
	box-shadow:2px 2px 10px #909090;/*opera或ie9*/
}
#xygg{
	background:url(../images/xygg.jpg) no-repeat left top;
}
#xwdt{
	background:url(../images/xwdt.jpg) no-repeat left top;
}
#rcpy{
	background:url(../images/rcpy.jpg) no-repeat left top;
}
#xsgz{
	background:url(../images/xsgz.jpg) no-repeat left top;
}
.xwdt{
	float:left;
	margin:0px;
	margin-right:10px;
	width:321px;
	height: 310px;
	*+height:313px;
}
.xwdt span{
	width:100%;
	height:43px;
	display:block;
}
.xwdt span a{
	margin:13px 0px 0px;
	width:60px;
	height:30px;
	background:url(../images/more.jpg) no-repeat center top;
	display:block;
	float:right;
}
.xwdt ul{
	width:303px;
	margin:0;
	margin-left: 15px;
}
.xwdt ul li{
	display:block;
	width:290px;
	margin:0 auto;
	list-style:none;
	background:url(../images/dot.jpg) no-repeat left top;
	padding-left:15px;
	font-size:14px;
	height: 50px;
    line-height: 25px;
	overflow:hidden;
	color:#6c6c6c;
	border-bottom:1px #ccc solid;
}
.xwdt ul li a{
	clear:both;
	height:50px;
	line-height:25px;
	display:block;
	color:#333333;
	text-decoration:none;
}
.xwdt ul li a:hover{
	color: #000;
	text-decoration:underline;
}
.xwdt ul li span{
	clear:both;
	float:right;
	width:100%;
	margin-top: -25px;
	height: 25px;
	line-height: 25px;
	color:#999;
	text-align: right;
}
#gundong{
	margin:15px auto 0px; 
	*margin:5px auto 0px;
	margin:5px auto 0px\9;
	padding:0px;
	padding-top:53px;
	width:998px; 
	height:183px;
	background:url(../images/xyfc.jpg) no-repeat center top #fff;
	border:#babbbb 1px solid;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#909090,direction=120,strength=3);/*ie*/
	-moz-box-shadow: 2px 2px 10px #909090;/*firefox*/
	-webkit-box-shadow: 2px 2px 10px #909090;/*safari或chrome*/
	box-shadow:2px 2px 10px #909090;/*opera或ie9*/
}
#demo {
	overflow:hidden;
	width: 968px;
	margin: 0 auto;
}
#demo img {
	width: 240px;
	height: 170px;
}
#demo span{
background-color: #333;
color: #FFF;
position: absolute;
z-index: 5;
left: 0px;
bottom: 0px;
opacity: 0.7;
width:230px;
padding:5px;
text-align:center;
height:30px;
line-height:30px;
overflow:hidden;
}
#demo span a{
color: #FFF;
line-height:30px;
display: block;
max-height:60px;
overflow:hidden;
}
#indemo {
	float: left;
	width: 1200%;
}
#demo1 {
	float: left;
}
.imgc {
	width: 248px;
	height: 170px;
	float: left;
	position: relative;
}
#demo2 {
	float: left;
}
#yqlj1{
	margin:15px auto 0px; 
	*margin:5px auto 0px;
	margin:5px auto 0px\9;
	padding:2px;
	width:994px; 
	height:50px;
	border:#1d2c53 2px solid;
	display:block;
}
#yqlj2{
	margin:0 auto; 
	padding:0px;
	width:990px; 
	height:46px;
	border:#a9b9e2 2px solid;
	display:block;
}
#yqlj2 p{
	color:#1d2c53;
	height:46px;
	line-height: 46px;
	margin-left:30px;
	font-size: 18px;
	float:left;
}
#yqlj2 span{
	height:46px;
	line-height: 46px;
	margin-left:50px;
	font-size: 18px;
	float:left;
	text-align: center;
	width:240px;
}
#yqlj2 span select{
	height:26px;
	line-height: 26px;
	margin:0 auto;
	padding:0;
	margin-top: 10px;
	margin-left:20px ;
	font-size: 14px;
	text-align: center;
	width:240px;

}

#foot1 {
	margin-top:10px;
	font-family: arial, 微软雅黑, serif;
	width:100%;
	height:34px;
	background-color: #1d2c53;
}
#foot1 p{
	margin:0 auto;
	width:1000px;
	text-align: center;
	height:34px;
	line-height:34px;
	font-size: 12px;;
	color:#fff;
}
#foot {
	width:1000px;
	margin:0px auto 0px;
	background:url(../images/footer.png) top center no-repeat;
	padding-top:15px;
	padding-bottom:20px;
}
#foot p {
	text-align:center;
	color:#7e7c7c;
	line-height:20px;
	font-size:12px;
}
#foot p a{
	text-align:center;
	color:#7e7c7c;
	line-height:20px;
	font-size:12px;
	text-decoration: none;
}
#foot p a:hover{
	color:#666;
	text-decoration: underline;
}
.rss_input{display:inline;float:left; overflow:visible; width:228px; margin:10px 30px; height:26px; line-height:26px; position:relative; padding-right:10px; background:url(../images/link_bg.png) no-repeat; text-align:center; font-size:14px;}
.rss_input a{ color:#555; text-decoration:none}
.rss_input a.link{display:block; overflow:hidden; width:228px; margin:0; padding:0;}
.rss_input a.link:hover{text-decoration:none;}
.rss_input ul{ z-index:9999999999999;display:none; position:absolute; overflow:hidden; height:150px; width:223px; border:1px solid #aaa; border-bottom:1px solid #d8d8d8; background:#fff; top:23px; left:1px; overflow:hidden;}
.rss_input li{display:block; height:150px; overflow:hidden; vertical-align:bottom; width:222px;}
.rss_input li div{width:100%; height:100%; overflow-y:auto; overflow-x:hidden;}
.rss_input li div a{display:block; overflow:hidden; width:222px; line-height:25px; font-size:14px; color:#666;}
.rss_input li div a:hover{background:#d8d8d8; text-decoration:none;}</pre></body></html>