/* .solution .title {
    padding: 88px 0 50px;
    font-size: 28px;
    text-align: center;
}

.solution .bg-container {
    position: relative;
    height: 575px;
    margin-bottom: 50px;
}

.solution .bg-container .bg {
    position: absolute;
    left: 50%;
    top: 0;
    width: 1650px;
    height: 575px;
    transform: translateX(-50%);
    object-fit: cover;
}

.solution a img {
    width: 176px;
    height: 132px;
    object-fit: cover;
}

.solution .laojiufanxin {
    position: absolute;
    top: 39px;
    left: 145px;
    object-fit: cover;
}

.solution .gongye {
    position: absolute;
    top: 17px;
    left: 373px;
    object-fit: cover;
}

.solution .jiaoyu {
    position: absolute;
    top: 50px;
    left: 693px;
    object-fit: cover;
}

.solution .shangpinfang {
    position: absolute;
    top: 200px;
    left: 232px;
    object-fit: cover;
}

.solution .zhengce {
    position: absolute;
    top: 368px;
    left: 249px;
    object-fit: cover;
}


.solution .yiliao {
    position: absolute;
    top: 368px;
    left: 556px;
    object-fit: cover;
} */

/* 场景解决方案 */
.solution .scenarioSolutions {
	width: 100%;
}
.solution .scenarioSolutions h2 {
	margin: 0;
	padding: 10px 0 30px;
	color: #333333;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	line-height: 40px;
}
.solution .scenarioSolutions .lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: -10px;
	margin-bottom: 50px;
}
.solution .scenarioSolutions .lists .item {
	margin-top: 10px;
} 
.solution .scenarioSolutions .lists .item .img {
	position: relative;
	/* width: 338px;
	height: 246px; */
}
.solution .scenarioSolutions .lists .item img {
	vertical-align: top;
	width: 332px;
	height: 246px;
}
.solution .scenarioSolutions .lists .item .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
} 
.solution .scenarioSolutions .lists .item .descTop {
	width: 42px;
	height: 15px;
	background:  url('../images/common/scenario_solutions_border.png') no-repeat 0 0;
	background-size: 100% 100%;
}
.solution .scenarioSolutions .lists .item .descTitle {
	height: 44px;
	background: rgba(255, 255, 255, 0.8);
	font-size: 18px;
	color: #333333;
	text-align: center;
	line-height: 44px;
} 
.solution .scenarioSolutions .lists .item .img:hover .descTop {
	background:  url('../images/common/scenario_solutions_border_hover.png') no-repeat 0 0;
}
.solution .scenarioSolutions .lists .item .img:hover .descTitle {
	background: #00388B;
	color: #fff;
}