﻿a:hover {
    text-decoration: none;
}

ul {
    list-style: none;
}

    ul:after {
        content: "";
        display: block;
        clear: both;
    }

img {
    display: inline-block;
    max-width: 100%;
    text-indent: 0;
}

table {
    border-collapse: collapse;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.top {
    width: 100%;
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid #ddd;
    color: #808080;
}

    .top a {
        color: #808080;
    }

        .top a:hover {
            color: #00904A;
        }

    .top .top-left {
        width: 600px;
        height: 100%;
        float: left;
        text-align: left;
    }

    .top .top-right {
        width: 600px;
        height: 100%;
        float: right;
        text-align: right;
    }

.header {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    padding: 10px 0;
    line-height: 80px;
}

    .header .header-left {
        width: 850px;
        height: 80px;
        float: left;
        color: #5A5655;
        text-decoration: none;
    }

        .header .header-left .logo {
    font-size: 32px;
    display: block;
    width: 100px;
    height: 100%;
    text-align: left;
    color: #5A5657;
    font-weight: bold;
    background-position: left center;
    background-repeat: no-repeat;
    float: left;
    padding: 0 0 0 76px;
    background-size: auto 100%;
        }

        .header .header-left span {
            color: #068f35;
        }

        .header .header-left .header-text {
            float: left;
            margin-left: 25px;
            border-left: 1px #ddd solid;
            padding-left: 20px;
            font-size: 18px;
        }

    .header .header-right {
        width: auto;
        height: 100%;
        float: right;
        text-align: right;
        color: #00904a;
        font-weight: bold;
        font-size: 22px;
        padding-left: 310px;
        background: url(../image/top_tel.jpg) no-repeat left center;
    }

.nav-box {
    width: 100%;
    height: 45px;
    background-color: #f9f9f9;
}

    .nav-box .nav {
        width: 1200px;
        height: 100%;
        line-height: 45px;
        margin: 0 auto;
    }

        .nav-box .nav li {
            width: calc(100% / 8);
            height: 100%;
            float: left;
            position: relative;
        }

            .nav-box .nav li:after {
                content: "";
                display: block;
                width: 1px;
                height: 18px;
                background: linear-gradient(rgba(255,255,255,.5),#a2a2a2,rgba(255,255,255,.5));
                position: absolute;
                top: 50%;
                right: 0px;
                transform: translateY(-50%);
            }

            .nav-box .nav li:last-of-type:after {
                display: none;
            }

            .nav-box .nav li a {
                display: block;
                width: 100%;
                height: 100%;
                transition: 0.5s ease;
                font-size: 16px;
            }

            .nav-box .nav li:hover a, .nav-box .nav .select a {
                background-color: #078533;
                color: #fff;
            }

.footer {
    width: 100%;
    height: auto;
    background: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 50px;
}

    .footer .subnavs {
        width: 200px;
        height: auto;
        float: left;
        margin: 0 20px;
    }

        .footer .subnavs .subnav-tit {
            display: block;
            width: 100%;
            height: 32px;
            line-height: 32px;
            font-size: 16px;
            text-align: left;
            margin-bottom: 15px;
        }

            .footer .subnavs .subnav-tit:hover {
                color: #4aad01;
            }

        .footer .subnavs .subnav {
            width: 100%;
            height: auto;
        }

            .footer .subnavs .subnav li {
                width: 100%;
                line-height: 28px;
                text-align: left;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

                .footer .subnavs .subnav li a {
                    display: block;
                    width: 100%;
                    color: #989898;
                }

                    .footer .subnavs .subnav li a:hover {
                        color: #4aad01;
                    }

.bottom {
    width: 100%;
    height: auto;
    padding-top: 50px;
    background-color: #f9f9f9;
}

    .bottom .bottom-infobox {
        width: 900px;
        float: left;
        padding-bottom: 30px;
    }

        .bottom .bottom-infobox .bottom-info {
            width: 300px;
            height: 85px;
            float: left;
        }

            .bottom .bottom-infobox .bottom-info .tit {
                width: 100%;
                height: 30px;
                line-height: 30px;
                padding-left: 45px;
                padding-bottom: 18px;
                margin-bottom: 18px;
                position: relative;
                color: #808080;
                text-align: left;
            }

                .bottom .bottom-infobox .bottom-info .tit img {
                    width: 30px;
                    height: 30px;
                    padding: 5px;
                    box-sizing: border-box;
                    border-radius: 50%;
                    border: 1px solid #00904A;
                    position: absolute;
                    left: 0px;
                    top: 0px;
                }

                .bottom .bottom-infobox .bottom-info .tit:after {
                    content: "";
                    display: block;
                    width: 30px;
                    height: 1px;
                    position: absolute;
                    bottom: 0px;
                    left: 0px;
                    background-color: #808080;
                }

            .bottom .bottom-infobox .bottom-info .text {
                color: #9ea1a4;
                text-align: left;
                line-height: 19px;
            }

    .bottom .ewms {
        width: 220px;
        height: auto;
        float: right;
    }

        .bottom .ewms .ewm {
            width: 110px;
            float: left;
        }

            .bottom .ewms .ewm img {
                width: 100px;
                padding: 5px;
                background: #fff;
            }

            .bottom .ewms .ewm p {
                color: #808080;
                line-height: 30px;
            }

    .bottom .b-info {
        width: 100%;
        height: 50px;
        line-height: 50px;
        background-color: #e1e1e1;
    }

        .bottom .b-info a {
            color: #282828;
        }

        .bottom .b-info .left {
            width: auto;
            color: #282828;
            float: left;
        }

        .bottom .b-info .right {
            width: auto;
            color: #282828;
            float: right;
        }

.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;
    left: 50%;
    bottom: 10px;
    transform: translateX(-50%);
    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: #51b46f;
        color: #FFFFFF;
    }
