header .header .btn .lan a {
    color: #333333;
}
header .header .btn .menu span:nth-child(2) {
    background: #333333;
}
header .header .btn .menu span:nth-child(1):after {
    background: #333333;
}
header .header .btn .menu span:nth-child(3):after {
    background: #333333;
}
.header .logo img:nth-child(2) {
    display: block;
}
.header .logo img:nth-child(1) {
    display: none!important;
}
#my-scrollbar {
    background: #f5f5f5;
}
.sec1 {
    padding-top: 137px;
    margin-bottom: 80px;
}
.joke {
    width: 1080px;
    margin: auto;
}
.sec1 .joke .title {
    margin-bottom: 29px;
}
.sec1 .joke .title h1 {
    font-size: 32px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #333333;
    text-align: center;
}
.sec1 .joke .title p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    opacity: 0.3;
    text-align: center;
}
.sec1 .joke .wrap {
    display: flex;
    justify-content: space-between;
}
.sec1 .joke .wrap .left {
    width: 403px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.sec1 .joke .wrap .left .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    width: 200px;
    height: 118px;
    background: #FFFFFF;
    padding: 47px 0 13px;
    transition: 1s;
}
.sec1 .joke .wrap .left .item:hover {
    background: #EDEDED;
}
.sec1 .joke .wrap .left .item p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.sec1 .joke .wrap .left .item .iconfont {
    font-size: 12px;
    font-weight: 700;
    transform: rotate(90deg);
    color: #000;
}
.sec1 .joke .wrap .left .item:nth-child(1) {
    width: 100%;
}
.sec1 .joke .wrap .right img {
    display: block;
}
.sec2 .joke h1 {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 60px;
}
.sec2 .joke h1::after {
    content: "";
    width: 62px;
    height: 2px;
    background: #333333;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}
.sec2 .joke .wrap {
    height: 305px;
    overflow: hidden;
    transition: 1s;
}
.sec2 .joke .wrap .box {
    display: flex;
    flex-wrap: wrap;
}
.sec2 .joke .wrap .box .item {
    width: 340px;
    margin-right: 30px;
    margin-bottom: 20px;
}
.sec2 .joke .wrap .box .item:nth-child(3n) {
    margin-right: 0;
}
.sec2 .joke .wrap .box .item .img {
    width: 100%;
    height: 230px;
    overflow: hidden;
    margin-bottom: 15px;
}
.sec2 .joke .wrap .box .item .img img {
    transition: 3s;
}
.sec2 .joke .wrap .box .item .img:hover img {
    transform: scale(1.2);
}
.sec2 .joke .wrap .box .item p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.sec2 .joke .more {
    width: fit-content;
    margin: auto;
    display: flex;
    flex-direction: column;
    margin-top: 40px;
    cursor: pointer;
}
.sec2 .joke .more p {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 9px;
    transition: 1s;
}
.sec2 .joke .more .iconfont {
    width: fit-content;
    font-size: 12px;
    font-weight: 700;
    transform: rotate(90deg);
    margin: auto;
    transition: 1s;
}
.sec2 .joke .more.on .iconfont {
    transform: rotate(270deg);
}
.sec2 {
    margin-bottom: 74px;
}
.sec2 .joke {
    padding-bottom: 91px;
    border-bottom: 1px solid #000;
}
.sec3 {
    margin-bottom: 74px;
}
.joke>h1 {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 54px;
}
.joke>h1::after {
    content: "";
    width: 62px;
    height: 2px;
    background: #333333;
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
}
.sec3 .joke .item {
    margin-bottom: 73px;
}
.sec3 .joke .item .item_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
}
.sec3 .joke .item .item_top .img {
    overflow: hidden;
}
.sec3 .joke .item .item_top .img img {
    display: block;
    transition: 3s;
}
.sec3 .joke .item .item_top .img:hover img {
    transform: scale(1.2);
}
.sec3 .joke .item .item_top .text {
    width: 370px;
    height: 500px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    padding-left: 43px;
}
.sec3 .joke .item .item_top .text p {
    width: 280px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.sec3 .joke .item .item_bottom {
    display: flex;
    justify-content: space-between;
}
.sec3 .joke .item .item_bottom .t1 .img {
    overflow: hidden;
    margin-bottom: 18px;
}
.sec3 .joke .item .item_bottom .t1 .img img {
    transition: 3s;
    display: block;
}
.sec3 .joke .item .item_bottom .t1 .img:hover img {
    transform: scale(1.2);
}
.sec3 .joke .item .item_bottom .t1 p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.sec3 .joke {
    padding-bottom: 53px;
    border-bottom: 1px solid #000;
}
.sec4 .joke .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}
.sec4 .joke .item .img {
    overflow: hidden;
}
.sec4 .joke .item .img:hover img {
    transform: scale(1.2);
}
.sec4 .joke .item .img img {
    display: block;
    transition: 3s;
}
.sec4 .joke .item .text {
    width: 370px;
    height: 500px;
    background: #FFFFFF;
    padding-left: 44px;
    display: flex;
    align-items: center;
}
.sec4 .joke .item .text p {
    width: 279px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.sec4 .joke .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.sec4 .joke .wrap .item1 .img {
    width: 524px;
    height: 280px;
    overflow: hidden;
    margin-bottom: 19px;
}
.sec4 .joke .wrap .item1 .img:hover img {
    transform: scale(1.2);
}
.sec4 .joke .wrap .item1 .img img {
    display: block;
    transition: 3s;
}
.sec4 .joke .wrap .item1 p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.sec4 .joke .wrap .item1 {
    margin-bottom: 37px;
}
.sec4 .joke {
    padding-bottom: 97px;
    border-bottom: 1px solid #000;
}
.sec4 {
    margin-bottom: 74px;
}
.sec5 .joke .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
}
.sec5 .joke .item .img {
    overflow: hidden;
}
.sec5 .joke .item .img img {
    display: block;
    transition: 3s;
}
.sec5 .joke .item .img:hover img {
    transform: scale(1.2);
}
.sec5 .joke .item .text {
    width: 370px;
    background: #FFFFFF;
    padding-left: 44px;
    display: flex;
    align-items: center;
}
.sec5 .joke .item .text p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.sec5 .joke .wrap {
    display: flex;
    justify-content: space-between;
}
.sec5 .joke .wrap .item1 {
    width: 340px;
}
.sec5 .joke .wrap .item1 .img img {
    transition: 3s;
    display: block;
}
.sec5 .joke .wrap .item1 .img {
    overflow: hidden;
    margin-bottom: 14px;
}
.sec5 .joke .wrap .item1 .img:hover img {
    transform: scale(1.2);
}
.sec5 .joke .wrap .item1 p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.sec5 .joke {
    padding-bottom: 104px;
    border-bottom: 1px solid #000;
}
.sec5 {
    margin-bottom: 74px;
}

.sec6 .joke .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 31px;
}
.sec6 .joke .item .img {
    overflow: hidden;
}
.sec6 .joke .item .img img {
    display: block;
    transition: 3s;
}
.sec6 .joke .item .img:hover img {
    transform: scale(1.2);
}
.sec6 .joke .item .text {
    width: 370px;
    background: #FFFFFF;
    padding-left: 44px;
    display: flex;
    align-items: center;
}
.sec6 .joke .item .text p {
    width: 268px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.sec6 .joke .wrap {
    display: flex;
    justify-content: space-between;
}
.sec6 .joke .wrap .item1 {
    width: 340px;
}
.sec6 .joke .wrap .item1 .img img {
    transition: 3s;
    display: block;
}
.sec6 .joke .wrap .item1 .img {
    overflow: hidden;
    margin-bottom: 14px;
}
.sec6 .joke .wrap .item1 .img:hover img {
    transform: scale(1.2);
}
.sec6 .joke .wrap .item1 p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.sec6 .joke {
    padding-bottom: 100px;
}


.sec5 .joke .wrap .item1 p.PC{
    display: block !important;
}
.sec5 .joke .wrap .item1 p.PE{
    display: none !important;
}
@media screen and (max-width: 2560px){
	.sec4 .joke .item .text{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: start;
    }
    .sec4 .joke .item .text h5{
        font-size: 22px;
        font-family: Source Han Sans CN;
        font-weight: 400;
        color: #040000;
        text-align: left;
        margin-bottom: 20px;
    }
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	.sec5 {
        margin-bottom: 50px;
    }
    .sec1 {
        padding-top: 80px;
        margin-bottom: 30px;
    }
    .sec3 .joke .item {
        margin-bottom: 10px;
    }
    .sec2 .joke {
        padding-bottom: 40px;
    }
    .joke>h1 {
        font-size: 28px;
    }
    .sec2 {
        margin-bottom: 50px;
    }
    .sec3 {
        margin-bottom: 50px;
    }
    .sec4 .joke {
        padding-bottom: 30px;
    }
    .sec4 {
        margin-bottom: 40px;
    }
    .sec6 .joke {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 1792px){
	
}

@media screen and (max-width: 1680px){
	
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.link111{
        right: 30px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	.link111 .right a{
        font-size: 12px;
    }
}




@media screen and (max-width: 1024px){
    .joke{
        width: 100%;
    }
    .sec1{
        padding: 80px 60px 0;
    }
    .link111{
        display: none;
    }
    .sec1 .joke .wrap .right{
        flex: 1;
    }
    .sec1 .joke .wrap .right img{
        width: 100%;
        height: auto;
    }
    .sec1 .joke .wrap .left {
        width: 320px;
    }
    .sec1 .joke .wrap .left .item {
        width: 50%;
        height: 33.3%;
    }
    .sec1 .joke .wrap .left .item {
        padding-top: 36px;
    }
    .sec2,
    .sec3,
    .sec4{
        padding: 0 60px;
    }
    .sec2 .joke .wrap .box .item{
        width: 31.3%;
        margin-right: 2%;
    }
    .sec2 .joke h1 {
        font-size: 28px;
    }
    .sec2 .joke .wrap .box .item .img img{
        width: 100%;
        height: auto;
    }
    .sec2 .joke .wrap .box .item .img{
        height: auto;
    }
    .sec3 .joke .item .item_top .img img{
        width: 100%;
        height: auto;
    }
    .sec3 .joke .item .item_top .text{
        height: auto;
    }
    .sec3 .joke .item .item_bottom .t1{
        width: 31%;
    }
    .sec3 .joke .item .item_bottom{
        justify-content: space-between;
    }
    .sec3 .joke .item .item_bottom .t1 .img img{
        width: 100%;
        height: auto;
    }
    .sec4 .joke .item .img img{
        width: 100%;
        height: auto;
    }
    .sec4 .joke .item .text{
        height: auto;
    }
    .sec4 .joke .wrap .item1{
        width: 48% !important;
    }
    .sec4 .joke .wrap .item1 .img{
        width: 100%;
        height: auto;
    }
    .sec4 .joke .wrap .item1 .img img{
        width: 100%;
        height: auto;
    }
    .sec4 .joke .wrap .item1 .img video{
        width: 100%;
        height: auto;
    }
    .sec5{
        padding: 0 60px;
    }
    .sec5 .joke .item .img img{
        width: 100%;
        height: auto;
    }
    .sec5 .joke .wrap{
        justify-content: space-between;
    }
    .sec5 .joke .wrap .item1{
        width: 31%;
    }
    .sec5 .joke .wrap .item1 .img img{
        width: 100%;
        height: auto;
    }
    .sec6{
        padding: 0 60px;
    }
    .sec6 .joke .item .img img{
        width: 100%;
        height: auto;
    }
    .sec6 .joke .wrap .item1{
        width: 31%;
    }
    .sec6 .joke .wrap{
        justify-content: space-between;
    }
    .sec6 .joke .wrap .item1 .img img{
        width: 100%;
        height: auto;
    }
    
}

@media screen and (max-width: 820px){
    .sec1 .joke .wrap .left {
        width: 230px;
    }
    .sec1 .joke .wrap .left .item {
        padding-top: 20px;
    }
    /* .sec2 .joke .wrap{
        height: 220px;
    } */
    .sec3 .joke .item .item_top .text p {
        width: 240px;
        font-size: 12px;
    }
    .sec4 .joke .item .text {
        padding-left: 20px;
    }
    .sec5 .joke .wrap .item1 p,
    .sec3 .joke .item .item_bottom .t1 p{
        font-size: 12px;
    }
    .sec5 .joke {
        padding-bottom: 50px;
    }
    .joke>h1 {
        font-size: 24px;
    }

}


@media screen and (max-width: 768px){
	.sec2 .joke .more {
        margin-top: 10px;
    }
    .sec2 {
        margin-bottom: 30px;
    }
    .sec3 .joke {
        padding-bottom: 26px;
    }
    .sec3 .joke .item .item_top .text {
        padding-left: 20px;
    }
    .sec5 .joke .item .text{
        padding-left: 20px;
    }
}


@media screen and (max-width: 540px){
	.sec1 {
        padding: 80px 20px 0;
    }
    .sec1 .joke .wrap{
        flex-direction: column-reverse;
    }
    .sec1 .joke .wrap .left{
        width: 100%;
    }
    .sec2, .sec3, .sec4 {
        padding: 0 20px;
    }
    /* .sec2 .joke .wrap {
        height: 170px;
    } */
    .sec2 .joke h1 {
        font-size: 24px;
    }
    .sec3 .joke .item .item_top{
        flex-direction: column;
    }
    .sec3 .joke .item .item_top .text{
        width: 100%;
        padding: 30px 20px;
    }
    .sec3 .joke .item .item_bottom .t1 .img {
        margin-bottom: 10px;
    }
    .sec4 .joke .item .text h5 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .sec5 {
        padding: 0 20px;
    }
    .sec5 .joke .wrap .item1 .img{
        margin-bottom: 10px;
    }
    .sec5 .joke .wrap .item1 p{
        line-height: 18px;
    }
    .sec5 .joke .wrap .item1 p.PC{
        display: none !important;
    }
    .sec5 .joke .wrap .item1 p.PE{
        display: block !important;
    }
    .sec6 .joke .item{
        flex-direction: column;
    }
    .sec6 .joke .item .text{
        width: 100%;
        padding: 30px 20px;
    }
    .sec6 .joke .wrap .item1{
        width: 49%;
    }
    .sec6 .joke .wrap{
        /* flex-direction: column; */
        flex-wrap: wrap;
    }
    .sec6 {
        padding: 0 20px;
    }
    .sec6 .joke .wrap .item1{
        margin-bottom: 20px;
    }
    .sec6 .joke .wrap .item1 .img{
        margin-bottom: 10px;
    }
    .sec2 .joke .wrap .box .item .img {
        margin-bottom: 10px;
    }
    .sec3 .joke .item .item_bottom .t1{
        /* width: 100%; */
        width: 49%;
    }
    .sec3 .joke .item .item_bottom{
        /* flex-direction: column; */
        flex-wrap: wrap;
    }
    .sec5 .joke .wrap{
        /* flex-direction: column; */
        flex-wrap: wrap;
    }
    .sec5 .joke .wrap .item1{
        width: 49%;
        margin-bottom: 10px;
    }
    .sec4 .joke .item .text p br{
        display: none;
    }
}


@media screen and (max-width: 414px){
    .sec2 .joke .wrap .box{
        justify-content: space-between;
    }
	.sec2 .joke .wrap .box .item{
        width: 49%;
        margin-right: 0;
    }
    /* .sec2 .joke .wrap {
        height: 190px;
    } */
    .sec2 .joke h1 {
        margin-bottom: 40px;
    }
    .sec2 .joke {
        padding-bottom: 20px;
    }


    .sec3 .joke .item .item_bottom .t1{
        margin-bottom: 10px;
    }
    .sec4 .joke .item{
        flex-direction: column;
    }
    .sec4 .joke .item .text{
        padding: 30px 20px;
    }
    .sec4 .joke .wrap .item1 {
        margin-bottom: 15px;
    }

    .sec6 .joke .wrap .item1 p {
        font-size: 12px;
    }
    .sec4 .joke .item .text p{
        width: 100%;
    }
    .sec4 .joke .item .text{
        width: 100%;
    }
    .sec4 .joke .item .text p {
        font-size: 12px;
    }
    .sec5 .joke .item .text p{
        font-size: 12px;
        padding: 0 10px;
    }
    .sec5 .joke .item .text{
        padding-left: 0;
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 