/*支持与服务*/

.banner{
	width: 100%;
	height: 500px;
	background: url(../images/index/fwyzcbanner.png)no-repeat 100%;
}


/*三种服务*/
.service3{
	width: 1200px;
	height: 335px;
	margin: auto;
	margin-top: 80px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 70px;
}

.service3 > div{
	width: 385px;
	height: 100%;
	border: 1px solid #B0B0B0;
}

.service3 > div >img{
	width: 120px;
	height: 120px;
	margin-top: 50px;
	margin-left: 132px;
}

.service3 > div >h6{
	font-size: 28px;
	font-weight: normal;
	text-align: center;
	margin-top:45px ;
}

.service3 > div > p{
	font-size: 18px;text-align: center;
	height: 48px;
	line-height: 48px;
	color: #9b9b9b;
}


/*服务流程*/
.serviceLc{
	width: 885px;
	height: auto;
	margin-left: 400px;
}

.listBox{
	width: 100%;
	height: auto;
	border-left: 1px solid #3a75de;
}

.listBox > h5{
	font-size: 22px;height: 30px;
	line-height: 30px;
	color: #3a75de;
	position: relative;
	padding-left: 30px;
}

.listBox > h5 >span{
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color:#3a75de ;
	color: #FFFFFF;
	text-align: center;
	line-height: 30px;
	position: absolute;
	left: -15px;
}


.listMain{
	width: 800px;
	height: auto;
	margin-left: 80px;
	padding-bottom: 80px;
}

.listMain > p{
	min-height: 22px;
	font-size: 17px;
	margin-top: 20px;
}






































































