/*首页产品中心*/
.con{
	/*width:1200px;*/
	height:auto;
	margin:0 auto;
}
.sycpzxbox ul{
	display: flex;
	justify-content: space-between;
	margin-left: 3px;
}

.sycpzxbox{width:100%;max-width:2256px;background:#e1e1e1;height:480px;padding-bottom: 15px;}
.sycpzxbox h1{text-align:center;font-size:33px;padding:40px 0;color:#1e4066;}

.sycpzxbox ul li{float:left;width:23.22%;margin-right:20px;}
.sycpzxbox ul li a p:hover{color:#1e4066;}
.sycpzxbox ul li img{width:100%;}
.sycpzxbox ul li:nth-child(3){margin-right:0px;}
.sycpzxbox ul li a p{font-size:25px;text-align:center;color:black;margin:20px 0;}
