body{
	font-family: "Lucida Grande",Lucida,Verdana,sans-serif;
}
#mask{
	width:100%; 
	height:100%; 	
	position:absolute; 
	z-index:99999;
	opacity:.95;
	filter: alpha(opacity = 95);
	background:#ffffff url(/../core_images/core_images.gif) 50% 50% no-repeat;
	top:0;
	left:0;
}
#logo {
    background: url("../../images/logo.png") no-repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    height: 40px;
    margin-top: 5px;
    width: 260px;
}
#nav_wrapper {
	height:100px;
}
#sub_nav_wrapper{
	display:none;
}
.news_div{
	margin:0 auto;
	float:left;
}
.news_div img{
	float:left;
	margin-right:35px;
}
.news_div img:last-child {
	margin-right:0px;
}
.tit_mid{
	background:url(../../images/tit_line.png) 50% 50% no-repeat;
	color:#000000;
	font-size:22px;
	line-height:50px;
	height:50px;
	text-align:center;
	width:980px;
}
.product{
	padding:0;
	margin:0;
	margin-top:20px;
}
.product li{
	width:220px;
	height:220px;
	float:left;
	list-style:none;
	padding:0;
	margin:0 20px 20px 0 ;
	font-size:24px;
	color:#666666;
	letter-spacing:2px;
}
.product img{
	width:220px;
	height:220px;
	z-index:1;
	text-align:center;
	-moz-box-shadow:2px 2px 5px #999999;
	-webkit-box-shadow:2px 2px 5px #999999;
	box-shadow:2px 2px 5px #999999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
	text-align:center;
}
.product.name li{
	margin-bottom:50px;
}
.product li span{
	height:20px;
	margin-top:20px;
	width:100%;
	display:block;
	text-align:center;
	margin-top:10px;
	color:#666666;
}
.product li span.small{
	margin-left:-25px;
}
.product li a{
	color:#666666;
}
.product .btn_detail_small{
	margin:-25px -25px 0 0;
	z-index:99;
	position:relative;
}
.line{
	background:url(../../images/line.png) 0 50% repeat-x;
	width:720px;
	height:73px;
	display:block;
	float:left;
}
.line_small{
	background:url(../../images/line.png) 0 50% repeat-x;
	width:360px;
	height:73px;
	display:block;
	float:left;
}
.btn_detail{
	background:url(../../images/btn_detail.png) 0 0 no-repeat;
	width:226px;
	height:73px;
	display:block;
	float:right;
	cursor:pointer;
}
.btn_detail_small{
	background:url(../../images/btn_detail_small.png) 0 0 no-repeat;
	width:104px;
	height:58px;
	display:block;
	float:right;
	cursor:pointer;
}
.link{
	font-size:16px;
	color:#131313;
	margin-bottom:20px;
}
.link a{
	color:#131313;
}
.productnav{
	width:980px;
	display:block;
	text-align:right;
}
.productnav img{
	margin-right:45px;
}
.productnav ul{
	padding:0;
	margin:0;
}
.productnav li{
	list-style:none;
	float:left;
	background-color:#151515;
	padding:10px 15px;
	color:#ffffff;
	margin:3px 5px;
	font-size:12px;
}
.productnav li a{
	color:#ffffff;
}
.product_table{
	width:470px;
	font-size:12px;
	margin:20px 20px 0 0;
	float:left;
	height:350px;
}
.product_table .tit{
	font-size:24px;
}
.product_table p{
	width:100%;
}
.product_table ul{
	padding:0;
	margin:0;
}
.product_table .tag li{
	list-style:none;
	float:left;
	background-color:#afafaf;
	padding:5px 10px;
	color:#151515;
	margin:3px 5px;
	font-size:12px;
}
.product_table .productimg{
	width:220px;
	-moz-box-shadow:2px 2px 5px #999999;
	-webkit-box-shadow:2px 2px 5px #999999;
	box-shadow:2px 2px 5px #999999;-ms-filter: 	"progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#999999');
}
.product_table .detail li{
	list-style:none;
	float:left;
	margin-right:10px;
}
.padding_td{
	padding:10px 30px;
	vertical-align:top;
}