.sqxzjc_main{
	width: 1206px;
		margin: 0 auto;
	margin-top: 53px;
	box-sizing: border-box;
	border: 1px solid #93c4f1;
	padding: 1px;

}
.sqxzjc_banner{
	width: 100%
}
.sqxzjc_banner img{
	width: 100%;
}
.sqxzjc_box{
	width: 100%;
	margin-top: 82px;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 35px;
}
.sqxzjc_icon img{
	width:23%;
}
.sqxzjc_box ul{
	width: 110%;
	overflow: hidden;
	padding-bottom: 30px;
}
.sqxzjc_box ul li{
	float:left;
	box-sizing: border-box;
	width: 354px;
	height: 128px;
	line-height: 128px;
	border-radius: 5px;
	border: 1px solid #b7cee3;
	margin-right: 36px;
	margin-bottom: 50px;
	background: #f3f9ff;
}
.sqxzjc_box ul li a{
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
}
.sqxzjc_box ul li a div{
	display: inline-block;
	margin: 0 auto;
}
.sqxzjc_text{
	font-size: 20px;
	color: #333;
	margin-left: 34px;
}

@media screen and (max-width: 1024px){
	.sqxzjc_main{
		width: 100%;
	}
	.sqxzjc_box ul{
		width: 100%;
		display: flex;
		flex-wrap:wrap;
		justify-content: space-between;
	}
	.sqxzjc_box ul li{
		width: 40%;
	}
	.sqxzjc_main {
	    width: 94%;
	}
	

}
@media screen and (max-width: 520px){
	.sqxzjc_box{
		margin-top: 40px;
	}
	.sqxzjc_box ul{
		display: block;
	}
	.sqxzjc_box ul li{
		width: 100%;
		height: 100px;
		line-height: 100px;
	}
	.sqxzjc_box ul li a{
		text-align: center;

	}
	.sqxzjc_box ul li a .sqxzjc_icon{
		display: inline-block;
	}
	.sqxzjc_icon{
		width: 25%;
	}
	.sqxzjc_icon img {
	    width: 100%;
	}
	.sqxzjc_text{
		font-size: 1.16rem;
		margin-left: 11px;
	}
}