@charset "utf-8";
/* CSS Document */

.pc-main-wrapper{
	width:960px;
	margin: 0 auto;
	
}
.pc-main-wrapper .pc-title{
	height:135px;
	background:#e60012;
}
.pc-main-wrapper .pc-title ul{
	padding-top:20px;	
	}
.pc-main-wrapper .pc-title ul li{
	color:#FFF;
	font-size:40px;
	text-align:center;
	}
.pc-main-wrapper .pc-title ul li img{ 
 padding:18px 0px  0px 15px; 
 text-align:center;
	}
.pc-wrapper
{ 
}
.pc-wrapper ul
{
	overflow: hidden;
	display:flex;
	float:left;
	justify-content:space-between;
	flex-wrap:wrap;
	margin:20px 0px 0px 0px;
	text-align:center;


}
.pc-wrapper ul li{
	width:225px;
	height:311px;
	background:#FFF;
	display:block;
    margin-bottom: 25px;
	float:left;
	margin-right: 20px;
	}
	
.pc-wrapper ul li img{
	width:225px;	
	}
