img {
    display:inline-block;
    max-width:100%;
}
.address {
    line-height: 45px;
    width: 895px;
    height: 45px;
    float: right;
    background: #00A41A;
}

    .address span {
        float: left;
        font-size: 14px;
        color: #fff;
        padding-left: 20px;
        width: 830px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: left;
    }

    .address a {
        color: #fff;
        font-size: 14px;
    }

.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.active{
        background: #00A41A;
        color: #fff;
    }
.paginate_button::marker{
    color: rgba(0,0,0,0);
    opacity:0;
}
    .page li.active::marker{
        color: rgba(0,0,0,0);
        opacity:0;
    }

        .page li a {
            display: block;
            height: 100%;
            text-decoration: none;
            padding: 0 12px;
        }
.page li.active a{
    color: #fff;
}

    .page .p {
        width: 28px;
    }

    .page .prevPage {
        width: 58px;
    }

    .page .nextPage {
        width: 58px;
    }

    .page .select {
        background-color: #00A41A;
        color: #FFFFFF;
    }


            body {
            min-width: 1200px;
        }

        .top {
            color: #666666;
        }

            .top a {
                color: #666666;
                text-decoration: none;
            }

        .head {
        }

        .nav {
            list-style: none;
            font-size: 15px;
            z-index: 20;
        }

            .nav > li {
                float: left;
                position: relative;
                border-radius: 10px;
                position: relative;
                background: url("../image/m3.png")/*tpa=http://www.qybtj.com/image/m3.png*/ no-repeat right center;
            }
                .nav > li:last-child {
                    background-image:none;
                }
                .nav > li:after {
                    content: "";
                    display: block;
                    position: absolute;
                    right: -3px;
                    font-size: 14px;
                    font-weight: 700;
                    line-height: 40px;
                    color: #fff;
                }

                .nav > li:last-child:after {
                    content: "";
                }

                .nav > li > a {
                    padding: 0 40px;
                    display: block;
                    float: left;
                    color: #fff;
                    line-height: 42px;
                    font-size: 14px;
                    width: 140px;
                    box-sizing: border-box;
                    /*border-right: 1px solid #fff;*/
                }
                /*.nav > li:first-child a{
                    border-left: 1px solid #fff;
                }*/
                .nav > li:hover > a {
                    background: url("../image/index_09.jpg")/*tpa=http://www.qybtj.com/image/index_09.jpg*/ no-repeat center center;
                    color: #00A41A;
                    text-decoration: none;
                }

            .nav > .select > a {
                text-decoration: underline;
            }

            .nav > li > .subnav {
                /*display: none;*/
                overflow: hidden;
                height: 0px;
                position: absolute;
                top: 42px;
                left: 0px;
                width: auto;
                min-width: 138px;
                z-index: 20;
            }

            .nav > li:hover > .subnav {
                display: block;
            }

            .nav > li > .subnav > li {
                width: 100%;
                height: auto;
                line-height: 42px;
                text-align: center;
                box-sizing: border-box;
                border-bottom: 1px solid #eee;
            }

                .nav > li > .subnav > li a {
                    display: block;
                    width: 100%;
                    height: 100%;
                    white-space: nowrap;
                    overflow: hidden;
                    text-overflow: ellipsis;
                    color: #fff;
                    padding: 0 20px;
                    box-sizing: border-box;
                    background: #00A41A;
                    transition: all .5s;
                    font-size: 14px;
                }

                .nav > li > .subnav > li:last-of-type {
                    border-color: transparent;
                }

                    .nav > li > .subnav > li:last-of-type a {
                        border-bottom-left-radius: 5px;
                        border-bottom-right-radius: 5px;
                        border-color: transparent;
                    }

                .nav > li > .subnav > li a:hover {
                    background: #ffffff;
                    color: #00A41A;
                }

        .foot {
            color: #FFFFFF;
        }

        .bottom {
            color: #fff;
        }

            .bottom a {
                color: #fff;
            }

        .f_nav {
            color: #fff;
            border-bottom: 1px solid #fff;
            padding: 10px 0;
            margin-bottom: 20px;
        }

            .f_nav a {
                color: #fff;
                font-size: 14px;
            }

        .foot p {
            font-size: 14px;
            color: #fff;
            line-height: 26px;
        }

        .subnav {
            list-style: none;
            text-align: justify;
        }

            .subnav li {
                width: 100%;
                height: 43px;
            }

                .subnav li a {
                    line-height: 43px;
                    color: #6c7073;
                    font-size: 16px;
                    -webkit-transition: all ease .3s;
                    -o-transition: all ease .3s;
                    transition: all ease .3s;
                    display: block;
                }

                    .subnav li a:hover {
                        text-decoration: none;
                        color: #fff;
                    }

        .subnav1 {
            list-style: none;
            text-align: justify;
        }

            .subnav1 li {
                display: inline-block;
                width: 50%;
                height: 43px;
            }

                .subnav1 li a {
                    line-height: 43px;
                    color: #6c7073;
                    font-size: 16px;
                    -webkit-transition: all ease .3s;
                    -o-transition: all ease .3s;
                    transition: all ease .3s;
                    display: block;
                    overflow: hidden;
                    white-space: nowrap;
                    text-overflow: ellipsis;
                }

                    .subnav1 li a:hover {
                        text-decoration: none;
                        color: #fff;
                    }

        .bottom .subnav {
            margin-top: 5px;
        }
        .bottom .subnav li {
            height: auto;
        }

            .bottom .subnav li a {
                line-height: 20px;
                color: #000;
                font-size: 14px;
            }