@charset "utf-8";
/*----产品页----*/
.main-right ul.product_list {
	height: auto !important;
	overflow: hidden;
	padding: 0px 0px 0px 10px;
}
.main-right ul.product_list li {
	font-size:1.4em;
	float: left;
	display: inline;
	width: 310px;
	text-align: center;
	margin-bottom: 10px;
}
.main-right ul.product_list li>a{
	margin:0 auto;
	display:block;
	width: 267px;
	height: 245px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}
.main-right ul.product_list li img {
	width:267px;
	height:245px;
}
.main-right ul.product_list li a:hover {
	border:1px solid #000000;
}
.main-right ul.product_list li span {
	display: block;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 6px;
}
.main-right ul.product_list li span a:hover{
	border:0 none;
}
/*----产品页----*/
.main-right ul.case_list {
	height: auto !important;
	overflow: hidden;
	padding: 0px 0px 0px 28px;
}
.main-right ul.case_list li {
	font-size:1.4em;
	float: left;
	display: inline;
	width: 430px;
	text-align: center;
	margin-bottom: 10px;
}
.main-right ul.case_list li>a{
	margin:0 auto;
	display:block;
	width: 350px;
	height: 220px;
	overflow: hidden;
	border: 1px solid #e0e0e0;
}
.main-right ul.case_list li img {
	width:350px;
	height:220px;
}
.main-right ul.case_list li a:hover {
	border:1px solid #000000;
}
.main-right ul.case_list li span {
	display: block;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	text-align: center;
	margin-bottom: 6px;
}
.main-right ul.case_list li span a:hover{
	border:0 none;
}
/*----------------*/
.result{
	clear:both;
	text-align:center;
	font-size:1.2em;
}
#c_product-main {
	width: 1200px;
	margin: 0px auto 150px;
	height:auto !important;
	overflow: hidden;
}
#c_product-main p.show {
	width: 100%;
	height: 60px;
	font-size: 18px;
	color: #00881a;
	text-align:center;
	background: url(../images/inside/line.jpg) no-repeat bottom;
}
#c_product-main dl {
	width: 1060px;
	margin: 20px auto;
	overflow: hidden;
	font-size: 12px;
}
#c_product-main dl dt {
	float: left;
	display:inline;
}
#c_product-main dl dd {
	width: 560px;
	float: right;
	display:inline;
}
#c_product-main dl h3 {
	font-size: 14px;
	margin-bottom:20px;
}
#c_product-main dl p {
	font-size: 13px;
	line-height: 25px;
	margin-bottom:8px;
}
#c_product-main dl img {
	margin-right: 15px;
}
#c_product-main a:hover {
	text-decoration: underline;
}

/*-------产品上下页----*/
.prevnext {
	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;
}




/*-----分页样式-----*/
nav.pagelist {
	clear: both;
	text-align: center;
	font-size: 1.4em;
	padding: 5px 0px 12px 0px;
}
nav.pagelist a {
	border: #9aafe5 1px solid;
	margin-right: 5px;
	padding: 3px 7px;
	color: #2e6ab1;
}
nav.pagelist a:hover {
	color: #e06f23;
	text-decoration: none;
}
nav.pagelist span.current {
	border: #9aafe5 1px solid;
	background-color: #2e6ab1;
	margin-right: 5px;
	padding: 3px 7px;
	color: #fff;
}
nav.pagelist span.disabled {
	border: #ccc 1px solid;
	margin-right: 5px;
	padding: 3px 7px;
	color: #3C3C3C;
}