@charset "utf-8";
/* CSS Document */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	-moz-user-select : none;
-webkit-user-select: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/**/
body, body *{
	font-family:Microsoft JhengHei, Arial, Helvetica, sans-serif;
	color:#FFF;
}
body{
	background-color:#3E3E3E;
}
strong{
	font-weight:bold;
}
a, a:link{
	text-decoration:none;
}
a:link{
	color:inherit;
}
.container{
	padding-bottom:155px;
	position:relative;
}

/* #nav */
#nav,
#nav ul,
#nav ul li,
#nav ul li a,
#nav #menu-button {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-family: Arno Pro, Georgia, "Times New Roman", Times, serif, Microsoft JhengHei;
  text-transform: uppercase;
  font-size:16px;
  letter-spacing:1px;
  line-height:19px;
}
#nav ul li ul li a {
	font-size:0.85em;
}
#nav:after,
#nav > ul:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
#nav #menu-button {
  display: none;
}
#nav {
	margin-bottom:50px;
}
#nav.gaFrame {
	margin-bottom:25px;
	position:fixed;
	z-index:20000;
	width:100%;
}
#nav > ul > li >a:hover{
	background:#444;
	}
#nav > ul {
	display:inline-block;
	background:rgba(0,0,0,0.5);
}
#nav.align-right > ul > li {
  float: right;
}
#nav > ul > li {
  float: left;
  display: inline-block;
}
#nav.align-center > ul {
  float: none;
  text-align: center;
}
#nav.align-center > ul > li {
  float: none;
}
#nav.align-center ul ul {
  text-align: left;
}
#nav > ul > li > a {
  padding: 13px 10px 7px 10px;
  
}
#nav > ul > li:hover > a,
#nav > ul > li > a:hover,
#nav > ul > li.active > a {
}
#nav > ul > li.has-sub > a {
}
#nav > ul > li.has-sub.active > a::after,
#nav > ul > li.has-sub:hover > a {
  border-top-color: #ffffff;
}
#nav ul ul {
  position: absolute;
  left: -9999px;
  top: 60px;
  padding-top: 6px;
  opacity: 0;
  -webkit-transition: top 0.2s ease, opacity 0.2s ease-in;
  -moz-transition: top 0.2s ease, opacity 0.2s ease-in;
  -ms-transition: top 0.2s ease, opacity 0.2s ease-in;
  -o-transition: top 0.2s ease, opacity 0.2s ease-in;
  transition: top 0.2s ease, opacity 0.2s ease-in;
}
#nav.align-right ul ul {
  text-align: right;
}/*
#nav.align-right > ul > li > ul::after {
  left: auto;
  right: 20px;
}
#nav ul ul ul::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-right-color: #ffffff;
  top: 11px;
  left: -4px;
}
#nav.align-right ul ul ul::after {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: auto;
  right: -4px;
}*/
#nav > ul > li > ul {
  top: 120px;
}
#nav > ul > li:hover > ul {
  top: 33px;
  left: 0;
  opacity: 1;
  z-index:999
}
#nav.align-right > ul > li:hover > ul {
  left: auto;
  right: 0;
}
#nav ul ul ul {
  padding-top: 0;
  padding-left: 2px;
}
#nav.align-right ul ul ul {
  padding-right: 6px;
}
#nav ul ul > li:hover > ul {
  left: 180px;
  top: 0;
  opacity: 1;
}
#nav.align-right ul ul > li:hover > ul {
  left: auto;
  right: 100%;
  opacity: 1;
}
#nav ul ul li a {
  text-decoration: none;
  font-weight: 400;
  padding: 12px 10px 6px 10px;
  width: 180px;
  background:#444;
  border-bottom:1px solid rgba(100,100,100,0.3)

}
#nav ul ul li:hover > a,
#nav ul ul li.active > a {
 background:#333;
}

#nav > ul > li > ul::after {
  position: absolute;
  display: block;
}
#nav ul ul li.has-sub > a::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left-color: #777777;
  right: 17px;
  top: 14px;
}
#nav.align-right ul ul li.has-sub > a::after {
  border-left-color: transparent;
  border-right-color: #777777;
  right: auto;
  left: 17px;
}
#nav ul ul li.has-sub.active > a::after,
#nav ul ul li.has-sub:hover > a::after {

}
#nav.align-right ul ul li.has-sub.active > a::after,
#nav.align-right ul ul li.has-sub:hover > a::after {

}
#nav ul.left{
	float:left;
}
#nav ul.right{
	float:right;
}
/* #nav end */


#header{
	clear:both;
}
.logo a img{
	width:95px;
	height:auto;
}
#footer{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	overflow:hidden;
	padding-bottom:1.8em;
	z-index:99999;
}
#footer .wrap{
	padding:0 50px;
	position:relative;
	top:10px;
}
#footer.gaFrame{
	z-index:10012;
	bottom:25px;
	padding:0;
	
}
.logo{
	float:left;
	display:inline-block;
}
.copyright{
	float:right;
	display:inline-block;
	/*margin-top: 85px;*/
	margin-top: 58px;
	font-size:14px;
}
.copyright span{
	display:inline-block;
}
.designer{
	margin-left:2em;
}
.main-wrap-home{
	position:relative;
	overflow:hidden;
}
.main-wrap-home.one{
	padding:0 15% 50px 15%;
}
.main-wrap-home.two{
	padding:0 15% 50px 20%;
}
.main-wrap-home.two{
	padding:0 150px 50px 100px;
}
.main-wrap-home.img-show{
	padding:0 30px;
}
.main-wrap-home a[href]:hover, .main-wrap-home a:hover[href] *{
	transition: color .3s ease-out;
	color:#aaa;
}
body.home #nav{
	position:absolute;
	z-index:8888;
	width:100%;
}

.mid-area{
	/*margin:50px auto 0 auto;*/
	margin:0 auto 0 auto;
	max-width:1814px;
	min-height:100px;
}
.editor{
	margin:25px 0 50px 0;
	font-size:16px;
	line-height:1.5em;
	letter-spacing:0.1em;
	min-height:100px;
}
.editor *{
	white-space: normal !important;
	max-width:100%;
}
.editor.work{
	margin:15px 0 15px 0;
}
.editor img.fl{
	margin:0 1em 1em 0;
}
.editor ul.fl li{
}
.editor ul.fl li > ul{
	margin-left:1em;
}
.editor div.wrap{
	max-width:700px;
	clear:both;
	overflow:hidden;
	margin-bottom:2em;
}
.editor div.fl{
	float:left;
}
.editor div.fl:first-child{
}
.margin-wrap.two{
	max-width:1814px;
	/*overflow:hidden;*/
	margin:0 auto;
}
.left-area.left{
	width:18%;
	float:left;
	text-align:right;
	padding-left:2%;
}
.left-area.left .sub-nav, .left-area .left-list{
	padding-right:3em;
}
.left-area .left-list{
	margin-top: 25px;
	font-size: 16px;
	line-height: 1.5em;
	letter-spacing: 0.1em;
}
.left-list li{
	padding-bottom:0.25em;
	margin-top:0.25em;
	min-width:110px;
	margin-left: auto;

}
.left-list li *{
}
.left-list span{
	padding:5px 5px 0 5px;
	border:1px solid #fff;
	font-size:16px;
	letter-spacing:0;
	margin-right:0.5em;
	text-transform:uppercase;
	font-family: Arno Pro, Georgia, "Times New Roman", Times, serif, Microsoft JhengHei;
}
.editor .left-list li{
	border-bottom:1px dotted #fff;
}
.box{
	display:inline-block;
	background:url(../images/arrow_list.png) no-repeat;
	width:58px;
	height:23px;
	overflow:hidden;
	padding-right:12px;
	margin-right:2px;
	font-size:15px;
	line-height:23px;
}
.list-bt{
	margin-top:1em !important;
}
.mid-area.right{
	width:80%;
	float:right;
	margin:0;
}
.my-select{
	background:url(../images/arrow_select.png) no-repeat right center;
	display:inline-block;
}
.my-select select{
	background-color: transparent;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	text-indent: 0.01px;
	text-overflow: "";
	padding: 1px 25px 1px 5px;
	margin:0;
	border:1px solid #fff;
}
.my-select option{
	background:#000;
	position:relative;
}
.select-block{
	margin-bottom:1em;
}
/*
.margin-wrap{
	margin-left:150px;
}
*/

#slider1_container{
	margin:0 auto;
}
.sub-nav{
	/*padding-bottom:15px;*/
	border-bottom:1px solid #fff;
	text-transform:uppercase;	
}
.sub-nav a{
	display:inline-block;
	margin-bottom:15px;
	margin-right:2em;
	position:relative;
	
}
.sub-nav a:last-child{
	margin-right:0;
}
.sub-nav a span{
	display:block;

}
.sub-nav a span:first-child{
	font-size:1.2em;
	margin-bottom:5px;
}
.sub-nav a span:last-child{
	font-size:0.8em;
}
#gradient{
	left: 0;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}
a.current::after{
	content: "";
	position: absolute;
	bottom: -24px;
	left: 15px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 8px 5px 0 5px;
	border-color: #ffffff transparent transparent transparent;
}

body.page .mc-cycle::before{
	position:absolute;
	content:"";
	width:100%;
	height:100%;
	background:url(../images/mask.png) no-repeat center;
	background-size:cover;
	z-index:1000;
}
body.page .mc-image{
	-webkit-filter:brightness(0.8);
}
.gallery{
	margin-left:2%;
	margin-top:5%;
}
/* .gallery */
/*.gallery li{
	width:200px;
	height:200px;
	float:left;
	margin:0 2.5em 2.5em 0;
	position:relative;
	overflow:hidden;
	background: url(../images/logo.png) center no-repeat rgba(150,150,150,0.8);
	background-size:60%;
	box-shadow:3px 3px 5px rgba(0,0,0,0.3);
}*/
.gallery li{
	width:12.666666%;
	float:left;
	margin:0 4% 4% 0;
	position:relative;
	background: url(../images/logo.png) center no-repeat rgba(150,150,150,0.8);
	background-size:60%;
	box-shadow:3px 3px 5px rgba(0,0,0,0.3);
}
.gallery li:hover{
	transition:box-shadow .3s ease-out;
	box-shadow:3px 3px 5px rgba(0,0,0,0.6);
}/*
.gallery li a{
	
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	width:200px;
	height:200px;
}*/
.gallery li div{
	position:absolute;
	bottom:-22px;
	left:0;
	/*
	background:rgba(0,0,0,0.6);
	padding:2% 4%;
	box-shadow:inset 0px 5px 10px rgba(0,0,0,0.8);
	*/
	width:100%;
	height:1.5em;
	z-index:100;
	text-align:left;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size:12px;
}
.gallery li a:hover span{
	color:#fff !important;
}
.gallery li a img, .gallery li a:link img{
	-webkit-filter:grayscale(0.9);
	filter:grayscale(0.9);
	width:100%;
	/*
	max-width:200px;
	max-height:200px;
	*/
	text-align:center;
	vertical-align:middle;
	transition:all .5s ease-out;
}
.gallery li a:hover img{
	-webkit-filter:grayscale(0);
	filter:grayscale(0);
	
}
div[u=caption]{
	text-shadow:1px 1px 1px #000000;
	}
.input-ul{
	width:50%;
	max-width:380px;
	float:left;
}
.input-ul input[type=text], .input-ul textarea, .input-ul input[type=submit], .input-ul input[type=reset]{
	background:rgba(0,0,0,0.5);
	border:1px solid #fff;
	font-size:16px;
	padding:5px;
}
.input-ul input[type=text]:focus, .input-ul textarea:focus, .input-ul input[type=submit]:focus, .input-ul input[type=reset]:focus{
	background:rgba(0,0,0,0.8);
}
.input-ul input[type=text], .input-ul textarea{
	width:100%;
	max-width:320px;
}

.input-ul textarea{
	height:10em;
}
.input-ul input[type=submit], .input-ul input[type=reset]{
	width:50%;
	max-width:166px;
	margin:0;
	color:#CCCCCC;
}
.input-ul input[type=submit]:hover, .input-ul input[type=reset]:hover{
	transition: background .3s ease-out;
	background:rgba(255,255,255,0.2);
	color:#fff;
	cursor:pointer;
}
.input-ul input[type=submit]:active, .input-ul input[type=reset]:active{
	transition:none;
	background:rgba(0,0,0,0.5);
}
.input-ul li{
	margin-bottom:1em;
}
.map{
	width:50%;
	max-width:600px;
	float:left;
	margin-top:1.5em;
}
.galleryTit{
	position:fixed;
	top:80px;
	left:50px;
	z-index:10010;
}
.sub-nav.galleryTitle{
	position:fixed;
	top:70px;
	left:0;
	z-index:10010;
	width:100%;
	font-size:14px;
}
.sub-nav.galleryTitle .current{
	margin-bottom: 10px;
}
.sub-nav.galleryTitle a.current::after{
	bottom: -18px;
	left: 60px;
}
.sub-nav.galleryTitle a{
	padding-left:50px;
}
.sub-nav.galleryTitle a span{
	margin:0;
}
.jgallery .zoom-container .title.fade:empty{
	display:none;
}
.home #nav li.spLast, .page #nav li.spLast{
		display:none;
}
/* gallery end */

@media all and (max-width: 1680px){
	.gallery{
		margin-left: 6%;
	}
	.gallery li{
	width:19%;
	margin:0 6% 6% 0;
	}
}
@media all and (max-width: 1024px){
	#footer.gaFrame{
		bottom:0;
	}
	.gallery{
	margin-left: 8%;
	}
	.gallery li{
	width:25.333333%;
	margin:0 8% 8% 0;
	}
	.gallery li div span{
	font-size:15px;
	}
	.main-wrap-home.two{
	padding:0 100px 50px 100px;
	}
	#footer .wrap{
		padding:0 30px;
	}

	.left-area.left, .mid-area.right{
		float:none;
		width:auto;
	}
	.left-area.left{
		margin-left:0;
	}
	.left-area.left .sub-nav, .left-area .left-list{
		padding-right: 0;
	}
	.left-area.left{
		text-align: left;
	}
	.left-area .left-list li.normal{
		padding-left:55px;
	}
	.input-ul{
		float:none;
		width:100%;
		max-width:none;
	}
	.map{
		float:none;
		width:100%;
		max-width:none;
	}
	.input-ul input[type=text], .input-ul textarea{
		width:98%;
		max-width:none;
	}
	.input-ul input[type=submit], .input-ul input[type=reset]{
		width:50%;
		max-width:none;
	}
	#nav{
		background:rgba(0,0,0,0.8);
	}
}

@media screen and (max-width: 795px){
	.copyright{
	float:none;
display: inline;
margin:0;
}
.copyright span {
display: inline;
}
.copyright span.designer{
	display:block;
	margin-top:1.2em;
}
	.gallery{
	margin-left: 10%;
	}
	.gallery li{
	width:35%;
	margin:0 10% 2.5em 0;
	}
	.gallery li div span{
		font-size:14px;
		letter-spacing:0;
	}
	.main-wrap-home.two{
	padding:0 15% 50px 15%;
	}

	.container{
		padding-bottom:220px !important;
		}
/*
	.page #nav li.spLast{
		display:inline-block;
	}
	
	.page #nav{
		margin-top:-190px !important;
	}
	.page #nav:hover{
		margin-top:0 !important;
	}
	*/
	#nav > ul{
		background:none;
		width:50%;
	}
	#nav > ul li{
		display:block;
		clear:both;
		
	}
	#nav > ul li a{
		font-size:15px;
	}
	#nav ul ul li a{
		background: #666 !important;
	}
	a.current::after{
		display:none;
		/*
	left: -12px;
	top:5px;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #ffffff;
	*/
}

}
@media screen and (max-width: 685px) and (max-height: 600px){
	body.home .container{
		min-height:300px !important;
	}
}
@media screen and (max-width: 320px){
		.gallery li{
	width:100%;
	margin:0 0 2.5em 0;
	}
}

