*{
	margin:0px;
	padding:0px;
	/*font-size:12px;*/
	font-family:"微软雅黑";
}

h1,h2,h3,h4,h5,h6,
img,a,div,font,span,
ul,li,a{
	margin:0px;
	padding:0px;
}

a{
	text-decoration:none;
}

ul,li{
	list-style:none;
}

/*顶部菜单样式*/
.top_bg{
	width:100%;
	height:47px;
	float:left;
	background: rgba(0, 0, 0, 0.4);
	padding-top:10px;
	padding-bottom:10px;
}
.top{
	width:980px;
	height:47px;
	margin:0 auto;
}

.logo{
	width:auto;
	height:47px;
	float:left;
}

.logo img{
	width:275px;
	height:47px;
	float:left;
}



.menu{
	width:auto;
	height:47px;
	float:right;
	margin-top:2px;
}

.menu li{
	width:80px;
	height:54px;
	float:left;
	position:relative;
	margin-right:51px;
}

.menu li a{
	display:block;
	width:80px;
	height:47px;
	float:left;
	text-align:center;
	line-height:47px;
	font-size:15px;
	color:#fff;
}

.menu li:hover{
	border-bottom:2px solid #dbc26b;
	
}

.menu li .childmenu{
	display:none;
	width:80px;
	height:auto;
	float:left;
	position:absolute;
	top:56px;
	background: rgba(0, 0, 0, 0.4);
	
}

.menu li .childmenu li:hover{
	border-bottom:none;
}

.menu li .childmenu li a{
	font-size:13px;
}

.menu li .childmenu li a:hover{
	color:#dbc26b;
}

.bottom{
	width:100%;
	height:319px;
	background:url(../img/bottombg.png);
	border-top:1px solid #E1D499;
}

.bottom_main{
	width:1031px;
	height:319px;
	margin:0 auto;
	left:0px;
	right:0px;
}

.bottom_left{
	width:auto;
	height:auto;
	float:left;
	margin-top:50px;	
}

.qrcode{
	width:130px;
	height:auto;
	float:left;
}

.qrcode img{
	display:block;
	float:left;
	width:130px;
	height:130px;
}

.qrcode font{
	display:block;
	float:left;
	width:130px;
	height:130px;
	color:#E1D499;
	font-size:18.5px;
	text-align:center;
	margin-top:10px;
}

.contact{
	width:300px;
	height:auto;
	float:left;
	margin-left:60px;
	margin-top:70px;
}

.tel{
	width:auto;
	height:50px;
	float:left;
}

.tel img{
	display:block;
	width:39px;
	height:39px;
	float:left;
	margin-right:20px;
}

.tel font{
	display:block;
	width:150px;
	height:auto;
	float:left;
	color:#E1D499;
	font-size:16px;
}

.contact span{
	 display:block;
	 float:left;
	 width:auto;
	 height:auto;
	 color:#E1D499;
	 font-size:16px;
}

.bottom_right{
	width:auto;
	height:auto;
	float:right;
}

.bottonmenu{
	width:auto;
	height:auto;
	float:left;
	margin-top:50px;
	position:relative;
}

.bottonmenu li{
	width:120px;
	height:30px;
	text-align:center;
	display:block;
	float:left;
}

.bottonmenu li a{
	width:120px;
	height:30px;
	line-height:30px;
	text-align:center;
	display:block;
	float:left;
	font-size:16px;
	color:#D3D1D2;
}

.bottonmenu li .childmenu{
	width:80px;
	height:auto;
	float:left;
	position:absolute;
	top:49px;
	
}

.bottonmenu li .childmenu li:hover{
	border-bottom:none;
}

.bottonmenu li .childmenu li a{
	font-size:13px;
}

.bottonmenu li .childmenu li a:hover{
	color:#dbc26b;
}