<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*全局样式*/
*{
	font-size:12px;
}
body{
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	font-size:12px;
	color:#666666;
	font-family: "宋体",Arial, Helvetica, sans-serif;
}


/*主导航菜单*/
#menu ul{
	padding:0;
	border:0;
	list-style:none;
	line-height:150%;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
#menu_out{
	width:948px;
	padding-left:4px;
	margin-left:auto;
	margin-right:auto;
	background:url(../images/menu_left.gif) no-repeat left top;
}
#menu_in{
	background:url(../images/menu_right.gif) no-repeat right top;
	padding-right:4px;
}
#menu{
	background:url(../images/menu_bg.gif) repeat-x;
	height:43px;
}
.menu_line{
	background:url(../images/menu_line.gif) no-repeat center top;
	width:8px;
}
.menu_line2{
	background:url(../images/menu_line2.gif) no-repeat center top;
	width:15px;
}
#nav{
	padding-left:20px;
	font-family:Arial, Helvetica, sans-serif;
}
#nav li{
	float:left;
	height:35px;
}
#nav li a{
	float:left;
	display:block;
	padding-left:6px;
	height:35px;
	background:url(../images/menu_on_left.gif) no-repeat left top;
	cursor:pointer;
	text-decoration:none;
}
#nav li a span{
	float:left;
	padding:11px 14px 10px 10px;
	line-height:14px;
	background:url(../images/menu_on_right.gif) no-repeat right top;
	font-size:14px;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}
#nav li .nav_on{   /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:left 100%;
}
#nav li .nav_on span{  /*鼠标经过时变换背景，方便JS获取样式*/
	background-position:right 100%;
	color:#333333;
	text-decoration:none;
	padding:14px 14px 7px 10px;
}
/*子栏目*/
#menu_con{
	text-align:left;
	padding-left:20px;
	clear:both;
}
#menu_con li{
	float:left;
	height:5px;
	margin-top:2px;
}
#menu_con li a{
	display:block;
	float:left;
	background:url(../images/menu_on_left2.gif) no-repeat left top;
	cursor:pointer;
	padding-left:3px;
}
#menu_con li a span{
	float:left;
	padding:6px 10px 4px 10px;
	line-height:12px;
	background:url(../images/menu_on_right2.gif) no-repeat right top;
}
#menu_con li a:hover{
	text-decoration:none;
	background:url(../images/menu_on_left2.gif) no-repeat left bottom;
}
#menu_con li a:hover span{
	background:url(../images/menu_on_right2.gif) no-repeat right bottom;
}

.logox{
	float:left;
	margin-top:10px
	}
.logox2{
	float:left;
	margin-top:18px
	}
.top {
    width: 100%;
	height: 32px;
	background-image:url(../images/b1.jpg);
    border-bottom:1px solid #ccc;
}
.top1x{ width:950px; margin:auto;}
.hyx{float:left;line-height:30px;}
.linkx {
    float:right;
    line-height:30px;
	text-align:right;
}
.linkx a{padding:0 10px 0 10px;line-height:30px;}

.ming {
    margin:0px auto;
    width: 950px;
	height: 90px;
}

.ming b{
font-size:28px;
font-family:"黑体"; font-weight:100;
color:#000000
}

.ming span{
font-size:13px;
font-family: "arial";
color:#000000
}

.logo {
    float:left;
	width: 110px;
	margin-left:5px;
	margin-top:1px;
	height: 30px;
}
.link {
    float:left;
	width: 820px;
	height: 30px;
    line-height:30px;
	text-align:right;
}


.tu {
    margin:10px auto;
    width: 950px;
	color:#fff;
	border:1px solid #ccc;
}

.content{
    margin:auto;
    width:950px;
	color:#000;
	border:1px solid #ccc;
	font-size:14px;
	margin:auto;
	background:url(../images/bb.gif);
	margin-bottom:10px;
}

.contentxxx{
    margin:auto;
    width:950px;
	color:#000;
	border:1px solid #ccc;
	font-size:14px;
	margin:auto;
	margin-bottom:10px;
	font-weight:600;line-height:28px;
	height:28px;
	color:#B81D23; 
}
.contentxx{display:inline-table;}
.left {
    float:left;
	width:230px;
	margin-right:10px;
	height:100%;
}

.left p{
    margin:auto;
	margin-top:15px;
	width:200px;
	height:28px;
	background:url(../images/bb.jpg) 0px 50% no-repeat;
	font-size:14px;
	font-weight:600;line-height:28px;
	padding:8px 0px 0px 0px;
}
.left p a:link{ color:#B81D23; text-decoration:none;}
.left p a:visited{ color:#B81D23; text-decoration:none;}
.left p a:hover{ color:#000; text-decoration:none;}
.left p a:active{ color:#000; text-decoration:none;}


.contentx {
    float:left;
	width:708px;
}
.bottom {
    clear:both;
    margin:10px auto;
    width:950px;
	text-align:center;
}

.content span{color:#B81D23;line-height:40px;font-weight:600;line-height:20px;}
.content b{color:#cccccc;line-height:40px;line-height:20px;font-size:12px; font-weight:normal;}
.content p { text-indent: 2em; line-height:20px;}

.clearline{
clear:both; 
margin:10px auto; width:680px;
line-height:0; 
height:0; 
font-size:0px;
border-top:1px dashed;
border-top-color:#CCCCCC;
}

.clearline2{
clear:both; 
margin:10px auto;
}

.clearline3{
margin:10px auto;
border-top:1px dashed;
}

.dot2{padding:5px 0px 0px 5px;}
.dot2 li {

 font-size:14px;
 padding-left:15px;
 line-height:26px;
 background:url(../images/dot2.gif) 5px 50% no-repeat;
 color:#16387C;
}

.dot2 a:link{ color:#000000; text-decoration:none;}
.dot2 a:visited{ color:#000000; text-decoration:none;}
.dot2 a:hover{ color:#C21837; text-decoration:none;}
.dot2 a:active{ color:#C21837; text-decoration:none;}

.dot3{padding:5px 0px 0px 5px;}
.dot3 li {

 font-size:14px;
 padding-left:25px;
 line-height:26px;
 background:url(../images/icon_file.gif) 5px 50% no-repeat;
 color:#16387C;
}

.dot3 a:link{ color:#000000; text-decoration:none;}
.dot3 a:visited{ color:#000000; text-decoration:none;}
.dot3 a:hover{ color:#C21837; text-decoration:none;}
.dot3 a:active{ color:#C21837; text-decoration:none;}

.but li { float:right;margin-left:10px;color:#BCBEC0;}
.but li a:link{ color:#BCBEC0;}
.but li a:visited{ color:#BCBEC0;}
.but li a:hover{ color:#B81D23;}
.but li a:active{ color:#B81D23;}

.but2{ margin:auto;}
.but2 li{ float:right;margin-right:10px;color:#000;}
.last{ float:right;margin-right:0px;color:#000;}
.photo{ margin:auto;width:680px;padding:5px;}
.lue{ margin:20px auto; width:680px;background-color:#efefef;padding:5px;}
.news{ margin:10px auto; width:680px;padding:5px;}
.down{ margin:auto;width:680px;padding:5px;}

.wrap {
clear:both; 
width:640px;
margin:auto;
margin-left:50px;
margin-bottom:10px;
}
ul.works {list-style:none;padding:0;margin:0 auto;}
ul.works li   {float:left;margin:0 33px 30px 0;width:158px;height:108px;font-size:12px;}
ul.works li a {text-decoration: none;display:block;width:158px;height:108px;background:#fff;}
ul.works li a img {width:150px;height:100px;border:0;}
ul.works li a .imgthumb {position:relative;background:#EFEFEF;}
ul.works li a .imgthumb span.thumb_shadow_right {position:relative;display:block;border:1px solid #BCBEC0;background:#FFF;padding:3px;text-align:center;}
ul.works li a .intro   {display:none;margin-top:5px;height:20px;color:#000;line-height:18px;}
ul.works li a .intro p {border-bottom:1px solid #DEDEDD;overflow:hidden;text-indent: 0em;line-height:18px;}
ul.works li a:hover {position:absolute;z-index:5;margin:-60px -6px -220px -30px;width:223px;height:198px;background:#CFE798;cursor:pointer;}
ul.works li a:hover .shadow {position:relative;display:block;padding:4px;}
ul.works li a:hover .box    {border:1px solid #9FCF30;background:#fff;padding:15px 10px 15px 15px;}
ul.works li a:hover img {width:180px;height:120px;border:0;}
ul.works li a:hover .intro  {display:block;}
.ppp {
margin-left:500px;
color:#000;
line-height:20px;
font-weight:normal;
padding-left:25px;
background:url(../images/show.gif) 5px 50% no-repeat;
height:22px;
}

.container {
	WIDTH: 228px; HEIGHT: 156px;margin:0px 0px;BORDER: #616161 0px solid;
}
.container A IMG {
	WIDTH: 228px; HEIGHT: 156px
}
.container IMG {
	BORDER-BOTTOM-STYLE: none; BORDER-RIGHT-STYLE: none; BORDER-TOP-STYLE: none; BORDER-LEFT-STYLE: none
}
.td_f A IMG {
	PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-LEFT: 0px; PADDING-RIGHT: 0px; PADDING-TOP: 0px
}
.numx {
	POSITION: absolute; WIDTH: 90px; FLOAT: right; TOP: 135px; LEFT: 140px
}
.numx LI {
	TEXT-ALIGN: center; LINE-HEIGHT: 15px; LIST-STYLE-TYPE: none; MARGIN: 1px; WIDTH: 15px; FONT-FAMILY: Arial; BACKGROUND: url(../images/flashbutton.gif) no-repeat -15px 0px; FLOAT: left; HEIGHT: 15px; COLOR: #E22505; FONT-SIZE: 12px; CURSOR: pointer
}
.numx LI.on {
	LINE-HEIGHT: 15px; WIDTH: 15px; BACKGROUND: url(../images/flashbutton.gif) no-repeat; HEIGHT: 15px; COLOR: #ffffff
}
.more {
	FLOAT: right
}
.more1 A {
	TEXT-ALIGN: left; LINE-HEIGHT: 25px; MARGIN: 0px 0px 0px 10px; COLOR: #3373a3
}

.leftx1{width:228px;height:156px;BORDER: #D2DADD 1px solid;float:left; background-color:#EFF4F6;clear:both;}

.pppx{width:954px; margin:auto; margin-top:10px}
.left{width:200px; margin-right:22px;float:left;}
.right{width:728px;float:left; display:inline-table;}


.boxx {
	border:1px solid #D8D6D7;color:#000; line-height:20px;
}

.boxx a:link{ color:#000; text-decoration:none;}
.boxx a:visited{ color:#000; text-decoration:none;}
.boxx a:hover{ color:#000; text-decoration:underline;}
.boxx a:active{ color:#000; text-decoration:underline;}

.boxx .title2 {
	height:26px;
	background:url(../images/bg_title.gif) 0 -26px repeat-x;
}
.boxx .title2 .h3 {
	float:left;
	font-size:14px;
	color:#ffffff;
	line-height:26px;
	padding-left:7px;
	font-weight:bold;
}
.boxx .title2 .more {
	float:right;
	line-height:25px;
	padding-right:12px;
	font-size:12px;
	color:#ffffff
}
.boxx .title2 .bread {
	color:#ee1c27;
	line-height:25px;
	padding-left:15px;
}
.boxx .title2 .bread a {
	color:#ee1c27;
}
.boxx .content {
	overflow:hidden;
	padding:5px;
}
.shl2{padding:5px; width:180px; matgin:auto;}
.shl2 li{display:block;}
.clear3{clear:both; line-height:0; height:10px; font-size:0px;}
.fenlei{BORDER-bottom: #D2DADD 1px solid;line-height:34px;height:34px; background:url(../images/bg2.gif) repeat-x;}
.fenlei span{margin-left:12px;}

.fenlei2{BORDER-bottom: #D2DADD 1px solid;line-height:34px;height:34px;}
.fenlei2 span{margin-left:16px;}

.footer{width:950px; margin:auto;height:80px;BORDER-top: #FF5A00 2px solid; text-align:center;line-height:20px; padding-top:8px;}
.borderx{border:1px solid #E3E3E3; height:175px;}
.borderx2{border:1px solid #E3E3E3;display:inline-table;}
.borderxx{border:1px solid #E3E3E3; display:inline-table;
*zoom: 1;
*display: inline;
}
.titlem {
	height:25px;
	border-bottom:1px solid #E3E3E3;
	background:url(../images/bg33.gif) 0 0px repeat-x;line-height:25px;
	width:725px;
}
.titlem .h3m {
	float:left;
	font-size:14px;
	color:#000;
	line-height:25px;
	*line-height:27px;
	margin-left:8px;
	font-weight:bold;
}
.titlem .morem {
	float:right;
	line-height:25px;
	*line-height:27px;
	margin-right:10px;
	font-size:12px;
	color:#000;
	font-family:"??ì?";
}

.titlemz {
	height:25px;
	border-bottom:1px solid #E3E3E3;
	background:url(../images/bg33.gif) 0 0px repeat-x;line-height:25px;
	width:725px;
}
.titlemz .h3m {
	float:left;
	font-size:14px;
	color:#000;
	line-height:25px;
	*line-height:27px;
	margin-left:8px;
	font-weight:bold;
}
.titlemz .morem {
	float:right;
	line-height:25px;
	*line-height:27px;
	margin-right:10px;
	font-size:12px;
	color:#000;
	font-family:"??ì?";
}



.pxxx{float:left; margin-left:12px;}
.pxx{border:1px solid #E3E3E3; padding:3px; width:100px; height:100px;}
.wenzi{width:100px; height:30px; line-height:30px; text-align:center}
.wenzi2{line-height:20px; text-align:left;padding:5px;color:#000;}

.wenzi2 a:link{ padding:0 10px;color:#4567A1}
.wenzi2 a:visited{ padding:0 10px;color:#4567A1}
.wenzi2 a:hover{  padding:0 10px;color:#000;}
.wenzi2 a:active{  padding:0 10px;color:#000;}

.wenzi a:link{ color:#000; text-decoration:none;}
.wenzi a:visited{ color:#000; text-decoration:none;}
.wenzi a:hover{ color:#E53D23; text-decoration:underline;}
.wenzi a:active{ color:#E53D23; text-decoration:underline;}

.wz{border-bottom:1px solid #E3E3E3; padding:3px; height:25px;line-height:25px;}
.ttt{font-size:16px;color:#000; height:25px;line-height:25px;text-align:center; font-weight:700; font-family:"??"; margin:15px auto;}
.product_tu{border:1px solid #E3E3E3; padding:3px;float:left;}
.product_r{line-height:25px;margin-left:20px;float:left;}

/*CSS yellow style pagination*/

DIV.yellow {
	PADDING-RIGHT: 7px; PADDING-LEFT: 7px; PADDING-BOTTOM: 7px; MARGIN: 3px; PADDING-TOP: 7px; TEXT-ALIGN: center
}
DIV.yellow A {
	BORDER-RIGHT: #ccc 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #ccc 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #ccc 1px solid; COLOR: #000; PADDING-TOP: 2px; BORDER-BOTTOM: #ccc 1px solid; TEXT-DECORATION: none
}
DIV.yellow A:hover {
	BORDER-RIGHT: #f0f0f0 1px solid; BORDER-TOP: #f0f0f0 1px solid; BORDER-LEFT: #f0f0f0 1px solid; COLOR: #000; BORDER-BOTTOM: #f0f0f0 1px solid
}
DIV.yellow A:active {
	BORDER-RIGHT: #f0f0f0 1px solid; BORDER-TOP: #f0f0f0 1px solid; BORDER-LEFT: #f0f0f0 1px solid; COLOR: #000; BORDER-BOTTOM: #f0f0f0 1px solid
}
DIV.yellow SPAN.current {
	BORDER-RIGHT: #d9d300 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #d9d300 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #d9d300 1px solid; COLOR: #fff; PADDING-TOP: 2px; BORDER-BOTTOM: #d9d300 1px solid; BACKGROUND-COLOR: #d9d300
}
DIV.yellow SPAN.disabled {
	BORDER-RIGHT: #eee 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #eee 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; BORDER-LEFT: #eee 1px solid; COLOR: #ddd; PADDING-TOP: 2px; BORDER-BOTTOM: #eee 1px solid
}

.qyxw{ float:left; position:relative; width:726px; padding:10px 0 4px 0; margin-top:10px; display:inline-table;}
.qyxw_jj{ margin:0 6px 0 1px;}
.qyxw h3{ background:url(../images/qyxw_bg.gif) repeat-x 0 0; height:26px;}
.qyxw h3 span{ display:block; width:78px; height:26px; background:url(../images/pic_bg.gif) no-repeat 0 -291px; line-height:26px; text-align:center; margin:0 10px; color:#000;font-size:14px;}
.qyxw ul{ clear:both; overflow:hidden; margin:0px 0 0 5px; padding:0 0 5px 0; background:url(../images/qyxw_bg02.gif) repeat-x 0 100%;}
.qyxw ul li{ background:url(../images/pic_bg.gif) no-repeat 5px -211px; padding:10px 0 0 15px; height:32px; overflow: hidden;border-bottom:1px dashed #F0EEEE;}
.qyxw ul li a{ font-size:14px;}
.qyxw .moremm{ position:absolute; top:15px; right:10px;font-family:"宋体";}
.qyxw_noline ul{ background:none;}

.qyxw a:link{ color:#000; text-decoration:none;}
.qyxw a:visited{ color:#000; text-decoration:none;}
.qyxw a:hover{ color:#E53D23; text-decoration:underline;}
.qyxw a:active{ color:#E53D23; text-decoration:underline;}

.date{ color:#ccc; font-family:Arial, Helvetica, sans-serif; font-size:11px; margin-right:8px;float:right;}

.borderm{border:1px solid #E3E3E3; height:25px;}
.borderm2{border:1px solid #E3E3E3; width:300px;}
.borderm3{ width:90px;height:30px;font-size:14px; font-weight:700}
.ccx{width:600px;margin:20px auto;}
.ccx li{margin-top:8px}</pre></body></html>