.banner {
    width: 100%;
    height: auto;
}

    .banner #banner_inner {
        width: 100%;
        /*height: 250px;*/
        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;
            }

.gjc {
    width: 1200px;
    height: 23px;
    line-height: 23px;
    margin: 5px auto 20px;
}

    .gjc a {
        color: #5e5e5e;
    }

.page2 {
    width: 100%;
    height: 24px;
    line-height: 24px;
    margin-top: 20px;
}

    .page2 .prev {
        display: block;
        width: auto;
        float: left;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .page2 .next {
        display: block;
        width: auto;
        float: right;
        height: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

.page {
    list-style: none;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 0;
}

    .page li {
        float: left;
        width: auto;
        height: 28px;
        line-height: 28px;
        text-align: center;
        margin-left: 3px;
        margin-right: 3px;
        border-style: solid;
        border-color: #AAAAAA;
        border-width: 1px 1px 1px 1px;
    }

        .page li a {
            display: block;
            width: 100%;
            height: 100%;
            text-decoration: none;
        }

    .page .p {
        width: 28px;
    }

    .page .prevPage {
        width: 58px;
    }

    .page .nextPage {
        width: 58px;
    }

    .page .select {
        background-color: #ea4609;
        color: #FFFFFF;
    }

.menu {
    list-style: none;
}

    .menu li {
        width: 100%;
        height: 32px;
        line-height: 32px;
        text-align: left;
        text-indent: 18px;
        margin-bottom: 5px;
    }

    .menu .select > a {
        background: url(nav-1.png)/*tpa=http://www.grand-sail.com.cn/nav.png*/ no-repeat;
        color: #fff;
    }

    .menu li a {
        display: block;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #666;
        overflow: hidden;
    }

        .menu li a:hover {
            background: url(nav-1.png)/*tpa=http://www.grand-sail.com.cn/nav.png*/ no-repeat;
            color: #fff;
        }

.bt {
    font-size: 24px;
    border-bottom: 1px solid #dddddd;
    width: 100%;
    padding-bottom: 10px;
    text-align: left;
    margin-bottom: 20px;
    color: #666;
}
