.nongyi_active_kp {
    width: 100%;
    height: 100%;
    background: url("../image/twobg2026.jpg") no-repeat;
    background-size: cover;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    display: flex; 
    align-items: center;
    justify-content: center;
}

.nongyi_active_kp img {
    position: absolute;
    z-index: 3;
    max-width: 100%;
    max-height: 100%;
    animation: imgactvie 2.5s ease-in-out;
}

@keyframes imgactvie {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

.banner {
    width: 100%;
    /*height: 1000px;*/
    height: 100%;
}

.banner img {
    width: 100%;
    height: 100%;
}

.alldiv {
    width: 100%;
    /*margin-top: -420px;*/
    margin-top: -40%;
    position: relative;
}

.alldiv .alldivbox {
    width: 1330px;
    margin: 0 auto;
}

.alldiv .alldivbox .title a {
    width: 100%;
    font-size: 42px;
    color: rgb(211, 22, 22);
    font-weight: bold;
    padding: 30px 10px;
    box-sizing: border-box;
    text-align: center;
    height: 144px;
}

.alldiv .alldivbox .lunbo {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.alldiv .alldivbox .lunbo .left {
    width: 804px;
}

.alldiv .alldivbox .lunbo .left .lunboSwiper {
    width: 100%;
    height: 493px;
    margin-left: auto;
    margin-right: auto;
}

.alldiv .alldivbox .lunbo .left .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.alldiv .alldivbox .lunbo .left .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alldiv .alldivbox .lunbo .left .swiper-slide p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 40px;
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    color: #e11a32;
    font-weight: bold;
    font-size: 20px;
    font-family: "微软雅黑";
    text-decoration: none;
    box-sizing: border-box;
    background: #fff;
    text-align: left;
    padding-right: 130px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.alldiv .alldivbox .lunbo .left .time {
    margin-top: 20px;
    width: 100%;
    height: 273px;
    position: relative;
}

.alldiv .alldivbox .lunbo .left .time .date {
    position: absolute;
    z-index: 1;
}

.alldiv .alldivbox .lunbo .left .time .timeinfo {
    position: absolute;
    top: 30px;
    right: 85px;
    width: 480px;
    height: 150px;
    padding: 10px;
    box-sizing: border-box;
}

.alldiv .alldivbox .lunbo .left .time .timeinfo p {
    margin-bottom: 15px;
    font-size: 16px;
}

.alldiv .alldivbox .lunbo .left .time .timeinfo p:nth-child(1) {
    color: #a71c16;
    font-weight: bold;
    font-size: 20px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.alldiv .alldivbox .lunbo .right {
    width: 508px;
    height: 100%;
}

.alldiv .alldivbox .lunbo .right .oneimg {
    width: 100%;
    height: 300px;
}

.alldiv .alldivbox .lunbo .right .oneimg img {
    width: 100%;
    height: 100%;
}

.alldiv .alldivbox .lunbo .right .twoimg {
    margin-top: 13px;
    height: 180px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.alldiv .alldivbox .lunbo .right .twoimg .aimg {
    width: 49%;
    height: 100%;
    position: relative;
}

.alldiv .alldivbox .lunbo .right .twoimg .aimg img {
    width: 100%;
    height: 100%;
}

.alldiv .alldivbox .lunbo .right .twoimg .aimg p {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    line-height: 25px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    font-family: "微软雅黑";
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.alldiv .alldivbox .lunbo .right .lunbolist {
    width: 100%;
    height: 274px;
    margin-top: 10px;
    background: #fffbf5;
    padding: 15px 20px;
    box-sizing: border-box;
}

.alldiv .alldivbox .lunbo .right .lunbolist .lista {
    width: 100%;
    display: flex;
    align-items: center;
    color: #000;
}

.alldiv .alldivbox .lunbo .right .lunbolist .lista img {
    width: 8px;
    height: 11px;
}

.alldiv .alldivbox .lunbo .right .lunbolist .lista p {
    width: 100%;
    margin-left: 10px;
    font-weight: bold;
    line-height: 35px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 18px;
}

.alldiv .alldivbox .lunbo .right .lunbolist .lista .more {
    color: #e11a32;
}

.alldiv .alldivbox .lunbo .right .lunbolist .lista:nth-child(1) {
    color: #e11a32;
}

.alldiv .alldivbox .lunbo .right .lunbolist .lista:hover {
    color: #e11a32;
}

.zu-bigdiv{
       margin-top: 0px !important;
}

.gomeet {
    width: 100%;
    margin-top: 25px;
}

.gomeet .gomeetbox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    /*background: #e11a32;*/
    height: 550px;
}

.gomeet .gomeetbox .leftbox {
    width: 680px;
    padding: 0 10px;
    height: 100%;
    box-sizing: border-box;
}

.gomeet .gomeetbox .leftbox .meetSwiper {
    width: 100%;
    height: 330px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.gomeet .gomeetbox .leftbox .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.gomeet .gomeetbox .leftbox .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gomeet .gomeetbox .leftbox .swiper-slide p {
    text-align: center;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    width: 100%;
    font-family: "microsoft yahei";
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: normal;
    font-size: 18px;
    padding-left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.gomeet .gomeetbox .leftbox .meetimg {
    margin-top: 10px;
    width: 100%;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.gomeet .gomeetbox .leftbox .meetimg a {
    width: 49%;
    position: relative;
    height: 100%;
}

.gomeet .gomeetbox .leftbox .meetimg a img {
    width: 100%;
    height: 100%;
}

.gomeet .gomeetbox .leftbox .meetimg a p {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    line-height: 25px;
    height: 35px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    font-family: "微软雅黑";
    text-decoration: none;
    background: rgba(0, 0, 0, 0.5);
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gomeet .gomeetbox .right {
    width: 500px;
    height: 550px;
    padding-top: 30px;
    box-sizing: border-box;
}

.chartlet_small495241 {
    width: 270px;
    height: 150px;
    border: 6px #f9c988 solid;
    border-radius: 5px;
    ;
    position: relative;
}

.chartlet_small495241 img {
    width: 270px;
    height: 150px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}

.chartlet_small495241 .layerbox495241 {
    width: 270px;
    height: 34px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.chartlet_small495241 .layerbox495241 .textbg495241 {
    width: 270px;
    height: 34px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
}

.chartlet_small495241 .layerbox495241 .text495241 {
    position: relative;
    text-align: center;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    overflow: Hidden;
    width: 270px;
    font-family: microsoft yahei;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.text495241 a {
    font-size: 16px !important;
    color: #fff
}

.chartlet_small495242 {
    width: 270px;
    height: 150px;
    border: 6px #f9c988 solid;
    border-radius: 5px;
    ;
    position: relative;
}

.chartlet_small495242 img {
    width: 270px;
    height: 150px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}

.chartlet_small495242 .layerbox495242 {
    width: 270px;
    height: 34px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.chartlet_small495242 .layerbox495242 .textbg495242 {
    width: 270px;
    height: 34px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
}

.chartlet_small495242 .layerbox495242 .text495242 {
    position: relative;
    text-align: center;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    overflow: Hidden;
    width: 270px;
    font-family: microsoft yahei;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.text495242 a {
    font-size: 14px;
    color: #fff
}

.chartlet_small495243 {
    width: 270px;
    height: 150px;
    border: 6px #f9c988 solid;
    border-radius: 5px;
    ;
    position: relative;
}

.chartlet_small495243 img {
    width: 270px;
    height: 150px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}

.chartlet_small495243 .layerbox495243 {
    width: 270px;
    height: 34px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.chartlet_small495243 .layerbox495243 .textbg495243 {
    width: 270px;
    height: 34px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
}

.chartlet_small495243 .layerbox495243 .text495243 {
    position: relative;
    text-align: center;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    overflow: Hidden;
    width: 270px;
    font-family: microsoft yahei;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.text495243 a {
    font-size: 14px;
    color: #fff
}

.chartlet_small495244 {
    width: 270px;
    height: 150px;
    border: 6px #f9c988 solid;
    border-radius: 5px;
    ;
    position: relative;
}

.chartlet_small495244 img {
    width: 270px;
    height: 150px;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    text-align: center;
}

.chartlet_small495244 .layerbox495244 {
    width: 270px;
    height: 34px;
    position: absolute;
    left: 0px;
    bottom: 0px;
}

.chartlet_small495244 .layerbox495244 .textbg495244 {
    width: 270px;
    height: 34px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: #000;
    filter: Alpha(Opacity=70);
    opacity: 0.7;
}

.chartlet_small495244 .layerbox495244 .text495244 {
    position: relative;
    text-align: center;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    overflow: Hidden;
    width: 270px;
    font-family: microsoft yahei;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.text495244 a,
.text495242 a,
.text495243 a,
.text495241 a {
    font-size: 14px;
    color: #fff !important;
}



#z_tu_495240 .zu-ku {
    float: left;
    background: white;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    margin-bottom: 0px;
}

#z_tu_495240 .zu-gu-img {
    border: 1px #c3c9cd solid;
    width: auto;
    height: auto;
    position: relative;
}

#z_tu_495240 .zu-gu-img img {
    width: 576px;
    height: 322px;
    margin: 0px;
}

#z_tu_495240 .zu-gu-txt {
    font-size: 18px;
    line-height: 51px;
    text-align: left;
    width: 100%;
}

#z_tu_495240 .zu-gu-txt a {
    color: white;
    text-align: center;
    font-size: 18px;
}

#z_tu_495240 .zu-gu-txt .zu-at {
    font-weight: normal;
    color: white;
    font-size: 20px;
    width: 100%;
    font-family: å¾®è½¯é›…é»‘;
    padding-left: 0px;
    background: rgba(0, 0, 0, 0.6);
    width: 576px;
    display: block;
    ;
}

#z_tu_495240 .zu-ku .vicon {
    position: absolute;
    left: 10px;
    top: 195px;
    width: 71px;
    height: 70px;
    z-index: 99;
    ;
    background: url(../image/playB.png) no-repeat center;
}

#z_tu_495240 .zu-ku {
    position: relative;
}

#z_tu_495240 .zu-gu-txt {
    position: absolute;
    bottom: 0;
}

.newci {
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.newci .leftone {
    width: 870px;
    height: 100%;
}

.newci .leftone .newciSwiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.newci .leftone .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.newci .leftone .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newci .leftone .swiper-slide p {
    text-align: center;
    line-height: 34px;
    height: 34px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    width: 100%;
    font-family: "microsoft yahei";
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: normal;
    font-size: 18px;
    padding-left: 0;
    background: rgba(0, 0, 0, 0.6);
}

.newci .right {
    width: 300px;
    height: 450px;
}

.newci .right img {
    width: 100%;
    height: 100%;
}

.listen {
    width: 1200px;
    height: 464px;
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.listen .left {
    width: 440px;
    height: 100%;
}

.listen .left .info {
    width: 100%;
    padding: 10px 5px;
    box-sizing: border-box;
    color: #ffd6aa;
    font-size: 16px;
    text-indent: 2em;
    line-height: 26px;
    max-height: 240px;
}

.listen .left .infoimg {
    width: 100%;
    height: 300px;
    margin: 10px 0;
}

.listen .right {
    width: 740px;
    height: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.listen .right .lista {
    width: 100%;
    padding: 10px;
    display: flex;
    align-items: start;
    box-sizing: border-box;
    height: 100px;
    border-bottom: 1px solid #ccc;
}

.listen .right .lista img {
    width: 200px;
    height: 80px;
}

.listen .right .lista p {
    width: 520px;
    margin-left: 20px;
    color: #666;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}

.listen .right .more {
    width: 100%;
    text-align: right;
    color: #999;
    font-size: 14px;
    margin-top: 10px;
}

.boxtitle {
    color: #D43030;
    font-size: 32px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin-top: 30px;
}

.boxtitle img {
    width: 798px;
    height: 98px;
}

.lunboSwiper .swiper-button-next,
.lunboSwiper .swiper-button-prev {
    top: unset !important;
    bottom: 0 !important;
    z-index: 99999 !important;
    position: absolute !important;
}

.lunboSwiper .swiper-button-next {
    right: 5px;
}

.lunboSwiper .swiper-button-prev {
    left: 5px;
}

.lunboSwiper .swiper-button-next::after {
    /* content: ""; */
    background: url("../image/focus_r.jpg") no-repeat;
    color: transparent !important;
    width: 13px;
    height: 23px;
}

.lunboSwiper .swiper-button-next,
.lunboSwiper .swiper-container-rtl .swiper-button-prev,
.lunboSwiper .swiper-button-prev,
.lunboSwiper .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}

.lunboSwiper .swiper-button-prev::after {
    background: url("../image/focus_l.jpg") no-repeat;
    color: transparent !important;
    width: 13px;
    height: 23px;
}

.lunboSwiper .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #eca02c !important;
    opacity: 0.8 !important;
}

.lunboSwiper .swiper-pagination-bullet-active {
    background: #e5363d !important;
    width: 25px !important;
    height: 10px !important;
    border-radius: 10px !important;
}

.lunboSwiper .swiper-horizontal > .swiper-pagination-bullets,
.lunboSwiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.lunboSwiper .swiper-pagination-custom,
.lunboSwiper .swiper-pagination-fraction {
    bottom: 15px;
    text-align: right;
    padding-right: 40px;
    box-sizing: border-box;
}

.meetSwiper .swiper-button-next,
.newciSwiper .swiper-button-next {
    right: 5px;
}

.meetSwiper .swiper-button-prev,
.newciSwiper .swiper-button-prev {
    left: 5px;
}

.meetSwiper .swiper-button-next::after,
.newciSwiper .swiper-button-next::after {
    background: url("../image/next.png") no-repeat;
    color: transparent !important;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.meetSwiper .swiper-button-next,
.meetSwiper .swiper-container-rtl .swiper-button-prev,
.meetSwiper .swiper-button-prev,
.meetSwiper .swiper-container-rtl .swiper-button-next,
.newciSwiper .swiper-button-next,
.newciSwiper .swiper-container-rtl .swiper-button-prev,
.newciSwiper .swiper-button-prev,
.newciSwiper .swiper-container-rtl .swiper-button-next {
    background-image: none !important;
}

.meetSwiper .swiper-button-prev::after,
.newciSwiper .swiper-button-prev::after {
    background: url("../image/left.png") no-repeat;
    color: transparent !important;
    width: 30px;
    height: 30px;
    background-size: contain;
}

.zu_img_484662 {
    text-align: center;
    margin: 0 auto;
}

.zu_img_484662 img {
    width: 527px;
    height: 31px;
    margin: 20px;
    margin-bottom: 10px;
    auto;
    display: block
}

#z_tu_495618 .zu-ku {
    float: left;
    background: white;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    margin-bottom: 0px;
}

#z_tu_495618 .zu-gu-img {
    border: 0px #c3c9cd solid;
    width: auto;
    height: auto;
    position: relative;
}

#z_tu_495618 .zu-gu-img img {
    width: 353px;
    height: 275px;
    margin: 0px;
}

#z_tu_495618 .zu-gu-txt {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    width: ;
}

#z_tu_495618 .zu-gu-txt a {
    color: #444444;
    text-align: center;
    font-size: 12px;
}

#z_tu_495618 .zu-gu-txt .zu-at {
    font-weight: normal;
    color: #444444;
    font-size: 12px;
    width: ;
    font-family: å®‹ä½“;
}

#z_tu_495618 .zu-ku .vicon {
    position: absolute;
    left: 5px;
    top: 226px;
    width: 42px;
    height: 42px;
    background-size: contain !important;
    background: url(../image/playB.png) no-repeat center;
}

#z_tu_495620 .zu-ku {
    float: left;
    background: transparent;
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    margin-bottom: 10px;
}

#z_tu_495620 .zu-gu-img {
    border: 0px #c3c9cd solid;
    width: auto;
    height: auto;
}

#z_tu_495620 .zu-gu-img img {
    width: 248px;
    height: 138px;
    margin: 0px;
}

#z_tu_495620 .zu-gu-txt {
    font-size: 16px;
    width: 248px;
    color: #333;
    ;
    line-height: 24px;
    text-align: left;
    width: ;
}

#z_tu_495620 .zu-gu-txt a {
    color: #444444;
    text-align: center;
    font-size: 16px;
    width: 248px;
    color: #333;
    ;
}

#z_tu_495620 .zu-gu-txt .zu-at {
    font-weight: normal;
    color: #444444;
    font-size: 16px;
    width: 248px;
    color: #333;
    ;
    width: ;
    font-family: å¾®è½¯é›…é»‘;
}