@charset "utf-8";
/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: "微軟正黑體";
}
a {
	text-decoration: none;
}
a img {
	border: none;
}
*:link, *:visited, *:hover, *:active, *:focus, * {
	-o-transition: all .10s linear;
	-webkit-transition: all .10s linear;
	-moz-transition: all .10s linear;
	transition: all .10s linear;
}
/*--------------------------------*/
.content, .menu {
	width: 976px;
	margin: 0 auto;
}
.header, .banner {
	width: 1030px;
	margin: 0 auto;
}
.content {
	padding-bottom: 75px;
}
/*--------------------------------*/
.logo {
	display: block;
	float: left;
	margin: 30px 0;
}
.slogen {
	text-align: right;
	margin: 30px 0;
	float: right;
}
.slogen > a {
	margin-bottom: 10px;
	display: block;
}
/*-------------------------------*/
.menu_out {
	width: 100%;
	height: 55px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #c2c2c2;
	border-top: 4px solid #d6d6d6;
	border-bottom: 4px solid #d6d6d6;
	margin-bottom: 15px;
}
.menu li {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 244px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	padding-top: 5px;
	position: relative;
}
.menu li a {
	display: block;
	line-height: 15px;
	color: #fff;
	position: relative;
	z-index: 10;
}
.menu li:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 236px;
	height: 47px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	outline: 4px solid #659864;
	z-index: 1;
	background: #659864;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	opacity: 0;
}
.menu li:hover:after {
	opacity: 1;
	-o-transition: all .10s linear;
	-webkit-transition: all .10s linear;
	-moz-transition: all .10s linear;
	transition: all .10s linear;
}
.menu li b {
	font-size: 18px;
    display: block;
    line-height: 21px;
}
.menu li span {
	font-size: 15px;
}
/*-------------------------------*/
.banner {
	margin-bottom: 50px;
}
/*-------------------------------*/
.h01 {
	text-align: center;
	font-size: 26px;
	color: #666;
	border-bottom: 1px solid #659864;
	letter-spacing: 3px;
	position: relative;
	margin-top: 40px;
	margin-bottom: 60px;
}
.h01 b {
	width: 116px;
	padding: 0 10px;
	display: inline-block;
	background: #fff;
	font-weight: normal;
	position: absolute;
	left: calc(50% - 68px);
	top: -25px;
}
.h01 span {
	font-size: 14px;
	color: #ccc;
	display: block;
	letter-spacing: 1px;
}
/*-------------------------------*/
.pro_box{
	text-align:center;
}
.index_box li{
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	position: relative;
	margin-right: 4px;
}
.pro_box li {
	padding: 0;
	margin: 0;
	list-style: none;
	display:inline-block;
	position: relative;
	margin-right: 4px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.index_box li:nth-child(4), .pro_box li:nth-child(2), .pro_box li:nth-child(4) {
	margin-right: 0;
}
.index_box li i, .pro_box li i {
	width: 100%;
	height: 99%;
	background: rgba(0, 0, 0, 0.7);
	top: 0;
	left: 0;
	display: block;
	position: absolute;
	opacity: 0.5;
}
.index_box li i img, .pro_box li i img {
	top: calc(50% - 80px);
	left: calc(50% - 100px);
	position: absolute;
}
.index_box li:hover i, .pro_box li:hover i {
	background: rgba(0, 0, 0, 0);
	opacity:1;
}
/*-------------------------------*/
.footer_out {
	width: 100%;
	background: #333333;
	padding: 25px 0;
}
.footer {
	width: 815px;
	margin: 0 auto;
}
.footer li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.footer li b > p, .footer li b > img {
	padding: 0;
	margin: 0;
	vertical-align: middle;
	display: inline-block;
}
.footer li b > img {
	margin-right: 10px;
}
.footer li b em {
	font-style: normal;
	font-size: 16px;
	color: #fff;
}
.footer li b span {
	display: block;
	color: #666;
	font-size: 13px;
}
.footer li > p {
	font-size: 13px;
	color: #999;
	line-height: 20px;
}
.footer li > p a {
	color: #999;
}
.footer li > p span {
	display: block;
}
.footer li:nth-child(1) {
	width: 310px;
	float: left;
}
.footer li:nth-child(2) {
	width: 290px;
	float: right;
}
.foot_copy {
	text-align: center;
	margin-top: 40px;
}
.foot_copy p {
	padding: 0;
	margin: 0;
	font-size: 12px;
	margin-top: 10px;
	color: #fff;
}
.foot_copy p a {
	color: #fff;
}
/*-------------------------------*/
.pic_left {
	width: 200px;
	display: inline-block;
	vertical-align: top;
	margin-top: 50px;
}
.text_right {
	width: 730px;
	display: inline-block;
	vertical-align: top;
	margin-left: 38px;
}
.b01 {
	font-weight: bold;
	font-size: 16px;
	color: #659864;
	padding: 2px 5px;
	border: 1px solid #659864;
	display: block;
	margin-bottom: 10px;
}
.ul01 {
	margin: 0 10px;
	font-size: 14px;
	line-height: 25px;
	color: #666;
    margin-bottom: 20px;
}
.ul01 li {
	border-bottom: 1px dashed #d6d6d6;
}
.p01 {
    margin: 0;
	padding: 8px 10px;
	background: #d2e1d2;
	font-size: 13px;
	color: #000;
}
.link {
	font-size: 16px;
	color: #999;
	margin-bottom: 10px;
}
.link a {
	display: inline-block;
	margin: 0 5px;
	color: #999;
}
/*-------------------------------*/
.tb01 {
	border-collapse: collapse;
	border-spacing: 0;
}
.tb01 th {
	border: 1px solid #006c00;
	color: #fff;
	background: #006c00;
}
.tb01 tr:nth-child(2n) td {
	background: #eeeeee;
}
.tb01 td {
	font-weight: bold;
	background: #f7f7f7;
	padding: 5px;
	font-size: 13px;
	border: 1px solid #c2c2c2;
}
.tb01 .c01, .tb01 tr:nth-child(2n) td .c01 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding: 5px 0;
	background: #659864 !important;
	border: 1px solid #659864;
}
.tb01 .c02, .tb01 tr:nth-child(2n) td .c02 {
	font-size: 13px;
	color: #fff;
	background: #333 !important;
	border: 1px solid #333;
	border-bottom: 1px solid #c2c2c2;
}
.c03 {
}
.tb01 span{
	   font-size: 14px;
    font-family: Calibri;
    color: #484848;
    margin-top: 5px;
    font-weight: 100;
    display: block;}
/*gotop--------------------------*/
#gotop {
	cursor: pointer;
	display: none;
	position: fixed;
	z-index: 999;
	right: 17.5%;
	bottom: 55px;
}
#gotop:hover {
	opacity: 0.5;
}
#gotop img {
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}
/*------------------------------*/
.product_list {
	width: 250px;
	float: left;
}
.product_list ol, .product_list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.product_list ol{
	border-bottom: 2px solid #fff;}
.product_list ol b {
	color: #fff;
	background: #659864;
	display: block;
	padding: 7px 10px;
}
 .product_list ol li:before {
	content: '';
	background: url(../images/arrow_triangle-right_alt2.png) ;
	width: 16px;
	height: 16px;
	-webkit-background-size: 100%;
	background-size: 100%;
	display: inline-block;
	vertical-align:middle;
	position: relative;
	bottom: 2px;
	margin-right: 10px;
}
.product_list ol li{
	font-weight: bold;
	font-size: 14px;
	border-bottom: 2px solid #fff;	
	padding: 7px 10px 7px 33px;
	background: #eee;
	cursor: pointer;}
.product_list ol li:hover{
	background: #ccc;}
.product_list ol li:before{
	background: url(../images/arrow_carrot-right.png) ;
	-webkit-background-size: 100%;
	background-size: 100%;
	margin-right: 2px;}
.product_list ol li.pro_checked{
	color: #fff;
	background: rgba(101, 152, 100, 0.69);}
.product_list ol li.pro_checked:before{
	background: url(../images/arrow_carrot-right.png) ;
	-webkit-background-size: 100%;
	background-size: 100%;}
.product_main {
	width: 680px;
	float: right;
}
.product_img{
	text-align: center;
	background: #eee;
	margin-bottom: 15px;}
.product_text{
	padding: 15px;	
	background: #e4ede4;
	font-size: 15px;
	line-height: 24px;
	border-bottom: 1px solid #659864;}
