@charset "utf-8";

/*tsx layout*/
*,
*::before,
*::after {
    box-sizing: border-box;
    -webkit-text-size-adjust: none
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    background-color: #fff;
}

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

body {
    margin: 0 auto;
    font-family: arial, helvetica, "Microsoft YaHei", "PingFang SC", sans-serif !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #363636;
    text-align: left;
    background-color: #fff;
    max-width: 1920px
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 10px;
}

p {
    margin-top: 0;
    margin-bottom: 10px;
}

dl,
dt,
dd,
ol,
ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 0 0 10px;
}

b,
strong {
    font-weight: bolder;
}

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

sub {
    bottom: -.25em;
}

sup {
    top: -.5em;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
}

a:not([href]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):hover {
    color: inherit;
    text-decoration: none;
}

img {
    vertical-align: middle;
    border-style: none;
    max-width: 100%
}

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

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

label {
    display: inline-block;
    margin-bottom: 10px;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[role="button"] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

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

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled),
.btn:not(.disabled) {
    cursor: pointer;
}

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

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

textarea {
    overflow: auto;
    resize: vertical;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

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

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

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

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

output {
    display: inline-block;
}

summary {
    display: list-item;
    cursor: pointer;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 400;
    line-height: 1.2;
}

h1,
.h1 {
    font-size: 40px;
}

h2,
.h2 {
    font-size: 32px;
}

h3,
.h3 {
    font-size: 28px;
}

h4,
.h4 {
    font-size: 24px;
}

h5,
.h5 {
    font-size: 20px;
}

h6,
.h6 {
    font-size: 16px;
}

.lead {
    font-size: 20px;
    font-weight: 300;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

hr.dashed {
    border-top-style: dashed
}

hr.light {
    border-top: 1px solid rgba(255, 255, 255, .3)
}

small,
.small {
    font-size: 80%;
    font-weight: 400;
}

.list-inline {
    padding-left: 0;
    list-style: none;
}

.list-inline-item {
    display: inline-block;
    vertical-align: middle
}

.list-inline-item:not(:last-child) {
    margin-right: 5px;
}

.container,
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.content-wrap {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    pointer-events: auto;
    content: "";
    background-color: rgba(0, 0, 0, 0);
}

@media (min-width:769px) {
    .container {
        width: 1170px
    }

    .content-wrap {
        min-width: 1170px
    }
}

@media(max-width:768px) {

    .wrap-responsive,
    .wrap-responsive-y {
        -ms-overflow-style: -ms-autohiding-scrollbar;
        -webkit-overflow-scrolling: touch;
        touch-action: manipulation;
    }

    .wrap-responsive {
        min-width: 100%;
        overflow-y: hidden;
        overflow-x: auto;
    }

    .wrap-responsive-y {
        height: 100%;
        overflow-y: auto;
    }

    .stretched-link-sm::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 2;
        pointer-events: auto;
        content: "";
        background-color: rgba(0, 0, 0, 0);
    }
}

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

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

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.gutters-10 {
    margin-left: -10px;
    margin-right: -10px
}

.gutters-10>.col,
.gutters-10>[class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}

.gutters-5 {
    margin-left: -5px;
    margin-right: -5px
}

.gutters-5>.col,
.gutters-5>[class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}

.portfolio {
    margin-right: -15px;
    margin-bottom: -15px;
}

.portfolio>.portfolio-item {
    padding-right: 15px;
    padding-bottom: 15px;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.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,
.col-sm,
.col-sm-auto,
.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,
.col-lg,
.col-lg-auto,
.col-one-fifth,
.col-two-fifth,
.col-three-fifth,
.col-four-fifth,
.col-lg-one-fifth,
.col-lg-two-fifth,
.col-lg-three-fifth,
.col-lg-four-fifth,
.col-sm-one-fifth,
.col-sm-two-fifth,
.col-sm-three-fifth,
.col-sm-four-fifth {
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 0;
    max-width: 100%
}

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

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

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

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

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

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

.row-cols-8>* {
    -ms-flex: 0 0 12.5%;
    flex: 0 0 12.5%;
    max-width: 12.5%
}

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

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%
}

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

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
}

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

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
}

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

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
}

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

.col-one-fifth {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%
}

.col-two-fifth {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%
}

.col-three-fifth {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%
}

.col-four-fifth {
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%
}

.order-first {
    -ms-flex-order: -1;
    order: -1
}

.order-last {
    -ms-flex-order: 13;
    order: 13
}

.order-0 {
    -ms-flex-order: 0;
    order: 0
}

.order-1 {
    -ms-flex-order: 1;
    order: 1
}

.order-2 {
    -ms-flex-order: 2;
    order: 2
}

.order-3 {
    -ms-flex-order: 3;
    order: 3
}

.order-4 {
    -ms-flex-order: 4;
    order: 4
}

.order-5 {
    -ms-flex-order: 5;
    order: 5
}

.order-6 {
    -ms-flex-order: 6;
    order: 6
}

.order-7 {
    -ms-flex-order: 7;
    order: 7
}

.order-8 {
    -ms-flex-order: 8;
    order: 8
}

.order-9 {
    -ms-flex-order: 9;
    order: 9
}

.order-10 {
    -ms-flex-order: 10;
    order: 10
}

.order-11 {
    -ms-flex-order: 11;
    order: 11
}

.order-12 {
    -ms-flex-order: 12;
    order: 12
}

.offset-1 {
    margin-left: 8.333333%
}

.offset-2 {
    margin-left: 16.666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.333333%
}

.offset-5 {
    margin-left: 41.666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.333333%
}

.offset-8 {
    margin-left: 66.666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.333333%
}

.offset-11 {
    margin-left: 91.666667%
}

@media (max-width:768px) {
    .gutters-sm-10 {
        margin-left: -10px;
        margin-right: -10px
    }

    .gutters-sm-10>.col,
    .gutters-sm-10>[class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .gutters-sm-5 {
        margin-left: -5px;
        margin-right: -5px
    }

    .gutters-sm-5>.col,
    .gutters-sm-5>[class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gutters-sm-2 {
        margin-left: -2px;
        margin-right: -2px
    }

    .gutters-sm-2>.col,
    .gutters-sm-2>[class*="col-"] {
        padding-right: 2px;
        padding-left: 2px;
    }

    .no-gutters-sm {
        margin-right: 0;
        margin-left: 0;
    }

    .no-gutters-sm>.col,
    .no-gutters-sm>[class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }

    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

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

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

    .row-cols-sm-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-sm-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .gutters-10{
        margin-left: 5px;
        margin-right: 5px;
    }
    .col-sm-one-fifth {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-sm-two-fifth {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-sm-three-fifth {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-sm-four-fifth {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .order-sm-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-sm-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

    .offset-sm-1 {
        margin-left: 8.333333%
    }

    .offset-sm-2 {
        margin-left: 16.666667%
    }

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

    .offset-sm-4 {
        margin-left: 33.333333%
    }

    .offset-sm-5 {
        margin-left: 41.666667%
    }

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

    .offset-sm-7 {
        margin-left: 58.333333%
    }

    .offset-sm-8 {
        margin-left: 66.666667%
    }

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

    .offset-sm-10 {
        margin-left: 83.333333%
    }

    .offset-sm-11 {
        margin-left: 91.666667%
    }
}

@media (min-width:769px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        min-width: 0;
        max-width: 100%
    }

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

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

    .row-cols-lg-3>* {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

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

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

    .row-cols-lg-6>* {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

    .row-cols-lg-8>* {
        -ms-flex: 0 0 12.5%;
        flex: 0 0 12.5%;
        max-width: 12.5%
    }

    .gutters-lg-10 {
        margin-left: -10px;
        margin-right: -10px
    }

    .gutters-lg-10>.col,
    .gutters-lg-10>[class*="col-"] {
        padding-right: 10px;
        padding-left: 10px;
    }

    .gutters-lg-5 {
        margin-left: -5px;
        margin-right: -5px
    }

    .gutters-lg-5>.col,
    .gutters-lg-5>[class*="col-"] {
        padding-right: 5px;
        padding-left: 5px;
    }

    .gutters-lg-2 {
        margin-left: -2px;
        margin-right: -2px
    }

    .gutters-lg-2>.col,
    .gutters-lg-2>[class*="col-"] {
        padding-right: 2px;
        padding-left: 2px;
    }

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

    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%
    }

    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%
    }

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

    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%
    }

    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%
    }

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

    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%
    }

    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%
    }

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

    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%
    }

    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%
    }

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

    .col-lg-one-fifth {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .col-lg-two-fifth {
        -ms-flex: 0 0 40%;
        flex: 0 0 40%;
        max-width: 40%
    }

    .col-lg-three-fifth {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%
    }

    .col-lg-four-fifth {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%
    }

    .order-lg-first {
        -ms-flex-order: -1;
        order: -1
    }

    .order-lg-last {
        -ms-flex-order: 13;
        order: 13
    }

    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

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

    .offset-lg-1 {
        margin-left: 8.333333%
    }

    .offset-lg-2 {
        margin-left: 16.666667%
    }

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

    .offset-lg-4 {
        margin-left: 33.333333%
    }

    .offset-lg-5 {
        margin-left: 41.666667%
    }

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

    .offset-lg-7 {
        margin-left: 58.333333%
    }

    .offset-lg-8 {
        margin-left: 66.666667%
    }

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

    .offset-lg-10 {
        margin-left: 83.333333%
    }

    .offset-lg-11 {
        margin-left: 91.666667%
    }
}

.btn {
    border-radius: 4px;
    height: 40px;
    padding: 0 16px;
    letter-spacing: 0.2px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    background-color: transparent;
    border: 1px solid transparent;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out;
    position: relative
}

@media (prefers-reduced-motion:reduce) {
    .btn {
        transition: none
    }
}

.btn:hover {
    color: #212529;
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
}

.btn.br-4 {
    border-radius: 4px;
}

.btn.disabled,
.btn:disabled {
    opacity: .65;
    pointer-events: none
}

a.btn.disabled,
fieldset:disabled a.btn {
    pointer-events: none
}

.form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #abe6d7;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #229d7b;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(45, 189, 149, .2);
    z-index: 2
}

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

.d-none {
    display: none !important
}

.d-inline {
    display: inline !important
}

.d-inline-block {
    display: inline-block !important
}

.d-block {
    display: block !important
}

.d-table {
    display: table !important
}

.d-table-row {
    display: table-row !important
}

.d-table-cell {
    display: table-cell !important
}

.d-flex {
    display: -ms-flexbox !important;
    display: flex !important
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: inline-flex !important
}

@media (max-width:768px) {
    .d-sm-none {
        display: none !important
    }

    .d-sm-inline {
        display: inline !important
    }

    .d-sm-inline-block {
        display: inline-block !important
    }

    .d-sm-block {
        display: block !important
    }

    .d-sm-table {
        display: table !important
    }

    .d-sm-table-row {
        display: table-row !important
    }

    .d-sm-table-cell {
        display: table-cell !important
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

@media (min-width:769px) {
    .d-lg-none {
        display: none !important
    }

    .d-lg-inline {
        display: inline !important
    }

    .d-lg-inline-block {
        display: inline-block !important
    }

    .d-lg-block {
        display: block !important
    }

    .d-lg-table {
        display: table !important
    }

    .d-lg-table-row {
        display: table-row !important
    }

    .d-lg-table-cell {
        display: table-cell !important
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: flex !important
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: inline-flex !important
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important
}

.flex-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important
}

.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important
}

.flex-grow-0 {
    -ms-flex-positive: 0 !important;
    flex-grow: 0 !important
}

.flex-grow-1 {
    -ms-flex-positive: 1 !important;
    flex-grow: 1 !important
}

.flex-shrink-0 {
    -ms-flex-negative: 0 !important;
    flex-shrink: 0 !important
}

.flex-shrink-1 {
    -ms-flex-negative: 1 !important;
    flex-shrink: 1 !important
}

.justify-content-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important
}

.justify-content-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important
}

.align-items-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important
}

.align-items-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important
}

@media (max-width:768px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-sm-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-sm-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-sm-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-sm-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-sm-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-sm-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

@media (min-width:769px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        flex-direction: row !important
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        flex-direction: column !important
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        flex-direction: row-reverse !important
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        flex-direction: column-reverse !important
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important
    }

    .flex-lg-fill {
        -ms-flex: 1 1 auto !important;
        flex: 1 1 auto !important
    }

    .flex-lg-grow-0 {
        -ms-flex-positive: 0 !important;
        flex-grow: 0 !important
    }

    .flex-lg-grow-1 {
        -ms-flex-positive: 1 !important;
        flex-grow: 1 !important
    }

    .flex-lg-shrink-0 {
        -ms-flex-negative: 0 !important;
        flex-shrink: 0 !important
    }

    .flex-lg-shrink-1 {
        -ms-flex-negative: 1 !important;
        flex-shrink: 1 !important
    }

    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        justify-content: flex-start !important
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        justify-content: flex-end !important
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        justify-content: center !important
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        justify-content: space-between !important
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important
    }

    .align-items-lg-start {
        -ms-flex-align: start !important;
        align-items: flex-start !important
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        align-items: flex-end !important
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        align-items: center !important
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        align-items: baseline !important
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        align-items: stretch !important
    }

    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important
    }

    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important
    }
}

.float-left {
    float: left !important
}

.float-right {
    float: right !important
}

.float-none {
    float: none !important
}

@media (max-width:768px) {
    .float-sm-left {
        float: left !important
    }

    .float-sm-right {
        float: right !important
    }

    .float-sm-none {
        float: none !important
    }
}

@media (min-width:769px) {
    .float-lg-left {
        float: left !important
    }

    .float-lg-right {
        float: right !important
    }

    .float-lg-none {
        float: none !important
    }
}

.overflow-auto {
    overflow: auto !important
}

.overflow-hidden {
    overflow: hidden !important
}

.position-static {
    position: static !important
}

.position-relative {
    position: relative !important
}

.position-absolute {
    position: absolute !important
}

.position-fixed {
    position: fixed !important
}

.position-sticky {
    position: -webkit-sticky !important;
    position: sticky !important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

.w-25 {
    width: 25% !important
}

.w-50 {
    width: 50% !important
}

.w-60 {
    width: 60% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.w-auto {
    width: auto !important
}

.h-25 {
    height: 25% !important
}

.h-50 {
    height: 50% !important
}

.h-75 {
    height: 75% !important
}

.h-100 {
    height: 100% !important
}

.h-auto {
    height: auto !important
}

.mw-100 {
    max-width: 100% !important
}

.mh-100 {
    max-height: 100% !important
}

.min-vw-100 {
    min-width: 100vw !important
}

.min-vh-100 {
    min-height: 100vh !important
}

.vw-100 {
    width: 100vw !important
}

.vh-100 {
    height: 100vh !important
}

.m-0 {
    margin: 0 !important
}

.mt-0,
.my-0 {
    margin-top: 0 !important
}

.mr-0,
.mx-0 {
    margin-right: 0 !important
}

.mb-0,
.my-0 {
    margin-bottom: 0 !important
}

.ml-0,
.mx-0 {
    margin-left: 0 !important
}

.mr-tiny {
    margin-right: 3px !important
}

.ml-tiny {
    margin-left: 3px !important
}

.m-1 {
    margin: 5px !important
}

.mt-1,
.my-1 {
    margin-top: 5px !important
}

.mr-1,
.mx-1 {
    margin-right: 5px !important
}

.mb-1,
.my-1 {
    margin-bottom: 5px !important
}

.ml-1,
.mx-1 {
    margin-left: 5px !important
}

.m-2 {
    margin: 10px !important
}

.mt-2,
.my-2 {
    margin-top: 10px !important
}

.mr-2,
.mx-2 {
    margin-right: 10px !important
}

.mb-2,
.my-2 {
    margin-bottom: 10px !important
}

.ml-2,
.mx-2 {
    margin-left: 10px !important
}

.m-3 {
    margin: 15px !important
}

.mt-3,
.my-3 {
    margin-top: 15px !important
}

.mr-3,
.mx-3 {
    margin-right: 15px !important
}

.mb-3,
.my-3 {
    margin-bottom: 15px !important
}

.ml-3,
.mx-3 {
    margin-left: 15px !important
}

.m-4 {
    margin: 20px !important
}

.mt-4,
.my-4 {
    margin-top: 20px !important
}

.mr-4,
.mx-4 {
    margin-right: 20px !important
}

.mb-4,
.my-4 {
    margin-bottom: 20px !important
}

.ml-4,
.mx-4 {
    margin-left: 20px !important
}

.m-5 {
    margin: 25px !important
}

.mt-5,
.my-5 {
    margin-top: 25px !important
}

.mr-5,
.mx-5 {
    margin-right: 25px !important
}

.mb-5,
.my-5 {
    margin-bottom: 25px !important
}

.ml-5,
.mx-5 {
    margin-left: 25px !important
}

.m-6 {
    margin: 25px !important
}

.mt-6,
.my-6 {
    margin-top: 30px !important
}

.mr-6,
.mx-6 {
    margin-right: 30px !important
}

.mb-6,
.my-6 {
    margin-bottom: 30px !important
}

.ml-6,
.mx-6 {
    margin-left: 30px !important
}

.p-0 {
    padding: 0 !important
}

.pt-0,
.py-0 {
    padding-top: 0 !important
}

.pr-0,
.px-0 {
    padding-right: 0 !important
}

.pb-0,
.py-0 {
    padding-bottom: 0 !important
}

.pl-0,
.px-0 {
    padding-left: 0 !important
}

.p-1 {
    padding: 5px !important
}

.pt-1,
.py-1 {
    padding-top: 5px !important
}

.pr-1,
.px-1 {
    padding-right: 5px !important
}

.pb-1,
.py-1 {
    padding-bottom: 5px !important
}

.pl-1,
.px-1 {
    padding-left: 5px !important
}

.p-2 {
    padding: 10px !important
}

.pt-2,
.py-2 {
    padding-top: 10px !important
}

.pr-2,
.px-2 {
    padding-right: 10px !important
}

.pb-2,
.py-2 {
    padding-bottom: 10px !important
}

.pl-2,
.px-2 {
    padding-left: 10px !important
}

.p-3 {
    padding: 15px !important
}

.pt-3,
.py-3 {
    padding-top: 15px !important
}

.pr-3,
.px-3 {
    padding-right: 15px !important
}

.pb-3,
.py-3 {
    padding-bottom: 15px !important
}

.pl-3,
.px-3 {
    padding-left: 15px !important
}

.p-4 {
    padding: 20px !important
}

.pt-4,
.py-4 {
    padding-top: 20px !important
}

.pr-4,
.px-4 {
    padding-right: 20px !important
}

.pb-4,
.py-4 {
    padding-bottom: 20px !important
}

.pl-4,
.px-4 {
    padding-left: 20px !important
}

.p-5 {
    padding: 25px !important
}

.pt-5,
.py-5 {
    padding-top: 25px !important
}

.pr-5,
.px-5 {
    padding-right: 25px !important
}

.pb-5,
.py-5 {
    padding-bottom: 25px !important
}

.pl-5,
.px-5 {
    padding-left: 25px !important
}

.p-6 {
    padding: 25px !important
}

.pt-6,
.py-6 {
    padding-top: 30px !important
}

.pr-6,
.px-6 {
    padding-right: 30px !important
}

.pb-6,
.py-6 {
    padding-bottom: 30px !important
}

.pl-6,
.px-6 {
    padding-left: 30px !important
}

.m-n1 {
    margin: -5px !important
}

.mt-n1,
.my-n1 {
    margin-top: -5px !important
}

.mr-n1,
.mx-n1 {
    margin-right: -5px !important
}

.mb-n1,
.my-n1 {
    margin-bottom: -5px !important
}

.ml-n1,
.mx-n1 {
    margin-left: -5px !important
}

.m-n2 {
    margin: -10px !important
}

.mt-n2,
.my-n2 {
    margin-top: -10px !important
}

.mr-n2,
.mx-n2 {
    margin-right: -10px !important
}

.mb-n2,
.my-n2 {
    margin-bottom: -10px !important
}

.ml-n2,
.mx-n2 {
    margin-left: -10px !important
}

.m-n3 {
    margin: -15px !important
}

.mt-n3,
.my-n3 {
    margin-top: -15px !important
}

.mr-n3,
.mx-n3 {
    margin-right: -15px !important
}

.mb-n3,
.my-n3 {
    margin-bottom: -15px !important
}

.ml-n3,
.mx-n3 {
    margin-left: -15px !important
}

.m-n4 {
    margin: -20px !important
}

.mt-n4,
.my-n4 {
    margin-top: -20px !important
}

.mr-n4,
.mx-n4 {
    margin-right: -20px !important
}

.mb-n4,
.my-n4 {
    margin-bottom: -20px !important
}

.ml-n4,
.mx-n4 {
    margin-left: -20px !important
}

.m-n5 {
    margin: -25px !important
}

.mt-n5,
.my-n5 {
    margin-top: -25px !important
}

.mr-n5,
.mx-n5 {
    margin-right: -25px !important
}

.mb-n5,
.my-n5 {
    margin-bottom: -25px !important
}

.ml-n5,
.mx-n5 {
    margin-left: -25px !important
}

.m-n6 {
    margin: -25px !important
}

.mt-n6,
.my-n6 {
    margin-top: -30px !important
}

.mr-n6,
.mx-n6 {
    margin-right: -30px !important
}

.mb-n6,
.my-n6 {
    margin-bottom: -30px !important
}

.ml-n6,
.mx-n6 {
    margin-left: -30px !important
}

.m-auto {
    margin: auto !important
}

.mt-auto,
.my-auto {
    margin-top: auto !important
}

.mr-auto,
.mx-auto {
    margin-right: auto !important
}

.mb-auto,
.my-auto {
    margin-bottom: auto !important
}

.ml-auto,
.mx-auto {
    margin-left: auto !important
}

@media (max-width:768px) {
    .w-sm-50 {
        width: 50% !important
    }

    .w-sm-60 {
        width: 60% !important
    }

    .w-sm-100 {
        width: 100% !important
    }

    .m-sm-0 {
        margin: 0 !important
    }

    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0 !important
    }

    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0 !important
    }

    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0 !important
    }

    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0 !important
    }

    .m-sm-1 {
        margin: 5px !important
    }

    .mt-sm-1,
    .my-sm-1 {
        margin-top: 5px !important
    }

    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 5px !important
    }

    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 5px !important
    }

    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 5px !important
    }

    .m-sm-2 {
        margin: 10px !important
    }

    .mt-sm-2,
    .my-sm-2 {
        margin-top: 10px !important
    }

    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 10px !important
    }

    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 10px !important
    }

    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 10px !important
    }

    .m-sm-3 {
        margin: 15px !important
    }

    .mt-sm-3,
    .my-sm-3 {
        margin-top: 15px !important
    }

    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 15px !important
    }

    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 15px !important
    }

    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 15px !important
    }

    .m-sm-4 {
        margin: 20px !important
    }

    .mt-sm-4,
    .my-sm-4 {
        margin-top: 20px !important
    }

    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 20px !important
    }

    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 20px !important
    }

    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 20px !important
    }

    .m-sm-5 {
        margin: 25px !important
    }

    .mt-sm-5,
    .my-sm-5 {
        margin-top: 25px !important
    }

    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 25px !important
    }

    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 25px !important
    }

    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 25px !important
    }

    .m-sm-6 {
        margin: 30px !important
    }

    .mt-sm-6,
    .my-sm-6 {
        margin-top: 30px !important
    }

    .mr-sm-6,
    .mx-sm-6 {
        margin-right: 30px !important
    }

    .mb-sm-6,
    .my-sm-6 {
        margin-bottom: 30px !important
    }

    .ml-sm-6,
    .mx-sm-6 {
        margin-left: 30px !important
    }

    .p-sm-0 {
        padding: 0 !important
    }

    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0 !important
    }

    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0 !important
    }

    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0 !important
    }

    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0 !important
    }

    .p-sm-1 {
        padding: 5px !important
    }

    .pt-sm-1,
    .py-sm-1 {
        padding-top: 5px !important
    }

    .pr-sm-1,
    .px-sm-1 {
        padding-right: 5px !important
    }

    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 5px !important
    }

    .pl-sm-1,
    .px-sm-1 {
        padding-left: 5px !important
    }

    .p-sm-2 {
        padding: 10px !important
    }

    .pt-sm-2,
    .py-sm-2 {
        padding-top: 10px !important
    }

    .pr-sm-2,
    .px-sm-2 {
        padding-right: 10px !important
    }

    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 10px !important
    }

    .pl-sm-2,
    .px-sm-2 {
        padding-left: 10px !important
    }

    .p-sm-3 {
        padding: 15px !important
    }

    .pt-sm-3,
    .py-sm-3 {
        padding-top: 15px !important
    }

    .pr-sm-3,
    .px-sm-3 {
        padding-right: 15px !important
    }

    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 15px !important
    }

    .pl-sm-3,
    .px-sm-3 {
        padding-left: 15px !important
    }

    .p-sm-4 {
        padding: 20px !important
    }

    .pt-sm-4,
    .py-sm-4 {
        padding-top: 20px !important
    }

    .pr-sm-4,
    .px-sm-4 {
        padding-right: 20px !important
    }

    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 20px !important
    }

    .pl-sm-4,
    .px-sm-4 {
        padding-left: 20px !important
    }

    .p-sm-5 {
        padding: 25px !important
    }

    .pt-sm-5,
    .py-sm-5 {
        padding-top: 25px !important
    }

    .pr-sm-5,
    .px-sm-5 {
        padding-right: 25px !important
    }

    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 25px !important
    }

    .pl-sm-5,
    .px-sm-5 {
        padding-left: 25px !important
    }

    .p-sm-6 {
        padding: 25px !important
    }

    .pt-sm-6,
    .py-sm-6 {
        padding-top: 30px !important
    }

    .pr-sm-6,
    .px-sm-6 {
        padding-right: 30px !important
    }

    .pb-sm-6,
    .py-sm-6 {
        padding-bottom: 30px !important
    }

    .pl-sm-6,
    .px-sm-6 {
        padding-left: 30px !important
    }

    .m-sm-n1 {
        margin: -5px !important
    }

    .mt-sm-n1,
    .my-sm-n1 {
        margin-top: -5px !important
    }

    .mr-sm-n1,
    .mx-sm-n1 {
        margin-right: -5px !important
    }

    .mb-sm-n1,
    .my-sm-n1 {
        margin-bottom: -5px !important
    }

    .ml-sm-n1,
    .mx-sm-n1 {
        margin-left: -5px !important
    }

    .m-sm-n2 {
        margin: -10px !important
    }

    .mt-sm-n2,
    .my-sm-n2 {
        margin-top: -10px !important
    }

    .mr-sm-n2,
    .mx-sm-n2 {
        margin-right: -10px !important
    }

    .mb-sm-n2,
    .my-sm-n2 {
        margin-bottom: -10px !important
    }

    .ml-sm-n2,
    .mx-sm-n2 {
        margin-left: -10px !important
    }

    .m-sm-n3 {
        margin: -15px !important
    }

    .mt-sm-n3,
    .my-sm-n3 {
        margin-top: -15px !important
    }

    .mr-sm-n3,
    .mx-sm-n3 {
        margin-right: -15px !important
    }

    .mb-sm-n3,
    .my-sm-n3 {
        margin-bottom: -15px !important
    }

    .ml-sm-n3,
    .mx-sm-n3 {
        margin-left: -15px !important
    }

    .m-sm-n4 {
        margin: -20px !important
    }

    .mt-sm-n4,
    .my-sm-n4 {
        margin-top: -20px !important
    }

    .mr-sm-n4,
    .mx-sm-n4 {
        margin-right: -20px !important
    }

    .mb-sm-n4,
    .my-sm-n4 {
        margin-bottom: -20px !important
    }

    .ml-sm-n4,
    .mx-sm-n4 {
        margin-left: -20px !important
    }

    .m-sm-n5 {
        margin: -25px !important
    }

    .mt-sm-n5,
    .my-sm-n5 {
        margin-top: -25px !important
    }

    .mr-sm-n5,
    .mx-sm-n5 {
        margin-right: -25px !important
    }

    .mb-sm-n5,
    .my-sm-n5 {
        margin-bottom: -25px !important
    }

    .ml-sm-n5,
    .mx-sm-n5 {
        margin-left: -25px !important
    }

    .m-sm-auto {
        margin: auto !important
    }

    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto !important
    }

    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto !important
    }

    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto !important
    }

    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto !important
    }
}

@media (min-width:769px) {
    .w-lg-60 {
        width: 60% !important
    }

    .w-lg-100 {
        width: 100% !important
    }

    .m-lg-0 {
        margin: 0 !important
    }

    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0 !important
    }

    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0 !important
    }

    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0 !important
    }

    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0 !important
    }

    .m-lg-1 {
        margin: 5px !important
    }

    .mt-lg-1,
    .my-lg-1 {
        margin-top: 5px !important
    }

    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 5px !important
    }

    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 5px !important
    }

    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 5px !important
    }

    .m-lg-2 {
        margin: 10px !important
    }

    .mt-lg-2,
    .my-lg-2 {
        margin-top: 10px !important
    }

    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 10px !important
    }

    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 10px !important
    }

    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 10px !important
    }

    .m-lg-3 {
        margin: 15px !important
    }

    .mt-lg-3,
    .my-lg-3 {
        margin-top: 15px !important
    }

    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 15px !important
    }

    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 15px !important
    }

    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 15px !important
    }

    .m-lg-4 {
        margin: 20px !important
    }

    .mt-lg-4,
    .my-lg-4 {
        margin-top: 20px !important
    }

    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 20px !important
    }

    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 20px !important
    }

    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 20px !important
    }

    .m-lg-5 {
        margin: 25px !important
    }

    .mt-lg-5,
    .my-lg-5 {
        margin-top: 25px !important
    }

    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 25px !important
    }

    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 25px !important
    }

    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 25px !important
    }

    .m-lg-6 {
        margin: 30px !important
    }

    .mt-lg-6,
    .my-lg-6 {
        margin-top: 30px !important
    }

    .mr-lg-6,
    .mx-lg-6 {
        margin-right: 30px !important
    }

    .mb-lg-6,
    .my-lg-6 {
        margin-bottom: 30px !important
    }

    .ml-lg-6,
    .mx-lg-6 {
        margin-left: 30px !important
    }

    .p-lg-0 {
        padding: 0 !important
    }

    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0 !important
    }

    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0 !important
    }

    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0 !important
    }

    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0 !important
    }

    .p-lg-1 {
        padding: 5px !important
    }

    .pt-lg-1,
    .py-lg-1 {
        padding-top: 5px !important
    }

    .pr-lg-1,
    .px-lg-1 {
        padding-right: 5px !important
    }

    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 5px !important
    }

    .pl-lg-1,
    .px-lg-1 {
        padding-left: 5px !important
    }

    .p-lg-2 {
        padding: 10px !important
    }

    .pt-lg-2,
    .py-lg-2 {
        padding-top: 10px !important
    }

    .pr-lg-2,
    .px-lg-2 {
        padding-right: 10px !important
    }

    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 10px !important
    }

    .pl-lg-2,
    .px-lg-2 {
        padding-left: 10px !important
    }

    .p-lg-3 {
        padding: 15px !important
    }

    .pt-lg-3,
    .py-lg-3 {
        padding-top: 15px !important
    }

    .pr-lg-3,
    .px-lg-3 {
        padding-right: 15px !important
    }

    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 15px !important
    }

    .pl-lg-3,
    .px-lg-3 {
        padding-left: 15px !important
    }

    .p-lg-4 {
        padding: 20px !important
    }

    .pt-lg-4,
    .py-lg-4 {
        padding-top: 20px !important
    }

    .pr-lg-4,
    .px-lg-4 {
        padding-right: 20px !important
    }

    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 20px !important
    }

    .pl-lg-4,
    .px-lg-4 {
        padding-left: 20px !important
    }

    .p-lg-5 {
        padding: 25px !important
    }

    .pt-lg-5,
    .py-lg-5 {
        padding-top: 25px !important
    }

    .pr-lg-5,
    .px-lg-5 {
        padding-right: 25px !important
    }

    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 25px !important
    }

    .pl-lg-5,
    .px-lg-5 {
        padding-left: 25px !important
    }

    .p-lg-6 {
        padding: 30px !important
    }

    .pt-lg-6,
    .py-lg-6 {
        padding-top: 30px !important
    }

    .pr-lg-6,
    .px-lg-6 {
        padding-right: 30px !important
    }

    .pb-lg-6,
    .py-lg-6 {
        padding-bottom: 30px !important
    }

    .pl-lg-6,
    .px-lg-6 {
        padding-left: 30px !important
    }

    .m-lg-n1 {
        margin: -5px !important
    }

    .mt-lg-n1,
    .my-lg-n1 {
        margin-top: -5px !important
    }

    .mr-lg-n1,
    .mx-lg-n1 {
        margin-right: -5px !important
    }

    .mb-lg-n1,
    .my-lg-n1 {
        margin-bottom: -5px !important
    }

    .ml-lg-n1,
    .mx-lg-n1 {
        margin-left: -5px !important
    }

    .m-lg-n2 {
        margin: -10px !important
    }

    .mt-lg-n2,
    .my-lg-n2 {
        margin-top: -10px !important
    }

    .mr-lg-n2,
    .mx-lg-n2 {
        margin-right: -10px !important
    }

    .mb-lg-n2,
    .my-lg-n2 {
        margin-bottom: -10px !important
    }

    .ml-lg-n2,
    .mx-lg-n2 {
        margin-left: -10px !important
    }

    .m-lg-n3 {
        margin: -15px !important
    }

    .mt-lg-n3,
    .my-lg-n3 {
        margin-top: -15px !important
    }

    .mr-lg-n3,
    .mx-lg-n3 {
        margin-right: -15px !important
    }

    .mb-lg-n3,
    .my-lg-n3 {
        margin-bottom: -15px !important
    }

    .ml-lg-n3,
    .mx-lg-n3 {
        margin-left: -15px !important
    }

    .m-lg-n4 {
        margin: -20px !important
    }

    .mt-lg-n4,
    .my-lg-n4 {
        margin-top: -20px !important
    }

    .mr-lg-n4,
    .mx-lg-n4 {
        margin-right: -20px !important
    }

    .mb-lg-n4,
    .my-lg-n4 {
        margin-bottom: -20px !important
    }

    .ml-lg-n4,
    .mx-lg-n4 {
        margin-left: -20px !important
    }

    .m-lg-n5 {
        margin: -25px !important
    }

    .mt-lg-n5,
    .my-lg-n5 {
        margin-top: -25px !important
    }

    .mr-lg-n5,
    .mx-lg-n5 {
        margin-right: -25px !important
    }

    .mb-lg-n5,
    .my-lg-n5 {
        margin-bottom: -25px !important
    }

    .ml-lg-n5,
    .mx-lg-n5 {
        margin-left: -25px !important
    }

    .m-lg-n6 {
        margin: -30px !important
    }

    .mt-lg-n6,
    .my-lg-n6 {
        margin-top: -30px !important
    }

    .mr-lg-n6,
    .mx-lg-n6 {
        margin-right: -30px !important
    }

    .mb-lg-n6,
    .my-lg-n6 {
        margin-bottom: -30px !important
    }

    .ml-lg-n6,
    .mx-lg-n6 {
        margin-left: -30px !important
    }

    .m-lg-auto {
        margin: auto !important
    }

    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto !important
    }

    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto !important
    }

    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto !important
    }

    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto !important
    }
}

.text-justify {
    text-align: justify !important
}

.text-wrap {
    white-space: normal !important
}

.text-nowrap {
    white-space: nowrap !important
}

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

.text-left {
    text-align: left !important
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.t-row-1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.t-row-2,
.t-row-3,
.t-row-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.t-row-2 {
    -webkit-line-clamp: 2;
}

.t-row-3 {
    -webkit-line-clamp: 3;
}

.t-row-4 {
    -webkit-line-clamp: 4;
}

@media (max-width:768px) {
    .text-sm-left {
        text-align: left !important
    }

    .text-sm-right {
        text-align: right !important
    }

    .text-sm-center {
        text-align: center !important
    }

    .t-row-sm-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .t-row-sm-2,
    .t-row-sm-3,
    .t-row-sm-4 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .t-row-sm-2 {
        -webkit-line-clamp: 2;
    }

    .t-row-sm-3 {
        -webkit-line-clamp: 3;
    }

    .t-row-sm-4 {
        -webkit-line-clamp: 4;
    }

    .stretched-sm-link::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        pointer-events: auto;
        content: "";
        background-color: rgba(0, 0, 0, 0);
    }
}

@media (min-width:769px) {
    .text-lg-left {
        text-align: left !important
    }

    .text-lg-right {
        text-align: right !important
    }

    .text-lg-center {
        text-align: center !important
    }

    .t-row-lg-1 {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .t-row-lg-2,
    .t-row-lg-3,
    .t-row-lg-4 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .t-row-lg-2 {
        -webkit-line-clamp: 2;
    }

    .t-row-lg-3 {
        -webkit-line-clamp: 3;
    }

    .t-row-lg-4 {
        -webkit-line-clamp: 4;
    }
}

.breadcrumbs-wrap {
    position: relative;
    z-index: 1
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    list-style: none;
}

.breadcrumb>li {
    color: rgba(0, 0, 0, .6);
    flex: 0 0 auto
}

.breadcrumb>li+li {
    padding-left: 5px;
}

.breadcrumb>li+li::before {
    display: inline-block;
    padding-right: 5px;
    color: #ccc;
    content: "/";
}

.breadcrumb>li.active {
    color: #969696;
}

.breadcrumb.light>li,
.breadcrumb.light>li a {
    color: rgba(255, 255, 255, .6)
}

.breadcrumb.light>li a:hover {
    color: rgba(255, 255, 255, .8)
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 4px;
    justify-content: center
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    display: block;
    padding: 6px 10px;
    margin-left: -1px;
    line-height: 1.5;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.pagination>li>a:hover {
    z-index: 1;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.pagination>li>a:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 4px rgba(0, 123, 255, 0.25);
}

.pagination>li:first-child a,
.pagination>li:first-child span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child a,
.pagination>li:last-child span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li.active>a,
.pagination>li.active>span {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.pagination>li.disabled a,
.pagination>li.disabled span {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

/*tsx-basic*/
.fs-32 {
    font-size: 32px !important
}

.fs-28 {
    font-size: 28px !important
}

.fs-24 {
    font-size: 24px !important
}

.fs-22 {
    font-size: 22px !important
}

.fs-20 {
    font-size: 20px !important
}

.fs-18 {
    font-size: 18px !important
}

.fs-17 {
    font-size: 17px !important
}

.fs-16 {
    font-size: 16px !important
}

.fs-15 {
    font-size: 15px !important
}

.fs-14 {
    font-size: 14px !important
}

.fs-13 {
    font-size: 13px !important
}

.fs-12 {
    font-size: 12px !important
}

.fs-bold {
    font-weight: 600 !important
}

.collapse:not(.show),
.tab-content>.tab-pane {
    display: none;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}

.tab-content>.active {
    display: block;
}

.fade:not(.show) {
    opacity: 0;
}

.fade {
    transition: opacity .15s linear;
}

.breadcrumbs-wrap>.breadcrumb li {
    line-height: 40px;
}

[data-animate] {
    opacity: 0;
}

.animated[data-animate] {
    opacity: 1
}

body {
    color: var(--txt-color);
    background-color: var(--page-bgcolor)
}

a {
    color: #464646
}

a.special {
    color: var(--orange);
    text-decoration: underline
}

a:hover,
a.special:hover {
    color: var(--primary)
}

.orange {
    color: var(--orange) !important
}

.gray {
    color: var(--gray) !important
}

.primary {
    color: var(--primary) !important
}

.secondary {
    color: var(--secondary) !important
}

.gold-a {
    color: var(--gold-a) !important
}

.bg-transparent {
    background: transparent !important
}

.bg-white {
    background-color: var(--white) !important
}

.price {
    color: var(--gray)
}

.price>span {
    color: var(--orange);
    font-size: 20px;
    line-height: 1;
}

.price>span:before {
    content: "\ffe5";
    font-size: 12px;
    font-weight: 400;
    color: rgb(0 0 0/.5)
}

.price>span:after {
    content: "\8d77";
    font-size: 14px;
    font-weight: 400;
    margin-left: 2px;
    color: rgb(0 0 0/.5)
}

.price.no>span {
    font-weight: 400 !important;
    color: var(--gray)
}

.price.no>span:before,
.price.no>span:after,
.price.fw>span:after {
    display: none !important
}

    .price1>span {
        font-size: .24rem;
        font-weight: 600
    }

.price1 {
    color: var(--gray)
}

.price1>span {
    color: var(--orange);
    font-size: 16px;
    line-height: 1;
}


.price1.no>span {
    font-weight: 400 !important;
    color: var(--gray)
}

.price1.no>span:before,
.price1.no>span:after,
.price1.fw>span:after {
    display: none !important
}






.label {
    display: inline-flex;
    align-items: center;
    height: 22px;
    padding: 0 6px;
    border-radius: 4px;
    line-height: 1;
    font-weight: 400;
    background-color: var(--primary);
    color: #fff;
    font-size: 12px;
    justify-content: center
}

.label.c-a {
    background: linear-gradient(90deg, var(--gold-a), #efcba8)
}

.label.c-b {
    background: linear-gradient(90deg, var(--gray-d), #e0e0e0)
}

.label.c-c {
    background: var(--primary)
}

.label.c-d {
    background: linear-gradient(90deg, var(--secondary), var(--orange))
}

.label.circle {
    border-radius: 12px;
}

.cp-title-a {
    margin-bottom: 30px;
    text-align: center
}

.cp-title-a.withbg-a {
    background-image: url("../img/title_bg.png");
    background-position: 50%;
    background-repeat: no-repeat;
}

.cp-title-a .title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    padding-left: 6px;
    padding-right: 6px
}

.cp-title-a .desc {
    margin-top: 5px;
    margin-bottom: 0;
    line-height: 1.2;
    color: rgb(0 0 0/.68);
    font-size: 14px
}

.cp-title-a.c-b .title:before,
.cp-title-a.c-b .title:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-size: cover
}

.cp-title-a.c-b .title:before {
    right: 100%;
    bottom: 0;
    background-image: url("../img/title_icon1.png")
}

.cp-title-a.c-b .title:after {
    left: 100%;
    top: 0;
    background-image: url("../img/title_icon2.png")
}

.cp-title-c {
    margin-bottom: 20px;
    display: flex;
    align-items: center
}

.cp-title-c .title {
    font-size: 22px;
    line-height: 1.2;
    margin-bottom: 0
}

.cp-title-c .line {
    flex-grow: 1;
}

.cp-title-c .more {
    margin-left: auto;
}

.cq-py-a {
    padding-top: 30px;
    padding-bottom: 30px
}

.wb-a {
    background-color: #fff;
}

.btn-mini {
    height: 28px;
    font-size: 12px;
    padding: 0 10px
}

.btn-primary {
    background-color: var(--primary);
    color: #fff;
    border-color: var(--primary)
}

.btn-primary:hover {
    background-color: var(--white);
    color: var(--primary);
    border-color: var(--primary)
}

.btn-primaryline {
    background-color: #fff;
    border-color: var(--primary);
    border-width: 1px;
    color: var(--primary);
}

.btn-primaryline:hover {
    color: #fff;
    background-color: var(--primary)
}

.btn-whiteline {
    background-color: transparent;
    border-color: #fff;
    border-width: 1px;
    color: #fff;
}

.btn-whiteline:hover {
    color: var(--primary);
    background-color: #fff
}

.btn-online {
    background-color: #14ad5f;
    border-color: #14ad5f;
    color: var(--white)
}

.btn-online:hover {
    background-color: var(--white);
    color: #14ad5f
}

.br-4 {
    border-radius: 4px !important
}

.br-6 {
    border-radius: 6px !important
}

.meta {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
}

.meta>*:not(:last-child) {
    margin-right: 10px;
}

.meta>* {
    min-width: 0
}

.normal-info {
    position: relative
}

.img-txt-item {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    position: relative
}

.img-txt-item .img-wrap {
    flex: 0 0 180px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    min-width: 0
}

.img-txt-item .img-wrap.video:before {
    content: "\e762";
    font-family: iconfont;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .2);
    z-index: 1;
    color: rgba(255, 255, 255, .9);
    font-size: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-txt-item .img-wrap.img-w-auto {
    flex: 0 0 auto;
}

.img-txt-item .img-wrap img {
    width: 100%;
    height: auto;
}

.img-txt-item .img-wrap .meta {
    position: absolute;
    z-index: 1;
    left: 5px;
    bottom: 5px;
    right: 5px
}

.img-txt-item .img-wrap .meta.middle {
    justify-content: center
}

.img-txt-item .img-wrap .rainbow {
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    overflow: hidden;
    border-bottom-right-radius: 4px;
}

.img-txt-item .img-wrap .rainbow.right {
    left: auto;
    right: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 0
}

.img-txt-item .txt-wrap {
    flex-grow: 1;
    min-width: 0;
}

.img-txt-item .txt-wrap .title,
.normal-info .title {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1.4
}

.img-txt-item .txt-wrap .desc,
.normal-info .desc {
    margin-top: 8px;
    line-height: 1.4;
    color: var(--gray)
}

.img-txt-item .txt-wrap .meta,
.normal-info .meta {
    margin-top: 8px;
    line-height: 1.1;
}

.img-txt-item.img-right .img-wrap {
    margin-right: 0;
    margin-left: 15px;
    order: 13 !important
}

.img-txt-item.img-left .img-wrap {
    margin-right: 15px;
    margin-left: 0;
    order: -1 !important
}

.img-txt-item.img-top {
    flex-direction: column;
}

.img-txt-item.img-top .img-wrap {
    height: 194px;
    margin-right: 0;
    flex-basis: auto;
    max-width: 100%
}

.img-txt-item.img-top .txt-wrap {
    padding-top: 15px;
    width: 100%
}

@media (min-width:769px) {
    .fs-lg-32 {
        font-size: 32px !important
    }

    .fs-lg-28 {
        font-size: 28px !important
    }

    .fs-lg-24 {
        font-size: 24px !important
    }

    .fs-lg-22 {
        font-size: 22px !important
    }

    .fs-lg-20 {
        font-size: 20px !important
    }

    .fs-lg-18 {
        font-size: 18px !important
    }

    .fs-lg-17 {
        font-size: 17px !important
    }

    .fs-lg-16 {
        font-size: 16px !important
    }

    .fs-lg-15 {
        font-size: 15px !important
    }

    .fs-lg-14 {
        font-size: 14px !important
    }

    .fs-lg-13 {
        font-size: 13px !important
    }

    .fs-lg-12 {
        font-size: 12px !important
    }

    .fs-lg-bold {
        font-weight: 600 !important
    }

    .img-txt-item .img-wrap img {
        transition: transform .8s cubic-bezier(0.25, 0.25, 0.75, 0.75)
    }

    .img-txt-item:hover .img-wrap img {
        transform: scale(1.08)
    }

    .img-txt-item .img-wrap .meta.middle-lg {
        justify-content: center
    }

    .img-txt-item .img-wrap.img-w-auto-lg {
        flex: 0 0 auto;
    }

    .img-txt-item .img-wrap.img-w-100-lg {
        flex: 0 0 100px;
    }

    .img-txt-item .img-wrap.img-w-120-lg {
        flex: 0 0 120px;
    }

    .img-txt-item .img-wrap.img-w-135-lg {
        flex: 0 0 135px;
    }

    .img-txt-item .img-wrap.img-w-150-lg {
        flex: 0 0 150px;
    }

    .img-txt-item.img-top-lg {
        flex-direction: column;
    }

    .img-txt-item.img-top-lg .txt-wrap {
        padding-top: 15px;
    }

    .img-txt-item.img-top-lg .img-wrap,
    .img-txt-item.img-top-lg .txt-wrap {
        flex: 0 0 auto;
        width: 100%
    }

    .img-txt-item.img-top-lg .img-wrap {
        margin-right: 0
    }

    .img-txt-item.img-left-lg .img-wrap {
        margin-right: 20px;
        margin-left: 0;
        order: -1 !important
    }

    .img-txt-item.img-right-lg .img-wrap {
        margin-right: 0;
        margin-left: 15px;
        order: 13 !important
    }

    .img-txt-item.hidden-desc-lg .txt-wrap .desc {
        display: none
    }

    .cp-title-a.c-lg-a {}

    .cp-title-a.c-lg-a .title {
        font-size: 26px;
    }

    .t-2x-s-lg,
    .t-2x-lg {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .t-2x-s-lg,
    .t-2x-lg {
        -webkit-line-clamp: 2;
    }

    .t-2x-s-lg {
        font-size: 12px;
        height: 32px;
        line-height: 16px !important
    }

    .t-2x-lg {
        font-size: 14px;
        height: 40px;
        line-height: 20px !important
    }

    .br-lg-4 {
        border-radius: 4px !important
    }

    .br-lg-6 {
        border-radius: 6px !important
    }

    .btn-mini-lg {
        height: 28px;
        font-size: 12px
    }
}

@media (max-width:768px) {
    body {
        font-size: .26rem;
    }

    .fs-32,
    .fs-sm-32 {
        font-size: .64rem !important
    }

    .fs-28,
    .fs-sm-28 {
        font-size: .56rem !important
    }

    .fs-24,
    .fs-sm-24 {
        font-size: .48rem !important
    }

    .fs-22,
    .fs-sm-22 {
        font-size: .44rem !important
    }

    .fs-20,
    .fs-sm-20 {
        font-size: .40rem !important
    }

    .fs-18,
    .fs-sm-18 {
        font-size: .36rem !important
    }

    .fs-17,
    .fs-sm-17 {
        font-size: .34rem !important
    }

    .fs-16,
    .fs-sm-16 {
        font-size: .32rem !important
    }

    .fs-15,
    .fs-sm-15 {
        font-size: .30rem !important
    }

    .fs-14,
    .fs-sm-14 {
        font-size: .28rem !important
    }

    .fs-13,
    .fs-sm-13 {
        font-size: .26rem !important
    }

    .fs-12,
    .fs-sm-12 {
        font-size: .24rem !important
    }

    .fs-sm-10 {
        font-size: .2rem !important
    }

    .fs-sm-bold {
        font-weight: 600 !important
    }

    .price>span {
        font-size: .34rem;
        font-weight: 600
    }

    .price>span:before,
    .price>span:after {
        font-size: .24rem;
    }

    .breadcrumbs-wrap>.breadcrumb li {
        line-height: .72rem;
    }

    .cq-py-a {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .cp-title-a {
        margin-bottom: 20px;
    }

    .cp-title-a.withbg-a {
        background-size: auto .3rem;
    }

    .cp-title-a .title,
    .cp-title-c .title {
        font-size: .40rem;
        font-weight: 600
    }

    .cp-title-a .desc {
        font-size: .24rem;
        margin-top: .1rem;
        opacity: .72
    }

    .br-sm-4 {
        border-radius: 4px !important
    }

    .br-sm-6 {
        border-radius: 6px !important
    }

    .bg-sm-transparent {
        background: transparent !important
    }

    .meta>*:not(:last-child) {
        margin-right: .1rem;
    }

    .img-txt-item .img-wrap {
        flex: 0 0 32%;
        margin-right: .2rem;
        height: 120px !important;
    }

    .img-txt-item .img-wrap.video:before {
        font-size: .56rem;
    }

    .img-txt-item .img-wrap.img-w-auto-sm {
        flex: 0 0 auto;
    }

    .img-txt-item .txt-wrap .title {
        font-size: .34rem;
        margin-top: -2px;
    }

    .img-txt-item .txt-wrap .meta,
    .img-txt-item .txt-wrap .desc,
    .normal-info .desc {
        margin-top: .12rem
    }

    .img-txt-item .txt-wrap .desc,
    .normal-info .desc {
        display: none;
    }

    .img-txt-item.img-right .img-wrap,
    .img-txt-item.img-right-sm .img-wrap,
    .img-txt-item.img-left-lg .img-wrap {
        margin-left: .2rem;
    }

    .img-txt-item.img-left .img-wrap {
        margin-right: .2rem
    }

    .img-txt-item.img-left-lg .img-wrap,
    .img-txt-item.img-right-sm .img-wrap {
        margin-right: 0
    }

    .img-txt-item.img-right-sm .img-wrap {
        order: 13 !important
    }

    .img-txt-item.img-right-sm .txt-wrap {
        order: -1 !important
    }

    .img-txt-item.img-top .txt-wrap {
        padding-top: 10px
    }

    .img-txt-item.show-desc-sm .txt-wrap .desc,
    .normal-info.show-desc-sm .desc {
        font-size: .24rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
    }

    .img-txt-item.img-top-sm {
        flex-direction: column
    }

    .img-txt-item.img-top-sm .img-wrap {
        margin-right: 0;
        margin-left: 0
    }

    .img-txt-item.img-top-sm .img-wrap,
    .img-txt-item.img-top-sm .txt-wrap {
        flex-basis: auto;
        width: 100%
    }

    .img-txt-item.img-top-sm .txt-wrap {
        padding-top: .2rem;
    }

    .img-txt-item.img-top-sm .txt-wrap .title {
        margin-top: 0
    }

    .normal-info .title {
        font-size: .34rem
    }
}

/*plugin*/
@font-face {
    font-family: "iconfont";
    src: url('../img/iconfont.woff2?t=1635326545869') format('woff2'), url('../img/iconfont.woff?t=1635326545869') format('woff'), url('../img/iconfont.ttf?t=1635326545869') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400 !important;
}

.wq-zhiying:before {
    content: "\e624";
}

.wq-aixin:before {
    content: "\e6c8";
}

.wq-fengjing:before {
    content: "\e68c";
}

.wq-zhekou:before {
    content: "\e7c1";
}

.wq-zengpin:before {
    content: "\e653";
}

.wq-gongdanqueren:before {
    content: "\ec36";
}

.wq-zhuanchejiesong:before {
    content: "\e629";
}

.wq-icon_Price:before {
    content: "\e657";
}

.wq-mubei:before {
    content: "\e601";
}

.wq-yinyong:before {
    content: "\e658";
}

.wq-right:before {
    content: "\e686";
}

.wq-left:before {
    content: "\e90d";
}

.wq-yuandianxiao:before {
    content: "\e82f";
}

.wq-dianhua:before {
    content: "\e614";
}

.wq-dizhi:before {
    content: "\e61a";
}

.wq-di:before {
    content: "\e642";
}

.wq-zixun1:before {
    content: "\e662";
}

.wq-tel-3:before {
    content: "\e7a2";
}

.wq-aixin2:before {
    content: "\e61c";
}

@font-face {
    font-family: swiper-icons;
    src: url("../img/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}

.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}

.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}

.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}

.swiper-container-3d {
    perspective: 1200px
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}

.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
    --swiper-navigation-color: #ffffff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
    --swiper-navigation-color: #000000
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #f17039;
    width: 16px;
    border-radius: 4px
}

.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-white {
    --swiper-pagination-color: #ffffff
}

.swiper-pagination-black {
    --swiper-pagination-color: #000000
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

@keyframes swiper-preloader-spin {
    100% {
        transform: rotate(360deg)
    }
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube {
    overflow: visible
}

.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}

.swiper-container-flip {
    overflow: visible
}

.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

#baguetteBox-overlay {
    display: none;
    opacity: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
    background-color: #222;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
    opacity: 1
}

#baguetteBox-overlay .full-image {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center
}

#baguetteBox-overlay .full-image figure {
    display: inline;
    margin: 0;
    height: 100%
}

#baguetteBox-overlay .full-image img {
    display: inline-block;
    width: auto;
    height: auto;
    max-height: 100%;
    max-width: 100%;
    vertical-align: middle;
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

#baguetteBox-overlay .full-image figcaption {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    line-height: 40px;
    white-space: normal;
    color: #ccc;
    background-color: #000;
    background-color: rgba(0, 0, 0, .6);
    height: 40px;
    font-size: 18px
}

#baguetteBox-overlay .full-image:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#baguetteBox-slider {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    white-space: nowrap;
    -webkit-transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, -webkit-transform .4s ease;
    transition: left .4s ease, transform .4s ease;
    transition: left .4s ease, transform .4s ease, -webkit-transform .4s ease, -moz-transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
    -webkit-animation: bounceFromRight .4s ease-out;
    animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
    -webkit-animation: bounceFromLeft .4s ease-out;
    animation: bounceFromLeft .4s ease-out
}

@-webkit-keyframes bounceFromRight {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@keyframes bounceFromRight {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: -30px
    }
}

@-webkit-keyframes bounceFromLeft {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

@keyframes bounceFromLeft {

    0%,
    100% {
        margin-left: 0
    }

    50% {
        margin-left: 30px
    }
}

.baguetteBox-button#next-button,
.baguetteBox-button#previous-button {
    top: 50%;
    top: calc(50% - 30px);
    width: 44px;
    height: 60px
}

.baguetteBox-button {
    position: absolute;
    cursor: pointer;
    outline: 0;
    padding: 0;
    margin: 0;
    border: 0;
    -moz-border-radius: 15%;
    border-radius: 15%;
    background-color: #323232;
    background-color: rgba(50, 50, 50, .5);
    color: #ddd;
    font: 1.6em sans-serif;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease
}

.baguetteBox-button:focus,
.baguetteBox-button:hover {
    background-color: rgba(50, 50, 50, .9)
}

.baguetteBox-button#next-button {
    right: 2%
}

.baguetteBox-button#previous-button {
    left: 2%
}

.baguetteBox-button#close-button {
    top: 20px;
    right: 2%;
    right: calc(2% + 6px);
    width: 30px;
    height: 30px
}

.baguetteBox-button svg {
    position: absolute;
    left: 0;
    top: 0
}

.baguetteBox-spinner {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -20px
}

.baguetteBox-double-bounce1,
.baguetteBox-double-bounce2 {
    width: 100%;
    height: 100%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: bounce 2s infinite ease-in-out;
    animation: bounce 2s infinite ease-in-out
}

.baguetteBox-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounce {

    0%,
    100% {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1)
    }
}

/*main*/
@charset "utf-8";

.web-top-wrap {
    background-color: #fff;
    box-shadow: 0 0 2px 0 rgb(0 0 0 / 10%);
    position: relative;
    z-index: 6
}

.web-top-wrap>.top-top {
    background-color: var(--primary);
    color: #fff;
}

.web-top-container>.logo {
    margin-right: 30px;
    margin-bottom: 0;
    line-height: 1;
    font-size: initial
}

.web-top-container>.logo img {
    height: 60px;
    width: auto
}

.web-top-container .m_nav>.web-nav {
    display: flex;
    /* margin-right: -18px;
    margin-left: -18px; */
}

.web-top-container .web-nav>li {
    padding-left: 18px;
    padding-right: 18px;
    position: relative
}

.web-top-container .web-nav>li>a {
    display: block;
    font-size: 17px;
    line-height: 80px;
    position: relative;
}

.web-top-container .web-nav>li>a:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--primary);
    bottom: 20px;
    opacity: 0;
    transition: opacity .2s ease-in-out
}

.web-top-container .web-nav>li>a.active {
    font-weight: 600
}

.web-top-container .web-nav>li>a.active:after,
.web-top-container .web-nav>li>a:hover:after {
    opacity: 1
}
.web-top-container .web-nav>li.active>a {
    font-weight: 600
}

.web-top-container .web-nav>li.active>a:after,
.web-top-container .web-nav>li>a:hover:after {
    opacity: 1
}

.site-info-a {
    align-items: center
}

.site-info-a>.tel-wrap {
    margin-left: auto;
    display: flex;
    align-items: center
}

.site-info-a>.tel-wrap>.num {
    position: relative;
}

.site-info-a>.tel-wrap>.num>span {
    display: block;
    font-size: 15px;
}

.site-info-a>.tel-wrap i {
    margin-right: 3px;
}

.site-info-a>.tel-wrap>.online {
    margin-left: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.site-info-a>.tel-wrap>.online>span {
    cursor: pointer;
    line-height: 24px;
    padding: 0 12px;
    border: 1px solid rgba(255, 255, 255, .4);
    border-radius: 4px;
    display: block;
    transition: color .3s ease-in-out, background-color .3s ease-in-out
}

.site-info-a>.tel-wrap>.online>span:hover {
    background-color: var(--white);
    color: var(--primary)
}

.web-footer-wrap {
    background-color: var(--primary-dark);
    background-image: url("../img/footer-bg.png");
    background-size: cover;
    background-position: 50% 0%;
}

.footer-a {
    display: flex;
    position: relative;
    top: -50px;
}

.footer-a>.f-logo>span {
    display: block;
    background-color: var(--white);
    padding: 30px 10px 0;
    border-radius: 8px;
    box-shadow: var(--box-shadow-light);
    text-align: center;
    height: 100%
}

.footer-a>.f-logo>span img {
    height: 40px;
}

.footer-a>.f-info {
    flex-grow: 1;
    min-width: 0;
    background-color: var(--white);
    border-radius: 8px;
    padding: 20px;
    box-shadow: var(--box-shadow-light);
}

.footer-a>.f-info>ul {
    height: 100%;
    justify-content: space-between
}

.footer-a>.f-info p {
    margin-bottom: 5px;
    font-weight: 600
}

.footer-a>.f-info>ul>li+li {
    padding-left: 20px;
    border-left: 2px solid var(--gray-b)
}

.footer-a>.f-info .num {
    font-size: 24px;
    line-height: 1.2;
    color: var(--secondary)
}

.footer-a>.f-info .kefu {
    padding: 0 20px 0 80px;
    line-height: 60px;
    position: relative;
    font-size: 16px;
    background-color: var(--gray-b);
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s ease-in-out
}

.footer-a>.f-info .kefu:before {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    background-image: url("../img/kefu-img.png");
    background-size: cover;
    left: 0;
}

.footer-a>.f-info .kefu:hover {
    color: #fff;
    background-color: var(--secondary)
}

.footer-b {
    padding-bottom: 30px;
    color: var(--white);
}


.footer-b a {
    color: var(--white);
    font-size: 14px;
    opacity: .8
}

.footer-b a:hover {
    opacity: 1;
}

.footer-c {
    color: var(--white);
    border-top: 1px solid rgba(255, 255, 255, .15);
    padding-top: 20px;
    padding-bottom: 40px
}

.footer-c>.meta {
    justify-content: center
}

.footer-c>.meta .lianmen img {
    height: 20px;
    width: auto
}

.footer-c a {
    color: var(--white);
}



.background-image-holder {
    background-size: cover !important;
    background-position: 50% 50%;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.background-image-holder img {
    display: none;
}

.page-main {
    padding-bottom: 100px;
    min-height: calc(100vh - 370px);
}

.tsx-page-ban {
    position: relative;
    background-color: var(--primary-dark)
}

.page-title-wrap {
    position: relative;
    z-index: 2;
    color: var(--white);
    padding-top: 60px;
    padding-bottom: 60px
}

.page-title-wrap>.title {
    font-size: 42px;
    text-align: center;
    margin-bottom: 0;
    letter-spacing: 10px
}

.tsx-aside>* {
    margin-bottom: 30px;
}

.tsx-aside>*:last-child {
    margin-bottom: 0
}

.tsx-title-a {
    text-align: center;
    margin-bottom: 30px;
    overflow: hidden
}

.tsx-title-a .title {
    font-size: 28px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.tsx-title-a .title:before,
.tsx-title-a .title:after {
    position: absolute;
    height: 4px;
    width: 100px;
    display: block;
    content: "";
    background-image: url("../img/page-all-icons.png");
    background-position: 0% 0%;
    background-repeat: repeat-x;
    top: 14px;
}

.tsx-title-a .title:before {
    right: 100%
}

.tsx-title-a .title:after {
    left: 100%
}

.tsx-title-a .desc {
    margin-top: 10px;
    font-size: 16px;
}

.tsx-title-b {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
}

.tsx-title-b .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    padding-right: 10px;
}

.tsx-title-b .line {
    background-image: url("../img/page-all-icons.png");
    background-position: 0% 0%;
    background-repeat: repeat-x;
    flex-grow: 1;
    height: 4px;
}

.tsx-title-b .more {
    margin-left: 10px
}

.tsx-txt-list>li {
    padding-bottom: 15px;
    border-bottom: 1px solid var(--gray-b);
    margin-bottom: 15px;
    padding-left: 10px;
    position: relative
}

.tsx-txt-list>li:before {
    content: "\e82f";
    position: absolute;
    font-family: iconfont;
    left: -5px;
    color: var(--gray)
}

.tsx-txt-list>li>.title {
    margin-bottom: 0;
}

.tsx-txt-list>li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.normal-list>li {
    border-bottom: 1px solid var(--gray-b);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.normal-list>li:last-child {
    border-bottom: none;
    margin-bottom: 0
}

.img-txt-item.aside .img-wrap {
    flex: 0 0 120px;
    margin-right: 10px;
    border-radius: 8px;
    height: 80px;
}

.img-txt-item.aside .txt-wrap .title {
    font-size: 14px;
    margin-top: -2px;
}

.normal-page-column {
    padding-top: 20px;
}

.white-block {
    background-color: var(--white);
    padding: 20px;
    border-radius: 8px;
    position: relative
}

.tsx-nav {
    display: flex;
    border-bottom: 1px solid var(--gray-e)
}

.tsx-nav>li {
    padding-left: 10px;
    padding-right: 10px
}

.tsx-nav>li>a {
    display: block;
    line-height: 44px;
    font-size: 16px;
    position: relative
}

.tsx-nav>li.active>a {
    font-weight: 600
}

.tsx-nav>li.active>a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    background-color: var(--primary);
    border-radius: 4px;
    left: 0;
    bottom: -2px;
}

.pagination>li.active>a,
.pagination>li.active>span {
    background-color: var(--primary);
    border-color: var(--primary);
}

.pagination>li>a,
.pagination>li>span {
    padding: 6px 12px;
    color: var(--primary);
}

.tsx-article-top {
    border-bottom: 1px solid var(--gray-b);
    background-color: var(--gray-a)
}

.tsx-article-top .title {
    font-size: 42px;
    margin-bottom: 20px;
    margin-top: 30px;
    font-weight: 600
}

.tsx-article-top .article-meta {
    margin-bottom: 30px;
    font-size: 13px;
    color: var(--gray);
    flex-wrap: wrap
}

.tsx-article-top .article-meta>li>span {
    font-weight: 600
}

.article-summary {
    font-size: 14px;
    color: var(--gray);
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px dotted var(--gray-e);
    padding-left: 30px
}

.article-summary:before {
    content: "\e658";
    font-family: iconfont;
    position: absolute;
    left: 0;
    color: var(--gray-e);
    top: -5px
}

.article-body {
    font-size: 16px;
    line-height: 1.8;
}

.article-body p {
    text-align: justify;
    margin-bottom: 15px
}

.article-body a {
    text-decoration: underline;
    color: var(--primary)
}

.article-body a:hover {
    text-decoration: none;
    color: var(--secondary)
}

.article-body h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.article-body .img-wrap .news-pic-title {
    font-size: 14px;
    display: block;
    margin-top: 5px;
    text-align: center
}

.article-body img {
    display: block;
    border-radius: 8px;
    width: auto !important;
    height: auto !important;
    margin: auto
}

.article-pre-next {
    background-color: var(--gray-a);
    border-radius: 6px;
    padding: 15px;
    color: var(--gray);
    margin-top: 40px
}

.zixun-home-list {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 30px
}

.zixun-home-list>li {
    padding-top: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--gray-c);
}

.zixun-home-list .img-txt-item .img-wrap {
    border-radius: 8px;
    flex: 0 0 150px;
    height: 100px
}

.muxing-fenlei {
    margin-top: 20px;
    position: relative
}

.muxing-fenlei:after {
    position: absolute;
    content: "";
    width: 300px;
    height: 100px;
    background-image: url("../img/page-all-icons.png");
    bottom: 0;
    right: 15px;
    background-repeat: no-repeat;
    background-position: 0% -10px;
}

.muxing-fenlei .meta {
    flex-wrap: wrap;
    margin-bottom: -10px;
    position: relative
}

.muxing-fenlei .meta>li {
    padding-bottom: 10px;
}

.muxing-fenlei .meta>li>a {
    display: block;
    font-size: 16px;
    line-height: 32px;
    padding: 0 15px;
    background-color: var(--gray-c);
    border-radius: 4px
}

.muxing-fenlei .meta>li.active>a,
.muxing-fenlei .meta>li>a:hover {
    color: var(--white);
    background-color: var(--orange)
}

.muxing-list-ul {
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 40px
}

.muxing-list-ul>li {
    flex: 0 0 25%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 20px;
    min-width: 0
}

.img-txt-item.muxing {
    background-color: var(--white);
    border-radius: 6px;
    box-shadow: var(--box-shadow-light);
}

.img-txt-item.muxing .img-wrap {
    border-radius: 6px 6px 0 0;
    height: 270px;
}

.img-txt-item.muxing .txt-wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px !important;
    text-align: center
}

.img-txt-item.muxing .txt-wrap .title {
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.img-txt-item.muxing .txt-wrap .price {
    margin-top: 6px;
}

.muxing-liucheng-wrap {
    margin-top: 40px;
}

.lc-item {
    text-align: center;
    position: relative;
    z-index: 1
}

.lc-item:after {
    position: absolute;
    content: "";
    height: 2px;
    background-color: var(--primary-light);
    width: 100%;
    top: 40px;
    z-index: -1;
    left: 0;
}

.lc-item:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    background-color: var(--primary-light);
    border-radius: 50%;
    top: 36px;
    right: 0
}

.lc-item.first:after {
    width: 50%;
    left: 50%;
}

.lc-item.last:after {
    width: 50%
}

.lc-item.last:before {
    display: none
}

.lc-item .img {
    margin: 0 auto;
    width: 88px;
    height: 88px;
    padding-top: 4px;
    background-color: var(--primary-light);
    border-radius: 50%
}

.lc-item .img img {
    width: 80px;
    border-radius: 50%
}

.lc-item .title {
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px
}

.lc-item .desc {
    margin-top: 10px;
    padding: 0 10px;
}

.muxing-jieshao {
    background-color: var(--white)
}

.muxing-jieshao>.pic img {
    width: 100%
}

.muxing-jieshao>.txt>.mx-title {
    font-size: 32px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 20px;
}

.muxing-jieshao>.txt .mx-info {
    margin-top: 15px;
    padding: 15px;
    border-radius: 6px;
    background-color: var(--gray-c)
}

.muxing-ts {
    text-align: center;
    margin-bottom: 20px
}

.muxing-ts .img img {
    border-radius: 6px;
}

.muxing-ts .txt {
    margin-top: 5px;
}

.tsx-photo-list {
    margin-right: -10px;
    position: relative;
    z-index: 2;
    margin-left: -10px;
    margin-top: 20px;
    margin-bottom: 30px
}

.tsx-photo-list>li {
    flex: 0 0 25%;
    min-width: 0;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
}

.img-txt-item.tsx-photo {
    background-color: var(--white);
    padding: 5px;
    border: 1px solid var(--gray-b);
    position: relative;
}

.img-txt-item.tsx-photo:before {
    content: "";
    background: #fff;
    border-bottom: 1px solid transparent;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 4px 8px rgb(0 0 0 / 6%);
    display: block;
    position: absolute;
    top: 7px;
    left: 4px;
    height: 100%;
    width: calc(100% - 8px);
    z-index: -1;
    transition: .4s;
}

.img-txt-item.tsx-photo:hover:before {
    transform: rotate(3deg) translateX(14px);
    transition: .25s
}

.img-txt-item.tsx-photo:after {
    content: "";
    background: #fff;
    border-bottom: 1px solid transparent;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 5%), 0 4px 8px rgb(0 0 0 / 6%);
    display: block;
    position: absolute;
    top: 4px;
    left: 2px;
    height: 100%;
    width: calc(100% - 4px);
    z-index: -1;
    transition: .4s;
}

.img-txt-item.tsx-photo:hover:after {
    transform: rotate(1.5deg) translateX(7px);
    transition: .25s
}

.img-txt-item.tsx-photo .txt-wrap {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-top: 10px !important;
}

.img-txt-item.tsx-photo .txt-wrap .title {
    font-size: 16px;
}

.page-car {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 50px 40px;
}

.page-car>.txt {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    color: var(--white);
}

.page-car>.txt .title {
    font-size: 24px;
}

.page-car>.txt .tel>p {
    margin-bottom: 0;
}

.page-car>.txt .line {
    flex-grow: 1;
    min-width: 0;
    margin: 0 15px;
    height: 1px;
    border-bottom: 1px dashed var(--white);
    opacity: .4
}

.page-car>.txt .tel>.num {
    font-size: 22px;
    line-height: 1.2
}

.gy-jianjie {
    margin-top: 20px;
}

.gy-jianjie .img {
    border-radius: 8px;
    overflow: hidden;
}

.gy-jianjie .txt {
    font-size: 16px;
    line-height: 1.8;
    text-align: justify
}

.gy-shuzi {
    margin-top: 20px;
    background-color: var(--primary);
    color: var(--white);
    padding: 15px;
    display: flex;
    border-radius: 8px
}

.gy-shuzi>.item {
    flex-basis: auto;
    flex-grow: 1;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .15)
}

.gy-shuzi>.item i {
    font-size: 32px;
}

.gy-shuzi>.item:last-child {
    border-right: none
}

.gy-shuzi>.item .num {
    font-size: 22px;
}

.map-wrap {
    height: 300px;
    border-radius: 8px;
    overflow: hidden
}

.map-wrap .baidu-map {
    position: relative;
    height: 100%
}

.map-tips .title {
    font-size: 20px;
    font-weight: 600
}

.map-tips .tel {
    font-size: 20px;
    color: var(--primary)
}

.gy-lxwm {
    margin-top: 15px;
}

.gy-lxwm>li>span {
    font-weight: 600;
    font-size: 16px;
}

.gy-lxwm>li+li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid var(--gray-b)
}

.gy-lxwm>li .num {
    font-size: 20px;
    color: var(--orange)
}

.home-fuwu-item {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    display: flex;
    box-shadow: var(--box-shadow-light);
    padding: 20px 10px
}

.home-fuwu-item .icons {
    flex: 0 0 60px;
}

.home-fuwu-item .icons i {
    font-size: 42px;
    line-height: 1;
    color: var(--primary)
}

.home-fuwu-item .txt {
    position: relative;
}

.home-fuwu-item .txt .title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
    line-height: 1.1;
    font-weight: 600
}

.home-fuwu-item .txt .desc {
    color: var(--gray)
}

.home-block>li {
    padding-top: 36px;
    padding-bottom: 60px;
}

.home-block>li:nth-child(odd) {
    background-color: var(--white)
}

.home-block>li .btn-wrap {
    text-align: center
}

.home-jieshao .part-a {
    width: 430px;
    margin-right: 10px;
    position: relative;
    z-index: 1
}
.homefkm{
    display: none;
}
.part-a .homefk{
    width: 385px;
    height: 285px;
}
.part-a .homeone{
    position: absolute;
    left: 87px;
    top: 45px;
    width: 350px;
    height: 255px;
}

.home-jieshao .tips,
.home-why-row .txt .tips {
    color: var(--primary);
    letter-spacing: 2px;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1
}

.home-jieshao .title,
.home-why-row .txt .title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}

.home-jieshao p {
    color: var(--gray);
    font-size: 15px;
}

.home-photo-row {
    position: relative;
    z-index: 2;
}

.home-block>li.home-why {
    padding-top: 0;
    padding-bottom: 0;
    background-color: var(--primary);
    color: var(--white)
}

.home-why-row .txt .tips {
    color: var(--white)
}

.home-why-row .txt {
    padding-top: 40px;
    padding-bottom: 80px;
    padding-left: 40px;
    max-width: 570px;
}

.home-why-row .txt .title {
    color: var(--gold-a)
}

.home-ts>li+li {
    margin-top: 20px;
}

.home-ts>li .ts-title {
    font-size: 22px;
    margin-bottom: 0;
    position: relative;
    padding-left: 10px
}

.home-ts>li .ts-title:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 4px;
    background-color: var(--gold-a);
    left: -12px;
    top: 14px
}

.home-ts>li .desc {
    margin-top: 10px;
}

.welcome-wrap {
    padding-top: 0 !important;
    padding-bottom: 20px !important;
    border-bottom: 3px solid var(--primary)
}

.home-welcome {
    padding: 30px 40px;
    background-color: var(--white);
    border-radius: 8px;
    position: relative;
    box-shadow: var(--box-shadow-light);
    top: -30px
}

.home-welcome .title {
    font-size: 28px;
    line-height: 1.3;
    font-weight: 600;
    margin-right: 20px
}

.home-welcome .line {
    flex-grow: 1;
    min-width: 0;
    height: 1px;
    border-bottom: 1px dashed var(--gray)
}

.home-welcome .tel {
    margin-left: 20px;
}

.home-welcome .tel .num {
    color: var(--secondary);
    font-size: 28px;
}

.page-sticky-wraps {
    display: none
}

@media (min-width:769px) {
    .web-top-container {
        align-items: center;
        justify-content: space-between
    }

    .web-top-container>.m_nav>.web-nav>li:not(:last-child):after {
        content: "";
        position: absolute;
        display: block;
        right: 0;
        height: 20px;
        width: 1px;
        border-right: 1px solid var(--gray-b);
        top: 30px
    }

    .web-top-container>.m_nav>.web-nav>li>a {
        letter-spacing: .5px
    }

    .footer-a>.f-logo {
        flex: 0 0 240px;
        margin-right: 20px;
    }

    .footer-a>.f-info>ul>li>span {
        display: block;
        position: relative;
        padding-left: 36px;
    }

    .footer-a>.f-info>ul>li>span:before {
        position: absolute;
        left: 0;
        top: 12px;
        font-size: 24px;
        font-family: iconfont;
        line-height: 1.1
    }

    .footer-a>.f-info>ul>li.add>span:before {
        content: "\e61a"
    }

    .footer-a>.f-info>ul>li.tel>span:before {
        content: "\e614"
    }

    .footer-b .desc {
        /* height: 38px; */
        font-size: 13px;
    }
    .footer-b .desc p{
        margin: 0;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
    }
    .normal-page-column>.main {
        flex: 0 0 800px;
        margin-right: 20px
    }

    .normal-page-column>.tsx-aside {
        flex-grow: 1;
        min-width: 0
    }

    .article-page {
        background-color: #fff
    }

    .tsx-article-container {
        width: 940px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        border-bottom: 1px solid var(--gray-c)
    }

    .tsx-article-container>.main {
        flex: 0 0 640px;
        padding-top: 40px;
        padding-right: 40px;
        margin-right: 40px;
        position: relative;
        padding-bottom: 40px;
    }

    .tsx-article-container>.main:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 0;
        border-left: 1px solid var(--gray-c)
    }

    .tsx-article-container>.tsx-aside {
        flex-grow: 1;
        min-width: 0;
        padding-top: 40px;
    }

    .muxing-jieshao {
        display: flex;
        position: relative;
        margin-bottom: 30px
    }

    .muxing-jieshao>.pic {
        flex: 0 0 540px;
        box-shadow: var(--box-shadow-mid);
    }

    .muxing-jieshao>.txt {
        padding: 30px;
        flex-grow: 1;
        min-width: 0
    }

    .gy-jianjie {
        display: flex;
    }

    .gy-jianjie .img {
        flex: 0 0 400px;
        order: -1;
        margin-right: 30px;
    }

    .gy-jianjie .txt {
        flex-grow: 1;
        min-width: 0;
    }

    .home-swiper .img {
        position: relative;
        z-index: 1;
        text-align: center;
        margin: 0 auto;
        width: 1140px;
        overflow: hidden
    }

    .home-swiper .background-image-holder {
        filter: blur(calc(30 * .062em))
    }

    .img-txt-item.home-news {
        background-color: var(--white);
        box-shadow: var(--box-shadow-light);
        overflow: hidden;
        border-radius: 8px
    }

    .img-txt-item.home-news .txt-wrap {
        padding-top: 13px;
        padding-right: 15px;
    }

    .img-txt-item.home-news .txt-wrap .title {
        font-size: 16px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    .img-txt-item.home-news .txt-wrap .desc {
        font-size: 13px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        max-height: 36px;
    }

    .home-welcome {
        display: flex;
        align-items: center;
    }
}

@media (max-width:768px) {
    .web-top-container {
        flex-wrap: wrap;
        flex-direction: column !important
    }

    .web-top-container>.logo {
        margin-right: 0;
        text-align: center;
        padding: .1rem 0
    }

    .web-top-container>.logo img {
        height: .8rem;
    }
    .m_nav{
        overflow: hidden;
        width: 100%;
    }
    .web-top-container .web-nav {
        justify-content: space-between;
        margin-left: 0;
        margin-right: 0;
        overflow-x: scroll;
        white-space:nowrap;
        display: block;
    }
    ::-webkit-scrollbar {
		display: none;
    }
    .web-top-container .web-nav>li {
        padding-left: 0;
        padding-right: 0;
        display: inline-block;
    }

    .web-top-container .web-nav>li>a {
        font-size: .3rem;
        line-height: .8rem;
        padding-left: .2rem;
        padding-right: .2rem
    }

    .web-top-container .web-nav>li>a:after {
        bottom: .1rem;
        left: .2rem;
        right: .2rem
    }

    .site-info-a>.tel-wrap>.online {
        display: none
    }

    .site-info-a>.name {
        font-size: .24rem
    }

    .site-info-a>.tel-wrap>.num {
        padding: .1rem 0
    }

    .site-info-a>.tel-wrap>.num>span {
        background-color: rgba(255, 255, 255, 20%);
        padding: 0 .2rem;
        border-radius: .4rem;
        line-height: .6rem;
        font-size: .32rem;
        font-weight: 600
    }

    .footer-a {
        flex-direction: column !important;
        margin-bottom: -.3rem;
        top: -.8rem
    }

    .footer-a>.f-logo>span {
        padding: .2rem;
        border-radius: 0 !important;
        border-top: 2px solid var(--primary);
        border-bottom: 1px solid var(--gray-b);
    }

    .footer-a>.f-logo>span img {
        height: .64rem;
    }

    .footer-a>.f-info {
        padding: .2rem;
        border-radius: 0 !important
    }

    .footer-a>.f-info>ul>li+li {
        padding-left: .2rem;
        border-left-width: 1px
    }

    .footer-a>.f-info>ul>li.add {
        padding-right: .2rem
    }

    .footer-a>.f-info>ul>li.tel {
        flex: 0 0 3.0rem
    }

    .footer-a>.f-info .num {
        font-size: .4rem;
        font-weight: 600
    }

    .footer-b {
        padding-bottom: .4rem
    }

    .footer-b a {
        font-size: .3rem
    }

    .footer-c {
        padding-bottom: 60px;
    }

    .footer-c>.meta .lianmen {
        margin-top: .12rem
    }

    .page-main {
        padding-bottom: 1rem;
        min-height: calc(80vh);
    }

    .page-title-wrap {
        padding-top: .8rem;
        padding-bottom: .8rem
    }

    .page-title-wrap>.title {
        font-size: .48rem;
        letter-spacing: 2px;
        font-weight: 600
    }

    .tsx-aside>* {
        margin-bottom: .4rem;
    }

    .tsx-title-a {
        margin-bottom: .4rem;
    }

    .tsx-title-a .title {
        font-size: .44rem;
        padding-left: .2rem;
        padding-right: .2rem;
    }

    .tsx-title-a .title:before,
    .tsx-title-a .title:after {
        width: 1rem;
        top: .2rem;
    }

    .tsx-title-a .desc {
        font-size: .24rem
    }

    .tsx-title-b {
        margin-bottom: .4rem;
    }

    .tsx-title-b .title {
        font-size: .4rem;
    }

    .tsx-txt-list>li,
    .normal-list>li {
        padding-bottom: .22rem;
        margin-bottom: .22rem;
    }

    .img-txt-item.aside .txt-wrap .title {
        font-size: .32rem;
    }

    .white-block {
        padding: .3rem 15px;
        border-radius: 0;
    }

    .normal-page-column {
        padding-top: 0;
    }

    .normal-page-column>.tsx-aside {
        margin-top: .12rem
    }

    .tsx-nav>li>a {
        font-size: .3rem;
        line-height: .8rem;
    }

    .tsx-article-top {
        background-color: transparent !important;
        padding: 0 15px;
    }

    .tsx-article-top .breadcrumbs-wrap {
        display: none
    }

    .tsx-article-top .title {
        font-size: .44rem;
        margin-bottom: 20px;
        margin-top: 30px;
        line-height: 1.4
    }

    .tsx-article-top .article-meta {
        margin-bottom: .3rem;
        font-size: .24rem;
    }

    .tsx-article-container>.main {
        padding-top: .4rem;
        padding-bottom: .4rem;
        background-color: var(--white);
        padding-left: 15px;
        padding-right: 15px;
    }

    .tsx-article-container>.tsx-aside {
        margin-top: .12rem
    }

    .tsx-article-container>.tsx-aside .aside-block {
        padding-left: 15px;
        padding-right: 15px;
        background-color: #fff;
        padding-top: .3rem;
        padding-bottom: .3rem
    }

    .article-summary {
        display: none
    }

    .article-body {
        font-size: .32rem;
    }

    .article-body p {
        margin-bottom: .2rem
    }

    .article-body h3 {
        font-size: .4rem;
        margin-bottom: .3rem;
    }

    .article-body .img-wrap {
        margin-bottom: .4rem;
    }

    .article-body .img-wrap .news-pic-title {
        font-size: .28rem
    }

    .article-pre-next {
        padding: .3rem .2rem
    }

    .article-pre-next .next {
        margin-top: .2rem
    }

    .zixun-home-list {
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 30px
    }

    .zixun-home-list>li {
        padding-top: .22rem;
        padding-bottom: .22rem
    }

    .zixun-home-list .img-txt-item .img-wrap {
        flex: 0 0 120px;
        height: 80px
    }

    .muxing-fenlei {
        margin-top: 0;
    }

    .muxing-fenlei:after {
        display: none
    }

    .muxing-fenlei .meta {
        justify-content: center
    }

    .muxing-fenlei .meta>li {
        padding-bottom: .1rem;
    }

    .muxing-fenlei .meta>li>a {
        font-size: .3rem;
    }

    .muxing-list-ul {
        margin-left: -4px;
        margin-right: -4px;
        margin-top: .4rem
    }

    .muxing-list-ul>li {
        flex: 0 0 33.3333%;
        padding-left: 4px;
        padding-right: 4px;
        margin-bottom: .3rem;
    }

    .img-txt-item.muxing .txt-wrap {
        padding-left: .2rem;
        padding-right: .2rem;
        padding-bottom: .2rem;
        padding-top: .2rem !important;
    }

    .img-txt-item.muxing .txt-wrap .title {
        font-size: .28rem;
    }

    .lc-item {
        margin-bottom: .2rem
    }

    .lc-item .img {
        width: 1.5rem;
        height: 1.5rem;
        padding-top: .05rem;
    }

    .lc-item .img img {
        width: 1.4rem;
    }

    .lc-item .title {
        font-size: .32rem;
        margin-top: 10px
    }

    .lc-item .desc {
        margin-top: 10px;
        padding: 0 .1rem;
    }

    .muxing-jieshao {
        margin-bottom: .12rem
    }

    .muxing-jieshao>.pic {
        overflow: hidden;
        border-radius: 6px;
    }

    .muxing-jieshao>.txt {
        padding: .3rem 10px
    }

    .muxing-jieshao>.txt>.mx-title {
        font-size: .44rem;
        margin-bottom: .2rem;
    }

    .muxing-jieshao>.txt .mx-info {
        padding: .2rem
    }

    .tsx-photo-list {
        margin-right:5px;
        margin-left:5px;
        margin-top: .3rem;
        margin-bottom: .4rem
    }

    .tsx-photo-list>li {
        flex: 0 0 50%;
        padding-right: 6px;
        padding-left: 6px;
        padding-bottom: 16px;
    }

    .img-txt-item.tsx-photo .txt-wrap {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 5px;
    }

    .img-txt-item.tsx-photo .txt-wrap .title {
        font-size: .28rem
    }

    .page-car {
        padding: .6rem .12rem;
        margin: 0 10px;
    }

    .page-car>.txt .title {
        font-size: .36rem;
        font-weight: 600;
        flex: 0 0 40%;
        line-height: 1.2
    }

    .page-car>.txt .line {
        margin: 0 .1rem;
    }

    .page-car>.txt .tel>.num {
        font-size: .36rem;
    }

    .gy-jianjie {
        margin-top: 0
    }

    .gy-jianjie .txt {
        font-size: .28rem;
    }

    .gy-shuzi {
        margin-top: 0;
        padding: .2rem 0;
        flex-wrap: wrap;
        border-radius: 0;
    }

    .gy-shuzi>.item i {
        font-size: .48rem;
    }

    .gy-shuzi>.item {
        flex-basis: 33.333%;
        flex-shrink: 0;
        margin-bottom: .2rem
    }

    .gy-shuzi>.item:nth-child(3) {
        border-right: none
    }

    .gy-shuzi>.item .num {
        font-size: .34rem;
        font-weight: 600
    }

    .map-wrap {
        height: 4.8rem
    }

    .home-fuwu-item {
        padding: .2rem .1rem;
        text-align: center;
        flex-direction: column;
        height: 100%
    }

    .home-fuwu-item .icons {
        margin-bottom: 4px;
        flex: 0 0 auto
    }

    .home-fuwu-item .icons i {
        font-size: .52rem
    }

    .home-fuwu-item .txt .title {
        font-size: .24rem;
        margin-bottom: 0;
        letter-spacing: 0;
        line-height: 1.3
    }

    .home-fuwu-item .txt .desc {
        font-size: .24rem;
        display: none
    }

    .home-block>li {
        padding-top: .4rem;
        padding-bottom: .4rem
    }
    .home-jieshao .part-a .homefk{
        display: none;
    }
    .home-jieshao .part-a .homefkm{
        display: block;
    }
    .home-jieshao .part-a {
        width: 90%;
        margin-bottom: 50px;
        margin-left: 8px;
        margin-right: 0;
    }
    .part-a .homeone{
        position: absolute;
        left: 20px;
        top: 20px;
        width: 100%;
        height: auto;
    }

    .home-jieshao .part-a:after {
        width: .6rem;
        height: .6rem;
        border-width: 6px;
    }

    .home-jieshao p {
        font-size: .28rem
    }

    .home-jieshao .tips {
        font-size: .35rem
        
    }

    .home-jieshao .title,
    .home-why-row .txt .title {
        font-size: .44rem;
        margin-bottom: .3rem;
    }

    .img-txt-item.home-news .img-wrap {
        border-radius: 8px
    }

    .home-why-row .img {
        height: 4rem
    }

    .home-why-row .txt {
        padding-top: .4rem;
        padding-bottom: .6rem;
        padding-left: .3rem;
        padding-right: .3rem
    }

    .home-ts>li+li {
        margin-top: 15px;
    }

    .home-ts>li .ts-title {
        font-size: .34rem;
        font-weight: 600
    }

    .home-ts>li .desc {
        margin-top: .1rem;
    }

    .home-ts>li .ts-title:before {
        width: .2rem;
        height: 4px;
        left: -.14rem;
        top: .18rem
    }

    .home-welcome {
        padding: .3rem;
        top: -.3rem
    }

    .home-welcome .title {
        font-size: .36rem;
        margin-right: 0
    }

    .home-welcome .line {
        display: none
    }

    .home-welcome .tel {
        margin-left: 0;
        margin-top: .2rem
    }

    .home-welcome .tel .num {
        font-size: .4rem;
    }

    .welcome-wrap {
        padding-bottom: .2rem !important
    }

    .page-sticky-wraps {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 9;
        background-color: #fff;
        box-shadow: 0 -4px 8px rgba(0, 0, 0, .15);
        padding-left: 10px;
    }

    .page-sticky-wraps .items>.img {
        width: 42px;
        height: 42px;
        background-image: url("../img/liucheng-6.jpg");
        background-size: cover;
        border-radius: 50%
    }

    .page-sticky-wraps .items>.txt {
        padding: 0 15px;
    }

    .page-sticky-wraps .items>.txt>p {
        margin-bottom: 0;
    }

    .page-sticky-wraps .items>.txt>span {
        display: block;
        font-size: 18px;
        font-weight: 700;
        line-height: 1
    }

    .page-sticky-wraps .items>.btn-wrap {
        flex-grow: 1;
        min-width: 0;
    }

    .page-sticky-wraps .items>.btn-wrap>a {
        color: #fff;
        display: block;
        background-color: var(--secondary);
        line-height: 50px;
        text-align: center;
        padding: 0 12px;
        border-top-left-radius: 20px;
        font-size: 18px;
    }

    .page-sticky-wraps .items>.btn-wrap>a:before {
        content: "\e7a2";
        font-family: iconfont;
        margin-right: 6px;
    }
}
.about-part-b {
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ffffff;
    display: flex;
}
.my-title-c {
    margin-bottom: 20px;
}
.my-title-a .title, .my-title-c .title {
    font-size: 24px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    line-height: 1;
}
.my-title-c .title:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 6px;
    background-color: rgba(233,190,183,.7);
    z-index: 2;
    left: 0;
    border-radius: 4px;
}
.about-txt {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    text-align: justify;
}
.img-txt-item>.img-wrapper img {
    width: 100%;
}
.view-pic-item .img-txt-item.img-top .txt-wrapper {
    position: absolute;
    left: 15px;
    right: 15px;
    padding: 15px 0;
    border-radius: 4px;
    box-shadow: 0 12px 30px rgba(0,0,0,.1);
    bottom: -20px;
    background-color: #fff;
    transition: all .2s linear;
}
.img-txt-item.img-top>.img-wrapper, .img-txt-item.img-top>.txt-wrapper {
    flex: 0 0 100%;
}
.img-txt-item>.txt-wrapper>.title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 0;
}
.rounded {
    border-radius: 4px;
}
.view-pic-item {
    margin-bottom: 20px;
    transition: all .2s linear;
}
.mainconent-wrapper {
    background-color: #fff;
    width: 100%;
    padding: 25px 0;
    height: 450px;
    margin-bottom: 40px;
    position: relative;
}
.about-txt .about-honor {
    float: left;
    margin-right: 20px;
    width: 200px;
}
.view-pic-item:hover .img-txt-item.img-top .txt-wrapper {
    box-shadow: 0 16px 30px rgba(240,72,71,.2);
    bottom: -30px;
    z-index: 2;
}
@media(max-width: 768px){
    .my-title-c{
        text-align: left !important;
    }
    .py-sm-4 .my-title-c{
        padding-right: 15px;
        padding-left: 15px;
    }
    .mainconent-wrapper{
        height: auto;
    }
    .about-part-b{
        display: block;
        padding-bottom: 10px;
    }
}
.i_two {
    overflow: hidden;
    width: 1300px;
    margin: 0 auto;
    position: relative;
}

.i_two .i_two_a {
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}

.i_two .i_two_a .imgs {
    width: 57.7%;
    height: 319px;
    position: absolute;
    right: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.i_two .i_two_a .imgs img {
    width: 100%;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.i_two .i_two_a .wrap {
    height: 319px;
}

.i_two .i_two_a .txts {
    width: 38%;
    position: relative;
    left: 0;
    transform: translate(0%, -50%);
    top: 50%;
    overflow: hidden;
    line-height: 1.2;
    color: #222;
    font-weight: bold;
}

.i_two .i_two_a .txts .label {
    display: block;
    text-transform: uppercase;
    margin-bottom: 1%;
    line-height: 1;
    margin-bottom: 3.5%;
}

.i_two .i_two_a .txts .label span {
    color: #6ba036;
}

.i_two .i_two_b {
    overflow: hidden;
    /* position: relative; */
}

.i_two .i_two_b .imgs {
    width: 38%;
    height: 609px;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.imgs-s{
    width: 40%;
    height: 609px;
    float: left;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.i_two .i_two_b .imgs img {
    width: 100%;
    opacity: 0;
    filter: Alpha(opacity=0);
}

.i_two .i_two_b .txts {
    width: 58.7%;
    overflow: hidden;
    position: absolute;
    right: 68px;
    top: 290px;
}

.i_two .i_two_b .txts img {
    display: block;
    width: 215px;
}

.i_two .i_two_b .txts .cons {
    max-width: 650px;
    margin-top: 8%;
    overflow: hidden;
    font-size: 15px;
    line-height: 22px;
    color: #414141;
    padding-left:82px;
}

.i_two .i_two_b .txts .cons ul li {
    display: block;
    margin-bottom: 6%;
}

.i_two .i_two_b .txts .cons .h3 {
    color: #222222;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1;
}

.i_two .i_two_b .txts .cons .a {
    display: block;
    height: 46px;
    line-height: 46px;
    width: 150px;
    background: #222222;
    text-align: center;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    position: relative;
    z-index: 0;
}

.i_two .i_two_b .txts .cons .a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    height: 100%;
    width: 0;
    background: #6ba036;
    transition: all 0.6s;
    -moz-transition: all 0.6s;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    z-index: -1;
}

.i_two .i_two_b .txts .cons .a:hover:after {
    width: 100%;
    left: 0;
}
@media(max-width: 768px){
    .footer-c{
        text-align: center;
    }
    .meta{
        flex-wrap: wrap;
    }
    .i_two{
        width: 100%;
    }
.i_two .i_two_a {
        margin-bottom: 5px;
    }

    .i_two .i_two_a .wrap {
        height: 88px;
    }

    .i_two .i_two_a .imgs {
        height: 88px;
    }
    .imgs-s{
        height: 250px;
    }
    .i_two .i_two_b .imgs {
        height: 260px;
    }
    .i_two .i_two_b{
        overflow: initial;
        position: relative;
    }
    .i_two .i_two_b .txts{
        position: absolute;
        right: -7px;
        top: -174px;
        z-index: 999;
    }
    .i_two .i_two_b .txts .cons {
        font-size: 12px;
        line-height: 18px;
        padding-left: 0;
        padding-right: 10px;
    }
    .footer-b .desc p{
        display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 4;
    }
    .i_two .i_two_b .txts .cons .h3 {
        font-size: 15px;
    }

    .i_two .i_two_b .txts .cons .a {
        font-size: 12px;
        height: 30px;
        line-height: 30px;
        width: 100px;
    }
}
.fwlc_list{
    width: 1140px;
    margin: 40px auto;
    background-color: #ffffff;
    border-radius: 6px;
}
.list_one{
    padding: 35px 50px 1px 50px;
}
.fw_title{
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.fw_titlexx{
    font-size: 16px;
    margin-top: 6px;
    text-align: center;
    margin-bottom: 40px;
}
.anzang-line{
    position: relative;
    height: 1px;
    background-color: #ececec;
    margin-bottom: 30px;
}

.anzang-line:before {
    content: "";
    position: absolute;
    height: 3px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    top: -1px;
    background-image: linear-gradient(90deg,rgba(117,146,83,0),#759253,rgba(117,146,83,0));
}
.anzang-line:after, .anzang-line_b:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    top: -5px;
    left: 50%;
    margin-left: -5px;
}
.anzang-line:before {
    width: 160px;
    margin-left: -80px;
}
.anzang-line:after, .anzang-line_b:after {
    width: 18px;
    height: 18px;
    top: -9px;
    margin-left: -9px;
}
.anzang-line:after {
    background-color: #759253;
}
.liucheng{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lc_list{
    width: 21%;
    margin-bottom: 35px;
}
.lc_list img{
    width: 100%;
    height: auto;
    border-radius: 6px;
    margin-bottom: 10px;
}
.lc_list .lc_title{
    font-size: 18px;
    color: #585858;
    font-weight: 700;
}
.lc_list .lc_title span{
    font-size: 34px;
    font-weight: 700;
    color: #759253;
    vertical-align: sub;
    margin-right: 5px;
}
.lc_list .lc_info{
    color: #8b8b8b;
    font-size: 15px;
}
.about_map{
    width: 550px;
}
.about_map .map{
    width: 100%;
    height: 280px;
    border-radius: 6px;
}
.about_map_r{
    width: 550px;
    background-color: rgb(244, 244, 244);
    border-radius: 6px;
    padding: 15px;
    height: 240px;
    margin-top: 20px;
}
.map_title{
    font-size: 24px;
    margin-bottom: 0;
    display: inline-block;
    position: relative;
    line-height: 1;
}
.map_title:after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 6px;
    background-color: rgba(233,190,183,.7);
    z-index: 2;
    left: 0;
    border-radius: 4px;
}
.map_dizhi{
    font-size: 20px;
    font-weight: 700;
    margin:15px 0 ;
}
.map_address{
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 14px;
    border-bottom: 1px solid #333;
}
.map_tel{
    font-size: 18px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--secondary);
}
.mobiledh{
    display: none;
}
@media(max-width: 768px){
    .mobile_t{
        margin-top: 35px;
    }
    .container{
        margin: 0;
        padding: 0;
    }
    .container .row {
        margin-right: 0px;
        margin-left: 0;
    }
    .fwlc_list{
        width: 100%;
        margin: 0;
    }
    .list_one{
        padding: 25px 20px;
    }
    .lc_list{
        width: 46%;
        margin-bottom: 20px;
    }
    .about_map{
        width: 100%;
    }
    .about_map_r{
        width: 100%;
    }
    .site-info-a{
        padding: 0 10px;
    }
    .pcdh{
        display: none;
    }
    .mobiledh{
        display: block;
    }
    .web-footer-wrap .container{
        padding-right: 15px;
        padding-left: 15px;
    }
    .web-footer-wrap .footer-b .col-sm-12{
        padding: 0;
    }
}