body{
	font-family:Arial, Helvetica, sans-serif, Microsoft JhengHei,微軟正黑體, Aparajita;
	}
/*------background------*/
.background{
	width:100%;
	min-width:1000px;
	overflow:hidden;
	
	position:absolute;
	}
#top-bar{
	position:fixed;
	top:0px;
	}
/*-----head-----*/
header{
	width:100%;
	min-width:1000px;
	height:75px;
	overflow:hidden;
	box-shadow:0px 1px 5px #ccc;
	z-index:99999;
	position:relative;
	background-color:#FFF;
	}
header .head_box{
	width:1000px;
	margin:0 auto;
	position:relative;
	}
header .head_desk{
	width:1000px;
	overflow:hidden;
	margin:0 auto;
	}
header .head_desk  nav.menu{
	width:875px;
	overflow:hidden;
	}
header .head_desk  nav.menu li{
	width:83.7px;
	height:75px;
	overflow:hidden;
	text-align:center;
	float:left;
	}
header .head_desk  nav.menu li a{
	font-size:14px;
	font-weight:bold;
	color:#6e6e6e;
	letter-spacing:2px;
	line-height:75px;
	text-decoration:none;
	}
header .head_desk nav.menu li a:hover{
	padding-bottom:26px;
	border-bottom:3px #73aec0 solid;
	}
header .head_desk nav.menu li a.this{
	padding-bottom:26px;
	border-bottom:3px #73aec0 solid;
	}
header .head_desk  nav.menu li.logo{
	width:195px;
	height:55px;
	overflow:hidden;
	margin-top:10px;
	margin-right:10px;
	}
header .head_desk  nav.menu li.logo img{
	width:100%;
	height:auto;
	}


/*-----links-----*/
.links{
	overflow:hidden;
	
	position:absolute;
	top:0;
	right:0;
	}
.links a{
	float:left;
	margin:25px 7px;
	}
.links a.fb{
	display:block;
	width:26px;
	height:26px;
	background-image:url(../images/links_icon.png);
	background-position:left top;
	}
.links a.fb:hover{
	background-position:left bottom;
	}
.links a.g{
	display:block;
	width:26px;
	height:26px;
	background-image:url(../images/links_icon.png);
	background-position:right top;
	}
.links a.g:hover{
	background-position:right bottom;
	}
.links a.language{
	display:block;
	width:24px;
	height:24px;
	border-radius:13px;
	border:1px #6e6e6e solid;
	
	font-size:14px;
	font-weight:bold;
	color:#6e6e6e;
	text-decoration:none;
	text-align:center;
	line-height:24px;
	}
.links a.language:hover{
	color:#6ba0af;
	border:1px #6ba0af solid;
	}

header .head_moblie{
	display:none;
	}
.nav{
	display:none;
	}


/*-----article-----*/
article{
	width:1000px;
	overflow:hidden;
	padding-bottom:110px;
	padding-top:75px;
	margin:0 auto;
	}


/*-----footer-----*/
footer{
	width:100%;
	position:absolute;
	bottom:0;
	}
footer .hide{
	width:100%;
	overflow:hidden;
	padding:20px 0 80px ;
	background-color:rgba(226, 226, 226, 0.7);
	/*opacity:0;*/
	margin-bottom:-197px;
	}
footer .hide ul{
	width:500px;
	overflow:hidden;
	margin:0 auto;
	margin-top:25px;
	}
footer .hide li{
	float:left;
	border-right:1px #666 solid;
	margin-right:40px;
	
	font-size:14px;
	color:#666;
	letter-spacing:1px;
	line-height:20px;
	}
footer .hide li:last-child{
	border:none;
	margin:0;
	}
footer .hide li img{
	width:150px;
	height:auto;
	margin:0 40px;
	cursor:pointer;
	}
footer .hide a.under{
	display:block;
	width:12px;
	height:12px;
	margin:0 auto;
	cursor:pointer;
	}
footer .footer-box{
	width:100%;
	height:52px;
	background-image:url(../images/footer_bg.png);
	background-position:center bottom;
	background-repeat:repeat-x;
	position:absolute;
	bottom:0;
	
	font-family:Times New Roman;
	font-size:14px;
	color:#FFF;
	text-align:center;
	letter-spacing:1px;
	line-height:70px;
	}

/*------gotop------*/
#goTop{
	width:72px;
	height:99px;
	overflow:hidden;
	background-image:url(../images/gotop.png);
	
	cursor:pointer;
	position:absolute;
	top:-75px;
	right:5%;
	}
#goTop:hover{
	background-image:url(../images/gotop_hover.png);
	}
