
.main{
	width: 100%;
	text-align: center;
	overflow: hidden;
	/* background: #e9f6fc;; */
	/*background-size:100% 100% ;*/
}
.main h5{
	font-size: 30px;
	color: #333;
	margin-top: 90px;
	margin-bottom: 10px;
}
.main h6{
	font-size: 20px;
	color: #333;
	font-weight: 100;
}
.main ul{
	display: inline-block;
	
}
.main ul li{
	width: 800px;
	height: 180px;
	border: 1px solid #838bc2;
	border-right:none ;
	border-left:none ;
	position: relative;
	border-bottom:none ;
}
.main ul li span{
	display: flex;
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 2;
	/*background: #e9f6fc;*/
	align-items: center;
	justify-content: center;
}
.main ul li span p b{
	font-weight: normal;
	font-size: 18px;
	color: #555;
	line-height: 1.5;
}
.main ul li span p i{
	font-style: initial;;
	font-size: 44px;
	color: #97cb80;
}
.main ul li span p{
	font-size: 18px;
	color: #555555;
}
.main ul li:nth-child(2n+1)::after{
	content: url(../images/banyuan.png);
	display: inline-block;
	width: 180px;
	height: 180px;
	/*border: 1px solid #838bc2;
	border-radius:50% ;*/
	position: absolute;
	right: -132px;
	top: -37px;
	z-index: 1;
	transform: scale(0.6);
}
.main ul li:nth-child(2n)::after{
	content: url(../images/banyuanzuo.png);
	display: inline-block;
	width: 180px;
	height: 180px;
	/*border: 1px solid #838bc2;
	border-radius:50% ;*/
	position: absolute;
	left: -132px;
	top: -37px;
	z-index: 1;
	transform: scale(0.6);
}

.main ul li:last-child{
	border-bottom: 1px solid #838bc2;
}
.main ul li:last-child::before{
	content:'';
    background-image:url(../images/sun.png);
    background-size:100% 100%;
    position: absolute;
    width:210px;
    height:200px;
    z-index: 100;
    top: 195px;
	left: -195px;
	
}


.main ul li .cloud{
	width: 275px;
	height: 182px;
	background: url(../images/cloud-logo.png) no-repeat;
	position: absolute;
	top: -96px;
	left: -137px;
}
.main ul li .process{
	width: 100px;
	height: 100px;
	text-align: center;
	line-height: 100px;
	color: #fff;
	border-radius:50%;
	background: #fff;
	position: absolute;
	top: 40px;
}
.main ul li .process img{
	width: 100%;
	display: block;;
	border-radius: 50%;
	max-width: 100%;
 }



.main ul li:nth-child(2n) .process{
	left: -132px;
}
.main ul li:nth-child(2n+1) .process{
	right: -132px;
}

.main ul li span p{
	width: 100%;
	display: flex;
	justify-content: space-around;
	align-items: center;
}


.main ul li:nth-child(2n) p i{
	float: left;
}
.main ul li:nth-child(2n) p b{
	float: right;
}
.main ul li:nth-child(2n+1) p i{
	float: right;
}
.main ul li:nth-child(2n+1) p b{
	float: left;
}

.main ul li:first-child p{
	/* display: block; */
}
.main ul li:first-child p i{
	float: none;
}
.main ul li:first-child p b{
	float: none;
}

@media (min-width:820px) and (max-width: 1280px){
	.main div{
		width: 100%;
	}
	.main ul li{
		width: 400px;
	}
	.main ul li p{
		/* display: block!important;  */
	}
	.main ul li p i,.main ul li p b{
		/*float: none !important;*/	
		width: 100%;
	}
	.main ul li:nth-child(2n+1) p i{
		margin-top: 15px;
	}
	.main ul li span{
		position: relative;
		flex-wrap: wrap;
	}
	.main ul li span p{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.main ul li:nth-child(2n) span p{
		flex-direction: column;
	}
}
@media (min-width:768px) and (max-width: 820px){
	.main ul li::after,.main ul li::before{
		display: none!important;
	}
	.main ul li:last-child::before{
		display: block !important;
		content:'';
	    background-image:url(../images/sun.png);
	    background-size:100% 100%;
	    position: absolute;
	    width:130px;
	    height:130px;
	    z-index: 100;
	    top: 225px;
		left: -100px;
	}
	
}
@media screen and (max-width: 799px){
	/*.main ul li{
		width:400px;
	}*/
	
}
@media screen and (max-width: 819px){
	.main ul li::after,.main ul li::before{
		display: none!important;
	}
	.main ul li:last-child::before{
		display: block !important;
		content:'';
	    background-image:url(../images/sun.png);
	    background-size:100% 100%;
	    position: absolute;
	    width:150px;
	    height:150px;
	    z-index: 100;
	    top: 215px;
		left: -20px !important;
	}
	.banner{
		height: 30vw;
	}
	.banner h4{
		font-size: 5vw;
		margin-bottom: 1vw;
	}
	.banner h5{
		font-size: 3vw
	}
	.navigate .right{
		display: none;
	}
	.main ul{
		width: 100%;
	}
	.main ul li{
		width: 100%;
	}
	.main ul li{
		
	}
	.main ul li p{
		display: block;
	}
	.main ul li p i,.main ul li p b{
		/*float: none !important;*/	
		width: 100%;
	}
	.main ul li p i{
		/*float: none !important;*/	
		font-size: 8vw;
	}
	.main ul li span p b{
		line-height: 1.5;
		font-size: 2vw
	}
	.main ul li span .process{
		left: 50% !important;
		top: -60px;
		width: 40px;
		height: 40px;
		top: -52px !important;
		margin-left: -20px;
	}
	
	.main ul li span .cloud{
		top: -280px;
		left: 0;
	}
	.main .bigbig{
		top: 280px !important;
		padding-top: 180px !important;
	}
	.main ul li p i{
		font-size: 28px !important;
		margin: 0 !important;
		margin-bottom: 5px !important;
	}
	.main ul li span p b{
		font-size: 14px;
	}
	.main ul li{
		border: none !important;
	}
}
@media (max-width: 820px) {
	.main .bigbig{
		padding-top: 30px !important;
	}
	.main ul li .cloud{display: none;}
	
	.main ul li{
		height: auto;
		padding: 30px 0 60px;
		position: relative;
	}
	.main ul li .process{
		position: absolute;
		width: 90px;
		height: 90px;
		line-height: 90px;
		top: -100px !important;
	}
	.main ul li span{
		position: relative;
		flex-wrap: wrap;
	}
	.main ul li span p{
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.main ul li:nth-child(2n) span p{
		flex-direction: column;
	}
}







