@charset "utf-8";
/* CSS Document */
.header { width:100%; height:5rem; position:fixed; z-index:99999;top:0px; background-color:#fff;}
.header .logo { height:100%; padding-left:0.5rem; float:left;}
.header .logo img { height:4rem; margin-top:1rem;}
.header .menu_but {
	float:right;
	display:block;
	height:3.6rem;
	line-height:3.6rem;
	font-size:3rem;
	margin-right:1rem;
	margin-top:0.7rem;
	width:4rem;
	border: 1px solid #ccc;
	text-align:center;
	border-radius:0.5rem;
	color:#666;
}

.header .menu{
	background-color:#fff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	display:none;
}
.header .menu ul{ padding-top:1rem; padding-bottom:1rem;}
.header .menu ul li { height:4rem; line-height:4rem; text-align:center; font-size:1.5rem;}