.sec1 {
    padding: 193px 0 170px;
}
.sec1 .joke {
    width: 1330px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.sec1 .joke .img {
    width: 580px;
}
.sec1 .joke .pro-info-text {
    width: 580px;
}
.sec1 .joke .pro-info-text h5 {
    font-size: 36px;
    font-weight: normal;
    color: #000000;
    line-height: 1;
    margin-bottom: 26px;
}
.sec1 .joke .pro-info-text table {
    width: 100%;

}
.sec1 .joke .pro-info-text table tr {
    height: 60px;
    font-size: 16px;
    font-weight: 300;
    color: #333333;
    border-top: 1px solid #E6E6E6;
    border-bottom: 1px solid #E6E6E6;
}
.sec2 {
    padding-bottom: 153px;
}
.sec2 .joke {
    width: 1330px;
    margin: auto;
}
.sec2 .joke h1 {
    font-size: 36px;
    font-weight: 400;
    color: #000000;
    line-height: 1;
}
.sec2 .joke .line {
    width: 1330px;
    height: 1px;
    background: #E6E6E6;
    margin: 23px 0;
}
.sec2 .joke .img {
    width: 100%;
}
.sec2 .joke .img img {
    display: block;
    margin: 0 auto;
}
@media screen and (max-width: 1600px) {
    .sec1 .joke,.sec2 .joke {
        width: 90%;
    }
    .sec1 {
        padding: 100px 0 120px;
    }
    .sec1 .joke .pro-info-text h5,.sec2 .joke h1 {
        font-size: 28px;
    }
    .sec1 .joke .img {
        width: 40%;
    }
    .sec1 .joke .pro-info-text {
        width: 45%;
    }
}
@media screen and (max-width: 1400px) {
    .sec1 .joke .pro-info-text h5,.sec2 .joke h1 {
        font-size: 24px;
    }
    .sec1 .joke .pro-info-text table tr {
        font-size: 14px;
    }
}
@media screen and (max-width: 768px) {
    .sec1 .joke {
        display: block;
    }
    .sec1 .joke .img,.sec1 .joke .pro-info-text {
        width: 100%;
    }
    .sec1 .joke .pro-info-text h5,.sec2 .joke h1 {
        font-size: 20px;
    }
    .sec1 .joke .pro-info-text table tr {
        height: 50px;
    }
    .sec1 {
        padding: 80px 0 60px;
    }
}
