@charset "UTF-8";
*,
*::before,
*::after {
    box-sizing: border-box;
}

.zbb {
    display: none !important;
}

html {
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fafafa;
    color: #333;
}

body {
    text-align: left;
    line-height: 1.15;
    font-family: "Microsoft YaHei", 微软雅黑, 宋体, 黑体, "Helvetica Neue", Tahoma, Arial, "Hiragino Sans GB";
    font-size: 16px;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #333;
    text-decoration: none;
}

a:focus {
    color: #333;
    text-decoration: none;
}

a:active {
    color: #333;
    text-decoration: none;
}

a cite {
    font-style: normal;
    *cursor: pointer;
}

main {
    display: block;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}

template {
    display: none;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

h1 {
    font-size: 34px;
    margin: 19px 0;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

a:active,
a:hover,
a:focus {
    outline: 0;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 16px;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -4px;
}

sup {
    top: -8px;
}

img {
    border-style: none;
    vertical-align: middle;
    display: inline-block;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

fieldset {
    padding: 6px 12px 12px;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[hidden] {
    display: none;
}

form {
    margin: 0;
}

input {
    background: none;
}

i,
cite {
    font-style: normal;
}

em {
    font-style: normal;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
input,
button,
textarea,
p,
blockquote,
th,
td,
form,
pre {
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}

li {
    list-style: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

h4,
h5,
h6 {
    font-size: 100%;
}

button,
input,
optgroup,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: 0;
}

pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}

hr {
    border: 0;
    clear: both;
    width: 100%;
    height: 5px;
    background: url(../images/xcq-title-bg.png) repeat-x;
    background-size: auto 100%;
    margin: 0;
}

label {
    font-weight: normal !important;
    margin-bottom: 0 !important;
}

input::-webkit-input-placeholder {
    color: #bdbdbd;
    font-size: 16px;
}

input::-moz-placeholder {
    color: #bdbdbd;
    font-size: 16px;
}

input::-ms-input-placeholder {
    color: #bdbdbd;
    font-size: 16px;
}

textarea::-webkit-input-placeholder {
    color: #bdbdbd;
    font-size: 16px;
}

textarea::-moz-placeholder {
    color: #bdbdbd;
    font-size: 16px;
}

textarea::-ms-input-placeholder {
    color: #bdbdbd;
    font-size: 16px;
}

.hui-main {
    width: 1240px;
    margin: 0 auto;
}

.special-container {
    width: 1200px;
    margin: 0 auto;
}

.fontSize14 {
    font-size: 14px;
}

.fontSize16 {
    font-size: 16px;
}

.fontSize18 {
    font-size: 18px;
}

.bg-white {
    background: #fff;
}

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

.clearfix:after {
    clear: both;
}

.hui-row {
    display: flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
}

.hui-row>* {
    box-sizing: border-box;
    flex-shrink: 0;
    -ms-flex-shrink: 0;
    width: 100%;
    max-width: 100%;
}

.col {
    flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    -ms-flex-grow: 1;
    -ms-flex-shrink: 0;
    -ms-flex-basis: 0%;
}

.row-cols-auto>* {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: auto;
}

.row-cols-1>* {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 100%;
}

.row-cols-2>* {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 50%;
}

.row-cols-3>* {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 33.3333333333%;
}

.row-cols-4>* {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 25%;
}

.row-cols-5>* {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 20%;
}

.row-cols-6>* {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 16.6666666667%;
}

.col-auto {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: auto;
}

.col-1 {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 8.33333333%;
}

.col-2 {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 16.66666667%;
}

.col-3 {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 25%;
}

.col-4 {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 33.33333333%;
}

.col-5 {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 41.66666667%;
}

.col-6 {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 50%;
}

.col-7 {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 58.33333333%;
}

.col-8 {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 66.66666667%;
}

.col-9 {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 75%;
}

.col-10 {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 83.33333333%;
}

.col-11 {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 91.66666667%;
}

.col-12 {
    flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    width: 100%;
}

.hui-gap40 {
    margin-left: -20px;
    margin-right: -20px;
}

.hui-gap40>* {
    padding-left: 20px;
    padding-right: 20px;
}

.hui-gap30 {
    margin-left: -15px;
    margin-right: -15px;
}

.hui-gap30>* {
    padding-left: 15px;
    padding-right: 15px;
}

.hui-gap20 {
    margin-left: -10px;
    margin-right: -10px;
}

.hui-gap20>* {
    padding-left: 10px;
    padding-right: 10px;
}

.hui-gap10 {
    margin-left: -5px;
    margin-right: -5px;
}

.hui-gap10>* {
    padding-left: 5px;
    padding-right: 5px;
}


/*header*/

.header {
    height: 260px;
    background: url(../images/head-bg.png);
}

.header a {
    color: #fff;
}

.header a:hover {
    color: #0d2e8b;
}

.header .header-top {
    height: 50px;
    line-height: 50px;
    background: rgba(255, 255, 255, 0.1);
}

.header .header-top .hui-main {
    display: block;
}

.header .header-top .hui-main .list-group {
    display: block;
}

.header .header-top .hui-main .list-group::after {
    content: "";
    display: block;
    clear: both;
}

.header .header-top .hui-main .list-group .list-item {
    height: 50px;
    line-height: 50px;
    background: none;
    padding: 0;
    display: inline-block;
}

.header .header-top .hui-main .list-group .list-item .list-item-action {
    color: #fff;
    width: 100%;
    max-width: 100%;
    font-size: 16px;
}

.header .header-top .hui-main .list-group .list-item .list-item-action:hover {
    color: #d8c18a;
}

.header .header-top .hui-main .list-group .list-item .list-item-action::after {
    content: "";
    height: 10px;
    width: 1px;
    background-color: #fff;
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.header .header-top .hui-main .list-group .list-item:last-child img {
    margin-right: 6px;
    transform: translateY(-2px);
}

.header .header-top .hui-main .list-group .list-item:last-child .list-item-action::after {
    display: none;
}

.header .header-top .hui-main .list-group.right .list-item-action::after {
    width: 0;
    margin-left: 10px;
    margin-right: 10px;
}

.header .header-top .hui-main .list-group.right .intensive-side .site-nav {
    z-index: 999;
    display: none;
    padding: 15px 34px 26px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 680px;
    background-color: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
    -webkit-animation: hui-upbit 0.5s both;
    animation: hui-upbit 0.5s both;
    transition: all 0.3s ease-in-out;
}

.header .header-top .hui-main .list-group.right .intensive-side .site-nav h3 {
    display: block;
    width: 100%;
    color: #03589b;
    height: 28px;
    line-height: 38px;
    margin-top: 15px;
    margin-bottom: 5px;
}

.header .header-top .hui-main .list-group.right .intensive-side .site-nav ul::after {
    content: "";
    display: block;
    clear: both;
}

.header .header-top .hui-main .list-group.right .intensive-side .site-nav ul li {
    width: 33.3333333%;
    height: 28px;
    line-height: 38px;
    float: left;
}

.header .header-top .hui-main .list-group.right .intensive-side .site-nav ul li a {
    color: #666;
    transition: all 0.3s ease-in-out;
    font-size: 14px;
}

.header .header-top .hui-main .list-group.right .intensive-side .site-nav ul li a:hover,
.header .header-top .hui-main .list-group.right .intensive-side .site-nav ul li a:focus {
    color: #03589b;
    text-decoration: underline;
}

.header .header-top .hui-main .list-group.right .intensive-side:hover .site-nav {
    display: block;
}

.header .header-top .hui-main .list-group {
    float: left;
}

.header .header-top .hui-main .list-group.right {
    float: right !important;
}

.header .head-brand {
    padding-top: 50px;
}

.header .head-brand::after {
    content: "";
    display: block;
    clear: both;
}

.header .head-brand .logo {
    width: 610px;
    height: 106px;
    float: left;
}

.header .head-brand .head-search {
    width: 502px;
    height: 60px;
    float: right;
}

.header .head-brand .head-search .search-box {
    width: 360px;
    position: relative;
    float: left;
}

.header .head-brand .head-search .search-box .select {
    width: 100px;
    line-height: 60px;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 18px;
    cursor: pointer;
    color: #999;
}

.header .head-brand .head-search .search-box .select:hover,
.header .head-brand .head-search .search-box .select:focus {
    color: #03589b;
}

.header .head-brand .head-search .search-box .select span {
    padding-left: 20px;
}

.header .head-brand .head-search .search-box .select ul {
    display: none;
    position: relative;
    z-index: 100;
    background-color: #fff;
    padding-bottom: 12px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-animation: hui-upbit 0.3s both;
    animation: hui-upbit 0.3s both;
}

.header .head-brand .head-search .search-box .select ul li {
    height: 32px;
    line-height: 32px;
    text-align: center;
    color: #333;
    font-size: 16px;
    background-color: #fff;
}

.header .head-brand .head-search .search-box .select ul li:hover {
    background-color: #03589b;
    color: #d8c18a;
}

@-webkit-keyframes hui-upbit {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes hui-upbit {
    from {
        -webkit-transform: translate3d(0, -10px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.header .head-brand .head-search .search-box .select .triangle {
    position: absolute;
    right: 12px;
    top: 19px;
}

.header .head-brand .head-search .search-box .select .triangle .triangle-up {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    display: block;
    border-bottom-color: #929292;
    margin-bottom: 3px;
}

.header .head-brand .head-search .search-box .select .triangle .triangle-down {
    width: 0;
    height: 0;
    border: 4px solid transparent;
    display: block;
    border-top-color: #03589b;
}

.header .head-brand .head-search .search-box .select::after {
    content: "";
    display: block;
    width: 1px;
    height: 20px;
    background-color: #c2c2c2;
    position: absolute;
    right: 0;
    top: 20px;
}

.header .head-brand .head-search .search-box .search-input {
    width: 360px;
    height: 60px;
    border-radius: 3px;
    padding-left: 120px;
    border: none;
    background: rgba(255, 255, 255, 0.8);
}

.header .head-brand .head-search .search-btn {
    float: left;
    cursor: pointer;
    font-size: 20px;
    margin-left: 12px;
    width: 130px;
    height: 60px;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding-left: 28px;
    background: url(../images/icon-search.png) no-repeat 24px center #03589b;
}


/*nav*/

.navbar {
    height: 60px;
    line-height: 60px;
    background: #03589b;
}

.navbar .nav {
    width: 1240px;
    height: 60px;
    line-height: 60px;
    margin: 0 auto;
}

.navbar .nav::after {
    content: "";
    display: block;
    clear: both;
}

.navbar .nav .nav-item {
    height: 60px;
    line-height: 60px;
    width: 88px;
    margin-left: 104px;
    float: left;
}

.navbar .nav .nav-item:first-child {
    margin-left: 0 !important;
}

.navbar .nav .nav-item .nav-link {
    display: block;
    color: #fff;
    font-size: 22px;
    position: relative;
}

.navbar .nav .nav-item .nav-link::after {
    content: "";
    display: block;
    width: 0%;
    height: 5px;
    border-radius: 3px;
    background: #d8c18a;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    z-index: 1;
    bottom: 0px;
    left: 50%;
    transition: all 0.3s ease-in-out;
}

.navbar .nav .nav-item .nav-link:hover::after {
    width: 100%;
}

.navbar .nav .nav-item .nav-link img {
    padding-bottom: 5px;
    margin-right: 10px;
}

.navbar .nav .nav-item.on .nav-link::after {
    width: 100%;
}

.navbar .nav .nav-item.on .sub-nav {
    display: block;
}

.sub-nav {
    width: 100%;
    height: 50px;
    top: 321px;
    left: 0;
    position: absolute;
    background-color: #fffaee;
    border-bottom: 1px solid #d8c18a;
    transition: all 0.3s;
    overflow: hidden;
    display: none;
}

.sub-nav.esdHBG {
    top: 417px;
}

.sub-nav .list-group {
    display: block !important;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.sub-nav .list-item {
    display: inline-block !important;
    width: 136px;
    height: 50px;
    line-height: 50px;
    padding: 0 !important;
    text-align: center;
}

.sub-nav .list-item .list-item-action {
    height: 50px;
    line-height: 50px;
    width: 100%;
    max-width: 100% !important;
    font-size: 16px !important;
}

.sub-nav .list-item .list-item-action:hover {
    font-weight: bold;
}

.breadcrumb {
    display: flex;
    padding: 30px 0px;
    color: #999;
}

.breadcrumb .item .link {
    color: #999;
}

.breadcrumb .item .link:hover {
    color: #03589b;
}

.breadcrumb .item::after {
    padding-left: 5px;
    padding-right: 5px;
    content: "-";
}

.breadcrumb .item:first-child::after,
.breadcrumb .item:nth-child(2)::after,
.breadcrumb .item:last-child::after {
    display: none;
}

.breadcrumb .item:last-child .link {
    color: #03589b;
}

.breadcrumb img {
    margin-right: 5px;
}

.breadcrumb a {
    color: #999;
}

.breadcrumb a:hover {
    color: #03589b;
}

.breadcrumb a:last-child {
    color: #03589b;
}


/*footer*/

.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:auto;
    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: 778px !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;
}


/*右边侧飘*/

.right-fixed-menu {
    position: fixed;
    top: 30%;
    right: 30px;
    z-index: 3;
}

.right-fixed-menu-list {
    width: 48px;
    position: relative;
}

.right-fixed-menu-list-item {
    width: 48px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-radius: 50%;
    display: block;
    margin-bottom: 15px;
    cursor: pointer;
    background-color: #5f93c2;
}

.right-fixed-menu-list-item:last-child {
    background: none;
    width: 60px;
}

.right-fixed-menu-list-item:last-child img {
    margin-left: -4px;
}

.right-fixed-menu-list-item:last-child:hover {
    background: none;
}

.right-fixed-menu-list-item:hover {
    background: #d8c18a;
}

.right-fixed-menu-list-item:hover img+.img-code-box {
    display: block;
}

.right-fixed-menu-list-item .img-code-box {
    position: absolute;
    border: 1px solid #cbb486;
    background: #fff;
    right: 60px;
    top: -25px;
    display: none;
    border-radius: 3px;
}

.right-fixed-menu-list-item .img-code-box::after,
.right-fixed-menu-list-item .img-code-box::before {
    content: "";
    display: block;
    clear: both;
}

.right-fixed-menu-list-item .img-code-box span {
    float: left;
}

.right-fixed-menu-list-item .img-code-box span h3 {
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    transform: translateY(-3px);
}

.right-fixed-menu-list-item .img-code-box .qrcode-img {
    float: left;
    width: 100px;
    height: 100px;
}

.right-fixed-menu-list-item .img-code-box::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #fff;
    border-top: 1px solid rgb(202, 180, 132);
    border-left: 1px solid rgb(202, 180, 132);
    transform: rotate(138deg);
    display: block;
    position: absolute;
    right: -5px;
    top: 40px;
}

.right-fixed-menu-list-item:nth-child(1) .img-code-box {
    top: -25px;
    width: 202px;
}

.right-fixed-menu-list-item:nth-child(3) .img-code-box {
    top: 105px;
    width: 102px;
}

.right-fixed-menu-list-item:nth-child(4) .img-code-box {
    top: 165px;
    width: 302px;
}

.adSlide {
    width: 1240px;
    height: 100px;
    position: relative;
}

.adSlide .hd {
    position: absolute;
    z-index: 1;
    left: auto;
    transform: none;
    -webkit-transform: none;
    right: 5px;
    bottom: 5px;
}

.adSlide .hd ul::after {
    display: block;
    content: "";
    clear: both;
}

.adSlide .hd ul li {
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    filter: alpha(opacity=60);
    opacity: 0.6;
    margin-right: 2px;
    font-size: 12px;
    float: left;
}

.adSlide .hd ul li.on {
    background: #03589b;
    filter: alpha(opacity=100);
    opacity: 1;
    color: #fff;
}

.adSlide .bd {
    width: 100%;
    height: 100%;
}

.adSlide .bd ul {
    width: 100%;
    height: 100px;
}

.adSlide .bd ul li a {
    display: block;
}

.adSlide .bd ul li .img {
    width: 100%;
    height: 100px;
}

.adSlide .bd ul li .img img {
    width: 100%;
    height: 100%;
}

.slideTab {
    width: 100%;
    background-color: #fff;
}

.slideTab .hd {
    height: 40px;
    line-height: 40px;
    position: relative;
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
}

.slideTab .hd .more {
    position: absolute;
    top: 0;
    right: 0;
}

.slideTab .hd .more a {
    color: #999;
}

.slideTab .hd .more a:hover {
    color: #d8c18a;
}

.slideTab .hd .title {
    cursor: pointer;
    font-size: 18px;
    height: 40px;
    color: #333;
    padding: 0 16px;
}

.slideTab .hd .title.on {
    color: #03589b;
}

.slideTab .bd {
    box-sizing: content-box;
}

.slideTab .bd ul {
    box-sizing: content-box;
    zoom: 1;
}


/*列表*/

.list-group {
    display: flex;
    display: -ms-flexbox;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}

.list-group.list-flex-row {
    display: flex;
    display: -ms-flexbox;
    flex-direction: row;
}

.list-group.list-have-dot .list-item::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    top: 18px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: #a6c5e1;
    transition: all 0.3s;
}

.list-group .list-item {
    position: relative;
    display: block;
    padding: 12px 20px;
    transition: all 0.3s ease-in-out;
}

.list-group .list-item .list-item-action {
    max-width: calc(100% - 120px);
    width: 100%;
    display: block;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 18px;
    color: #333;
    text-align: inherit;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.list-group .list-item .list-item-action:hover {
    z-index: 1;
    color: #d8c18a;
    text-decoration: none;
}

.list-group .list-item .list-item-action:hover .list-time {
    color: #d8c18a;
}

.list-group .list-item .list-item-action:focus {
    z-index: 1;
    color: #03589b;
    text-decoration: none;
}

.list-group .list-item .list-item-action:focus .list-time {
    color: #03589b;
}

.list-group .list-item .list-item-action:active {
    color: #292929;
}

.list-group .list-item .list-item-action:active .list-time {
    color: #03589b;
}

.list-group .list-item.on {
    background-color: #03589b;
}

.list-group .list-item.on .list-item-action {
    color: #fff;
}

.list-group .list-item .list-time {
    position: absolute;
    z-index: 1;
    top: 12px;
    right: 20px;
    color: #999;
    font-size: 16px;
}

.list-group .list-item .hui-badge,
.list-group .list-item .hui-badge-dot,
.list-group .list-item .hui-badge-rim {
    position: absolute;
    display: inline-block;
    padding: 0 6px;
    font-size: 12px;
    text-align: center;
    background-color: #e6442b;
    color: #fff;
    border-radius: 2px;
    right: 12px;
    top: 16px;
}

.list-group .list-item .hui-badge {
    height: 18px;
    line-height: 18px;
}

.list-group .list-item .hui-badge-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 50%;
    left: 6px;
}

.list-group .list-item .hui-badge-rim {
    height: 18px;
    line-height: 18px;
    border-width: 1px;
    border-style: solid;
    background-color: #fff;
    color: #666;
}

.list-group .list-item:hover::before {
    background-color: #d8c18a;
}

.list-group .list-item:hover .list-item-action {
    color: #d8c18a;
}


/*侧边栏*/

.sidebar {
    width: 260px;
    padding-bottom: 40px;
    min-height: 900px;
    background-color: #fff;
    border-top-right-radius: 10px;
    border: 10px solid #fafafa;
    border-top: none;
    float: left;
}

.sidebar a {
    display: block;
}

.sidebar .title {
    width: 260px;
    height: 95px;
    color: #fff;
    border-top-right-radius: 10px;
    font-size: 26px;
    line-height: 95px;
    text-align: center;
    font-weight: bold;
    position: relative;
    background: url(../images/sidebar-title-bg.png) no-repeat right bottom #03589b;
    margin-left: -10px;
}

.sidebar .title img {
    position: absolute;
    left: -15px;
    bottom: -20px;
    z-index: 1;
}

.sidebar .list .item {
    height: 65px;
    line-height: 65px;
    padding-left: 42px;
    border-bottom: solid 1px #e6e3e3;
    background: url("../images/sidebar-item-title-bg.png") no-repeat #fff;
    background-size: 0 100%;
    transition: all 0.3s;
    position: relative;
}

.sidebar .list .item .nav-link {
    font-size: 18px;
}

.sidebar .list .item::before {
    width: 3px;
    height: 0px;
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #03589b;
    background-color: #03589b;
    transition: all 0.3s;
}

.sidebar .list .item:hover,
.sidebar .list .item.on {
    background: url("../images/sidebar-item-title-bg.png") no-repeat;
    background-size: 100% 100%;
}

.sidebar .list .item:hover .nav-link,
.sidebar .list .item.on .nav-link {
    color: #03589b;
}

.sidebar .list .item:hover::before,
.sidebar .list .item.on::before {
    width: 3px;
    height: 65px;
    background-color: #03589b;
}

.sidebar .list .item:hover::after,
.sidebar .list .item.on::after {
    opacity: 1;
    right: 30px;
    border-color: #03589b;
}

.sidebar .list .item::after {
    content: "";
    width: 8px;
    height: 8px;
    border: 1px solid #ccc;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    top: 28px;
    right: 24px;
    opacity: 0;
    display: block;
    transition: all 0.3s;
}


/* 分享功能 */

.social-share a {
    position: relative;
    text-decoration: none;
    margin: 4px;
    display: inline-block;
    outline: none;
}

.social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 3px;
    line-height: 32px;
    color: #666;
    text-align: center;
    vertical-align: middle;
    transition: background 0.6s ease-out 0s;
}

.social-share .social-share-icon:hover {
    background: #666;
    color: #fff;
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -205px;
    left: -84px;
    width: 200px;
    height: 180px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms;
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px;
}

.social-share .icon-wechat .wechat-qrcode.bottom::after {
    display: none;
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777;
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important;
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
}

.social-share .icon-wechat .wechat-qrcode::after {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block;
}

.hui-table {
    width: 100%;
    background-color: #fff;
    font-size: 16px;
}

.hui-table tr th {
    color: #333;
    text-align: left;
    font-weight: 400;
}

.hui-table tr td {
    color: #666;
}

.hui-table td,
.hui-table th {
    border-width: 1px;
    border-style: solid;
    border-color: #e1e1e1;
    position: relative;
    padding: 0 18px;
    min-height: 50px;
    line-height: 50px;
}

.hui-table[hui-skin=nob] td,
.hui-table[hui-skin=nob] th {
    border: none;
}


/* hui-even表格隔行换色 */

.hui-table[hui-even] tr:nth-child(even) {
    background-color: #f2f2f2;
}

.list-badge {
    display: inline-block;
    width: 48px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    font-size: 12px;
    text-align: center;
    background-image: linear-gradient(to right, #e0583b, #cd1e18);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}