html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    padding: 0;
    margin: 0;
    zoom: 100%;
    font-size: 16px;
    line-height: 1;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

table {
    width: 100%;
    text-align: center;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial;
}

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;
    -webkit-appearance: none;
}

.sxz_shadow {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.sxz_padding {
    padding: 50px 60px !important;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #0153d8;
    cursor: pointer;
}

em {
    font-style: normal;
}

i {
    font-style: normal;
}

* html .clear {
    zoom: 1;
}

*+html .clear {
    zoom: 1;
}

* {
    margin: auto;
    padding: auto;
    font-family: 'Microsoft YaHei', 微软雅黑, 宋体, 黑体, 'Helvetica Neue', Tahoma, Arial, 'Hiragino Sans GB';
}

.Clear {
    clear: both;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

.r {
    float: right;
}

.l {
    float: left;
}

.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
    /*IE/7/6*/
}

.tong_VisualArea {
    margin-top: 80px;
    background-color: #fff;
    box-sizing: border-box;
    padding: 50px 30px;
    min-height: 300px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1);
}


/*通用头部、尾部、检索等公用代码*/

body,
html {
    min-width: 1200px;
}

html {
    max-width: 1920px;
    margin: auto;
}


/*分页样式开始*/

.xll_pagebox_mobile {
    display: none;
}

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 18px auto;
    margin-bottom: 0px;
}

.xll_pagebox>a {
    margin-top: 10px;
    display: inline-block;
    width: 62px;
    height: 46px;
    line-height: 46px;
    box-sizing: border-box;
    border: 1px solid #d7deea;
    font-size: 16px;
    color: #666666;
    border-radius: 8px;
}

.xll_pagebox>p {
    display: inline-block;
}

.xll_pagebox>font {
    margin-left: 0px;
    color: #666666;
}

.xll_pagebox>span {
    font-size: 16px;
    color: #666666;
    margin-left: 6px;
}

.page_hide a,
.page_hide span {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #d7deea;
    color: #666666;
    font-size: 16px;
}

.zt11 {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    border: 1px solid #d7deea;
    box-sizing: border-box;
    text-align: center;
    color: #666666;
    font-size: 16px;
    margin-bottom: 6px;
}

.zt12 {
    width: 62px;
    height: 46px;
    line-height: 46px;
    border-radius: 8px;
    border: 1px solid #d7deea;
    box-sizing: border-box;
    text-align: center;
    font-size: 16px;
    color: #666666;
    background-color: #fff;
    margin-bottom: 6px;
    cursor: pointer;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #0153d8;
    border: 1px solid #0153d8;
}

.page_hide span {
    background-color: #0153d8;
    color: #fff;
    border: 1px solid #0153d8;
}


/*分页样式结束*/