.content-img-box {
	display: flex;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 4.17vw;
	padding-bottom: 3.13vw;
}

.content-text {
	width: 100vw;
	margin-right: 5.52vw;
	font-size: 0.73vw;
	color: #333333;
	line-height: 1.7vw;
	text-align: justify;
	margin-top: 3.13vw;
}

.content-img img {
	width: 29.74vw;
	height: 20.83vw;
}

.content-text div:first-child {
	margin-bottom: 1.41vw;
}

/* 八个子介绍 */
.content-son-box {
	width: 100%;
	background-color: #f5f8fa;
	padding-bottom: 5vw;
	padding-top: 1.88vw;
}

.content-son {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

.son-box {
	/* width: 15vw; */
	height: 15.1vw;
	margin-top: 1.88vw;
	flex: 1;
	margin: 0 20px 20px 0;
	background-color: #ffffff;
	margin-right: 20px;
	margin-top: 0.83vw;
	width: calc((100% - 160px) / 4);
	min-width: calc((100% - 80px) / 4);
	max-width: calc((100% - 80px) / 4);

	&:nth-child(4n + 4) {
		/* margin-right: 0; */
	}
}

.content-son-img {
	width: 13.96vw;
	height: 9.27vw;
	padding-top: 0.63vw;
	display: flex;
	justify-content: center;
	margin: 0 auto;
}

.content-son-text {
	text-align: justify;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	margin-top: 0.89vw;
	font-size: 0.73vw;
	color: #999999;
	line-height: 1.25vw;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.count {
	font-size: 1.25vw;
	color: #222222;
	font-weight: bold;
}

/* 解决方案 */

.s-content {
	width: 35vw;
	height: 10vw;
	/* height: 100%; */
	margin-top: 2.85vw;
	border: 1px solid #e5e5e5;
	padding-left: 4.11vw;
	padding-right: 3.33vw;
	display: flex;
	align-items: center;
	justify-content: center;
	border-right: none;
	box-shadow: -10px 0px 10px rgba(0, 0, 0, 0.2);
	font-size: 0.73vw;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	line-height: 1.46vw;
}

.s-video {
	width: 23.333vw;
	height: 10.684vw;
	margin-top: 2.57vw;
}

.s-content-box {
	display: flex;
	justify-content: center;
	margin-bottom: 3.542vw;
}

.s-yj {
	width: 65.5vw;
	height: 100%;
	background-color: #f5f5f5;
	margin: 0 auto;
	margin-bottom: 2.5vw;
	display: flex;
	justify-content: center;
}

.yj-title {
	font-size: 1.67vw;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0vw;
	color: #222;
	width: 30%;
	font-weight: bold;
	margin-top: 2.45vw;
	margin-bottom: 2.448vw;
	margin-left: 5.417vw;
	border-right: 0.1vw solid #e5e5e5;
}

.yj-small-title-gray {
	font-size: 1.67vw;
	padding-top: 0.57vw;
	color: #eeeeee;
}

.yj-small-title {
	padding-top: 2.6vw;
	font-size: 0.94vw;
	color: #222;
}

.yj-content {
	width: 70%;
	margin-left: 3.02vw;
}

.yj-big {
	font-size: 0.938vw;
	font-weight: bold;
	color: #333333;
	margin-top: 2.448vw;
}

.yj-small {
	color: #666666;
	font-size: 0.73vw;
	margin-right: 6.25vw;
	margin-top: 2.45vw;
	padding-bottom: 1.667vw;
	line-height: 1.9vw;
	text-align: justify;
}

.lc-title {
	padding-top: 87px;
	color: white;
	font-size: 24px;
	text-align: center;
}

.progress-bar {
	/* width: 530px; */
	margin: auto;
	padding-top: 70px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.progress-bar .node {
	width: 24px;
	height: 24px;
	float: left;
	position: relative;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
}

.progress-bar .action {
	width: 24px;
	height: 24px;
	float: left;
	position: relative;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	cursor: pointer;
	/* background-color: white; */
}

.progress-bar .line {
	float: left;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	width: 100px;
	margin-top: 11px;
}

.progress-bar .node .txt {
	position: absolute;
	font-size: 18px;
	top: -30px;
	width: 200px;
	text-align: center;
	left: 50%;
	margin-left: -100px;
	color: white;
}

.progress-bar .node .core {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 50%;
}

.progress-bar .action .txt {
	position: absolute;
	font-size: 18px;
	top: -30px;
	width: 200px;
	text-align: center;
	left: 50%;
	margin-left: -100px;
	color: white;
}

.progress-bar .action .core {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 3px;
	left: 3px;
	border-radius: 50%;
	background: white;
}

.s-con {
	height: 100%;
	background-color: #f5f5f5;
}

.lc-time {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 5px;
}

.lc-content {
	padding-top: 20px;
}

.lc-big-box {
	margin-right: 20px;
	/* display: flex; */
	display: inline-block;
}

/* 应用模块 */
.apply-box {
	width: 100%;
	background-color: #1a1d25;
	margin-bottom: 0.52vw;
}

.apply-small-box {
	width: 65%;
	margin-left: 17.5%;
	margin-right: 17.5%;
	display: flex;
}

.apply-div {
	width: 25%;
	cursor: pointer;
	padding-bottom: 2vw;
}
.apply-div:hover{
	background-color: #006ebc;
}

.apply-img {
	width: 100%;
	height: 13.44vw;
}

.apply-title {
	font-size: 0.94vw;
	color: #f2f2f2;
	padding-top: 1.46vw;
	padding-left: 1.25vw;
	padding-right: 1.25vw;
}

.apply-content {
	font-size: 0.73vw;
	color: #adbbc8;
	padding-top: 0.83vw;
	padding-left: 1.25vw;
	padding-right: 1.25vw;
	line-height: 1.25vw;
	text-overflow: ellipsis;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	/*规定最多显示两行*/
	overflow: hidden;
}
.gengduo ,.shouqi{
	text-align: center;
	font-size: 0.73vw;
	color: #006ebc;
	padding-top: 1.7vw;
	cursor: pointer;
}