.mySwiper3 {
    height: auto!important;
    overflow: hidden;
    width: calc(100% + 0.6rem) !important;
    padding: 0.3rem;
    margin-left: -0.3rem !important;
    margin-top: 0.4rem !important;
}

.mySwiper3 .swiper-slide{
	display: block;
	flex: none!important;
	border-radius: 10px;
}

.page_wrap{
    background: #F4F4F4;
}
.bread{
    background: transparent !important;
}
.newsD_tit{
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 0.3rem;
    color: #000000;
    line-height: 0.45rem;
    margin-top: 0.58rem !important;
}
.newsD_date{
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 0.2rem;
    color: #747474;
    margin-top : 0.33rem !important;
    padding-bottom: 0.8rem;
}
.newsD_cont{
    padding: 0.7rem 0 1.24rem;
    background: #FFFFFF;
}
.newsD_cont .max-width{
    align-items: flex-start;
}
.newsD_l{
    padding-right: 0.92rem;
}
.newsD_l .news_view{
    padding-bottom: 0.54rem;
    border-bottom: 0.01rem solid #D8D8D8;
}
.newsD_l p,.newsD_l a{
    font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.35rem;
}
.newsD_b{
    padding: 0.54rem 0;
    border-bottom: 1px solid #D8D8D8;
}
.newsD_b img{
    flex: 0 0 33.3333%;
    width: 33.3333%;
    height: 2.92rem;
}
.newsD_a{
    margin-top: 0.37rem;
    
}
.newsD_a a{
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
     margin-bottom: 0.11rem;
     line-height:1.666;
}
.newsD_a a:hover{
    color: #004EB9;
}
.newsD_a span{
    color: #004EB9;
}
.newsD_r{
    flex: 0 0 2.88rem;
    position: sticky;
    top: 1.8rem;
}
.newsD_r_title{
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 0.2rem;
    color: #000000;
    margin-bottom: 0.33rem;
}
.newsD_li{
    padding-bottom: 0.5rem;
}
.newsD_li .newsD_img{
    width: 100%;
    height: auto;
    aspect-ratio: 1.54 / 1;
    overflow: hidden;
}
.newsD_li .newsD_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.5s;
}

.newsD_r_tit{
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 0.18rem;
    color: #000000;
    line-height: 0.25rem;
    margin: 0.2rem 0;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.newsD_r_dec{
    font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.16rem;
    color: #656363;
}
.newsD_li:hover .newsD_img img{
    transform: scale(1.1);
}
.newsD_li:hover .newsD_r_tit{
    color: #004EB9;
}
.back{
    margin-top: 0.09rem;
    margin-left: auto;
    width: 0.32rem;
    height: 0.32rem;
}


/* pro */
.n_pro{
    background: #F7F7F7;
    padding: 0.56rem 0 1.12rem;
}
.n_pro_cont{
    align-items: flex-start !important;
}
.n_pro_left{
    flex: 0 0 4.22rem;
    padding-right: 0.72rem;
    
    position: sticky;
    top: 1.8rem;
}
.n_pro_right{
flex:1;
}
.n_pro_top{
    width: 100%;
    height: 0.8rem;
    background: #004EB9;
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 0.3rem;
    color: #FFFFFF;
    text-align: center;
    line-height: 0.8rem;
    border-radius: 0.1rem 0.1rem 0 0;
}
.patient_ul{
	background: #FFFFFF;
}
.patient_li{
	border-bottom: 1px solid rgba(247, 247, 247, 1);
	transition: all 0.5s;
	justify-content: space-between;
	align-items: center;
}
.patient_li:last-child{
    border: none;
}
.patient_li_hover .patient_li_p{
	font-weight: bold;
	color: #004EBE;
}
.patient_li_img img{
	max-width: 0.07rem;
	position: relative;
	transition: all 0.5s;
}
.reduce{
    display: none;
}
.details{
    display: none;
}
.patient_li_p{
	font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 0.2rem;
    color: #030303;
    cursor: pointer;
	transition: all 0.5s;
}
.patient_li_p_list{
	padding: 0.17rem 0.16rem 0.37rem;
}
.patient_li_p_list a{
	font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.16rem;
    color: #777777;
	margin-bottom: 0.12rem;
	cursor: pointer;
    transition: all 0.3s;
}
.patient_li_p_list a:last-child{
    margin-bottom: 0;
}
.patient_li_p_list a:hover{
    color: #004EB9;
    text-decoration: underline;
    transition: all 0.3s;
}
.patient_li.active .patient_li_h{
    background: rgba(0, 78, 185, 0.1);
}
.patient_li.active .patient_li_p{
    color: #004EB9;
}
.patient_li_h{
	align-items: flex-start;
	align-items: center;
    justify-content: space-between;
	padding: 0.18rem 0.1rem;
}


.pro_li .index_more:hover p{
	color: #004EB9;
	transition: all 0.3s;
}
.pro_li:hover .index_moreiImg img:nth-of-type(2){
	opacity: 1;
	transition: all 0.3s;
}
.pro_li:hover .index_moreiImg img:nth-of-type(1){
	opacity: 0;
	transition: all 0.3s;
}


.n_pro_c{
    column-gap: 0.34rem;
    flex-wrap: wrap !important;
}
.pro_li{
    margin-bottom: 0.47rem;
    flex: 0 0 calc((100% - 0.68rem) / 3 );
    transition: all 0.3s;
}
.pro_liIMG{
    overflow: hidden;
    transition: all 0.3s;
    background: #fff;
}
.pro_liIMG img{
    width: 100%;
    height: 2.2rem;
    transition: all 0.3s;
}
.pro_tit{
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 20px;
    color: #000000;
    margin: 0.23rem 0 0.07rem;
    text-align: center;
    transition: all 0.3s;
}
.pro_li .index_more{
    margin-top: 0 !important;
}
.pro_li .pro_tit:hover{
    color: #004EB9;
    transition: all 0.3s;
}
.pro_li .pro_liIMG:hover img{
    transform: scale(1.1);
    transition: all 0.3s;
}



/* detail */
.n_pro_detail{
    /* background: #F8F8F8; */
    padding-top: 0.6rem;
    padding-bottom: 0.89rem;
}

.n_pro_detail_c{
    align-items: flex-start !important;
}
.n_pro_detailL{
    padding-right: 0.31rem;
}

.n_pro_detail_c .swiper {
      width: 100%;
      height: 100%;
    }
.n_pro_detail_c .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 20px;
    }

.n_pro_detail_c .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

.n_pro_detail_c .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto;
    }

.n_pro_detail_c .swiper-slide {
      background-size: cover;
      background-position: center;
    }

.n_pro_detail_c .mySwiper2 {
      height: 80%;
      width: 100%;
      max-width: 6.55rem;
      max-height: 3.92rem;
      overflow: hidden;
      margin-bottom: 0.3rem;
    }
.n_pro_detail_c .mySwiper2 .swiper-slide{
    border-radius: 0.1rem;
    border: 1px solid #D1D1D1;
    overflow: hidden;
}
.n_pro_detail_c .mySwiper {
      height: 20%;
      box-sizing: border-box;
      padding: 0;
    max-width: 5.8rem;
    max-height: 0.52rem;
    overflow: hidden;
    }

.n_pro_detail_c .mySwiper .swiper-slide {
      width: 25%;
      height: 0.52rem;
      opacity: 0.8;
      border: 1px solid transparent;
    }

.n_pro_detail_c .mySwiper .swiper-slide-thumb-active {
      opacity: 1;
      border-radius: 0.05rem;
    }

.n_pro_detail_c .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px 20px 20px 20px;
    }
.n_pro_detail_c .swiper-button-next::after, .swiper-button-prev::after{
        color: #004EB9;
        font-size: 0.14rem !important;
        font-weight: bold;
    }
.n_pro_detail_c .swiper-button-next.swiper-button-disabled::after, .swiper-button-prev.swiper-button-disabled::after{
        color: #D6D6D6;
        opacity: 1;
    }
.n_pro_detail_c .swiper-button-next{
        right: 0rem !important;
        width: auto;
        opacity: 1;
    }
.n_pro_detail_c .swiper-button-prev{
        left: 0rem !important;
        width: auto;
        opacity: 1;
    }
.n_pro_detail_c .mySwiper .swiper-slide-thumb-active{
        border: 1px solid rgba(0, 78, 185, 0.3);
    }
.padding{
    padding: 0 0.24rem;
    position: relative;
    overflow: hidden;
}

.n_pro_detailR{
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #E3E3E3;
    padding: 0.43rem 0.4rem 0.53rem 0.53rem;
}
.detail_tit{
    font-family: Montserrat, Montserrat;
    font-weight: 600;
    font-size: 0.3rem;
    color: #004EB9;
}
.detail_dec{
    border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 0.2rem 0 0.2rem;
    margin: 0.18rem 0 0.18rem;
    font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.16rem;
    color: #848484;
    line-height: 0.3rem;
}
.proD_c .proD_ct{
    margin-bottom: 0.1rem;
}
.proD_ct img{
    width:0.27rem;
    height: 0.26rem;
}
.proD_ct p{
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 0.15rem;
    color: #363636;
    margin-left: 0.07rem;
    display: flex;
}
.proD_ct a{
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 0.15rem;
    color: #004EB9;
    display: block;
    width: auto;
}
.n_pro_detail .banner_but{
    margin-top: 0.3rem !important;
}
.n_pro_detail .banner_but_b{
    border: 1px solid #004EB9;
}


.proD{
    background: #FFFFFF;
    border-radius: 100px 100px 0px 0px;
    padding: 0.62rem 0 1.37rem;
}
.new_tab{
    justify-content: space-between;
    width: 92%;
    margin: auto;
}
.new_tab_li{
    flex: 0 0 23% !important;
    border: 1px solid #004EB9;
    padding: 0.2rem 0;
    border-radius: 10px;
    cursor: pointer;
    justify-content: center;
    position: relative;
}
.new_tab_li p{
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 0.18rem;
    color: #004EB9;
    margin-left: 0.12rem;
}
.proDimg{
    position: relative;
}
.proDimg img{
    width: 0.2rem;
    height: 0.2rem;
}
.proDimg img:nth-of-type(2){
    position: absolute;
    top: 0;
    opacity: 0;
}
.new_tab_li::after{
    content: "";
    width: 0;
    height: 0;
    border-left: 0.1rem solid transparent;
    border-right: 0.1rem solid transparent;
    border-bottom: 0.15rem solid #004EB9;
    transform: rotate(180deg);
    position: absolute;
    bottom: -0.08rem;
    display: none;
}
.new_tab_li.active,
.new_tab_li:hover{
    background: #004EB9;
    color: #FFFFFF;
}
.new_tab_li.active::after,
.new_tab_li:hover::after{
    display: block;
}
.new_tab_li.active p,
.new_tab_li:hover p{
    color: #FFFFFF;
}
.new_tab_li.active .proDimg img:nth-of-type(2),
.new_tab_li:hover .proDimg img:nth-of-type(2){
    opacity: 1;
}
.new_tab_li.active .proDimg img:nth-of-type(1),
.new_tab_li:hover .proDimg img:nth-of-type(1){
    opacity: 0;
}
.n_news_cont{
    display: none;
}
.n_news_cont.active{
    display: block;
}

.n_news_cont{

}
.proD_1top{
    margin-top: 0.84rem;
}
.proD_1top img{
    width: 0.27rem;
    height: 0.27rem;
}
.proD_1top span{
    font-family: Montserrat, Montserrat;
    font-weight: 600;
    font-size: 0.3rem;
    color: #004EB9;
    margin-left: 0.05rem;
}
.proD_1 p{
    font-family: Montserrat, Montserrat;
    font-weight: 400;
    font-size: 0.18rem;
    color: #5A5A5A;
    line-height: 0.35rem;
    margin-top: 0.24rem;
}
.proD_2_c{
    margin-top: 0.35rem;
}
.proD_2_li{
    padding: 0.32rem 0.23rem;
    background: #F9F9F9;
    border-radius: 15px 15px 15px 15px;
    margin-bottom: 0.2rem;
}
.proD_2_l{
    width: 0.52rem;
    height: 0.52rem;
    background: #004EB9;
    border-radius: 50%;
    font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.25rem;
    color: #FFFFFF;
    line-height: 0.52rem;
    text-align: center;
}
.proD_2_r{
    padding-left: 0.17rem;
}
.proD_2_r p{
    font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.18rem;
    color: #656661;
    line-height: 0.3rem;
}
.proD_2_r p:nth-of-type(1){
    font-weight: bold;
}

.intro1{
    margin-top: 0.5rem;
}
.intro1 table{
    max-width: 100%;
    border-collapse: collapse;
    caption-side: bottom;
}

.intro1 table td *{
        color: inherit;
}
.intro_tit p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.3rem;
    color: #111725;
}
.intro_tit img{
    width: 0.37rem;
    margin-left: 0.07rem;
}
table{
    margin-top: 0.27rem;
    width: 100%;
    border-left: 1px solid #DDDDDD;
}
th{
    background: #E5ECF5;
    
    height: 0.6rem;
    font-family: Montserrat, Montserrat;
    font-weight: bold;
    font-size: 0.18rem;
    color: #030303;
    text-align: left;
    padding-left: 0.37rem;
    border-right: 1px solid #DDDDDD;
}
th:nth-of-type(1){
    width: 30%;
}
th:nth-of-type(2){
    width: 70%;
}
td{
    height: 0.6rem;
    font-family: Montserrat, Montserrat;
    font-weight: 300;
    font-size: 0.16rem;
    color: #030303;
    color: #000000;
    padding-left: 0.37rem;
    border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}





@media screen and (max-width: 1042px) {
    .newsD_cont .max-width,
    .n_pro_cont,
    .n_pro_detail_c {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .newsD_l {
        padding-right: 35px;
    }
    .n_pro_left {
        flex-basis: 260px;
        padding-right: 30px;
    }
    .proD_2_c {
        flex-wrap: wrap;
        gap: 20px;
    }
    .proD_2_li {
        flex-basis: calc(50% - 10px);
    }


    .n_pro{
        padding: 80px 0;
    }
    .n_pro_top{
        font-size: 24px;
        height: auto;
        line-height: normal;
        padding: 16px 0;
    }
    .patient_li_h{padding: 10px 14px;}
    .patient_li_p{font-size: 16px;}
    .patient_li_p_list{padding: 14px 14px 20px;}
    .patient_li_p_list a{
        font-size: 14px;
        margin-bottom: 8px;
    }
    .n_pro_c{
        column-gap: 10px;
    }
    .pro_li{
        flex: auto;
        width: calc(50% - 5px);
        margin-bottom: 30px;
    }
    .pro_liIMG img{
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .pro_tit{
        font-size: 16px;
        margin: 8px 0 0;
    }



    .n_pro_detail{
        padding: 50px 0;
    }
    .n_pro_detailL{
        padding: 0;
    }
    .n_pro_detailR{
        padding: 20px;
    }
    .detail_tit{
        font-size: 24px;
    }
    .detail_dec{
        font-size: 16px;
        line-height: 1.875;
        padding: 16px 0;
        margin: 16px 0;
    }
    .proD_ct img{
        width: 22px;
        height: auto;
    }
    .proD_ct p,
    .proD_ct a{
        font-size: 14px;
    }
    .n_pro_detail .banner_but{
        margin-top: 20px !important;
    }



    .proD{
        padding: 50px 0;
        border-radius: 50px 50px 0 0;
    }
    .new_tab{
        width: 100%;
        align-items: stretch;
    }
    .new_tab_li{
        padding: 8px 20px;
        flex: 0 0 24% !important;
        justify-content: center;
        height: auto;
    }
    .proDimg img{
        width: 18px;
        height: auto;
    }
    .new_tab_li p{
        font-size: 16px;
        margin-left: 8px;
    }
    .proD_1top{
        margin-top: 50px;
    }
    .proD_1top span{
        font-size: 24px;
    }
    .proD_1top img{
        width: 26px;
        height: 26px;
        object-fit: contain;
    }
    .proD_1 p{
        font-size: 16px;
        line-height: 1.875;
        margin-top: 10px;
    }
    .proD_2_li{padding: 20px;margin-bottom: 10px;}
    .proD_2_l{width: 42px;height: 42px;line-height: 42px;font-size: 24px;}
    .proD_2_r{width: calc(100% - 42px);padding-left: 10px;}
    .proD_2_r p{
        font-size: 16px;
        line-height: 1.6;
    }

    .intro1{
        margin-top: 30px;
    }
    th,
    td{
        height: auto;
        font-size: 16px;
        padding: 10px 16px;
    }

}

@media screen and (max-width: 768px) {
    .mySwiper{
        max-height: fit-content;
    }
    .mySwiper .swiper-slide{
        height: auto;
        aspect-ratio: 3 / 2;
    }
    .newsD_tit {
        font-size: 24px;
        line-height: 1.45;
        margin-top: 35px !important;
    }
    .newsD_date {
        font-size: 14px;
        padding-bottom: 35px;
    }
    .newsD_cont {
        padding: 40px 0 60px;
    }
    .newsD_cont .max-width,
    .n_pro_cont,
    .n_pro_detail_c {
        display: block !important;
    }
    .pro_li{
        width: 100%;
    }
    .newsD_l {
        width: 100%;
        padding-right: 0;
    }
    .proD_1top span {
        font-size: 20px;
    }
    .newsD_l p,
    .newsD_l a {
        font-size: 14px;
        line-height: 1.8;
    }
    .newsD_b {
        display: block;
    }
    .newsD_b img {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
    }
    .newsD_r {
        width: 100%;
        margin-top: 40px;
    }
    .newsD_li img {
        height: auto;
        aspect-ratio: 16 / 9;
    }
    .n_pro {
        padding: 40px 0 60px;
    }

    .n_pro_left {
        width: 100%;
        padding-right: 0;
                position: initial;
    }

    .n_pro_right {
        width: 100%;
        margin-top: 24px;
    }
    .n_news_tit{
        height: auto;
    }
    .n_pro_detailL,
    .n_pro_detailR {
        width: 100%;
    }

    .n_pro_detailR {
        margin-top: 28px;
    }

    .proD .new_tab {
        flex-wrap: wrap;
        row-gap: 10px;
    }
    .proD .new_tab_li {
        flex: 0 0 49% !important;
        padding: 8px;
    }
    .new_tab_li::after{
        display: none !important;
    }
    .new_tab_li p{
        font-size: 12px;
    }

    .detail_dec,
    .proD_1 p,
    .proD_2_r p{
        font-size: 14px;
    }
    .proD_2_c {
        display: block;
    }

    .proD_2_li {
        width: 100%;
        margin-bottom: 16px;
    }

    .intro1 {
        overflow-x: auto;
    }
    th,
    td{
        font-size: 14px;
        padding: 4px 8px;
        line-height: 1.5;
    }
    .swiperBtns .swiper-button-next, .swiperBtns .swiper-button-prev{
        width: 32px !important;
        height: 32px !important;
    }
    .swiperBtns .swiper-button-prev::after,
    .swiperBtns .swiper-button-next::after{
        width: 38% !important;
        height: 38% !important;
    }
}




