@charset "utf-8";
#content ul.product-list {
	height: auto !important;
	overflow: hidden;
	padding: 30px 0px 0px 20px;
}
#content >h1 {
	text-align: center;
	font-size: 1.6em;
	color: #555;
	margin-bottom: 10px;
}
#content ul.product-list li {
	float: left;
	width:33%;
	text-align: center;
}
#content ul.product-list li>a {
	margin:0 auto;
	display:block;
	width: 92%;
	overflow: hidden;
	border: solid 1px #e2e2e2;
	-webkit-box-shadow: 3px 3px 3px #ddd;
	-moz-box-shadow: 3px 3px 3px #ddd;
	box-shadow: 3px 3px 3px #ddd;
}
#content ul.product-list li img {
	width: 100%;
	-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 p {
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	font-size: 1.4em;
	width: 100%;
	margin-bottom:10px;
}
/*----产品页----*/
#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;
}
/*相关样式*/

#showbox { background:#eee;}
#showbox img {
	border: 1px solid #CCC;
}
#showbox span { background:url(../images/whitebg.png) repeat;}
#showsum { left:25px; margin-top:10px;}
#showsum span { border:1px solid #ddd;}
#showsum span.sel { border:1px solid #f60;}

.showpage { width:400px; position:relative;}
.showpage a { display:block; width:15px; border:1px solid #ddd; height:60px; line-height:60px; background:#eee; text-align:center; font-size:18px; position:absolute; left:0; top:-62px; text-decoration:none; color:#999;}
.showpage a#shownext { left:auto; right:0;}
.showpage a:hover { background:#ccc; color:#777; text-decoration:none;}