.busin_read_box{
    width: 100%;
    padding-top: calc(8px + 5rem);
}
.busin_read{
    max-width: 1480px;
    width: 90%;
    margin: auto;
}
.busin_read_top{
    display: flex;
    justify-content: flex-start;
    gap: calc(6px + 1.5rem);
    margin-bottom: calc(11px + 4rem);
}

.busin_read_top img{
    width: calc(12px + 2rem);
}
.busin_text .p1{
font-family: PingFang SC;
font-weight: bold;
font-size: calc(4px + 1.5rem);
color: #333333;
line-height: 1;
}
.busin_text .p2{
    font-family: PingFang SC;
    font-weight: 500;
    font-size: calc(8px + 0.5rem);
    color: #333333;
    line-height: 1;
    margin-top: calc(4px + 1rem);
}

.busin_title{
    font-family: PingFang SC;
    font-weight: bold;
    font-size: calc(6px + 1rem);
    color: #BFA151;
    line-height: 1;

}
.busin_line{
    width: 100%;
height: calc(0px + 0.1rem);
background: #E5E5E5;
display: flex;
justify-content: flex-end;
align-items: center;
margin-top: calc(8px + 0.5rem);
}
.busin_line div{
    width: calc(34px + 5rem);
height: calc(2px + 0.1rem);
background: #BFA151;
}

.tuijian_box{
    margin-top: calc(17px + 4rem);
}

.service_swiper_list{
    margin-top: calc(3px + 2rem);
}

.ser_swiper{
    width: 100%;
}
.ser_item{
    width: 100%;
    height: calc(80px + 10rem);
background: #F8F8F8;
border-radius: calc(3px + 0.25rem);
display: flex;
flex-direction: column;
justify-content: center;
padding: 0 calc(2px + 1.5rem);
}
.ser_item .p1{
font-family: PingFang SC;
font-weight: bold;
font-size: calc(8px + 0.5rem);
color: #BFA151;
line-height: 1;
}
.ser_item .p2{
font-family: PingFang SC;
font-weight: 500;
font-size: calc(6px + 0.5rem);
color: #333333;
line-height: calc(4px + 1.5rem);
margin-top: calc(6px + 1rem);
}

.lvshi_swiper_list{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: calc(3px + 2rem);
}

.lvshi_swiper{
    width: 100%;
}
.lvshi_item{
    width: 100%;
    height: calc(20px + 15rem);
background: linear-gradient(0deg, #82858E 0%, #6E727F 100%);
display: flex;
justify-content: space-between;
align-items: flex-end;
gap: calc(9px + 0.5rem);
padding-left: calc(2px + 1.5rem);
padding-right: calc(1px + 0.5rem);
}
.lvshi_item_left{
    flex: 1;
    height: 100%;
}
.lvshi_item_left .p1{
font-family: PingFang SC;
font-weight: 500;
font-size: calc(6px + 1rem);
color: #FFFFFF;
line-height: 1;
margin-top: calc(11px + 3rem);
}
.lvshi_item_left .p2{
font-family: PingFang SC;
font-weight: 500;
font-size: calc(8px + 0.5rem);
color: #FFFFFF;
line-height: 1;
opacity: 0.7;
margin-top: calc(5px + 0.5rem);
}

.lvshi_item_left .p3{
font-family: PingFang SC;
font-weight: 400;
font-size: calc(6px + 0.5rem);
color: #FFFFFF;
line-height: calc(10px + 1rem);
margin-top: calc(5px + 1rem);
border-top: 1px #999DA9 solid;
padding-top: calc(6px + 0.5rem);
}

.lvshi_item_pic{
    width: calc(96px + 5rem);
}
.lvshi_item_pic img{
    width: 100%;
}