/*
 *项目导航
 */

.index-item {
    background: url(../images/index-2.jpg) no-repeat center top;
    background-size: cover;
    padding: 2% 0 2% 0
}

.index-item ul {
    margin: 0 0 1.5% 1.5%;
    height: 100%;
}

/*
.index-item li {
    width: 24.5%;
    padding: 7px;
    float: left;
    min-height: 1px;
    height: 100%;
}
*/

.index-item li {
    width: 20%;
    /*padding: 7px;*/
    float: left;
    min-height: 1px;
    height: 100%;
}

.index-item li a h2 {
    font-size: 3em;
    color: #000;
    margin-top: 0px;
}

.index-item ul li.on .xm-pic1 {
    -webkit-animation: rotateY 2s;
    animation: rotateY 2s;
}

@keyframes rotateY {
    0% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }
}

@-webkit-keyframes rotateY {
    0% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }
    50% {
        transform: rotateY(180deg);
        -webkit-transform: rotateY(180deg);
    }
    100% {
        transform: rotateY(0deg);
        -webkit-transform: rotateY(0deg);
    }
}

#ban .swiper-pagination-bullet {
    width: 21px;
    height: 5px;
    display: inline-block;
    border-radius: 0%;
    background: #e8e8e8!important;
    opacity: 1;
}

#ban .swiper-pagination-bullet-active {
    opacity: 1;
    background: #59215e !important;
}

/*
*AD
*/

.index-ad {
    position: relative;
}

.index-ad a {
    padding: 1% 3%;
    border: 2px solid #f3efed;
    border-radius: 2px;
    color: #f3efed;
    position: absolute;
    z-index: 1
}

.index-ad .btn-1 {
    left: 12%;
    top: 30%;
}

.index-ad .btn-2 {
    left: 48%;
    top: 30%;
}

.index-ad .btn-3 {
    width: 80px;
    height: 80px;
    left: 2%;
    border: none;
    top: 76.5%;
}

/*
案例
*/

.index-case .slide-menu {
    width: 100%;
    height: 0;
    position: relative;
}

.index-case .slide-menu ul {
    width: 100%;
    display: block;
    position: absolute;
    padding: 0 1%;
    z-index: 1;
    bottom: 5%;
}

.index-case .slide-menu li {
    width: 25%;
    float: left;
    padding: 0 1%;
}

.index-case .slide-menu li.on {
    width: 50%;
    display: block;
}

.index-case .slide-menu li:not(.on) img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.index-case .slide-menu li span {
    display: none;
    color: #ffffff;
}

.index-case .slide-menu li.on span {
    display: block;
    padding: 10% 0 0 5%;
}

.index-case .slide-menu li.on section {
    background: #ad7f45;
    border-color: #af762d;
    overflow: hidden
}

.index-case .slide-menu li.on section>* {
    width: 46.5%;
    float: left;
}

.index-case .slide-menu li section {
    background: #bbb9ba;
    border: 2px solid transparent;
}

.index-case .slide-menu li section strong {
    display: block;
    color: #ffffff;
}

/*
*专家坐诊
*/

/*.index-invite .doctor { width:27%; position: absolute; right:3%; bottom:13px; z-index: 1}
.index-invite a { padding:1% 2%; border:1px solid #101010; color:#101010; position: absolute; z-index: 1; bottom:18px; font-size:1.6rem }
.index-invite .txt { position:absolute; z-index: 1; left:34%; bottom:45px; color:#101010;}
.index-invite .more { left:35%; }
.index-invite .btn { left:55%; }
*/

.zjzz {
    background: url("../images/index-4.jpg") no-repeat center top;
    background-size: cover;
}

.zjzz .index-invite {
    width: 100%;
    height: auto;
    position: relative;
}

.zjzz .index-invite .doctor {
    width: 27%;
    right: 3%;
    bottom: 13px;
    z-index: 1;
    position: absolute;
}

.index-invite a {
    padding: 1% 2%;
    border: 1px solid #101010;
    color: #101010;
    z-index: 1;
    bottom: 18px;
    font-size: 1.6rem
}

.index-invite .txt {
    z-index: 1;
    left: 34%;
    bottom: 45px;
    color: #101010;
}

.index-invite .more {
    left: 35%;
}

.index-invite .btn {
    left: 55%;
}

.index-culture .slide-menuwh {
    width: 100%;
    height: 0;
    position: relative;
}

.index-culture .slide-menuwh ul {
    width: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    bottom: -30px;
    text-align: center
}

.index-culture .slide-menuwh li {
    display: inline-block;
    color: #fff;
    padding: 0 1%
}

.index-culture .slide-menuwh .on {
    color: #a09162;
    font-weight: bold;
}

.index-contact {
    width: 100%;
    height: 0;
    position: relative;
}

.index-contact .map {
    padding: 0 2%;
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
}

/*添加的专家css*/

.index-expert {
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    background: #FFFFFF;
    margin-top: 15%;
    margin-bottom: 1%;
}

.index-expert .indexdoc_fl {
    width: 26.76%;
    float: left;
}

.index-expert img {
    width: 100%;
}

.index-expert section {
    float: right;
    width: 72%;
}

.index-doctor1 section {
    position: relative;
    top: 4px;
}

.index-expert .doctor {
    padding-top: 0;
}

.index-doctor1 .doctor .swiper-slide {
    width: 30%;
    text-align: center;
    position: relative;
}

.index-doctor1 .doctor .swiper-slide img {
    margin: 0 auto;
}

.index-expert h3 {
    font-size: 1.5rem;
    color: black;
    margin-top: 6px!important;
    margin-bottom: 0px!important;
    font-weight: 500;
    padding: 2% 0;
}

.index-expert h4 {
    font-size: 1.5rem;
    color: #666666;
    line-height: 120%;
    font-weight: 500;
    margin-top: 0!important;
    width: 85PX;
    margin: 0 auto;
    height: 28px;
    overflow: hidden;
}

.index-expert .swiper-slide p {
    position: inherit;
    transform: inherit;
    padding: 0;
    color: #a64cb8;
    border: 0;
}

.index-doctor1 .swiper-slide p {
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translate(-50%, 0);
    display: inline-block;
    color: #222;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #fff;
    padding: 0.5% 1%;
    font-size: 1.5rem;
    border-radius: 0.8rem;
    margin: 0 auto;
    min-width: 60%;
    white-space: nowrap;
    letter-spacing: -0.2rem;
    max-width: 100%;
    width: -moz-max-content;
    width: max-content;
}

.div-main p {
    line-height: normal;
}

/*资讯css*/

.infobox {
    display: block;
    width: 100%;
    background: #f6f6f6;
    padding: 4% 0% 4% 0%;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.infobox .zxgd {
    width: 100%;
    margin: 0 auto;
    display: block;
    background: url(http://mm.xmmylike.com/pinpai/meilaipinpai/images/info_bg.png) no-repeat center;
    background-size: 100%;
    height: 4rem;
    padding-top: .32rem;
    overflow: hidden;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
}

.infobox .zxgd .zzc {
    width: 100%;
    height: 4.54rem;
    overflow: hidden;
}

.infobox .zxgd .zxinfo {
    width: 80%;
    height: 3.54rem;
    margin-left: 15.5%;
    font-size: 2rem;
    overflow: hidden;
}

.infobox .zxgd .zxinfo p a {
    display: block;
    width: 100%;
    height: 3.54rem;
    line-height: 1.8em;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none
}

.zxinfo span {
    color: #ea1542;
    padding: 0 1%;
    border: 1px solid #ea1542;
    border-radius: 4px;
    font-size: 1.8rem;
    margin-right: 1.5%;
}

.ys img {
    margin: 0 auto
}

.swiper-container-horizontal h1 {
    position: absolute;
    top: 5%;
    left: 0;
    z-index: 99;
}

/*蝶变css start*/

.news {
    background: #fff;
    margin: 0% auto 0%;
}

.news h1 {
    background: #f6f6f6;
    font-size: 5.5rem;
    color: #000;
    display: inline-block;
    background-image: -webkit-linear-gradient(#a23acc, #b751fe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    margin-bottom: 0px;
}

#nwrapper {
    width: 100%;
    overflow: hidden;
    /* padding: 2% 0 0 2.78%; */
}

.news .title {
    width: 100%;
    color: #3d3d3d;
}

.news .txt {
    position: relative;
    margin-top: 3%;
}

.news .txt li:nth-child(1) {
    margin-left: 1.1%;
    background: linear-gradient(to right, #8647cb, #a24bc3)!important;
    /* 标准的语法（必须放在最后） */
}

.news .txt li:nth-child(2) {
    background: linear-gradient(to right, #a94cc1, #cd52b6)!important;
    /* 标准的语法（必须放在最后） */
}

.news .txt li:nth-child(3) {
    background: linear-gradient(to right, #d353b4, #f059ab)!important;
    /* 标准的语法（必须放在最后） */
}

.news .txt li:nth-child(4) {
    background: linear-gradient(to right, #f25aaa, #f961a4)!important;
    /* 标准的语法（必须放在最后） */
}

.news .txt li:nth-child(5) {
    background: linear-gradient(to right, #f963a2, #f9689e)!important;
    /* 标准的语法（必须放在最后） */
}

.news .txt li:nth-child(6) {
    background: linear-gradient(to right, #f96b9d, #f97399)!important;
    /* 标准的语法（必须放在最后） */
}

.news .txt li:nth-child(7) {
    background: linear-gradient(to right, #f77497, #f98395)!important;
    /* 标准的语法（必须放在最后） */
}

.news .txt li {
    display: inline-block;
    padding: 0 1.54%;
    cursor: pointer;
    z-index: 99;
    float: left;
    font-size: 2.4rem;
    margin: .5% 2px 0 0;
    line-height: 238%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.news .txt li {
    display: inline-block;
    padding: 0 1.9%;
    cursor: pointer;
    /*background: #c1b6f9;*/
    z-index: 99;
    float: left;
    color: black;
    font-size: 2.3rem;
    margin: .5% 2px 0 0;
    line-height: 238%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.news .txt li.active {
    /*background: #453786;*/
    color: white;
}

.news-div {
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding-bottom: 99%;
}

.rijiwrap {
    width: 100%;
    margin: 3% auto;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0%;
}

.rijiwrap .swiper-main {
    width: 100%;
    overflow: hidden;
    margin: auto;
}

.riji {
    width: 94.44%;
    margin: 0 auto;
}

.riji h3 {
    width: 65%;
    float: left;
    margin-top: 0% !important;
    margin-bottom: 0%!important;
}

.riji .zixunr {
    float: left;
    width: 35%;
    display: block;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
    background: #59215e;
    font-size: 2.4rem;
    color: #fff;
    text-align: center;
    line-height: 180%;
}

.riji .pic {
    width: 100%;
    margin: 0 auto;
    background: #c1b6f9;
    padding: 1% 2%;
}

.riji .pic img {
    float: left;
    width: 49%;
    margin-right: 2%;
}

img {
    border: 0 none;
    height: auto;
    max-width: 100%;
    width: auto;
    display: block;
}

.riji .pic img:last-child {
    margin-right: 0%;
}

.rijiwrap .swiper-slide img {}

.riji .pic img {
    float: left;
    width: 100%;
    margin-right: 2%;
}

.news .txt .more_btn {
    width: 7.28%;
    display: block;
    float: right;
    margin-top: 0.3%;
}

.riji h3 span {
    float: left;
    width: 67.24%;
    display: block;
    margin-left: 5%;
    color: #333;
    font-size: 3.4rem;
    padding: 5% 0 4.5%;
    text-align: left;
}

.riji h3 .db {
    float: left;
    width: 27.76%;
}

.riji h3 p {
    float: left;
    width: 67.24%;
    display: block;
    margin-left: 5% !important;
    color: #724377;
    font-size: 2rem;
    font-weight: normal;
    text-align: left;
}

.div-main p {
    line-height: normal;
}

.riji .p1 {
    overflow: hidden;
    color: #666;
    width: 100%;
    font-size: 2.6rem;
    line-height: 160%;
    margin: 2% 0;
    text-align: left;
}

.riji .p2 {
    color: #6b4a25;
    font-size: 2.4rem;
    background-color: #c1b6f9;
}

.riji .p2 img {
    vertical-align: middle;
    display: inline;
    /*margin: 0% 3% 0% -5%;*/
}

.riji .p2 a {
    color: black;
    display: inline-block;
    font-weight: 600;
}

@media screen and (min-width: 720px) {
    .news .txt li {
        display: inline-block;
        cursor: pointer;
        background: #C1B6F5;
        color: black;
        z-index: 99;
        float: left;
        font-size: 2.1rem!important;
        margin: .5% 2px 0 0;
        line-height: 238%;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
    .index-expert h4 {
        font-size: 1.5rem;
        color: #666666;
        line-height: 120%;
        font-weight: 500;
        margin-top: 0!important;
        width: 85PX;
        margin: 0 auto;
        height: 3rem;
        overflow: hidden;
    }
}

/*企业文化css*/

.ul-wh {
    width: 100%;
}

.ul-wh li {
    width: 48%;
    float: left;
    font-size: 2.6rem;
    /*background-color: #C1B6F5;*/
    padding: 1% 0%;
    background: #7d5190;
    color:#fff;
}

.ul-wh :nth-child(1) {
    /*background:#453786;*/
    color: #ff9710;
    /*background: linear-gradient(to right, #8647cb, #e856ad)!important;*/
    /* 标准的语法（必须放在最后） */
}

.ul-wh :nth-child(2) {
    margin: 0% 1%;
    /*background: linear-gradient(to right, #f059ab, #f96b9d)!important;*/
    /* 标准的语法（必须放在最后） */
}

.wh {
    padding: 0% 0% 10% 0%;
}

.db {
    font-weight: 600;
}

.index-culture {
    margin-bottom: -10px;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #cbb28b;
    opacity: 1;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #6d4b26;
}

#lb3 {
    margin-top: 5%;
}

.rijitab li:nth-child(1) {
    background: linear-gradient(to right, red, blue)!important;
    /* 标准的语法（必须放在最后） */
}

a:hover {
    text-decoration: none;
}

img {
    max-width: 100%;
}

.index_hot_c {
    width: 100%;
    /*background: #dad9eb ;*/
  /*border-top:1px solid #dad9eb ;*/
  /*border-bottom:1px solid #dad9eb;*/
}

/*
案例和医生
*/

.backg{
    /*background:#dad9eb;*/
    padding-top:2px;
}
.backg .anli{
    width:95%;
    border-radius: 20px;
    margin:0 auto;
    box-shadow: 5px 5px 3px rgba(0, 0, 0, 0.3);
}
.backg .anli .anlianniu{
    text-align: left;
    left:20%;
}
.backg .anli .anlianniu span{
    width:2em;
    height:0.5em;
    background:#fff;
    opacity: 1;
    border-radius:0;
}
.backg .anli .anlianniu span.swiper-pagination-bullet-active{
    background:#ff9710;
}
.yslb{
    width:95% !important;
}
.ys{
    margin: 5% 0%;
}
.ys span{
    text-align: left;
    left:20%;
}
.ys span{
    width:2em;
    height:0.5em;
    background:#f7cbfa;
    opacity: 1;
    border-radius:0;
}
.ys .swiper-pagination-bullet-active{
    background:#89599b;
}
