
ul, li, a {
	list-style: none; /*設定 ul li 或 ol li 的項目符號為無*/
	margin: 0;
	padding: 0;
	text-decoration: none; /*文字特效為無*/
	font-size: 20px;/*設定選單字大小.............................................*/
	line-height:2.5em;/*設定選單字高度.............................................*/
}
.toggle {
	display: inline-block;
	background:url(../img/menu_new.png);
	height:65px;
	background-repeat: no-repeat;
	background-position: center;/*背景置中置上*/
	background-size: cover;/*背景滿版*/
	
	font-size: 25px;/*設定選單字大小.........................................................*/
	line-height:60px;/*設定選單字高度.........................................................*/
	width: 100%;
	color: #000;/*設定字顏色(黑色)...........................................................*/
	text-align:center;
	border:0;
	cursor:pointer;
}
.nav {
	display: none;
	float: left;
	width: 100%;
}

.nav li {
	position: relative;
	float: left;
	list-style: none;

	width: 100%;/*設定li寬度................................................................*/
	text-align:center;/*文字置中*/
	background:url(../img/menu_de_new.png);
	background-repeat: no-repeat;
	background-position: center;/*背景置中*/
	background-size: cover;/*背景滿版*/
	height:50px;
}

.nav li a {
	display: block;
	width: 100%;
	color:#000;
}
.nav li:hover {
	background:#6666ff;/*選單 hover 時背景............................................*/
}

/*------index nav2------------------------------------*/
.nav2 {
	display: block;
	float: left;
	width: 100%;
}

.nav2 li {
	position: relative;
	float: left;
	list-style: none;

	width: 100%;/*設定li寬度................................................................*/
	text-align:center;/*文字置中*/
	background:url(../img/menu_de_new.png);
	background-repeat: no-repeat;
	background-position: center;/*背景置中*/
	background-size: cover;/*背景滿版*/
	height:50px;
}

.nav2 li a {
	display: block;
	width:100%;
}
.nav2 li:hover {
	background:#6666ff;/*選單 hover 時背景............................................*/
}

/*------index nav2------------------------------------*/







/*手機板------------------------------------------------------*/

 @media screen and (max-width: 360px){

/*navStart------------------*/
 .nav {
	display: none;/*首先我們在手機版上要先把整個選單隱藏起來，所以 .nav 設為隱藏*/
}
 .toggle {
	display: inline-block;
	background:url(../img/menu.png);
	height:60px;
	background-repeat: no-repeat;
	background-position: center;/*背景置中置上*/
	background-size: cover;/*背景滿版*/
	
	font-size: 25px;/*設定選單字大小.........................................................*/
	line-height:60px;/*設定選單字高度.........................................................*/
	width: 100%;
	color: #000;/*設定字顏色(黑色)...........................................................*/
	text-align:center;
	border:0;
	cursor:pointer;
}

 .nav li {
	float: none;
	width: 100%;/*設定li寬度................................................................*/
	text-align:center;/*文字置中*/
	background:url(../img/menu_de.png);
	background-repeat: no-repeat;
	background-position: center;/*背景置中*/
	background-size: cover;/*背景滿版*/
	height:50px;
}

 .nav li:hover ul {
	position: relative;
	display: block;	
}

/*navEnd---------------------*/












/*nav2Start------------------*/
/* .nav2 {
	display: none;首先我們在手機版上要先把整個選單隱藏起來，所以 .nav 設為隱藏*/

  .toggle {
	display: inline-block;
	background:url(../img/menu.png);
	height:60px;
	background-repeat: no-repeat;
	background-position: center;/*背景置中置上*/
	background-size: cover;/*背景滿版*/
	
	font-size: 25px;/*設定選單字大小.........................................................*/
	line-height:60px;/*設定選單字高度.........................................................*/
	width: 100%;
	color: #000;/*設定字顏色(黑色)...........................................................*/
	text-align:center;
	border:0;
}

 .nav2 li {
	float: none;
	width: 100%;/*設定li寬度................................................................*/
	text-align:center;/*文字置中*/
	background:url(../img/menu_de.png);
	background-repeat: no-repeat;
	background-position: center;/*背景置中*/
	background-size: cover;/*背景滿版*/
	height:50px;
}
.nav2 li a {
	display: block;
	width:100%;
}


 .nav2 li:hover ul {
	position: relative;
	display: block;	
}

/*nav2End---------------------*/




body{
	font-size:1.2em;
}

#content {
	margin: 0 auto 0 auto;
}

#content .pro{
	height:50px;
	margin:0;	
}

#content .pro a{
	font-size: 20px;
	line-height:50px;
}


#footer {
 clear:both;
 bottom: 0;
 left: 0;
 background-color: white;
 width: 100%;
}

#footer_top {
	width: 100%;
	background:url(../img/footer.png);
	height:10px;
}

 #footer_center {
 font-size: 0.3em;
 margin:1px auto 0 auto;
 line-height:15px;
}

 #footer_lf, #footer_rg{
	 margin:0.5px auto 0 auto;
 }

 #footer_lf a, #footer_rg a {
	 font-size: 15px;
}




}



