.section p {
    width: 1520px;
    font-size: 28px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000;
    line-height: 42px;
    text-align: center;
    margin: 0 auto 115px;
    padding: 140px 0 0;
}
.sec1 {
    position: relative;
}
.sec1 .bg {
    width: 100%;
}
.sec1 .bg img {
    display: block;
    width: 100%;
}
.sec1 .text {
    width: 1520px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.sec1 .text h1 {
    font-size: 42px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
    margin-bottom: 43px;
}
.sec1 .text p {
    width: 833px;
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
    line-height: 38px;
}
.sec2 .joke {
    width: 1080px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 225px 0 94px;
}
.sec2 .joke .item {
    width: 140px;
    margin-bottom: 108px;
}
.sec2 .joke .item:not(:nth-child(4n)) {
    margin-right: 170px;
}
.sec2 .joke .item .img {
    width: 140px;
    height: 140px;
    background: #FFFFFF;
    border: 1px solid #CCCCCC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    transition: 1s;
}
.sec2 .joke .item .img img {
    display: block;
    transition: 1s;
}
.sec2 .joke .item  p{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 100;
    text-align: center;
    color: #000000;
}
.sec2 .joke .item .img:hover {

    background: #970005;
}
.sec2 .joke .item .img:hover img {
    filter: invert(100%);
}
.sec3 {
    height: 100vh;
    display: flex;
}
.sec3 .right {
    width: 62.5vw;
}
.sec3 .right #allmap {
    width: 100%;
    height: 100%;
}
.sec3 .left {
    width: 37.5vw;
}
.sec3 .left .joke {
    width: 540px;
    margin: auto;
    padding-top: 54px;
}
.sec3 .left .joke .search h1 {
    font-size: 26px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #000000;
}
.sec3 .left .joke .search>p {
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
    margin-top: 5px;
    margin-bottom: 18px;
}
.sec3 .left .joke .search form .searchItem {
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}
.sec3 .left .joke .search form .searchItem input {
    width: 480px;
    height: 60px;
    background: rgba(245,245,245,0);
    border: 1px solid #CCCCCC;
    padding: 0 20px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
}
.sec3 .left .joke .search form .searchItem button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: rgba(245,245,245,0);
    border: 1px solid #CCCCCC;
    border-left: 1px solid transparent;
    transition: 1s;
}
.sec3 .left .joke .search form .searchItem button .iconfont {
    font-size: 20px;
    transition: 1s;
}
.sec3 .left .joke .search form .searchItem button:hover {
    border: 1px solid transparent;
    background: #970005;
}
.sec3 .left .joke .search form .searchItem button:hover .iconfont {
    color: #FFFFFF;
}
.sec3 .left .joke .search .result {
    margin-bottom: 24px;
}
.sec3 .left .joke .search .result p{
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #000000;
}
.sec3 .left .joke .search .result p span {
    color: rgba(225, 5, 0, 1);
}
.sec3 .left .joke .address .item {
    width: 540px;
    height: 251px;
    background: #F5F5F5;
    transition: 1s;
    display: flex;
    padding: 53px 30px 0;
    margin-bottom: 15px;
    cursor: pointer;
    transition: 0.6s;
}
.sec3 .left .joke .address .item .addressLogo {
    margin-right: 30px;
    width: 30px;
    height: 30px;
    background: #333333;
    transition: 0.6s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sec3 .left .joke .address .item .addressLogo svg {
    width: 25px;
}
.sec3 .left .joke .address .item .addressLogo svg path {
    fill: #FFFFFF;
}
.sec3 .left .joke .address .item .text h5 {
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #000000;
    margin-bottom: 18px;
    transition: 0.6s;
}
.sec3 .left .joke .address .item .text p {
    font-size: 14px;
    font-family: PingFang SC;
    font-weight: 100;
    color: #333333;
    line-height: 26px;
    transition: 0.6s;
}
.sec3 .left .joke .address .item:hover {

    background: #970005;
}
.sec3 .left .joke .address .item:hover .text h5 {
    color: #FFFFFF;
}
.sec3 .left .joke .address .item:hover .text p {
    color: #FFFFFF;
}
.sec3 .left .joke .address .item:hover .addressLogo {
    background: #970005;
}
.sec3 .left .scrollbar-track-y {
    width: 8px;
    background: #E6E6E6 !important;
    opacity: 1!important;
    right: 18px !important;
}
.sec3 .left .scrollbar-track-y .scrollbar-thumb {
    width: 8px !important;
    border-radius: 0!important;
    background: #970005 !important;
}
@media screen and (max-width: 1600px) {
    .section p {
        width: 90%;
        padding: 80px 0 0;
        font-size: 24px;
    }
    .sec1 .text h1 {
        font-size: 36px;
    }
    .sec1 .text {
        width: 90%;
        position: unset;
        transform: unset;
        margin: auto;
        padding: 80px 0;
    }
    .sec1 .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
    }
    .sec1 .bg img {
        width: 100%;
        height: 100%;
    }
    .sec3 .left .joke {
        width: 85%;
    }
    .sec3 .left .joke .address .item {
        width: 100%;
    }
}
@media screen and (max-width: 1450px) {
    .sec1 .text h1 {
        font-size: 32px;
        margin-bottom: 23px;
    }
    .sec1 .text p {
        font-size: 16px;
        line-height: 32px;
    }
    .section p {
        font-size: 22px;
    }
    .sec3 .left .joke .search h1 {
        font-size: 24px;
    }
    .sec3 .left .joke .address .item {
        height: 200px;
    }
}
@media screen and (max-width: 1365px) {
    .sec2 .joke {
        width: 90%;
        display: grid;
        grid-template-columns: repeat(4,1fr);
        padding: 80px 0 0px;
    }
    .sec2 .joke .item:not(:nth-child(4n)) {
        margin: 0;
    }
    .sec2 .joke .item {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    .sec3 {
        flex-direction: column;
    }
    .sec3 .left,.sec3 .right {
        width: 90%;
        margin: auto;
    }
    .sec3 .right #allmap {
        height: 40vh;
        margin-bottom: 60px;
        margin-top: 30px;
    }
    .sec3 .left .joke {
        width: 100%;
    }
    .sec3 .left .scrollbar-track-y {
        right: 0!important;
    }
    .section>p br {
        display: none;
    }
}
@media screen and (max-width: 1023px) {
    .section>p {
        font-size: 20px;
        padding: 30px 0 0;
        margin: 0 auto 30px;
    }
    .sec3 .left .joke {
        padding: 0;
    }
    .sec3 .left .joke .search form .searchItem input,.sec3 .left .joke .search form .searchItem button {
        height: 46px;
    }
    .sec3 .left .joke .address .item {
        padding: 30px 18px 0;
        height: 160px;
    }
    .sec3 .left .joke .address .item .addressLogo {
        margin-right: 10px;
    }
    .sec1 .text h1 {
        font-size: 28px;
    }
    .sec1 .text p {
        width: 100%;
    }
    .sec1 .text {
        padding: 60px 0;
    }
    .sec2 .joke {
        grid-template-columns: repeat(2,1fr);
        grid-gap: 20px 0px;
    }
    .sec2 .joke .item {
        margin-bottom: 0;
    }
    .sec2 .joke .item p {
        font-size: 16px;
    }
    .sec2 .joke .item .img {
        width: 120px;
        height: 120px;
    }
    .sec2 {
        padding-bottom: 60px;
    }
}
