﻿/* 织梦58（dede58.com）做最好的织梦整站模板下载网站 */
@charset "utf-8";
/* CSS reset for c_b */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
/*---分页样式 ---*/
.pageNavi { PADDING-RIGHT: 0px; BORDER-TOP: #ddd 1px solid; PADDING-LEFT: 0px; PADDING-BOTTOM: 10px; WIDTH: 98%; PADDING-TOP: 10px; TEXT-ALIGN: center; margin-top: 10px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
.wp-pagenavi { padding: 5px; color: #444; }
.wp-pagenavi span { border: 1px solid #D0D0D0; color:#444; font-size: 12px; margin: 5px; padding-top: 5px; padding-right: 8px; padding-bottom: 5px; padding-left: 8px; text-decoration: none; }
.wp-pagenavi a { border: 1px solid #D0D0D0; color:#FF0000; font-size: 12px; margin: 5px; padding-top: 5px; padding-right: 8px; padding-bottom: 5px; padding-left: 8px; text-decoration: none; }
.wp-pagenavi a:hover { color: #FF0000; }
.wp-pagenavi .nolink { color: #444; font-size: 12px; }
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/*定位*/
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.clear {
	clear: both;
}
.cl {
	clear: left;
}
.cr {
	clear: right;
}
.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
*html .clearfix {
	height: 1%
}
.Clearfix {
	display: block;
}
.vm {
	vertical-align: center;
}
.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.abs-right {
	position: absolute;
	right: 0;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.none {
	display: none;
}
/*其他*/
.curp {
	cursor: pointer
} 
/*原reset*/
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231 Microsoft YaHei;
	font-size: 63%;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
.productLayout .menu {
	overflow: hidden;
	width: 90%;
	margin: 0 auto;
}
.productLayout .menu li {
	float: left;
	width: 28%;
	font-size: 1em;
	text-align: center;
	padding: 0.5em 0;
	border: 1px solid #00824a;
	border-radius: 5em;
	margin: 0.3em 2%;
}
.productLayout .menu li a{
	display: inline-block;
	width: 100%;
	height: 100%;
}
.productLayout .menu li.on {
	background-color: #336699;
	color: #fff;
}