/* 重置 */
.centre-box {
    width: 1000px;
    margin: 0 auto;
}

/* 初始化 */
body,
html {
    padding: 0;
    margin: 0;
    color: #303133;
    font-size: 16 px;
    width: 100%;
    font-family: -apple-system, Helvetica, sans-serif;
}

ul,
li,
dl,
dd {
    list-style: none;
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

a {
    text-decoration: none;
    color: #303133;
}

i {
    font-style: normal;
}

/* 底部 */
.footer-box div {
    text-align: center;
    padding: 10px 0;
    line-height: 24px;
}

.footer-box .lj_text a {
    color: #777;
}

.lj_text a {
    padding: 0 10px;
}

.footer-box {
    font-size: 12px;
    color: #777;
    margin-top: 50px;
    margin-bottom: 50px;
}


/* 顶部导航 */
.top-nav {
    height: 48px;
    background-color: #820010;
}

.centre-box .nav {
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}

.centre-box .nav a {
    color: white;
    line-height: 48px;
    font-size: 20px;
    display: block;
    height: 48px;
    padding: 0 30px;
    box-sizing: border-box;
}

.centre-box .nav a:hover {
    background-color: #cf7853;
    color: white;
}

/* 首页 */
.bg-box {
    background: url(../img/bgimg.png) no-repeat;
    padding-bottom: 50px;
}

.m_l_50 {
    margin-left: 50px;
}

.m_r_50 {
    margin-right: 50px;
}
/* 导语 */
.introduction{
    background: url(../img/daoyu.png) no-repeat;
    height: 369px;
    padding-top: 48px;
    padding-left: 60px;
    box-sizing: border-box;
}
.introduction h6{
    width: 200px;
    color: white;
    font-size: 42px;
    margin-bottom: 30px;
}
.introduction p{
    color: #7b000f;
    width: 857px;
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 20px;
    text-indent: 2em;
}
/* 优惠资讯 */
.title-box {
    background: url(../img/nr1.png) no-repeat;
    width: 1440px;
    margin: 0 auto;
    margin-top: 120px;
    padding-top: 130px;
}
.information{
    background-color: white;
    border: 10px solid #fadfa1;
    width: 1000px;
    margin: 0 auto;
}
.title-box .title-text { 
    font-size: 20px;
    color: #1d1d1d;
    margin: 0 auto;
    -webkit-column-gap: 24px;
    column-gap: 24px;
    -webkit-columns: 2;
    columns: 2;
    box-sizing: border-box;
    padding: 25px;
}

.title-box .title-text a {
    width: 460px;
    line-height: 30px;
    padding: 20px 0;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

/* 变美计划 */
.plan-box{
    background: url(../img/nr2.png) no-repeat;
    width: 1440px;
    margin: 0 auto;
    margin-top: 120px;
    padding-top: 130px;
}
.plan-box .content{
    padding: 40px;
}
.plan-box .title{
    font-size: 18px;
    color: #181818;
    line-height: 30px;
}
.plan-box .injection{
    margin-top: 50px;
}
.plan-box .inbox{
    background-color: #fadfa1;
    border-radius: 14px;
    margin-top: 30px;
    margin-right: 20px;
    padding-bottom: 5px;
}
.plan-box .inbox:nth-of-type(2n){
    margin-right: 0;
}
.plan-box .shuig{
    background: url(../img/icon2.png) no-repeat;
    width: 182px;
    height: 43px;
    color: white;
    line-height: 43px;
}
.plan-box .shuig em{
    font-size: 30px;
}
.plan-box .shuig b{
    font-size: 26px;
    padding-left: 12px;
}
.plan-box .details{
    border: 1px solid white;
    border-radius: 14px;
    margin: 0 10px 10px 10px;
    padding: 10px;
}
.plan-box .details img{
    margin-right: 10px;
    margin-bottom: 10px;
}
.plan-box .details p{
    color: #212121;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 4px;
}
.plan-box .xx{
    color: #ff982a;
}

.titleimg {
    margin: 0 auto;
    padding-bottom: 40px;
    padding-top: 180px;
    display: block;
}

.content-text {
    background: url(../img/nr3.png) no-repeat;
    height: 3487px;
    padding: 240px 81px 0 68px;
}

.content-text .target {
    display: flex;
    padding: 0 31px;
}

.content-text .target div {
    background-color: #da0007;
    border-radius: 50px 0 50px 0;
    width: 315px;
    font-size: 35px;
    color: white;
    text-align: center;
    padding: 8px 0;
    margin: 10px;
    box-sizing: border-box;
}

.plan {
    padding: 0px 50px;
    margin-top: 40px;
}

.plan h6 {
    position: relative;
    color: #1d1d1d;
    font-size: 18px;
    font-weight: bold;
    background: linear-gradient(to top, #125f3e 0% 30%, #ffffff 0%);
    display: inline-block;
}

.plan .plantext {
    color: #1d1d1d;
    font-size: 14px;
    text-indent: 2em;
    line-height: 23px;
    margin-top: 10px;
}


.flex {
    display: flex;
}

.flex-1 {
    flex: 1;
}

.flex-wrap {
    flex-wrap: wrap;
}

/* 医院 */
.hospital-top{
    background: url(../img/nr3.png) no-repeat;
    width: 1440px;
    margin: 0 auto;
    margin-top: 120px;
    padding-top: 28px;
    height: 367px;
    display: block;
    text-align: center;
    color: #c20000;
    font-size: 41px;
    font-weight: bold;
}
.hospital {
    background-color: #f9f9f9;
    border: 30px solid white;
    border-radius: 10px;
    padding: 20px 0 0px 20px;
    margin-top: -270px;
    box-sizing: border-box;
}
.hospital-box{
    width: 920px;
    margin: 0 auto;
    padding-left: 6px;
}
.hospital-box .hospital-list {
    width: 275px;
    background-color: #c19e4d;
    padding: 1px;
    box-sizing: border-box;
    margin-right: 30px;
    margin-bottom: 20px;
}

.hospital-box .hospital-list .img {
    width: 100%;
    height: 235px;
    transition: all .3s;
}

.hospital-box .hospital-title {
    color: white;
    font-size: 18px;
    font-weight: bold;
    margin: 15px;
}

.hospital-box .hospital-list p {
    color: white;
    font-size: 14px;
    margin: 15px;
    display: block;
}
.hospital .text{
    font-size: 18px;
    color: #181818;
    line-height: 30px;
    margin-bottom: 20px;
}
.hospital .name{
    color: #322405;
}
.hide-1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}

.yichu {
    position: relative;
    overflow: hidden;
}

.hospital-list .img:hover {
    transition: 0.5s all linear;
    transform: scale(1.1);
}

.more {
    border: 1px solid #b3b3b3;
    width: 150px;
    height: 42px;
    margin: 0 auto;
    border-radius: 1000px;
    margin-top: 20px;
    color: #b3b3b3;
    margin-bottom: 30px;
}

.align_h_center {
    justify-content: center;
}

.align_v_center {
    align-items: center;
}
/* 面包屑导航 */
.crumb {
    padding-top: 20px;
    border-bottom: 1px #f4f4f4 solid;
    padding-bottom: 10px;
    width: 1000px;
    margin-bottom: 50px;
}

.crumb a {
    font-size: 14px;
    color: #333; 
}

.crumb a:hover {
    color: #b94220;
}
/* 列表页 */
.p-img {
    width: 283px;
    height: 188px;
    display: block;
    overflow: hidden;
}

.p-img:hover img {
    transition: 0.5s all linear;
    transform: scale(1.1);
}
.lists-box{
    width: 1000px;
    background-color: white;
    border-radius: 10px;
    padding: 10px 30px;
    box-sizing: border-box;
}
.lists-box .lists a{
    color: #666;
    font-size: 14px;
    line-height: 24px;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    margin: 25px 0;
    padding-bottom: 5px;
}
.img_w_100{
    width: 100%;
}
/* 分页 */
.page {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 50px;
}

.page a {
    padding: 5px 10px;
    border: 1px #ddd solid;
    color: #333;
    background: #fff;
}

.page a.current {
    background: #b94220;
    color: #fff;
}
/* 详情页 */
.content h1 {
    padding: 10px 0 20px 0;
    font-family: "微软雅黑";
    font-size: 24px;
    text-align: center;
}

.cow_a {
    text-align: center;
    background: #f4f4f4;
    font-size: 14px;
    padding: 5px 0;
}

.center {
    padding: 30px;
    font-size: 14px;
    line-height: 28px;
}

.center p {
    text-indent: 0;
}

.center img {
    max-width: 900px;
}
.mar_w {
    padding-top: 30px;
    width: 100%;
    background: #fff;
}