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

#index_group{
	width:990px;
	height:295px;
	margin-top:449px;
	margin-left:auto;
	margin-right:auto;
}
.index_news{
	width:415px;
	height:292px;
	margin-left:8px;
	margin-top:-25px;
	position:absolute;
	z-index:5000;
	background:url(../images/index_news.png) no-repeat 0px 0px;
}
.index_products{
	width:555px;
	height:215px;
	margin-left:425px;
	margin-top:13px;
	position:absolute;
	z-index:4999;
	background:url(../images/index_p_title.png) no-repeat 0px 0px;
}

.index-p-one{
	width:155px;
	min-height:205px;
	float:left;
	margin:50px 25px 10px 5px;
}

.index-p-one .pic-container{
	width:155px;
	height:155px;
	margin:0px 0px 10px 0px;
	padding:3px;
	border:1px solid #C8C8C8;
	behavior:url(PIE.htc);
	box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.6);
}
.index-p-one .pic-container div.pic-cut{
	width:155px;
	height:155px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../images/zoom.jpg) no-repeat center center;
}

.index-p-one .pic-container table{
	width:155px;
	height:155px;
	border:none;
	border-collapse:collapse;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	background:url(../images/zoom.jpg) no-repeat center center;
	background:url(../images/zoom.jpg) no-repeat center -18px !important;
}
.index-p-one .pic-container table td{
	text-align:center;
	vertical-align:middle;
	padding:0px 0px 0px 0px;
}
.index-p-one .pic-container table td img{
	max-width:155px;
	max-height:155px;
}
.index-p-one .p-name{
	display:block;
	color:#049294;
	font-size:13px;
	line-height:18px;
	margin:10px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:center;
}
ul.index_news_list{
	list-style:none;
	margin:60px 0px 0px 5px;
	padding:0px;	
}
ul.index_news_list li{
	width:355px;
	background-image:url(../images/hr-line.gif);
	background-repeat:repeat-x;
	background-position:0px 0px;
	margin-left:22px;
	padding:10px 0px 5px 0px;
}
ul.index_news_list li:first-child{
	background-image:none;
}
ul.index_news_list li span.date{
	display:inline;
	font-size:12px;
	color:#666666;
	width:90px;

}
ul.index_news_list li span.t{
	display:inline;
	font-size:13px;
	color:#666666;
	width:250px;
	background-image:url(../images/index_news_arrow.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	padding-left:20px;
	margin-left:5px;
}
ul.index_news_list li span.t a{
	text-decoration:none;
	color:#666666;
}
ul.index_news_list li span.t a:hover{
	font-weight:bold;
	color:#055878;
	text-decoration:none;
}
.more_news{
	width:35px;
	height:15px;
	background-image:url(../images/more1.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:transparent;
	border:none;
	cursor:pointer;
	margin:20px 0px 0px 325px;
	position:absolute;
}
.more_news:hover{
	background-image:url(../images/more2.png);
}
.more_products{
	width:35px;
	height:15px;
	background-image:url(../images/more2.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:transparent;
	border:none;
	cursor:pointer;
	margin:9px 0px 0px 510px;
	position:absolute;
}
.more_products:hover{
	background-image:url(../images/more1.png);
}

