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

.flexy-menu{
	min-width: 600px;
    width: 100%;
    max-width: 1530px;
	margin:0;
	padding:0;
	position:relative;
	/*right: -110px;*/
	/*float:right;*/
	font-family:Microsoft JhengHei,STHeiti;/*"Source Sans Pro",Segoe UI,Arial*/
	list-style:none;
	/*background:#333;*/

}
.flexy-menu li{
	display:inline;
	font-size:13px;
	margin:0 20px;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
	/*max-width: 180px;
	min-width:180px;*/
	width: auto;
	/*background: #fff;
	border: 5px solid transparent;*/
	
	padding: 0px 0px;
}



.flexy-menu>li>a{
	padding: 8px 20px 8px 10px;/*20 22*/
	background-image: url("../../../image/downarror.png");
	background-position: right center;
	background-repeat: no-repeat;
	width:100%;
	/*text-align: center;*/
	font-size: 1.05em;
	letter-spacing:0px;
	color:#fff;
	/*border-bottom:4px solid transparent;*/
	text-decoration:none;
	display:block;
	font-weight: bold;
	/*text-transform:uppercase;*/
	-webkit-transition:color .2s linear,background .2s linear,border .15s linear;
	-moz-transition:color .2s linear,background .2s linear,border .15s linear;
	-o-transition:color .2s linear,background .2s linear,border .15s linear;
	transition:color .2s linear,background .2s linear,border .15s linear;
}


/*.flexy-menu li:lang(zh){
	/*max-width: 135px;*/
	/*width: 100%;
}*/
/*.flexy-menu>li>a:lang(zh){/*yes*/
	/*color:#1b0c02;
}*/

.flexy-menu li:hover{
	/*background:#ffc61e;*/
	/*color:#000;
	border-bottom:3px solid #f00;
	-webkit-transition:color .2s linear,background .2s linear,border .15s linear;
	-moz-transition:color .2s linear,background .2s linear,border .15s linear;
	-o-transition:color .2s linear,background .2s linear,border .15s linear;
	transition:color .2s linear,background .2s linear,border .15s linear;*/
	/*border-bottom:4px solid  #ffc61e;
	background: url("../../../image/triangle.png") center bottom no-repeat;*/

}

.flexy-menu li a:hover{
	/*border-bottom:4px solid  #ffc61e;
	color: #fff;*/

}
.flexy-menu li:hover >a,.flexy-menu li.active a{/*主MENU*/
	
	color:#fff;
}
.flexy-menu li.right{
	float:right;
}
.flexy-menu ul,.flexy-menu ul li ul{
	list-style:none;
	margin:0;
	padding:0;
	display:none;
	position:absolute;
	z-index:99999;
	width:100%;
	background:#333;
	/*box-shadow:0 1px 1px rgba(0,0,0,0.3);*/
}
.flexy-menu ul{
	left:-10px;
	top: 47px;
	/*display: block!important;
    overflow: scroll;
    height: 138px;
    background: #fff;*/
}
.flexy-menu ul li ul{
	top:0;
	left:100%;
	margin:0 0px;
	padding: 0px 0;
}

.flexy-menu ul li{
	clear:both;
	width:100%;
	border:0;
	font-size:12px;
	/*text-align: center;*/
	background: #fff;
	margin: 0 0 ;
	min-width:210px; 
	border-bottom:1px solid #efefef;
	padding: 5px 10px;
	box-shadow: 0px 0px 1px #aaa;
}
.flexy-menu ul li:last-child{
	border-bottom:0px solid #dcdcdc;
}
/*.flexy-menu ul li:nth-child(odd){
	background: #e8e8e8;
}*/
.flexy-menu ul li a{/*子選項*/
	width:100%;
	color:#06273d;
	font-size:15px;
	padding: 5px 10px;
	letter-spacing: 0px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both;
	font-weight: bold;
	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:hover{/*次MENU*/
	
	background: #14244c;
	color: #fff;

}

.flexy-menu ul li a:hover{/*次MENU*/
	/*background: #fff;
	color: #4db025;*/
}
/*.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%!important;
	height:60px;
	cursor:pointer;
	color:#dedede;
	border-bottom: 0px solid #dfdfdf;
	/*background:#fff;*/
}
.flexy-menu>li.showhide span.title{
	
	float:left;
	max-width: 130px;
    margin: 5px 0;

}
.flexy-menu>li.showhide span.icon{
	margin:20px 20px;
	float:right;
	z-index: 999;
}
.flexy-menu>li.showhide .icon em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#fff;
}
.orange li:hover>a,.orange li.active a{
	background:#171c23;/*#ff670f*/
	color:#fff!important;
}
.orange li ul li:hover,.orange li ul li:hover a{
	
	background:#232323;
	color: #fff!important;
	border: 0px;

	
}
.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;
}
.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:fixed;
		z-index:9999;
		width:100%;*/
		max-width:1280px;
	}

	.pyarma-button-next{
		right: 2%!important;
	}
	.pyarma-button-prev{
		left: 2%!important;
	}




@media only screen and (max-width:1600px){
	.flexy-menu li{
		margin: 0 1%;
	}
}

@media only screen and (max-width:1447px){
	/*.content{ max-width:900px;}*/
	.flexy-menu li{
		margin: 0 0.3%;
	}

}

@media only screen and (max-width:1326px){
	/*.content{ max-width:900px;}*/
	.flexy-menu li{
		margin: 0 0.3%;
	}

}

@media only screen and (max-width:1284px){
	/*.content{ max-width:900px;}*/
	.flexy-menu li{
		margin: 0 0.1%;
	}

}

@media only screen and (max-width:1250px){
	/*.content{ max-width:900px;}*/
	.flexy-menu li{
		margin: 0 -0.4%;
	}

}

/*@media only screen and (max-width:1200px){
	
	.flexy-menu li{
		padding: 0px 0;
		
		margin: 0 0px;
		
	}
	
	.flexy-menu>li>a{
		padding: 16px 10px 13px 10px;
	}
	

    
}
*/


@media only screen and (max-width:1201px){



	.flexy-menu li{
		margin:0 0px;
		border:0px; 
		padding: 0 0;
	}

	.flexy-menu>li.showhide{
		display: block;
	}
	.content{
		position:relative;
		z-index:9999;
		width:100%;
		left:0;
	}

	.flexy-menu{
		width:100%;
		float:left;
		right:0;
		min-width: 250px;
		/*left: -22px;*/
	}

	.flexy-menu li:hover{
		background:none;
	}


	.flexy-menu.vertical{
		width:100%;
	}
	.flexy-menu li{
		display:block;
		width:100%;
		/*max-width: 200px;*/
	}
	.flexy-menu>li>a{
		padding-top:15px;
		padding-bottom:15px;
		padding-left:25px;
		/*background: #fff;*/
	}
	.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;
	}
	.flexy-menu ul li{
		border-left:0;
		border-right:0;
	}
	.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.showhide span.title{
	
	float:left;
	max-width: 230px;
    margin: 5px 0;

}

	
}

@media only screen and (max-width:1000px){
	.flexy-menu li {
	    display: block;
	    width: 100%;
	    max-width: 100%;
	}

	.mobsocial{
		padding: 10px 0!important;
	}
}
@media only screen and (max-width:450px){
	
	.flexy-menu{
       min-width: 250px;
	}
	
	.flexy-menu>li>a {
    padding: 16px 1px 13px 1px;
	}
	.flexy-menu>li.showhide .openslide{
		float:right;
		/*position: fixed;*/
		right: 0;
	}
	.flexy-menu ul li{
	
		padding: 3px 0;
		background:#fafafa;
	}


	.flexy-menu ul{
		left:-10px;
		top: 71px;
		/*display: block!important;*/
	    overflow: scroll;
	    overflow-x: hidden;
	    /*height: 138px;*/
	    background: #fafafa;
	}
}

@media only screen and (max-width:350px){
	.flex350{
		/*display: flex!important;*/
		align-items: flex-end!important;
	}
}

