.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 p{
    width: 690px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 28px;
    margin: auto;
}
.banner .text h1{
    font-size: 34px;
    font-family: Canela;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 59px 0;
}
.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);
}
.life-info {
    width: 100%;
    background: #F3F4F6;
    padding-top: 183px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.life-info .joke {
    width: 1403px;
    margin: auto;
    display: flex;
    /*justify-content: space-between;*/
}
.life-info .item h1 {
    font-size: 20px;
    font-family: Canela;
    font-weight: bold;
    color: #242424;
    position: absolute;
    top: 42px;
}
.life-info .joke .list:nth-child(1) .item:nth-child(1) {
    font-family: Canela;
}
.life-info .joke .item:nth-child(4n) {
    margin-right: 0;
}
/*.life-info .item {*/
/*    width: 604px;*/
/*    margin-bottom: 110px;*/
/*}*/
/*.life-info .item .img img {*/
/*    display: block;*/
/*}*/
/*.life-info .item p {*/
/*    width: 392px;*/
/*    font-size: 14px;*/
/*    font-family: Source Han Sans CN;*/
/*    font-weight: 400;*/
/*    color: #242424;*/
/*    line-height: 28px;*/
/*}*/
/*.life-info .item .text {*/
/*    width: 100%;*/
/*    height: 160px;*/
/*    position: relative;*/
/*}*/
/*.life-info .item .text span {*/
/*    display: block;*/
/*    width: 137px;*/
/*    height: 1px;*/
/*    background: #DFDFDF;*/
/*    transform: rotate(-61deg);*/
/*}*/
/*.life-info .item .text h1 {*/
/*    position: absolute;*/
/*    top: 32px;*/
/*    left: 1px;*/
/*}*/
/*.life-info .item .text span {*/
/*    position: absolute;*/
/*    top: 84px;*/
/*    left: 105px;*/
/*}*/
/*.life-info .item .text p {*/
/*    position: absolute;*/
/*    top: 71px;*/
/*    right: 4px;*/
/*}*/
.more {
    display: inline-block;
    margin: 0 auto 105px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #787878;
}
.life-info .joke {
    width: 1625px;
    flex-wrap: wrap;
}
.life-info .joke .item {
    width: 395px;
    margin: 0 13px 32px 0;
}
.life-info .joke .item .picture {
    width: 100%;
    height: 347px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.life-info .joke .item .picture img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 1s;
    width: 100%;
    max-height: 85%;
    object-fit: contain;
}
.life-info .joke .item .picture img:nth-child(1) {
    opacity: 1;
}
.life-info .joke .item .picture img:nth-child(2) {
    opacity: 0;
}
.life-info .joke .item .picture:hover img:nth-child(1) {
    opacity: 0;
}
.life-info .joke .item .picture:hover img:nth-child(2) {
    opacity: 1;
}
.life-info .joke .item .text:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    transition: 0.6s;
}
.life-info .joke .item .text:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: rgba(0, 0, 0, 1);
    transition: 0.6s;
}
.life-info .joke .item:hover .text:after{
    width: 100%;
    left: 0;
}
.life-info .joke .item:hover .text:before{
    width: 100%;
    right: 0;
    left: unset;
}
.life-info .joke .item .text {
    width: 100%;
    height: 68px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    position: relative;
}
.life-info .joke .item .text .images img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.6s;
    cursor: pointer;
}
.life-info .joke .item .text .images {
    width: 15px;
    position: relative;
    top: -4px;
    cursor: pointer;
}
.life-info .joke .item .text .images img:nth-child(2){
    opacity: 0;
}
.life-info .joke .item .text .active img:nth-child(1){
    opacity: 0;
}
.life-info .joke .item .text .active img:nth-child(2){
    opacity: 1;
}
.banner:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.banner .text{
    width: 90%;
    z-index: 1;
}

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

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

}
@media screen and (max-width: 1680px) {
    .life-info .joke{
        width: 95%;
    }
    .life-info .joke .item{
        width: 24%;
    }
}
@media screen and (max-width: 1600px) {

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

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

}

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

}
@media screen and (max-width: 1025px) {
    .banner .text h1{
        font-size: 28px;
    }
    .banner .text p{
        font-size: 12px;
        width: 100%;
        line-height: 24px;
    }
    .life-info{
        padding-top: 50px;
    }
    .life-info .joke .item{
        width: 49%;
        margin: 0 0 7% 0;
    }
    .life-info .joke{
        justify-content: space-between;
    }
    .life-info .joke .item .picture{
        height: 145px;
    }
    .life-info .joke .item .text{
        height: 49px;
    }
    .life-info .joke .item .text div p{
        font-size: 13px;
        position: relative;
        top: 2px;
    }
    .more {
        margin: 0 auto 40px;
    }
}
