body{
	background:#f5f5f5;	
}
.nav-content{
	background:#fff;
}
.main{
	width:1200px;
	margin:0 auto;
}
.banner{
	display:block;
	width:100%;
	min-width:1200px;
	max-width:1500px;
	margin:0 auto 50px;
}
.school-nav{
	height:50px;
}
.menu{
	border-bottom:1px solid #bfbfbf;
	height:50px;
	text-align:center;
	width:100%;
	vertical-align:top;
	box-sizing:border-box;
	background:#f5f5f5;
	z-index:2;
	padding-top:10px;
}
.menu li{
	float:left;	
	width:155px;
	position:relative;
}
.menu li a{
	font-size:18px;
	color:#333;
	height:40px;
	width: 100%;
	display:inline-block;
}
.menu li+li:before{
	content:"|";
	color:#bfbfbf;
	position:absolute;
	left:0;
}
.menu li a:hover,.current{
	color:#e91b05 !important;
	border-bottom:2px solid #e91b05;
}

.concept,.school,.item,.case{
	margin-top:40px;
}
.concept{
	background:#fff;
}
.concept-title,.school-title,.item-title,.case-title{
	border-bottom:1px solid #bfbfbf;
}
.concept-title h2,.school-title h2,.item-title h2,.case-title h2{
	font-size:20px;
	color:#333;
	display:inline-block;
	border-bottom:2px solid #e91b05;
	line-height:40px;
	padding-left:60px;
	position:relative;
}
.concept-title h2:before{
	content:'';
	background:url(../../image/www/1F.png);
	width:55px;
	height:34px;
	position:absolute;
	left:0;
}
.idea-p{
	margin-top:25px;
	padding:50px;
	line-height:30px;
	text-align:justify;
	font-size:16px;
	color:#333;
	text-indent:40px;
}
.concept q{
	color:#0958ce;
	font-size:26px;
	line-height:40px;
}
.idea-list{
	display:block;
	width:1160px;
	height:210px;
	margin:40px auto 0;
}
.idea-list li{
	float:left;
	width:224px;
	height:200px;
}
.idea-list li+li{
	margin-left:10px;
}
.idea-list p{
	font-size:18px;
	text-align:center;
	margin-top:10px;
}
.school-title h2:before{
	content:'';
	background:url(../../image/www/2F.png);
	width:55px;
	height:34px;
	position:absolute;
	left:0;
}
.schools{
	margin-top:25px;
}
.schools dl{
	width:285px;
	height:490px;
	overflow:auto;
	display:inline-block;
	background:#fff;
	box-sizing:border-box;
	text-align:center;
	border:1px solid #bfbfbf;
	vertical-align:top;
}
.schools dl+dl{
	margin-left:15px;
}
.schools dt{
	background:#0958ce;
	color:#fff;
	line-height:60px;
	font-size:20px;
}
.schools dd{
	line-height:42px;
	border-bottom:1px solid #bfbfbf;
	color:#333;
}
.items{
	height:820px;
}
.item-title h2:before{
	content:'';
	background:url(../../image/www/3F.png);
	width:55px;
	height:34px;
	position:absolute;
	left:0;
}
.items>img{
	margin-top:20px;
}
.items-content{
	margin-top:10px;
}
.items-content>li{
	float:left;	
	width:386px;
	height:390px;
	margin-top:20px;
	position:relative;
	overflow:hidden;
}
.items-content>li:nth-child(2),.items-content>li:nth-child(5){
	margin:20px 21px 0;
}
.items-content li img{
	width:386px;
	height:270px;
}
.items-content li p{
	position:absolute;
	height:40px;
	line-height:40px;
	width:100%;
	top:230px;
	background:rgba(0,0,0,0.25);
	color:#fff;
	text-align:center;
	font-size:18px;
}
.details{
	height:120px;
	color:#333;
	padding-top:15px;
	box-sizing:border-box;	
}
.details h2{
	font-size:24px;
	text-align:center;
}
.details h3{
	margin-top:8px;
	font-weight:normal;
	font-size:18px;
	line-height:30px;
}
.case-title h2:before{
	content:'';
	background:url(../../image/www/4F.png);
	width:55px;
	height:34px;
	position:absolute;
	left:0;
}
.cases ul{
	margin-top:20px;
	overflow:auto;
}
.cases ul li{
	float:left;
	margin-bottom:30px;
	width:380px;
	height:350px;
}
.cases ul li:hover{
	box-shadow: 0px 0px 10px 5px #cccccc;
	-webkit-box-shadow: 0px 0px 10px 5px #cccccc;
	-moz-box-shadow: 0px 0px 10px 5px #cccccc;
}
.cases ul li img{
	width:380px;
	height:280px;
}
.cases ul li:nth-child(2),.cases ul li:nth-child(5),.cases ul li:nth-child(8){
	margin:0 25px 30px;
}
.cases ul li p{
	background:#fff;
	height:70px;
	padding:20px 10px 0;
	color:#333;
	font-weight:bold;
	font-size:14px;
}