/*banner*/
	#banner{
		margin: 0 auto;
		width: 1550px;
		padding-bottom: 30px;
		overflow: hidden;
	}
	/*介绍标题*/
	.titleProduct{
		overflow: hidden;
		width: 1400px;
		margin: 0 auto;
	}
	.li{
		width: 1300px;
		margin-left: 490px;
		margin-top: 30px;
		overflow: hidden;
	}
	.ProductNav a{
		font-size: 22px;
		color: red;
		text-align: center;
		text-decoration: none;
	}
	.ProductNav a:hover{
		text-decoration: none;
		color: black;
	}
	.line{
		color: red;
		padding: 0 30px;
	}
	#intro{
		width: 1400px;
		margin: 0 auto;
		overflow: hidden;
	}
	/*方案产品内容*/
   .product_content{
	   	width: 1400px;
   		padding: 20px 0;
   		margin-top: 20px;
   		display: flex;
		justify-content: space-between;
   }
	#pBox{
		overflow:hidden;
		display: flex;
		justify-content: space-between;
		color: white;
	}
	.phbox{
		width: 270px;
		height: 570px;
		overflow: hidden;
	}
	.phbox:nth-child(2){
		background-position: -224px 0;
	}
	.phbox:nth-child(3){
		background-position: -448px 0;
	}
	.phbox:nth-child(4){
		background-position: -672px 0;
	}
	.phbox:nth-child(5){
		background-position: -896px 0;
	}
    .phbox img{
    	width: 270px;
    	height: 166px;
    }
    .titleFont{
    	font-size: 20px;
    	color: black;
    	margin-top: 40px;
    	padding: 5px;
    	height: 100px;
    }
	.centerFont{
		color: black;
		font-size: 18px;
		padding: 5px;
		height: 172px;
	}
	.btnMore{
		width: 140px;
		height: 40px;
		margin: 0 auto;
		background: #0c1323;
		text-align: center;
		line-height: 40px;
	}
	.btnMore a{
		text-decoration: none;
		color: white;
		font-size: 16px;
	}
	#item{
		width: 1400px;
		text-align: center;
	}
	#item img{
		width: 1200px;
		height: 800px;
	}
	.margin-right-5{
		margin-right:52px;
		font-size:26px;
	}
	.width-80{
		width:80%;
	}
