@charset "gb2312";
/*CSS Reset*/

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, section, article, aside, header, footer, nav, dialog, figure, hgroup {
    margin: 0;
    padding: 0
}

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;*/
}
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;
}
.footer{
    width: 100%;
    height: auto;
    border-top: solid 5px #e6e6e6;
    background: #f5f5f5;
    overflow: hidden;
}
.other_depart{
    padding: 36px 27px 36px 40px;
    overflow: hidden;
    border-bottom: solid 1px #cecece;
}
.other_depart ul{
    width: 10000px;
    height: 100%;
    overflow: hidden;
    position: relative;
    left: 0;
}
.other_depart li{
    height: 43px;
    padding: 3px;
    width: 166px;
    float: left;
    margin-right: 13px;
    border: solid 1px #d6d6d6;
    background: #ffffff;
}
.sw_prev{
    width: 22px;
    height: 49px;
    background: white;
    border: solid 1px #d6d6d6;
    position: absolute;
    left: 0;
    top: 36px;
    background: url("imagesicon16.png");
    cursor: pointer;
    z-index: 2;
}
.sw_next{
    width: 22px;
    height: 49px;
    background: white;
    border: solid 1px #d6d6d6;
    position: absolute;
    right: 0;
    top: 36px;
    background: url("imagesicon17.png");
    cursor: pointer;
    z-index: 2;
}
.copyright{
    width: 100%;
    height: 90px;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    color: #5c5c5c;
    padding: 37px 0;
}
.li_show_container{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.back8{
    background: url("imagesback8.png");
}
.botop_2{
    border: solid 5px #abb4c1;
}
.load_more{
    width: 898px;
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 12px;
    color: #004eb9;
    background: #e0f5ff;
    border: solid 1px #b9d8e7;
    margin: auto;
}
.load_more img{
    vertical-align: sub;
}
.icon22{
    width: 10px;
    height: 10px;
    background: url("imagesicon22.png");
    position: absolute;
    top: 9px;
    right: 11px;
    cursor: pointer;
}
.syss_page{
    margin-top: 270px;
    width: 100%;
}