/*header*/
html, body {
	min-width: 1000px;
	background: rgb(249,249,249);
}
.header {
	height: 74px;
	width: 100%;
	background: #fff;
	position: fixed;
	z-index: 999;
	top: 0;
	text-align: center;
	min-width: 1000px;
	border-bottom: 1px solid #e7e7e7;
}
.logo {
	display: block;
	height: 74px;
	margin-left: 10px;
	padding-left: 228px;
	float: left;
	background: url(../../images/logo1.png) no-repeat left center;
	line-height: 74px;
	font-size: 30px;
	color: rgb(23, 42, 136);
}
.item_box {	
	height: 58px;
}
.header_items {
	height: 58px;
	margin: 0 20px;
	display: inline-block;
}
.header_items_a {
	line-height: 58px;
	color: #333;
	font-size: 14px;
	display: block;
	height: 56px;
	border-bottom: 2px solid transparent;
}
.header_items_a:hover {
	opacity: .8;
}
.header_items_selected {
	color: #0e89df;
	border-bottom-color: #0E89DF;
}
.entry_box {
	height: 74px;
	margin-right: 20px;
	float: right;
}
.entry_box a {
	color: #999;
	display: block;
	float: left;
	padding: 0 10px;
	height: 18px;
	margin-top: 28px;
}
.sign_in a {
	border-right: 1px solid #ddd;
}
.al_log_box {
	height: 58px;
	float: right;
	margin-right: 20px;	
	position: relative;
}
.account_num {
	padding-left: 30px;
	height: 74px;
	line-height: 74px;
	color: #0E89DF;
	font-size: 14px;
	display: block;
	background: url(../../images/accountPhoto.png) no-repeat left center;
	background-size: 22px;
	float: left;
}
.quit {
	font-size: 14px;
	color: #0E89DF;
	float: left;
	line-height: 74px;
	margin-left: 10px;
}
.account_num:hover, .quit:hover {
	text-decoration: underline;
}
.account_list_box {
	position: absolute;
	background: #fff;
	width: 90px;
	top: 44px;
	right: 0;
	z-index: 99;
	border-radius: 5px;
	border: 1px solid #ddd;
	display: none;
}
.account_list_items {
	height: 18px;
	margin: 15px 0;
}
.account_list_items a { 
	color: #333;
	font-size: 14px;
	line-height: 18px;
}
.account_list_items a:hover {
	color: #666;
}
.header_nav_box {
	height: 74px;
	float: right;
	display: block;
	margin-right: 20px;
}
.header_nav_tab {
	height: 30px;
	line-height: 30px;
	margin-top: 22px;
	font-size: 14px;
	float: left;
	margin-right: 25px;
}
.header_nav_href {
	color: #666;
	display: block;
	height: 30px;
}
.header_nav_href:hover {
	color: #0E89DF;
}
.header_nav_hre_selected {
	border-bottom: 2px solid #0E89DF;
	color: #0E89DF;
}
/*footer*/
.footer {
	height: 100px;
	width: 100%;
	min-width: 1000px;	
}
.copyright {
	margin-top: 30px;
	color: #333;
	font-size: 14px;
	text-align: center;
}
.web_info_box {
	height: 18px;
	margin-top: 8px;
	text-align: center;
}
.web_info {
	display: inline-block;
	color: #333;
	padding: 0 10px;
}
.web_info:first-child {
	border-right: 1px solid #999999;
}
.cp_msg {
	background: rgb(244,244,244);
	padding: 30px 0;
	width: 100%;
	/*margin-top: 20px;*/
}
.cp_box {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.cp_unit {
	float: left;
	width: 400px;	
}
.cp_unit_right {
	float: right;
	width: 120px;
}
.cp_title {
	font-size: 14px;
	color: #333;
	margin-bottom: 10px;
}
.cp_text {
	line-height: 1.8;
	color: #666;
	font-size: 14px;
}
.t_coder {
	height: 120px;
	width: 120px;
	background: #333333;
	background: url(../../images/qrcode_for_gh_72ecc573d826_258.jpg) no-repeat center center;
	background-size: cover;
}
