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;}
/*cate13*/
#cate13{background-color:rgba(0, 0, 0, 0.5);overflow-x: hidden;margin:0 auto;}
#cate13 .banner img{
    width:100%;
}
#cate13 .swiper-container {
  width: 100%;
  color: #000;
  text-align: center;
  float:left;
  overflow:hidden;
  position:relative;
}
#cate13 .swiper-wrapper{
    float:left;
    position:relative;
    overflow:hidden;
    width:1111%;
    }
#cate13 .swiper-slide{
    float:left;
    overflow:hidden;
    position:relative;
    
}

#cate13 .pagination {
  z-index: 20;
  float:left;
  position:absolute;
  bottom:10px;
  right:20px;
  
}
#cate13 .swiper-pagination-switch {
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #000;
  margin-right: 5px;
  opacity: 0.3;
  float:left;
  border:1px solid #eee;
}
#cate13 .swiper-active-switch {
  background: #fff;
  opacity: 1;
  width: 7px;
  height: 7px;
  border:1px solid #ddd;
}
#cate13 .Category{
    float: left;
    margin: 0 0 5px 2%;
    position: relative;
    width: 96%;
    
    }
#cate13 .Category .cpager{
    float:left;
    position:absolute;
    bottom:5px;
    left:45%;
    }
#cate13 .Category .clist{
    border:1px solid #ccc;
    float:left;
    width:100%;
    position:relative;
    background-color:rgba(255, 255, 255, 0.9);
    border-radius:5px;
    height:auto;
    -moz-box-shadow:0 1px 1px rgba(255, 255, 255, 0.5);
    -webkit-box-shadow:0 1px 1px rgba(255, 255, 255, 0.5);
    box-shadow:0 1px 1px rgba(255, 255, 255, 0.5);
    }
#cate13 .Category .cname{
    font-size: 16px;
    margin: 5px auto;
    text-align: left;
    width: 98%;
    color:#fff;
    }
#cate13 .Category .cname .more{
    float:right;
    font-size:12px;
    color:#fff;
    margin-top:5px;
    }
#cate13 .Category ul{
    float:left;
    width:96%;
    padding:2%;
    }
#cate13 .Category ul li{
    float:left;
    width:29%;
    margin:1% 2%;
    }
#cate13 .Category ul li a{
    float:left;
    width:100%;
    
    }
#cate13 .Category ul li img{
    float:left;
    width:100%;
    border-radius:1000px;
    -webkit-box-shadow:1px 1px 3px #ddd inset;
    }
#cate13 .Category ul li div{
    float:left;
    width:95%;
    border:3px solid #fff;
    border-radius:1000px;
    box-shadow:0px 1px 2px rgba(0, 0, 0, 0.10);
    -webkit-box-shadow:0px 1px 2px rgba(0, 0, 0, 0.10);
    overflow:hidden;
}
#cate13 .Category ul li span{
    float:left;
    width:100%;
    text-align:center;
    font-size:12px;
    line-height:14px;
    height:28px;
    color:#666;
    margin-top:10%;
    overflow:hidden;
    text-overflow: ellipsis;
    }
.copyright{
    color:#fff;
}