@charset "gb2312";
/*CSS Reset*/
input, select, textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}
a{
    text-decoration: none;
}
a:visited{
    text-decoration: none;
    color: inherit;
}
a.nav_more:visited{
    color: white;
}
caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: 500
}

ul, ol, li {
    list-style: none
}

em, i {
    font-style: normal
}

del {
    text-decoration: line-through
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: 500
}

img {
    border: 0;
    max-width: 100%
}

input, img {
    vertical-align: middle
}

input:focus, a:focus {
    outline: 0
}

* {
    outline: 0;
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'Î¢ÈíÑÅºÚ';
}
html,body{
    margin: 0px;
    padding: 0;
    border: 0;
    outline: 0;
    width: 100%;
    height: 100%;
}
span,p{
    position: relative;
}