.saboxs {
    width: 100%;
    height: 200px;
    /*margin-bottom: 20px;*/
    position: relative;
}
.sabg{
    width: 100%;
    height: 100%;
    /*border: 1px solid red;*/
}
.sabbt{
    font-size: 0.8rem;
    color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.sacon {
    width: 100%;
    min-height: 500px;
    display: block;
    margin-bottom: 50px;
}

.salbox {
    width: 100%;
   min-height: 300px;

}

.salboxs {
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.salbox .saltop {
    width: 100%;
    height: 100px;
    position: relative;
}

.sabtit {
    font-size: 0.8rem;
    font-weight: bold;
}

.sabmore {
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    color: #ABABAB;
    padding: 0px 20px;
    border: 1px solid #ABABAB;
}

.salbox .salbottom {
    width: 100%;
    min-height: 300px;
    background: #F3F8FD;
    position: relative;
}

.salbox .salbottom  .sadesc {
    width: 80%;
    min-height: 200px;
    padding: 20px 0;
    font-size: 0.4rem;
    margin:  0 auto;
    color: #0b0b0b;
    position: relative;
   /* top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
}

.sarbox {
    width: 100%;
    height: 400px;
    position: relative;
}

.sarimg {
    width: 100%;
    height: 400px;
}

.sarimg img {
    width: 100%;
    height: 100%;
}


.petcard{
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}
.petcleft{
    width: 100%;
    height: 400px;
    background: rgb(248,248,248);
    position: relative;
}
.petcleftbox{
    width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.petcright{
    width: 100%;
    height: 200px;
    position: relative;
}
.petcright img{
    width: 100%;
    position: relative;
    top: 50%;
    left: 25%;
    transform: translate(-50%,-50%);
}
.pettit{
    font-size: 0.5rem;
    margin-bottom: 10px;
}
.petstit{
    font-size: 0.3rem;
}
.petmore{
    width: 100px;
    color: #0052D9;
    padding: 5px 20px;
    border: 1px solid #0052D9;
    margin: 15px 0;
    cursor: pointer;
}
.petcon1{
    width: 100%;
    height: 1000px;
    background-size: cover;
}
.petbox1{
    width: 75%;
    height: 100%;
    margin: 0 auto;
}
.pettit1{
    font-size: 0.6rem;
    position: relative;
    color: #0b0b0b;
    font-weight: bold;
    text-align: left;
    padding: 20px;
}
.pettit1:after{
    display: block;
    content: "";
    width: 20%;
    height: 3px;
    background: #0052D9;
    position: absolute;
    bottom: 10px;
    left: 20px;
}
.petlist{
    width: 100%;
    display: block;
    justify-content: space-between;
    flex-wrap: wrap;
}
.petitem{
    width: 100%;
    height: 150px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
    padding: 25px 20px;
    box-sizing: border-box;
    text-align: left;
}
.petitem:nth-child(2n){
    margin-left: 0px;
}
.petitem .petdate{
    color: #c3bebe;
    font-size: 0.5rem;
}
.petitem .petdesc{
    color: #0b0b0b;
    margin: 10px 0;
    font-weight: bold;
    font-size: 0.4rem;
}
.petmore1{
    color: #0052D9;
    font-size: 0.4rem;font-weight: 600;
    cursor: pointer;
}


/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {

}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) {

}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {
    .saboxs {
        width: 100%;
        height: 450px;
        /*margin-bottom: 20px;*/
    }
    .sabbt{
        font-size: 0.2rem;
        color: #FFFFFF;
        position: absolute;
        top: 75%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    .sacon {
        width: 100%;
        height: 500px;
        margin-bottom: 50px;
        padding-left: 50px;
        padding-right: 50px;
        display: flex;
        justify-content: space-between;
    }

    .salbox {
        width: 55%;
        height: 100%;

    }

    .salboxs {
        width: 60%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        justify-content: space-between;
    }

    .salbox .saltop {
        width: 100%;
        height: 25%;
        position: relative;
    }

    .sabtit {
        font-size: 0.18rem;
        font-weight: bold;
    }

    .sabmore {
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        display: inline-block;
        color: #ABABAB;
        padding: 0px 20px;
        border: 1px solid #ABABAB;
        border-radius: 5px;
    }
    .sabmore:hover {
        border: 1px solid blue; /* 在鼠标移入时添加红色边框 */
        color: blue;
    }

    .salbox .salbottom {
        width: 100%;
        height: 75%;
        background: #F3F8FD;
        position: relative;
    }

    .salbox .salbottom  .sadesc {
        width: 65%;
        font-size: 0.10rem;
        color: #0b0b0b;
        position: absolute;
        top: 45%;
        left: 45%;
        transform: translate(-50%, -50%);
    }

    .sarbox {
        width: 45%;
        height: 100%;
        position: relative;
    }

    .sarimg {
        width: calc(100% + 100px);
        height: 90%;
        position: absolute;
        top: 0;
        left: -100px;
    }

    .sarimg img {
        width: 100%;
        height: 100%;
    }
    .petcard{
        width: 100%;
        height: 450px;
        margin: 0 auto;
        display: flex;
    }
    .petcleft{
        width: 50%;
        height: 100%;
        background: rgb(248,248,248);
        position: relative;
    }
    .petcleftbox{
        width: 50%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

    .petcright{
        width: 50%;
        height: 100%;
        position: relative;
    }
    .petcright img{
        height: 350px;
        width: auto;
        position: absolute;
        top: 50%;
        left: 25%;
        transform: translate(-50%,-50%);
    }
    .pettit{
        font-size: 0.15rem;
        margin-bottom: 10px;
    }
    .petstit{
        font-size: 0.1rem;
    }
    .petmore{
        width: 100px;
        color: #0052D9;
        padding: 5px 20px;
        border: 1px solid #0052D9;
        margin: 15px 0;
        cursor: pointer;
    }
    .petcon1{
        width: 100%;
        height: 1000px;
        background-size: cover;
    }
    .petbox1{
        width: 75%;
        height: 100%;
        margin: 0 auto;
    }
    .pettit1{
        font-size: 0.15rem;
        position: relative;
        color: #0b0b0b;
        font-weight: bold;
        text-align: left;
        padding: 20px;
    }
    .pettit1:after{
      display: block;
        content: "";
        width: 4%;
        height: 5px;
        background: #0052D9;
        position: absolute;
        bottom: 10px;
        left: 20px;
    }
    .petlist{
        width: 100%;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .petitem{
        width: 45%;
        height: 200px;
        border-bottom: 1px solid #e3e3e3;
        margin-bottom: 20px;
        padding: 25px 20px;
        box-sizing: border-box;
        text-align: left;
    }
    .petitem:nth-child(2n){
        margin-left: 20px;
    }
   .petitem .petdate{
        color: #c3bebe;
       font-size: 0.12rem;
    }
    .petitem .petdesc{
        color: #0b0b0b;
    margin: 20px 0;
        font-weight: bold;
        font-size: 0.1rem;
    }
    .petmore1{
        color: #0052D9;
        font-size: 0.1rem;font-weight: 600;
        cursor: pointer;
    }
}
