@charset "utf-8";

/* CSS Document */

.page_title {
	background: #E0E0E0;
	width: 90%;
	margin: 10px auto;
}

.page_title ul {
	text-align: left;
	padding: 10px;
}

.page_title ul li {
	height: 30px;
	line-height: 30px;
	display: inline-block;
	margin-bottom: 4px;
}

.page_title ul li a {
	border-radius: 2px;
	background: #fff;
	font: 100 14px/30px "微软雅黑";
	display: block;
	text-align: center;
	padding-left: 18px;
	padding-right: 18px;
	color: #333;
}

.page_content {
	width: 90%;
	margin: 0 auto;
	font: 100 14px/30px "微软雅黑";
	color: #333;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	x-sizing: border-box;
	text-align: left;
	margin-top: 10px;
}

.page_content img {
	width: 100%;
	height: auto;
}


/* product css style*/

.product {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	x-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	margin-top: 20px;
}

.product_title {
	width: 100%;
	height: 25px;
	padding: 8px 0px;
	text-align: left;
	color: #333;
	background: #fff;
	border-bottom: 1px solid #d3d3d3;
}

.product_title h4 {
	width: 90%;
	margin: 0px auto;
	border-left: 2px solid #0874c3;
	line-height: 25px;
	font: 100 16px/25px "微软雅黑";
	padding-left: 10px;
}

.product ul li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #d3d3d3;
}

.product ul li a {
	font: 100 14px/35px "微软雅黑";
	padding-left: 20px;
	text-align: left;
	display: block;
	color: #333;
}

.product ul li a:hover {
	color: #0874c1;
}


/* n_product css style*/

.n_product {
	width: 100%;
	margin-top: 20px;
}

.n_product_title {
	width: 100%;
	height: 25px;
	padding: 8px 0px;
	text-align: left;
	color: #333;
	background: #fff;
	border-bottom: 1px solid #d3d3d3;
}

.n_product_title h4 {
	width: 90%;
	margin: 0 auto;
	border-left: 2px solid #0874c3;
	line-height: 25px;
	font: 100 16px/25px "微软雅黑";
	padding-left: 10px;
}

.n_product ul {
	width: 96%;
	margin: 0 auto;
	padding-top: 20px;
}

.n_product ul li {
	display: inline-block;
	text-align: center;
	width: 47%;
	margin: 0 1%;
	overflow: hidden;
}

.n_product ul li a {
	overflow: hidden;
	width: 100%;
	color: #333;
}

.n_product ul li a:active {
	color: #0874.c1;
}

.n_product ul li a img {
	display: block;
	width: 134px;
	height: auto;
	vertical-align: middle;
	width: 100%;
}

.n_product ul li h3 {
	display: block;
	width: 100%;
	overflow: hidden;
	font-size: 14px;
	font-weight: normal;
	line-height: 35px;
}


/* product_detail css style*/

.product_detail {
	width: 100%;
	margin: 0 auto;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	x-sizing: border-box;
}

.product_detail .title {
	width: 100%;
	margin: 0 auto;
	background: #0874c3;
	height: 35px;
	line-height: 35px;
	text-align: center;
	margin-top: 20px;
	font: 100 14px/35px "微软雅黑";
	color: #fff;
}

.product_detail .img {
	width: 95%;
	margin: 10px auto;
}

.product_detail .img img {
	width: 100%;
	height: auto;
}

.product_detail a {
	display: block;
	margin: 20px auto;
	width: 120px;
	background: #0874c3;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	height: 35px;
}


/* product_ css style*/

.product_content {
	width: 100%;
	margin: 0 auto;
	margin-top: 10px;
}

.product_content .title {
	background: #0874c3;
	height: 35px;
	text-align: center;
	margin-top: 2px;
	font: 100 14px/30px "微软雅黑";
	color: #fff;
	line-height: 35px;
	text-align: left;
	padding-left: 15px;
}

.product_content .content {
	width: 90%;
	margin: 0 auto;
	font: 100 14px/25px "微软雅黑";
	color: #333;
	text-align: left;
	padding: 10px 0px 30px;
}

.product_content .content img {
	width: 100%;
	height: auto;
}

.product_content .pn {
	width: 90%;
	margin: 0px auto 0px;
	background: #f3f3f3;
	padding: 5px;
	line-height: 30px;
	border: 1px solid #d9d9d9;
	color: #666;
	text-align: left;
	font: 100 14px/30px "微软雅黑";
	margin-top: 5px;
}

.product_content .pn a {
	font: 100 14px/24px "微软雅黑";
	color: #333;
}

.product_content .pn a:hover {
	color: #0874c3;
}


/*message css style*/

.message {
	width: 90%;
	margin: 0 auto;
}

.message input,
textarea {
	width: 100%;
	border: 1px solid #d5d5d5;
	line-height: 30px;
	color: #666;
	font-size: 14px;
	font-family: "Microsoft YaHei UI";
	text-indent: 10px;
	margin: 5px 0px;
}

.submit {
	text-align: center;
	color: #fff !important;
	background: #0874c3;
}

#checkCodeImg {
	float: left;
	margin-left: 30px;
	height: 30px;
}

#pagination,
.pagination {
	margin: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: auto;
	height: auto;
	overflow: hidden;
	border-left: #e0e1dc solid 1px;
}

#pagination li,
.pagination li {
	float: left;
	margin-top: 0px;
	padding-bottom: 0px;
	border-bottom: none;
	width: 40px;
	padding: 0;
	background: none;
}

#pagination li a,
.pagination li a {
	display: block;
	width: auto;
	height: 30px;
	padding: 0px;
	text-align: center;
	border-right: #e0e1dc solid 1px;
	border-top: #e0e1dc solid 1px;
	border-bottom: #e0e1dc solid 1px;
	line-height: 30px;
	font-size: 12px;
	color: #333;
}

#pagination li a:hover,
.pagination li a:hover {
	border: 1px solid #0874c3;
	color: #0874c3;
}

.pagination .active {
	background: #ecaf07;
	color: #fff;
}

.pagination .active a {
	color: #fff !important;
	cursor: default;
	background: #0874c3;
}

.pagination .disabled a:hover {
	background: none !important;
}

.pagination .disabled a {
	background: none !important;
	cursor: no-drop;
}

.pagination .ellipsis a:hover {
	background: none !important;
	cursor: default;
}