html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../images/bg_body.gif) repeat-x top #171717 fixed;
	font-family: Arial, "微軟正黑體", Helvetica, sans-serif;
	font-size: 14px;
}
a {
	text-decoration: none;
}
.wrapper {
	position: relative;
	width: 100%;
}
.header {
	float: left;
	width: 100%;
	height: 65px;
	margin: 0 auto;
	padding: 0;
	position: fixed;
	top: 0px;
	z-index: 999;
	background: url(../images/bg_body.gif) repeat-x top;
	border-bottom: 1px solid #333;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.homelogo {
	float: left;
	width: auto;
	height: auto;
	position: relative;
	top: 3px;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.homelogo a {
	display: block;
	width: 100%;
	height: 100%;
}
.homelogo a img {
	width: 100%;
	height: auto;
}
.main {
	position: relative;
	float: left;
	width: 100%;
	padding: 90px 0 20px 0;
	color: #eee;
}
.main a {
	color: #90c73e;
}
.main a:hover {
	color: #fff;
}
/*header*/
.nav {
	float: right;
	clear: both;
	width: auto;
	position: relative;
	top: -17px;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.btn_social {
	position: absolute;
	top: 20px;
	right: 0;
}
.social-networks li {
	float: left;
	margin: 0 2px;
}
#slider-wrapper {
	clear: both;
}
/*top_bar*/
.header .lang_bar {
	float: right;
	margin-right: 0px;
	white-space: nowrap;
	position: relative;
	color: #e6e6e6;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.header .lang_bar select {
	height: 23px;
	border: 0;
	outline: 0;
}
.header .but_facebook {
	float: right;
	width: 75px;
	height: 23px;
	position: relative;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.header .but_facebook a {
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/icon_fb.gif) no-repeat top;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.header .but_facebook:hover a {
	background: url(../images/icon_fb.gif) no-repeat bottom;
}
/**/
/*index*/
.index_banner {
	float: left;
	width: 100%;
}
.index_service_block {
	float: left;
	position: relative;
	z-index: 98;
	width: 100%;
	border-top: 4px solid #6a727f;
	border-bottom: 1px solid #6a727f;
	padding-top: 12px;
	padding-bottom: 20px;
	margin-bottom: 30px;
}
.index_service_list {
	width: 960px;
	margin: 0px auto 0 auto;
	position: relative;
	z-index: 200;
}
.index_service_list li {
	float: left;
	width: 33%;
	text-align: center;
}
.index_service_pic, .index_service_title, .index_service_content {
	width: 185px;
	margin: 0 auto;
}
.index_service_pic {
	background: #fff;
	padding: 1px;
	margin: 11px auto;
	border-radius: 100%;
	vertical-align: top;
	border: 2px solid #bec0c3;
}
.index_service_pic a {
	display: block;
}
.index_service_pic a img {
	border-radius: 100%;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
}
.index_service_title {
	padding: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.index_service_title a {
	color: #008044;
}
.index_service_title a:hover {
	color: #ff9617;
}
.index_service_content {
	line-height: 20px;
	padding: 10px 0;
	color: #727272;
}
.index_abs {
	float: left;
	width: 270px;
}
.index_abs .index_pic {
	float: left;
	width: 270px;
	padding: 0px;
	position: relative;
}
.index_abs .index_pic:after {
	background: url(../images/shadow_images.png) center 0 no-repeat;
	height: 20px;
	position: absolute;
	bottom: -20px;
	right: 50%;
	z-index: 1;
	width: 352px;
	margin-right: -176px;
	content: '';
}
.index_abs .index_pic a {
	display: block;
}
.index_abs .index_pic a img {
	vertical-align : middle;
	filter: brightness(66%);
	-moz-filter: brightness(66%);
	-webkit-filter: brightness(66%);
	-o-filter: brightness(66%);
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.index_abs .index_pic a:hover img {
	filter: brightness(100%);
	-moz-filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-o-filter: brightness(100%);
}
.index_abs .index_txt {
	float: right;
	width: 215px;
}
.index_news {
	float: right;
	width: 340px;
}
.index_news li, .news_list li {
	background: url(../images/list_news.gif) no-repeat 0% 8px;
	padding: 5px 0 12px 19px;
	color: #666;
}
.index_news li span.date, .news_list li span.date {
	float: right;
	font-weight: bold;
}
.index_news li a, .news_list li a {
	color: #e6e6e6;
}
.news_list li a:hover {
	color: #90c73e;
}
.index_news li a:hover {
	color: #fff;
}
.index_product {
	float: left;
	width: 300px;
	margin-right: 20px;
}
.index_product li {
	width: 140px;
	float: left;
	margin: 0px;
	background: #6a727e;
	border-bottom: 3px solid #424a58;
}
.index_product .img-scroll:after {
	background: url(../images/shadow_pic.png) center 0 no-repeat;
	height: 20px;
	position: absolute;
	bottom: -20px;
	right: 50%;
	z-index: 1;
	width: 352px;
	margin-right: -176px;
	content: '';
}
.index_product li:hover {
	background: #008044;
	border-bottom: 3px solid #008044;
}
.index_product li .product_name {
	width: 280px;
	padding: 10px;
	line-height: 18px;
	text-align: left;
	position: relative;
	top: -0px;
	background: url(../images/bg_img.png) repeat;
	z-index: 20;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.index_product li:hover .product_name {
	top: -35px;
}
.index_product li .product_name a {
	color: #fff;
}
.index_product li img {
}
.index_video {
	float: left;
	width: 100%;
	padding-top: 50px;
	margin-top: 50px;
	border-top: 4px solid #6a727f;
}
.index_video .index_iframe {
	float: left;
	width: auto;
	margin-right: 30px;
	border: 5px solid #dcdcdc;
}
.index_video .index_txt {
}
.index_video h4.title {
}
.index_video .index_content {
	color: #6a727f;
}
/*main*/
.block {
	width: 980px;
	margin: 0 auto;
	position: relative;
}
.page_banner {
	float: left;
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
	position: relative;
}
.page_banner img {
	position: relative;
	z-index: 2;
}
.page_banner:after {
	background: url(../images/shadow_banner.png) center 0 no-repeat;
	height: 87px;
	position: absolute;
	bottom: -65px;
	right: 50%;
	z-index: 1;
	width: 1072px;
	margin-right: -536px;
	content: '';
}
.map_banner {
	/* float: left; */
	/* width: 100%; */
	/* height: 360px; */
	margin-bottom: 20px;/* position: relative; */
}
.map_banner iframe {
	position: relative;
	z-index: 2;
}
.map_banner:after {
	background: url(../images/shadow_banner.png) center 0 no-repeat;
	height: 87px;
	position: absolute;
	bottom: -65px;
	right: 50%;
	z-index: 1;
	width: 1072px;
	margin-right: -536px;
	content: '';
}
.page_local_bar {
	width: 940px;
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin: 0 auto;
	margin-bottom: 20px;
	text-align: right;
	color: #008044
}
h4.title {
	/* margin: 0 0 15px 0; */
	/* padding: 0 0 12px 0; */
	line-height: 30px;
	font-size: 16px;
}
.left h4.title, .company_info h4.title, .contact_form h4.title {
	float: left;
	width: auto;
	line-height: 45px;
	color: #90c73e;
	padding: 0 0 0 20px;
	font-size: 24px;
}
h4.title b {
	font-weight: bold;
	color: #ccc;
}
h4.title b span {
	color: #90c73e;
}
.left h4.title span, .company_info h4.title span, .contact_form h4.title span {
	float: left;
	margin-top: -10px;
	font-size: 12px;
	color: #eee;
}
.sub_title {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #90c73e;
	margin: 5px 0;
}
.product_intro h4.title {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px dashed #999;
	color: #eee;
}
.product_intro h4.title .btn_title {
	color: #90c73e;
}
.left {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	z-index: 2;
}
.right {
	float: left;
	width: 940px;
	padding: 20px 20px 0;
	background: rgba(0,0,0,0.3);
}
/*left*/
.left_nav {
	float: left;
	height: 50px;
}
.left_nav ul {
	padding-left: 10px;
}
.left_nav li {
	float: left;
	width: auto;
	line-height: 50px;
	padding: 0 10px;
	font-size: 15px;
	/*padding: 0 0 0 25px;
	background: url("../images/marker_002.png") no-repeat left 2px;*/
	position: relative;
}
.left_nav li ul li {
	padding-left: 6px;
}
.left_nav li span {
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
}
.left_nav li span.no_nav {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/categories_plus.gif") no-repeat left top;
	cursor: pointer;
	position: absolute;
	float: left;
	left: -21px;
}
.left_nav li div span.no_nav {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/categories_minus.gif") no-repeat left top;
	cursor: pointer;
	position: relative;
	float: left;
	left: 20px;
	display: inline-block;
}
.left_nav li .nav_wrap {
	overflow: hidden;
}
.left_nav li div span a {
	padding-left: 3px;
}
.left_nav li div span a:hover {
	padding-left: 5px;
}
.left_nav li span.open, .left_nav li span.close {
	width: 216px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/categories_plus.gif") no-repeat left top;
	cursor: pointer;
	position: absolute;
	float: left;
	left: -21px;
}
.left_nav li span.close {
	background: url("../images/categories_minus.gif") no-repeat left top;
}
.left_nav li span.no_nav {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	background: url("../images/categories_minus.gif") no-repeat right top;
	cursor: default;
}
.left_nav li a {
	display: block;
	color: #bcdd8b;
}
.left_nav li:hover {
}
.left_nav li:hover > a {
	color: #fff;
	border-bottom: 1px solid rgba(144,199,62,1);
}
.left_nav li.active > a {
	color: #fff;
}
.left_about img {
	border-radius: 13px;
	-webkit-border-radius: 13px;
	-moz-border-radius: 13px;
	margin-bottom: 10px;
}
.left_about p {
	line-height: 20px;
	font-size: 14px;
}
.left_box {
	margin-top: 30px;
}
/*right*/
.content {
	clear: both;
	line-height: 20px;
	font-size: 15px;
}
.content p {
	margin-bottom: 10px;
}
.content img {
	max-width: 940px;
	height: auto;
	margin: 5px 0;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}
.content ul, .product_info ul, .product_intro ul {
	list-style: outside;
	padding-left: 20px;
}
.content ol, .product_info ol, .product_intro ol {
	list-style: outside decimal;
	padding-left: 20px;
}
.content a:hover {
	text-decoration: underline !important;
}
table.contact_txt_block td {
	padding: 5px;
	vertical-align: top;
}
h5 {
	color: #ff9617
}
.news_list ul {
	list-style: none;
	padding: 0;
}
.news_list li {
	background: url(../images/list_news.gif) no-repeat 0% 11px;
	font-size: 15px;
}
/*dining*/
ul.list_menu {
	float: left;
	list-style: none;
	margin-bottom: 20px;
}
.list_menu li {
	float: left;
	width: 184px;
	margin: 0px;
	text-align: center;
	white-space: nowrap;
}
.list_menu .menu_name {
	margin: 0px;
}
/**/
/*about*/
#abs_img {
	float: left;
	width: 356px;
	margin: 0px 20px 60px 0;
	overflow: hidden;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
#abs_img img {
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}
#abs_img .nivo-caption {
	display: none;
}
#abs_img .nivo-caption-inner {
	display: none;
}
#abs_img .nivo-directionNav {
	display: none !important;
}
#abs_img .nivo-controlNav {
	display: none;
}
.abs_page .member_grid {
	background: url(images/bg_about_001.png) no-repeat;
}
.abs_page .member_grid .grid_left {
	float: left;
	width: 430px;
	margin: 20px;
}
.abs_page .member_grid .grid_left .abs_list {
	margin: 0 20px 50px;
	padding: 10px 0;
	background: url(images/bg_ul.png) repeat-y left;
}
.abs_page .member_grid .grid_left .abs_list li {
	padding-left: 20px;
}
.abs_page .member_grid .grid_left .abs_list li.star_001 {
	background: url(images/img_star_001.png) no-repeat 0 3px;
}
.abs_page .member_grid .grid_left .abs_list li.star_002 {
	width: 80%;
	background: url(images/img_star_002.png) no-repeat 0 3px;
}
.abs_page .member_grid .grid_left .abs_list li.star_003 {
	width: 70%;
	background: url(images/img_star_003.png) no-repeat 0 3px;
}
.abs_page .member_grid .grid_left .abs_list li b {
	color: #fff;
	font-size: 14px;
}
.abs_page .member_grid .grid_left .abs_list li p {
	color: #eee;
}
.abs_page .member_grid .grid_right {
	float: right;
	width: 490px;
	margin: 20px 0;
}
.abs_page .member_grid .grid_right .member_list {
	list-style: none;
}
.abs_page .member_grid .grid_right .member_list li {
	float: left;
	width: 100%;
	position: relative;
	background: none;
}
.abs_page .member_grid .grid_right .member_list li a {
	display: block;
	float: left;
	cursor: pointer;
	position: relative;
}
.abs_page .member_grid .grid_right .member_list li a .tip {
	display: none;
	width: 120px;
	height: 105px;
	background: url(images/bg_tip_hover.png) no-repeat top center;
	text-align: center;
	position: absolute;
	top: 0px;
	left: 60px;
	z-index: 0;
}
.abs_page .member_grid .grid_right .member_list li a img {
	position: relative;
	z-index: 1;
}
.abs_page .member_grid .grid_right .member_list li a:hover .tip {
	display: block;
}
.abs_page .member_grid .grid_right .member_list li a .tip b {
	line-height: 30px;
	margin-top: 20px;
}
.abs_page .member_grid .grid_right .member_list li a .tip b span {
	display: block;
	width: 100%;
}
.abs_page .member_grid .grid_right .member_list .triangle_001 {
}
.abs_page .member_grid .grid_right .member_list .triangle_002 {
	right: 60px;
}
.abs_page .member_grid .grid_right .member_list .triangle_003 {
	right: 120px;
}
.abs_page .member_grid .grid_right .member_list .triangle_004 {
	right: 180px;
}
/**/
.company_list {
	list-style: none !important;
	padding: 0;
}
.company_list li {
	float: left;
	width: 33%;
}
.company_list li a {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding-bottom: 10px;
}
.company_list li a img {
	border: 5px solid #101010;
	margin: 5px;
}
.company_list li a:hover > img {
	border: 5px solid #333;
}
.company_list li p {
	padding: 0 10px;
	color: #999;
}
/**/
/*news detail*/
#people {
	float: left;
	margin-bottom: 15px;
}
#day {
	width: 200px;
	float: right;
	text-align: right;
	font-size: 12px;
	margin-top: 15px;
}
#topbutton {
	float: right;
	width: 145px;
	margin-bottom: 15px;
}
/*company info*/
.company_info {
	float: left;
	width: 980px;
	padding: 0px 0px 0;
	background: rgba(0,0,0,0.3);
}
.company_info .grid_left {
	float: left;
	width: 600px;
}
.company_info .content {
	min-height: 360px;
	padding: 0 10px;
}
/**/
/*contact form*/
.contact_form {
	float: right;
	width: 340px;
	padding: 0px 0px 0px;
	background: #222;
}
.contact_form .field {
	float: left;
	position: relative;
	margin: 0 0 13px 20px;
	vertical-align: top;
}
.contact_form .field b {
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.contact_form .field span {
	display: block;/* padding-bottom: 5px; */
}
.contact_form input[type="text"], .contact_form textarea {
	width: 210px;
	height: 26px;
	padding: 4px 5px 4px;
	margin: 0 0 0px 0px;
	background: #383838;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #666;
	border: 0;
}
.contact_form textarea {
	width: 300px;
	max-height: 120px;
	min-height: 120px;
}
.contact_form .btn_submit, .btn_box .btn_submit {
	background: #222;
	position: relative;
	display: inline-block;
	width: 203px;
	height: 45px;
	overflow: hidden;
	margin: 0;
	padding: 0!important;
	vertical-align: top;
	line-height: 45px;
	border: 1px solid #90c73e;
	font-family: 'Six Caps', sans-serif;
	font-size: 21px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 58px;
	-moz-border-radius: 58px;
	border-radius: 58px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.contact_form .btn_submit:hover, .btn_box .btn_submit:hover {
	background: #90c73e;
	color: #fff;
}
.err_txt {
	margin-top: 5px;
	color: #f00;
}
.form_icon_ok, .form_icon_no {
	position: absolute;
	top: 28px;
	right: 50px;
}
/*product list*/
.product_list ul {
	list-style: none;
	padding: 0;
}
.product_list li {
	width: 215px;
	float: left;
	margin: 20px 10px 0px 10px;
}
.product_list li:nth-child(4n) {
}
.product_list li:hover {
}
.product_list li .product_pic {
	width: 215px;
	height: 150px;
	filter: brightness(66%);
	-moz-filter: brightness(66%);
	-webkit-filter: brightness(66%);
	-o-filter: brightness(66%);
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}
.product_list li:hover .product_pic {
	filter: brightness(100%);
	-moz-filter: brightness(100%);
	-webkit-filter: brightness(100%);
	-o-filter: brightness(100%);
}
.product_list li .product_pic img {
}
.product_list li .product_name {
	margin: 10px 0;
	line-height: 18px;
	text-align: center;
	height: 36px;
}
.product_list li .product_name a {
	padding: 0 10px;
	color: #999;
}
.product_list li:hover .product_name a {
	color: #FFF;
}
.product_list li img {
	margin: 0px;
}
/*product detail*/

.products_detail_box .product_pic {
	float: left;
	width: 580px;
	height: 490px;
}
.products_detail_box .product_pic #image-block {
	float: left;
	width: 580px;
}
.products_detail_box .product_pic #image-block a {
	display: block;
}
.products_detail_box .product_pic #image-block img {
	float: left;
	width: 580px;
	height: 380px;
	box-shadow: 2px 2px 10px rgba(0,0,0,0.6);
}
.right_box {
	float: right;
	width: 340px;
}
.product_name .product_name {
}
.products_detail_box .product_name h4 {
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	color: #90c73e;
	border-bottom: 1px dashed #999;
}
.product_info, .product_intro {
	clear: both;
	padding: 10px 0;
	min-height: 310px;
}
.product_intro {
	padding-top: 20px;
}
.product_price {
	clear: both;
	text-align: right;
	padding: 10px;
	border-top: #999 1px dashed;
	margin-top: 10px;
}
.product_price span {
	float:left;
	line-height:45px;
	font-size: 18px;
	color: #fff;
}
.product_price .btn_order {
	background: #222;
	position: relative;
	display: inline-block;
	width: 203px;
	height: 45px;
	overflow: hidden;
	margin: 0;
	padding: 0!important;
	vertical-align: top;
	line-height: 45px;
	border: 1px solid #90c73e;
	font-family: 'Six Caps', sans-serif;
	font-size: 21px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #fff;
	cursor: pointer;
	-webkit-border-radius: 58px;
	-moz-border-radius: 58px;
	border-radius: 58px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.product_price .btn_order:hover {
	text-transform: none !important;
	background: #90c73e;
	color: #fff;
}
/*about*/
#tag-list {
	width: 100%;
	font-family: "Irma Bold 3", "黑体", SimHei, "华文黑体", STHeiti, Verdana, Sans-serif !important;
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	color: #9d8976;
	font-size: 0.65em;
	letter-spacing: 0.25em;
}
#tag-list .tag-button {
	display: inline-block;
	margin-right: 21px;
	margin-bottom: 10.5px;
	padding: 3.33333px 10px 1.33333px 10px;
	background-color: rgba(0,0,0,0.025);
	border-radius: 4px;
	-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	box-shadow: inset 0 2px 4px rgba(0,0,0,0.1);
	color: #9d8976;
	cursor: pointer;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.25s;
	-moz-transition-duration: 0.25s;
	-o-transition-duration: 0.25s;
	transition-duration: 0.25s
}
#tag-list .tag-button:hover, #tag-list .tag-button.active {
	color: #fff !important
}
#main-container #main-content {
	padding-bottom: 252px;
	width: 700px;
	/* margin-left: 232px !important; */
	min-height: 100px;
	height: auto !important;
	height: 100px;
	overflow: visible;
	visibility: hidden
}
#main-container #main-content ul.boxes {
	list-style: none;
}
#main-container #main-content h3.oupa {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	width: 907px;
	color: #69a569;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #69a569;
	margin-bottom: 21px;
	font-size: 0.65em;
	padding-left: 1px
}
#main-container #main-content h3.oupa span {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content h3.news-top {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #907aa5;
	margin-bottom: 21px;
	font-size: 0.65em;
	padding-left: 1px;
	margin-right: 21px;
	color: #907aa5
}
#main-container #main-content h3.news-top span {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #place {
	width: 675px;
	color: #74471a;
	min-height: 378px
}
#main-container #main-content #place .clear-all {
	width: 100%;
	clear: both
}
#main-container #main-content #place h1 {
	font-size: 3em;
	line-height: 52.5px;
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	text-transform: normal;
	text-align: left;
	color: #74471a;
	margin-bottom: 10.5px;
	padding-left: 2.5px
}
#main-container #main-content #place h1.error {
	font-size: 2em;
	color: #9d8976;
	line-height: 42px;
	min-height: 189px;
	padding-left: 211px;
	margin-top: 63px;
	background-image: url('/static/site/css/images/rolha-error.png?cb7c22072d1a');
	background-repeat: no-repeat;
	background-position: top left
}
#main-container #main-content #place h1 em {
	font-weight: 300 !important
}
#main-container #main-content #place h2 {
	font-style: normal !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	font-size: 1.2em;
	text-align: left;
	line-height: 1.5em;
	margin-bottom: 31.5px
}
#main-container #main-content #place h2 em {
	font-weight: 300 !important
}
#main-container #main-content #place h3 {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em;
	font-size: 1em;
	padding-left: 1px;
	margin-bottom: 10.5px
}
#main-container #main-content #place h3.title-top {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em;
	border-bottom: 1px solid #74471a;
	margin-bottom: 21px;
	font-size: 0.65em;
	padding-left: 1px
}
#main-container #main-content #place h3.title-top span {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #place h4 {
	font-style: italic !important;
	font-weight: 700 !important;
	font-stretch: normal !important;
	font-size: 1.2em;
	letter-spacing: 1px;
	margin-bottom: 10.5px
}
#main-container #main-content #place h4 em {
	font-weight: 700 !important
}
#main-container #main-content #place p {
	font-style: normal !important;
	font-weight: 400 !important;
	font-stretch: normal !important
}
#main-container #main-content #place p a {
	font-style: italic !important;
	font-weight: 400 !important;
	font-stretch: normal !important
}
#main-container #main-content #place p a:hover {
	text-decoration: underline
}
#main-container #main-content #place p.no-space {
	margin-top: -10.5px
}
#main-container #main-content #place blockquote p {
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	color: #74471a !important;
	font-size: 1.4em !important;
	line-height: 1.5em !important;
	margin-bottom: 0
}
#main-container #main-content #place blockquote p em {
	font-weight: 300 !important
}
#main-container #main-content #place h6 {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	color: #852 !important;
	font-size: 0.75em;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-align: right;
	margin-bottom: 21px;
	margin-top: 10.5px
}
#main-container #main-content #place h6 strong {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #place h6 a {
	text-decoration: none
}
#main-container #main-content #place h6 a:hover {
	text-decoration: underline
}
#main-container #main-content #place div.dois-cols {
	width: 100%;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: 21px;
	margin-bottom: 21px
}
#main-container #main-content #place div.dois-cols div {
	width: 327px;
	margin-right: 21px;
	float: left
}
#main-container #main-content #place div.dois-cols div:last-child {
	margin-right: 0
}
#main-container #main-content #place div.irmao {
	width: 100%;
	clear: both;
	overflow: hidden;
	width: 100%;
	margin-top: 5.25px;
	padding-top: 5.25px;
	margin-bottom: 21px;
	border-top: 1px solid #74471a
}
#main-container #main-content #place div.irmao div.one {
	width: 211px;
	margin-right: 21px;
	float: left
}
#main-container #main-content #place div.irmao div.two {
	width: 443px;
	float: left
}
#main-container #main-content #place div.irmao div.two div {
	width: 211px;
	margin-right: 21px;
	float: left
}
#main-container #main-content #place div.irmao div.two div:last-child {
	margin-right: 0
}
#main-container #main-content #place div.irmao h3 {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	font-size: 0.8em;
	border-bottom: 1px solid #74471a;
	margin-bottom: 21px
}
#main-container #main-content #place ul {
	font-style: normal !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	list-style-type: none;
	padding: 0px;
	margin: 0px
}
#main-container #main-content #place ul li {
	background-image: url('/static/site/css/images/bullet.png?cb7c22072d1a') !important;
	background-repeat: no-repeat;
	background-position: 0px 4px;
	padding-left: 14px;
	margin-bottom: 5.25px
}
#main-container #main-content #place ul li:last-child {
	margin-bottom: 21px
}
#main-container #main-content #place ul.btb {
	list-style-image: none;
	background-image: none;
	width: auto;
	overflow: hidden
}
#main-container #main-content #place ul.btb li {
	list-style-image: none;
	display: inline;
	width: 211px;
	background-image: none;
	padding: 0;
	float: left;
	margin-right: 21px;
	margin-bottom: 21px
}
#main-container #main-content #place ul.btb li.no {
	margin-right: 0
}
#main-container #main-content #place ul.btb li p {
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important
}
#main-container #main-content #place ul.btb li p strong {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	font-size: 0.75em;
	letter-spacing: 1px
}
#main-container #main-content #place .galleria {
	display: none;
	visibility: hidden
}
#main-container #main-content #place .galleria-wrapper {
	margin-bottom: 21px
}
#main-container #main-content #place .galleria-wrapper .galleria-container {
	width: 100% !important;
	background-color: transparent !important
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-stage {
	margin: 0 !important;
	bottom: 0 !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-stage .galleria-counter {
	display: none !important;
	visibility: collapse
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-stage .galleria-images .galleria-image img {
	top: 1 !important;
	bottom: 0 !important
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-thumbnails-container {
	display: none !important;
	visibility: collapse
}
#main-container #main-content #place .galleria-wrapper .galleria-container .galleria-info {
	display: none !important;
	visibility: collapse
}
#main-container #main-content .continent-tag {
	display: none
}
#main-container #main-content #slideshow-images {
	width: 907px !important
}
#main-container #main-content #counter-calculator {
	background-color: #fff;
	padding: 10px;
	overflow: hidden;
	color: #74471a
}
#main-container #main-content #counter-calculator .content {
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 0.25em;
	font-size: 0.8em;
	line-height: 1.2em
}
#main-container #main-content #counter-calculator .result {
	width: 100%;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	letter-spacing: 2px;
	font-size: 4em;
	color: #d45;
	padding-top: 10.5px;
	padding-bottom: 21px;
	margin-bottom: 10.5px;
	border-bottom: 1px dashed #d54
}
#main-container #main-content #counter-calculator .result #counter-result {
	line-height: 1em
}
#main-container #main-content #counter-calculator .result .unit {
	font-size: 0.5em;
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	letter-spacing: 1px;
	text-transform: lowercase
}
#main-container #main-content #counter-calculator .result .counter {
	text-align: right
}
#main-container #main-content #counter-calculator .title {
	color: #d45;
	text-align: right
}
#main-container #main-content #counter-calculator .begin {
	font-size: 1em;
	color: #d45;
	text-align: right;
	margin-bottom: 21px;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #counter-calculator .begin strong {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
#main-container #main-content #counter-calculator .begin .since {
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	font-size: 0.9em
}
#main-container #main-content #counter-calculator .begin p {
	text-align: right
}
#main-container #main-content #counter-calculator .complementary-wrapper {
	background-color: #69a569;
	padding: 10px;
	color: #fff;
	text-align: right
}
#main-container #main-content #counter-calculator .complementary-wrapper h2 {
	line-height: 1.5em;
	font-size: 2em;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	margin-bottom: 2px
}
#main-container #main-content #counter-calculator .complementary-wrapper h2 .unit {
	font-size: 0.5em;
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	letter-spacing: 1px;
	text-transform: lowercase
}
#main-container #main-content #counter-calculator .complementary-wrapper .begin {
	color: #fff;
	margin-bottom: 0
}
#main-container #main-content #counter-calculator .complementary-wrapper .link {
	text-align: left;
	font-style: normal !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	text-transform: lowercase;
	display: block
}
#main-container #main-content #counter-calculator .complementary-wrapper .link a {
	font-style: italic !important;
	font-weight: 400 !important;
	font-stretch: normal !important
}
.faqs-item {
	font-family: "Open Sans", "黑体", SimHei, "华文黑体", STHeiti, sans-serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	width: 660px;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 21px;
	-webkit-transition-property: background-color;
	-moz-transition-property: background-color;
	-o-transition-property: background-color;
	transition-property: background-color;
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	margin-right: 0;
	z-index: 1
}
.faqs-item:hover {
	z-index: 1
}
.faqs-item .tags {
	display: none;
}
.faqs-item.closed p {
	margin-bottom: 0px
}
.faqs-item.closed:hover {
	background: #69a569;
	color: #fff;
	z-index: 1
}
.faqs-item.closed:hover .news_lead_text {
	border-color: #fff
}
.faqs-item.closed:hover .news_title {
	color: #fff
}
.faqs-item.closed:hover p {
	color: #fff
}
.faqs-item .addthis_toolbox {
	display: none
}
.faqs-item .faqs_lead_text {
	cursor: pointer;
	padding-top: 10px;
	padding-bottom: 20px;
	font-size: 2em;
	line-height: 1.5em;
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	line-height: 1.25em;
	font-family: "Open Sans", "黑体", SimHei, "华文黑体", STHeiti, sans-serif !important;
	font-style: italic !important;
	font-weight: 300 !important;
	font-stretch: normal !important;
	color: #69a569;
	padding-bottom: 0px
}
.faqs-item .faqs_lead_text p {
	margin-bottom: 7px !important
}
.faqs-item .faqs_lead_text p em {
	font-weight: 300 !important
}
.faqs-item .faqs_front_image {
	display: none
}
.faqs-item .base_content {
	padding-top: 10.5px;
	border-top: 1px dashed;
	border-top-color: #69a569
}
.faqs-item .base_content p {
	font-family: "Open Sans", 黑体, SimHei, 华文细黑, STXihei, sans-serif !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	font-size: 14px !important;
	color: #333 !important;
	line-height: 21px !important
}
.faqs-item .base_content blockquote {
	padding-left: 21px;
	padding-right: 21px
}
.faqs-item .base_content blockquote p {
	font-family: "Open Sans", "黑体", SimHei, "华文黑体", STHeiti, sans-serif !important;
	font-style: italic !important;
	font-weight: 400 !important;
	font-stretch: normal !important;
	margin-bottom: 0
}
.faqs-item .base_content blockquote p em {
	font-weight: 300 !important
}
.faqs-item .base_content h6 {
	font-family: "Irma Regular 3", "黑体", SimHei, "华文黑体", STHeiti, Verdana, Sans-serif !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-stretch: normal !important;
	text-transform: uppercase !important;
	font-size: 0.75em;
	line-height: 1.2em;
	letter-spacing: 2px;
	text-align: right;
	margin-bottom: 21px;
	margin-top: 10.5px;
	padding-left: 84px
}
.faqs-item .base_content h6 strong {
	font-family: "Irma Bold 3", "黑体", SimHei, "华文黑体", STHeiti, Verdana, Sans-serif !important;
	font-style: normal !important;
	font-weight: normal;
	font-stretch: normal !important;
	text-transform: uppercase !important
}
/**/
/*views*/
#Buty_View_PicSource {
	float: right;
	text-align: right;
	width: 376px;
}
#Buty_View_PicSource strong {
	float: right;
}
#Buty_Title_Pic {
	text-align: center;
	float: right;
	width: auto;
}
.p3 .content .word {
	word-wrap: break-word;
	line-height: 24px;
}
.p3 .content .word .pic {
	width: 320px;
	text-align: center;
	float: right;
	border: solid 1px #ccc;
	padding: 5px;
	background-color: #dedede;
	margin: 5px;
}
.sec3 h2, .foodsec3 h2 {
	font-size: 18px;
	color: #1681d3;
	margin-bottom: 15px;
}
/**/
/*btn*/
a.link {
	background: url(../images/button.png) no-repeat top;
	display: inline-block;
	width: 58px;
	height: 58px;
	overflow: hidden;
	vertical-align: top;
	line-height: 58px;
	font-family: 'Six Caps', sans-serif;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #fff;
}
a:hover.link {
	background: url(../images/button.png) no-repeat bottom;
}
.btn_more {
	text-align: right;
	margin: 10px;
}
.btn_more a {
	color: #90c73e;
}
.btn_more a:hover {
	color: #fff;
}
.btn_box {
	float: right;
}
.btn_box .more {
	display: block;
	width: 70px;
	height: 21px;
	line-height: 21px;
	margin: 10px 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
	background: #008044;
	-webkit-border-radius: 21px;
	-moz-border-radius: 21px;
	border-radius: 21px;
}
.btn_box .more:hover {
	background: #ff9617;
	color: #fff;
}
.index_news .btn_box .more {
	display: block;
	width: auto;
	height: 21px;
	line-height: 21px;
	padding-left: 12px;
	margin: 6px 0 0;
	font-family: "Arial";
	font-size: 9px;
	text-align: left;
	font-weight: 100;
	color: #666;
	background: url(../images/img_add.png) no-repeat 0 5px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.index_news .btn_box .more:hover {
	background: ＿;
	color: #fff;
}
/*link*/
.logo_list {
	display: inline-block;
	list-style: none !important;
	width: 100%;
	padding-left: 0px !important;
	padding-bottom: 20px;
}
.logo_list li {
	float: left;
	width: 25%;
	height: 180px;
	line-height: 180px;
	text-align: center;
	position: relative;
}
.logo_list li:hover {
	background-color: #222;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.logo_list li .border {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.logo_list li:nth-child(4n) .border {
	border-right: none;
}
li:nth-last-child(-n+4) .border {
	border-bottom: none;
}
.logo_list li .border img {
	display: block;
	width: 180px;
	height: 180px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -90px;
	margin-left: -90px;
	box-shadow: none !important;
}
/**/
/*footer*/
.footer {
	position: relative;
	float: left;
	width: 100%;
	background: none;
	padding: 20px 0;
}
.footer_txt {
	width: 980px;
	margin: 0px auto;
	padding: 10px 0;
	color: #ccc;
	font-size: 9px;
	border-top: 1px solid #333;
}
.footer_txt td {
	padding: 5px 0;
}
/*.footer_nav {
	float:left;
	width:800px;
}*/
.footer_nav li {
	float: left;
	margin-right: 10px;
}
.footer_nav li+li {
	padding-left: 8px;
	border-left: 1px solid #999;
}
.footer_nav li a, .footer_txt a {
	color: #ccc;
}
.footer_nav li a:hover, .footer_txt a:hover {
	color: #FFF;
}
.copy_right {
	float: right;
}
/*.copyright_txt {
	float:left;
	width:800px;
	margin-top:10px;
}*/
.contact_txt {
	background: url(../images/footer_line.png) repeat-y;
	padding: 0 20px;
	line-height: 20px;/*float:right;
	padding:0 20px;
	line-height:20px;*/
}
/*分頁按鈕*/
.page_list {
	clear: both;
	padding-top: 20px;
	text-align: center;
	font-size: 12px;
}
.page_list a {
	margin: 5px 5px;
	padding: 6px 6px 4px;
	color: #90c73e;
}
.page_list a:hover, {
 color: #fff;
}
.page_list a.selected {
	background: #fff;
	color: #000;
}
/***** CLEAR *****/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
.hr {
	clear: both;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0;
	border-top: 1px dashed #333;
}
/**/
/*tip*/
.tip {
	margin: 10px 0;
}
.tip b {
	font-weight: bold;
}
.tip p {
	color: #999;
}
/**/
/*back to top*/
#back-top-wrapper {
	position: absolute;
	overflow: hidden;
	height: 17px;
}
#back-top {
	position: fixed;
	bottom: 50%;
	right: 27px;
	display: none;
}
#back-top a {
	width: 15px;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
#back-top span {
	width: 41px;
	height: 50px;
	display: block;
	background: url(../images/ui_totop.gif) no-repeat 0% 0%;
}
#back-top a:hover span {
	background-position: right;
}
/*seo用*/
h1.h1_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}
h2.h2_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	position: absolute;
	text-indent: -9999px;
}
h3.h3_seo {
	padding: 0px;
	margin: 0px;
	height: 0;
	text-indent: -9999px;
}
