﻿/* ************ index begin ************ */


/* ************ 通用样式 ************ */

.lf {
    float: left;
}

.rt {
    float: right;
}

.clearfix:after {
    /*清除浮动带来的影响，设置给父元素*/
    content: '';
    display: block;
    clear: both;
}

.clearfix:before {
    /*防止外边距溢出，设置给父元素*/
    content: "";
    display: table;
}

.contentBox {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}


/* ******** container begin ******** */

.title {
    text-align: center;
}

.title h2 {
    font-size: 24px;
    color: #606060;
    font-weight: normal;
}

.title span {
    font-size: 16px;
    color: #72d5c1;
    line-height: 35px;
    text-transform: uppercase;
}


/* ** 模块一：月子特色 ** */

.characteristic {
    margin-top: 45px;
}

.characteristic .list {
    margin-top: 50px;
}

.characteristic .list li {
    float: left;
    width: 240px;
    height: 186px;
    border-right: 1px dashed #AAAAAA;
    padding: 0 9px;
    box-sizing: border-box;
}

.characteristic .list li:nth-child(5n) {
    border-right: none;
}

.characteristic .list li a {
    display: block;
    width: 220px;
    height: 186px;
    text-align: center;
    background: url("../images/icon5.png") no-repeat bottom center;
}

.characteristic .list li a span {
    font-size: 16px;
    color: #838383;
    text-align: center;
    display: block;
    padding-top: 20px;
    margin-bottom: 15px;
}

.characteristic .list li a img {
    margin: 0 auto;
    display: block;
}

.characteristic .list li a .img1 {
    display: block;
}

.characteristic .list li a .img2 {
    display: none;
}

.characteristic .list li a p {
    font-size: 16px;
    color: #474747;
    margin: 15px 0 3px;
    text-align: center;
}

.characteristic .list li a b {
    font-size: 14px;
    color: #b0b0b0;
    font-weight: normal;
    text-align: center;
}

.characteristic .list li a:hover {
    background: #65B9A8;
}

.characteristic .list li a:hover span {
    color: #ffffff;
}

.characteristic .list li a:hover p {
    color: #ffffff;
}

.characteristic .list li a:hover b {
    color: #ffffff;
}

.characteristic .list li a:hover .img1 {
    display: none;
}

.characteristic .list li a:hover .img2 {
    display: block;
}


/* ** 模块二：广告 ** */

.adv {
    margin-top: 95px;
    position: relative;
    height: 212px;
    width: 100%;
    overflow: hidden;
}

.adv .img {
    position: relative;
    height: 100%;
}

.adv .img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    max-width: initial;
    min-width: 100%;
}

.adv li {
    color: #383838;
    font-size: 18px;
    width: 33.333%;
    height: 100%;
    vertical-align: middle;
    display: table-cell;
}

.adv ul.clearfix {
    width: 1200px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -600px;
    height: 100%;
    display: table;
}


/* ** 模块三：客户评价 ** */

.evaluate {
    margin-top: 53px;
}

.evaluate>ul {
    margin-top: 45px;
    overflow: hidden;
}

.evaluate>ul>li {
    width: 400px;
    height: 440px;
    text-align: center;
    border-right: 1px solid #DADADA;
    padding: 25px 33px 5px 28px;
    box-sizing: border-box;
    float: left;
}

.evaluate>ul>li:last-child {
    border-right: 0;
}

.evaluate>ul>li .cus_pic {
    display: block;
    width: 138px;
    height: 138px;
    line-height: 138px;
    border-radius: 50%;
    border: 1px solid #BBBBBB;
    font-size: 0;
    text-align: center;
    margin: 0 auto;
}

.evaluate>ul>li .cus_pic img {
    border: 1px solid #BBBBBB;
    width: 108px;
    height: 108px;
    border-radius: 50%;
    vertical-align: middle;
}

.evaluate>ul>li p {
    font-size: 14px;
    color: #343434;
    margin: 20px 0 30px;
}

.evaluate>ul>li span {
    font-size: 12px;
    color: #5a5a5a;
    line-height: 24px;
    text-align: justify;
    display: block;
}

.evaluate>ul>li .jump {
    display: block;
    width: 37px;
    height: 37px;
    background: url("../images/icon6.png") no-repeat center;
    margin: 48px auto 0;
}

.evaluate>ul>li:hover .cus_pic {
    border-color: #65B9A8;
}

.evaluate>ul>li:hover p {
    color: #65B9A8;
}

.evaluate>ul>li:hover .jump {
    background-image: url("../images/icon7.png");
}

.evaluate .more {
    display: block;
    margin: 62px auto 0;
    width: 140px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #C7C7C7;
    box-sizing: border-box;
    text-align: center;
    color: #bdbdbd;
}


/* ** 模块四：院长简介 ** */

.intro {
    width: 100%;
    height: 690px;
    background: #F6F6F6;
    margin-top: 66px;
    box-sizing: border-box;
    padding-top: 75px;
}

.intro .profile {
    margin-top: 50px;
}

.intro .profile .dean {
    width: 350px;
    height: 414px;
    background: #ECECEC;
    float: left;
}

.intro .profile .msg {
    width: 850px;
    height: 174px;
    background: #E6E6E6;
    float: left;
    position: relative;
    padding: 21px 25px 0 23px;
    box-sizing: border-box;
    overflow: hidden;
}

.intro .profile .msg i {
    display: block;
    width: 20px;
    height: 30px;
    position: absolute;
    left: -20px;
    background: url("../images/icon8.png") no-repeat center;
    top: 50%;
    margin-top: -15px;
}

.intro .profile .msg h3 {
    font-size: 18px;
    color: #72d5c1;
    font-weight: normal;
    float: left;
}

.intro .profile .msg h3 span {
    font-size: 12px;
    color: #5a5a5a;
    font-weight: normal;
}

.intro .profile .msg p {
    width: 715px;
    float: right;
    font-size: 14px;
    color: #5a5a5a;
    line-height: 25px;
}

.intro .profile .msg p a {
    font-size: 14px;
    color: #65B9A8;
}

.intro .profile .msg>div {
    margin: 112px 0 0 85px;
}

.intro .profile .msg>div a {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url("../images/201803-2.jpg") no-repeat center;
    background-size: contain;
    margin-right: 12px;
    border-radius: 3px;
}

.intro .profile .msg>div a:first-child {
    background-image: url("../images/201803-1.jpg");
    background-size: contain;
}


/* .intro .profile .msg > div a:first-child:hover { */


/*   background-image: url("../images/icon9_h.png"); */


/* } */


/* .intro .profile .msg > div a:hover { */


/*   background-image: url("../images/icon10_h.png"); */


/* } */

.intro .profile>ul {
    float: left;
    width: 850px;
    overflow: hidden;
}

.intro .profile>ul>li {
    width: 25%;
    height: 240px;
    background: #F2F2F2;
    position: relative;
    float: left;
    transition: all 0.3s;
}

.intro .profile>ul>li img {
    width: 100%;
}

.intro .profile>ul>li .mask {
    width: 100%;
    height: 55px;
    background: rgba(101, 185, 168, 0.8);
    position: absolute;
    bottom: -55px;
    left: 0;
    padding: 7px 10px;
    box-sizing: border-box;
    transition: all 0.3s;
}

.intro .profile>ul>li .mask p {
    font-size: 12px;
    color: #ffffff;
    line-height: 20px;
}

.intro .profile>ul>li:hover {
    background: #EBEBEB;
}

.intro .profile>ul>li:hover .mask {
    bottom: 0;
}


/* ** 模块五：活动专区 ** */

.activeArea {
    margin-top: 50px;
}

.activeArea .liucheng {
    height: 282px;
    position: relative;
    margin: 45px auto 0;
    overflow: auto;
}

.activeArea .liucheng li {
    width: 400px;
    height: 200px;
    float: left;
    position: relative;
    text-align: center;
}

.activeArea .liucheng li a {
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.8);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .5s;
}

.activeArea .liucheng li a i {
    display: block;
    width: 30px;
    height: 18px;
    background: url("../images/icon11.png") no-repeat center;
    margin: 80px auto 25px;
}

.activeArea .liucheng li a span {
    font-size: 14px;
    color: #ffffff;
    line-height: 35px;
}

.activeArea .liucheng li:hover a {
    opacity: 1;
}

.activeArea .liucheng .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 47px;
    height: 47px;
    background: url(../images/icon12.png) no-repeat;
    *top: -20px;
}

.activeArea .liucheng .mCSB_scrollTools .mCSB_draggerContainer {
    z-index: 9;
}

.activeArea .liucheng .mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    z-index: 9;
    *bottom: -20px;
    *height: 32px;
    *line-height: 32px;
}

.activeArea .liucheng .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    z-index: 9;
}

.activeArea .liucheng .mCSB_horizontal>.mCSB_scrollTools .mCSB_dragger {
    top: -20px;
}

.activeArea .liucheng .mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
    height: 27px;
    width: 78.5%;
    left: 10.83%;
    bottom: 0;
}

.activeArea .liucheng .mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
    width: 940px;
    height: 6px;
    background: #E3E3E3;
}


/* ** 模块六：新闻中心 ** */

.newsCenter {
    margin-top: 80px;
    margin-bottom: 65px;
}

.newsCenter .tab {
    margin: 15px 0 45px;
    overflow: hidden;
    text-align: center;
}

.newsCenter .tab li {
    display: inline-block;
    width: 95px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    color: #979797;
    border: 1px solid #BABABA;
    margin: 0 7px;
    cursor: pointer;
}

.newsCenter .tab li.tabAct {
    background: #65B9A8;
    color: #ffffff;
    border-color: #65B9A8;
}

.newsCenter .newsList {
    position: relative;
    width: 100%;
    height: 320px;
}

.newsCenter .newsList>ul {
    overflow: hidden;
    display: none;
    position: absolute;
    top: 0;
}

.newsCenter .newsList>ul li {
    float: left;
    width: 380px;
    margin-right: 30px;
}

.newsCenter .newsList>ul li:last-child {
    margin-right: 0;
}

.newsCenter .newsList>ul li b {
    font-size: 22px;
    color: #65B9A8;
    font-weight: normal;
}

.newsCenter .newsList>ul li .more {
    float: right;
    font-size: 12px;
    color: #c6c6c6;
    font-family: 宋体;
    line-height: 29px;
}

.newsCenter .newsList>ul li p {
    font-size: 14px;
    color: #3b3b3b;
    line-height: 40px;
}

.newsCenter .newsList>ul li .img {
    width: 100%;
    overflow: hidden;
    display: block;
    height: 162px;
    margin: 5px 0 15px;
}

.newsCenter .newsList>ul li .img img {
    width: 100%;
    transition-duration: 6s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.newsCenter .newsList>ul li .img:hover img {
    transform: scale(1.18);
}

.newsCenter .newsList>ul li span {
    font-size: 12px;
    color: #5a5a5a;
    line-height: 21px;
}


/*author xuxinxiang*/

.indexBan .swiper-slide {
    width: 100%;
    height: 607px;
}

.indexBan .swiper-slide>a {
    display: block;
    width: 100%;
    height: 607px;
    position: absolute;
    left: 0;
    top: 0;
}

.indexBan .swiper-slide .main1 {
    position: relative;
    width: 1200px;
    margin: 0px 600px 48px 0px;
}

.indexBan .swiper-slide .main {
    position: relative;
    width: 1200px;
    margin: 0 autp;
}



.indexBan .swiper-slide:nth-child(1) .main .p1{
    text-align: left;
    padding-left: 203px;
    margin-top: -66px;
}
.indexBan .swiper-slide:nth-child(1) .main .p2 {
    font-size: 29px;
    color: #fff;
    text-align: left;
    padding-left: 168px;
    padding-top: 27px;
}

.indexBan .swiper-slide:nth-child(1) .main .p3 {
    font-size: 21px;
    color: #1b1b1b;
    padding-top: 20px;
    text-align: left;
    padding-left: 185px;
}

.indexBan .swiper-slide:nth-child(2) .main .p1 {
    font-size: 40px;
    color: #505050;
    text-align: left;
    padding-left: 139px;
}

.indexBan .swiper-slide:nth-child(2) .main .p1 i {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #505050;
    margin: 0 18px;
    position: relative;
    top: -10px;
}

.indexBan .swiper-slide:nth-child(2) .main .p2 {
    font-size: 40px;
    color: #171717;
    width: 600px;
    text-align: center;
    padding: 5px 0px;
}

.indexBan .swiper-slide:nth-child(2) .main .p2 span {
    display: inline-block;
    width: 115px;
    height: 1px;
    background: #969696;
    position: relative;
    top: 28px;
}

.indexBan .swiper-slide:nth-child(2) .main .p2 span:nth-child(1) {
    float: left;
}

.indexBan .swiper-slide:nth-child(2) .main .p2 span:nth-child(2) {
    float: right;
}

.indexBan .swiper-slide:nth-child(2) .main .p3 {
    font-size: 22px;
    color: #9c9c9c;
    font-family: Arial;
    text-align: left;
    padding-left: 242px;
}

.indexBan .swiper-slide:nth-child(3) .main p {
    text-align: left;
}

.indexBan .swiper-slide:nth-child(3) .main .p1 {
    font-size: 38px;
    color: #058f49;
    font-weight: bold;
    letter-spacing: 4px;
    padding-left: 66px;
}

.indexBan .swiper-slide:nth-child(3) .main .p1 span {
    font-size: 26px;
}

.indexBan .swiper-slide:nth-child(3) .main .p2 {
    font-size: 30px;
    color: #414141;
    padding-top: 34px;
    padding-left: 126px;
}

.indexBan .swiper-slide:nth-child(3) .main .p3 {
    font-size: 24px;
    color: #414141;
    letter-spacing: 6px;
    padding-top: 4px;
    padding-left: 233px;
}

/* ** 手机对PC的影响样式 ** */

.m_adv {
    display: none;
}


/* ** mobile ** */

@media only screen and (min-width: 100px) and (max-width:880px) {
    .contentBox {
        width: 100%;
    }
    .indexBan .swiper-slide img {
        /*height: 31.56vw;*/
    }
    .indexBan .page {
        font-size: 12px;
        right: 11.5%;
        bottom: 8%;
    }
    .indexBan .page .swiper-pagination-fraction {
        font-size: 12px;
    }
    .indexBan .swiper-button-next {
        bottom: 6%;
        right: 3.5%;
    }
    .characteristic {
        margin-top: 25px;
    }
    .title h2 {
        font-size: 4.5vw;
    }
    .title span {
        font-size: 3.5vw;
        line-height: 24px;
    }
    .characteristic .list {
        margin-top: 30px;
    }
    .characteristic .list li {
        width: 50%;
        height: 170px;
    }
    .characteristic .list li:nth-child(5n) {
        border-right: 1px dashed #AAAAAA;
    }
    .characteristic .list li:nth-child(2n) {
        border: none;
    }
    .characteristic .list li a {
        width: 100%;
        height: 170px;
    }
    .characteristic .list li a span {
        padding-top: 18px;
        margin-bottom: 10px;
    }
    .characteristic .list li a b {
        font-size: 12px;
    }
    .characteristic .list li a p {
        margin: 8px 0 1px;
        font-size: 14px;
    }
    .evaluate>ul>li span {
        width: 100%;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        height: 70px;
    }
    /*.adv img{height: 21.3vw;}*/
    .adv {
        display: none;
    }
    .m_adv {
        display: block;
        margin-top: 65px;
        position: relative;
        height: 21.25vw;
    }
    .m_adv img {
        width: 100%;
        height: 100%;
        min-width: 100%;
    }
    .m_adv li {
        color: #383838;
        width: 33.333%;
        height: 100%;
        vertical-align: middle;
        display: table-cell;
    }
    .m_adv ul.clearfix {
        width: 640px;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        height: 136px;
        display: table;
        transform-origin: top left;
    }
    .evaluate>ul>li {
        width: 50%;
        height: auto;
        padding: 0 12px 20px 12px;
    }
    .evaluate>ul>li:last-child {
        display: none;
    }
    .evaluate>ul>li .cus_pic {
        width: 125px;
        height: 125px;
        line-height: 125px;
    }
    .evaluate>ul>li .cus_pic img {
        width: 100px;
        height: 100px;
    }
    .intro {
        padding-top: 40px;
    }
    .intro .profile {
        margin-top: 30px;
    }
    .intro .profile .dean {
        width: 70%;
        height: auto;
        margin: 0 auto;
        float: none;
    }
    .intro .profile .msg {
        width: 90%;
        float: none;
        margin: 0 auto;
        background: transparent;
        height: auto;
    }
    .intro .profile .msg p {
        width: 100%;
        word-break: break-all;
        display: -webkit-box;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .intro .profile .msg>div {
        margin: 12px 0 0 85px;
    }
    .intro .profile>ul {
        display: none;
    }
    .activeArea {
        margin-top: 40px;
    }
    .activeArea .liucheng {
        margin: 35px auto 0;
    }
    .activeArea .liucheng li {
        height: auto;
    }
    .activeArea .liucheng .mCSB_horizontal>.mCSB_scrollTools .mCSB_draggerRail {
        width: 100%;
    }
    .activeArea .liucheng .mCSB_horizontal.mCustomScrollBox>.mCSB_scrollTools {
        bottom: 20px;
    }
    .newsCenter {
        margin-top: 40px;
    }
    .newsCenter .newsList>ul li {
        width: 94%;
        float: none;
        margin: 0 auto;
        display: none;
    }
    .newsCenter .newsList>ul li:first-child {
        display: block;
    }



    /*banner*/
    .indexBan .swiper-slide>a,.indexBan .swiper-slide {
        height: 43.75vw;
        overflow: hidden;
    }
    .indexBan .swiper-slide .main {
        width: auto;
        transform-origin: left top;
        left: 6.8%;
        position: absolute;

    white-space: nowrap !important;
    }

.indexBan .swiper-slide .main p,.indexBan .swiper-slide .main span{
    white-space: nowrap !important;
}
    .indexBan .swiper-slide:nth-child(1) .main .p2,.indexBan .swiper-slide:nth-child(3) .main .p1,.indexBan .swiper-slide:nth-child(3) .main .p1 span {
        white-space: nowrap;
    }

    .indexBan .swiper-slide .main {
        top: 50%;
    }
    .indexBan .swiper-slide.ss1 .main {
        margin-top: -2vw;
    }
    .indexBan .swiper-slide:nth-child(1) .main .p1 {
        margin-top: 0;
    }

}


@media only screen and (min-width: 100px) and (max-width:370px) {
    .indexBan .swiper-slide .main {
        left: 7.2%;
    }
}
@media only screen and (min-width: 100px) and (max-width:340px) {
    .indexBan .swiper-slide .main {
        left: 8%;
    }
}
/* ** iphone5 专有样式 ** */

@media only screen and (min-width: 100px) and (max-width:320px) {
    .indexBan .page {
        padding-left: 140px;
        right: 10.5%;
    }
    .indexBan .swiper-button-next {
        right: 1.5%;
    }
    .indexBan .page .swiper-pagination-fraction {
        margin-left: 2px;
    }
}


/* ******** container end ******** */


/* ************ index end ************ */


