﻿.header {
    height: 84px;
    width: 100%;
    background-color: #f05718;
    color: white;
    min-width:1200px;
}

.login {
    width: 100%;
}

.header a {
    color: white;
}

.header-content, .login-content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

.header-left, .login-left {
    float: left;
}

.header-left {
    font-size: 18px;
    line-height: 84px;
}

.login-title {
    font-size: 18px;
    line-height: 64px;
    border-bottom: solid 1px #BCBCBC;
}

.login-form {
    border-top: solid 1px #e6e6e6;
}

.header-right, .login-right {
    float: right;
}

    .header-right div {
        float: left;
    }

        .header-right div a {
            line-height: 84px;
            font-size: 18px;
            margin-left: 30px;
        }

img {
    border: none;
}

li {
    list-style: none;
}

input, select, textarea {
    outline: none;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
}

/*清浮动*/
.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

/* banner */
.banner {
    width: 100%;
    height: 600px;
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    min-width:1200px;
    z-index:8;
}

.banner-btn {
    display: none;
}

    .banner-btn a {
        display: block;
        line-height: 40px;
        position: absolute;
        top: 120px;
        width: 40px;
        height: 40px;
        background-color: #000;
        opacity: 0.3;
        filter: alpha(opacity=30) color:rgb(255, 255, 255);
        overflow: hidden;
        z-index: 4;
    }

.prevBtn {
    left: 5px;
}

.nextBtn {
    right: 5px;
}

.banner-img {
    font-size: 0;
    *word-spacing: -1px; /* IE6、7 */
    letter-spacing: -3px;
    position: relative;
    height: 100%;
    width:100%;
}

    .banner-img li {
        display: inline-block;
        *display: inline;
        *zoom: 1; /* IE6、7 */
        vertical-align: top;
        letter-spacing: normal;
        word-spacing: normal;
        font-size: 12px;
        height: 100%;
        width: 100%;
    }

        .banner-img li a {
            width: 100%;
            height: 100%;
            display:block;
            background-position:center center;
        }

.banner i {
    width: 15px;
    height: 23px;
    cursor: pointer;
    margin: 8px 0 0 12px;
    display: block;
}

.banner .nextBtn i {
    background-position: -200px -24px;
}

.banner .prevBtn i {
    background-position: -200px 0px;
}

.banner-circle {
    position: absolute;
    left: 50%;
    bottom: 15px;
    height: 17px;
    text-align: center;
    font-size: 0;
    border-radius: 10px;
    background: rgba(255,255,255,0.3);
    filter: alpha(opacity:30);
}

    .banner-circle li {
        border-radius: 10px;
        margin: 2px;
        display: inline-block;
        display: -moz-inline-stack;
        vertical-align: middle;
        zoom: 1;
    }

        .banner-circle li a {
            display: block;
            padding-top: 13px;
            width: 13px;
            margin-left: 5px;
            margin-right: 5px;
            height: 0;
            border-radius: 50%;
            background: #fff;
            overflow: hidden;
        }

    .banner-circle .selected a {
        background: #F40;
    }
