﻿.banner {
    width: 100%;
    height: auto;
}

    .banner #banner_inner {
        width: 100%;
        height: auto;
        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: 290px;
    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: 290px;
    margin: 1px auto 0;
    line-height: 47px;
    color: #fff;
    background: #0075c1 url(../image/001454_08.png) no-repeat 238px 17px;
    border-bottom: 1px solid #ddd;
}

.menu .select > a {
    color: #FF0000;
}
.menu2 li a {
    background: url(../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;
    }
