.content{ width:96%; max-width:1200px; margin:0 auto;
	
}

.venus-menu{
	margin:0;
	padding:0;
	position:relative;
	float:left;
	list-style:none;
	
	
}
.venus-menu>li{
	display:inline-block;
	margin:0;
	padding:0;
	float:left;
	line-height:80px;
	position:relative;
	margin:0 25px
}



.venus-menu > li > a{
	padding:0px 0px;
	font-size:15px;
	color:#000;
	text-decoration:none;
	display:block;
	position:relative;
	font-weight:bold
}


.venus-menu li:hover > a, .venus-menu li.active a{
	color:#3078eb;
}







.venus-menu>li:after{ content:""; position:absolute; bottom:0; left:0; height:4px; background:#3078eb; width:0; transition:all 0.6s}
.venus-menu>li:hover:after{ content:""; position:absolute; bottom:0; left:0; height:4px; background:#3078eb; width:100%; transition:all 0.6s}
.venus-menu>li.active a:after{ content:""; position:absolute; bottom:0; left:0; height:4px; background:#3078eb; width:100%; transition:all 0.6s}
.venus-menu ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99;
	width:140px;
}
.venus-menu ul{
	top:130px;
	left:0;
	padding-top:10px;
	background:#fff;
	border:#a1a3a3 1px solid;
	width:800px;
	height:400px;
	position:fixed;
	left:50%;
	margin-left:-400px;
    padding-left:340px;
	box-sizing:border-box
	
}

.venus-menu ul:before{
	content:"";
	position:absolute;
	width:1px; height:100%;
	left:560px;
	top:0;
	background:#dae2e7

	
}

.venus-menu ul ul:before{
	content:"";
	position:absolute;
	width:0px; height:100%;
	left:560px;
	top:0;
	background:#dae2e7

	
}


.dhjs{ position:absolute; top:0; left:0; width:320px; padding:30px; box-sizing:border-box}
.dhjs h3{ display:block; color:#3078eb; font-size:20px; font-weight:normal; line-height:35px}
.dhjs p{ display:block; border-bottom:#dae2e6 1px solid; padding:15px 0; font-size:14px; line-height:25px; margin-bottom:15px; color:#4d607e}
.dhjs i{ display:block; width:100%; height:auto}
.dhjs i img{ width:100%; height:auto}


.venus-menu ul li{ position:none}
.venus-menu ul li ul{
	top:0;
	border:0;
	position:absolute;
	background:none;
	margin-left:200px;
	padding-left:0
	

}
.venus-menu ul li ul li{ text-align:left}

.venus-menu ul li{
	clear:both;
	width:220px;
	border:none;
	line-height:50px
}
.venus-menu ul li a{
	padding:0;
	width:100%;
	color:#666;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	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{
	font-weight:bold; border-right:#3078eb 4px solid

}

.venus-menu ul ul li:hover > a{
	border:0
	

}


.venus-menu > li .indicator{
	position:absolute;
	color:#bababa;
	top:15px;
	right:8px;
	font-size:20px;
	display:none;
	-webkit-transition:color 0.2s linear;
	-moz-transition:color 0.2s linear;
	-o-transition:color 0.2s linear;
	transition:color 0.2s linear;
}
.venus-menu > li:hover > .indicator{
	color:#fff;
}

.venus-menu ul > li .indicator{
	top:5px;
	
}
.venus-menu > li.showhide{
	display:none;
	width:60px;
	height:46px;
	cursor:pointer;
	color:#777;
	position:fixed;
	top:0px;
	right:15px;
	text-align:center;
	border:0

}
.venus-menu > li.showhide span.title{
	margin:0px 0 0 0px;
	float:left;
}
.venus-menu > li.showhide span.icon{
	margin:16px 0px;
	float:right;
}
.venus-menu > li.showhide .icon em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#ccc;
}


@media only screen and (max-width:1200px){
	
	
	.venus-menu>li{ margin:0 10px}
	
	
}
	

	
	

@media only screen and (max-width:992px){
	
.head{ position:fixed; top:0; width:100%; z-index:99; background:#fff; border-bottom:#f1f1f1 1px solid }
.tel{ display:none;}
	
.venus-menu>li:after{ content:none; }
.venus-menu>li:hover:after{ content:none;}
.venus-menu>li.active a:after{ content:none;}	
	
.venus-menu{ position:absolute; top:60px; left:0; width:100%; background:#fff;}	
.venus-menu>li{ margin:0 0px; line-height:50px;display:block; border-top:#f1f1f1 1px solid;
		width:100%;
		overflow:hidden}

.venus-menu li:hover > a{
	background:#136af5;
	color:#fff;
}
.venus-menu ul li:hover > a{
	background:none;
	color:#136af5;
	border:0
}

.venus-menu ul{
	top:56px;
	left:0;
	padding-top:10px;
	padding:0;
	height:auto;
	margin-left:0

}


.venus-menu ul li ul{
	top:40px;
	left:0;
	padding-left:0px;
	margin-left:0;
	background:#f1f1f1
}


.dhjs{ display:none;}


	.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;
		padding:15px 0
	}
	.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;
		position:relative;
		width:100%;
		line-height:40px;
		height:40px;
	}
	


	.venus-menu ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li .indicator{ display:block


	}


	.venus-menu > li > ul > li > a{
		padding-left:40px !important;
	}
	.venus-menu > li > ul > li > ul > li > a{
		padding-left:40px !important;
	}



}