
@import "font-awesome.css";

.venus-menu{
}

.venus-menu li{
	z-index:999;
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
}
.venus-menu > li > a{
	padding:18px 0px;
	font-size:18px;
	color:#ffffff;
	text-decoration:none;
	display:block;
	-webkit-transition:color 0.2s linear, background 0.2s linear;
	-moz-transition:color 0.2s linear, background 0.2s linear;
	-o-transition:color 0.2s linear, background 0.2s linear;
	transition:color 0.2s linear, background 0.2s linear;
}
.venus-menu li:hover > a, .venus-menu li.active a{
	color:#fff;
	background:url(../images/top_bg_01.png) no-repeat;
	cursor:pointer;
}
.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:140px;
}
.venus-menu ul{
	top:40px;
	left:0;
	padding-top:10px;
}
.venus-menu > li > ul > li:first-child a:before{
	content:'';
	position:absolute;
	bottom:48px;
	left:45%;
	margin-left:-48px;
	width:0;
	height:0;
}
.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;
}

/*三角背景*/
.venus-menu ul li ul{
	top:0;
	left:100%;
	padding-left:5px;
}

/*栏目间隙*/
.venus-menu ul li{
	clear:both;
	width:100%;
	border:none;
}

/*多级-背景*/
.venus-menu ul li a{
	padding:15px 0px;
	width:100%;
	color:#fff;
	font-size:14px;
	font-weight:normal;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	background:#56b8e6;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:background 0.2s linear;
	-moz-transition:background 0.2s linear;
	-o-transition:background 0.2s linear;
	transition:background 0.2s linear;
}

/*多级-选择-背景*/
.venus-menu ul li:hover > a{
	background:#45a9d8;
}

/*二级-三箭箭头*/
.venus-menu > li > ul > li:first-child:hover a:before{
	
}

/*三级-三箭箭头*/
.venus-menu > li > ul > li ul li:first-child:hover a:before{
}

.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:#777;
	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;
}

.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:768px){
	.venus-menu li{
		display:block;
		width:100%;
	}
	.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 > 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;
	}
}

/*登录*/
.mask1{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: url("../images/z_rig_85.png");z-index: 99;}
.login-wrap{position: fixed;top: 50%;left: 50%;width: 802px;height: 638px;margin-top:-319px;margin-left: -401px;border-radius: 12px;background: #fff;z-index: 110;}
.login .tit{position: relative;color: #56b8e6;font-size: 30px;font-weight: bold;text-align: center;}
.login .tit span{position: relative;padding:0 14px;background: #fff;z-index: 2;}
.login .tit i{position: absolute;top: 16px;left: 50%;width: 328px;height: 1px;margin-left: -164px;background: #c3c3c3;z-index: 1;}
.login-con{width: 420px;margin:auto;}
.login-con li{margin-bottom: 25px;}
.login-con li span{float: left;width: 75px;height: 40px;color: #323232;font-size: 14px; text-align: right;line-height: 40px;}
.login-con li input{float: left;width: 337px;height: 38px;margin-left: 6px;border:1px solid #d0d2ce;color: #a5a5a5;font-family: 宋体;font-size: 12px;text-indent: 8px;outline-color:#56b8e6;}
.login-con li.yzm input{width: 130px;}
.login-con li.yzm .img{float: left;width: 128px;height: 40px;margin-left: 18px;}
.login-con li.yzm .img img{display: block;}
.login .sub input{display: block;width: 350px;height: 50px;margin:0 0 0 72px;border-radius: 4px;background: #56b8e6;color: #fff;font-size: 18px;text-align: center;line-height: 50px;outline: none;}
.login-con li .txt{float: left;margin-left: 72px;padding-top: 10px;color: #929292;font-family: 宋体;font-size: 12px;}
.login-con li .txt a{color: #ff7200;}


#menu{ width:200px; height:50px; float:right; line-height:50px; text-align:right;}
#menu a{font-family: "微软雅黑"; color:#000000; font-size:12px;}