
.hospital-home{
    width: 100%;
}

.hospital-home .banner{
    width: 100%;
}

.hospital-home .banner .swiper-container{
    position: relative;
    overflow: hidden;
}

.hospital-home .banner .swiper-container .swiper-slide{
    width: 100%;
    height: 27rem;
    font-size: 0;
}

.hospital-home .banner .swiper-container .swiper-pagination1{
    position: absolute;
    text-align: center;
    bottom: 3.5%;
    z-index: 1;
}

.hospital-home .banner .swiper-container  .swiper-pagination-bullet {
    background: #CCCCCC;
}

.hospital-home .banner .swiper-container  .swiper-pagination-bullet-active {
    width: 4rem;
    height: .5rem;
    background: #FFFFFF;
    border-radius: 4px;
}

.hospital-home .important-note .important-note-box,
.hospital-home .jyzn,
.hospital-home .news,
.hospital-home  .zjfc .swiper-container,
.hospital-home .zjfc .swiper-button,
.hospital-home .ggws,
.hospital-home .ksdh .card-list,
.hospital-home .tzgg,
.hospital-home .yydz,
.hospital-home .yqlj .card
{
    width: 60rem;
}

    .hospital-home .important-note {
        width: 100%;
        background-color: #FFFFFF;
        box-shadow: 0 1px 4px 0 rgba(0,0,0,0.07);
        margin-bottom: 2rem;
    }
        .hospital-home .important-note .important-note-box {
            height: 50px;
            margin: auto;
            padding: 10px 0;
            overflow: hidden;
        }

        .hospital-home .important-note .note {
            display: flex;
            align-items: center;
            cursor: pointer;
            margin-right: 11.5rem;
        }


            .hospital-home .important-note .note .imp-t {
                width: 36px;
                height: 36px;
                background: #FFFFFF;
                border: 1px solid #27C892;
                border-radius: 4px;
                text-align: center;
            }

                .hospital-home .important-note .note .imp-t div {
                    font-size: 14px;
                    font-family: Source Han Sans CN;
                    font-weight: 400;
                    color: #27C892;
                    line-height: 18px;
                }

        .hospital-home .important-note .js-marquee {
            display: flex;
        }

        .hospital-home .important-note .note .text {
            margin-left: 1rem;
            text-wrap: nowrap;
        }

            .hospital-home .important-note .note .text a {
                font-size: 16px;
                font-family: Source Han Sans CN;
                font-weight: 400;
                color: #000000;
            }

.hospital-home .jyzn{
    margin:2.4rem  auto;
    height: 7.2rem;
    display: flex;
    justify-content: space-between;
    background: #FFFFFF;
    box-shadow: 0 1px 7px 0 rgba(39,200,146,0.2);
}

.hospital-home .jyzn .jyzh-box{
    flex: 1;
    border-right: 1px solid  #F5F5F5;
    text-align: center;
    cursor: pointer;
}

.hospital-home .jyzn .jyzh-box:hover .tit a{
    color: #27C892 !important;
}

.hospital-home .jyzn .jyzh-box .img-b{
    width: 3.3rem;
    height: 3.3rem;
    margin: .85rem auto;
    font-size: 0;
}

.hospital-home .jyzn .jyzh-box .tit a{
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.1rem;
}

.jyzn-title-active{
    color: #27C892 !important;
}

.hospital-home .news{
    margin: auto;
}

.hospital-home .news .press-center{
    width: 100%;
    height: 24rem;
    margin-bottom: 2.5rem;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.hospital-home .news .press-center .left,
.hospital-home .news .press-center .right
{
    width: 30rem;
    height: 100%;
}

.hospital-home .news .press-center .right{
    width: 28.2rem;
}

.hospital-home .news .press-center .left .swiper-container{
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hospital-home .news .press-center .left .swiper-container .swiper-slide{
    position: relative;
    cursor: pointer;
}

.hospital-home .news .press-center .left .swiper-container .swiper-slide .mc{
    width: 100%;
    height: 2.8rem;
    padding-left: .3rem;
    padding-right: 1rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    background: #000000;
    opacity: 0.4;
}

.hospital-home .news .press-center .left .swiper-container .swiper-slide  .title{
    width: 100%;
    height: 2.8rem;
    padding-left: .3rem;
    padding-right: 1rem;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 2.8rem;
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #FFFFFF;
}


.press-next-button,
.press-prev-button
{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 30px;
    z-index: 99;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.press-next-button .mc,
.press-prev-button .mc{
    width: 24px;
    height: 30px;
    position: absolute;
    background: #000000;
    opacity: 0.2;
    z-index: 1;
}

.press-next-button svg,
.press-prev-button svg{
    z-index: 2;
}

.press-next-button svg path,
.press-prev-button svg path{
    fill: #FFFFFF;
}

.press-next-button{
    right: 0;
}

.press-prev-button{
    left: 0;
}



.hospital-home .news .press-center .right ul .press-li{
    height: 5.5rem;
    padding-right: 3.9rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
    background-image: url(../images/index/news_press_bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}

.hospital-home .news .press-center .right ul .press-li .title,
.hospital-home .news .press-center .right ul .press-li .desc,
.hospital-home .hospital-news .hospital-li .title,
.hospital-home .hospital-news .hospital-li2 .title
{
    width: 100%;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.1rem;
	
	/*
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;*/
	
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.hospital-home .news .press-center .right ul .press-li .title,
.hospital-home .hospital-news .hospital-li .title,
.hospital-home .hospital-news .hospital-li2 .title{
    font-size: .8rem;
    margin-bottom: .5rem;
}

.t-circle{
    width: 4px;
    height: 4px;
    margin-right: .6rem;
    vertical-align: middle;
    display: inline-block;
    background: #27C892;
    border-radius: 50%;
}

.hospital-home .news .press-center .right ul .press-li .desc {
    font-size: .7rem;
    padding-left: 1rem;
    box-sizing: border-box;
    color: #999;
    margin-top: 1.4rem
}

.hospital-home .news .press-center .right ul .press-li:hover .title,
.hospital-home .news .press-center .right ul .press-li:hover .desc{
    color: #27C892 !important;
}



.press-active{
    color: #27C892 !important;
}


.news .press-center .right ul .line{
    width: 96%;
    border-bottom: 1px solid #f8f8f8;
}

.hospital-news .line{
    width: 100%;
    border-bottom: 1px solid #f8f8f8;
}

.hospital-home .hospital-news{
    width: 100%;
    margin-bottom: 2.5rem;
    display: flex;
}

.hospital-home .hospital-news .left,
.hospital-home .hospital-news .right
{
    width: 27.5rem;
    height: 100%;

}

.hospital-home .hospital-news .right{
    margin-left: 3.2rem;
}

.hospital-home .hospital-news .left{
    margin-left: 1rem;
}

.hospital-home .hospital-news .news-tit{
    width: 100%;
    padding-right: 0.3rem
}

.hospital-home .hospital-news .hospital-li,
.hospital-home .hospital-news .hospital-li2
{
    height: 3.1rem;
    padding-right: 2.4rem;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.hospital-home .hospital-news .hospital-li:hover .title,
.hospital-home .hospital-news .hospital-li2:hover .title{
    color: #27C892;
}

.hospital-home .hospital-news .hospital-li .title ,
.hospital-home .hospital-news .hospital-li2 .title{
    margin: 0;
}

.hospital-home  .zjfc {
    width: 100%;
    height: 26rem;
    margin-bottom: 2.5rem;
    background-image: url(../images/index/bg_1.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: relative;
}

.hospital-home  .zjfc .swiper-container{

    padding-top: 4rem;
    padding-bottom: 2.8rem;
    margin: auto;
    overflow: hidden;
    position: relative;
}

.hospital-home  .zjfc-tit{
    width: 58rem;
    margin: auto;
}

.hospital-home  .zjfc-tit {
    padding-top: 1.5rem;
    margin-bottom: 2.3rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #F5F5F5;
    position: relative;
    z-index: 1;
}

.hospital-home  .zjfc-tit div:nth-child(1),
.hospital-home  .zjfc-tit div:nth-child(2)
{
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1.1rem;
}

.hospital-home  .zjfc-tit  div:nth-child(1){
    font-size: .8rem;
    padding-bottom: .7rem;
    color: #333333;
    border-bottom: 4px solid #27C892;
}

.hospital-home  .zjfc-tit  div:nth-child(2) a{
    font-size: .7rem;
    color: #999999;
}

.hospital-home .zjfc .swiper-container .swiper-slide {
    height: 14rem;
    background: #FBFFFF;
    border-radius: 4px;
    padding-left: 0.65rem;
    padding-right: 0.6rem;
    padding-bottom: 1.6rem;
    box-sizing: border-box;
    cursor: pointer;
}

.hospital-home .zjfc .swiper-container .swiper-slide .img {
    width: 7.4rem;
    height: 7.4rem;
    margin: auto;
    transform: translateY(-50%);
}

.hospital-home .zjfc .swiper-container .swiper-slide .info{
    transform: translateY(-2.8rem);
}

.hospital-home .zjfc .swiper-container .swiper-slide .info .name{
    margin-bottom: .4rem;
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.1rem;
    text-align: center;
}

.hospital-home .zjfc .swiper-container .swiper-slide .info .type {
    margin-bottom: 1.3rem;
    font-size: .7rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 1.1rem;
    text-align: center;
}

.hospital-home .zjfc .swiper-container .swiper-slide .info .desc,
.hospital-home .ksdh .card-list .card .desc{
    font-size: .7rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 1.5rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 显示的行数 */
    -webkit-box-orient: vertical;
}

.hospital-home .zjfc .swiper-button{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.hospital-home .zjfc .swiper-button .zjfc-prev-button,
.hospital-home .zjfc .swiper-button .zjfc-next-button {
    width: 3rem;
    height: 3rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    background: #FBFFFF;
    border-radius: 50%;
}
.swiper {
    width: 100%;
}

.swiper .swiper-slide {
    font-size: 0;
}

.swiper .swiper-slide img {
    width: 100%;
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    bottom: 4.5% !important;
}

.swiper-pagination-bullet {
    width: 1rem !important;
    height: 10px !important;
    background: #FFFFFF !important;
    opacity: 0.5;
    border-radius: 5px !important;
}

.swiper-pagination-bullet-active {
    width: 2.5rem !important;
    height: 10px;
    background: #FFFFFF;
    border-radius: 5px;
}

.Industriallayout {
    width: 100%;
}

.title {
    width: 100%;
}

.title p {
    width: 100%;
    text-align: center;
}

.title p span {
    font-size: 1.8rem;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-weight: 400;
    color: #333333;
}

.title p span:nth-child(2) {
    color: #AF1014;
}

.title p:nth-child(2) {
    font-size: 0.8rem;
    font-family: HarmonyOS_Sans_SC_Light;
    font-weight: 400;
    color: #999999;
    margin-top: 1rem;
}

.title p:nth-child(3) {
    width: 20px;
    height: 4px;
    background: #AF1014;
    border-radius: 2px;
    margin: auto;
    margin-top: 20px;
}

.Industriallayout .lay_content {
    width: 75.67%;
    margin: auto;
    margin-top: 40px;
    height: 540px;
}

.Industriallayout .lay_content ul {
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    height: 100%;
}

.Industriallayout .lay_content ul li {
    width: 12.5%;
    height: 100%;
    position: relative;
    transition: width 0.5s ease;
    cursor: pointer;
}

.Industriallayout .lay_content ul li .mengceng {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(45deg, #AF1014 0%, rgba(175, 16, 20, 0.1) 100%) !important;
    opacity: 0.7;
}

.Industriallayout .lay_content ul li .wordbox {
    position: absolute;
    bottom: 30px;
    width: 100%;
}

/* .Industriallayout .lay_content ul li .wordTop{
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.69) 31%, rgba(0, 0, 0, 0.01) 99%);
    opacity: 0.6;
} */

.Industriallayout .lay_content ul li .wordTop p {
    font-size: 1rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
}

.Industriallayout .lay_content ul li .wordTop p:nth-child(2) {
    font-size: .7rem;
}

.Industriallayout .lay_content ul li .wordSecond p {
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin-top: 28px;
}

.Industriallayout .lay_content ul li .wordThrid {
    width: 120px;
    height: 30px;
    background: #FFFFFF;
    border-radius: 20px;
    margin-top: 27px;
}

.Industriallayout .lay_content ul li .wordThrid a {
    display: inline-block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: .7rem;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #AF1014;
    line-height: 30px;
}

.Industriallayout .lay_content ul li .wordbox .wordSecond,
.Industriallayout .lay_content ul li .wordbox .wordThrid {
    display: none;
}

/*.Industriallayout .lay_content ul li:nth-child(1) {
    background: url('../image/picj_1.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    margin-right: 3px;
}

.Industriallayout .lay_content ul li:nth-child(2) {
    background: url('../image/picj_2.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    margin-right: 3px;
}

.Industriallayout .lay_content ul li:nth-child(3) {
    background: url('../image/picj_3.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    margin-right: 3px;
}

.Industriallayout .lay_content ul li:nth-child(4) {
    background: url('../image/picj_4.png') no-repeat;
    background-size: cover;
    background-position-x: center;
    margin-right: 3px;
}

.Industriallayout .lay_content ul li:nth-child(5) {
    background: url('../image/picj_5.png') no-repeat;
    background-size: cover;
    background-position-x: center;
}*/

.active {
    width: 50% !important;
}

.active .mengceng {
    display: block !important;
}

.active .wordbox .wordSecond,
.active .wordbox .wordThrid {
    display: block !important;
}

.active .wordbox {
    padding: 0 10.5rem 0 1.5rem;
    box-sizing: border-box;
}

.active .wordTop p {
    text-align: left !important;
}

.news {
    width: 100%;
    background: url('../image/new_bg.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 4.15rem;
}

.news .new_content {
    width: 75.67%;
    margin: auto;
    margin-top: 29px;
}

.news .new_content .content_top {
    width: 100%;
}

.news .new_content .content_top ul {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hospital-home .zjfc .swiper-button .zjfc-prev-button {
    left: -4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hospital-home .zjfc .swiper-button .zjfc-next-button {
    right: -4.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hospital-home .ggws{
    margin: auto auto 2.5rem;
}

.hospital-home .ksdh{
    width: 100%;
   /* height: 22.4rem;*/
    margin-bottom: 2.5rem;
    background-image: url(../images/index/bg_2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom:1.2rem;

}
.hospital-home .ksdh .card-list{
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    transform: translateX(1rem);
}

.hospital-home .ksdh .card-list .card{
    width: 32%;
    box-sizing: border-box;
    padding: 1rem 1.7rem .75rem 1rem;
    display: flex;
    margin-left: -1rem;
    cursor: pointer;
    margin-right: 1.75rem;
}

.hospital-home .ksdh .card-list .card:hover {
    background-color: #27C892;
}

.hospital-home .ksdh .card-list .card:hover .name,
.hospital-home .ksdh .card-list .card:hover .desc
{
    color: #ffffff;
}

.hospital-home .ksdh .card-list .card .r{
    width: 14rem;
    margin-left: .7rem;
}

.hospital-home .ksdh .card-list .card .name{
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 1.1rem;
    margin-bottom: .3rem;
}

.hospital-home .ksdh .card-list .card .desc{
    color: #666666;
}



.hospital-home .ksdh .icon-list{
    display: flex;
}

.hospital-home .ksdh .icon-list div,
.hospital-home .ksdh .card-list .card .icon{
    width: 2rem;
    height: 2rem;
}

.hospital-home .tzgg{
    margin: auto auto 2.5rem;
}

.hospital-home .tzgg .left ,.hospital-home .tzgg .right{
    box-shadow: 0 1px 7px 0 rgba(39,200,146,0.2);
    padding: 1.5rem 1rem;
    margin: 0 !important;
    height: auto !important;
}


.hospital-home .tzgg .right{
    margin-left: 1.6rem !important;
    padding-bottom: 0 !important;
}


.hospital-home .tzgg .right .form{
    padding: 2.5rem 0;
    display: flex;
    justify-content: center;
}

.hospital-home .tzgg .right .form input{
    width: 12rem;
    height: 1.7rem;
    background: #FFFFFF;
    border: 1px solid #27C892;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 0.6rem;
    outline-style: none;
    font-size: .8rem;
}

.hospital-home .tzgg .right .form label{
    font-size: .8rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #363636;
    line-height: 1.1rem;
    min-width: 60px;
}

.hospital-home .tzgg .right .form .row{
    width: 100%;
    height: 2rem;
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.hospital-home .tzgg .right .form .submit{
    width: 100%;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    background: #27C892;
    border-radius: 2px;
    font-size: .8rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    cursor: pointer;
    border: 0;
}

.hospital-home .yydz,
.hospital-home .yqlj{
    margin: auto auto 2.5rem;
}

.hospital-home .yydz .map{
    width: 100%;
    height: 20rem;
    margin-top: 1.25rem;
}

.hospital-home .yqlj .zjfc-tit{
    padding-top: 0;
}

.hospital-home .yqlj .card{
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.hospital-home .yqlj .card .lj{
    width: 14rem;
    height: 3.2rem;
    background: #FFFFFF;
    border: 1px solid #27C892;
    cursor: pointer;
    text-align: center;
}

.hospital-home .yqlj .card .lj a{
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 3.2rem;
}

.hospital-home .yqlj .card .lj:hover a{
    color: #ffffff;
}

.hospital-home .yqlj .card .lj:hover{
    background: #27C892;
}

.news-tit{
    width: 96%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #f8f8f8;
}

.news-tit div:first-child{
    font-size: .8rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    line-height: 1.1rem;
    border-bottom:4px solid #27C892;
    padding-bottom: 0.6rem;
}

.news-tit .more a{
    font-size: .7rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 1.1rem;
    cursor: pointer;
}

@media (max-width: 1680px) {
    .hospital-home .important-note .important-note-box,
    .hospital-home .jyzn,
    .hospital-home .news,
    .hospital-home  .zjfc .swiper-container,
    .hospital-home .zjfc .swiper-button,
    .hospital-home .ggws,
    .hospital-home .ksdh .card-list,
    .hospital-home .tzgg,
    .hospital-home .yydz,
    .hospital-home .yqlj .card
    {
        width: 65rem;
    }

    .hospital-home .news .press-center .left {
        width: 32.5rem;
    }

    .hospital-home .news .press-center .right{
        width:30.2rem
    }

    .hospital-home .hospital-news .left, .hospital-home .hospital-news .right {
        width: 29rem;
    }

    .hospital-home .zjfc-tit {
        width: 63rem;
    }

    .hospital-home .hospital-news .right {
        margin-left: 5.2rem;
    }

    .hospital-home .yqlj .card .lj {
        width: 15rem;
    }

    .hospital-home .news .press-center {
        height: 26rem;
    }

    .hospital-home .news .press-center .right ul .press-li {
        height: 5.9rem;
    }
}

@media (max-width: 1400px){
    .hospital-home .important-note .important-note-box,
    .hospital-home .jyzn,
    .hospital-home .news,
    .hospital-home  .zjfc .swiper-container,
    .hospital-home .zjfc .swiper-button,
    .hospital-home .ggws,
    .hospital-home .ksdh .card-list,
    .hospital-home .tzgg,
    .hospital-home .yydz,
    .hospital-home .yqlj .card
    {
        width: 70rem;
    }

    .hospital-home .news .press-center .left{
        width: 35rem;
    }

    .hospital-home .news .press-center .right{
        width:32.2rem
    }

    .hospital-home .hospital-news .left, .hospital-home .hospital-news .right {
        width: 31.5rem;
    }

    .hospital-home .zjfc-tit {
        width: 68rem;
    }

    .hospital-home .news .press-center {
        height: 28rem;
    }

    .hospital-home .news .press-center .right ul .press-li {
        height: 6.4rem;
    }

}

@media (max-width: 1366px){
    .hospital-home .important-note .important-note-box,
    .hospital-home .jyzn,
    .hospital-home .news,
    .hospital-home  .zjfc .swiper-container,
    .hospital-home .zjfc .swiper-button,
    .hospital-home .ggws,
    .hospital-home .ksdh .card-list,
    .hospital-home .tzgg,
    .hospital-home .yydz,
    .hospital-home .yqlj .card
    {
        width: 75rem;
    }

    .hospital-home .news .press-center .left{
        width: 37.5rem;
    }

    .hospital-home .news .press-center .right{
        width: 34.2rem
    }

    .hospital-home .hospital-news .left, .hospital-home .hospital-news .right {
        width: 34rem;
    }

    .hospital-home .zjfc-tit {
        width: 73rem;
        margin-bottom: 1.3rem;
    }

    .hospital-home .yqlj .card .lj {
        width: 18rem;
    }

    .hospital-home .news .press-center .right ul .press-li .title,
    .hospital-home .hospital-news .hospital-li .title,
    .hospital-home .hospital-news .hospital-li2 .title,
    .hospital-home .news .press-center .right ul .press-li .desc,
    .news-tit .more a ,
    .hospital-home .zjfc-tit div:nth-child(2) a,
    .hospital-home .jyzn .jyzh-box .tit a,
    .hospital-home .zjfc .swiper-container .swiper-slide .info .desc, .hospital-home .ksdh .card-list .card .desc,
    .hospital-home .zjfc .swiper-container .swiper-slide .info .type
   {
        font-size: 14px;
        line-height: 14px;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide .info .desc,
    .hospital-home .ksdh .card-list .card .desc{
        line-height: 20px;
    }

    .news-tit div:first-child,
    .hospital-home .zjfc-tit div:nth-child(1),
    .hospital-home .zjfc .swiper-container .swiper-slide .info .name,
    .hospital-home .tzgg .right .form label,
    .hospital-home .tzgg .right .form .submit,
    .hospital-home .ksdh .card-list .card .name
    {
        font-size: 16px;
        line-height: 20px;
    }

    .hospital-home .tzgg .right .form input {
        width: 165px;
        height: 25px;
    }

    .hospital-home .tzgg .right .form .submit{
        height: 25px;
    }

    .hospital-home .yqlj .card .lj{
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .hospital-home .yqlj .card .lj a{
        font-size: 16px;
        line-height: 22px;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide .info .type{
        margin-bottom: 5px;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide .info{
        transform: translateY(-3rem);
    }

    .hospital-home .ksdh {
       /* height: 24.4rem;*/

    }

    .hospital-home .news .press-center {
        height: 30rem;
    }

    .press-center .left .swiper-container .swiper-slide .title{
       font-size: 16px;
    }

    .hospital-home .news .press-center .right ul .press-li {
        height: 6.8rem;
    }
}

@media (max-width: 1152px) {
    .hospital-home .important-note .important-note-box,
    .hospital-home .jyzn,
    .hospital-home .news,
    .hospital-home  .zjfc .swiper-container,
    .hospital-home .zjfc .swiper-button,
    .hospital-home .ggws,
    .hospital-home .ksdh .card-list,
    .hospital-home .tzgg,
    .hospital-home .yydz,
    .hospital-home .yqlj .card
    {
        width: 80rem;
    }

    .hospital-home .news .press-center .left{
        width: 40rem;
    }

    .hospital-home .news .press-center .right{
        width: 36.2rem
    }

    .hospital-home .zjfc-tit {
        width: 78rem;
    }

    .hospital-home .yqlj .card {
        margin: auto;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .hospital-home .yqlj .card .lj {
        width: 45%;
        font-size: 14px;
        height: 35px;
        margin-bottom: 20px;
    }

    .hospital-home .news .press-center {
        height: 32rem;
    }

    .hospital-home .news .press-center .right ul .press-li {
        height: 7.2rem;
    }

    .hospital-home .ksdh {
       /* height: 27.4rem;*/
    }

}

@media (max-width: 1024px){
    .hospital-home .important-note .important-note-box,
    .hospital-home .jyzn,
    .hospital-home .news,
    .hospital-home  .zjfc .swiper-container,
    .hospital-home .zjfc .swiper-button,
    .hospital-home .ggws,
    .hospital-home .ksdh .card-list,
    .hospital-home .tzgg,
    .hospital-home .yydz,
    .hospital-home .yqlj .card
    {
        width: 90%;
    }

    .hospital-home .zjfc-tit {
        width: 87%;
    }

    .yydz .zjfc-tit{
        width: 97%;
    }

    .hospital-home .news .press-center .left {
        width: 50%;
    }

    .hospital-home .news .press-center .right {
        width: 47%;
    }

    .hospital-home .hospital-news .left{
        width: 48%;
    }

    .hospital-home .hospital-news .right{
        width: 43.5%;
    }

    .hospital-home .news .press-center ,
    .hospital-home .hospital-news {
        margin-bottom: 3.5rem;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide {
        height: 17rem;
    }

    .hospital-home .zjfc .swiper-button .zjfc-prev-button {
        left: -3.8rem;
    }

    .hospital-home .zjfc .swiper-button .zjfc-next-button {
        right: -3.8rem;
    }

    .hospital-home .news .press-center {
        width: 100%;
        height: auto;
    }

    .hospital-home .ksdh {
       /* height: 27.4rem;*/
    }

    .hospital-home .news .press-center .right ul .press-li {
        height: 7.8rem;
    }

    .hospital-home .ksdh {
        /*height: 30.4rem;*/
    }

    .hospital-home .zjfc {
        height: 30rem;
    }

}

@media (max-width: 900px){
    .hospital-home .news .press-center .right ul .press-li .title, .hospital-home .hospital-news .hospital-li .title, .hospital-home .hospital-news .hospital-li2 .title, .hospital-home .news .press-center .right ul .press-li .desc, .news-tit .more a, .hospital-home .zjfc-tit div:nth-child(2) a, .hospital-home .jyzn .jyzh-box .tit a, .hospital-home .zjfc .swiper-container .swiper-slide .info .desc, .hospital-home .ksdh .card-list .card .desc, .hospital-home .zjfc .swiper-container .swiper-slide .info .type {
        font-size: 16px;
        line-height: 20px;
    }

    .news-tit div:first-child,
    .hospital-home .zjfc-tit div:nth-child(1),
    .hospital-home .zjfc .swiper-container .swiper-slide .info .name,
    .hospital-home .tzgg .right .form label,
    .hospital-home .tzgg .right .form .submit,
    .hospital-home .news .press-center .left .swiper-container .swiper-slide .title,
    .hospital-home .ksdh .card-list .card .name{
        font-size: 18px;
        line-height: 22px;
    }

    .hospital-home .news .press-center,
    .hospital-home .hospital-news{
        margin-bottom: 20px;
        flex-direction: column;
        height: auto;
    }

    .hospital-home .news .press-center .left,
    .hospital-home .news .press-center .right,
    .hospital-home .hospital-news .left,
    .hospital-home .hospital-news .right
    {
        width: 100%;
    }

    .hospital-home .news .press-center .right{
        margin-left: 0;
        margin-top: 30px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .hospital-home .news .press-center .right ul .press-li {
        height: 80px;
    }

    .hospital-home .hospital-news .news-tit {
        margin-bottom: 15px;
    }

    .hospital-home .hospital-news .hospital-li, .hospital-home .hospital-news .hospital-li2 {
        height: 40px;
    }

    .hospital-home .news .press-center .left .swiper-container .swiper-slide .title,
    .hospital-home .news .press-center .left .swiper-container .swiper-slide .mc
    {
        height: 44px;
        line-height: 44px;
    }

    .hospital-home .zjfc{
        height: 400px;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide {
        height: 250px;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide .info {
        transform: translateY(-20px)
    }

    .hospital-home .zjfc .swiper-container .swiper-slide .info .name{
        margin-bottom: 10px;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide .info .type{
        margin-bottom: 20px;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide {
        padding-left: 12px;
        padding-right: 12px;
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide .info .desc{
        line-height: 25px;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide .img {
        width: 90px;
        height: 90px;
    }

    .hospital-home .zjfc .swiper-button .zjfc-prev-button, .hospital-home .zjfc .swiper-button .zjfc-next-button{
        transform: translateY(0);
    }

    .hospital-home .zjfc-tit{
        padding-top: 20px;
        margin-bottom: 20px;
    }

    .hospital-home .ksdh{
       /* height: 350px;*/
        margin-bottom: 50px;
    }

    .hospital-home .ksdh .icon-list div, .hospital-home .ksdh .card-list .card .icon {
        width: 25px;
        height: 25px;
    }

    .hospital-home .ksdh .card-list .card .r {
        width: calc(100% - 25px);
        margin-left: 14px;
    }

    .hospital-home .ksdh .card-list .card{
        width: 32.9%;
        padding: 10px 15px 5px 10px;
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .hospital-home .ksdh .card-list .card .name{
        margin-bottom: 10px !important;
    }

    .hospital-home .hospital-news .left,
    .hospital-home .hospital-news .right{
        padding: 20px 15px;
        margin-bottom: 20px !important;
        margin-left: 0 !important;
        box-sizing: border-box;
    }


    .hospital-home .hospital-news .right,
    .hospital-home .hospital-news .left{
        margin-bottom: 0 !important;
    }

    .hospital-home .yqlj .card .lj{
        font-size: 16px;
    }

    .hospital-home .tzgg .right .form{
        padding: 25px 60px;
        margin-bottom: 20px;
    }

    .hospital-home .tzgg .right .form .row{
        width: 100%;
        height: 40px;
        justify-content: flex-start;
        margin-bottom: 20px;
    }

    .hospital-home .tzgg .right .form .submit,
    .hospital-home .tzgg .right .form input{
        height: 40px;
        line-height: 40px;

    }

    .hospital-home .tzgg .right form{
        width: 100%;
    }

    .hospital-home .tzgg .right .form input{
        width: calc(100% - 60px);
        font-size: 16px;
        padding: 12px;
    }

    .hospital-home .tzgg .right .form .submit{
        margin-top: 20px;
    }

    .hospital-home .yydz .map{
        height: 250px;
    }

    .hospital-home .jyzn .jyzh-box .img-b {
        width: 25px;
        height: 25px;
        margin: 5px auto;
        font-size: 0;
    }

    .hospital-home .jyzn{
        height: 65px;
    }

    .hospital-home .yydz,
    .hospital-home .yqlj {
        margin-bottom: 50px;
    }

    .hospital-home .tzgg .hospital-news .right{
        margin-top: 20px !important;
    }

}
@media (max-width: 750px) {
    .hospital-home .ksdh {
       /* height: 450px;*/
        margin-bottom: 50px;
    }

    .hospital-home .ksdh .card-list .card {
        width: 47%;
        margin-right: 20px;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide{
        margin-top: 20px;
    }

    .hospital-home .jyzn .jyzh-box {
        width: 30% !important;
        margin-bottom: 10px;
        flex: none;
    }

    .hospital-home .jyzn {
        flex-wrap: wrap;
        height: auto;
        margin-bottom: 30px;
        margin-top: 30px;
    }

    .hospital-home .zjfc .swiper-button .zjfc-prev-button, .hospital-home .zjfc .swiper-button .zjfc-next-button {
        width: 25px;
        height: 25px;
    }

    .hospital-home .zjfc .swiper-button .zjfc-prev-button {
        left: -28px;
    }

    .hospital-home .zjfc .swiper-button .zjfc-prev-button svg,
    .hospital-home .zjfc .swiper-button .zjfc-next-button  svg{
        width: 20px;
        height: 20px;
    }


    .hospital-home .zjfc .swiper-button .zjfc-next-button {
        right: -28px;
    }


    .hospital-home .important-note .important-note-box {
        flex-wrap: wrap;
    }


    .hospital-home .important-note .note {
        width: 100%;
        margin: 5px 0;
    }

    .hospital-home .important-note .note:nth-child(2) {
        margin-left: 0;
    }
}

@media (max-width: 650px) {
    .hospital-home .yqlj .card .lj {
        width: 100%;
        height: 40px;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide {
        margin-top: 30px;
    }


    .hospital-home .news .press-center .right ul .press-li .desc,
    .hospital-home .news .press-center .right ul .press-li .title{
        width: 85%;
    }

    .hospital-home {
        overflow-x: hidden;
    }

    .hospital-home .ksdh .card-list .card {
        margin-right: 18px;
    }



}

@media (max-width: 550px) {
    .hospital-home .ksdh {
        height: auto;
    }

    .hospital-home .ksdh .card-list {
        margin-bottom: 20px;
    }

    .hospital-home .ksdh .card-list .card {
        width: 100%;
    }

    .hospital-home .zjfc .swiper-container .swiper-slide {
        padding-left: 20px;
        padding-right: 20px;

    }

    .hospital-home .zjfc .swiper-button .zjfc-prev-button, .hospital-home .zjfc .swiper-button .zjfc-next-button{
        display: none;
    }
}

@media (max-width: 450px) {
    .hospital-home .tzgg .right .form {
        padding: 22px 20px;
        margin-bottom: 10px;
    }

    .hospital-home .tzgg .right .form .row {
        height: 30px;
    }

    .hospital-home .tzgg .right .form .submit, .hospital-home .tzgg .right .form input {
        height: 30px;
        line-height: 30px;
    }

    .hospital-home .important-note .note .text {
        white-space: nowrap;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .hospital-home .important-note .note .imp-t div{
        width: 36px;
    }
}

.news .new_content .content_top ul li {
    font-size: .9rem;
    font-family: HarmonyOS_Sans_SC_Bold;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}

.activli {
    color: #AF1014 !important;
    display: block !important;
}
.new_content .tab-item{
    display: none;
}
.news .new_content .content_top ul li:nth-child(2) {
    width: 1px;
    height: 12px;
    background: #BBBBBB;
    margin: 0 28px;
}

.news .new_content .content_top ul li:nth-child(3) {
    color: #666666;
}

.news .new_content .content_bottom {
    width: 100%;
    margin-top: 30px;
}

.news .new_content .content_bottom ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news .new_content .content_bottom ul li {
    width: 23.122%;
    margin-bottom: 42px;
}

.news .new_content .content_bottom ul li .libox {
    width: 100%;
    font-size: 0;
}

.news .new_content .content_bottom ul li .libox img {
    width: 100%;
}

.news .new_content .content_bottom ul li .libox .woedbox {
    width: 100%;
    padding: 24px 30px 29px 30px;
    box-sizing: border-box;
    background-color: #F9F9F9;
    border-radius: 4px;
}

.news .new_content .content_bottom ul li:hover .woedbox {
    background-color: #FFFFFF;
    box-shadow: 0px 0px 65px 0px rgba(112, 112, 112, 0.1);
}

.news .new_content .content_bottom ul li:hover p {
    color: #C31B1F !important;
}

.news .new_content .content_bottom ul li .libox .woedbox p:nth-child(1) {
    font-size: .8rem;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #999999;
}

.news .new_content .content_bottom ul li .libox .woedbox p:nth-child(2) {
    font-size: .9rem;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
    margin-top: 19px;
}

.bottom_bot {
    width: 140px;
    height: 36px;
    margin: auto;
    background: #AF1014;
    border-radius: 20px;
}

.bottom_bot a {
    display: inline-block;
    width: 100%;
    height: 100%;
    font-size: .8rem;
    text-align: center;
    font-family: HarmonyOS_Sans_SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.social {
    width: 100%;
    background: url('../image/bg.png') no-repeat;
    background-size: 100% 100%;
    padding-bottom: 94px;
}

.social .social_content {
    width: 75.67%;
    margin: auto;
    margin-top: 40px;
    position: relative;
    --swiper-navigation-size: 0;
}

.social .swiper-container {
    width: 85%;
    height: 400px;
    overflow: hidden;
    margin: auto;
    margin-bottom: 40px;
}

.social .swiper-slide {
    text-align: center;
    font-size: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 300ms;
    transform: scaleX(1) !important;
    transform: scaleY(0.76) !important;
    border-radius: 5px;
    opacity: 0.4;
}

.social .swiper-slide img {
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.social .swiper-slide-active,
.social .swiper-slide-duplicate-active {
    transform: scaleY(1) !important;
    transform: scaleX(1.415) !important;
    z-index: 1;
    border-radius: 5px;
    opacity: 1;
}

.social .swiper-slide-next {
    margin-right: 0 !important;
}

.social .swiper-slide-duplicate-next {
    margin-right: 0 !important;
    margin-left: -30px !important;
}

.social .prev,
.social .next {
    position: absolute;
    top: 36%;
    width: 45px;
    height: 45px;
    background: #FFFFFF;
    border-radius: 22px;
}

.social .prev {
    left: 0;
}

.social .next {
    right: 0;
}

@media (max-width :1600px) {

    .Industriallayout .lay_content,
    .news .new_content,
    .social .social_content {
        width: 80%;
    }
}

@media (max-width :1400px) {

    .Industriallayout .lay_content,
    .news .new_content,
    .social .social_content {
        width: 85%;
    }
}

@media (max-width :1200px) {

    .Industriallayout .lay_content,
    .news .new_content,
    .social .social_content {
        width: 90%;
    }
}

@media (max-width :1000px) {

    .Industriallayout .lay_content,
    .news .new_content,
    .social .social_content {
        width: 95%;
    }
}

@media (max-width :900px) {

    .Industriallayout .lay_content,
    .news .new_content,
    .social .social_content {
        width: 98%;
    }

    .title p span {
        font-size: 20px;
    }

    .Industriallayout .lay_content {
        height: 500px;
    }

    .social {
        padding-bottom: 50px;
    }

    .social .swiper-container {
        height: 350px;
    }
}

@media (max-width :750px) {
    .Industriallayout .lay_content {
        height: auto;
    }

    .Industriallayout .lay_content ul {
        flex-direction: column;
    }

    .Industriallayout .lay_content ul li {
        height: 400px;
        width: 100%;
        margin-right: 0 !important;
        margin-bottom: 3px;
        /* background-size: 100% 100% !important;  */
    }

    .active {
        width: 100% !important;
    }
    .news .new_content .content_bottom ul li{
        width: 49.5%;
    }
    .news .new_content .content_bottom ul li .libox .woedbox{
        padding: 15px 30px;
    }
    .news .new_content .content_bottom ul li .libox .woedbox p:nth-child(2){
        margin-top:10px;
        line-height: 20px;
    }
    .social .swiper-container{
        height: 200px;
    }
    .news .new_content .content_bottom ul li{
        margin-bottom: 20px;
    }
}
@media (max-width:600px) {
    .Industriallayout .lay_content ul li{
        height: 250px;
    }
    .Industriallayout .lay_content{
        margin-top: 20px;
    }
    .Industriallayout .lay_content ul li .wordSecond p,
    .Industriallayout .lay_content ul li .wordThrid{
        margin-top: 10px;
    }
    .social .prev, .social .next{
        width: 30px;
        height: 30px;
        border-radius: 15px;
    }
    .social{
        padding-bottom: 20px;
    }
}
@media (max-width:500px){
    .news .new_content .content_bottom ul li{
        width: 100%;
    }
    /* .social .swiper-container{
        height: 150px;
    } */
    .social .social_content{
        margin-top: 20px;
    }
    .news .new_content .content_bottom ul li{
        margin-bottom: 20px;
    }
}

.hospital-home .zjfc .swiper-container .swiper-slide .img {
    width: 7.4rem;
    height: 7.4rem;
    margin: auto;
    transform: translateY(-50%);
    border: 4px solid #8fddc3;
    border-radius: 50%;
    overflow: hidden;
}

.hospital-home .zjfc .swiper-container .swiper-slide::after {
    transition: all 0.15s ease-in-out;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 4px;
    background: #27c892;
    transform: scale(0);
}

.hospital-home .zjfc .swiper-container .swiper-slide:hover::after {
    transform: scale(1)
}
