/* banner 动画效果css*/
#banner{
	position: relative;
}
#bannerNav{
	position:absolute;
	right: 10px;
	bottom: 10px;
	z-index: 20;
}
#bannerNav a{
	background-image: url(../images/indexBannerABg.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
	font-weight: bolder;
	color: #999;
	display: inline;
	background-position: center center;
	padding: 10px;
	margin-right: 5px;
	text-decoration: none;
}
#bannerNav .activeSlide,
#bannerNav a:hover{
	background-image: url(../images/indexBannerA1Bg.gif);
	color: #ffffff;
}

/*产品动态*/
.newsContent ul{
	margin:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
.newsContent li{
	height: 20px;
	background-image: url(../images/newLiBg.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 14px;
	position: relative;
	display: block;
	width:300px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 20px;
	text-align: left;
}
.newsContent li .addTime{
	position: absolute;
	top: 0px;
	right: 15px;
}

/* notice panel */
#notice{
	background-image: url(../images/noticeBg.jpg);
	color: #AA3201;
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom:10px;
}
#notice .jd_news_scroll {
	position: relative;
	overflow: hidden;
	width: 98%;
	height: 126px;
}
#notice  ul{
	margin:0px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#notice  li{
	height: 20px;
	background-image: url(../images/newLiBg.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 14px;
	position: relative;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	line-height: 20px;
}
#notice  li .addTime{
	display:none;
}
#notice a{
	line-height: 22px;
}

/*产品展示*/
.productContent{
	padding-top: 5px;
}
.picItem,
.picAlternating{
	width:180px;
	height:140px;
	background-image: url(../images/picBg.jpg);
	background-repeat: no-repeat;
}
.picItem img,
.picAlternating img{
}
.picItem .picText,
.picAlternating .picText{
	height:20px;
}