@charset "utf-8";
/* CSS Document */
body{ font-size:12px;margin:0 auto;padding:0;border:0;font-family:"Microsoft Yahei","微软雅黑","宋体",arial;color:#333;}
div,form,img,ul,ol,li,dl,i,u,span,dt,dd,em,i,h1,h2,h3,h4,p{ padding:0; border:0;margin:0;list-style:none;font-style:normal;}
h1, h2, h3, h4, h5, h6 { margin:0; padding:0; font-size:12px; font-weight:normal}
img{border:none;}
a{text-decoration:none; color:#333; outline:none; cursor:pointer}
a:hover{ text-decoration:underline; color:#044fa0;}
/*初始化end*/

/*公共类start*/
.margin_auto { margin: 0 auto;}
.clear{ clear:both; float:none;}
.fright{ float:right;}
.fleft{ float:left;}
.fenye{ width:100%; text-align:center; line-height:30px; height:30px; margin:15px 0; font-size:14px; float:left;}
.content{ width:1200px; height:auto;  margin:0 auto; overflow:hidden;}
.w1200{ width:1200px; margin:0 auto;}
.w100{ width:100%; height:auto; overflow:hidden;}
.abs{ position:absolute}
.rel{ position:relative}
.overflowHide{overflow:hidden}
.hide{display: none;}
.mt{ margin-top:30px;}
.texthide{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.accent-color{ color:#044fa0;}
/*公共类end*/

/*头部*/
.header{ width:100%; height:auto; background:#FFF;}
.title-bar{ width:1200px; height:100px; margin:0 auto; background:#FFF;}
.title-bar .logo{ float:left; width:500px; height:56px; margin-top:15px;}
.title-bar .tel{ float: right; width: 231px; height: 50px; margin-top: 25px; }
.navWrap{ width: 100%; height: 50px; background: #044fa0; }
#nav {width:1200px; margin:0 auto; height:50px;background: #044fa0 url(../images/nav_bg.jpg) right bottom no-repeat;}
#nav .mainlevel {
	float:left; text-align:center; display:block; position:relative; 
	z-index:99; width: 150px; margin-right: 1px; background: url(/static/zheyuan/images/navli.png) no-repeat right;
}
#nav .mainlevel > a { 
	width:100%;  font-size:16px; height:50px; line-height: 50px; 
	color:#fff; text-decoration:none; text-align:center;display:block; position:relative;
}
#nav .mainlevel a.active,#nav .mainlevel a:hover{color:#fff; background: #033f79; text-decoration: none;}
#nav .mainlevel ul { position: absolute; display:none; left:50%; margin-left:-75px; z-index:99;overflow:hidden}
#nav .mainlevel li {float:left; background: #0456a8; background:rgba(4,68,168,0.8); width:150px; text-align:center; border-bottom:1px solid #ddd;}
#nav .mainlevel li a { width:auto; line-height:40px; height:40px; font-size:14px; color: #FFF; display:block;}
/*底部*/
.footer{width:100%; height:130px;background:#044fa0; border-top:solid 2px #054183; color:#FFF; position:relative; overflow:hidden}
.foot-left{ float:left; width:800px; height:160px; line-height: 30px; font-size: 14px; overflow:hidden}
.fnav { margin-top: 20px; }
.fnav a{ color: #FFF; }
.foot-right{ float:right; width:350px; height:250px;}
.foot-right .ewm{ float: right; margin-top: 12px; }


.backtop{
 width:40px; height:40px;
 position: fixed; bottom: 50px; right:10px; z-index:999;
 display: none;
}
/****
*备用样式start
*{ filter:alpha(opacity=90); opacity:0.9;}
*{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
*{transition-duration: 0.5s;-ms-transition-duration: 0.5s;-moz-transition-duration: 0.5s;-webkit-transition-duration: 0.5s;}
*{ -webkit-transition:all .3s;-moz-transition:all .3s;transition:all .3s;}
*a:hover img { -webkit-transform: scale(1.1);-moz-transform: scale(1.1);transform: scale(1.1);}
*备用样式end
****/
<!--耗时1754019352.1811秒-->