* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    color: #333;
    font-family: "微软雅黑",
        Arial, Verdana, Helvetica, sans-serif, "宋体";
}

html {
    overflow-x: hidden;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
}

/* body {
    background-color: #eee;
} */

/* 头部开始 */
.bg {
    width: 100%;
    height: 477px;
    background: url(../img/bg.jpg) no-repeat top center;
    background-size: cover;
}

.top {
    margin: 0 auto;
    padding-top: 0;
    width: 1600px;
    height: 450px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.top_lf {
    margin-left: 30px;
}

.top_rt {
    text-align: center;
    height: 30px;
    line-height: 30px;
    width: 100px;
    background-color: #3875C4;
    border-radius: 8px;
}

.top_rt a {
    color: white;
}

/* 头部结束 */


/* 导航栏 */
.nav {
    width: 100%;
    height: 60px;
    background-color: #3875C4;
}

.nav_lim {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.nav_lim li {
    width: 25%;
    padding: 0, 5%;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #fff;
}

.nav_lim li:nth-child(5) {
    border-right: 0px;
}

.nav_lim li img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.nav_lim li a {
    font-size: 1.5rem;
    color: #fff;
    display: block;
}

.content {
    width: 1400px;
    margin: 0 auto;
}

/* 乡镇简介 */
.xzjj {
    width: 100%;
    background-color: #fff;
    padding: 30px 40px;
    display: flex;
    justify-content: space-between;
    margin: 0 auto 10px;
}

.xzjj_lf {
    width: 50%;
    height: 400px;
    border-radius: 12px;
    overflow: hidden;
}

.xzjj_lf img {
    width: 100%;
    height: 276px;
}

.xzjj_lf video {
    width: 100%;
    height: 400px;
}

.xzjj_rt p {
    font-size: 1.5rem;
    color: #3875C4;
    position: relative;
    margin-left: 50px;
    margin-bottom: 10px;
    font-weight: bolder;

}

.xzjj_rt p::before {
    content: "▍";
    display: block;
    width: 4px;
    height: 4px;
    color: #3875C4;
    position: absolute;
    left: -20px;
}

.xzjj_rt span {
    display: block;
    font-size: 1.1rem;
    line-height: 2.2rem;
    text-indent: 2.5rem;
    color: #696969;
    padding:0px 30px;
}

.xzjj .more {
    font-size: 1.25rem;
    color: #3875C4;
}

.xzjj_rt {
    width: 50%;
}


/* 政务动态 */
.zwdt {
    width: 100%;
    background-color: #fff;
    padding: 10px 40px 40px;
    margin-bottom: 10px;

}

.zwdt_tit {
    /*width: 402px;*/
    margin: 0 auto;
    height:79px;
    background: url(../img/tiao0.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.zwdt_main {
    width: 100%;
    /* margin: 0 auto 30px; */
    display: flex;
    justify-content: space-between;
}

.zwdt_swiper {
    width: 40%;
    height: 370px;
}

.zwdt_swiper a {
    display: block;
    width: 100%;
    height: 370px;
    position: relative;
}

.zwdt_swiper img {
    width: 100%;
    height: 370px;
}

.zwdt_swiper p {
    height: 30px;
    line-height: 30px;
    width: 100%;
    position: absolute;
    display: block;
    background-color: #999;
    opacity: 87%;
    bottom: 0px;
}

.zwdt_swiper p span {
    display: block;
    margin-left: 10px;
    color: #fff;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zwdt_main .zwdt_swiper .swiper-pagination {
    width: auto;
    right: 0px;
    left: auto;
    bottom: 2%;
}


.zwdt_list {
    width: 52%;
}

.zwdt_list li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 13px;
    align-items: center;
    position: relative;
}

.zwdt_list li::before {
    content: "●";
    display: block;
    width: 4px;
    height: 4px;
    color: #3875C4;
    position: absolute;
    left: 0px;
    line-height: 4px;
}


.zwdt_list li a {
    width: 75%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 2.25rem;
    font-size: 1.25rem;
    margin-right: 7%;
    margin-left: 15px;
}

.zwdt_list li a:hover {
    color: #105f57
}


.zwdt_list span {
    color: #CBCBCB;

}

.zwdt_list .zwdt_list_1 {
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.zwdt_list .zwdt_list_1::before {
    display: none;
}

.zwdt_list .zwdt_list_1 a {
    display: block;
    width: 100%;
    font-size: 2rem;
    font-weight: bolder;
    margin: 0 0 10px 0;
}

.zwdt_list_1 span {
    display: block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #B8B8B8;
}


/* 政策文件 */
.zcwj {
    width: 100%;
    background-color: #fff;
    padding: 10px 40px 40px;
    margin-bottom: 10px;
}

.zcwj_tit {
    /*width: 402px;*/
    margin: 0 auto;
    height: 79px;
    background: url(../img/tiao1.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
}


.zcwj_main {
    width: 100%;
    /* margin: 0 auto 30px; */
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.zcwj_list {
    width: 49%;
}




.zcwj_list li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 15px;
    align-items: center;
    position: relative;
}
.zcwj_list li a:hover {
    color: #105f57;
}

.zcwj_list li::before {
    content: "●";
    display: block;
    width: 4px;
    height: 4px;
    color: #3875C4;
    position: absolute;
    left: 0px;
    line-height: 4px;
}


.zcwj_list li a {
    display: block;
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 2.25rem;
    font-size: 1.25rem;
    margin-right: 10%;
    margin-left: 15px;
}

.zcwj_list span {
    color: #5b5b5b;
}



/* 办事指南 */
.bszn {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.bszn_lf,
.bszn_rt,
.bszn_mid {
    width: 33%;
}

.bszn_lf img,
.bszn_rt img,
.bszn_mid img {
    width: 100%;
}



/* 标准目录 */
.bzml {
    width: 100%;
    background-color: #fff;
    padding: 10px 40px 40px;
    margin-bottom: 10px;
}

.bzml_tit {
    /*width: 402px;*/
    margin: 0 auto;
    height: 79px;
    background: url(../img/tiao2.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.bzml_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.bzml_main li {
    text-align: center;
    width: 19%;
    height: auto;
    margin-bottom: 10px;
    background-color: #fff;
    border-radius: 8px;
    border: 2px solid #dddd;
    transition: 1s;
}
.bzml_main li{
    margin-right:1.25%;
}
.bzml_main li:nth-child(5n){
    margin-right: 0px;
}

.bzml_main li:hover {
    transform: scale(1.1);
}

.bzml_main li a {
    height: 80px;
    padding: 0 20px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.bzml_main li img {
    width: 35px;
}

.bzml_main li span {
    width: 70%;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* 村务公开 */
.cwgk {
    width: 100%;
    background-color: #fff;
    padding: 10px 40px 40px;
    margin-bottom: 10px;
}

.cwgk_tit {
    /*width: 402px;*/
    margin: 0 auto;
    height: 79px;
    background: url(../img/tiao3.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
}
.cwgk_tit2 {
    /*width: 402px;*/
    margin: 0 auto;
    height: 79px;
    background: url(../img/tiao33.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    /*margin-top: 40px;*/
}

.cwgk_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.cwgk_main li {
    text-align: center;
    width: 15%;
    height: auto;
    margin-bottom: 10px;
    background-color: #fff;
    /*border-radius: 8px;*/
    border: 2px solid #dddd;
    transition: 1s;
    overflow: hidden;
}

.cwgk_main li {
    margin-right: 2%;
}

.cwgk_main li:nth-child(6n) {
    margin-right: 0px;
}

.cwgk_main li:hover a {
    background-color: #fff;
    color:black;
    font-weight:bolder;
}

.cwgk_main li a {
    height: 48px;
    padding: 0 20px;
    display: block;
    background-color: #7C99D5;
    line-height: 48px;
    color:white;
    font-weight:bolder;
}

/* 线下专区 */
.xxzq {
    width: 100%;
    background-color: #fff;
    padding: 10px 40px 40px;
    margin-bottom: 10px;
}

.xxzq_tit {
    /*width: 402px;*/
    margin: 0 auto;
    height:79px;
    background: url(../img/tiao4.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.xxzq_main {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.xxzq_main li {
    width: 32%;
    height: 240px;
    border-radius: 12px;
    overflow: hidden;
    border: 4px solid #ccc;
}

.xxzq_main li img {
    width: 100%;
    height: 240px;
}



/* 洪下美景 */
.hxmj {
    width: 100%;
    background-color: #fff;
    padding: 10px 40px 40px;
    margin-bottom: 10px;
    position: relative;
}

.hxmj_tit {
    /*width: 402px;*/
    margin: 0 auto;
    height: 79px;
    background: url(../img/tiao5.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 40px;
    margin-top: 40px;
}

.hxmj_main {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.hxmj_swiper li {
    width: 100%;
}

.hxmj_swiper li img {
    width: 100%;
    height: 300px;
}


.swiper-button-next1 {
    width: 30px;
    height: 150px;
    position: absolute;
    top: 260px;
    right: 0px;
    background-color: #3875C4;
    line-height: 150px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    z-index: 22;

}

.swiper-button-prev1:hover,
.swiper-button-next1:hover {
    cursor: pointer;
}

.swiper-button-prev1 {
    width: 30px;
    height: 150px;
    position: absolute;
    top: 260px;
    left: 0px;
    background-color: #3875C4;
    line-height: 150px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    z-index: 22;

}

.my-button-disabled1 {
    opacity: 0.2;
    cursor: auto;
}

.listmore{
    width: 100%;
    display: block;
    text-align: center;
    height: 36px;
    line-height: 2.25rem;
    font-size: 1.25rem;
    background-color: #3875C4;
    color: #fff;
    border-radius: 12px;
}
.listmore{
    width: 24%;
    display: block;
    text-align: center;
    height: 36px;
    line-height: 2.25rem;
    font-size: 1.25rem;
    background-color: #3875C4;
    color: #fff;
    border-radius: 12px;
    margin-bottom:15px;
}
.zcwj_main .listmore{
    width: 12%;
    margin: 0px auto 15px;
}
.bzml .listmore{
    margin: 0px auto 15px;
}
@media screen and (max-width:768px) {
    .bg {
        background-size: 185vw;
        height: auto;
    }

    .top {
        width: 100%;
        padding: 0px;
        height: 48vw;
    }

    .top_lf {
        width: 100vw;
        text-align: center;
        margin: 0 auto;
        display: none;
    }

    .top_rt {
        display: none;
    }

    /* 导航栏 */
    .nav {
        height: auto;
    }

    .nav_lim {
        width: 100%;
        flex-wrap: wrap;
    }

    .nav_lim li {
        width: 50%;
    }

    .nav_lim li:nth-child(5) {
        width: 100%;
    }

    .content {
        width: 100%;
        padding: 4vw 2vw;
    }

    /* 乡镇简介 */
    .xzjj {
        flex-direction: column;
        padding: 0px 2vw;
    }

    .xzjj_lf,
    .xzjj_rt {
        width: 100%;
        margin-bottom: 10px;
    }

    /* 政务动态 */
    .zwdt {
        padding: 2vw;
    }

    .zwdt_tit {
        background-size: 297vw;
        background-position: -120vw;
    }

    .zwdt_main {
        flex-direction: column;
    }

    .zwdt_swiper {
        width: 100%;
        margin-bottom: 10px;
        height: 60vw;
    }

    .zwdt_swiper p span {
        width: 50%;
    }

    .zwdt_list {
        width: 100%;
    }

    .zwdt_list a {
        width: 60%;
    }

    .zwdt_swiper a {
        height: 60vw;
    }

    .zwdt_swiper a img {
        height: 60vw;
    }

    /* 政策文件 */
    .zcwj {
        padding: 2vw;
    }

    .zcwj_main {
        flex-direction: column;
    }

    .zcwj_tit {
        background-size: 297vw;
        background-position: -120vw;
    }

    .zcwj_list {
        width: 100%;
    }

    .zcwj_list a {
        width: 60%;
    }



    .bszn {
        flex-direction: column;
    }

    .bszn_lf,
    .bszn_rt,
    .bszn_mid {
        width: 100%;
        margin-bottom: 10px;
    }


    /* 标准目录 */
    .bzml {
        padding: 2vw;
    }

    .bzml_tit {
        background-size: 297vw;
        background-position: -120vw;
    }

    .bzml_main {
        justify-content: flex-start;
    }

    .bzml_main li {
        width: 49%;
        margin-right: 2%;
    }

    .bzml_main li:nth-child(2n) {
        margin-right: 0px;
    }

    /* 村务公开 */
    .cwgk {
        padding: 2vw;
    }

    .cwgk_tit {
        background-size: 297vw;
        background-position: -120vw;
    }

    .cwgk_main {
        justify-content: flex-start;
    }

    .cwgk_main li {
        width: 32%;
        margin-right: 1.33%;
    }

    .cwgk_main li:nth-child(3n) {
        margin-right: 0px;
    }

    .hxmj {
        padding: 2vw;
    }

    .hxmj_tit {
        background-size: 297vw;
        background-position: -120vw;
    }

    .zwdt_tit,
    .zcwj_tit,
    .bzml_tit,
    .cwgk_tit,
    .hxmj_tit {
        margin: 8vw 0px;
    }

}



/* 底部 */
/*底部*/

.foot {
    width: 100%;
    height: 145px;
    background: #3875C4;
    filter: alpha(opacity=50);
    margin-top: 0px;
    position: static;
}

.footer {
    padding: 0 128px;
    padding-top: 20px;
    height: 132px;
    position: relative;
}

.dzjg {
    width: 210px;
    padding-top: 8px;
}

.jiucuo {
    width: 110px;
    padding-top: 8px;
}

.dbbq {
    width: 624px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.bq_con p {
    color: #fff;
    line-height: 22px;
}

.dbbq a {
    color: #FFFFFF;
}

.fl {
    float: left;

}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

/*底部*/
.foot {
    width: 100%;
    height: 145px;
    background: #3875C4;
    filter: alpha(opacity=50);
    margin-top: 0px;
    position: static;
}

.footer {
    padding: 0 128px;
    padding-top: 20px;
    height: 132px;
    position: relative;
}

.dzjg {
    width: 210px;
    padding-top: 8px;
}

.jiucuo {
    width: 110px;
    padding-top: 8px;
}

.dbbq {
    width: 624px;
    font-size: 14px;
    color: #FFFFFF;
    line-height: 30px;
    text-align: center;
}

.bq_con p {
    color: #fff;
    line-height: 22px;
}

.dbbq a {
    color: #FFFFFF;
}

.jbzx {
    position: absolute;
    right: -8px;
    margin-top: 9px;
}

.zwdt_tit a,
.zcwj_tit a,
.bzml_tit a,
.cwgk_tit a,
.hxmj_tit a,
.xxzq_tit a {
    width: 100%;
    display: block;
    height: 130px;
}


@media screen and (max-width:768px) {
    .foot {
        height: 500px;
    }

    .footer {
        padding: 20px 0px 0px;
    }

    .w1200 {
        width: 100%;
    }

    .dzjg {
        width: 100%;
    }

    .fl {
        float: none;
    }

    .fr {
        float: none;
    }

    .dbbq {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;

    }

    .jiucuo {
        text-align: center;
        width: 100%;
    }

    .jbzx {
        width: 100%;
        text-align: center;
    }
}

@media screen and (min-width:768px) and (max-width:1400px) {
    .top {
        width: 100%;
        background-size: 100%
    }

    .nav_lim {
        width: 100%;
    }

    .content {
        width: 100%;
    }

    .zcwj_list a,
    .zwdt_list a {
        width: 65%;
    }

    .cwgk,
    .bzml,
    .bszn,
    .zcwj {
        padding: 10px 0;
    }

    .zwdt_tit,
    .zcwj_tit,
    .bzml_tit,
    .cwgk_tit,
    .hxmj_tit {
        margin: 30px 0px;
        background-size: 100%;
    }
}

.xzjj_bg{
    background: url(../img/d1.jpg) bottom center no-repeat;
    background-size: cover;
}
.cwgk_bg{
    background: url(../img/d3.jpg) bottom center no-repeat;
    background-size: cover;
}
.bzml_bg{
    background: url(../img/d9.jpg) bottom center no-repeat;
    background-size: cover;
}
.zcwj_bg{
    background: url(../img/d4.jpg) bottom center no-repeat;
    background-size: cover;
    margin-bottom: 40px;
}
.hxmj_bg{
background: url(../img/d2.jpg) bottom center no-repeat;
    background-size: cover;
}
.xzjj,.zcwj,.cwgk,.hxmj{
    width: 1400px;
    margin: 0 auto;
    background: none;
}

@media screen and (max-width:768px) {
    .xzjj,.zcwj,.cwgk,.hxmj{
        width: 100vw;
        margin: 0 auto;
        background: none;
    }
    .bg {
        background-size: 185vw;
        height: auto;
    }

    .top {
        width: 100%;
        padding: 0px;
        height: 48vw;
    }

    .top_lf {
        width: 100vw;
        text-align: center;
        margin: 0 auto;
    }

    .top_rt {
        display: none;
    }

    /* 导航栏 */
    .nav {
        height: auto;
    }

    .nav_lim {
        width: 100%;
        flex-wrap: wrap;
    }

    .nav_lim li {
        width: 50%;
    }

    .nav_lim li:nth-child(5) {
        width: 100%;
    }

    .content {
        width: 100%;
        padding: 4vw 2vw;
    }

    /* 乡镇简介 */
    .xzjj {
        flex-direction: column;
        padding: 0px 2vw;
    }

    .xzjj_lf,
    .xzjj_rt {
        width: 100%;
        margin-bottom: 10px;
    }

    /* 政务动态 */
    .zwdt {
        padding: 0px 2vw;
    }

    .zwdt_tit {
        background-size: 100vw;
        background-position: 0px;
    }

    .zwdt_main {
        flex-direction: column;
    }

    .zwdt_swiper {
        width: 100%;
        margin-bottom: 10px;
        height: 60vw;
    }

    .zwdt_swiper p span {
        width: 50%;
    }

    .zwdt_list {
        width: 100%;
    }

    .zwdt_list a {
        width: 60%;
    }

    .zwdt_swiper a {
        height: 60vw;
    }

    .zwdt_swiper a img {
        height: 60vw;
    }

    /* 政策文件 */
    .zcwj {
        padding: 0 2vw;
    }

    .zcwj_main {
        flex-direction: column;
    }

    .zcwj_tit {
        background-size: 100vw;
        background-position: 0px;
    }

    .zcwj_list {
        width: 100%;
    }

    .zcwj_list a {
        width: 60%;
    }



    .bszn {
        flex-direction: column;
    }

    .bszn_lf,
    .bszn_rt {
        width: 100%;
        margin-bottom: 10px;
    }


    /* 标准目录 */
    .bzml {
        padding: 0px 2vw;
    }

    .bzml_tit {
        background-size: 100vw;
        background-position: 0px;
    }

    .bzml_main {
        justify-content: flex-start;
    }

    .bzml_main li {
        width: 49%;
        margin-right: 2%;
    }
    .bzml_main li:nth-child(5n){
        margin-right: 2%;
    }

    .bzml_main li:nth-child(2n) {
        margin-right: 0px;
    }

    /* 村务公开 */
    .cwgk {
        padding: 0px 2vw;
    }

    .cwgk_tit {
        background-size: 100vw;
        background-position: 0px;
    }

    .cwgk_main {
        justify-content: flex-start;
    }

    .cwgk_main li {
        width: 32%;
        margin-right: 1.33%;
    }

    .cwgk_main li:nth-child(3n) {
        margin-right: 0px;
    }


    .xxzq {
        padding: 0px 2vw;
    }

    .xxzq_tit {
        background-size: 100vw;
        background-position: 0px;
    }
    .xxzq_main{
        flex-wrap: wrap;
    }
    .xxzq_main li{
        width: 100%;
        margin-bottom: 10px;
    }
    .hxmj_tit{
        background-size: 100vw;
        background-position: 0px;
    }
    .listmore,.zcwj_main .listmore{
        width: 40%;
    }
    .zcwj_list li a{
        margin-right: 0px;
    }
    .wgk{
        position: relative;
        overflow: hidden;
        height: 60px;
        margin-bottom: 0px;
    }
    .wgk img{
        width: 250%;
        position: absolute;
        left: -75%;
        top: 0px;
    }
}

