p,h1,h2,h3,h4,h5{
    margin: 0;
    padding: 0;
}
.hospital-banner{
    width: 100%;
    height: 6rem;
    background:  url("../images/Index/b.jpg") no-repeat;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    position: relative;
}
.hospital-banner-content>h2{
    font-size: .7rem;
    text-align: center;
}
.hospital-banner-content>h2::after{
    content: "";
    display: block;
    font-size: 0;
    width: .88rem;
    height: .03rem;
    background: white;
    margin: .2rem auto;
}
.hospital-banner-content>p{
    font-size: .38rem;
    word-spacing: .1rem;
    letter-spacing: .05rem;
    margin-top: .3rem;
    text-align: center;
}
.hospital-box1{
    height: 9.26rem;
    width: 100%;
}
.hospital-title{
    font-size: 0.5rem;
    margin-top: 0.65rem;
    margin-left: 3.1rem;
}
.hospital-title::after{
    content: "";
    display: block;
    font-size: 0;
    width: .9rem;
    height: .03rem;
    background: #23cdc5;
    margin-top: 0.25rem;
}
.hospital-box1-child{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.hospital-box1-img{
    width: 6.1rem;
    height: 6.1rem;
    position: relative;
}
.hospital-box1-img>img{
    width: 100%;
    height: 100%;
}
.hospital-box1-text{
    margin-left: 1.5rem;
}
.hospital-box1-text>h3{
    font-size: 0.36rem;
    line-height: 0.55rem;
}
.hospital-box1-text>p{
    height: 1.8rem;
    width: 5.67rem;
    line-height: .3rem;
    margin-top: 0.45rem;
    overflow: hidden;
    font-size: 0.18rem;
    letter-spacing: 0.01rem;
}
.hospital-box2{
    height:11rem;
    width: 100%;
    background-color: #efefef;
    overflow: hidden;
}
.hospital-box2>div{
    display: flex;
    margin-top: 1.05rem;
    justify-content: center;
    align-items: center;
}
.hospital-box2-img{
    width: 4.6rem;
    height: 6.13rem;
    margin-left: 1.2rem;
}
.hospital-box2-img>img{
    width: 100%;
    height: 100%;
}
.hospital-box2-text p{
    width: 6rem;
    font-size: 0.18rem;
    letter-spacing: 0.01rem;
    line-height: 0.28rem;
}
.hospital-box2-text h3{
    font-size: 0.36rem;
    margin-bottom: 0.2rem;
    margin-top: 0.95rem;
}
.hospital-box2-text>div:nth-child(1)>h3{
    margin-top: 0;
}
.foot{
    height: 2.50rem;
    width: 100%;
    background: #282828;
    color: white;
    display: flex;
    align-items: center;
}
.foot-link{
    display: flex;
    width: 50%;
    border-right: .01rem solid #5a5a5a;
    color: #a0a0a0;
    justify-content: center;
}
.foot-link>ul{
    margin-right: .70rem;
}
.foot-link>ul>li{
    margin-bottom: .10rem;
    font-size: .18rem;
}
.foot-link>ul>li:nth-child(1){
    font-weight: 700;
}
.foot-link>ul>li:not(:first-child){
    cursor: pointer;
}
.foot-link>ul>li a{
    color: inherit;
}
.copyright{
    display: flex;
    margin-left: .80rem;
}
.copyright-tel{
    font-size: .20rem;
    color: #d4d4d4;
    margin-bottom: .15rem;
}
.copyright-text{
    font-size: .16rem;
    color: #a0a0a0;
    margin-bottom: .10rem;
}
.copyright>div:nth-child(2){
    margin-left: .80rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: .16rem;
    width: 1.2rem;
    height: 1.2rem;
}
.copyright>div:nth-child(2)>img{
    margin-bottom:0.06rem;
    width: 100%;
    height: 100%;
}
.flare-light{
    position: relative;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
    overflow: hidden;
    cursor: pointer;
}
.flare-light::after{
    content: ' ';
    position: absolute;
    background: #fff;
    width: .15rem;
    height: .9rem;
    top: 0;
    left: -.45rem;
    opacity: 0.3;
    -webkit-transition: all 1.5S ease-out;
    transition: all 1.5S ease-out;
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.flare-light:hover{
    background: #24ccc6dc;
}
.flare-light:hover::after {
    left:5.25rem;
    transition: 1.5S;
}
.from-medical-text>div:nth-of-type(2):hover{
    background: #236dd5de;
}