@charset "utf-8";

.container{
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}

.top img{
	display: block;
	width: 1848px;
	height: auto;
}

.title-box{
	text-align: center;
	margin-bottom: 80px;
}
.title-box h4{
	margin: 0;
	padding: 0;
	font-size: 34px;
	color: #383838;
	margin-top: 60px;
}
.title-box p{
	font-size: 24px;
	margin: 25px 0;
	color: #969797;
}
.title-box .xian{
	width: 74px;
	height: 7px;
	background: #42b1f3;
	margin: 0 auto;
}
.kapian{
	width: 1396px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	margin-bottom: 100px;
}
.kapian .item{
	width: 212px;
	padding: 75px 48px 40px 48px;
	box-shadow: 0px 4px 11px 0px rgba(166,178,204,0.24);
	border-radius: 6px;
}
.kapian .item .tops{
	border-left: 6px solid #42b1f3;
	margin-bottom: 24px;
	height: 70px;
	width: 100%;
	margin-left: -48px;
}
.kapian .item h4{
	font-size: 24px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}
.kapian .item p{
	font-size: 14px;
	color: #969797;
	line-height: 32px;
}
.kapian .item:nth-child(1) .tops{
	background: url(../images/6.png) no-repeat 48px 6px;
	/*background-size: auto 100%;*/
}

.kapian .item:nth-child(2) .tops{
	background: url(../images/8.png) no-repeat 48px 6px;
	/*background-size: contain;*/
}

.kapian .item:nth-child(3) .tops{
	background: url(../images/10.png) no-repeat 48px 10px;
	/*background-size: auto 100%;*/
}

.kapian .item:nth-child(4) .tops{
	background: url(../images/12.png) no-repeat 48px 10px;
	/*background-size: auto 100%;*/
}
.kapian .item:hover{
	background:url(../images/14.png) no-repeat center;
	background-size: 100% 100%;
	color: #ffffff;
}
.kapian .item:hover p{
	color: #ffffff;
}
.kapian .item:nth-child(1):hover .tops{
	background: url(../images/7.png) no-repeat 48px 6px;
}

.kapian .item:nth-child(2):hover .tops{
	background: url(../images/9.png) no-repeat 48px 6px;
}

.kapian .item:nth-child(3):hover .tops{
	background: url(../images/11.png) no-repeat 48px 10px;
}

.kapian .item:nth-child(4):hover .tops{
	background: url(../images/13.png) no-repeat 48px 10px;
}
.block{
	width: 100%;
}
.hui{
	background: #f5f6f9;
}


.fuwu{
	width: 1396px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
	margin-bottom: 80px;
}
.fuwu .items{
	width: 440px;
	height: 206px;
	box-shadow: 0px 4px 11px 0px rgba(166,178,204,0.24);
	background: #ffffff;
	border-radius: 6px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
}
.fuwu .items img{
	display: block;
	margin-right: 45px;
}
.fuwu .items div h4{
	font-size: 24px;
	color: #464747;
	margin-bottom: 16px;
	margin-top: 0;
}

.fuwu .items div p{
	font-size: 16px;
	color: #858585;
	margin: 0;
}
.fuwu .items:hover{
	box-shadow: 0px 4px 11px 0px rgba(6,78,233,0.28);
}
.fuwu .items:hover *{
	color: #42b1f3;
}

.sdwe{
	margin-bottom: 80px;
}



