﻿
.nav {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    height: 80px;
    z-index: 10;
}

    .nav .logo {
        margin-top: 10px;
        float: left;
    }

#nav {
    width: 100%;
    float: right;
    position: relative;
    z-index: 10;
}

    #nav a {
        color:#fff;
    }

    #nav .nLi {
        width: 108px;
        height: 50px;
        margin-left: 1px;
        float: left;
        position: relative;
        background:#000000;
        color:#fff;
    }

        #nav .nLi h3 a {
            width: 100%;
            height: 100px;
            text-align: center;
            line-height: 50px;
            font-size: 16px;
            font-weight: normal;
            display: block;
        }

            #nav .nLi h3 a span {
                left: 0px;
                top: 50px;
                width: 100%;
                text-align: center;
               color:#fff;
                line-height: 35px;
                font-size: 13px;
                display: block;
                position: absolute;
            }

        #nav .nLi:hover h3 a {
            background:#e01d03;
           color:#fff;
        }

    #nav .on.nLi h3 a {
        background:#e01d03;
        color: rgb(239, 239, 239);
    }

    #nav .sub {
        background: #e01d03;
        top: 50px;
        width: 126px;
        padding-bottom: 10px;
        display: none;
        position: absolute;
    }

        #nav .sub li {
            -ms-zoom: 1;
        }

        #nav .sub a {
            width: 100%;
            text-align: center;
            color: rgb(239, 239, 239);
            line-height: 38px;
            display: block;
        }

            #nav .sub a:hover {
                background:#fff;
                color:#cb0703;
            }

.banner {
    height: 455px;
    position: relative;
}

.index_focus {
    width: 100%;
    height: 455px;
    overflow: hidden;
    position: relative;
}

    .index_focus .bd ul {
        left: 50%;
        top: 0px;
        margin-left: -960px;
        position: relative;
    }

    .index_focus .bd li {
        display: none;
    }

.index_focus_post {
    z-index: 0;
}

.index_focus .pic:hover {
    text-decoration: none;
}

.index_focus_pre {
    background: url("../images/ico_sliding.png") no-repeat;
    top: 40%;
    width: 72px;
    height: 72px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    z-index: 5;
}

.index_focus_next {
    background: url("../images/ico_sliding.png") no-repeat;
    top: 40%;
    width: 72px;
    height: 72px;
    text-indent: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: absolute;
    z-index: 5;
}

.index_focus_pre {
    background-position: 0px 0px;
    left: 15px;
}

    .index_focus_pre:hover {
        background-position: 0px -144px;
    }

.index_focus_next {
    background-position: 0px -72px;
    right: 15px;
}

    .index_focus_next:hover {
        background-position: 0px -216px;
    }

.bottom_bg {
    background: url("../images/banner_bottom.jpg") repeat-x;
    left: 0px;
    width: 100%;
    height: 10px;
    bottom: -10px;
    position: absolute;
    z-index: 1;
}

.index_focus .slide_nav {
    left: 0px;
    width: 100%;
    height: 13px;
    text-align: center;
    bottom: 13px;
    line-height: 13px;
    position: absolute;
    z-index: 2;
}

    .index_focus .slide_nav a {
        background: url("../images/icon_circle1.png") no-repeat center;
        margin: 0px 4px;
        width: 13px;
        height: 13px;
        display: inline-table;
        cursor: pointer;
    }

    .index_focus .slide_nav li:hover {
        background: url("../images/icon_circle22.png") no-repeat center;
    }

    .index_focus .slide_nav .on {
        background: url("../images/icon_circle22.png") no-repeat center;
    }

.index_focus .banner_line2 {
    background: rgb(0, 0, 0);
    left: 0px;
    width: 100%;
    height: 40px;
    bottom: 0px;
    line-height: 40px;
    position: absolute;
    z-index: 1;
    opacity: 0.3;
}

.index_focus_info {
    background: url("../images/index_focus_bg.png") no-repeat;
    left: 10%;
    width: 800px;
    height: 200px;
    bottom: 12%;
    color: rgb(255, 255, 255);
    padding-bottom: 10px;
    font-family: "微软雅黑";
    text-decoration: none;
    position: absolute;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    -moz-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    _background: none;
}

    .index_focus_info h3 {
        line-height: 70px;
        font-family: 微软雅黑, u9ed1u4f53, "Lucida Grande";
        font-size: 36px;
        display: none;
    }

    .index_focus_info .text {
        width: 500px;
        line-height: 24px;
        overflow: hidden;
        font-size: 14px;
        display: none;
        -ms-word-wrap: break-word;
    }
