.content_img,
.content_img img {
	width: 100%;
	height: 450px;
}
.content_img{
	position: relative;
}
.content_imgtxt{
	position: absolute;
	left: calc(50% - 700px);
	top: calc(50% - 60px);
}
.content_imgtxt p{
	font-size: 32px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 66px;
}
.servicebox{
	text-align: center;
}
.servicebox p{
	font-size: 20px;
	font-family: Microsoft YaHei-Regular, Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 38px;
	text-align: left;
}
.servicetitle{
	font-size: 32px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	color: #000000;
	margin: 48px auto 60px;
	text-align: center;
}

.service_text{
	text-indent: 2em;
}
.servicetitle2margin{
	margin: 43px 0 39px;
}

.serviceimg2{
	width: 60%;
	height: 60%;
	margin: 39px auto 104px;
}
.content{
display: flex;
justify-content: space-between;
margin-top: 30px;
}
.content .contente_left{
	width: 824px;
}
.content .contente_left .serviceimg1{
	width: 100%;
}
.content .contente_right{
	width: 567px;
}
.content .contente_right .right_top ul{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
}
.content .contente_right .right_top li{
	width:180px ;
	background-color: #F0F0F0;
	margin-bottom: 24px;
	height: 48px;
   line-height: 48px;
   font-size:18px;
	}
.servicetitle2{
	font-size: 24px;
	font-family: FZZZHONGJW--GB1-0-, FZZZHONGJW--GB1-0;
	font-weight: normal;
	color: #0A64AA;
	margin-bottom: 28px;
	text-align: left;
}
.explain{
	margin-top: 40px;
	display: flex;
	justify-content: center;
	height: 20px;
	align-items: center;
	/* background: pink; */

}
.explain span:nth-child(1){
	color:#0057A9;
	font-size: 20px;
	margin-right: 10px;
}
.explain img{
	height: 17px;
	margin-right: 10px;
}
.explain p{
	margin-right: 20px;
	font-size: 20px;
	color:#0057A9;

}
