@charset "UTF-8";
/* CSS Document */

#head_bg {
	width:100%;
	height:115px;
	min-height:115px;
	position:fixed;
	z-index:9999;
	background-color:#fff;
	top:0px;
}

.head {
	width:1200px;
	height:115px;
	margin:0 auto;
	position:relative;
	min-width:1200px;
}
.lanmu a {
	font-size:14px;
	line-height:14px;
	color:#000;
	font-family:"微软雅黑";
	padding:16px 2px;
	margin:0 18px;
	border-bottom:2px solid #fff;
	}
.lanmu a:hover {
	color:#000;
	border-bottom:2px solid #bbdef7;
	}