﻿/* head */

.header {
    margin-left: auto;
    margin-right: auto;
    /*width: 1000px;*/
}

/*页眉*/
.header {
    width: 100%;
    overflow: hidden;
}

.headerTop {
    overflow: hidden;
    height: 105px;
}

.headerTop img{max-height:90px;}
.headerNav {
    overflow: hidden;
    width: 100%;
    height: 58px;
    background-color: #2a333c;
}

    .headerNav li {
        float: left;
        line-height: 58px;
        font-size: 14px;
        background: url(https://css.bj003.com/Template/Temp/6/images/nav_bor.png) right top repeat-y;
           width: 140px;
    /* margin-left: 48px;*/
    }

        .headerNav li a {
            color: #fff;
            text-decoration: none;
            display: block;
            padding: 0 19px;
          /*  padding-left: 50px;*/
        }

        .headerNav li.last {
            background: none;
        }

        .headerNav li.cur, .headerNav li:hover {
            /*background: url(https://css.bj003.com/Template/Temp/6/images/hover2.jpg) repeat-x center;*/
            /*background-color: rgb(204, 0, 51);*/
        }

.containertop {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}



.index_brand {
    height: 450px;
    margin: auto;
    position: relative;
    background: #c5cde4;
}

.banner li {
    width: 100%;
    height: 450px;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

    .banner li a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

.banner .number {
    height: 6px;
    position: absolute;
    left: 20%;
    bottom: 20px;
}

    .banner .number span {
        display: inline-block;
        width: 30px;
        height: 8px;
        background: #fff;
        cursor: pointer;
        margin-left: 3px;
        position: relative;
        overflow: hidden;
    }

        .banner .number span.on {
            background: #d40000;
        }

