@charset "utf-8";
/****************** 首页模板样式表文件 ******************/
/****** 首页样式 ******/
/* 公司简介内容 */
#info{
	margin-bottom:20px;
	padding-right:25px;
}
#infoContent{
}
#infoContent img{
	float:left;
	padding-right:10px;
}
#infoContent p{
	margin:0px;
	padding:0px;
	line-height: 160%;
}
/* 公司新闻 */
/* 公司新闻，行业新闻 */
#news1,
#news2{
	float:left;
	padding-right:5px;
	padding-left:10px;
}
#news1 .newsContent,
#news2 .newsContent{
	padding-top:10px;
}
.newsContent ul{
	padding:0px;
	margin:0px;
}
.newsContent li{
	height: 25px;
	background-image: url(../images/notice-newsLi.jpg);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 10px;
	position: relative;
	display: block;
	width:305px;
}
.newsContent li .addTime{
	position: absolute;
	top: 0px;
	right: 10px;
}
/* 产品展示 */
#product{
	clear: left;
}
#productTitle{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D3D4D6;
}
#productContent{
	padding-top: 10px;
	padding-right: 5px;
	line-height: 140%;
	padding-bottom: 10px;
	padding-left: 0px;
}

.productList{
}
.productAlternating,
.productItem{
	width: 180px;
}
.productImage{
	text-align: center;
}
.productImage img{
	text-align: center;
}
.productText{
	line-height: 120%;
}
.productClassName{
}
.productName{
}
#productContent .productName{
	color: #FF0000;
	text-decoration: underline;
	text-align: center;
	display: block;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.productNumber{
}
.price{
}
.productShortContent{
	display: none;
}
.productNumberLabel{
}
.priceLabel{
}
.cartButton{
	line-height: 23px;
	color: #000000;
	background-color: #FFFFFF;
	background-image: url(../images/CartBtBg.jpg);
	background-repeat: no-repeat;
	text-align: left;
	text-indent: 19px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: 23px;
	width: 80px;
}
.productNameBox{
}
.productNumberBox,
.priceBox{
	padding-left: 42px;
}
.cartButtonBox{
	padding-top: 5px;
	text-align: center;
}
#productContent .cartButtonBox{
	display:none;
}
#productContent .productAlternating,
#productContent .productItem{
	background-image: url(../images/indexProductBg01.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#productContent .productImage{
	background-image: url(../images/indexProductBg02.jpg);
	background-repeat:repeat-y;
	background-position: center top;
}
#productContent .productText{
	background-image: url(../images/indexProductBg03.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
#productContent .priceBox{
	display:none;
}