/* 关于我们 */
.gsjj{
	height: 778px;
	width: 100%;
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bgs{
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	z-index: -1;
}
.gs_center{
	width: 1300px;
	height: 392px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ds_left{
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
	padding-left: 50px;
}
.ds_right{
	width: 50%;
	height: 100%;
	overflow: hidden;
	position: relative;
}
.ds_tt{
	position: relative;
	font-size: 30px;
	color: #2574bc;
}
.ds_tt::after{
	content: "";
	position: absolute;
	height: 5px;
	width: 40px;
	background-color: #2677bf;
	top: 70px;
	left: 0px;
}
.ds_tt::before{
	content: "ABOUT";
	position: absolute;
	top: 40px;
	color: #8b8c8e;
	font-size: 18px;
}
.ds_dt{
	margin-top: 60px;
	padding-right: 110px;
}
.jsyj{
	width: 100%;
	height: 1022px;
	background-color: #2677bf;
	display: flex;
	align-items: center;
	justify-content: center;
}
.jsyj_c{
	width: 1300px;
	height: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-wrap: wrap;
}
.jsyj_tt{
	font-size: 30px;
	color: #ffffff;
	margin-top: 23px;
	position: relative;
	margin-bottom: 45px;
}
.jsyj_tt::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 5px;
	background-color: #ffffff;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
}
.jsyj_tt::before{
	content: "Technology Vision";
	position: absolute;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	width: 100%;
	height: 1px;
	background-color: #ffffff;
	bottom: -10px;
	left: 0px;
	color: rgba(255,255,255,0.7);
}
.cx_box{
	height: 780px;
	width: 100%;
	background-color: #fff;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.dv_box{
	width: 50%;
	overflow: hidden;
	height: 50%;
	box-sizing: border-box;
	padding: 30px;
}
.dv_box:first-child{
	padding: 0px;
}
.dv_box:last-child{
	padding: 0px;
}
.dv_tt{
	font-size: 22px;
	position: relative;
	text-indent: 15px;
	margin-bottom: 25px;
}
.dv_tt::after{
	content:"";
	position: absolute;
	width: 5px;
	height: 40px;
	background-color: #2677bf;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}
.dv_box p:not(:first-child){
	line-height: 24.5px;
	font-size: 14px;
	color: #000000;
}
.fl_r *{
	text-align: right;
}
.dv_tt_2{
	font-size: 22px;
	position: relative;
	padding-right: 15px;
	margin-bottom: 25px;
}
.dv_tt_2::after{
	content:"";
	position: absolute;
	width: 5px;
	height: 40px;
	background-color: #2677bf;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
}

.zjtd{
	width: 100%;
	height: 787px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.zjtd_c{
	width: 1300px;
	height: 100%;
	padding-top: 50px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: flex-start;
}

.bg_tts{
	font-size: 30px;
	color: #2677bf;
	font-weight: 900;
	position: relative;
	margin-bottom: 40px;
}
.bg_tts::after{
	position: absolute;
	content: "";
	width: 40px;
	height: 5px;
	background-color: #2677bf;
	left: 50%;
	transform: translateX(-50%);
	bottom: -12px;
}
.bg_tts::before{
	content: "Medical team";
	position: absolute;
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	width: 160%;
	height: 1px;
	background-color: #2677bf;
	bottom: -10px;
	left: 50%;
	/*color: #2677bf;*/
	transform: translateX(-50%);
	color: #86888a;
	font-weight: initial;
}

.zj_dd{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}

.yslb{
	width: 100%;
	height: 330px;
	/*background-color: #ddd;*/
	margin-top: 60px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.yss{
	transition: 300ms;
	width: 260px;
	height: 100%;
	box-shadow:0 2px 8px rgba(88, 152, 222,0.35);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	padding: 25px;
	margin-right: 65px;
}
.yss:nth-child(4n){
	margin-right: 0px;
}
.yss:hover{
	transform: translateY(-10px);
	box-shadow:0 8px 18px rgba(88, 152, 222,0.35);
}
.yss img{
	width: 124px;
	height: 124px;
}
.ysmc{
	font-size: 16px;
	color: #131313;
	margin-top: 14px;
}
.yszr{
	font-size: 14px;
	color: #666666;
	margin-top: 6px;
}
.ysjs{
	font-size: 14px;
	color: #999999;
	margin-top: 16px;
}