.{
	margin:0px;
	padding:0px;
	font-family:"微软雅黑";
	font-size:12px;
}

body,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;
}

.head{
	width:94%;
	height:50px;
	float:left;
	background:#000;
	color:#fff;
	padding:3%;
}


.logo{
	width:40%;
	height:48px;
	float:left;
	overflow:hidden;
}

.logoimg{
	display:block;
	width:120px;
	height:48px;
	float:left;
	overflow:hidden;
}

.head_year{
	width:30%;
	height:10px;
	float:left;
	
}

.head_yearimg{
	display:block;
	width:100px;
	height:10px;
	float:left;
	overflow:hidden;
	margin-top:20px;
}

.collect{
	float:right;
	width:30%;
	height:auto;
}

.collectimg{
	
	width:70px;
	height:24px;
	float:right;
	display:block;
	margin-top:10px;
}

.menu{
	width:100%;
	height:30px;
	float:left;
	z-index:999999;
	background:#000;
	padding-bottom:10px;
}

.search{
	width:80px;
	height:30px;
	float:left;
}

.searchinput{
	width:70%;
	height:25px;
	background:#fff;
	border-radius:10px;
	display:block;
	border:0px;
	text-align:center;
	line-height:25px;
	font-size:14px;
	margin-left:10px;
}

.menulist{
	width:calc(100% - 80px);
	height:30px;
	float:left;
}

.menulist ul{
	width:100%;
	height:30px;
	float:left;
}

.menulist ul li{
	width:20%;
	height:30px;
	float:left;
}

.menulist ul li a{
	width:100%;
	height:30px;
	float:left;
	display:block;
	text-align:center;
	line-height:30px;
	color:#fff;
	font-weight:1000;
}

.menulist ul li a:hover{
	border-bottom:2px solid #fff;
}


.childmenu{
	width:100%;
	height:25px;
	float:left;
	background:#000;
	padding-top:10px;
	padding-bottom:10px;
	border-top:1px solid #fff;
}

.childmenu a{
	display:block;
	float:left;
	width:33%;
	height:25px;
	text-align:center;
	line-height:25px;
	color:#fff;
	font-size:13px;
}



.bottom{
	width:100%;
	height:auto;
	float:left;
	background:#000;
	border-top:2px solid #E1D499;
	padding-bottom:60px;
}

.bottommain{
	width:330px;
	height:auto;
	margin:0 auto;
	margin-top:60px;
}

.bottomleft{
	width:122px;
	height:154px;
	float:left;
}

.bottomqrcode{
	width:122px;
	height:154px;
	float:left;
	display:block;
}

.bottomright{
	width:180px;
	height:64px;
	float:right;
	margin-top:90px;
}

.bottomcontact{
	width:180px;
	height:64px;
	float:left;
	display:block;
}