@charset "utf-8";
/* theme-default */
.theme-default #slider { /*margin:34px auto 0px;*/
    width: 1920px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.theme-default .nivoSlider {
    /*background: url("../image/loading.gif") no-repeat 50% 50% rgb(255, 255, 255);*/
    margin-bottom: 50px;
    position: relative;
}

    .theme-default .nivoSlider img {
        left: 0px;
        top: 0px;
        display: none;
        position: absolute;
    }

    .theme-default .nivoSlider a {
        border: 0px currentColor;
        display: block;
    }

.theme-default .nivo-controlNav {
    left: 850px;
    width: 243px;
    height: 38px;
    bottom: 0px;
    padding-top: 14px;
    padding-left: 50px;
    position: absolute;
    z-index: 9; /*background-image:url("../image/bullets-bg.png");*/
    background-repeat: no-repeat;
}

    .theme-default .nivo-controlNav a {
        background: url("../image/bullets1.png") no-repeat;
        border: 0px currentColor;
        width: 23px;
        height: 17px;
        text-indent: -9999px;
        margin-right: 3px;
        float: left;
        display: block;
    }

        .theme-default .nivo-controlNav a.active {
            background-position: 0px -17px;
        }

.theme-default .nivo-directionNav a {
    background: url("../image/arrows1.png") no-repeat;
    border: 0px currentColor;
    width: 65px;
    height: 65px;
    text-indent: -9999px;
    display: block;
}

.theme-default a.nivo-nextNav {
    background-position: -65px 0px;
    top: 210px;
    right: 360px;
}

.theme-default a.nivo-prevNav {
    left: 360px;
    top: 210px;
}

.theme-default a.nivo-nextNav:hover {
    background-position: -65px -65px;
    top: 211px;
    right: 360px;
}

.theme-default a.nivo-prevNav:hover {
    background-position: 0px -65px;
    left: 360px;
    top: 211px;
}

.theme-default .nivo-caption {
    font-family: Helvetica,Arial,sans-serif;
}

    .theme-default .nivo-caption a {
        color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-bottom-width: 1px;
        border-bottom-style: dotted;
    }

        .theme-default .nivo-caption a:hover {
            color: rgb(255, 255, 255);
        }
/* nivoSlider */
.nivoSlider {
    position: relative;
}

    .nivoSlider img {
        left: 0px;
        top: 0px;
        position: absolute;
    }

    .nivoSlider a.nivo-imageLink {
        margin: 0px;
        padding: 0px;
        border: 0px currentColor;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        z-index: 6;
    }

.nivoSlider {
    position: relative;
}

    .nivoSlider img {
        left: 0px;
        top: 0px;
        position: absolute;
    }

    .nivoSlider a.nivo-imageLink {
        margin: 0px;
        padding: 0px;
        border: 0px currentColor;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        display: none;
        position: absolute;
        z-index: 6;
    }

.nivo-slice {
    height: 100%;
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-caption {
    background: rgb(0, 0, 0);
    left: 0px;
    width: 30%;
    bottom: 0px;
    color: rgb(255, 255, 255);
    display: none;
    position: absolute;
    z-index: 8;
    opacity: 0.8;
}

    .nivo-caption p {
        margin: 0px;
        display: none!important;
    }

    .nivo-caption a {
        display: inline !important;
    }

.nivo-html-caption {
    display: none;
}

.nivo-directionNav a {
    top: 45%;
    position: absolute;
    z-index: 9;
    cursor: pointer;
}

.nivo-prevNav {
    left: 0px;
}

.nivo-nextNav {
    right: 0px;
}

.nivo-controlNav a {
    position: relative;
    z-index: 9;
    cursor: pointer;
}

    .nivo-controlNav a.active {
        font-weight: bold;
    }

.bannerbox {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    z-index: 0;
    background: #fff;
    position: relative;
}

#banner {
    position: relative;
    z-index: 0;
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    height: 500px;
    /*background: #fff;*/
}

#banner_width {
    position: relative;
    z-index: 1;
    width: 1920px;
    height: 500px;
    margin-left: -360px;
    overflow: hidden;
}