.container {
	width: 1200px;
	padding: 0px;
	margin: 0 auto;
}

body {
	font-size: 16px;
	background: #EFEFEF;
	font-family: "寰蒋闆呴粦";
}

.lt {
	float: left;
}

.rt {
	float: right;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


.main-nav {
	border-radius: 0;
	box-shadow: none;
	border: none;
	margin-bottom: 0;
}

.header {
	background: url(../images/header.png) right top no-repeat;
    height: 162px;
    line-height: 162px;
    text-align: center;
}
.pull-right {
	line-height: 20px;
	float: right;
}

.hlink {
	text-align: right;
}

.hlink span {
	margin-right: 10px;
	color: #fff;
	font-size: 12px;
}

.hlink span a {
	color: #fff;
	padding-left: 20px;
	font-size: 12px;
}

.hlink .homepage {
	background: url(../images/homepage.png) left center no-repeat;
}

.main-nav .logo {
	height: 102px;
	margin: 0px;
	padding: 40px 70px;
	display: block;
}

.main-nav .logo img {
	display: block;
}


.nav {
	background: #115EC2;
	height: 50px;
	margin-top: 1px;
	line-height: 50px;
	position: relative;
	z-index: 1;
}

.nav .nLi-a {
	color: #fff;
}

.nav .nLi {
	float: left;
	position: relative;
	display: inline;
}

.nav .nLi h3 {
	float: left;
}

.nav .nLi h3 a {
	font-weight: bold;
	display: block;
	padding: 0 27px;
	font-size: 16px;
	color: #fff;
}

.nav .sub {
	display: none;
	width: 114px;
	text-align: center;
	left: 0px;
	top: 50px;
	position: absolute;
	background: #fff;
	line-height: 44px;
	padding: 5px 0;
}

.nav .sub li {
	zoom: 1;
}

.nav .sub a {
	display: block;
	padding: 0 10px;
	color: #333;
}

.nav .sub a:hover {
	color: #333;
	background-color: #f4f4f4;
	text-decoration: none;
}

.nav .on h3 a {
	color: #555;
	background-color: #e7e7e7;
	text-decoration: none;
}




.footer {
	margin-top: 26px;
	width: 100%;
	min-width: 1200px;
	background: #115EC2;
}

.footer .foot-bq {
	color: #FFF;
	position: relative;
	line-height: 37px;
	padding: 25px 0px 25px 0px;
}

.footer .foot-bq .bqtb {
	position: absolute;
	right: 510px;
	top: 60px;
}

.footer .foot-bq .bqtb img {
	width: 30px;
	padding-right: 26px;
}

.footer .foot-bq p {
	width: 1000px;
}

.footer .ewm {
	width: 10%;
	float: right;
	top: 16px;
	position: absolute;
	right: 0px;
}

.footer .ewm img {
	width: 130px;
}