/* CSS Document */
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;}

#cate59 { background-color:; font-size:14px; }


#cate59  .mainmenu {  overflow:hidden; margin:8px 8px 0px 0px; display: block;}
#cate59  .mainmenu li { float:left;  width:33.3%;      }

#cate59  .mainmenu li a { display:block; background-color:#FDB779;height:90px;  color:#FFF; margin:0px 0px 8px 8px;  text-align:center;  border-radius:5px ;overflow:hidden; position:relative; text-decoration:none;}
#cate59  .mainmenu li a:active{opacity:0.5}
#cate59  .mainmenu li a img {  width:35px; height:35px; margin-top:15px;   }
#cate59  .mainmenu li a p:first-of-type { display:block;  margin:auto; text-align:center;  line-height:25px; font-size:14px; overflow:hidden; text-overflow:ellipsis; white-space:nowrap}
#cate59  .mainmenu li a p:last-child { display: none;  margin:auto; text-align:center; height:32px; line-height:14px; font-size:12px; overflow:hidden;overflow:hidden; text-overflow:ellipsis; white-space:nowrap }


#cate59  .mainmenu li:nth-child(10n+1){ width:50%; }
#cate59  .mainmenu li:nth-child(10n+1) a{ background:-webkit-gradient(linear, 80% 20%, 10% 21%, from(#13a9b7), to(#01889e)); height:146px; padding:0px; text-decoration:none;}
#cate59  .mainmenu li:nth-child(10n+1) a p:first-of-type{ text-align:center; font-size:18px; margin-top:10px; }
#cate59  .mainmenu li:nth-child(10n+1) a  p:last-child{ display:none;  }
#cate59  .mainmenu li:nth-child(10n+1) a img{ width:75px; height:75px; margin-top:25px;}
#cate59  .mainmenu li:nth-child(10n+2),#cate59  .mainmenu li:nth-child(10n+3){ width:50%;  }
#cate59  .mainmenu li:nth-child(10n+2) a{height:64px; padding-top:5px; background-color:#2b87ee; text-decoration:none; }
#cate59  .mainmenu li:nth-child(10n+3) a{height:64px;padding-top:5px; background-color:#B37FEB; text-decoration:none; }
#cate59  .mainmenu li:nth-child(10n+4),#cate59  .mainmenu li:nth-child(10n+10){ width:66.7%; }

#cate59  .mainmenu li:nth-child(10n+2) img,#cate59  .mainmenu li:nth-child(10n+3) img,#cate59  .mainmenu li:nth-child(10n+4) img{ margin-top:0px;}
#cate59  .mainmenu li:nth-child(10n+4) p:first-of-type{ display:block;}
#cate59  .mainmenu li:nth-child(10n+4) p:last-child{ display:block;}
#cate59  .mainmenu li:nth-child(10n+4) img{/* position:absolute; left:0px; top:0px;  width:auto; height:90px; z-index:1*/width:50px; height:50px;margin-top:15px; }
#cate59  .mainmenu li:nth-child(10n+5) a{ background:#FD899C;}
#cate59  .mainmenu li:nth-child(10n+6) a{ background:-webkit-gradient(linear, 80% 20%, 10% 21%, from(#bf44c1), to(#a903ad));}
#cate59  .mainmenu li:nth-child(10n+8) a{ background-color:#11ac13}
#cate59  .mainmenu li:nth-child(10n+9) a{ background:-webkit-gradient(linear, 80% 20%, 10% 21%, from(#e26743), to(#dc572e));}
#cate59  .mainmenu li:nth-child(10n+10) a{ background:-webkit-gradient(linear, 80% 20%, 10% 21%, from(#c02851), to(#b41a41));}
#cate59  .mainmenu li:nth-child(10n+7) a p:first-of-type{ display:none}
#cate59  .mainmenu li:nth-child(10n+7) img{ margin-top:0px; width: auto;height: 90px;}

.box_swipe {
  overflow: hidden;
  position: relative;
}
.box_swipe ul {
  overflow: hidden;
  position: relative;
}
.box_swipe ul > li {
  float:left;
  width:100%;
  position: relative;
}
.box_swipe ul > li a{
	color:#FFF;
	text-decoration:none;
}
.box_swipe ul > li .title{
	position: absolute;
	bottom: 6px;
	display: block;
	width: 70%;
	height:20px;
	padding:0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color:#FFF;
	z-index:100;
}
.box_swipe>ol{
	height:20px;
	position: relative;
	z-index:10;
	margin-top:-25px;
	text-align:right;
	padding-right:15px;
	background-color:rgba(0,0,0,0.3);
}
.box_swipe>ol>li{
	display:inline-block;
	margin-bottom:1px;
	width:8px;
	height:8px;
	background-color:#757575;
	border-radius: 8px;
}
.box_swipe>ol>li.on{
	background-color:#ffffff;
}

