

.btn_mobile_menu:hover {
	background: #FFF;
}

#st-trigger-effects img{
	text-align: center;
}
.st-content img{
/*	width:22px;
	height:30px;*/
	width:70%;
	height:auto;
}

/*選單變換*/


/*PC*/
@media screen and (min-width: 1201px) {
	.btn_mobile_menu,.st-menu{display:none;}
	
	
#mobile_menu,.st-container,.st-pusher{
	width:100%;
	margin:auto;
	text-align:center;}
/*	
#nav{display:none;}
.st-content{display:none;}
.st-menu{display:none;}
.st-pusher::after{display:none;}
*/



.st-container,
.st-pusher,
.st-content {
	height:100%;float:left;
}

.st-content {
	background: #fff;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	z-index: 100;
	position:absolute;
	top:0;
	right:18.5%;
	margin: 0 auto;
	background: #FFF;/*手機板選單背景*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
/*	border:1px #000 solid;*/
	/*position:relative;防止衝突banner*/
	
}

.st-menu::after {
	top: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	text-align:center;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	overflow:auto;
	display:inline-table;
	width:100%;
	
}

/*.st-menu h2 {
	margin: 0 auto;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 1em;
	float:left;
	width:17%;
}
.st-menu h2 a{
	color: rgba(0,0,0,0.8); 
	text-decoration: none;
	font-family: cwTeXHei;
	font-weight: bold;
}

.st-menu h2 a:before{
	content: url("../../images/m_GET.gif");
	float: left;
	height:26px;
	margin-top: -8px;
	margin-left: 10%;
}*/
.st-menu ul li{
	display:inline;
	line-height:1.9em;
	padding:1%;
	margin:auto 1%;
	width:8%;
	}/*下拉選單正常關鍵*/

.st-menu ul li a {
	text-decoration: none;
	outline: none;font-size:1.1em;
	/*box-shadow: inset 0 -1px rgba(0,0,0,0.2);*/
	color: #000;/*手機版選單項目字顏色*/
	font-family:"微軟正黑體";
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
	/*box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);*/
}

.st-menu ul li:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #666;/*手機板選單字滑過變化顏色*/
}

/*下拉選單觸發開始*/

.st-menu ul li ul {
	/* 讓第二層ul跳脫文件流以利定位 */
	position:absolute;
	/* 固定寬度 */
	width:90.5%;
	/* 避免出現捲軸 */
	overflow:visible;
	/* 讓ul與母階層li相同位置 */
	clear:left;
	margin-top: 60px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:-100px;line-height:1.9em;
}
.st-menu ul li ul li {
	/* 覆寫繼承自第一層的浮動設定 */
	float:none;
	width:100%;
	text-align: center;display:block;
}
.st-menu ul li ul li a {
	/* 覆寫繼承自第一層的浮動設定 */
	float:none;
	width: 100%;/* 註：display、height、padding繼承第一層的設定 */
}
.st-menu ul li ul li ul {
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0;/*
	margin-left: 100px;*/
	width: 100%;
}
/* 修正IE7絕對定位差異 */
*:first-child+html .st-menu ul li ul li ul {
	margin-top:-30px;
}
.st-menu ul li ul li ul li {
/* width、float繼承第二層，免設定 */
}
.st-menu ul li ul li ul li a {
/* width、float繼承第二層，免設定 */
}

.st-menu  ul li ul {
	/* 預先隱藏第二層 */
	visibility:hidden;
}
.st-menu  ul li:hover ul {
	/* 觸動第一層時，顯示第二層 */
	visibility:visible;
}
.st-menu  ul li:hover ul li ul {
	/* 顯示第二層時，隱藏第三層，避免同時彈出 */
	visibility:hidden;
}
.st-menu ul li ul li:hover ul {
	/* 觸動第二層時，顯示第三層 */
	visibility:visible;
	margin-top:0px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left:18px;
}
.st-menu  ul li ul li:hover ul li ul {
	/* 顯示第三層時，隱藏第四層，避免同時彈出 */
	visibility:hidden;
}
.st-menu  ul li ul li ul li:hover ul {
	/* 觸動第三層時，顯示第四層 */
	visibility:visible;
}
/*第二層ul背景色彩與邊框  */
.st-menu ul li ul {
	background-color: #FFFFFF;
	border: 1px solid #000;
	line-height:1.9em;
}
/* 第二層a字型 */
.st-menu  ul li ul li a {
	color:#333333;
	text-decoration:none;
}
/* 觸動第二層以上li時改變背景色 */
.st-menu  ul li ul li:hover, #menu ul li ul li a:hover {/*
	background:#dfdfdf;*/
	width:auto;
}
/*下拉選單結束*/



/*套用手機專用*/
/* 效果3: Push*/
.st-effect-3.st-menu-open .st-pusher {
	position:fixed;/*讓左側選單固定不隨畫面移動延伸的關鍵*/
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	overflow-y:scroll;
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
	display: none;
}


/* 效果1: Slide in on top */
.st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}

}

/*平板+手機*/
@media screen and (min-width: 1px) and (max-width: 1200px){
/*按鈕手機直式檢視*/

@media screen and  (orientation:portrait) {
    .btn_mobile_menu{
		
	opacity: 0.3;
	border-radius: 5px;
	width: 12%;
	height:auto;
	position: fixed;
	z-index: 1002;
	top: 0.9em;
	left: 0.9em;
	background-color: #FFF;
	-webkit-appearance: none;/*ios系統專用，默認的系統樣式*/
}
}
/*按鈕手機橫式檢視*/
@media screen and  (orientation:landscape) {
    .btn_mobile_menu{
		
	opacity: 0.3;
	border-radius: 5px;
	width: 7%;
	height:auto;
	position: fixed;
	z-index: 1002;
	top: 0.7em;
	left: 0.9em;
	background-color: #FFF;
	-webkit-appearance: none;/*ios系統專用，默認的系統樣式*/
}
}


#mobile_menu{width:100%;height:100%;float:left;}

/**,
*:after,
*::before {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}*/

.st-container,
.st-pusher,
.st-content {
	height:100%;
	overflow-y: hidden;/*關鍵不衝突廣告輪播系統*/
	/*float:left;*//*關鍵不衝突廣告輪播系統*/
}


.st-content {
	overflow-y: scroll;
	background: #fff;
}

.st-content,
.st-content-inner {
	position: relative;
}

.st-container {
	position: relative;
	overflow: hidden;
}

.st-pusher {
	position: relative;
	left: 0;
	z-index: 99;
	height: 100%;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-pusher::after {
	z-index:1003;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

.st-menu-open .st-pusher::after {
	width: 100%;
	height: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.st-menu {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1005;
	visibility: hidden;
	width: 280px;
	height: 100%;
	background: #FFF;/*手機板選單背景*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	overflow-y:scroll;
	}

.st-menu::after {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 50%;
	background: rgba(0,0,0,0.2);
	content: '';
	opacity: 1;
	-webkit-transition: opacity 0.5s;
	transition: opacity 0.5s;
	

}

.st-menu-open .st-menu::after {
	width: 0;
	height: 0;
	opacity: 0;
	
	-webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
	transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}

/* content style */

.st-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.st-menu h2 {
	margin: 0;
	padding: 1em;
	color: rgba(0,0,0,0.4);
	text-shadow: 0 0 1px rgba(0,0,0,0.1);
	font-weight: 300;
	font-size: 1.5em;
	text-align:center;
}
.st-menu h2 a{
	color: rgba(1,137,197,1.00); /*手機版選單title字體顏色*/
	text-decoration: none;
	font-family: 'cwTeXHei'
}
.st-menu ul li{width:99%;}
.st-menu ul li a {
	text-decoration: none;
	display:block;
	padding:3%;
	margin:0;
	outline: none;
	box-shadow: inset 0 -1px rgba(0,0,0,0.2);
	color: #666;/*手機版選單項目字顏色*/
	font-family: 'cwTeXHei';
	text-align:center;
	text-transform: uppercase;
	text-shadow: 0 0 1px rgba(255,255,255,0.1);
	-webkit-transition: background 0.3s, box-shadow 0.3s;
	transition: background 0.3s, box-shadow 0.3s;
}

.st-menu ul li:first-child a {
	box-shadow: inset 0 -1px rgba(0,0,0,0.2), inset 0 1px rgba(0,0,0,0.2);
}

.st-menu ul li a:hover {
	background: rgba(0,0,0,0.2);
	box-shadow: inset 0 -1px rgba(0,0,0,0);
	color: #666;/*手機板選單字滑過變化顏色*/
}



/*下拉選單觸發開始*/

.st-menu ul li ul {
	/* 讓第二層ul跳脫文件流以利定位 */
	/* 固定寬度 */
	width:100%;
	/* 避免出現捲軸 */
	overflow:visible;
	/* 讓ul與母階層li相同位置 */
	clear:left;
}
.st-menu ul li ul li {
	/* 覆寫繼承自第一層的浮動設定 */
	float:none;
	text-align: center;
}
.st-menu ul li ul li a {
	/* 覆寫繼承自第一層的浮動設定 */
	float:none;
	width: 100%;/* 註：display、height、padding繼承第一層的設定 */
}
.st-menu ul li ul li ul {
	/*第三層寬度*/
	margin:0;
	width: 100%;
	background-color:#EEE;
}
.st-menu  ul li ul {
	/* 預先隱藏第二層 */
	display:none;
}
.st-menu  ul li:hover ul {
	/* 觸動第一層時，顯示第二層 */
	visibility:visible;
	width:100%;
}
.st-menu  ul li:hover ul li ul {
	/* 顯示第二層時，隱藏第三層，避免同時彈出 */
	display:none;
}
.st-menu ul li ul li:hover ul {
	/* 觸動第二層時，顯示第三層 */
	visibility:visible;
}
.st-menu  ul li ul li:hover ul li ul {
	/* 顯示第三層時，隱藏第四層，避免同時彈出 */
	visibility:hidden;
}
.st-menu  ul li ul li ul li:hover ul {
	/* 觸動第三層時，顯示第四層 */
	display:none;
}
/*第二層ul背景色彩與邊框  */
.st-menu ul li ul {
	background-color: #FFFFFF;
	border: 1px solid #000;
	line-height:1.9em;
}
/* 第二層a字型 */
.st-menu  ul li ul li a {
	font-size:1.2em;
	color:#333333;
	text-decoration:none;
}
/* 觸動第二層以上li時改變背景色 */
.st-menu  ul li ul li:hover, #menu ul li ul li a:hover {
/*	background:#dfdfdf;*/
	width:auto;
}
/*下拉選單結束*/



/* 效果3: Push*/
.st-effect-3.st-menu-open .st-pusher {
	position:fixed;/*讓左側選單固定不隨畫面移動延伸的關鍵*/
	-webkit-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
}

.st-effect-3.st-menu {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	overflow-y:scroll;
}

.st-effect-3.st-menu-open .st-effect-3.st-menu {
	visibility: visible;
	-webkit-transition: -webkit-transform 0.5s;
	transition: transform 0.5s;
}

.st-effect-3.st-menu::after {
	display: none;
}


/* 效果1: Slide in on top */
.st-effect-1.st-menu {
	position:fixed;/*讓左側選單固定不隨畫面移動延伸的關鍵*/
	visibility: visible;
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
}

.st-effect-1.st-menu-open .st-effect-1.st-menu {
	visibility: visible;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.st-effect-1.st-menu::after {
	display: none;
}

}