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

@import url(reset.css);
@import url(font-awesome.min.css);
@import url(sel.css);
@import url(calendar-brown.css);

body{
	background:#FFF;
	font-family:Helvetica, Arial, sans-serif;
	font-size:13px;}

/*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:#86a90f;}

a:hover{
	color:#948D41;}

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

.col-1{
	float:left;
	width:100%;}

.col-2{
	float:left;
	width:50%;}

.col-3{
	float:left;
	width:33.33%;}
	
.col-4{
	float:left;
	width:25%;}

.col-5{
	float:left;
	width:20%;}

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

.btn_color1{
background: #ff7400; /* Old browsers */
background: -moz-linear-gradient(top,  #ff7400 0%, #ff7400 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7400), color-stop(100%,#ff7400)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ff7400 0%,#ff7400 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ff7400 0%,#ff7400 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ff7400 0%,#ff7400 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ff7400 0%,#ff7400 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7400', endColorstr='#ff7400',GradientType=0 ); /* IE6-9 */
}

a.btn_color1:hover{
	background:#F60;}

a.btn_color2{
	background: #4ba0c1;
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzRiYTBjMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDhhYzEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #4ba0c1 1%, #008ac1 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#4ba0c1), color-stop(100%,#008ac1));
background: -webkit-linear-gradient(top,  #4ba0c1 1%,#008ac1 100%);
background: -o-linear-gradient(top,  #4ba0c1 1%,#008ac1 100%);
background: -ms-linear-gradient(top,  #4ba0c1 1%,#008ac1 100%);
background: linear-gradient(to bottom,  #4ba0c1 1%,#008ac1 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ba0c1', endColorstr='#008ac1',GradientType=0 );
}

a.btn_color2:hover{
	background:#398cb1;}

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

textarea{
	-webkit-appearance: none;}

.outerWrap{
	position:relative;
	background:#FFF;}

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

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

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

/*購物車*/
.cartArea{
	display:none;
	width:300px;
	background:#FFF;
	border:3px solid #e1e1e1;
	border-radius:10px;
	
	position:fixed;
	top:40px;
	left:50%;
	margin-left:-150px;
	z-index:999;}

.cartArea .wrap{
	position:relative;
	width:auto;
	padding:40px 10px;}

.cartArea .countBox{
	margin-bottom:25px;
	font-size:13px;
	color:#333;
	text-align:right;}

.cartArea .countBox b{
	font-size:18px;
	color:#7ea830;}

.cartArea .countBox b em{
	font-weight:normal;
	font-size:12px;
	color:#7ea830;}

.cartArea .countBox a.btn_pay{
	display:block;
	float:right;
	margin-left:15px;
	padding:7px 15px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:15px;
	color:#FFF;
	border-radius:5px;
	
	-webkit-transition:none;
	-moz-transition:none;;
	-o-transition:none;
	transition:none;}

.cartArea ul{
	clear:both;
	max-height:150px;
	overflow-y:auto;}

.cartArea ul li{
	position:relative;
	padding: 10px;
	border-bottom: 1px solid #EEE;
	margin-bottom: 10px;
	text-align:left;}

.cartArea ul li strong{
	margin-bottom:10px;
	display:block;
	font-size:13px;
	padding-right:20px;}

.cartArea ul li strong a{
	display:block;
	color:#272727;}

.cartArea ul li b{
	display:block;
	float:left;
	font-size:13px;
	font-weight:normal;
	padding-right:10px;}

.cartArea ul li i.icon-remove{
	cursor:pointer;
	display:block;
	font-size:20px;
	color:#d92047;
	
	position:absolute;
	right:15px;
	top:10px;}

/*訂單查詢*/
.orderCheckArea{
	display:none;
	width:300px;
	background:#FFF;
	border:3px solid #e1e1e1;
	border-radius:10px;
	
	position:fixed;
	top:40px;
	left:50%;
	margin-left:-150px;
	z-index:999;}

.orderCheckArea .wrap{
	position:relative;
	width:auto;
	padding:40px 10px;
	text-align:center;}

#closeOrder, #closeCart{
	font-size:30px;
	
	position:absolute;
	top:5px;
	right:10px;}

.orderCheckArea input[type="text"], .orderCheckArea input[type="password"]{
	width:100%;
	border-radius:4px;
	border:2px solid #CCC;
	padding:5px;
	
	box-sizing:border-box;}

.orderCheckArea a.btn{
	margin-top:20px;
	display:inline-block;
	font-size:13px;
	color:#FFF;
	padding:7px 10px;
	background:#578612;
	border-radius:4px;}

.orderCheckArea a.btn:hover{
	background:#da8c2d;
	color:#FFF;}

/*會員登入框*/
.loginArea{
	display:none;
	width: 280px;
	border: 10px solid rgba(46, 46, 46, 0.63);
	border-radius: 8px;
	
	position: fixed;
	top: 50px;
	left: 50%;
	margin-left: -150px;}

.loginArea .box{
	position:relative;
	padding:40px 20px 20px 20px;
	background:#FFF;
	box-shadow:inset 0 -5px 5px #e1e1e1;
	border-radius:8px;}

a#closeLogin{
	font-size:18px;
	color:#666;
	position:absolute;
	right:10px;
	top:10px;}

.loginArea input[type="text"], .loginArea input[type="password"]{
	box-sizing:border-box;
	display:block;
	width:100%;
	height:30px;
	padding:5px;
	border:1px solid #CCC;
	margin-bottom:7px;}

.loginArea .btn{/*送出按鈕*/
	margin-top:15px;
	text-align:center;}

.loginArea .btn a{
	display:inline-block;
	font-size:13px;
	color:#FFF;
	padding:8px 15px;
	border-radius:3px;
	
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	transform:none;}

.loginArea .forget{
	clear:both;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:15px;
	color:#2f2f2f;
	margin-top:20px;}

.loginArea .forget span{
	font-size:13px;
	color:#e1e1e1;}

.loginArea .forget strong a{
	font-weight:normal;
	color:#F93;
	text-decoration:underline;}

.loginArea .forget b a{
	font-size:18px;
	font-weight:normal;
	color:#09F;
	text-decoration:underline;}

.loginArea .forgetCheck{
	display:none;}

.loginArea .forgetCheck a.btn_relog{
	display:block;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:15px;
	color:#09F;
	text-decoration:underline;
	text-align:center;
	margin-bottom:15px;}

/*****網頁頭*****/
header{}

header .wrap{
	background:url(../images/bg_header.jpg) repeat-x left bottom;
	padding-bottom:6px;}

/*logo*/
header h1{
	float:left;
	width:250px;}

header h1 a{
	display:block;
	background:url(../images/logo.png) no-repeat center top;
	width:250px;
	height:160px;
	text-indent:-9999px;}

header .rightBox{
	float:right;}

header .topBox{
	float:right;
	margin-top:25px;
	margin-bottom:6px;}

header .topBox ul.other{
	text-align:right;}

header .topBox ul.other li{
	display:inline-block;
	vertical-align:middle;}

header .topBox ul.other li:after{
	content:"│";
	font-size:12px;
	color:#404040;
	padding:0 3px;}

header .topBox ul.other li:first-child:before{
	content:"│";
	font-size:12px;
	color:#404040;
	padding:0 3px;}

header .topBox ul.other li a{
	font-size:12px;
	color:#404040;}

header .topBox ul.other li a.cartToggle b{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	background:#db592a;
	font-size:12px;
	color:#FFF;
	border-radius:100%;}

header .topBox .searchBox{
	clear:both;
	margin-top:15px;}

header .topBox .searchBox .search{
	display:inline-block;
	position:relative;}

header .topBox .searchBox .search input[type="text"]{
	width:260px;
	border:1px solid #a7a7a7;
	height:30px;
	padding:5px;
	padding-left:35px;
	box-sizing:border-box;}

header .topBox .searchBox .search i{
	display:block;
	font-size:18px;
	color:#a7a7a7;
	position:absolute;
	left:10px;
	top:5px;}

header .topBox .searchBox input[type="button"]{
	border:none;
	cursor:pointer;
	margin-left:5px;
	padding:0 15px;
	font-size:13px;
	color:#FFF;
	line-height:30px;
	border-radius:3px;
	
	background: rgb(211,211,211); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(211,211,211,1) 0%, rgba(87,87,87,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,211,211,1)), color-stop(100%,rgba(87,87,87,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(211,211,211,1) 0%,rgba(87,87,87,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(211,211,211,1) 0%,rgba(87,87,87,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(211,211,211,1) 0%,rgba(87,87,87,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(211,211,211,1) 0%,rgba(87,87,87,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#575757',GradientType=0 ); /* IE6-9 */
}

header .topBox .searchBox input[type="button"]:hover{
	background: rgba(87,87,87,1); /* Old browsers */}

.g_trans{}

header .downBox{
	clear:both;
	margin-top:10px;
	position:relative;}

header nav{}

/*menu*/
ul.menu{
	float:left;
	margin-right:30px;}

ul.menu li{
	float:left;
	padding-right:1px;
	position:relative;}

ul.menu li:after{
	content:"";
	width:1px;
	height:16px;
	background:#313131;
	
	position:absolute;
	right:0;
	top:50%;
	margin-top:-8px;}

ul.menu li:first-child{
	padding-left:1px;}

ul.menu li:first-child:before{
	content:"";
	width:1px;
	height:16px;
	background:#313131;
	
	position:absolute;
	left:0;
	top:50%;
	margin-top:-8px;}
	
ul.menu li > a{
	display: block;
	padding: 7px 25px;
	font-family: "微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #000;
	text-align: center;}

ul.menu li > a b{
	display:block;
	margin-top:3px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#000;
	text-align:center;
	text-transform:uppercase;}

ul.menu li a:hover{
	background:#e50014;
	color:#FFF;}

ul.menu li a:hover b{
	color:#fdf098;}

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

ul.menu li.dropDown .submenu{
	display:none;
	width:200px;
	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-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:16px;
	color:#000;}

ul.menu li.dropDown .submenu a:hover{
	background:#7dadc3;
	color:#FFF;}

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

.m_menu{
	display:none;}

header .language{
	overflow:hidden;
	position:relative;
	top:17px;}

header .language a{
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:15px;
	color:#656565;}

header .language a:hover{
	text-decoration:underline;}

header .language span{
	margin:0 6px;
	color:#656565;}

/*****banner******/
.bannerArea{
	clear:both;
	margin-top:15px;}

.bannerArea .wrap{
	padding:0;}

.bannerArea .bx-wrapper .bx-controls-direction a{
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
	
	width:45px !important;
	height:30px !important;
	margin-top:-50px !important;
	top:100% !important;}

.bannerArea .bx-wrapper .bx-prev{
	background:url(../images/bx_arrow_prev.png) no-repeat !important;
	left: auto !important;
	right: 60px !important;}

.bannerArea .bx-wrapper .bx-next{
	background:url(../images/bx_arrow_next.png) no-repeat !important;}

#banner img{
	display:block;
	width:100%;}

/*頁尾資訊*/
footer{
	clear:both;
	padding:20px 0;
	position:relative;}

footer .wrap{
	border-top:1px solid #000;
	padding:20px 10px;}

footer .leftBox{
	float:left;}

h5.copyright{
	font-size:12px;
	line-height:1.5;
	font-weight:normal;
	color:#000;}

footer .leftBox .copy{
	margin-top:5px;}

footer .rightBox{
	float:right;}

footer .rightBox img{
	display:block;
	max-width:100%;}

.goTopBox{
	position:absolute;
	top:55%;
	right:0;}

.goTop{
	display:none;
	background:url(../images/gotop.png) no-repeat;
	width:30px;
	height:45px;
	text-indent:-9999px;
	
	position:fixed;}

/*********內頁**********/
/**********************/

.mainArea{
	padding:30px 0;}

.mainArea .titleBox{}

.mainArea .titleBox h2{
	float:left;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:16px;
	color:#000;}

.mainArea .titleBox h2 em{
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#a0a0a0;
	
	margin-left:5px;}

/*網站導覽bread*/
.mainArea .titleBox .bread{
	padding-left:20px;
	background:url(../images/icon.png) left center no-repeat;
	float:right;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:12px;
	color:#000;
	line-height:16px;}

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

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

.mainArea .titleBox .bread span{
	padding:0 5px;
	color:#000;}

.mainArea .contentBox{
	clear:both;
	padding-top:15px;}

/*文字編輯器*/
.textEditor{
	clear:both;
	font-size:15px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	color:#000;
	line-height:2;}

.textEditor a{
	color:#09F;}

.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: #e50014;
	color: #FFF;
	border-bottom: 1px solid #DBDBDB;}

.textEditor table td{
	padding:5px;
	border-bottom: 1px solid #DBDBDB;}

table.breakpoint > tbody > tr > td.expand{
	cursor:pointer;
	background: url(../images/plus.png) no-repeat 5px center;
	padding-left: 40px;}

.textEditor strong.title{
	display:block;}

.textEditor strong.title b{
	display:inline-block;
	border-bottom:4px double #000;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:22px;}

.textEditor hr{
	clear:both;
	margin:15px 0;
	height:1px;
	border:none;
	background:#D5D5D5;}

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

ul.classLink{}

ul.classLink li{
	margin-left:20px;}

ul.classLink li a{
	display:block;
	background:url(../images/icon.png) left center no-repeat;
	padding:15px 15px 15px 20px;
	display:block;
	font-size:16px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	color:#000;}

ul.classLink li a:hover{
	color:#86a90f;}

ul.classLink li a.current{
	background:url(../images/icon_gray.png) left center no-repeat;
	color:#8b8b8b;}

/*標題字*/
.sectionTitle{
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:18px;
	font-weight:normal;
	color:#4D4D4D;
	border-bottom:2px solid #D5D5D5;}

.sectionTitle strong{
	color:#598520;
	font-weight:normal;
	
	display:block;
	padding-bottom:5px;
	position:relative;}

.sectionTitle strong:before {
	content:' ';
	background: #d5820b;
	display: block;
	width: 110px;
	height: 2px;
	position: absolute;
	bottom: -2px;
	left: 0;}

.sectionTitle strong a{
	display:block;	
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;}

.sectionTitle strong a:hover{}

/******頁籤*******/
.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:#FFF;
	background: #86a90f;
	margin-right: 3px;
	border-radius: 10px 10px 0 0;}

.tab a.current{
	background:#948D41;}

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

ul.tabContent > li{
	display:none;}

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

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

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

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

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

.side_menu ul li a{
	display:block;
	padding:10px 15px;
	font-size:16px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	color:#646464;}

.side_menu ul li a:hover{}

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

.side_menu ul li a.current:before{
	content:" ";
	position:absolute;
	left:-10px;
	top:50%;
	margin-top:-10px;
	
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #a26918 transparent transparent;}

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

/*側邊_相簿*/
ul.side_album{}

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

ul.side_album li a{
	display:block;}

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

/*側邊_房型*/
.side_room{
	margin-bottom:30px;}

.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:"微軟正黑體", "LiHei Pro", "新細明體", 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-bottom:30px;}

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

.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:14px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	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;}

/*頁碼*/
.pageBox{
	clear:both;
	margin-top:60px;
	text-align:right;}

.pageBox a{
	display:inline-block;
	margin-left:10px;
	background:#e95412;
	padding:8px 10px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:14px;
	color:#FFF;
	border-radius:5px;}

.pageBox a:hover{
	background:#e50014;}

.pageBox a i{
	font-size:25px;
	margin:0 10px;}

/**********適應性**********/
/************************/
@media (max-width: 1160px){

.outerWrap{
	width:100%;}

.wrap{
	width:100%;
	padding: 0 20px;
	
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;}

.mainArea{
	padding:80px 0;}

.bannerArea .wrap{
	margin-top:60px;
	padding:0;}

/*mobile menu*/
header{
	display:none;}

	ul.facList li .Txt {
		height: 65px;
		overflow: hidden;
	}

.m_menu{
	display:block;
	width:100%;
	box-shadow:0 2px 5px #C0C0C0;
	
	position:fixed;
	top:0;
	left:0;
	z-index:999;}

.m_menu .mask{
	display:none;
	background:rgba(255,255,255,0.7);
	position:fixed;
	width:100%;
	height:100%;
	padding-bottom:50px;
	top:0;
	left:0;}

.m_menu .controlBox{
	background: #FFF;
}

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

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

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

.m_menu .controlBox .right .btn_cart{}

.m_menu .controlBox .right .btn_cart a{
	position:relative;
	display:block;
	font-size:13px;
	color:#FFF;}

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

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

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

.m_menu .hideBox{/*手機menu內容*/
	display:none;
	background:#666;
	width:280px;
	height:100%;
	padding-bottom:50px;
	overflow-y:auto;
	
	position:fixed;
	left:0;
	top:0;}

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

/*手機版搜尋商品*/
.m_menu .hideBox .searchBox_m{
	padding:10px;}

.m_menu .hideBox .searchBox_m input[type="text"]{
	display:inline-block;
	width:190px;
	padding:5px;
	border:none;
	height:30px;}

.m_menu .hideBox .searchBox_m a{
	display:inline-block;
	padding:0 15px;
	background:#ccc;
	color:#FFF;
	line-height:30px;}

/*手機版會員區塊*/
.m_menu .hideBox .loginBox{
	padding:20px 10px;
	color:#999;}

.m_menu .hideBox .loginBox i{
	margin-right:7px;
	font-size:18px;
	color:#FFF;}

.m_menu .hideBox .loginBox a{
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	font-size:15px;
	color:#FFF;}

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

.m_menu ul.nav li a{
	padding:20px 10px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	display:block;
	font-size:15px;
	color:#FFF;}

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

.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;}

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

.m_menu .mfun a{
	margin:0 1px;
	display: inline-block;
	font-size: 20px;
	background:#8D8D8D;
	color: #FFF;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;}
.m_menu div.language{
color:#fff;
text-align:center;}
.m_menu div.language a{
color:#fff;}
.m_menu div.language a:hover{
color:#86a90f;}
}

@media (max-width: 767px){

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

.mainArea .contentBox{
	padding-top:30px;}

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

/*footer*/
footer{
	padding:25px 0;}

footer .leftBox{
	float:none;}

footer .rightBox{
	float:none;
	margin-top:20px;}


.goTop{
	display:none;}

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

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

.mainArea .titleBox h2{
	float:none;}
	
/*類別*/
ul.classLink{
	display:none;}

.m_classLink{
	display:block;
	margin:20px 0;
	position:relative;}

.m_classLink a.main{
	display:block;
	font-size:15px;
	font-family:"微軟正黑體", "LiHei Pro", "新細明體", sans-serif;
	color:#000;
	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{
	display:none;
	width:100%;
	background:#FFF;
	border-radius:5px;
	border:1px solid #d1d1d1;
	position:absolute;
	left:0;
	top:100%;
	z-index:999;}

.m_classLink ul li{}

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

.m_classLink ul li:first-child a{
	border:none;}
}

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

/*頁籤*/
.tab{}

.tab a{}

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