* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #fff;
}

li {
    list-style: none;
}

html,
body {
    position: relative;
    height: 100%;
}

body {
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
}

.yd {
    display: none;
}

.swiper {
    width: 100%;
    height: 100vh;
}

.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    height: 100%;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-left: -2px;
    position: relative;
}

.swiper-slide .bgtu {
    height: 100%;
    width: 100%;
}
.zh{
    position: absolute;
    top: 70%;
    animation: myfirst 2s linear infinite;
    -webkit-animation: myfirst 2s linear infinite;  /* Safari 与 Chrome */
}
@keyframes myfirst
{
    0% {transform: scale(1);}
    50% {transform: scale(1.2);}
    100% {transform: scale(1);}

}
 
@-webkit-keyframes myfirst /* Safari 与 Chrome */
{
    0% {transform: scale(1);}
    50% {transform: scale(1.2);}
    100% {transform: scale(1);}

}
.swiper-slide:nth-child(1) {
    width: 2009px;
    margin-left: 0px;
}

.swiper-slide .tu {
    position: absolute;
}

.swiper-slide:nth-child(2) {
    width: 2113px;
}

.qdy {
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.qdy h2 {
    width: 1300px;
    height: 80px;
    font-size: 45px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    left: 4%;
    top: 10%;
    background: url(../images/dbt_bg.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.qdy .swiper {
    position: absolute;
    left: 10%;
    top: 25%;
    width: 1068px;
    height: 568px;
}

.qdy .swiper .swiper-slide {
    margin: 0;
}

.qdy .swiper .swiper-slide a {
    width: 100%;
    height: 100%;
}

.qdy .swiper .swiper-slide a img {
    width: 100%;
    height: 100%;
}

.qdy .bottom {
    display: flex;
}

.news_con {
    position: absolute;
    right: 8%;
    top: 25%;
}

.qdy ul {
    width: 500px;
}

.news_more {
    width: 600px;
    overflow: hidden;
}

.news_more p {
    width: 500px;
    height: 20px;
    margin-right: 10px;
    border-bottom: 1px dashed #fff;
    float: left;
}

.news_more a {
    font-size: 24px;
    font-weight: bold;
    color: #296599;
    float: left;
}

.qdy li {
    width: 500px;
    height: 80px;
    background: url(../images/bt_bg.png) no-repeat;
    background-size: 100% 100%;
    margin: 50px 0;
    display: flex;
    justify-content: center;
    align-items: center;

}

.qdy li a {
    display: flex;
    width: 400px;
    height: 50px;
    color: #045859;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

}

.qdy .sp {
    position: absolute;
    right: 3%;
    top: 25%;
    height: 520px;
    width: 360px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

}

.qdy .sp>div {
    width: 360px;
    height: 200px;
    border: 2px dotted #92d2d7;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qdy .sp .bf {
    width: 60px;
    height: 60px;
    position: absolute;
    top: 33%;
    left: 40%;
}

.qdy .sp>div a {
    width: 350px;
    height: 190px;
    position: absolute;
    overflow: hidden;
}

.qdy .sp>div img {
    width: 100%;
    height: 100%;
    border-radius: 10px;

}

.qdy .sp .mask {
    height: 30px;
    background-color: #00000038;
    border-radius: 0 0 20px 20px;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    width: 100%;
    height: 40px;
    display: flex;
    bottom: -20px;
    justify-content: flex-end;
}

.qdy .swiper-pagination-horizontal .swiper-pagination-bullet {
    background-color: #bb9147;
    opacity: inherit;

}

.qdy .swiper-pagination-horizontal .swiper-pagination-bullet-active {
    background-color: #fff;
}


.swiper-slide:nth-child(3) {
    position: relative;
    width: 1396px;
}

.swiper-slide:nth-child(3) .l {
    position: absolute;
    width: 900px;
    height: 397px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swiper-slide:nth-child(3) .l .gcy_a {
    font-size: 30px;
}

.swiper-slide:nth-child(3) .l a,
.swiper-slide:nth-child(3) .l .gcy_b {
    color: #196765;
}

.swiper-slide:nth-child(3) .l span {
    display: flex;
    width: 630px;
    height: 149px;
    font-size: 36px;
    color: #ffffff;
    text-align: left;
    margin-top: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.swiper-slide:nth-child(3) .l p {
    display: flex;
    width: 291px;
    height: 40px;
    font-size: 30px;
    color: #ffffff;
    position: absolute;
    right: 37%;
    bottom: 32%;
}


.swiper-slide:nth-child(3) .r {
    position: absolute;
    width: 230px;
    height: 600px;
    right: 7%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.swiper-slide:nth-child(3) .r div {
    width: 250px;
    height: 148px;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide:nth-child(3) .r .bk {
    position: absolute;
    pointer-events: none;
}

/*网民寄语*/
.swiper-slide:nth-child(4) {
    width: 2012px;
    position: relative;
}

.wmjy {
    width: 94%;
    position: absolute;
    display: flex;
    align-items: center;
}

.wmjy ul li {
    background: url(../images/wmjy_back.png) no-repeat;
    background-size: 100% 100%;
    width: 357px;
    height: 141px;
    position: absolute;
    color: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
    font-size: 22px;
    display: flex;
    justify-content: center;
    /* 水平居中 */
    align-items: center;
}

.wmjy ul li p {
    text-align: center;
}

.jy_dz {
    width: 67px;
    height: 67px;
    position: absolute;
    top: 50%;
    margin-top: -33px;
    left: -8%;
    background: url(../images/jy_dz.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.wmjy ul li:nth-child(1) {
    top: 24%;
    left: 22%;
}

.wmjy ul li:nth-child(2) {
    top: 26%;
    right: 20%;
}

.wmjy ul li:nth-child(3) {
    top: 46%;
    left: 23%;
}

.wmjy ul li:nth-child(4) {
    top: 48%;
    right: 22%;
}

.wmjy ul li:nth-child(5) {
    top: 67%;
    right: 16%;
}

.wmjy ul li:nth-child(6) {
    top: 65%;
    left: 18%;
}

/*一图了解*/
.swiper-slide:nth-child(5) {
    width: 1974px;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;

}

.ytlj {
    width: 85%;
    height: 80%;
    margin-left: 5%;
    position: absolute;
    background: url(../images/ytlj_bg.png) no-repeat;
    display: flex;
    background-position: 50% 50%;
}

.ytlj .l {
    width: 24%;
    height: 66%;
    position: absolute;
    left: 16%;
    top: 17%;
    background: url(../images/yt_tu.png) no-repeat;
    background-size: 98% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ytlj .l a{
    width: 92%;
    height: 95%;

}
.ytlj .l img {
    width: 100%;
    height: 100%;
}

.ytlj .r {
    width: 42%;
    height: 65%;
    position: absolute;
    right: 14%;
    top: 17%;
    background: url(../images/yt_list.png) no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    
}

.ytlj .r li {
    width: 80%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: left;
    margin: 10px 0;
    border-radius: 40px;
    padding-left: 20px;
    cursor: pointer;
}
.ytlj .r li img{
    display: none;
}

.ytlj .r .active{
    background-color: #ffffff83;
}
.ytlj .r li a{
    height: 32px;
    font-size: 24px;
    line-height: 32px;
    text-transform: uppercase;
    color: #2d6280;
    font-family: "Source Han Sans CN";
    overflow: hidden;
}

/*公益讲堂*/
.swiper-slide:nth-child(6) {
    width: 1595px;
    position: relative;
}







/*榜样风采*/
.swiper-slide:nth-child(7) {
    width: 1430px;
    position: relative;
}

.mySwiper2 {
    width: 1050px;
    height: 650px;
    z-index: 999;
}

.mySwiper2 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.95);
    overflow: hidden;
    filter: grayscale(70%);
    background-color: #ffffff00;
    margin: 0;
    filter: grayscale(0%);

}

.mySwiper2 .swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
    filter: grayscale(0%);
}

.mySwiper2 .swiper-slide a {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper2 .swiper-slide a img {
    height: 100%;
    width: 100%;
}

.mySwiper2 .swiper-slide .tu {
    position: absolute;
    height: 95%;
    width: 90%;
}

.prev {
    position: absolute;
    width: 50px;
    height: 100px;
    z-index: 999;
    left: 17%;
    cursor: pointer;
}

.next {
    position: absolute;
    width: 50px;
    height: 100px;
    line-height: 100px;
    z-index: 999;
    right: 4%;
    cursor: pointer;
}


.mask {
    position: absolute;
    width: 100%;
    height: 40px;
    bottom: 0;
    background: rgba(0, 0, 0, 0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.mask p {
    width: 70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.swiper-slide:nth-child(6) {
    width: 1593px;
    position: relative;

}

.swiper-slide:nth-child(6) .box {
    position: absolute;
    width: 1200px;
    height: 580px;
    display: flex;
    align-items: center;
}

.swiper-slide:nth-child(6) .box>div {
    height: 100%;
    width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;

}

.swiper-slide:nth-child(6) .box .box_tu {
    height: 78%;
    width: 82%;
    position: absolute;
}

.swiper-slide:nth-child(6) .box>div .mask {
    width: 82%;
    bottom: 11%;
    background-color: #4b49497e;
}

.swiper-slide:nth-child(6) .box ul {
    height: 100%;
    width: 320px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 20px;
}

.swiper-slide:nth-child(6) .box ul li {
    width: 100%;
    height: 180px;
    background: url(../images/tu_bk3.png) no-repeat;
    background-size: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.swiper-slide:nth-child(6) .box ul li .mask {
    width: 90%;
    bottom: 10%;
    height: 20px;
    font-size: 12px;
    background-color: #443f3f42;
}

.swiper-slide:nth-child(6) .box ul li img {
    width: 90%;
    height: 80%;
}

.swiper-slide:nth-child(7) {
    width: 1911px;
    position: relative;

}

.swiper-slide:nth-child(7) ul {
    position: absolute;
    width: 850px;
    height: 400px;
    left: 20%;
    margin-top: -30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.swiper-slide:nth-child(7) ul li {
    background: url(../images/bt_bk.png) no-repeat;
    background-size: 100%;
    height: 80px;
    width: 60%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide:nth-child(7) ul li a {
    width: 95%;
    font-size: 20px;
    color: #1a5475;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.lmt {
    position: absolute;
    height: 400px;
    width: 100px;
    /* border: 1px solid #000; */
    top: 0;
    left: 0;
}

.news_bt {
    width: 136px;
    position: absolute;
    top: 0;
    left: 0%;
}

.news_bt img {
    width: 100%;
}

.yxgs {
    left: 22%;
}

.wmjy1 {
    left: 16.5%;
}

.hwm_yxgs {
    width: 780px;
    position: absolute;
    top: 10%;
    left: 38%;
}

.yxgs_lb {
    width: 100%;
}

.yxgs_lb ul {
    width: 100%;
    overflow: hidden;
    padding: 10px;
}

.yxgs_lb ul li {
    width: 60px;
    height: 200px;
    line-height: 65px;
    float: left;
    background: url(../images/yxgs_lb.png) no-repeat;
    background-size: 100% 100%;
    text-align: center;
    writing-mode: vertical-rl;
    font-size: 22px;
    margin-right: 24px;
    font-weight: bold;
}
.yxgs_lb ul li:nth-child(1),
.yxgs_lb ul li:nth-child(2),
.yxgs_lb ul li:nth-child(4),
.yxgs_lb ul li:nth-child(6),
.yxgs_lb ul li:nth-child(7),
.yxgs_lb ul li:nth-child(8),
.yxgs_lb ul li:nth-child(9){
    letter-spacing: 8px;
}



.yxgs_lb ul li:last-child() {
    margin-right: 0px;
}

.yxgs_lb ul li a {
    color: #1085d0;
}

.yxgs_lb .yxgs_on {
    background: url(../images/yxgs_lb1.png) no-repeat;
    background-size: 100% 100%;
}

.yxgs_lb .yxgs_on a {
    color: #1085d0;
}

.yxgs_nr {
    width: 100%;
    height: 555px;
    margin-top: 30px;
    background: url(../images/yxgs_nr.png) no-repeat;
    overflow: hidden;
}

.yxgs_nr .yxgs_nr1 {
    width: 100%;
    height: 100%;
}

.yxgs_pic {
    width: 100%;
    height: 460px;
    overflow: hidden;
    border-radius: 20px;
    position: relative;
}

.yxgs_pic img {
    width: 100%;
}

.yxgs_nr p {
    font-size: 22px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 0;
    width: 100%;
    background: rgba(28, 146, 213, 0.5);
}

.prev1 {
    position: absolute;
    width: 92px;
    height: 92px;
    z-index: 999;
    left: 10px;
    top: 50%;
    margin-top: -46px;
    cursor: pointer;
}

.next1 {
    position: absolute;
    width: 92px;
    height: 92px;
    z-index: 999;
    right: 10px;
    top: 50%;
    margin-top: -46px;
    cursor: pointer;
}

.prev2 {
    position: absolute;
    width: 50px;
    height: 100px;
    z-index: 999;
    left: 17%;
    cursor: pointer;
}

.next2 {
    position: absolute;
    width: 50px;
    height: 100px;
    line-height: 100px;
    z-index: 999;
    right: 15%;
    cursor: pointer;
}

/*普法课堂*/
.swiper-slide:nth-child(8) {
    width: 1928px;
    position: relative;
}

.mySwiper3 {
    width: 1500px;
    height: 650px;
    z-index: 999;
    padding-bottom: 30px;
    left: 13%;
}

.mySwiper3 .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.95);
    overflow: hidden;
    filter: grayscale(70%);
    background-color: #ffffff00;
    margin: 0;
    filter: grayscale(0%);

}

.mySwiper3 .swiper-slide:nth-child(2) {
    margin-top: 40px;
}

.mySwiper3 .swiper-slide:nth-child(4) {
    margin-top: 40px;
}

.mySwiper3 .swiper-slide:nth-child(6) {
    margin-top: 40px;
}

.mySwiper3 .swiper-slide:nth-child(8) {
    margin-top: 40px;
}

.mySwiper3 .swiper-slide:nth-child(10) {
    margin-top: 40px;
}

.mySwiper3 .swiper-slide-active,
.swiper-slide-duplicate-active {
    filter: grayscale(0%);
}

.mySwiper3 .swiper-slide a {
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mySwiper3 .swiper-slide a img {
    height: 100%;
    width: 100%;
}

.mySwiper3 .swiper-slide .tu {
    position: absolute;
    height: 95%;
    width: 90%;
}

.prev3 {
    position: absolute;
    width: 50px;
    height: 100px;
    z-index: 999;
    left: 7%;
    cursor: pointer;
}

.next3 {
    position: absolute;
    width: 50px;
    height: 100px;
    line-height: 100px;
    z-index: 999;
    right: 4%;
    cursor: pointer;
}

/*网民自荐*/
.swiper-slide:nth-child(9) {
    width: 2602px;
    position: relative;
}

.wm_py1 {
    width: 1600px;
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    left: 17%;
}

.maing {
    overflow: hidden;
    float: left;
    width: 766px;
}

.maind {
    width: 136px;
    text-align: center;
    float: left;
    margin-right: 20px;
}

.maingb {
    width: 610px;
    margin-top: 70px;
    padding: 30px;
    box-sizing: border-box;
    background: url(../images/zxpy_tu.png) no-repeat;
    float: left;
}

.maingb ul {
    width: 100%;
    overflow: hidden;
}

.maingb ul li {
    float: left;
    overflow: hidden;
    width: 100%;
    margin: 10px 0px 0px;
}

.maingb ul li.first {
    width: 49%;
}

.maingb ul li.second {
    width: 49%;
    margin-left: 2%;
}

.maingb ul li img {
    display: block;
    width: 100%;
}

.mainh {
    float: right;
    width: 766px;
    overflow: hidden;
}

.maingc {
    width: 610px;
    float: left;
    margin-top: 70px;
    padding: 30px;
    box-sizing: border-box;
    background: url(../images/zxpy_tu1.png) no-repeat;
}

.maingc h3 {
    line-height: 48px;
    font-size: 28px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}

.maingc p {
    font-size: 18px;
    text-indent: 2em;
    line-height: 44px;
    margin: 20px 0px 0px;
    text-align: justify;
    color: #fff;
}

.maingc .btn {
    display: block;
    margin: 26px auto 28px;
    padding-left: 40px;
    box-sizing: border-box;
    width: 158px;
    height: 55px;
    line-height: 53px;
    border-radius: 10px;
    font-size: 16px;
    cursor: pointer;
    border: 3px solid #3a61d2;
    color: #0d6fca;
    background: url(../images/tb_icon.png) 10px center no-repeat;
}


/* 强制横屏 */
@media screen and (orientation: portrait) {
    #main {
        position: absolute;
        width: 100vh;
        height: 100vw;
        top: 0;
        left: 100vw;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        transform-origin: 0% 0%;
    }
}

@media screen and (max-width: 1000px) {
    #main {
        display: flex;
    }

    .pc {
        display: none;
    }

    .yd {
        display: flex;
    }

    .mask {
        width: 100%;
        height: 15%;
        position: absolute;
        bottom: 0;
        background-color: #00000083;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #fff;
    }

.zh{
    width: 100px;
}
    .swiper-slide:nth-child(1),
    .swiper-slide:nth-child(2),
    .swiper-slide:nth-child(3),
    .swiper-slide:nth-child(4),
    .swiper-slide:nth-child(5),
    .swiper-slide:nth-child(6),
    .swiper-slide:nth-child(7),
    .swiper-slide:nth-child(8),
    .swiper-slide:nth-child(9) {
        width: 100%;
    }

    .swiper-slide:nth-child(1) {
        overflow: hidden;

    }

    .qdy {
        width: 100%;
        height: 100%;
        position: absolute;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .qdy h2 {
        width: 400px;
        height: 40px;
        font-size: 18px;
        text-transform: uppercase;
        color: #ffffff;
        font-weight: bold;
        position: absolute;
        left: 3%;
        top: 10%;
        background: url(../images/dbt_bg.png) no-repeat;
        background-size: 100% 100%;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .qdy .swiper {
        position: absolute;
        left: 10%;
        top: 20%;
        width: 400px;
        height: 250px;
    }

    .qdy .swiper .swiper-slide {
        margin: 0;
    }

    .qdy .swiper .swiper-slide a {
        width: 100%;
        height: 100%;
    }

    .qdy .swiper .swiper-slide a img {
        width: 100%;
        height: 100%;
    }

    .qdy .swiper .mask {
        height: 30px;
    }

    .qdy .bottom {
        display: flex;
    }

    .qdy ul {
        position: absolute;
        left: 63%;
        top: 20%;
        width: 200px;
    }

    .qdy li {
        width: 200px;
        height: 40px;
        background: url(../images/bt_bg.png) no-repeat;
        background-size: 100% 100%;
        margin: 20px 0;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .qdy li a {
        display: flex;
        width: 150px;
        height: 27px;
        font-size: 10px;
        color: #045859;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

    }

    .qdy .sp {
        position: absolute;
        right: 2%;
        top: 25%;
        width: 150px;
        height: 250px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;

    }

    .qdy .sp>div {
        width: 160px;
        height: 110px;
        border: 2px dotted #92d2d7;
        border-radius: 10px;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;

    }

    .qdy .sp .bf {
        width: 40px;
        height: 40px;
        position: absolute;
        top: 30%;
        left: 35%;
    }

    .qdy .sp>div a {
        width: 150px;
        height: 100px;
        position: absolute;
        overflow: hidden;
    }

    .qdy .sp>div img {
        width: 100%;
        height: 100%;
        border-radius: 10px;

    }

    .qdy .sp .mask {
        height: 15px;
        background-color: #00000038;
        border-radius: 0 0 20px 20px;
    }

    .qdy .sp .mask p {
        font-size: 12px;
    }

    .swiper-slide:nth-child(3) {
        width: 80%;
    }

    .swiper-slide:nth-child(3) .l {
        position: absolute;
        width: 370px;
        height: 200px;
        display: flex;
        flex-direction: column;
    }

    .swiper-slide:nth-child(3) .l .gcy_a {

        font-size: 12px;
    }

    .swiper-slide:nth-child(3) .l .gcy_b {
        font-size: 15px;
    }

    .swiper-slide:nth-child(3) .l a,
    .swiper-slide:nth-child(3) .l .gcy_b {
        color: #196765;
    }

    .swiper-slide:nth-child(3) .l span {
        display: flex;
        width: 270px;
        height: 100px;
        font-size: 20px;
        color: #ffffff;
        text-align: left;
        margin-top: 20px;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .swiper-slide:nth-child(3) .l p {
        display: flex;
        width: 120px;
        height: 40px;
        font-size: 30px;
        color: #ffffff;
        position: absolute;
        right: 37%;
        bottom: 22%;
    }


    .swiper-slide:nth-child(3) .r {
        position: absolute;
        width: 120px;
        height: 300px;
        right: 5%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .swiper-slide:nth-child(3) .r div {
        width: 100px;
        height: 100px;
        overflow: hidden;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide:nth-child(3) .r .gcy_tu {
        width: 120px;
        height: 70px;
    }

    .swiper-slide:nth-child(3) .r .bk {
        width: 120px;
        position: absolute;
        pointer-events: none;
    }

    .mySwiper2 {
        width: 500px;
        height: 340px;
        z-index: 999;
        margin-left: 80px;

    }

    .prev {
        width: 30px;
        height: 40px;
        left: 19%;
    }

    .next {
        width: 30px;
        height: 40px;
        right: 7%;

    }

    .next img,
    .prev img {
        width: 30px;
    }

    .ytlj {
        width: 80%;
        height: 80%;
        margin-left: 5%;
        position: absolute;
        display: flex;
        background-size: 100% 60%;
        background-position: 50% 50%;
    }
    
    .ytlj .l {
        width: 31%;
        height: 50%;
        position: absolute;
        left: 12%;
        top: 26%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
        
    .ytlj .l a{
        width: 90%;
        height: 92%;

    }
    .ytlj .l  img {
        width: 100%;
        height: 100%;
    }
    
    .ytlj .r {
        width: 41%;
        height: 47%;
        right: 14%;
        top: 28%;
        
    }
    
    .ytlj .r li {
        width: 90%;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: left;
        margin: 5px 0;
        border-radius: 40px;
        padding-left: 5px;
        cursor: pointer;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
    .ytlj .r li a{
        font-size: 10px;
    }
    .ytlj .r li img{
        display: none;
    }
    
    .ytlj .r .active{
        background-color: #ffffff83;
    }
    .ytlj .r li {
        font-size: 10px;
        line-height: 32px;
        text-transform: uppercase;
        color: #2d6280;
        font-family: "Source Han Sans CN";
    }    
    .swiper-slide:nth-child(5) {
        width: 75%;
    }


    .swiper-slide:nth-child(5) ul {
        position: absolute;
        margin-left: 20px;
        margin-top: -10px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .swiper-slide:nth-child(5) ul li {
        /* margin-left: 20px; */
        display: flex;
        align-items: center;
    }

    .swiper-slide:nth-child(5) ul li img {
        width: 80px;
        height: 60px;
        padding: 1px;
        border: 2px dotted #afcec9;
    }

    .swiper-slide:nth-child(5) ul li p {
        height: 40px;
        margin-left: 20px;
        font-size: 18px;
        line-height: 20px;
        text-transform: uppercase;
        color: #045859;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }

    .swiper-slide:nth-child(6) .box {
        position: absolute;
        width: 600px;
        height: 300px;
        display: flex;
        align-items: center;
    }

    .swiper-slide:nth-child(6) .box>div {
        height: 100%;
        width: 600px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;

    }

    .swiper-slide:nth-child(6) .box img {
        width: 100%;
    }

    .swiper-slide:nth-child(6) .box .box_tu {
        height: 68%;
        width: 88%;
        position: absolute;
    }

    .swiper-slide:nth-child(6) .box>div .mask {
        width: 88%;
        height: 20px;
        bottom: 16%;
        background-color: #4b49497e;
        font-size: 12px;
    }

    .swiper-slide:nth-child(6) .box ul {
        height: 100%;
        width: 320px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 20px;
    }

    .swiper-slide:nth-child(6) .box ul li {
        width: 80%;
        height: 95px;
        background: url(../images/tu_bk3.png) no-repeat;
        background-size: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        cursor: pointer;
    }

    .swiper-slide:nth-child(6) .box ul li .mask {
        width: 90%;
        bottom: 10%;
        height: 17px;
        font-size: 10px;
        background-color: #443f3f42;
    }

    .swiper-slide:nth-child(6) .box ul li img {
        width: 90%;
        height: 80%;
    }

    .swiper-slide:nth-child(7) ul {
        position: absolute;
        width: 350px;
        height: 200px;
        left: 20%;
        margin-top: -10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
    }

    .swiper-slide:nth-child(7) ul li {
        background: url(../images/bt_bk.png) no-repeat;
        background-size: 100%;
        height: 35px;
        width: 60%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .swiper-slide:nth-child(7) ul li a {
        width: 95%;
        font-size: 12px;
        color: #1a5475;
        display: -webkit-box;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }

    .lmt {
        position: absolute;
        height: 200px;
        width: 130px;
        /* border: 1px solid #000; */
        left: 0%;
        top: 5%;

    }

    .news_bt {
        width: 60px;
    }

    .hwm_yxgs {
        width: 400px;
        top: 5%;
        left: 28%;
    }

    .yxgs_lb ul li {
        width: 30px;
        height: 100px;
        line-height: 30px;
        font-size: 12px;
        margin-right: 10px;
        
    }    
    .yxgs_lb ul li:nth-child(1),
    .yxgs_lb ul li:nth-child(2),
    .yxgs_lb ul li:nth-child(4),
    .yxgs_lb ul li:nth-child(6),
    .yxgs_lb ul li:nth-child(7),
    .yxgs_lb ul li:nth-child(8),
    .yxgs_lb ul li:nth-child(9){
        letter-spacing: 5px;
    }
    
    .yxgs_nr {
        height: 230px;
        margin-top: 10px;
    }
    .yxgs_nr .yxgs_nr1{
        width: 90%;
    }
    .yxgs_nr p {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
    }

    .yxgs_pic {
        height: 200px;
    }

    .wmjy img {
        width: 100%;
    }
    .wmjy ul li {
        width: 160px;
        height: 65px;
        padding: 15px;
        font-size: 12px;
    }

    .jy_dz {
        width: 40px;
        height: 40px;
        margin-top: -20px;
        left: -15%;
    }

    .prev1 {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .prev1 img {
        width: 100%;
    }

    .next1 {
        width: 40px;
        height: 40px;
        margin-top: -20px;
    }

    .next1 img {
        width: 100%;
    }

    /*网民自荐*/
    .wm_py1 {
        width: 700px;
        left: 8%;
    }
    
    .maind {
        width: 60px;
        margin-right: 5px
    }
    
    .maind img {
        width: 100%;
    }
    
    .maingb {
        width: 200px;
        margin-top: 30px;
        padding: 5px;
    }
    
    .maingc {
        width: 280px;
        height: 250px;
        margin-top: 10px;
        padding: 20px;
    }

    .maing {
        width: 280px;
    }

    .mainh {
        width: 400px;
    }

    .maingc p {
        font-size: 12px;
        text-indent: 2em;
        line-height: 14px;
        margin: 5px 0px 0px;
    }

    .maingc h3 {
        line-height: 30px;
        font-size: 12px;
    }

    .maingc .btn {
        display: block;
        margin: 5px auto 5px;
        padding-left: 0px;
        box-sizing: border-box;
        width: 120px;
        text-align: center;
        height: 30px;
        line-height: 30px;
        border-radius: 10px;
        font-size: 16px;
        cursor: pointer;
        border: 3px solid #3a61d2;
        color: #0d6fca;
        background: none;
    }

    .prev2 {
        position: absolute;
        width: 25px;
        height: 50px;
        left: 15%;
    }

    .prev2 img {
        width: 100%;
    }

    .next2 {
        position: absolute;
        width: 25px;
        height: 50px;
        right: 5%;
    }

    .next2 img {
        width: 100%;
    }

    .mySwiper3 {
        width: 650px;
        height: 300px;
        z-index: 999;
        margin-left: 40px;
    }

    .prev3 {
        position: absolute;
        width: 25px;
        height: 50px;
        left: 10%;
    }

    .prev3 img {
        width: 100%;
    }

    .next3 {
        position: absolute;
        width: 25px;
        height: 50px;
        right: -2%;
    }

    .next3 img {
        width: 100%;
    }


}