@charset "utf-8";
/*
12-14
14-18
18-22
*/
html, body, div, span, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, address, big, cite, code, del, em, font, img, ins, small, strong, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend { margin: 0; padding: 0; }
html { height: 100%; margin: auto; }
body { font-family: 微软雅黑, 'Heiti SC', 黑体, Arial; -webkit-font-smoothing: subpixel-antialiased !important;}
ol, ul, li { list-style: none outside none; }
a { text-decoration: none; color: inherit; outline:0 none;}
img {width:950px; border: none; vertical-align: middle; }
table { border-collapse: collapse; }
tr, td, th { padding: 0; margin: 0; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea, select, button { font-family: 微软雅黑, 'Heiti SC', 黑体, Arial; padding: 0; margin: 0; background-color:transparent; border:0 none; outline:0 none;}

/*--类--*/
.clear:after { content: ""; display: block; height: 0; visibility: hidden; clear: both; }
.clear { *zoom:1; }

html { width: 100%;}
body{ width:100%;}
#body { width: 100%; position: relative; margin:auto;}

.section{ z-index:1;}
.pageLayer{ width:100%; overflow: hidden;}
.layerWarp{ width:1230px; margin:0 auto; position:relative;}

.page{ text-align:center; width:100%;}
.page ul{ display:inline-block; overflow:hidden;}
.page li{ float:left; padding:0 4px; color:#707070; line-height:34px; font-family:Arial; font-size:16px;}
.page a{ display:block; width:34px; height:34px; line-height:34px; color:#707070; border:1px solid #bbbbbb; border-radius:4px; transition:all .5s ease 0s;}
.page a:hover{ color:#FFF; background-color:#166e31; border-color:#166e31;}
.page .cur{ color:#FFF; background-color:#166e31; border-color:#166e31;}

/*
.j_imgWarp{ overflow:hidden; text-align:center;}
.j_imgWarp:after{ content:''; display:inline-block; vertical-align:middle; width:0; height:100%; overflow:hidden;}
.j_imgWarp img{ width:100%; height:auto;}

@media screen and (min-width:540px) {
html { width: 540px; }
}

@media screen and (max-width:320px) {
html { width: 320px; }
}
*/