/* COMMON
======================*/
html, body {
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 16px;
	background: #000;
}
a {
	color: #666;
	text-decoration: none;
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
	outline: none;
}
a:hover {
	color: #000;
}
.wrapper {
	position: relative;
	width: 100%;
	overflow: hidden;
	font-family: arial, "微軟正黑體";
	background: url(../images/bg_sub_body.jpg) repeat fixed;
}
.wrapper.index {
	/* font-family: arial, "標楷體"; */
	background: none;
}
.block {
	position: relative;
	width: 98%;
	max-width: 820px;
	margin: 0 auto;
	padding: 0 1%;
}
.main {
	display: block;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	background: none;
	position: relative;
	color: #727171;
}
.float_l {
	float: left;
}
.float_r {
	float: right;
}
/**/

/*HEADER
======================*/
.header {
	height: 300px;
	position: relative;
}
.wrapper.index .header {
	float: left;
	width: 100%;
	height: 60px;
	padding: 0;
	position: fixed;
	background: none;
	z-index: 999;
}
.header .homelogo {
	position: relative;
}
.homelogo {
	float: left;
	width: 100%;
	height: auto;
	text-align: center;
	padding: 20px 0;
	position: absolute;
	z-index: 3;
	top: 36%;
}
.homelogo a {
	display: block;
	width: 100%;
	height: 100%;
}
.lang_bar {
	color: #898989;
	float: left;
	margin-top: 10px;
	margin-left: 15px;
}
.lang_bar select {
	height: 23px;
	border: 0;
	outline: 0;
}
.lang_bar a {
	position: relative;
	color: #9FA0A0;
}
.lang_bar a.current_lang {
	color: #FFF;
}
.lang_bar a.current_lang::after {
	display: block;
	content: " ";
	position: absolute;
	z-index: 888;
	top: 0;
	left: 50%;
	bottom: -6px;
	margin-left: -2px;
	color: #9E8773;
	border: solid transparent;
	border-bottom: 4px solid #9E8773;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
}
.nav {
	float: left;
	width: 100%;
	position: relative;
}
.nav li {
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	text-align: center;
}
.nav li li, .nav li li a {
	height: auto;
}
.btn_social {
	position: absolute;
	top: 20px;
	right: 0;
}
.social-networks li {
	float: left;
	margin: 0 2px;
}
#slider-wrapper {
	clear: both;
}
strong {
	font-weight: bold;
}
/**/

/***** SEARCH BAR *****/
.search_area {
	width: 150px;
	position: absolute;
	top: 5%;
	right: 3%;
	z-index: 2;
}
.search_area input[type=text] {
	width: 100%;
	height: 26px;
	padding: 5px;
	box-sizing: border-box;
	background: #322E33;
	outline: none;
	border: none;
	color: #FFF;
}
.search_area input[type=text]:focus {
	background: #666;
}
.search_area .btn_box {
	margin-top: 8px;
	position: absolute;
	right: 0;
	height: 20px;
	overflow: hidden;
}
.button {
	display: block;
	position: absolute;
	top: 4px;
	right: 8px;
	background: url("/images/icon_search.png") no-repeat;
	height: 16px;
	width: 16px;
	border: none;
}
/**/

/* BANNER
======================*/
.index_banner {
	float: left;
	width: 100%;
	height: 100%;
	position: fixed;
	/* background: url(../images/bg_cover.png) repeat; */
	z-index: 1;
}
.page_banner {
	width: 100%;
	height: 600px;
	overflow: hidden;
	position: relative;
}
.page_banner:before {
	display: block;
	content: " ";
	width: 120%;
	height: 100px;
	background-color: #fff;
	position: absolute;
	bottom: -40px;
	right: auto;
	z-index: 2;
	transform: rotate(-3deg) scaleY(1) translate3d(0%, 0, 0);
	-webkit-transform: rotate(-3deg) scaleY(1) translate3d(0%, 0, 0);
	-o-transform: rotate(-3deg) scaleY(1) translate3d(0%, 0, 0);
	-moz-transform: rotate(-3deg) scaleY(1) translate3d(0%, 0, 0);
	-ms-transform: rotate(-3deg) scaleY(1) translate3d(0%, 0, 0);
}
.page_banner img {
	width: 120% !important;
	margin-left: -10%;
	margin-top: -0%;
}
.page_banner .title {
	width: 100%;
	text-align: center;
	font-size: 36px;
	color: #fff;
	position: absolute;
	top: 50%;
	z-index: 2;
	text-shadow: 0 0 10px rgb(0,0,0);
	text-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.page_banner .title h4 {
}
#supersize {
	position: relative;
}
#supersize img, #supersize a {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	z-index: 0;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}
#supersize .prevslide, #supersize .prevslide img {
	z-index: 1;
}
#supersize .activeslide, #supersize .activeslide img {
	z-index: 2;
}
/**/

/* TITLE
====================== */
.title {
	color: #fff;
	font-family: arial, "微軟正黑體";
}
.page_main .title {
	float: left;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #fff;
}
.title h4 {
	display: inline-block;
	float: left;
	width: auto;
	font-size: 24px;
}
.title b {
	float: left;
	width: 100%;
	clear: both;
	font-size: 36px;
	font-weight: 100;
}
.title span {
	float: left;
	width: 100%;
	clear: both;
	font-size: 14px;
}
/**/

/* CONTENT
====================== */
.content {
	float: left;
	width: 100%;
	line-height: 21px;
	font-size: 16px;
	margin: 0;
	position: relative;
	overflow: hidden;
	color: #fff;
}
.content p {
	margin-bottom: 10px;
}
.content img {
	max-width: 100% !important;
	height: auto !important;
}
.content iframe {
	max-width: 100%;
}
.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 table td {
	padding: 5px;
	vertical-align: middle;
}
/**/

/* BUTTON
======================*/
.btn_box {
	float: left;
	clear: both;
	text-align: center;
}
.btn_box a.more_close {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #000;
	background: url(../images/bg_cover_hover.jpg) repeat;
	border: 1px solid #fff;
	cursor: pointer;
}
.btn_box a.more_close:hover {
	background: #fff;
	border: 1px solid #222;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.3);
}
.btn_area {
	float: left;
	width: 100%;
	text-align: center;
	margin: 20px 0;
}
.btn_box a.home {
	display: block;
	margin-top: 10px;
	font-size: 16px;
	position: relative;
	z-index: 4;
}
.btn_box a.home:after {
	display: block;
	content: '';
	width: 0px;
	height: 2px;
	position: absolute;
	background: #fff;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.btn_box a.home:hover {
	color: #fff;
}
.btn_box a.home:hover:after {
	width: 68px;
}
.btn_box a.link {
	display: inline-block;
	color: #B79450;
	border-top: #B79450 1px solid;
	padding: 5px 20px;
	text-transform: uppercase;
}
.btn_box a:hover.link {
	color: #D3A95F;
}
.btn_box a.btn_more {
	display: inline-block;
	border: #B79450 2px solid;
	color: #B79450;
	padding: 10px 30px;
	margin-top: 5px;
}
.btn_box a:hover.btn_more {
	background: #B79450;
	color: #FFF;
}
.btn_box a.btn_arrow {
	position: absolute;
	bottom: 20px;
	right: 20px;
	float: right;
	display: inline-block;
	border: #B79450 1px solid;
	color: #B79450;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin-top: -28px;
	text-align: center;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.btn_box a:hover.btn_arrow {
	background: #B79450;
	color: #FFF;
}
.btn_box .more {
	float: left;
	display: block;
	line-height: 21px;
	margin: 30px 0 10px;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	position: relative;
}
.btn_box .more:after {
	display: block;
	content: '';
	width: 0px;
	height: 2px;
	position: absolute;
	background: #fff;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.btn_box .more:hover {
	color: #fff;
}
.btn_box .more:hover:after {
	width: 65px;
}
.btn_article {
	display: block;
	float: left;
	width: 100%;
	margin: 20px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	position: relative;
}
.btn_article li {
	display: inline-block;
	float: left;
	width: 31%;
	height: 24px;
	line-height: 24px;
	padding: 5px 1%;
	position: relative;
}
.btn_article li.back {
	margin: 0px auto;
	text-align: center;
}
.btn_article li.btn_article_back {
	float: left;
	left: 0px;
	text-align: left;
}
.btn_article li.btn_article_next {
	float: right;
	right: 0px;
	text-align: right;
}
.btn_article a:hover {
	color: #fff;
}
/**/

/* INDEX
======================*/
.wrapper.index .main {
	background: #000;
	position: relative;
	z-index: 2;
	background: #000;
}
.fullpage-wrapper {
	top: 0px;
	z-index: 1;
}
/* Centered texts in each section
	* --------------------------------------- */
.section {
	text-align: center;
}
/* Backgrounds will cover all the section
	* --------------------------------------- */
#section0, #section1, #section2 {
	display: block;
	background-size: cover;
	/* background-attachment: fixed; */
	position: relative;
	overflow: hidden;
}
/* Defining each sectino background and styles
	* --------------------------------------- */
#section0 {
	padding: 0% 0 0 0;
}
#section1 {
	background-color: #fff;
	background-position: center;
	padding: 20% 0 0 0;
}
#section2 {
	background-color: #fff;
	background-position: center;
	padding: 0% 0 0 0;
}
/**/
.index_news, .index_about, .index_drama, .index_video, .index_albums, .index_girl {
	display: inline-block;
	width: 100%;
	padding: 30px 0;
	background-color: #000;
	position: relative;
	z-index: 100;
}
/**/
/***** index_abs *****/
.index_about {
	background: url(../images/bg_ricepaper.jpg) repeat;
}
.index_about .content p {
	font-size: 16px;
	line-height: 24px;
	color: #eee;
}
.index_about .btn_box a {
	color: #eee;
}
.index_about .btn_box:hover a {
	color: #fff;
}
.index_about .btn_box a:after {
	background: #fff;
}
/**/
/***** index_news *****/
.index_news {
	min-height: 540px;
	background: url(../images/bg_index_new.jpg) no-repeat right bottom;
	font-family: arial, "微軟正黑體";
	font-size: 18px;
}
.index_news .news_list {
	float: left;
	width: 100%;
	margin-top: 20px;
}
.index_news .news_list li {
	font-size: 20px;
	line-height: 27px;
}
.index_news .news_list li a {
	text-shadow: 1px 1px 0px rgba(0,0,0,0.3);
}
.index_news .news_list li:hover a {
	color: #fff;
}
.index_news .news_list li span {
	display: inline-block;
	width: 110px;
}
/***** index_drama *****/
.index_drama {
	background: url(../images/bg_index_drama.jpg) repeat-y center fixed;
	background-size: 100%;
}
.index_drama .index_drama_item {
	float: left;
	width: 31%;
	padding: 4% 1% 6%;
}
.index_drama .index_drama_item .index_drama_img {
	width: 100%;
	height: 100%;
	position: relative;
}
.index_drama .index_drama_item .index_drama_img a {
	display: block;
	width: 100%;
	height: 100%;
}
.index_drama .index_drama_item .index_drama_img:before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 2;
	background: url(../images/bg_index_drama_img.png) no-repeat center left;
	background-size: 100%;
}
.index_drama .index_drama_item .index_drama_img img {
	width: 94%;
	height: 94%;
	padding: 3%;
	position: relative;
	right: 0px;
	z-index: 1;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.index_drama .index_drama_item .index_drama_txt {
	text-align: center;
	margin-top: 10px;
}
.index_drama .index_drama_item .index_drama_txt .title {
	font-family: serif, "標楷體";
	font-size: 24px;
	color: #FFF100;
}
.index_drama .index_drama_item .index_drama_txt .content {
	margin-top: 10px;
	color: #fff;
}
/**/
/***** index_video *****/
.index_video {
	padding: 60px 0;
	background: url(../images/bg_index_video.jpg) no-repeat top center;
}
.index_video .video_item {
	float: left;
	width: 80%;
	height: 400px;
	padding: 0 10%;
	margin-top: 160px;
	overflow: hidden;
}
.index_video .video_item a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	transform: scale(1);
}
.index_video .video_item:hover a {
	transform: scale(1.1);
}
.index_video .video_item a .item_name {
	display: none;
	background: url(../images/video_arrow.png) no-repeat center center rgb(0, 0, 0);
	background: url(../images/video_arrow.png) no-repeat center center rgba(0, 0, 0, 0.6);
	color: rgb(255, 255, 255);
	padding: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.index_video .video_item:hover a .item_name {
	display: block;
}
.index_video .video_item a .item_name span {
	font-size: 16px;
	position: relative;
	top: 80%;
}
/**/
/***** index_albums *****/
.index_albums .block > ul {
	float: left;
	width: 100%;
	margin-top: 60px;
}
.index_albums .block > ul li {
	float: left;
	height: 180px;
	padding: 0 1% 30px;
	outline: none;
}
.index_albums .block > ul li a {
	display: block;
	width: 100%;
	height: 100%;
	border: 2px solid #fff;
}
.index_albums .block > ul li:hover a {
	border: 2px solid #fff100;
}
.index_albums .block > ul li .product_name {
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.index_albums .block > ul li:hover .product_name {
	color: #fff100;
}
/**/
/***** index_girl *****/
.index_girl {
}
.index_girl .index_girl_img {
	width: 300px;
	margin: 0px auto;
	position: relative;
}
.index_girl .index_girl_img:before {
	display: block;
	content: '';
	width: 330px;
	height: 230px;
	background: url(../images/img_index_girl_after.png) no-repeat;
	position: absolute;
	z-index: 1;
	left: -100px;
}
.index_girl .index_girl_img:after {
	display: block;
	content: '';
	width: 410px;
	height: 410px;
	background: url(../images/img_index_girl_before_001.png) no-repeat;
	position: absolute;
	z-index: 3;
	top: 100px;
	left: 100px;
}
.index_girl .index_girl_img img {
	width: 100%;
	position: relative;
	z-index: 2;
}
.index_girl .index_girl_txt {
	width: auto;
	position: absolute;
	top: 280px;
	left: 52%;
	font-size: 16px;
	font-family: serif, "微軟正黑體";
	z-index: 4;
}
.index_girl .index_girl_txt ul {
}
.index_girl .index_girl_txt li {
	width: 150px;
	height: 32px;
	line-height: 32px;
	border-bottom: 1px solid #fff;
	position: relative;
}
.index_girl .index_girl_txt li:after {
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	background: #fff;
	position: absolute;
	top: 12px;
	transform: rotateZ(45deg);
	-moz-transform: rotateZ(45deg);
	-webkit-transform: rotateZ(45deg);
	-o-transform: rotateZ(45deg);
}
.index_girl .index_girl_txt li a {
	display: block;
	padding-left: 20px;
	color: #fff;
}
.index_girl .index_girl_txt li:nth-child(2) {
	margin-left: 20px;
}
.index_girl .index_girl_txt li:nth-child(3) {
	margin-left: 40px;
}
.index_girl .index_girl_txt li:nth-child(4) {
	margin-left: 60px;
}
.index_girl .index_girl_txt li:nth-child(5) {
	margin-left: 80px;
}
.index_girl .index_girl_txt li:nth-child(6) {
	margin-left: 100px;
}
.index_girl .index_girl_txt li:nth-child(7) {
	margin-left: 120px;
}
.index_girl .index_girl_txt li:nth-child(8) {
	margin-left: 140px;
}
.index_girl .index_girl_txt li:nth-child(9) {
	margin-left: 160px;
}
.index_girl .index_girl_txt li:nth-child(10) {
	margin-left: 180px;
}
.index_girl .index_girl_txt li:nth-child(11) {
	margin-left: 200px;
}
.index_girl .index_girl_txt li a:hover {
	color: #fff100;
	padding-left: 30px;
}
/**/

/*MAIN
======================*/
.main .page_main {
	display: inline-block;
	float: left;
	width: 74%;
	margin-left: 6%;
	margin-bottom: 40px;
}
.main .page_main.middle {
	width: 48%;
}
.main .page_main.full {
	width: 98%;
	margin: 0 1%;
}
.main .page_main.half {
	width: 50%;
	margin: 0;
}
.main a {
	color: #666;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.main a:hover {
}
.page_local_bar {
	float: left;
	position: relative;
	width: 100%;
	padding: 15px;
	margin-top: 60px;
	box-sizing: border-box;
	text-align: right;
	color: #9A9B9B;
}
.page_local_bar a {
	color: #9A9B9B;
}
span.results {
	font-size: 18px;
	color: #595757;
	letter-spacing: 2px;
	font-weight: bold;
	float: right;
	padding-top: 10px;
}
.product_plano {
	padding: 30px 0;
}
.product_plano li {
	float: left;
	border: 1PX sOLID #ccc;
	margin-right: 24px;
	width: 300px;
	font-size: 16px;
	margin-bottom: 20px;
}
.product_plano li:nth-child(3n) {
	margin-right: 0;
}
.product_plano li a img {
	width: 100px;
	height: 82px;
	float: left;
	margin: 5px;
}
.product_plano span {
	margin: 5px 5px 10px;
	display: block;
	height: 32px;
	font-weight: bold;
	color: #e50039;
}
.product_plano li p {
	font-size: 14px;
	height: 40px;
	overflow: hidden;
}
.product_plano a {
	color: #595757;
}
.product_plano a:hover {
	color: #595757;
}
span.smallsize_result {
	margin-top: 10px;
	display: block;
}
.search_others_list {
	margin: 30px 0;
	border-top: 1px solid #ccc;
	font-size: 16px;
}
.search_others_list a {
	color: #322E33;
}
.search_others_list li {
	margin: 20px 0;
	border-bottom: 1px solid #ccc;
	padding-bottom: 40px;
}
.search_others_list li p {
	height: 30px;
	overflow: hidden;
}
.product_intro h4.title {
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	height: 32px;
	border-bottom: 2px solid #ff9617;
}
.product_intro h4.title img {
	-webkit-border-radius: 0 0 0 0;
	-moz-border-radius: 0 0 0 0;
	border-radius: 0 0 0 0;
}
.bottom {
	width: 954px;
}
.top {
	width: 954px;
}
/**/

/* LOCATION
=====================*/
.location {
	float: left;
	width: 100%;
	color: #fff;
	margin-bottom: 10px;
}
.location b {
	font-size: 32px;
	font-weight: 100;
}
.location span {
	font-size: 14px;
	padding: 0 10px;
}
/**/

/*PAGE_SIDE
======================*/
.main .page_side {
	display: inline-block;
	float: left;
	width: 20%;
}
.main .page_side.right {
	float: right;
	width: 25%;
	margin-left: 1%;
}
.main .page_side.full {
	width: 98%;
	margin: 0 1%;
}
.side_nav li {
	width: 100%;
	height: auto;
	line-height: 22px;
	font-size: 16px;
	margin: 5px 0;
	position: relative;
}
.side_nav li span {
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
}
.side_nav li span.zh {
	padding: 0 5px 0 15px;
}
.side_nav li li a:hover {
	color: #fff;
}
.side_nav li.orther_link {
	border: 1px solid #fff;
	-webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
}
.side_nav li.orther_link a {
}
.side_nav li .nav-submenu {
	filter: alpha(opacity=100); /*IE,透明度50%*/
	-moz-opacity: 100; /*Firefox,透明度50%*/
	opacity: 100;/*其他浏览器,透明度50%*/
}
.side_nav .nav-mobile {
	display: none;
	cursor: pointer;
	position: absolute;
	top: -38px;
	left: 0px;
	background: transparent url("../images/mobile_nav.svg") no-repeat scroll 45% center / 25px auto;
	height: 38px;
	width: 100%;
	text-indent: 45%;
}
/* Mobile navigation, clickable area for revealing <ul> */
.side_nav li.nav-item .nav-click {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	height: 22px;
	width: 10px;
	z-index: 500;
	cursor: pointer;
}
.side_nav li.nav-item .nav-click i {
	display: block;
	width: 10px;
	height: 10px;
	background: url(../images/arrow_side_page.png) no-repeat;
	position: absolute;
	top: 5px;
	left: 0px;
	transition-duration: 0.3s;  /* 不支援IE瀏覽器 */
	-moz-transition-duration: 0.3s;  /* Firefox 使用的語法 */
	-webkit-transition-duration: 0.3s; /* Chrome、Safari 使用的語法 */
	-o-transition-duration: 0.3s;  /* Opera 使用的語法 */
	;
}
.side_nav li.nav-item .nav-rotate {
	-webkit-transform: rotate(90deg) !important;
	-moz-transform: rotate(90deg) !important;
	-ms-transform: rotate(90deg) !important;
	-o-transform: rotate(90deg) !important;
	transform: rotate(90deg) !important;
}
/**/

/*PAGE_MIAN
======================*/
/**/

/* NEWS_LIST

======================*/
.page_main .news_list {
}
.page_main .news_list {
	float: left;
	width: 100%;
	margin: 20px 0;
}
.page_main .news_list li {
	line-height: 24px;
}
.page_main .news_list li:hover a {
	color: #fff;
}
.page_main .news_list li span.date {
	display: inline-block;
	width: 90px;
}
.page_main .news_list li .news_list_name {
	display: inline-block;
}
/**/

/* NEWS_DATAIL
======================*/
.page_main .title span.date {
	display: inline-block;
	float: right;
	width: auto;
	margin-top: -15px;
}
.page_main .share_box {
	float: left;
	margin: 10px 0;
}
.page_main .share_box #topbutton {
	float: left;
}
.page_main .share_box .views {
	float: left;
	padding-left: 10px;
}
/**/

/* CATEGORY LIST
======================*/
.category_list {
	text-align: center;
	margin-bottom: 30px;
}
.category_list li {
	position: relative;
	display: inline-block;
	margin-left: -3px;
	margin-bottom: 3px;
}
.category_list li a {
	display: block;
	color: #222;
	padding: 10px 10px;
	border-bottom: 1px solid #fff;
}
.category_list li a:hover, .category_list li.category_current a {
	border-bottom: 1px solid #222;
}
/*.category_list li span.open {
	position:absolute;
	display:block;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
}*/
.category_list li:hover > div.nav_wrap {
	height: auto;
}
div.nav_wrap {
	position: absolute;
	top: 33px;
	left: 0;
	z-index: 50;
	width: 100%;
	height: 0;
	overflow: hidden;
	-webkit-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
}
div.nav_wrap span.no_nav {
	display: none;
}
/* PRODUCT LIST
======================*/
.product_list {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	padding: 40px 0 100px;
}
.product_list ul {
	width: 100%;
}
.product_list li.list-item {
	float: left;
	width: 32%;
	height: 200px;
	margin: 0.5%;
	overflow: hidden;
}
.product_list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	transform: scale(1);
}
.product_list li.list-item:hover a {
	transform: scale(1.1);
}
.product_list li a .product_name {
	display: none;
	background: rgb(0, 0, 0);
	background: rgba(0, 0, 0, 0.6);
	color: rgb(255, 255, 255);
	padding: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.product_list li:hover a .product_name {
	display: block;
}
.product_list li a .product_name span {
	font-size: 16px;
	position: relative;
	top: 80%;
}
/**/

/* PRODUCT DETAIL
======================*/
.products_detail_box {
	float: left;
	width: 100%;
	background: #222;
}
.products_detail_box .title {
	font-size: 36px;
	margin: 60px 0 0;
}
.slider-for .slick-slide {
	opacity: 0;
}
.slider-for > div > a > img {
}
#image-block {
	height: 580px;
}
img#bigpic {
	max-width: 100%;
	width: auto;
	max-height: 580px;
	margin: 0px auto;
}
.slider-nav .slider-nav-item {
	height: 70px;
	margin: 0 10px;
	border: 1px solid #fff;
	outline: none;
	-webkit-filter: grayscale(60%);
	-moz-filter: grayscale(60%);
	-ms-filter: grayscale(60%);
	-o-filter: grayscale(60%);
	filter: grayscale(60%);
	filter: gray;
}
.slider-nav .slider-nav-item.slick-center {
	border: 1px solid #fff100;
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
}
.slider-nav .slick-prev, .slider-nav .slick-next {
	top: 15%;
}
.share_bar {
	float: left;
	width: auto;
	margin-bottom: 60px;
}
.btn_more {
	float: right;
	width: auto;
}
/**/

/* VIDEO LIST
======================*/
.video_list {
	display: block;
	float: left;
	width: 100%;
	height: 100%;
	padding: 40px 0 100px;
}
.video_list ul {
	width: 100%;
}
.video_list li.list-item {
	float: left;
	width: 32%;
	height: 200px;
	margin: 0.5%;
	overflow: hidden;
}
.video_list li a {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	-moz-transition: all 500ms ease-out;
	-webkit-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	-ms-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
	transform: scale(1);
}
.video_list li.list-item:hover a {
	transform: scale(1.1);
}
.video_list li a .product_name {
	display: none;
	background: url(../images/video_arrow.png) no-repeat center center rgb(0, 0, 0);
	background: url(../images/video_arrow.png) no-repeat center center rgba(0, 0, 0, 0.6);
	color: rgb(255, 255, 255);
	padding: 10px;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
	-o-transition-duration: 1s;
}
.video_list li:hover a .product_name {
	display: block;
}
.video_list li a .product_name span {
	font-size: 16px;
	position: relative;
	top: 80%;
}
/**/

/* CONTACT
======================*/
/***** google_map *****/
.google_map {
	float: left;
	width: 100%;
	margin: 10px 0;
	border: 5px solid #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}
.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/**/

/***** company info *****/
.company_info {
	display: block;
	width: 100%;
	text-align: left;
	margin: 0px auto;
	margin-bottom: 20px;
}
.company_info dt {
	font-size: 24px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
.company_info dd {
	float: left;
	width: 100%;
	line-height: 24px;
	padding: 5px 0;
	color: #fff;
	font-size: 16px;
}
.company_info dd span {
	float: left;
	clear: both;
	width: 100%;
	color: #ccc;
	font-size: 16px;
}
.company_info dd a {
	display: inline-block;
	width: 100%;
	color: #fff;
	text-decoration: underline;
}
/**/

/*contact form*/
.contact_form {
	float: left;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 50px;
}
.contact_form .content {
	margin-bottom: 0px;
}
.contact_form_left, .contact_form_right {
	float: left;
	width: 48%;
	margin: 0 1%;
}
.contact_form .field {
	float: left;
	width: 100%;
	position: relative;
	margin: 0 0 5px 0;
	vertical-align: top;
}
.contact_form .field.btn_box {
	margin: 0 0 1px 0;
}
.contact_form .field span {
	display: block;
}
.contact_form input[type="text"], .contact_form textarea {
	width: 100%;
	height: 40px;
	padding: 10px;
	margin: 0;
	background: transparent;
	border: 0;
	border-bottom: #666 1px solid;
	outline: 0;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #666;
	font-family: "Times New Roman", Times, serif;
}
.contact_form textarea {
	height: 100px;
	padding-top: 12px;
}
.contact_form input[type="text"]:focus, .contact_form textarea:focus {
	background-color: #fff;
}
.contact_form .btn_submit {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 38px;
	overflow: hidden;
	margin-top: 10px;
	padding: 0!important;
	vertical-align: top;
	line-height: 40px;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border: #fff 1px solid;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.contact_form .btn_submit:hover {
	color: #000;
	background: #fff;
}
.contact_form .btn_sec {
	display: inline-block;
	width: auto;
	height: 24px;
	margin: 0;
	margin-top: 10px;
	padding: 0!important;
	vertical-align: top;
	line-height: 24px;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	text-decoration: none;
	color: #ccc;
	border: none;
	cursor: pointer;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	position: relative;
}
.contact_form .btn_sec:after {
	display: block;
	content: '';
	width: 0px;
	height: 2px;
	position: absolute;
	background: #fff;
	transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-webkit-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
}
.contact_form .btn_sec:hover:after {
	width: 30px;
}
.err_txt {
	margin-top: 5px;
	color: #f00;
}
.form_icon_ok, .form_icon_no {
	position: absolute;
	top: 8px;
	right: 10px;
}
.field_code {
	position: relative;
	float: left;
	width: 100%;
	box-sizing: border-box;
	padding-right: 110px;
}
.field_code span {
	position: absolute;
	top: 0;
	right: 0;
	height: 40px;
	padding: 10px 0;
	border: #ccc 1px solid;
	box-sizing: border-box;
	background: #FFF;
}
.field_code span img {
	vertical-align: middle;
}
.field_submit {
	float: right;
	width: 100%;
}
/* FOOTER
======================*/
.footer {
	float: left;
	width: 100%;
	color: #DCDDDD;
	font-family: arial, "微軟正黑體";
	font-size: 14px;
	background: #000;
	position: relative;
	bottom: 0px;
	z-index: 3;
}
.footer .footer_row {
	display: inline-block;
	width: 100%;
	background: url(../images/bg_ricepaper.jpg) repeat;
	padding: 20px 0 40px;
}
.footer .footer_row .footer_menu {
	float: left;
	width: 100%;
	text-align: center;
}
.footer .footer_row .footer_menu ul {
	display: inline-block;
}
.footer .footer_row .footer_menu li {
	float: left;
	padding: 0 10px;
	position: relative;
}
.footer .footer_row .footer_menu li+li:before {
	display: block;
	content: '';
	width: 1px;
	height: 10px;
	background: #C30D23;
	position: absolute;
	left: 0px;
	top: 2px;
}
.footer .footer_row .footer_info {
	float: left;
	width: 100%;
	line-height: 21px;
	margin-top: 20px;
	text-align: center;
}
.footer .footer_row .footer_info span {
	display: inline-block;
	width: 70px;
}
.text_copyright {
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-align: center;
	padding: 0px;
	box-sizing: border-box;
	position: relative;
}
.footer a {
	color: #ccc;
}
.footer a:hover {
	color: #fff;
}
.footer_followus {
	display: inline-block;
	width: auto;
	height: 36px;
	line-height: 36px;
	position: fixed;
	bottom: 0px;
	right: 40px;
}
.footer_followus p {
	display: inline-block;
	float: left;
}
.footer_followus ul {
	display: inline-block;
	width: auto;
}
.footer_followus li.icon {
	display: block;
	float: left;
	width: 36px;
	height: 36px;
	padding: 0 15px;
}
.footer_followus li.icon.facebook {
	background: url(../images/icon_share_fb.png) no-repeat center;
	background-size: 40%;
}
.footer_followus li.icon.google {
	background: url(../images/icon_share_go.png) no-repeat center;
	background-size: 40%;
}
.footer_followus li.icon.mail {
	background: url(../images/icon_share_mail.png) no-repeat center;
	background-size: 40%;
}
.footer_followus li.icon a {
	display: block;
	width: 100%;
	height: 100%;
}
/*分頁按鈕*/
.page_list {
	clear: both;
	padding-top: 30px;
	text-align: center;
	font-size: 12px;
}
.page_list a {
	margin: 5px 10px;
	padding: 3px;
	color: #fff;
}
.page_list a:hover, .page_list a.selected {
	color: #fff100;
}
.page_list a.selected {
	border-bottom: 2px solid #fff100;
}
/**/

/* CLEAR
======================*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/**/

/* TOTOP
======================*/
#back-top-wrapper {
	position: absolute;
	height: 36px;
	z-index: 800;
}
#back-top {
	position: fixed;
	bottom: 0px;
	right: 0%;
	display: none;
}
#back-top a {
	width: 36px;
	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;*/
	filter: alpha(opacity=80); /*IE,透明度50%*/
	-moz-opacity: 0.8; /*Firefox,透明度50%*/
	opacity: 0.8;/*其他浏览器,透明度50%*/
}
#back-top a:hover {
	color: #000;
	filter: alpha(opacity=100); /*IE,透明度50%*/
	-moz-opacity: 1; /*Firefox,透明度50%*/
	opacity: 1;/*其他浏览器,透明度50%*/
}
#back-top span {
	width: 36px;
	height: 36px;
	display: block;
	background: url(../images/up-arrow.png) no-repeat 0% 0%;
}
#back-top a:hover span {
	background-position: bottom;
}
/**/

/* 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;
}
.pro_top, .pro_bottom {
	float: right;
	width: 100%;
	position: relative;
}
.pro_top .product_plano, .pro_bottom .product_plano {
	width: 100%;
}
