@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-family: "Microsoft JhengHei";
	font-size: 16px;
	line-height: 23px;
	font-weight: normal;
	color: #4D4D4D;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
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;
}
img{
	max-width:100%;
	height:auto;
}
.temp-full {
	float: left;
	width: 100%;
}
.temp-center {
	display: block;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
.temp-full.top {
	background-image: url(../images/bg-top.png);
	background-repeat: repeat-x;
	background-position: center top;
	height: 102px;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
	margin-bottom: 11px;
}
.temp-center.top {
	height: 100%;
}
.temp-center.top .logo {
	display: block;
	float: left;
	margin-top: 15px;
	margin-left: 21px;
}
.temp-center.top .nav {
	float: right;
	margin-right: 54px;
}
.temp-center.top .nav .btns {
	display: block;
	float: left;
	padding-top: 39px;
	position: relative;
	min-width: 60px;
}
.temp-center.top .nav .btns img {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
}
.temp-center.top .nav .btns img.hover {
	display: none;
}
.temp-center.top .nav .btns:hover,
.temp-center.top .nav .btns.select{
	background-image: url(../images/bg-btns-line.png);
	background-repeat: no-repeat;
	background-position: center top;	
}
.temp-center.top .nav .btns:hover img.hover,
.temp-center.top .nav .btns.select img.hover{
	display: block;
}.temp-center.top .nav .space {
	float: left;
	margin-top: 43px;
	margin-right: 40px;
	margin-left: 40px;
}
.temp-full.bottom {
	background-color: #007F41;
	height: 107px;
	color: #FFF;
}
.temp-center.bottom {
	height: 100%;
	display: table;
	position: relative;
	line-height: 20px;
}

.temp-center.bottom .footer {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	font-size: 15px;
}
.temp-center.bottom .copyright {
	display: table-cell;
	vertical-align: middle;
	float: right;
	font-size: 12px;
	text-align: right;
	right: 0px;
	bottom: 18px;
	position: absolute;
}
.temp-center.bottom .copyright a{
	color: #FFF;
	text-decoration: none;
}
.temp-center .banner {
	background-image: url(../images/bg-banner.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	float: left;
	height: 200px;
	width: 100%;
	text-align: center;
	color: #FFF;
	padding-top: 140px;
	font-size: 35px;
	line-height: 35px;
	font-weight: bold;
}
.temp-center .banner b {
	font-size: 20px;
	line-height: 20px;
	font-weight: normal;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 7px;
}
.temp-center .article {
	float: left;
	width: 100%;
}
.article.abouts {
	background-image: url(../images/bg-article-abouts.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	height: 390px;
	margin-top: 70px;
	margin-bottom: 90px;
	padding-left: 304px;
}
.article.abouts .info {
	float: left;
	width: 290px;
	margin-right: 49px;
}
.article.abouts .info b {
	font-size: 17px;
	line-height: 23px;
	font-weight: bold;
	color: #007F41;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.article.contact {
	margin-top: 12px;
	margin-bottom: 12px;
	position: relative;
}
.article.contact .maps {
	float: left;
	height: 610px;
	width: 100%;
}
.contact-table {
	display: block;
	position: absolute;
	top: 76px;
	right: 25px;
	background-color: #FFF;
	border: 1px solid #51AF65;
	padding: 20px;
	width: 350px;
	border-radius:10px;
}
.contact-table .marked {
	color: #CD5257;
}

.contact-table .t1 {
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 5px;
}
.contact-table .note {
	font-size: 14px;
	line-height: 18px;
	color: #666666;
	text-align: right;
	display: block;
	width: 100%;
	margin-bottom: 5px;
}
.contact-table .info {
	font-size: 14px;
	color: #42210B;
	display: block;
	margin-bottom: 10px;
}
.contact-table form {
	display: block;
	float: right;
	width: 100%;
}
.contact-table form .list {
	background-color: #f2f2f2;
	float: left;
	width: 100%;
	border: 1px solid #e9e9e9;
	line-height: 26px;
	color: #3E3A39;
	font-size: 15px;
	margin-bottom: 6px;
}
.contact-table form .list .titles {
	text-align: right;
	float: left;
	width: 45px;
}
.contact-table form .list .field {
	float: left;
	height: 26px;
	width: 260px;
	background-color: #F2F2F2;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.contact-table form .list.s {
	width: 150px;
}
.contact-table form .list.s .field {
	width: 103px;
}
.contact-table form .list.r {
	float: right;
}
.contact-table form .list #message {
	height: 76px;
	overflow: hidden;
}
.contact-table form .list.m {
	width: 140px;
	margin-right: 6px;
}
.contact-table form .list.m .titles {
	width: 56px;
}
.contact-table form #codekey {
	width: 81px;
}
.contact-table form .send {
	float: right;
}
.article.products {
	margin-top: 30px;
	margin-bottom: 50px;
}
.categorys {
	background-image: url(../images/bg-categorys.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
	width: 202px;
	padding-top: 31px;
}
.categorys .bottom {
	float: left;
}
.categorys .list {
	font-size: 16px;
	color: #333333;
	text-decoration: none;
	float: left;
	width: 100%;
	padding-left: 20px;
	height: 30px;	
	line-height: 28px;
	padding-right: 10px;
}
.categorys .list:hover,
.categorys .list.select {
	background-image: url(../images/bg-categorys-list.gif);
	background-repeat: no-repeat;
	background-position: 5px 11px;
}
.categorys .list:not(:last-of-type) {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}

.temp-products {
	float: right;
	width: 760px;
}
.temp-products .list {
	float: left;
	width: 240px;
	margin-right: 20px;
	height: 215px;
	margin-bottom: 30px;
	position: relative;
	color: #333333;
	text-decoration: none;
}
.temp-products .list .imgs {
	float: left;
	width: 100%;
	height: 180px;
	display: block;
	position: relative;
	overflow: hidden;
}
.temp-products .list .imgs img {
	float: left;
	height: auto;
	width: 100%;
	-webkit-transition: -webkit-transform 0.5s linear;
	-moz-transition: -moz-transform 0.5s linear;
	-o-transition: -o-transform 0.5s linear;
	-ms-transition: -ms-transform 0.5s linear;
	transition: transform 0.5s linear;
}
.temp-products .list .titles {
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.temp-products .list:hover .imgs img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	z-index: 1;
}
.temp-products .list .hover{
	position: absolute;
	z-index: 9;
	left: 0px;
	top: 0px;
}
.temp-products .list:nth-of-type(3n){
	margin-right: 0px;
}.temp-pn {
	float: left;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}
.temp-pn .table {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.temp-pn .table .pn {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #595757;
	text-decoration: none;
}
.temp-pn .table .btns {
	font-size: 14px;
	line-height: 24px;
	color: #595757;
	text-decoration: none;
	float: left;
	margin-right: 3px;
	margin-left: 3px;
}
.temp-pn .table .btns:hover,
.temp-pn .table .btns.select{
	color: #8DC21F;
}
.temp-pn .table .space {
	background-color: #595757;
	display: block;
	float: left;
	height: 14px;
	width: 1px;
	margin: 5px;
}
.temp-products .vp-img {
	float: left;
	height: auto;
	width: 400px;
}
.vp-info {
	float: right;
	width: 340px;
	background-image: url(../images/bg-vp-info.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 12px;
	padding-left: 36px;
}
.vp-info .title {
	line-height: 20px;
	color: #333333;
	float: left;
	width: 100%;
	margin-bottom: 16px;
}
.temp-products .content {
	float: left;
	width: 100%;
	margin-top: 35px;
	padding-top: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B3B3B3;
}
.temp-pn .table .back {
	margin-top: 20px;
}
