/*.headerWrap{*/
/*    background: #FFFFFF !important;*/
/*	box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.05);*/
/*}*/
/*.header_t{*/
/*    background: #FFFFFF !important;*/
/*    border-bottom: 1px solid rgba(0,0,0,0.05);*/
/*}*/
/*.header_lang::after {*/
/*    background: rgba(0, 0, 0, 0.5)!important;*/
/*}*/
/*.header_lang img {*/
/*    background: #999!important;*/
/*    border-radius: 50%!important;*/
/*}*/
/*.header_lang p {*/
/*    color: #000000!important;*/
/*}*/
/*.header_top .level1_a{*/
/*	color: #000000 !important;*/
/*}*/
/*.header_top .level1_active .level1_a{*/
/*	color: #004EBE !important;*/
/*}*/
/*.level1_active .level1_a{*/
/*	border-color: #004EBE;*/
/*}*/
/*.header_search img:nth-of-type(2){*/
/*	opacity: 1 !important;*/
/*}*/
/*.header_search img:nth-of-type(1){*/
/*	opacity: 0 !important;*/
/*}*/
/*.header_logo a img:nth-of-type(2){*/
/*    opacity: 1 !important;*/
/*}*/
/*.header_logo a img:nth-of-type(1){*/
/*    opacity: 0 !important;*/
/*}*/
/*.level1_active .level1_a{*/
/*    border-bottom-color: #004EBE !important;*/
/*}*/




.header_t{
    border-bottom: none !important;
}





.footerWrap{
    background: #F8F8F8;
}

.n_pro{
    padding: 0.74rem 0 1rem;
    background: #F7F8FA;
}
.n_pro .max-width{
    align-items: flex-start !important;
}
.patient_left{
	flex: 0 0 3.5rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.03);
    border-radius: 5px 5px 5px 5px;
    
    
    position: sticky;
    top: 1.4rem;
}
.pro_top{
    position: relative;
    padding: 0.43rem 0 0.41rem;
    background: linear-gradient( 47deg, #2958A8 0%, #0080FF 100%);
    border-bottom: 0.03rem solid #00ADEE;
}
.pro_top_en{
    position: absolute;
    top: 0.23rem;
    left: 50%;
    transform: translate(-50%,0);
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: bold;
    font-size: 0.3rem;
    color: rgba(255,255,255,0.11);
}
.patient_top{
    display: flex;
    align-items: center;
    justify-content: center;
}
.patient_top img{
    width: 0.23rem;
    height: 0.25rem;
}
.patient_top p{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.3rem;
    color: #FFFFFF;
    margin-left: 0.14rem;
}
.patient_ul{
	padding: 0.08rem 0.35rem 0.6rem;
}
.patient_li{
	/*padding: 0.32rem 0 0rem 0;*/
	padding: 20px 0;
	border-bottom: 1px solid #E0E0E0;
	/*transition: all 0.5s;*/
	justify-content: space-between;
	align-items: start;
}
.patient_li_hover .patient_li_p{
	font-weight: bold;
	color: #004EBE
}
.patient_li_img img{
	max-width: 0.12rem;
	position: relative;
	/*transition: all 0.5s;*/
}
.patient_li.active .patient_li_img img{
    transform: rotate(90deg);
}
.patient_li.active .patient_li_img img.add{
    display: none;
}
.patient_li.active .patient_li_img img.reduce{
    display: block;
}
.reduce{
    display: none;
}
.details{
    display: none;
}
.patient_li_p{
	font-family: SC-Bold;
    font-weight: bold;
    /*font-size: 0.22rem;*/
    font-size: 0.24rem;
    color: #000000;
    cursor: pointer;
	/*transition: all 0.5s;*/
}
.patient_li_p_list{
	/*padding-top: 0.33rem !important;*/
	/*padding-bottom: .34rem;*/
	border: none !important;
}
.patient_li_p_list a{
	font-family: Source Han Sans SC, Source Han Sans SC;
	font-weight: bold;
	font-size: 0.2rem;
	color: #5A5A5A;
	cursor: pointer;
	/*transition: all 0.3s;*/
	line-height: 1;
}
/*.patient_li_p_list .level3:not(:first-child){*/
/*	margin-top: 0.25rem;*/
/*}*/
.patient_li_p_list a:hover{
    color: #013398;
    /*transition: all 0.3s;*/
}
.patient_li.active .patient_li_p{
    color: #013398;
}
.patient_li_h{
	align-items: flex-start;
    justify-content: space-between;
    
    /*margin-bottom: .34rem;*/
}

.patient_right{
    padding-left: 0.55rem;
    flex: 1;
    width: calc(100% - 3.5rem);
}
.pro_search{
    width: 5.26rem;
    height: 0.65rem;
    background: #FFFFFF;
    border-radius: 7px 7px 7px 7px;
    border: 1px solid #E5E5E5;
    padding: 0 0.22rem;
    display: flex;
    align-items: center;
}
.pro_search input{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    flex: 1;
}
.pro_search input::placeholder{
    font-family: Source Han Sans CN, Source Han Sans CN;
    font-weight: 400;
    font-size: 0.16rem;
    color: #999999;
}
.pro_search img{
    width: 0.24rem;
    height: 0.24rem;
}
.patient_r_c{
    display: flex;
    flex-wrap: wrap !important;
    gap: .4rem .25rem;
    font-size: 0.18rem;
}
.patient_r_c p{
    font-size: .22rem;
}
.patient_r_li{
    width: 4.15rem;
    width: calc((100% - .5rem) / 3);
    height: 4.69rem;
    height: 4rem;
    background: #FFFFFF;
    border-radius: 0.1rem 0.1rem 0.1rem 0.1rem;
    /*transition: all 0.3s;*/
    position: relative;
    flex: 0 0 auto;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    margin-bottom: 0.4rem;
    overflow: hidden;
    flex-direction: column-reverse;
        justify-content: flex-end;
}
.patient_r_list{
    /*flex: 1;*/
    /*padding: 0.54rem 1rem 0.33rem 0.49rem;*/
    padding: .33rem .26rem .46rem .29rem;
    padding: .24rem;
    width: 100%;
    height: 100%;
}

.patient_r_li:hover .patient_r_list{
    background: #013398;
}

.patient_r_liIMG{
    height: 2.7rem;
    width: 100%;
    /*flex: 0 0 5rem;*/
    /* border-radius: 20px 20px 0 0; */
    /*width: 5rem;*/
    /*object-fit: cover*/
}
.pro_tit{
    font-family: SC-Bold;
    font-weight: 500;
    font-size: 0.2rem;
    color: #000000;
    line-height: 0.3rem;
    /*border-bottom: 1px solid #E0E0E0;*/
    /*padding-bottom: 0.34rem;*/
    
    margin-bottom: 0.2rem;
    /*transition: all 0.3s;*/
    display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-align: center;
}
.pro_dec{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #6C6C6C;
    margin-top: 0.33rem;
    /*transition: all 0.3s;*/
}
.pro_dec2{
    margin-top: 0.13rem;
}

.patient_r_li:hover{
    /*transition: all 0.3s;*/
    background-size: cover;
}
.patient_r_li:hover .patient_r_liR img:nth-of-type(2){
  opacity: 1;
  /*transition: all 0.3s;*/
}
.patient_r_li:hover .patient_r_liR img:nth-of-type(1){
  opacity: 0;
  /*transition: all 0.3s;*/
}
.patient_r_li:hover .patient_r_liR p{
    color: #013398;
}
.patient_r_liR{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    /*margin-top: 0.85rem;*/
    padding-top: .29rem;
    /*transition: all 0.3s;*/
    border-top: 1px solid #E0E0E0;
}
.patient_r_liA{
    position: relative;
    /*transition: all 0.3s;*/
}
.patient_r_liR img{
    width: 0.065rem;
    height: 0.09rem;
    margin-left: 0.08rem;
    display: block;
    /*transition: all 0.3s;*/
}
.patient_r_liR img:nth-of-type(2){
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    opacity: 0;
}
.patient_r_liR p{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #AAAAAA;
    /*transition: all 0.3s;*/
}
.patient_r_li:hover{
    box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.15);
    /*transition: all 0.3s;*/
}
.patient_r_li:hover .pro_tit{
    /*color: #013398;*/
    /*border-color: #013398;*/
    /*transition: all 0.3s;*/
    color: #fff;
    
}
.patient_r_li:hover .pro_dec{
    color: #013398;
    /*transition: all 0.3s;*/
}
.patient_r_li:hover .pro_dec2{
    color: #000000;
    /*transition: all 0.3s;*/
}




/* solution */
.solution_cont{

}
.solution_li{
    position: relative;
    margin-bottom: 0.73rem;
}
.solution_li:first-child{
    margin-top: 0.23rem;
}
.solutionIMG{
    width: 4.97rem;
    height: 3.36rem;
    position: absolute;
    top: -0.23rem;
    left: 0;
    transition: all 0.3s;
    border-radius: 10px;
    object-fit: cover;
}
.solution_list{
    width: 80%;
    margin-left: auto;
    padding: 0.5rem 0.53rem 0 2.9rem;
    height: 3.36rem;
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    transition: all 0.3s;
}

.solution_li:hover .solution_list{
    background: #013398;
}
.solution_tit{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.25rem;
    color: #000000;
    /*transition: all 0.3s;*/
}
.solution_dec{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #797979;
    line-height: 0.3rem;
    margin: 0.26rem 0 0.75rem;
    overflow: hidden;
	 text-overflow: ellipsis;
	 display: -webkit-box;
	 -webkit-line-clamp: 2;
	 -webkit-box-orient: vertical;
    /*transition: all 0.3s;*/
}
.solution_liR{
    background: #EBEBEB;
    padding: 0.16rem 0.31rem 0.16rem 0.32rem;
    width: fit-content;
    border-radius: 5px;
    /*transition: all 0.3s;*/
}
.solution_liR p{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #AAAAAA;
    /*transition: all 0.3s;*/
}
.solution_liA{
    position: relative;
    /*transition: all 0.3s;*/
}
.solution_liA img{
    width: 0.085rem;
    height: 0.11rem;
    margin-left: 0.16rem;
    /*transition: all 0.3s;*/
}
.solution_liA img:nth-of-type(2){
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    left: 0;
    opacity: 0;
}
.solution_dot{
    position: absolute;
    bottom: 0.1rem;
    right: 0.17rem;
    max-width: 1.83rem;
    opacity: 0;
    /*transition: all 0.3s;*/
}
.solution_li:nth-child(2n) .solution_list{
    padding-left: 0.53rem;
    padding-right: 3.27rem;
    margin-right: auto;
    margin-left: 0;
}
.solution_li:nth-child(2n) .solutionIMG{
    right: 0;
    left: auto;
}
.solution_li:nth-child(2n) .solution_dot{
    left: 50%;
    transform: translate(-50%,0);
    right: auto;
}
.solution_li:hover{
    background: #FFFFFF;
    box-shadow: 0px 0px 35px 1px rgba(0,0,0,0.1);
    border-radius: 10px 10px 10px 10px;
    /*transition: all 0.3s;*/
}
.solution_li:hover .solutionIMG{
    top: 0;
    /*transition: all 0.3s;*/
}
.solution_li:hover .solution_tit{
    color: #fff;
    /*transition: all 0.3s;*/
}
.solution_li:hover .solution_dec{
    color: #fff;
    /*transition: all 0.3s;*/
}
.solution_li:hover .solution_liR{
    background: #013398;
    /*transition: all 0.3s;*/
}
.solution_li:hover .solution_liR p{
    color: #FFFFFF;
    /*transition: all 0.3s;*/
}
.solution_li:hover .solution_liR img:nth-of-type(2){
    opacity: 1;
    /*transition: all 0.3s;*/
}
.solution_li:hover .solution_liR img:nth-of-type(1){
    opacity: 0;
    /*transition: all 0.3s;*/
}
.solution_li:hover .solution_dot{
    opacity: 1;
    /*transition: all 0.3s;*/
}



/* serve */
.serve{
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    padding: 0.5rem 0.5rem 0.7rem;
    font-size: 0.18rem;
    line-height: 2;
}
.serve p{
    font-size: .22rem;
    font-size: 20px;
}
.serve_tit{
    font-family: SC-Bold;
    font-weight: bold;
    /*font-size: 0.3rem;*/
    font-size: 0.32rem;
    color: #000000;
    border-bottom: 1px solid #E0E0E0;
    padding-bottom: 0.34rem;
    margin-bottom: 0.33rem;
    width: 100%;
}
.serve_tit .serve_eamil{
    font-size: 0.18rem;
    color: #013398;
    line-height: 1;
}
/*.serve_dec{*/
/*    font-family: Source Han Sans SC, Source Han Sans SC;*/
/*    font-weight: 400;*/
/*    font-size: 0.18rem;*/
/*    color: #6C6C6C;*/
/*    line-height: 0.35rem;*/
/*}*/
/*.serve_span{*/
/*    font-family: Source Han Sans SC, Source Han Sans SC;*/
/*    font-weight: bold;*/
/*    font-size: 0.2rem;*/
/*    color: #013398;*/
/*    margin: 0.34rem 0 0.57rem;*/
/*}*/
/*.serve_img{*/
/*    justify-content: space-between;*/
/*    align-items: normal;*/
/*}*/
/*.serve_img img:nth-of-type(1){*/
/*    flex: 0 0 38%;*/
/*    width: 38%;*/
/*    height: 3.2rem;*/
/*    border-radius: 0.1rem;*/
/*    object-fit: cover;*/
/*}*/
/*.serve_img img:nth-of-type(2){*/
/*    flex: 0 0 60%;*/
/*    width: 60%;*/
/*    height: 3.2rem;*/
/*    border-radius: 0.1rem;*/
/*    object-fit: cover;*/
/*}*/

/*.serve_img img{*/
/*    width: calc(50% - .1rem);*/
/*    height: auto;*/
/*    object-fit: cover;*/
/*    border-radius: .1rem;*/
/*}*/
.hAboutB{
    width: 100%;
    padding: 0.6rem 0 0.76rem;
    justify-content: space-between;
}
.numT{
  font-family: Montserrat, Montserrat;
    font-weight: 500;
    font-size: 0.55rem;
    color: #013398;
    justify-content: center;
    text-align: center;
}
.num{
  font-family: Montserrat-Medium;
    font-weight: 500;
    font-size: 0.55rem;
    color: #013398;
}
.numB{
  font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #000000;
    margin-top: 0.08rem;
    /*transition: all 0.3s;*/
}
.hAboutItem:hover .numB{
    color: #013398;
    /*transition: all 0.3s;*/
}
.aboutN{
    max-width: 5.17rem;
    margin: 0 auto 0.34rem;
    display: block;
}
.aboutN2{
    width: 100%;
}

.aboutN3{
    width: 90%;
    margin: auto;
    display: block;
}
.about_none{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #6C6C6C;
    margin-top: 0.28rem;
    text-align: center;
}

 

.selectBox{
    justify-content: end;
}


/*筛选 2026-03-19*/
.banner_search{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 0.16rem;
    position: relative;
    z-index: 9;
}
.banner_search .form_txt {
	width: 3rem;
	position: relative;
}

.banner_search .form_txt .form_input {
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0.1rem 0.15rem;
	box-sizing: border-box;
	position: relative;
	height: 0.6rem;
	background: rgba(240,240,240,0);
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	border: 0.01rem solid #EAEAEA;
}

.banner_search .form_txt .form_input.act {
	border: 0.01rem solid #013398;
}

.banner_search .form_txt .form_input::before {
	content: "";
	position: absolute;
	width: 0.11rem;
	height: 0.08rem;
	background: url(../img/filter_jiantou1.png) center no-repeat;
	background-size: contain;
	right: 0.27rem;
	top: 0.26rem;
}
.banner_search .form_txt .form_input input {
	width: calc(100% - 0.3rem);
	height: 100%;
	cursor: pointer;
	border: none !important;
	outline: none;
	font-weight: 400;
	font-size: 0.2rem;
	color: #070707;
	font-family: Source Han Sans SC, Source Han Sans SC;
}


.banner_search .form_txt .form_type {
	position: absolute;
	width: 3rem;
	max-height: 3rem;
	overflow-y: auto;
	z-index: 999;
	top: 0.55rem;
	display: none;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0.15rem 0.01rem rgba(0,0,0,0.1);
	border-radius: 0.05rem 0.05rem 0.05rem 0.05rem;
	padding: 0.1rem;
}
.banner_search .form_txt .form_type::-webkit-scrollbar {
	width: 0.04rem;    
}
.banner_search .form_txt .form_type::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: rgba(0,0,0,0.2);
}
.banner_search .form_txt .form_type::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 0;
	background: rgba(0,0,0,0.1);
}
.banner_search .form_txt .active {
	display: block;
}

.banner_search .form_txt .form_type .type_item {
	box-sizing: border-box;
	cursor: pointer;
	padding: 0.12rem 0.18rem;
	font-family: Montserrat-Light;
	text-align: left;
	font-weight: 400;
	font-size: 0.16rem;
	color: #5A5A5A;
	line-height: 1;
	border-radius: 4px;
	overflow: hidden;
	position: relative;
}
.banner_search .form_txt .form_type .type_item::before{
    content: "";
    position: absolute;
    top: 0.15rem;
    right: 0.14rem;
    width: 0.16rem;
    height: 0.11rem;
    background: url(../img/xuan.png) center no-repeat;
    background-size: contain;
}
.banner_search .form_txt .form_type .type_item.selected,
.banner_search .form_txt .form_type .type_item:hover {
	color: #ffffff;
	background: #013398;
}
.banner_search .form_txt .form_input.act:before{
    background: url(../img/filter_jiantou.png) center no-repeat;
	background-size: contain;
}



/*筛选*/


.selectITem{
    background: rgba(240,240,240,0);
    border-radius: 5px 5px 5px 5px;
    border: 1px solid #EAEAEA;
    width: 3rem;
    height: 0.6rem;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 0.28rem;
    margin-left: 0.25rem;
    position: relative;
}
.selectITem input{
    flex: 1;
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.2rem;
    color: #070707;
}
.selectITem img{
    width: 0.11rem;
    height: 0.08rem;
}
.optionBox{
    display: none;
    width: 100%;
    position: absolute;
    top: 0.54rem;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.1);
    border-radius: 5px 5px 5px 5px;
    padding: 0.12rem 0.1rem;
}
.optionITem{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 16px;
    color: #5A5A5A;
    padding: 0.12rem 0.18rem;
}
.optionITem:hover{
    background: #013398;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
}
.recruit_cont{

}
.recruit_li{
    background: #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #E6E6E6;
    padding: 0.48rem 0.48rem 0.48rem 0.38rem;
    margin-top: 0.4rem;
}
.recruit_tit{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.22rem;
    color: #070707;
    margin-bottom: 0.34rem;
    font-weight: bold;
}
.recruit_list1{
    flex-wrap: wrap !important;
    width: 70%;
}
.recruit_list{
    margin-right: 0.21rem;
    width: 2rem;
    margin-top: 0.15rem;
}
.recruit_list p{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #707070;
}
.add .more{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #575964;
}
.reduce .more{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.16rem;
    color: #013398;
}
.recruit_right{
    position: relative;
    flex: 0 0 auto;
}
.recruit_right::after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
    right: 1.58rem;
    width: 0.01rem;
    height: 1.11rem;
    background: linear-gradient( 180deg, #FFFFFF 0%, #BFBFBF 50.25%, #FFFFFF 100%);
}
.details{
    border-top: 1px solid #D9D9D9;
    margin-top: 0.2rem;
}
.detailsTitle{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.18rem;
    color: #333333;
    margin-top: 0.4rem;
}
.detailsText{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.16rem;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.22rem;
}
.detailsBtn{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: bold;
    font-size: 0.2rem;
    color: #FE0100;
    margin-top: 0.4rem;
}
.recruit_li.active .recruit_tit{
    color: #013398;
}


.zsWrap1{
    display: flex;
    flex-wrap: wrap;
    gap: 0.21rem 0.44rem;
    margin-top: -0.2rem;
}


.zsItem{
    width: 3.71rem;
}

.zsItem > img{
    width: 100%;
    height: 3.31rem;
    object-fit: contain;
}

.zsText{
    font-family: Source Han Sans SC, Source Han Sans SC;
    font-weight: 400;
    font-size: 0.18rem;
    color: #5A5A5A;
    text-align: center;
    margin-top: -0.09rem;
}
.zsWrap1.vertical{
    margin-top: 0;
}

.zsWrap1.vertical .zsItem > img{
    width: 100%;
    height: 5.39rem;
    object-fit: contain;
}

.zsWrap1.vertical .zsText{
    margin-top: 0;
}

.proSwiper .swiper-slide img{
    border: 1px solid #E6E6E6;
}


@media screen and (max-width: 1043px) {
    .n_pro{
        padding: 40px 0 60px;
    }
    
    
    /*分类*/
    .patient_left{
        flex: initial;
        width: 36%;
        top: 120px;
    }
    .patient_ul{
        padding: 10px 20px 40px;
    }
    .patient_li{
        padding: 10px 0 !important;
    }
    .patient_li_h{
        /*margin-bottom: 20px;*/
        min-height: auto !important;
    }
    .patient_li_p{
        font-size: 20px;
    }
    .patient_li_img img{
        
    }
    .patient_li_p_list{
        padding-bottom: 10px;
    }
    .patient_li_p_list a{
        font-size: 18px;
        line-height: 1.2;
    }
    
    
    
    
    
    /*列表*/
    .patient_right{
        width: 64%;
        flex: initial;
        padding-left: 15px;
    }
    .patient_r_c{
        gap: 20px 10px;
    }
    .patient_r_li{
        width: calc(50% - 5px);
        height: auto;
        margin: 0;
    }
    .patient_r_list{
        padding: 15px;
    }
    .pro_tit{
        font-size: 16px;
        line-height: 1.5;
        margin-bottom: 10px;
    }
    .patient_r_liR{
        padding-top: 10px;
    }
    .patient_r_liR p{
        font-size: 14px;
    }
    .patient_r_liR img{
        width: 7px;
        height: auto;
        margin-left: 8px;
    }
    .patient_r_liIMG{
        height: 173px;
        object-fit: cover;
    }



    /*解决方案  列表*/
    .solution_li{
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px 0 0;
        margin-bottom: 20px;
    }
    .solution_li:first-child{
        margin-top: 0;
    }
    .solution_li:nth-child(2n){
        flex-direction: column-reverse;
    }
    .solutionIMG,
    .solution_li:nth-child(2n) .solutionIMG{
        position: relative;
        width: 80%;
        height: auto;
        top: 0;
    }
    .solution_list,
    .solution_li:nth-child(2n) .solution_list{
        width: 100%;
        padding: 80px 20px 20px;
        margin-top: -60px;
        height: auto;
    }
    .solution_tit{
        font-size: 20px;
    }
    .solution_dec{
        font-size: 16px;
        line-height: 1.5;
        margin: 15px 0 30px;
    }
    .solution_liR{
        padding: 8px 20px;
    }
    .solution_liR p{
        font-size: 16px;
    }
    .solution_liA img{
        width: 8px;
        height: auto;
    }



    
    .serve{
        padding: 20px;
        line-height: 2;
    }
    .serve_tit{
        font-size: 24px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .patient_r_c.serve>div img{
        max-width: 100%;
        height: auto;
    }
    .aboutN{
        max-width: 100%;
        margin: 0 auto 20px;
    }
    .serve_dec{
        font-size: 16px;
        line-height: 1.9;
    }
    .hAboutB{
        flex-wrap: wrap;
        padding: 20px 0 30px;
        column-gap: 20px;
        row-gap: 10px;
        align-items: baseline;
    }
    .hAboutB .hAboutItem{
        width: calc(50% - 10px);
    }
    .numT{
        font-size: 36px;
    }
    .num{
        font-size: 42px;
    }
    .numB{
        font-size: 15px;
    }
    
    
    
    
    
    
    
    
    .recruit_li{
        padding: 20px;
        margin-top: 20px !important;
    }
    .recruit_tit{
        font-size: 20px;
        margin-bottom: 20px;
        line-height: 1.6;
    }
    .recruit_list{
        width: 100%;
    }
    .recruit_list p{
        font-size: 16px;
    }
    .add .more{
        font-size: 16px;
    }
    .reduce .more{
        font-size: 16px;
    }
    
    
    .detailsTitle{
        font-size: 18px;
    }
    .detailsText,
    .detailsText p{
        font-size: 16px;
        line-height: 2;
    }
    .detailsBtn{
        font-size: 18px;
        margin-top: 20px;
    }
    .zsWrap1{
        gap: 0.21rem 4%;
    }
    .zsItem{
        width: 48%;
    }
    .zsItem > img{
        height: auto;
    }
    .zsText{
        font-size: 18px;
    }
}

@media screen and (max-width: 769px) {
    .n_pro .max-width{
        flex-wrap: wrap;
        row-gap: 20px;
    }
    .patient_left{
        width: 100%;
        position: initial;
    }
    .patient_right{
        width: 100%;
        padding: 0;
    }
    .patient_r_li{
        width: 100%;
    }
    .patient_r_liIMG{
        height: auto;
    }
    
    
    
    /*解决方案  列表*/
    .solution_tit{
        font-size: 18px;
    }
    .solution_dec{
        font-size: 14px;
    }
    
    
    
    .numT,
    .num{
        font-size: 32px;
    }
    .numB{
        font-size: 14px;
    }
    
}



