@charset "utf-8";
/* CSS Document */
*{padding:0;
  margin:0;
  font-family: "微软雅黑"}

h1,h2,h3,h4,h5,h6{font-weight: normal;}

a{text-decoration:none;}

ul,li{text-decoration:none;
      list-style: none;}

.clearfix{clear:both;}

.top{width:100%;
     padding:30px 0;}

.top .left{float: left;
           margin-left:24px;}

.top .left img{display:block;}

.top .right{float: right;
            margin-right:20px;}

.top .right img{display:block;}

.nav{width:100%;}

.nav ul{width: 100%;
        background-color:#c71617;}

.nav ul li{float:left;
           width: 25%;
           text-align: center;
           margin-top: 2px;}

.nav a{font-size:20px;
        color:#fff;
        line-height: 45px;
        font-weight:bold;}



.number{margin:0 auto;
	    margin-top:47px;
	    width:257px;}
.number .pagination li{
  float:left;
}
.number .pagination .active{
  background:red;
}

.number a{display: inline-block;
	         color: #999;
             font-size: 15px;
             width: 42px;
             line-height:42px;
	         border-radius:5px;
	         text-align: center;
             border: 1px solid #e1e1e1;}

.number .on{border:1px solid #c71617;
    background-color:#c71617;
    color:#fff;}

.number a:hover{border:1px solid #c71617;
    background-color:#c71617;
    color:#fff;}

.number span{display: inline-block;
	         color: #999;
             font-size: 15px;
             width: 60px;
             line-height:42px;
	         border-radius:5px;
	         text-align: center;
             border: 1px solid #e1e1e1;}

.number span:hover{border:1px solid #c71617;
    background-color:#c71617;
    color:#fff;}

.bottom{width:100%;
	    background-color:#1f1a17;
        /*padding-top:35px;
        padding-bottom:40px;*/
            
        margin-bottom: 100px;}

.bottom2{width:100%;}

.bottom .logo{float:left;
              margin-top:9px;
              margin-left:15px;}

.bottom .logo img{display: block;}

.bottom .bottom1{float:left;
                 margin-left:38px;
                 margin-top:16px;}

.bottom1 p{color:#fff;
           font-size: 14px;}

.bottom .erweima{float:right;
                 width:69px;
                 margin-right:20px;}

.bottom .erweima img{display: block;}

.guding{position: fixed;
	    height:100px;
        bottom:0;
        width:100%;
	    background-image: url(../images/tt26.png), url(../images/tt27.png);
	    background-repeat: no-repeat;
	    background-size: 4px 118px;
	    background-position:206px 2px, 421px 2px;
	    background-color:#2e2e2e;
        padding-top:20px;
        padding-bottom:4px;}

.guding1{display:inline-block;
	     width:32%;}

.guding img{display: block;
	        margin: 0 auto;
            width:36px;
            height:34px;}

.guding1 h1{font-size:24px;
            color:#fff;
            font-weight:bold;
            margin-top:12px;
            text-align:center;}






