/* 领先科技 */

/* 研发实力 */
.strength .strength-card {
	width: 100%;
	height: 200px;
	margin-bottom: 1.875rem;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.strength .col-12:nth-of-type(4) .strength-card,
.strength .col-12:nth-of-type(1) .strength-card {
	background: #DCF3F4;
}

.strength .col-12:nth-of-type(3) .strength-card,
.strength .col-12:nth-of-type(2) .strength-card {
	background: #EFEFEF;
}

.strength .strength-card .strength-right {
	flex: 1;
	padding: 0 20px;
	cursor: pointer;
}

.strength .strength-card .strength-right .title {
	font-size: 80px;
	color: #12B87F;
	letter-spacing: 0;
	font-weight: bold;
	cursor: pointer;
}

.strength .strength-card .strength-right .tips {
	font-weight: 400;
	font-size: 16px;
	color: #333333;
	letter-spacing: 0;
}

.strength .strength-card .strength-left {
	width: 200px;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
}

.strength .strength-title {
	font-weight: 500;
	font-size: 20px;
	color: #FFFFFF;
	letter-spacing: 0;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

@media (max-width: 575.98px) {
	.strength .strength-title {
		font-size: 16px;
	}
}

/* 三电系统集成 */
.three-system .is-mobile {
	display: none;
}

.three-system .no-mobile {
	display: block;
}

@media (max-width: 767.98px) {
	.three-system .is-mobile {
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.three-system .no-mobile {
		display: none;
	}
}

/* 智能驾驶 */
.intelligent-driving {
	position: relative;
}

.intelligent-driving .intelligent-driving-title {
	position: absolute;
	color: #fff;
	margin: 0;
	bottom: 15px;
	left: 30px;
}

/* 充换电技术 */
.chonghuandianjishu {
	padding: 15px;
	background: #DDF3F4;
	width: 100%;
	height: 100%;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.chonghuandianjishu .title {
	font-size: 18px;
	font-weight: bold;
	text-align: left;
	flex:1;
	margin-left:10px;
}

.chonghuandianjishu img {
	width: 90%;
	margin: 0 auto;
}

.chonghuandianjishu .data-ul {
	width: 100%;
	list-style: none;
	display: flex;
	align-items: center;
	margin-top: 20px;
}

.chonghuandianjishu .data-ul li {
	text-align: center;
	width: 50%;
}

.chonghuandianjishu .data-ul li .data-value {
	font-size: 32px;
	color: #12B87F;
	margin: 0;
	font-weight: bold;
}

.chonghuandianjishu .data-ul li .data-label {
	font-size: 20px;
	margin: 0;
}