@charset "UTF-8"; /* yui3 reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

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

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
body {
    color: #333;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    min-width: 1200px;
}

select, input, button, textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input, button, textarea {
    font-family: 'Microsoft YaHei';
    border: 0;
    outline: 0;
}

input[type='text']::-ms-clear, input[type='password']::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder, input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder, input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1; }

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */
.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.span1 {
    float: left;
    width: 27px;
}

.span2 {
    float: left;
    width: 78px;
}

.span3 {
    float: left;
    width: 129px;
}

.span4 {
    float: left;
    width: 180px;
}

.span5 {
    float: left;
    width: 231px;
}

.span6 {
    float: left;
    width: 282px;
}

.span7 {
    float: left;
    width: 333px;
}

.span8 {
    float: left;
    width: 384px;
}

.span9 {
    float: left;
    width: 435px;
}

.span10 {
    float: left;
    width: 486px;
}

.span11 {
    float: left;
    width: 537px;
}

.span12 {
    float: left;
    width: 588px;
}

.span13 {
    float: left;
    width: 639px;
}

.span14 {
    float: left;
    width: 690px;
}

.span15 {
    float: left;
    width: 741px;
}

.span16 {
    float: left;
    width: 792px;
}

.span17 {
    float: left;
    width: 843px;
}

.span18 {
    float: left;
    width: 894px;
}

.span19 {
    float: left;
    width: 945px;
}

.span20 {
    float: left;
    width: 996px;
}

.span21 {
    float: left;
    width: 1047px;
}

.span22 {
    float: left;
    width: 1098px;
}

.span23 {
    float: left;
    width: 1149px;
}

.span24 {
    float: left;
    width: 1200px;
}

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

.row {
    overflow: hidden;
}

.ml24 {
    margin-left: 24px;
}

.mt30 {
    margin-top: 30px;
}

/* header */
#header {
    height: 287px;
    background: url('../images/header.png') center top no-repeat;
    background-size: 100% 100%;
}

.ql-logo {
    height: 48px;
    padding-top: 12.5px;
    margin-left: 9px;
}

.logobox {
    padding-top: 9.5px;
}

.topsearch {
    width: 188px;
    height: 32px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.21);
    border: solid 1px #ffffff;
}

.topsearch-input {
    width: 158px;
    height: 32px;
    border: 0;
    background: none;
    line-height: 32px;
    text-indent: 17px;
    color: #fff;
}

.topsearch > input::-webkit-input-placeholder {
    color: #fff;
}

.topsearch > input::-moz-placeholder {
    color: #fff;
}

.topsearch > input:-moz-placeholder {
    color: #fff;
}

.topsearch > input:-ms-input-placeholder {
    color: #fff;
}

.searchbth {
    width: 24px;
    height: 32px;
    background: url('../images/topsearchicon.png') center center no-repeat;
}

.toplink {
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    margin-right: 22px;
}

.nav {
    padding-top: 35px;
}

.nav-list {
    /* margin-left: 9px; */
    height: 58px;
}

.nav-list:first {
    margin-left: 0;
}

.nav-list a {
    display: block;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0px 2px 10px 0px rgba(0, 109, 181, 0.73);
}

.nav-list:hover a, .nav-list.active a {
    color: #024287;
}

.nav-list:hover, .nav-list.active {
    border-bottom: 3px solid #024287;
}

.slogan {
    padding-top: 44px;
}

/* 回到顶部 */
a.reback-top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 72px;
    height: 72px;
    text-align: center;
    z-index: 999;
    background: url('../images/tool_bg.png') repeat;
}

a.reback-top:hover {
    background: #1080cc;
}

a.reback-top img {
    vertical-align: top;
    margin-top: 16px;
}

/* footer */
.footer {
    height: 162px;
    color: #cfe6f5;
    background-color: #30404f;
    margin-top: 10px;
}

.foot-logo {
    margin-top: 22px;
    width: 110px;
    display: block;
}

.foot-logo > a {
    margin-top: 5px;
    display: block;
    text-align: center;
}

.foot-logo > img {
    vertical-align: top;
}

.footer-msg {
    padding-top: 33px;
    line-height: 34px;
}

.footer-msg > p span {
    margin-left: 10px;
}

.footer-msg a {
    color: #cfe6f5;
}

.footer-msg a > img {
    margin-top: 9px;
}

.foot-items > li {
    margin-right: 11px;
    margin-top: 10px;
    float: left;
    width: 165px;
    height: 32px;
    overflow: hidden;
    background: url('../images/foot_list.png') left top no-repeat;
}

.foot-items > li > a {
    padding-left: 50px;
    display: block;
    height: 32px;
    line-height: 32px;
    color: #cfe6f5;
    background: url('../images/ft_ico.png') 17px center no-repeat;
}

.logo-name p {
    color: #fff;
    letter-spacing: 6px;
    text-shadow: rgb(151, 151, 151) 0px 2px 4px;
}

.logo-name p:nth-child(1) {
    font-size: 31px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 20px;
    @charset "UTF-8"; /* yui3 reset.css */
    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
        margin: 0;
        padding: 0;
    }

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

    fieldset, img {
        border: 0;
    }

    address, caption, cite, code, dfn, th, var {
        font-style: normal;
        font-weight: normal;
    }

    ol, ul {
        list-style: none;
    }

    caption, th {
        text-align: left;
    }

    h1, h2, h3, h4, h5, h6 {
        font-size: 100%;
        font-weight: normal;
    }

    q: before, q:after {
        content: '';
    }

    abbr, acronym {
        border: 0;
        font-variant: normal;
    }

    sup {
        vertical-align: text-top;
    }

    sub {
        vertical-align: text-bottom;
    }

    input, textarea, select {
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        font-size: 100%;
    }

    legend {
        color: #000;
    }

    iframe {
        display: block;
    }

    /* yui3 fonts */
    body {
        color: #333;
        font-size: 14px;
        font-family: 'Microsoft Yahei';
        min-width: 1200px;
    }

    select, input, button, textarea {
        font: 99% arial, helvetica, clean, sans-serif;
    }

    table {
        font-size: inherit;
        font: 100%;
    }

    pre, code, kbd, samp, tt {
        font-family: monospace;
        font-size: 108%;
        line-height: 100%;
    }

    a {
        text-decoration: none;
    }

    input, button, textarea {
        font-family: 'Microsoft YaHei';
        border: 0;
        outline: 0;
    }

    input[type='text']: :-ms-clear, input[type='password']::-ms-reveal {
        display: none;
    }

    textarea: :-webkit-input-placeholder, input::-webkit-input-placeholder {
        color: #999;
    }

    textarea: :-moz-placeholder, input::-moz-placeholder {
        color: #999;
    }

    textarea: -moz-placeholder, input:-moz-placeholder {
        color: #999;
    }

    textarea: -ms-input-placeholder, input:-ms-input-placeholder {
        color: #999;
    }

    .placeholder {
        color: #999;
    }

    /* utilities */
    .center-block {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .clearfix {
        *zoom: 1; }

    .clearfix:before, .clearfix:after {
        display: table;
        line-height: 0;
        content: '';
    }

    .clearfix:after {
        clear: both;
    }

    .l {
        float: left !important;
    }

    .r {
        float: right !important;
    }

    .hidden {
        display: none !important;
    }

    .invisible {
        visibility: hidden !important;
    }

    /* css3效果 */
    .trans {
        -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
        transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    }

    .span1 {
        float: left;
        width: 27px;
    }

    .span2 {
        float: left;
        width: 78px;
    }

    .span3 {
        float: left;
        width: 129px;
    }

    .span4 {
        float: left;
        width: 180px;
    }

    .span5 {
        float: left;
        width: 231px;
    }

    .span6 {
        float: left;
        width: 282px;
    }

    .span7 {
        float: left;
        width: 333px;
    }

    .span8 {
        float: left;
        width: 384px;
    }

    .span9 {
        float: left;
        width: 435px;
    }

    .span10 {
        float: left;
        width: 486px;
    }

    .span11 {
        float: left;
        width: 537px;
    }

    .span12 {
        float: left;
        width: 588px;
    }

    .span13 {
        float: left;
        width: 639px;
    }

    .span14 {
        float: left;
        width: 690px;
    }

    .span15 {
        float: left;
        width: 741px;
    }

    .span16 {
        float: left;
        width: 792px;
    }

    .span17 {
        float: left;
        width: 843px;
    }

    .span18 {
        float: left;
        width: 894px;
    }

    .span19 {
        float: left;
        width: 945px;
    }

    .span20 {
        float: left;
        width: 996px;
    }

    .span21 {
        float: left;
        width: 1047px;
    }

    .span22 {
        float: left;
        width: 1098px;
    }

    .span23 {
        float: left;
        width: 1149px;
    }

    .span24 {
        float: left;
        width: 1200px;
    }

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

    .row {
        overflow: hidden;
    }

    .ml24 {
        margin-left: 24px;
    }

    .mt30 {
        margin-top: 30px;
    }

    /* header */
    #header {
        height: 287px;
        background: url('../images/header.png') center top no-repeat;
        background-size: 100% 100%;
    }

    .ql-logo {
        height: 48px;
        padding-top: 12.5px;
        margin-left: 9px;
    }

    .logobox {
        padding-top: 9.5px;
    }

    .topsearch {
        width: 188px;
        height: 32px;
        border-radius: 16px;
        background-color: rgba(255, 255, 255, 0.21);
        border: solid 1px #ffffff;
    }

    .topsearch-input {
        width: 158px;
        height: 32px;
        border: 0;
        background: none;
        line-height: 32px;
        text-indent: 17px;
        color: #fff;
    }

    .topsearch > input: :-webkit-input-placeholder {
        color: #fff;
    }

    .topsearch > input: :-moz-placeholder {
        color: #fff;
    }

    .topsearch > input: -moz-placeholder {
        color: #fff;
    }

    .topsearch > input: -ms-input-placeholder {
        color: #fff;
    }

    .searchbth {
        width: 24px;
        height: 32px;
        background: url('../images/topsearchicon.png') center center no-repeat;
    }

    .toplink {
        line-height: 34px;
        font-size: 16px;
        color: #fff;
        margin-right: 22px;
    }

    .nav {
        padding-top: 55px;
    }

    .nav-list {
        /* margin-left: 9px; */
        height: 58px;
    }

    .nav-list:first {
        margin-left: 0;
    }

    .nav-list a {
        display: block;
        padding: 0 20px;
        height: 34px;
        line-height: 34px;
        font-size: 20px;
        color: #ffffff;
        text-shadow: 0px 2px 10px 0px rgba(0, 109, 181, 0.73);
    }

    .nav-list:hover a, .nav-list.active a {
        color: #024287;
    }

    .nav-list:hover, .nav-list.active {
        border-bottom: 3px solid #024287;
    }

    .slogan {
        padding-top: 44px;
    }

    /* 新增区域样式 */
    .header >div {
        position: relative;
    }

    .area {
        display: flex;
        position: absolute;
        margin-top: 5px;
    }

    .area-item {
        width: 112px;
        height: 40px;
        line-height: 40px;
        border-radius: 2px;
        background: #0069B0;
        text-align: center;
        color: #fff;
        font-size: 14px;
    }

    .area-item + .area-item {
        margin-left: 10px;
    }

    .area-item.active {
        background: #198DDB;
    }

    /* 回到顶部 */
    a.reback-top {
        display: none;
        position: fixed;
        right: 10px;
        bottom: 50px;
        width: 72px;
        height: 72px;
        text-align: center;
        z-index: 999;
        background: url('../images/tool_bg.png') repeat;
    }

    a.reback-top: hover {
        background: #1080cc;
    }

    a.reback-top img {
        vertical-align: top;
        margin-top: 16px;
    }

    /* footer */
    .footer {
        height: 162px;
        color: #cfe6f5;
        background-color: #30404f;
        margin-top: 10px;
    }

    .foot-logo {
        margin-top: 22px;
        width: 110px;
        display: block;
    }

    .foot-logo > a {
        margin-top: 5px;
        display: block;
        text-align: center;
    }

    .foot-logo > img {
        vertical-align: top;
    }

    .footer-msg {
        padding-top: 33px;
        line-height: 34px;
    }

    .footer-msg > p span {
        margin-left: 10px;
    }

    .footer-msg a {
        color: #cfe6f5;
    }

    .footer-msg a > img {
        margin-top: 9px;
    }

    .foot-items > li {
        margin-right: 11px;
        margin-top: 10px;
        float: left;
        width: 165px;
        height: 32px;
        overflow: hidden;
        background: url('../images/foot_list.png') left top no-repeat;
    }

    .foot-items > li > a {
        padding-left: 50px;
        display: block;
        height: 32px;
        line-height: 32px;
        color: #cfe6f5;
        background: url('../images/ft_ico.png') 17px center no-repeat;
    }

    .logo-name p {
        color: #fff;
        letter-spacing: 6px;
        text-shadow: rgb(151, 151, 151) 0px 2px 4px;
    }

    .logo-name p: nth-child(1) {
        font-size: 31px;
        font-weight: bold;
        line-height: 40px;
        margin-top: 20px;
    }

    .logo-name p: nth-child(2) {
        font-size: 31px;
        line-height: 30px;
        letter-spacing: 7px;
        margin-top: 5px;
        text-align: center;
    }

    .footer-msg {
        padding-top: 16px;
    }

    /* 2023-07-19 zsy */
    /* .footer-msg {
    margin-right: 162px;
} */
    .footer-code {
        margin-top: 18px;
    }

    .code-img {
        width: 100px;
        height: 100px;
        padding: 7px;
        box-sizing: border-box;
        background-color: #fff;
    }

    .code-img > img {
        width: 100%;
        height: 100%;
    }

    .code-txt {
        height: 20px;
        line-height: 20px;
        margin-top: 11px;
        text-align: center;
        color: #cfe6f5;
    }

    .ql-owl {
        display: block;
        height: 100px;
        margin: 20px 0;
        overflow: hidden;
    }

    .ql-owl > a {
        display: block;
    }

    .logobox {
        padding-top: 50px;
    }

    .logo-name p {
        font-weight: 500 !important;
        font-size: 31px !important;
        text-shadow: 0px 2px 4px #979797;
        letter-spacing: 6px;
        margin-left: 20px;
    }

    .logo-name p: last-child {
        letter-spacing: 15px;
    }
}

@charset "UTF-8"; /* yui3 reset.css */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

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

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}

/* yui3 fonts */
body {
    color: #333;
    font-size: 14px;
    font-family: 'Microsoft Yahei';
    min-width: 1200px;
}

select, input, button, textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input, button, textarea {
    font-family: 'Microsoft YaHei';
    border: 0;
    outline: 0;
}

input[type='text']::-ms-clear, input[type='password']::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder, input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder, input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder, input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder, input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1; }

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: '';
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */
.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.span1 {
    float: left;
    width: 27px;
}

.span2 {
    float: left;
    width: 78px;
}

.span3 {
    float: left;
    width: 129px;
}

.span4 {
    float: left;
    width: 180px;
}

.span5 {
    float: left;
    width: 231px;
}

.span6 {
    float: left;
    width: 282px;
}

.span7 {
    float: left;
    width: 333px;
}

.span8 {
    float: left;
    width: 384px;
}

.span9 {
    float: left;
    width: 435px;
}

.span10 {
    float: left;
    width: 486px;
}

.span11 {
    float: left;
    width: 537px;
}

.span12 {
    float: left;
    width: 588px;
}

.span13 {
    float: left;
    width: 639px;
}

.span14 {
    float: left;
    width: 690px;
}

.span15 {
    float: left;
    width: 741px;
}

.span16 {
    float: left;
    width: 792px;
}

.span17 {
    float: left;
    width: 843px;
}

.span18 {
    float: left;
    width: 894px;
}

.span19 {
    float: left;
    width: 945px;
}

.span20 {
    float: left;
    width: 996px;
}

.span21 {
    float: left;
    width: 1047px;
}

.span22 {
    float: left;
    width: 1098px;
}

.span23 {
    float: left;
    width: 1149px;
}

.span24 {
    float: left;
    width: 1200px;
}

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

.row {
    overflow: hidden;
}

.ml24 {
    margin-left: 24px;
}

.mt30 {
    margin-top: 30px;
}

/* header */
#header {
    height: 287px;
    background: url('../images/header.png') center top no-repeat;
    background-size: 100% 100%;
}

.ql-logo {
    height: 48px;
    padding-top: 12.5px;
    margin-left: 9px;
}

.logobox {
    padding-top: 9.5px;
}

.topsearch {
    width: 188px;
    height: 32px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.21);
    border: solid 1px #ffffff;
}

.topsearch-input {
    width: 158px;
    height: 32px;
    border: 0;
    background: none;
    line-height: 32px;
    text-indent: 17px;
    color: #fff;
}

.topsearch > input::-webkit-input-placeholder {
    color: #fff;
}

.topsearch > input::-moz-placeholder {
    color: #fff;
}

.topsearch > input:-moz-placeholder {
    color: #fff;
}

.topsearch > input:-ms-input-placeholder {
    color: #fff;
}

.searchbth {
    width: 24px;
    height: 32px;
    background: url('../images/topsearchicon.png') center center no-repeat;
}

.toplink {
    line-height: 34px;
    font-size: 16px;
    color: #fff;
    margin-right: 22px;
}

.nav {
    padding-top: 55px;
}

.nav-list {
    /* margin-left: 9px; */
    height: 58px;
}

.nav-list:first {
    margin-left: 0;
}

.nav-list a {
    display: block;
    padding: 0 20px;
    height: 34px;
    line-height: 34px;
    font-size: 20px;
    color: #ffffff;
    text-shadow: 0px 2px 10px 0px rgba(0, 109, 181, 0.73);
}

.nav-list:hover a, .nav-list.active a {
    color: #024287;
}

.nav-list:hover, .nav-list.active {
    border-bottom: 3px solid #024287;
}

.slogan {
    padding-top: 44px;
}

/* 新增区域样式 */
.header >div {
    position: relative;
}

.area {
    display: flex;
    position: absolute;
    margin-top: 5px;
}

.area-item {
    width: 112px;
    height: 40px;
    line-height: 40px;
    border-radius: 2px;
    background: #0069B0;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.area-item + .area-item {
    margin-left: 10px;
}

.area-item.active {
    background: #198DDB;
}

/* 回到顶部 */
a.reback-top {
    display: none;
    position: fixed;
    right: 10px;
    bottom: 50px;
    width: 72px;
    height: 72px;
    text-align: center;
    z-index: 999;
    background: url('../images/tool_bg.png') repeat;
}

a.reback-top:hover {
    background: #1080cc;
}

a.reback-top img {
    vertical-align: top;
    margin-top: 16px;
}

/* footer */
.footer {
    height: 162px;
    color: #cfe6f5;
    background-color: #30404f;
    margin-top: 10px;
}

.foot-logo {
    margin-top: 22px;
    width: 110px;
    display: block;
}

.foot-logo > a {
    margin-top: 5px;
    display: block;
    text-align: center;
}

.foot-logo > img {
    vertical-align: top;
}

.footer-msg {
    padding-top: 33px;
    line-height: 34px;
}

.footer-msg > p span {
    margin-left: 10px;
}

.footer-msg a {
    color: #cfe6f5;
}

.footer-msg a > img {
    margin-top: 9px;
}

.foot-items > li {
    margin-right: 11px;
    margin-top: 10px;
    float: left;
    width: 165px;
    height: 32px;
    overflow: hidden;
    background: url('../images/foot_list.png') left top no-repeat;
}

.foot-items > li > a {
    padding-left: 50px;
    display: block;
    height: 32px;
    line-height: 32px;
    color: #cfe6f5;
    background: url('../images/ft_ico.png') 17px center no-repeat;
}

.logo-name p {
    color: #fff;
    letter-spacing: 6px;
    text-shadow: rgb(151, 151, 151) 0px 2px 4px;
}

.logo-name p:nth-child(1) {
    font-size: 31px;
    font-weight: bold;
    line-height: 40px;
    margin-top: 20px;
}

.logo-name p:nth-child(2) {
    font-size: 31px;
    line-height: 30px;
    letter-spacing: 7px;
    margin-top: 5px;
    text-align: center;
}

.footer-msg {
    padding-top: 16px;
}

/* 2023-07-19 zsy */
/* .footer-msg {
    margin-right: 162px;
} */
.footer-code {
    margin-top: 18px;
}

.code-img {
    width: 100px;
    height: 100px;
    padding: 7px;
    box-sizing: border-box;
    background-color: #fff;
}

.code-img > img {
    width: 100%;
    height: 100%;
}

.code-txt {
    height: 20px;
    line-height: 20px;
    margin-top: 11px;
    text-align: center;
    color: #cfe6f5;
}

.ql-owl {
    display: block;
    height: 100px;
    margin: 20px 0;
    overflow: hidden;
}

.ql-owl > a {
    display: block;
}

.logobox {
    padding-top: 50px;
}

.logo-name p {
    font-weight: 500 !important;
    font-size: 31px !important;
    text-shadow: 0px 2px 4px #979797;
    letter-spacing: 6px;
    margin-left: 20px;
}

.logo-name p:last-child {
    letter-spacing: 15px;
}

.logo-name p:nth-child(2) {
    font-size: 31px;
    line-height: 30px;
    letter-spacing: 7px;
    margin-top: 5px;
    text-align: center;
}

.footer-msg {
    padding-top: 16px;
}

/* 2023-07-19 zsy */
/* .footer-msg {
    margin-right: 162px;
} */
.footer-code {
    margin-top: 18px;
}

.code-img {
    width: 100px;
    height: 100px;
    padding: 7px;
    box-sizing: border-box;
    background-color: #fff;
}

.code-img > img {
    width: 100%;
    height: 100%;
}

.code-txt {
    height: 20px;
    line-height: 20px;
    margin-top: 11px;
    text-align: center;
    color: #cfe6f5;
}

.ql-owl {
    display: block;
    height: 100px;
    margin: 20px 0;
    overflow: hidden;
}

.ql-owl > a {
    display: block;
}

.logo-name p {
    font-weight: 500 !important;
    font-size: 31px !important;
    text-shadow: 0px 2px 4px #979797;
    letter-spacing: 6px;
    margin-left: 20px;
}

.logo-name p:last-child {
    letter-spacing: 15px;
}
