@charset "utf-8";
#content ul.product-list {
	height: auto !important;
	overflow: hidden;
	padding: 25px 0px 0px 20px;
}
#content >h1 {
	text-align: center;
	font-size: 1.6em;
	color: #555;
	margin-bottom: 10px;
}
#content ul.product-list li {
	width: 29%;
	margin: 0 1.4%;
/*	width: 22.5%;
	margin: 0 0.8%;
*/	height: 100%;
	float: left;
	background:#fff;
	border: 4px solid #E5E5E5;
	margin-bottom: 25px;
}
#content ul.product-list li>a {
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
#content ul.product-list li img {
	width: 100%;
	vertical-align: middle;
	text-align: center;
	-webkit-transition: transform 0.6s ease 0s;  /*过渡效果，所有属性改变|变换延续的时间0.6秒|逐渐变慢*/
	-moz-transition: transform 0.6s ease 0s;
	-o-transition: transform 0.6s ease 0s;
	transition: transform 0.6s ease 0s;
}
#content ul.product-list li a:hover img {
	-webkit-transform: scale(1.1, 1.1); /*放大1.1倍*/
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
#content >ul.product-list >li h3 {
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	text-align: center;
	font-size: 1.4em;
	font-weight: normal;
	background:#e5e5e5;
}
/*----产品页----*/
#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.5em;
	background: #699EB8;
	color: #FFF;
	padding: 5px;
}
.hiSlider {
	overflow: hidden;
	width: 100%;
	background: #eee;
}
.hiSlider-item {
	float: left;
}
.hiSlider img {
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
/*-------产品详情页----*/
.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.4em;
	line-height: 1.7em;
	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.4em;
	line-height: 1.7em;
}
.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.7em;
	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;
}