@charset "utf-8";
#content ul.product-list {
	height: auto !important;
	overflow: hidden;
	margin:0 -15px;
}
#content ul.product-list li {
	width: 33.3333333%;
	height: 100%;
	float: left;
	margin-bottom:25px;
}
#content ul.product-list li section{
	text-align: center;
	margin:0 15px;
	border: 1px solid #bababa;
	background:#f0f0f0;
	-webkit-box-shadow: 0px 3px 4px rgba(85,85,85,0.4);
	-moz-box-shadow: 0px 3px 4px rgba(85,85,85,0.4);
	box-shadow: 0px 3px 4px rgba(85,85,85,0.4);
}
#content ul.product-list li section img{
	width:100%;
}
#content ul.product-list li section:hover{
	border:1px solid #D7503C;
}
#content ul.product-list li>a {
	display: block;
	overflow: hidden;
	border: 1px solid #bababa;
}
#content ul.product-list >li h3 {
	font-size: 1.4rem;
	font-weight: normal;
	padding:8px 0;
	width:90%;
	margin:0 auto;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content ul.product-list >li p{
	margin:-4px auto 8px;
	height:19px;
	line-height:19px;
	width:90%;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
	
}
/*----产品页----*/
#content>img {
	border: 1px solid #E9E9E9;
	text-align: center;
	margin: 0 0 5px 0;
}
#content>h2 {
	text-align: center;
	margin-bottom: 12px;
	font-size: 1.5rem;
	background: #699EB8;
	color: #FFF;
	padding: 5px;
}

/*-------产品详情页----*/
.news_info {
	min-height: 380px;
	height: auto !important;  /*兼容IE6的最小高度设置和自适应*/
	height: 380px;
	overflow: visible;
	padding: 15px 20px 10px 20px;
}
/*------文章内容----*/
.product_wrapper {
	width: auto;
	/*	width: 900px;*/
	margin: 0 auto;
	height: auto;
	overflow: hidden;
	margin-bottom: 10px;
}
.product_content {
	float: left;
	width: 400px;
}
.news_info .pro-top {
	float: left;
	font-size: 1.4rem;
	line-height: 1.7rem;
	margin-left: 15px;
}
.news_info .pro-top span {
	color: #09f;
}
.news_info .pro-top .printbutton {
	width: 130px;
	height: 40px;
	line-height: 40px;
	padding-left: 10px;
	color: #7B3F02;
	background: url(../images/sendl.gif) no-repeat left;
	border-right: 1px solid #D9801B;
}
.news_info .prodes {
	clear: both;
	height: auto;
	overflow: hidden;
	margin-bottom: 8px;
	font-size: 1.4rem;
	line-height: 1.7rem;
}
.news_info hr {
	margin: 0 0 8px;
}
.news_info .prodes h2 {
	color: #fff;
	font-weight: normal;
	height: 28px;
	line-height: 28px;
	font-size: 15px;
	padding-left: 10px;
	background: url(../images/pro-bg.png) no-repeat left top;
	border-bottom: 1px solid #f08200;
	margin-bottom: 10px;
}
.news_info p {
	margin-bottom: 8px;
}
.news_info p.pcut span {
	border: 1px solid #B4B4B4;
	margin-right: 2px;
	padding: 2px 4px;
	font-weight: bold;
	color: #0473EC;
}
.news_info p.pcut a {
	border: 1px solid #B4B4B4;
	margin-right: 2px;
	padding: 2px 4px;
	color: #9E9E9E;
}
.news_info p.pcut a:hover {
	text-decoration: none;
	color: #0473EC;
}
.news_info a {
	color: #094B9F;
}
.news_info a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news_info table {
	width: 100%;
	line-height: 1.7rem;
	border-collapse: collapse;
}
.news_info table, .news_info table th, .news_info table td {
	font-size: 12px;
	border: 1px solid #7C7C7C;
	margin-bottom: 5px;
}
.news_info table td {
	padding-left: 5px;
	font-size: 12px;
}