@charset "utf-8";
/* CSS Document */

.inmain {
	margin: 30px auto;
	overflow: hidden;
}
.inmain .left {
	width: 220px;
	background: #1b85dc;
}
.inmain .left ul {
	padding: 15px;
	overflow: hidden;
	width: 190px;
}
.inmain .left ul li a {
	display: block;
	border-bottom: 1px solid #2292ef;
	height: 40px;
	line-height: 39px;
	font-size: 16px;
	color: #fff;
	padding-left: 37px;
	width: 160px;
	background: url(../index_img/icon_arr.png) 10px center no-repeat;
}
.inmain .left ul li a:hover {
	color: #ffde00;
}
.inmain .left .contact {
	border: 2px solid #1b85dc;
	background-color: #fff;
	width: 186px;
	padding: 15px;
	overflow: hidden;
}
.inmain .left .contact h3 {
	display: block;
	background: url(../index_img/c-tel.png) left center no-repeat;
	height: 35px;
	line-height: 60px;
	font-size: 20px;
	font-weight: bold;
	padding-left: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 25px;
}
.inmain .left .contact h2 {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #c7000c;
	height: 65px;
	line-height: 65px;
	text-align: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 15px;
}
.inmain .left .contact p {
	display: block;
	font-size: 14px;
	line-height: 30px;
	background: url(../index_img/li.png) left 12px no-repeat;
	padding-left: 17px;
}
.inmain .right {
	border: 1px solid #eee;
	width: 900px;
	padding: 25px;
	overflow: hidden;
}
.inmain .right .guide {
}
.inmain .right .guide {
	font-size: 15px;
	width: 880px;
	padding-left: 20px;
	background: url(../index_img/guide.png) left center no-repeat;
	height: 20px;
	line-height: 20px;
}
.inmain .right .guide a {
	font-size: 15px;
}
.inmain .right .line {
	height: 2px;
	background: #1b85dc;
	display: block;
	margin: 15px 0px;
}
.inmain .right .info {
	padding: 20px 0px;
	overflow: hidden;
	line-height: 30px;
	font-size: 15px;
}
.inmain .right .info p {
	line-height: 30px;
	font-size: 15px;
}
.inmain .right .info ul {
}
.inmain .right .info ul li {
	display: block;
	background: url(../index_img/li.png) left center no-repeat;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px dashed #eee;
}
.inmain .right .info ul li a {
	display: block;
	float: left;
	width: 750px;
	margin-left: 20px;
	font-size: 15px;
}
.inmain .right .info ul li span {
	display: block;
	float: right;
	width: 100px;
	text-align: right;
	font-size: 13px;
	color: #999;
}
/*翻页*/
.pages {
	text-align: center;
	line-height: 16px;
	margin-top: 0px;
	padding-bottom: 20px;
	padding-top: 20px;
	font-size: 14px;
}
.pages span, .pages a {
	display: inline-block;
	border: 1px solid #ededed;
	padding: 5px 10px;
	vertical-align: middle;
	/*margin: 0 0 10px -1px;*/
	background-color: #fff;
	overflow: hidden;/*height: 16px;
	line-height: 16px;*/
}
.pages span strong {
	display: inline-block;
	border: 1px solid #ededed;
	padding: 5px 10px;
	vertical-align: middle;
	/* margin: 0 0 10px -1px; */
	background-color: #2f7ec9;
	overflow: hidden;
	color: #fff;
}
.pages .goprev, .pages .k_pagelist {
/*margin-right: 10px;*/
}
.pages .gonext, .pages .k_pagelist, .pages .count {
	margin-left: 10px;
}
.pages span, .pages a:hover {
	background: #2f7ec9;
	color: #ffffff;
}
.pages span.goprev, .pages span.gonext, .pages span.k_pagelist, .pages span.golast {
	color: #cccccc;
	background: #fff;
}
.pages span.count {
	border: 0;
	background: 0;
	color: #333333;
}
.pages [class*="ico-"] {
	margin: 0;
}
/*翻页 end*/


/*产品页面新模板*/
.products {
	overflow: hidden;
	padding: 20px 0px;
	line-height: 30px;
}
.products p {
	line-height: 30px;
}
.products dl {
	display: block;
	float: left;
	border: 1px solid #eee;
	margin-right: 16px;
	width: 211px;
	margin-bottom: 20px;
	text-align: center;
}
.products dl:nth-child(4n) {
	margin-right: 0px;
}
.products dl dt {
	display: block;
}
.products dl dt img {
	width: 211px;
	height: 152px;
}
.products dl dd {
	display: block;
	height: 45px;
	line-height: 45px;
}
.products dl dd a {
}
.products dl:hover {
	border-color: #2292ef;
}
.products dl:hover a {
	color: #c7000c;
}
.view img {
	margin-bottom: 20px;
}
