body {
	font-family: "microsoft yahei";
	box-sizing: border-box;
	font-size: 1rem;
}

span {
	font-family: "Montserrat", "Microsoft YaHei", "PingFang SC", "NotoSansSC", "Microsoft JhengHei", Arial;
}

ul li {
	list-style-type: none;
}

.TopLink-about {
	background-color: #f4f7fa;
}

.about-banner {
	background: url(../../assets/banner.jpg) no-repeat center center;
	text-align: center;
	top: 0px;
	color: #fff;
	font-size: 24px;
	line-height: initial;
	height: 430px;
	overflow: hidden;
	position: relative;
}

.banner-content {
	width: 100%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: initial;
}

.banner-content h1 {
	font-size: 48px;
	margin-bottom: 60px;
}

.banner-content-text {
	width: 100%;
	margin: 0 auto;
	/* background: url(/img/case-icon/banner-line.png) no-repeat center bottom; */
}

.banner-content-text-span {
	display: inline-block;
	margin: 10px 12px;
}

.banner-content-text-span::before {
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #fff;
	vertical-align: middle;
	margin-right: 12px;
}

.about-list {
	width: 100%;
	margin-top: 30px;
}

.list-content {
	width: 1370px;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.list-content-item {
	min-height: 480px;
	margin-bottom: 40px;
	border-radius: 3px;
	background-color: #fff;
	overflow: hidden;
	position: relative;
}

.list-img-wrap {
	padding: 0;
	width: 60%;
	height: 100%;
	position: absolute;
}

.list-img-box {
	width: 100%;
	height: 100%;
	min-height: 480px;
}

.list-img-box img {
	width: 100%;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.list-content-wrap {
	padding: 30px 30px;
	width: 40%;
	min-height: 480px;
	float: right;
	position: relative;
}

.list-content-wrap-title {
	font-size: 30px;
	color: #333333;
}

.list-content-intro {
	margin: 24px 0px 10px 0px;
	font-weight: normal;
	font-size: 14px;
	height: 3px;
	background-color: #2268F0;
	width: 48px;
}

.wrapper {
	background-color: #f4f7fa;
}

@media screen and (max-width: 1390px) {
	.list-content {
		width: 1170px;
	}
}

@media screen and (max-width: 1190px) {
	.list-content {
		width: 1170px;
	}
}

@media screen and (max-width: 992px) {
	.list-content {
		width: 750px;
	}
}

@media screen and (max-width: 768px) {
	.list-content {
		width: 750px;
	}
}

@media screen and (max-width: 991px) {
	.list-img-wrap {
		height: 240px;
		position: relative;
		float: none;
		width: 100%;
	}

	.list-img-box {
		min-height: 240px;
	}
}

@media screen and (max-width: 991px) {
	.list-content-wrap {
		padding: 30px 30px 15px 30px;
		min-height: 240px;
		width: 100%;
		float: none;
		position: relative;
		display: inline-block;
		vertical-align: top;
	}
}
