﻿.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.nivoSlider {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
    z-index: -2;
}

    .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        max-width: none;
    }

.nivo-main-image {
    display: block !important;
    position: relative !important;
    width: 100% !important;
}

.nivoSlider a.nivo-imageLink {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    z-index: 6;
    display: none;
    background: white;
    filter: alpha(opacity=0);
    opacity: 0;
}

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
    top: 0;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
    overflow: hidden;
}

    .nivo-box img {
        display: block;
    }

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000000;
    color: #FFFFFF;
    width: 100%;
    z-index: 8;
    padding: 5px 10px;
    opacity: 0.8;
    overflow: hidden;
    display: none;
    -moz-opacity: 0.8;
    filter: alpha(opacity=8);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .nivo-caption p {
        padding: 5px;
        margin: 0;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    position: absolute;
    top: 45%;
    z-index: 9;
    text-decoration: none;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

.nivo-controlNav {
    text-align: center;
    position: absolute;
    bottom: 5%;
    left: 50%;
    margin-left: -75px;
}

    .nivo-controlNav a {
        display: block;
        float: left;
        width: 20px;
        height: 20px;
        line-height: 20px;
        cursor: pointer;
        margin-right: 10px;
        text-align: center;
        font-family: Arial;
        color: #FFFFFF;
        background-color: #00A1F1;
        border-radius: 50px;
        text-decoration: none;
    }

        .nivo-controlNav a.active {
            font-weight: bold;
            background-color: #000000;
        }

.bt {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #242b70;
    font-size: 18px;
    text-indent: 15px;
    color: #fff;
    font-weight: bold;
}

.menu2 {
    list-style: none;
    font-size: 13px;
}

    .menu2 > li {
        width: 100%;
        height: 26px;
        line-height: 26px;
    }

        .menu2 > li > a {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
            color: #b6b6b6;
        }

            .menu2 > li > a:hover {
                color: #fff;
            }

.menu {
    list-style: none;
    font-size: 13px;
}

    .menu li {
        width: 100%;
        height: 53px;
        line-height: 53px;
    }

    .menu .select > a {
        color: #242b70;
        background: url('../image/lb.jpg') no-repeat left -53px;
    }

    .menu li a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        text-indent: 60px;
        color: #666667;
        font-size: 13px;
        font-weight: bold;
        background: url('../image/lb.jpg') no-repeat left top;
    }

        .menu li a:hover {
            color: #242b70;
            background: url('../image/lb.jpg') no-repeat left -53px;
        }

.bti {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: #e6e6e6 1px solid;
    color: #242b70;
    text-align: left;
    text-indent: 20px;
    font-size: 18px;
    font-weight: bold;
    background: url('../image/shu.jpg') no-repeat 8px center;
}

.page2 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 20px;
}

    .page2 .prev {
        display: block;
        width: auto;
        float: left;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .page2 .next {
        display: block;
        width: auto;
        float: right;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

.page {
    list-style: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

    .page li {
        float: left;
        width: auto;
        height: 28px;
        line-height: 28px;
        text-align: center;
        margin-left: 3px;
        margin-right: 3px;
        border-style: solid;
        border-color: #AAAAAA;
        border-width: 1px 1px 1px 1px;
    }

        .page li a {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
        }

    .page .p {
        width: 28px;
    }

    .page .prevPage {
        width: 58px;
    }

    .page .nextPage {
        width: 58px;
    }

    .page .select {
        background-color: #242b70;
        color: #FFFFFF;
    }
