@charset "utf-8";
body{
	background: url(../images/body_bg.jpg) repeat;
}
.container{
	font-family: Arial,Verdana,"微軟正黑體";
	background: url(../images/main_bg.jpg) repeat-y;
	width: 1024px;
	margin: 0 auto;
}
a{
	text-decoration: none;
}

/*-----------------header start-------------------------*/
.header_wrapper{
	width: 100%;
	height: 107px;
	background: url(../images/header_bg.png);
	position: relative;
	margin-bottom: 10px;
}
.logo{
	display: inline-block;
	width: 195px;
	height: 59px;
	position: absolute;
	left: 30px;
	top: 26px;
}
.menu{
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 50px;
}
.menu > li{
	display: inline-block;
	color: #E60012;
}
.menu > li > a{
	display: inline-block;
	color: #E60012;
	padding: 0px 20px;
	font-size: 15px;
}
.menu > li.this > a,
.menu > li > a:hover{
	color: #FFF100;
	text-shadow: 0px 0px 3px #E60012,0px 0px 3px #E60012,0px 0px 3px #E60012,0px 0px 3px #E60012;
}

.kv{
	width: 994px;
	height: 370px;
	background: url(../images/kv_bg.png) no-repeat;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 5px;
}
.kv img{
	width: 983px;
	height: 358px;
}
/*-----------------header end-------------------------*/
/*-----------------footer start-------------------------*/
.footer{
	height: 70px;
	text-align: center;
	position: relative;
	font-size: 12px;
}
.footer_logo{
	position: absolute;
	left: 60px;
	top: 5px;
	display: inline-block;
}
.footer .info{
	padding: 10px 0px 3px 130px;
	line-height: 1.3;
}
/*-----------------footer end-------------------------*/
/*-----------------wrapper start-------------------------*/
.wrapper{
	padding: 15px;
}
.wrapper:after{
	content: '';
	display: block;
	clear: both;
}
.img{
	border: 2px solid #94392E;
	border-radius: 15px;
}
.wrapper > .left{
	width: 185px;
	float: left;
}
.wrapper > .right{
	width: 770px;
	float: right;
	margin-right: 10px;
}
/*-----------------wrapper end-------------------------*/
/*-----------------index start-------------------------*/
.index_promotion{
	margin-bottom: 10px;
}
.index_promotion:after{
	content: '';
	display: block;
	clear: both;
}
.index_promotion .title{
	color: #000;
	font-size: 14px;
	font-weight: bold;
	position: relative;
	margin-bottom: 15px;
}
.index_promotion .title:after{
	content: '';
	background: url(../images/promotion_line.png) no-repeat;
	background-size: 100%;
	display: block;
	position: relative;
	bottom: -5px;
	width: 100%;
	height: 1px;
}
.index_promotion .title > .english{
	font-size: 12px;
	color: #CAB592;
}
.index_promotion .title > .more{
	font-size: 12px;
	color: #AA997C;
	float: right;
	padding-right: 5px;
	margin-top: 3px;
}
.index_promotion .title > .more:after{
	content: url(../images/more_icon.png);
	width: 8px;
	height: 8px;
	position: relative;
	right: -5px;
}
.index_news, .index_video{
	width: 450px;
	padding: 15px;
}
.index_news{
	float: left;
}
.index_video{
	float: right;
}
.index_news_list > li{
	margin-bottom: 10px;
	font-size: 14px;
	position: relative;
}
.index_news_list > li:before{
	content: '．';
	color: #9C876E;
	position: relative;
	top: -3px;
}
.index_news_list > li > a{
	color: #9C876E;
	display: inline-block;
	width: 330px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.index_news_list > li > a:hover{
	text-decoration: underline;
}
.index_news_date{
	float: right;
	color: #9C876E;
}
.index_video > .content{
	text-align: center;
}
.index_link{
	float: left;
	width: 248px;
	height: 238px;
	/*background: url(../images/index_link_bg.png) no-repeat;*/
}
.index_link > a{
	display: block;
	text-align: center;
	margin-bottom: 6px;
}
.index_link img{
	width: 223px;
	height: 114px;
}

.index_product{
	float: right;
	width: 721px;
	height: 249px;
	background: url(../images/index_product_bg.png) no-repeat;
	box-sizing: border-box;
	padding: 25px;
	margin-top: -6px;
}

.index_product_list > li{
	display: inline-block;
	padding: 15px 20px;
	border-right: 1px dashed #CAB593;
}
.index_product_list > li:last-child{
	border-right: none;
}
.index_product_list > li > a > span, .top_product_list > li > a > span{
	font-size: 25px;
	font-weight: bold;
	color: #695B46;
}
.index_product_list > li > a, .top_product_list > li > a{
	display: block;
	font-size: 14px;
	color: #000;
}
/*-----------------index end-------------------------*/
/*-----------------left start-------------------------*/
.wrapper > .left > div{
	margin-bottom: 15px;
}
.product_category{
	background: url(../images/left_area_bg_midden.png) repeat-y;
	position: relative;
	margin: 10px 0px 85px !important;
}
.product_category:before{
	content: '';
	display: block;
	background: url(../images/left_area_bg_up.png) no-repeat;
	height: 9px;
	width: 175px;
	position: absolute;
	top: -9px;
}
.product_category:after{
	content: '';
	display: block;
	background: url(../images/left_area_bg_down.png) no-repeat;
	height: 5px;
	width: 175px;
	position: absolute;
	bottom: -5px;
}
.product_category > ul{
	padding: 2px 18px 5px 12px;
}
.product_category li{
	padding: 10px 5px !important;
}
.product_category li:before{
	content: url(../images/more_icon.png);
	width: 8px;
	height: 8px;
	position: relative;
	left: -5px;
}
.product_category li.this > a, .product_category li > a:hover{
	color: #C30D23;
}
.product_category li > a{
	font-size: 12px;
	color: #000;
}
.top_product{
	background: url(../images/top_product_bg_midden.png) repeat-y;
	position: relative;
	margin: 68px 0px 25px !important;
}
.top_product:after{
	content: '';
	display: block;
	background: url(../images/top_product_bg_down.png) no-repeat;
	height: 10px;
	width: 185px;
	position: absolute;
	bottom: -10px;
}
.top_product > .title{
	background: url(../images/top_product_bg_up.png) no-repeat;
	font-size: 25px;
	color: #C30D23;
	width: 185px;
	height: 68px;
	font-weight: bold;
	padding: 25px 10px 10px;
	position: absolute;
	top: -68px;
	box-sizing: border-box;
}
.top_product > .title > span{
	font-size: 20px;
}
.top_product_list{
	padding: 12px 18px 5px 12px;
}
.top_product_list > li, .product_category li{
	padding: 10px 0px;
	border-bottom: 2px dashed #CAB593;
}
.top_product_list > li:last-child{
	border-bottom: none;
}
.top_product_list > li > a{
	margin-bottom: 5px;
}
.top_product_list img{
	width: 145px;
	height: 95px;
}
.online_order{
	background: url(../images/online_order_bg.png) no-repeat;
	height: 65px;
	padding: 15px 8px;
	box-sizing: border-box;
	margin-bottom: 20px !important;
}
.online_order > p, .map_barcode > p{
	font-size: 14px;
}
.online_order > .phone{
	font-size: 15px;
	font-weight: bold;
	color: #A72124;
	margin-top: 10px;
	font-family: Arial;
}
.fb_api{
	width: 175px;
	overflow: hidden;
	border-right: 1px solid #aaa;
}
.map_barcode{
	background: url(../images/map_barcode_bg.png) no-repeat;
	padding: 10px;
	height: 179px;
}
.map_barcode > img{
	position: relative;
	top: 5px;
	left: 5px;
}
/*-----------------left end-------------------------*/
/*-----------------right start-------------------------*/
.unit_title{
	color: #000;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	margin-top: 15px;
	margin-bottom: 15px;
}
.unit_title:after{
	content: '';
	background: url(../images/promotion_line.png) no-repeat;
	background-size: 100%;
	display: block;
	position: relative;
	bottom: -5px;
	width: 100%;
	height: 1px;
}
.unit_title > .english{
	font-size: 16px;
	color: #CAB592;
}
.breadcrumb{
	position: absolute;
	top: 10px;
	right: 10px;
}
.breadcrumb, .breadcrumb > a, .breadcrumb > span{
	color: #695D4B;
	font-size: 12px;
}
/*-----------------right end-------------------------*/
/*-----------------about start-------------------------*/
.about_content{
	padding: 15px 20px;
	font-size: 14px;
	line-height: 1.75;
}
.about_content > .subtitle{
	font-size: 14px;
	font-weight: bold;
	color: #E60012;
}
.about_content > .content{
	margin-bottom: 30px;
}
/*-----------------about end-------------------------*/
/*-----------------order start-------------------------*/
.order_btn{
	width: 750px;
	margin: 50px auto;
}
.order_btn1, .order_btn2, .order_btn3{
	display: inline-block;
	width: 354px;
	height: 247px;
	position: relative;
	background: url(../images/order_btn_bg.png) no-repeat;
}
.order_btn1{
	margin-right: 30px;
}
/*.order_btn1, .order_btn2{
	margin: 0px auto 15px;
}*/
.order_btn img{
	position: absolute;
	top: 75px;
	left: 50px;
}
.order_btn p{
	position: absolute;
	top: 75px;
	right: 30px;
	width: 200px;
	text-align: center;
	font-size: 42px;
	color: #122A88;
	text-shadow: 0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff,0px 0px 10px #fff;
}
.order_content{
	padding: 10px 20px;
}
.order_btn3 img{
	position: absolute;
	top: 50px;
	left: 130px;
}
.order_btn3 p{
	position: absolute;
	top: 155px;
	right: 60px;
	text-align: center;
	font-size: 36px;
	font-weight: bold;
	color: #7E5824;
}
.order_content > .subtitle{
	font-size: 18px;
	line-height: 1.5;
	font-weight: bold;
	margin-bottom: 10px;
	padding-left: 20px;
}
.order_content > .subtitle > span{
	font-size: 24px;
	color: #7E5824;
}
.order_content > .subcontent:before{
	content: '';
	display: block;
	width: 733px;
	height: 10px;
	background: url(../images/order_bg_up.png) no-repeat;
	position: absolute;
	top: -10px;
	left: 0px
}
.order_content > .subcontent{
	position: relative;
	background: url(../images/order_bg_midden.png) repeat-y;
	margin-bottom: 20px;
	padding: 0px 30px 0px 50px;
	line-height: 1.75;
}
.order_content > .subcontent:after{
	content: '';
	display: block;
	width: 733px;
	height: 14px;
	background: url(../images/order_bg_down.png) no-repeat;
	position: absolute;
	bottom: -14px;
	left: 0px;
}
.order_content > .subcontent > .pay_way{
	font-size: 14px;
	color: #E60012;
	font-weight: bold;
}
.order_content > .subcontent span{
	margin-right: 15px;
}
.order_content > .subcontent > .remark{
	font-size: 14px;
}
.order_content > .subcontent > .threetitle{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 0px;
}
/*-----------------order end-------------------------*/
/*-----------------contact start-------------------------*/
.contact_info{
	margin: 0px auto;
}
.contact_info > li{
	height: 80px;
	position: relative;
	display: inline-block;
	margin: 5px 20px;
	border-bottom: 1px solid #86B6DB;
	width: 340px;
}
.contact_info > li > img{
	position: absolute;
	top: 10px;
	left: 5px;
}
.contact_info > li > span{
	position: absolute;
	top: 30px;
	left: 75px;
	font-size: 14px;
}
.contact_content > .note{
	color: #EA5413;
	text-align: center;
	margin: 10px 0px 30px;
}
.contact_content > .note > img{
	position: relative;
	top: 15px;
	left: -10px;
}
.contact_table{
	width: 70%;
	margin: 0px auto;
	border-collapse: collapse;
}
.contact_table td{
	border: 1px solid #0E6EB8;
	padding: 10px;
	font-size: 14px;
}
.contact_table td:first-child{
	text-align: center;
}
.contact_table input, .contact_table textarea{
	border: none;
	padding: 5px;
}
.contact_table input[type=text]{
	height: 20px;
}
.contact_table .long{
	width: 270px;
}
.contact_table .full{
	width: 97%;
}
.submit_btn{
	text-align: center;
	margin: 30px;
}
.submit_btn > button{
	color: #fff;
	padding: 10px 15px;
	background: -webkit-linear-gradient(#F8B62C, #EA5415);
	background: -o-linear-gradient(#F8B62C, #EA5415);
	background: -moz-linear-gradient(#F8B62C, #EA5415);
	background: linear-gradient(#F8B62C, #EA5415);
	border-radius: 3px;
	border: none;
	margin: 0px 15px;
	font-size: 16px;
	font-weight: bold;
}
/*-----------------contact end-------------------------*/
/*-----------------media start-------------------------*/
.media_list{
	margin: 30px 0px;
}
.media_list > li{
	display: inline-block;
	padding: 15px;
	margin: 0px 25px 25px 0px;
	background: #D3C397;
}
.media_list > li > a{
	display: block;
}
.media_list > li .media_img, .media_list > li img{
	width: 200px;
	height: 133px;
}
.media_list > li > .title{
	color: #E60012;
	white-space: nowrap;
	overflow: hidden;
	width: 200px;
	font-size: 14px;
	margin: 10px 0px;
}
.media_list > li > .date{
	font-size: 14px;
}

.pager{
    text-align: center;
    margin: 15px 0px;
    font-size: 14px;
}
.pager > a, .pager > span{
    display: inline-block;
    border-right: 1px solid #767676;
    padding: 0px 10px;
    color: #000;
}
.pager > .not_line{
	border-right: none;
}
.pager > a:hover, .pager > span{
    color: #E60012;
}
.media_detail{
	margin: 50px 0px;
}
.media_detail td{
	padding: 10px;
}
.media_detail .title, .news_detail .title{
	font-size: 14px;
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
}
.media_detail .date, .news_detail .date{
	font-size: 14px;
	text-align: right;
	padding-bottom: 5px;
	border-bottom: 1px solid #aaa;
}
.media_detail .content, .news_detail .content{
	font-size: 14px;
	padding: 10px 0px;
}
.media_detail .content p, .news_detail .content p{
	line-height: 1.5;
	text-indent: 25px;
	margin-bottom: 10px;
}
hr{
	height: 1px;
	border: none;
	border-top: 1px solid #aaa;
}
.media_detail .back, .news_detail .back{
	display: block;
	text-align: center;
	margin: 30px;
	font-size: 14px;
	color: #000;
}
.media_movie .content{
	width: 90%;
	margin: 0px auto;
	padding: 20px;
}
/*-----------------media end-------------------------*/
/*-----------------news start-------------------------*/
.news_list{
	margin: 30px 0px;
}
.news_list > li{
	padding: 10px;
	border-bottom: 1px solid #999;
}
.news_list > li:after{
	content: '';
	display: block;
	clear: both;
}
.news_list .news_img{
	float: left;
	display: inline-block;
	text-align: center;
	width: 160px;
}
.news_img img{
	max-width: 107px;
	max-height: 150px;
}
.news_list .news_right{
	float: right;
	margin-right: 30px;
	width: 520px;
	padding: 10px 20px;
}
.news_list .title{
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0px;
}
.news_list .title > .date{
	font-size: 14px;
	font-weight: normal;
	float: right;
}
.news_list .description{
	line-height: 1.5;
	font-size: 14px;
}
.news_list .more{
	display: inline-block;
	font-size: 14px;
	color: #E60012;
	margin: 10px 0px;
}
.news_list .more:after{
	content: url(../images/more_red.png);
	width: 7px;
	height: 7px;
	position: relative;
	right: -5px;
}
.news_detail{
	padding-top: 30px;
}
.news_detail > .left{
	float: left;
	width: 320px;
}
.news_img_show{
	border: 1px solid #aaa;
	text-align: center;
	padding: 5px 10px;
}
.news_img_list_colorbox{
	display: none;
}
.news_detail > .right{
	float: right;
	width: 420px;
}
.news_img_list{
	padding: 0px 20px;
	text-align: center;
	border: 1px solid #aaa;
	height: 68px;
	border-top: none;
}
.news_img_list li{
	display: inline-block;
	margin: 2px;
	border: 1px solid #aaa;
}
.news_img_list li:hover{
	border: 1px solid #E60012;
}
.news_img_list li img{
	width: 41px;
	height: 57px;
}
#current_show{
	max-width: 270px;
	max-height: 290px;
}
/*-----------------news end-------------------------*/
/*-----------------product start-------------------------*/
.product_list{
	margin: 30px 0px;
}
.product_list > li{
	display: inline-block;
	margin: 0px 20px 23px 0px;
}
.product_list > li > a{
	display: block;
}
.product_list > li .img{
	width: 230px;
	height: 150px;
	box-sizing: border-box;
}
.product_list > li > .title{
	overflow: hidden;
	white-space: normal;
	font-size: 16px;
	height: 45px;
	width: 230px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 20px;
}
.product_list .title > img{
	display: block;
	width: 230px;
	position: relative;
	bottom: -5px;
}
.product_list > li > .price{
	font-size: 14px;
}
.product_list > li .special{
	font-size: 14px;
	color: #E60012;
	margin-left: 5px;
}
.product_list > li .content{
	overflow: auto;
	white-space: normal;
	font-size: 14px;
	height: 180px;
	width: 220px;
	margin-top: -15px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	line-height: 20px;
	border: 1px solid #C0B49E;
	padding: 5px;
}
.product_list .price > .more{
	font-size: 14px;
	color: #AA997C;
	float: right;
	padding-right: 5px;
}
.product_list .price > .more:after{
	content: url(../images/more_icon.png);
	width: 8px;
	height: 8px;
	position: relative;
	right: -5px;
}
/*-----------------product end-------------------------*/
.loupe {
	background-color:#555;
	background:rgba(0, 0, 0, 0.25);
	border:5px solid rgba(0, 0, 0, 0);
	cursor:url(blank.png), url(blank.html), none;
}
.error{
	color: #ff0000;
}