.bannerBox{
	width: 100%;
	height: 372px;
	background: #026BCC;
	position: relative;
	overflow: hidden;
	margin-top: 105px;
}
.banner-con{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	position: relative;
	display: table;
}

.banner-con img{
	height: 420px;
	position: absolute;
	right: -220px;
	top: -35px;
}
.banner-con p{
	color: #fff;
}
.banner-con p:nth-child(1){
	font-size: 22px;
	line-height: 48px;
	margin-top: 75px;
}
.banner-con p:nth-child(2){
	font-size: 30px;
}
.tit{
	font-size: 18px;
	color: #666;
	margin: 0;
	line-height: 32px;
	text-align: center;
}
.banner-con p span{
	margin-top: 25px;
	font-size: 40px;
	line-height: 40px;
}
.banner-con>div{
	text-align: center;
	font-size: 30px;
	color: 4e4e4e;
	display: block;
	width: 100%;
	height: 132px;
	line-height: 69px;
	background: #fff;
	position: absolute;
	bottom: -63px;
	left: 0;
	border-radius: 10px 10px 0 0;
}
main{
	width: 100%;
	background: #fff;
	overflow: hidden;
	position: relative;
}
main .content{
	width: 1200px;
	margin: 0 auto 270px;
}
.content .content_top{
	width: 1200px;
	height: 419px;
	background: #414141;
	display: flex;
}
.content .content_top .item{
	width: 300px;
	height: 100%;
	background: #0080E7;
	position: relative;
}
.content .content_top .item p{
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-top: 290px;
}
.content .content_top .item span{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	width: 120px;
	height: 120px;
	
}
.content .content_top .item span:hover img{
	transform: translateX(0px) translateY(0px)  rotate(15deg)
}
.content .content_top span>img{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right:0;
	margin: auto;
	transition: all 1s;
}
.content .content_top .c1{
	background: url(../images/dz_02.png) no-repeat ;
}
.content .content_top .c2{
	background: url(../images/dz_03.png) no-repeat;
}
.content .content_top .c3{
	background: url(../images/dz_04.png) no-repeat;
}
.content .content_top .c4{
	background: url(../images/dz_05.png) no-repeat;
}
.content .content_txt{
	width: 1200px;
	margin: 0 auto;
}
.content .content_txt p{
	font-size: 34px;
	color: #444;
	text-align: center;
	margin-top: 120px;
}
.content .content_txt img{
	display: block;
	margin: 0 auto;
}
.content .content_txt .process_img{
	margin-top: 82px;
}