.banner{
	width: 100%;
	height: auto;
}
.crumbs{
	width: 100%;
	height: 40px;
	line-height: 40px;
	background: #f7f7f7;
}
.crumbs-content{
	width:1200px;
	margin: 0 auto;
}
.crumbs-content img{
	display: inline-block;
	margin-top: -4px;
}
.crumbs-content a,.crumbs-content span{
	color: #999;
	margin-left: 10px;
	font-size: 14px;
}
.crumbs-content a:hover{
	color: #4A87E7;
}
.content{
	width:1200px;
	margin:30px auto 0;
	overflow: hidden;
	position: relative;
}
.system{
	overflow: hidden;
}
.system li{
	float: left;
	width: 140px;
	text-align: center;
	border-right: 2px solid #666666;
	font-size: 14px;
	color: #666666;
	height: 14px;
	line-height: 14px;
	cursor: pointer;
}
.system li:last-child{
	border-right: none;
}
.system .actived{
	color: #325597;
}
.hide{
	display: none;
}
.summary>div{
	display: none;
}
.summary .summary-banner{
	overflow: hidden;
	display: block;
}
.summary-img{
	width: 520px;
	float: right;
	text-align: center;
	padding:30px 20px;
}
.summary-img img{
	width:100%;
	height: auto;
}
.summary-describe{
	/*float: right;
	width: 630px;*/
	text-align: left;
	padding-top: 30px;
}
.summary-describe p{
	text-indent: 2em;
	font-size: 14px;
	color: #666666;
}
.summary-describe>h3{
	font-size: 18px;
	color:#333;
	text-align: center;
	font-weight: 600;
	padding: 10px 0;
}
.summary-describe h2{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
	margin: 10px 0;
}
.summary-describe img{
	width:80%;
	height: auto;
}