/*box_6_column*/
.box_6_column{width:100%; max-width: 1400px; margin: 6% auto 60px auto;}
.box_6_column .box{width:calc(33% - 16px); padding-bottom: 20%; float: left; background-color: #e8e8e8; -webkit-border-radius:10px;	-moz-border-radius:10px; border-radius:10px;position: relative; overflow: hidden; cursor: pointer;margin: 8px;-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.4); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.4); box-shadow: 0 1px 5px rgba(0,0,0,0.4);}
.box_6_column .box .box_bg{position:absolute; width:100%; height:100%;
	-moz-background-size: 100%; -webkit-background-size: 100%; -o-background-size: 100%; background-size: 100%;
	transition: all 0.5s linear; -webkit-transition: all 0.5s linear;background-position: center;}
.box_6_column .box:hover .box_bg{-moz-background-size: 120%; -webkit-background-size: 120%; -o-background-size: 120%; background-size: 120%;}
.box_6_column .box h2.title{margin: 0 auto; color: #fff;position: absolute;width: 100%; padding: 15px 20px; background: rgba(0,0,0,0.5); bottom: 0; z-index: 1;transition: all 0.5s linear; -webkit-transition: all 0.5s linear; cursor: pointer;}
.box_6_column .box:hover h2.title{background: rgba(0,0,0,0.85);}
.box_6_column .box .box_bg.bg1{background-image: url(box_bg1.jpg);}
.box_6_column .box .box_bg.bg2{background-image: url(box_bg2.jpg);}
.box_6_column .box .box_bg.bg3{background-image: url(box_bg3.jpg);}
.box_6_column .box .box_bg.bg4{background-image: url(box_bg4.jpg);}
.box_6_column .box .box_bg.bg5{background-image: url(box_bg5.jpg);}
.box_6_column .box .box_bg.bg6{background-image: url(box_bg6.jpg);}
@media screen and (max-width:1100px) {
	.box_6_column .box{width:calc(50% - 16px);  padding-bottom: 30%;}
}
@media screen and (max-width:640px) {
	.box_6_column .box{width:calc(100% - 16px);  padding-bottom: 40%;}
}
@media screen and (max-width:560px) {
	.box_6_column .box{width:calc(100% - 16px);  padding-bottom: 50%;}
}
@media screen and (max-width:480px) {
	.box_6_column .box{width:calc(100% - 16px);  padding-bottom: 60%;}
}
/*title_img*/
.title_img{width: 96%; max-width: 350px; margin: 0 auto 40px auto;}
.title_img img{width: 100%;}
/*index_feature*************************************************/
.index_feature{
	clear:both;
	width:100%;
	display:block;
	margin:0 auto;
	padding:15px 0 30px 0;
	overflow: hidden;
	background:#faf7f3;
}
.main_feature{
	background:transparent;
}
.index_feature .title_h2{
	font-size:30pt;
	text-align:center;
	margin:0 0 10px 0;
}
.index_feature .title_h3{
	font-size:18pt;
	text-align:center;
	line-height:20pt;
	margin:0 0 36px 0;
}
.index_feature .column{
	width:100%;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}
/*4格*/
.feature_box{
	position: relative;
	display:inline-block;
	width:22%;
	max-width:400px;
	margin:0 22px 3% 22px;
	vertical-align:top;
	top:0;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;
}
@media screen and (max-width:1600px) {
	.feature_box{
		width:40%;
		margin:0 2% 8% 2%;
		max-width:500px;
	}
}
@media screen and (max-width:640px) {
	.feature_box{
		width:90%;
		margin:0 2% 8% 2%;
		max-width:500px;
	}
}
.feature_box .pic{
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	padding-bottom:60%;
	background-position:center center;
	border:7px solid #ececec;
	margin:0 0 6% 0;
}
.feature_box .title{
	font-size:14pt;
  line-height: 16pt;
	width:95%;
  height: 50px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
}
.feature_box .desc{
	font-size:9pt;
	width:95%;
  margin:5px auto 0 auto;
}
.feature_box:hover{top:-8px;}
.feature_box:hover .title{color:#c82f08;}
/**/
/*4格-標題列表*/
.row_feature_box{
	position: relative;
	display:inline-block;
	width:96%;
	max-width:700px;
	margin:8px 2%;
	padding: 8px;
	clear: both;
	text-align: left;
	top:0;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;
  border-bottom: 1px dashed #ccc;
}
.row_feature_box .title{
	font-size:14pt;
  line-height: 16pt;
	width:95%;
  margin: 0 auto;
}
.row_feature_box .desc{
	font-size:9pt;
	width:95%;
  margin:5px auto 0 auto;
  color:#525929;
}
.row_feature_box:hover{top:-8px;}
.row_feature_box:hover .title{color:#c82f08;}
/**/
/*index_recommender*************************************************/
.index_recommend{
	clear:both;
	width:100%;
	display:block;
	margin:0 auto;
	padding:2% 0 5% 0;
	overflow: hidden;
}
.index_recommend .title_h2{
	font-size:30pt;
	font-weight:bolder;
	text-align:center;
	margin:0 0 10px 0;
}
.index_recommend .title_h3{
	font-size:18pt;
	text-align:center;
	line-height:20pt;
	margin:0 0 0 0;
}
.index_recommend .column{
	width:100%;
	max-width:100%;
	margin:0 auto;
	text-align:center;
}
/**/
.recommend_box{
	clear:both;
	width:100%;
	max-width:1600px;
	margin:0 auto;
	text-align:center;
	padding:5% 0 2% 0;
}
.recommend_box .pic{
	display:inline-block;
	width:45%;
	max-width:700px;
	vertical-align:top;
	margin:0 2%;
}
.recommend_box .pic img{
	width:100%;
}
.recommend_box .info{
	display:inline-block;
	width:45%;
	max-width:700px;
	text-align:left;
	vertical-align:top;
	margin:0 2% 4% 0;
}
.recommend_box .info .title{
	font-size:22pt;
	line-height:24pt;
	margin:4% 0 5% 0;
}
.recommend_box .info .desc{
	font-size:14pt;
	line-height:22pt;
	margin:0 0 5% 0;
	text-align: justify;
	text-justify:inter-ideograph; 
}
.recommend_box .info .button{
	border:1px solid #282d30;
  font-size: 11pt;
  border-top:none;
  border-bottom:none;
	text-align:center;
	padding:0.5% 0%;
	width:inherit;
	max-width:150px;
}
.recommend_box .info .button::before{content: "看更多";}
@media screen and (max-width:640px) {
	.recommend_box .pic{
		width:94%;
	}
	.recommend_box .info{
		width:90%;
		margin:0 auto;
	}
}
/**/

/*index_news_column*********************************/
.index_news_column{
	clear:both;
	width:100%;
	padding:4% 0 1% 0;
	background:#faf7f3;
}
.index_news_column .title_h2{
	font-size:30pt;
	font-weight:bolder;
	text-align:center;
	margin:0 0 4% 0;
}
.index_news_column .right_list_column{
	width:100%;
	max-width:1455px;
	margin:0 auto;
	background:#faf7f3;
}
.index_news_column .right_list_column .news_list_box{
	margin: 0 0 4% 0;
	padding:0 0 4% 0;
	border-bottom:1px solid #cccccc;
	text-align:center;
}
.index_news_column .right_list_column .news_list_box .pic{
	display:inline-block;
	width:38%;
	max-width:560px;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	padding-bottom:20%;
	border:4px solid #8b8b8b;
	vertical-align:top;
	background-color:#CCC;
	margin:0 1.6%;
	background-position:center center;
}
.index_news_column .right_list_column .news_list_box .video{
	display:inline-block;
	width:38%;
	max-width:560px;
	border:4px solid #8b8b8b;
	background-color:#000;
	vertical-align:top;
	margin:0 1.6%;
}
.index_news_column .right_list_column .news_list_box .info{
	display:inline-block;
	width:55%;
	text-align:left;
	vertical-align:top;
	margin:0 1.6%;
}
@media screen and (max-width:800px) {
	.index_news_column .right_list_column .news_list_box .pic,
	.index_news_column .right_list_column .news_list_box .video{
		width:30%;
		max-width:30%;
	}
	.index_news_column .right_list_column .news_list_box .info{
		width:60%;
	}
}
@media screen and (max-width:640px) {
	.index_news_column .right_list_column .news_list_box .pic{
		width:100%;
		max-width:94%;
		padding-bottom:50%;
		margin:0 auto 2% auto;
	}
	.index_news_column .right_list_column .news_list_box .video{
		width:100%;
		max-width:94%;
		margin:0 auto 2% auto;
	}
	.index_news_column .right_list_column .news_list_box .info{
		width:94%;
		margin:0 3%;
	}
}
.index_news_column .right_list_column .news_list_box .info .date{
	float:left;
    font-size: 20pt;
    font-weight: bolder;
	padding:0 0 14px 0;
	color:#2ad1c4;
}
.index_news_column .right_list_column .news_list_box .info .share{
	position:relative;
	top:-2px;
	float:left;
    font-size: 20pt;
    font-weight: bolder;
	padding:0 0 14px 0;
	margin:0 0 0 30px;
	color:#2ad1c4;
	cursor:pointer;
}
.index_news_column .right_list_column .news_list_box .info .share img{
	position:relative;
	top:2px;
}
.index_news_column .right_list_column .news_list_box .info .title{
	clear:both;
    font-size: 20pt;
	line-height:26pt;
    font-weight: bolder;
	padding:0 0 14px 0;
}
.index_news_column .right_list_column .news_list_box .info .title a{
	color:#000;
}
.index_news_column .right_list_column .news_list_box .info .preview{
	font-size:15pt;
	line-height:26pt;
}
.index_news_column .right_list_column .news_list_box .info .preview .more a::before{
	content:".....";
}
.index_news_column .right_list_column .news_list_box .info .preview .more a::after{
	content:url(icon_more.png);
	position:relative;
	top:2px;
	margin:0 0 0 3px;
}

/*products_list**************************************************/
.products_list{
	width:100%;
	margin:0 auto;
	padding:40px 0;
	text-align:center;
}
.products_list .title_h2{
	font-size:30pt;
	text-align:center;
	margin:0 0 10px 0;
}
.products_list .title_h3{
	font-size:18pt;
	text-align:center;
	line-height:20pt;
	margin:0 0 5% 0;
}
.products_list .products_more,
.products_list .products_box{
	display:inline-block;
	width:25%;
	max-width:350px;
	text-align:center;
	margin:0 1.7% 2.5% 1.7%;
	vertical-align:top;
}
@media screen and (max-width:1600px) {
	.products_list .products_more,
	.products_list .products_box{
		width:30%;
		margin:0 1% 8% 1%;
	}
}
@media screen and (max-width:800px) {
	.products_list{
		padding:12% 0 4% 0;
	}
	.products_list .products_more,
	.products_list .products_box{
		width:45%;
		margin:0 1.7% 8% 1.7%;
	}
}
.products_list .products_box .pic{
	width:94.3%;
	max-width:330px;
	padding-bottom:94.3%;
	margin:0 2.85% 10px 2.85%;
	-moz-background-size: contain;
	-webkit-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat:no-repeat;
	background-position:center center;
}
.products_list .products_box .title{
	width:100%;
	font-size:13pt;
	line-height:15pt;
	/*word-break:break-all;*/
	margin:0 0 5px 0;
	color: #000;
	font-weight: 600;
}
.products_list .products_box .title_sec{
	width:100%;
	font-size:11pt;
	line-height:15pt;
	/*word-break:break-all;*/
	margin:0 0 15px 0;
	color: #555;
}
.products_list .products_box .price{
	width:100%;
	font-size:12pt;
	margin:0 0 10px 0;
}
.products_list .products_box .price .symbol{
	width:100%;
	font-size:12pt;
}
.addtocart{
	width:185px;
	height:35px;
	line-height:35px;
	text-align:center;
  background: #ddd;
  border-bottom: none;
  border-top:none;
	margin:0 auto;
	cursor:pointer;
}
.addtocart:hover{background: #c82f08; color: #fff;}
@media screen and (max-width:640px) {
  .products_list .products_box .title{
    font-size:11pt;
    line-height:12pt;
    margin:0 0 5px 0;
    min-height: 24pt;
  }
  .products_list .products_box .price span{
    display: block;
    width:100%;
    clear: both;
    margin: 0 0 3px 0;
  }
  .products_list .products_box .price .symbol{
    font-size:11pt;
  }
	.addtocart{
		width:90%;
		margin:0 auto;
		font-size:12pt;
		line-height:16pt;
		height:inherit;
		padding:10px 0px;
	}
}
.products_list .products_more .circle{
  display: block;
  text-align: center;
  margin: 0 auto;
	margin:20% 0 20px 0;
}
.products_list .products_more .circle img{
  max-width: 60px;
}
/*map_column*********************************************/
.map_column{
	width:100%;
	position:relative;
	height:800px;
}
.map_column .contact_column{
	position:absolute;
	width:100%;
	max-width:770px;
	padding:4%;
	background:#FFF;
	top:18.75%;
	left:3%;
}
.map_column .iframe_column{
	width:100%;
	height:800px;
}
.map_column iframe{
	width:100%;
	height:100%;
}
.map_column .contact_column .top_column{
	clear:both;
	width:100%;
	border-bottom:1px solid #e5e5e5;
	overflow:hidden;
	padding:0 0 50px 0;
	margin:0 0 50px 0;
}
.map_column .contact_column .top_column .address{
	float:left;
	width:50%;
	padding:0 20px;
	vertical-align:top;
}
.map_column .contact_column .top_column .opening{
	float:left;
	width:50%;
	padding:0 20px;
	vertical-align:top;
}
.map_column .contact_column .top_column .address .title,
.map_column .contact_column .top_column .opening .title{
	font-size:16pt;
	font-weight:bolder;
	margin:0 0 20px 0;
}
.map_column .contact_column .top_column .address .info{
	color:#999;
	font-size:11pt;
	line-height:16pt;
}
.map_column .contact_column .top_column .opening .box{
	display:inline-block;
	width:48%;
}
.map_column .contact_column .top_column .opening .box .day{
	font-size:11pt;
	line-height:16pt;
	color:#999;
	margin:0 0 10px 0;
}
.map_column .contact_column .top_column .opening .box .time{
	font-size:9pt;
}
.map_column .contact_column .bottom_column{
	clear:both;
	width:100%;
	overflow:hidden;
	padding:0 0 30px 0;
}
.map_column .contact_column .bottom_column .title{
	width:100%;
	font-size:16pt;
	font-weight:bolder;
	margin:0 0 20px 0;
	padding:0 20px;
}
.map_column .contact_column .bottom_column .info{
	width:100%;
	color:#999;
	font-size:11pt;
	line-height:16pt;
	padding:0 20px;
}
.map_column .contact_column .form_column{
	clear:both;
	width:100%;
	overflow:hidden;
	padding:0 20px;
}
.map_column .contact_column .form_column .box{
	display:inline-block;
	width:33%;
}
.map_column .contact_column .form_column .box .title{
	color:#ea385c;
	font-size:11pt;
	font-weight:bold;
	margin:0 0 12px 0;
}
.map_column .contact_column .form_column .box input{
	background:#f8f8f8;
	border:1px solid #e5e5e5;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-size:12pt;
	padding:10px 5px;
	width:90%;
}
.map_column .contact_column .form_column .button{
	display:inline-block;
	width:32%;
	color:#fff;
	background:#ea385c;
	text-align:center;
	padding:14px 0px;
	font-size:10pt;
	font-weight:bold;
	-webkit-border-radius:50px;
	-moz-border-radius:50px;
	border-radius:50px;
	cursor:pointer;
}
@media screen and (max-width:1200px) {
	.map_column{
		height:inherit;
	}
	.map_column .contact_column {
		position:static;
		width: 100%;
		max-width: 100%;
		padding:4%;
		background: #FFF;
		border-top:1px solid #ccc;
		top:0;
		left:0;
	}
	.map_column .iframe_column{
		width:100%;
		height:400px;
	}
}
@media screen and (max-width:640px) {
	.map_column .contact_column .form_column{
		text-align:center;
	}
	.map_column .contact_column .form_column .button {
		display: inline-block;
		width:100%;
		max-width:200px;
		clear:both;
		margin:20px auto 0 auto;
	}
}
@media screen and (max-width:480px) {
	.map_column .contact_column .top_column .address,
	.map_column .contact_column .top_column .opening {
		width: 100%;
		margin:0 0 30px 0;
	}
	.map_column .contact_column .form_column .box {
		display: inline-block;
		clear:both;
		width: 100%;
		margin:0 0 20px 0;
	}
}
/*add*/
.index_bar{
  width: 100%;
  padding-bottom: 30%;
  background-position: center;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.index_bar2{
  width: 100%;
  text-align: center;
}
.index_bar2 img{max-width: 100%;}

/*info用*/
/*4格*/
.feature_box_info{
	position: relative;
	display:inline-block;
	width:30%;
	max-width:400px;
	margin:0 1% 3% 1%;
	vertical-align:top;
	top:0;transition: all 0.5s linear; -webkit-transition: all 0.5s linear;
}
@media screen and (max-width:1600px) {
	.feature_box_info{
		width:40%;
		margin:0 2% 8% 2%;
		max-width:500px;
	}
}
@media screen and (max-width:640px) {
	.feature_box_info{
		width:90%;
		margin:0 2% 8% 2%;
		max-width:500px;
	}
}
.feature_box_info .pic{
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width:100%;
	padding-bottom:60%;
	background-position:center center;
	border:7px solid #ececec;
	margin:0 0 6% 0;
}
.feature_box_info .title{
	font-size:14pt;
  line-height: 16pt;
	width:95%;
  height: 50px;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
}
.feature_box_info .desc{
	font-size:9pt;
	width:95%;
  margin:5px auto 0 auto;
}
.feature_box_info:hover{top:-8px;}
.feature_box_info:hover .title{color:#c82f08;}
/**/
/*search*/
.search_column{
	clear:both;
	width:98%;
	max-width:600px;
	text-align:center;
	margin:60px auto 0 auto;
}
.search_column .input_search{
	width:calc(100% - 100px);
	font-size:18px;
	font-family: 'Microsoft JhengHei', 'simhei', 'Arial';
	padding:10px;
	border: 1px solid #333;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.search_column .button{
	display:inline-block;
	width:60px;
	color:#fff;
	background:#be8c2c;
	text-align:center;
	padding:15px 0 14px 0;
	font-size:18px;
	border:none;
	font-family: 'Microsoft JhengHei', 'simhei', 'Arial';
	cursor:pointer;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
/********************************************/
.small_banner_column{
	padding: 0 0 45px 0;
}
.small_banner{
	width: 50%;
	line-height: 0;
	margin: 0 auto;
}
.small_banner_l{
	padding: 10px 5px 10px 10px;
}
.small_banner_r{
	padding: 10px 10px 10px 5px;
}
.small_banner a{
	width: 100%;
}
.small_banner a img{
	width: 100%;
}
@media screen and (max-width:420px) {
	.small_banner{
		width: 100%;
	}
	.small_banner_l{
		padding: 10px;
	}
	.small_banner_r{
		padding: 0 10px 10px 10px;
	}
}

/* video_column*****************************************/
.video_column{
	clear: both;
	text-align: center;
}
.video_column .box_video{
	max-width: 560px;
	width: calc(100% - 10px);
	padding: 10px;
	margin: 5px;
	display: inline-block;
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
	background: #fff;
}

.video_column .box_video a.video_product_link_btn{
	display: block;
	padding: 12px 0;
	background: #fff;
	margin: 5px 0 0 0;
	text-align: left;
}
.video_column .box_video a.video_product_link_btn:hover{
	color: #c82f08;
}
.video_column .box_video a .label{
	padding: 2px 8px;
	margin: 0 5px 0 0;
	background: #c82f08;
	color: #fff;
	-webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px;
}
.video_column .box_video a .label::before{
	content: "看好物";
}
/***************************************/
.news_column .news_list{
	width:100%;
	max-width: 1100px;
	margin:0 auto;
}
@media screen and (max-width:1000px) {
	.news_column .news_list{
		width:96%;
	}
	.news_column .news_pic{
		display:none;
	}
}
.news_column .news_list ul{
	width:100%;
	margin:0 auto;
}
.news_column .news_list ul a li{
	display: block;
	line-height:18px;
	text-align:left;
	padding:14px 20px;
	-webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2); -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2); box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	margin: 0 0 8px 0;
	background: #fff;
	transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;
	overflow: hidden;
}
.news_column .news_list ul a:hover li{
	background: #e2e2e2;
}
.news_column .news_list ul li .pic{
	display: inline-block;
	margin:0 2% 0 0;
	overflow: hidden;
	-moz-background-size: cover; -webkit-background-size: cover; -o-background-size: cover;	background-size: cover;
	background-position: center;
	width: 160px;
	padding-bottom: 100px;
}
.news_column .news_list ul li .float_right{
	display: inline-block;
	width: calc(98% - 0px);
}
.news_column .news_list ul li .float_right .date{
	float: left;
	width: 100%;
	color:#c82f08;
	font-size:11pt;
	padding: 0 0 8px 0;
	overflow: hidden;
}
.news_column .news_list ul li .float_right .title{
	float: left;
	overflow: hidden;
	line-height: 22px;
}
@media screen and (max-width:480px) {
	.news_column .news_list ul li .pic{
		display:none;
	}
	.news_column .news_list ul li .float_right{
		width: 100%;
	}
}

.more_news_bottom{
	clear:both;
	font-size:13pt;
	letter-spacing:1px;
	width:100%;
	margin:20px 0 40px 0;
}
.more_news_bottom a{
	display:inline-block;
	padding:8px 25px;
	color:#666;
	background:#ddd;
}
.more_news_bottom a:hover{
	color:#eee;
	background:#999;
}
/**********************************************/