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";
}

html {
   /** max-width: 1920px;*/
    margin: auto;
}

body,
html {
   /** min-width: 1200px;*/
}

table {
    width: 100%;
    text-align: center;
}

table td {
    word-break: break-all;
    word-wrap: break-word;
    font: 500 14px Arial;
    border: 1px solid #ccc9c9;
}

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;
}


/*分页样式结束*/


/*footer*/

.hui-main {
    width: 1240px;
    margin: 0 auto;
}

.friend-ink {
    height: 100px;
    background-color: #e3e3e3;
}

.friend-ink .hui-row {
    padding-top: 30px;
    display: block;
}

.friend-ink .hui-row::before {
    content: "";
    display: block;
    clear: both;
}

.friend-ink .hui-row .col {
    float: left;
    width: 190px;
    height: 40px;
    line-height: 40px;
    position: relative;
    background-color: #fff;
    margin-left: 20px;
}

.friend-ink .hui-row .col:first-child {
    margin-left: 0 !important;
}

.friend-ink .hui-row .col a {
    padding-left: 20px;
    display: block;
}

.friend-ink .hui-row .col a:hover {
    color: #d8c18a;
}

.friend-ink .hui-row .col .ol-list {
    width: 190px;
    display: none;
    position: absolute;
    bottom: 40px;
    left: 0;
    z-index: 999999;
    background: #fff;
    -webkit-animation: hui-upbit 0.5s both;
    animation: hui-upbitLink 0.5s both;
}

.friend-ink .hui-row .col .ol-list a:hover {
    background-color: #d8c18a;
    color: #fff;
}

.friend-ink .hui-row .col:hover .ol-list {
    display: block;
}

.friend-ink .hui-row .col:hover::after {
    transform: rotate(225deg);
}

.friend-ink .hui-row .col::after {
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 1px solid #b8b8b8;
    border-left: 1px solid #b8b8b8;
    transform: rotate(45deg);
    transition: all 0.3s;
}

.friend-ink .hui-row .col:nth-child(1)::after,
.friend-ink .hui-row .col:nth-child(2)::after,
.friend-ink .hui-row .col:nth-child(3)::after,
.friend-ink .hui-row .col:nth-child(4)::after {
    display: none;
}

@-webkit-keyframes hui-upbitLink {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes hui-upbitLink {
    from {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.footer {
    height: 186px;
    background-color: #e3e3e3;
    color: #666;
    border-top: 1px solid #ccc;
    font-size: 16px;
}

.footer a {
    color: #666;
}

.footer a:hover {
    color: #03589b;
}

.footer .footer-box {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.footer .footer-box::after {
    content: "";
    display: block;
    clear: both;
}

.footer .footer-box p {
    font-size: 15px;
    line-height: 32px;
}

.footer .footer-box p img {
    padding: 0 6px 0 10px;
}

.footer .footer-box .left {
    width: 222px;
    padding-top: 20px;
    text-align: left;
    float: left;
}

.footer .footer-box .left .img {
    float: left;
    margin-left: 12px;
    position: relative;
    margin-top: 5px;
}

.footer .footer-box .left .img:nth-child(1) {
    margin-left: -15px;
    margin-top: -5px;
}

.footer .footer-box .left .img .qrcode-icon {
    cursor: pointer;
}

.footer .footer-box .left .img .qrcode-icon:hover {
    opacity: 0.75;
}

.footer .footer-box .left .img:hover>.qrcode-img {
    transform: scale(1);
}

.footer .footer-box .left .img .qrcode-img {
    position: absolute;
    top: -130px;
    left: -30px;
    width: 120px;
    height: 120px;
    padding: 2px;
    border: 1px solid #fff;
    border-radius: 3px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s;
    z-index: 99;
    transform: scale(0);
}

.footer .footer-box .center {
    width: 772px !important;
    padding-left: 5px;
    float: left;
}

.footer .footer-box .center .list-group {
    margin: 0 auto;
    width: 294px;
    display: block;
}

.footer .footer-box .center .list-group::after {
    content: "";
    display: block;
    clear: both;
}

.footer .footer-box .center .list-group .list-item {
    background: none;
    padding: 0;
    float: left;
}

.footer .footer-box .center .list-group .list-item::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 12px;
    box-sizing: border-box;
    background-color: #c2c2c2;
    margin-left: 20px;
    margin-right: 20px;
}

.footer .footer-box .center .list-group .list-item:first-child::before {
    display: none;
}

.footer .footer-box .center .info {
    padding-top: 17px;
}

.footer .footer-box .center .info a {
    padding-left: 40px;
}

.footer .footer-box .center .info a img {
    padding-right: 5px;
    vertical-align: top;
}

.footer .footer-box .center .info a:first-child {
    padding-left: 0;
}

.footer .footer-box .center .info:first-child {
    padding: 0;
}

.footer .footer-box .right {
    width: 240px;
    padding-top: 35px;
    float: right;
}

.footer .footer-box .right .img {
    float: left;
}

.footer .footer-box .right .img:nth-child(2) {
    margin-left: 20px;
}

.footer .footr-bottom {
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #a6c5e1;
    background-color: #03589b;
}