

.fr{
    float:right;
}
.fl{
    float: left;
}
.cl{
    clear: both;
}
.cl-a:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
    overflow: hidden;
}
.w1200{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

/*global end*/


/*footer*/
footer{
    width: 100%;
    height: 300px;
    background-color: #2b2b2b;
}
.nav{
    width: 887px;
    margin:50px auto;
}
.nav li{
    float: left;
    text-align: center;
    /* border-right: 1px solid #fff; */
}
.nav li a{
    width: 110px;
    color: #fff;
    font-size: 14px;
    display: block;
}
.dibu{
    width: 831px;
    margin:0 auto;
}
.lxfs p{
    color: #fff;
    font-size: 14px;
    line-height: 200%;
}
.ewm{
    text-align: center;
}
.ewm img{
    width: 125px;
    height: 125px;
    display: block;
}
.ewm p{
    color: #fff;
    margin-top: 7px;
}

/* 分页 */
#pages { padding:14px 0 10px; text-align: center;  }
#pages a { display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; padding:0 10px}
#pages a.a1 {width:56px; padding:0 }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }
#pages span { display:inline-block; height:30px; line-height:30px; background:#e23a3a; border:1px solid #e23a3a; color:#fff; text-align:center;padding:0 10px}
.page .noPage { display:inline-block; width:56px; height:30px; line-height:30px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

/*footer end*/