/* common */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0
}

html, body {
    -webkit-text-size-adjust: none
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

figure {
    margin: 0
}

body, button, input, select, textarea {
    font: 0.75em/1.5 tahoma, arial, "Microsoft Yahei";
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

address, cite, dfn, em, var {
    font-style: normal
}

code, kbd, pre, samp {
    font-family: courier new, courier, monospace
}

small {
    font-size: 12px
}

ul, ol {
    list-style: none
}

a {
    text-decoration: none;
    blr: expression(this.onFocus=this.blur());
    outline: none
}

a:hover {
    text-decoration: none
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

legend {
    color: #000
}

fieldset, img {
    border: 0
}

img {
    display: block
}

button, input, select, textarea {
    font-size: 100%;
    outline: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

/* clearfix */
.clear {
    clear: both
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.clearfix {
    zoom: 1
}


.p20{padding:20px}
.m20{margin:20px}

/*头部*/
.pmHeader {
    width: 980px;
    margin: 0 auto;
    margin-top: 17px;
    margin-bottom: 8px;
    position: relative;
    z-index: 2;

}

.pmHeader h1 {
    float: left;
}

.pmHeader h1 a {
    display: block;
    text-indent: -1000em;
    background: url("../images/logo.png") no-repeat center;
    width: 210px;
    height: 28px;
}

.pmSearch {
    float: right;
    background: url("../images/searchBg.png") no-repeat;
    width: 120px;
    height: 20px;
    line-height: 20px;
    margin-left: 18px;
    margin-top: 4px;
}

.pmSearch .pmSearchIpt {
    float: left;
    width: 84px;
    height: 20px;
    line-height: 20px;
    background: none;
    border: none;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
}

.pmSearch .pmSearchBtn {
    float: left;
    background: none;
    border: none;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.pmReg {
    display: block;
    color: #393939;
    font-weight: bold;
    float: right;
    margin-left: 8px;
    margin-top: 4px;
}

/*导航*/
.nav {
    height: 35px;
    line-height: 35px;
    background: #007cc3;
    position: relative;
    z-index: 2;
    width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
}

.nav a {
    color: #fff;
}

.nav .nLi {
    float: left;
    position: relative;
    display: inline;
}

.nav .nLi h3 {
    float: left;
}

.nav .nLi h3 a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
    font-weight: bold;
}

.nav .sub {
    display: none;
    width: 120px;
    left: 0;
    top: 35px;
    position: absolute;
    background: #fff;
    line-height: 26px;
    padding: 5px 0;
    box-shadow: 0 1px 3px #ccc;
    text-align: center;
}

.nav .sub li {
    zoom: 1;
}

.nav .sub a {
    display: block;
    padding: 0 10px;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: bold;
}
.nav .sub a:hover{
    color: #007cc3;
}

.nav .on h3 a {
    background: #fff;
    color: #4d4d4d;
}
.nav .on h3 a:hover{
    color: #007cc3;
}

.pageNav { width: 100%; background: #007cc3;}

/*页脚*/

.pmfooter {
    width: 980px;
    margin: 0 auto;
    margin-top: 20px;
}

.pmfooter h1 {
    float: left;
    background: url("../images/footer.png") no-repeat left center;
    padding-left: 30px;
    font-size: 24px;
    color: #b4b4b4;
}

.pmErweima {
    float: left;
    width: 66px;
    margin-left: 175px;
}

.pmErweima a {
    display: block;
}

.pmErweima p {
    text-align: center;
    font-size: 12px;
    color: #9d9d9d;
}

.pmErweima02 {
    margin-left: 15px;
}

.copyright {
    width: 980px;
    margin: 0 auto;
    font-size: 12px;
    color: #9d9d9d;
    text-align: center;
    margin-top: 45px;
    margin-bottom: 50px;
}