@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	background-color: #fafafa;
}

a {
	cursor: pointer;
	text-decoration: none;
}

a:hover {
	color: #3359ab;
}

.page {
	width: 1600px;
	margin: 0 auto;
}

.table {
	display: table;
}

.hidden {
	display: none;
}

.fl {
	float: left;
}

#header1 {
	width: 100%;
	min-width: 1600px;
	height: 161px;
	background:#002fa7 url(images2/top-bg.png) no-repeat center top;
}

#header1 .page {
	position: relative;
	height: 161px;
}

#header1 .label {
	position: absolute;
	top:42px;
	height: 79px;
}

#header1 .logo {
	width: 827px;
	height: 79px;
	background: url(images2/top-logo.png);
}

#header1 .search {
	position: absolute;
	top:59px;
	right: 0;
	width:422px;
	height: 48px;
}

#header1 .search input {
	width: 390px;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	padding-left: 15px;
	padding-right: 15px;
	color: #dbe1f1;
	background: rgba(0, 28, 100, 0.4) url(images2/icon-search.png) no-repeat 98% center;
	border: 1px solid rgba(221, 227, 242, 0.4);
	border-radius: 4px 4px 4px 4px;
}

#header1 .search input:-internal-autofill-selected {
	background-color: rgba(0, 28, 100, 0.4) !important;
}

#header1 .search input::placeholder {
	color: #7E92C5;
}

#header1 .btn {
	position: absolute;
	right: 0;
	width: 48px;
	height: 48px;
	margin-top: -48px;
	cursor: pointer;
}

#header2 {
	width: 100%;
	min-width: 1600px;
	height: 52px;
	background-color: #0938b0;
}

#header2 .page {
	position: relative;
	height: 52px;
	z-index: 99; /*重要*/
}

#header2 .navs {
	position: absolute;	/*重要*/
	height: 52px;
}

#header2 .nav {
	float: left;
}

#header2 .nav > a {
	display: block;
	width: 133px;
	height: 52px;
	font-size: 18px;
	line-height: 52px;
	color: white;
	text-align: center;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
	font-weight: 600;
}

#header2 .nav > a:hover, #header .current {
	background: url(images2/nav-hover.png) repeat-x;
	color: white;
}

#header2 .nav .home-logo {
	background: url(images2/icon-nav-home.png) no-repeat left center;
	padding-left: 30px;
}

#header2 .nav div {
	display: none;
	width: 133px;
	background-color: #E4EDF9;
	box-shadow: 0px 5px 9px 0px #cccccc;
	border-radius: 0px 0px 6px 6px;
	padding-bottom: 6px;
}

#header2 .nav div > a {
	display: block;
	width: 133px;
	height: 44px;
	font-size: 14px;
	line-height: 44px;
	color: #333;
	font-weight: 600;
	text-align: center;
	font-family: MicrosoftYaHei, MicrosoftYaHei;
}

#header2 .nav div > a:hover {
	background-color: #D3E3F7;;
	color: #3359AB;
}

#header2 .nav div > hr {
	width: 113px;
	height: 1px;
	border: 0;
	margin: 0 10px;
	background-color: #bbc8f7;
}

#bottom {
	clear: both;
	margin-top: 50px;
	width: 100%;
	min-width: 1600px;
	height: 140px;
	background-color: #002fa7;
}

#bottom .page {
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: center;
}

#bottom .bottom1 {
	width: 255px;
	height: 65px;
	background: url(images2/btm-logo.png);
}

#bottom .line {
	width: 1px;
	height: 43px;
	background-color: #2E549E;
	margin-left: 60px;
	margin-right: 60px;
}

#bottom .bottom2 {
	color: #AEBBD5;
	font-size: 13px;
	line-height: 24px;
}