.banner-solution{
	background: url(../images/banner-solution.jpg) center no-repeat;
}

#solution{
	height: 100%;
	overflow: hidden;
	margin: 50px 5%;	
}

.solution-item{
	width: calc((100% - 40)/2);
	height: 100%;
	margin: 0 40px 40px 0;
	overflow: hidden;
	background: #f1f3f7;
	float: left;
}

.solution-item:hover .learn-more{
	color: #fff;
	background: #0d6cff;
}

.solution-item:nth-child(2n){
	margin-right: 0;
}

.solution-item img{
	width: calc((100% - 40)/2);
}

.solution-item i{
	font-size: 28px;
}

.solution-item h3{
	line-height: 50px;
	padding: 0 15px;
}

.solution-item a{
	position: relative;
}

.solution-item a i{
	color: #fff;
	top: 0;
	left: 0;
	position: absolute;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, .3);
}

.learn-more{
	width: 150px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	display: inline-block;
	background: #fff;
	margin: 0 15px 15px 0;
	float: right;
}

#solution-container{
	height: 100%;
	padding: 40px 0;
	overflow: hidden;
	background: #f1f3f7;
}

#solution-container h1{
	color: #0d6cff;
	font-size: 30px;
	margin: 0 5%;
	font-weight: bold;
	line-height: 80px;
}

#solution-container h1 i{
	font-size: 32px;
	margin-right: 20px;
}

.solution-desc{
	line-height: 30px;
	margin: 0 5% 30px 5%;
}

.solution-advantage, .solution-cases{
	height: 100%;
	overflow: hidden;
	padding: 20px 0;
	margin: 0 5%;
}

.solution-advantage li::before{
	top: 0;
	left: 0;
	z-index: 2;
	content: "";
	width: 20px;
	height: 20px;
	position: absolute;
	background: url(../images/item-tip.png) no-repeat;
}

.solution-advantage li{
	width: calc((100% - 40)/2);
	height: 120px;
	float: left;
	margin: 20px 40px 20px 0;
	padding: 20px;
	background: #fff;
	position: relative;
	z-index: 1;
}

.solution-advantage li:nth-child(2n){
	margin-right: 0;
}

.solution-advantage li span{
	font-size: 18px;
	font-weight: bold;
}

.solution-advantage li div{
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #dbe3eb;
}

.solution-cases li{
	width: 285px;
    height: 100%;
    overflow: hidden;
    float: left;
    margin: 20px 20px 20px 0;
    background: #fff;
    transition: background .2s ease;
}

.solution-cases li:nth-child(5n){
	margin-right: 0;
}

.solution-cases li div{
	line-height: 36px;
	text-align: center;
}


@media (max-width: 960px) {
	#solution{
		width: auto;
		margin: 2rem auto;
	}

	.solution-item{
		width: auto;
		margin: 0 0 1rem 0;
		clear: both;
	}

	.solution-item img{
		width: 100%;
	}

	.solution-item i{
		font-size: 24px;
	}

	.solution-item h3{
		line-height: 4rem;
		padding: 0 1rem;
	}

	.solution-item a i{
		width: 3rem;
		height: 3rem;
		line-height: 3rem;
	}

	#solution-container{
		padding: 1rem 0;
	}

	#solution-container h1{
		font-size: 1.5rem;
		width: 100%;
		line-height: 2em;
	}

	#solution-container h1 i{
		font-size: 2rem;
		margin-right: 1rem;
	}

	.solution-desc{
		width: auto;
		line-height: 30px;
		margin: 0 1rem;
	}

	.solution-advantage, .solution-cases{
		width: auto;
		padding: 1rem;
	}

	.solution-advantage ul, .solution-cases ul{
		width: 100%;
		height: 100%;
		overflow: hidden;
	}

	.solution-advantage li{
		width: calc(100% - 2rem);
		height: 100%;
		overflow: hidden;
		margin: 1rem 0;
		padding: 1rem;
	}

	.solution-cases li{
		width: calc((100% - 1rem)/2);
	    margin: 1rem 1rem 1rem 0;
	}

	.solution-cases li:nth-child(2n){
		margin-right: 0;
	}

	.solution-cases li div{
		font-size: 1rem;
		line-height: 36px;
	}
}