html, body {
	color: #222;
	font-family: Microsoft YaHei, Helvitica, Verdana, Tohoma, Arial, san-serif;
	margin: 0;
	padding: 0;
	text-decoration: none;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
img {
	border: 0;
}
ol, ul {
	list-style: none outside none;
	margin: 0;
	padding: 0;
}
a {
	color: #000000;
	text-decoration: none;
}
.clr {
	display: block;
	clear: both;
	height: 0;
	overflow: hidden;
}
.copyright {
	padding: 8px;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.copyright a {
	color: #666;
}
/*cate18*/
#cate18 {
	background-color: #000;
	overflow-x: hidden;
	margin: 0 auto;
}
#nav {
	float: none;
	width: 100%;
}
#scroller li p {
	display: none;
}
#wrapper {
	position: fixed;
}
#indicator {
	position: fixed;
	left: 0;
	text-align: center;
	bottom: 200px;
	margin: 0;
	width: 100%;
}
#indicator > li {
	display: inline-block;
	float: none;
}
#indicator > li.active {
	background: #cccccc;
}
#cate18 .mainbg {
	width: 100%;
	position: fixed;
	z-index: 1
}
#cate18 .mainbg img {
	width: 100%;
}
.device {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: fixed;
	left: 0;
	right: 0;
	top: 40%;
	z-index: 99;
	background-image: -webkit-linear-gradient( rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
}

.swiper-container {
	height: 585px;
	width: 90%;
	text-align: center;
	margin: 0 auto;
}
.content-slide {
	padding: 10px 10px 10px 10px;
	color: #fff;
	height: 100%;
	margin: 0 auto;
	text-align: center;

}
.content-slide>a {
	width: 29%;
	float: left;
	text-align: center;
	color: #FFffff;
	overflow: hidden;
	background-color: rgba(0,0,0, 0.3);
	padding: 10px 1%;
	margin:1% 1%;
	border-radius:8px;
}
.title {
	font-size: 12px;
	margin-top: 3px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 900;
}
.ico img {
	width: 40px;
	height: 40px;
	border-radius: 0;
}
.pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 7px;
	width: 100%;
	z-index: 100;
}
.swiper-pagination-switch {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #999;
	box-shadow: 0px 1px 2px #555 inset;
	margin: 0 4px;
	cursor: pointer;
}
.swiper-active-switch {
	background: #fff;
}
.device {
	background-image: none;
}
