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

/*reset*/
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,
caption, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin:0;
	border:0;
	font-size:100%;
	font-family:Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	vertical-align:baseline;
	}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
	display:block;
	}
html{height:100%;}
body{line-height:1; height:100%;}
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;
}
sup{vertical-align:super;}

a{transition:all 0.5s ease 0s;}

/*start*/
/*------------------------------*/
/* loading */
/*#wrapper{
	min-height:100%;
	position:relative;
	opacity:0;
	transition:all 0.5s;
	}*/

#wrapper.index-bg{background-image:url(../images/bg-item.png);}

#wrapper{position:relative;}

/*#wrapper.fade-in{opacity:1;}

.loading-img{
	position:fixed;
	top:50%;
	left:50%;
	width:120px;
	height:auto;
	margin-top:-60px;
	margin-left:-60px;
	text-align:center;
	color:#fff;
	z-index:2;
	text-align:center;
	display:none;
	}

.loading-img img{
	width:100%;
	height:auto;
	animation:flash 0.6s linear infinite;
	}

@keyframes flash{
	0%,100%{opacity:1;}
	50%{opacity:0.7;}
}*/

.top-menu-bar{
	background-color:#4d4d4d;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    z-index:8888;
    box-shadow:0px 0px 16px rgba(0, 0, 0, 0.45);
    transition:all 0.25s ease 0s;
	}

a.accessibility_href{
	position:absolute;
	top:0;
	left:0;
	z-index:8900;
	}

a.accessibility_href span{color:#ffc03c;}

.top-menu-bar.is-fixed .navTrigger{display:block;}
.top-menu-bar.is-fixed .main-menu{height:60px;}
.top-menu-bar.is-fixed .main-menu-list{padding:10px 0;}
.top-menu-bar.is-fixed .mega-menu{top:70px;}
.top-menu-bar.is-fixed .no-mega-menu{top:70px;}
.top-menu-bar.is-fixed .lan-menu>ul{bottom:inherit; top:28px;}

.mobile-menu{display:none;}

.main-menu{
	width:100%;
	/*max-width:1480px;*/
	margin:0 auto;
	padding-left:15px;
	padding-right:15px;
	position:relative;
	}

.main-logo-center{
	position:fixed;
	top:6px;
	left:50%;
	width:200px;
	margin-left:-100px;
	}

.main-logo-center img{width:100%;}

.main-logo-left{
	position:fixed;
	top:3px;
	left:120px;
	width:165px;
	}

.main-logo-left img{width:100%;}

/*選單展開按鈕_start*/
.navTrigger{
	display:none;
	cursor:pointer;
	width:40px; 
	height:25px;
	margin:auto;
	position:absolute;
	right:20px;
	top:17px;
	z-index:150;
	}

.navTrigger>i{
    background-color:#ffffff;
    border-radius:2px;
    content:'';
    display:block;
    width:100%;
	height:4px;
	}

.navTrigger.active>i{background-color:#4d4d4d;}

.navTrigger>i:nth-child(1){
    -webkit-animation:outT 0.8s backwards;
    animation:outT 0.8s backwards;
    -webkit-animation-direction:reverse;
    animation-direction:reverse;
	}
.navTrigger>i:nth-child(2){
    margin: 5px 0;
    -webkit-animation:outM 0.8s backwards;
    animation:outM 0.8s backwards;
    -webkit-animation-direction:reverse;
    animation-direction:reverse;
	}
.navTrigger>i:nth-child(3){
    -webkit-animation:outBtm 0.8s backwards;
    animation:outBtm 0.8s backwards;
    -webkit-animation-direction:reverse;
    animation-direction:reverse;
	}

.navTrigger.active>i:nth-child(1){
	-webkit-animation:inT 0.8s forwards;
	animation:inT 0.8s forwards;
    }
.navTrigger.active>i:nth-child(2){
	-webkit-animation:inM 0.8s forwards;
	animation:inM 0.8s forwards;
	}
.navTrigger.active>i:nth-child(3){
	-webkit-animation:inBtm 0.8s forwards;
	animation:inBtm 0.8s forwards;
	}

@-webkit-keyframes inM{
50%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(45deg);}
}
@keyframes inM{
50%{transform:rotate(0deg);}
100%{transform:rotate(45deg);}
}

@-webkit-keyframes outM{
50%{-webkit-transform:rotate(0deg);}
100%{-webkit-transform:rotate(45deg);}
}
@keyframes outM{
50%{transform:rotate(0deg);}
100%{transform:rotate(45deg);}
}

@-webkit-keyframes inT{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(9px) rotate(0deg);}
100%{-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes inT{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(9px) rotate(0deg);}
100%{transform: translateY(9px) rotate(135deg);}
}

@-webkit-keyframes outT{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(9px) rotate(0deg);}
100%{-webkit-transform: translateY(9px) rotate(135deg);}
}
@keyframes outT{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(9px) rotate(0deg);}
100%{transform: translateY(9px) rotate(135deg);}
}

@-webkit-keyframes inBtm{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(-9px) rotate(0deg);}
100%{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes inBtm{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(-9px) rotate(0deg);}
100%{transform: translateY(-9px) rotate(135deg);}
}

@-webkit-keyframes outBtm{
0%{-webkit-transform: translateY(0px) rotate(0deg);}
50%{-webkit-transform: translateY(-9px) rotate(0deg);}
100%{-webkit-transform: translateY(-9px) rotate(135deg);}
}
@keyframes outBtm{
0%{transform: translateY(0px) rotate(0deg);}
50%{transform: translateY(-9px) rotate(0deg);}
100%{transform: translateY(-9px) rotate(135deg);}
}
/*選單展開按鈕_end*/

/*側邊選單_start*/
.nav-container{
    position:fixed;
    z-index:100;
    top:0;
    right:0;
    height:100vh;
    width:90%;
    max-width:460px;
    padding:2em 3.5em;
    background:#F3F3F3;
    transform:translateZ(0);
    transform:translateX(100%);
    transition:transform .5s cubic-bezier(.07,.23,.34,1);
	}

.nav-open .nav-container{transform:translateX(0);}

.overlay{
    position:fixed;
    z-index:90;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#1C1D21;
    opacity:0;
    visibility:hidden;
    transition:opacity .5s, visibility .5s;
	}

.nav-open .overlay{opacity:0.6; visibility:visible;}

.nav-container .nav-menu{padding-left:0;}

.nav-container h3{
	font-family:'Lalezar', cursive, Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	font-style:italic;
	font-weight:900;
	font-size:1.8em;
	color:#4d4d4d;
	}

.nav-menu li{padding:25px 0;}
.nav-menu li a{
	font-size:1.5em;
	-webkit-transition:0.5s;
    transition:0.5s;
    font-weight:bold;
	}

.nav-menu>li:hover>a, .nanDrop>li:hover>a{
	color:#2a6496;
	-webkit-transition:0.2s;
    transition:0.2s;
	}

.nav-menu>li>a>i{
	-webkit-transition:0.5s;
    transition:0.5s;
	}

.nav-menu>li>a.is-open>i{
	-webkit-transform:rotate(-180deg);
    transform:rotate(-180deg);
	-webkit-transition:0.5s;
    transition:0.5s;
    }

.navDrop{
	padding-left:25px;
	border-left:1px #d8d8d8 solid;
	margin-top:25px;
	margin-left:15px;
	}

.navDrop li{padding:20px 0 20px;}
.navDrop li:nth-of-type(1){padding:10px 0 20px;}
.navDrop li:nth-of-type(4){padding:20px 0 10px;}

.navDrop i{color:#a3a9a4;}

/*側邊選單_end*/

/*語言選單_start*/
.lan-menu>ul>li{
	border:1px #333 solid;
	padding:0 5px;
}
.lan-menu>ul>li>a{
	font-size:1em;
    color:#333;
    line-height:1.5em; 
}
.lan-menu li{
    display:inline-block;
    position:relative;
}
.lan-menu>ul>li>ul>li{
	width:100%;
    background:#686868;
    padding:5px 10px;
    box-sizing:border-box;
}
.lan-menu>ul>li>ul>li:hover{background:#9b9b9b;}

.lan-menu>ul>li>ul>li>a{color:#ffffff; font-size:1em;}

.lan-menu>ul{
	position:absolute;
    z-index:99;
    right:30px;
    bottom:30px;
    padding-left:0;
}
.lan-menu>ul>li>ul{
	position:absolute;
    z-index:99;
    right:2px;
    top:19px;
    padding-left:0;
}
.lan-menu ul li ul{display:none;}

.lan-menu ul li:hover>ul{display:block;}
/*語言選單_end*/

/*輪播圖_start*/
#bannerL{padding-top:80px;}

.banner{display:block; width:100%; text-align:center;}

/*.banner img{width:100%; padding-top:60px; max-width:870px;}*/

.tp-caption>a.btn{padding:10px 20px; background-color:#f86e4e; font-size:1.2em;}
.tp-caption:hover>a.btn{background-color:#0044cc;}

#bannerM{display:none;}

/*輪播圖_end*/

/*曲線底圖_start*/
.bg-block{
	position:absolute;
	top:0;
	width:100%;
	height:50%;
	background-image:url(../images/index-banner-bg-1.png);
	background-repeat:no-repeat;
	background-position:center top;
	z-index:-1;
	}

.bg-block2{
	position:absolute;
	top:20%;
	width:100%;
	height:75%;
	background-image:url(../images/index-banner-bg-2.png);
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	z-index:-2;
	}

.bg-block img, .bg-block2 img{width:100%;}

/*曲線底圖_end*/

a{
	color:#000000; 
	font-size:0.7em;
	text-decoration:none;
}
p{
	font-size:1em;
	color:#000000;
	line-height:1.8em;
}

p a{
	color:#852a29;
	line-height:1.5em;
	text-decoration:none;
}
p a:hover{color:#00a0e9;}

.member{
	background-color:#5d3e28;
	height:30px;
	display:block;
	color:#ffffff;
	padding:0 5%;
	}
.member ul{padding:0px; margin:0px; padding-right:200px;}
.member li{
    float:right;
    /*line-height:30px;*/
    background-position:right;
    background-repeat:no-repeat;
    padding:7px 10px;
	}

.member a{color:#ffffff; font-size:1.2em;}

.member a:visited{color:#ffffff;}

.member ul li:hover {
    background-color: #333333;
    text-decoration: none;
    background-image: none;
    }

#bannerS{display:none;}

/*小螢幕尺寸選單_start*/
#mobile{display:none; text-align:center;}

#mobile a{color:#ffffff; letter-spacing:2px;}

.mobile-menu, .mobile-submenu, .mobile-submenu-sub{
	width:100%;	
	padding-left:0;
	}

.first-layer{padding-top:70px;}

.mobile-menu-item, .mobile-submenu-item, .mobile-submenu-sub-item{
    width:100%;
    padding:20px 0;
    color:#ffffff;
    font-size:1.4em;
    letter-spacing:2px;
    background:#178889;
	border-bottom:1px solid #4aab90;
	}

.second-layer-color{background:#026b67; padding:15px 0;}
.third-layer-color{background:#1a5c50; padding:12px 0;}
/*小螢幕尺寸選單_end*/

li{list-style:none;}

.header-menu-bottom{
	border-bottom:3px solid #c7aa86;
	background-image:url(/images/retina_wood.png);
	height:50px;
	}

.top-menu-bottom{text-align:center; padding-left:0; display:none;}

.top-menu-bottom li{margin:30px 40px; display:inline-block;}

.top-menu-bottom li a{font-size:1.6em; font-weight:bold;}

.aa_item{
	position:absolute;
	left:0px; 
	cursor:pointer;
}

#bannerBg{background:url(images/midBg.png) repeat;}

#banner{padding-top:95px;}

#banner_s{display:none;}

.group4{width:98%;}

.video{width:560px; height:315px;}

#contentBg{height:auto; width:100%;}

#content{margin:0 auto; overflow:hidden;}

#navlist{
	background-color:#ccc;
	line-height:3.5em;
	min-height:2em;
	position:inherit;
    width:100%;
    padding:0;
    border-bottom:3px solid #c7aa86;
    background-image:url(/images/retina_wood.png);
}

#navlist a{transition:all 0.2s ease;}

#navlist a:hover{ color:#7d7d7d;}

#navlist_mobile{
	display:none;
	background-color:#c7aa86;
}
#navlist_mobile >ul{
	box-sizing: border-box;
	padding-left:30px;
}
#navlist_mobile >ul li{
	background:url(images/icon_mobile.png) no-repeat left;
	border-bottom:1px #210000 dashed;
	height:55px;
	box-sizing:border-box;
	padding:20px 0 0 30px;
}
#navlist_mobile >ul li a{color:#5d3e28;}

#contentBox{
	position:relative;
	overflow:inherit;
	animation:fadeIn 0.5s ease-in-out 1;
}

#contentBox_index{
	position:relative;
	overflow:inherit;
	animation:fadeIn 0.5s ease-in-out 1;
	padding-top:30px;
}

@keyframes fadeIn{
	0%{opacity:0;}
	100%{opacity:1;}
}
#navlist ul{text-align:center;}

#navlist > ul > li{
  	background:url(images/icon.png) no-repeat left;
 	padding:0 0 0 20px;
 	display:inline-block;
 	position:relative;
}
#navlist>ul>li >ul{
    background:#cccccc;
    position:absolute;
    z-index:99;
    left:0;
    top:55px;
    min-width:100%;
    padding:0 5px;
    line-height:40px;
}
#navlist>ul>li > ul li{border-bottom:1px #fff solid;}

#navlist>ul>li > ul a:hover{color:#ffffff;}

.slider-block{position:relative; height:100vh;}

.main-spirit-block{
	width:100%;
	height:100vh;
	position:relative;
	}

.main-spirit-block-active .main-spirit-img{
	transition-property:all;
    transition-duration:0.6s;
    transition-timing-function:ease;
    transition-delay:2s;
    opacity:1;
    top:-2vw;
	}

.main-spirit-img{
	width:35%;
	max-width:660px;
	opacity:0;
	position:absolute;
    top:-2vw;
    bottom:0;
    right:14.87vw;
    margin:auto;
    z-index:20;
    animation-name:flatObject;
    animation-duration:6s;
    animation-timing-function:ease-in-out;
    animation-iteration-count:infinite;
	}

.main-spirit-text-box{
	width:40%;
	height:30%;
	position:absolute;
	left:17%;
	top:40%;
	}

.main-spirit-text-box h3{
	font-size:2.6em;
	font-weight:bold;
	font-style:italic;
	line-height:1.6em;
	text-shadow:#ffffff 0.1em 0.1em 0.2em
	}

.main-spirit-text-box h3 span{font-size:2.6em;}

.main-spirit-text-box h4{
	font-size:1.8em;
	color:#006400;
	font-weight:bold;
	font-style:italic;
	line-height:1.6em;
	padding-left:60px;
	}

.main-spirit-text-box p{
	width:80%;
	padding-left:50px;
	color:#696969;
	}

.main-spirit-text-box::after{
	content:"";
    display:block;
    width:80%;
    height:75%;
    position:absolute;
    top:45px;
    left:25px;
    border-radius:15px;
    box-shadow:0px 0px 16px rgba(0, 0, 0, 0.2);
    z-index:-1;
    background:#ffffff;
    background:-moz-linear-gradient(-45deg, #fff 0%, #e0f3ff 50%, #fff 80%);
    background:-webkit-linear-gradient(-45deg, #fff 0%, #e0f3ff 50%, #fff 80%);
    background:linear-gradient(135deg, #fff 0%, #e0f3ff 50%, #fff 80%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=1 );
	}

@keyframes flatObject{
	0%{transform:translateY(-1.25vw)}
	38%{transform:translateY(1vw)}
	100%{transform:translateY(-1.25vw)}
	}

@keyframes flatObjectIe{
	0%{transform:translateY(-30px)}
	40%{transform:translateY(20px)}
	100%{transform:translateY(-30px)}
	}

.slider-block .scroll{
	width:10%;
    position:absolute;
    left:50%;
    transform:translate(-50%, 0);
    bottom:0;
    z-index:4;
    height:7em;
	padding-top:1.3em;
	letter-spacing:0.2em;
}

.slider-block .scroll a{display:block}

.slider-block .scroll span{
    position:absolute;
    font-size:1em;
    font-weight:bold;
    width:100%;
    text-align:center;
    top:0;
}

.slider-block .line {
    width:100%;
    height:6em;
    display:block;
    position:absolute;
    overflow:hidden;
}

.slider-block .line:before{
    content:'';
    height:100%;
    border-left:solid 1px #000;
    position:absolute;
    left:50%;
    transform:translate(-50%, 0);
    animation:wrap_on 1s ease-in-out 1.5s forwards;
}

.slider-block .line:after{
    content:'';
    height:100%;
    border-left:solid 1px #fff;
    position:absolute;
    left:50%;
    z-index:1;
    transform:translate(-50%, 0);
    animation:scroll_border 2.5s ease-in-out 2.5s infinite;
}

@keyframes wrap_on{
	0%{height:0%;}
	100%{height:100%;}
	}
  
@keyframes scroll_border{
	0%, 100%, 52%{top:0; opacity:1;}
	25%{top:100%; opacity:1;}
	26%{top:100%; opacity:0;}
	27%{top:-100%; opacity:0;}
	}

/*首頁影片區_start*/
.index-title-box{
	width:100%;
	max-width:400px;
	margin:0 auto;
	text-align:center;
	}

.index-film-box{
	width:100%;
	max-width:800px;
	margin:30px auto 50px;
	border:1px #4d4d4d solid;
	position:relative;
	background-color:#fff;
	}

.index-film-box:before{
    display:block;
    position:absolute;
    top:60px;
    left:-100px;
    background-color:#91e3c8;
    color:#4d4d4d;
    font-size:1.5em;
    font-weight:bolder;
    font-style:italic;
    padding:20px;
    width:95px;
    line-height:30px;
	}

.index-film-box#film01:before{
	content:'開幕儀式';
	}

.index-film-box#film02:before{
	content:'基地介紹';
	}

/*首頁影片區_end*/

/*首頁產品區_start*/
.main-edit-area{
	/*background-image:url(./images/bg-item.png);*/
	overflow:hidden;
	}

.index-container{
	width:100%;
	max-width:1480px;
	margin:0 auto;
	padding-right:15px;
    padding-left:15px;
    padding-bottom:80px;
	position:relative;
	}

.index-edit-block{width:100%; padding:100px 0 80px;}

.index-product-title{
	display:inline-block;
	width:50%;
	vertical-align:top;
	}

.index-product-title-bg{
	display:inline-block;
	vertical-align:top;
	width:45%;
	position:relative;
	}

.sprit-img{
	position:absolute;
	top:50%;
	right:50%;
	max-width:180px;
	}

.index-product-title h3{
	padding-top:30px;
	font-size:2em;
	font-weight:900;
	}

.index-product-title p{
	padding-top:15px;
	font-size:1.4em;
	}

.index-product-content{
	width:100%;
	margin:25px auto 0;
	}

.index-product-box{
	width:33.333%;
	position:relative;
	background-color:#000;
	overflow:hidden;
	}

.index-product-box a{display:block;}

.index-product-box h4{
	position:absolute;
	top:25px;
	left:25px;
	color:#fff;
	font-size:2.4em;
	font-weight:500;
	z-index:1;
	}

.index-product-box img{
	width:100%;
    transition:all 1.4s ease;
    display:block;
    opacity:0.5;
	}

.index-product-box:hover img{
    opacity:0.2;
    transform:scale(1.45);
	}

/*首頁產品區_end*/

/*相關資訊_start*/
.info-box{position:relative; width:100%; min-height:400px;}

.info-box h2{
	font-family:'Roboto', sans-serif;
    display:unset;
    font-size:3.6em;
    position:absolute;
    left:270px;
    top:10px;
	width:initial;
	color:#1d2088;
}

.info-box h3{
	text-align:left;
    padding-left:25px;
    padding-top:15px;
    font-weight:bold;
    font-size:2.2em;
}

.info-text-box{
	width:70%;
	min-height:220px;
	border:1px solid #dcdcdc;
	border-radius:7px;
	box-shadow:1px 1px 5px rgba(0,0,0,0.15);
	z-index:2;
	position:absolute;
	top:80px;
	background-color:#ffffff;
	}
.info-text-box:hover{box-shadow:2px 2px 10px rgba(0,0,0,0.3);}

.info-text-box.textboxL{left:0;}
.info-text-box.textboxR{right:0;}

.info-text-box h1{margin:0; padding:25px 25px 10px; text-align:left; font-weight:bold;}
.info-text-box hr{width:95%; margin:0 auto; border:1px solid #ededed;}
.info-text-box p{
	display:-webkit-box;
    width:100%;
    height:5em;
    margin:0;
    color:#696969;
    font-size:12em;
    line-height:1.5em;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
	padding:10px 25px 0;
	}

.info-pic-box{width:40%;}
.info-pic-box.picboxR{float:right;}
.info-pic-box.picboxL{float:left;}
.info-pic-box img{width:100%;}

.info-btn{
	position:absolute;
	right:30px;
	bottom:30px;
	width:100px;
	padding:8px 10px;
	border:1px solid #dcdcdc;
	border-radius:5px;
	text-align:center;
	transition:all 0.8s;
	background-color:#edf3fd;
	}

.info-btn-link:hover{font-weight:bold; color:#fff;}
.info-btn-link:hover .info-btn{background-color:#4868b2;}

/*相關資訊_end*/

/*首頁大標題_start*/
.has-animation{position:relative; text-align:center;}

.has-animation.animate-in:before, .has-animation.animate-in:after{
    content:'';
    position:absolute;
    top:0;
    right:0;
    height:100%;
    z-index:10;
}

.bigger{
	margin:0;
	font-size:3.6em;
	font-weight:800;
	padding:20px;
	text-transform:uppercase;
	color:#202020;
	display:inline-block;
	position:relative;
	}

.has-animation.animate-in:before{
    background-color:#0fe4d2;
}

.has-animation.animation-ltr.animate-in:before{
    animation:revealLTR 1.8s ease;
}

.has-animation p, .has-animation img{opacity:0;}

.has-animation.animate-in p, .has-animation.animate-in img {
	animation:textHidden 0.1s 1.1s forwards;}

.has-animation.animate-in:after {
    background-color:#122a88;
    animation-delay:0.5s;
}

.has-animation.animation-ltr.animate-in:after {
    animation:revealLTR 1s .6s ease;
}

@keyframes revealRTL {
  0%{width:0; right:0;}
  65%{width:100%; right:0;}
  100%{width:0; right:100%;}
}

@keyframes revealLTR{
  0%{width:0; left:0;}
  65%{width:100%; left:0;}
  100%{width:0; left:100%;}
}

@keyframes textHidden{
  0%{opacity:0;}
  100%{opacity:1;}
}


/*首頁大標題_end*/

.block-title{
	max-width:1480px;
	margin:70px auto 30px;
	}
	
.block-title h3{
	font-size:3.6em;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #f1f2f4;
	}

.ccin{
	width:100%;
	display:table;
	text-align:center;
	color:#fff;
    font-size:1em;
    box-sizing:border-box;
}
.ccin a{color:#ffff00; font-size:1em;}

.ccin li{font-size:1em;}

.ccin img{vertical-align: middle; padding:0;}

.count-box{
	width:100%;
	max-width:300px;
	margin:5px auto 0;
	text-align:center;
	color:#fff;
	font-size:0.7em;
	box-sizing:border-box;
	}

footer{
	/*background:linear-gradient(#3b8e8a,#3b8e8a,#3b524f);
    background:-moz-linear-gradient(#3b8e8a,#3b8e8a,#3b524f);
    background:-o-linear-gradient(#3b8e8a,#3b8e8a,#3b524f);
    background:-webkit-linear-gradient(#3b8e8a,#3b8e8a,#3b524f);*/
    background:#4d4d4d;
	width:100%;
	float:left;
	color:#999999;
	line-height:1.4em;
	padding:20px 0;
	/*margin-top: 50px;*/
}
#keyBg{
	background-color:#7d7d7d;
	height:auto;
	width:100%;
}
.key{
	width:100%;
	color:#000000;
	font-size:1.4em;
	text-align:center;
	margin:0 auto;
	line-height:50px;
	letter-spacing:2px;
}
.key a{
	color:#000000;
	font-size:0.9em;
	text-align:center;
	margin:0 auto;
	text-decoration: none;
}
.key a:hover{color:#bababa;}

.Lang {
    position:absolute;
    right:24px;
    top:10px;
	font-size:1em;
    color:#c1c1c1;

}
.Lang a{font-size:1.2em; color:#ccc;}

#footlogo{width:300px; margin-top:15px;}

#footlogo img{width:100%;}

footer a{
	color:#acabab;
	transition:all 0.4s ease;
	line-height:1em;
	font-size:1em;
	}

footer a:hover{color:#00a0e9;}

.foot-area{
	width:100%;
	max-width:1200px;
	margin:0 auto;
	position:relative;
	}

.foot-area h3, .foot-area h4, .foot-area li, .foot-area p, .foot-area a{color:#fff;}

.area-inner{padding:20px;}

.foot-block{max-width:1000px; margin:0 auto;}

.flex-setting{display:flex; flex-wrap:wrap;}
.justify-content{justify-content:center;}
.align-items{align-items:center;}

.box-inner{padding:0 20px; border-left:2px #fff solid;}

.foot-infobox{
	width:45%;
	margin:15px auto 25px;
	padding:0 20px;
	}

.foot-block h3{
    font-size:1.8em;
    font-weight:bold;
    letter-spacing:2px;
    margin-top:15px;
    padding-left:20px;
    padding-bottom:15px;
	}

.foot-block h3>span{font-size:0.7em; font-weight:inherit;}

.foot-menu, .organizer{padding-left:0; text-align:center;}

.foot-menu li{display:inline-block; padding:10px 5% 20px;}

.foot-menu li a{font-size:1.2em; font-weight:500; letter-spacing:2px;}

.foot-infobox h4{font-size:1.2em; font-weight:600;}

.foot-infobox p{font-size:1em; color:#ffffff; letter-spacing:1px;}

.foot-infobox a{color:#ffc03c;}

.organizer li{display:inline-block; padding:10px; font-size:0.8em;}

.organizer li:last-child{padding:1px 6px; border:1px #fff solid;}

.organizer li>img{width:25px; vertical-align:middle;}

.ccin{font-size:0.8em;}

.ccin a{color:#acabab; font-size:0.8em;}

.ccin li{font-size:0.7em;}

.ccin img{vertical-align:middle; padding:0;}

.servicelist{padding-left:15px;}

.servicelist li{line-height:30px;}

.servicelist li a{font-size:1.4em!important;}

.taglist li{
    float:left;
    padding:5px 10px;
    margin:7px 20px 7px 0;
    background-color:#f1f1f4;
}

.taglist li a{color:#000;}

.goTop{
	position:fixed;
	bottom:12%;
	right:-90px;
	width:54px;
	height:54px;
	z-index:9955;
}

.link-fb{
	position:fixed;
	bottom:20px;
	right:12px;
	width:54px;
	height:54px;
	z-index:9955;
	}

.link-goTop{
	position:fixed;
	bottom:90px;
	right:13px;
	width:54px;
	height:54px;
	z-index:9955;
	}

.goTop-inner{position:relative;}

.link-fb a, .link-goTop a{display:block;}

.link-fb img, .link-goTop img{width:100%;}

.coming-block{width:100%; max-width:1200px; margin:0 auto;}
.coming-block img{width:100%;}

.hot{height:auto; margin:0 auto; float:left; width:1185px;}

.abgne_tab{display:none;}

@font-face {
  font-family: Alcefun;
  src: url(Alcefun.otf);
}

/*頁面設定_start*/
.page-container {
    width:100%;
    max-width:1480px;
    margin:0 auto;
    padding-top:120px;
    padding-right:15px;
    padding-left:15px;
    padding-bottom:80px;
    position:relative;
	}

.page-edit-block{
	width:100%;
	max-width:1000px;
	margin:0 auto;
	}

.page-edit-block p{font-size:1.2em;}

.page-title{
	width:100%;
	max-width:400px;
	margin:50px auto 30px;
	text-align:center;
	position:relative;
	}

.page-title h3{
	font-size:1.6em!important;
	font-weight:bold;
	letter-spacing:2px;
	}

.page-title:after{
	content:'';
	display:block;
    position:absolute;
    top:20%;
    left:14%;
    width:70%;
    height:45px;
    background-color:#91e3c8;
    z-index:-1;
	}

.page-title-block{
	padding-top:80px;
	position:relative;
	background-image:url(../images/bg-item.png);
	overflow:hidden;
	}

.page-title-box{
	width:100%;
	min-height:400px;
	max-width:1000px;
	margin:0 auto;
	position:relative;
	}
/*.page-title-box img{width:100%;}*/

.page-title-box.hand-title-box{text-align:center;}

.show-main-title-pic{
	width:100%;
	max-width:550px;
	padding:70px 0 0 20px;
	}

.show-main-title-pic.startup-titile{max-width:650px; padding:90px 0 0 20px;}
.show-main-title-pic.hand-title{padding:70px 0 0;}

.page-title-box p{
	width:60%;
	padding:20px 0 20px 20px;
	font-size:1em;
	font-weight:600;
	}

.hand-title-box p{width:50%; text-align:left; margin:0 auto; padding:20px 0;}

.show-main-spirit-maker{
	position:absolute;
	bottom:0;
	right:50px;
	width:320px;
	}

.show-main-spirit-startup{
	position:absolute;
	bottom:-15px;
	right:50px;
	width:320px;
	}

.show-main-spirit-theme{
	position:absolute;
	bottom:-50px;
	right:0;
	width:380px;
	}

.show-main-spirit-machine{
	position:absolute;
	bottom:0;
	right:50px;
	width:340px;
	}

.show-main-spirit-hand1{
	position:absolute;
	bottom:0;
	right:-80px;
	width:300px;
	}

.show-main-spirit-hand2{
	position:absolute;
	top:0;
	left:-90px;
	width:300px;
	}

.show-main-spirit-raffle1{
	position:absolute;
	bottom:0;
	right:-80px;
	width:350px;
	}

.show-main-spirit-raffle2{
	position:absolute;
	top:0;
	left:20px;
	width:220px;
	}

.quarter{width:25%;}
.one-third{width:33.333%;}
.two-third{width:66.667%;}
.half{width:50%;}
.one-item{width:100%;}

/*頁面設定_end*/

.about{
	border-bottom: #7b7b7b 1px solid;
    margin-top:5%;
    font-size:1.8em;
    text-align:center;
    font-family:Alcefun,Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
    letter-spacing:0.1em;
    position:relative;
    padding-bottom:8px;
}
.about form{position:absolute; top:-50px; right:0; margin:5px 0;}

.titleIcon{vertical-align:text-bottom; width:45px;}

.pmargin{margin:6% 0; min-height:500px;}

.aboutImg img{margin:1% 1% 0 0; max-width:100%!important; height:auto!important;}

/*index*/
#index_margin{width:1185px; margin:0 auto;}

.index-about-block{
	width:100%;
	max-width:1200px;
	margin:0 auto 30px;
	overflow:auto;
	}

.index-about-picbox{float:left; width:65%; padding-top:30px;}
.index-about-picbox img{width:100%;}

.index-about-textbox{float:right; width:33%; padding-top:40px;}
.index-about-textbox p{line-height:1.8em;}

.about-sizeS{display:none;}

.hot1{
    width:330px;
    height:380px;
    float:left;
    margin:0 1.8em;
    background:#f2f2f2;
    transition:all .4s ease;
    text-align:center;
    border:1px #ccc solid;
}

.pic{width:100%; background:#ffffff; transition:all 0.4s ease-in-out;}

.pic:hover{opacity:0.2;}

.hotHidden{overflow:hidden;}

.hotHidden img{width:100%; transition:all .4s ease; display:block;}

.hotHidden:hover img{opacity:.3; transform:scale(1.05);}

.hotBg{background:#000000;}

.hotBg a{position:relative; display:block;}

.hotBg a::before{
    display:block;
    content:"Details+";
    padding:10px 20px;
    font-size:1.2em;
    color:#ffffff;
    border:2px solid #ffffff;
    opacity:0;
    position:absolute;
    margin-top:-150px;
    left:36%;
    top:75%;
    z-index:99;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
.hotBg a:hover::before{
    opacity:1;
    margin-top:-80px;
}
.more{
	width:150px;
	margin:10px 25px 0 0;
	line-height:3em;
	color:#595757;
	font-size:1em;
	float:right;
}
.hot_text{
    text-align:left;
    background:#f2f2f2;
    box-sizing:border-box;
    width:100%;
    padding:5px;
}
.hot_text h1:hover{text-decoration:underline;}

.table{padding:0 0 30px 30px;}

.newtable1{height:100%; line-height:33px;}

.newtable2{background-color:#f5f5f5; height:100%; line-height:33px;}

.date{
	color:#313131;
	font-size:1.6em;
	padding:0 0 0 60px;
	float:left;
  	width:150px;
  	vertical-align:top;
}
.news{
	color:#323232;
	font-size:1.6em;
	display:inline-block;
 	width:700px;
}

.news a{color:#323232; font-size:1.6em;}

.news a:hover{color:#003b83;}

.news2{color:#323232; font-size:1em; padding-left:230px;}

.page{margin:80px auto 20px; text-align:center;}

.page a{
	color:#000000;
	font-size:1.4em;
	text-decoration:none;
	padding:8px 13px;
}
.page span{padding:8px 13px; color:#e84c4a;}

.page a:hover{
	background-color:#5a1d1c;
	color:#ffffff;
	font-size:1.6em;
	text-decoration:none;
}
.spanpage a{background-color:#3891e6; color:#ffffff;}

.index-news-block{
	width:100%;
	min-height:600px;
	margin:20px auto 80px;
	border-radius:10px;
	}

.news_inner{background:#f5f8fa;}

.index_news_header{
	padding:40px 0 20px 50px;
	border-bottom:1px solid #e6edf1;
	width:95%;
	margin:0 auto;
	}
.index_news_header h3{font-weight:600; font-size:2.6em;}
.index_news_header span{
	font-family:'Open Sans Condensed', sans-serif;
	font-weight:300;
	font-style:italic;
	font-size:2.6em;
	padding-left:10px;
	color:#3b8e8a;
	}

.index_news_list{
	width:90%;
	list-style:none;
	padding:25px 0 20px;
	margin:0 auto;
	border-bottom:1px dashed #e0e1e3;
	}

.news_date, .news_textbox{display:inline-block; vertical-align:top;}

.news_date{width:10%;}
.news_date p{color:#999; font-weight:400;}

.news_textbox{width:85%; min-height:125px; position:relative;}

.news_textbox h3{font-size:2em; color:#428bca; margin-bottom:10px;}
.news_textbox h3:hover{color:#0060a9;}

.news_brief{
	display:-webkit-box;
    height:3.3em;
    line-height:1.7em;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    text-overflow:ellipsis;
    }

.action-button{
	position:absolute;
	right:0;
	bottom:0;
	}

.action-button span{color:#0060a9;}
.action-button:hover span{
	border-bottom:1px solid #0060a9;
    transition:border-bottom 0.2s ease-in;
	}

/*about_關於我們_start*/
.organizer.about-edit{display:flex; align-items:center;}

.organizer.about-edit li{font-size:1.4em; font-weight:bold;}

.organizer.about-edit img{width:50px;}

.about-intro-pic{width:50%; max-width:400px;}

.about-block h3{font-size:1.5em; font-weight:bold; padding-bottom:5px;}

.about-spirit-box{width:100%; max-width:450px;}

.about-spirit-bg{
	position:absolute;
	top:600px;
	left:15%;
	z-index:-2;
	}

.service-box{width:50%; text-align:center; margin:0 auto 50px;}
.service-box h4{font-size:1.5em; font-weight:bolder; font-style:italic; padding-bottom:5px;}
.service-box img{width:100%; max-width:200px;}
.service-box p{max-width:200px; padding:0 10px; margin:0 auto; text-align:left;}

.exhibition-block{padding:100px 0;}

.exhibition-box{width:50%; padding:15px;}

.exhibition-box img{width:100%; box-shadow:0px 0px 10px 0px rgb(0 0 0 / 30%);}

.exhibition-box p{font-size:1.25em; font-weight:600; width:85%; margin:0 auto; padding-top:30px;}

.exhibition-bg{position:absolute; top:60px; left:0; margin-left:inherit; z-index:-10;}

/*about_關於我們_end*/

/*線上展示_start*/
.show-list-title:after{
	content:'';
	display:block;
	width:100%;
	height:100%;
    position:absolute;
    top:0;
    left:47%;
    background-color:rgba(255, 192, 60, 0.8);
    z-index:-1;
    -webkit-transform:skew(-22deg);
    -ms-transform:skew(-22deg);
    transform:skew(-22deg);
	}

.show-list-menu{
	width:100%;
	max-width:750px;
	margin:0 auto;
	padding-left:0
	}

.show-list-menu li{width:100%; margin:20px auto 30px;}

.show-list-menu li a{display:block;}

.show-list-menu li img{width:100%;}

/*線上展示_end*/

/*展示分頁區_start*/
.maker-title-bg{
	position:absolute;
    top:-330px;
    left:-10%;
    z-index:-2;
    }

.page-project-box{padding:20px 0 40px;}

.page-project-title{
	position:relative;
	padding-bottom:20px;
	border-bottom:2px #00cac4 solid;
	}

.page-project-title h3{
	font-size:3.6em;
	font-weight:bold;
	}

.page-project-title:after{
	content:'';
	display:block;
	width:120px;
	height:30px;
	position:absolute;
	top:7px;
	left:-55px;
	z-index:-1;
	}

.page-project-title.color-Y:after{background-color:#ffc03c;}
.page-project-title.color-W:after{background-color:#ffffff;}
.page-project-title.color-G:after{background-color:#91e3c8;}

.project-box-content{padding:20px 0;}

.project-box-inner{padding:10px;}
.startup-box-inner, .detail-inner{padding:10px 30px 30px;}

.project-title{text-align:center;}

.title-pic{max-width:165px; margin-bottom:10px;}

.project-box-item h3{font-size:1.5em; font-weight:bold; padding:10px 0;}

.project-box-inner a{display:block;}

.project-box-item img{width:100%;}

/*產品輪播區_start*/
.demo-block{width:100%; margin:30px auto;}

#demos .row{margin:0 auto; width:100%;}

.column,.columns{padding-left:.9375rem;padding-right:.9375rem;width:100%;float:left}

.column+.column:last-child,.columns+.column:last-child,.column+.columns:last-child,.columns+.columns:last-child{float:right}

.column+.column.end,.columns+.column.end,.column+.columns.end,.columns+.columns.end{float:left}

#demos .owl-carousel{margin:2rem 0;}

#demos .owl-carousel .item{
	/*height:10rem;*/
	background:#606060;
	padding:0;
	text-align:center;
	}

#demos .owl-carousel .item img{width:80%; height:auto;}

.artwork-name{display:none;}

.owl-item.active{position:relative;}

.owl-item.active .artwork-name{
	display:block;
	position:absolute;
	bottom:35px;
	left:82%;
	color:#fff;
	font-weight:bold;
	font-size:1.4em;
	width:15%;
	text-align:left;
	}

.artwork-line{display:none;}

.owl-item.active p{
	position:absolute;
	top:5%;
	left:82%;
	text-align:left;
	color:#fff;
	width:15%;
	}

.owl-nav.disabled{position:relative;}

button.owl-prev{position:absolute; left:0; top:-250px;}
button.owl-next{position:absolute; right:0; top:-250px;}

.owl-nav>button span{
	font-size:3.6em;
	padding:0 20px 10px;
	color:#fff;
	background-color:rgba(255, 255, 255, 0.3);
	}

/*產品輪播區_end*/

.film-box{
	display:block;
	border:1px #4d4d4d solid;
    margin:30px auto 50px;
    }

.over-bg-color{position:relative;}

.over-bg-color::before{
	content:'';
	display:block;
	width:150%;
	height:100%;
	position:absolute;
	top:0;
	left:-60%;
	z-index:-10;
	background-color:#91e3c8;
	-webkit-transform:skew(30deg);
    -ms-transform:skew(30deg);
    transform:skew(30deg);
	}

.over-bg-color::after{
	content:'';
	display:block;
	width:150%;
	height:100%;
	position:absolute;
	top:0;
	right:-143%;
	z-index:-10;
	background-color:rgba(255, 192, 60, 0.75);
	-webkit-transform:skew(30deg);
    -ms-transform:skew(30deg);
    transform:skew(30deg);
	}

/*展示分頁區_end*/

/*主題展示_start*/
.theme-list-menu{
	width:100%;
	max-width:600px;
	margin:0 auto;
	padding-left:0;
	text-align:center;
	}

.theme-list-menu li{
	margin:15px auto 25px;
	position:relative;
	background-color:unset;
	}

/*.theme-list-menu li:after{
	content:'';
	display:block;
	width:195px;
	height:60px;
	background-color:rgba(255, 192, 60, 0.75);
	position:absolute;
	top:20%;
	left:25%;
	z-index:-1;
	}*/

.theme-list-menu>li>a{
	display:block;
	padding:20px 25px;
	border:5px #91e3c8 solid;
	cursor:pointer;
	background-color:unset;
	position:relative;
	}

.theme-list-menu>li:hover>a{background-color:#91e3c8;}

.theme-list-menu>li>a::after{
	content:"";
	width:50%;
	height:50%;
	max-width:185px;
	max-height:50px;
	background-color:#ffc03c;
	position:absolute;
	top:25%;
	left:25%;
	z-index:-1;
	}

ul.panel-collapse.in{
	padding:15px 10px 20px;
	border-right:5px #91e3c8 solid;
	border-left:5px #91e3c8 solid;
	border-bottom:5px #91e3c8 solid;
	overflow:auto;
	}

ul.panel-collapse.in>li{float:left; margin:5px 20px 10px;}
ul.panel-collapse.in>li>a>img{width:100px;}

/*.theme-list-menu>li>a>img{width:100%; max-width:240px;}*/
/*主題展示_end*/

/*手作工坊_start*/
.hand-title{position:relative;}

.hand-title h3{
	font-size:1.5em;
	font-weight:bolder;
	font-style:italic;
	color:#4d4d4d;
	padding-bottom:15px;
	}

.hand-title:after{
	content:'';
    display:block;
    width:140px;
    height:40px;
    position:absolute;
    top:-3px;
    left:25%;
    z-index:-1;
    background-color:rgba(255, 192, 60, 0.75);
	}

/*手作工坊_end*/

/*news*/
.news_margin{margin:0 auto; width:1100px;}

.news_t{
    color: #003b83;
    font-size:1.6em;
	font-weight:bold;
	float:left;
}
.news_img{float:left; margin-right:10px;}

hr{width:100%;}

/*product*/
.float_left{float:left;}

.product_margin{margin:0 auto; width:900px;}

.productdt_margin{margin:0 auto; width:850px;}

.product_box{
	width: 45%;
	height:285px;
	height: auto;
	float:left;
	box-sizing: border-box;
	margin: 15px 20px 25px 20px;
	text-align:center;
}
.photoimg{margin:0 auto; width:760px;}

h1{
    color: #000000;
    font-size:1.4em;
	font-weight:bold;
	line-height:1.3em;
}
h2{
	color:#646464;
	font-size:1.2em;
	line-height:1.5em;
	}

.product_img img{
	height: 100%;
	transition:all .3s ease-in-out;
	width: 100%;
	max-width:300px;
	/*display:block;*/
}
.product_box:hover .product_img img{
    opacity: 0.5;
}
.product_box:hover .product_img a::after{
	opacity:1;
	margin-top:0px;
}
.product_box:hover .ptext h1{
	color:#003b83;
}

.back-box{width:100%; justify-content:flex-end;}
.back{font-size:1.6em; color:#852a29; float:right; margin:50px 0;}

.p_page{
	text-align:center;
	margin:10px auto;
	width: 200px;
}
.p_page a{
	color:#595757;
	font-size:1.6em;
	text-decoration:none;
}
.pro_text{
	color:#852a29;
	font-size:2.2em;
	font-weight:bold;
	display:inline-block;
}
.pro_text2{
	color:#852a29;
	font-size:1.4em;
	display:inline-block;
}
.pro_p{font-size:1.4em;}

.picture_big{margin:0 auto; display:block;}

.price{line-height:30px; padding-top:5px;}

.promotion{
	font-weight:bold;
	font-size:2em;
	color:#3a5da0;
	}

.mobile-show-block{display:none;}
.mobile-show-block ul{padding-left:0;}
.mobile-show-box{width:95%; margin:0 auto 10px;}
.mobile-show-box img{width:100%; margin:0;}

.button{
	width:130px;
	height:36px;
	background-color:#00bfff;
	border-radius:5px;
	border:#86b7d5 1px solid;
	box-shadow:1px 1px 5px rgba(0,0,0,.4);
	color:#ffffff;
	font-size:1.4em;
	text-align:right;
	padding:0 15px 3px 0px;
	box-sizing:border-box;
	float:left;
	margin:10px 5px;
	font-family:Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	}

/*產品內頁縮圖*/
.showbox{
	width:605px;
	height:456px;
	float:left;
	margin:0 25px 0 0;
}
.abgne-block-20120106 img{
	width:128px;
	height:98px;
	margin-bottom:12px;
}

/*機台展示區_start*/
.dropmenu-box{width:16.666%; text-align:center;}

.dropmenu-title{position:relative;}
.dropmenu-title h4{
	font-size:1.8em;
	font-weight:600;
	padding-bottom:5px;
	border-bottom:1px #686868 solid;
	}

.dropmenu-title a:after{
	content:"+";
	position:absolute;
	top:0;
	right:15px;
	font-size:1.8em;
	}

.dropmenu-title a.drop-down-open:after{
	content:"-";
	top:-5px;
	font-size:2.6em;
	}

.dropmenu-list{padding:10px 0;}
.dropmenu-list a{
	display:block;
	font-size:1.15em;
	font-weight:600;
	padding:10px 5px;
	}

/*機台展示區_end*/

/*contact*/
.contact_margin{margin:0 auto; width:1000px;}

.map-block{overflow:auto;}

.map-box{float:left; width:60%;}

.map-box iframe{width:100%; height:415px;}

.spirit-box{float:right; width:37%;}

.spirit-box img{width:100%; margin:0;}

.contact-form{
	text-align:center;
	min-height:450px;
	}
.contact-form input{
	width:50%;
	height:40px;
	padding-left:10px;
	border:1px solid #ccc;
	border-radius:4px;
	vertical-align:middle;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear .2s, box-shadow linear .2s;
	}
.contact-form textarea{
	width:50%;
	height:170px;
	margin-top:10px;
	padding-top:10px;
	padding-left:10px;
	border:1px solid #ccc;
	border-radius:4px;
	box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear .2s, box-shadow linear .2s;
	}
.contact-form .sentbtn{
	text-align:center;
	background-color: #88654f;
    color: #FFF;
    border: 0px;
    font-size:1.4em;
    width: 100px;
    padding-left:5px;
    display: inline-block;
    cursor: pointer;
    }
.sentbtn:hover, .sentbtn:focus, .sentbtn:active {
	background-color:#a8947c;
	}

/*崁入youtube_start*/
.youtubecontent{
	position:relative;
	padding-top:30px;
	height:0;
	overflow:hidden;
	}
.youtubecontent{padding-bottom:56.25%;}
.youtubecontent iframe,
.youtubecontent object,
.youtubecontent embed{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	}
/*崁入youtube_end*/

/*download*/
.download-box{margin:3% auto;}

.download-pro{
    width:100%;
    margin:25px auto;
    padding-bottom:5px;
    border-bottom:1px #e0e0e0 dashed;
}
.download-pro img{
	width:100%;
	border:1px solid #b7b7b7;
	border-radius:4px;
	margin-bottom:5px;
}
.download-pro h1{
	display:inline;
	font-weight:normal;
	color:#960200;
}

.download-pro h2{display:inline;}

.download-pro h3{display:inline;float:right;}

.download-pro h3 a{
    font-size:0.95em;
    margin:0 10px 0 0;
    color:#696969;
    background:#eaeaea;
    padding:5px 8px;
    border-radius:10px;
    transition:all 0.2s ease;
}
.download-pro h3 a:hover{
    color:#ffffff;
    background:#7b2424;
}
.download-pro h4{
	display:inline;
    color:#4c4c4c;
    font-weight:normal;
    font-size:0.9em;
    margin-left:15px;
    vertical-align:text-top;
}

/*tab選單*/
.abgne_tab ul, li{
	margin:0;
	padding:0;
	list-style:none;
}
.abgne_tab {
	clear:left;
	width:400px;
	margin:10px 0;
}
ul.tabs {
	width:100%;
	height:32px;
	border-bottom:1px solid #999;
	border-left:1px solid #999;
}
ul.tabs li{
	float:left;
	height:31px;
	line-height:31px;
	overflow:hidden;
	position:relative;
	margin-bottom:-1px;	/* 讓 li 往下移來遮住 ul 的部份 border-bottom */
	border:1px solid #999;
	border-left:none;
	background-color:#852a29;
}
ul.tabs li a {
	display:block;
	padding:0 10px;
	color:#ffffff;
	border:1px solid #ffffff;
	text-decoration:none;
}
ul.tabs li a:hover{
	background:rgba(255,255,255,.5);
}
ul.tabs li.active{
	border-bottom:1px solid #fff;
}
ul.tabs li.active a:hover{
	background:rgba(255,255,255,.5);
}
div.tab_container{
	clear:left;
	width:100%;
	border-bottom:8px solid #595757;
	border-top:none;
	background:#fff;
}
div.tab_container .tab_content h1{
	margin:0 5px;
}
div.tab_container .tab_content h2{
	margin:0 5px 20px;
}
.tab_content{text-align:center;}

.tab_a{background-color:#595757;}

.tab_b{background-color:#385796;}

.tab_c{background-color:#D0A100;}

.ptext{width:100%; /*float:left;*/}

.product-title{display:table; width:100%; padding-top:10px;}

.popup-gallery{width:600px; margin:auto;}

.popup-gallery img{width:90%;}

.tableBox{margin-bottom:50px;}

.table1{
	width:100%;
	text-align:center;
	box-sizing:border-box;
	height:auto;
	border-bottom:1px #cccccc solid;
}
.table1 span{display:block;}

.tableLeft{
	width:20%;
	display:inline-block;
	vertical-align:top;
}
.tableCenter1{
	width:23%;display:inline-block;
	vertical-align:top;
}
.tableCenter2{
	width:40%;display:inline-block;
	vertical-align:top;
}
.tableRight{
	width:18%;display:inline-block;
	vertical-align:top;
}
.table1Box{
	border: 1px #eaeaea solid;
	display:flex;
}
.table1Box:nth-child(1n+2){
	margin-top:20px;
}
.tableTop{
	background: #eaeaea;
    line-height:40px;
    box-sizing:border-box;
    padding-left:15px;
    text-align:center;
}
.tableDown img{max-width:100%; width:100%;}

.inquryBtnBox{margin:15px auto; width:210px;}

.table2{
	width:100%;
	text-align:center;
	margin-top:10px;
}
.tableDown{height:210px;}

.tableDown::before{
   content:'';
   width:0;
   height:100%;
   display:inline-block;
   position:relative;
   vertical-align:middle;
   background:#f00;
}

.tableDown span{
    padding-left:15px;
    display:inline-block;
   vertical-align:middle;
 }
.tableDown span ul{margin-left:25px;}

.tableRemove{
	background:#eaeaea;
    padding:5px 8px;
    border-radius:5px;
    border:1px #cccccc solid;
    margin:4px;
    display:inline-block;
}
.tableDown form{
    font-size:0.95em;
    padding-top:10px;
    line-height:1.5em;
}
.table2 span a{
    background:#777777;
    color:#ffffff;
    width:100px;
    line-height:30px;
    display:block;
    margin:0 auto;
    border-radius:10px;
    font-size:0.95em;
    font-weight:bold;
    border:1px #525252 solid;
}
.table2 span a:hover{
	background:#771211;
	border:1px #5a1d1c solid;
}
.updateBtn{
    text-align:center;
    display:block;
    margin-top:15px;
}
.tableCenter2 ul li{
	width:120px;
    text-align:left;
    float:left;
    padding-left:15px;
}
.inquiryType{
	width:30%;
	height:auto;
	display:inline-block;
	vertical-align:top;
}
.formBox .form{
    position:relative;
    margin-bottom:25px;
}
.b-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing:border-box;
}
.formBox .form label{
    display:block;
    background:#eaeaea;
    font-size:1.4em;
    height:auto;
    line-height:30px;
    width:171px;
    padding:0 10px;
    color:#545454;
    position:absolute;
    font-weight:bold;
    left:0;
    top:0;
}
.formBox .form input[type="text"] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding: 5px;
    margin-left: 195px;
    width: 80%;
    height: 30px;
    line-height: 30px;
    border: 1px solid #d8d8d8;
    font-size: 1em;
}
input[type="text"] {
    -webkit-appearance:none;
}
.formBox .form textarea{
    box-sizing:border-box;
    -moz-box-sizing:border-box;
    width:80%;
    height:100px;
    padding:5px 5px;
    margin-left:195px;
    border:1px solid #ccc;
    font-size:1em;
    font-family:Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
}
.formBox {
    margin-bottom:25px;
    color:#222;
    font-size:1em;
    margin-top:30px;
}

.formBox form .btn a{
    display:inline-block;
    padding:7px 15px;
    font-size:1.4em;
    color:#ffffff;
    border-radius:3px;
    margin:0 10px;
}

a.btn_color1{
	background:#777777;
    color:#ffffff;
    width:100px;
    line-height:30px;
    display:block;
    margin:0 auto;
    border-radius:10px;
    font-size:0.95em;
    font-weight:bold;
    border:1px #525252 solid;
}
a.btn_color1:hover {
    background:#771211;
    border:1px #5a1d1c solid;
}

.send{text-align:center; margin-top:80px;}

table{
    border:1px solid #ccc;
    width:100%;
    margin:0;
    padding:0;
    border-collapse:collapse;
    border-spacing:0;
}

table tr{padding:5px;}

table th, table td{padding:10px; text-align:center;}

table th{font-size:1em; letter-spacing:1px;}

.detailBtn1{display:inline-block; float:right;}

.detailBtn1 a{
	color:#ffffff;
    background:#852a29;
    border-radius:10px;
    padding:5px 10px;
    margin:0 5px;
    letter-spacing:0.1em;
    border:1px #5a1d1c solid;
}
.detailBtn1 a:hover{
    background:#b13f3e;
    border:1px #7b312f solid;
}
.detailBtn2{
	display:inline-block;
	float:right;
}
.detailBtn2 a{
    background:#7d7d7d;
    border-radius:10px;
    border:1px #656565 solid;
    padding:5px 10px;
    margin:0 5px;
    color:#ffffff;
}
.detailBtn2 a:hover{
    background:#8e8e8e;
    border:1px #777777 solid;
}
.inquryBtn{
	display:inline-block;
    margin:5px 0;
}
.inquryBtn a{
	color:#ffffff;
    background:#852a29;
    border-radius:15px;
    padding:5px 10px;
    margin:0 5px;
    letter-spacing:0.1em;
    border:1px #5a1d1c solid;
}
.inquryBtn a:hover{
    background:#b13f3e;
    border:1px #7b312f solid;
}
.send input[type="submit"]{
	font-family:Arial,微軟正黑體,Microsoft JhengHei,新細明體,sans-serif;
	font-size:1em;
}
/*螢幕大小*/
@media screen and (max-width:1680px){
	.main-spirit-text-box{width:45%; left:10%;}
	}

@media screen and (max-width:1600px){
	#contentBox{padding-left:0;}
	.member ul{padding-right:180px;}
	}

@media screen and (max-width:1480px){
	.main-spirit-text-box{width:50%; left:5%;}
	.about-spirit-bg{left:0;}
	}

@media screen and (max-width:1400px){
	.main-logo-left{left:60px;}
	.member ul{padding-right:120px;}
	.logo{left:25px;}
	.main-spirit-text-box::after{width:85%;}
	}

@media screen and (max-width:1300px){
	nav{width:1160px;}
	nav>ul>li a{font-size:1em;}
	.main-spirit-img{right:12vw;}
}

@media screen and (max-width: 1200px){
	#index_margin{width:1002px; margin:0 auto;}
	.hot1{width:300px; margin:0 0.9em;}
	.news_margin{width:90%;}
	.news{width:750px;}
	.date{padding:0 0 0 40px;  width:130px;}
	.hot{width:1000px;}
	nav{width:100%;}
	.main-spirit-block-active .main-spirit-img{top:-15vw; right:30vw;}
	.main-spirit-text-box{left:25%; top:65%;}
	.main-spirit-text-box::after{width:95%;}
	.slider-block .scroll{left:7%;}
	.news_date{width:13%;}
	.block-title{width:70%;}
	.index-product-block{width:70%; grid-template-columns:repeat(2,1fr);}
	.foot-block{width:90%; text-align:center; margin:20px auto 0;}
	.foot-box{display:inline-block; vertical-align:top; width:35%;}
	.foot-block div.wide-setting1{min-width:inherit; width:60%;}
	.foot-block div.wide-setting2{min-width:inherit; width:100%; margin-top:20px;}
	.linklist{text-align:center; margin-bottom:30px;}
	.linklist li{float:none; display:inline-block;}
	.foot-infobox{text-align:left;}
	.page-edit-block{width:90%;}
	.about-spirit-bg{left:-10%;}
	.coming-block{height:100vh;}
	#bannerL{display:none;}
	#bannerM{display:block;}
	#bannerM .fullwidthbanner-container{padding-top:60px;}
}
@media screen and (min-width:1080px){
	#aa{display:none;visibility:hidden;}
	#mobile{display:none;visibility:hidden;}
}
@media screen and (max-width:1080px){
	.main-logo-left{left:20px;}
	.member ul{padding-right:0;}
	nav>ul{display:none;padding-right:60px;}
	#aa{background:url(images/aa.png) no-repeat; width:55px; height:35px; margin:13px 0 0 10px; float:left; cursor:pointer;}
	#logo{float:none; margin:5px auto 0; /*width:200px;*/ text-align:center;}
	.header-menu-bottom{display:none;}
	#index_margin{width:936px;}
	.hot1{width:280px;}
	.date{padding:0 0 0 30px; width:100px;}
	.news{width:80%;}
	.hot{width:940px;}
	.about_margin{width:90%;}
	.contact_margin{width:700px;}
	.contact_margin p{float:none;}
	.contact_margin p{width:70%; margin:3% auto;}
	.contact_margin iframe{margin:0 auto; display:block;}
	.Lang{position:initial;}
	.footbox{width:90%;}
	#footline{right:130px;}
	/*#footFloat{width: 50%;}*/
	.tableDown span ul{margin-left:0px;}
	.index-film-box{margin:100px auto 0;}
	.index-film-box:before{top:-60px; left:0; width:auto; padding:10px 20px 10px 15px;}
	.foot-menu li{padding:10px 3% 20px;}
}

@media only screen and (min-width:981px){
	.hideUp .top-menu-block{height:70px;}
	.hideUp .logo{width:50px; margin-top:-23px;}
	.top-menu-ul>li>a{padding:0px 0px 25px 0;}
	}

@media screen and (max-width: 980px){
	.banner img{padding-top:100px;}
	nav>ul{padding-right:50px;}
	.top-menu-block{height:70px; padding:0;}
	.logo{width:50px; margin-top:-23px;}
	.top-menu-ul>li>a{padding:0px 0px 25px 0;}
	.about{font-size:1.5em;}
	.hotBg a::before{left:32%; top:80%;}
	.formBox .form input[type="text"]{ width:75%;}
	.formBox .form textarea{width:75%;}
	.titleIcon{width:35px;}
	.tableDown span{padding-left:0px;}
	.tableDown span ul{padding-left:0px;}
	#footline{right:80px;}
	.notice-waterpick{display:none;}
	.index-about-block{overflow:unset;}
	.index-about-picbox{float:none; width:90%; margin:0 auto; padding-top:0;}
	.index-about-textbox{float:none; width:90%; margin:15px auto 0; padding-top:0;}
	.map-box iframe{height:370px;}
	.navTrigger{display:block;}
	.top-menu{display:none;}
	.info-box h2{display:none;}
	.info-pic-box.picboxR{float:none; width:60%; margin:0 auto;}
	.info-text-box{position:relative; margin:0 auto; top:10px;}
	.news_date{width:15%;}
	.news_textbox{width:95%;}
	.bigger{font-size:3.6em;}
	.news_textbox{min-height:150px;}
	.dropmenu-box{width:33.333%;}
	.show-main-spirit-maker{right:30px; width:270px;}
	.show-main-title-pic.startup-titile{max-width:600px; padding:120px 0 0 20px;}
	.show-main-spirit-startup{right:-5px; width:280px;}
	.show-main-spirit-machine{right:10px;}
	.show-main-spirit-hand1{right:-120px;}
	.show-main-spirit-hand2{left:-150px;}
	.show-main-spirit-raffle1{right:-150px;}
	.show-main-spirit-raffle2{left:-60px;}
}

/*@media only screen and (min-width:960px){
	#wrapper{position:relative; opacity:0; transition:all 1.4s;}
	#wrapper.fade-in{opacity:1;}
	.loading-img{
	    position:fixed;
	    top:50%;
	    left:50%;
	    width:220px;
	    height:auto;
	    margin-top:-90px;
	    margin-left: -110px;
	    text-align:center;
	    color:#fff;
	    z-index:2;
	    text-align:center;
		}
	.loading-img img{width:100%; height:auto;}
}*/

@media screen and (max-width:840px){
	#navlist{display:none;}
	#contentBox{overflow:inherit;}
	.hot1{width:220px; margin:0 0.4em;}
	#index_margin{width:720px;}
	#keyBg{background-color:#3d3d3d;}
	#navlist_mobile{display:block;}
	.key{width:516px; line-height:35px;}
	.footbox{width:500px;}
	#footlogo{float:none; text-align: center;}
	#footFloat{margin-bottom:15px; width:100%;}
	.key a{color:#bfbfbf;}
	.key a:hover{color:#ffffff;}
	.date{padding:0 0 0 10px;}
	.news{width:75%;}
	.hot {width:100%}
	.product_box{width:250px; margin:15px; height:300px;}
	.product_img{margin:0; padding-bottom:5px;}
	.product_margin{width:560px;}
	.productdt_margin{width:95%;}
	.showbox{float:none; margin:0 auto; width:600px;}
	.abgne-block-20120106{width:600px; margin:0 auto;}
	.abgne-block-20120106 img{margin:10px 8px 0 8px;}
	.photoimg{width:100%;}
	.ptext{width:100%; float:none; margin-left:0;}
	footer{margin-top:0px;}
	#footlogo {padding-bottom:0px;}
	#footline{display:none;}
	#line_vertical{position:fixed; bottom:120px; right:0; z-index:99999;}
	.hotBg a::before {left:29%; top:88%;}
	.about form{position:initial; margin:0 0 45px;}
	.organizer.about-edit{flex-wrap:wrap;}
	.organizer.about-edit li{width:100%;}
	.foot-menu, .organizer{text-align:left;}
	.product_img a{margin-bottom:10px;}
	.tableCenter2 ul li{padding-left:10px;}
	.quarter{width:33.333%;}
	.show-main-spirit-maker{right:10px; width:230px;}
	.show-main-title-pic.startup-titile{padding:50px 10px 0;}
	.show-main-spirit-startup{width:170px;}
	.show-main-spirit-theme{width:340px;}
	.show-main-spirit-machine{right:-50px; bottom:-50px;}
	.show-main-title-pic.hand-title{padding:70px 10px 0;}
	.show-main-spirit-hand1{width:250px; right:-50px; bottom:-50px;}
	.show-main-spirit-hand2{display:none;}
	.show-main-spirit-raffle2{display:none;}
	#demos .owl-carousel .item img{width:100%;}
	.owl-item.active .artwork-name{position:inherit; width:100%; padding:15px 10px 0;}
	.artwork-line{display:block; width:97%; margin:5px auto;}
	.owl-item.active p{position:inherit; width:100%; padding:0 10px 10px;}
}
@media screen and (max-width:768px){
	#wrapper{overflow:hidden;}
	.main-logo-left{display:none;}
	.member li{padding:7px 3px;}
	.hot1{width:210px; height:330px;}
	.table1Box{display:block;}
	#index_margin {width:680px;}
	.contact_margin{width:600px;}
	.contact_margin p{font-size: 1em; width:80%;}
	.formBox .form input[type="text"]{width:70%;}
	.formBox .form textarea{width:70%;}
	.table1{display:block; text-align: center;}
	.tableLeft{width:100%;}
	.tableCenter1{width:100%;}
	.tableCenter2{width:100%;}
	.tableRight{width:100%;}
	.tableTop{padding-left:0;}
	.tableDown span{padding-left:0;}
	.inquiryType{text-align:left; margin-bottom:5px;}
	#banner{display:none;}
	#banner_s{display:block; padding-top:100px;}
	.tableDown{height:auto; margin:15px 0;}
	.tableLeft .tableDown{margin:0px 0;}
	.tableCenter2 ul li{padding-left:15px;}
	.tableDown span ul{margin-left:45px;}
	.contact-form input{width:75%;}
	.contact-form textarea{width:75%;}
	.shopping-step li{display:block; padding:15px 0; margin:40px 0;}
	.shopping-step li:first-child{margin:10px 0 40px;}
	.shopping-step li:last-child{margin:40px 0 10px;}
	.shopping-step li+li:before{top:0; left:50%; margin:-35px 0 0 -15px; transform:rotate(90deg);}
	.list-box tr{display:block; border:0; padding-left:140px;}
	.list-box td{display:block; text-align:left;}
	.list-pic{position:absolute; left:0; width:120px;}
	.total-box{width:75%; margin:10px auto 0;}
	.total-box td:first-child{text-align:left;}
	.infor-block, .infor-block .infor, .infor-block .infor-box{display:block; width:auto; margin:20px 0 0; padding:0; border:0; background:none;}
	.infor-block .infor-box .infor-title{margin:0; padding:5px 8px;}
	.about-pic-box{float:none; width:60%; margin:0 auto;}
	.about-text-box{float:none; width:80%; margin:15px auto 30px;}
	.notice-item-top{width:100%; margin:0 auto 15px;}
	.notice-info-block-bottom{text-align:center;}
	.notice-info-block-bottom h2{padding-left:0;}
	.notice-info-block-bottom p{text-align:left;}
	.map-box{float:none; width:100%;}
	.spirit-box{float:none; width:100%; max-width:500px; margin:15px auto 0;}
	.index-edit-block{padding:20px 0 80px;}
	.index-block h2{width:20%;}
	.index-product-block{width:50%; grid-template-columns:repeat(1,1fr);}
	.foot-infobox{width:60%;}
	.exhibition-box{width:100%; margin:0 auto 30px;}
	.poster-pic{max-width:600px; margin:0 auto;}
	button.owl-prev{top:-220px;}
	button.owl-next{top:-220px;}
	.show-main-title-pic{max-width:480px;}
	.maker-title-bg{left:-50%;}
	.show-main-spirit-machine{width:300px;}
	.show-main-spirit-raffle1{display:none;}
	}

@media screen and (max-width:640px){
	.hot1{width:410px; margin:10px auto; float:none; text-align:center; height:auto;}
	#index_margin{width:95%;}
	#footFloat{font-size:0.9em;}
	.news{width:70%; padding:0 0 0 10px;}
	.pic{width:initial; float:none; height:80%;}
	.key{width:100%;}
	.hot_text{height:initial; float:none; padding:10px;}
	.hot_box{margin:0 auto; width:410px;}
	.news_t{float:none;}
	.contact_margin iframe{width:480px; height:300px;}
	.contact_margin{width:480px;}
	.contact_margin p{width:100%;}
	.product_box{float:none; width:80%; height:320px; margin:10px auto 20px;}
	.product_margin{width:100%;}
	.showbox{float:none; margin:0 auto; width:500px; height:385px;}
	.abgne-block-20120106{width:500px;margin:0 auto;}
	.abgne-block-20120106 img{margin:10px 2px 0 0px; width:118px; height:90px;}
	.footbox{width:80%;}
	.video{width:98%;}
	.popup-gallery{width:100%;}
	.hotBg a::before{left:38%; top:70%;}
	.formBox .form input[type="text"]{width:58%;}
	.formBox .form textarea{width:58%;}
	.download-pro h3{position:absolute; right:0; top:12px;}
	.download-pro h4{display:block; margin-left:0; margin-bottom:8px;}
	.download-pro {margin:25px auto 45px;  position:relative;}
	.ptext{float:left;}
	.product_img a{width:100%; height:100%;}
	.product_img a::after{width:60px; padding-top:60px;}
	.popup-gallery{display:none}
	.jcarousel-wrapper{display:none}
	.mobile-show-block{display:block;}
	#content{margin:0 auto 30px;}
	.slider-block .scroll span{left:-13px;}
	.index-service-box{width:50%;}
	.info-pic-box.picboxR{width:85%;}
	.info-text-box{width:90%;}
	.index-product-block{width:70%;}
	.foot-box{width:80%;}
	.foot-block div.wide-setting1{width:80%;}
	.foot-block div.wide-setting2{width:80%;}
	.foot-infobox{width:85%;}
	.quarter{width:50%;}
	.half{width:100%;}
	.dropmenu-box{width:50%;}
	.theme-list-menu>li>a>img{width:100%; max-width:160px;}
	ul.panel-collapse.in>li{margin:5px 7px 10px;}
	.organizer.about-edit img{width:25px;}
	.organizer.about-edit li{font-size:1.4em;}
	.show-main-title-pic{padding:70px 10px 0;}
	.show-main-spirit-maker{width:150px;}
	.show-main-spirit-theme{width:250px; bottom:-40px; right:-30px;}
	.show-main-spirit-machine{width:220px; right:0;}
	.about-intro-pic{width:80%;}
}

/*@media only screen and (min-width:560px){
	#wrapper{position:relative; opacity:0; transition:all 1.4s;}
	#wrapper.fade-in{opacity:1;}
	.loading-img{
		position:fixed;
		top:50%;
		left:50%;
		width:160px;
		height:auto;
		margin-top:-90px;
		margin-left:-80px;
		text-align:center;
		color:#fff;
		z-index:2;
		text-align:center;
		}
	.loading-img img{width:100%; height:auto;}
}*/

@media screen and (max-width:519px){
	.tableDown span ul{width:290px;}
}
@media screen and (max-width:480px){
	#banner{padding-top:67px;}
	#aa{margin:13px 0 0 10px;}
	#logo{margin-top:0.1em;}
	.abgne_tab{display:inline;}
	.hot_box{display:none;}
	.slider-block .scroll span{left:-25px;}
	.more {display:none;}
	.news{width:90%;}
	.contact_margin iframe{width:380px; height:300px;padding-bottom:5px;}
	.contact_margin{width:380px;}
	/*.product_box{width:180px; height:290px; margin: 15px 10px 25px 5px;}*/
	/*.product_margin{width:390px;}*/
	.showbox{float:none;  margin:0 auto; width:400px; height: 287px;}
	.abgne-block-20120106{width:400px; margin:0 auto;}
	.abgne-block-20120106 img{margin:25px 2px 0 0px;width: 93px;height: 70px;}
	#aa{background-size: 80%;margin:13px 0 0 10px;}
	.detailBtn1{float:initial; margin:20px 0 10px;}
	.detailBtn2{float:initial; margin:20px 0 10px;}
	.download-pro h1 {display: block;}
	.formBox .form label{position: initial;}
	.formBox .form input[type="text"]{padding-left: 10px; margin-left: 0px; width:100%;}
	.formBox .form textarea{padding-left: 10px; margin-left: 0px; width:100%;}
	.pro_text{display:block;}
	.page { margin: 25px auto 20px;}
	.contact-form input{width:90%;}
	.contact-form textarea{width:90%;}
	.shopping-title{padding-top:105px;}
	.shopping-pic{max-width:180px; padding-top:30px;}
	.about-text-box{width:90%;}
	.notice-info-block-top, .notice-info-block-bottom{width:90%;}
	.foot-info{width:100%;}
	.index-block h2{width:30%;}
	.index-service-box{width:70%;}
	.bigger{font-size:2.4em;}
	.index-product-block{width:80%;}
	.index-product-box{box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.3);}
	.box-inner{padding:0 0 0 15px;}
	.foot-infobox{width:90%; padding:0;}
	#demos .owl-carousel .item img{width:100%;}
	.owl-item.active .artwork-name{
		position:inherit;
		bottom:inherit;
		right:inherit;
		color:#ccc;
		padding:15px 10px;
		}
	button.owl-prev{top:-160px;}
	button.owl-next{top:-160px;}
	.owl-nav>button span{font-size:2.6em;}
	.service-box{width:100%;}
	.hand-title-box p{width:80%; margin:0 auto; padding:20px 0 0;}
	ul.panel-collapse.in>li>a>img{width:130px;}
}
@media screen and (max-width:400px){
	.main-logo-center{top:20px; width:180px;}
	.nav-container{padding:2em 2.5em;}
	.nav-menu li a{font-size:1.4em;}
	.contact_margin iframe{width:330px; height:230px; padding-bottom:5px;}
	.contact_margin{width: 330px;}
	.showbox{float:none; margin:0 auto; width:320px; height:245px;}
	.abgne-block-20120106{width:330px; margin:0 auto;}
	.abgne-block-20120106 img{margin:5px 0 0 0; width:75px; height:58px; margin-bottom:0px;}
	/*.product_box{width:100%; margin:15px 5px 25px 0px; height:initial;}*/
	.ptext{float:left;}
	/*.product_margin{width:80%;}*/
	.product_img{width:100%;}
	.contact_margin p{font-size:0.9em;}
	.download-pro{position:initial; padding-bottom:15px;}
	.download-pro h3{position:initial; right:auto; float:none;}
	.download-pro h4 {margin-bottom:18px;}
	.product_img a::after{width:80px; padding-top:80px;}
	.tableDown span ul{margin-left:15px;}
	.foot-infobox{width:100%;}
	.foot-infobox p{font-size:1em;}
	.organizer.about-edit li{font-size:1em;}
}

@media screen and (max-width:340px){
	ul.tabs li a {padding:0 7px;}
	.tableDown span ul{margin-left:0px;}
}
