.body_home {
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.body_b {
    position: fixed;
    left: 0;
    top: 100%;
    bottom: 0;
    right: 0;
    background: #fff;
    overflow: hidden;
    transition: top .7s cubic-bezier(.5, 0, .2, 1) 0s;
    z-index: 1;
    overflow: auto;
    outline: 0
}

.body_b * {
    outline: 0
}

.body_b.showdiv {
    top: 0
}

.body_b .scroll {
    position: relative;
    z-index: 1;
    padding-top: 75px;
    overflow: hidden;
}


.body_b.showdiv::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.body_b.showdiv::-webkit-scrollbar-thumb {
    background-color: rgba(5, 128, 5, .3);

    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.4) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0.4) 75%, transparent 75%, transparent);
    border-radius: 32px;
}


.body_b.showdiv::-webkit-scrollbar-track {
    background-color: rgba(5, 128, 5, .4);
    border-radius: 32px;
}

.wrapbanner {
    position: relative;
}

.wrapbanner .box {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
}

.bannerbox {
    display: flex;
}

.wrapbanner .box li {
    width: 13%;
    display: inline-block;
}

.banner-pic {
    height: 100vh;
    overflow: hidden;
    display: block;
}

.banner-pic2 {
    padding-bottom: 50%;
    cursor: pointer;
}

.wrapbanner .slider-for a {
    display: block;
    position: relative;
}

.wrapbanner .mySwiper2 .swiper-slide-active .banner-pic {
    animation: scaleBig 7s linear 0s 1 both;
    transform-style: preserve-3d
}

.wrapbanner .swiper-button-prev, .wrapbanner .swiper-button-next {
    transform: translateY(-50%);
    margin: 0;
}

.mySwiper2 .swiper-wrapper {
    position: relative;
}

.mySwiper2 .swiper-pagination-bullet {
    margin: 0 16px !important;
    width: 10px !important;
    height: 10px !important;
}

.wrapbanner .swiper-pagination-bullet {
    opacity: 1 !important;
    background: #fff !important;
}

.wrapbanner .swiper-pagination-bullet-active {
    background: #058005 !important;
}

.mySwiper2 .dots, .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 18.6%;
    position: absolute;
    left: 0;
    z-index: 4;
    text-align: center;
    font-size: 0;
}

.banner-txt {
    position: absolute;
    /* text-shadow: 0.574px 0.819px 7.76px rgba(61, 155, 145, 0.72); */
    left: 0;
    bottom: 24%;
    width: 100%;display: none;
}

.banner-txt .gp-container {
    box-sizing: border-box;
}

.wrapbanner .swiper-button-prev {
    background: url(../images/prev.png) no-repeat center;
    background-size: contain;
    left: calc(13.54% - 125px);
    margin: 0;
    border: none;
    transform: scale(.6);
}

.wrapbanner .swiper-button-next {
    background: url(../images/next.png) no-repeat center;
    background-size: contain;
    border: none;
    left: auto;
    right: calc(13.54% - 125px);
    transform: scale(.6);
}

.bannerinfo {
    box-sizing: border-box;
    display: none;
    padding: 0;
    transition: all .3s ease-in-out;
    height: 100%;
    cursor: pointer;
}

.wrapbanner .mySwiper {
    font-size: 0;
    display: flex;
}

.wrapbanner .mySwiper li.on {
    width: 48% !important;
}

.wrapbanner .mySwiper li.on .banner-pic2 {
    display: none;
}

.wrapbanner .mySwiper li.on .bannerinfo {
    display: flex;
    background: rgba(5, 128, 5, .7);
    padding: 0 3%;
    align-items: center;
    box-sizing: border-box;
}

@-webkit-keyframes scaleBig {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}

@keyframes scaleBig {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(1.1)
    }
}
.bannerinfo-txt{text-shadow:0 0 1px rgba(5,128,5,0.5);}
/* mode1 */
.wrap_mode01 {
    padding: 50px 0 100px;
    box-sizing: border-box;
    position: relative;
    background: #efefef;
}

.wrap_mode01::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: calc(634% / 19.2);
    background: url(../images/mode1bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 0;
}

.title {
    padding-bottom: 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    overflow: visible;
}

.tit {
    color: #000;
    text-transform: uppercase;
    position: relative;
    display: inline-block;
    line-height: 1.1;
}

.tit::before {
    content: '';
    display: block;
    width: 1019%;
    height: 2px;
    background: #058005;
    position: absolute;
    right: 0;
    bottom: -25px;
}

.more {
    width: 156px;
    height: 32px;
    background: #3d9b91;
    border-radius: 32px;
    line-height: 32px;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
    margin-left: 15px;
    position: relative;
}

.more:hover {
    color: #fff;
}

.moreicon {
    margin-left: 0;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: url(../images/more.png) no-repeat;
    background-size: cover;
    transition: all .3s ease-in-out;
    position: absolute;
    right: 15px;
    top: 7px;
}

.more:hover .moreicon {
    transform: rotate(360deg);
}

.mode1top {
    margin-bottom: 55px;
}

.mode1top>.item {
    width: 490px;
}

.mode1top>.item:nth-child(1) {
    padding: 20px 75px 0 50px;
    box-sizing: border-box;
    width: calc(100% - 490px);
}

.mode1top>.item:nth-child(1)>.top {
    padding: 0 0 35px 0;
    box-sizing: border-box;
    margin-bottom: 35px;
    position: relative;
}

.mode1top>.item:nth-child(1)>.top .more {
    position: absolute;
    right: 0;
    bottom: -15px;
}

.mode1top>.item:nth-child(1)>.top::before, .mode1bot .item-left .top::before, .mode02 .top::before {
    content: '';
    display: block;
    width: 76px;
    height: 1px;
    background: #058005;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mode1tit {
    color: #373837;
    -webkit-line-clamp: 3;
}

.mode1info {
    color: #808080;
    -webkit-line-clamp: 3;
    /* margin-bottom: 35px; */
    position: relative;
}

.mode1more {
    position: absolute;
    right: 0;
    bottom: 0;
    color: #808080;
    display: inline-block;
    width: 51%;
    text-align: right;
    /* padding: 0 15px; */
    box-sizing: border-box;
    z-index: 10;
    /* border: 1px solid #999; */
    border-radius: 32px;
    background: #efefef;
    margin-left: 10px;
}

.mode1info span, .mode2ul .item .item-info span {
    background-image: -moz-linear-gradient(0deg, #058005 0%, #058005 100%);
    background-image: -webkit-linear-gradient(0deg, #058005 0%, #058005 100%);
    background-image: -ms-linear-gradient(0deg, #058005 0%, #058005 100%);
    background-position: 0 100%;
    background-size: 0 1px;
    background-repeat: no-repeat;
    transition: background-size .5s;
}

.mode1info:hover>span, .mode2ul li:hover>.item .item-info span {
    color: #058005;
    background-size: 100% 1px;
}

.mode2ul .item .item-info span {
    background-image: -moz-linear-gradient(0deg, #c98966 0%, #c98966 100%);
    background-image: -webkit-linear-gradient(0deg, #c98966 0%, #c98966 100%);
    background-image: -ms-linear-gradient(0deg, #c98966 0%, #c98966 100%);
}

.mode2ul li:hover>.item .item-info span {
    color: #c98966;
    background-size: 100% 1px;
}

.mode2ul2 .itemtop {
    margin-bottom: 20px;
    position: relative;
}

.mode2ul2 .itemtop video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.mode1top>.item:nth-child(1) .learnmore {
    display: none;
}

.learnmore {
    display: block;
    width: 235px;
    height: 60px;
    line-height: 60px;
    margin-left: -50px;
    background: #058005;
    padding-left: 58px;
    box-sizing: border-box;
    position: relative;
}

.learnmore::before {
    content: '';
    display: block;
    width: 31px;
    height: 14px;
    background: url(../images/jt.png) no-repeat;
    position: absolute;
    right: 43px;
    top: calc(50% - 7px);
    transition: all .3s ease-in-out;
}

.learnmore:hover {
    color: #fff;
}

.learnmore:hover {
    -webkit-animation: horizontal 2s ease infinite;
    animation: horizontal 2s ease infinite
}

@-webkit-keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    100%, 36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

@keyframes horizontal {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    6% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    12% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    18% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    24% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    30% {
        -webkit-transform: translate(5px, 0);
        transform: translate(5px, 0)
    }

    100%, 36% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
}

.mode1top-pic {
    display: block;
    position: relative;
}

.mode1top-img {
    padding-bottom: 56.2%;
}

.date {
    width: 50px;
    height: 60px;
    background: #3d9b91;
    position: absolute;
    left: 0;
    top: -20px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: center;
}

.mode1bot {
    background: #fff;
    padding: 30px 30px 55px 25px;
    box-sizing: border-box;
    box-shadow: -1.871px 8.803px 27px 3px rgba(232, 232, 232, 0.004);
}

.mode1bot .slick-list {
    padding-top: 20px;
    box-sizing: border-box;
}

.mode1bot .item {
    padding: 0 25px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.mode1bot .item-left {
    width: calc(100% - 300px);
}

.mode1bot .item-left .top {
    padding-bottom: 19px;
    margin-bottom: 19px;
    box-sizing: border-box;
    position: relative;
}

.mode1bot .item-right {
    width: 270px;
    position: relative;
}

.mode1bot .item .mode1tit {
    color: #373837;
    -webkit-line-clamp: 2;
}

.mode1bot .item .mode1info {
    color: #808080;
    -webkit-line-clamp: 2;
    margin-bottom: 0px;
}

.slick-arrow {
    width: 47px;
    height: 47px;
    border: none;
    text-indent: -888rem;
}

.mode1bot .slick-arrow {
    border-radius: 50%;
}

.slick-arrow::after {
    display: none;
}

.mode1bot .slick-prev {
    background: url(../images/prev2.png) no-repeat center;
    background-size: cover;
    left: -23.5px;
}

.mode1bot .slick-next {
    background: url(../images/next2.png) no-repeat center;
    background-size: cover;
    right: -23.5px;
}

/* mode1end */
.wrap_mode02 {
    padding-bottom: 50px;
    box-sizing: border-box;
}

.mode2top {
    margin: 30px 0 0;
}

.mode2top .mode2topul li .item {
    width: 50%;
    overflow: hidden;
}

.mode2topul .slick-dots {
    bottom: -35px;
    font-size: 0;
}

.mode2topul .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 23px;
}

.mode2topul .slick-dots li button {
    background: rgba(5, 128, 5, 1);
    opacity: .3
}

.mode2topul .slick-dots li.slick-active button {
    opacity: 1
}

.mode02 {
    position: relative;
}

.mode02::before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    background: #efefef url(../images/2bg.png) no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
}

.mode2pic {
    padding-bottom: 56.5%;
}

.mode2top li .item:nth-child(2) {
    padding-top: 30px;
    padding-left: 60px;
    box-sizing: border-box;
}

.date2 {
    padding-left: 30px;
    box-sizing: border-box;
    color: #0a830a;
    margin-bottom: 15px;
    position: relative;
}

.date2::before {
    content: '';
    width: 19px;
    height: 19px;
    background: url(../images/click.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: calc(50% - 9.5px);
}

.mode02 .top {
    padding-bottom: 25px;
    margin-bottom: 25px;
    box-sizing: border-box;
    position: relative;
}

.mode02 .mode1tit {
    -webkit-line-clamp: 2;
}

.mode02 .mode1info {
    margin-bottom: 30px;
    -webkit-line-clamp: 2;
}

.mode02 .learnmore {
    margin: 0;
    border: 1px solid #058005;
    background: none;
    color: #058005;
}

.mode02 .learnmore::before {
    background: url(../images/jt2.png) no-repeat;
}

.mode2botbox {
    overflow: hidden;
}

.mode2ul {
    margin: 0 -16px;
    margin-top: 30px;
}

.mode2ul li {
    display: inline-block;
    width: 33.33%;
}

.mode2ul .item {
    margin: 0 16px;
    padding: 40px 40px 30px 40px;
    box-sizing: border-box;
    background: url(../images/2bot.png) no-repeat;
    background-size: cover;
    transition: all .3s ease-in-out;
    position: relative;
}

.mode2ul li:nth-child(1) .item {
    background: url(../images/a1.png) no-repeat;
    background-size: cover;
}

.mode2ul li:nth-child(2) .item {
    background: url(../images/a2.png) no-repeat;
    background-size: cover;
}

.mode2ul li:nth-child(3) .item {
    background: url(../images/a3.png) no-repeat;
    background-size: cover;
}

.mode2ul .item::before {
    content: '';
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    background: #0a820a;
    left: 0;
    top: 0;
    transition: all .3s ease-in-out;
}

.mode2ul li:hover .date2, .mode2ul li:hover .item-title {
    color: #c98966;
}

.mode2ul li:hover .date2::before {
    background: url(../images/clock.png) no-repeat;
}

.mode2ul li:hover .item {
    transform: translateX(5px);
}

.mode2ul li:hover .item::before {
    background: #c98966;
}

.mode2bot {
    margin-top: 60px;
}

.mode2ul .item .item-title {
    color: #373837;
    margin-bottom: 15px;
}

.mode2ul .item .item-info {
    color: #808080;
}

.item-top {
    overflow: hidden;
}

.mode2ul .video_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 3;
}

/* .mode2ul  .video_btn{display: none;} */
.mode2ul .video_btn::before {
    content: '';
    display: block;
    border-left: 15px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    margin: 0 0 0 3px;
}

/* mode3 */
.wrap_mode03 {
    padding: 50px 0 70px;
    box-sizing: border-box;
    background: url(../images/3bg.png) no-repeat;
    background-size: cover;
}

.wrap_mode03 .title {
    margin-bottom: 50px;
}

.wrap_mode03 .tit {
    color: #fff;
}

.wrap_mode03 .tit::before {
    background: #fff;
}

.mode3l {
    width: 451px;
    padding: 90px 0 0px;
    box-sizing: border-box;
}

.mode3l2 {
    padding-bottom: 160px;
    box-sizing: border-box;
    position: relative;
}

.mode3l2::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 150px;
}

.mode3l .more {
    background: #c98966;
    float: right;
}

.mode3l .more .moreicon {
    background: url(../images/more2.png) no-repeat;
    background-size: cover;
}

.mode3r {
    width: 790px;
    padding: 30px 100px 0 82px;
    box-sizing: border-box;
    position: relative;
}

.mode3r.on::before {
    display: none !important;
    content: '';
    display: block;
    width: 1px;
    height: 296px;
    background: #fff;
    position: absolute;
    left: -40px;
    bottom: 89px;
    transform: rotate(54deg);
}

.mode3l-top {
    overflow: hidden;
    margin-bottom: 20px;
}

.mode3lul a {
    padding: 10px 33px;
    box-sizing: border-box;
    background: rgba(255, 255, 255, .7);
    border-left: 0px solid #c98966;
    transition: all .3s ease-in-out;
    text-align: left;
}

.mode3lul li.on a {
    padding: 34px 24px 24px;
    background: rgba(255, 255, 255, .9);
    border-left: 7px solid #c98966;
}

.mode3l-pic {
    width: 0px;
    transition: all .3s ease-in-out;
}

.mode3lul li.on .mode3l-pic {
    width: 152px;
    overflow: hidden;
}

.mode3l-img {
    padding-bottom: 56.6%;
}

.mode3l-info {
    width: 100%;
    padding-left: 0px;
    box-sizing: border-box;
    height: 30px;
    -webkit-line-clamp: 1;
    transition: all .3s ease-in-out;
}

.mode3lul li.on .mode3l-info {
    padding-left: 40px;
    height: 90px;
    width: calc(100% - 172px);
    padding-left: 0px;
    -webkit-line-clamp: 3;
}
.mode3lul li.noImg .mode3l-info{width: 100%;}
.mode3lul li.noImg .mode3l-pic{display: none;}
.mode3lul li {
    margin-bottom: 10px;
}

.mode3l>li {
    /* display: none; */
}

.mode3l .slick-arrow {
    width: 31px;
    height: 57px;
    top: auto;
    margin: 0;
    transform: translate(0);
    bottom: 0;
}

.mode3l .slick-prev {
    background: url(../images/prev3.png) no-repeat center;
    background-size: contain;
}

.mode3l .slick-prev:hover {
    background: url(../images/prev3a.png) no-repeat;
    background-size: contain;
}

.mode3l .slick-next {
    background: url(../images/next3.png) no-repeat center;
    background-size: contain;
}

.mode3l .slick-next:hover {
    background: url(../images/next3r.png) no-repeat;
    background-size: contain;
}

.mode3l .slick-dots {
    bottom: 20px;
    font-size: 0;
}

.mode3l .slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0 23px;
}

.mode3l .slick-dots li button {
    background: rgba(255, 255, 255, .5);
}

.mode3l .slick-dots li.slick-active button {
    background: rgba(255, 255, 255, 1);
}

.mode3r .line {
    height: 0;
    padding-bottom: 81.41%;
    border: 1px dashed #9dc73c;
    background: none;
    border-radius: 50%;
    position: relative;
}

.mode3r .line::before {
    content: '';
    display: block;
    width: calc(100% - 200px);
    height: calc(100% - 163px);
    background: url(../images/center.png) no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mode3r .line .item-pic {
    width: 81px;
    height: 74px;
    overflow: hidden;
    margin: 0 auto;
}

.mode3r .line .item-title {
    margin: 10px 0 20px;
}
.box1 .item-title{transform: translateX(-40px);}
.mode3r .line .item {
    display: inline-block;
    position: absolute;
    text-align: center;
    cursor: pointer;
}

.cricle {
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left: calc(50% - 7px);
    bottom: 0;
    transition: all .3s ease-in-out;
}
.box1 .cricle{left: calc(50% - 34px);}
.mode3r .line .item:hover .cricle {
    width: 10px;
    height: 10px;
}

.mode3r .line .item:hover .cricle::before {
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
}

.cricle::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    position: absolute;
    left: calc(50% - 11px);
    top: calc(50% - 11px);
    /* border: 1px solid #fff; */
}

.mode3r .line .item.box2 .cricle {
    left: auto;
    right: -40px;
    bottom: 19px;
}

.mode3r .line .item.box3 .cricle {
    left: auto;
    right: 27px;
    bottom: auto;
    top: -32px;
}

.mode3r .line .item.box4 .cricle {
    left: 1px;
    bottom: auto;
    top: -33px;
}

.mode3r .line .item.box5 .cricle {
    left: -50px;
    bottom: auto;
    top: 26px;
}

.box1 {
    top: 100px;
    left: -73px;
}

.box2 {
    bottom: -20px;
    left: 0;
}

.box3 {
    bottom: -26px;
    right: 0;
}

.box4 {
    top: 150px;
    right: -58px;
}

.box5 {
    left: calc(50% + 55px);
    top: -33px;
}

.mode3tabbox {
    display: none;
}

.mode3tabbox.on {
    display: block;
    /* -webkit-animation-name: fadeInUpSmall; */
    /* animation-name: fadeInUpSmall; */
    /* animation-duration: 0.4s; */
    /* -webkit-animation-duration: 0.4s; */
    /* animation-timing-function: ease-in-out; */
    /* -webkit-animation-timing-function: ease-in-out; */
    visibility: visible !important;
}

@-webkit-keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: scale(.99);
    }

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

@keyframes fadeInUpSmall {
    0% {
        opacity: 0;
        transform: scale(.99);
    }

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

.wrap_mode04 {
    padding: 50px 0 150px;
    box-sizing: border-box;
    background: url(../images/4bg.png) no-repeat bottom;
    background-size: cover;
    overflow: hidden;
}

.wrap_mode04 .tit::before {
    display: none;
}

.wrap_mode04 .title {
    margin-bottom: 30px;
}

.mode4l {
    width: 496px;
}

.mode44box {
    text-align: center;
}

.mode44box li {
    width: 50%;
}

.mode44box li .item {
    padding: 130px 0 125px;
    box-sizing: border-box;
    display: block;
}

.mode44box li .item>h2 {
    min-height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mode44box li:nth-child(1) .item {
    background: url(../images/41bg.png) no-repeat;
    background-size: cover;
}

.mode44box li:nth-child(2) .item {
    background: url(../images/42bg.png) no-repeat;
    background-size: cover;
}

.mode44box .item-pic {
    width: 150px;
    height: 111px;
    margin: 0 auto;
    margin-bottom: 45px;
    position: relative;
}

.mode44box .item-pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mode4r {
    width: calc(100% - 570px);
    position: relative;
    display: block;
}

.play {
    width: 78px;
    height: 78px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mode4rpic {
    padding-bottom: 56.7%;
    /* position: absolute; */
    /* left: 0; */
    /* top: 0; */
}

.mode4top {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

.mode4bot {
    justify-content: space-evenly;
}

.mode4bot li {
    margin-bottom: 10px;
}

.mode4bot .item {
    display: flex;
    max-width: 348px;
    width: 348px;
    height: 110px;
    border: 1px solid #fff;
    border-left: none;
    position: relative;
    align-items: center;
    justify-content: center;
}

.mode4bot .item::before {
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0;
}

.mode4bot .item::after {
    content: '';
    display: block;
    width: 1px;
    height: 11px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
}

.mode4bot li:nth-child(1) .item {
    background: url(../images/4n.png) no-repeat;
    background-size: cover;
}

.mode4bot li:nth-child(2) .item {
    background: url(../images/4n2.png) no-repeat;
    background-size: cover;
}

.mode4bot .item i {
    display: block;
    width: 88px;
    height: 88px;
    position: absolute;
    left: -44px;
    top: calc(50% - 44px);
    z-index: 37;
}
.mode4bot .item h2{padding-left: 20px;text-align: center;}
.mode2botbox .swiper-pagination, .mode2botbox .swiper-pagination {
    bottom: -28px !important;
}

.mode2botbox .swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    margin: 0 23px !important;
    background: rgba(5, 128, 5, .9);
}

.mode2botbox .swiper-pagination-bullet-active {
    background: rgba(5, 128, 5, 1);
}

@media screen and (max-width: 1640px) {
    .wrapbanner .swiper-button-prev {
        left: calc(8.54% - 125px);
    }

    .wrapbanner .swiper-button-next {
        right: calc(8.54% - 125px);
    }

    .mode3r.on::before {
        height: 281px;
        left: -31px;
        bottom: 95px;
        transform: rotate(52deg);
    }

    .mode44box li .item {
        padding: 120px 0 125px
    }
}

@media screen and (max-width: 1520px) {}

@media screen and (max-width: 1460px) {
    .wrapbanner .slick-arrow {
        width: 80px;
        height: 80px;
    }

    .wrapbanner .swiper-button-prev {
        left: 3.1%;
    }

    .wrapbanner .swiper-button-next {
        right: 3.1%;
    }

    .wrapbanner .slick-arrow {
        width: 60px;
        height: 60px;
    }

    .mode3r.on::before {
        height: 285px;
        left: -27px;
        bottom: 95px;
        transform: rotate(52deg);
    }
}

@media screen and (max-width: 1400px) {
    .mode3r {
        width: 690px;
    }

    .box2 {
        bottom: -20px;
        left: -30px;
    }

    .box3 {
        bottom: -45px;
    }

    .mode3r .line .item.box2 .cricle {
        right: -31px;
        bottom: 21px;
    }

    .mode3r .line .item.box3 .cricle {
        right: 45px;
    }

    .mode3r .line .item.box4 .cricle {
        left: 15px;
    }

    .mode3r .line .item.box5 .cricle {
        top: 28px;
    }

    .box5 {
        left: calc(50% + 48px);
    }

    .mode3r.on::before {
        height: 285px;
        left: -33px;
        bottom: 93px;
        transform: rotate(53deg);
    }

    .mode44box li .item {
        padding: 105px 0;
    }
}

@media screen and (max-width: 1360px) {
    .mode2top li .item:nth-child(2) {
        padding-top: 20px;
    }

    .date2 {
        margin-bottom: 5px;
    }

    .mode02 .top {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .mode02 .mode1info {
        margin-bottom: 20px;
    }

    .mode44box li .item {
        padding: 92px 0;
    }
}

@media screen and (max-width: 1300px) {
    .mode3r.on::before {
        height: 226px;
        left: 12px;
        bottom: 125px;
        transform: rotate(39deg);
    }

    .mode44box li .item {
        padding: 75px 0;
    }
}

@media screen and (max-width: 1281px) {}

@media screen and (max-width: 1280px) {
    .mode3r.on::before {
        height: 215px;
        left: 7px;
        bottom: 127px;
        transform: rotate(38deg);
    }

    .mode44box li .item {
        padding: 70px 0;
    }

    .mode3r.on::before {
        height: 218px;
        left: 18px;
        bottom: 128px;
        transform: rotate(37deg);
    }
}

@media screen and (max-width: 1260px) {
    .mode3r.on::before {
        height: 214px;
        left: 22px;
        bottom: 130px;
        transform: rotate(36deg);
    }

    .mode44box li .item {
        padding: 65px 0;
    }
}

@media screen and (max-width: 1241px) {
    .mode2top li .item:nth-child(2) {
        padding-top: 23px;
    }

    .mode3l {
        width: 366px;
        padding: 100px 0 0;
    }

    .mode3l2 {
        padding-bottom: 80px;
    }

    .mode3l2::before {
        bottom: 69px;
    }

    .mode3r.on::before {
        height: 260px;
        left: -12px;
        bottom: 31px;
        transform: rotate(46deg);
    }

    .mode3r.on::before {
        height: 265px;
        left: -10px;
        bottom: 29px;
        transform: rotate(46deg);
    }
}

@media screen and (max-width: 1200px) {
    .mode3r .line .item.box1 .cricle {
        left: calc(50% - 1px);
    }

    .mode3r .line .item.box2 .cricle {
        right: -31px;
        bottom: 28px;
    }

    .mode3r .line .item.box3 .cricle {
        right: 45px;
    }

    .mode3r .line .item.box4 .cricle {
        left: 6px;
    }

    .mode3r .line .item.box5 .cricle {
        top: 28px;
    }

    .learnmore {
        width: 200px;
        height: 40px;
        line-height: 40px;
        padding-left: 30px;
    }

    .learnmore::before {
        right: 20px;
    }

    .footerone li {
        width: 33.33%;
    }

    .mode3r.on::before {
        height: 229px;
        left: 6px;
        bottom: 43px;
        transform: rotate(39deg);
    }

    .mode44box li .item {
        padding: 48px 0;
    }

    .mode44box .item-pic {
        width: 84px;
        height: 82px;
        margin-bottom: 15px;
    }

    .wrap_mode03 {
        padding: 40px 0 58px;
    }

    .wrap_mode03 .title {
        margin-bottom: 30px;
    }

    .mode3l {
        padding: 50px 0 0;
    }

    .mode3r {
        width: 510px;
        padding: 30px 58px 0 82px;
    }

    .mode3r .line .item-pic {
        transform: scale(.7);
    }

    .box1 {
        left: -70px;
    }

    .mode3r .line .item-title {
        margin: 5px 0 10px;
    }

    .mode3r .line .item.box1 .cricle {
        left: calc(50% + 9px);
        bottom: -12px;
    }

    .box2 {
        bottom: -38px;
        left: -14px;
    }

    .mode3r .line .item.box1 .cricle {
        left: calc(50% + -7px);
        bottom: -12px;
    }

    .mode3r .line .item.box2 .cricle {
        right: 18px;
        bottom: 34px;
    }

    .box3 {
        bottom: -54px;
        right: 22px;
    }

    .mode3r .line .item.box3 .cricle {
        right: 14px;
        top: 4px;
    }

    .box4 {
        top: 98px;
        right: -48px;
    }

    .box5 {
        left: calc(43% + 48px);
    }

    .mode3r .line .item.box4 .cricle {
        left: 19px;
        top: -25px;
    }

    .mode3r.on::before {
        height: 233px;
        left: 7px;
        bottom: 25px;
        transform: rotate(52deg);
    }
}

@media screen and (max-width: 1040px) {
    .body_b {
        padding-top: 0;
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
    }

    .mode3r .line .item.box1 .cricle {
        left: calc(50% + 0px);
        bottom: -19px;
    }

    .mode3r .line .item.box2 .cricle {
        right: 18px;
        bottom: 37px;
    }

    .mode3r .line .item.box3 .cricle {
        right: 14px;
        top: 0px;
    }

    .mode3r .line .item.box4 .cricle {
        left: 14px;
        top: 4px;
    }

    .banner-pic {
        padding-bottom: calc(937% / 19.2);
        height: 0;
    }

    .banner-txt {
        position: static;display: none;
    }

    .mode3r .line .item.box4 .cricle {
        left: 13px;
        top: -24px;
    }

    .banner-txt>div {
        line-height: 30px;
        height: 60px;
        box-sizing: border-box;
    }

    .wrapbanner .box {
        opacity: 0;
        z-index: -2;
    }

    .mySwiper2 .dots, .mySwiper2 .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 39px;
    }

    .wrapbanner .swiper-button-prev, .wrapbanner .swiper-button-next {
        width: 40px;
        height: 37px;
        top: 50%;
        margin: 0;
        transform: translateY(0);
        margin-top: 0px;
        bottom: auto;
    }

    .wrapbanner .swiper-button-prev {
        background: url(../images/prev11.png) no-repeat center;
    }

    .wrapbanner .swiper-button-next {
        background: url(../images/next11.png) no-repeat center;
    }

    .body_b .scroll {
        padding-top: 0;
    }

    .wrap_mode01 {
        padding: 60px 0 70px;
    }

    .title {
        padding-bottom: 15px;
    }

    .tit::before {
        bottom: -20px;
    }

    .mode1top>.item {
        width: 400px;
    }

    .mode1top>.item:nth-child(1) {
        padding: 30px 55px 0 30px;
        width: calc(100% - 410px);
    }

    .mode1top {
        margin-bottom: 22.5px;
    }

    .learnmore {
        margin-left: -30px
    }

    .mode1bot {
        padding: 20px 20px 35px 15px;
    }

    .mode1bot .item {
        padding: 0 20px;
    }

    .mode1bot .item-right {
        width: 230px;
    }

    .mode1bot .item-left {
        width: calc(100% - 250px);
    }

    .mode1top>.item:nth-child(1)>.top {
        padding: 0 0 20px 0;
        margin-bottom: 20px;
    }

    .wrap_mode01 .mode1tit, .wrap_mode01 .mode1info {
        -webkit-line-clamp: 3;
        height: 75px;
    }

    .mode2top {
        margin: 20px 0;
    }

    .date2 {
        margin-bottom: 10px;
    }

    .mode02 .top {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .mode02 .mode1info {
        margin-bottom: 20px;
    }

    .mode3lul li.on .mode3l-info {
        height: 75px;
    }

    .mode2bot {
        margin-top: 60px;
    }

    .mode2topul .slick-dots {
        bottom: -30px;
    }

    .mode2ul {
        margin: 0;
        margin-top: 20px;
    }

    .wrap_mode02 {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .mode2ul .item {
        margin: 0;
    }

    .mode44box li .item {
        padding: 33px 0;
    }

    .wrap_mode04 {
        padding: 40px 0 75px;
    }

    .wrap_mode04 .title {
        margin-bottom: 15px;
    }

    .mode4top {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 1039px) {
    .mode3r::before, .mode3l2::before {
        display: none;
    }
}

@media screen and (max-width: 997px) {
    .body_b {
        position: static !important;
    }

    .body_b .scroll {
        padding-top: 0;
    }

    .wrapbanner .mySwiper .swiper-slide-active {
        width: 50% !important;
    }

    .mode1bot .slick-arrow {
        width: 30px;
        height: 30px;
    }

    .mode1bot .slick-prev {
        left: -15px !important;
    }

    .mode1bot .slick-next {
        right: -15px !important;
    }

    .mode2box {
        flex-direction: column !important;
    }

    .mode2top .mode2topul li .item {
        width: 100%;
    }

    .mode02::before {
        display: none;
    }

    .mode2top li .item:nth-child(2) {
        background: url(../images/2aftre.png) no-repeat bottom right;
        background-size: cover;
        padding: 30px 20px 50px;
    }

    .mode02 .learnmore {
        display: none;
    }

    .mode2topul .slick-dots {
        bottom: 25px;
    }

    .mode2ul {
        flex-wrap: nowrap;
    }

    .mode2botbox {
        overflow: hidden;
    }

    .mode2ul .item {
        padding: 20px 27px;
    }

    .mode44box li .item {
        padding: 20px 0;
    }

    .mode2ul .item .item-info {
        display: none;
    }

    .mode2ul .item .item-title {
        -webkit-line-clamp: 3;
        height: 75px;
    }
}

@media screen and (max-width: 930px) {
    .mode3box {
        flex-direction: column;
    }

    .mode3l, .mode3r.on::before {
        display: none;
    }

    .mode3r .line .item:hover .cricle::before, .mode3r .line .item.on .cricle::before {
        width: 20px;
        height: 20px;
        border: 1px solid #fff;
    }

    .mode3r {
        margin: 56px auto 25px;
        padding: 0 60px;
    }

    .mode3r .line .item-title {
        margin: 0;
    }

    .box1 {
        top: 80px;
        left: -89px;
    }

    .mode3r .line .item.box1 .cricle {
        left: calc(50% + 30px);
        bottom: -25px;
        display: none;
    }

    .box2 {
        bottom: -20px;
        left: 0px;
    }

    .mode3r .line .item.box2 .cricle {
        right: -15px;
        bottom: 17px;
    }

    .box3 {
        bottom: -20px;
        right: 0;
    }

    .mode3r .line .item.box3 .cricle {
        right: 25px;
        top: 2px;
    }

    .box4 {
        top: 115px;
        right: -48px;
    }

    .mode3r .line .item.box4 .cricle {
        left: 9px;
        top: -40px;
    }

    .box5 {
        left: calc(50% - 55px);
        top: -70px;
    }

    .mode3r .line .item.box5 .cricle {
        left: -60px;
        top: 92px;
    }

    .mode4top {
        flex-direction: column;
    }

    .titbox, .mode4l, .mode4r {
        width: 100%;
    }

    .mode44box li .item {
        padding: 70px 0;
    }

    .mode4r {
        margin-top: 40px;
    }

    .mode4top {
        padding-bottom: 40px;
        margin-bottom: 40px;
    }

    .mode4bot li {
        width: calc(50% - 10px);
    }

    .mode4bot {}

    .mode4bot .item {
        width: calc(100% - 44px);
        margin: 0 10px;
        margin-left: 44px;
        padding: 0 40px;
        text-align: center;
        height: 80px;
        box-sizing: border-box;
    }

    .mode4bot {
        justify-content: space-between;
        margin: 0;
    }

    .mode3r .cricle {
        display: none !important;
    }
		.banner-txt{display: block;padding: 25px 0 15px;}
		.banner-txt .gp-container{box-sizing:content-box;color: #058005;}
		.mySwiper2 .dots{position: static;text-align: center !important;padding-bottom: 20px;}
		.wrapbanner .swiper-pagination-bullet{background: #ccc !important;}
		.wrapbanner .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #058005 !important;}
}

@media screen and (max-width: 768px) {
    .wrapbanner .mySwiper .swiper-slide-active {
        width: 67% !important;
    }

    .banner-txt>div {
        line-height: 24px;
        height: 48px;
    }

    mode1top {
        display: flex;
        /* flex-direction: column; */
        margin-bottom: 20px;
    }

    .mode1top .item {
        /* padding: 0 !important; */
        /* width: 100% !important; */
    }

    .mode1top>.item:nth-child(1) {
        order: 2;
        padding: 35px 0 0px 20px;
        width: calc(100% - 220px);
    }

    .mode1top>.item:nth-child(2) {
        order: 1;
        padding-top: 33px !important;
        width: 220px;
    }

    .mode1top .learnmore {
        margin-left: 00px;
        display: none;
    }

    .mode1top>.item:nth-child(1)>.top {
        margin-bottom: 0;
    }

    .wrap_mode01 .mode1info {
        margin-bottom: 0;
        display: none;
    }

    .mode1bot {
        padding: 30px 20px;
    }

    .mode1bot .slick-arrow {
        width: 37px;
        height: 37px;
    }

    .mode1bot .item-right {
        width: 220px;
    }

    .mode1bot .item-left {
        width: calc(100% - 240px);
    }

    .date {
        top: -15px;
        width: 55px;
    }

    .mode1bot .item-left .top {
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .mode1bot .item-left .top::before, .mode1bot .item .mode1info {
        display: none;
    }

    .mode1bot .item .mode1tit {
        color: #373837;
        height: 88px;
    }

    .wrap_mode01 .mode1tit, .wrap_mode01 .mode1info {
        -webkit-line-clamp: 2;
        height: 44px;
    }

    .mode02 .mode1info {
        margin-bottom: 0;
        display: none;
    }

    .mode1bot .item {
        padding: 4px;
    }

    .mode2ul .item .item-title {
        height: 66px;
    }
}

@media screen and (max-width: 640px) {
    .wrapbanner .mySwiper .swiper-slide-active {
        width: 60% !important;
    }

    .mode02 .learnmore {
        display: none !important;
    }

    .mode2topul .slick-dots {
        bottom: 26px;
    }

    .mode3r {
        width: 410px;
    }

    .box1 {
        top: 0;
        left: -60px;
    }

    .mode3r .line .item.box1 .cricle {
        left: calc(50% - 4px);
        bottom: -33px;
    }

    .box2 {
        bottom: -31px;
        left: -16px;
    }

    .mode3r .line .item.box2 .cricle {
        right: -6px;
        bottom: 27px;
    }

    .box3 {
        bottom: -32px;
        right: -29px;
    }

    .mode3r .line .item.box3 .cricle {
        right: 30px;
    }

    .box4 {
        top: 30px;
        right: -40px;
    }

    .mode3r .line .item.box4 .cricle {
        left: -15px;
        top: -9px;
    }

    .box5 {
        left: calc(50% - 48px);
        top: -69px;
    }

    .mode3r .line .item.box5 .cricle {
        left: -49px;
        top: 91px;
    }

    .mode4bot .item i {
        width: 44px;
        height: 44px;
        left: -22px;
        top: calc(50% - 22px);
    }

    .mode4bot .item {
        margin-left: 22px;
        margin: 0 10px;
        padding: 0 20px;
        width: calc(100% - 22px);
    }

    .mode4bot .item h2 {
        font-size: 18px;
    }

    .mode4bot .item::before, .mode4bot .item::after {
        height: 18px;
    }
}

@media screen and (max-width: 479px) {
    

    .mode1top>.item:nth-child(1) {
        width: calc(100% - 140px);
        padding: 33px 0 0 15px;
    }

    .mode1top>.item:nth-child(2) {
        width: 140px;
    }

    .mySwiper2 .swiper-pagination-bullet {
        margin: 0 8px !important;
    }

    .mode3r {
        width: 280px;
        padding: 0 52px;
    }

    .mode3r .line .item-pic {
        transform: scale(.7);
        width: 42px;
        height: 47px;
    }

    .mode3r .line::before {
        width: calc(100% - 56px);
        height: calc(100% - 45px);
    }

    .mode3r .line .item-title {
        font-size: 12px;
    }

    .mode3r .line .item.box1 .cricle {
        left: calc(50% + 21px);
        bottom: -20px;
    }

    .mode44box .item-pic {
        width: 62px;
        height: 60px;
        margin-bottom: 15px;
    }

    .box2 {
        bottom: -34px;
        left: 0px;
    }

    .box3 {
        bottom: -24px;
        right: -29px;
    }

    .mode3r .line .item.box3 .cricle {
        right: 28px;
        top: -12px;
    }

    .box4 {
        top: 8px;
        right: -35px;
    }

    .mode3r .line .item.box4 .cricle {
        left: -25px;
        top: 0px;
    }

    .box5 {
        left: calc(50% - 38px);
        top: -46px;
    }

    .mode3r .line .item.box5 .cricle {
        left: -25px;
        top: 58px;
    }

    .more {
        display: none;
    }

    .mode1bot .item {
        padding: 0px;
        flex-direction: column;
    }

    .mode1bot .item-left {
        order: 2;
        width: 100%;
    }

    .mode1bot .item-right {
        order: 1;
        width: 100%;
        margin-bottom: 20px;
    }

    .mode1bot {
        padding: 20px;
    }

    .mySwiper2 .dots, .mySwiper2 .swiper-pagination-custom, .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 20px;
        text-align: right;
        width: auto;
        left: auto;
        right: 12px;
    }

    .mode2bot .swiper-container-horizontal>.swiper-pagination-bullets {
        text-align: center;
        width: 100%;
    }

    .wrapbanner .swiper-button-prev, .wrapbanner .swiper-button-next {
        display: none;
    }

    .mode44box li .item {
        padding: 40px 0 25px;
    }

    .mode2botbox .swiper-pagination-bullet, .mode2topul .slick-dots li {
        margin: 0 15px !important;
    }
}

@media screen and (max-width: 400px) {
    .wrapbanner .swiper-button-prev, .wrapbanner .swiper-button-next {
        bottom: 10px;
    }

    .swiper-container-horizontal>.swiper-pagination-bullets {
        bottom: 19px;
    }

   /* .banner-txt {
        width: calc(100% - 126px);
    } */

    .mode4bot li {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 390px) {
    .mode4bot li {
        width: 100%;
    }
}