/*************************************
* 文件名称：layout_index.css
* 作   者：QQ:280474722 E-mail:zcli@vip.qq.com
/*************************************/





#header_banner {
    float: left;
    width: 100%;
    height: 300px;
}
#head {
	width: 980px;
    margin:12px auto;
	z-index:-999;
   	position: relative;
}

.theme-default .nivoSlider {
    position: relative;
    margin-bottom: 0px;
    /*-webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
-moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
box-shadow: 0px 1px 5px 0px #4a4a4a;
#fff url(loading.gif) no-repeat 50% 50%
*/
}

    .theme-default .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
        display: none;
    }

    .theme-default .nivoSlider a {
        border: 0;
        display: block;
    }

.theme-default .nivo-controlNav {
    position: absolute;
    left: 50%;
    bottom: 10px;
    margin-left: -40px;
    z-index: 999;
}

    .theme-default .nivo-controlNav a {
        display: block;
        width: 12px;
        height: 12px;
        background: url(../images/c1.png) no-repeat;
        text-indent: -9999px;
        border: 0;
        margin-right: 8px;
        float: left;
    }

        .theme-default .nivo-controlNav a.active {
    background: url('../images/c2.png') no-repeat;
}

.theme-default .nivo-directionNav a {
    display: block;
    width: 30px;
    height: 30px;
    background: url(arrows.png) no-repeat;
    text-indent: -9999px;
    border: 0;
}

.theme-default a.nivo-nextNav {
    background-position: -30px 0;
    right: 0px;
}

.theme-default a.nivo-prevNav {
    left: 0px;
}

.theme-default .nivo-caption {
    font-family: Helvetica, Arial, sans-serif;
}

    .theme-default .nivo-caption a {
        color: #fff;
        border-bottom: 1px dotted #fff;
    }

        .theme-default .nivo-caption a:hover {
            color: #fff;
        }

.nivoSlider {
    position: relative;
}

    .nivoSlider img {
        position: absolute;
        top: 0px;
        left: 0px;
    }

    .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;
    }

.nivo-slice {
    display: block;
    position: absolute;
    z-index: 5;
    height: 100%;
}

.nivo-box {
    display: block;
    position: absolute;
    z-index: 5;
}

.nivo-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #000;
    color: #fff;
    opacity: 0.8;
    width: 100%;
    z-index: 8;
}

    .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;
    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;
    }

.theme-default #slider {
    width: 980px;
    height: 300px;
    overflow: hidden;
    margin: 0 0px;
}
