.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;
}
.category{
	overflow: hidden;
	width: 1198px;
	height: 50px;
	line-height: 50px;
	background: #fafafa;
	border:1px solid #e5e5e5;
	border-radius: 25px;
}
.category li{
	float: left;
	position: relative;
	z-index: 2;
	height: 100%;
	width: 120px;
	text-align: center;
	border-radius: 25px;
	font-size: 16px;
	color:#333;
}
.category li:hover{
	/*color:#fff;*/
	cursor: pointer;
}
.category li.current a{
	color:#fff;
	position: relative;
}
.category li.current a:hover{
	color:#fff;
	position: relative;
}
.category li.current:after{
	content:'';
	display: block;
	width: 100%;
	height:50px;
	top:0;
	background:#325597;
	position:absolute;
	z-index:-1;
	border-radius: 25px;
}
.hide{
	display: none;
	overflow: hidden;
	margin-top: 40px;
}
.sort-all{
	margin-top: 40px;
	overflow: hidden;
}
.sort-all-one{
	width: 345px;
	border:1px solid #dee0e4;
	float: left;
	display: block;
	margin:10px 30px 10px 23px;
}
.sort-all-one:hover{
	box-shadow:  0 0 10px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
	-ms-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
	-o-box-shadow: 0 0 10px 5px rgba(0,0,0,0.3);
}
/*.sort-all-one:nth-child(3n){
	margin-right: 0;
}*/
.sort-all-one img{
	width:100%;
}
.one-title{
	display: block;
	font-size: 20px;
	color: #333333;
	padding: 15px 18px;
}
.one-titlecn{
	display: block;
	font-size: 14px;
	color: #666666;
	padding: 0px 18px 15px;
}
.page{
	float: right;
	overflow: hidden;
	margin:40px 0 60px;
	display: none;
}
.page>a{
	display: block;
	height: 25px;
	line-height: 25px;
	border:1px solid #c9c9c9;
	padding: 0 9px;
	float: left;
	margin-right: 10px;
}
.page>a:hover{
	color: #333;
}
.actived{
	background: #325990;
	border:1px solid #325990;
	color:#fff;
}
.page .actived:hover{
	color:#fff;
}
.back-top{
	position: fixed;
	right: 10px;
	bottom:100px;
	display: none;
}