#logo {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}
.venus-menu {
	margin: 30px 0 10px
}
.venus-menu {
	width: 100%;
	margin: 0;
	padding: 0;
	height: 113px;
	position: relative;
	float: left;
	list-style: none;
	background: #fff;
	text-align: right;
}
.venus-menu li {
	display: inline-block;
	margin: 0;
	padding: 0;
	/*	float: left;*/	
	line-height: 20px;
	position: relative
}
.venus-menu>li>a {
	padding: 47px 5px;
	font-size: 18px;
	color: #333;
	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:hover>a, .venus-menu li.active a {
	background: #d70000;
	color: #fff
}
.venus-menu>li>a i {
	color: #bababa
}
.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: 200px;
	text-align: left;
}
.venus-menu ul {
	top: 113px;
	left: 0;
	padding-top: 10px
}
.venus-menu>li>ul>li:first-child a:before {
	content: '';
	position: absolute;
	top:-8px;
	left: 45%;
	margin-left: -48px;
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #d70000;
}
.venus-menu>li.langeras>ul>li:first-child a:before {
	margin-left: 48px;
}
.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 transparent;
	border-right: 8px solid #d70000;
	border-bottom: 8px solid transparent
}
.venus-menu ul li ul {
	top: 0;
	left: 100%;
	padding-left: 10px;
}
.venus-menu ul li {
	display: inline-block;
	clear: both;
	width: 100%;
	border: none
}
.venus-menu ul li {
 *display:inline;
}
.venus-menu ul li a {
	padding: 10px 20px;
	width: 100%;
	color: #fff;
	text-decoration: none;
	display: inline-block;
	float: left;
	clear: both;
	background: #5f636a;
	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-color: #d70000;
}
.venus-menu>li>ul>li:first-child:hover a:before {
	border-bottom-color: #d70000
}
.venus-menu>li>ul>li ul li:first-child:hover a:before {
	border-right-color: #d70000
}
.venus-menu>li .indicator {
	position: absolute;
	color: #bababa;
	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: 113px;
	cursor: pointer;
	color: #777;
	background: #fff
}
.venus-menu>li.showhide span.title {
	margin: 13px 0 0 20px;
	float: left
}
.venus-menu>li.showhide span.icon {
	margin: 43px 20px;
	float: right
}
.venus-menu>li.showhide .icon em {
	margin-bottom: 4px;
	display: block;
	width: 30px;
	height: 3px;
	background: #ccc
}
.venus-menu li.search {
	position: relative;
}
.venus-menu li.search ul, .venus-menu li.langeras ul {
	right: 0;
	left: auto;
}
.venus-menu li.search form {
	margin: 10px 20px 0 0
}
.venus-menu li.search form input.search {
	height: 40px;
	width: 240px;
	float: right;
	padding-left: 5px;
	padding-right: 52px;
	border-radius: 5px;
	color: #777;
	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: #d70000
}
.venus-menu li.search form input.submit {
	position: absolute;
	top: 11px;
	right: 20px;
	padding: 0 10px;
	height: 42px;
	border: 0;
	border-radius: 3px;
	background: #d70000;
	color: white;
}
.zoom-out {
	-webkit-animation: zoomOut 600ms ease both;
	-moz-animation: zoomOut 600ms ease both;
	-o-animation: zoomOut 600ms ease both;
	animation: zoomOut 600ms ease both
}
@-webkit-keyframes zoomOut {
0% {
-webkit-transform:scale(.6)
}
100% {
-webkit-transform:scale(1)
}
}
@-moz-keyframes zoomOut {
0% {
-moz-transform:scale(.6)
}
100% {
-moz-transform:scale(1)
}
}
@-o-keyframes zoomOut {
0% {
-o-transform:scale(.6)
}
100% {
-o-transform:scale(1)
}
}
@keyframes zoomOut {
0% {
transform:scale(.6)
}
100% {
transform:scale(1)
}
}
@media only screen and (max-width:1600px) {
.venus-menu {
	position: absolute;
	z-index: 8;
}
.venus-menu {
	height: auto;
}
.venus-menu li {
	display: block;
	width: 100%;
	text-align: left;
}
.venus-menu>li>a {
	padding: 13px 0 14px 20px
}
.venus-menu>li.brand {
	display: none!important
}
.venus-menu a {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.venus-menu ul, .venus-menu ul li ul {
	width: 100%;
	padding: 0;
	left: 0;
	border: none;
	position: static;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.venus-menu>li>ul>li:first-child a:before, .venus-menu>li>ul>li ul li:first-child a:before {
	border: none
}
.venus-menu ul li {
	border-left: none;
	border-right: none
}
.venus-menu ul li a {
	padding-top: 10px;
	padding-bottom: 10px
}
.venus-menu ul>li>a {
	padding-left: 40px!important
}
.venus-menu>li .indicator {
	top: 14px;
	right: 20px;
	font-size: 20px
}
.venus-menu ul>li .indicator {
	top: 10px;
	right: 20px
}
.venus-menu li.search form {
	margin: 12px 18px 0
}
.venus-menu li.search form input.search {
	width: 100%;
	margin-bottom: 12px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box
}
.venus-menu li.search form input.submit {
	height: 40px;
	top: 12px;
	right: 19px;
}
.venus-menu>li>ul>li>a {
	padding-left: 40px!important
}
.venus-menu>li>ul>li>ul>li>a {
	padding-left: 60px!important
}
.venus-menu>li>ul>li>ul>li>ul>li>a {
	padding-left: 80px!important
}
}
 @media only screen and (max-width:1024px) {
#logo {
	height: 80px;
}
#logo img {
	height: 80px;
}
}
 @media only screen and (max-width:768px) {
.venus-menu>li.showhide {
	height: 80px;
}
.venus-menu>li.showhide span.icon {
	margin: 26px 20px;
}
}
