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;
}
.section {
    background: #f5f5f5;
    padding-top: 135px;
}

.joke {
    width: 1080px;
    margin: auto;

}
.banner1 .text {
    width: 340px;
    position: absolute;
    top: 50%;
    left: 80px;
    transform: translateY(-50%);
}
.banner1 .text h3 {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    margin-bottom: 20px;
    color: #040000;
}
.banner1 .text p {
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666;
    line-height: 22px;
}
.joke .title {
    text-align: center;
}
.joke .title h1 {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.joke .title p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    opacity: 0.3;
}
.joke .banner1 {
    width: 100%;
    padding-bottom: 100px;
    position: relative;
}
.seriesBanner .swiper-slide {
    width: 100%;
    overflow: hidden;
}
.seriesBanner .swiper-slide .slide-inner {
    width: 100%;
    overflow: hidden;
}
.seriesBanner .swiper-slide .slide-inner img {
    width: 100%;
    display: block;
}
.banner1 .swiper-pagination {
    bottom: 58px !important;
}
.banner1 .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin-right: 26px !important;
    transition: 0.6s;
    position: relative;
    background: unset;
}
.banner1.swiper-pagination-bullet svg {
    opacity: 0;
}
.banner1 .swiper-pagination-bullet-active svg {
    opacity: 1;
}
.banner1 .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background: #666666;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    transition: 0.6s;
    z-index: 9;
}
.banner1 .swiper-pagination-bullet-active:after {
    opacity: 0;
}
.banner1 .swiper-pagination-bullet-active svg .path-loop-bg {
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 2px;
}
.banner1 .swiper-pagination span .path-loop-bg{
    fill: none;
    stroke: transparent;
    stroke-miterlimit: 10;
    stroke-width: 6px;
    stroke: rgba(255,255,255,0.5);
}
.banner1 .swiper-pagination span .path-loop{
    stroke-dashoffset: 157px;
    fill: none;
    stroke: rgba(239, 184, 29, 1);
    stroke-miterlimit: 10;
    stroke-width: 6px;
    transition: 0.6s;
}
.banner1 .swiper-pagination .swiper-pagination-bullet-active .path-loop{
    /* animation: index_circle 3s linear forwards; */
    animation: index_circle 4s linear forwards;
}
@keyframes index_circle {
    0% {
        stroke-dashoffset: 157px;
    }
    100% {
        stroke-dashoffset: 19px;
    }
}
.section .joke .pro {
    width: 100%;
    margin-bottom: 125px;
}
.section .joke .pro .title {
    width: 1080px;
    height: 175px;
    background: #EDEDED;
    padding-left: 149px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 4px;
}
.section .joke .pro .title h1 {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-bottom: 12px;
}
.section .joke .pro .title .line {
    width: 62px;
    height: 2px;
    background: #333333;
}
.section .joke .pro .box .item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 4px;
}
.section .joke .pro .box .item:nth-child(2n) {
    flex-direction: row-reverse;
}
.section .joke .pro .box .item .left {
    position: relative;
}
.section .joke .pro .box .item .left .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    position: absolute;
    bottom: 21px;
    right: 25px;
}
.section .joke .pro .box .item .left .button .iconfont {
    color: #fff;
}
.section .joke .pro .box .item .left .img {
    display: block;
    overflow: hidden;
    position: relative;
}



.section .joke .pro .box .item .left .img:hover img {
    transform: scale(1.2);
}
.section .joke .pro .box .item .left .img img {
    display: block;
    transition: 3s;max-width:100%;
}
.section .joke .pro .box .item .left .img p {
    font-size: 70px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section .joke .pro .box .item .right {
    width: 270px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 12px; padding-right:12px;
}
.section .joke .pro .box .item .right h5 {
    width: 238px;
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #040000;
    line-height: 30px;
    margin-bottom: 13px;
}
.section .joke .pro .box .item .right p {
    width: 238px;
    font-size: 14px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 22px;
}
.section .joke .pro .box .item .right .text h5, .section .joke .pro .box .item .right .text p {
    width: fit-content;
}
.section .joke .new {
    width: 100%;
    padding-bottom: 99px;
}
.section .joke .new .title {
    margin-bottom: 16px;
}
.section .joke .new .title h1{
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.section .joke .new .title p {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
    opacity: 0.3;
}
.section .joke .new .box {
    display: flex;
    padding-bottom: 58px;
    border-bottom: 1px solid #CCCCCC;
}
.section .joke .new .box .item {
    position: relative;
    display: block;
    margin-right: 3px;
}
.section .joke .new .box .item:nth-child(3n) {
    margin-right: 0;
}
.section .joke .new .box .item .img {
    display: block;
    overflow: hidden;
    width: 358px;
    height: 360px;
}
.section .joke .new .box .item img {
    display: block;
    transition: 1s;
    width: 100%;
    height: 100%;
}
.section .joke .new .box .item .img:hover img {
    transform: scale(1.2);
}
.section .joke .new .box .item .text {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 23px;
    display: flex;
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.section .joke .new .box .item .text .info {
    width: 50px;
    height: 50px;
    background: rgba(237,237,237,0);
    border: 2px solid #FFFFFF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section .joke .new .box .item .text .info .iconfont {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
}
.section .joke .new .box .item .text p {
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 26px;
    width: 225px;
}
@media screen and (max-width: 2560px){
	.section .joke .new .box .item .text p {
        font-size: 16px;
    }
    .section .joke .pro .box .item .right p{
        text-align: justify;
    }
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	.section {
        padding-top: 100px;
    }
    .banner1 .swiper-pagination {
        bottom:10px !important;
    }
    .joke .banner1{
        padding-bottom:40px;
    }
    .section .joke .pro .box .item .left .img p {
        font-size: 60px;
    }
    .section .joke .pro .title {
        height: 100px;
        padding-left: 60px;
    }
    .section .joke .pro .title h1 {
        font-size: 26px;
    }
    .section .joke .pro .title .line {
        width: 52px;
    }
    .section .joke .pro .title h1 {
        margin-bottom: 4px;
    }
    .section .joke .pro {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1792px){

}

@media screen and (max-width: 1680px){
    .section .joke .pro .box .item .left .img p {
        font-size: 50px;
    }
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.section .joke .new .box .item .text .info {
        width: 40px;
        height: 40px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}



@media screen and (max-width: 1024px){
    .joke {
        width: 100%;
        padding:  0 60px;
    }
    .joke .title h1 {
        font-size: 28px;
    }
    .section .joke .pro .title{
        width: 100%;
    }
    .section .joke .pro .box .item .left{
        flex: 1;
    }
    .section .joke .pro .box .item .left .img img{
        width: 100%;
        height: auto;
    }
    .section .joke .pro .box .item .left .img p {
        font-size: 40px;
    }
    .section .joke .new .box .item .img{
        width: 100%;
    }
    .section .joke .new .box .item .img img{
        width: 100%;
        height: auto;
    }
    .section .joke .new .box .item .img{
        height: auto;
    }
    .section .joke .new .box .item .text{
        flex-direction: column;
        align-items: flex-end;
    }
    .section .joke .new .box .item .text p{
        width: 100%;
    }
}


@media screen and (max-width: 820px){
    .section {
        padding-top: 70px;
    }
    .section .joke .pro .box .item .right {
        width: 280px;
        padding-left: 20px;
    }
    .section .joke .pro .box .item .left .img p {
        font-size: 30px;
    }
    .section .joke .pro .box .item .right h5 {
        font-size: 20px;
    }
    .section .joke .new .title h1 {
        font-size: 28px;
    }
    .section .joke .new .box .item .text p {
        font-size: 14px;
    }
    .section .joke .new .box .item .text {
        padding: 0 10px;
    }
    .section .joke .pro .title {
        padding-left: 30px;
    }
    .section .joke .pro .box .item .left .button {
        width: 40px;
        height: 40px;
    }
}


@media screen and (max-width: 768px){
	
}


@media screen and (max-width: 540px){
	.joke {
        padding: 0 20px;
    }
    .section .joke .pro .box .item{
        flex-direction: column !important;
        margin-bottom: 30px;
    }

    .section .joke .pro .box .item .right{
        width: 100%;
        padding:20px;
    }
    .section .joke .pro .box .item .right p{
        width: 100%;
    }
    .section .joke .new .box{
        flex-direction: column;
    }
    .section .joke .new .box .item{
        width: 100%;
        margin-bottom: 30px;
    }
    .section .joke .new .box .item .text p {
        font-size: 20px;
        line-height: 30px;
    }
    

    .section .joke .new .box .item {
        margin-bottom: 10px;
        display: flex;
    }
    .section .joke .new .box .item .text{
        position: static;
        flex: 1;
        margin-left: 10px;
        display: flex;
        justify-content: center;
    }
    .section .joke .new .box .item .text p {
        font-size: 14px;
        line-height: 20px;
        color: #000;
    }
    .section .joke .new .box .item .text p br{
        display: none;
    }
    .section .joke .new .box .item .text .info{
        display: none;
    }
    .section .joke .new .box .item .img{
        width: 140px;
        height: 100px;
    }
}


@media screen and (max-width: 414px){
	.joke .title h1 {
        font-size: 24px;
    }
    .section .joke .pro .title h1 {
        font-size: 20px;
    }
    .section .joke .pro .title {
        height: 60px;
    }
    .section .joke .pro {
        margin-bottom: 30px;
    }
    .section .joke .pro .box .item .left .button {
        bottom:10px;
        right: 10px;
    }
    /* .section .joke .new .box .item .text p {
        font-size: 18px;
        line-height: 26px;
    } */
    .section .joke .new .box {
        padding-bottom: 0px;
    }
    .section .joke .new {
        padding-bottom: 30px;
    }
    .section .joke .pro .title .line {
        width: 80px;
    }
    .section .joke .new .title h1 {
        font-size: 24px;
    }
    .section .joke .pro .box .item .right h5 {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 