html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

table,
td {
    margin: 0;
    padding: 0;
}

ul,
dl,
dt,
dd,
ol {
    list-style-type: none;
}

select,
input {
    vertical-align: middle;
    padding: 0;
    margin: 0;
    outline: none;
}

textarea {
    resize: none;
    outline: none;
}

input[type='button'],
input[type='submit'],
input[type='file'],
button {
    cursor: pointer;
    border: 0;
    outline: none;
    -webkit-appearance: none;
}

em,
i {
    font-style: normal;
}

a:hover {
    outline: none;
    color: #3e79d4;
}

a {
    color: #333333;
    outline: none;
    text-decoration: none;
}

li {
    list-style: none;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}


/*通用头部、尾部、检索等公用代码*/

.container {
    width: 1120px;
    margin: 0 auto;
}

body {
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 1920px;
    min-width: 1200px;
}

html {
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
    display: block;
    margin: 0 auto;
    position: relative;
}


/* 分页开始 */

.sxz_paging {
    max-width: 860px;
    display: table;
    margin: 40px auto 50px;
}

.sxz_paging ul li {
    float: left;
    width: 68px;
    height: 68px;
    margin: 0 5px;
    border-radius: 5px;
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
}

.sxz_paging ul li:first-child {
    margin-left: 0;
}

.sxz_paging ul li:last-child {
    margin-right: 0;
}

.sxz_paging ul li a {
    font-size: 26px;
    color: #666666;
    display: block;
    line-height: 68px;
    text-align: center;
}

.sxz_paging ul li.active a {
    background: #3e79d4;
    color: #fff;
    border-radius: 5px;
}

.sxz_paging ul li a span {
    height: 68px;
    font-size: 40px;
    color: #666666;
    display: block;
    line-height: 59px;
    text-align: center;
}

@media (max-width: 750px) and (min-width: 320px) {
    .sxz_paging {
        max-width: 6.9rem;
        display: table;
        margin: 0.4rem auto 0.5rem;
    }
    .sxz_paging ul li {
        float: left;
        width: 0.48rem;
        height: 0.48rem;
        margin: 0 0.05rem;
        border-radius: 0.05rem;
        box-sizing: border-box;
        border: 0.01rem solid #e3e3e3;
    }
    .sxz_paging ul li a {
        font-size: 0.26rem;
        color: #666666;
        display: block;
        line-height: 0.48rem;
        text-align: center;
    }
    .sxz_paging ul li.active a {
        background: #3e79d4;
        color: #fff;
        border-radius: 0.05rem;
    }
    .sxz_paging ul li a span {
        height: 0.48rem;
        font-size: 0.4rem;
        color: #666666;
        display: block;
        line-height: 0.39rem;
        text-align: center;
    }
}


/* 分页结束 */