.log-banner {
	width: 100%;
	height: 620px;
	background: url('../img/medical_banner_bg.png') no-repeat center;
	background-size: 100% 100%;
	color: #fff;
}

.web-content-1 {
	background: #f0f8fe;
	height: 462px;
}

.web-content-1 .title {
	font-size: 32px;
	padding-top: 60px;
}

.web-content-1 .wrap {
	margin-top: 10px;
}

.web-content-1 .left-desc {
	flex: 1;
	margin-right: 60px;
	line-height: 27px;
}

.web-content-1 .left-desc span {
	color: #387df4;
}

.web-content-1 .img {
	width: 585px;
	height: 295px;
}

.web-content-1 .img img {
	display: block;
	width: 100%;
	height: 100%;
}

/* 核心功能 */
.web-content-2 ul li {
	width: 585px;
	height: 200px;
	border: 1px dashed #e9e9e9;
	padding: 30px;
	margin-bottom: 30px;
	transition: 0.3s;
}

.web-content-2 ul li:hover {
	transform: translateY(-10px);
}

.web-content-2 ul li:nth-child(1) {
	background: url('../img/global_2.png') no-repeat center;
	background-size: 100% 100%;
}

.web-content-2 ul li:nth-child(2) {
	background: url('../img/global_2_on.png') no-repeat center;
	background-size: 100% 100%;
}

.web-content-2 ul li:nth-child(3) {
	background: url('../img/global_2_on.png') no-repeat center;
	background-size: 100% 100%;
}

.web-content-2 ul li:nth-child(4) {
	background: url('../img/global_21.png') no-repeat center;
	background-size: 100% 100%;
}

.web-content-2 ul li .img {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}

.web-content-2 ul li .img img {
	margin-right: 25px;
}

.web-content-2 ul li:nth-child(1) .tit {
	color: #333333;
	font-size: 18px;
	text-align: start;
}

.web-content-2 ul li:nth-child(2) .tit,
.web-content-2 ul li:nth-child(3) .tit {
	color: #ffffff;
	font-size: 18px;
	text-align: start;
}

.web-content-2 ul li:nth-child(4) .desc {
	color: #666666;
	font-size: 14px;
	text-align: start;
}

.web-content-2 ul li:nth-child(2) .desc,
.web-content-2 ul li:nth-child(3) .desc {
	color: #ffffff;
	font-size: 14px;
	text-align: start;
}

/* 产品优势 */
.web-content-3 {
	background: url('../img/bljADV001.png') no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.web-content-3 .log-2-title {
	margin-top: 60px;
}

.view-column {
	max-width: 1180px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.tpm-faq__item {
	padding: 0 40px;
	margin-bottom: 40px;
	-webkit-font-smoothing: antialiased;
}

.tpm-faq__item-hd {
	cursor: pointer;
	position: relative;
	padding-right: 36px;
}

.tpm-faq__item-hd:hover .tpm-faq__item-title {
	color: #0052d9;
}

.tpm-faq__item-title {
	font-weight: 500;
	font-size: 16px;
	color: #000;
	line-height: 28px;
}

.tpm-faq__item-icon {
	position: absolute;
	right: 0;
	top: 2px;
	width: 16px;
	height: 16px;
	background-image: url('../img/fire_advantage02.png');
	transition: all 0.3s ease-in-out;
}

.tpm-faq__item.is-open {
	padding: 40px 40px 24px;
	background-color: F0F8FE;
	box-shadow: 0px 4px 16px 0px rgba(56, 125, 244, 0.15);
	border-radius: 4px;
}

.tpm-faq__item.is-open .tpm-faq__item-icon {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.tpm-faq__item-bd {
	margin-top: 10px;
}

.tpm-rich-text {
	line-height: 24px;
	font-size: 14px;
	color: #495770;
	-webkit-font-smoothing: antialiased;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

.tpm-rich-text .ts-p {
	line-height: 24px;
	font-size: 14px;
}

.tpm-faq__item-bd {
	display: none;
}

.hide {
	display: block;
}

/* 应用场景 */
.global-content-4 {
	padding-bottom: 70px;
}

.global-content-4-main {
	padding: 40px 30px;
	background: #f6f6f6;
	box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.06);
}

.global-content-4-main .tit {
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}

.global-content-4-main p {
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin: 20px 0 30px;
}

.global-content-4-img {
	display: block;
	width: 776px;
	height: 523px;
	margin: 0 auto;
}

/* 用户价值 */
.web-content-5 {
	text-align: center;
	height: 607px;
	background: url('../img/user_value_bg.png') no-repeat center;
	background-size: 100% 100%;
	overflow: hidden;
}

.web-content-5 img {
	display: block;
	width: 1150px;
	height: 430px;
	margin: 0 auto;
}

@media only screen and (max-width: 1440px) {
	.web-content-1 {
		height: 380px;
	}

	.web-content-1 .title {
		font-size: 28px;
		padding-top: 30px;
	}

	.web-content-1 .wrap {
		margin-top: 20px;
	}

	.web-content-1 .left-desc {
		line-height: 22px;
		margin-right: 40px;
	}

	.web-content-1 .img {
		width: 354px;
		height: 202px;
	}

	.web-content-2 ul li {
		width: 420px;
		padding: 30px;
		margin-bottom: 30px;
		transition: 0.3s;
	}

	.web-content-5 {
		height: 510px;
	}

	.web-content-5 img {
		width: 100%;
		height: 360px;
	}
}

@media only screen and (max-width: 1280px) {
	.log-2-title {
		margin: 40px auto;
	}

	.web-content-1 {
		height: 420px;
	}

	.web-content-1 .img {
		height: 180px;
	}


	.web-content-2 ul li {
		width: 385px;
		height: 215px;
	}

	.global-content-4-img {
		width: 673px;
		height: 462px;
	}

	.web-content-5 {
		height: 400px;
	}

	.web-content-5 img {
		width: 100%;
		height: 300px;
	}

	@media only screen and (max-width: 1024px) {
		.web-content-1 {
			height: 380px;
		}

		.log-2-title {
			font-size: 26px;
		}



		.web-content-1 .title {
			font-size: 22px;
			padding-top: 20px;
		}



		.web-content-1 .left-desc {
			font-size: 14px;
			margin-right: 20px;
		}

		.web-content-1 .img {
			width: 250px;
			height: 143px;
		}

		.web-content-2 ul li {
			width: 304px;
			height: 271px;
		}

		.global-content-4-img {
			width: 576px;
			height: 371px;
		}

		.web-content-5 {
			height: 350px;
		}

		.web-content-5 img {
			width: 100%;
			height: 250px;
		}
	}
}