		
	*{
			margin: 0;
			padding: 0;
			font-family:"微软雅黑";
		}
		
		body,html{
				width: 100%;
				height: 100%;
				list-style: none;
			}
			header{
				width: 100%;
				height: 100px;
				background-color: #184c88;
				/*background-image:url(../images/bg.png);
				background-repeat:repeat-x;*/
				position: relative;
				z-index: 200;
				position: fixed;
				top: 0;
			}
			.head{
				width: 1270px;
				height: 100%;
				margin: 0 auto;

			}
			.head_left{
				float: left;
			}
			.head_mid{
				float: left;
				margin-left: 10px;
			}
			.head_left img{
				margin-top: 15px;
				width: 200px;
			}
			.head_mid li{
				list-style: none;
				float: left;
				margin: 45px 1px 0 1px ;
				width: 195px;
				text-align: center;
				
			}
			.head_mid li a{
				color:#ffffff;
				font-size: 14px;
				text-decoration: none;
				padding: 5px 10px;
				display: inline-table;
				cursor: pointer;
			}
			
			.head_mid li a:hover{
				background-color:#0b407d ;
				border-radius:15px ;
			}
			
			.head_right{

			}
			.head_right>span{
				padding-left: 5px;
				margin-right: 5px;
				margin-top: 47px;
				display: inline-block;
				float: right;
			}
			.head_right>span a{
				color: #FFFFFF;
				display: inline-block;

				margin-left: 12px;
				font-family:"微软雅黑";
				font-size: 14px;
				text-decoration: none;
			}
			.li_act{

	background-color: #184c88;
	border-radius: 15px;

}
#username{
	margin-right: 5px;
	color: #F5F5F5;
	font-size: 14px;
}

.login{
	cursor: pointer;
}

 .head .lan{
	color: white;
	padding: 3px 0px;

	display: inline-block;
	 width: 86px;
	 text-align: center;
	 cursor: pointer;
	 font-size: 14px;
}
.lan:hover{
	background-color: #0b407d;
	border-radius: 5px;
	color: white;

	text-decoration: none;
}
.lan_out{
	z-index: 99;
	bottom: 0;
	position: fixed;
	left: 0px;
	right: 0px;
	/* top: 0px; */
	/* bottom: 0px; */
	/* margin: auto; */
	/* background: pink; */
	text-align: center;
	/* vertical-align: middle; */
}
.lan_ch{
	margin-top: 47px;
	float: right;
}
.aboutUs{
	position: relative;
	top: 5px;
	background-color: #008cd6;
	border-radius: 5px;
}
		.aboutUs a{
			width: 86px;
			height: 30px;
			line-height: 30px;
			display: block;
			text-decoration: none;
			color: white;
			text-align: center;
			cursor: pointer;
			background-color: #008cd6;
		}
		.aboutUs a:last-child{
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			color: white;
		}
		.aboutUs a:first-child{
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			color: white;
		}
		.aboutUs a:hover{
			text-decoration: none;
			background-color: #00ccff;!important;
		}

.lan_tap{
	position: relative;
	top: 5px;
	background-color: #008cd6;
	border-radius: 5px;
}
.lan_tap a{
	width: 86px;
	height: 30px;
	line-height: 30px;
	display: block;
	text-decoration: none;
	color: white;
	text-align: center;
}

		.lan_tap a:last-child{
			border-bottom-left-radius: 5px;
			border-bottom-right-radius: 5px;
			color: white;
		}
		.lan_tap a:first-child{
			border-top-left-radius: 5px;
			border-top-right-radius: 5px;
			color: white;
		}

		.lan_tap a:hover{
			text-decoration: none;
			background-color: #00ccff;
		}
		.lan_login{
			padding: 3px 5px;
		}
		.lan_login:hover{
			background-color: #008cd6;
			border-radius: 5px;
		}
		.lan_reg{
			padding: 3px 5px;
		}
		.lan_reg:hover{
			background-color: #008cd6;
			border-radius: 5px;
		}

