@charset "utf-8";
ul.pro_cata {
	width:1200px;
	margin: 0px auto;
	height: auto !important;
	overflow: hidden;
	margin-bottom:10px;
}
ul.pro_cata li {
	height: 26px;
	line-height: 26px;
	margin: 0 auto 4px;
	font-size: 18px;
	background: url(../images/dot.gif) no-repeat 14px 8px;
	padding-left: 32px;
}
ul.pro_cata li a.hover {
	color: #2d77b4;
}
/*----产品页----*/
#product ul.product_list {
	width:1208px;
	height: auto !important;
	overflow: hidden;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
}
#product ul.product_list li {
	font-size:14px;
	float: left;
	display: inline;
	width: 402px;
	text-align: center;
	margin-bottom: 10px;
}
#product ul.product_list li>a{
	margin:0 auto;
	display:block;
	width: 383px;
	height: 381px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}
#product ul.product_list li img {
	width:383px;
	height:381px;
	-webkit-transition:all 1.3s ease;  /*过渡效果，所有属性改变|变换延续的时间1.1秒|逐渐变慢*/
	-moz-transition:all 1.3s ease;
	-o-transition:all 1.3s ease;
	transition:all 1.3s ease;
}
#product ul.product_list li a:hover img {
	-webkit-transform: scale(1.3); /*放大1.3倍*/
	-moz-transform: scale(1.3);
	-o-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
}
#product ul.product_list li span {
	display: block;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
.result{
	clear:both;
	text-align:center;
	font-size:12px;
}
/*---产品详情页----*/
#pro_detail {
	min-height:400px;
	height:auto !important;
	height:400px;
	overflow:visible;
	padding:10px 15px 0px 15px;
}
#pro_detail .pro_desc {
	height: auto !important;
	overflow: hidden;
	border-bottom:1px dashed #ddd;
	line-height:1.7em;
}
#pro_detail .pro_pic {
	text-align:center;
}
#pro_detail .pro_intro{
	margin-bottom:10px;
}
#pro_detail .pro_intro .pimg{
	text-align:right;
	width:auto !important;
	float:left;
	display:inline;
}
#pro_detail .pro_intro p {
	float:left;
	display:inline;
	width:430px;
	font-size:1.3em;
	line-height:2.2em;
	margin-left:15px;
	margin-top:10px;
}
/*-------产品上下页----*/
.prevnext {
	width:1200px;
	margin: 0px auto;
	clear: both;
	padding: 6px 17px 5px 17px;
	text-align: center;
	height: auto !important;
	overflow: hidden;
	border-top: 1px dotted #959595;
}
.prevnext .previous {
	font-size: 14px;
	width: 50%;
	float: left;
	text-align: left;
}
.prevnext .next {
	font-size: 14px;
	width: 50%;
	float: right;
	text-align: right;
}
/*------详细介绍------*/
#pro_detail h1,#pro_detail h2{
	font-size:1.8em;
	color:#4bb4eb;
	line-height:30px;
}
#pro_detail hr{
	border:0 none;
	margin-bottom:8px;
	height:4px;
	background-color:#4bb4eb;
}
#pro_detail table {
	width: 100%;
	margin-bottom:6px;
}
#pro_detail th {
    height:24px;
	line-height:24px;
    overflow:hidden;
	background-color:#c5e6f7;
}
#pro_detail td {
	height:20px;
	line-height:20px;
}
#pro_detail td,#pro_detail th {
    border:1px solid #3f92b4;
    padding:0 0.8em 0;
	font-size:1.3em;
}
/*-----分页样式-----*/
.pagelist {
	clear: both;
	text-align: center;
	font-size: 14px;
	padding: 5px 0px 12px 0px;
}
.pagelist a {
	border: #9aafe5 1px solid;
	margin-right: 5px;
	padding: 3px 7px;
	color: #2e6ab1;
}
.pagelist a:hover {
	color: #e06f23;
	text-decoration: none;
}
.pagelist span.current {
	border: #9aafe5 1px solid;
	background-color: #2e6ab1;
	margin-right: 5px;
	padding: 3px 7px;
	color: #fff;
}
.pagelist span.disabled {
	border: #ccc 1px solid;
	margin-right: 5px;
	padding: 3px 7px;
	color: #3C3C3C;
}