﻿@charset "utf-8";
/* CSS Document */

/* 网站全局默认样式 */
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td,a{ margin:0;padding:0;}
body{ background:#ffffff; color:#333333; padding:0; font:13px/1.5 "\5FAE\8F6F\96C5\9ED1", Arial, "\5B8B\4F53", sans-serif;}
*html body{ font:12px/1.5 Arial, "\5B8B\4F53", sans-serif;}
h1,h2,h3,h4,h5,h6,i,em{ font-size:100%; font-weight:normal; font-style:normal;}
ul,ol,li{ list-style:none;}
button,input,select,textarea{ font-size:100%;}
address,cite,em{ font-style:normal;}
fieldset,img{ border:0;}
img{}
a{ color:#0066cc; text-decoration:none;}
a:hover{ color:#cc0000; text-decoration:underline;}
a{ blr:expression(this.onFocus=this.blur())} /*去除链接虚线框*/
a:focus{ outline:0;} /*去除Firefox中的链接虚线框*/
area{ blr:expression(this.onFocus=this.blur())} /*去除热区域虚线框*/
area:focus{ outline:0;} /*去除Firefox中的热区域虚线框*/
legend{ color:#000000;}
table{ border-collapse:collapse; border-spacing:0;}
html{ zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true);}(this));}
.fl{ float:left;}
.fr{ float:right}
.cl{ clear:both;}
.cl0{ clear:both; display:none;}

/* 页面内容居中固定宽度 */
#wrapper{ display:block; margin:0 auto 10px auto; width:980px;}

/* top */
.top_act{ background:#fafafa; height:50px; line-height:1.5; width:100%;}
.top_act_con{ background:#fafafa; display:block; height:50px; margin:0 auto; position:relative; width:980px;}
.top_act_logo{ background:url(../images/logo_act.gif) no-repeat; height:40px; position:absolute;top:4px;left:0px; width:212px; z-index:2;}
.top_act_phone{ color:#333333; font-size:12px; line-height:20px; position:absolute;top:8px;right:0px; text-align:left; width:120px; z-index:2;}
.top_act_phone b{ font-weight:700;}
.top_act_phone span{ color:#0066cc; font-family:Arial, "\5B8B\4F53", sans-serif; font-size:18px; display:block;}
.top_act_nav{ position:absolute;top:30px;left:280px; z-index:2;}
.top_act_nav li{ border-right:solid 1px #dddddd; display:inline; float:left; padding-right:8px; margin-right:8px;}
.top_act_nav a{ color:#223344; float:left; font-size:13px; line-height:16px;}
.top_act_nav a:hover{ color:#aa0000;}
.top_act_line{ background:#4390BD; filter:Alpha(opacity=50);/* for IE */ opacity:.5;/* for Firefox */ position:absolute;top:50px; width:100%; z-index:2;}
.top_act_line i{ background:#4390BD; display:block; height:10px; font-size:0; margin:0 auto; width:980px;}

/* bottom */
#bottom{ background:#fafafa; min-height:100px; display:block; font-size:12px; text-align:center; min-width:1000px;}
#bottom_nav_out{ background:#399207; display:block; height:30px; width:100%;}
#bottom_nav{ background:#399207; display:block; height:30px; line-height:30px; margin:0 auto; overflow:hidden; width:1000px;}
#bottom_nav a{ color:#ffffff; display:inline-block; padding:0 7px 0 5px;}
#bottom_nav a:hover{ color:#ffff00;}
#bottom_nav i{ color:#fafafa; display:inline-block; font-family:Arial; font-size:10px; line-height:10px; overflow:hidden;}
#bottom_text{ background:#fafafa; color:#555555; display:block; line-height:20px; margin:0 auto; padding:10px 0; width:980px;}
#bottom_text a{ color:#555555;}
#bottom_text a:hover{ color:#cc0000;}
