﻿.topbg {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #e6e6e6;
    background: #f6f6f6;
}

    .topbg .top {
        width: 1200px;
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        color: #444;
    }

.top .top_l {
    width: 300px;
    color: #000;
}

.top .top_r li {
    float: left;
}

.top .top_r a {
    width: auto;
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    margin: 0 15px;
    color: #000;
}

    .top .top_r a:hover {
        color: #F00;
    }

.logo {
    width: 100%;
    height: 120px;
}

    .logo img {
        width;
        1200px;
        margin: 0 auto;
        display: block;
        padding-top: 10px;
    }


.header {
    margin-left: auto;
    margin-right: auto;
    /*width: 1000px;*/
}

/*页眉*/
.header {
    width: 100%;
    overflow: hidden;
}

.headerTop {
    overflow: hidden;
    height: 103px;
}
.headerTop img{max-height:85px;}

.headerNav {
    overflow: hidden;
    width: 100%;
    height: 58px;
    background-color: #000;
}

    .headerNav li {
        float: left;
        line-height: 58px;
        font-size: 14px;
        background: url(https://css.bj003.com/Template/Temp/2/images/nav_bor.png) right top repeat-y;
       
       
	    width: 146px;
    /* margin-right: 10px; */
   /* margin-left: 40px;*/
    }

        .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/2/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;
        }

