@charset "utf-8";
* {
	margin: 0px auto; 
	padding: 0px; 
}

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,figure,figcaption,code,del,dfn,em,image,q,dl,dt,dd,ol,ul,li,fieldset,form,legend,table,tf,tr,th{
	border: 0px;
	padding: 0px; 
	font-size: 100%; 	
	margin: 0px; 

	font-family: inherit; 
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-size-adjust: 100%;
}
li,
ul,
ol,
dl,
dt,
dd {
	list-style: outside none;
	margin: 0px;
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

.clear {
	clear: both;
}

.clear:after {
	display: block;
	content: '', clear:both;
	height: 0;
	overflow: hidden;
}

a,
a:link,
a:visited {
	text-decoration: none;
	color: #434343;
}

a:hover {
	color: #ad0000;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

body {
	margin: 0px;
	padding: 0px;
font-size:14px;

}

.w12 {
	width: 1200px;
	margin: 0px auto;
}

.toplineright{width:224px;position:absolute; top:0px; right:0px;}
.toplineright ul li{padding-left:10px;color: #fff; float:left; line-height: 35px;}
.toplineright ul li a{display:block; font-size: 14px; width: 80px; line-height: 30px; text-align: center; color: #FFFFFF;}




.wraper {
	min-width: 1200px;
	position: relative;
}

.wraperer {
	width: 100%;
	min-width: 1200px;
	
	z-index: 2;
	height: 130px;
	background: url(../images/topbg.png) repeat top center;
}


/*nav*/


.navbar {
	height:45px;
	width: 100%;
min-width:1200px;
	line-height: 45px;
	position: relative;
	z-index: 1;
background: #012d58;

}
.nav{width: 1200px; margin: 0px auto;}
.nav a {
	color: #fff;
}

.nav .nLi {
	float: left;

	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	display: block;
	padding: 0 58px;
	font-size: 16px;
	text-align: center;
}

.nav .sub {
	display: none;
	background: url(../images/nav-bg.png) repeat;
	left: 0;
	top: 45px;
	position: absolute;
	line-height: 36px;
	color: #FFFFFF;
}

.nav .sub li {
	zoom: 1;
	font-size: 14px;
	width: 239px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #666;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
}

.nav .sub a {
	display: block;
	color: #FFFFFF;
}

.nav .sub a:hover {
	color: #ff7800;
}

.nav .on h3 a {
	color: #012d58;
	background: #fff;
}


/*nav*/


/*header*/

.header {
	width: 1200px;
	height:130px;
}

.header ul li+li{float:right;width:371px; height:74px; margin-top:40px;}





/*footer*/


.footer {
	width: 100%;
background: #002E62;
margin-top: 15px;
	height: 140px;
	min-width: 1200px;
	line-height: 30px;
	font-size: 14px;
	color: #fff;

}
.footer ul{height: 140px;
}
.copyright{margin-top:26px; float: left;text-align: left;line-height: 30px;
	font-size: 14px;
	color: #fff;}
.copyright a{color: #fff;}
.ewm{margin-top:25px; text-align:center;}
.ewmtit{ text-align: center;line-height:25px; color: #FFF; }






.navbar-fixed-top {
	position: fixed;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(58, 74, 88, 0.1);
	box-shadow: 0px 3px 3px 0px rgba(58, 74, 88, 0.1);
	right: 0;
	left: 0;
	top: 0;
	z-index: 1030;
	height: 60px;
	width: 100%;
	background: rgb(0, 50, 98);
	line-height: 60px;
	text-decoration: none;
}

.fixednav li {
	float: left;
	text-decoration: none;
}

.fixednav li a {
	color: #fff;
	font-size: 16px;
	padding: 0px 39px;
	text-decoration: none;
}

.fixednav li a:hover {
	color: rgb(6, 76, 161);
	display: block;
	background: #fff;
}