﻿div, form, img, ul, ol, li, dl, dt, dd, map {
	padding: 0;
	margin: 0;
	border: 0;
}
ul, li {
	list-style: none;
}
/*menu*/
#navigate {
	float: left;
	width: 100%;
	height: 47px;
	background: #eb9917;
}
#navigate ul li {
	float: left;
	width: 10%;
	height: 47px;
	line-height: 47px;
	position: relative;
	z-index: 1000;
	text-align: center;
}
#navigate ul li.first_menu {
	background: none;
}
#navigate ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
#navigate ul li a:hover, #navigate ul li .current {
	background: #fcf4e7;
	color: #694f25;
}
#nav_bottom {
	float: left;
	width: 100%;
	height: 4px;
	background: #0064a2;
}
#navigate ul li ul {
	width: 100%;
	display: none;
	position: absolute;
	left: 0;
	top: 47px;
	padding: 7px 14px 18px 14px;
	background: #0064a2;
	z-index: 9999;
}
#navigate ul li ul li {
	width: 100%;
	float: none;
	border-bottom: 1px dashed #6ab0dc;
	background: none;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
#navigate ul li ul li a {
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	background: none;
}
#navigate ul li ul li a:hover {
	background: none;
	color: #eb9917;
}
@media screen and (min-width: 1210px) {
.container {
	width: 1210px;
}
}
/*end*/