.navColor {
	background: #0069D9;
}

.navColor a {
	color: white !important;
}

.fontSize {
	font-size: 1.6rem !important;
	font-weight: 600;
	font-family: "";
	text-decoration: none !important;
}

.titlePhone p {
	margin-bottom: 0 !important;
	font-size: 20px;
	font-weight: 600;
}

.navColor .active {
	background: #85c226;
}

/* 导航 */
.navs {
	*zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #0069D9;
}

.navs ul {
	zoom: 1;
	list-style: none;
	margin: 0;
	padding: 0;
	background: #0069D9;
}

.navs>ul.bg>li {
	width: 12.5%;
}

.navs>ul.bg>li.active {
	background: #85c226;
}

.navs ul:before,
.navs ul:after {
	content: "";
	display: table;
}

.navs ul:after {
	clear: both;
}

/* .navs ul > li {
  float: left;
  position: relative;
} */
.navs a {
	font-weight: bold;
	display: block;
	padding: 10px 0px;
	line-height: 1.2em;
	color: #fff !important;
}

.navs a:hover {
	text-decoration: none;
	background: #85c226;
}

.navs li ul li {
	width: 100%;
}

.navs li ul a {
	border: none;
}

.navs li ul a:hover {
	background: #85c226;
}

/* Slide Down
============================== */
.nav3 ul>li:hover ul li {
	height: 36px;
}

.nav3 li ul {
	position: absolute;
	width: 144px;
	top: 39px;
	z-index: 20;
}

.nav3 li ul li {
	overflow: hidden;
	height: 0;
	-webkit-transition: height 200ms ease-in;
	-moz-transition: height 200ms ease-in;
	-o-transition: height 200ms ease-in;
	transition: height 200ms ease-in;
}
