.banner{
    width: 100%;
    height: 710px;
    overflow: hidden;
    position: relative;
}
.banner .text{
    text-align: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 55px;
}
.banner .text span{
    font-size: 16px;
    font-family: Canela;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 0 20px 0;
    display: block;
}
.banner .text h1{
    font-size: 34px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.banner .text .scroll_down{
    width: 54px;
    height: 54px;
    margin: 190px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
.banner .text .scroll_down:after,.banner .text .scroll_down:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 50px;
    -webkit-transition: .15s linear all,.4s linear border-color .1s;
    transition: .15s linear all,.4s linear border-color .1s;
}
.banner .text .scroll_down:before{
    top: -2px;
    left: 2px;
}
.banner .text .scroll_down:after{
    top: 2px;
    left: -2px;
}
.banner .text .scroll_down:hover:after,.banner .text .scroll_down:hover:before{
    top: 0;
    left: 0;
    border-color: rgba(255,255,255,0.4);
}
.section{
    width: 100%;
    background: #FFF;
    overflow: hidden;
}
.section .warp{
    width: 1440px;
    margin: 110px auto 60px;
}
.section .warp .joke{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.section .warp .joke .item{
    width: 695px;
    height: 382px;
    position: relative;
    margin: 0 0 116px 0;
}
.section .warp .joke .item img{
    width: 100%;
    height: 100%;
}
/*.section .warp .joke .item .text{*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    bottom: -33px;*/
/*    width: 417px;*/
/*    height: 66px;*/
/*    background: #FFFFFF;*/
/*    box-shadow: 13px 6px 40px 0px rgba(60,60,60,0.0800);*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*}*/
.section .warp .joke .item .text p{
    font-size: 18px;
    font-family: Canela;
    font-weight: bold;
    color: #2B2B2B;
}
.section .warp .black_paging{
    margin: 50px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.section .warp .black_paging a{*/
/*    width: 9px;*/
/*    height: 9px;*/
/*    background: #262626;*/
/*    transform: scale(0.5);*/
/*    margin: 0 15px 0 0;*/
/*}*/
.section .warp .black_paging .on{
    transform: scale(1);
}
.section .warp .black_paging a:last-child{
    margin: 0;
}
.section .warp .joke .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.section .warp .joke .item {
    width: fit-content;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section .warp .joke .item img {
    width: 695px;
    height: 382px;
}
.section .warp .joke .item .text {
    width: 695px;
    height: 382px;
    background: #bc9366;
    padding: 67px 56px;
}
.section .warp .joke .item .text h1 {
    color: #fff;
    font-size: 20px;
    font-family: Canela;

}
.section .warp .joke .item .text .title {
    margin-bottom: 50px;
    position: relative;
}
.section .warp .joke .item .text .title:after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    top: 50px;
    left: 0;
    background: rgba(255,255,255,0.1);
}
.section .warp .joke .item .text p {
    font-size: 14px;
    color: rgba(255,255,255,0.8);
    font-weight: normal;
    line-height: 2.3;
}

@media screen and (max-width: 1856px) {
    .section .warp{
        width: 78%;
    }
    .section .warp .joke .item img,section .warp .joke .item .text{
        width: 50% !important;
    }
    .section .warp .joke .item .text{
        padding: 3%;
    }
}
@media screen and (max-width: 1792px) {

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

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

}
@media screen and (max-width: 1440px) {
    .section .warp .joke .item .text p{
        font-size: 13px;
        line-height: 2.1;
    }
}
@media screen and (max-width: 1400px) {

}

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

}
@media screen and (max-width: 1025px) {
    .banner .text h1{
        font-size: 28px;
    }
    .section .warp{
        width: 90%;
        margin: 21px auto 0;
    }
    .section .warp .joke .item{
        width: 100%;
        flex-direction: column!important;
        margin: 0 0 23px 0;
    }
    body .section .warp .joke .item img, body .section .warp .joke .item .text{
        width: 100% !important;
    }
    .section .warp .joke .item img{
        height: auto;
    }
    .section .warp .joke .item .text{
        padding: 5%;
        height: auto;
    }
    .section .warp .joke .item .text p {
        font-size: 12px;
        line-height: 2.1;
    }
}
