
/* CSS Document */ 
*{ margin:0; padding:0;}
body{font-size:14px; font-family:"Microsoft Yahei","微软雅黑",Verdana, Geneva, sans-serif; background:#fff;}
p,ul,li,ol,h1,h2,h3,h4,h5,h6{ margin:0; padding:0;}
ul,li,ol{ list-style:none;}
img{max-width:100%; border:none;-moz-object-fit:cover;-ms-object-fit:cover;-o-object-fit:cover;-webkit-object-fit:cover;object-fit:cover;}
li>a{display:block;color:inherit;}
a{ text-decoration:none; color:#000;}
.clear{ clear:both;}
.fl{float:left;}.fr{float:right;}
.h10{height:10px; width:100%; clear:both;}.h20{height:20px; width:100%; clear:both;}
.h30{height:30px; width:100%; clear:both;}.h60{height:60px; width:100%; clear:both;}
.radius{border-radius:5px; -webkit-border-radius:5px;-moz-border-radius:5px;-ms-border-radius:5px;-o-border-radius:5px;}
.clear{both:clear;}
.pages{clear:both; margin:0 auto; text-align:center;}
.pages>a,.pages>b{display: inline-block;padding: 0.2em 1em;margin: 0.5em;background: rgb(202, 202, 202);}
.pages>a:hover,.pages>b{background:rgb(115,115,115); color:#fff;}

/* 背景样式 */
.bg{position:fixed; left:0; top:0; width:100%; height:100%; background-position:50% 50%; background-repeat:no-repeat; background-size:cover; overflow:hidden;}
.bg2{position:fixed; width:100%; height:100%; background-position:0 0; background-repeat:repeat; overflow:hidden; background-attachment:scroll;}

/* 图片-banner位置 */
.img-banner{width:100%; height:auto; margin:0 auto; clear:both;}

/* 颜色风格1 */
body .color1>li:nth-child(9n+1)>a{ background-color:rgba(210,170,84,0.9); color:#fff;}
body .color1>li:nth-child(9n+2)>a{ background-color:rgba(108,160,182,0.9); color:#fff;}
body .color1>li:nth-child(9n+3)>a{ background-color:rgba(129,165,93,0.9); color:#fff;}
body .color1>li:nth-child(9n+4)>a{ background-color:rgba(209,109,82,0.9); color:#fff;}
body .color1>li:nth-child(9n+5)>a{ background-color:rgba(109,108,168,0.9); color:#fff;}
body .color1>li:nth-child(9n+6)>a{ background-color:rgba(196,126,184,0.9); color:#fff;}
body .color1>li:nth-child(9n+7)>a{ background-color:rgba(120,180,135,0.9); color:#fff;}
body .color1>li:nth-child(9n+8)>a{ background-color:rgba(210,84,145,0.9); color:#fff;}
body .color1>li:nth-child(9n+9)>a{ background-color:rgba(160,113,99,0.9); color:#fff;}

/* 颜色风格1-文字 */
body .color1-p>li:nth-child(9n+1)>a p{ background-color:rgba(210,170,84,0.9); color:#fff;}
body .color1-p>li:nth-child(9n+2)>a p{ background-color:rgba(108,160,182,0.9); color:#fff;}
body .color1-p>li:nth-child(9n+3)>a p{ background-color:rgba(129,165,93,0.9); color:#fff;}
body .color1-p>li:nth-child(9n+4)>a p{ background-color:rgba(209,109,82,0.9); color:#fff;}
body .color1-p>li:nth-child(9n+5)>a p{ background-color:rgba(109,108,168,0.9); color:#fff;}
body .color1-p>li:nth-child(9n+6)>a p{ background-color:rgba(196,126,184,0.9); color:#fff;}
body .color1-p>li:nth-child(9n+7)>a p{ background-color:rgba(120,180,135,0.9); color:#fff;}
body .color1-p>li:nth-child(9n+8)>a p{ background-color:rgba(210,84,145,0.9); color:#fff;}
body .color1-p>li:nth-child(9n+9)>a p{ background-color:rgba(160,113,99,0.9); color:#fff;}

/* 颜色风格1-边框 */
body .color1-border>li:nth-child(9n+1)>a{ border:rgba(210,170,84,0.9) 1px solid;}
body .color1-border>li:nth-child(9n+2)>a{ border:rgba(108,160,182,0.9) 1px solid;}
body .color1-border>li:nth-child(9n+3)>a{ border:rgba(129,165,93,0.9) 1px solid;}
body .color1-border>li:nth-child(9n+4)>a{ border:rgba(209,109,82,0.9) 1px solid;}
body .color1-border>li:nth-child(9n+5)>a{ border:rgba(109,108,168,0.9) 1px solid;}
body .color1-border>li:nth-child(9n+6)>a{ border:rgba(196,126,184,0.9) 1px solid;}
body .color1-border>li:nth-child(9n+7)>a{ border:rgba(120,180,135,0.9) 1px solid;}
body .color1-border>li:nth-child(9n+8)>a{ border:rgba(210,84,145,0.9) 1px solid;}
body .color1-border>li:nth-child(9n+9)>a{ border:rgba(160,113,99,0.9) 1px solid;}


/* 背景 */
.shadow li a{box-shadow:0 3px 3px #666;-webkit-box-shadow:0 3px 3px #666;-moz-box-shadow:0 3px 3px #666;-ms-box-shadow:0 3px 3px #666;-o-box-shadow:0 3px 3px #666;}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px; }
.pagination > li {
    display: inline; }
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #337ab7;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px; }
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eeeeee;
    border-color: #ddd; }
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
    cursor: default; }
/* 边框 */
.border li a{border:1px solid #e1e1e1;}