.carousel-container {
    width: 100%;
    margin: 0 auto;
    height: 600px;
    position: relative;
    overflow: hidden;
    padding-top: 80px;
    box-sizing: content-box;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}
.carousel-container .banner-img {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("https://oss-official-website.doorunhealth.com/assets/hospitalbanner.jpg");
    background-size: cover;
    background-position: center;
}
.carousel-container .banner-img .banner-title {
    position: absolute;
    left: 20%;
    top: 30%;
    font-weight: 400;
    font-size: 45px;
    color: #ffffff;
    animation: textFadeInUp 1s ease forwards;
}
.carousel-container .banner-img .banner-title > span {
    font-size: 80px;
    color: #ffc500;
}
/* 导航面包屑 */
.breadcrumb-nav {
    margin-top: 13px;
}
.breadcrumb-nav .nav > span a {
    color: rgba(51, 51, 51, 0.5);
    font-size: 14px;
}
.breadcrumb-nav .nav > span a:hover {
    color: rgb(51, 51, 51);
}
.breadcrumb-nav .nav > span:nth-child(2) {
    padding: 0 8px;
}
.breadcrumb-nav .nav > span:last-child {
    color: #333;
}
body{
    background: #FFFFFF;
}
/*信息*/
.familyinfo{
    width: 1300px;
    margin: 103px auto 0;
    text-align: center;
}
.familyinfo h3{
    font-size: 30px;
}
.familyinfo p{
    margin: 25px 0 65px;
    font-size: 16px;
}
.hispltalcard-list{
    width: 1300px;
    margin: 0 auto;
}
.hispltalcard-list .hispltalcard-list-item{
    display: flex;
    justify-content: space-between;
    height: 350px;
    margin-bottom: 40px;
    text-align: left;
    background: #F4F4F4;

}
.hispltalcard-list .hispltalcard-list-item .img img{
    width: 100%;
    height: 100%;
    transition: all 0.5s;


}

.hispltalcard-list .hispltalcard-list-item:hover .img img {
    transform: scale(1.2);
    transition: all 0.5s;

}
.hispltalcard-list-item:nth-child(2n){
    flex-direction: row-reverse;
}
.hispltalcard-list-item:nth-child(2n) .info{
    align-items: center;
}

.hispltalcard-list .hispltalcard-list-item .img{
   width: 600px;
    transition: all 0.5s;
        overflow: hidden;


}

 /* .hispltalcard-list-item:hover .hispltalcard-list-item .img img {
    transform: scale(1.2);
} */
.hispltalcard-list .hispltalcard-list-item .info{
    width: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.hispltalcard-list .hispltalcard-list-item .info h4{
    width: 470px;
    text-align: left;
    font-size: 30px;
}
.hispltalcard-list .hispltalcard-list-item .info p{
    width: 470px;
    font-size: 16px;
    line-height: 30px;


}





.product-container{
    width: 100%;
    margin: 95px auto 0;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 72px 0 109px;
}
.product-container .title{
    width: 1300px;
    margin: 0 auto;
}
.product-container h3{
    font-size: 30px;
}
.product-container .product-list-content {
    width: 1300px;
    display: flex;
    flex-wrap: wrap;
    margin-top: 52px;
    /* justify-content: space-between; */

    gap: 33px 30px;
}
.product-container .product-list-content .product-list-items:last-child{
    /* margin-right: auto; */
}
.product-container .product-list-content .product-list-items {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 380px;
    margin-bottom: 30px;

    background: #F6F6F6;
}
.product-container .product-list-content .product-list-items a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
}
.product-container .product-list-content .product-list-items a:hover .product-list-items-img > img {
    transform: scale(1.2);
}
.product-container .product-list-content .product-list-items a .product-list-items-img {
    width: 300px;
    height: 260px;
}
.product-container .product-list-content .product-list-items a .product-list-items-img > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    transition: all 0.5s;
}
.product-container .product-list-content .product-list-items a .product-name {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
}
.product-container .product-list-content .product-list-items a .product-tips {
    color: #888888;
}/*# sourceMappingURL=product.css.map */


@media (max-width: 1024px) {
    /*.carousel-container .banner-img {*/
    /*    background-image: url("https://oss-official-website.doorunhealth.com/assets/mobile-product-banner.jpg");*/
    /*}*/
    .carousel-container{
        height: 118px;
        padding-top: 60px;
    }
    .breadcrumb-nav{
        margin-left: 16px;
    }
    .familyinfo{
        width: 100%;
        margin-top: 33px;
        padding: 0 16px;
    }
    .familyinfo h3{
        font-size: 18px;
    }
    .familyinfo p{
        margin: 20px 0 ;

        font-size: 14px;
        text-align: left;
    }
    .hispltalcard-list{
        width: 100%;
    }
    .hispltalcard-list .hispltalcard-list-item{
    display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        width: 343px;
        margin: 0 auto;
    }
    .hispltalcard-list .hispltalcard-list-item .img{
        height: 193px;
        width: 343px;
    }
    .hispltalcard-list .hispltalcard-list-item .info{
        width: 100%;
        /*height: 193px;*/
        margin-top: 23px;
        /*padding: 23px 0 0 12px;*/

    }
    .hispltalcard-list .hispltalcard-list-item .info h4{
        width: 315px;
        font-size: 18px;
    }
    .hispltalcard-list .hispltalcard-list-item .info p{

        font-size: 14px;
        width: 315px;
        margin: 6px 0 0;
        color: #333333;
    line-height: 22px;

    }
    /* .hispltalcard-list-item:nth-child(2n){
        flex-direction: column;
    } */

    .product-container{
        margin-top: 57px;
        padding: 52px 0 53px;
    }
    .product-container .title{
        width: 100%;
        padding: 0 16px;

    }
    .product-container .title h3{
        font-size: 20px;

    }
    .product-container .product-list-content{
        width: 100%;
        margin-top: 18px;
        justify-content: center;
    }
    .product-container .product-list-content .product-list-items{
        width: 342px;
    }
    .hispltalcard-list-item .info{
    align-items: center;
}
}
