/*  */

.listPro_item .pro_pic img,
.medical_item .pro_pic img,
.medical_item,
.progress_info {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}

.listPro_item:hover .pro_pic img,
.ser_pic:hover img {
	transform: scale(1.08);
	-webkit-transform: scale(1.08);
	-moz-transform: scale(1.08);
	-o-transform: scale(1.08);
}

/* common */
.side-tit-bar {
	border-color: rgba(13, 68, 168, 0.5);
	border-width: 2px;
}

.side-tit-bar .side-tit {
	color: #000;
}

.web_th .title {
	font-family: 'MyriadPro-Bold';
}

.web_th .brief {
	color: #333;
	font-family: 'Poppins-Regular';
}

.listPro_medical .web_th .brief {
	color: #666;
	font-family: 'MicrosoftPhagsPa';
}


/* listPro_list */
.listPro_list {
	padding: 30px 0 0;
	flex-wrap: wrap;
}

.listPro_list li {
	width: calc((100% - 36px) / 3);
	box-sizing: border-box;
	background: #fff;
	margin-right: 18px;
}

.listPro_list li:nth-child(3n) {
	margin-right: 0;
}

.listPro_item {
	margin-bottom: 24px;
}

.listPro_item .pro_pic {
	padding-bottom: 100%;
	overflow: hidden;
}

.listPro_item .title {
	margin: 14px 0 8px;
	font-size: 18px;
	min-height: 3em;
	line-height: 26px;
	overflow: hidden;
}

.listPro_item:hover .title,
.listPro_item:hover .title a {
	color: #0D44A8;
}

.listPro_item .brief {
	color: #999;
	line-height: 22px;
	font-family: 'MyriadPro-Regular';
	height: 44px;
	overflow: hidden;
}

.listPro_item .brief a {
	color: inherit;
}


@media only screen and (max-width: 12000px) {
	.listPro_item .title {
		min-height: 4.5em;
	}
}

@media only screen and (max-width: 950px) {
	.listPro_list {
		padding-top: 20px;
	}

	.listPro_list li {
		width: 100%;
		margin: 0 0 25px;
	}

	.listPro_list li:last-child {
		margin-bottom: 10px;
	}

	.listPro_item .title {
		height: auto;
	}

	.listPro_item .brief {
		height: auto;
	}
}

/* listPro_intro */
.listPro_intro {}

.listPro_intro .layout {
	align-items: center;
}

.intro_left {
	width: 53%;
}

.intro_right {
	width: 42%;
}

.intro_pic_item {
	background: #fff;
}

.intro_left .pro_pic {
	padding-bottom: 74%;
	overflow: hidden;
}

.intro_right .brief {
	line-height: 1.5;
	margin-top: 3%;
	font-family: 'MicrosoftPhagsPa';
	color: #666;
	/* max-height: 18em; overflow-y: auto; */
}

@media only screen and (max-width: 1200px) {
	.intro_right {
		width: 44%;
	}

	.intro_right .brief {
		/* max-height: 15em; */
	}
}

@media only screen and (max-width: 950px) {
	.listPro_intro {
		padding-top: 30px;
	}

	.listPro_intro .layout {
		flex-wrap: wrap;
	}

	.intro_left {
		width: 100%;
	}

	.intro_right {
		width: 100%;
		margin-top: 20px;
	}

	.intro_right .brief {
		margin-top: 10px;
		max-height: unset;
	}
}


/* listPro_progress */
.listPro_progress {}

.progress_list {
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 40px;
	position: relative;
	margin-top: 10px;
}

.progress_list::before {
	position: absolute;
	top: 0;
	width: 1px;
	left: 50%;
	height: 60px;
	background: #0D44A8;
	content: '';
}

.progress_list::after {
	position: absolute;
	top: 40px;
	left: 16%;
	height: 1px;
	right: 16%;
	background: #0D44A8;
	content: '';
}

.progress_item {
	width: 32%;
	box-sizing: border-box;
	padding: 3% 0 10px;
	position: relative;
}

.progress_item::before {
	position: absolute;
	top: 0;
	width: 1px;
	left: 50%;
	height: 20px;
	background: #0D44A8;
	content: '';
}

.progress_item:nth-child(2)::before {
	height: 0;
}

.progress_item:first-child {}

.progress_info {
	padding: 20px 10px 15px;
	height: 100%;
}

.progress_item .title {
	font-family: 'MyriadPro-Regular';
	font-size: 24px;
	text-align: center;
	text-transform: uppercase;
}

.progress_item .title a {
	color: inherit;
}

.progress_item .brief {
	font-family: 'MicrosoftPhagsPa';
	color: #666;
	text-align: center;
	margin: 30px 0 0;
}

.progress_item:hover .progress_info {
	box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
}

.progress_item:hover .title {
	color: #000;
}

.progress_item:hover .brief {
	color: #333;
}

@media only screen and (max-width: 950px) {
	.progress_list {
		padding-top: 5px;
		margin-top: 0;
	}

	.progress_item {
		width: 100%;
		padding: 12px 0;
	}

	.progress_item .title {
		font-size: 20px;
	}

	.progress_item .brief {
		margin-top: 10px;
	}

	.progress_list::before {
		height: 0;
	}

	.progress_item::before {
		height: 0;
	}

	.progress_list::after {
		height: 0;
	}

	.progress_info {
		box-shadow: 0 3px 12px 0 rgba(0, 0, 0, 0.2);
	}
}


/* listPro_medical */
.listPro_medical {}

.listPro_medical .web_th .title {
	position: relative;
	padding-bottom: 12px;
}

.listPro_medical .web_th .title::before {
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 4px;
	background: #0D44A8;
	width: 76px;
	margin-left: -38px;
	content: '';
}

.medical_inner {
	padding: 3% 0 0;
	position: relative;
}

.medical_inner .swiper-container-horizontal {
	padding: 2px 3px 6px;
}

.medical_inner .swiper-slide {
	height: auto;
	width: 32%;
	margin-top: 95px;
}

.medical_item {
	height: 100%;
	padding: 130px 8% 9%;
	background: #F5F5F5;
}

.medical_item:hover {
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.2);
}

.medical_item .medical_pic {
	width: 190px;
	border-radius: 50%;
	box-sizing: border-box;
	position: absolute;
	left: 50%;
	top: -95px;
	margin-left: -95px;
}

.medical_item .pro_pic {
	padding-bottom: 100%;
	overflow: hidden;
	border-radius: 50%;
}

.medical_item .pro_pic img {}

.medical_item .title {
	font-family: 'MicrosoftPhagsPa-Bold';
	font-size: 20px;
	text-align: center;
}

.medical_item .title a {
	color: inherit;
}

.medical_item .brief {
	line-height: 1.5;
	text-align: center;
	color: #999;
	font-family: 'MicrosoftPhagsPa';
	margin-top: 8px;
}

.medical_item:hover .pro_pic img {
	animation: swing 0.5s;
}

.medical_item:hover .title {
	color: #0D44A8;
}

.medical_item:hover .brief {
	color: #666;
}

.medical-pagination {
	display: none;
}

.medical-prev,
.medical-next {
	width: 26px;
	height: 58px;
	background: #0D44A8;
	color: #fff;
	border-radius: 0;
	line-height: 58px;
	display: none;
}

.medical-next:hover,
.medical-prev:hover {
	background: none;
	color: #14457B;
}

.medical-prev {
	left: -12px;
}

.medical-next {
	right: -12px;
}

.medical-prev::before {
	content: '\f104';
	font-size: 36px;
}

.medical-next::before {
	content: '\f105';
	font-size: 36px;
}

@media only screen and (max-width: 1200px) {
	.medical_inner .swiper-slide {
		margin-top: 75px;
	}

	.medical_item {
		padding-top: 100px;
	}

	.medical_item .medical_pic {
		width: 150px;
		top: -75px;
		margin-left: -75px;
	}

	.listPro_medical .web_th .title {
		padding-bottom: 10px;
	}

	.listPro_medical .web_th .title::before {
		height: 3px;
	}
}

@media only screen and (max-width: 950px) {
	.medical_inner .swiper-slide {
		width: 98%;
	}

	.medical_inner {
		padding: 20px 0 32px;
	}

	.medical_item {
		padding: 90px 15px 20px;
	}

	.medical_item .medical_pic {}

	.medical-prev,
	.medical-next {
		display: none;
	}

	.medical-pagination {
		display: block;
	}

	.listPro_medical .web_th .title::before {
		height: 2px;
	}
}