/* 第三行 */

.solutions {
	width: 100%;
	padding-top: 109px;
	padding-bottom: 1px;
	background: #f9f9f9;
	display: block;
}

.solutions_mid {
	width: 1248px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;

}

.solutions_mid_b {
	width: 1248px;
	margin: 65px auto;
	display: flex;
}

.solutions_mid_b li {
	width: 375px;
	float: left;
	margin-right: 61px;
}



.solutions_mid_b_t1 {
	font-size: 15px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #A0A0A0;

}

.solutions_mid_b_t2 {
	margin-top: 30px;
	margin-bottom: 35px;
	font-size: 23px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #020202;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;

}


.solutions_mid_b_t3 {
	width: 375px;

	font-size: 15px;

	font-weight: 400;
	color: #A0A0A0;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	overflow: hidden;
}


.solutions_mid_b_t4 {

	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #CC0000;
	line-height: 39px;
	margin-top: 52px;
	text-transform: uppercase;

}



.solutions_mid_b li:last-child {
	margin-right: 0;
}

.solutions_mid_left {
	width: 538px;
}

.solutions_mid_right {
	width: 680px;
	height: 534px;

}

.solutions_mid_right video {
	width: 680px;
	height: 538px;
	background: #000;
}

.solutions_mid_left_tit1 {
	font-size: 23px;
	font-weight: 400;
	color: #454545;
	text-transform: uppercase;
	line-height: 25px;
	width: 100%;
}

.solutions_mid_left_tit2 {
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #020202;
	margin-top: 44px;
	font-weight: bold;
}

.solutions_mid_left_tit3 {
	width: 524px;

	font-size: 15px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #A0A0A0;
	line-height: 25px;
	margin-top: 44px;
	margin-bottom: 44px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	/*截取4行*/
	text-overflow: ellipsis;
	overflow: hidden;
}

.solutions_mid_left_img {
	width: 537px;
	height: 267px;
	position: relative;
	overflow: hidden;
}

.solutions_mid_left_img .div1 {
	width: 537px;
	height: 267px;
	background: url(./../../../static/images/pnghui.png);
	position: absolute;
	left: -537px;
	top: 0;
	transition: all .3s;

}

.solutions_mid_left_img .div1 h4 {
	font-size: 23px;
	color: #fff;
	text-align: center;
	padding-top: 168px;

	font-weight: bold;
}

.solutions_mid_left_img img {
	width: 537px;
	height: 267px;
	object-fit: cover;
}

.solutions_mid_left_img:hover .div1 {
	width: 537px;
	height: 267px;
	background: url(./../../../static/images/pnghui.png);
	position: absolute;
	left: 0;
	top: 0;

}
	.jishuzhichi{display: none;}

@media screen and (max-width: 768px) {

	.solutions {
		display: none;
	}

	.jishuzhichi {
		width: 100%;
		display: block;
		background: #f9f9f9;
	}

	.jishuzhichi_video {
		width: 100%;
		height: 455px;
	}

	.jishuzhichi_video video {
		width: 100%;
		height: 455px;
		background: #000000;
	}

	.jishuzhi_top {
		width: 90%;
		margin: 60px auto 50px auto;
	}

	.jishuzhi_top_tit1 {
		font-size: 12px;
		font-weight: 400;
		color: #454545;
		text-transform: uppercase;
		line-height: 25px;
		width: 100%;
	}

	.jishuzhi_top_tit2 {
		font-size: 20px;
		font-family: Microsoft YaHei;
		font-weight: 400;
		color: #020202;
		margin-top: 10px;
		font-weight: bold;
	}

	.jishuzhi_top_tit3 {

		font-size:12px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #A0A0A0;
		line-height: 35px;
		margin-top: 40px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.jishuzhi_top_titimg {

		width: 100%;
		position: relative;
		height: 168px;
		margin-top: 30px;
	}

	.jishuzhi_top_titimg .div {
		width: 100%;
		height: 168px;
		background: url(../images/pnghui.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: 100% auto;
		position: absolute;
		left: 0;
		top: 0;
		display: none;
	}

	.jishuzhi_top_titimg .div h4 {
		font-size: 20px;

		font-weight: bold;
		color: #FFFFFF;
		text-align: center;
		width: 100%;
		padding-top: 120px;		display: none;
	}

	.jishuzhi_top_titimg img {

		width: 100%;
		height: 168px;
		object-fit: cover;
	}

	.solutions_mid_bwap {
		width: 100%;
		margin: 0px auto 65px auto;
		display: flex;
	}

	.solutions_mid_bwap li {
		width: 375px;
		margin: 41px auto;

	}



	.solutions_mid_bwap_t1 {
		font-size: 15px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #A0A0A0;

	}

	.solutions_mid_bwap_t2 {
		margin-top: 30px;
		margin-bottom: 35px;
		font-size: 23px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #020202;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;

	}


	.solutions_mid_bwap_t3 {
		width: 375px;

		font-size: 15px;

		font-weight: 400;
		color: #A0A0A0;
		line-height: 25px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 5;
		text-overflow: ellipsis;
		overflow: hidden;
	}


	.solutions_mid_bwap_t4 {

		font-size: 18px;
		font-family: SourceHanSansCN;
		font-weight: 400;
		color: #CC0000;
		line-height: 39px;
		margin-top: 52px;
		text-transform: uppercase;

	}
}