

.banner{
	background-image: url(../images/solution_list_banner_bg.jpg);
}

.wrap{
	background-color: #fff;
	padding: 4.27% 0 2.03125%;
	text-align: center;
}
.wrap h3{
	font-size: 28px;
	color: #333;
	font-weight: bold;
	line-height: 1.57;
}
.wrap .line{
	width: 50px;
	height: 2px;
	background-color: #ac1a2f;
	margin: 1.0435% auto 4.35%;	
}
.wrap ul{
	-webkit-display: flex;
	-webkit-align-items: stretch;
	-webkit-justify-content: space-between;
	-webkit-flex-direction: row;
	-webkit-flex-wrap: wrap;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap;
}
.wrap li{
	margin-bottom: 5.22%;
	width: 48.7%;
	border-bottom: 4px solid #ac1a2f;
	-webkit-transform: translateY(25%);
	transform: translateY(25%);
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.wrap li.actived{
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.wrap .img-box{
	overflow: hidden;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.wrap .text-box{
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
	padding: 9.2857% 0 11.07%;
}
.wrap .text-box h5{
	font-size: 20px;
	color: #ac1a2f;
	font-weight: bold;
	margin-bottom: 2.857%;
}
.wrap .text-box p{
	font-size: 14px;
	color: #555;
	line-height: 1.4286;
	height: 5.7144em;
	margin-bottom: 1.07%;
}
.wrap .text-box .more{
	position:relative;
	z-index:1;
	overflow:hidden;
	display: inline-block;
	font-size:14px;
	color:#333;
	letter-spacing:1px;
	line-height: 1;
	text-transform:uppercase;
	border: 1px solid #414141;
	padding:0.714em 1.5em 0.714em 1.5em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.wrap .text-box .more:hover{
	padding-left: 0.857em;
	padding-right: 2.143em;
	color: #fff;
	border-color: #ac1a2f;
}
.wrap .text-box .more::before{
	content: "";
	background:rgba(0,0,0,0);
	width:0;
	height:100%;
	position:absolute;
	left:0;
	top:0;
	z-index:-1;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.wrap .text-box .more:hover::before{
	width:100%;
	background: #ac1a2f;
}
.wrap .text-box .more::after{
	font-family:FontAwesome;
	content:  "\f178";
	position:absolute;
	right:-1.5em;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.wrap .text-box .more:hover::after{
	right: 0.857em;
}
@media only screen and (max-width:1024px) {

	.wrap{
		padding: 2.5rem 0 1.25rem;
	}
	.wrap h3{
		font-size: 1.25rem;
	}
	.wrap .line{
		width: 1.5625rem;
		margin: 1rem auto 2rem;	
	}
	.wrap li{
		margin-bottom: 1.5rem;
		border-bottom: 2px solid #ac1a2f;
	}
	.wrap .text-box{
		padding: 1.5rem 0;
	}
	.wrap .text-box h5{
		font-size: 0.875rem;
		margin-bottom: 1rem;
	}
	.wrap .text-box p{
		font-size: 0.625rem;
		margin-bottom: 1rem;
		padding: 0 1.5em;
	}
	.wrap .text-box .more{
		font-size: 0.625rem;
	}
}