@charset "utf-8";
body,html {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft JhengHei";
	font-size: 16px;
	line-height: 28px;
	font-weight: normal;
	color: #000000;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	behavior: url(ie-css3.htc);
}
img{
	max-width:100%;
	height:auto;
	min-height:auto;
	max-height:auto;
}
p, b, i, ul, ol, li, img, a, h1, h2{
	padding: 0;
	margin: 0;
	font-weight: normal;
	list-style: none;
	border-style: none;
	font-style: normal;
	border: 0px;
}
.layout-full {
	width: 100%;
	min-width: 1140px;
	float: left;
	position: relative;
	z-index: 1;
}
.layout-center {
	width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px;
	clear: both;
	position: relative;
}
.layout-full.top {
	box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
	background-repeat: no-repeat;
	background-position: center top;
}
.layout-full.top.home {
	background-image: url(../images/bg-top-home.jpg);
	height: 457px;
}
.layout-full.top.inner {
	background-image: url(../images/bg-top-inner.jpg);
	height: 257px;
}

.layout-center.top .logo {
	float: left;
	margin-top: 25px;
	margin-left: 3px;
}
.layout-center.top .nav {
	float: right;
	line-height: 22px;
	height: 80px;
	padding-top: 16px;
	padding-right: 42px;
}
.layout-center.top .nav li {
	width: 143px;
	float: left;
}
.layout-center.top .nav li .button {
	text-decoration: none;
	text-align: left;
	float: right;
}
.layout-center.top .nav li .button i {
	clear: left;
	float: left;
	white-space: nowrap;
}
.layout-center.top .nav li .button .en {
	font-size: 15px;
	font-weight: bold;
	color: #FFF;
}
.layout-center.top .nav li .button .ch {
	font-family: "Microsoft YaHei";
	color: #3D2F28;
}
.layout-center.top .nav li .button:hover .en {color: #F4E9D0;}
.layout-center.top .nav li .button:hover .ch {color: #995007;}
.layout-center.top .banner {
	float: left;
	width: 100%;
}
.layout-full.bottom {
	background-image: url(../images/bg-bottom.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 50px;
}
.layout-center.bottom {
	padding-top: 11px;
	height: 100%;
}
.layout-center.bottom .footer {
	font-size: 15px;
	font-weight: bold;
	color: #683F23;
	float: left;
}
.layout-center.bottom .designed {
	font-size: 15px;
	color: #BF760C;
	text-decoration: none;
	float: right;
}
.layout-full.content {
	background-color: #F0F0EB;
	background-image: url(../images/bg-content.png);
	background-repeat: no-repeat;
	background-position: center top;	
	padding-bottom: 30px;
	padding-top: 70px;
}
.block-title {
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 40px;
}
.block-title img {
	display: inline-block;
}
.article {
	float: left;
	width: 100%;
	min-height: 400px;
	padding-bottom: 20px;
}
.layout-contact {
	float: left;
	width: 100%;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	position: relative;
}
.layout-contact .map,
.layout-contact .map iframe {
	float: left;
	width: 100%;
}
.layout-contact .info {
	position: absolute;
	top: 0px;
	right: 0px;
	background-image: url(../images/bg-contact-info.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 280px;
	width: 500px;
	padding-top: 65px;
	padding-right: 25px;
	padding-bottom: 20px;
	padding-left: 25px;
	overflow: hidden;
	color: #FFF;
}
.layout-contact .table {
	float: left;
	width: 100%;
	padding-top: 25px;
	padding-right: 4px;
	padding-bottom: 25px;
	padding-left: 4px;
}
.layout-contact .table .mark {
	color: #0071BC;
}
.layout-contact .table .note {
	color: #F7AF21;
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.layout-contact .table .list {
	width: 525px;
	margin-bottom: 14px;
	border: 1px solid #E1E1E1;
	-webkit-box-shadow: inset 0px 0px 5px rgba(225, 225, 225, 0751);
	-moz-box-shadow: inset 0px 0px 5px rgba(225, 225, 225, 0751);
	box-shadow: inset 0px 0px 5px rgba(225, 225, 225, 0751);
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari and Chrome */
	border-radius: 3px; /* Opera 10.5+, future browsers, and now also Internet Explorer 6+ using IE-CSS3 */
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	padding: 4px;
}


.layout-contact .table .list .label {
	float: left;
	line-height: 30px;
	color: #808080;
	position: relative;
	padding-right: 10px;
	padding-left: 15px;
}
.layout-contact .table .list .box {
	overflow: hidden;	
}
.layout-contact .table .list .box *{
	font-family: "Microsoft YaHei";
	font-size: 16px;
	line-height: 30px;
	font-weight: normal;
	color: #666666;
}
.layout-contact .table .list .box .field {
	float: left;
	width: 100%;
	min-height: 32px;
	border: none;
	background-color: transparent;
	margin: 0px;
}
.layout-contact .table .list .box #message {
	height: 88px;
	overflow: hidden;
}
.layout-contact .table .list #codekey {
	width: 80px;
	float: left;
	margin-right: 10px;
}

.layout-contact .table .list.ss {
	width: auto;
}
.layout-contact .table .list.ss .box {
	float: left;
}
.layout-news {
	background-image: url(../images/news-list-tag.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 35px;
}
.layout-news .items {
	float: left;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7B299;
	padding-top: 8px;
	padding-bottom: 8px;
	color: #1E1E1E;
	text-decoration: none;
	padding-left: 50px;
	padding-right: 15px;
}
.layout-news .items .date {
	float: left;
	width: 187px;
}
.layout-news .items .title {
	display: block;
	overflow: hidden;
}
.layout-news .items:hover {
	background-color: #E2E2D9;
}
.view-news-top {
	background-image: url(../images/view-news-top.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 100%;
	padding-bottom: 8px;
	padding-left: 54px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C7B299;
	margin-bottom: 28px;
}
.view-news-top .date {
	font-size: 16px;
	line-height: 16px;
	color: #F7AF21;
	clear: left;
	float: left;
	margin-bottom: 12px;
}
.view-news-top .header {
	font-size: 20px;
	line-height: 20px;
	color: #1E1E1E;
	text-decoration: none;
	clear: left;
	float: left;
}
.layout-categories {
	background-image: url(../images/categories-bg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 235px;
	padding-top: 41px;
	background-color: #FFF;
	box-shadow: 4px 4px 6px -2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 4px 4px 6px -2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 4px 4px 6px -2px rgba(0, 0, 0, 0.2);
}
.layout-categories .list {
	color: #3D2F28;
	text-decoration: none;
	float: left;
	width: 100%;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
}
.layout-categories .list:not(:last-of-type){
	background-image: url(../images/categories-list-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.layout-categories .list:hover {
	padding-top: 4px;
	padding-bottom: 8px;
}
.layout-products {
	float: right;
	width: 843px;
}
.layout-products .header {
	float: left;
	width: 100%;
	background-image: url(../images/category-header.png);
	background-repeat: no-repeat;
	background-position: 26px 8px;
	padding-left: 50px;
	font-size: 20px;
	line-height: 20px;
	color: #1E1E1E;
	margin-bottom: 20px;
}
.layout-products .list {
	background-color: #FFF;
	padding: 5px;
	float: left;
	width: 255px;
	margin-left: 26px;
	margin-bottom: 65px;
	text-decoration: none;
	position: relative;
}
.layout-products .list .image {
	float: left;
	width: 100%;
}
.layout-products .list .title {
	background-image: url(../images/products-list-bg-1.png);
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	float: left;
	width: 100%;
	margin-top: 12px;
	margin-bottom: 6px;
	padding-top: 14px;
	font-size: 17px;
	color: #1E1E1E;
}
.layout-products .list:hover:after {
	content: '';
	background-color: rgba(61, 47, 40, 0.85);
	background-image: url(../images/products-list-bg-2.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}
.layout-products .list .bg {
	position: absolute;
	left: 0px;
	bottom: -14px;
}
.view-product-image {
	float: left;
	width: 506px;
}
.view-product-image .L {
	float: left;
	width: 380px;
	border: 6px solid #FFF;
}
.view-product-image .S {
	float: right;
	width: 110px;
	margin-top: 15px;
}
.view-product-image .S img {
	float: left;
	width: 100%;
	margin-bottom: 10px;
	border: 4px solid #FFF;
	cursor: pointer;
}
.view-product-info {
	float: right;
	width: 535px;
}
.view-product-info .header {
	font-size: 32px;
	line-height: 34px;
	color: #3D2F28;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.view-product-info .box {
	float: left;
	width: 100%;
	padding-bottom: 30px;
	min-height:290px;
}
.layout-full.vp {
	background-color: #FFF;
	padding-top: 55px;
	background-image: url(../images/vp-article-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.home-products {
	padding-right: 7px;
	padding-left: 7px;
}
.home-products .layout-products {
	width: 100%;
}

.home-products .layout-products .list {
	margin-right: 13px;
	margin-left: 13px;
}
.layout-full.service {
	background-image: url(../images/service-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 380px;
	color: #FFF;
	text-align: center;
	padding-top: 145px;
	font-weight: bold;
}





















.common-button {
	background-image: url(../images/common-button-bg-1.png);
	background-repeat: no-repeat;
	background-position: center center;
	float: left;
	height: 37px;
	width: 119px;
	font-size: 15px;
	line-height: 37px;
	color: #666666;
	text-decoration: none;
	text-align: center;
	font-family: "Microsoft JhengHei";
	vertical-align: top;
	margin-right: 10px;
	margin-left: 10px;
}
.common-button.contact {
	float: right;
	background-image: url(../images/common-button-bg-contact.png);
}
.common-button:hover,
.common-button.contact:hover {
	background-image: url(../images/common-button-bg-2.png);
}
.common-button.s {
	background-image: url(../images/common-button-bg-s-1.png);
	width: 99px;
}
.common-button.s:hover {
	background-image: url(../images/common-button-bg-s-2.png);
}
.common-button.tr {
	float: right;
}

.common-button.round {
	background-image: url(../images/pagination-button-bg-1.png);
	width: 38px;
}
.common-button.round:hover,
.common-button.round.selected {
	background-image: url(../images/pagination-button-bg-2.png);
}
.common-button .fa{
	font-size: 18px;
	vertical-align: middle;
}
.layout-pn {
	float: left;
	width: 100%;
	text-align: center;
}
.layout-pn .pagination {
	display: inline-block;
}

















#background,
#content_send{
	-webkit-transition: all 0s ease;
    -moz-transition: all 0s ease;
    -o-transition: all 0s ease;
    transition: all 0s ease;
}
