
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, figure, figcaption, code, del, dfn, em, image, q, dl, dt, dd, ol, ul, li, fieldset, form, legend, table, tf, tr, th {
    /*font-size: 100%;*/
    border-style: none;
    border-color: inherit;
    border-width: 0px;
    padding: 0px;
    font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
    -webkit-font-smoothing: subpixel-antialiased;
    font-weight: normal;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
}

body {
    color: #565656;
    line-height: 20px;
    font-size: 12px;
    font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
    margin: 0px;
}

input, textarea, select {
    font-family: 'Microsoft Yahei',"Lucida Grande", "Tahoma","Arial", "Helvetica", "sans-serif";
    background-color: #FFFFFF;
    font-size: 12px;
    outline: none;
}

img {
    border: 0px;
    vertical-align: bottom;
    -ms-interpolation-mode: bicubic;
}

a, a:link {
    text-decoration: none;
    color: #323232;
}

    a:hover {
        color: #8D6D34;
    }

.content {
    width: 100%;
    background: url(imgbottm_bg.png) no-repeat bottom center #fff;
}

ul, li {
    list-style-type: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix:after {
    display: block;
    content: '';
    clear: both;
    height: 0px;
    visibility: hidden;
}

.yahei {
    font-family: "Microsoft Yahei", Arial;
}

h1, h2, h3, h4 {
    font-family: "Microsoft Yahei", Arial;
}

.relative {
    position: relative;
}

.clearfix {
    *display: inline-block;
    *zoom: 1;
    *vertical-align: top;
}
/* Add by PKU zb 2014.9.1 */
.clearfix1 {
    *display: inline-block;
    *zoom: 1;
    *vertical-align: top;
    line-height: 35px;
}

.clear {
    clear: both;
}

.clear_f {
    clear: both;
}

*::selection {
    background: #8c0000;
    color: #FFFFFF;
    text-shadow: none;
}

*::-moz-selection {
    color: #8c0000;
    text-shadow: none;
}

.ie6 {
    text-align: center;
    font-size: 14px;
    line-height: 60px;
}

    .ie6 span {
        float: right;
        margin-right: 30px;
        cursor: pointer;
    }

.blankspace {
    height: 1.5em;
    overflow: hidden;
    margin: 0;
    padding: 0;
    clear: both;
}
/*comm used header,content,footer*/

.mainWrap {
    width: 100%;
    margin: auto;
}


.header .topWrap {
    padding: 0;
    /* background:#7f0101 url(../img/pkucloud1h100.png) no-repeat top right; LHY */
    background: url(imghead_bg.gif) repeat-x;
    border-top: 0px solid #c40000;
    border-bottom: 0px solid #600000;
}

    .header .topWrap .mainWrap {
        height: 110px;
    }

.header .logo {
    float: left;
    _display: inline;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
}

#searchBox {
    float: right;
    padding-right: 70px;
    z-index: 911;
    width: 160px;
}

.query {
    background-image: url(imgseach_bg.gif);
    border-bottom: #878787 1px solid;
    position: relative;
    border-left: #878787 1px solid;
    padding-left: 18px;
    background-repeat: no-repeat;
    font-family: 宋体;
    color: #222222;
    font-size: 10pt;
    border-top: #878787 1px solid;
    border-right: #878787 1px solid;
    padding-top: 3px;
}


.header .nav {
    /* float:right;
	_display:inline;
	margin-top:25px;*/
    background: url(imgnav_mid.gif) repeat-x;
    line-height: 37px;
    height: 37px;
}

    .header .nav .menu {
        display: none;
    }


#nav {
    
    margin: 0 auto;
    display: block;
    width: 100%;
}

.main_nav a {
    display: block;
    font-size: 15px;
    color: #ffffff;
}

    .main_nav a:link {
        text-decoration: none;
        font-size: 15px;
        color: #ffffff;
    }

    .main_nav a:visited {
        text-decoration: none;
        font-size: 15px;
        color: #ffffff;
    }

    .main_nav a:hover {
        text-decoration: none;
        font-size: 15px;
        color: #222222;
    }

header .nav #nav li {
    float: left;
    display: inline;
    color: #ffffff;
    margin-right: 10px;
    margin-left: 0px;
}

.main_nav {
    float: left;
    display: inline;
}

.submenu {
    float: left;
    display: inline;
    margin-left: 0;
}

.main_nav ul {
    line-height: 22px;
    list-style-type: none;
    text-align: center;
    left: -1119em;
    width: 110px;
    position: absolute;
    background: #F5F0EC;
    z-index: 999;
}

.submenu a {
    display: block;
    width: 110px;
    text-align: center;
    color: #000;
    font-size: 11px;
    font-weight: normal;
}

    .submenu a:link {
        text-decoration: none;
        color: #000;
        font-size: 11px;
        font-weight: normal;
    }

    .submenu a:visited {
        text-decoration: none;
        color: #000;
        font-size: 11px;
        font-weight: normal;
    }

    .submenu a:hover {
        text-decoration: none;
        color: #fff;
        font-size: 11px;
        font-weight: normal;
        background: #8D6D34;
    }

#nav li:hover ul {
    left: auto;
    display: block;
}

.bgf5 {
    background: #f5f5f5;
}

.ml30 {
    margin-left: 30px;
}

.ml20 {
    margin-left: 20px;
}

.ml10 {
    margin-left: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt30 {
    margin-top: 30px;
}

.mt10 {
    margin-top: 10px;
}

.pt5 {
    padding-top: 5px;
}

.mr150 {
    margin-right: 150px;
}

.mr100 {
    margin-right: 100px;
}

.mr80 {
    margin-right: 80px;
}

.ml100 {
    margin-left: 100px;
}

.ml130 {
    margin-left: 130px;
}

.ml50 {
    margin-left: 50px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb50 {
    margin-bottom: 50px;
}

.red {
    color: #8c0000;
}

.gray {
    color: #999;
}

.footer {
    width: 100%;
    background: url(imgbottom_mid.gif) repeat-x;
    height: 136px;
    display: block;
}

    .footer .bottom_con {
        margin: 0 auto;
        height: 136px;
        /*line-height: 136px;*/
        padding-left: 300px;
    }
.con1 {
    /*width: 300px;*/
    float: left;
    padding-top: 20px;
}
    .con1 span {
        font-size: 14px;
        color: #fff;
        height: 136px;
        line-height: 17px;
    }
.con2 {
    float: left;
    margin-left: 15px;
    /*width: 300px;*/
    padding-top: 40px;
}
    .con2 span {
        font-size: 14px;
        color: #fff;
        height: 136px;
        line-height: 17px;
        text-align: center;
    }
