@charset "utf-8";
/* CSS Document */
*{ margin:0px; padding:0px;}
img {border:0;margin:0; padding:0;}
ul,li,ol,h1,h2,h3,dl,dt,dd,form,p,span,b,u,s,i{
	list-style:none;
	margin:0;
	padding:0;
	text-decoration: none;
}
em,i{ font-style:normal; }
.clearfix{display:inline-table;}
* html .clearfix{height:1%;/*ie6*/}
*+html .clearfix{min-height:1px;}
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden;font-size: 0;}
.clearfix { display:inline-block; }
* html .clearfix { height:1%; }
.clearfix { display:block; }
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
input,textarea {outline:none;}/*去掉输入框得到焦点时边框会出现阴影效果----例如370 火狐*/
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } 
a:focus{ -moz-outline-style: none; /* FF */ } /*去掉a标签超链接的虚线框*/
body {margin: 0px; color:#3F3F3F; font-size:14px; font-family: Microsoft YaHei,宋体,Arial, Helvetica, sans-serif;}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
a:link { text-decoration: none;color: #131313;}
a:visited {text-decoration: none; }
a:hover { text-decoration: none; color: #131313;}
a:active {text-decoration: none; color: #131313;}

::selection {background-color: #fb9d32; color: #fff;}
::-moz-selection {background-color: #fb9d32; color: #fff;}
::-webkit-selection {background-color: #fb9d32; color: #fff;}

/*头部*/
.top_box{ width:100%; height:30px; background:#eee;}
.top{ width:1180px; height:30px; margin:0 auto;}
.top_l{ height:30px; line-height:30px; float:left; color:#666;}
.top_r{ height:30px; line-height:30px; float:right; color:#666;}
.top_r a{ color:#fff;color:#666;}
.top_r a:hover{ text-decoration:underline;}

/*logo*/
.zxlg{ width:1180px; height:154px; margin:0 auto;}
.zxlg h4{float:left;line-height: 24px; padding: 58px 0 0px 0; font-weight:normal; font-size:16px;}
.zxlg h4 em{ color:#fb9d32; font-weight:bold;}
.zxlg h1{ float:left;padding-top: 38px;}
.zxlg h1 img{ width:187px; height:80px; float:left;}
.logo_r{ height:58px; float:right; padding-top: 50px;}
.logo_dh{ float:left; padding-right:14px;}
.logo_dh img{ width:55px; height:52px; padding-top: 14px;}
.logo_hm{ float:right; line-height:40px; font-size:26px;color:#fb9d32; }
.logo_hm span{color:#fb9d32; font-family:Impact;display:block; font-size:50px; line-height: 30px;}

/*导航*/
.ske{ width:100%; height:42px; background:#fb9d32; margin-bottom:1px;}
.nav{ width:1180px; height:42px; margin:0 auto;}
.nav ul li{text-align:center; float:left; height:42px; line-height:42px; color:#fff;}
.nav ul li a{ display:block; font-size:15px; text-decoration:none; display:block; padding:0 26px; float:left; background:url(../images/03.jpg) no-repeat left center; color:#fff;}
.nav ul li a:hover{ background:#fff; color:#333;}
.nav ul .another a{ background:#fff; color:#333;}
.nav li:first-child a{ background:none;}
.fixedNav {position: fixed; top: 0px;left: 0px; width: 100%;z-index: 100000; _position: absolute; _top: expression(eval(document.documentElement.scrollTop));}

/*底部*/
.navv{ width:100%; height:48px; margin:0 auto;background: #f58301;}
.navv ul{ width:1000px; margin:0 auto;}
.navv ul li{ float:left; height:48px; line-height:48px; color:#fff; margin:0 auto;}
.navv ul li a{ display:block; font-size:15px; text-decoration:none; display:block; padding: 0 23px; float:left; color:#fff;}
.navv ul li a:hover{ text-decoration:underline;}
.navv ul .another a{ text-decoration:underline;}
.navv li:first-child a{ background:none;}
.foot{ height:90px; width:100%; background: #fb9d32; padding-top:20px; padding-bottom:10px;}
.foot li{ color:#fff; line-height:30px; text-align:center; font-size:18px;}
.foot li a{ color:#fff;}