/*@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro');*/


.flexy-menu{
	width:100%;
	margin:0px 0;
	padding:0;
	position:relative;
	float:left;
	font-family:Microsoft JhengHei,STHeiti;/*"Source Sans Pro",Segoe UI,Arial*/
	list-style:none;
	/*background:#333;*/
	/*margin: 40px 0 0 0;*/
}
.flexy-menu li{
	display:inline;
	font-size:26px;
	width: 13%;
	margin:10% 0 0 0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
}
.flexy-menu>li>a{
	padding:20px 15px;/*20 22*/
	font-size: 16px;
	text-align: center;
	color:#717071;
	text-decoration:none;
	display:block;
	text-transform:uppercase;
	-webkit-transition:color .3s linear,background .3s linear;
	-moz-transition:color .3s linear,background .3s linear;
	-o-transition:color .3s linear,background .3s linear;
	transition:color .3s linear,background .3s linear;

}
.flexy-menu li:hover>a,.flexy-menu li.active a{
	background:#555;
	color:#fff;
}
.flexy-menu li.right{
	float:right;
}
.flexy-menu ul,.flexy-menu ul li ul{
	list-style:none;
	margin:0 10%;/*0 0 */
	padding:0;
	display:none;
	position:absolute;
	z-index:99999;
	width:80%;/*100%*/
	background:#fff;
	box-shadow:0 1px 1px rgba(0,0,0,0.3);
}
.flexy-menu ul{
	top:60px;left:0;
	border:1px solid #ccc;
	border-top:4px solid #000;
}
.flexy-menu ul li ul{
	top:0;left:100%;
}
.flexy-menu ul li{
	clear:both;
	width:100%;
	border:0;
	font-size:12px;
	text-align: center;
	margin: 0 0 0 0;
}
.flexy-menu ul li a{/*子選項*/
	padding:10px 10px;
	width:100%;
	color:#707170;
	font-size:14px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	/*border-bottom:1px solid #999;*/
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:color .2s linear,background .2s linear;
	-moz-transition:color .2s linear,background .2s linear;
	-o-transition:color .2s linear,background .2s linear;
	transition:color .2s linear,background .2s linear;
}

.flexy-menu ul li:last-child a{
border-bottom:0px solid #999;
}
.thin>li>a{
	padding:10px 22px;
}
.thin ul{
	top:40px;
}
.thick>li>a{
	padding:40px 22px;
}
.thick ul{
	top:100px;
}
.flexy-menu i{
	line-height:20px!important;
	margin-right:6px;
	font-size:18px;
	float:left;
}
.flexy-menu>li.showhide{
	display:none;
	width:100%;
	/*height:50px;*/
	cursor:pointer;
	overflow: hidden;
	color:#dedede;
	/*border-bottom:solid 1px rgba(0,0,0,0.1);*/
	/*background:#333;*/
}
.flexy-menu>li.showhide span.title{
	margin:5px 0 0 0px;
	float:left;
	width:20%;
	max-width: 70px;
}
.flexy-menu>li.showhide span.icon{
	margin:50px 20px;
	float:right;
	color: #707171;
}
.flexy-menu>li.showhide .icon em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#ccc;
}
.orange li:hover>a,.orange li.active a{
	background:none;/*#ff670f*/
	color:#000!important;
	font-weight: bold;
}
.orange li ul li:hover,.orange li ul li:hover a{	
	background:#fff;
}
.flexy-menu.vertical{
	width:200px;
}
.flexy-menu.vertical li{
	width:100%;
}
.flexy-menu.vertical li a{
	display:inline-block!important;
	width:100%;
	padding:18px 20px 16px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:color .3s linear,background .3s linear;
	-moz-transition:color .3s linear,background .3s linear;
	-o-transition:color .3s linear,background .3s linear;
	transition:color .3s linear,background .3s linear;
}
.flexy-menu.vertical ul li{
	width:100%;
}
.flexy-menu.vertical ul,.flexy-menu.vertical ul li ul{
	width:150px;
}
.flexy-menu.vertical ul{
	top:0;left:100%;
}
.flexy-menu.vertical ul li ul{
	top:1px;
}
.flexy-menu.vertical.right{
	float:right!important;
}
.flexy-menu.vertical.right ul{
	left:-150px!important;
}

.content{
		/*position:absolute;*/
		/*z-index:9999;
		width:100%;*/
		/*max-width:1400px;*/
	}

.menu{
	position: absolute;
	z-index: 10;
	width: 100%;
	/*background: #f00;*/
	/*padding: 0 0 5% 0;*/
}

.white{
	background: #fff;
	position: relative;
	padding: 1% 0;
	margin: 0 0 0 0;
}

.logo{
	width:22%;
	float: left;
	text-align: center;
}

.menu .contentword{
	max-width:1200px;
}

@media only screen and (max-width:1600px){
	/*.content{max-width:1200px;}*/
}
@media only screen and (max-width:1200px){
	.flexy-menu>li>a{
		padding:20px 0px;/*20 22*/
	}
	.flexy-menu ul li a{
		padding: 10px 0px;
	}
}
@media only screen and (max-width:1000px){
	.content{ max-width:900px;}
	
}

@media only screen and (max-width:1000px){
	.flexy-menu>li>a{
		font-size: 20px;/*20 22*/
	}
	.content{
	/*	position:absolute;
		z-index:9999;
		width:100%;*/
	}

	.menu{
		position: relative;
	}

	.flexy-menu{
		width:100%;
		float:left;
	}
	.flexy-menu.vertical{
		width:100%;
	}
	.flexy-menu li{
		display:block;
		width:100%;
	}
	.flexy-menu>li>a{
		padding-top:15px;
		padding-bottom:15px;
		/*padding-left:25px;*/
	}
	.flexy-menu a{
		width:100%;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
	}
	.flexy-menu ul,.flexy-menu ul li ul,.flexy-menu.vertical ul,.flexy-menu.vertical ul li ul{
		width:100%;
		left:0;
		border-left:0;
		position:static;
		box-sizing:border-box;
		-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		margin: 0 0;
		float: left;
	}
	.flexy-menu ul li{
		border-left:0;
		border-right:0;
		float: left;
	}
	.flexy-menu ul li a,.flexy-menu.vertical ul li a{
		padding-top:10px;
		padding-bottom:10px;
	}
	.flexy-menu ul>li>a{
		/*padding-left:40px!important;*/
	}

	.flexy-menu li{
		margin:0% 0 0 0;
	}


}

@media only screen and (max-width:600px){
	.flexy-menu>li>a{
		font-size: 16px;/*20 22*/
	}
}