body{
	font-family:Arial, Helvetica, sans-serif, "微軟正黑體";
	}
.background{
	width:100%;
	min-width:1000px;
	position:absolute;
	}



/*------head------*/
.head{
	width:100%;
	height:70px;
	position:absolute;
	z-index:3;
	}
.head .headbox{
	width:1000px;
	margin:0 auto;
	clear:both;
	overflow:hidden;
	}
.head .headbox .logo{
	width:330px;
	height:70px;
	background-image:url(../images/logo.png);
	float:left;
	}
.head .headbox .logo a{
	display:block;
	width:330px;
	height:70px;
	background-image:url(../images/logo.png);
	text-indent:-9999px;
	}
.head .headbox .logo a:hover{
	background-image:url(../images/logo_hover.png);
	}
.head .headbox .menu{
	margin-top:38px;
	float:right;
	position:relative;
	}
.head .headbox .menu li{
	width:160px;
	text-align:center;
	float:left;
	}
.head .headbox .menu li a{
	font-size:18px;
	color:#525252;
	text-decoration:none;
	}
.head .headbox .menu li a:hover{
	color:#f08200;
	}
.head .headbox .menu li ul.level{
	display:none;
	width:160px;
	background-color:rgba(255,255,255,0.75);
	overflow:hidden;
	}
.head .headbox .menu li ul.level li.select{}
.head .headbox .menu li ul.level li.select a{
	display:block;
	width:145px;
	font-size:15px;
	color:#333634;
	line-height:30px;
	text-align:left;
	padding-left:15px;
	border-bottom:1px #a0a0a0 solid;
	}
.head .headbox .menu li ul.level li.select a:hover{
	background-color:#f08200;
	color:#FFF;
	}



/*------foot------*/
.foot{
	width:100%;
	height:35px;
	background-color:#f08200;
	box-shadow:0 -1px 10px #999;
	position:absolute;
	bottom:0;
	}
.foot .footbox{
	width:1000px;
	margin:0 auto;
	}
.foot .footbox li{
	float:left;
	font-size:15px;
	color:#FFF;
	letter-spacing:1px;
	margin-right:10px;
	line-height:35px;
	}
.foot .footbox li.copyright{
	font-size:12px;
	float:right;
	margin-right:0;
	line-height:35px;
	}




