<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*通用*/
@charset "utf-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,img,table,tr,th,td,form,input,textarea{margin:0;padding:0;}
body{font-size:12px;font-family:"宋体";}
h1,h2,h3,h4,h5,h6{font-size:12px;}
table{border-collapse:collapse;}
ul li{list-style-type:none;}
a{text-decoration:none;}
img{border:none;}

/*容器*/
#container{width:100%;min-width:980px;}

/*头部*/
#header_box{width:100%;height:106px;background:url(../Images/header_bg.png) top repeat-x;position:relative;z-index:10;}
#header{width:980px;height:102px;margin:0 auto;position:relative; border-bottom:4px solid #bfbebe;}
#header a.logo{position:absolute;left:0;top:26px;}
#header a.language{width:38px;height:19px;position:absolute;right:500px;top:33px;}

/*头部 - 分公司 - 下拉菜单*/
.menuBox{
	width:127px;position:absolute;right:550px;top:29px;z-index:12;border:1px solid #ddd;background:#fff;
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;behavior:url(js/PIE.htc);
}
.menuBox a{width:117px;height:22px;padding-left:10px;line-height:22px;color:#aaa;display:block;}
.menuBox a.default{background:url(../images/default_bg.png) 110px center no-repeat;}
.menuBox ul{display:none;}
.menuBox ul li a:hover{font-weight:bold;}

/*头部其他链接*/
.header_links{position:absolute;right:155px;top:37px;}
.header_links a{padding:0 10px;color:#666;float:left;}
.header_links a:hover{text-decoration:underline;}
#setHomepage{border-right:1px solid #888;}
#addcollect{padding-right:0;}

/*搜索*/
#searchfrm{
	width:144px;height:24px;position:absolute;top:32px;right:0;
	background:url(../Images/search_bg.png) no-repeat;
}
#SearchKey{
	width:108px;height:22px;padding-left:5px;margin:1px 0 0 1px;float:left;display:inline;
	border:0 none;background:none;color:#666;line-height:22px;
}
#btnSearch{width:30px;height:24px;border:0 none;background:none;float:right;cursor:pointer;}

/*登陆注册*/
.header_member{position:absolute;right:280px;top:37px;}
.header_member a{padding:0 10px;color:#666;border-right:1px solid #888;float:left;}
.header_member a:hover{text-decoration:underline;}
.header_member span{color:#666;float:left;}

/*头部菜单*/
.header_menu{ float:right; height:50px; margin-top:52px;}
.header_menu ul li{float:left;position:relative; height:50px;width:auto; margin:0 5px; }
.header_menu ul li a{display:block;color:#333;text-align:center; padding:11px 20px 1px 20px; height:38px; font-family:"微软雅黑"; line-height:19px; font-size:14px; color:#004279;}
.header_menu ul li a span{ font-size:12px; color:#607388;}
.header_menu ul li a:hover,.header_menu ul li a.selected,.header_menu ul li a.hover{color:#fff;background:#004279;}
.header_menu ul li a:hover span,.header_menu ul li a.selected span,.header_menu ul li a.hover span{color:#fff;}
.header_menu ul ul{display:none;position:absolute;top:50px; border-bottom:3px solid #004279;}
.header_menu ul ul li{float:none;background:none; background:#fff; margin:0; height:28px;}
.header_menu ul ul li a{color:#666;font:normal 12px/28px "宋体"; width:100%; display:block; padding:0; height:28px;}
.header_menu ul ul li a:hover,.header_menu ul ul li a.selected,.header_menu ul ul li a.hover{
	background:url(../Images/submenu_hover.png) center bottom no-repeat;color:#fff;color:#004279; font-weight:bold;}

/*首页banner图片*/
#bannerBox{width:100%;height:496px; background:url(../Images/bannerImg_bg.png) repeat-x;}
.bannerbox{ width:980px; margin: 0 auto; position:relative;height:496px;}
#bannerBox a.leftBtn{width:42px;height:42px;position:absolute;right:51px;top:430px; background:url(../Images/leftBtn_banner.png);}
#bannerBox a.leftBtn:hover{ background:url(../Images/left_hover.png);}
#bannerBox a.rightBtn{width:42px;height:42px;position:absolute;right:0;top:430px; background:url(../Images/rightBtn_banner.png);}
#bannerBox a.rightBtn:hover{ background:url(../Images/right_hover.png);}

#bannerImg{width:980px;height:496px;overflow:hidden; margin:0 auto;}
#bannerImg ul{width:999999px;}
#bannerImg ul li{float:left;overflow:hidden; width:980px;}
#bannerImg ul li img{width:980px;height:496px;float:left;}
#bannerBtn_box{width:100%;height:13px;position:absolute;bottom:10px;}
#bannerBtn{width:980px;margin:0 auto;position:relative;}
#bannerBtn ul{position:absolute;right:20px;}
#bannerBtn ul li{
	width:13px;height:13px;margin-left:10px;float:left;cursor:pointer;
	background:url(../images/bannerBtn.png) center center no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/bannerBtn.png');
}
#bannerBtn ul li.selected{
	background:url(../images/bannerBtn_hover.png) center center no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Images/bannerBtn_hover.png');
}

/*首页新闻滚动*/
#topNews_box{width:100%;height:32px;padding-top:13px;}
#topNews{
	width:980px;height:30px;margin:0 auto;border:1px solid #ccc;position:relative;background:#fff;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	-moz-box-shadow:0 0 5px #ccc;-webkit-box-shadow:0 0 5px #ccc;box-shadow:0 0 5px #ccc;
	behavior:url(js/PIE.htc);
}
#topNews h1{padding:0 10px;float:left;font-weight:bold;color:#c60000;line-height:30px;}
#topNews a.leftBtn{width:18px;height:13px;float:left;margin:9px 2px 0 0;display:inline;cursor:pointer;}
#topNews a.rightBtn{width:18px;height:13px;float:left;margin:9px 7px 0 0;display:inline;cursor:pointer;}
#topNews div.topNewsul{width:700px;height:30px;overflow:hidden;float:left;}
#topNews div.topNewsul ul{width:100%;height:9999px;float:left;}
#topNews div.topNewsul ul li{width:100%;height:30px;float:left;overflow:hidden;}
#topNews div.topNewsul ul li a{height:30px;float:left;color:#333;line-height:30px;}
#topNews div.topNewsul ul li span{height:30px;float:left;color:#999;line-height:30px;padding-left:10px;}
#topNews a.more{
	margin-right:10px;float:right;display:inline;color:#a3a3a3;line-height:30px;
	padding-right:10px;background:url(../Images/link_bg2.png) no-repeat right center;
}
#topNews a:hover{text-decoration:underline;}

/*首页中部*/
#main_box{width:100%;height:auto;padding-top:37px; float:left;}
#main{width:980px;height:auto;margin:0 auto;}

/*首页中部左边*/
.main_left{
	width:302px;height:287px;float:left;margin-left:3px;
}
#main h3{ height:43px; width:100%; font-weight:normal; font-family:微软雅黑; padding-bottom:18px;}
#main h3 p.about_ch{ height:28px; line-height:28px; font-size:22px; color:#004279; padding-left:1px;}
#main h3 p.about_en{ height:15px; line-height:15px; font-size:12px; color:#666; padding-left:1px;}
#main dl dt{ width:300px; height:110px; border:1px solid #e9ebea; }
#main dl dt img{width:292px; height:102px; margin:4px;}
#main dl dd.txt{height:54px; padding:8px 9px 15px 4px;width:289px;}
#main dl dd.txt a{ line-height:18px; color:#666; }
#main dl dd.txt a:hover{ text-decoration:underline;}
#main dl dd.more{ width:100%; height:20px; background:url(../Images/more.png) left center no-repeat;}
#main dl dd.more a{ margin-left:3px; padding-left:13px; width:80px; display:block; font-size:12px; color:#666;line-height:20px;}

/*首页中部中间*/
.main_mid{
	width:302px;height:287px;float:left;margin-left:47px;
}

/*首页中部右边*/
.main_right{width:272px;height:287px;float:right;  margin-left:51px;}
#video{ width:262px; height:162px; border:1px solid #e9ebea; padding:4px;}

/*首页中部下部*/
.main_bottom{ width:978px; height: 419px; border:1px solid #dadfe0; float:left; background:url(../Images/bottom.png) center top no-repeat;}
.main_bottomleft{width: 732px; height:335px; float:left; padding-top:46px; background:url(../Images/box.png) bottom repeat-x;}
.main_bottomleft ul li img{width:240px; height:160px; }
.main_bottomleft ul li{width:240px; height:160px; float:left; margin:0 4px 4px 0; position:relative;}
.main_bottomleft ul li p{ position:absolute; bottom:0; width:100%; text-align:center; height:40px; line-height:40px;  font-size:14px; color:#000; font-family:微软雅黑; background:url(../Images/p.png) repeat; left:0; display:none;}
.main_bottomleft ul li p a{color:#000;}
.main_bottomleft ul li.mana{ position:relative;}
.main_bottomleft ul li.mana span{ font-size:22px; color:#999; position:absolute; height:22px; line-height:22px; top:80px; width:100%; text-align:center; left:0; background:none; display:block;}
.main_bottomleft ul li.mana a{ height:7px; width:100%; position:absolute; left:0; bottom:20px; display:block; background:url(../Images/more2.png) center center no-repeat;}

.main_bottomright{ padding-left:6px; width:240px; float:left; padding-top:46px; background:url(../Images/box.png) bottom repeat-x; height:335px;}
.main_bottomright h4{ height:28px; padding:14px 0 15px 0; width:100%; font-weight:normal;}
.main_bottomright h4 p{ height:17px; padding-bottom:2px; line-height:17px; text-align:center; font-size:16px; color:#bfbebe; font-family:微软雅黑; }
.main_bottomright h4 a{ height:9px; line-height:9px; text-align:center; display:block; font-size:12px; color:#bfbebe; font-family:微软雅黑; }
.main_bottomright ul li{ width:102px; height:50px; float:left; margin:0 14px 11px 4px}
.main_bottomright ul li a img {width:102px; height:50px; border:1px solid #e9ebea;}
/*内页banner*/
#banner_box{width:100%;height:230px;background:url(../Images/bannerImg_bg.png);}
#banner{width:980px;height:230px;margin:0 auto;}
#banner img{width:980px;height:230px;float:left;}

/*导航*/
#nav_box{width:980px; margin:0 auto;height:30px;}
#nav{width:980px;height:30px;margin:0 auto;text-align:left; background:#f2f2f2;}
/*#nav span{padding-left:3px;line-height:30px;background:url(../Images/link_bg1.png) left center no-repeat;}*/
#nav a{padding:0 10px;color:#333;line-height:30px;background:url(../Images/a.png) right center no-repeat;}
#nav a.selected{color:#333;background:none;padding-right:0;}
#nav a:hover{text-decoration:underline;}

/*内页中部*/
#center_box{width:100%;float:left; padding:20px 0;}
#center{width:980px;margin:0 auto;}

/*左侧菜单*/
.left{float:left;width:208px;}
.left_menu h1{width:208px;float:left;background:url(../Images/left_h.png) left bottom no-repeat; height:39px; font-size:16px; color:#5a5a5a; margin-bottom:12px;}
.left_menu h1 span{padding:0 0 0 20px;width:188px;color:#5a5a5a;font:normal 16px/39px "微软雅黑";display:block; line-height:39px; background:url(../Images/left_span1.png) left center no-repeat;}
.left_menu ul{float:left;}
.left_menu ul li{border-bottom:1px solid #e5e5e5;float:left;}
.left_menu ul li a{
	width:196px; height:32px; line-height:32px;border-bottom:1px solid #fff;color:#666; font-family:"微软雅黑";
	background:url(../Images/leftMenu.png) left center no-repeat;display:block;padding-left:12px; font-size:14px;
}
.left_menu ul li a:hover,.left_menu ul li a.selected{
	color:#003399;background:url(../Images/leftMenu.png) left center no-repeat;
}
.left_menu ul ul li{border:none;}
.left_menu ul ul li a{
	width:177px; height:29px; line-height:29px;border:none;color:#999;display:block; padding-left:31px; background:none;
}
.left_menu ul ul li a:hover,.left_menu ul ul li a.selected{
	color:#003399;background:none;
}

.hotline{width:201px;float:left;margin-top:30px;}

/*右边*/
.right{width:750px;float:right;display:inline;}
.content{
	width:750px;float:left;position:relative;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;behavior:url(js/PIE.htc);
}
.content h1.tit{
	width:733px;padding-left:17px;height:39px; font-weight:normal; font-family:"微软雅黑";
	font-size:14px;color:#5a5a5a;line-height:39px; background:url(../Images/h1.png);
}

/*单页面*/
.single_content{float:left; width:750px; height:auto; padding-top:19px;}
.single_content p{font-size:14px;color:#666;line-height:24px;}

/*工程案例*/
.prject_centerbox{ width:100%; float:left; height:auto; padding-top:20px;}
.prject_centerbox h4{ height:51px; width:979px;border-left:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; font-weight:normal;font-family:"微软雅黑";}
.prject_centerbox h4 a{ width:119px; height:50px; border:1px solid #d9d9d9; border-left:none; display:block; float:left; line-height:50px; text-align:center; color:#666; font-size:14px;}
.prject_centerbox h4 a:hover,.prject_centerbox h4 a.selected{ border-bottom:1px solid #fff;} 

.project_con{ width:980px; padding-top:50px; height:232px; position:relative; overflow:hidden;}
a.left_ptobtn{ background:url(../Images/left_pro.png); display:block; position:absolute; left:0; width:40px; height:51px; top:143px; z-index:10;}
a.right_ptobtn{ background:url(../Images/right_pro.png); display:block; position:absolute; right:0; width:40px; height:51px; top:143px; z-index:10;}
a.left_ptobtn:hover{background:url(../Images/left_prohover.png);}
a.right_ptobtn:hover{background:url(../Images/right_prohover.png); }
.pro_list{ width:999999px; height:232px;}
.pro_list dl{ float:left; margin-right:22px; width:302px; height:222px; padding:4px; border:1px solid #e9ebea; position:relative;}
.pro_list dl dt{ width:302px; height:222px;}
.pro_list dl dt img{ width:302px; height:222px;}
.pro_list dl dd{ width:302px; height:222px; position:absolute; bottom:5px; left:5px; background:url(../Images/dd.png); display:none;}
.pro_list dl dd a{ display:block;width:302px; height:222px; text-align:center; line-height:222px;;font-family:"微软雅黑"; font-size:20px; color:#fff;}
.pro_list dl dd a:hover{ text-decoration:underline;}

/*工程案例-详细*/
.pro_little{ width:100%; height:6px;}
.pro_little ul li{ width:6px; height:6px; background:url(../Images/center_btn.png) no-repeat;}
.pro_little ul li:hover,.pro_little ul li.selected{ background:url(../Images/center_btnhover.png) no-repeat;}

/*荣誉资质*/
.honor{padding-top:30px;float:left;}
.honor dl{width:150px;padding-left:30px;float:left;}
.honor dl dt{
	width:140px;height:95px;padding:4px;border:1px solid #d7d7d7;background:#f5f5f5;
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;position:relative;
	-moz-box-shadow:0 0 3px #d7d7d7;-webkit-box-shadow:0 0 3px #d7d7d7;box-shadow:0 0 3px #d7d7d7;
	behavior:url(js/PIE.htc);
}
.honor dl dt img{width:140px;height:95px;float:left;}
.honor dl dd{width:150px;height:30px;margin:10px 0;text-align:center;overflow:hidden;}
.honor dl dd a{color:#555;line-height:15px;}
.honor_bg{width:690px;height:0;line-height:0;border-bottom:1px solid #e1e1e2;margin:0 30px;float:left;display:inline;}

/*文章列表无图片*/
.article_list{padding:10px 30px 0 30px;}
.article_list ul li{width:100%;height:40px;overflow:hidden;border-bottom:1px solid #ddd;}
.article_list ul li a{
	float:left;height:40px;line-height:40px;padding-left:10px;font-size:14px;color:#444;
	background:url(../Images/link_bg1.png) left center no-repeat;	
}
.article_list ul li a:hover{text-decoration:underline;}
.article_list ul li span{float:right;height:40px;line-height:40px;font-size:11px;color:#666;}

/*文章列表有图片*/
.article_list_pic{padding:0;}
.article_list_pic dl{width:100%;height:162px;padding:20px 0;border-bottom:1px dashed #e7e7e7;}
.article_list_pic dl dt{
	width:222px;height:152px;float:left;padding:4px;border:1px solid #e9ebea;background:#fff;

}
.article_list_pic dl dt img{width:222px;height:152px;float:left;}
.article_list_pic dl dd{width:507px;float:right;overflow:hidden;}
.article_list_pic dl dd.tit{height:20px;}
.article_list_pic dl dd.tit a{float:left;font:bold 14px/20px "微软雅黑";color:#333;}
.article_list_pic dl dd.tit span{float:right;font-size:12px;color:#666;line-height:20px;}
.article_list_pic dl dd.txt{height:104px;margin:10px 0;text-align:justify; line-height:18px; font-size:12px; font-family:"微软雅黑";}
.article_list_pic dl dd.txt a{line-height:18px;color:#666;}
.article_list_pic dl dd.more{height:20px;width:93px; height:20px;}
.article_list_pic dl dd.more a{line-height:20px;color:#666;  padding-left:16px;display:block; width:77px; height:20px; background:url(../images/casemore.png) no-repeat;}
.article_list_pic dl dd a:hover{text-decoration:underline;}

/*文章详细*/
.article_details{padding:0;}
.article_details dl{width:100%;}
.article_details dl dt{width:100%;height:30px;border-top:1px dashed #e7e7e7;}
.article_details dl dt span{width:49%;height:40px;line-height:40px;color:#444;overflow:hidden;}
.article_details dl dt span a{line-height:40px;color:#444;}
.article_details dl dt span a:hover{text-decoration:underline;}
.article_details dl dt span.pre{float:left;}
.article_details dl dt span.next{float:right;text-align:right;}
.article_details dl dd{width:100%;}
.article_details dl dd.tit{font:16px/55px "微软雅黑";color:#333;text-align:left;padding-top:7px; height:55px; border-bottom:1px dashed #e7e7e7; font-size:24px; }
.article_details dl dd.time{line-height:30px;color:#333;text-align:center;padding-bottom:10px;border-bottom:1px solid #ddd;}
.article_details dl dd.txt{padding:35px 0;text-align:justify;}
.article_details dl dd.txt p{line-height:24px;color:#666;font-size:14px;}
.article_details dl dd.return{ width:100%; height:20px; padding-bottom:10px;}
.article_details dl dd.return a{ width:93px; height:20px; display:block; float:right; text-align:center; line-height:20px; background:url(../Images/return.png) no-repeat; color:#666; font-family:宋体; font-size:12px;}

/*产品列表 - 大图模式*/
.product_list_big{width:100%;float:left;padding-top:30px;}
.product_list_big dl{
	width:210px;float:left;margin:0 0 30px 30px;display:inline;
	border:1px solid #ebebeb;background:#fff;
	-moz-box-shadow:0 0 2px #ebebeb;-webkit-box-shadow:0 0 2px #ebebeb;box-shadow:0 0 2px #ebebeb;
	behavior:url(js/PIE.htc);position:relative;
}
.product_list_big dl dt{width:210px;height:210px;}
.product_list_big dl dt img{width:210px;height:210px;float:left;}
.product_list_big dl dd.tit{width:190px;height:20px;margin:5px 10px 0 10px;overflow:hidden;text-align:center;}
.product_list_big dl dd.tit a{line-height:20px;color:#444;font-weight:bold;}
.product_list_big dl dd.txt{width:190px;height:60px;margin:5px 10px 0 10px;overflow:hidden;text-align:justify;}
.product_list_big dl dd.txt a{color:#666;line-height:20px;}
.product_list_big dl dd.more{width:210px;height:20px;text-align:center;margin:5px 0;}
.product_list_big dl dd.more a{line-height:20px;color:#6a6e71;}
.product_list_big dl dd a:hover{text-decoration:underline;}

/*产品列表 - 小图模式*/
.product_list_small{float:left;padding:0 30px;}
.product_list_small dl{width:100%;height:90px;padding:20px 0;border-bottom:1px solid #d7d7d7;}
.product_list_small dl dt{
	width:80px;height:80px;float:left;padding:4px;border:1px solid #d7d7d7;background:#fff;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	behavior:url(js/PIE.htc);position:relative;
}
.product_list_small dl dt img{width:80px;height:80px;float:left;}
.product_list_small dl dd{width:580px;float:right;overflow:hidden;}
.product_list_small dl dd.tit{height:20px;}
.product_list_small dl dd.tit a{float:left;font-weight:bold;line-height:20px;color:#444;}
.product_list_small dl dd.tit span{float:right;font-size:12px;color:#666;line-height:20px;}
.product_list_small dl dd.txt{height:40px;margin:5px 0;text-align:justify;}
.product_list_small dl dd.txt a{line-height:20px;color:#666;}
.product_list_small dl dd.more{height:20px;text-align:right;}
.product_list_small dl dd.more a{line-height:20px;color:#666;}
.product_list_small dl dd a:hover{text-decoration:underline;}

/*产品详细页*/
.product_img{width:980px;float:left; position:relative;}
.product_detail{width:100%;float:left;padding-top:10px;}
.product_detail .bigImg{width:970px;height:588px;float:left;padding:4px; border:1px solid #eceeed; position:relative;}
.product_detail .bigBox{width:970px;height:588px;overflow:hidden;position:relative;}
.product_detail .bigBox ul{width:99999px;}
.product_detail .bigBox ul li{width:798px;height:588px;float:left;}
.product_detail .bigBox ul li img{width:798px;height:588px;float:left;}
.product_detail .bigBox p.leftBtn{
	width:174px;height:588px;position:absolute;left:0;top:0;overflow:hidden;
	/*background:url(../Images/touming-left.png) no-repeat;*/
}
.product_detail a.rightBtn{
	width:172px;height:588px;display:block;cursor:pointer;position:absolute;right:5px;top:5px;
	background:url(../Images/rightBtn_pro.png) center center no-repeat; z-index:100;
}
.product_detail .smallImgs{width:100%;padding:10px 0 13px 0;float:left; height:6px;}
.product_detail .smallImgs ul li{width:6px;height:6px;float:left; background:url(../Images/center_btn2.png) no-repeat; margin:0 3px;}
.product_detail .smallImgs ul li.selected{background:url(../images/center_btn2h.png) no-repeat;}

.product_detail .proinfor{float:left;width:100%;padding:6px 0 0 0;float:left;}
.product_detail .proinfor dl{float:left; width:100%;}
.product_detail .proinfor dl dt{float:left;width:100%;font:normal 24px/66px "微软雅黑"; color:#333; height:66px;}
.product_detail .proinfor dl dd{float:left; width:100%;font:normal 14px/24px "微软雅黑"; color:#666;}
.product_detail .proinfor dl dd.txt{ padding-bottom:54px;}
.product_detail .proinfor dl dd.page_next{ height:33px; width:100%; line-height:33px;  border-top:1px dashed #e7e7e7; font-family:宋体; color:#666; font-size:12px;}
.product_detail .proinfor dl dd span{width:49%;height:40px;line-height:40px;color:#444;overflow:hidden;}
.product_detail .proinfor dl dd.page_next span.pre{ float:left; text-align:left;}
.product_detail .proinfor dl dd.page_next span.next{ float:right; text-align:right;}
.product_detail .proinfor dl dd.page_next span a{color:#444;}
.product_detail .proinfor dl dd.prof_con{font:normal 16px/29px "微软雅黑"; color:#333; height:29px;}
.product_detail h4{ height:51px; margin-bottom:38px; width:979px;border-left:1px solid #d9d9d9; border-bottom:1px solid #d9d9d9; font-weight:normal;font-family:"微软雅黑";}
.product_detail h4 a{ width:119px; height:50px; border:1px solid #d9d9d9; border-left:none; display:block; float:left; line-height:50px; text-align:center; color:#666; font-size:14px;}
.product_detail h4 a:hover,.product_detail h4 a.selected{ border-bottom:1px solid #fff;} 
/*.product_detail .bigBox a.leftBtn{
	width:174px;height:588px;display:block;cursor:pointer;position:absolute;left:-110px;top:0;
	background:url(../Images/leftBtn_pro.png) center center no-repeat;
}
.product_detail .bigBox a.rightBtn{
	width:174px;height:588px;position:absolute;right:0;top:0;overflow:hidden;
	background:url(../images/right.png) repeat; display:block;
}*/
/*招聘列表*/
.job_list{ float:left;width:750px;}
.job_list dl{float:left;width:740px;  padding:21px 10px 25px 0; border-bottom:1px dashed #e7e7e7;}
.job_list dl dt{float:left;color:#333;font:normal 16px/32px "微软雅黑";}
.job_list dd{float:left;width:740px;}
.job_list dd.tit{color:#333;font:normal 16px/32px "微软雅黑";}
.job_list dd.des{color:#666;font:normal 12px/22px "微软雅黑"; padding-bottom:5px; }
.job_list dd.infor{color:#666;font:normal 12px/22px "微软雅黑";}
/*下载列表*/
.download_list{padding:10px 30px 0 30px;}
.download_list ul li{width:100%;height:40px;overflow:hidden;border-bottom:1px solid #ddd;}
.download_list ul li a.downleft{
	float:left;height:40px;line-height:40px;padding-left:10px;font-size:14px;color:#444;
	background:url(../Images/link_bg1.png) left center no-repeat;	
}
.download_list ul li a.downleft:hover{text-decoration:underline;}
.download_list ul li span{
	height:20px;padding-left:10px;display:block;float:right;margin-top:10px;
	background:url(../Images/download.png) left center no-repeat;
}
.download_list ul li a{
	height:20px;line-height:20px;color:#fff;padding-right:10px;display:block;float:left;
	background:url(../Images/download.png) right center no-repeat;
}


/*留言反馈*/
.feedback{width:708px;padding:47px 30px 0 12px;float:left;}

/*通用表单样式*/
.tables dl{ width:100%;padding-bottom:22px;float:left; position:relative;}
.tables dl dt,.tables dl dd{float:left;color:#666;position:relative;font-family:"微软雅黑";}
.tables dl dt{width:77px;padding-right:5px;line-height:24px;text-align:right;}
.tables dl dt span{ color:#b30022;}
.tables dl dd input.input{
	height:27px;width:220px;padding-left:9px;border:1px solid #cccccc;
	line-height:27px;color:#999;background:#fff;float:left; font-size:14px; font-family:"微软雅黑";
}
.tables dl dd input.inputs{height:27px;width:220px;padding-left:9px;border:1px solid #cccccc;
	line-height:27px;color:#999;background:#fff;float:left;font-size:14px; font-family:"微软雅黑";}
.tables dl label{ width:68px;line-height:24px; float:left; height:24px;}
.tables dl label.error,.tables dl label.error valid{ width:16px;}
.tables dl label input{margin-right:5px; float:left;line-height:27px;height:27px; marign-top:2px; cursor:pointer;}
.tables dl dd textarea{
	height:123px;width:451px;padding-left:9px;border:1px solid #cccccc;
	line-height:28px;color:#999;background:#fff;float:left;position:relative;overflow:auto;
	font-size:14px;
}
.tables dl.verify,.tables dl.btn{width:100%;}
.tables dl.verify dd input{width:82px;}
.tables dl.verify dd img{position:absolute;left:96px;top:0;cursor:pointer;}
.tables dl.verify dd label{position:absolute;left:201px;top:0;}
.tables dl dd.sex label{position:absolute;left:356px;top:0;}
.tables dl.btn dd input{
	width:93px;height:26px;display:block;float:left;margin-right:9px;
	cursor:pointer;color:#666;border:0 none; font:normal 12px/26px "宋体";
	
}
.tables dl.btn dd input.submit{background:url(../images/tijiao.png) no-repeat;}
.tables dl.btn dd input.reset{background:url(../images/reset.png) no-repeat;}
.tables dl.btn dd input:hover{ color:#666;}
.tables dl dd input.input_sex{filter:alpha(opacity=0);-moz-opacity:0;opacity:0;}
.tables dl.long{width:640px;}
.tables dl.long2 dd input.input{ width:353px;}
.tables dl.long2{width:480px;}
.tables dl.forget{padding:0;}
.tables dl.forget a{line-height:24px;color:#666;text-decoration:underline;}
.tables dl.protocol dd input{position:absolute;left:0;top:6px;}
.tables dl.protocol dd a{margin-left:20px;color:#666;text-decoration:underline;line-height:24px;*line-height:34px;}
.feedback dl dt{color:#999; font-size:14px; font-family:"微软雅黑"; }
.feedback dl dd label{color:#666;font-size:14px; font-family:"微软雅黑";  }
.feedback dl.subject{padding-bottom:33px;}
.feedback dl.verify{padding-bottom:30px;}
.feedback dl.verify input.code{width:110px;}
.feedback dl.verify img.code{padding-left:33px;}
/*模拟下拉列表*/
.selectMenu{width:198px;position:absolute;left:0;z-index:3;line-height:22px;color:#888;border:1px solid #ccc;float:left;background:#fff;}
.selectMenu a{line-height:22px;color:#888;display:block;cursor:pointer;}
.selectMenu a.default{width:178px;padding-right:10px;margin:0 5px;background:url(../images/def_bg.png) right 9px no-repeat;}
.selectMenu ul{display:none;}
.selectMenu ul li a{width:193px;padding-left:5px;}
.selectMenu ul li a:hover{background:#f2f2f2;color:#333;}

/*会员注册*/
#nav_member{width:980px;height:30px;margin:0 auto;}
#nav_member h1{float:left;line-height:30px;padding-left:5px;color:#333;}
#nav_member span{float:right;}
#nav_member a{padding:0 10px 0 5px;color:#a3a3a3;line-height:30px;background:url(../Images/link_bg2.png) right center no-repeat;}
#nav_member a.selected{color:#c60000;background:none;padding-right:0;}
#nav_member a:hover{text-decoration:underline;}

/*会员管理*/
#user{width:900px;padding:39px;border:1px solid #ccc;float:left;position:relative;}
/*会员左侧*/
.user_left{width:50%;float:left;}
.user_left h2{font-size:14px;color:#333;line-height:30px;}

/*会员右侧*/
.user_right{width:45%;float:right;}
.user_right h2{font-size:14px;color:#333;line-height:30px;}
.user_right p{color:#666;line-height:20px;margin:10px 0;}
.user_right a{
	width:89px;height:26px;display:block;
	color:#fff;font-size:14px;font-weight:bold;line-height:26px;text-align:center;
	background:url(../images/submitBtn.gif) no-repeat;
}

/*问答*/
.faq{width:690px;margin:10px 30px;float:left;display:inline;}
.faq dl{width:100%;float:left;padding:10px 0;border-bottom:1px solid #ddd;}
.faq dl dt,.faq dl dd{width:100%;float:left;}
.faq dl dt span,.faq dl dd span{width:25px;float:left;display:block;line-height:24px;color:#333;font-weight:bold;}
.faq dl dt a,.faq dl dd a{width:665px;float:left;display:block;line-height:24px;color:#333;}

/*分页*/
.page{width:100%;height:25px;float:left;padding:14px 0 14px 0;*float:none;}
.page p{float:left;}
.page p a,.page p span{float:left;margin-right:8px;display:inline;}
.page p a{height:23px;line-height:23px;border:1px solid #cacaca;color:#666;width:24px; text-align:center;
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	behavior:url(js/PIE.htc); overflow:hidden;}
.page p a.none{ border:none;}
.page p a:hover,.page p a.selected{background:#8b8b8b;color:#fff;border:1px solid #797979;}
.page p a.none:hover,.page p a.none.selected{background:#f9f9f9;color:#333;border:none;}
.page p span{color:#cc0100;font-weight:bold;line-height:20px;margin-left:5px;}

/*友情链接*/
.link{ float:left;overflow:hidden; width:750px;}
.linkover{float:left; width:900px;}
.link dl{width:130px;padding-right:22px;float:left;padding-top:29px; padding-bottom:12px;}
.link dl dt{
	width:130px;height:78px;padding:4px;border:1px solid #e9ebea;background:#fff;

}
.link dl dt img{width:130px;height:78px;float:left;}
.link dl dd{width:100%;height:30px;margin:5px 0;text-align:center;overflow:hidden;}
.link dl dd a{color:#666;line-height:32px; font-size:14px; font-family:"微软雅黑";}

/*搜索列表*/
.search_list{padding:10px 30px 0 30px;}
.search_list ul li{width:100%;height:40px;overflow:hidden;border-bottom:1px solid #ddd;}
.search_list ul li a{
	float:left;height:40px;line-height:40px;padding-left:10px;font-size:14px;color:#444;
	background:url(../Images/link_bg1.png) left center no-repeat;	
}
.search_list ul li a:hover{text-decoration:underline;}
.search_list ul li span{float:right;height:40px;line-height:40px;font-size:11px;color:#aaa;}

/*网站地图*/
.sitemap{padding:10px 30px 30px 30px;float:left;}
.sitemap dl{width:100%;float:left;border-bottom:1px solid #ccc;}
.sitemap dl dt{width:100%;height:30px;float:left;}
.sitemap dl dt a{font-weight:bold;line-height:30px;color:#333;}
.sitemap dl dd{float:left;padding-right:10px;}
.sitemap dl dd a{line-height:30px;color:#333;}
.sitemap dl a:hover{text-decoration:underline;}

/*帮助信息*/
#help_box{width:100%;min-width:980px;padding:20px 0;float:left;margin-top:13px;background:#f0f0f0 url(../images/help_bg.png) repeat-x;}
#help{width:930px;padding-left:50px;margin:0 auto;}
#help dl{width:135px;padding:0 10px 0 9px;float:left;border-left:1px dashed #c2c2c2;}
#help dl dt{width:135px;font-weight:bold;margin-bottom:10px;float:left;}
#help dl dt a{color:#333;}
#help dl dd{width:135px;line-height:22px;float:left;}
#help dl dd a{color:#888;}
#help dl a:hover{text-decoration:underline;}

/*底部*/
#footer_box{width:100%;float:left; height:51px;}
#footer{width:980px;margin:0 auto; border-top:1px solid #e3e3e3;}
.footer_info{float:left;}
.footer_info p{color:#666;height:51px;line-height:51px; font-family:微软雅黑;}
.footer_link{float:right;color:#666;}
.footer_link a{color:#666;line-height:51px;padding:0 5px; font-family:微软雅黑;}
.footer_link a:hover{text-decoration:underline;}

/*返回顶部*/
.returnTop{
	width:53px;height:53px;position:fixed;right:20px;bottom:50px;display:none;cursor:pointer;
	background:url(../images/returnTop.gif) no-repeat;
}
* html,* html body{background-image:url(about:blank);background-attachment:fixed;}
* html .returnTop{
	position:absolute;left:expression(eval(document.documentElement.scrollLeft+document.documentElement.clientWidth-this.offsetWidth)-(parseInt(this.currentStyle.marginLeft,10)||0)-(parseInt(this.currentStyle.marginRight,10)||0 + 20));top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0 + 50)))
}

/*星级评分*/
#star{position:relative;width:600px;margin:20px auto;height:24px;}
#star ul,#star span{float:left;display:inline;height:19px;line-height:19px;}
#star ul{margin:0 10px;}
#star li{float:left;width:24px;cursor:pointer;text-indent:-9999px;background:url(../images/star.png) no-repeat;}
#star strong{color:#f60;padding-left:10px;}
#star li.on{background-position:0 -28px;}
#star p{position:absolute;top:20px;width:159px;height:60px;display:none;background:url(../images/icon.gif) no-repeat;padding:7px 10px 0;}
#star p em{color:#f60;display:block;font-style:normal;}
/*相册*/
/*相册列表*/
#center_box .albumsList dt{
	border:1px solid #d7d7d7;background:#fff;
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;
	-moz-box-shadow:0 0 3px #d7d7d7;-webkit-box-shadow:0 0 3px #d7d7d7;box-shadow:0 0 3px #d7d7d7;
	behavior:url(../js/PIE.htc);position:relative;
}
#center_box .albumsList dd a{color:#666;}

/*相册图片*/
#center_box .smallPhotoBox dd a{border:1px solid #ccc;}
#center_box .smallPhotoBox dd a:hover,#centerBox .smallPhotoBox dd a.selected{border:2px solid #FFB424;}
#center_box .smallPhotoBox dt{background:#FFB424;}
#center_box .smallPhoto a.leftBtn{
	background:url(../images/photoLeft.png) no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/photoLeft.png');
}
#center_box .smallPhoto a.rightBtn{
	background:url(../images/photoRight.png) no-repeat;
	_background-image:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../Images/photoRight.png');
}


#center_box .bigPhotoImg{background:url(../images/load.gif) center center no-repeat;}
#center_box .bigPhoto a.leftBtn{
	cursor:url('../images/photoPre.ico'),auto;
	filter:alpha(opacity=0);-moz-opacity:0;opacity:0;background:#fff;
}
#center_box .bigPhoto a.rightBtn{
	cursor:url('../images/photoNext.ico'),auto;
	filter:alpha(opacity=0);-moz-opacity:0;opacity:0;background:#fff;
}

/*相册列表*/
.albumsList{float:left;width:100%;padding-top:30px;}
.albumsList dl{float:left;width:150px;padding-left:30px;}
.albumsList dt{width:140px;height:95px;padding:4px;}
.albumsList dt img{float:left;width:140px;height:95px;}
.albumsList dd{width:100%;height:30px;margin:5px 0;text-align:center;overflow:hidden;}
.albumsList dd a{line-height:15px;}



/*相册图片*/
#center_box #albumsPhoto{float:left;width:695px;padding:30px;}
/*相册 - 小图*/
#center_box .smallPhoto{width:100%;height:60px;position:relative;float:left;}
#center_box .smallPhotoBox{width:582px;height:60px;position:absolute;top:0;left:54px;overflow:hidden;}
#center_box .smallPhotoBox dl{width:99999px;position:relative;z-index:1;}
#center_box .smallPhotoBox dd{float:left;margin:0 5px;display:inline;}
#center_box .smallPhotoBox dd a{width:81px;height:54px;padding:1px;margin:1px;float:left;display:inline;cursor:pointer;}
#center_box .smallPhotoBox dd a:hover,#center_box .smallPhotoBox dd a.selected{margin:0;border:2px solid #FFB424;}
#center_box .smallPhotoBox dd img{width:81px;height:54px;float:left;}
#center_box .smallPhotoBox dt{width:85px;height:60px;position:absolute;left:5px;top:0;z-index:2;display:none;}
#center_box .smallPhoto a.leftBtn{width:50px;height:50px;display:block;position:absolute;top:5px;left:0;cursor:pointer;}
#center_box .smallPhoto a.rightBtn{width:50px;height:50px;display:block;position:absolute;top:5px;right:0;cursor:pointer;}

/*相册 - 大图*/
#center_box .bigPhoto{width:695px;height:410px;float:left;position:relative;padding:1px;margin-top:30px;}
#center_box .bigPhotoImg{position:relative;z-index:1;margin:0 auto;}
#center_box .bigPhotoImg img{width:100%;height:auto;float:left;}
#center_box .bigPhoto a.leftBtn{width:50%;height:100%;position:absolute;left:0;top:0;z-index:2;}
#center_box .bigPhoto a.rightBtn{width:50%;height:100%;position:absolute;right:0;top:0;z-index:2;}
#star p em{color:#f60;display:block;font-style:normal;}
.picTitle{ text-align:left; padding:6px 0 10px; height:2em;}
.picTitle h3{ text-align:center; padding:6px 0}
.picTitle p{ line-height:18px;}  </pre></body></html>