html,
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
dl,
dt,
dd,
iframe,
span {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

body {
    padding: 0px;
    margin: 0px;
    zoom: 100%;
    /* overflow-x: hidden; */
    font-size: 16px;
    line-height: 1;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
}

body,
html {
    min-width: 1200px;
}

html {
    max-width: 1920px;
    margin: auto;
}

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;
}

a {
    color: #333333;
    text-decoration: none;
}

button,
input,
audio {
    outline: none;
    border: 0;
}

a:hover {
    color: #0352a9;
    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";
}

.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: 1200px;
    margin: 0 auto;
}


/*通用头部、尾部、检索等公用代码*/


/*分页样式，根据实际情况修改*/

.xll_pagebox {
    text-align: center;
    line-height: 39px;
    margin: 0 auto;
    margin-top: 30px;
}

.xll_pagebox>a {
    margin-top: 10px;
    display: inline-block;
    width: 53px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
}

.xll_pagebox>p {
    display: inline-block;
}

.xll_pagebox>font {
    margin-left: 10px;
    color: #7d7d7d;
}

.xll_pagebox>span {
    font-size: 14px;
    color: #7d7d7d;
    margin-right: 19px;
}

.page_hide a,
.page_hide span {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    color: #7d7d7d;
    font-size: 14px;
}

.zt11 {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
}

.zt12 {
    width: 53px;
    height: 28px;
    border-radius: 3px;
    border: 1px solid #f5f5f5;
    text-align: center;
    color: #7d7d7d;
    background-color: #fff;
    cursor: pointer;
}

input.zt12 {
    display: inline-block;
    width: 53px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    color: #7d7d7d;
    border-radius: 3px;
    margin-top: -1px;
}

.xll_pagebox>a:hover,
.zt12:hover,
.page_hide a:hover {
    color: #fff;
    background-color: #03589b;
    border: 1px solid #03589b;
}

.page_hide span {
    background-color: #03589b;
    color: #fff;
    border: 1px solid #03589b;
}


/*分页样式结束*/


/* 通用底部 start */

.footer {
    height: 220px;
    background: #1c69c6;
    max-width: 1920px;
}

.yqlj {
    height: 55px;
    background: #0f5ab3;
}

.yxlj_con li {
    height: 55px;
    line-height: 55px;
    float: left;
    background: url("../images/yqtt.png") right center no-repeat;
    margin-right: 69px;
}

.yxlj_con li a {
    font-size: 16px;
    color: #76a5d8;
    padding-right: 60px;
}

.yxlj_con li span {
    color: #76a5d8;
    margin-right: 20px;
    display: inline-block;
    cursor: pointer;
}

.link span>img {
    vertical-align: middle;
    margin-left: 10px;
    transform: rotateZ(0deg);
    transition: transform .3s;
}

.link {
    background: none !important;
    position: relative;
}

.link.on>span>img {
    transform: rotateZ(180deg);
    transition: transform .3s;
}

.link>.linkList {
    position: absolute;
    right: -333px;
    bottom: 55px;
    width: 1200px;
    background: #0f5ab3;
    display: none;
    padding: 20px 30px;
    box-sizing: border-box;
}

.link.on .linkList a {
    float: left;
    width: 12.5%;
    line-height: 36px;
    text-align: center;
    font-size: 15px;
    color: #a3c6ff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.link.on .linkList {
    display: block;
}

.link.on .linkList a:hover {
    opacity: 0.7;
}

.zfwzbb {
    background: none !important;
}

.zfwzbb {
    margin-left: 50px;
    margin-right: 0 !important;
}

.zfwzbb a {
    display: inline-block;
    height: 31px;
    line-height: 30px;
    margin-top: 12px;
    background: #1c69c6;
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px !important;
}

.zfwzbb img {
    margin-right: 15px;
}

.yxlj_con li:hover a {
    opacity: 0.8;
}

.footer_con {
    margin-top: 40px !important;
}

.footer_con .dzjg {
    width: 220px;
    height: 90px;
    float: left;
    margin-left: 30px;
    background: url("../images/dbxian.png") right center no-repeat;
    overflow: hidden;
}

.dzjg p {
    margin-top: 10px;
    margin-left: 5px;
}

.dzjg ul {
    width: 70px;
    height: 100px;
    margin-right: 40px;
    overflow: hidden;
}

.dzjg ul li {
    line-height: 30px;
    font-size: 15px;
    text-align: center;
}

.dzjg ul li a {
    color: #8abdfa;
}

.dzjg ul li a:hover {
    opacity: 0.8;
}

.footer_con .nr {
    width: 680px;
    height: 90px;
    float: left;
    margin-left: 86px;
    font-size: 15px;
    color: #8abdfa;
    background: url("../images/dbxian.png") right center no-repeat;
}

.footer_con .nr p {
    line-height: 30px;
}

.footer_con .nr p a {
    color: #8abdfa;
}

.footer_con .nr p a.ipv6 {
    padding: 5px 15px;
    background-color: #0f5ab3;
    border-radius: 30px;
}

.footer_con .nr p a.beian {
    display: inline-block;
    background: url("../images/beian.png") left center no-repeat;
    padding-left: 25px;
    box-sizing: border-box;
}

.footer_con .nr p a.jfcx {
    padding: 5px 15px;
    background-color: #0f5ab3;
}

.footer_con .zfzc {
    width: 110px;
    height: 55px;
    float: right;
    margin-right: 50px;
    margin-top: 22px;
}

.footer_con .nr p a:hover {
    opacity: 0.8;
}

.yxlj_con,
.footer_con {
    width: 1280px !important;
    margin: auto;
}