* {
    padding: 0;
    margin: 0;
    list-style: none;
    font-family: "微软雅黑";
}


/*右导航*/


.ydh {
    width: 65px;
    position: fixed;
    top: 30%;
    right: 0px;
    background-color: #f5f3f3;
    overflow: hidden;
    z-index: 998;
}

    .ydh .ly {
        position: relative;
        cursor: pointer;
    }

    .ydh img {
        margin-top: -3px;
        opacity: 0.8;
    }

    .ydh .ly:hover .zhuce {
        display: block;
    }

    .ydh img:hover {
        opacity: 1;
    }

.zhuce {
    position: fixed;
    right: 65px;
    top: 30%;
    width: 400px;
    height: 400px;
    background-color: white;
    text-align: center;
    display: none;
}

    .zhuce input {
        width: 60%;
        height: 35px;
    }

    .zhuce ul li {
        width: 100%;
        height: 35px;
        color: #000000;
    }

    .zhuce ul .xm {
        margin: 25px 0 25px 16px;
    }

    .zhuce ul .ly textarea {
        width: 60%;
        height: 100px;
    }

.btn1 {
    width: 40%;
    height: 35px;
    background-color: #6EAA2D;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 70px);
}

    .btn1 a {
        text-decoration: none;
        color: white;
        font-size: 20px;
        line-height: 35px;
    }

.haoma {
    display: none;
    position: fixed;
    top: 40%;
    right: 65px;
    padding: 10px;
    background-color: white;
}

.ydh .ly:hover .haoma {
    display: block;
}

.qq {
    display: none;
    position: fixed;
    top: 48%;
    right: 65px;
    padding: 10px;
    background-color: white;
}

.ydh .ly:hover .qq {
    display: block;
}


/*头部*/

.tb-bei {
    width: 100%;
    height: 40px;
    background-color: #313230;
    line-height: 40px;
}

.tb-left {
    display: flex;
    color: white;
    font-size: 14px;
}

    .tb-left span {
        margin-left: 5px;
    }

.tb-wai {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.tb-em {
    margin-left: 20px;
}

.tb-right ul {
    display: flex;
    position: relative;
}

    .tb-right ul li {
        cursor: pointer;
    }

        .tb-right ul li img {
            display: inline-block;
            padding: 10px 10px 0 10px;
        }

.tb-right span {
    margin-top: 8px;
    display: inline-block;
    width: 1px;
    height: 25px;
    background-color: #7d7e7c;
}

.yc {
    display: none;
    width: 100%;
    background-color: #fff;
    font-size: 14px;
    position: absolute;
    top: 40px;
    left: 0;
    text-align: center;
    z-index: 999;
}

.tb-right ul li:hover .yc {
    display: block;
}


/*导航*/

.dh-bei {
    width: 100%;
    height: 90px;
    border-top: 5px solid #65b35a;
    line-height: 90px;
}

.dh-wai {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}

    .dh-wai img {
        padding-top: 9px;
        float: left;
        width: 235px;
    }

.ml {
    float: left;
    margin-left: 40px;
}

    .ml li {
        text-align: center;
        float: left;
        margin-left: 30px;
    }

        .ml li a {
            font-size: 16px;
            color: #000000;
            font-weight: bold;
            text-decoration: none;
        }

            .ml li a:hover {
                color: #65b35a;
            }

.lxdh {
    width: 145px;
    height: 45px;
    background-color: #65b35a;
    float: right;
    margin-top: 22px;
    color: white;
    line-height: 22px;
    text-indent: 10px;
}

    .lxdh .dh1 {
        font-size: 14px;
    }

    .lxdh .dh2 {
        font-size: 18px;
        font-weight: bold;
    }


/*大图*/

.big-bei {
    width: 100%;
}

    .big-bei img {
        width: 100%;
    }


/*新闻资讯*/

.xw-bei {
    width: 100%;
    background-color: #f3f3f3;
}

.xw-wai {
    width: 1200px;
    margin: 0 auto;
}

    .xw-wai .xw-nrs {
        width: 100%;
        padding-top: 65px;
        position: relative;
    }

        .xw-wai .xw-nrs .snr-s {
            font-size: 30px;
            font-weight: bold;
        }

            .xw-wai .xw-nrs .snr-s span {
                color: #65b35a;
            }

        .xw-wai .xw-nrs .new {
            display: inline-block;
            font-size: 22px;
            margin-left: 10px;
        }

        .xw-wai .xw-nrs .xw-xt {
            width: 230px;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.2);
            margin: 10px 0 10px 0;
        }

        .xw-wai .xw-nrs p {
            font-size: 16px;
        }

        .xw-wai .xw-nrs .xw-dj {
            height: 40px;
            position: absolute;
            right: 0;
            top: 70%;
            display: flex;
            color: #46b028;
            text-align: center;
            line-height: 40px;
            font-size: 18px;
            user-select: none;
        }

.xw-dj div.active {
    background-color: #46b028;
    color: white;
}

.xw-wai .xw-nrs .xw-dj .z {
    width: 108px;
    height: 40px;
    border: 2px solid #46b028;
    cursor: pointer;
}

    .xw-wai .xw-nrs .xw-dj .z a {
        color: #333;
        text-decoration: none;
    }

.xw-dj div.active a {
    color: #fff !important;
}

.xw-wai .xw-nrs .xw-dj .y {
    width: 108px;
    height: 40px;
    border: 2px solid #46b028;
    margin-left: 10px;
    cursor: pointer;
}

.xw-xqnr {
    width: 100%;
}

    .xw-xqnr ul {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .xw-xqnr ul li {
            width: 31%;
            padding: 80px 0 0px 0;
            cursor: pointer;
        }

.img26 {
    width: 100%;
    height: 250px;
    position: relative;
    overflow: hidden;
}

    .img26 img {
        width: 100%;
        height: 100%;
        transition: all 0.5s;
    }

    .img26:hover img {
        transform: scale(1.07);
    }

.xq-nrr {
    width: 100%;
    background-color: white;
}

.nrr-1 {
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0 15px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    margin-left: 10px;
}

.nrr-2 {
    font-size: 14px;
    color: #65b35a;
    padding-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-left: 10px;
}

.nrr-3 {
    font-size: 16px;
    color: #b7b7b7;
    padding-bottom: 30px;
    margin-left: 10px;
}

.img26 .date {
    position: absolute;
    left: 0;
    top: 20px;
    width: 70px;
    height: 60px;
    text-align: center;
    color: white;
    background-color: #65b35a;
}

    .img26 .date .r {
        font-size: 24px;
    }

    .img26 .date .u {
        font-size: 16px;
    }

.fenye ul li.active {
    background-color: #65b35a !important;
    color: white !important;
}

.fenye {
    width: 100%;
    height: 40px;
    padding: 110px 0 80px 0;
}

    .fenye ul {
        display: flex;
        width: 350px;
        margin: 0 auto;
    }

        .fenye ul li {
            width: 40px;
            height: 40px;
            border: 2px solid #65b35a;
            margin-left: 5px;
            font-size: 22px;
            color: #65b35a;
            text-align: center;
            line-height: 38px;
            cursor: pointer;
            user-select: none;
            background-color: white;
        }


.detail {
    width: 100%;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 30px;
}

    .detail img {
        max-width: 35%;
        /*display: block;*/
    }

    .detail .bit {
        width: 100%;
        text-align: center;
        line-height: 46px;
        border-bottom: 1px solid #eeeeee;
        font-size: 18px;
    }

    .detail .neir {
        width: 100%;
        padding-top: 10px;
    }

        .detail .neir p {
            font-size: 16px;
            line-height: 28px;
            padding-bottom: 15px;
            text-indent: 2em;
        }










/*底部*/

.db-bei {
    width: 100%;
    height: 290px;
    background-color: #65b35a;
}

.db-tou {
    width: 100%;
    height: 68px;
}

.db-db {
    width: 100%;
    height: 222px;
    background-color: #333;
}

.tou-z {
    width: 1200px;
    height: 68px;
    margin: 0 auto;
    line-height: 68px;
}

.tou-z {
    display: flex;
    justify-content: space-around;
}

    .tou-z li a {
        color: white;
        font-size: 16px;
        font-weight: bold;
        text-decoration: none;
    }

.db-z p a {
    text-decoration: none;
    font-size: 14px;
    color: white;
}

.db-z {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

    .db-z p {
        font-size: 14px;
        color: white;
        text-indent: 15px;
        padding-top: 10px;
    }

.bt-s {
    display: flex;
    padding-top: 20px;
}

    .bt-s div {
        color: white;
        font-size: 18px;
        font-weight: bold;
        padding-top: 15px;
        padding-left: 10px;
    }

.img {
    margin-top: 30px;
}
