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

@import url(help/reset.css);
@import url(awesomefont/css/font-awesome.min.css);
@import url(help/rwdgrid.css);
@import url(help/hover.css);

body{
	font-family: "微軟正黑體", "新細明體", sans-serif;
	font-size:13px;}

/* 按鈕 */

	.button {
		-moz-transition: background-color .25s ease-in-out;
		-webkit-transition: background-color .25s ease-in-out;
		-ms-transition: background-color .25s ease-in-out;
		transition: background-color .25s ease-in-out;
		position: relative;
		display: inline-block;
		background: #3e6eb4;
		color: #fff;
		padding: 1em 3.25em 1em 2.2em;
		text-decoration: none;
		font-size: 1.2em;
		outline: 0;
		font-family: arial, "微軟正黑體" , sans-serif;
		width: 135px;
		border-radius: 8px;}

	.button:hover {
			background: #5280c3;}
			
/*css3*/
a{
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
	transition:all 0.4s ease;}

a{
	cursor: pointer;
	color: #212121;
	font-weight: normal;}

a:hover{
	color:#5b8a17;}

[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%;}

.btn_color1{

}

a.btn_color1:hover{
}

a.btn_color2{

}

a.btn_color2:hover{
}

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

textarea{
	-webkit-appearance: none;}

.outerWrap{}

.wrap{
	width:1200px;/*總寬設定*/
	margin:0 auto;}

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

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

/***************/
/*****網頁頭*****/
header{
	background:url(../images/headerbg.jpg) repeat-x bottom left;

	transition:all 0.5s ease;}

header .wrap{
	position:relative;}

/*logo*/
header h1{
	float:left;}

header h1 a{
	display: block;
	background: url(../images/logo.png) no-repeat center bottom;
	background-size: contain;
	width: 340px;
	height: 75px;
	text-indent: -9999px;}
	
header.shrink{
transition:all 0.5s ease;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;}

header.shrink ul.menu li > a{

line-height:70px;}

header.shrink h1 a{

	width: 389px;
	height: 70px;
}

/*語系選擇*/
header .language{
	float:right;
	position:relative;
	padding-top: 28px;}

header .language a{
	display: inline-block;
	font-size: 13px;
	color: #777777;
	border: 1px solid #555555;
	padding: 0 10px;
	height: 25px;
	line-height: 25px;}

header .language a:hover{
	background:#555555;
	color:#FFF;}	

header .rightBox{
	float: right;
	padding-top: 40px;}

header .rightBox > a{
	margin: 0 3px;
	display: inline-block;
	font-size: 20px;
	color: #ED1B23;
	/* border: 1px solid #B2CBC7; */
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;}

header .rightBox > a b{
	display:none;
	font-weight:normal;}

header .rightBox > a:hover{
	background:#ED1B23;
	color:#FFF;}

/*menu*/
nav{
	float:left;}

ul.menu{}

ul.menu li{
	float:left;
	position:relative;
}

ul.menu li > a{
	position: relative;
	display: block;
	padding: 0px 17px;
	margin-bottom:5px;
	font-size: 16px;
	color: #000;
	line-height:85px;
	border-right:0px solid #efefef;} /*選單框線*/
	
ul.menu li:first-child a{border-left:0px solid #efefef;} /*選單框線*/

ul.menu li > a:after{
	content:"";
	position:absolute;
	bottom:-5px;
	left:0;
	right:0;
	display:block;
	width:0%;
	height:5px;
	background: #E60012; /*主按鈕底線顏色*/
	margin:0 auto;
	transition: all 0.4s ease;
	}
	
ul.menu li > a:hover{
	color:#E60012;} /*主按鈕顏色*/
	
ul.menu li > a:hover:after{ /*主按鈕底線長度*/
	width:100%;}

ul.menu li.dropDown{
	position:relative;}

ul.menu li.dropDown .submenu{
	display:none;
	width:180px;
	box-shadow: 0 0 4px rgba(136, 136, 136, 0.6);
	position:absolute;
	top:100%;
	left:0;
	z-index:9999;}

ul.menu li.dropDown .submenu a{
	display:block;
	padding:10px 20px;
	background:#fff;
	border-top: #e8e8e8 1px solid;
	font-size:16px;
	color:#222;
	text-align:left;}

ul.menu li.dropDown .submenu a:hover{
	color:#E60012; /*下拉按鈕顏色*/
}

ul.menu li.dropDown .submenu a:first-child{
	border:none;}

.m_menu{
	display:none;}

/***************/
/*****banner******/
.bannerArea{
	clear:both;
	position:relative;}


.bannerArea ul li{
	background-position:cetner;
	background-size:cover;
	background-attachment:fixed;}

.bannerArea .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
	bottom:10px;
	z-index:999;}

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

.bannerArea .bx-wrapper .bx-pager.bx-default-pager a:hover, .bannerBox .bx-wrapper .bx-pager.bx-default-pager a.active{
	background:#FFF;
	border:1px solid #FFF;}

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

/***************/
/*頁尾資訊區塊*/
footer{
	clear:both;
	padding:40px 0 0 0 ;}
.footerins{
	border-top:1px solid #d5d5d5;}
footer .leftBox{width:45%;
float:left;}
footer .rightBox{width:55%;
float:right;}
footer .sharebox{
	padding-top:20px;
}
.translateSHOU{
float:right;
padding:3px 0 0 20px;
	}
footer .social{
	overflow:hidden;
float:right;}

footer .social a{
	margin:0 10px;
	display:inline-block;
	font-size:20px;
	color:#8fc83c;}

footer .social a:hover{
	opacity:0.8;}

ul.downMenu{
	padding:0px 0 20px 0;
	border-bottom:1px #e3e3e3 solid;}
ul.downMenu div.rightbox{
	float:right;}
ul.downMenu h2{
	color:#8fc83c;
	font-size:13px;
	text-align:right;
	font-weight:normal;
	}
ul.downMenu li{
	display:inline-block;
	padding:10px 0 0 30px;}

ul.downMenu li a{
	display:block;
	font-size:15px;
	color:#666;}



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

footer .qrcode{
	margin-right:5px;
	float:left;
}
h5.copyright{
	font-weight:normal;
	font-size:16px; /*聯絡資訊文字大小*/
	color:#979797;
	line-height:1.8;
	float:left;}
h5.copyright a[href^=tel]{
    color:inherit;
    text-decoration:none;
}





.design{
	display:inline-block;
	vertical-align:middle;}

.design span{
	display:inline-block;
	vertical-align:middle;
	font-size:9pt;
	color: #8e8e8e;}

.design a{
	color: #8e8e8e;
	text-decoration: none;}
	
.design a:hover{
	text-decoration: underline;}

/**********************/
/*********內頁**********/
.mainArea{
	padding:0 0 50px 0;
}

/***標題區塊***/
.titleBox{
	background:#f7f7f7;
	width:100%;	
	position:relative;
	padding:30px 0;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	margin-bottom:50px;}

.titleBox .wrap{
	position:relative;}

.titleBox h2{
	position:relative;

    font-size: 32px;
    color: #202020;

    font-family: "微軟正黑體", serif;
    font-weight: normal;
}


.titleBox h2 strong{
	font-weight: normal;}


/*網站導覽bread*/
.titleBox .bread{
	font-family:"微軟正黑體", sans-serif;
	font-size:15px;
	color:#555555;
	position:absolute;	
	right: 0px;
	top: 15px;}

.titleBox .bread a{
	color:#A9A9A9;}

.titleBox .bread a i{
	font-size: 20px;
	color: #A9A9A9;}

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

/***網頁內容***/
.mainArea .contentBox{
	clear:both;}

.mainArea .contentBox h3.articleTitle{/*文章標題*/
	clear:both;
	font-size: 22px;
	font-family: "微軟正黑體", sans-serif;
	padding-bottom:20px;
	font-weight: normal;
	color: #000;}

.mainArea .contentBox h3.articleTitle strong{
	font-weight:normal;}

/*文字編輯器*/
.textEditor {
	clear: both;
	font-size: 18px;
	color: #2f2f2f;
	line-height: 1.8;
}
.textEditor .myTitle {
	font-size: 20px;
	font-weight: bold;
	color: #F90;
}
.textEditor a {
	color: #2e363a;
}
.textEditor img {
	max-width: 100%;
}
.textEditor ul {
	list-style: disc outside;
	padding-left: 30px;
}
.textEditor ol {
	list-style: decimal outside;
	padding-left: 30px;
}
.textEditor hr {
	border: none;
	height: 1px;
	background: #e9e9e9;
}
.textEditor blockquote {
	font-style: italic;
	font-family: Georgia, Times, "Times New Roman", serif;
	padding: 2px 0;
	border-style: solid;
	border-color: #ccc;
	border-width: 0;
}
.textEditor table:not(.original) {
	border-collapse: collapse;
	box-shadow: 0 0 5px rgba(0, 0, 16, 0.1);
	letter-spacing: .05em;
}
.textEditor table:not(.original) th {
	padding: 14px;
	font-size: 16px;
	text-align: center;
	background: #356aa0; /*預設#cfb094*/
	color: #FFF;
	border: 1px solid #e1e1e1; /*新增表格分格線*/
	font-weight: normal;
	box-sizing: border-box;
	vertical-align: middle; /*文字垂直置中*/
}
.textEditor table:not(.original) tbody tr td {
	background: #fff;
}
.textEditor table:not(.original) tbody tr:nth-of-type(even) td {
	background: #f7f7f7;
	border: 1px solid #eee;
	border-left: none;
	border-right: none;
}
.textEditor table:not(.original) td {
	padding: 13px;
	font-size: 16px;
	box-sizing: border-box;
}

/*類別*/
.classBox{
	padding:20px 0;}

/*類別*/
.m_classLink{
	display:none;}

ul.classLink{
	text-align:center;}

ul.classLink li{
	display:inline-block;}

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

ul.classLink li a:hover{
	background:#000000;
	color:#FFF;}

ul.classLink li a.current{
	background:#0071BC;
	border:1px solid #0071BC;
	color:#FFF;}
	
ul.classLink li a.currentnow{
	background:#363636;
	border:1px solid #363636;
	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: #0071BC transparent transparent transparent;
	position:absolute;
	bottom:-5px;
	left:50%;
	margin-left:-7.5px;}

/*標題字*/
.sectionTitle{
    clear:both;
	margin-bottom:25px;
	border-bottom:1px #C7C7C7 dotted;/*下邊線*/
	padding:10px;/*下邊線與標題距離*/
	
	font-size: 25px;
	font-family: "微軟正黑體", sans-serif;
	font-weight: normal;
	color: #555555;}
}

.sectionTitle strong a{
	display:block;	
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}
.sectionTitle strong a:hover{}
.sectionTitle i{
	padding-right:5px;
	color:#b2dd4c;
	font-size:15px;
	}
/******頁籤*******/
.tab{
	margin-top:25px;}

.tab a{
	display:block;
	float:left;
	padding: 12px 20px 12px 20px;
	font-size:15px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	color:#1c1c1c;
	border-top:4px solid #e1e1e1;
	border-right: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;}

.tab a:first-child{
	border-left: #e8e8e8 1px solid;}

.tab a.current{
	border-top:4px solid #919648;
	border-bottom: 1px solid #FFF;}

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

ul.tabContent > li{
	display:none;}

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

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

/*側邊_menu*/
.side_menu{
	margin-bottom:50px;}

.side_menu ul{
	margin-top:10px;}

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

.side_menu ul li a{
	color:#A3A3A3;
	display:block;
	padding:10px 15px;
	font-size:14px;
}

.side_menu ul li a:hover{
	color:#5b8a17;}

.side_menu ul li a.current{
	background:#5b8a17;
	color:#FFF;}

.side_menu ul li a b{
	margin-left:10px;
	font-size:13px;
	font-weight:normal;
	color:#808080;}

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

ul.side_album li{
	float:left;
	width:33.3%;
	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_booking{
	margin-bottom:30px;}

.side_booking a{
	display:block;
	background:#f05b8f;
	border-radius:4px;
	box-shadow: 0 1px 1px #8D2121;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:25px;
	font-weight:bold;
	color:#FFF;
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}

.side_booking a i{
	display:inline-block;
	font-size:28px;
	padding:10px 15px;
	margin-right:15px;
	border-right: 1px solid #D33434;
	box-shadow: 1px 0 #F38A8A;}

.side_booking a:hover{
	box-shadow: inset 0 3px 3px #8D2121;}

/*側邊_聯絡資訊*/
.side_contactInfo{
	margin-bottom:30px;}

.side_contactInfo h3{
	margin-bottom:20px;}

.side_contactInfo ul{}

.side_contactInfo ul li{
	padding:10px 0;
	border-bottom: 1px dotted #e1e1e1;}

.side_contactInfo ul li a{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:15px;
	color:#414141;
	line-height:30px;}

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

.side_contactInfo ul li a b{
	overflow: hidden;
	font-weight:normal;}
	

.side_room{
	margin-bottom:50px;}

.side_room .sectionTitle{
	margin-bottom:15px;}

.side_room ul{}

.side_room ul li{}

.side_room ul li .Img{}

.side_room ul li .Img img{
	width:100%;}

.side_room ul li .Txt{
	margin-top:5px;}

.side_room ul li .Txt h3 strong a{
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:16px;
	font-weight:normal;}

.side_room ul li .Txt h3 strong a:hover{}

.side_room ul li .Txt p{
	font-size: 13px;
	color: #858383;
	line-height: 1.8;
	max-height:100px;
	overflow:hidden;}

.side_room .bx-wrapper .bx-controls-direction a{
	width:25px !important;
	height:25px !important;
	top:0 !important;
	right:0;
	margin:0 !important;}
	
.side_room .bx-wrapper .bx-prev{
	left:auto;
	right:25px !important;
	background:url(../images/bx_arrow_square_prev.png) !important;}

.side_room .bx-wrapper .bx-next{
	background:url(../images/bx_arrow_square_next.png) !important;}

/*側邊_分享*/
.side_share{
	clear:both;
	display:none;
	margin-bottom: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{
	margin:0 0 30px 0;}

.side_news ul{
	margin-top:20px;}

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

.side_news ul li .Img{
	float:left;
	margin-right:12px;
	
	
	}
.side_news ul li .Img a{
	border:1px solid #E4E4E4;
	display:block;
	width:60px;
	overflow:hidden;
}
.side_news ul li .Img img{
	height:60px;
	float:left;
	}

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

.side_news ul li .Txt a{
	display:block;
	font-size:14px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-weight:bold;
	line-height:1.5;}

.side_news ul li .Txt a:hover{
	color:#5b8a17;}

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


.side_notice{
	margin-bottom:30px;}

.side_notice a{
	display:inline-block;
	width:49%;
	padding:7px 0;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	font-size:16px;
	color:#FFF;
	text-align:center;
	box-shadow:2px 2px 2px #CCC;
	border-radius:3px;
	
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;}


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

.outerWrap{
	padding-top:60px;}

.wrap{
	width:96%;
	padding:0 2%;
}

header{
	display:none;}

/*mobile menu*/
ul.menu{
	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(255,255,255,0.7);
	position:fixed;
	width:100%;
	height:100%;
	padding-bottom:60px;
	top:0;
	left:0;}

.m_menu .controlBox{
	background: #fff;
	box-shadow: inset 0 0px 5px -5px #6D6D6D;
	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: #FFF;
	line-height: 60px;
	text-align: center;
	background: #111111;}

.m_menu .controlBox .m_logo{
	float:left;
}
	
.m_menu .controlBox .m_logo img{
	display:block;
	width:180px;}

/*語系選擇*/
.m_menu .language{
	float:right;
	padding:20px 10px;}
	
.m_menu .language a{
	padding:5px;
	border:1px solid #555555;
	color:#ffffff;
	background:#555555;}

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

.m_menu .hideBox{/*手機menu內容*/
	display:none;
	background: rgba(0, 0, 0, 0.76);
	width:100%;
	height:100%;
	padding:60px 0;
	-webkit-overflow-scrolling:touch;
	overflow-y:auto;
	position:fixed;
	left:0;
	top:0;
	box-sizing:border-box;
	}

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

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

.m_menu .mfun a{
	margin:0 1px;
	display: inline-block;
	font-size: 20px;
	background: #5D5D5D;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	}
.m_menu .mfun a:hover{
	background:#89c532;
	}
.m_menu ul.nav{}
	
.m_menu ul.nav li{
	border-top: 1px solid #616161;
	}
.m_menu ul.nav li:hover{
	background:#E60012;} /*手機版主按鈕底色*/
	
.m_menu ul.nav li a{
	padding:20px 10px;
	font-family:"微軟正黑體", "新細明體", sans-serif;
	display:block;
	font-size:15px;
	text-align:center; /*行動版按鈕置中*/
	color:#FFF;}

.m_menu ul.nav li a i{
	float:right;}

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

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

.m_menu ul.nav li .submenu a:hover{
}

.bannerArea{
	padding:0;}	


.bannerArea .titleBox{
	margin-top:-25px;}

footer .leftBox{width:37%;
margin-left:3%;
float:left;}
footer .rightBox{width:57%;
margin-right:3%;
float:right;}
}
@media (max-width: 870px){
footer .leftBox{width:90%;
margin:0 5%;
float:none;}
footer .rightBox{width:90%;
margin:20px 5% 0 5%;
float:none;}
ul.downMenu div.rightbox {
    float: none;
}
ul.downMenu h2{
	color:#8fc83c;
	font-size:13px;
	text-align:left;
	font-weight:normal;
}
ul.downMenu li{
	display:inline-block;
	padding:10px 30px 0 0px;}
.translateSHOU{
float:left;
padding:3px 20px 0 0;
	}
footer .social{
	overflow:hidden;
float:left;}
}
@media (max-width: 767px){

/*banner*/
.bannerBox .bx-wrapper .bx-controls-direction a{
	display:none;}

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

/*main*/
.mainArea{}

.mainArea .wrap{}

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

footer .wrap > div{
	padding:0 0 20px 0;}

footer a.downLogo{
	float:none;}




.goTop{
	display:none;}

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

/*640*/
@media (max-width: 640px){
	
/*類別640*/
ul.classLink{
	display:none;}

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

.m_classLink a.main{
	display:block;
	font-size:15px;
	font-family:"微軟正黑體", "新細明體", sans-serif;

	position:relative;
	padding:10px;
	border-radius:5px;
	color:#fff;
	background: #89c532; /* Old browsers */

}

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

.m_classLink ul{
	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{}

.m_classLink ul li a{
	display:block;
	padding:15px 10px;
	border-top:1px solid #d1d1d1;}

.m_classLink ul li:first-child a{
	border:none;}
	
ul.downMenu li a b{
	display: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{}

/*側邊_聯絡資訊*/
.side_contactInfo ul{
	text-align:center;}
.side_contactInfo ul li{
	padding:10px 0;
	border-bottom: none;
	display:inline-block !important;}
.side_contactInfo ul li a b{
	display:none;}
}
