@charset "utf-8";
/* CSS Document */
@import url(reset.css);
@import url(style.css);
@import url(hover.css);
@import url(https://fonts.googleapis.com/earlyaccess/cwtexyen.css);
body {
	font-family: "Noto Sans TC", sans-serif;
	position: relative;
	width: 100%;
	background-color: #f0ebe4;
}
input, button, textarea, select {
	font-family: "Noto Sans TC", sans-serif;
	outline: none;
}
/*圖片反白*/
.brightness {
	-webkit-filter: brightness(0) invert(1);
}
.m_none {
	display: none;
}
.p_none {
	display: inherit;
}
.row {
	margin: auto;
	width: calc(100% - 20px);
	float: none;
	clear: none;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.h_padding {
	padding-top: 20px;
	padding-bottom: 20px;
}
.fRight {
	float: right;
	clear: right;
}
.fLeft {
	float: left;
	clear: left;
}
.m_hight {
	margin-top: 80px;
}
/*color*/
.white_color {
	color: #FFFFFF;
}
.red_color {
	color: #FF0004;
}
.pink_color {
	background-color: #FF5685;
}
.bule_color {
	color: #00d0ff;
}
.yellow_color {
	color: #ffd800;
}
.gray_color {
	color: #8A8A8A;
}
.white_color_bg {
	background-color: #FFFFFF;
}
.orange_bg_color {
	background-color: #FF7E00;
}
.blue_bg_color {
	background-color: #00B3FF;
}
.green_bg_color {
	background-color: #0DBC00;
}
.red_bg_color {
	background-color: #F90C64;
}
/*editor*/
.text_editor {
	width: 100%;
	min-height: 350px;
	margin-bottom: 20px;
	font-size: 16px;
	line-height: 25px;
	margin-top: 20px;
}
.text_editor iframe {
	width: 100%;
	min-height: 250px;
}
.text_editor img {
	width: 100%;
}
/*breadcrumbs*/
.breadcrumbs {
	float: right;
	clear: none;
	font-size: 13px;
	line-height: 20px;
	display: inherit;
	color: #333;
	font-weight: normal;
	position: relative;
}
.breadcrumbs a {
	color: #333;
}
.breadcrumbs a:hover {
	color: #FF0004;
}
.breadcrumbs i {
	margin-right: 5px;
	color: #333;
}
ul.f_icon {
	float: right;
	clear: none;
	display: inline-block;
	margin-top: 10px;
}
ul.f_icon li {
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 20px;
	line-height: 30px;
	float: none;
	clear: none;
}
ul.f_icon li a {
	color: #FFFFFF;
}
ul.f_icon li a:hover {
	opacity: 0.8;
}
ul.t_icon {
	float: right;
	clear: none;
	display: inline-block;
	margin-top: 20px;
	margin-left: 10px;
}
ul.t_icon li {
	border-radius: 5px;
	margin-right: 5px;
	margin-left: 5px;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	float: none;
	clear: none;
	color: #FFFFFF;
}
ul.t_icon a li {
	color: #FFFFFF;
}
ul.t_icon a:hover li {
	opacity: 0.8;
}
.f_color {
	background-color: #3d5593;
}
.line_color {
	background-color: #00ca0e;
}
.in_color {
	background-image: -webkit-linear-gradient(332deg, rgba(64, 108, 249, 1.00) 0%, rgba(204, 21, 100, 1.00) 56.48%, rgba(255, 206, 0, 1.00) 100%);
	background-image: -moz-linear-gradient(332deg, rgba(64, 108, 249, 1.00) 0%, rgba(204, 21, 100, 1.00) 56.48%, rgba(255, 206, 0, 1.00) 100%);
	background-image: -o-linear-gradient(332deg, rgba(64, 108, 249, 1.00) 0%, rgba(204, 21, 100, 1.00) 56.48%, rgba(255, 206, 0, 1.00) 100%);
	background-image: linear-gradient(118deg, rgba(64, 108, 249, 1.00) 0%, rgba(204, 21, 100, 1.00) 56.48%, rgba(255, 206, 0, 1.00) 100%);
}
/* Filter buttons */
ul.buttons {
	text-align: center;
	margin-bottom: 0px;
}
ul.buttons li {
	background-color: #FFFFFF;
	margin: 5px 2px;
	border: none;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	font-size: 16px;
	line-height: 25px;
	position: relative;
	display: inline-block;
}
ul.buttons li:hover, ul.buttons li.active {
	background-color: #d20000;
	color: #fff;
	cursor: pointer;
	position: relative;
}
ul.buttons li.active:after {
	content: '';
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 10px 10px 0 10px;
	border-color: #d20000 transparent transparent transparent;
}
ul.buttons li a {
	color: #fff;
	cursor: pointer;
}
.right_area {
	width: calc(100% - 0px);
	float: right;
	clear: right;
	background-color: #f7f3ed;
}
.left_area {
	width: calc(300px - 80px);
	float: left;
	clear: left;
	display: none;
}
/*search*/
.search_area {
	border: 1px solid #E00003;
	border-radius: 50px;
	background-color: #FFFFFF;
	float: right;
	clear: none;
	width: 150px;
	margin-top: 15px;
	padding-left: 15px;
}
.search_from {
	border: 0;
	background-color: #FFFFFF;
	font-size: 16px;
	line-height: 35px;
	float: left;
	clear: left;
	width: 100px;
}
.search_btn {
	background-color: #E30003;
	border-top-right-radius: 50px;
	border: 0;
	border-bottom-right-radius: 50px;
	text-align: center;
	font-size: 20px;
	line-height: 40px;
	width: 40px;
	height: 40px;
	float: right;
	clear: right;
	color: #FFFFFF;
}
/*top*/
#top_bg {
	display: none;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.logo_area {
	width: 20%;
	float: left;
	clear: left;
	margin-top: 10px;
	margin-bottom: 10px;
	max-width: 150px;
}
.logo_area img {
	width: 100%;
}
/*pic*/
#pic_area {
	margin-top: 75px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	width: 100%;
	float: none;
	clear: both;
}
#footer_bg {
	color: #5F5B55;
	background-color: #e6e1db;
	padding-top: 15px;
	padding-bottom: 15px;
	font-size: 12px;
	line-height: 20px;
}
/*hot_products*/
#hot_products_area {
	background-color: #F3F0EB;
}
/*main*/
.main_area {
	padding-top: 30px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	margin: auto;
	float: none;
	clear: none;
}
.banner_area {
	text-align: center;
	font-size: 35px;
	line-height: 30px;
	color: #333;
	margin-bottom: 30px;
	position: relative;
}
.banner_area_e {
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: #d20000;
	text-transform: capitalize;
	margin-left: 5px;
}
.p_banner_area {
	color: #333;
	font-size: 32px;
	line-height: 35px;
	font-weight: 500;
	position: relative;
	margin-bottom: 30px;
	border-bottom: 1px dashed #B1AAA0;
	padding-bottom: 10px;
}
/*news*/
ul.news_area {
	margin-top: 40px;
	margin-right: -10px;
	margin-left: -10px;
	margin-bottom: 20px;
	float: none;
	clear: none;
	display: flex;
	flex-wrap: wrap;
}
ul.news_area li {
	width: calc(100% - 30px);
	margin-left: 10px;
	margin-right: 10px;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	float: left;
	clear: none;
	margin-bottom: 20px;
}
.n_pic {
	width: 100%;
	line-height: 0px;
	overflow-x: hidden;
	overflow-y: hidden;
	float: left;
	clear: left;
	margin-bottom: 10px;
	height: 180px;
}
.n_pic img {
	width: 100%;
	cursor: pointer;
	transition: all 0.6s;
}
a:hover .n_pic img {
	transform: scale(1.1);
}
.n_title {
	text-align: center;
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 10px;
	width: calc(100% - 10px);
	float: right;
	clear: right;
}
a .n_title {
	color: #000000;
}
a:hover .n_title {
	color: #d20000;
}
.community_area {
	margin-top: auto;
	margin-bottom: 10px;
	text-align: left;
	color: #686868;
	width: calc(100% - 10px);
	float: right;
	clear: right;
}
.community_area i {
	margin-right: 5px;
}
.show_date {
	color: #FFFFFF;
	font-size: 15px;
	display: inline-block;
	text-align: left;
	clear: both;
	margin-left: auto;
	margin-right: auto;
	float: none;
	line-height: 30px;
	background-color: #f2646e;
	padding-left: 10px;
	padding-right: 10px;
}
.show_title {
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	float: left;
	clear: both;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: calc(100% - 20px);
	margin-bottom: 15px;
	letter-spacing: 1px;
	padding-bottom: 8px;
	background-color: #e6e1db;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
}

@media only screen and (min-width: 360px) {
.n_pic {
	height: 210px;
}
}

@media only screen and (min-width: 414px) {
}

@media only screen and (min-width: 480px) {
/*news*/
ul.news_area li {
	width: calc(50% - 30px);
}
.n_pic {
	height: 240px;
}
}

@media only screen and (min-width: 533px) {
.n_pic {
	height: 140px;
}
}

@media only screen and (min-width: 600px) {
/*main*/
.main_area {
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 30px;
	padding-left: 20px;
}
.row {
	width: calc(100% - 40px);
	padding-left: 20px;
	padding-right: 20px;
}
.n_pic {
	height: 160px;
}
}

@media only screen and (min-width: 768px) {
.h_padding {
	padding-top: 50px;
	padding-bottom: 50px;
}
.row {
	width: calc(100% - 60px);
	padding-left: 30px;
	padding-right: 30px;
}
.main_area {
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 30px;
	padding-left: 30px;
}
ul.f_icon {
	margin-top: 0px;
}
.n_pic {
	height: 220px;
}
}

@media only screen and (min-width: 1000px) {
.row {
	width: calc(100% - 80px);
	padding-left: 40px;
	padding-right: 40px;
}
.m_none {
	display: inherit;
}
.p_none {
	display: none;
}
.m_hight {
	margin-top: 0px;
}
/*breadcrumbs*/
.breadcrumbs {
	position: absolute;
	right: 0%;
	bottom: 5px;
}
.right_area {
	width: calc(100% - 300px);
	float: right;
	clear: right;
	min-height: 600px;
}
.left_area {
	display: inherit;
	background-color: #f0ebe4;
	padding-top: 40px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;
}
.main_area {
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 50px;
	padding-left: 40px;
}
#footer_bg {
	line-height: 30px;
}
/*top*/
#top_bg {
	display: inherit;
}
#pic_area {
	margin-top: 0px;
}
/*news*/
ul.news_area li {
	width: calc(33.3% - 30px);
}
.n_pic {
	height: 120px;
}
}

@media only screen and (min-width: 1160px) {
ul.t_icon {
	margin-top: 15px;
	margin-left: 10px;
}
ul.t_icon li {
	width: 40px;
	height: 40px;
	font-size: 24px;
	line-height: 40px;
}
/*search*/
.search_area {
	width: 200px;
	margin-top: 15px;
}
.search_from {
	width: 150px;
}
.n_pic {
	height: 175px;
}
}
@media only screen and (min-width: 1400px) {
	.n_pic {
	height: 210px;
}
}
@media only screen and (min-width: 1580px) {
	.n_pic {
	height: 240px;
}
}
@media only screen and (min-width: 1900px) {
	.n_pic {
	height: 305px;
}
}