html {
	min-width: 75px;

}

body {
	background-color: #f4f4f4;

	font-family: 'Source Han Sans', 'PingFang SC', 'Microsoft YaHei', 'sans-serif';

}

.w1200 {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	min-width: 1200px;
}

.w1920 {
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	min-width: 1200px;
	position: relative;
}

.header {
	height: 100px;
	background-color: #fff;
	display: flex;
}

.header-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.header-logo {
	width: 449px;
	height: 50px;

}

.header-container-right {
	display: flex;
	color: rgba(34, 151, 137, 1);
	font-size: 20px;
	font-weight: 700;
}

.header-container-right-left {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}

.header-container-right-left-bottom {
	text-align: center;
	margin-top: 10px;
}

.header-container-right-right-top {
	display: flex;
	align-items: center;

}

.header-container-right-right {
	margin-left: 40px;
	display: flex;
	flex-direction: column;


}

.header-container-right-right-top-text {
	margin-left: 17px;
}

.header-container-right-right-bottom {
	display: flex;
	align-items: center;
	margin-top: 10px
}

.header-container-right-right-bottom-text {
	margin-left: 17px;

}

.one-group {

	max-width: 1920px;
	min-width: 1200px;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;

}

.one-group-box {
	width: 1200px;

	/* background-color: red; */
	position: absolute;
	bottom: 0;

	overflow: hidden;
}

.one-group-box-title {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 52.13px;
	color: rgba(34, 151, 137, 1);
	margin-top: 80px;
	margin-left: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 90%;
}

.one-group-box-text {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 23.17px;
	color: rgba(0, 0, 0, 1);
	margin-left: 60px;
	margin-top: 40px;
	margin-right: 50px;
	text-align: left;
	word-break: break-all;

	overflow: hidden;
	display: -webkit-box;
	/* 将对象作为弹性伸缩盒子模型显示 */
	-webkit-line-clamp: 10;
	/* 行数，值可以改，表示展示X行后多余的缩略展示 */
	-webkit-box-orient: vertical;
	/* 设置或检索伸缩盒对象的子元素的排列方式 */
	word-break: break-all;
}

.one-group-img {
	width: 100%;
}

.one-group-detai {
	position: relative;

}

.one-group-swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: rgba(128, 128, 128, 1);
}

.one-group-swiper-pagination .swiper-pagination-bullet-active {

	background: rgba(255, 255, 255, 1);
}

.one-group-detail-img {
	width: 1200px;

	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1;
}

/* 医院概况 */
.two-group {
	background-color: #fff;
	margin-top: 25px;
}

.two-group-title {
	color: black;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding-top: 40px;
}

.two-group-line {

	margin-top: 25px;
	display: flex;
	justify-content: center;
	position: relative;
}

.two-group-bottom-line {
	width: 600px;
	height: 2px;
	background-color: rgba(229, 229, 229, 1);
}

.two-group-top-line {
	width: 100px;
	height: 4px;
	background-color: rgba(255, 167, 26, 1);
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	border-radius: 2px;
}

.two-group-container {
	position: relative;
}

.two-group-grid {
	margin-top: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.two-group-grid-item {
	width: 370px;
	margin-bottom: 20px;
}


.two-group-grid-item-img {
	width: 370px;
	height: 230px;
}

.two-group-grid-item-bottom {
	width: calc(100% - 24px);
	height: 200px;
	margin-top: 10px;
	padding: 10px;

	border: 1px solid rgba(229, 229, 229, 1);
}

.two-group-grid-item-title {

	font-size: 18px;
	font-weight: 700;
	height: 40px;
	word-break: break-all;
}

.two-group-grid-item-text {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	word-break: break-all;

}


/* 门诊服务流程 */
.three-group {
	background-color: rgba(229, 229, 229, 1);
	margin-top: 25px;

}

.three-group-title {
	color: rgba(2, 147, 129, 1);
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding-top: 40px;
}

.three-group-line {

	margin-top: 25px;
	display: flex;
	justify-content: center;
	position: relative;
}

.three-group-bottom-line {
	width: 600px;
	height: 2px;
	background-color: #fff;
}

.three-group-top-line {
	width: 100px;
	height: 4px;
	background-color: rgba(255, 167, 26, 1);
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	border-radius: 2px;
}

.three-group-swiper {
	position: relative;
	overflow: hidden;

}

.three-group-swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: rgba(128, 128, 128, 1);
}

.three-group-swiper-pagination .swiper-pagination-bullet-active {

	background: rgba(255, 255, 255, 1);


}

.three-group-grid {

	margin-top: 60px;
	display: flex;
	justify-content: center;
	padding: 40px;
}

.three-group-grid-item {
	width: 230px;
	height: 310px;
	margin-bottom: 35px;
}

.three-group-grid-item-step {
	width: 40px;
	height: 40px;
	background-color: rgba(2, 147, 129, 1);
	font-size: 24px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 40px;
	margin: 0 auto;
}

.three-group-grid-item-title-img {
	position: relative;
}

.three-group-grid-item-img {
	width: 230px;
	height: 40px;
	margin-top: 10px;
}

.three-group-grid-item-title {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 2px;

	width: 100%;
	text-align: center;
}

.three-group-grid-item-text {
	margin-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 20px;
	border-left: 2px solid rgba(2, 147, 129, 1);
	height: 200px;
	word-break: break-all;
	white-space: pre-line;
}

.three-group-grid-item:last-child .three-group-grid-item-text {
	border-right: 2px solid rgba(2, 147, 129, 1);
}

/* 看诊范围 */
.four-group {
	background-color: rgba(2, 147, 129, 1);
	margin-top: 25px;
}

.four-group-title {
	color: black;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding-top: 40px;
	color: #fff;
}

.four-group-line {

	margin-top: 25px;
	display: flex;
	justify-content: center;
	position: relative;
}

.four-group-bottom-line {
	width: 600px;
	height: 2px;
	background-color: #fff;
}

.four-group-top-line {
	width: 100px;
	height: 4px;
	background-color: rgba(255, 167, 26, 1);
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	border-radius: 2px;
}

.four-group-grid {
	margin-top: 100px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.four-group-grid-item {
	width: calc(100% / 2 - 40px);

	margin-bottom: 75px;
	display: flex;

}

.four-group-grid-item-img {
	width: 40px;
	height: 40px;

}

.four-group-grid-item-right {
	flex: 1;
	display: flex;
	align-items: center;

}

.four-group-grid-item-right-title {
	padding-left: 10px;
	margin-left: 20px;
	color: #fff;
	font-size: 24px;
	font-weight: 400;
	letter-spacing: 0px;
	border-left: 1px solid rgba(75, 196, 182, 1);
	height: 26px;
	word-break: break-all;
}

.four-group-grid-item-right-text {
	margin-top: 10px;
	padding-left: 20px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 18px;
	color: rgba(255, 255, 255, 1);
	height: 54px;
	word-break: break-all;
}

/* 医生介绍 */
.five-group {
	background-color: rgba(229, 229, 229, 1);
	margin-top: 25px;
}

.five-group-title {
	color: black;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding-top: 40px;
	color: rgba(56, 56, 56, 1);
}

.five-group-line {

	margin-top: 25px;
	display: flex;
	justify-content: center;
	position: relative;
}

.five-group-bottom-line {
	width: 600px;
	height: 2px;
	background-color: #fff;
}

.five-group-top-line {
	width: 100px;
	height: 4px;
	background-color: rgba(255, 167, 26, 1);
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	border-radius: 2px;
}

.five-group-grid {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.five-group-grid-item {
	width: 540px;
	height: 300px;
	padding: 20px;

	border-radius: 5px;
	background: rgba(255, 255, 255, 1);
	display: flex;
}

.five-group-grid-item-left {
	width: 260px;
	height: 300px;
	border-radius: 5px;
	border: 1px solid #eee;
	background-color: #eee;
}

.five-group-grid-item-right {
	flex: 1;
	margin-left: 30px;
	overflow-y: auto;
}

.five-group-grid-item-right-name {
	font-size: 20px;
	font-weight: 700;
	color: rgba(2, 147, 129, 1);
}

.five-group-grid-item-right-title {
	font-size: 14px;
	font-weight: 400;
	color: black;
	margin-top: 5px;
	word-break: break-all;
}

.five-group-grid-item-right-detail {
	display: flex;
	/* align-items: center; */
	margin-top: 10px;
	/* margin-bottom: 30px; */
}

.five-group-grid-item-right-detail-text {
	margin-left: 10px;
	font-size: 14px;
	/* font-weight: 700; */
	flex: 1;
	word-break: break-all;
}

.five-group-grid-item-right-bottom {
	font-size: 14px;
	font-weight: 700;
	margin-top: 15px;
	display: flex;
}

.five-group-grid-item-right-bottom-text {
	font-size: 14px;
	font-weight: 400;
	flex: 1;

	overflow: hidden;
	/* display: -webkit-box; */
	/* 将对象作为弹性伸缩盒子模型显示 */
	/* -webkit-line-clamp: 6; */
	/* 行数，值可以改，表示展示X行后多余的缩略展示 */
	/* -webkit-box-orient: vertical; */
	/* 设置或检索伸缩盒对象的子元素的排列方式 */
	word-break: break-all;
}


.five-group-swiper {
	overflow: hidden;
	position: relative;
	margin-top: 70px;
}

.five-group-swiper-wrapper {
	width: 100% !important;
	height: 820px;
}

.five-group-swiper-slide {
	/* width: 100% !important; */
	width: 580px !important;
	height: 340px;

}

.five-group-swiper-pagination {
	bottom: 20px !important;
}

.five-group-swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: rgba(128, 128, 128, 1);

}

.five-group-swiper-pagination .swiper-pagination-bullet-active {

	background: rgba(255, 255, 255, 1);
}


/* 特色技术 */
.six-group {
	background-color: white;
	margin-top: 25px;
}

.six-group-title {
	color: black;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding-top: 40px;
	color: rgba(56, 56, 56, 1);
}

.six-group-line {

	margin-top: 25px;
	display: flex;
	justify-content: center;
	position: relative;
}

.six-group-bottom-line {
	width: 600px;
	height: 2px;
	background-color: rgba(229, 229, 229, 1);
}

.six-group-top-line {
	width: 100px;
	height: 4px;
	background-color: rgba(255, 167, 26, 1);
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	border-radius: 2px;
}

.six-group-content {
	position: relative;
	margin-top: 70px;
	padding-bottom: 100px;
}

.six-group-content-img {
	width: 100%;
	height: 458px;
}

.six-group-content-text {
	width: 320px;
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(2, 147, 129, 1);
	word-break: break-all;
}

.six-text-1 {
	position: absolute;
	top: 5px;
}

.six-text-2 {
	position: absolute;
	top: 5px;
	right: 0;

}

.six-text-3 {
	position: absolute;
	top: 120px;
}

.six-text-4 {
	position: absolute;
	top: 120px;
	right: 5px;
	text-align: right;
}

.six-text-5 {
	position: absolute;
	top: 232px;
}

.six-text-6 {
	position: absolute;
	top: 232px;
	right: 5px;
	text-align: right;
}

.six-text-7 {
	position: absolute;
	top: 342px;
}

.six-text-8 {
	position: absolute;
	top: 342px;
	right: 5px;
	text-align: right;
}

.six-text-9 {
	position: absolute;
	top: 460px;
}

.six-text-10 {
	position: absolute;
	top: 460px;
	right: 5px;
	text-align: right;
}

/* 仪器设备 */
.seven-group {
	background-color: rgba(2, 147, 129, 1);
	margin-top: 25px;
}

.seven-group-title {
	color: black;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding-top: 40px;
	color: #fff;
}

.seven-group-line {

	margin-top: 25px;
	display: flex;
	justify-content: center;
	position: relative;
}

.seven-group-bottom-line {
	width: 600px;
	height: 2px;
	background-color: rgba(229, 229, 229, 1);
}

.seven-group-top-line {
	width: 100px;
	height: 4px;
	background-color: rgba(255, 167, 26, 1);
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	border-radius: 1px;
}

.seven-group-content {
	margin-top: 60px;
	padding-bottom: 88px;
}

.seven-group-content-item {
	position: relative;
	height: 520px;
}

.seven-group-content-item-background {
	width: 900px;
	height: 520px;
	background-color: rgba(1, 120, 106, 1);
	float: right;
}

.seven-group-content-item-center {
	display: flex;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.seven-group-content-item-center-img {
	width: 540px;
	height: 360px;
	/* border: 5px solid rgba(61, 169, 164, 0.7);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25); */
}

.seven-group-content-item-center-right {
	flex: 1;
	margin-left: 60px;
	padding-right: 40px;
}

.seven-group-content-item-center-right-name {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0px;
	color: #fff;
}

.seven-group-content-item-center-right-line {
	width: 40px;
	height: 0px;
	opacity: 1;
	margin-top: 10px;
	border-bottom: 4px solid rgba(61, 169, 164, 1);
}

.seven-group-content-item-center-right-text {
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 0px;
	line-height: 28.96px;
	color: rgba(255, 255, 255, 1);
	margin-top: 10px;
	word-break: break-all;
}

.seven-group-swiper {
	position: relative;
	overflow: hidden;
}

.seven-group-swiper-pagination {
	bottom: 20px !important;
}

.seven-group-swiper-pagination .swiper-pagination-bullet {
	width: 20px;
	height: 20px;
	background: rgba(255, 255, 255, 1);
}

.seven-group-swiper-pagination .swiper-pagination-bullet-active {

	background: rgba(255, 255, 255, 0.7);
	width: 60px;
	border-radius: 10px;

}

/* 国际高端商保直付 */
.eight-group {
	background-color: white;
	margin-top: 25px;
}

.eight-group-title {
	color: black;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding-top: 40px;
	color: black;
}

.eight-group-line {

	margin-top: 25px;
	display: flex;
	justify-content: center;
	position: relative;
}

.eight-group-bottom-line {
	width: 600px;
	height: 2px;
	background-color: rgba(229, 229, 229, 1);
}

.eight-group-top-line {
	width: 100px;
	height: 4px;
	background-color: rgba(255, 167, 26, 1);
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	border-radius: 2px;
}

.eight-group-content {
	/* margin-top: 56px; */
	padding-bottom: 95px;
}

.eight-group-content-title {
	font-size: 36px;
	font-weight: 700;
	letter-spacing: 0px;
	color: rgba(17, 122, 186, 1);
	margin-bottom: 30px;
	padding-top: 30px;
}

/* 国际合作 */
.nine-group {
	background-color: white;
	margin-top: 25px;
}

.nine-group-title {
	color: black;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding-top: 40px;
	color: black;
}

.nine-group-line {

	margin-top: 25px;
	display: flex;
	justify-content: center;
	position: relative;
}

.nine-group-bottom-line {
	width: 600px;
	height: 2px;
	background-color: rgba(229, 229, 229, 1);
}

.nine-group-top-line {
	width: 100px;
	height: 4px;
	background-color: rgba(255, 167, 26, 1);
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	border-radius: 2px;
}

.nine-group-content {
	margin-top: 60px;
	padding-bottom: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.footer {
	text-align: center;
	padding-bottom: 40px;
	background-color: white;
	padding-top: 40px;
}

.footer-address {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 28px;
	color: rgba(0, 0, 0, 1);
}

.footer-search {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 28px;
	color: rgba(128, 128, 128, 1);
}

.footer-telphone {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0px;
	line-height: 28px;
	color: rgba(74, 128, 8, 1);
	white-space: pre-line;
}

/* 中心特色 */
.central-features {
	background-color: white;
	margin-top: 25px;
}

.central-features-title {
	color: black;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding-top: 40px;
	color: black;
}

.central-features-line {

	margin-top: 25px;
	display: flex;
	justify-content: center;
	position: relative;
}

.central-features-bottom-line {
	width: 600px;
	height: 2px;
	background-color: rgba(229, 229, 229, 1);
}

.central-features-top-line {
	width: 100px;
	height: 4px;
	background-color: rgba(255, 167, 26, 1);
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	border-radius: 2px;
}

.central-features-grid {
	display: grid;
	margin-top: 60px;
	grid-template-columns: repeat(2, 1fr);
}

.central-features-grid-item {
	width: 550px;
	margin-bottom: 50px;
}

.central-features-grid-item-img {
	width: 550px;
	height: 319px;
	object-fit: cover;
	overflow: hidden;
}

.central-features-grid-item-title {
	font-size: 24px;
	font-weight: 700;
	display: flex;
	justify-content: center;
	margin-top: 10px;

}


/* 二维码 */
.qrcode-groud {
	position: fixed;
	right: 10px;
	bottom: 100px;
	z-index: 100;
}

.qrcode-groud-one {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
	width: 195px;
	height: 195px;
	border-radius: 25px;
	background-color: white;
}

.qrcode-groud-one-title {
	font-size: 16px;
	font-weight: 700;
	padding: 0px 35px;
	text-align: center;

}

.qrcode-groud-one-img {
	width: 150px;
	height: 150px;
}

/* 感谢信 */
.thank-you-letter-group {
	background-color: white;
	margin-top: 25px;
	padding-bottom: 50px;
}

.thank-you-letter-group-title {
	color: black;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	padding-top: 40px;
	color: rgba(56, 56, 56, 1);
}

.thank-you-letter-group-line {

	margin-top: 25px;
	display: flex;
	justify-content: center;
	position: relative;
}

.thank-you-letter-group-bottom-line {
	width: 600px;
	height: 2px;
	background-color: rgba(229, 229, 229, 1);
}

.thank-you-letter-group-top-line {
	width: 100px;
	height: 4px;
	background-color: rgba(255, 167, 26, 1);
	position: absolute;
	left: 50%;
	top: -1px;
	transform: translateX(-50%);
	border-radius: 2px;
}

.thank-you-letter-group-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 15px;
	margin-top: 50px;

}

.thank-you-letter-group-content-item {
	width: 390px;
	height: 590px;
}