@charset "UTF-8";
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    font-size: 62.5%;
    font-size: 14px;
}

body {
    margin: 0;
    min-width: 1366px;
}

@media screen and (max-width: 991px) {
    html {
        font-size: 52%;
    }

}

@media screen and (max-width: 767px) {
    html {
        font-size: 52%;
    }

}

img {
    max-width: 100%;
}


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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

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

[hidden] {
    display: none;
}

a {
    background-color: transparent;
}

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

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    margin: .67em 0;
    font-size: 2em;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

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

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: 'Noto Sans SC';
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

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

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

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

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

td,
th {
    padding: 0;
}

@media print {
    *,
    *:before,
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }


    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none;
}

.input-group[class*="col-"] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
    display: table;
    content: " ";
}

.container:after,
.container-fluid:after,
.row:after {
    clear: both;
}


/*banner*/
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table !important;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1319px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1319px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1319px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1319px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1320px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1320px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1320px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1320px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1319px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 1320px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

/*通用样式*/
html {
    overflow-x: hidden;
    overflow-y: auto;
}

* {
    padding: 0;
    margin: 0;
    outline: none;
}

ul, ol, li, dl, dd, dt {
    list-style-type: none;
    line-height: normal;
}

body, button, input, select, textarea {
    font-family: 'Noto Sans SC';
    color: #666666;
}

code, kbd, pre, samp {
    font-family: 'Noto Sans SC';
}

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

a {
    text-decoration: none;
    transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -webkit-tap-highlight-color: rgba(0,  0,  0,  0);
    -webkit-tap-highlight-color:  transparent;
}

a:hover {
    cursor: pointer;
}

img {
    border: 0;
}

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

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-weight: normal;
    font-family: 'Noto Sans SC';
}

h1 {
    font-size: calc(12px + 0.24rem);
}

h2 {
    font-size: calc(12px + 0.12rem);
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: calc(12px + 0.06rem);
}

h5 {
    font-size: calc(12px + 0.02rem);
}

h6 {
    font-size: 12px;
}

input, table, tr, td {
    margin: 0;
    padding: 0;
    border: none;
}

p {
    margin: 0;
    padding: 0;
}

button, table {
    border: none;
    background: none;
    margin: 0;
    padding: 0;
}

select {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans SC';
    outline: none;
}

textarea {
    border: 0;
    background: none;
    resize: none;
    outline: 0;
}

input {
    outline: 0;
    border: 0;
    background: none;
}

button {
    outline: none;
    border: 0;
    background: none;
}

article, aside, dialog, footer, header, section, footer, nav, figure, menu {
    display: block
}

i {
    font-style: normal;
}

.elli {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.clearfix:after {
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    clear: both;
    zoom: 1;
}

* {
    font-family: 'Noto Sans SC';
}

a {
    color: #666666;
}

/*字母大写*/
.D1 {
    text-transform: uppercase;
}

/*字母小写*/
.D2 {
    text-transform: lowercase;
}

/*字母首字母大写*/
.D3 {
    text-transform: capitalize;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;

    /*    margin-left: -14px;
        margin-right: -14px;*/
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;
    min-height: 1px;
    outline: 0;
    /*    padding-left: 14px;
        padding-right: 14px;*/
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    /*display: block;*/
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    /*border: 1px solid transparent;*/
}

.slick-arrow.slick-hidden {
    display: none;
}

/* Slider */
.slick-loading .slick-list {
    background: #fff center center no-repeat;
}

/* Icons */
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    /*src: url('../fonts/slick.eot');
    src: url('../fonts/slick.eot?#iefix') format('embedded-opentype'),
    url('../fonts/slick.woff') format('woff'),
    url('../fonts/slick.ttf') format('truetype'),
    url('../fonts/slick.svg#slick') format('svg');*/
}

/* Arrows */
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    left: 40px;
    top: 50%;
    display: block;
    width: 52px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 100;
}

.slick-next {
    left: auto;
    right: 40px;
}

@media screen and (max-width: 991px) {
    .slick-prev,
    .slick-next {
        width: 30px;
        height: 58px;
        background-size: 30px 58px;

    }

    .slick-next {
        background-size: 30px 58px;
    }
}

@media screen and (max-width: 767px) {
    .slick-prev,
    .slick-next {
        left: 15px;
        width: 26px;
        height: 50px;
        background-size: 26px 50px;

    }

    .slick-next {
        left: auto;
        right: 15px;
        background-size: 26px 50px;
    }
}


/* Dots */

.slick-dots {
    width: 100%;
}

.slick-dots li {
    display: inline-block;
    vertical-align: top;
}

.slick-dots li button {
    font-size: 0;
}


.margin_pc {
    float: left;
    width: 100%;
}

.margin_mobile {
    float: left;
    width: 100%;
    display: none;
}

@media screen and (max-width: 991px) {
    .margin_pc {
        display: none;
    }

    .margin_mobile {
        display: block;
    }
}


._pimg {
    width: 100%;
    overflow: hidden;
}

._pimg ._div {
    position: relative;
    overflow: hidden;
}

._pimg ._img {
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

._pop {
    background: rgba(0, 0, 0, 0.6);
    float: left;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 26;
    display: none;
}

._pop video {
    width: 100%;
}

._col {
    float: left;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    text-align: center;
    cursor: pointer;
    position: absolute;
    right: -40px;
    top: 0;
    width: 40px;
    height: 40px;
    color: #fff;
    line-height: 30px;
    font-size: 50px;
}

._htm {
    float: left;
    width: 800px;
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}

._html_con {
    float: left;
    width: 100%;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 80vh;
}

._html_con::-webkit-scrollbar {
    width: 3px
}

._html_con::-webkit-scrollbar-track {
    background-color: #dadada;
    border-radius: 3px
}

._html_con::-webkit-scrollbar-thumb {
    width: 3px;
    height: 60px;
    background-color: #469e98;
    border-radius: 3px
}


@media screen and (max-width: 767px) {
    ._col {
        right: -5px;
        top: -30px;
        width: 30px;
        height: 30px;
        color: #fff;
        line-height: 20px;
        font-size: 36px;
    }

    ._htm {
        width: 90%;
    }

}


.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}

.fp-slide {
    float: left;
}

.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}

.fp-slides {
    z-index: 1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout: fixed;
    width: 100%;
    overflow-y: auto;
}

.fp-tableCell {
    display: table-cell;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .fp-tableCell {
        vertical-align: bottom;
    }
}

.fp-slidesContainer {
    float: left;
    position: relative;
}

.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}

.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
    overflow: scroll;

}

.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}

#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}

#fp-nav.right {
    right: 17px;
}

@media screen and (max-width: 1199px) {
    #fp-nav.right {
        display: none;
    }
}

#fp-nav.left {
    left: 17px;
}

.fp-slidesNav {
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}

.fp-slidesNav.bottom {
    bottom: 17px;
}

.fp-slidesNav.top {
    top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
    margin: 0;
    padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative;
}

.fp-slidesNav ul li {
    display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #ffa103;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #fdd000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}

#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}


/*底部*/
.b_navs {
    width: 100%;
}

.b_navs .bottomnav {
    width: 100%;
    background: #2a2a2a;
}

.b_navs .bottomnav .top {
    width: 100%;
    padding-top: calc(10px + 0.38rem);
    padding-bottom: calc(10px + 0.2rem);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.b_navs .bottomnav .botnav_tit {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #ffffff;
    padding-left: 10px;
    position: relative;
}

.b_navs .bottomnav .botnav_tit::after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 12px;
    background: #469e98;
    left: 0;
    top: 50%;
    margin-top: -6px;
}

.b_navs .bottomnav .top .flexbox {
    width: 100%;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.b_navs .bottomnav .top .navbox {
    float: left;
    font-size: calc(14px + 0.02rem);
    line-height: calc(20px + 0.1rem);
}

.b_navs .bottomnav .top .navbox .botnav_tit {
    margin-bottom: 10px;
}

.b_navs .bottomnav .top .navbox ._l {
    float: left;
    margin-right: 0.24rem;
}

.b_navs .bottomnav .top .navbox ._r {
    float: left;
}

.b_navs .bottomnav .top .navbox a {
    display: block;
    color: #d7d7d7;
    position: relative;
    padding-left: calc(10px + 0.06rem);
}

.b_navs .bottomnav .top .navbox a::after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #469e98;
    left: 0;
    top: 50%;
    margin-top: -2px;
    transform: rotate(45deg);
}

.b_navs .bottomnav .top .navbox a:hover {
    color: #469e98;
}

.b_navs .bottomnav .top .lxbox {
    float: left;
}

.b_navs .bottomnav .top .lxbox .info {
    float: left;
    width: 100%;
    font-size: calc(14px + 0.02rem);
    line-height: calc(20px + 0.1rem);
    color: #d7d7d7;
    margin-top: 10px;
    padding-left: 10px;
}

.b_navs .bottomnav .top .ewmbox {
    float: left;
}

.b_navs .bottomnav .top .ewmbox .imgs {
    float: left;
    margin-top: calc(14px + 0.04rem);
    padding-left: 10px;
}

.b_navs .bottomnav .top .ewmbox .img {
    float: left;
    width: calc(70px + 0.2rem);
    margin-right: calc(10px + 0.1rem);
}

.b_navs .bottomnav .top .ewmbox .img:last-child {
    margin-right: 0;
}

.b_navs .bottomnav .top .ewmbox img {
    display: block;
    width: 100%;
}

.b_navs .bottomnav .top .ewmbox .name {
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
    color: #d7d7d7;
    margin-top: calc(4px + 0.04rem);
    text-align: center;
}

.b_navs .bottomnav .top .logobox {
    float: left;
}

.b_navs .bottomnav .top .logobox ._img {
    display: block;
    width: 222px;
}

.b_navs .bottomnav .top .logobox ._img img {
    display: block;
    width: 100%;
}

.b_navs .bottomnav .top .logobox .phone {
    display: block;
    width: 100%;
    margin-top: calc(10px + 0.18rem);
}

.b_navs .bottomnav .top .logobox .phone .p1 {
    display: block;
    width: 100%;
    font-size: calc(16px + 0.12rem);
    line-height: calc(20px + 0.12rem);
    color: #ffffff;
    font-weight: bold;
    font-family: "微软雅黑";
    letter-spacing: 1px;
}

.b_navs .bottomnav .top .logobox .phone .p2 {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #747474;
    margin-top: 10px;
}

.b_navs .bottomnav .top .friendlink {
    width: 100%;
    padding-top: calc(10px + 0.22rem);
}

.b_navs .bottomnav .top .friendlink::after {
    content: "";
    display: block;
    clear: both;
}

.b_navs .bottomnav .top .friendlink .abox {
    float: left;
    width: 100%;
    margin-top: calc(8px + 0.08rem);
}

.b_navs .bottomnav .top .friendlink a {
    float: left;
    font-size: 14px;
    line-height: 14px;
    color: #d7d7d7;
    padding: 0 calc(4px + 0.04rem);
    margin: 2px 0;
    border-right: 2px solid #d7d7d7;
}

.b_navs .bottomnav .top .friendlink a:last-child {
    padding-right: 0;
    border-right: none;
}

.b_navs .bottomnav .top .friendlink a:hover {
    color: #469e98;
}

.b_navs .bottomnav .bot {
    width: 100%;
    padding-top: calc(10px + 0.14rem);
    padding-bottom: calc(10px + 0.14rem);
}

.b_navs .bottomnav .bot::after {
    content: "";
    display: block;
    clear: both;
}

.b_navs .bottomnav .bot .copyright {
    float: left;
    font-size: 14px;
    line-height: 18px;
    color: #d7d7d7;
}

.b_navs .bottomnav .bot .copyright a {
    color: #d7d7d7;
    margin-left: calc(6px + 0.07rem);
}

.b_navs .bottomnav .bot .copyright a:hover {
    color: #469e98;
}

.b_navs .bottomnav .bot .other {
    float: right;
    font-size: 14px;
    line-height: 18px;
    color: #d7d7d7;
}

.b_navs .bottomnav .bot .other a {
    color: #d7d7d7;
}

.b_navs .bottomnav .bot .other a:hover {
    color: #469e98;
}

.b_navs .bottomnav .bot .other i {
    margin: 0 6px;
}

@media screen and (max-width: 1024px) {
    .b_navs {
        display: none;
    }

    .b_navs .bottomnav .top .navbox {
        display: none;
    }

    .b_navs .bottomnav .top .friendlink {
        display: none;
    }

    .b_navs .bottomnav .top .lxbox {
        display: none;
    }

    .b_navs .bottomnav .top .ewmbox {
        width: 40%;
    }

    .b_navs .bottomnav .top .ewmbox .img {
        width: 90px;
    }

    .b_navs .bottomnav .top .logobox {
        width: 60%;
    }

    .b_navs .bottomnav .top .logobox .inbox {
        float: right;
    }
}

@media screen and (max-width: 767px) {
    .b_navs .bottomnav .top {
        padding-top: calc(10px + 0.38rem);
        padding-bottom: calc(10px + 0.38rem);
    }

    .b_navs .bottomnav .top .flexbox {
        padding-bottom: 0;
        flex-direction: row-reverse;
        align-items: center;
    }

    .b_navs .bottomnav .botnav_tit {
        display: none;
    }

    .b_navs .bottomnav .top .logobox .inbox {
        float: left;
    }

    .b_navs .bottomnav .top .ewmbox {
        width: 100%;
    }

    .b_navs .bottomnav .top .ewmbox .imgs {
        float: right;
        padding-left: 0;
        margin-top: 0;
    }

    .b_navs .bottomnav .bot .copyright {
        width: 100%;
        text-align: center;
    }

    .b_navs .bottomnav .bot .other {
        width: 100%;
        text-align: center;
        margin-top: 4px;
    }
}

/*底导航漂浮*/
.b_navs .q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.b_navs .pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #469e98;
    z-index: 16;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
}

.b_navs .pf_down li {
    width: 33.3%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.b_navs .pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.b_navs .pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.b_navs .pf_down li.l1 .ico7 {
    background: url(/img/img4.png) no-repeat center;
    background-size: 20px 20px;
}

.b_navs .pf_down li.l2 .ico7 {
    background: url(/img/img3.png) no-repeat center;
    background-size: 20px 20px;
}

.b_navs .pf_down li.l3 .ico7 {
    background: url(/img/img2.png) no-repeat center;
    background-size: 20px 20px;
}

.b_navs .pf_down li:last-child {
    border: none;
}

.b_navs .pf_down li:nth-child(3n) {
    border: none;
}


.footD {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 20;
    background: rgba(0, 0, 0, 0.6);
}

.footD .box {
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.12rem;
    padding-bottom: 0.12rem;
}

.footD .left {
    float: left;
    width: 32%;
}

.footD .left .logo {
    float: left;
    width: 100%;
    line-height: 0;
}

.footD .left .logo img {
    height: calc(20px + 0.02rem)
}

.footD .left .p {
    float: left;
    width: 100%;
    color: #fff;
    font-size: calc(14px + 0.02rem);
    line-height: calc(20px + 0.04rem);
    margin-top: 2px;
}

.footD .left .info {
    float: left;
    width: 100%;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
}

.footD .form {
    float: right;
    width: 65.84%;
}

.footD .form .lab {
    float: left;
    width: 23%;
    position: relative;
    margin-left: 2%;
    margin-top: 0.09rem;
    margin-bottom: 0.09rem;
}

.footD .form .jt:after {
    float: right;
    content: '';
    position: absolute;
    right: 0.2rem;
    top: 50%;
    border-bottom: 1px solid #bbb6b6;
    border-right: 1px solid #bbb6b6;
    transform: translate(0%, -50%) rotate(45deg);
    -ms-transform: translate(0%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    margin-top: -2px;
}

.footD .form .text {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: calc(14px + 0.02rem);
    line-height: calc(30px + 0.08rem);
    height: calc(30px + 0.18rem);
    padding: 0.05rem 0.22rem;
    border: 1px solid rgba(255, 255, 255, 0.31);
    border-radius: calc(30px + 0.18rem);
    background: none;
}

.footD .form .submit {
    float: left;
    width: 100%;
    position: relative;
    color: #fff;
    font-size: calc(14px + 0.02rem);
    line-height: calc(30px + 0.08rem);
    height: calc(30px + 0.18rem);
    padding: 0;
    border: 0;
    border-radius: calc(30px + 0.18rem);
    background: url(/img/foot2.jpg) center repeat;
    background-size: 100% 100%;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.footD .form .submit:hover {
    background: #469e98;
}

.footD .form .down li {
    float: left;
    width: 100%;
    color: #fff;
    font-size: calc(12px + 0.02rem);
    line-height: 26px;
    padding: 0 22px;
    cursor: pointer;
}

.footD .form .down li:hover {
    opacity: 0.8;
}

.footD .form .down {
    float: left;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 100%;
    background: #469e98;
    padding: 12px 0;
    border-radius: 0.15rem;
    display: none;
    overflow: hidden;
    overflow-y: auto;
    scrollbar-width: thin;
    max-height: 208px
}

.footD .form .down::-webkit-scrollbar {
    width: 3px
}

.footD .form .down::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 3px
}

.footD .form .down::-webkit-scrollbar-thumb {
    width: 3px;
    height: 60px;
    background-color: #469e98;
    border-radius: 3px
}

.footD ::-webkit-input-placeholder {
    color: #fff
}

.footD :-moz-placeholder {
    color: #fff
}

.footD ::-moz-placeholder {
    color: #fff
}

.footD :-ms-input-placeholder {
    color: #fff
}

@media screen and (max-width: 1024px) {
    .footD {
        display: none;
    }

    .footD .left {
        width: 36%;
    }

    .footD .form {
        width: 63%;
    }

    .footD .form .lab {
        width: 48%;
    }
}

@media screen and (max-width: 767px) {
    .footD .left {
        width: 100%;
        margin-top: 0.15rem;
    }

    .footD .form {
        width: 100%;
        margin-top: 0.2rem;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .footD .form .lab {
        width: 48.5%;
        margin-top: 0.15rem;
        margin-bottom: 0.15rem;
    }

    .footD .form .lab:nth-child(2n+1) {
        margin-left: 0;
    }

    .footD .form .text {
        padding: 0.05rem 0.4rem
    }

}


.footPH {
    padding-top: 1.5rem;
    padding-bottom: 1.1rem;
    display: none;
    text-align: center;
    margin-bottom: 50px;
}

.footPH .ico {
    float: left;
    width: 100%;
    line-height: 0;
}

.footPH .ico img {
    width: 2.98rem;
    box-shadow: 0 0.15rem 0.35rem rgba(37, 91, 89, 0.14);
}

.footPH .tit {
    float: left;
    width: 100%;
    color: #666;
    font-size: calc(12px + 0.02rem);
    line-height: calc(20px + 0.04rem);
    margin: 0.22rem 0 0.6rem 0;
}

.footPH .copyright {
    float: left;
    width: 100%;
    color: #999;
    font-size: 12px;
    line-height: calc(20px + 0.02rem);
}

.footPH .copyright a {
    color: #999;
}

.footPH .copyright a:hover {
    color: #255b59;
}

.footB {
    padding: 0.05rem 0.42rem;
    display: none;
    box-shadow: 0 0.15rem 0.5rem rgba(37, 91, 89, 0.24);
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 19;
}

.footB .li {
    float: left;
    margin: 0 0.12rem;
}

.footB .li a {
    float: left;
    color: #666;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    padding: 2px 0 4px 0;
}

.footB .li a img {
    min-width: 22px;
    width: 22px;
    height: 22px;
    margin-top: 4px;
}

.footB .li a span {
    margin-top: 2px;
}

.footB .btn {
    float: left;
    width: 48.5%;
    margin-left: 0.04rem;
}

.footB .btn a {
    float: left;
    width: 100%;
    background: #255b59;
    color: #fff;
    font-size: 14px;
    line-height: 36px;
    border-radius: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footB .btn a img {
    min-width: 20px;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

@media screen and (max-width: 1024px) {
    .footPH {
        display: inline-block;
    }

    .footB {
        display: inline-flex;
    }
}
