.section {
    width: 100vw;
    height: 100vh;
    padding: 214px 0 0;
}
.section .joke{
    width: 1520px;
    margin: auto;
    display: flex;
}
.section .joke .left h1 {
    font-size: 42px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 52px;
    margin-bottom: 59px;
}
.section .joke .left .tel p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
    line-height: 38px;
}
.section .joke .left .tel h4 {
    font-size: 34px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    line-height: 38px;
    position: relative;
    width: fit-content;
}
.section .joke .left .tel h4:after {
    content: "";
    width: 110%;
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    background: #970005;
}
.section .joke .left .tel {
    width: 530px;
}
.section .joke .right {
    position: relative;
    margin-left: 71px;
    padding: 135px 0 0 70px;
    width: 931px;
}
.section .joke .right .map {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
}
.section .joke .right .iconfont {
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: unset;
    color: #970005;
    font-size: 22px;
    border: 1px solid #970005;
    transition: 0.6s;
    cursor: pointer;
}
.section .joke .btns {
    width: fit-content;
    position: absolute;
    display: flex;
    left: 386px;
    top: 260px;
    z-index: 99;
}
.section .joke .btns .iconfont:nth-child(1) {
    transform: rotate(180deg);
    background: unset;
    color: #970005;
    border-left: none;
}
.section .joke .right .iconfont:hover {
    color: #FFFFFF;
    background: #970005;
}
.section .joke .right .c_info h5 {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;

}
.section .joke .right .info .img {
    margin-bottom: 100px;
}
.section .joke .right .c_info .ti a {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    display: block;
    margin-left: 15px;
    transition: 0.6s;
}
.section .joke .right .c_info .ti a:hover {
    color: #970005;
}
.section .joke .right .c_info .ti {
    display: flex;
    align-items: flex-end;
    margin-bottom: 19px;
}
.section .joke .right .c_info p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
}
.section .joke .right .c_info {
    padding-bottom: 30px;
    width: 466px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 35px;
}
.section .joke .right .p_info p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
    line-height: 26px;
}
.section .joke .right .contact_swiper {
    padding-bottom: 40px;
}
.section .joke .right .contact_swiper .swiper-pagination {
    left: 0;
    text-align: left;
    bottom: 0;
}
.section .joke .right .contact_swiper .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background: #970005;
    border-radius: unset;
    opacity: 0.5;
    margin: 0 11px 0 0!important;
}
.section .joke .right .contact_swiper .swiper-pagination-bullet-active {
    opacity: 1;
}
.header .header_bottom {
    top: 10px;
    padding: 0 12vw;
    background: unset;
}
.header .header_bottom .logo {
    transform: scale(0.8);
}
.header .header_bottom .header_link a p {
    font-weight: 700!important;
}
.header .header_top .search {
    position: relative;
    z-index: 999;
}
@media screen and (max-width: 1600px) {
    .section .joke {
        width: 90%;
    }
    .section .joke .left h1 {
        font-size: 36px;
    }
    .section .joke .left .tel h4 {
        font-size: 30px;
    }
    .section {
        padding: 130px 0 0;
    }
    .section .joke .right {
        width: 60%;
        padding: 5vh 0 0 70px;
    }
    .section .joke .right .iconfont {
        width: 60px;
        height: 60px;
    }
    .section .joke .right .info .img {
        margin-bottom: 40px;
    }
    .section .joke .right .c_info {
        margin-bottom: 25px;
        padding-bottom: 25px;
    }
    .section .joke .left {
        width: 30%;
    }
    .section .joke .left .tel {
        width: 100%;
    }

}
@media screen and (max-width: 1450px) {
    .section .joke .left h1 {
        font-size: 32px;
    }
    .section {
        padding: 114px 0 0;
    }
}
@media screen and (max-width: 1365px) {
    .section .joke {
        flex-direction: column;
    }
    .section {
        height: auto;
    }
    .section .joke .right {
        width: 100%;
    }
    .section .joke .right {
        padding: 135px 0 0px;
        margin: 30px 0 0;
    }
    .section .joke .right .map {
        width: 100%;
    }
    .section {
        padding: 130px 0 0;
    }
    .section .joke .left h1 {
        margin-bottom: 39px;
    }
    .section .joke .left {
        width: 100%;
    }
}
@media screen and (max-width: 1023px) {
    .section .joke .left h1 {
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .section .joke .left .tel h4 {
        font-size: 24px;
    }
    .section .joke .right {
        padding: 52px 0 30px;
    }
    .section .joke .right .contact_swiper {
        width: 100%;
    }
    .section .joke .right .c_info h5 {
        font-size: 22px;
    }
    .section .joke .right .info .img {
        margin-bottom: 20px;
    }
    .section .joke .right .c_info {
        margin-bottom: 11px;
        padding-bottom: 13px;
    }
    .section .joke .btns {
        top: unset;
        left: unset;
        bottom: 0;
        right: 0;
    }
    .section .joke .right .iconfont {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
}
