@charset "utf-8";

body {
	font-family: "Microsoft YaHei";
	min-width: 1250px !important;
}

.header {
	height: 110px;
	margin: 0 auto;
	position: relative;
/* 	background: url('../images/home/page_bg.jpg') no-repeat;
	background-size: cover; */
}

.header-inner{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
}

#site-logo {
	position: absolute;
	width: 408px;
	height: 73px;
	display: block;
	background: url('../images/home/logo.png') no-repeat;
	left: 0;
	top: 22px;
}

.page-nav-wraprer {
	height: 40px;
	background: url('../images/home/nav_bg.png') repeat-x;
}

.page-nav {
	width: 1200px;
	margin: 0 auto;
	color: #FFFFFF;
}

.page-nav a {
	color: #FFFFFF;
}

.page-nav a:hover {
	text-decoration: none;
}

.page-nav>li {
	float: left;
	margin-left: 50px;
	list-style: none;
	line-height: 40px;
	position: relative;
}

.page-nav>li:hover .xz-sub-menu {
	display: block;
}

.xz-sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: -8px;
	min-width: 100px;
	background: #002e73;
	padding: 5px 0;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	z-index: 1991;
}

.xz-sub-menu li {
	line-height: 30px;
	padding: 0 10px;
}

/* 核心  */
.search-box {
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

.search-box td {
	border: 0;
	padding: 0;
}

.search-box .search-content, .search-box .search-submit {
	display: block;
	height: 100%;
	padding: 0;
	box-sizing: border-box;
	border: none;
}

.search-box .search-content {
	padding: 5px 10px;
	width: 300px;
	background: transparent;
}

.search-box .search-submit {
	background: url('../images/home/nav_bg.png') repeat-x;
	width: 80px;
	cursor: pointer;
	font-size: 16px;
	color: #FFFFFF;
}
/* 修饰 */
.search-box {
	border: 1px solid #002e73;
	position: absolute;
	right: 300px;
	top: 37px;
}

.search-box td {
	height: 38px;
}

.search-content::-webkit-input-placeholder { /* WebKit browsers */
	color: #002e73;
	font-size: 16px;
}

.search-content::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #002e73;
	font-size: 16px;
}

.search-content:-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #002e73;
	font-size: 16px;
}

.user-login {
	position: absolute;
	top: 45px;
	right: 0;
	color: #333;
	font-size: 14px;
}

.user-login a {
	color: #002E73;
}

.pub-footer {
	height: 120px;
	background: #004384;
	color: #FFFFFF;
}

.pub-footer a {
	font-size: 14px;
	color: #FFFFFF;
}

.header-center {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.page-container {
	width: 1200px;
	margin: 0 auto;
	font-size: 12px;
	height: 100%;
}

.pub-footer .center-nav {
	width: 100%;
	height: 100%;
}

.pub-footer .center-nav td {
	overflow: middle;
	padding: 0 20px;
}

.pub-footer .center-nav td p {
	margin-bottom: 0;
	line-height: 20px;
}

.pub-footer .center-nav .td1 {
	text-align: right;
}

#page-bg {
    height: 150px;
    background: url('../images/home/page_bg.jpg') 65% top no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
}

#page-bg.homepage{
	height: 814px;
}

