.man2 {
    max-width: 1400px;
    margin: 0 auto;
    margin-top: 72px;
    height: 100%;
    display: flex;
    justify-content: space-between;
}
.main_lert {
    width: calc(76% - 10px);
    position: relative;
    margin-top: 180px;
}
.mainrite {
    width: calc(22% - 10px);
}
.main_funrace {
    position: absolute;
    height: 220px;
    width: 80%;
    left: 10%;
    top: -5.5%;
    display: flex;
    justify-content: space-between;
}
.main_funrace dt {
    width: calc(28% - 10px);
}
.main_funrace dt img {
    width: 100%;
    height: 100%;
    box-shadow: 0px 3px 8px 0px rgba(8, 119, 0, 0.25);
    border-radius: 380px 380px 380px 380px;
}
.main_funrace dd {
    width: calc(70% - 10px);
}
.main_funrace dd h5 {
    font-family:
        Noto Sans,
        Noto Sans;
    font-weight: 600;
    font-size: 32px;
    color: #333333;
    line-height: 42px;
    margin-top: 22px;
}
.main_funrace dd p {
    font-family:
        Noto Sans,
        Noto Sans;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    background: #5fdd56;
    text-align: center;
    border-radius: 6px 6px 6px 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 140px;
    height: 44px;
    margin-top: 35px;
    cursor: pointer;
}
.main_fun {
    background: #f5fff5;
    box-shadow: 0px 0px 32px 0px rgba(8, 119, 0, 0.2);
    border-radius: 24px 24px 24px 24px;
    padding-bottom: 64px;
    position: relative;
    padding-top: 125px;
}

.advertisement1 {
    margin: 32px;
    background: #74a571;
    font-family:
        PingFang SC,
        PingFang SC;
    font-weight: 600;
    font-size: 24px;
    color: #ffffff;
    line-height: 28px;
    text-align: center;
}
.conterwhat {
    width: 80%;
    height: 120px;
    font-family:
        Noto Sans,
        Noto Sans;
    font-weight: 500;
    font-size: 16px;
    color: #20501c;
    line-height: 24px;
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 32px;
     overflow: auto;
padding-right: 30px;
}
.conterwhat::-webkit-scrollbar {
    width: 4px;
height: 36px;
background: #CBEEC9;
border-radius: 2px 2px 2px 2px;
}
.conterwhat::-webkit-scrollbar-thumb {
background: #387F32;
}


.paulli {
    display: flex;
    width: 80%;
    margin: 0 auto;
    gap: 16px;
}
.paulli li {
    width: calc(25% - 10px);
    height: 174px;
    border-radius: 24px 24px 24px 24px;
    overflow: hidden;
    position: relative;
    padding: 8px;
}
.huag {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 24px 24px 24px 24px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.45);
    font-family:
        Noto Sans,
        Noto Sans;
    font-weight: 600;
    font-size: 20px;
    color: #ffffff;
    line-height: 28px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    padding: 0px;
   
    display: none;
}

.paulli li img {
    width: 100%;
    height: 100%;
    border-radius: 24px 24px 24px 24px;
    overflow: hidden;
}
.paulli li:hover {
    padding: 0px;
}
.paulli li:hover .huag {
    display: block;
    padding: 5px 5px 5px 5px;
align-items: center;
    display: flex;
    text-align: center;
}

.mainkli {
    width: 70%;
    padding-top: 40px;
    padding-bottom: 40px;
    margin: 0 auto;
    text-align: center;
    font-family:
        Noto Sans,
        Noto Sans;
    font-weight: 600;
    font-size: 28px;
    color: #20501c;
    line-height: 36px;
}
.main_wanplay {
position: relative;
    width: 80%;
    height: 822px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
 
    overflow: hidden;
    border-radius: 24px 24px 24px 24px;
    cursor: pointer;
}
 #closeBtn{
left: 29%;
    top: 40%;
    position: absolute;
    width: 337px;
    font-family:
        Noto Sans,
        Noto Sans;
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
    line-height: 44px;
    padding: 24px 24px 24px 48px;
    background: #5fdd56;
    border-radius: 83px 83px 83px 83px;
    border: 2px solid #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
}
 #closeBtn img {
    width: 40px;
    height: 40px;
    margin-left: 24px;
}
.dave {
    width: 90%;
    font-family:
        PingFang SC,
        PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #ffffff;
    line-height: 47px;
    margin: 0 auto;
    text-align: center;
    background: #74a571;
    margin-top: 32px;
    border-radius: 0px 0px 0px 0px;
}
.main_kolnd {
    width: 100%;
    margin: 0 auto;
    display: flex;
    gap: 32px;
    margin-top: 64px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.main_kolnd a {
    border-radius: 12px 12px 12px 12px;
    width: calc(23% - 10px);
    overflow: hidden;
    background: #f5fff5;
}
.main_kolnd a:hover {
background: #FCFFFC;
box-shadow: 0px 4px 12px 0px rgba(32,80,28,0.25);
border-radius: 12px;
border: 2px solid #58D94C;
}
.main_ritrg dl:hover {
box-shadow: 0px 4px 12px 0px rgba(32,80,28,0.25);
border-radius: 12px;
border: 1px solid #58D94C;
}
.main_kolnd dl dt {
    padding: 12px;
    height: calc(80% - 10px);

    height: 190px;
}
.main_kolnd dl dt img {
    width: 100%;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    height: 100%;
}
.main_kolnd dl dd {
    padding: 0 12px 12px 12px;
    height: calc(20% - 10px);
    font-family:
        Noto Sans,
        Noto Sans;
    font-weight: 600;
    font-size: 16px;
    color: #20501c;
    line-height: 22px;
}

/* 右边 */
.guangadvertisement {
    background: #74a571;
    font-family:
        PingFang SC,
        PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
    line-height: 38px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main_ritrg dl {
    border-radius: 24px 24px 24px 24px;
    margin-top: 32px;
    overflow: hidden;
}

.main_ritrg {
    width: 80%;
}
.main_ritrg dt {
    width: 100%;
    height: 212px;
}
.main_ritrg dt img {
    width: 100%;
    height: 100%;
}
.main_ritrg dd {
    background: #f0f2f0;
    padding: 12px;
}
.main_ritrg dd h5 {
    font-family:
        Noto Sans,
        Noto Sans;
    font-weight: 600;
    font-size: 16px;
    color: #000000;
    line-height: 22px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main_ritrg dd p {
    font-family:
        Noto Sans,
        Noto Sans;
    font-weight: 500;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    display: flex;
    margin-top: 8px;
    align-items: center;
    padding-bottom: 24px;
}
.main_ritrg dd p img {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.adtisement {
    background: #74a571;
    font-family:
        PingFang SC,
        PingFang SC;
    font-weight: 600;
    font-size: 32px;
    color: #ffffff;
    line-height: 38px;
    height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 80px;
}
.mianwa {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-top: 18px;
    position: relative;
    margin-bottom: 400px;
}
.mianwa ul {
    width: 1300px;
    display: flex;
    gap: 16px;
    margin-bottom: 144px;
    flex-wrap: wrap;
    justify-content: space-between;
}
.mianwa ul li {
    width: calc(16% - 10px);
    position: relative;
    height: 156px;
    padding: 8px;
    border-radius: 12px 12px 12px 12px;
    overflow: hidden;
    -webkit-border-radius: 12px 12px 12px 12px;
    -moz-border-radius: 12px 12px 12px 12px;
    -ms-border-radius: 12px 12px 12px 12px;
    -o-border-radius: 12px 12px 12px 12px;
}
.mainxian_shgi {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.45);
    overflow: hidden;
    border-radius: 12px 12px 12px 12px;
    font-family:
        Noto Sans,
        Noto Sans;
    font-weight: 600;
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
   
    display: none;
}
.mianwa ul li img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 12px 12px 12px 12px;
}
.mianwa ul li:hover {
    padding: 0;
}
.mianwa ul li:hover .mainxian_shgi {
    display: block;
    padding-top: 31px;
 display: flex;
    align-items: center;
    justify-content: center;
}

.welcomes {
    position: absolute;
    width: 100%;
    display: flex;
    margin: 0 auto;
    left: 0;
    /* bottom: -100px; */
    top: 100%;
    /* background-color: #5FDD56; */
    justify-content: center;
}
.main_kolnd dl dd span img {
    display: none;
}
.dinyinwwchang {
    display: none;
}












@media (max-width: 1290px) {
    .main_funrace dd h5 {
        font-size: 24px;

        line-height: 31px;
        margin-top: 0px;
    }
    .main_wanplay {
        height: 600px;
    }

    .main_funrace dt {
        width: calc(24% - 10px);
    }
    .main_funrace {
        top: -5%;
        height: 140px;
    }
    .main_funrace dd p {
        margin-top: 20px;
    }
    .mianwa ul {
        width: 90%;
        margin: 0 auto;
        gap: 10px;
    }
    .mianwa ul li {
        width: calc(20% - 10px);
    }
    .mianwa {
        width: 100%;
    }
    .welcomes h5 {
        min-width: 90%;
        margin-top: 60px;
    }

    .paulli li {
        height: 140px;
    }
    .huag {
        overflow: hidden;
        text-overflow: ellipsis;
        /* display: -webkit-box; */
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }

    .paulli li:hover .huag {
        display: block;
        padding: 10px 5px 5px 5px;
    }
    .advedave {
        display: none;
    }
}

    .dlppsslay {
        position: relative;
        width: 100%;
        height: 100%;
    }
 .iconfont {
        width: 50px;
        height: 50px;
        position: absolute;
        right: 10%;
        display: block;
        bottom: 20%;
           color: #fff;
           cursor: pointer;
    }
.iconfont img{
    width: 100%;
    height: 100%;
}

.overlay {
       
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 1);
        position: absolute;
        justify-content: center;
        align-items: center;
        border-radius: 16px;
    }
        .overlay-content {
              color: #fff;
              cursor: pointer;
        padding: 20px;
        border-radius: 8px;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
   .hidden {
        display: none;
    }   
.fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 999;
    }








@media (max-width: 1130px) {
    .mainrite {
        display: none;
    }
    .main_lert {
        width: calc(95% - 10px);
        position: relative;

        margin: 0 auto;
        margin-top: 90px;
    }
    .main_kolnd {
        gap: 20px;
    }
    .main_kolnd dl dt {
        height: 150px;
    }
    .welcomes h5 {
        padding: 50px;
    }
    .mianwa ul li {
        height: 120px;
    }
}
@media (max-width: 768px) {
    .main_funrace dt {
        width: calc(24% - 10px);
    }
   
    .main_funrace dd h5 {
        font-size: 20px;

        line-height: 28px;
    }
    .main_funrace {
        width: 100%;
        left: 4%;
          top: -3.5%;
        height: 120px;
    }
    .main_funrace dd {
        width: calc(74% - 10px);
    }
    .main_funrace dt {
        margin-left: 5%;
        width: calc(18.3% - 10px);
    }
    .main_funrace dd p {
        margin-top: 25px;
    }
    .main_fun {
        padding-top: 32px;
    }
    .main_fan {
        display: flex;
        flex-direction: row-reverse;
    }
    .advertisement1 {
        margin: 0 20px;
        width: 40%;
    }
    .conterwhat {
        width: 90%;
        height: 132px;
        margin-top: 68px;
        font-size: 16px;
        line-height: 22px;
        margin-left: 20px;
    }
    .paulli {
        margin-top: 32px;
        width: 95%;
    }
    .mainkli {
        width: 100%;
        text-align: center;
        font-size: 20px;
        line-height: 28px;
        padding-top: 64px;
        padding-bottom: 32px;
    }
    .main_wanplay {
        width: 90%;
    }
    #closeBtn {
        width: 207px;
        font-size: 20px;
        line-height: 22px;
        padding: 16px 16px 16px 32px;
        background: #5fdd56;
        border-radius: 54px 54px 54px 54px;
        border: 2px solid #ffffff;
    }

    #closeBtn img {
        width: 20px;
        height: 20px;
        margin-left: 12px;
    }

    .dave {
        width: 50%;
        font-size: 15px;
        line-height: 18px;
        height: 250px;
    }
    .main_kolnd {
        margin-top: 32px;
    }
    .main_kolnd dl dt {
        height: 120px;
        padding: 8px;
    }
    .main_kolnd dl dd {
        padding: 0 8px 8px 8px;
    }
    .main_kolnd dl dd p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .main_kolnd dl dd span img {
        width: 16px;
        height: 16px;
        margin-top: 8px;
       display: inline-block;
    }
    .dinyinwwchang {
        display: block;
        display: flex;
    }
    .main_kolnd a {
        display: block;
    }
    .guanggcvhun {
        width: 49%;
        display: flex;
        justify-content: center;
    }
    .guanggcvhun p {
        width: 90%;
        margin: auto;
        background: #74a571;
        font-family:
            PingFang SC,
            PingFang SC;
        font-weight: 600;
        font-size: 24px;
        color: #ffffff;
        line-height: 28px;
        text-align: center;
        height: 100px;
    }
    .main_kolnd dl dd span {
        font-family:
            Noto Sans,
            Noto Sans;
        font-weight: 500;
        font-size: 14px;
        color: #333333;
        line-height: 20px;
        display: inline-block;
        padding-right: 4px;
    }
.guangw_main a{
        background: #f0f2f0;
}
    .guangw_main dl dt {
        padding: 0px !important;
    }
    .mianwa ul {
        width: 95%;
    }
    .guangw_main dl dd {
        padding: 8px;
        background: #f0f2f0;
    }
    .welcomes h5 {
        min-width: 85%;
    }
    .welcomes h5 {
        padding: 16px;
    }
    .welcomes h5 span {
        border-left: 4px solid #bff1bb;
        border-right: 4px solid #bff1bb;
    }

    .paulli li {
        height: 120px;
        padding: 0px;
    }
    .mianwa {
        margin-bottom: 260px;
    }
    .miabnjeohshh {
        display: none;
    }
    .guangw_main dl dt img {
        border-radius: 12px 12px 0px 0px;
        -webkit-border-radius: 12px 12px 0px 0px;
        -moz-border-radius: 12px 12px 0px 0px;
        -ms-border-radius: 12px 12px 0px 0px;
        -o-border-radius: 12px 12px 0px 0px;
    }
    .advedave {
        display: block;
    }
    .mianwa ul li:hover .mainxian_shgi {
        /* padding-top: 20px; */
    }
    .mainxian_shgi p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
    .conterwhat{
        padding-right: 20px;
}

}
@media (max-width: 520px) {
    .man2 {
        margin-top: 0px;
    }
    .main_funrace dt {
        margin-left: 5%;
        width: calc(25% - 10px);
    }
    .main_funrace dd {
        width: calc(71% - 10px);
    }
    .main_funrace {
        top: -4%;
        height: 68px;
    }

    .main_funrace dd h5 {
        font-size: 14px;
        line-height: 18px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .main_funrace dd p {
        font-size: 12px;
        line-height: 14px;
        width: 84px;
        height: 24px;
        margin-top: 16px;
    }
    .main_fun {
        padding-top: 40px;
    }

    .main_fan {
        flex-direction: column;
    }
    .main_funrace {
        width: 90%;
    }
    .advertisement1 {
        width: 80%;
        margin: 0px auto;
        font-size: 15px;
        line-height: 18px;
    }
    .conterwhat {
        width: 85%;
        height: 80px;
        margin-left: 0px;
        margin: 0 auto;
        margin-top: 16px;
        font-size: 12px;
        line-height: 16px;
    }
    .paulli {
        margin-top: 16px;
        width: 85%;
        gap: 9px;
        justify-content: space-between;
    }
    .paulli li {
        height: 120px;
        padding: 0px;
        height: 65px;
        border-radius: 8px 8px 8px 8px;
    }
    .paulli li img {
        width: 100%;
        height: 100%;
        border-radius: 8px 8px 8px 8px;
        overflow: hidden;
    }
    .mainkli {
        font-size: 14px;
        line-height: 16px;
        padding-top: 12px;
        padding-bottom: 12px;
        width: 85%;
    }
.main_fun {
  
    padding-bottom: 20px;
}
    .main_wanplay {
        width: 85%;
        height: 300px;
        border-radius: 16px 16px 16px 16px;
    }

     #closeBtn {
        width: 130px;
        font-size: 12px;
        line-height: 16px;
        padding: 8px 16px;
        border-radius: 27px 27px 27px 27px;
        border: 1px solid #ffffff;
    }
     #closeBtn img {
        width: 12px;
        height: 12px;
        margin-left: 7px;
    }

    .dave {
        width: 75%;
        margin-top: 16px;
    }
    .main_kolnd a {
        border-radius: 12px 12px 12px 12px;
        width: calc(32% - 4px);
        margin-top: 2px;
    }
    .main_kolnd {
        gap: 8px;
    }
    .main_kolnd {
        margin-top: 6px;
    }
    .main_kolnd dl dt {
        padding: 4px;
        height: calc(80% - 10px);
        height: 94px;
    }
    .main_kolnd {
        gap: 8px;
    }
    .main_kolnd dl dd p {
        font-size: 12px;
        line-height: 16px;
    }
.guangw_main a{
background: #f0f2f0;
}

    .main_kolnd dl dd span img {
        width: 10px;
        height: 10px;
        margin-top: 0px;
    }

    .guanggcvhun {
        width: 85%;
        margin: auto;
        margin-top: 20px;
    }
    .main_kolnd dl dd {
        padding: 4px;
    }
    .main_kolnd dl dd span {
        font-size: 10px;
        line-height: 12px;
        padding-right: 4px;
    }
    .mianwa ul {
        gap: 8px;
    }
    .mianwa ul li {
        width: calc(25% - 10px);
    }
    .mianwa ul li {
        height: 76px;
        padding: 0px;
    }
    .welcomes h5 {
        margin-top: 30px;
    }
    .mianwa {
        margin-bottom: 160px;
    }
    .main_lert {
        margin-top: 32px;
    }
    .mianwa ul li:hover .mainxian_shgi {
        padding-top: 10px;
    }
    .conterwhat::-webkit-scrollbar {
  width: 2px;
height: 36px;
background: #CBEEC9;
border-radius: 2px 2px 2px 2px;
}
.conterwhat::-webkit-scrollbar-thumb {
background: #387F32;
}
.iconfont {
        width: 25px;
        height: 25px;
       
    }
.iconfont img{
    width: 100%;
    height: 100%;
}

.paulli li:hover .huag {
     display: none;
}
.mianwa ul li:hover .mainxian_shgi {
    display: none;
}
.main_kolnd a:hover {
background: #FCFFFC;
box-shadow: 0px 4px 12px 0px rgba(32,80,28,0.25);
border-radius: 12px;
border: 0px solid #58D94C;
}
.main_ritrg dl:hover {
box-shadow: 0px 4px 12px 0px rgba(32,80,28,0.25);
border-radius: 12px;
border: 0px solid #58D94C;
}
}


@media (max-width: 375px) {
    .main_lert {
        width: 100%;
    }
    .main_fun, .main_kolnd {
           width: calc(95% - 10px);
          margin: 0 auto;
    }
}





























