.layer_read_box {
    width: 100%;
}

.layer_read_main {
    width: 100%;
    background-color: #F9F9F9;
}

.layer_read {
    max-width: 1480px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: calc(82px + 5rem);
    padding-top: calc(1px + 2rem);
    background: url(../images/sy.png) no-repeat;
    background-size: calc(110px + 20rem);
    background-position-x: calc(82px + 40rem);
    background-position-y: calc(3px + 5rem);
}

.layer_read_left {
    width: 52.2297%;
    padding-top: calc(15px + 2rem);
    padding-bottom: calc(10px + 1rem);

}

.layer_read_left .p1 {
    font-family: PingFang SC;
    font-weight: bold;
    font-size: calc(10px + 1.5rem);
    color: #323946;
    line-height: 1;
}

.layer_read_left .p2 {
    font-family: PingFang SC;
    font-weight: bold;
    font-size: calc(10px + 0.5rem);
    color: #BFA151;
    line-height: 1;
    margin-top: calc(1px + 1rem);
}

.layer_read_left .p3 {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(6px + 1.5rem);
    margin-top: calc(9px + 1.5rem);
}

.layer_read_left .p4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(18px + 3rem);
    margin-top: calc(10px + 4rem);
}

.layer_read_left .p4 p {
    font-family: PingFang SC;
    font-weight: 500;
    font-size: calc(8px + 0.5rem);
    color: #666666;
    line-height: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(6px + 0.5rem);
}

.layer_read_left .p4 p img {
    width: calc(2px + 1rem);
}

.layer_read_pic {
    width: calc(3px + 15rem);
}

.layer_read_pic img {
    width: 100%;
}

.layer_intro_box {
    width: 100%;
    padding-top: calc(20px + 3rem);
    padding-bottom: calc(20px + 2rem);
}

.layer_intro {
    max-width: 1480px;
    width: 90%;
    margin: auto;
}

.layer_intro_text .p1 {
    font-family: PingFang SC;
    font-weight: 800;
    font-size: calc(6px + 1rem);
    color: #BFA151;
    line-height: 1;
}

.layer_intro_text .p2 {
    font-family: PingFang SC;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: calc(6px + 1.5rem);
    margin-top: calc(4px + 1rem);

}

.layer_intro_text .p2 p {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: calc(2px + 0.5rem);
}

.layer_intro_text .p2 p::before {
    content: "";
    width: calc(3px + 0.25rem);
    height: calc(3px + 0.25rem);
    background: #BFA151;
    border-radius: 50%;
    margin-top: calc(8px + 0.25rem);

}

.layer_intro_3 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.layer_intro_3_pic {
    flex: 1;
    display: flex;
    justify-content: flex-start;
    gap: calc(5px + 1.5rem);
}

.layer_intro_3_pic .pic {
    height: calc(40px + 15rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: calc(7px + 0.5rem);
}

.layer_intro_3_pic .pic .img {
    height: 100%;
}
.layer_intro_3_pic .pic .btn{
    width: calc(8px + 1rem);
    cursor: pointer;
}