.sec1{
	height: 650px;
	line-height: 550px;
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: center center;
	background-image: url(../images/solution_sec1_bg_web.jpg);
	text-align: center;
	padding-top: 100px;
	transition: all 1s;
	-webkit-transition: all 1s;
	opacity: 0;
	background-size: auto 50%;
}
.sec1.active{
	opacity: 1;
	background-size: auto 100%;
}
.sec1 .text{
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
}
.sec1 h5{
	font-size: 40px;
	color: #fff;
	font-family: 'syl';
	font-weight: lighter;
	margin-bottom: 28px;
}
.sec1 p{
	font-size: 18px;
	color: #fff;
	font-family: 'syl';
	line-height: 2;
}
.sec2{
	padding: 100px 0;
}
.sec2 ul,.sec2 li{
	width: 100%;
}
.sec2 li{
	margin-bottom: 30px;
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	transition: all 1s;
	-webkit-transition: all 1s;
	transform: translateY(-20%);
	-webkit-transform: translateY(-20%);
	opacity: 0;
}
.sec2 li.active{
	transform: translateY(0%);
	-webkit-transform: translateY(0%);
	opacity: 1;
}
.sec2 li:last-child{
	margin-bottom: 0;
}
.sec2 li img{
	height: 400px;
}
.sec2 li .cover{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 3.33%;
}
.sec2 li .cover h3{
	font-size: 80px;
	color: #fff;
	font-family: "itcbk";
	font-weight: normal;
	margin-bottom: 28px;
}
.sec2 li .cover h5{
	font-size: 38px;
	color: #fff;
	font-family: "syl";
	font-weight: lighter;
	margin-bottom: 12px;
}
.sec2 li .cover p{
	font-size: 16px;
	color: #fff;
	font-family: "syl";
	font-weight: lighter;
	line-height: 26px;
}
.sec2 li .cover .btn{
	position: absolute;
	left: 3.33%;
	bottom: 10%;
	font-size: 16px;
	color: #fff;
	text-align: center;
	width: 200px;
	height: 50px;
	line-height: 46px;
	border: 2px solid #fff;
	border-radius: 25px;
}
.sec2 li .cover .btn:hover{
	background-color: #fff;
	color: #1f294c;
}
.sec2 li .cover .btn span{
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-color: #fff #fff transparent transparent;
	display: inline-block;
	vertical-align: text-bottom;
	width: 10px;
	height: 10px;
	transform-origin: 100% 0%;
	-webkit-transform-origin: 100% 0%;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.sec2 li .cover .btn:hover span{
	border-color: #1f294c #1f294c transparent transparent;
}
@media only screen and (max-width:1366px){
}
@media only screen and (max-width:1024px){

}
@media only screen and (max-width:900px){
}
@media only screen and (max-width:768px){
	.sec1{
		height: 28.125rem;
		line-height: 25rem;
		background-image: url(../images/solution_sec1_bg_mobile.jpg);
		padding-top: 3.125rem;
	}
	.sec1 h5{
		font-size: 1.4375rem;
		margin-bottom: 0.75rem;
	}
	.sec1 p{
		font-size: 0.75rem;
	}
	.sec2{
		padding: 2.5rem 0;
	}
	.sec2 li{
		margin-bottom: 0.3125rem;
		border-radius: 0.3125rem;
	}
	.sec2 li img{
		height: auto;
		width: 100%;
	}
	.sec2 li .cover{
		padding: 1.25rem;
	}
	.sec2 li .cover h3{
		font-size: 3.125rem;
		margin-bottom: 1rem;
	}
	.sec2 li .cover h5{
		font-size: 1.375rem;
		margin-bottom: 0.75rem;
	}
	.sec2 li .cover p{
		font-size: 0.75rem;
		line-height: 1.25rem;
	}
	.sec2 li .cover .btn{
		left: 1.25rem;
		bottom: 1.25rem;
		font-size: 0.75rem;
		width: 7.5rem;
		height: 1.875rem;
		line-height: 1.75rem;
		border: 0.0625rem solid #fff;
		border-radius: 0.9375rem;
	}
	.sec2 li .cover .btn span{
		width: 0.5rem;
		height: 0.5rem;
	}
}
@media only screen and (max-width:414px){
}
@media only screen and (max-width:320px){
}