﻿table {
    margin:auto;
}

/* 设置滚动条的样式 */

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/* 滚动槽 */

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
    -webkit-box-shadow: inset 0 0 5px #5bcbfa;
    border-radius: 5px;
}
/* 滚动条滑块 */

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.5);
    background: rgba(91,203,250,0.3);
    -webkit-box-shadow: inset 0 0 5px rgba(91,203,250,0.5);
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: rgba(255,0,0,0.4);
        background: #5bcbfa;
    }

/*分页样式--start*/
.pages {
    margin: 20px 0;
    text-align: center;
    font-size: 14px;
}

    .pages a, .pages span {
        padding: 2px 8px;
        border: 1px solid #999;
        margin: 0 5px;
        color: #999;
    }

a:link, a:hover, a:active, a:visited {
    text-decoration: none;
}

.pages a:hover, .pages span:hover {
    color: #ffffff;
    background: #fb4848;
    background-size: cover;
    border: 1px solid #fff;
}

font:hover {
    color: #ffffff;
}

/*分页样式--end*/

#slide #slide_prev {
    cursor: pointer;
}

#slide #slide_next {
    cursor: pointer;
}

.toptit {
    line-height: 54px;
    margin-left: 20px;
    font-weight: 600;
    font-size: 25px;
    font-family: FangSong;
    color: #033077;
    text-shadow: 1px 1px 1px #f0feff;
}

.slide_object {
    display: block;
}



#slide_index #slide_nav_index {
    position: absolute;
    margin: 0;
    padding: 0 0 15px 0;
    top: auto;
    left: auto;
    right: auto;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
}

    #slide_index #slide_nav_index .slide_selector_index {
        color: #999999;
        font-size: 10px;
        cursor: pointer;
    }

        #slide_index #slide_nav_index .slide_selector_index:hover {
            color: #ff7777;
        }

    #slide_index #slide_nav_index .slide_selector_index_selected {
        color: #ff7777;
        font-size: 10px;
        cursor: pointer;
    }


#slide_index #slide_main_index {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

    #slide_index #slide_main_index .slide_object_index {
        display: none;
        margin: 0;
        padding: 0;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

#main #category_picture dl.picture_block dd {
    height: auto;
}

    #main #category_picture dl.picture_block dd ul {
        height: auto;
    }

.content_bodytable tr td p img {
    max-width: 960px;
}

tr td p img {
    max-width: 960px;
}

div#content_body > div.about_info > p > img {
    width:980px;
}

#anli_main {
    width: 1170px;
}

#content_body > p > img {
    width:100%;
}

#footer {
    height: auto;
}

/*-about-start-*/

#menu_list {
    overflow: hidden;
    margin: 0 auto;
    padding: 30px 0 10px;
    width: 980px;
}

    #menu_list div {
        float: right;
        overflow: hidden;
    }

        #menu_list div a {
            display: block;
            float: left;
            margin: 0 5px;
            padding: 0 10px;
            height: 32px;
            line-height: 32px;
            font-size: 16px;
            -webkit-box-shadow: 0 0 8px #D0D0D0;
            -moz-box-shadow: 0 0 8px #D0D0D0;
            box-shadow: 0 0 8px #D0D0D0;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            border: 1px solid #D0D0D0;
        }

            #menu_list div a.selected {
                background-color: #0870a3;
                color: #FFFFFF;
            }

/*-about-end-*/
