.banner {
    width: 100%;
    height: auto;
}

    .banner #banner_inner {
        width: 100%;
        height: 600px;
        position: relative;
        left: 50vw;
        margin-left: -50vw;
        top: 0px;
        z-index: 0;
    }

        .banner #banner_inner #dts {
            width: 100%;
            height: auto;
        }

            .banner #banner_inner #dts a {
                filter: alpha(opacity=0);
                opacity: 0;
                display: none;
            }

                .banner #banner_inner #dts a img {
                    width: 100%;
                    height: auto;
                }

        .banner #banner_inner #xts {
            list-style: none;
            width: auto;
            height: 12px;
            padding-top: 7px;
            padding-bottom: 7px;
            position: absolute;
            left: 50%;
            margin-left: 0px;
            bottom: 6px;
            z-index: 0;
            display: none;
        }

            .banner #banner_inner #xts li {
                float: left;
                width: 10px;
                height: 10px;
                background-color: #B1B1B1;
                border-style: solid;
                border-color: #FFFFFF;
                border-width: 1px 1px 1px 1px;
                border-radius: 10px;
                margin-left: 6px;
                cursor: pointer;
            }

.menu {
    list-style: none;
    font-size: 12px;
}

.menu2 {
    width: 250px;
    display: block;
    border-top: none;
    background: #f3f3f3;
}
.menu2 li {
    border: none;
    background: none!important;
    line-height: 35px;
    height: auto!important;
    overflow: hidden;
    padding-left: 12px;
    border-bottom: none!important;
}
.menu li {
    width: 100%;
       border-top: 1px solid #fff;
    line-height: 47px;
    color: #fff;
    background: #00A41A url("../image/001454_08.png")/*tpa=http://www.qybtj.com/image/001454_08.png*/ no-repeat 210px 17px;
    transition:all .5s ease;
    -o-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
}

.menu .select > a {
    color: #FF0000;
    transition:all .5s ease;
    -o-transition:all .5s ease;
    -moz-transition:all .5s ease;
    -webkit-transition:all .5s ease;
}
.menu li:hover {
    background-color:#ffffff;
    color: #00A41A;
    background-image:url("../image/ico01-h.jpg")/*tpa=http://www.qybtj.com/image/ico01-h.jpg*/;
}
    .menu li:hover a {
        color: #00A41A;
    }
.menu2 li a {
    background: url("../image/icon_04.gif")/*tpa=http://www.qybtj.com/image/icon_04.gif*/ left 22px no-repeat!important;
    height: 35px;
    padding-left: 15px;
    line-height: 35px;
    display: block;
    color: #333!important;
}
.menu li a {
    font-size: 14px;
    /*text-align: left;*/
    color: #fff;
    display: block;
    height: 48px;
    overflow: hidden;
    line-height: 48px;
    padding-left: 10px;
}


    .menu li a:hover {
        text-decoration: none;
    }
