body,h1,h2,h3,h4,h5,h6,p,ul,ol,dl,input,select,li,nav {
    margin: 0;
    padding: 0;
    border: 0;
}

img {
    outline-style: none;
    vertical-align: middle;
}
li{
    list-style: none;
}
h1,h2,h3,h4,h5,h6{
    font-weight: 400;

}
.wrapper {
    width: 1365px;
    margin: 0 auto;
}

body {
    font-family: microsoft yahei;
}
a {
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
}
a:link{text-decoration:none; }  /* 指正常的未被访问过的链接*/

a:visited{text-decoration:none; }/*指已经访问过的链接*/

a:hover{text-decoration:none;color: #000;}/*指鼠标在链接*/

a:active{text-decoration:none;}/* 指正在点的链接*/
.fl	{
    float: left;
}
.fr {
    float: right;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
    clear: both;
}
.clearfix{
    zoom:1;
}
.paging {
    padding: 25px 0;
    text-align: center
}

.paging a {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #666;
    display: inline-block;
    display: inline-block;
    margin: 0 5px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    transition: .3s;
    -webkit-transition: .3s
}

.paging a.current,.paging a.undisable {
    cursor: text
}

.paging a.undisable:hover {
    border: 1px solid #ccc;
    border-radius: 40%;
    color: #666
}

.paging a.current,.paging a:hover {
    border-radius: 50%;
    text-decoration: none
}
.paging {
    color: #666
}
.paging  .lastPage{
    margin-right: 15px;
}
.paging .jump-ipt {
    text-align: center;
    border: 1px solid #ccc;
    width: 40px;
    height: 30px;
    border-radius: 4px;
    margin-left: 5px;
    margin-right: 5px;
}
.paging .jump-btn{
    width: 50px;
    border-radius: 4px;
}
.paging .jump-btn:hover{
    border-radius: 4px;
}

@media screen and (max-width:767px) {
    .paging a{margin: 0 5.5px;}
    .jump-ipt,.jump-btn{display: inline-block; margin-top: 10px !important;}
}