.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}
.head{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.head-test{
    background-color: #fff;
}
.head-test .head-left a .logo-white{
    display: none;
}
.head-test .head-left a .logo-blank{
    display: block;
}
.head-test .head-right ul li a{
    color: #191919;
}
.head-left{}
.head-left a{
    width: 135px;
    display: block;
}
.head-left a img{
    width: 100%;
}
.head-left a .logo-white{
    display: block;
}
.head-left a .logo-blank{
    display: none;
}
.head-right{}
.head-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.head-right ul li{}
.head-right ul li:first-child a{
    padding-left: 0;
}
.head-right ul li:last-child a{
    padding-right: 0;
}
.head-right ul li a{
    display: block;
    font-size: 16px;
    line-height: 100px;
    color: #fff;
    padding: 0 30px;
    transition: .3s ease-in;
}
.head-right ul li a:hover{
    color: #54AEA2;
}
.head-right ul .active a{
    color: #54AEA2 !important;
}
.banner{
    position: relative;
}
.ban-swiper{
    overflow: hidden;
    position: relative;
}
.ban-swiper .swiper-slide{
    position: relative;
}
.ban-swiper .swiper-slide img{
    width: 100%;
    display: block;
}
.ban-swiper .ban-p{
    width: auto;
    position: absolute;
    top: 50%;
    left: calc((100vw - 1600px)/2);
    transform: translateY(-50%);
}
.ban-swiper .ban-p h2{
    font-size: 60px;
    line-height: 80px;
    color: #fff;
    font-weight: bold;
}
.ban-swiper .ban-p a{
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    border: 1px solid #fff;
    border-radius: 5px;
    transition: .3s ease-in;
}
.ban-swiper .ban-p a i{
    display: block;
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
    transition: .3s ease-in;
}
.ban-swiper .ban-p a:hover{
    color: #fff;
    background-color: #54AEA2;
}
.ban-swiper .ban-p a:hover i{
    color: #fff;
}
.ban-page{
    width: 20px !important;
    left: unset !important;
    bottom: unset !important;
    right: calc((100vw - 1600px)/2);
    top: 50%;
    transform: translateY(-50%);
}
.ban-page .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
    position: relative;
}
.ban-page .swiper-pagination-bullet-active{}
.ban-page .swiper-pagination-bullet-active::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    border-radius: 50%;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ban-icon{
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    animation: dong 2s infinite linear;
}
@keyframes dong{
    form{
        bottom: 30px;
    }
    to{
        bottom: 50px;
    }
}
.ban-icon i{
    display: block;
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.ban-icon p{
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.ban-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 0 5px 0 rgba(193,193,193,.75);
    padding: 40px 0;
}
.ban-one-cont{
    width: 33%;
    padding: 0 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    border-right: 1px solid #DCDDDD;
}
.ban-one-cont:last-child{
    border-right: none;
}
.ban-one-left{
    width: 70px;
}
.ban-one-left p{
    width: 70px;
    height: 70px;
    background-color: #54AEA2;
    border-color: 50%;
}
.ban-one-left p i{
    font-size: 36px;
    display: block;
    color: #fff;
    text-align: center;
    line-height: 70px;
}
.ban-one-right{
    width: calc(100% - 90px);
    margin-left: 20px;
}
.ban-one-right span{
    display: block;
    font-size: 14px;
    color: #666666;
}
.ban-one-right p{
    font-size: 18px;
    line-height: 32px;
    color: #333333;
}
.ban-one-right p b{
    font-weight: normal;
    color: #54AEA2;
}
.index-about{
    padding: 150px 0;
}
.index-about-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-about-one-left{
    width: 50%;
}
.index-about-one-left h2{
    font-size: 36px;
    color: #333333;
    font-weight: 500;
}
.index-about-one-left p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 40px;
}
.index-about-one-left a{
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #54AEA2;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    margin-top: 60px;
    transition: .3s ease-in;
}
.index-about-one-left a i{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    transition: .3s ease-in;
}
.index-about-one-left a:hover{
    background-color: transparent;
    border: 1px solid #54AEA2;
    color: #54AEA2;
}
.index-about-one-left a:hover i{
    color: #54AEA2;
}
.index-about-one-right{
    width: 40%;
}
.index-about-one-right img{
    width: 100%;
    display: block;
}
.index-about-two{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index-about-two-cont{}
.index-about-two-cont h2{
    font-size: 32px;
    color: #54AEA2;
    font-weight: bold;
}
.index-about-two-cont h2 p{
    font-size: 32px;
    color: #54AEA2;
    font-weight: bold;
    display: inline-block;
}
.index-about-two-cont span{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-top: 10px;
}
.index-two{
    padding: 150px 0;
    background-color: #54AEA2;
}
.index-two-all{}
.index-two-all h2{
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}
.index-two-all p{
    margin-top: 60px;
}
.index-two-all p img{
    width: 100%;
    display: block;
}
.index-case{
    padding: 150px 0;
}
.index-case-all{}
.index-case-top{}
.index-case-top-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-case-top-all h2{
    font-size: 36px;
    color: #333333;
    font-weight: 500;
}
.index-case-top-all a{
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #54AEA2;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    transition: .3s ease-in;
}
.index-case-top-all a i{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    transition: .3s ease-in;
}
.index-case-top-all a:hover{
    background-color: transparent;
    border: 1px solid #54AEA2;
    color: #54AEA2;
}
.index-case-top-all a:hover i{
    color: #54AEA2;
}
.index-case-content{
    margin-top: 60px;
    overflow: hidden;
}
.index-case-cont{}
.case-swiper{
    position: relative;
}
.case-swiper .swiper-slide-prev{
    opacity: 0 !important;
}
.case-swiper .swiper-slide{
    opacity: .5;
}
.case-swiper .swiper-slide-active{
    opacity: 1;
}
.index-case-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 5%;
}
.index-case-left{
    width: 60%;
}
.index-case-left h2{
    font-size: 24px;
    color: #333333;
}
.index-case-left li{
    margin-top: 20px;
}
.index-case-left li p{
    font-size: 14px;
    line-height: 36px;
    color: #666666;
}
.index-case-right{
    width: 30%;
}
.index-case-right img{
    width: 100%;
    display: block;
}
.case-prev{
    left: unset;
    right: 16%;
    top: calc(50% - 35px);
}
.case-prev::before{
    content: "";
    display: block;
    width: 1px;
    height: 500%;
    background-color: #DCDDDD;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -510%;
}
.case-next{
    right: 16%;
    top: calc(50% + 35px);
}
.case-next::before{
    content: "";
    display: block;
    width: 1px;
    height: 500%;
    background-color: #DCDDDD;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -510%;
}
.case-prev,
.case-next{
    width: 50px;
    height: 50px;
    background-color: #C9CACA;
    border-radius: 50%;
    transition: .3s ease-in;
}
.case-prev i,
.case-next i{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.case-prev::after,
.case-next::after{
    content: "";
    display: none;
}
.case-prev:hover,
.case-next:hover{
    background-color: #54AEA2;
}
.index-hospital{
    padding: 150px 0;
    background-color: #54AEA2;
}
.index-hospital-all{}
.index-hospital-all h1{
    font-size: 36px;
    color: #fff;
}
.index-hospital-content{
    position: relative;
}
.index-hospital-map{
    width: 35%;
    position: absolute;
    left: 30%;
}
.index-hospital-map img{
    width: 100%;
    display: block;
}
.m01{
    position: absolute;
    top: 2%;
    left: 80%;
}
.m01 .circle i{
    background-color: rgba(132,174,167,.8);
}
.m02 .circle i{
    background-color: rgba(243,139,121,.8);
}
.m03 .circle i{
    background-color: rgba(126,173,191,.8);
}
.m02{
    position: absolute;
    top: 26%;
    left: 70%;
}
.m03{
    position: absolute;
    top: 48%;
    left: 76%;
}
.circle{
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    left: 0;
    transform: translate(-50%,67%);
}
.circle i{
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.circle.active::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-radius: 50%;
    animation-name: circle;
    animation-duration: 1s;
    animation-timing-function: steps(90);
    animation-iteration-count: infinite;
    animation-delay: 0s;
}
.m01 .circle.active::before{
    background-color: rgba(132,174,167,.8);
}
.m02 .circle.active::before{
    background-color: rgba(243,139,121,.8);
}
.m03 .circle.active::before{
    background-color: rgba(126,173,191,.8);
}
@keyframes circle{
    0% {
        width:0%;
        height:0%;
        opacity:1;
    }
    100% {
        width:100%;
        height:100%;
        opacity:0;
    }
}
.index-hospital-p{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-hospital-zuo{
    width: 40%;
}
.hospital-zuo-swiper{
    overflow: hidden;
    position: relative;
}
.hospital-zuo-swiper .swiper-slide{}
.hospital-zuo-swiper .swiper-slide h2{
    font-size: 24px;
    color: #fff;
}
.hospital-zuo-swiper .swiper-slide p{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    margin-top: 40px;
}
.hospital-zuo-swiper .swiper-slide a{
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    margin-top: 60px;
    transition: .3s ease-in;
}
.hospital-zuo-swiper .swiper-slide a i{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    transition: .3s ease-in;
}
.hospital-zuo-swiper .swiper-slide a:hover{
    background-color: #ffffff;
    border: 1px solid transparent;
    color: #54AEA2;
}
.hospital-zuo-swiper .swiper-slide a:hover i{
    color: #54AEA2;
}
.index-hospital-you{
    width: 25%;
    height: 100%;
    background-color: #fff;
    border-radius: 20px;
}
.hospital-you-swiper{
    overflow: hidden;
    position: relative;
}
.hospital-you-swiper .swiper-slide:hover img{
    transform: scale(1.06);
}
.hospital-you-swiper .hospital-img{
    overflow: hidden;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.hospital-you-swiper .hospital-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.hospital-you-swiper .hospital-swiper-p{
    background-color: #fff;
    padding: 30px;
    padding-bottom: 90px;
    box-sizing: border-box;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.hospital-you-swiper .hospital-swiper-p p{
    font-size: 18px;
    line-height: 32px;
    min-height: 64px;
    color: #333333;
    font-weight: 400;
    text-transform: uppercase;
}
.hospital-you-swiper .hospital-swiper-p span{
    display: block;
    margin-top: 10px;
    font-size: 18px;
    line-height: 32px;
    min-height: 64px;
    color: #333333;
    font-weight: 500;
}
.hospital-zuo-prev{
    left: 30px;
}
.hospital-zuo-next{
    right: 30px;
}
.hospital-zuo-prev,
.hospital-zuo-next{
    width: 50px;
    height: 50px;
    background-color: #C9CACA;
    border-radius: 50%;
    top: unset;
    bottom: 30px;
    transition: .3s ease-in;
}
.hospital-zuo-prev i,
.hospital-zuo-next i{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.hospital-zuo-prev::after,
.hospital-zuo-next::after{
    content: "";
    display: none;
}
.hospital-zuo-prev:hover,
.hospital-zuo-next:hover{
    background-color: #54AEA2;
}
.index-news{
    padding: 150px 0;
}
.index-news-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-news-top h2{
    font-size: 36px;
    color: #333333;
    font-weight: 500;
}
.index-news-top a{
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: #54AEA2;
    border: 1px solid transparent;
    box-sizing: border-box;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    transition: .3s ease-in;
}
.index-news-top a i{
    display: block;
    font-size: 16px;
    color: #fff;
    margin-left: 15px;
    transition: .3s ease-in;
}
.index-news-top a:hover{
    background-color: transparent;
    border: 1px solid #54AEA2;
    color: #54AEA2;
}
.index-news-top a:hover i{
    color: #54AEA2;
}
.index-news-cont{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.index-news-left{
    width: 50%;
}
.index-news-left a{
    display: block;
}
.index-news-left a .index-news-img{
    overflow: hidden;
}
.index-news-left a .index-news-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.index-news-p{
    position: relative;
    border-bottom: 1px solid #DCDDDD;
}
.index-news-p span{
    display: block;
    font-size: 14px;
    margin-top: 20px;
    color: #999999;
}
.index-news-p h2{
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    margin-bottom: 20px;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index-news-p::after{
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #54AEA2;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: .3s ease-in;
}
.index-news-left a:hover img{
    transform: scale(1.06);
}
.index-news-left a:hover h2{
    color: #54AEA2;
}
.index-news-left a:hover .index-news-p::after{
    width: 100%;
}
.index-news-right{
    width: 45%;
}
.index-news-right a{
    display: block;
    padding: 40px 0;
    border-bottom: 1px solid #DCDDDD;
    transition: .3s ease-in;
    position: relative;
}
.index-news-right a::after{
    content: "";
    display: block;
    width: 0%;
    height: 1px;
    background-color: #54AEA2;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s ease-in;
}
.index-news-right a:first-child{
    padding-top: 0;
}
.index-news-right a span{
    display: block;
    font-size: 14px;
    color: #999999;
}
.index-news-right a h2{
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    transition: .3s ease-in;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.index-news-right a p{
    font-size: 16px;
    line-height: 36px;
    margin-top: 15px;
    color: #666666;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index-news-right a:hover::after{
    width: 100%;
}
.index-news-right a:hover h2{
    color: #54AEA2;
}
.footer{}
.foot-one{
    padding: 50px 0;
    background-color: #54AEA2;
    border-bottom: 1px solid #fff;
}
.foot-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.foot-one-all>a{
    width: 120px;
    display: block;
}
.foot-one-all a img{
    width: 100%;
    display: block;
}
.foot-one-all li{
    width: 70%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.foot-one-all li a{}
.foot-one-all li a{
    display: block;
    font-size: 16px;
    color: #fff;
}
.foot-two{
    padding: 60px 0;
    background-color: #54AEA2;
}
.foot-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-two-left{
    width: 25%;
}
.foot-two-left p{
    font-size: 16px;
    color: #fff;
}
.foot-two-left h2{
    font-size: 24px;
    color: #fff;
    margin-top: 20px;
    font-weight: 500;
}
.foot-two-left li{
    width: 120px;
    margin-top: 40px;
}
.foot-two-left li img{
    width: 100%;
    display: block;
}
.foot-two-left li span{
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
}
.foot-two-right{
    width: 70%;
}
.foot-two-right>p{
    font-size: 16px;
    color: #fff;
}
.foot-two-right ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-two-right ul li{
    width: 46%;
    padding: 20px;
    margin-top: 40px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color: rgba(255,255,255,.2);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    transition: .3s ease-in;
}
.foot-two-right ul li:hover{
    background-color: rgba(255,255,255,.5);
}
.foot-two-right ul li img{
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 5px;
}
.foot-two-right ul li p{
    width: calc(100% - 70px);
}
.foot-two-right ul li p b{
    display: block;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}
.foot-two-right ul li p span{
    display: block;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}
.foot-di{
    padding: 30px 0;
}
.foot-di-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.foot-di-left{}
.foot-di-left p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.foot-di-left p span{
    display: block;
    font-size: 14px;
    color: #666666;
    margin-right: 10px;
}
.foot-di-left p a{
    display: block;
    font-size: 14px;
    color: #666666;
    transition: .3s ease-in;
}
.foot-di-right{}
.foot-di-right a{
    display: block;
    font-size: 14px;
    color: #666666;
    transition: .3s ease-in;
}
.foot-di-left p a:hover,
.foot-di-right a:hover{
    color: #54AEA2;
}
.cure-ban{
    margin-top: 100px;
    position: relative;
}
.cure-ban img{
    width: 100%;
    display: block;
}
.cure-ban-p{
    width: 45%;
    background-color: #54AEA2;
    padding: 80px 0;
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding-left: calc((100vw - 1600px)/2);
}
.cure-ban-p li{
    padding-right: 50px;
    box-sizing: border-box;
}
.cure-ban-p li h2{
    font-size: 60px;
    color: #fff;
    font-weight: bold;
}
.cure-ban-p li p{
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}
.cure{
    padding-top: 150px;
}
.cure-one{}
.cure-yi{}
.cure-yi h2{
    font-size: 36px;
    color: #191919;
}
.cure-yi img{
    width: 100%;
    display: block;
    margin-top: 30px;
}
.cure-er{
    padding: 150px 0;
}
.cure-er #main{
    width: 100%;
    height: 600px;
}
.cure-two{
    padding: 150px 0;
    background-color: #54AEA2;
}
.cure-two-all{}
.cure-two-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.cure-two-top h2{
    font-size: 36px;
    color: #fff;
}
.cure-two-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.cure-two-top ul li{
    font-size: 16px;
    line-height: 54px;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 0 30px;
    margin-left: 20px;
    cursor: pointer;
}
.cure-two-top ul li:first-child{
    margin-left: 0;
}
.cure-two-top ul .active,
.cure-two-top ul li:hover{
    background-color: #fff;
    color: #54AEA2;
}
.cure-two-content{
    margin-top: 60px;
}
.cure-two-cont{}
.cure-two-swiper{
    overflow: hidden;
    position: relative;
}
.cure-two-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.cure-two-left{
    width: 45%;
    padding-bottom: 60px;
}
.cure-two-left h2{
    font-size: 24px;
    color: #fff;
}
.cure-two-left p{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    margin-top: 30px;
}
.cure-two-right{
    width: 48%;
}
.cure-two-right img{
    width: 100%;
    display: block;
}
.cure-two-prev{
    left: 0;
    top: unset;
    bottom: 0;
}
.cure-two-next{
    right: unset;
    top: unset;
    bottom: 0;
    left: 60px;
}
.cure-two-prev,
.cure-two-next{
    width: 50px;
    height: 50px;
    background-color: #C9CACA;
    border-radius: 50%;
    transition: .3s ease-in;
}
.cure-two-prev i,
.cure-two-next i{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    transition: .3s ease-in;
}
.cure-two-prev::after,
.cure-two-next::after{
    content: "";
    display: none;
}
.cure-two-prev:hover,
.cure-two-next:hover{
    background-color: #ffffff;
}
.cure-two-prev:hover i,
.cure-two-next:hover i{
    color: #54AEA2;
}
.cure-three{
    padding: 150px 0;
}
.cure-three-all{}
.cure-three-all h2{
    font-size: 36px;
    color: #191919;
    font-weight: 500;
}
.cure-three-all table{
    width: 100%;
    margin-top: 40px;
    border-collapse: collapse;
    table-layout: fixed;
}
table, th, td {
    border: 1px solid #DCDDDD; /* 给表格和单元格添加边框 */
  }
  th, td {
    padding: 8px; /* 内边距，美观 */
    text-align: center;
  }
.cure-three-all table thead{
    width: 100%;
    background-color: #54AEA2;
}
.cure-three-all table thead tr{
    width: 100%;
}
.cure-three-all table thead th{
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    padding: 20px;
    box-sizing: border-box;
}
.cure-three-all table tbody{
    width: 100%;
}
.cure-three-all table tbody tr{
    width: 100%;
}
.cure-three-all table tbody td{
    padding: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 32px;
    color: #333333;
    text-align: center;
}
.treat{}
.treat-one{
    padding: 150px 0;
}
.treat-yi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.treat-yi-left{}
.treat-yi-left h2{
    font-size: 36px;
    color: #191919;
    font-weight: 500;
}
.treat-yi-right{
    width: 70%;
}
.treat-yi-right p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.treat-er{
    margin-top: 60px;
    position: relative;
    margin-bottom: 150px;
}
.treat-img{
    width: 500px;
    margin: auto;
    position: relative;
}
.treat-img:hover img{
    transform: rotate(45deg);
}
.treat-er img{
    width: 100%;
    display: block;
    margin: auto;
    transition: .2s ease-in;
}
.treat-icon{}
.treat-icon p:nth-child(1){
    top: 23%;
}
.treat-icon p:nth-child(2){
    bottom: 23%;
}
.treat-icon p:nth-child(3){
    top: 23%;
    right: 0;
}
.treat-icon p:nth-child(4){
    bottom: 23%;
    right: 0;
}
.treat-icon p:nth-child(5){
    left: calc(50% - 25px);
    bottom: -25px;
}
.treat-icon p:hover{
    background-color: #54AEA2;
}
.treat-icon p:hover i{
    color: #fff;
}
.treat-icon p{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #DDEFEC;
    transition: .3s ease-in;
    position: absolute;
}
.treat-icon p i{
    display: block;
    font-size: 24px;
    color: #54AEA2;
    text-align: center;
    line-height: 50px;
    transition: .3s ease-in;
}
.treat-er-content{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.treat-er-cont:nth-child(1){
    top: 15%;
}
.treat-er-cont:nth-child(2){
    bottom: 15%;
}
.treat-er-cont:nth-child(3){
    top: 15%;
    right: 0;
}
.treat-er-cont:nth-child(4){
    bottom: 15%;
    right: 0;
}
.treat-er-cont:nth-child(5){
    left: 50%;
    transform: translateX(-50%);
    bottom: -150px;
}
.treat-er-cont:nth-child(5) h2,
.treat-er-cont:nth-child(5) p{
    text-align: center;
}
.treat-er-cont{
    width: 30%;
    position: absolute;
}
.treat-er-cont h2{
    color: #54AEA2;
    font-size: 24px;
    font-weight: 500;
}
.treat-er-cont p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 15px;
}
.treat-two{
    padding: 150px 0;
    background-color: #54AEA2;
}
.treat-two-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.treat-two-left{
    width: 40%;
}
.treat-two-left h1{
    font-size: 36px;
    color: #fff;
    font-weight: 500;
}
.treat-two-left li{
    margin-top: 50px;
}
.treat-two-left li span{
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #fff;
}
.treat-two-left li p{
    font-size: 24px;
    line-height: 60px;
    color: #fff;
}
.treat-two-left li h2{
    font-size: 40px;
    color: #fff;
    font-weight: bold;
}
.treat-two-right{
    width: 52%;
}
.treat-two-map{
    position: relative;
    left: -20%;
}
.treat-two-map img{
    display: block;
}
.treat-two-hide{
    position: absolute;
}
.treat-two-1{
    top: 50%;
    right: 30%;
}
.treat-two-2{
    top: 59%;
    right: 45%;
}
.treat-two-3{
    top: 63%;
    right: 33%;
}
.treat-two-4{
    top: 71%;
    right: 42%;
}
.treat-two-5{
    top: 74%;
    right: 55%;
}
.treat-two-img{
    width: 50px;
    height: 50px;
    transition: .2s ease-in;
}
.treat-two-img img{
    width: 100%;
    display: block;
}
.treat-two-more{
    width: 400px;
    position: absolute;
    top: 50%;
    left: 130%;
    transform: translateY(-50%);
    z-index: 5;
    border-radius: 10px;
    display: none;
}
.treat-two-more li{
    overflow: hidden;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.treat-two-more li img{
    width: 100%;
    display: block;
}
.treat-two-more .treat-two-more-p{
    padding: 30px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.treat-two-more .treat-two-more-p p{
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    font-weight: 400;
    text-transform: uppercase;
}
.treat-two-more .treat-two-more-p span{
    font-size: 18px;
    line-height: 32px;
    color: #333333;
    font-weight: 500;
    display: block;
    margin-top: 10px;
}
.treat-two-hide .treat-two-img.active{
    transform: scale(1.6);
}
.treat-two-hide .treat-two-more.active{
    display: block;
}
.treat-three{
    padding: 150px 0;
}
.treat-three-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.treat-three-top h2{
    font-size: 36px;
    color: #191919;
    font-weight: 500;
}
.treat-three-top ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.treat-three-top ul li{
    cursor: pointer;
    font-size: 16px;
    line-height: 54px;
    color: #B5B5B6;
    padding: 0 20px;
    border: 1px solid #B5B5B6;
    border-radius: 5px;
    margin-left: 20px;
}
.treat-three-top ul li:first-child{
    margin-left: 0;
}
.treat-three-top ul .active,
.treat-three-top ul li:hover{
    background-color: #54AEA2;
    color: #fff;
}
.treat-three-top ul li:hover{}
.treat-three-content{
    margin-top: 60px;
}
.treat-three-cont{
    position: relative;
}
.treat-three-swiper{
    overflow: hidden;
}
.treat-three-swiper li{
    overflow: hidden;
}
.treat-three-swiper li:hover img{
    transform: scale(1.06);
}
.treat-three-swiper li img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.treat-three-prev{
    left: -70px;
}
.treat-three-next{
    right: -70px;
}
.treat-three-prev,
.treat-three-next{
    width: 50px;
    height: 50px;
    background-color: #C9CACA;
    border-radius: 50%;
    transition: .3s ease-in;
}
.treat-three-prev i,
.treat-three-next i{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.treat-three-prev::after,
.treat-three-next::after{
    content: "";
    display: none;
}
.treat-three-prev:hover,
.treat-three-next:hover{
    background-color: #54AEA2;
}
.treat-four{
    padding: 150px 0;
    background-color: #EFEFEF;
}
.treat-four-all{}
.treat-four-yi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.treat-four-yi h2{
    font-size: 36px;
    color: #191919;
    font-weight: 500;
}
.treat-four-yi li{
    width: 60%;
}
.treat-four-yi li p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.treat-four-er{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.treat-er-left{
    width: 30%;
}
.treat-er-left h2{
    font-size: 24px;
    color: #54AEA2;
    font-weight: 500;
}
.treat-er-left li{
    margin-top: 40px;
}
.treat-er-left li p{
    font-size: 16px;
    line-height: 36px;
    color: #333333;
    padding-left: 20px;
    position: relative;
}
.treat-er-left li p::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #666666;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.treat-er-left li span{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    padding-left: 20px;
    display: block;
}
.treat-er-right{
    width: 60%;
}
.treat-er-right img{
    width: 100%;
    display: block;
}
.treat-five{
    padding: 150px 0;
}
.treat-five-all{}
.treat-five-all h1{
    font-size: 36px;
    color: #191919;
    font-weight: 500;
}
.treat-five-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.treat-five-cont{
    width: 47%;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 0 5px 0 rgba(181,181,181,.75);
}
.treat-five-cont h2{
    background-color: #54AEA2;
    font-size: 24px;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.treat-five-cont ul{
    padding: 50px;
    box-sizing: border-box;
}
.treat-five-cont ul li{
    margin-top: 30px;
}
.treat-five-cont ul li:first-child{
    margin-top: 0;
}
.treat-five-cont ul li p{
    font-size: 18px;
    color: #54AEA2;
    padding-left: 20px;
    position: relative;
}
.treat-five-cont ul li p::before{
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    background-color: #54AEA2;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.treat-five-cont ul li span{
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 10px;
    padding-left: 20px;
}
.treat-six{
    padding-bottom: 150px;
}
.treat-six-all{
    position: relative;
}
.treat-six-all>h2{
    font-size: 36px;
    color: #191919;
    font-weight: 500;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.treat-six-swiper{
    overflow: hidden;
    position: relative;
}
.treat-six-p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.treat-six-left{
    width: 46%;
}
.treat-six-left h2{
    font-size: 24px;
    color: #54AEA2;
    font-weight: 500;
}
.treat-six-left p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 40px;
}
.treat-six-right{
    width: 46%;
    overflow: hidden;
}
.treat-six-right:hover img{
    transform: scale(1.06);
}
.treat-six-right img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}

.treat-six-prev{
    left: 0px;
    top: unset;
    bottom: 0;
}
.treat-six-next{
    right: unset;
    top: unset;
    left: 70px;
    bottom: 00;
}
.treat-six-prev,
.treat-six-next{
    width: 50px;
    height: 50px;
    background-color: #C9CACA;
    border-radius: 50%;
    transition: .3s ease-in;
}
.treat-six-prev i,
.treat-six-next i{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.treat-six-prev::after,
.treat-six-next::after{
    content: "";
    display: none;
}
.treat-six-prev:hover,
.treat-six-next:hover{
    background-color: #54AEA2;
}
.expert{}
.expert-one{
    padding-top: 150px;
}
.expert-one-all{}
.expert-one-all h2{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: 500;
}
.expert-one-all h2 b{
    font-weight: normal;
    color: #54AEA2;
}
.expert-one-all ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 80px;
}
.expert-one-all ul li{}
.expert-one-all ul li:hover img{
    transform: rotate(180deg);
}
.expert-one-all ul li img{
    width: 180px;
    display: block;
    margin: auto;
    transition: .3s ease-in;
}
.expert-one-all ul li p{
    font-size: 24px;
    color: #54AEA2;
    text-align: center;
    margin-top: 20px;
}
.expert-two{
    padding-top: 150px;
}
.expert-two-all{}
.expert-two-all h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: 500;
}
.expert-two-all h1 b{
    font-weight: normal;
    color: #54AEA2;
}
.expert-two-all ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.expert-two-all ul li{
    width: 23%;
    box-shadow: 0 0 5px 0 rgba(183,183,183,.75);
    transition: .3s ease-in;
    cursor: pointer;
    position: relative;
}
.expert-two-all ul li::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-image: linear-gradient(to bottom,rgba(84,174,162,0) 55%,rgba(84,174,162,.8));
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: .1s ease-in;
}
.expert-two-all ul li .expert-two-img{
    overflow: hidden;
    position: relative;
}
.expert-two-all ul li .expert-two-img::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,.6);
    position: absolute;
    top: 0;
    left: 0;
}
.expert-two-all ul li .expert-two-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.expert-two-all ul li .expert-two-p{
    padding: 45px;
    box-sizing: border-box;
}
.expert-two-all ul li .expert-two-p h2{
    font-size: 24px;
    color: #54AEA2;
    text-align: center;
    font-weight: 500;
    transition: .3s ease-in;
}
.expert-two-all ul li .expert-two-p p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
    transition: .3s ease-in;
}
.expert-two-all ul li:hover::after{
    opacity: 1;
}
.expert-two-all ul li:hover img{
    transform: scale(1.06);
}
.expert-two-all ul li:hover h2,
.expert-two-all ul li:hover p{
    color: #fff;
}
.expert-three{
    padding-top: 150px;
}
.expert-three-all{}
.expert-three-all h2{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: 500;
}
.expert-three-all h2 b{
    font-weight: normal;
    color: #54AEA2;
}
.expert-three-all ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.expert-three-all ul li{
    width: 31%;
    overflow: hidden;
    position: relative;
}
.expert-three-all ul li::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.35);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: .3s ease-in;
}
.expert-three-all ul li img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.expert-three-all ul li a{
    width: 240px;
    display: block;
    font-size: 16px;
    padding: 10px 0;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: .3s ease-in;
}
.expert-three-all ul .active img,
.expert-three-all ul li:hover img{
    transform: scale(1.06);
}
.expert-three-all ul .active::after,
.expert-three-all ul li:hover::after{
    opacity: 1;
}
.expert-three-all ul .active a,
.expert-three-all ul li:hover a{
    opacity: 1;
}
.expert-four{
    padding-top: 150px;
}
.expert-four h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: 500;
}
.expert-four h1 b{
    font-weight: normal;
    color: #54AEA2;
}
.expert-four-shang{
    margin-top: 60px;
}
.expert-shang-swiper{
    overflow: hidden;
    position: relative;
}
.expert-shang-swiper li{
    padding: 60px 0;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.expert-shang-swiper li::before{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(84,174,162,.2);
    position: absolute;
    top: 0;
    left: 0;
}
.expert-shang-swiper li i{
    font-size: 60px;
    display: block;
    color: #fff;
    text-align: center;
    opacity: 0;
}
.expert-shang-swiper li h2{
    font-size: 24px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
}
.expert-shang-swiper li p{
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
}
.expert-shang-swiper .swiper-slide-active li{
    background-color: #54AEA2;
}
.expert-shang-swiper .swiper-slide-active li::before{
    display: none;
}
.expert-shang-swiper .swiper-slide-active li i,
.expert-shang-swiper .swiper-slide-active li h2,
.expert-shang-swiper .swiper-slide-active li p{
    opacity: 1;
}

.expert-four-xia{
    margin-top: 60px;
}
.expert-four-xia-all{
    position: relative;
}
.expert-xia-swiper{
    width: 90%;
    margin: auto;
    overflow: hidden;
}
.expert-xia-swiper .swiper-slide:last-child li p::after{
    display: none;
}
.expert-xia-swiper li{
    cursor: pointer;
}
.expert-xia-swiper li p{
    position: relative;
}
.expert-xia-swiper li p::after{
    content: "";
    display: block;
    width: 83%;
    height: 1px;
    border-top: 1px dashed #C9CACA;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% + 20px);
}
.expert-xia-swiper li p b{
    width: 6px;
    height: 6px;
    display: block;
    margin: 20px auto;
    background-color: #C9CACA;
    border-radius: 50%;
    position: relative;
}
.expert-xia-swiper li p b::before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #C9CACA;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.expert-xia-swiper li p{}
.expert-xia-swiper li span{
    display: block;
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 30px;
}
.expert-xia-swiper .swiper-slide-thumb-active li p b{
    background-color: #54AEA2;
}
.expert-xia-swiper .swiper-slide-thumb-active li p b::before{
    border: 1px solid #54AEA2;
}
.expert-xia-swiper .swiper-slide-thumb-active li span{
    color: #54AEA2;
}
.expert-xia-prev{
    left: 0;
    top: 20px;
}
.expert-xia-next{
    right: 0;
    top: 20px;
}
.expert-xia-prev,
.expert-xia-next{
    width: 50px;
    height: 50px;
    background-color: #C9CACA;
    border-radius: 50%;
    transition: .3s ease-in;
}
.expert-xia-prev i,
.expert-xia-next i{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.expert-xia-prev::after,
.expert-xia-next::after{
    content: "";
    display: none;
}
.expert-xia-prev:hover,
.expert-xia-next:hover{
    background-color: #54AEA2;
}
.expert-five{
    padding: 150px 0;
}
.expert-five-all{}
.expert-five-all h1{
    font-size: 36px;
    color: #191919;
    text-align: center;
    font-weight: 500;
}
.expert-five-all h1 b{
    font-weight: normal;
    color: #54AEA2;
}
.expert-five-all ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
}
.expert-five-all ul li{
    width: 260px;
    height: 260px;
    border: 1px dashed #54AEA2;
    border-radius: 50%;
    position: relative;
}
.expert-five-all ul li img{
    width: 110px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.expert-five-all ul li:nth-child(2),
.expert-five-all ul li:nth-child(4),
.expert-five-all ul li:nth-child(6){
    border: none;
    width: 120px;
}
.expert-five-all ul li:nth-child(2)::before,
.expert-five-all ul li:nth-child(2)::after,
.expert-five-all ul li:nth-child(4)::before,
.expert-five-all ul li:nth-child(4)::after,
.expert-five-all ul li:nth-child(6)::before,
.expert-five-all ul li:nth-child(6)::after{
    display: none;
}
.expert-five-all ul li::before{
    content: "";
    display: block;
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 1px solid #54AEA2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.expert-five-all ul li::after{
    content: "";
    display: block;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 1px solid rgba(84,174,162,.4);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.expert-five-all ul li h2{
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.expert-five-all ul li h2 p{
    width: 80px;
    height: 80px;
    background-color: #54AEA2;
    font-size: 24px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 80px;
    margin: auto;
}
.expert-five-all ul li h2 span{
    font-size: 16px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
    display: block;
}
.expert-six{
    background-color: rgba(84,174,162,.15);
}
.expert-six .index-case-top-all h2 b{
    font-weight: normal;
    color: #54AEA2;
}
.expert-seven{
    padding: 150px 0;
}
.expert-seven-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.expert-seven-left{
    width: 47%;
}
.expert-seven-left h1{
    font-size: 36px;
    color: #333333;
}
.expert-seven-left h1 b{
    font-weight: normal;
    color: #54AEA2;
}
.expert-seven-left a{
    display: block;
    margin-top: 60px;
}
.expert-seven-left a .zn-img{
    overflow: hidden;
}
.expert-seven-left a .zn-img img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.expert-seven-left a .zn-p{
    padding: 20px 0;
    border-bottom: 1px solid #DCDDDD;
}
.expert-seven-left a .zn-p span{
    display: block;
    font-size: 14px;
    color: #999999;
}
.expert-seven-left a .zn-p h2{
    font-size: 18px;
    color: #333333;
    margin-top: 10px;
    font-weight: 500;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.expert-seven-left a:hover img{
    transform: scale(1.06);
}
.expert-seven-left a:hover h2{
    color: #54AEA2;
}
.expert-seven-right{
    width: 47%;
}
.expert-seven-right h1{
    font-size: 36px;
    color: #333333;
}
.expert-seven-right h1 b{
    font-weight: normal;
    color: #54AEA2;
}
.expert-seven-right ul{
    margin-top: 60px;
}
.expert-seven-right ul li{
    padding: 10px 30px;
    box-sizing: border-box;
    border: 1px solid #DCDDDD;
    margin-top: 20px;
    cursor: pointer;
}
.expert-seven-right ul li:first-child{
    margin-top: 0;
}
.expert-seven-right ul li .q p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.expert-seven-right ul li .q p b{
    font-size: 18px;
    line-height: 36px;
    color: #54AEA2;
    display: block;
}
.expert-seven-right ul li .q p span{
    width: calc(100% - 40px);
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    display: block;
    font-weight: 500;
}
.expert-seven-right ul li .a{
    margin-top: 10px;
    display: none;
}
.expert-seven-right ul li .a p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.expert-seven-right ul li .a p b{
    font-size: 18px;
    line-height: 36px;
    color: #54AEA2;
    display: block;
}
.expert-seven-right ul li .a p span{
    width: calc(100% - 40px);
    display: block;
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.hospital{
    padding-bottom: 150px;
}
.hospital-top{
    padding: 100px 0;
}
.hospital-top ul{}
.hospital-top ul li{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.hospital-top ul li p{
    font-size: 16px;
    color: #666666;
    margin-right: 30px;
}
.hospital-top ul li a{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-right: 40px;
}
.hospital-top ul li a:last-child{
    margin-right: 0;
}
.hospital-top ul li a.active,
.hospital-top ul li a:hover{
    color: #54AEA2;
}
.hospital-cont{}
.hospital-cont a:first-child{
    margin-top: 0;
}
.hospital-cont a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 50px;
    box-sizing: border-box;
    border: 1px solid #DBDCDC;
    margin-top: 40px;
}
.hospital-left{
    width: 60%;
}
.hospital-left-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.hospital-one-zuo{}
.hospital-one-zuo p{
    width: 100px;
    height: 100px;
    border: 1px solid #54AEA2;
    box-sizing: border-box;
}
.hospital-one-zuo p img{
    display: block;
    margin: 15px auto;
}
.hospital-one-you{
    width: calc(100% - 130px);
    margin-left: 30px;
}
.hospital-one-you h2{
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}
.hospital-one-you p{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #54AEA2;
    background-color: rgba(84,174,162,.2);
    border-radius: 25px;
    margin-top: 10px;
}
.hospital-left-two{
    margin-top: 40px;
}
.hospital-left-two p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.hospital-left-two b{
    font-size: 16px;
    line-height: 36px;
    color: #54AEA2;
    font-weight: normal;
}
.hospital-right{
    width: 35%;
    overflow: hidden;
}
.hospital-right img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.hospital-cont a:hover .hospital-right img{
    transform: scale(1.06);
}
.hospital-page{
    margin-top: 60px;
}
.hospital-page ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.hospital-page ul li{
    margin: 0 8px;
}


.hospital-page ul li.active span{
    width: 50px;
    height: 50px;
    background-color: #54AEA2;
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    transition: .3s ease-in;
}

.hospital-page ul li span,.hospital-page ul li a{
    width: 50px;
    height: 50px;
    background-color: #EEEEEE;
    display: block;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
    color: #666666;
    border-radius: 5px;
    box-sizing: border-box;
    transition: .3s ease-in;
}
.hospital-page ul .active a,
.hospital-page ul li a:hover{
    background-color: #54AEA2;
    color: #fff;
}
.hospital-head{
    margin-top: 100px;
    background-color: #F3F3F3;
    padding: 10px 0;
}
.hospital-head p{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.hospital-head p span{
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #999999;
}
.hospital-head p a{
    display: block;
    font-size: 16px;
    line-height: 40px;
    color: #54AEA2;
    margin-left: 10px;
}
.hospital-detail{
    padding: 150px 0;
}
.hospital-detail-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hospital-detail-left{
    width: 70%;
}
.hospital-detail-yi{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.hospital-detail-zuo{}
.hospital-detail-zuo p{
    width: 100px;
    height: 100px;
    border: 1px solid #54AEA2;
    box-sizing: border-box;
}
.hospital-detail-zuo p img{
    display: block;
    margin: 15px auto;
}
.hospital-detail-you{
    width: calc(100% - 130px);
    margin-left: 30px;
}
.hospital-detail-you h2{
    font-size: 36px;
    color: #333333;
    font-weight: 500;
}
.hospital-detail-you p{
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #54AEA2;
    background-color: rgba(84,174,162,.2);
    border-radius: 25px;
    margin-top: 10px;
}
.hospital-detail-two{
    margin-top: 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.hospital-detail-two-zuo{
    width: calc(100% - 230px);
}
.hospital-detail-two-zuo p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.hospital-detail-two-zuo b{
    font-size: 16px;
    line-height: 36px;
    color: #54AEA2;
    font-weight: normal;
}
.hospital-detail-two-you{}
.hospital-detail-two-you a{
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    background-color: #54AEA2;
    border: 1px solid transparent;
    border-radius: 5px;
    transition: .3s ease-in;
}
.hospital-detail-two-you a i{
    display: block;
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
    transition: .3s ease-in;
}
.hospital-detail-two-you a:hover{
    color: #54AEA2;
    background-color: transparent;
    border: 1px solid #54AEA2;
}
.hospital-detail-two-you a:hover i{
    color: #54AEA2;
}
.hospital-detail-three{
    margin-top: 60px;
}
.hospital-detail-three img{
    display: block;
    margin: auto;
}
.hospital-detail-four{
    margin-top: 60px;
}
.hospital-detail-four h2{
    font-size: 24px;
    line-height: 28px;
    color: #54AEA2;
    font-weight: 500;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}
.hospital-detail-four h2::before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #54AEA2;
    position: absolute;
    top: 0;
    left: 0;
}
.hospital-detail-four p,
.hospital-detail-four a{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.hospital-detail-right{
    width: 25%;
}
.hospital-detail-right{}
.hospital-detail-right h1{
    font-size: 24px;
    line-height: 28px;
    color: #54AEA2;
    font-weight: 500;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}
.hospital-detail-right h1::before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #54AEA2;
    position: absolute;
    top: 0;
    left: 0;
}
.hospital-other{}
.hospital-other a{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}
.hospital-other-left{}
.hospital-other-left p{
    width: 100px;
    height: 100px;
    border: 1px solid #54AEA2;
    box-sizing: border-box;
}
.hospital-other-left p img{
    margin: 15px auto;
    display: block;
    transition: .3s ease-in;
}
.hospital-other-right{
    width: calc(100% - 120px);
}
.hospital-other-right h2{
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.hospital-other-right p{
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    padding: 0 10px;
    box-sizing: border-box;
    color: #54AEA2;
    background-color: rgba(84,174,162,.2);
    border-radius: 25px;
    margin-top: 10px;
    height: 36px;
    overflow:hidden;
}
.hospital-other a:hover img{
    transform: scale(1.06);
}
.hospital-other a:hover h2{
    color: #54AEA2;
}
.case{
    padding-bottom: 150px;
}
.case-content{}
.case-cont{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.case-left{
    width: 60%;
}
.case-left h2{
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}
.case-left li{
    margin-top: 30px;
}
.case-left li p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.case-right{
    width: 35%;
}
.case-right img{
    width: 100%;
    display: block;
}
.news{
    padding: 150px 0;
}
.news-top{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.news-top-left{
    width: 35%;
    overflow: hidden;
}
.news-top-left img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.news-top-right{
    width: 60%;
}
.news-top-right span{
    font-size: 14px;
    color: #999999;
    display: block;
}
.news-top-right h2{
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin-top: 20px;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-top-right p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 30px;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-top-right a{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #666666;
    margin-top: 60px;
    transition: .3s ease-in;
}
.news-top-right a i{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
    transition: .3s ease-in;
}
.news-top:hover img{
    transform: scale(1.06);
}
.news-top:hover h2{
    color: #54AEA2;
}
.news-cont{}
.news-cont a{
    display: block;
    padding: 50px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #C8C9C9;
    position: relative;
    transition: .3s ease-in;
}
.news-cont a::after{
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background-color: #54AEA2;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: .3s ease-in;
}
.news-cont a b{
    font-size: 14px;
    color: #999999;
    display: block;
    font-weight: normal;
    transition: .3s ease-in;
}
.news-cont a h2{
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    margin-top: 10px;
    overflow:hidden;
    transition: .3s ease-in;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:1;
}
.news-cont a p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 20px;
    transition: .3s ease-in;
    overflow:hidden;
    text-overflow:ellipsis;
    display:-webkit-box;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
}
.news-cont a span{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    color: #666666;
    margin-top: 30px;
    transition: .3s ease-in;
}
.news-cont a span i{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
    transition: .3s ease-in;
}
.news-cont a:hover{
    background-color: #54AEA2;
}
.news-cont a:hover::after{
    width: 100%;
}
.news-cont a:hover h2,
.news-cont a:hover b,
.news-cont a:hover p,
.news-cont a:hover span,
.news-cont a:hover span i{
    color: #ffffff;
}
.news-detail{
    padding: 150px 0;
}
.news-detail-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.news-detail-left{
    width: 65%;
}
.news-detail-left-top{
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDCDC;
}
.news-detail-left-top h2{
    font-size: 36px;
    color: #333333;
}
.news-detail-left-top p{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
}
.news-detail-left-top p span{
    display: block;
    font-size: 14px;
    color: #999999;
    margin-right: 40px;
}
.news-detail-left-top p span:last-child{
    margin-right: 0;
}
.news-detail-left-top p span b{
    color: #54AEA2;
    font-weight: normal;
}
.news-detail-right{
    width: 30%;
}
.news-detail-left-cont{
    margin-top: 40px;
}
.news-detail-right{}
.news-detail-right h1{
    font-size: 24px;
    line-height: 28px;
    color: #54AEA2;
    font-weight: 500;
    margin-bottom: 30px;
    padding-left: 20px;
    position: relative;
}
.news-detail-right h1::before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #54AEA2;
    position: absolute;
    top: 0;
    left: 0;
}
.news-detail-right .news-cont a{
    padding: 20px 0;
}
.news-detail-right .news-cont a h2{
    font-size: 18px;
}
.news-detail-right .news-cont a p{
    margin-top: 10px;
}
.about{}
.about-one{
    padding: 150px 0;
}
.about-one-all{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-one-left{
    width: 45%;
}
.about-one-left h1{
    font-size: 36px;
    color: #333333;
    font-weight: 500;
}
.about-one-left p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
    margin-top: 20px;
}
.about-one-left h2{
    font-size: 24px;
    line-height: 28px;
    color: #54AEA2;
    font-weight: 500;
    margin: 30px 0;
    padding-left: 20px;
    position: relative;
}
.about-one-left h2::before{
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background-color: #54AEA2;
    position: absolute;
    top: 0;
    left: 0;
}
.about-one-right{
    width: 47%;
}
.about-one-right img{
    width: 100%;
    display: block;
}
.about-two{
    padding: 100px 0;
    background-color: #54AEA2;
}
.about-two .index-about-two{
    margin-top: 0;
}
.about-two .index-about-two-cont h2,
.about-two .index-about-two-cont h2 p,
.about-two .index-about-two-cont span{
    color: #fff;
}
.about-three{
    padding-top: 150px;
}
.about-three-yi{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-three-yi-left{
    width: 30%;
}
.about-three-yi-left h2{
    font-size: 36px;
    color: #000000;
    font-weight: 500;
}
.about-three-yi-right{
    width: 60%;
}
.about-three-yi-right p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.about-three-er{}
.about-four{
    padding: 150px 0;
}
.about-four-all{}
.about-four-top{}
.about-four-top h2{
    font-size: 36px;
    color: #333333;
    font-weight: 500;
}
.about-four-cont{
    margin-top: 60px;
    position: relative;
}
.about-four-swiper{
    overflow: hidden;
}
.about-four-swiper li{
    position: relative;
    cursor: pointer;
    overflow: hidden;
}
.about-four-swiper li img{
    width: 100%;
    display: block;
    transition: .3s ease-in;
}
.about-four-swiper li .about-four-p{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: rgba(0,0,0,.7);
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.about-four-swiper li .about-four-p-left{
    width: calc(100% - 70px);
}
.about-four-swiper li .about-four-p-left h2{
    font-size: 24px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.about-four-swiper li .about-four-p-left p{
    font-size: 16px;
    line-height: 36px;
    color: #fff;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.about-four-swiper li .about-four-p-right{}
.about-four-swiper li .about-four-p-right p{
    width: 50px;
    height: 50px;
    background-color: #54AEA2;
    border-radius: 50%;
    transition: .3s ease-in;
}
.about-four-swiper li .about-four-p-right p i{
    display: block;
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.about-four-swiper li:hover .about-four-p-right p{
    transform: rotate(-45deg);
}
.about-four-prev{
    left: unset;
    right: 80px;
    top: -90px;
}
.about-four-next{
    right: 0;
    top: -90px;
}
.about-four-prev,
.about-four-next{
    width: 50px;
    height: 50px;
    background-color: #C9CACA;
    border-radius: 50%;
    transition: .3s ease-in;
}
.about-four-prev i,
.about-four-next i{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.about-four-prev::after,
.about-four-next::after{
    content: "";
    display: none;
}
.about-four-prev:hover,
.about-four-next:hover{
    background-color: #54AEA2;
}
.about-tan{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 600;
    display: none;
}
.about-tan-all{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 600;
}
.about-tan-cont{
    width: 1600px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 601;
    background-color: #fff;
    padding: 80px;
    box-sizing: border-box;
}
.about-tan-close{
    font-size: 30px;
    color: #666666;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 80px;
    z-index: 100;
}
.about-tan-p{}
.about-tan-swiper{
    overflow: hidden;
}
.about-tan-people{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about-tan-left{
    width: 30%;
}
.about-tan-left img{
    width: 100%;
    display: block;
}
.about-tan-right{
    width: 67%;
}
.about-tan-top{
    padding-bottom: 20px;
    border-bottom: 1px solid #DBDCDC;
}
.about-tan-top h2{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: end;
    font-size: 36px;
    color: #333333;
    font-weight: 500;
}
.about-tan-top h2 span{
    display: block;
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
}
.about-tan-top p{
    font-size: 16px;
    line-height: 36px;
    color: #54AEA2;
    margin-top: 10px;
}
.about-tan-right-p{
    height: 355px;
    overflow-y: auto;
    margin-top: 20px;
}
.about-tan-right-p h2{
    font-size: 18px;
    line-height: 36px;
    color: #333333;
    font-weight: 500;
}
.about-tan-right-p p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
/* 滚动条轨道样式 */
.about-tan-right-p::-webkit-scrollbar {
    width: 6px; /* 设置滚动条宽度 */
    background-color: #DBDCDC;
}  
/* 滚动条滑块样式 */
.about-tan-right-p::-webkit-scrollbar-thumb {
    background-color: #54AEA2; /* 设置滑块背景颜色 */
}
.about-tan-prev{
    left: -60px;
}
.about-tan-next{
    right: -60px;
}
.about-tan-prev,
.about-tan-next{
    width: 50px;
    height: 50px;
    background-color: #C9CACA;
    border-radius: 50%;
    transition: .3s ease-in;
}
.about-tan-prev i,
.about-tan-next i{
    display: block;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.about-tan-prev::after,
.about-tan-next::after{
    content: "";
    display: none;
}
.about-tan-prev:hover,
.about-tan-next:hover{
    background-color: #54AEA2;
}
.contact{
    padding: 150px 0;
}
.contact-all{}
.contact-yi{
    margin-top: 100px;
}
.contact-yi:first-child{
    margin-top: 0;
}
.contact-yi h2{
    font-size: 24px;
    color: #333333;
    font-weight: 500;
}
.contact-one{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
}
.contact-one-cont{
    width: 47%;
    padding-bottom: 100px;
    border-bottom: 1px solid #DBDCDC;
}
.contact-one-cont p{
    font-size: 16px;
    line-height: 36px;
    color: #666666;
}
.contact-one-cont a{
    width: 180px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #fff;
    padding: 10px 0;
    background-color: transparent;
    border: 1px solid #54AEA2;
    border-radius: 5px;
    margin-top: 40px;
    transition: .3s ease-in;
}
.contact-one-cont a i{
    display: block;
    font-size: 18px;
    color: #54AEA2;
    transition: .3s ease-in;
}
.contact-one-cont a span{
    display: block;
    font-size: 16px;
    color: #54AEA2;
    margin-left: 10px;
    transition: .3s ease-in;
}
.contact-one-cont a:hover{
    background-color: #54AEA2;
    border: 1px solid transparent;
}
.contact-one-cont a:hover i,.contact-one-cont a:hover span{
    color: #ffffff;
}



/* phone */
.mobile-inner-header-icon {
    font-size: 25px;
    text-align: center;
    position: relative;
    width: 50px;
    height: 50px;
    position: relative;
}
.mobile-inner-header-icon p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}
.mobile-inner-header-icon span{
    background-color: #54AEA2;
    width: 30px;
    height: 1px;
    display: block;
}
.mobile-inner-header-icon span:nth-child(2){
    margin-top: 8px;
}
.mobile-inner-header-icon span:nth-child(3){
    margin-top: 8px;
}

.mobile-inner-nav {
    background-color: #000000;
    width: 0%;
    position: fixed;
    top: 0px;
    left: 0px;
    opacity: 0;
    z-index: 9999;
    height: 100%;
    transition: .3s ease-in;
}

.mobile-inner-nav a {
    width: 100%;
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    color: #191919;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
    text-align: center;
}

.mobile-inner-nav a {
    position: relative;
    overflow: hidden;
}

#wrap {
    text-align: left;
}

.phone-menu{
    display: none;
}
.pc-ban{
    display: block;
}
.phone-ban{
    display: none;
}
@media (min-width:320px) and (max-width:1200px) {
    .phone-menu {
        display: block;
    }
    .mobile-close{
        width: 50px;
        height: 50px;
        text-align: center;
        line-height: 50px;
        float: right;
        font-size: 30px;
        color: #000;
    }
    .mobile-inner-nav.active{
        width: 100%;
        opacity: 1;
        background-color: rgba(0,0,0,.7);
    }
    .mobile-inner-nav-all{
        width: 0;
        height: 100%;
        overflow-y: auto;
        background-color: #fff;
        transition: .3s ease-in;
    }
    .mobile-inner-nav.active .mobile-inner-nav-all{
        width: 75%;
    }
    .mobile-inner-nav-all .foot-di-left{
        display: flex;
        margin-top: 40px;
        margin-left: 30px;
    }
    .foot-di-left li a{
        border: 1px solid #333333;
        color: #333333;
        line-height: 1;
    }
    .foot-di-left li a span,.foot-di-left li a i{
        color: #333333;
    }
    .lang-foot-drop{
        top: 100%;
    }
    .mobile-inner-nav-all>span{
        font-size: 14px;
        color: #333333;
        display: block;
        text-align: center;
        margin-top: 60px;
    }
}



@media (min-width:1199px) and (max-width:1700px){
    .container{
        width: 85%;
    }
    .head-right ul li a{
        padding: 0 20px;
    }
    .ban-swiper .ban-p{
        left: calc((100vw - 85%) / 2);
    }
    .ban-page{
        right: calc((100vw - 85%) / 2);
    }
    .ban-swiper .ban-p h2 {
        font-size: 55px;
        line-height: 70px;
    }
    .ban-one-cont{
        padding: 0 50px;
    }
    .ban-one-right p {
        font-size: 15px;
        line-height: 28px;
    }
    .index-hospital-map {
        width: 33%;
        left: 35%;
    }
    .index-hospital-zuo {
        width: 35%;
    }
    .hospital-zuo-swiper .swiper-slide p{
        margin-top: 20px;
    }
    .index-hospital-you {
        width: 30%;
    }
    .index-news-right a{
        padding: 26px 0;
    }
    .index-news-right a p{
        -webkit-line-clamp: 1;
    }
    .cure-ban-p{
        width: 55%;
        padding-left: 7.5%;
    }
    .treat-img{
        width: 400px;
    }
    .treat-er-cont:nth-child(3) {
        top: -5%;
    }
    .treat-er-cont:nth-child(2), 
    .treat-er-cont:nth-child(4) 
    {
        bottom: -15%;
    }
    .treat-two-map{
        left: -15%;
    }
    .treat-two-more{
        width: 250px;
    }
    .treat-two-hide .treat-two-img.active {
        transform: scale(1.3);
    }
    .treat-two-1{
        right: 20%;
    }
    .treat-two-2{
        right: 35%;
    }
    .treat-two-3{
        right: 23%;
    }
    .treat-two-4{
        right: 32%;
    }
    .treat-two-5{
        right: 45%;
    }
    .expert-two-all ul li .expert-two-p {
        padding: 25px;
    }
    .expert-xia-swiper li p::after{
        width: 70%;
    }
    .expert-five-all ul li h2 p {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }
    .expert-five-all ul li h2 span{
        margin-top: 10px;
    }
    .expert-five-all ul li {
        width: 180px;
        height: 180px;
    }
    .expert-five-all ul li::after{
        width: 160px;
        height: 160px;
    }
    .expert-five-all ul li::before{
        width: 170px;
        height: 170px;
    }
    .expert-five-all ul li:nth-child(2), .expert-five-all ul li:nth-child(4), .expert-five-all ul li:nth-child(6){
        width: 70px;
    }
    .about-tan-cont{
        width: 85%;
    }
    .about-tan-right-p {
        height: 210px;
    }
}
@media screen and (max-width:1200px){
    .index-case-top-all a,.index-about-one-left a,
    .hospital-zuo-swiper .swiper-slide a,.index-news-top a{
        width: 150px;
        font-size: 14px;
    }
    .container{
        width: 90%;
    }
    .head-left a{
        width: 120px;
    }
    .head-right ul{
        display: none;
    }
    .ban-swiper .swiper-slide img{
        height: 300px;
        object-fit: cover;
    }
    .ban-swiper .ban-p{
        left: 2.5%;
    }
    .ban-swiper .ban-p h2 {
        font-size: 18px;
        line-height: 24px;
    }
    .ban-swiper .ban-p a{
        width: 140px;
        margin-top: 20px;
        padding: 0;
        font-size: 12px;
    }
    .ban-icon{
        display: none;
    }
    .ban-one{
        padding: 20px 0;
    }
    .ban-one-cont:first-child{
        margin-top: 0;
    }
    .ban-one-cont {
        width: 100%;
        padding: 0 20px;
        margin-top: 20px;
    }
    .ban-one-right p {
        font-size: 14px;
        line-height: 28px;
    }
    .index-about{
        padding: 50px 0;
    }
    .index-about-one{
        flex-direction: column-reverse;
    }
    .index-about-one-left{
        width: 100%;
        margin-top: 20px;
    }
    .index-about-one-left h2{
        font-size: 24px;
    }
    .index-about-one-left p{
        margin-top: 10px;
    }
    .index-about-one-left a{
        margin-top: 30px;
    }
    .index-about-one-right{
        width: 100%;
    }
    .index-about-two {
        margin-top: 50px;
    }
    .index-about-two-cont {
        width: 50%;
        text-align: center;
        margin-bottom: 30px;
    }
    .index-about-two-cont:last-child{
        margin-bottom: 0;
    }
    .index-about-two-cont h2 p {
        font-size: 28px;
    }
    .index-two{
        padding: 50px 0;
    }
    .index-two-all h2 {
        font-size: 24px;
    }
    .index-two-all p {
        margin-top: 20px;
    }
    .index-case{
        padding: 50px 0;
    }
    .index-case-top-all h2 {
        width: 100%;
        font-size: 24px;
    }
    .index-case-top-all a{
        margin-top: 15px;
    }
    .index-case-cont {
        overflow: hidden;
    }
    .index-case-p{
        padding-right: 0;
        flex-direction: column-reverse;
    }
    .index-case-left {
        width: 100%;
        margin-top: 20px;
    }
    .index-case-right {
        width: 100%;
    }
    .case-prev,
    .case-next,
    .case-prev::before,
    .case-next::before{
        display: none;
    }
    .index-hospital{
        padding: 50px 0;
    }
    .index-hospital-all h1 {
        font-size: 24px;
    }
    .index-hospital-map{
        width: 100%;
        position: relative;
        left: 0;
    }
    .index-hospital-p{
        margin-top: 30px;
    }
    .index-hospital-zuo {
        width: 100%;
    }
    .hospital-zuo-swiper .swiper-slide p{
        margin-top: 10px;
    }
    .hospital-zuo-swiper .swiper-slide a{
        margin-top: 30px;
    }
    .index-hospital-you {
        width: 100%;
    }
    .index-news {
        padding: 50px 0;
    }
    .index-news-top h2 {
        font-size: 24px;
    }
    .index-news-top a{
        margin-top: 20px;
    }
    .index-news-cont {
        margin-top: 30px;
    }
    .index-news-left {
        width: 100%;
    }
    .index-news-right {
        width: 100%;
        margin-top: 20px;
    }
    .index-news-right a{
        padding: 20px 0;
    }
    .foot-one {
        padding: 30px 0;
    }
    .foot-one-all li{
        display: none;
    }
    .foot-two {
        padding: 30px 0;
    }
    .foot-two-left {
        width: 100%;
    }
    .foot-two-left h2{
        margin-top: 0;
    }
    .foot-two-left li{
        margin-top: 10px;
    }
    .foot-two-right {
        width: 100%;
        margin-top: 30px;
    }
    .foot-two-right ul li {
        width: 100%;
        padding: 15px;
        margin-top: 15px;
    }
    .foot-di-left {
        width: 100%;
    }
    .foot-di-left p{
        justify-content: center;
    }
    .foot-di-right {
        width: 100%;
    }
    .foot-di-right a{
        text-align: center;
    }
    .cure-ban{
        margin-top: 50px;
    }
    .cure-ban-p{
        width: 100%;
        padding: 20px 0;
        position: unset;
        transform: unset;
        padding-left: 2.5%;
    }
    .cure-ban-p li{
        padding-right: 2.5%;
    }
    .cure-ban-p li h2{
        font-size: 24px;
    }
    .cure-ban-p li p{
        font-size: 16px;
        margin-top: 5px;
    }
    .cure {
        padding-top: 50px;
    }
    .cure-yi h2 {
        font-size: 24px;
    }
    .cure-yi img{
        margin-top: 20px;
    }
    .cure-er {
        width: 100%;
        overflow-x: auto;
        padding: 50px 0;
    }
    .cure-er #main{
        width: 200%;
        height: 500px;
    }
    .cure-two{
        padding: 50px 0;
    }
    .cure-two-top h2 {
        font-size: 24px;
    }
    .cure-two-top ul{
        width: 100%;
        justify-content: space-between;
        margin-top: 20px;
    }
    .cure-two-top ul li{
        width: 31%;
        padding: 0;
        text-align: center;
        margin-left: 0;
        font-size: 14px;
        line-height: 40px;
    }
    .cure-two-swiper{
        padding-bottom: 80px;
    }
    .cure-two-p{
        flex-direction: column-reverse;
    }
    .cure-two-left {
        width: 100%;
        margin-top: 20px;
    }
    .cure-two-left p{
        margin-top: 0;
    }
    .cure-two-right {
        width: 100%;
    }
    .cure-three {
        padding: 50px 0;
    }
    .cure-three-all h2 {
        font-size: 24px;
    }
    .cure-three-all table{
        width: 240%;
        margin-top: 20px;
    }
    .cure-bg{
        width: 100%;
        overflow-x: auto;
    }
    .cure-three-all table thead th,.cure-three-all table tbody td{
        padding: 10px;
    }
    .treat-one {
        padding: 50px 0;
    }
    .treat-yi-left{
        width: 100%;
    }
    .treat-yi-left h2{
        font-size: 24px;
    }
    .treat-yi-right{
        width: 100%;
        margin-top: 10px;
    }
    .treat-er{
        margin-bottom: 0px;
    }
    .treat-img{
        width: 100%;
    }
    .treat-er-content{
        width: 100%;
        position: unset;
        margin-top: 50px;
    }
    .treat-er-cont{
        width: 100%;
        position: unset;
        margin-top: 30px;
    }
    .treat-er-cont p{
        margin-top: 0;
    }
    .treat-er-cont:nth-child(5){
        transform: unset;
    }
    .treat-er-cont:nth-child(5) h2, .treat-er-cont:nth-child(5) p{
        text-align: left;
    }
    .treat-two{
        padding: 50px 0;
    }
    .treat-two-left {
        width: 100%;
    }
    .treat-two-left h1 {
        font-size: 24px;
    }
    .treat-two-left li {
        margin-top: 10px;
    }
    .treat-two-left li p {
        font-size: 20px;
        line-height: 50px;
    }
    .treat-two-left li h2 {
        font-size: 30px;
    }
    .treat-two-right {
        width: 100%;
        display: none;
    }
    .treat-two-map{
        left: 0;
    }
    .treat-two-hide .treat-two-img.active {
        transform: scale(1.3);
    }
    .treat-two-img {
        width: 30px;
        height: 30px;
    }
    .treat-three {
        padding: 50px 0;
    }
    .treat-three-top h2 {
        font-size: 24px;
    }
    .treat-three-top ul{
        width: 100%;
        margin-top: 20px;
        justify-content: space-between;
        align-items: center;
    }
    .treat-three-top ul li{
        width: 48%;
        padding: 0;
        margin-left: 0;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
        padding: 15px 0;
    }
    .treat-three-content {
        margin-top: 40px;
    }
    .treat-three-prev {
        display: none;
    }
    .treat-three-next {
        right: 10px;
    }
    .treat-four{
        padding: 50px 0;
    }
    .treat-four-yi h2{
        width: 100%;
        font-size: 24px;
    }
    .treat-four-yi li {
        width: 100%;
        margin-top: 10px;
    }
    .treat-four-er {
        margin-top: 30px;
    }
    .treat-er-left {
        width: 100%;
    }
    .treat-er-left li {
        margin-top: 10px;
    }
    .treat-er-right {
        width: 100%;
        margin-top: 20px;
    }
    .treat-five {
        padding: 50px 0;
    }
    .treat-five-all h1{
        font-size: 24px;
    }
    .treat-five-content{
        margin-top: 0;
    }
    .treat-five-cont{
        width: 100%;
        margin-top: 30px;
    }
    .treat-five-cont ul {
        padding: 20px;
    }
    .treat-six {
        padding-bottom: 50px;
    }
    .treat-six-all>h2{
        position: unset;
        font-size: 24px;
    }
    .treat-six-p{
        flex-direction: column-reverse;
    }
    .treat-six-swiper{
        margin-top: 20px;
        padding-bottom: 70px;
    }
    .treat-six-left {
        width: 100%;
        margin-top: 20px;
    }
    .treat-six-left p{
        margin-top: 10px;
    }
    .treat-six-right {
        width: 100%;
    }
    .expert-one {
        padding-top: 50px;
    }
    .expert-one-all h2 {
        font-size: 24px;
    }
    .expert-one-all ul{
        margin-top: 0px;
    }
    .expert-one-all ul li {
        width: 48%;
        margin-top: 30px;
    }
    .expert-one-all ul li img {
        width: 140px;
    }
    .expert-one-all ul li p {
        font-size: 16px;
        margin-top: 10px;
    }
    .expert-two {
        padding-top: 50px;
    }
    .expert-two-all h1{
        font-size: 24px;
    }
    .expert-two-all ul{
        margin-top: 0px;
    }
    .expert-two-all ul li {
        width: 48%;
        margin-top: 30px;
    }
    .expert-two-all ul li .expert-two-p {
        padding: 10px;
    }
    .expert-two-all ul li .expert-two-p h2 {
        font-size: 18px;
    }
    .expert-two-all ul li .expert-two-p p {
        font-size: 14px;
        line-height: 24px;
    }
    .expert-three {
        padding-top: 50px;
    }
    .expert-three-all h2{
        font-size: 24px;
    }
    .expert-three-all ul{
        margin-top: 0;
    }
    .expert-three-all ul li {
        width: 48%;
        margin-top: 30px;
    }
    .expert-three-all ul li a{
        width: 90%;
    }
    .expert-four {
        padding-top: 50px;
    }
    .expert-xia-prev, .expert-xia-next{
        display: none;
    }
    .expert-four h1{
        font-size: 24px;
    }
    .expert-four-shang {
        width: 90%;
        margin: auto;
        margin-top: 30px;
    }
    .expert-four-xia {
        margin-top: 30px;
    }
    .expert-xia-swiper li p::after{
        width: 70%;
    }
    .expert-five {
        padding: 50px 0;
    }
    .expert-five-all h1{
        font-size: 24px;
    }
    .expert-five-all ul li:nth-child(2), .expert-five-all ul li:nth-child(4), .expert-five-all ul li:nth-child(6){
        display: none;
    }
    .expert-five-all ul{
        margin-top: 0;
    }
    .expert-five-all ul li{
        width: 145px;
        height: 145px;
        margin-top: 30px;
    }
    .expert-five-all ul li::before{
        width: 130px;
        height: 130px;
    }
    .expert-five-all ul li::after{
        width: 120px;
        height: 120px;
    }
    .expert-five-all ul li h2 p{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
    }
    .expert-five-all ul li h2 span{
        font-size: 14px;
        margin-top: 10px;
    }
    .expert-seven {
        padding: 50px 0;
    }
    .expert-seven-left {
        width: 100%;
    }
    .expert-seven-left h1,.expert-seven-right h1{
        font-size: 24px;
    }
    .expert-seven-left a,.expert-seven-right ul{
        margin-top: 20px;
    }
    .expert-seven-right {
        width: 100%;
        margin-top: 20px;
    }
    .expert-seven-right ul li {
        padding: 10px 15px;
    }
    .expert-seven-right ul li .q p b,
    .expert-seven-right ul li .a p b,
    .expert-seven-right ul li .q p span{
        font-size: 16px;
    }
    .hospital-top {
        padding: 40px 0;
    }
    .hospital-cont a{
        padding: 15px;
        flex-direction: column-reverse;
    }
    .hospital-left {
        width: 100%;
        margin-top: 20px;
    }
    .hospital-right {
        width: 70%;
    }
    .hospital-head{
        margin-top: 50px;
    }
    .hospital-detail {
        padding: 50px 0;
    }
    .hospital-detail-left{
        width: 100%;
    }
    .hospital-detail-you h2 {
        font-size: 24px;
    }
    .hospital-detail-two{
        margin-top: 40px;
    }
    .hospital-detail-two-zuo{
        width: 100%;
    }
    .hospital-detail-two-you{
        margin-top: 20px;
    }
    .hospital-detail-right{
        display: none;
    }
    .case {
        padding-bottom: 50px;
    }
    .case .hospital-top{
        padding-bottom: 0;
    }
    .case-cont{
        flex-direction: column-reverse;
        margin-top: 40px;
    }
    .case-left {
        width: 100%;
        margin-top: 20px;
    }
    .case-right {
        width: 100%;
    }
    .news {
        padding: 50px 0;
    }
    .news-top-left {
        width: 100%;
    }
    .news-top-right {
        width: 100%;
        margin-top: 20px;
    }
    .news-top-right h2{
        margin-top: 5px;
    }
    .news-top-right p{
        margin-top: 10px;
    }
    .news-top-right a{
        margin-top: 15px;
    }
    .news-cont a{
        padding: 30px 0;
    }
    .news-cont a p{
        margin-top: 5px;
    }
    .news-cont a span{
        margin-top: 10px;
    }
    .news-detail {
        padding: 50px 0;
    }
    .news-detail-left{
        width: 100%;
    }
    .news-detail-left-top {
        padding-bottom: 15px;
    }
    .news-detail-left-top h2{
        font-size: 24px;
    }
    .news-detail-left-top p{
        margin-top: 10px;
    }
    .news-detail-right{
        display: none;
    }
    .about-one {
        padding: 50px 0;
    }
    .about-one-all{
        flex-direction: column-reverse;
    }
    .about-one-left {
        width: 100%;
        margin-top: 20px;
    }
    .about-one-left h1{
        font-size: 24px;
    }
    .about-one-left p{
        margin-top: 5px;
    }
    .about-one-left h2{
        margin: 15px 0;
    }
    .about-one-right {
        width: 100%;
    }
    .about-two{
        padding: 50px 0;
    }
    .about-three {
        padding-top: 50px;
    }
    .about-three-yi-left {
        width: 100%;
    }
    .about-three-yi-left h2{
        font-size: 24px;
    }
    .about-three-yi-right {
        width: 100%;
        margin-top: 10px;
    }
    .about-four {
        padding: 50px 0;
    }
    .about-four-top h2{
        font-size: 24px;
    }
    .about-four-cont{
        margin-top: 30px;
    }
    .about-four-prev{
        display: none;
    }
    .about-four-next{
        top: -45px;
    }
    .about-tan-cont{
        width: 90%;
        padding: 15px;
        height: 80vh;
        overflow-y: auto;
    }
    .about-tan-left {
        width: 75%;
        margin: auto;
    }
    .about-tan-right{
        width: 100%;
        margin-top: 20px;
    }
    .about-tan-top h2{
        font-size: 24px;
    }
    .about-tan-close{
        top: 0;
        right: 15px;
    }
    .contact {
        padding: 50px 0;
    }
    .contact-one{
        margin-top: 0;
    }
    .contact-one-cont {
        width: 100%;
        padding-bottom: 30px;
        margin-top: 30px;
    }
    .contact-one-cont a{
        margin-top: 15px;
    }
    .contact-yi {
        margin-top: 40px;
    }
    
    
}
@media (min-width:769px) and (max-width:1199px){
    .ban-swiper .swiper-slide img{
        height: auto;
    }
    .ban-one-cont{
        width: 31%;
        margin-top: 0;
    }
    .ban-one-cont:nth-child(2){
        margin-top: 0;
    }
    .index-about-one{
        flex-direction: unset;
    }
    .index-about-one-left {
        width: 50%;
        margin-top: 0;
    }
    .index-about-one-right {
        width: 45%;
    }
    .index-about-two-cont{
        width: 19%;
    }
    .index-case-top-all h2{
        width: auto;
    }
    .index-case-p{
        flex-direction: unset;
    }
    .index-case-left{
        width: 55%;
        margin-top: 0;
    }
    .index-case-right {
        width: 42%;
    }
    .index-hospital-map {
        width: 35%;
        position: absolute;
        left: 30%;
    }
    .index-hospital-zuo{
        width: 40%;
    }
    .index-hospital-you{
        width: 30%;
    }
    .index-news-left{
        width: 50%;
    }
    .index-news-right{
        width: 45%;
        margin-top: 0;
    }
    .index-news-right a p{
        -webkit-line-clamp: 1;
    }
    .foot-two-left {
        width: 25%;
    }
    .foot-two-right {
        width: 75%;
        margin-top: 0;
    }
    .foot-two-right ul li{
        width: 48%;
    }
    .cure-ban-p{
        width: 45%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .cure-er #main{
        width: 100%;
    }
    .cure-two-p{
        flex-direction: unset;
    }
    .cure-two-left {
        width: 45%;
        margin-top: 0;
    }
    .cure-two-right {
        width: 48%;
    }
    .cure-two-swiper {
        padding-bottom: 0px;
    }
    .cure-three-all table{
        width: 100%;
    }
    .treat-img{
        display: none;
    }
    .treat-er-content{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .treat-er-cont{
        width: 47%;
        margin-top: 30px;
    }
    .expert-one-all ul li{
        width: 23%;
    }
    .expert-three-all ul li{
        width: 31%;
    }
    .treat-two-left {
        width: 40%;
    }
    .treat-two-right {
        width: 52%;
        display: block;
        position: relative;
        left: -15%;
    }
    .treat-two-more{
        width: 260px;
    }
    .treat-two-more .treat-two-more-p {
        padding: 15px;
    }
    .treat-er-left {
        width: 30%;
    }
    .treat-er-right {
        width: 60%;
        margin-top: 0;
    }
    .treat-three-top ul{
        width: 50%;
        margin-top: 0;
    }
    .treat-five-cont{
        width: 47%;
    }
    .treat-six-swiper{
        padding-bottom: 0;
    }
    .treat-six-p{
        flex-direction: unset;
    }
    .treat-six-left{
        width: 46%;
        margin-top: 0;
        padding-bottom: 70px;
    }
    .treat-six-right{
        width: 46%;
    }
    .expert-two-all ul li{
        width: 23%;
    }
    .expert-seven-left{
        width: 47%;
    }
    .expert-seven-right{
        width: 47%;
        margin-top: 0;
    }
    .hospital-cont a{
        flex-direction: unset;
    }
    .hospital-left{
        width: 60%;
        margin-top: 0;
    }
    .hospital-right{
        width: 35%;
    }
    .case-cont{
        flex-direction: unset;
    }
    .case-left{
        width: 60%;
        margin-top: 0;
    }
    .case-right{
        width: 35%;
    }
    .news-top-left{
        width: 35%;
    }
    .news-top-right{
        width: 60%;
        margin-top: 0;
    }
    .about-one-all{
        flex-direction: unset;
        align-items: center;
    }
    .about-one-left{
        width: 45%;
        margin-top: 0;
    }
    .about-one-right{
        width: 47%;
    }
    .about-tan-cont{
        height: auto;
    }
    .about-tan-left {
        width: 25%;
    }
    .about-tan-right {
        width: 70%;
        margin-top: 0;
    }
    .contact-one-cont{
        width: 47%;
    }
}
@media (min-width:414px) and (max-width:769px){
    .ban-one-cont{
        width: 48%;
    }
    .ban-one-cont:nth-child(2){
        margin-top: 0;
    }
    .index-about-two-cont{
        width: 19%;
    }
    .index-case-top-all h2{
        width: auto;
    }
    .index-case-right {
        width: 50%;
    }
    .index-hospital-zuo{
        width: 48%;
    }
    .index-hospital-you{
        width: 48%;
    }
    .foot-two-right ul li{
        width: 48%;
    }
    .treat-img{
        width: 70%;
    }
    .expert-one-all ul li{
        width: 23%;
    }
    .expert-three-all ul li{
        width: 31%;
    }
}
@media screen and (max-width:414px){}