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

#banner_box {

	background:none;

}

#contents .title_1{
	background-color:#205732;
	color:#FFFFFF;
	font-size:15px;
	padding:0 20px;
	margin:20px 0 10px 0;
}
#contents .date{
	margin:15px 0;
}
#contents .date span{
	color:#85A032;
	font-size:14px;
	text-decoration:underline;
	margin-right:10px;
	font-weight: bold;
}
#rightside .title{
	font-size:16px;
	font-weight: bold;
	margin-bottom:10px;
}

#products_box .list{
	width:168px;
	height:auto;
	float:left;
	color:#333333;
	font-weight: bold;
	margin-right:19px;
	text-align:center;
	margin-bottom:30px;
	margin-top:15px;
}
#products_box .list:nth-child(4n){
	margin-right:0px;
}
#products_box .logo{
	width:168px;
	height:96px;
	border:1px solid #D8D8D8;
	margin-bottom:10px;
}
#products_box .logo a img{
	max-width:168px;
	height:96px;

	margin-bottom:5px;
}
#products_box .logo a:hover span{
	width:168px;
	height:96px;
	background-image: url(cor.png);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
	border:1px solid #215732;
	margin:-1px -1px;
}
#products_banner{
	width:752px;
	height: auto;
}
.main_pic{
	width:500px;
	height:500px;
}
.main_pic .main_pic_item{
	display:none;
	width:500px;
	height:500px;
}
.main_pic .main_pic_item a{
	display:block;
	width:500px;
	height:500px;
}
.main_pic .main_pic_item:first-child{
	display:block;
}
/***********產品第一層**************************************/
/***********產品第二層**************************************/
#product{
	margin-top:30px;
}
#product .product_list{
	width:140px;
	height:auto;
	float:left;
	margin-right:7px;
	text-align:center;
	color:#333333;
	font-weight: bold;
}
#product .product_list:nth-child(5n+5){
	margin-right:0px;
}
#product .product_list .name1{
	height:48px;
}
#product .pic{
	width:140px;
	height:140px;
	border:1px solid #D8D8D8;
	margin-bottom:5px;
}
#product .pic a:hover span{
	width:140px;
	height:140px;
	background-image:url(cor2.png);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
}
#product .pic img{
	max-width:140px;
	max-height:140px;
}
/***********產品第二層**************************************/
/***********產品第三層**************************************/
#product{
	margin-top:10px;
}
#product .product_list2{
	width:170px;
	height:200px;
	float:left;
	margin-right:12px;
	text-align:center;
	color:#333333;
	font-weight: bold;
	margin-bottom:30px;
}
#product .product_list:nth-child(5n+5){
	margin-right:0px;
}
#product .pic2{
	width:170px;
	height:170px;
	border:1px solid #D8D8D8;
	margin-bottom:5px;
    overflow: hidden;
}
#product .pic2 a:hover span{
	width:170px;
	height:170px;
	background-image:url(cor3.png);
	background-repeat:no-repeat;
	display:block;
	position:absolute;
}
#product .pic2 img{
	max-width:170px;
	opacity: 1;
}
#product .sub_title{
	color:#205732;
	font-size:16px;
	font-weight: bold;
	padding-bottom:5px;
	border-bottom:1px solid #205732;
	margin-bottom:20px;
	clear:both;
}
/***********產品第三層**************************************/
/***********產品詳細**************************************/
#pic {
	width:100%;
}

#pic .in{
	text-align:center; margin:0 auto; height:500px; width:605px;}


#pic:after{
	content:'';
	display:block;
	clear:both;
}
#pic .pic_b{
	width:500px;
	height:500px;
	/*margin:0 auto;*/
	float:left;
	margin-bottom:20px;
	text-align:center;
}

#pic .pic_b p{
	line-height:45px;
	color:rgba(46,46,46,1.00);
	font-size:15px;}

#pic .pic_b img{
	max-width:500px;
	max-height:500px;
}
#pic .pic_list{
	/*width:700px;*/
	width:75px;
	height:75px;
	float:left;
	padding-left:30px;
	padding-right:0;
	margin-right:0;
	/*margin:15px auto 35px auto;*/
}
#pic .pic_list:after{
	content:'';
	display:block;
	clear:both;
}
#pic .pic_s{
	width:75px;
	height:75px;
	float:left;
	border:1px solid #CCCCCC;
	margin-bottom:8px;
	text-align:center;
}
#pic .pic_s:hover{;
	float:left;
	border:1px solid #205732;
	margin-right:13px;
}
#pic .pic_s img{
	max-width:100%;
	max-height:100%;
}
.details{
	text-align:center;
	padding-bottom:18px;
	border-bottom:1px solid #205732;
	margin-top:45px;
}
.con{
	padding:30px 0;
	border-bottom:1px solid #205732;
}
.con h1{
	line-height: 1em;
}

.con span{
	line-height: 1.3em;
}

/***********產品詳細**************************************/