@media only screen and (max-width: 1200px){
  html{
    -webkit-text-size-adjust: 100%;
  }


}



html{
		width:100%;
		
		
		background-size:cover;
	
	}
	body{
		width:100%;
		height:100%;
		
		margin-left:auto;
		margin-right:auto;
		margin-top:0;
		position:relative;
		z-index:0;
		
		}
	article{
		
	}		
	 a{
		color:inherit;
		
		text-decoration:none;
	}
	

	p{
		font-family:微軟正黑體;
	}
	nav{
		height:178px;
		margin:0;
		padding:0;
		width:100%;
		box-shadow: 0px 2px 0px gray;
	}
	
	ul {
		font-family:微軟正黑體;
	}
	

	#logo1{
		width: auto;
		height: 100px;
		left:0;
		top:28px;
		margin:0;
		position:absolute;
	}	
	
	.Butt{
		width:100px;
		height:20px;
		color:white;
		border-radius:5px 5px 5px 5px;
		position:absolute;
		text-align:center;
		padding:10px;
	}
	
	.cn{
		right:150px;
		top:80px;
		font-family:微軟正黑體 Light;
	}
	
	.en{
		right:10px;
		top:80px;
		font-family:微軟正黑體;
	}
	#act{
		background-color: orange;
		text-shadow:1px 1px 2px white;
	}
	
	#Deact{
		background-color:rgba(64,127,229,0.8);
	}
	
	#Deact:hover{
		background-color:rgba(118, 164, 237,1);
		text-shadow:1px 1px 2px white;
	}
	
	.ns { 
-webkit-touch-callout: none; 
-webkit-user-select: none; 
-khtml-user-select: none; 
-moz-user-select: none; 
-ms-user-select: none; 
user-select: none; 
}
	
	.navb{
		width:100%;
		height:138px;
		position:absolute;
		left:0;top:0;
		background-color:white;
		margin:0}
	
	.cnCtx{
		font-family:Microsoft JhengHei;
	}
	
	.lagBar{
		
		width:100%;
		height:30px;
		border-top:3px solid rgba(64,127,229,0.8);
		background:rgba(240,240,240);
	}
	.lagBar2{position:relative;
		margin-left:auto;
		margin-right:auto;
		width:1200px;}
	.leftBar{
		width:50%;
		position:relative;
		float:left;
	}
	.Tit2{
		width:100%;
		height:30px;
		position:relative;
		margin-left:auto;
		margin-right:auto;
		line-height:30px;
		font-size:15px;
		color:grey;
		font-family:calibri;
	}
	.RightBar{
		width:50%;
		position:relative;
		float:left;
	}
	.lagUL{
		line-height:30px;
		position:relative;
		float:right;
		width:330px;
		height:30px;
		
		font-family:calibri;
		}
	
	.lagUL ul{
		display:none;
		font-family:calibri;
		color:white;
	}
	.cncht{
		font-family:Microsoft JhengHei;
		font-size:14px;
	}
	.lagUL li{ width:108px;float:left; }
	.li1a{border-left:1px solid lightgray;color:grey;}
	
	
	
	.lagLI{background-color:rgba(64,127,229,0.8); color:white;height:30px;}
	
	.act{
		background-color: orange;
		text-shadow:1px 1px 2px white;
	}
	
	.Deact{
		background-color:rgba(64,127,229,0.8);
	}
	
	.Deact:hover{
		background-color:rgba(118, 164, 237,1);
		text-shadow:1px 1px 2px white;
	}