@charset "utf-8";
/*----产品页----*/
#content ul.product_list {
	height: auto !important;
	overflow: hidden;
	padding: 10px 0px 0px 10px;
}
#content ul.product_list li {
	font-size:1.4em;
	float: left;
	display: inline;
	width: 140px;
	text-align: center;
	margin-bottom: 10px;
}
#content ul.product_list li>a{
	margin:0 auto;
	display:block;
	width: 110px;
	height: 116px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}
#content ul.product_list li img {
	width:110px;
	height:116px;
	-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;
}
#content 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);
}
#content ul.product_list li span {
	display: block;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 6px;
}
.result{
	clear:both;
	text-align:center;
	font-size:1.2em;
}
/*---产品详情页----*/
#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;
}
/*-------产品上下页----*/
#pro_detail .prevnext {
	clear: both;
	width: 100%;
	font-size:1.4em;
	text-align: center;
	padding-top: 5px;
	margin-bottom: 8px;
	height: auto !important;
	overflow: hidden;
}
#pro_detail .prevnext .previous {
	width: 50%;
	float: left;
	text-align: left;
}
#pro_detail .prevnext .next {
	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;
}
/*----公司简介----*/
#content .case_list {
	min-height: 600px;
	height: auto !important;
	height: 600px;
	overflow: visible;
	padding: 10px 10px 0px 0px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#content .casetable{
	font-size:13px;
	margin-bottom:15px;
}
#content .casetable th{
	line-height: 26px;
	text-indent: 11px;
	text-align: left;
	color: #555555;
	background-color:#E0E0E0;
}
#content .casetable tbody td{
	line-height: 24px;
	padding-left: 10px;
}