/*主色：#3250e2；标题颜色：#3c464b； 浅灰：#868b90*/
*{ margin: 0; padding: 0; font-family: -apple-system, "PingFang SC","苹方",'Hiragino Sans GB','Microsoft Yahei',"微软雅黑","WenQuanYi Micro Hei",SimSun,Tahoma,Arial,Helvetica,STHeiti,"黑体", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }
img{ max-width: 100%; }
pre, code, kbd, samp, var{ font-family: -apple-system, "PingFang SC","苹方",'Hiragino Sans GB','Microsoft Yahei',"微软雅黑","WenQuanYi Micro Hei",SimSun,Tahoma,Arial,Helvetica,STHeiti,"黑体", BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;}


.bgImg {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center; 
}
.center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); 
}
.center-lr {
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%); 
}
.center-tb{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cursor{
	cursor:pointer;
}
.text-light{
	color: #d7dfe4 !important;
}
.mt-100{
	margin-top: 6.25rem;
}
.no-scrollbar::-webkit-scrollbar{
	width: 0;
	height: 0;
}
/*多行文字溢出省略号-webkit-line-clamp: 3;*/
.ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis; }

.singleLine {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }
.ellipsis-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
.line-height{
	line-height: 1.1;
}
.bg-jb{
	background: -webkit-linear-gradient(bottom,#f2f2f2,#f8f8f8);
	filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorStr=#f2f2f2,endColorStr=#f8f8f8);
	background: -ms-linear-gradient(bottom,#f2f2f2,#f8f8f8);
	background:-moz-linear-gradient(bottom,#f2f2f2,#f8f8f8);
	background: -webkit-gradient(linear, 50% 100%,50% 0%, from(#f2f2f2), to(#f8f8f8));
	background: -o-linear-gradient(bottom, #f2f2f2,#f8f8f8);
}

.wrap{
	max-width: 1920px;
	background: #fff;
	margin-right: auto;
  	margin-left: auto;
  	overflow: hidden;
}
.layer{
	background-color: rgba(0,0,0,.6);
	z-index: 8;
	display: none;
}

ul,li{ list-style: none; }
a,a:hover{ text-decoration: none; color: #3e3a39; }
h6, .h6 {
  font-size: 1rem; 
  line-height: 1.5;
}
p{margin-bottom: 0;}
.btn_hover:hover{
	background-color: #d7053c!important;
	border-color: #d7053c!important;
	color: #ffffff!important;
}
.more_btn i{
	margin-left: 0.25rem;
}
/**** header ****/
header{
	height: 5.75rem;
	top: 2.5rem;
	box-shadow: 0 0 24px rgba(0,0,0,.33);
	z-index: 9;
	transition: .4s all;
}
header.header-scroll{
	max-width: 100%;
	width: 100%;
	top: 0;
}
.logo{
	height: 5.75rem;
}
.header_nav > li > span,
.head_btn{
	line-height: 5.75rem;
}
.head_btn i{
	height: 5.75rem;
	width: 5.75rem;
	font-size: 2rem;
}
.header_nav > li:hover span,
.header_nav li:hover{
	color: #d7053c !important;
}
.header_nav ol{
	left: -2rem;
	top: 5.75rem;
}
.header_nav ol,
.er_nav_ul ol{
	display: none;
	line-height: 2.5;
	box-shadow: 0 0.2rem 1rem rgba(0,0,0,.1);
	z-index: 2;
	width: 10rem;
}
.er_nav_ul > li.activeTwo ol{
	display: block;
}
.search_box{
	display: none;
}
.input_group{
	max-width: 36rem;
    border: 1px solid #bfbfbf;
}
.input_group input{
	line-height: 2.5rem;
    border-radius: 5rem;
    height: 3.875rem;
    opacity: 0.88;
    border: none;
    width: 80%;
    outline: none;
}
.input_group button{
	border: none;
	height: 100%;
	width: 20%;
	height: 3.875rem;
}
/**** header end ****/
.er_nav{
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.er_nav_ul{
	z-index: 1;
}
.er_nav_ul .home{
	background-color: #ececec;
}
.er_nav:before{
	content: "";
	display: block;
	background-color: #ececec;
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.er_nav_ul > li{
	line-height: 3.75rem;
}
.er_nav_ul *{
	color: #777;
}
.er_nav_ul > li:hover span *,
.er_nav_ul > li ol li:hover a,
.er_nav_ul > li.active span *{
	color: #3e3a39;
}

/**** footer ****/
footer{

}
.copyright{
	background-color: #434140;
}
.foot_code img{
	border: 1px solid #ececec;
}
.copyright p{
	line-height: 3.25rem;
	color: #fefefe;
}
.copyright a,.copyright a:visited{
	color: #fefefe;
}
.footer_top{
	background-size:31rem;
	background-position:36%;
}
.footer_logo{
	width: 18rem;
	bottom: 0;
	left: 0;
	z-index: 1;
}
.foot_nav{
	width: calc(100% - 7.5rem);
}
.foot_nav ol li,.foot_follow{
	margin: 0 0 1.25rem 7rem;
}
.foot_follow .icon a{
	color: #b3b2b3;
}
.foot_nav ol li a.active,
.foot_nav ol li a:hover,
.foot_follow .icon a:hover{
	color: #d7053c !important;
}
.foot_code{
	margin-top: 1.25rem;
	width: 7.5rem;
}
/**** footer end ****/

.er_banner{
	height: 40rem;
}
.er_banner h1{
	font-size: 3rem;
}
.er_banner > div{
	top: 55%;
}
.er_banner > div h1:after{
	content: "";
	display: block;
	width: 100%;
	height: 0.3125rem;
	background-color: #fff;
}
.page{	
	line-height: 2.25rem;
}
.page input{
	width: 2.25rem;
	border: 1px solid #ececec;
}

/***** index *****/
	.more_btn{
		padding: 0.875rem 1.25rem;
	}
	/**banner**/
	.banner,
	.bannerSwiper{
		height: 98vh;
	}
	.banner_list{
		background-color: rgba(255,255,255,0.8);
		height: 6.5rem;
		z-index: 1;
		bottom: 0;
	}
	.swiper-banner-left,
	.swiper-banner-right{
		width: 6.25rem;
		height: 6.25rem;
		background-size: cover;
		margin-top: -3.125rem;
		margin-top: -3.125rem;
		z-index: 3;
	}
	.swiper-banner-left{
		background-image:url(../images/banner-left.png);
		left: 5rem;
	}
	.swiper-banner-right{
		background-image:url(../images/banner-right.png);
		right: 5rem;
		z-index: 5;
	}
	.banner_text_box{
		bottom: 6.5rem;
		z-index: 2;
	}
	.banner_list_swiper,
	.banner_text_swiper{
		width: 50% !important;
	}
	.banner_text_swiper{
		background-color: rgba(0,0,0,.6);
	}
	.banner_text_swiper .swiper-slide{
		padding: 3.75rem 2.5rem 3.75rem 5rem;
	}
	.banner_text_swiper .swiper-slide a:before{
		width: 0.25rem;
		height: 100%;
		background-color: #d7053c;
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: -2.375rem;
	}
	.banner_list_swiper .swiper-slide{
		width: 15rem;
		-webkit-filter: grayscale(100%);
	    -moz-filter: grayscale(100%);
	    -ms-filter:grayscale(100%);
	    -o-filter: grayscale(100%);
	    filter: grayscale(100%);
	}
	.banner_list .swiper-slide-active,
	.banner_list_swiper .swiper-slide:hover{
		-webkit-filter: grayscale(0%);
	    -moz-filter: grayscale(0%);
	    -ms-filter:grayscale(0%);
	    -o-filter: grayscale(0%);
	    filter: grayscale(0%);
	}
	/**banner end**/
	/**news**/
	.ind_news{
		height: 32.5rem;
	}
	.ind_news:before{
		display: block;
		content: "";
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		position: absolute;
		z-index: 0;
		background-color: rgba(0,0,0,0.25);
	}
	.ind_news_banner_text{
		z-index: 2;
	}
	.ind_news_label:before,
	.ind_news_label:after{
		display: block;
		content: "";
		width: 100%;
		height: 1px;
		position: absolute;
		background-color: #fff;
		left: 0;
	}
	.ind_news_label:before{
		top: 0;
	}
	.ind_news_label:after{
		bottom: 0;
	}
	.ind_news_cont{
		margin-top: -7.5rem;
		z-index: 2;
		box-shadow: 0 0 32px rgba(0,0,0,.14);
	}
	.ind_news_text,
	.news_img{
		height: 14.5rem;
	}
	.news_img span,
	.recruit_list li>div>span{
		bottom: 0;
		left: 0;
		width: 12.5rem;
		font-size: 0.875rem;
		line-height: 2.215rem;
		height: 2.215rem;
		z-index: 2;
		border-width: 0 0.9375rem 2.215rem 0;
    	border-style:solid;
		border-color: transparent transparent #d7053c #d7053c;
	}
	.news_more i{
		font-size: 0.625rem;
		vertical-align: middle;
	}
	.ind_news_text:after,
	.recruit_list li>div:after{
		content: "";
		position: absolute;
		display: block;
		width: 0%;
		height: 0.1875rem;
		background-color: #d7053c;
		left: 0;
		transition: .4s all;
		bottom: 0;
	}
	.ind_news_cont ul li.active .ind_news_text:after,
	.ind_news_cont ul li:hover .ind_news_text:after,
	.recruit_list li>div:hover:after{
		background-color: #d7053c;
		transition: .4s all;
		width: 100%;
	}
	.ind_news_cont ul li:hover a,
	.recruit_list li>div:hover h4,
	.search_list li:hover a{
		color: #d7053c!important;
	}

	/**news end**/
	/**ind_fw**/
	.ind_fw{
		height: 40rem;
	}
	.ind_fw_left{
		width: 37.5rem;
		left: 0;
	}
	/**ind_fw end**/
	/**ind_ga**/
	.ind_ga{
		height: 52rem;
	}
	.ind_ga_left{
		width: 37.5rem;
		left: 0;
	}
	.ind_fw_right{
		right: 0;
	}
	.ind_fw_right > div{
		width: 13.5rem;
		height: 12rem;
		transition: .6s all;
		background-position: right;
		background-size: 200% 100%;
	}
	.ind_fw_right > div:hover{
		background-position: left;
	}
	.ind_ga .more_btn{
		border-color: #3e3a39 !important;
	}
	.ind_ga .more_btn:hover{
		border-color: #d7053c !important;
	}
	/**ind_ga end**/
	/**ind_vision**/
	.ind_vision{
		height: 41rem;
	}
	.zyjh{
		bottom: 0;
		z-index: 2;
		padding-left: 6.25rem;
		line-height: 7.5rem;
		width: calc(100% - 5rem);
		box-sizing: border-box;
	}
	.zyjh span i{
		vertical-align: middle;
	}
	.zyjh a{
		background-color: rgba(124,18,46,.6);
		height: 3rem;
		line-height: 3rem;
		margin-top: 2.25rem;
	}
	.m_ind_vision{
		display: none;
	}
	/**ind_vision end**/
/***** index end *****/

/***** medicalCare *****/
	.er_cont_info h4,
	.corporateCulture_cont_info h4,
	.corporateCulture_cont_info p,
	.er_cont_info p{
		padding-left: 1.625rem;
	}
	.er_cont_info_bs p{
		padding-left: 0;
	}
	.er_cont_info h4:before,
	.medicalCare_cont_photo:before,
	.corporateCulture_cont_info h4:before,
	.corporateCulture_mission_text > div:before,
	.notes:before,
	.case_photo > div > div:before,
	.title h4:before,
	.education_notes li.bgImg:before{
		content: "";
		display: block;
		position: absolute;
		width: 0.375rem;
		height: 100%;
		background-color: #d7053c;
		left: 0;
		top: 0;
	}
	.title h4{
		padding-left: 1.625rem;
	}
	.medicalCare_cont_photo_img{
		height: 25rem;
	}
	.medicalCare_cont_text{
		padding: 3.75rem 0;
	}
	.medicalCare_cont_ul h4{
		line-height: 2.875rem;
		height: 2.875rem;
		width: 11.7rem;
	    border-width: 0 0.9375rem 2.875rem 0;
	    border-style: solid;
	    border-color: transparent transparent #d7053c #d7053c;
	}
	.medicalCare_cont_ul:before{
		content: "";
		display: block;
		width: 1px;
		height: 100%;
		position:absolute;
		left: 50%;
		top: 0;
		background-color: #ececec;
	}

/***** medicalCare end *****/
/***** corporateCulture *****/
	.corporateCulture_mission{
		height: 40rem;
	}
	.corporateCulture_mission_text{
		background-color: rgba(18,5,5,0.6);
		max-width: 45rem;
		padding-top: 3.75rem;
		padding-bottom: 3.75rem;
		padding-left: 5.25rem;
		margin-top: -10.5rem;
	}
	.yuanjing_text{
		bottom: 0;
		left: 0;
	}
	.corporateCulture_mission_text > div:before{
		left: -2.0625rem;
	}
	.fuhao{
		margin-left: -1.5rem;
	}
	.corporateCulture_mission_ul h4 span,
	.team_photo h5{
		z-index: 1;
		line-height: 3rem;
		height: 3rem;
		width: 11.875rem;
	    border-width: 0 1.375rem 2.875rem 0;
	    border-style: solid;
	    border-color: transparent transparent #777777 #777777;
	}
	.xie-info span{
		z-index: 1;
		line-height: 3rem;
		height: 3rem;
		width: 11.875rem;
	    border-width: 0 1.375rem 2.875rem 0;
	    border-style: solid;
	    border-color: transparent transparent #d7053c #d7053c;
	}
	.corporateCulture_mission_ul h4:before,
	.team_photo:before,
	.xie-info:before{
		content: "";
		display: block;
		width: 100%;
		height: 1rem;
		background-color: #d7053c;
		position: absolute;
		bottom: 0;
		left: 0;
		z-index: 0;
	}
	.xie-info:before{
		background-color: rgba(0,0,0,.6);
		border-bottom: 0;
	}
	.notes{
		padding: 3.75rem 2.875rem;
	}
/***** corporateCulture end *****/

/***** team *****/
	.team_cont ul{
		margin: 0 -1.25rem;
	}
	.team_cont li{
		width: 25%;
	}
	.team_cont li > div{
		margin:0 1.25rem;
	}
	.team_photo h5{
		bottom: 0;
		left: 0;
		z-index: 2;
	    border-color: transparent transparent #d7053c #d7053c;
	}
	.team_photo:before{
		background-color: rgba(0,0,0,.6);
		height: 1.25rem;
	}
	.team_text{
		min-height: 12.5rem;
	}
	.team_photo img{
		opacity: 0;
	}
/***** team end *****/
/***** case *****/
	.case_banner{
		height: 30rem;
	}
	.case_in ul{
		margin: 0 -2.5rem;
	}
	.case_in li{
		width: 50%;
	}
	.case_in li a{
		margin: 0 2.5rem;
	}
	.case_photo{
		height: 22rem;
	}
	.case_photo > div{
		background-color: rgba(15,5,5,.6);
		bottom: 0;
		left: 0;
		padding-left: 2.75rem;
		width: 75%;
		max-width: 31.875rem;
	}
	.case_photo > div > div:before{
		width: 0.25rem;
		left: -0.25rem;
	}
	.case_text{
		min-height: 10rem;
		height: 10rem;
	}
/***** case end *****/
/***** caseDetails *****/
	.caseDetails_banner_text{
		max-width: 36.875rem;
		top: 65%;
	}
	.range_img li{
		width: calc(50% - 1.25rem);
	}
	.details_page li{
		padding: 1.875rem ;
	}
	.details_page li:hover samp{
		color: #d7053c !important;
	}
/***** caseDetails end *****/
/***** newsDetails *****/
	.news_details{
		margin-top: -5rem;
		z-index: 2;
	}
	.newsDetails_cont{
		text-indent: 2rem;
	}
	.newDetails_img{
		margin-top: 3.75rem;
		margin-bottom: 3.75rem;
		max-width: 800px;
		margin-left: auto;
		margin-right: auto;
	}
	.newDetails_img img{
		max-width: 100%;
	}
/***** newsDetails end *****/
/***** recruit *****/
	.recruit_e-mail{
		max-width: 49.5rem;
	}
	.recruit_list{
		margin: 0 -1.25rem;
	}
	.recruit_list li{
		width: 33.333333333%;
		margin-top: 3.75rem;
	}
	.recruit_list li > div{
		margin: 0 1.25rem;
	}
	.recruit_info_cont{
		height: 10.5rem;
		overflow: auto;
	}
	.recruit_info_cont p{
		margin-bottom: 0.75rem;
	}
	.recruit_list li>div a{
		transition: .4s all;
		border-color: #bfbfbf !important;
	}
	.recruit_list li>div:hover a{
		border-color: #d7053c !important;
		color: #fff !important;
		background-color: #d7053c !important;
	}
	.recruit_details{
		height: 20rem;
	}
/***** recruit end *****/
/***** staff *****/
	.staff_cont ul{
		padding: 3.75rem 0;
	}
	.staff_cont li{
		height: 7.5rem;
	}
	.staff_cont li.li2,
	.staff_cont li.li2:before{
		height: 2.5rem;
	}
	.staff_cont li.li2:before{
		display: block;
		width: 1px;
		content: "";
		background-color: #d7053c;
		margin-left: 3.75rem;
	}
	.staff_cont li > div{
		padding-left: 11.25rem;
	}
	.staff_cont ul i{
		width: 7.5rem;
		height: 7.5rem;
		border-radius: 7.5rem;
	}
	
/***** staff end *****/
/***** education *****/
	.education_one{
		max-width: 50rem;
	}
	.education_notes li{
		padding: 3.125rem;
	}
	.education_two ul:before{
		content: "";
		display: block;
		width: calc(100% - 5rem);
		height: 0;
		border-top: 1px dashed #d7053c;
		position: absolute;
		top: 50%;
		left: 2.5rem;
	}
	.education_two ul li >div{
		width: 13.75rem;
		height: 13.75rem;
		border: 0.625rem solid #eeeeee;
		border-radius: 13.75rem;
		padding-top: 3rem;
		z-index: 2;
	}
	.education_two ul li >div img{
		width: 33.33%;
	}
	.education_two ul li >div p{
		font-weight: bold !important;
	}
/***** education end *****/
/***** service *****/
	.sercive_cont{
		padding-bottom: 3.125rem;
	}
	.sercive_cont ul{
		width: calc(100% - 32.75rem);
	}
	.sercive_cont > div{
		width: 32.75rem;
		height: 100%;
		right: 0;
		background-position: top center;
	}
	.sercive_cont:after,
	.sercive_cont:before{
		display: block;
		content: "";
		position: absolute;
	}
	.sercive_cont:after{
		height: 1.625rem;
		bottom: 0;
		z-index: 1;
		width: calc(100% - 13.75rem);
		left: 13.75rem;
    	border-width: 0 0.9375rem 1.625rem 0.9375rem;
    	border-style: solid;
    	border-color: transparent #d7053c #d7053c transparent;
	}
	.sercive_cont:before{
		height: 2.5rem;
		bottom: 0.375rem;
		z-index: 0;
		width: 21.25rem;
    	border-width: 0 0.9375rem 2.5rem 0;
    	border-style: solid;
    	border-color: transparent transparent #777777 #777777;
	}

/***** service end *****/
/***** careFor *****/
	.careFor_cont{
		height: 25rem;
	}
	.careFor_cont ul{
		width: calc(100% - 10rem);
	}
	.careFor_cont ul li{
		width: 33.33333%;
	}
	.careFor_cont ul li > div{
		margin-left: 2.5rem;
		margin-right: 2.5rem;
	}
	.careFor_cont ul li img{
		height: 4.75rem;
	}
/***** careFor end *****/
/***** business *****/
.programme img{
	max-width: 50rem;
	margin: 3.75rem auto;
	display: block;
	width: 100%;
}
.business_nav{
	width: 100%;
}
.business_nav ul li{
	width: 16.66666%;
}
.business_nav ul li.active a,
.business_nav ul li:hover a{
	color: #fff !important;
	background-color: #d7053c !important;
	border-color: #d7053c !important;
}
.business_nav ul li a{
	line-height: 3.75rem;
	height: 3.75rem;
}
/***** business end *****/
/***** expand *****/
.expand_cont ul li{
	width: 33.3333%;
}
.expand_cont ul li h4{
	height: 3rem;
	line-height: 3rem;
	width: 8.75rem;
}
/***** expand end *****/
/***** search *****/
	.search_list li > div{
		height: 15.875rem;
	}
	.search_img{
		width: 28.375rem;
	}
	.search_text{
		width: calc(100% - 28.375rem);
	}
	.search_text p{
		-webkit-line-clamp: 2;
	}
/***** search end *****/
/***** publicWelafre *****/
	.publicWelafre_list_ul > div{
		height: 25rem;
		width: 50%;
	}
	.publicWelafre_list_ul > div > div{
		bottom: 0;
		left: 0;
	}
	.publicWelfare_banner{
		height: 30rem;
	}
	.publicWelfare_banner_text{
		width: 50%;
	}
/***** publicWelafre end *****/

@media screen and (max-width: 1660px) {
	html, body {
		/*font-size: 14px;*/
	}

	/*index*/
	.swiper-banner-right,
	.swiper-banner-left{
		width: 6rem;
		height: 6rem;
	}
	/*index end*/

	/***** expand *****/
	.expand_cont{
		padding: 0 2.5rem !important;
	}
	.expand_cont ul{
		padding: 0 !important;
	}
	.expand_cont ul li{
		padding: 0 1.25rem !important;
	}
	/***** expand end *****/

}
@media screen and (max-width: 1440px) {
	html, body {
		font-size: 14px;
	}

}
@media screen and (max-width: 1280px) {
	h1,
	.h1{ font-size : 2rem !important; }
	/*index*/
	.header_nav > li{
		padding-left: 0.625rem !important;
		padding-right: 0.625rem !important;
	}
	header.position-fixed{
		width: 100% !important;
		max-width: 100% !important;
		top: 0;
		left: 0;
		transform: translate(0);
		-webkit-transform: translateX(0%);
	    -moz-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	}
	.ind_news_banner_text{
		top: 42%;
	}
	.ind_news_cont{
		padding: 3.75rem !important;
	}
	/*index end*/

	/***** team *****/
	.team_cont li{
		width: 33.33334%;
	}
	/***** team end *****/
	/***** case *****/
	.case_banner{
		height: 26rem;
	}
	/***** case end *****/
	/***** news *****/
	.news_cont{
		padding: 3.75rem 0 !important;
	}
	/***** news end *****/
	/***** recruit *****/
	.recruit_list li{
		width: 50%;
	}
	/***** recruit end *****/
	/***** careFor *****/
	.careFor_cont ul{
		width: calc(100% - 5rem);
	}
	.careFor_cont ul li > div{
		margin-left: 1.25rem;
		margin-right: 1.25rem;
	}
	/***** careFor end *****/
	/***** publicWelafre *****/
	.publicWelafre_list_ul > div{
		height: 20rem;
		width: 50%;
	}
	/***** publicWelafre end *****/
	/***** expand *****/
	.expand_cont img{
		padding: 0 10rem !important;
	}
	.expand_cont ul li{
		padding: 0 0.625rem !important;
	}
	/***** expand end *****/
	/***** business *****/
	.business_nav ul li{
		width: 33.33333%;
	}
	/***** business end *****/


}

@media screen  and (min-width: 1367px){
	.er_nav_ul ol > li:hover a{
		color: #d7053c !important;
	}
	.er_nav_ul > li ol{
		display: none !important;
	}
	.er_nav_ul > li:hover ol{
		display: block !important;
	}	
}
	

@media screen  and (min-width: 1025px){
	.header_nav{ display: block !important; }
	.header_nav ol > li:hover,
	.er_nav_ul ol > li:hover{
		background-color: #f8f8f8;
	}
	.header_nav ol li:hover a{
		color: #d7053c !important;
	}
	.header_nav>li:hover ol{
		display: block;
	}	
	.header_nav ol,
	.er_nav_ul ol{
		padding-top: 0!important;
		padding-bottom: 0!important;
	}
	.header_nav ol,
	.er_nav_ul ol{
		line-height: 3.5;
	}
}

@media screen  and (max-width: 1024px){
	
	.header_nav li.active>span,
	.header_nav li.active>a{
		color: #d7053c !important;
	}
	.m_nav_btn,
	.header_nav > li > span{
		display: block !important;
	}
	.head_btn{
		background-color: #fff !important;
	}
	.head_btn i{
		color: #3c464b !important;
	}
	.header_nav{
		display: none;
		border-top: 1px solid #ececec;
		position: fixed;
		text-align: center;
		background-color: #fff;
		width: 100%;
		top: 5.75rem;
		left: 0%;
		padding-right: 0 !important;
		transition: .4s all;
		top: 5.75rem;
		text-align: left;
		overflow:auto;
		max-height: calc(100vh - 5.75rem);
	}
	.header_nav > li{
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.header_nav > li > span,
	.header_nav > li ol li{
		border-bottom: 1px solid #ececec;
		line-height: 4rem;
		padding: 0 4vw !important;
	}
	.header_nav > li ol{
		display: block !important;
		position: static !important;
		width: 100%;
		box-shadow: none;
		padding: 0 4vw !important;
		overflow: hidden;
		height: 0px;
	}
	.header_nav > li ol li{
		font-size: 1.125rem !important;
		text-align: left !important;
	}
	.header_nav > li.active ol{
		height: auto;
		transition: .4s all;
	}
	/*index*/
	/*index end*/
	/***** case *****/
	.case_in ul{
		margin: 0 -1.25rem;
	}
	.case_in li a{
		margin: 0 1.25rem;
	}
	.case_photo {
	    height: 18rem;
	}
	.case_photo > div{
		max-width: 100%;
		width: 100%;
		padding: 1.25rem !important;
	}
	.case_photo > div h4{
		margin-bottom: 0.625rem !important;
	}
	/***** case end *****/
}


@media screen  and (max-width: 992px){
	/*footer*/
	.foot_nav,
	.ind_fw_left,
	.ind_fw_right{
		width: 100%;
	}
	.foot_nav>li{
		float:right !important;
	}
	.foot_follow{
		text-align: right;
	}
	.foot_follow p samp{
		display: none;
	}
	.foot_follow a{
		margin: 0 0 0 2.5rem !important;
	}
	.foot_code{
		margin-top: 0;
	}
	/*footer*/
	/*index*/
	.banner_list_swiper, .banner_text_swiper {
    width: 100% !important;
}
	.ind_fw_left,
	.ind_fw_right,
	.ind_news_banner_text,
	.careFor_cont ul{
		position: static!important;
		transform: translate(0);
		-webkit-transform: translateX(0%);
	    -moz-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	}
	.ind_news_box{
		padding-bottom: 0 !important;
	}
	.ind_news_cont{
		max-width: 100%;
		width: 100%;
		margin: 0;
		box-shadow: none;
	}
	.ind_fw,
	.ind_news{
		height: auto;
		padding: 4rem 0;
	}
	.ind_fw_right > div{
		float: left;
		margin-bottom: 0 !important;
		margin-top: 5rem;
		margin-right: 5rem;
	}
	.ind_vision{
		display: none;
	}
	.m_ind_vision{
		display: block;
	}
	.zyjh{
		line-height: 12.5vw;
		width: 100%;
		padding-left: 0;
	}
	.zyjh a{
		margin-top: calc((12.5vw - 3rem)/2);
	}
	/*index end*/
	/***** medicalCare *****/
	.er_banner {
	    height: 32rem;
	    background-position: 66%;
	}
	.medicalCare_cont_ul li{
		width: 100%!important;
		/*border-bottom: 1px solid #ececec;*/
	}
	.medicalCare_cont_ul li:first-child{
		margin-bottom: 2.5rem!important;
	}
	.medicalCare_cont_ul:before{
		display: none;
	}
	/***** medicalCare end *****/
	/***** corporateCulture end *****/
	.corporateCulture_mission{
		height: 25rem;
	}
	/***** corporateCulture end *****/
	/***** team *****/
	.team_cont li{
		width: 50%;
	}
	/***** team end *****/
	/***** case *****/
	.case_banner{
		height: 26rem;
	}
	/***** case end *****/
	/***** news *****/
	.news_cont{
		padding: 3.75rem !important; 
	}
	.news_cont .col-md-4{
		flex: 0 0 50%;
    	max-width: 50%;
	}
	/***** news end *****/
	/***** newsDetails *****/
	.news_details{
		margin-top: 0;
		z-index: 2;
		padding: 5rem 20px !important;
	}
	/***** newsDetails end *****/
	/***** recruit *****/
	.recruit_info_cont{
		height: 12rem;
	}
	/***** recruit end *****/
	/***** staff *****/
		.staff_cont ul{
			padding: 2.5rem!important;
		}
		.staff_cont li > div{
			padding-left: 10rem;
		}
		
	/***** staff end *****/
	/***** education *****/
	.education_notes li{
		width: 100% !important;
		position: static!important;
	}
	.education_notes li:first-child,
	.education_notes li.bgImg:before{
		height: 20rem !important;
	}
	.education_two ul{
		width: 100%;
	}
	.education_two ul:before{
		display: none;
	}
	.education_two li{
		width: 33.33333%;
	}
	.education_two ul li>div{
		margin: 0 auto !important;
		width: 10rem;
		height: 10rem;
		padding-top: 1.85rem;
	}
	.education_two ul li>div p{
		margin-top: 0.625rem !important;
	}
	/***** education end *****/
	/***** service *****/
	.sercive_cont > div,
	.sercive_cont:before,
	.sercive_cont:after{
		display: none;
	}
	.sercive_cont ul{
		width: 100%;
		padding-right: 0 !important;
	}
	.service_img{
		display: block!important;
	}
	
	/***** service end *****/
	/***** careFor *****/
	.careFor_cont ul{
		width: 100%;
	}
	.careFor_cont{
		height: auto;
		background: #fff !important;
	}
	.careFor_cont ul .pc_img{
		display: none;
	}
	.m_ydt,
	.careFor_cont ul .m_img{
		display: block !important;
	}
	.careFor_cont ul li{
		width: 100%;
		text-align: left;
		border-bottom: 1px solid #ececec;
		padding: 2.5rem 0;
	}
	.careFor_cont ul li h2{
		color: #3c464b;
	}
	.careFor_cont ul li p{
		color: #777;
	}
	/***** careFor end *****/
	.search_img{
		width: 22.375rem;
	}
	.search_text{
		width: calc(100% - 22.375rem);
	}
	.search_text p{
		-webkit-line-clamp: 3;
	}
	/***** search end *****/
	/***** publicWelafre *****/
	.publicWelafre_list_ul > div{
		height: 16rem;
	}
	.publicWelfare_banner{
		height: 20rem;
	}
	.publicWelfare_banner_text{
		width: 55%;
	}
	/***** publicWelafre end *****/
	/***** expand *****/
	.expand_cont img{
		display: none;
	}
	.expand_cont ul li{
		padding: 0!important;
		width: 100%;
		margin-top: 2.5rem;
	}
	.expand_cont ul li h4{
		margin: 0 0 2.5rem 0 !important;
	}
	.expand_cont ul li p{
		text-align: left;
	}
	.expand_title{
		padding: 0 2.5rem!important;
	}
	/***** expand end *****/

}



@media screen and (max-width: 768px) {
	html, body {
		font-size: 12px;
	}

	.h6{
		font-size: 1.25rem;
	}
	.small{
		font-size: 1.125rem;
	}
	.display-2{
		font-size: 1.25rem;
	}
	.display-3{
		font-size: 1.025rem
	}
	h4, .h4 {
		font-size: 1.38rem;
	}
	h2, .h2 {
		font-size: 1.75rem;
	}

	/*footer*/
	.footer_logo{
		display: none;
	}
	.copyright p{
		text-align: center;
	}
	.foot_nav ol li, .foot_follow{
		margin: 0px 0 1.625rem 5rem;
	}
	/*footer end*/
	/*index*/
	.banner, .bannerSwiper{
		height: 88vh;
	}
	.news_img span{
		width: 10.5rem;
	}
	.ind_ga{
		margin-top: 8rem;
		height: 30rem;
	}
	.ind_ga h1{
		margin-top: -4rem;
	}
	.ind_ga .row{
		padding-top: 0rem!important;
	}
	.ind_news_cont{
		padding: 5.5rem 3.75rem !important
	}
	.ind_news_cont ul li{
		margin-top: 3rem;
	}
	.ind_news_cont ul li:first-child{
		margin-top: 0;
	}
	/*index end*/

	/***** medicalCare *****/
	.er_nav{
		display: none;
	}
	.medicalCare_cont_photo_img {
	    height: 16rem;
	}
	/***** medicalCare end *****/
	/***** corporateCulture end *****/
	.corporateCulture_mission_ul li{
		margin-bottom: 3rem;
	}
	.jzp_pc{
		display: none;
	}
	.m_jzg{
		display: block!important;
	}
	.m_jzg i{
		left: 0px;
		font-size: 5rem;
	}
	.m_jzg ul li{
		padding-left: 8rem;
		padding-right: 0;
    	border-bottom: 1px solid #ececec;
	}
	/***** corporateCulture end *****/
	/***** case *****/
	.case_in ul{
		margin: 0;
	}
	.case_in li{
		width: 100%;
	}
	.case_in li a{
		margin: 0;
	}
	.case_text {
	    height: auto;
	}
	.case_photo {
	    height: 45vw;
	}
	/***** case end *****/
	/***** caseDetails *****/
	.details_page{
		padding: 0!important ;
	}
	.details_page li{
		padding: 0!important;
		line-height: 3 !important;
	}
	/***** caseDetails end *****/
	/***** education *****/
	.vita img{
		width: 100% !important;
	}
	/***** education end *****/
	/***** news *****/
	.news_cont .col-md-4{
		flex: 0 0 100%;
    	max-width: 100%;
	}
	.news_img {
	    height: 40vw;
	}
	/***** news end *****/
	/***** recruit *****/
	.recruit_list li{
		width: 100%;
	}
	.recruit_info_cont{
		height: auto;
	}
	.recruit_details.notes{
		padding: 0;
		height: 15rem;
	}
	.recruit_details > div{
		padding: 0 3rem !important;
	}
	/***** recruit end *****/
	/***** staff *****/
	.staff_cont ul{
		padding: 3.75rem 2.5rem!important;
	}
	.staff_cont li{
		height: auto;
	}
	.staff_cont li:first-child{
		margin-bottom: 2.5rem;
	}
	.staff_cont li.li2,
	.staff_cont li i{
		display: none !important;
	}
	.staff_cont li > div{
		position: static!important;
	    -webkit-transform: translateY(0%);
	    -moz-transform: translateY(0%);
	    -ms-transform: translateY(0%);
	    -o-transform: translateY(0%);
	    transform: translateY(0%);
		padding: 1.25rem 0;
	}
	/***** staff end *****/
	.search_img{
		width: 20rem;
	}
	.search_text{
		width: calc(100% - 20rem);
	}
	/***** search end *****/
	/***** publicWelafre *****/
	.publicWelafre_list_ul > div{
		height: 45vw;
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.publicWelfare_banner{
		height: 25rem;
		background-position: 15%;
	}
	.publicWelfare_banner_text{
		width: 75%;
	}
	/***** publicWelafre end *****/
	.m_ydt img{
		height: 45vw;
	}

}

@media screen and (max-width: 576px) {
	/*header*/
	header{
		height: auto;
	}
	.logo,
	.header_nav > li > span,
	.head_btn,
	.head_btn i{
		height: 4.5rem;
		line-height: 4.5rem;
	}
	.head_btn,
	.head_btn i{
		width: 4.5rem;
	}
	.header_nav{
		top: 4.5rem;
	}
	.input_group{
		width: 80%;
	}
	/*header end*/
	/*footer*/
	.foot_follow a{
		margin: 0 1rem 0 0 !important;
	}
	.footer_top > div{
		width: 100% !important;
		padding-bottom: 0rem !important;
	}
	.footer_address{
		padding-bottom: 3rem;
	}
	.foot_nav>li{
		float: left !important;
		width: 100%;
		text-align: left;
		display: none;
	}
	.foot_nav>li:nth-child(4){
		display: block;
	}
	.foot_nav ol li, .foot_follow{
		margin-left: 0;
	}
	.foot_follow{
	 	margin-bottom: 0;
	 }
	.foot_code,
	.yuanjing_text{
		display: none;
	}
	.copyright p{
		line-height: 2;
		padding: 1rem 0;
	}
	/*footer*/

	/*index*/
	.banner_text{
		width: 100%;
		max-width: 100% !important;
		padding: 0!important;
	}
	.banner_list{
		display: none;
	}
	.swiper-banner-left{
		left: 1.25rem;
	}
	.swiper-banner-right {
	    right: 1.25rem;
	}
	.swiper-banner-right, .swiper-banner-left{
		width: 4.5rem;
		height: 4.5rem;
	}
	.banner_text_box {
	    bottom: 4rem;
	}
	.banner_text_page{
		width: 100%;
		height: 4rem;
		bottom: -4rem;
		display: block !important;
		background-color: rgba(255,255,255,1);
	}
	.swiper-pagination-bullet{
		width: 10px;
		height: 10px;
		border-radius: 10px;
		background-color: rgba(0,0,0,.5);
		margin: 0 0.625rem;
		margin-top: calc(2rem - 5px);
	}
	.swiper-pagination-bullet.swiper-pagination-bullet-active{
		background-color: #d7053c;
	}
	.m_ind_vision .container{
		padding-top: 3rem!important;
	}
	.banner_text_swiper .swiper-slide {
	    padding: 2.5rem 1.25rem 2.5rem 2.75rem;
	}
	.banner_text_swiper .swiper-slide a:before{
		left: -1.5rem;
	}
	.ind_fw_right > div{
		margin-top: 3rem;
    	margin-right: 0rem;
    	height: 11.3rem;
    	width: 12rem;
	}
	.ind_fw_right > div:first-child{
		margin-right: 2rem;
	}
	.zyjh a{
		background: none;
	}
	.ind_news_cont{
		padding: 3rem 20px !important
	}
	.news_img span{
		width: 14.5rem;
	}
	.news_img {
	    height: 50vw;
	}
	/*index end*/
	/***** medicalCare *****/
	.medicalCare_cont_ul li{
	    padding: 0 20px !important
	}
	.er_banner {
	    height: 26rem;
	}
	/***** medicalCare end *****/
	/***** team *****/
	.team_cont li{
		width: 100%;
	}
	.team_photo h5 {
	    line-height: 12vw;
	    height: 12vw;
		width: 50%;
	    border-width: 0 1.375rem 12vw 0;
	    border-style: solid;
	}
	.team_photo:before{
		height: 5vw;
	}
	.team_text{
		min-height: auto;
		font-size: 1.25rem;
	}
	.team_photo img{
		opacity: 0;
	}
	/***** team end *****/
	/***** case *****/
	.case_photo {
	    height: 60vw;
	}
	/***** case *****/
	/***** caseDetails *****/
	.caseDetails_banner_text{
		top: 60%;
		width: calc(100% - 2.5rem);
	}
	.range_img{
		padding-left: 0 !important; 
		padding-right: 0 !important; 
	}
	.range_img li{
		width: 100%;
		margin-bottom: 2.5rem;
	}
	/***** caseDetails end *****/
	/***** education *****/
	.education_notes li:first-child,
	.education_notes li.bgImg:before{
		height: 20rem !important;
	}
	.education_notes li {
	    padding: 3.125rem 1.5rem;
	}
	.education_two li{
		width: 33.33333%;
		margin-top: 0rem;
	}
	.education_two ul li>div{
		width: 100%;
		border-radius: 0;
		border: none;
		height: auto;
		background-color: transparent !important;
		padding-top: 0 !important;
	}
	.education_two ul li>div p{
		margin-top: 1.25rem !important;
	}
	.education_two h4{
		padding: 0 1.25rem;
	}
	/***** education end *****/
	/***** search *****/
	.search_list li > div{
		height: auto;
	}
	.search_list li > div.search_img{
		height: 50vw;
	}
	.search_img,
	.search_text{
		width: 100%;
	}
	.search_text > div{
		position: static !important;
		top: 0;
		left: 0;
		transform: translate(0);
		-webkit-transform: translateX(0%);
	    -moz-transform: translateX(0%);
	    -ms-transform: translateX(0%);
	}
	.search_text > div{
		padding: 2.5rem;
	}
	.search_text p{
		-webkit-line-clamp: 2;
	}
	/***** search end *****/
	/***** expand *****/
	.expand_cont ul,
	.expand_cont ul li:first-child{
		margin: 0!important;
	}
	.expand_title,
	.expand_cont{
		padding: 0!important;
	}
	/***** expand end *****/
	/***** business *****/
	.business_nav ul li{
		width: 50%;
	}
	.business_nav ul li a{
		font-size: 1rem !important;
	}
	/***** business end *****/
	/***** publicWelfare *****/
	.publicWelafre_list_ul > div {
	    height: 64vw;
	}
	.publicWelfare_banner_text{
		width: 100%;
	}
	/***** publicWelfare end *****/
}
@media screen and (max-width: 374px){
	.banner, .bannerSwiper {
	    height: 100vh;
	}
}