﻿@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; font-weight: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; }
input,textarea {outline:none;border:0px;}
a{ blr:expression(this.onFocus=this.blur()); /* IE Opera */ outline:none; /* FF Opera */ } a:focus{ -moz-outline-style: none; /* FF */ } 
a:link { text-decoration: none;color: #535353;}
a:visited {text-decoration: none; color: #535353;}
a:hover { text-decoration: none; color: #000000;}
a:active {text-decoration: none; color: #535353;}
.clear{ clear:both;}
.clearfloat {clear:both;height:0;font-size: 1px;line-height: 0px;}
body {background:#fff;margin: 0px; color:#535353; font-size: 14px;  font-family: microsoft yahei,宋体,Arial,Helvetica,sans-serif;}

.wrap {
	width: 1080px;
	margin: 0 auto;
}

.headbg {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
}
.h_l {
	float: left;
}
.h_r {
	float: right;
	width: 244px;
	text-align:right;
}

.top {
	padding: 30px 0;
    overflow: hidden;
}
.top .logo {
	float: left;
}
.top .logo img {
	max-height:60px;
}
.top .ms {
	float: left;
	font-size: 16px;
	width: 420px;
	margin-left: 30px;
}
.top .ms span {
	color: #4d4d4d;
	font-weight: bold;
	font-size: 28px;
	line-height: 30px;
}
.top .tel {
	float: right;
	background: url(../images/tebg.jpg) 12px 5px no-repeat;
	width: 204px;	
	padding-left: 52px;
}
.top .tel span.tel_1 {
	font-size: 12px;
}
.top .tel span.tel_2 {
	font-size: 25px;
	color: #f27d00;
}

.nav {
	width: 100%;
	background: #0152a5;
	height: 50px;
	line-height: 50px;
}
.nav ul li {
	text-align: center;
	float: left;	
	background: url(../images/navli.jpg) right no-repeat;
}
.nav ul li:last-child {
	background:none;
}
.nav ul li a {
	color: #fff;
	display: block;
	padding:0 62px;
	font-weight: bold;
}
.nav ul li a:hover,.nav ul li a.cur{
	background: #f27d00;
}

.banner {
	width:100%;
	height:500px;
	background:url(../images/ban.jpg) no-repeat center;
}

.footbg {
	background: #0152a5;
	padding:20px 0;
	display: block;
	overflow: hidden;
}
.footbg .footnav {
	width: 1076px;
	border: 2px solid #fff;
	height: 47px;
	margin: 0 auto;
	text-align: center;
}
.footbg .footnav ul li {
	display: inline-block;
	padding: 0 18px;
	background: url(../images/footli.jpg) right no-repeat;
	line-height: 47px;
}
.footbg .footnav ul li:last-child {
	background:none;
}
.footbg .footnav ul li a {
	color: #fff;
}
.footbg .banquan {
	margin: 0 auto;
	width: 1080px;
	padding-top: 15px;
}
.banquan .bq_l {
	width: 800px;
	float: left;
	line-height: 30px;
	color: #fff;
}
.banquan .bq_l a {
	color: #fff;
}
.banquan .bq_r {
	width: 100px;
	float: right;
	padding-top: 30px;
}

