body {
    font: 12px/1.5 microsoft yahei;
    color: #2b2b2b;
    min-width: 1180px;
}

a:hover {
    color: #00925f;
    text-decoration: none;
}

.site-nav-left a, .floor1-nav-content a div, .banner-nav li, .floor1-title {
    background: url(/Content/images/banner/icons.png) no-repeat;
}

.w1180 {
    width: 1180px;
    margin: 0 auto;
}

#content {
    overflow: hidden;
    position: relative;
    width:100%;/*新增*/
    margin-top: -5px;
}

.head-shadow, .head-shadow2 {
    position: relative;
    width: 100%;
    height: 3px;
    background: #b2b2b2;
    opacity: .35;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.slide-banner {
    height: 630px;
    /*width:1382px;*//*设置轮播的宽度，新添加的*/
    height:auto;
    width: 100%;
    position: relative;
}

.banner-bg {
    /*background-repeat:no-repeat;*//*新加的*/
    position: absolute;
    left: 0;
    top: 0;
    height: 630px;
    z-index: 1;
    width: 100%;
    background-color: #f4f4f4;
    background-position: 50% 0;
}

.banner-nav-bg {
    height: 70px;
    background: #fff;
    position: relative;
    z-index: 199;
    bottom: 70px;
    filter: alpha(opacity=75);
    opacity: .75;
}

.banner-nav {
    position: absolute;
    left: 50%;
     bottom: 36px;/*bottom: 27px;*/
    z-index: 999;
}

    .banner-nav li {
        float: left;
        width: 16px;
        height: 16px;
        border-radius:10px;
        background-position: -257px -929px;
        margin-right: 8px;
        cursor: pointer;
    }

        .banner-nav li.active {
            background-position: -280px -929px;
        }

.banner-content {
    width: 100%; /*width: 1180px;*/
    margin: 0 auto;
    position: relative;
    height: 630px;
    z-index: 100;
}

.banner-img {
    position: absolute;
    z-index: 2;
    left: -150%;
}

.banner-bar-bg {
    width: 100%; /*1180px*/
    height: 3px;
    background: url(/Content/images/banner/bar-bg.png); /*no-repeat*/
    margin: 0 auto;
    /*bottom: 71px;*/
    position: relative;
    z-index: 99999;
}

.banner-bar {
    height: 3px;
    width: 0;
    background: #e5005a; /*#00925f*/
    position: absolute;
    left: 0;
    z-index: 999;
}

.floor1-title {
    height: 80px;
    overflow: hidden;
    width: 300px;
    margin: 60px auto 0;
    cursor: pointer;
}

.ie6fixedTL {
    position: absolute;
    left: 0;
    top: 0;
}

.ie6fixedBR {
    position: absolute;
    right: 0;
    bottom: 0;
}

.floor-title-png {
    height: 80px;
    overflow: hidden;
    width: 287px;
    margin: 60px auto 0;
    cursor: pointer;
    display: block;
}
