/* 通配符 */
* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

.health {
    width: 1500px;
    margin: auto;
}

/* 轮播图 */
.swiper {
    width: 1500px !important;
    height: 600px !important;
    margin-left: auto;
    margin-right: auto;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 导航 */
.health_detailed {
    width: 100%;
    margin-bottom: 100px;
}

.col-sm-4 {
    width: 300px !important;
}

.lis_style {
    background-color: rgb(253, 205, 191) !important;
}

.col-sm-4 {
    padding: 0px !important;
}

.row {
    margin: 0px !important;
}

/* 方案内容 */
.detailed {
    width: 1200px !important;
    display: none;
    padding: 0px !important;
}

.detailed>h2 {
    margin: 0px !important;
    height: 73px;
    line-height: 73px;
    padding-left: 20px;
    background-color: rgb(211, 222, 223);
}

.detailed>div {
    padding: 20px;
}

/* 内容 */
.detailed_content>p {
    text-indent: 2em;
}

.content_1>h4 {
    margin-top: 20px;
    font-weight: 700;
}

.content_1_img>div {
    width: 1160px;
    text-align: center;
}

/* 回到顶部 */
.jiantou {
    position: fixed;
    bottom: 100px;
    right: 220px;
    display: none;
    width: 50px;
    height: 50px;
}

.jiantou>img {
    width: 100%;
    height: 100%;
}