.pageBaner{
	margin-bottom:30px;
}
.appitem{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:80px 0;
	position:relative;
}
.appitem:after{
	content:'';
	display:block;
	height:20px;
	width:30%;
	background:#eee;
	position:absolute;
	left:0px;
	bottom:-20px;
}
.appitem .left{
	width:55%;
	padding-left:5%;
	padding-right:30px;
}
.appitem .left .num{
	color:#05c700;
	font-size:46px;
	font-weight:500;
}
.appitem .left .num:before{
	content:'';
	display:inline-block;
	height:15px;
	background:#eee;
	width:50px;
	margin-bottom:20px;
}
.appitem .left .title{
	font-size:36px;
	line-height:46px;
	font-weight:700;
	margin-bottom:30px;
}
.appitem .left .desc{
	margin-bottom:35px;
}
.appitem .left .img{
	margin-bottom:50px;
}
.appitem .left .img img{
	max-width:100%;
}
.appitem .right{
	width:45%;
}
.appitem .right img{
	width:100%;
	display:block;
	border-radius:40px 0 0 0;
}

.style2{
	text-align:right;
}
.style2 .left{
	padding-right:5%;
	padding-left:30px;
}
.appitem.style2:after{
	left:auto;
	right:0px;
}
.style2 .right img{
	border-radius:0 40px 0 0;
}



@media screen and (min-width:0px) and (max-width:768px) {
	.appitem{margin:15px 0;}
	.appitem:after{display:none;}
	.appitem .left{width:100%; padding:0 15px;}
	.appitem .right{width:100%;}
	.appitem .left .img{margin-bottom:30px;}
	.appitem .right img{border-radius:0px;}
	.appitem .left .title{font-size:24px;}
}
