body {
    background: url(../images/indexBg.png);
}

.synopsisCon {
    width: 90%;
    padding: 60px 0 0;
    max-width: 1350px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    position: relative;
    background: url(../images/bgwl1.png);
}

.synopsisCon .synopsisConLeft {
    width: 50%;
    max-width: 652px;
    height: 300px;
    padding: 35px 0;
    background: url(../images/surveyjjBg.png) center center/100% 100%;
}

.mechanism .titleBt {
    margin-bottom: 20px;
}

.synopsisCon .synopsisConLeft .title {
    display: flex;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    font-size: 32px;
    letter-spacing: 0px;
    color: #333333;
    align-items: center;
}

.synopsisCon .synopsisConLeft .title span {
    margin: 0 30px;
    color: #ffffff;
}

.synopsisCon .synopsisConLeft .title img {
    width: 80%;
    max-width: 251px;
}

.synopsisCon .synopsisConLeft .synopsisConInfo {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 2px;
    color: #ffffff;
    width: 90%;
    margin: 7px auto 0;
    text-indent: 2em;
	overflow: hidden;

text-overflow: ellipsis;

display: -webkit-box;

-webkit-line-clamp: 3;

-webkit-box-orient: vertical;
}

.synopsisCon .synopsisConLeft .synopsisConInfo p {
    text-indent: 2em;
    margin-top: 20px;
}

.synopsisCon .synopsisConLeft a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 20px;
}

.synopsisCon .synopsisConLeft a img {
    width: 15px;
    margin: 0 5px;
}

.synopsisConRight {
    max-width: 698px;
    width: 50%;
}
/*
.synopsisConRight img{
	    height: 361px;
    object-fit: cover;
}*/
.wwnum {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 54%;
    height: 127px;
    background: #72422c url(../images/wwnumbG.png) center center/100% 100%;
    border-radius: 0px 36px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wwnum .wwnumList {
    position: relative;
    flex: 1;
}

.synopsisBox{
    width: 100%;
    height: 620px;
    background: url(../images/bgwl1.png);
}

.wwnumList span {
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
}

.wwnumList span b {
    font-family: HuXiaoBo-NanShen;
    font-size: 27px;
    letter-spacing: 0px;
    color: #ffffff;
}

.wwnumList i {
    display: block;
    text-align: center;
    font-size: 14px;
    letter-spacing: 0px;
    color: #ffffff;
}

.wwnum .wwnumList::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 60px;
    background-color: #ffffff;
    opacity: 0.5;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.wwnum .wwnumList:last-child::after {
    display: none;
}

.wwnum .wwnumList:nth-child(1) {
    flex: 1.5;
}

.Surveytitle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.Surveytitle img {
    width: 20px;
    margin: 0 20px;
}

.Surveytitle span {
    font-family: TsangerYuYangT-W03;
    font-size: 32px;
    letter-spacing: 0px;
    color: #333333;
}


/* 领导 */

.leader {
    padding: 70px 0 0;
}

.leader .leaderCon {
    width: 90%;
    max-width: 1350px;
    margin: 70px auto 20px;
}

.leader .leaderCon .swiper-slide {
	width:300px;
    height: 424px;
    background: url(../images/leaderListBg.png) center center/100% 100%;
    overflow: hidden;
}

.leader .leaderCon .swiper-slide:hover .leaderImg p {
    bottom: 0;
}

.leader .leaderCon .leaderImg {
    width: 90%;
    max-width: 260px;
    margin: 30px auto;
    position: relative;
    overflow: hidden;
}

.leader .leaderCon .leaderImg p {
    position: absolute;
    left: 0;
    bottom: -100%;
    display: flex;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
}

.leader .leaderCon .leaderImg p span {
    width: 80%;
    margin: auto;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 1px;
    color: #ffffff;
    text-align: center;
}

.leader .leaderCon .name {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    line-height: 12px;
    letter-spacing: 0px;
    color: #784214;
}

.leader .leaderCon .name img {
    width: 15px;
    margin: 0 20px;
}

.leader .leaderCon .info {
    font-size: 16px;
    letter-spacing: 0px;
    color: #666666;
    text-align: center;
    margin: 20px auto;
}

.leader .fenye {
    display: flex;
    justify-content: space-between;
    width: 120px;
    margin: 60px auto;
    position: relative;
}

.leader .swiper-button-next.swiper-button-white,
.leader .swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background: none;
}

.leader .swiper-button-prev.swiper-button-white,
.leader .swiper-container-rtl .swiper-button-next.swiper-button-white {
    background: none;
}


/* 机构设置 */

.mechanism,
.Guide {
    background: url(../images/bgwl1.png);
    padding: 50px 0;
}

.mechanismCon {
    width: 90%;
    max-width: 1350px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.mechanismCon .mechanismList {
    width: 205px;
    height: 380px;
    background-size: 100% 100%;
    background-position: left top;
    border-radius: 10px;
    overflow: hidden;
}

.mechanismCon .mechanismList:nth-child(1) {
    background-image: url(../images/mechanismImg1.png);
}

.mechanismCon .mechanismList:nth-child(2) {
    background-image: url(../images/mechanismImg2.png);
}

.mechanismCon .mechanismList:nth-child(3) {
    background-image: url(../images/mechanismImg3.png);
}

.mechanismCon .mechanismList:nth-child(4) {
    background-image: url(../images/mechanismImg4.png);
}

.mechanismCon .mechanismList:nth-child(5) {
    background-image: url(../images/mechanismImg5.png);
}

.mechanismCon .mechanismList:nth-child(6) {
    background-image: url(../images/mechanismImg6.png);
}

.mechanismCon .mechanismList .top {
    width: 100%;
    height: 104px;
    line-height: 104px;
    text-align: center;
    background-size: 100% 100%;
    background-position: left top;
    font-size: 28px;
    letter-spacing: 0px;
}

.mechanismCon .mechanismList:nth-child(3n-2) .top {
    background-image: url(../images/mechanism_top3.png);
    color: #e9c6a9;
}

.mechanismCon .mechanismList:nth-child(3n-1) .top {
    background-image: url(../images/mechanism_top2.png);
    color: #dfc6ab;
}

.mechanismCon .mechanismList:nth-child(3n) .top {
    background-image: url(../images/mechanism_top1.png);
    color: #e0b39e;
}

.mechanismCon .mechanismList .info {
    width: 85%;
    height: 220px;
    overflow-y: scroll;
    margin: 0 auto;
}

.mechanismCon .mechanismList .info::-webkit-scrollbar {
    display: none;
}

.mechanismCon .mechanismList .info p {
    margin-top: 20px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
}

.mechanismCon .mechanismList:nth-child(3n-2) .info {
    color: #e9c6a9;
}

.mechanismCon .mechanismList:nth-child(3n-1) .info {
    color: #dfc6ab;
}

.mechanismCon .mechanismList:nth-child(3n) .info {
    color: #e0b39e;
}

.mechanismCon .mechanismList .more {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
}

.mechanismCon .mechanismList .more img {
    width: 10px;
    margin: 0 5px;
}


/* 章程 */

.constitution {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.constitution .constitutionCon {
    width: 1351px;
    height: 346px;
    background: url(../images/juanzhou.png) center center/100% 100%;
    margin: 50px auto;
    display: flex;
}

.constitutionCon .constitution_Info {
    width: 1200px;
    margin: auto;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1px;
    color: #333333;
    height: 200px;
    overflow-y: scroll;
}

.constitution_Info::-webkit-scrollbar {
    /*滚动条整体样式*/
    width: 10px;
    /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}

.constitution_Info::-webkit-scrollbar-thumb {
    /*滚动条里面小方块*/
    border-radius: 10px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: #fdeed6;
}

.constitution_Info::-webkit-scrollbar-track {
    /*滚动条里面轨道*/
    border-radius: 10px;
    background: rgba(0, 0, 0, 0);
}

.content .list ul li {
    font-size: 23px;
    line-height: 87px;
    height: 80px;
    letter-spacing: 1px;
    color: #c3763a;
    border-bottom: 1px solid rgba(158, 62, 30, 0.2);
}

.constitutionCon .constitution_Info p {
    margin-top: 30px;
}

.constitution .more {
    display: block;
    width: 167px;
    height: 36px;
    line-height: 36px;
    background: url(../images/moreBg.png) center center/100% 100%;
    text-align: center;
    margin: 20px auto;
    font-size: 16px;
    letter-spacing: 1px;
    color: #784214;
}


/* 导览 */

.Guide {
    width: 100%;
    height: auto;
    padding: 70px 0;
}

.Guide .GuideCon {
    max-width: 1200px;
    height: 576px;
    background: url(../images/gqdlBg.png) center center/100% 100%;
    margin: 10px auto;
    overflow: hidden;
}

.Guide .GuideCon .banner{
    width: 650px;
    margin: 90px 0 0 405px;
}
.swiper-container{
    padding-bottom: 30px;
}
.swiper-pagination-bullet{
    background-color: #784214;
    width: 50px;
    height: 20px;
    border-radius: 10px;
}

/* 联系·我们  */

.contact {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.contact .contactCon {
    width: 90%;
    max-width: 1530px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.contact .contactCon .map {
    width: 100%;
    max-width: 873px;
    width: 873px;
    position: relative;
    z-index: 10;
}

.contact .contactCon .contactInfo {
    width: 405px;
    padding: 56px 75px 43px 135px;
    height: 200px;
    background: url(../images/lxwmBg.png) center center/100% 100%;
    position: relative;
    margin-left: -100px;
}

.contact .contactCon .contactInfo dt {
    position: relative;
    font-size: 20px;
    letter-spacing: 0px;
    color: #ffffff;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.contact .contactCon .contactInfo dt::after {
    position: absolute;
    content: "";
    width: 50px;
    height: 1px;
    background-color: #ffffff;
    left: 0;
    bottom: 0;
}

.contact .contactCon .contactInfo dd {
    display: flex;
    align-items: center;
    font-size: 16px;
    letter-spacing: 0px;
    color: #ffffff;
    margin-top: 10px;
}

.contact .contactCon .contactInfo dd img {
    width: 20px;
    height: 20px
}

.departmentBox {
    width: 90%;
    max-width: 1409px;
    margin: auto;
    position: relative;
}

.department_list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.department {
    width: 14%;
    max-width: 169px;
    height: 302px;
    cursor: pointer;
}

.department .noPop {
    width: 100%;
    height: 100%;
    position: relative;
}

.department .department_pop div {
    width: 90%;
    height: 177px;
    overflow: hidden;
    overflow-y: auto;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.department .department_pop.on {
    display: flex;
}

.department .department_pop p {
    width: 100%;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 32px;
    color: #ffd280;
}

.department .department_pop p:last-child {
    margin-bottom: 0;
}

.department .department_pop {
    position: absolute;
    width: 100%;
    left: 50%;
    z-index: 100;
    top: 0;
    display: none;
    transform: translateX(-50%);
    height: 309px;
    background: url(../images/unfold.png) no-repeat center center / 100% 100%;
}

.department div.on {
    display: flex;
    justify-content: center;
    align-items: center;
}

.department div .close {
    position: absolute;
    right: 27px;
    top: 22px;
    width: 30px;
    height: 30px;
    cursor: pointer;
}

.department:nth-child(2n+1) {
    background: url(../images/unfold1.png) center center / 100% 100%;
}

.department:nth-child(2n+2) {
    background: url(../images/unfold2.png) center center / 100% 100%;
}

.department:nth-child(2n+3) {
    background: url(../images/unfold3.png) center center / 100% 100%;
}

.department .noPop img {
    position: absolute;
    right: 41%;
    top: 37px;
    width: 19px;
    height: 16px;
}

.hover {
    display: none;
}

.department:hover .hover {
    display: block;
}

.department:hover .noHover {
    display: none;
}

.department span {
    font-size: 26px;
    display: block;
    writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 1px;
    position: absolute;
    top: 60px;
    right: 60px;
    color: #ffd280;
}

.department:hover span {
    color: #fff;
}

@media(max-width:996px) {
    .synopsisCon .synopsisConLeft {
        height: auto;
        width: 100%;
    }
    .synopsisBox{
        height: auto;
    }
    .department .department_pop {
        border-radius: 10px;
        background: #825127;
        border: 3px solid #ffd280;
    }
    .synopsisConRight {
        width: 100%;
    }
    .department {
        width: 48%
    }
    .synopsisCon {
        padding: 40px 5%;
    }
    .wwnum {
        width: 100%;
        flex-wrap: wrap;
        height: auto;
        border-radius: 0;
        position: relative;
        left: 0;
        bottom: 0;
    }
    .wwnum .wwnumList {
        flex: auto;
        width: 30%;
        padding: 0.2rem 0;
    }
    .wwnum .wwnumList:nth-child(1),
    .wwnum .wwnumList:nth-child(2) {
        flex: auto;
        width: 50%;
    }
    .wwnumList span {
        font-size: 0.16rem;
    }
    .wwnumList span b {
        font-size: 0.36rem;
    }
    .wwnumList i {
        font-size: 0.25rem;
    }
    .wwnum .wwnumList::after {
        height: 0.6rem;
    }
    .leader .leaderCon .swiper-slide {
        height: 6rem;
    }
    .leader .leaderCon .name {
        font-size: 0.24rem;
    }
    .leader .leaderCon .info {
        font-size: 0.2rem;
        width: 90%;
    }
    .mechanismCon .mechanismList {
        width: 48%;
        margin-top: 0.2rem;
    }
    .constitution .constitutionCon {
        width: 90%;
        background: none;
        height: auto;
    }
    .Guide .GuideCon {
        width: 100%;
        height: auto;
        background: none;
    }
    .Guide .GuideCon img {
        width: 100%;
        margin: 1rem auto;
    }
    .contact .contactCon {
        flex-wrap: wrap;
    }
    .contact .contactCon .contactInfo {
        width: 90%;
        height: auto;
        padding: 1rem 5%;
        margin: 0 auto;
    }
}

@media(max-width:768px) {
	.synopsisConRight img{
		height:auto;
	}
    .synopsisCon .synopsisConLeft .synopsisConInfo {
        margin-top: 0.3rem;
    }
    .department:nth-child(3) .department_pop,
    .department:nth-child(4) .department_pop {
        top: 297px;
    }
    .leader .leaderCon .name img {
        margin: 0 15px;
    }
    .department:nth-child(5) .department_pop,
    .department:nth-child(6) .department_pop {
        bottom: 297px;
        top: auto;
    }
    .department:nth-child(7) .department_pop {
        bottom: 0;
        top: auto;
    }
    .department_pop {
        justify-content: flex-start;
    }
    .leader {
        padding: 0.5rem 0 0;
    }
    .leader .leaderCon {
        margin: 0.5rem auto 0.2rem;
        padding-bottom: 0.4rem;
    }
    .leader .fenye {
        margin: 0.6rem auto 0.2rem;
        padding-bottom: 20px;
    }
    .leader .swiper-button-prev.swiper-button-white,
    .leader .swiper-container-rtl .swiper-button-next.swiper-button-white,
    .leader .swiper-button-next.swiper-button-white,
    .leader .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        border: none;
    }
    .mechanism,
    .Guide {
        padding: 0.5rem 0;
    }
    .mechanismCon {
        margin: 0.5rem auto;
    }
    .synopsisCon .synopsisConLeft .title {
        justify-content: center;
    }
    .leader .leaderCon .leaderImg p span {
        font-size: 12px;
    }
    .synopsisCon {
        padding: 30px 5%;
    }
    .leader .leaderCon .name {
        font-size: 0.3rem;
    }
    .constitution,
    .contact {
        padding: 0.5rem 0;
    }
    .constitution .constitutionCon {
        margin: 0.5rem auto;
    }
    .constitutionCon .constitution_Info {
        height: 300px;
    }
    .Guide .GuideCon img {
        margin: 0.5rem auto;
    }
    .contact .contactCon {
        margin: 30px auto 0;
    }
}