@font-face {
	font-family: 'font';
	src: url('../fonts/font.ttf');
}

* {
	padding: 0;
	margin: 0;
}

body {
	min-width: 1200px;
}

li,
a {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
}

.mainer {
	margin: 0 auto;
	width: 1200px;
}

.clear{
	clear: both;
}

.xjheader {
	height: 122px;
	background: url("../fonts/head_bg.png") no-repeat center;
}

.xjheader .hLogo {
	float: left;
	margin-top: 22px;
	margin-left: 40px;
	width: 276px;
	height: 68px;
	background: url("../fonts/logo.png") no-repeat;
}

.xjheader .btnGroup {
	float: right;
	margin-top: 46px;
}

.xjLink {
	padding: 8px 0;
	background: #0d5693;
	overflow: hidden;
}

.xjLink .webLable {
	float: left;
	margin-left: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 47px;
}

.xjLink .linkGroup {
	margin-left: 82px;
}

.xjLink .webLink {
	float: left;
	display: block;
	margin-left: 9px;
	height: 47px;
}

.xjLink .webLink1 {
	width: 234px;
	background: url("../fonts/link1.png");
}

.xjLink .webLink2 {
	width: 236px;
	background: url("../fonts/link2.png");
}

.xjLink .webLink3 {
	width: 205px;
	background: url("../fonts/link3.png");
}

.xjLink .webLink4 {
	width: 202px;
	background: url("../fonts/link4.png");
}

.xjLink .webLink5 {
	width: 185px;
	background: url("../fonts/link5.png");
}

.xjfoot {
	height: 142px;
	background: url("../fonts/foot_bg.png") repeat-y top center;
	font-size: 14px;
	color: #666;
}

.xjfoot .footLeft {
	float: left;
	margin: 20px 0 0 24px;
	padding-left: 90px;
	width: 394px;
	height: 69px;
	border-right: 1px solid #c4c4c4;
	background: url("../fonts/foot_logo.png") no-repeat left center;
	box-sizing: border-box;
	line-height: 28px;
}

.xjfoot .placeTxt {
	margin-top: -2px;
	font-size: 18px;
	font-family: "font";
}

.xjfoot .footRight {
	float: left;
	margin-left: 82px;
	padding-top: 18px;
	line-height: 26px;
}

.xjfoot .marlef20 {
	margin-left: 20px;
}

.xjfoot .marlef40 {
	margin-left: 40px;
}

.xjfoot .backToTop {
	float: left;
	text-align: center;
	margin-left: 68px;
	color: #666666;
	margin-top: 45px;
	height: 30px;
	line-height: 30px;
	background: url(../fonts/backToTop.png) no-repeat right center;
	padding-right: 40px;
	cursor: pointer;
}

.xjnav {
	height: 44px;
	background: url(../fonts/navBg.png) no-repeat center center #0854c7;
}

.xjnav .navBox a {
	height: 44px;
	line-height: 44px;
	float: left;
	display: block;
	width: 120px;
	text-align: center;
	color: #c8dbff;
	font-size: 16px;
	position: relative;
}

.xjnav .navBox a:hover {
	background: #0044a2;
	color: #ffffff;
}

.hnhead {
	height: 122px;
	background: url(../hain/head_bg.png) no-repeat center center;
}

.hnhead .logo {
	width: 388px;
	height: 121px;
	background: url(../hain/logo_white.png) no-repeat left center;
}

.hnLinks {
	height: 61px;
	background: url(../hain/linkBg.png) no-repeat center center #1e5ca8;
}

.hnLinks .linkTxt {
	float: left;
	margin-left: 5px;
	line-height: 61px;
	color: #ffffff;
}

.hnLinks .linkGroup {
	float: left;
	margin-top: 7px;
	font-size: 0px;
}

.hnLinks .linkGroup a {
	margin-left: 10px;
}

.hnfoot {
	height: 133px;
	font-size: 14px;
	background: url(../hain/foot_bg.png) no-repeat center center;
}

.hnfoot .footLef {
	float: left;
	margin-top: 22px;
	margin-left: 20px;
	width: 437px;
	height: 70px;
	border-right: 1px solid #d6d6d6;
}

.hnfoot .footRig {
	float: left;
	padding-top: 22px;
	margin-left: 62px;
}

.hnfoot .footRig p {
	line-height: 24px;
	color: #666666;
}

.hnfoot .footRig p span {
	margin-left: 20px;
}

.hnfoot .backToTop {
	float: left;
	text-align: center;
	margin-left: 68px;
	color: #666666;
	margin-top: 45px;
	height: 30px;
	line-height: 30px;
	background: url(../hain/backToTop.png) no-repeat right center;
	padding-right: 40px;
	cursor: pointer;
}