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

@import url(help/reset.css);
@import url(awesomefont4.4/css/font-awesome.min.css);
@import url(help/rwdgrid.css);
::selection {
	background: #ffa800;
	color: #fff;
}
::-moz-selection {
	background: #ffa800;
	color: #fff;
}
body{
	font-family: Helvetica, Arial, sans-serif, "微軟正黑體", Heiti TC, "メイリオ";
	font-size:15px;}

.but{
	padding:40px 0;
	text-align:center;}
.but a{
	font-size:13px;
	color:#fff;
	background:#363d4b;
	border-radius:5px;
	padding:15px 60px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}
.but a:hover{
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	background: #ffa800;
	-webkit-box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.20);
	box-shadow: 1px 2px 2px 0 rgba(0,0,0,0.20);
	letter-spacing:5px;
	}
.but a i{
	color:#fffbb3;
	font-size:16px;
	display:inline-block;
	padding-right:10px;}

/*css3*/
a{
	cursor:pointer;
	color:#fff;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a:hover{
	color:#fff;}

[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.b-box{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

.col-1{
	width:100%;}

.col-2{
	width:50%;}

.col-3{
	width:33.33%;}

.col-4{
	width:25%;}

.col-5{
	width:20%;}

a.btn_color1{/*按鈕主色1*/
	background: #363d4b;
	color:#FFF;}

a.btn_color1:hover{
	background:#ffa800;
	color: #363d4b;}


input[type="text"]{
	-webkit-appearance: none;}

textarea{
	-webkit-appearance: none;}

.outerWrap{
	position:relative;
}

.wrap{
	width:1160px;
	margin:0 auto;}

#gmap{
	display:none;
	height:450px;}

.label{
	padding:5px 7px;
	color:#FFF;
	background:rgba(0,0,0,0.8);}


/*****網頁頭*****/
/* Chrome, Safari, Opera */
@-webkit-keyframes headerone {
    0%   {
		opacity:0;}
	100%   {opacity:1;}
}

/* Standard syntax */
@keyframes headerone {
	0%   {margin-top:-120px;}
	100%   {margin-top:0;}
}
header{
	-webkit-animation-name: headerone; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
	-webkit-animation-fill-mode: forwards;
	animation-name: headerone;
	animation-duration: 1.5s;
	animation-fill-mode: forwards;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:100;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
header.shrink{
	position:fixed;
	background:rgba(0, 0, 0, 0.7);
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}
header .wrap{
	position:relative;}

header .topBox{
	text-align:center;
	padding:10px;
	color:#5f5f5f;
	border-bottom:1px solid #5f5f5f;}
	
header .topBox a{
	color:#5f5f5f;
	padding:0 5px;
}
header .topBox a:hover{
	color:#fff;}
header .topBox a i{
	padding:0 5px;}

header .rightBox{
	padding:15px 0;}


/*logo*/
header h1{
	width:150px;
	position:absolute;
	left:50%;
	margin-left:-75px;
}

header h1 a{
	display:block;
	width:100%;
	height:60px;	
	background:url(../images/logo02.png) no-repeat;
	background-size:contain;
	text-indent:-9999px;}




/*menu*/
.menuBox{}

ul.menu{
}
ul.menu .rightMenu{
	float:right;
	width:37%;
	position:relative;
}
ul.menu .rightMenu > li{
	position:relative;
	display:block;
	float:left;
	padding:20px;}


ul.menu > li{
	position:relative;
	display:block;
	float:left;
	padding:20px;}

ul.menu li > a{	
	font-size: 15px;
	padding:12px 1px;
	color:#fff;	
	position:relative;}

ul.menu li > a:after{
	content:"";
	width:1px;
	height:1px;
	background:#fff;	
	opacity:0;
	transition:all 0.4s ease;	
	position:absolute;
	top:100%;
	left:50%;
}

ul.menu li a:hover:after, 
ul.menu li a.current:after{
	width:100%;
	left:0;
	right:0;
	opacity:1;}

ul.menu > li .submenu{
	display:none;
	width:150px;
	position:absolute;
	left:0;
	top:100%;
	z-index:99;}

ul.menu > li .submenu a{
	display:block;
	background:#FFF;
	padding:10px;
	
	font-size:15px;
	color:#666;
	border-bottom:1px solid #dadada;}

ul.menu > li .submenu a:hover{
	background:#516190;
	color:#FFF;}

/*手機menu*/
.m_menu{
	display:none;}
	
/*****banner******/
.bannerArea{
	clear:both;
	overflow:hidden;
	position:relative;}
.bannerArea li{
	position:relative;
	max-height:100vh;
	overflow:hidden;}
.bannerTxt{
	font-size:15px;
    z-index: 99;
	position:absolute;
	display:block;
	color:#fff;
	width:100%;
	text-align:center;
	top:45%;
}
.bannerTxt h2{
	font-weight:700;
	font-size:3em;
	line-height:1;
	}
.bannerTxt h3{
	font-size:1.2em;
	font-weight:normal;
	line-height:1.5;}
.bannerTxt h4 span{
	font-size:2.2em;
	font-family: 'Playfair Display', serif;
	font-weight:normal;}
.bannerTxt h4{
	padding-top:180px;
	font-size:1em;
	font-weight:normal;}
.bannerArea li img.main{
	z-index:-1;
}
.bannerArea:before{
	z-index: 99;
	width: 100%;
	height: 300px;
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-image: -webkit-linear-gradient(270deg,rgb(119, 203, 241) 27.98%,rgba(255,255,255,0.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgb(119, 203, 241) 27.98%,rgba(255,255,255,0.00) 100%);
	background-image: -o-linear-gradient(270deg,rgb(119, 203, 241) 27.98%,rgba(255,255,255,0.00) 100%);
	background-image: linear-gradient(180deg,rgb(119, 203, 241) 27.98%,rgba(255,255,255,0.00) 100%);
}
.bannerArea img.decorationbanner{
	width:100%;
	z-index: 99;
	bottom:-1px;
	left:0;
	right:0;
	position:absolute;	
	}
/* Chrome, Safari, Opera */
@-webkit-keyframes scrollover {
0%   {bottom:11%;}
50%   {bottom:9%;}
100%   {bottom:11%;}
}

/* Standard syntax */
@keyframes scrollover {
0%   {bottom:6%;}
50%   {bottom:5%;}
100%   {bottom:6%;}
}	
.bannerArea a.scroll{
	display:block;

	width:50px;
	height:50px;
	text-align:center;
	position:absolute;
	left:50%;
	margin-left:-25px;
	bottom:5%;
	z-index:99;
	-webkit-transition:all 0.9s ease;
	-moz-transition:all 0.9s ease;
	-o-transition:all 0.9s ease;
	transition:all 0.9s ease;
	-webkit-animation-name: scrollover; /* Chrome, Safari, Opera */
	-webkit-animation-duration: 0.8s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: infinite;
	animation-name: scrollover;
	animation-duration: 0.8s;
	animation-iteration-count: infinite;}
.bannerArea a.scroll:hover{
	transform: rotateY(360deg);
}	
/*頁尾資訊*/
footer{
	position:relative;
	padding-top:50px;
	background:url(../images/footerbg.jpg);
}
footer:before{
	content:"";
	display:block;
	width:100%;
	height:30px;
	background:url(../images/footer-decoration.jpg) no-repeat top center;
	position:absolute;
	top:0;
	left:0;
	right:0;
	z-index:0;}
footer .downLogo{
	clear:both;
	font-size:23px;
	position:relative;
	padding-bottom:40px;}
footer .downLogo img{
	float:left;
	padding-right:10px;
}
footer .row{
	width:70%;
	position:relative;
	float:left;
	overflow:hidden;
	padding:0 0 30px 0;}
footer .row:last-child{
	width:30%;
	float:right;}
ul.downMenu{
	clear:both;
}

ul.downMenu li{
	width:25%;
	display:inline-block;
	text-align:right;
	line-height:30px;
	margin:0;
	padding:0;
	float:left;
}

ul.downMenu li a{
	color:#b4b4b4;
}

ul.downMenu li:hover a{
	color:#fff;
}

.fb-like-box, .fb-like-box span, .fb-like-box.fb_iframe_widget span iframe {}

/*share*/
.social{
	clear:both;
	margin-bottom:30px;
}

.social a{
	float:right;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 19px;
	color: #fff;	
	text-align:center;
	border-radius:99em;
	margin:0 5px;
}

.social a:hover{
	transform: rotateY(360deg);
	transition: 0.9s;
	background:#555;}

.social a img{
	float:left;}

footer .fbBox{
	margin-left:15px;
	display:inline-block;
	vertical-align:middle;}

footer h5.copyright{
	clear:both;
	position:relative;
	display:block;
	font-size:13px;
	line-height:2;
	font-weight:normal;
	color: #666;
	padding-left:30px;}
footer h5.copyright div{
	margin:0;
	padding:0;
	float:left;
	}
.endArea{
	background:url(../images/endareabg.jpg);
	clear: both;
	text-align: center;
	padding: 15px 0;
	color: #666;
	font-size: 13px;
}
.endArea a{
	color:#666;}
.endArea a:hover{
	color:#fff;}

/*********內頁**********/
/**********************/
.bannerArea .wrap{
	width:100%;
	padding:0;}

.bannerBox{}

.bannerBox img{
	display:block;
	width:100%;}

/*bx小圓點*/
.bannerArea .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:20px;}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a{
	background:#FFF;
	border:1px solid #FFF;
	border-radius:100%;}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover{
	background:#FFF;}

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:none;}
	
.mainArea{
	padding:50px 0 100px 0;;}

.mainArea .titleBox{
	position:relative;
	margin-bottom:25px;}

.mainArea .titleBox h2{
	margin:30px 0;
	text-align:center;
	font-weight:normal;
	font-size:15px;
	color:#383838;
	color:#b4b4b4;
	background:url(../images/decoration.png) no-repeat bottom center;
	padding:0 0 30px 0;}
.mainArea .titleBox h2 strong{
	display:block;
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	color:#383838;}



/*網站導覽bread*/
.mainArea .titleBox .bread{
	
	font-size:12px;
	color: #BBBBBB;
	font-family: 'Montserrat', sans-serif;
	position:absolute;	
	right: 10px;
	top: 25px;}

.mainArea .titleBox .bread a{
	color: #BBBBBB;}

.mainArea .titleBox .bread a i{
	font-size:20px;}

.mainArea .titleBox .bread span{
	padding:0 3px;
	color: #BBBBBB;}

.mainArea .contentBox{
	clear:both;}

.mainArea .contentBox h3.articleTitle{/*文章標題*/
	clear: both;
	padding: 10px 0 20px 0;
	font-size: 24px;	
	font-weight: normal;
	color: #000;}
.mainArea .contentBox h3.articleTitle strong:before{
	content:"\f069";
	padding-right:5px;
display:inline-block;
font-family:fontAwesome;
}
.mainArea .contentBox h3.articleTitle strong{
	font-weight:normal;}

/*文字編輯器*/
.textEditor{
	clear:both;
	font-size:16px;
text-align: justify;
text-justify:inter-ideograph;
	color:#2f2f2f;
	line-height:1.8;}

.textEditor a{
	color:#06F;}

.textEditor img{
	max-width:100%;}

.textEditor ul{
	list-style:disc outside;
	padding-left:30px;}

.textEditor ol{
	list-style:decimal outside;
	padding-left:30px;}

.textEditor table{
	border-collapse:collapse;}

.textEditor table th{
	padding:5px;
	text-align:center;
	background:#51649A;
	color:#FFF;
	border:1px solid #e1e1e1;}

.textEditor table td{
	padding:5px;
	border:1px solid #e1e1e1;}

table.breakpoint > tbody > tr > td.expand{
	cursor:pointer;
	padding-left: 20px;}

.textEditor strong.title{
	display:block;
	font-size:22px;
	font-weight:normal;
	color:#51649A;}

.textEditor hr{
	border:none;
	height:1px;
	background:#f1f1f1;}

/*類別*/
.m_classLink{
	display:none;}
	
.classBox{
	padding:0px 0 40px 0;}

ul.classLink{
	text-align:center;}

ul.classLink li{
	display:inline-block;
	margin-bottom:10px;}

ul.classLink li a{
	display:block;
	margin:0 3px;
	font-size:15px;
	border-radius:5px;
	padding:15px 60px;
	color:#b4b4b4;
	border: 1px solid #b4b4b4;	
	position:relative;}

ul.classLink li a:hover, 
ul.classLink li a.current{
	background:#ffa800;
	border: 1px solid #ffa800;
	color:#FFF;}

ul.classLink li a.current:after{
	content:" ";
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 5px 7.5px 0 7.5px;
	border-color: #ffa800 transparent transparent transparent;
	
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-7.5px;}



/*側邊標題字*/
.sectionTitle{
	text-align:center;
	font-size: 20px;
	font-weight:normal;
	color: #fff;	
	letter-spacing:5px;
	overflow:hidden;
	padding:0 0 30px 0;
}
.sectionTitle strong:after{
	display:block;
	content:"1616";
	position:absolute;
	top:100%;
	left:50%;
	margin-left:-150px;
	width: 0;
height: 0;
border-style: solid;
border-width: 15px 150px 0 150px;
border-color: #000000 transparent transparent transparent;}
.sectionTitle strong{
	padding:5px;
	font-weight:normal;
	background:#000;
	position:relative;
	display:block;

}


/******頁籤*******/
.tab{
	margin-top:40px;
	text-align:center;}

.tab a{
	display:inline-block;
	padding: 10px 0;
	font-size:15px;
	color:#1c1c1c;
	width:49%;
	margin:0;
}

.tab a.current{
	background:#454545;
	color:#fff;
}

ul.tabContent{
	margin-top:-1px;
	padding:20px 5px;
	border-top: 1px solid #D6D6D6;}

ul.tabContent > li{
	display:none;}

ul.tabContent li .textEditor{
	margin:0;}

ul.tabContent h3.sectionTitle{
	display:none;}

/*側邊_menu*/
.side_menu{
}

.side_menu ul{
	text-align:center;}

.side_menu ul li{
	border-bottom:1px solid #e1e1e1;
	position:relative;
}

.side_menu ul li > a{
	display:block;
	padding:10px 15px;
	font-size: 16px;
	color:#666666;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

.side_menu ul li > a:hover{
	letter-spacing:5px;}

.side_menu ul li > a.current{
	letter-spacing:5px;
	font-size: 18px;
	color:#000;
}
.side_menu ul li > a.current:before{
	content:"\f0a4";
	display:inline-block;
	font-family:fontAwesome;

	}
.side_menu ul li > a b{
}

.side_menu ul li dl{
	padding-left:25px;}

.side_menu ul li dl dt a{
	display:block;
	padding:10px 15px;
	font-size: 14px;}

.side_menu ul li dl dt a.current{
	color:#000;
	text-decoration:underline;}

/*側邊_相簿*/
ul.side_album{
	margin-top:63px;
	margin-bottom:30px;
	margin-right:-10px;}

ul.side_album li{
	float:left;
	width:33.33%;
	padding:0 10px 10px 0;}

ul.side_album li a{
	display:block;
	box-shadow:2px 2px 5px #c3c3c3;}

ul.side_album li a img{
	display:block;
	width:100%;}



/*側邊_聯絡資訊*/
.side_contactInfo ul{}

.side_contactInfo ul li{
	margin-bottom:20px;}

.side_contactInfo ul li a{
	
	font-size:16px;
	color:#414141;}

.side_contactInfo ul li a i{
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	border: 2px solid #A5A5A5;
	width: 35px;
	height: 35px;
	font-size: 20px;
	color: #A5A5A5;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;}

.side_contactInfo ul li a b{
	display:inline-block;
	vertical-align:middle;
	font-weight:normal;}



/*側邊_分享*/
.side_share{
	clear:both;
	display:none;
	margin-top:30px;}

.side_share a{
	width:100%;
	margin-top:5px;
	display:block;
	padding:15px 10px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1;
	color:#FFF;
	text-align:center;
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-radius:4px;
	
	-web-box-sizing:border-box;
	box-sizing:border-box;}

.side_share a.line{
	box-shadow:0 0 0 1px #22a00b;
	border-top:1px solid #e1ffa9;
background: #a7e732;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYTdlNzMyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMzUlIiBzdG9wLWNvbG9yPSIjMWZiNTBlIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(-45deg,  #a7e732 0%, #1fb50e 35%);
background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#a7e732), color-stop(35%,#1fb50e));
background: -webkit-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: -o-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: -ms-linear-gradient(-45deg,  #a7e732 0%,#1fb50e 35%);
background: linear-gradient(135deg,  #a7e732 0%,#1fb50e 35%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7e732', endColorstr='#1fb50e',GradientType=1 );
}

.side_share a.fb{
	box-shadow:0 0 0 1px #235c9b;
	border-top:1px solid #8DCFF5;
	background: rgb(93,160,234); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzVkYTBlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzZDhjZTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(93,160,234,1) 0%, rgba(61,140,230,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(93,160,234,1)), color-stop(100%,rgba(61,140,230,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(93,160,234,1) 0%,rgba(61,140,230,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5da0ea', endColorstr='#3d8ce6',GradientType=0 ); /* IE6-8 */}

.side_share a.gPlus{
	box-shadow:0 0 0 1px #874138;
	border-top:1px solid #fd816b;
	background: rgb(214,81,48); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q2NTEzMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkMDQ0MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  rgba(214,81,48,1) 0%, rgba(208,68,43,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(214,81,48,1)), color-stop(100%,rgba(208,68,43,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(214,81,48,1) 0%,rgba(208,68,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d65130', endColorstr='#d0442b',GradientType=0 ); /* IE6-8 */
}

.side_share a i{
	padding-right:5px;
	font-size:18px;}

.side_share a:active{}

/*側邊_其他相關訊息*/
.side_news{
}

.side_news ul{
}

.side_news ul li{
	margin-bottom:25px;}

.side_news ul li .Img{
	float:left;
	margin-right:12px;
	width:60px;
	overflow:hidden;}

.side_news ul li .Img img{
	height:60px;}

.side_news ul li .Txt{
	overflow:hidden;}

.side_news ul li .Txt a{
	display:block;
	font-size:16px;
	color:#000;
	font-weight:bold;
	line-height:1.5;}

.side_news ul li .Txt a:hover{
	text-decoration:underline;}

.side_news ul li .Txt b{
	display:block;
	font-size:12px;
	color:#999;
	font-weight:normal;
	margin-top:5px;}

/**********適應性**********/
/************************/
@media (max-width: 1920px){
.bannerArea img.decorationbanner{
	width:1920px;
	left:50%;
	right:auto;
	margin-left:-960px;
	}
}
@media (max-width: 1500px){
.bannerTxt h4{
	padding-top:80px;
}	
}

@media (max-width: 1160px){
.bannerArea:before {
	display:none;
}
.bannerTxt{
	font-size:0.8em;
	top:25%;
}
.bannerTxt h4{
	padding-top:20px;
}	
}
@media (max-width: 1023px){
footer .row{
	width:50%;
}
footer .row:last-child{
	width:50%;
}
}
@media (max-width: 890px){
footer .row{
	width:100%;
}
footer .row:last-child{
	width:100%;
}
.social a{
	float:left;
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	font-size: 19px;
	color: #fff;	
	text-align:center;
	border-radius:99em;
	margin:0 5px;
}
.bannerTxt{
	font-size:0.7em;
	top:15%;
}
ul.downMenu li{
	text-align:left;
}
}
@media (max-width: 768px){

.bannerTxt{
	font-size:0.5em;
}

}
@media (max-width: 1180px){/*1160+20(卷軸寬度)*/

.outerWrap{
	padding-top:60px;}

.wrap{
	width:100%;
	padding:0 20px;}

header{
	display:none;}

/*手機menu*/
.m_menu{
	display:block;
	width:100%;
	box-shadow:0 2px 5px rgba(126, 126, 126, 0.68);
	position:fixed;
	top:0;
	left:0;
	z-index:9999;}

.m_menu .mask{
	display:none;
	background:rgba(0,0,0,0.6);
	position:fixed;
	width:100%;
	height:100%;
	padding-bottom:60px;
	top:0;
	left:0;
	z-index:10;}

.m_menu .controlBox{
	background: #FFF;
	
	position:relative;
	z-index:99;}

.m_menu .controlBox a.main{
	display: block;
	float: left;
	margin-right:5px;
	width: 50px;
	height: 60px;
	font-size: 20px;
	color: #3A3A3A;
	line-height: 60px;
	text-align: center;
	
	background: #FFF;}

.m_menu .controlBox .m_logo{
	position: absolute;
	float:left;
	margin-left:-70px;
	left:50%;
}
	
.m_menu .controlBox .m_logo img{
	display:block;
	width: 140px;
}

.m_menu .controlBox .right{
	float:right;
	margin-right:10px;
	line-height:60px;}

.m_menu .controlBox .right a{
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
	font-size:13px;
	color:#FFF;
	position:relative;}

.m_menu .controlBox .right .btn_cart{
	display:inline-block;
	vertical-align:middle;}

.m_menu .controlBox .right a em{
	display:none;}

.m_menu .controlBox .right a i{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	line-height:30px;
	font-size:20px;
	color:#FFF;
	text-align:center;
	border-radius:100%;
	background:#799A1B;}

.m_menu .controlBox .right b{
	display: block;
	font-size: 13px;
	color: #FFF;
	background: #C40000;
	line-height: normal;
	border-radius: 5px;
	padding: 3px 5px;
	
	position: absolute;
	top: 6px;
	right: -5px;}

.m_menu .controlBox .language:hover .submenu{
	display:block;}

.m_menu .hideBox{/*手機menu內容*/
	display:none;
	background:#000;

	width:100%;
	padding:60px 0;
	overflow-y:auto;
	-webkit-overflow-scrolling:touch;
	
	position:fixed;
	left:0;
	top:0;
	bottom:0;
	z-index:11;
	
	box-sizing:border-box;}

.m_menu .hideBox p.sp{
	display:none;
	padding:10px;
	font-size:13px;
	color:#FFF;
	background: #C80303;}


.m_menu .mfun{
	padding:30px 0;
	text-align:center;}

.m_menu .mfun a{
	margin:0 1px;
	display: inline-block;
	font-size: 20px;
	background:#ffa800;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;}

.m_menu ul.nav{}
	
.m_menu ul.nav li{
	border-top: 1px solid #272727;}

.m_menu ul.nav li a{
	padding:20px 10px;
	
	display:block;
	font-size:15px;
	color:#FFF;
	text-align:center;
	
	position:relative;}
	
.m_menu ul.nav li a:hover{
	background:#ffa800;}
	
.m_menu ul.nav li a i{
	display:block;
	
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;}

.m_menu ul.nav li .submenu{
	display:none;}

.m_menu ul.nav li .submenu a{
	padding:10px 20px;}

.m_menu ul.nav li .submenu a:hover{
	background:#999;}

}

@media (max-width: 767px){



footer .fbBox{
	display:block;
	margin:0;
	text-align:center;}

/*bread*/
.mainArea .titleBox .bread{
	display:none;}

/*main*/
.mainArea{}

.mainArea .wrap{
	padding:0 20px;}

.mainArea .cotentBox{
	padding:20px 0;}
	
.mainArea .titleBox h2 em{
	display:block;
	margin:0;}

/*footer*/

.translateIbest{
	float:none;}

/*側邊_分享*/
.side_share{
	clear:both;
	display:block;
	margin-bottom:30px;}
}

/*640*/
@media (max-width: 640px){


ul.classLink{
	display:none;}

.m_classLink{
	display:block;
	position:relative;}

.m_classLink a.main{
	display:block;
	font-size:15px;
	
	color:#222;
	border:1px solid #CCC;
	position:relative;
	padding:10px;
	border-radius:5px;
	
	background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(top,  #eeeeee 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #eeeeee 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #eeeeee 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}

.m_classLink a.main i{
	display:block;
	font-size:15px;
	
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-6px;}

.m_classLink ul{
	padding:0;
	list-style:none;
	
	display:none;
	width:100%;
	background:#FFF;
	border-radius:5px;
	border:1px solid #d1d1d1;
	position:absolute;
	left:0;
	top:100%;
	z-index:999;
	
	box-sizing:border-box;}

.m_classLink ul li{
	padding:0;}

.m_classLink ul li a{
	display:block;
	padding:15px 10px;
	border-top:1px solid #d1d1d1;
	color:#000;}
.m_classLink ul li a:hover{
	background:#ffa800;
	color:#fff;}
.m_classLink ul li:first-child a{
	border:none;}

}

/*480*/
@media (max-width: 480px){

.col-2{
	float:none;
	width:100%;}

.col-3{
	float:none;
	width:100%;}

.col-4{
	float:none;
	width:100%;}

.col-5{
	float:none;
	width:100%;}

/*頁籤*/
.tab{}

.tab a{}

}

/***Hover效果1: 放大淡出***/
.imh_opacity{
	background:#000;
	overflow:hidden;}

.imh_opacity img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_opacity:hover img{
	opacity:0.8;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出Detail***/
.imh_detail{
	background:#000;
	overflow:hidden;}

.imh_detail img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_detail a:before{
	display:block;
	content:"Details";
	padding:10px 20px;
	font-size:13px;
	color:#FFF;
	border:2px solid #FFF;
	opacity:0;
	
	position:absolute;
	left:50%;
	margin-left:-45px;
	top:50%;
	margin-top:-80px;
	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;}

.imh_detail:hover a:before{
	opacity:1;
	margin-top:-20px;}

.imh_detail:hover img{
	opacity:0.3;
	transform:scale(1.05);}

/***Hover效果1: 放大淡出zoom***/
.imh_zoom{
	background:#000;
	overflow:hidden;
	position:relative;}

.imh_zoom img{	
	transition:all 0.3s linear;
	-webkit-backface-visibility: hidden;}

.imh_zoom a:before{
	display:block;
	font-family: 'FontAwesome';
	content:"\f002";
	font-size:18px;
	color:#FFF;
	background:#000;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:100%;
	
	position:absolute;
	left:50%;
	top:-30px;
	margin-top:-20px;
	margin-left:-20px;
	z-index:99;
	
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

.imh_zoom:hover a:before{
	top:50%;}

.imh_zoom:hover img{
	opacity:0.3;
	transform:scale(1.05);}