nav {
	height: 70px;
	padding: 10px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	background-color:#e65911;
	display: none;
}

.content {
	background-color: #747e88;
	margin-top: -20px;
}


.venus-menu li {
	float: left;
	line-height: 100px;
	text-align: center;
}

.venus-menu li {
	width: 14.28%;
}

.venus-menu li:last-child {
	border-right: 0px;
}

.navbar-header {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.navbar-toggle {
	width: 100px;
	height: 37px;
	display: none;
	border: none;
	background-color: #dddddd;
	border-radius: 2px;
	cursor: pointer;
	font-weight: bold;
	font-size: 14px;
}

.navbar-toggle span {
	display: block;
	width: 2em;
	margin: 3px 0;
	border-bottom: 2px solid #888888;
}

.navbar-nav {
	position: relative;
	width: 100%;
	margin-top: -20px;
	z-index: 3;
}

.navbar-nav li {
	display: inline-block;
	padding: 10px 0px;
	background-color: #f8f8f8;
	z-index: 1;
}

.navbar-nav li:hover {
	display: inline-block;
	padding: 10px 0px;
	background-color: #b6b6b6;
}

@media(max-width: 991px) {
	nav {
		display: block;
	}

	.navbar-header {
		margin-top: 6.5px;
	}

	.navbar-toggle {
		display: flex;
		flex-flow: column;
		justify-content: center;
		align-items: center;
	}

	.collapse {
		display: none;
	}

	.navbar-collapse {
		position: relative;
		top: 26.5px;
	}

	.navbar-collapse li {
		width: 100%;
		border-bottom: 1px solid #fff;
		text-align: center;
	}

}

@import "font-awesome.css";


.venus-menu {
	width: 100%;
	font-family: Open Sans, sans-serif;
	list-style: none;
}

.venus-menu .on a {
	color: #e45810;
}

.venus-menu>li>a {
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	display: block;
	-webkit-transition: color .2s linear, background .2s linear;
	-moz-transition: color .2s linear, background .2s linear;
	-o-transition: color .2s linear, background .2s linear;
	transition: color .2s linear, background .2s linear
}

.venus-menu>li>a i,
.venus-menu>li:hover>a i,
.venus-menu li.active a i {
	color: #fff
}

.venus-menu ul,
.venus-menu ul li ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99;
	width: 320px
}

.venus-menu ul {
	top: 56px;
	left: 0;
	padding-top: 10px
}

.venus-menu>li>ul>li:first-child a:before {
	content: "";
	position: absolute;
	bottom: 48px;
	left: 60%;
	margin-left: -48px;
	width: 0;
	height: 0;
	border-left: 8px solid rgba(255, 255, 255, 0);
	border-right: 8px solid rgba(255, 255, 255, 0);
	border-bottom: 8px solid #1ac0c0
}

.venus-menu>li>ul>li ul li:first-child a:before {
	content: "";
	position: absolute;
	bottom: 16px;
	left: 45%;
	margin-left: -71px;
	width: 0;
	height: 0;
	border-top: 8px solid rgba(255, 255, 255, 0);
	border-right: 8px solid #1ac0c0;
	border-bottom: 8px solid rgba(255, 255, 255, 0)
}

.venus-menu ul li ul {
	top: 0;
	left: 100%;
	padding-left: 10px
}

.venus-menu ul li {
	clear: both;
	width: 100%;
	border: none;
}

.venus-menu ul li a {
	padding: 14px 20px;
	width: 100%;
	color: #fff;
	font-size: 14px;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	background: #1ac0c0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-transition: background .2s linear;
	-moz-transition: background .2s linear;
	-o-transition: background .2s linear;
	transition: background .2s linear
}

.venus-menu ul li:hover>a {
	background: #7bc27a
}

.venus-menu>li>ul>li:first-child:hover a:before {
	border-bottom-color: #7bc27a
}

.venus-menu>li>ul>li ul li:first-child:hover a:before {
	border-right-color: #7bc27a
}

.venus-menu>li .indicator {
	position: absolute;
	color: #fff;
	top: 19px;
	right: 8px;
	font-size: 20px;
	-webkit-transition: color .2s linear;
	-moz-transition: color .2s linear;
	-o-transition: color .2s linear;
	transition: color .2s linear
}

.venus-menu>li:hover>.indicator {
	color: #fff
}

.venus-menu ul>li .indicator {
	top: 14px;
	right: 8px;
	color: #fff
}

.venus-menu i {
	line-height: 20px !important;
	margin-right: 6px;
	font-size: 20px;
	float: left;
}

.venus-menu>li.showhide {
	display: none;
	width: 100%;
	height: 46px;
	cursor: pointer;
	color: #fff;
	border-bottom: solid 1px rgba(0, 0, 0, .1);
	background: #fff
}

.venus-menu>li.showhide span.title {
	margin: 13px 0 0 20px;
	float: left
}

.venus-menu>li.showhide span.icon {
	margin: 16px 20px;
	float: right
}

.venus-menu>li.showhide .icon em {
	margin-bottom: 3px;
	display: block;
	width: 20px;
	height: 2px;
	background: #ccc
}

.venus-menu li.search {
	float: right
}

.venus-menu li.search form {
	margin: 13px 20px 0 0
}

.venus-menu li.search form input.search {
	height: 26px;
	float: right;
	padding-left: 5px;
	padding-right: 5px;
	color: #fff;
	outline: none;
	border: solid 1px #dedede;
	-o-transition: border .3s linear;
	-moz-transition: border .3s linear;
	-webkit-transition: border .3s linear;
	transition: border .3s linear
}

.venus-menu li.search form input.search:focus {
	border-color: #1ac0c0
}

.zoom-out {
	-webkit-animation: zoomOut .6s ease both;
	-moz-animation: zoomOut .6s ease both;
	-o-animation: zoomOut .6s ease both;
	animation: zoomOut .6s ease both
}

@-webkit-keyframes zoomOut {
	0% {
		-webkit-transform: scale(.6)
	}

	to {
		-webkit-transform: scale(1)
	}
}

@-moz-keyframes zoomOut {
	0% {
		-moz-transform: scale(.6)
	}

	to {
		-moz-transform: scale(1)
	}
}

@-o-keyframes zoomOut {
	0% {
		-o-transform: scale(.6)
	}

	to {
		-o-transform: scale(1)
	}
}

@keyframes zoomOut {
	0% {
		transform: scale(.6)
	}

	to {
		transform: scale(1)
	}
}
@media(min-width:1400px){
	.venus-menu>li>a {
		font-size: 21px;
	}
}
@media(min-width:1600px){
	.venus-menu>li>a {
		font-size: 24px;
	}
}