.index_banner {
    width: 100%;
    height: 100%;
}
.index_banner .swiper-slide img {
    width: 100%;
    height: 100%;
    display: block;
    transform: scale(1.1);
    transition: cubic-bezier(.77, 0, .175, 1) transform 2s;
}
.index_banner .swiper-slide {
    position: relative;
}
.index_banner .swiper-slide .text {
    position: absolute;
    top: 50%;
    left: 170px;
    transform: translateY(-50%);
}
.index_banner .swiper-slide .text p {
    font-size: 20px;
    font-family: Cambria;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 33px;
    /*clip-path: inset(100% 0% 0% 0%);*/
    opacity: 0;
    transform: translateY(25px);
    transition-property: clip-path;
}
.index_banner .swiper-slide .text h1 {
    font-size: 50px;
    font-family: ZauriSans;
    font-weight: normal;
    color: #FFFFFF;
    /*clip-path: inset(100% 0% 0% 0%);*/
    opacity: 0;
    transform: translateY(25px);
    transition-property: clip-path;
}
.index_banner .swiper-slide-active img{
    transform: scale(1);
}
.index_banner .swiper-slide-active .text p {
    opacity: 1;
    transform: translateY(0);
    transition: 1s;
}
.index_banner .swiper-slide-active .text h1 {
    /*clip-path: inset(0% 0% 0% 0%);*/
    /*opacity: 1;*/
    opacity: 1;
    transform: translateY(0);
    transition: 1s;
    transition-delay: 0.2s;
}
.index_banner .swiper-pagination {
    bottom: 300px!important;
    width: fit-content!important;
    left: 176px!important;
}
.index_banner .swiper-pagination .swiper-pagination-bullet {
    width: 9px;
    height: 9px;
    background: #FFFFFF;
    border-radius: 50%;
    opacity: 1!important;
    margin: 0 20px 0 0!important;
    position: relative;
}
.index_banner .swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 1s;
}
.index_banner .swiper-pagination .swiper-pagination-bullet-active:after {
    width: 24px;
    height: 24px;
}
.sec2 .fp-tableCell {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f2f2f2;
}
.sec2 .joke {
    display: flex;
    justify-content: center;
    position: relative;
}
.sec2 .joke .zi {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec2 .joke .left {
    padding-top: 352px;
    margin-right: 141px;
}
.sec2 .joke .left img{
    clip-path: inset(0% 100% 0% 0%);
    transform: scale(1.1);
    transition: 1s;
    transition-delay: 0.2s;
}
.sec2 .joke.aos-animate .left img{
    clip-path: inset(0% 0% 0% 0%);
    transform: scale(1);
}

.sec2 .joke .right p:nth-child(2) {
    width: 613px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    transition-delay: 0.3s;
}
.sec2 .joke .right p:nth-child(3) {
    width: 613px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #032407;
    margin-top: 50px;
    transition-delay: 0.4s;
}
.sec2 .joke .right>img {
    display: block;
    margin-left: 72px;
    margin-bottom: 120px;
    clip-path: inset(0% 100% 0% 0%);
    transition: 1s;
    transform: scale(1.1);
}
.sec2 .joke.aos-animate .right>img{
    clip-path: inset(0% 0% 0% 0%);
    transform: scale(1);
}
.sec2 .joke .right .more {
    display: flex;
    align-items: center;
    margin-top: 71px;
    transition: 1s;
    transition-delay: 0.5s;
    transform: translateY(25px);
    opacity: 0;
}
.sec2 .joke .right p{
    transition: 1s;
    transform: translateY(25px);
    opacity: 0;
}
.sec2 .joke.aos-animate .right .more{
    opacity: 1;
    transform: translateY(0);
}
.sec2 .joke.aos-animate .right p{
    opacity: 1;
    transform: translateY(0);
}
.sec2 .joke .right .more p {
    font-family: Canela;
    font-weight: 400;
    color: #666666;
    padding-bottom: 4px;
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    transition: 0.6s;
    margin-right: 15px;
}
.sec2 .joke .right .more p:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #229230;
    transition: 1s;
}
.sec2 .joke .right .more:hover p:after {
    width: 100%;
}
.sec2 .joke .right .more:hover p {
    color: #229230;
}
.sec2 .joke .right .more img {
    transition: 0.6s;
}
.sec2 .joke .right .more:hover img {
    transform: rotate(45deg);
}
.sec3 {
    position: relative;
}
.sec3 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sec3 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec3 .fp-tableCell {
    padding-top: 108px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sec3 .title {
    padding-left: 118px;
}
.sec3 .title h1 {
    font-size: 50px;
    font-family: Cambria;
    font-weight: 400;
    color: #999999;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sec3 .title h2 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.sec3 .content {
    display: flex;
}
.sec3 .content .item {
    height: 650px;
    width: 16.666667%;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 68px 44px 22px 60px;
    position: relative;
}
.sec3 .content .item:not(:nth-child(1)) {
    border-left: 1px solid rgba(0,0,0,0.1);
}
.sec3 .content .item h5 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    margin: 29px 0 30px;
    transition: 1s;
}
.sec3 .content .item p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 84px;
    margin-bottom: 130px;
}
.sec3 .content .item img:nth-last-child(2){
    margin: auto;
    display: block;
    clip-path: inset(100% 0% 0% 0%);
    transition: 1s;
}
.sec3 .content .item .en {
    position: absolute;
    bottom: 0;
    left: 60px;
    margin: 0;
    font-family: Cambria;
    font-weight: 400;
    color: #999999;
}
.sec3 .content .item:hover h5 {

    color: #229230;
}
.sec3 .content .item:hover img:nth-last-child(2) {
    clip-path: inset(0% 0% 0% 0%);
}
.sec4 {
    position: relative;
    background: #f2f2f2;
}
.sec4 .bg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.sec4 .fp-tableCell {
    padding-top: 85px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.sec4 .title {
    width: 1666px;
    margin: 0 auto 25px;
    position: relative;
    z-index: 2;
}
.sec4 .title h1 {
    font-size: 50px;
    font-family: Cambria;
    font-weight: 400;
    color: #999999;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sec4 .title h2 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.sec4 .joke {
    width: 1666px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    margin-bottom: 15px;
}
.sec4 .joke .item img {
    display: block;
    width: 521px;
    height: 521px;
    margin-bottom: 30px;
}
.sec4 .joke .item h5 {
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #262626;
    margin-bottom: 15px;
}
.sec4 .joke .item p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #757575;
    line-height: 28px;
}
.sec4 .more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 204px;
    height: 53px;
    border: 1px solid #BFBFBF;
    margin: auto;
    transition: 0.6s;
}
.sec4 .more p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #757575;
    margin-right: 10px;
    transition: 0.6s;
}
.sec4 .more img {
    transition: 0.6s;
}
.sec4 .more:hover {
    background: #229230;
    border-color: transparent;
}
.sec4 .more:hover p {
    color: #ffffff;
}
.sec4 .more:hover img {
    transform: rotate(45deg);
    filter: brightness(20);
}
.sec5 {
    position: relative;
}
.sec5 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.sec5 .bg img {
    display: block;
    width: 100%;
    height: 100%;
}
.sec5 .fp-tableCell {
    padding-top: 92px;
}
.sec5 .joke {
    width: 1684px;
    margin: auto;
}
.sec5 .joke .top {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    margin-bottom: 80px;
}
.sec5 .joke .top .title h1 {
    font-size: 50px;
    font-family: Cambria;
    font-weight: 400;
    color: #999999;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.sec5 .joke .top .title h2 {
    font-size: 30px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
}
.sec5 .joke .top .more {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    transition: 0.6s;
    padding-bottom: 4px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    position: relative;
}
.sec5 .joke .top .more:hover {
    color: #1b8a29;
}
.sec5 .joke .top .more:after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0%;
    height: 1px;
    background: #229230;
    transition: 0.6s;
}
.sec5 .joke .top .more:hover:after {
    width: 100%;
}
.sec5 .joke .content {
    display: flex;
    justify-content: space-between;
}
.sec5 .joke .content .item {
    width: 351px;
}
.sec5 .joke .content .item .img {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-bottom: 27px;
}
.sec5 .joke .content .item .img img{
    display: block;
    width: 100%;
    transition: 3s;
}
.sec5 .joke .content .item .img:hover img {
    transform: scale(1.2);
}
.sec5 .joke .content .item .data {
    font-size: 14px;
    font-family: Cambria;
    font-weight: 400;
    color: #666666;
    margin-bottom: 29px;
}
.sec5 .joke .content .item .ti {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    transition: 0.6s;
    margin-bottom: 19px;
    display: block;
}
.sec5 .joke .content .item:hover .ti {
    color: #1b8a29;

}
.sec5 .joke .content .item .text {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
    height: 56px;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 30px;
}
.sec5 .joke .content .item .more {
    width: fit-content;
    transition: 0.6s;
    display: block;
}
.sec5 .joke .content .item:hover .more {
    transform: rotate(45deg);
}
.footer .fp-tableCell {
    height: fit-content!important;
}
.footer {
    height: fit-content!important;
}


@media screen and (max-width: 2560px){
	.sec4 .joke .item{
        width: 32%;
    }
    /* .sec4 .joke .item img{
        width: 100%;
        height: auto;
    } */
}


@media screen and (max-width: 2048px){

}

@media screen and (max-width: 1856px){

}

@media screen and (max-width: 1792px){

}

@media screen and (max-width: 1680px){
	.sec3 .content .item {
        height: 560px;
    }
    .sec3 .content .item p{
        margin-bottom: 70px;
    }
    .sec4 .title,
    .sec4 .joke,
    .sec5 .joke{
        width: 90%;
    }
    .sec4 .joke .item img{
        width: 100%;
        height: auto;
    }
    .sec3 .content .item{
        padding: 68px 30px 22px 30px;
    }
    .sec5 .joke .content .item .ti {
        font-size: 16px;
    }
    .index_banner .swiper-slide .text {
        left: 100px;
    }
    .index_banner .swiper-pagination{
        left: 106px !important;
    }
    .sec3 .title h1,
    .sec4 .title h1,
    .sec5 .joke .top .title h1 {
        font-size:40px;
    }
    .sec3 .title {
        padding-left: 60px;
    }
    .sec3 .title h2,
    .sec4 .title h2,
    .sec5 .joke .top .title h2 {
        font-size: 24px;
    }

    .sec4 .bg{
        z-index: 0;
    }
}

@media screen and (max-width: 1600px){

}

@media screen and (max-width: 1440px){
	.sec2 .joke .right>img {
        margin-bottom: 40px;
        width: 400px;
        height: auto;
        margin-left: 205px;
    }
    .sec2 .joke .zi{
        width: 400px;
    }
    .sec2 .joke .zi img{
        width: 100%;
        height: auto;
    }
    .sec2 .joke .right p:nth-child(2) {
        font-size: 14px;
    }
    .sec3 .content .item p {
        font-size: 14px;
    }
    .sec5 .joke .content .item {
        width: 24%;
    }
    .sec5 .joke .content .item .data{
        margin-bottom: 20px;
    }
    .sec5 .joke .content .item .ti {
        font-size: 14px;
    }
    .sec3 .content .item img:nth-last-child(2){
        width: 40px;
    }
    .sec3 .content .item {
        height: 500px;
    }
    .sec3 .content .item p {
        margin-bottom: 40px;
    }
    .sec5 .joke .top {
        margin-bottom: 50px;
    }
    .index_banner .swiper-pagination {
        bottom: 250px!important;
    }
    .index_banner .swiper-slide .text p {
        margin-bottom: 10px;
    }
    .sec2 .joke .zi {
        top: 0;
        left: 0;
        transform: unset;
    }
}

@media screen and (max-width: 1400px){

}

@media screen and (max-width: 1366px){

}






@media screen and (max-width: 820px){
    .index_banner .swiper-pagination {
        bottom: 50px!important;
        left: auto !important;
        right: 60px;
    }
    .index_banner .swiper-slide .text h1 {
        font-size: 40px;
    }
    .index_banner .swiper-slide .text {
        left: 60px;
        top: auto;
        bottom: 100px;
    }

    .sec2,
    .sec3,
    .sec4,
    .sec5,
    .sec2 .fp-tableCell,
    .sec3 .fp-tableCell,
    .sec4 .fp-tableCell,
    .sec5 .fp-tableCell{
        height: auto !important;
    }
    .sec2 .joke .left img,
    .sec2 .joke .right>img{
        clip-path: none;
    }
    .sec2 .joke .zi{
        position: static;
        transform: none;
    }
    .sec2 .joke .right p:nth-child(2),
    .sec2 .joke .right p:nth-child(3),
    .sec2 .joke .right .more,
    .sec2 .joke .right p{
        opacity: 1;
    }
    .sec2 .joke{
        width: 90%;
        padding-top: 30px;
        align-items: center;
        flex-direction: column-reverse;
    }
    .sec2 .joke .right{
        width: 100%;
        margin-top: 20px;
    }
    .sec2 .joke .left{
        width: 100%;
        height: auto;
        margin-right: 0;
        padding-top: 100px;
    }
    .sec2 .joke .right>img{
        width: 100%;
        margin-left: 0;
        transform: scale(1);
    }
    .sec2 .joke .left img{
        transform: scale(1);
        width: 100%;
        height: auto;
    }
    .sec2 .joke .right .more{
        flex-direction: row;
        justify-content: end;
    }
    .sec2 .joke .right p:nth-child(2){
        width: 100%;
    }
    .sec2 .joke .right .more{
        margin-top: 20px;
    }
    .sec2 .joke .right>img {
        margin-bottom: 0px;
    }
    .sec3 .content{
        flex-wrap: wrap;
        margin-top: 20px;
    }
    .sec3 .content .item{
        width: 33.3%;
        padding: 30px 30px 22px 30px;
    }
    .sec3 .content .item {
        height: 460px;
    }
    .sec4 .bg img{
        width: 90%;
        height: auto;
    }
    .sec4 .joke .item img {
        margin-bottom: 20px;
    }
    .sec4 .joke .item h5 {
        margin-bottom: 0;
    }
    .sec4 .joke .item p {
        font-size: 12px;
    }
    .sec4 .more{
        margin-top: 30px;
    }
    .sec5 .joke .content{
        flex-wrap: wrap;
    }
    .sec5 .joke .content .item {
        width: 49%;
        margin-bottom: 30px;
    }
    .sec5 .joke .content .item{
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    .sec5 .joke .content .item .data,
    .sec5 .joke .content .item .ti,
    .sec5 .joke .content .item .text{
        width: 100%;
    }
    .sec5 .joke .content .item .text {
        margin-bottom: 10px;
    }
    .sec5 .fp-tableCell {
        padding-top: 40px;
    }
    .sec2 .joke .zi {
        width: 250px;
    }
}


@media screen and (max-width: 768px){

}


@media screen and (max-width: 540px){
    .index_banner .swiper-slide .text p {
        font-size: 14px;
    }
    .index_banner .swiper-slide .text {
        left: 30px;
    }
    .index_banner .swiper-slide .text h1 {
        font-size: 30px;
    }
    .index_banner .swiper-pagination{
        right: 0;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
    }
    .index_banner .swiper-pagination .swiper-pagination-bullet-active:after{
        width: 18px;
        height: 18px;
    }
    .sec1,
    .sec1 .fp-tableCell{
        height: 70vh !important;
    }

    .sec3 .content .item {
        width: 50%;
        padding: 15px;
        height: 380px;
    }
    .sec2 .joke .right p:nth-child(3) {
        width: 100%;
    }
    .sec3 .fp-tableCell {
        padding-top: 40px;
    }
    .sec3 .title {
        padding-left: 25px;
    }
    .sec3 .title h1, .sec4 .title h1, .sec5 .joke .top .title h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .sec3 .title h2, .sec4 .title h2, .sec5 .joke .top .title h2 {
        font-size: 20px;
    }
    .sec3 .content .item p {
        margin-bottom: 20px;
    }
    .sec3 .content .item p.en{
        height: auto;
        margin-bottom: 20px;
    }
    .sec4 .joke{
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .sec4 .joke .item{
        width: 49%;
        margin-bottom: 30px;
    }
    .sec4 .joke .item h5 {
        font-size: 18px;
    }
    .sec5 .joke .content .item .ti {
        margin-bottom: 10px;
    }
    .sec5 .joke .content .item {
        width: 48%;
    }
}


@media screen and (max-width: 414px){
    .sec3 .title h1, .sec4 .title h1, .sec5 .joke .top .title h1 {
        font-size: 30px;
    }
	.sec4 .joke .item {
        width: 100%;
    }
    .sec4 .more {
        width: 150px;
        margin-top: 0;
    }
    .sec3 .content .item .en{
        left: 20px;
    }
    .sec5 .joke .content .item .img {
        margin-bottom: 10px;
    }
    .sec5 .joke .content .item .data {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 375px){
	.index_banner .swiper-slide .text {
        left: 20px;
    }
    .index_banner .swiper-slide .text h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 360px){

}




