@charset "utf-8";
/* css document */

/*--- 基本樣式歸0 ---*/
@import url("reset.css");

/*--- 背景樣式 ----*/
body{
	font-family:verdana, arial, helvetica, sans-serif;
	background:url(../img/bg.jpg);
	background-color:#876428;
}
.topbg{
background: url(../img/bgtop.jpg)  repeat-x left top;}
.bottombg{}

/*--- 中間框架 ---*/
#main{
	position:relative;
	width:970px;
	left:50%;
	margin-left:-485px;
	background:url(../img/mainbg.jpg);
}
.topmain{
	width:960px;
	padding:0 5px;
	background:url(../img/topmain.jpg) no-repeat left top;
}
.bottommain{}

/*--- 區塊框架 ---*/
#fla_bt{
	width:100%;
	height:85px;
	background-color:#331105;
	overflow:hidden;
}
#fla_ban{
	width:100%;
	height:405px;
	background-color:#fde7ae;
	overflow:hidden;
}
#sub{
	width:100%;
	padding:22px 0 0 0;
	background-color:#fde7ae;
	background:url(../img/index/sub_bg.jpg) repeat-x left top;
	overflow:hidden;
	*height:150px;
	_height:150px;
}
#counter{
	width:100%;
	height:36px;
	background-color:#fde7ae;
}
#footer{
	width:100%;
	height:83px;
	background-color:#66ffff;
	background:url(../img/footer/footer_bg.jpg) repeat-x left top;
	padding:17px 0 0 0;
}
/*--- fla_ban ---*/
.png_img{
	position:absolute;
	left:0px;
	margin:154px 0 0 5px;
	float:left;
}
.png_img img{
	width:960px;
	height:384px;
}

/*--- sub ---*/
#sub .news{
   width:33%;
   height:150px;
   float:left;
   margin:0 0 0 5px;
   background:url(../img/index/news_bg.png) no-repeat center top;
}
#sub .pro{
   width:39%;
   height:150px;
   float:left;
}
#sub .links{
   width:27%;
   height:150px;
   float:left;
   background:url(../img/index/links_bg.jpg) no-repeat center top;
}
#sub .contact{
	width:27%;
	height:150px;
	float:left;
	background:url(../img/index/contact_bg.png) no-repeat center top;
}
/*--- #sub .news---*/
.news_w{
width:316px;
height:150px;
position:absolute;
_margin:15px 0 0 0;
}
.news a.more{
	width:32px;
	height:11px;
	display:block;
	margin:12px 0 0 270px;


	*margin:22px 0 0 250px;
	_margin:8px 0 0 250px;
	background:url(../img/index/new_more.gif) no-repeat left top;
	text-indent:-9999px;
	line-height:10px;
}
.news a.more:hover{
background:url(../img/index/new_more.gif) no-repeat left -10px;
}
#show_news{
width:100%;
margin:13px 0 0 0;
}
#show_news .show_news_div1{
	width:58%;
	height:18px;
	line-height:18px;
	float:left;
	padding:0 0 0 10%;
	overflow:hidden;
	background:url(../img/icon/icon001.gif) no-repeat 18px 3px;
*background:url(../img/icon/icon001.gif) no-repeat 18px 1px;
	_background:url(../img/icon/icon001.gif) no-repeat 18px 1px;
}
#show_news .show_news_div2{
	width:30%;
	height:18px;
	line-height:18px;
	float:left;
	color:#411D05;
	font-weight:bold;
}
/*--- #sub .pro---*/
.pro .tit{
	width:100%;
	height:31px;
	background:url(../img/index/pro_tit.png) no-repeat left top;
}
.pro_list{
margin:0 0 0 8px;
}
#show_pro_up ,#show_pro_down{
width:19px;
float:left;
}
#show_pro_up a,#show_pro_down a{
width:19px;
height:108px;
display:block;
text-indent:-9999px;
margin-top:5px;
background-position:left top;
}
#show_pro_up a:hover,#show_pro_down a:hover{
background-position:-19px top;
}
#show_pro_up a{
background-image:url(../img/index/2009_product_la.gif);
}
#show_pro_down a{
background-image:url(../img/index/2009_product_ra.gif);
}
#show_pro{
width:325px;
margin:8px 0 0 0;
float:left;
}
#show_pro a img{
  width:94px;
  height:94px;
}
#show_pro a{
	width:31%;
	height:94px;
	padding:3px 0;
	border:1px solid #85652A;
	background-color:#ffffff;
	float:left;
	overflow:hidden;
	text-align:center;
	vertical-align: middle;
	display:block;
	_display:inline;
	margin:0 1% 0 0.5%;
	_margin:0 1% 0 0;
}
#show_pro a:hover{
	border:1px solid #3D1806;
}
.pro_l a.pro_name{
	width:100%;
	float:left;
	display:block;
	_display:inline;
	text-align:center;
	color:#ffffff;
}
.pro_l a.pro_name:hover{
   color:#ff6600;
}


/*--- #sub .contact ---*/
.contact p{
text-indent:-9999px;
}

/*--- #sub .links ---*/
.links_logo{
width:247px;
float:left;
margin:47px 0 0 12px;
_display:inline;
}
.logo{
width:110px;
height:36px;
float:left;
_display:inline;
overflow:hidden;
margin:0 0 5px 5px;
}
/*--- #counter ---*/
#counter p{
	width:16%;
	height:16px;
	line-height:16px;
	color:#333333;
	margin:0 auto;
	padding:0 0 0 15px;
	display:block;
	text-align: left;
	background:url(../img/icon/number001.gif) no-repeat left top;
}
#counter #show_person_count{
	color:#3E1706;
	font-weight:bold;
}
/*--- #footer ---*/
#footer .down_banner{
	width:27%;
	height:66px;
	text-align: center;
	float:left;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #421C09;
}
#footer .down_banner img{
	width:162px;
	height:66px;
}
#footer .down_intro{
	height: 43px;
	width: 69%;
	float:left;
	margin-left:2%;
	line-height:20px;
	color:#3B1805;
	font-size:11px;
	margin-top: 13px;
}
/*--- 清除浮動 ---*/
.clear{ clear:both;}
