@charset "UTF-8";
/* CSS Document */

#head_bg {
	width:100%;
	height:115px;
	min-height:115px;
	position:fixed;
	z-index:9999;
	background:url(../gif/bg_white.gif) repeat-y left top;
	background-color:#014375;
	top:0px;
}

.head {
	width:1200px;
	height:115px;
	margin:0 auto;
	position:relative;
	min-width:1200px;
}
.lanmu a {
	font-size:14px;
	line-height:14px;
	color:#bbdef7;
	font-family:"微软雅黑";
	border-bottom:2px solid #014375;
	}
.lanmu a:hover {
	color:#fff;
	border-bottom:2px solid #bbdef7;
	}
	
/* 下拉框 */
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

.menu {
  width: 100%;
}
.menu * {
  box-sizing: border-box;
}
.menu .center {
  width: 100%;
}
.menu .ul-list {
  display: flex;
}
.menu .ul-list > li {
  flex: 1;
  position: relative;
  padding:4px 15px;
  height:35px;
}
.menu .ul-list > li:last-child {
  border-right: none;
}
.menu .ul-list > li > a {
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  border-bottom:2px solid #014375;
}
.menu .ul-list > li > a:hover {
  border-bottom:2px solid #bbdef7;
}
.menu .ul-list > li > span {
  color: #fff;
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #222;
}
.menu .ul-list > li:hover .ol-list {
  display: block;
}
.menu .ol-list {
  display: none;
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 999;
  background: #014375;
  width: 100%;
  
}
.menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  height: 35px;
  line-height:35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .ol-list > li > a:hover {
  background: #222;
}