#cont{
	width:100%;
	height:auto;
}

#header{
	width:100%;
	background-color:#fff;

}

.top{
	width:1100px;
	background-color:#fff;
	margin:0px auto;
	position:relative


}

.logo{
	width:330px;
	float:left;
}

.menu_bg{
	width:770px;
	padding-top:0px;
	float:left;
	height:79px
}

.menu{
	width:770px;
}

.menu li{
	width:151px;
	border-right:1px solid #e5e5e5;
	float:left;
	text-align:center;
	font-size:15px;
	font-weight:bold;
	letter-spacing:-0.5px;
	height:79px;
	line-height:79px
}



.menu li:first-child{
	border-left:1px solid #e5e5e5;
}

.dropmenu_bg{
	top:80px;
	width:100%;
	height:300px;
	display:none;
	left:0;
	position:absolute;
	z-index:999;
	background-color: rgba(0, 0, 0, 0.7)

	
}


.dropmenu{
	width:770px;
	padding-top:20px;
	height:300px;
	margin:0 auto;
	padding-left:330px;
}

.dropmenu ul{
	width:152px;
	height:300px;
	float:left;
}

.dropmenu ul:first-child{
	width:152px;
	padding-left:-5px;
}


.dropmenu li{
	width:151px;
	height:18px;
	text-align:left;
	padding-top:12px;
	color:#fff;
	font-size:13px;
	font-weight:bold;
}

.dropmenu li a{
	color:#fff

}
.dropmenu li a:hover{
	color:#5cb4f1

}


#footer{
	width:100%;
	border-top:1px solid #000;
	background-color:#333333;
	padding:20px 0 30px;
	clear:both;
}

.footer_cont{
	width:1330px;
	background-color:#333333;
	margin:0 auto;
}

.footer_logo{
	width:200px;
	padding-top:20px;
	float:left;
}

.footer_logo h2{
	color:#959595;
}

.footer_textarea{
	width:1100px;
	float:right;
}


.footer_text{
	width:870px;
	margin-top:15px;
	
}

.footer_text div{
	text-align:center;
	font-size:13px;
line-height:20px;
	letter-spacing:-0.3px;
	color:#959595;
}



.footer_text span{
color:#b9b9b9
}























