<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

/* stylelint-disable at-rule-no-unknown */
html,
body {
    width: 100%;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    box-sizing: border-box;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
    width: device-width;
}

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

body {
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Segoe UI", "Hiragino Sans GB", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-variant: tabular-nums;
    font-weight: 400;
    line-height: 1.5;
    background-color: #fff;
    -webkit-font-feature-settings: 'tnum';
    font-feature-settings: 'tnum';
}

[tabindex='-1']:focus {
    outline: none !important;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: 0;
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
}

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

abbr[title],
abbr[data-original-title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    border-bottom: 0;
    cursor: help;
}

address {
    margin-bottom: 1em;
    font-style: normal;
    line-height: inherit;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
    -webkit-appearance: none;
}

ol,
ul,
dl {
    margin: 0;
    padding: 0;
}

ol ol,
ul ul,
ol ul,
ul ol {
    margin: 0;
    padding: 0;
}

dt {
    font-weight: 500;
}

dd {
    /* margin-bottom: 0.5em; */
    margin-left: 0;
}

blockquote {
    margin: 0 0 1em;
}

dfn {
    font-style: italic;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 80%;
}

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

a:focus {
    text-decoration: none;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
}

a:hover {
    text-decoration: none;
    outline: 0;
}

a[disabled] {
    color: fade(#000, 0.25);
    cursor: not-allowed;
    pointer-events: none;
}

pre,
code,
kbd,
samp {
    font-size: 1em;
    font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

pre {
    margin-top: 0;
    margin-bottom: 1em;
    overflow: auto;
}

figure {
    margin: 0 0 1em;
}

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

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

a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

table {
    border-collapse: collapse;
}

caption {
    padding-top: 0.75em;
    padding-bottom: 0.3em;
    color: rgba(0, 0, 0, 0.45);
    text-align: left;
    caption-side: bottom;
}

th {
    text-align: inherit;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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

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

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

input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
    -webkit-appearance: listbox;
}

textarea {
    overflow: auto;
    resize: vertical;
}

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

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    margin-bottom: 0.5em;
    padding: 0;
    color: inherit;
    font-size: 1.5em;
    line-height: 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-cancel-button,
[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;
}

template {
    display: none;
}

[hidden] {
    display: none !important;
}

mark {
    padding: 0.2em;
    background-color: #feffe6;
}

::-moz-selection {
    color: #fff;
    background: #449ce7;
}

::selection {
    color: #fff;
    background: #449ce7;
}

a[title="站长统计"] {
    /*display: none;*/
}

.bsTop {
    width: 100% !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

.center {
    text-align: center;
}

.page-tit {
    font-size: 40px;
    color: #333333;
}

.page-ftit {
    font-size: 16px;
    color: #808080;
    padding: 3px 0 45px;
}

.h1 {
    font-size: 30px;
}

.h2 {
    font-size: 26px;
}

.h3 {
    font-size: 24px;
}

.h4 {
    font-size: 20px;
}

.h5 {
    font-size: 18px;
}

.h6 {
    font-size: 16px;
}

/* p {
    font-size: 14px;
} */

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

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

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.paging .btn1 {
    color: #333;
    margin-left: 26px;
    padding: 8px 6px;
}

.paging .btn1.active {
    color: #fff;
    background-color: #015AA9;
}

.paging1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    margin-top: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

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

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

.invisible {
    visibility: hidden;
}

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

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
    text-justify: inter-ideograph;
}

.text-nowrap {
    white-space: nowrap;
}

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

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.c-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.overflow-hidden {
    overflow: hidden;
}

/* ::-webkit-scrollbar {
    background: #f4f4f4;
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.2);
    width: 8px;
    height: 8px;
    border-radius: 8px;
}

::-webkit-scrollbar-track {
    border-radius: 8px;
} */

input:-webkit-autofill {
    box-shadow: 0 0 0 1000px white inset !important;
}

svg.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
}

.unable-to-interact {
    cursor: not-allowed;
    pointer-events: none;
}

li {
    list-style: none;
}

img {
    max-width: 100%;
}

#pageMain {
    overflow: hidden;
}

#pageMain .banner {
    margin-top: 0;
}


.pc {
    display: block;
}

.sj {
    display: none;
}

.head-page {
    width: 100%;
    padding: 0 0 0 7%;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
    -webkit-transition: background-color .3s ease-in, opacity .3s .3s, -webkit-transform .3s;
    transition: background-color .3s ease-in, opacity .3s .3s, -webkit-transform .3s;
    transition: transform .3s, background-color .3s ease-in, opacity .3s .3s;
    transition: transform .3s, background-color .3s ease-in, opacity .3s .3s, -webkit-transform .3s;
    opacity: 0;
}

.head-page.active {
    background-color: #fff;
}

.head-page.active1 {
    background-color: #fff;
}

.head-page:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: .1;
}

.head-page.show {
    opacity: 1;
}

.head-page.typea:not(.typeanot) {
    background: none;
    box-shadow: none;
}

.head-page.typea:not(.typeanot) .h-img {
    opacity: 1;
}

.head-page.typea:not(.typeanot) .p-img {
    opacity: 0;
}

.head-page.typea:not(.typeanot) .page-nav .link {
    color: #fff;
}

.head-page.typea:not(.typeanot) .search {
    background: url(../img/icon-search-w.png) no-repeat center/cover;
    cursor: pointer;
}

.head-page.typea:not(.typeanot) .tel {
    background: url(../img/icon-tels-w.png) no-repeat center/cover;
    cursor: pointer;
}

.head-page.typea:not(.typeanot) .page-search .item .link {
    color: #ffffff;
}


.head-page.show.type1 .page-nav .item.active .link {
    color: #0045a7;
}

.head-page.show.type1 {
    background-color: #fff;
}

.head-page.show.type1 .page-nav .link {
    color: rgba(0, 0, 0, 0.6);
}

.head-page.show.type1 .page-logo .h-img {
    opacity: 0;
}

.head-page.show.type1 .page-logo .p-img {
    opacity: 1;
}

.head-page.show.type1 .search {
    background: url(../img/icon-search-h.png) no-repeat center/cover;
}

.head-page.show.type1 .tel {
    background: url(../img/icon-tels-h.png) no-repeat center/cover;
}

.head-page.show.type1 .page-search .item .link {
    color: rgba(0, 0, 0, 0.6);
}

.head-page.show.type1 {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 10%);
}

.head-page .search,
.head-page .tel {
    margin-right: 22px;
    width: 23px;
    height: 22px;
    -webkit-transition: background-image .3s;
    transition: background-image .3s;
    cursor: pointer;
}

.head-page .search {
    background: url(../img/icon-search-h1.png) no-repeat center/cover;
}

.head-page .tel {
    background: url(../img/icon-tels-h1.png) no-repeat center/cover;
    margin-right: 55px;
    background-size: auto;
}

.head-page.active .search {
    background: url(../img/icon-search-h.png) no-repeat center/cover;
}

.head-page.active .tel {
    background: url(../img/icon-tels-h.png) no-repeat center/cover;
}

.head-page.active1 .search {
    background: url(../img/icon-search-h.png) no-repeat center/cover;
}

.head-page.active1 .tel {
    background: url(../img/icon-tels-h.png) no-repeat center/cover;
}

.head-page .page-nav .link {
    color: #fff;
}

.head-page.active .page-nav .link {
    color: #333;
}

.head-page.active1 .page-nav .link {
    color: #333;
}

.page-logo {
    position: relative;
    display: block;
}

.head-page .page-logo .h-img {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 1;
}

.head-page .page-logo .p-img {
    opacity: 0;
}

.head-page.active .page-logo .p-img {
    opacity: 1;
}

.head-page.active .page-logo .h-img {
    opacity: 0;
}

.head-page.active1 .page-logo .p-img {
    opacity: 1;
}

.head-page.active1 .page-logo .h-img {
    opacity: 0;
}

.page-logo .p-img,
.page-logo .h-img {
    height: 64px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.page-henad-centent {
    margin-left: auto;
    position: relative;
    z-index: 1;
    -webkit-transition: opacity .3s, visibility .3s;
    transition: opacity .3s, visibility .3s;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.page-nav .link {
    display: block;
    max-width: 100px;
    text-align: center;
}

.page-nav .link::after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 0;
    background: #0045a7;
    left: 0;
}

.page-nav .item {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 60px;
    position: relative;
}

.page-nav .item:last-child {
    margin-right: 0;
}

.page-nav .item.active .link {
    color: #0045a7;
}

.page-subnav {
    position: absolute;
    left: 50%;
    margin-left: -120px;
    top: 100px;
    width: 240px;
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
}

.page-subnav .slink {
    display: block;
    font-size: 14px;
    padding: 0 16px;
    color: #666;
    background: #fff;
    position: relative;
    line-height: 40px;
    -webkit-transition: background-color .4s, color .4s;
    transition: background-color .4s, color .4s;
    text-align: center;
}

.page-search .item {
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 37px;
    position: relative;
    margin-left: 25px;
}

.page-search .item.item_tel {
    margin: 0;
}

.page-search .item.item_tel .slink {
    font-size: 20px;
    font-weight: 600;
    color: #0045a7;
}

.head-page .page-search .item .link {
    color: #fff;
}

.head-page.active .page-search .item .link {
    color: rgba(0, 0, 0, 0.6);
}

.head-page.active1 .page-search .item .link {
    color: rgba(0, 0, 0, 0.6);
}

.other {
    margin-left: auto;
}

.other-item {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.other-item .item_hide {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: opacity .3s, visibility .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s, visibility .3s;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
}

.other-item .item_hide .hide_l {
    display: block;
    font-size: 14px;
    padding: 0 16px;
    color: #666;
    background: #fff;
    position: relative;
    line-height: 40px;
    -webkit-transition: background-color .4s, color .4s;
    transition: background-color .4s, color .4s;
    text-align: center;
}

.other-item p {
    color: #ffffff;
    margin-top: 4px;
}

.other-item:nth-child(1) {
    background: #4d4d4d;
}

.other-item:nth-child(2) a{
    background: #0045a7;
}

.footer-top01 .footer-top01-swip {
    padding: 0 4.6%;
    box-sizing: border-box;
    position: relative;
}

.footer-top01 .footer-top01-swip .swiper-container {
    position: initial;
    padding-top: 60px;
    box-sizing: border-box;
}

.footer-top01 .footer-top01-swip .swiper-wrapper {
    box-sizing: border-box;
}

.footer-top01 .footer-top01-swip .list {
    text-align: center;
    height: 86px;
    border: 1px solid #eeeeee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.footer-top01 .footer-top01-swip .list img {
    max-height: 40px;
}

.footer-top01 .tit {
    padding: 130px 3% 75px;
    color: #000;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
    font-family: "PINGFANG HEAVY";
}

.footer-top01 .lists {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 75px 0;
}

.footer-top01 .item {
    width: 25%;
    text-align: center;
    padding: 14px 3%;
    line-height: 1.4;
    border-right: 1px solid #eeeeee;
}

.footer-top01 .item:last-child {
    border-right: 0;
}

.footer-top01 .icon {
    width: auto;
    height: 46px;
    margin: 0 auto 12px;
    display: block;
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    transition: transform .4s ease-in-out, -webkit-transform .4s ease-in-out;
}

.footer-top01 .title {
    font-family: "PINGFANG MEDIUM";
    color: #040000;
    margin-bottom: 6px;
}

.footer-top01 .text {
    font-size: 14px;
    color: #4D4D4D;
    font-family: "PINGFANG REGULAR";
}

.page-footer {
    background: #f6f6f6;
}

.page-footer .top {
    padding: 48px 0 24px;
    border-bottom: 1px solid #e5e5e5;
}

.page-footer .crumb-nav {
    font-size: 14px;
}

.page-footer .crumb-nav-link {
    color: #959595;
    position: relative;
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 12px;
}

.page-footer .crumb-nav-link:after {
    content: "";
    display: block;
    width: 6px;
    height: 10px;
    background: url(../img/icon-jt01.png) no-repeat 50%/100% 100%;
    margin-left: 12px;
}

.page-footer .crumb-nav-active {
    max-width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #000;
}

.page-footer .content {
    padding: 48px 0 55px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-footer .content .item-l {
    width: 86.9%;
    border-right: 1px solid #e5e5e5;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.page-footer .content .item-l .item {
    width: 14.28%;
    padding-right: 1%;
    box-sizing: border-box;
    line-height: 1.3;
}

.page-footer .content .item-l a {
    display: block;
}

.page-footer .content .item-l .title {
    font-size: 14px;
    color: #333333;
    margin-bottom: 17px;
}

.page-footer .content .item-l .link {
    font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.page-footer .content .item-r {
    width: 13.1%;
}

.page-footer .content .item-r .main {
    margin-left: auto;
}

.page-footer .content .item-r .tit {
    font-size: 12px;
    color: #666666;
    margin-top: 12px;
}

.page-footer .content .item-r .tel {
    font-size: 20px;
    font-family: Bebas;
    font-weight: 400;
    color: #0045A7;
    line-height: 1;
    margin-top: 5px;
    font-family: "BEBAS__";
}

.page-footer .content .item-r .contact {
    width: 91px;
    line-height: 26px;
    border-radius: 13px;
    color: #fff;
    background: #0045A7;
    display: block;
    text-align: center;
    margin: 8px 0 25px;
}

.page-footer .copyright {
    padding: 16px 0;
    font-size: 12px;
    border-top: 1px solid #e5e5e5;
}

.page-footer .copyright .navs-l,
.page-footer .copyright p {
    font-size: 12px;
    color: #808080;
    font-family: "PINGFANG REGULAR";
}
.page-footer .social-contact a{display:inline-block;width:30px;height:24px;}
.page-footer .social-contact .bshare-sinaminiblog {
    background: url(../img/foot_wb.png) no-repeat center center;
}

.page-footer .social-contact .bshare-weixin {
    background: url(../img/foot_wx.png) no-repeat center center;
    position: relative;
}

.page-footer .social-contact .bshare-weixin img{
    display: none;
    width: 100px!important;
    height:100px!important;
    position: absolute;
    bottom:30px;
    left:50%;
    margin-left:-50px;
    z-index:5;
    max-width: inherit;
}
.page-footer .social-contact .bshare-weixin:hover img{
    display: block;
}

.page-footer .social-contact .bshare-facebook {
    background: url(../img/foot_fb.png) no-repeat center center;
}

.page-footer .social-contact .bshare-linkedin {
    background: url(../img/foot_in.png) no-repeat center center;
}

.page-footer .social-contact a {
    position: relative;
    padding-left: 30px;
}

.page-footer .social-contact a::after {
    content: '';
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    height: 10px;
    width: 2px;
    background-color: #dddddd;
}

.page-footer .social-contact a:last-child:after {
    display: none;
}

.page-footer .copyright a {
    font-size: 12px;
    color: #808080;
}

.page-footer .copyright .nav-item {
    margin-right: 12px;
}

.page-footer .copyright .nav-item::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 9px;
    background: #808080;
    margin-left: 12px;
}

.page-footer .copyright .nav-item:last-child {
    margin-right: 24px;
}

.page-footer .copyright .swiper {
    margin-left: auto;
    position: relative;
    max-width: 583px;
    padding: 7px 35px;
    box-sizing: border-box;
}

.page-footer .copyright .swiper .swiper-container {
    position: initial;
}

.page-footer .swiper-container.swiper-button-hollow .swiper-button-prev,
.page-footer .swiper-container.swiper-button-hollow .swiper-button-next {
    width: 16px;
    height: 16px;
    background: transparent;
    top: auto;
    margin-top: -25px;
}

.page-footer .swiper-container.swiper-button-hollow .swiper-button-prev .btn-prve,
.page-footer .swiper-container.swiper-button-hollow .swiper-button-next .btn-prve {
    height: 0px;
    width: 0px;
    border-top: 6px solid transparent;
    border-right: 6px solid #0045a7;
    border-bottom: 6px solid transparent;
}

.page-footer .swiper-container.swiper-button-hollow .swiper-button-prev .btn-next,
.page-footer .swiper-container.swiper-button-hollow .swiper-button-next .btn-next {
    height: 0px;
    width: 0px;
    border-top: 6px solid transparent;
    border-left: 6px solid #0045a7;
    border-bottom: 6px solid transparent;
}

.head-phone {
    display: none;
    height: 60px;
    line-height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: #ffffff;
}

.head-phone.sc-head {
    background: #ffffff;
    box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.2);
}

.head-phone .width1636 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}

.head-phone .logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.head-phone .logo img {
    height: 45px;
}

.head-phone .nav-toggle-list {
    cursor: pointer;
}

.head-phone .nav-toggle-list span {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    border-radius: 1.5px;
    display: block;
}

.head-phone .nav-toggle-list span:first-of-type {
    top: 0;
}

.head-phone .nav-toggle-list span:nth-child(2) {
    opacity: 1;
    margin-top: 8px;
}

.head-phone .nav-toggle-list span:nth-child(3) {
    width: 15px;
    margin-top: 8px;
}

.head-phone .item-r a {
    margin-right: 10px;
}

.head-phone .item-r a:last-child {
    margin-right: 0;
}

.head-phone .phonenav {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    display: none;
}

.head-phone .phonenav a {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px dashed #d2bfaf;
    padding: 0 20px;
    box-sizing: border-box;
}

.mbnav-btn {
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    display: none;
}

.mbnav-btn-list {
    width: 30px;
    height: 18px;
    position: absolute;
    top: 21px;
    right: 15px;
}

.mbnav-btn-item {
    position: absolute;
    right: 0;
    width: 100%;
    height: 2px;
    background-color: #666;
    border-radius: 1px;
    border-radius: 1.5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.mbnav-btn-item:nth-of-type(1) {
    top: 0;
}

.mbnav-btn-item:nth-of-type(2) {
    top: 8px;
}

.mbnav-btn-item:nth-of-type(3) {
    width: 50%;
    top: 16px;
}

.mbnav {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
    overflow: hidden;
}

.mbnav ::-webkit-scrollbar {
    width: 0;
    height: 0;
    background-color: rgba(255, 255, 255, 0);
}

.mbnav .data {
    display: none;
}

.mbnav .bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.mbnav .main {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    background-color: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .header {
    background-color: #25324B;
}

.mbnav .tel {
    padding: 0 20px;
    line-height: 60px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    font-family: Gothicb, Arial, Helvetica, sans-serif;
}

.mbnav .tel .iconfont {
    display: inline-block;
    color: #ffffff;
    width: 12px;
    height: 12px;
    border-style: solid;
    border-width: 0 1px 1px 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    font-size: 22px;
    margin-right: 6px;
}

.mbnav .search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    height: 60px;
    line-height: 60px;
    border-bottom: none;
    background: #d2bfaf;
}

.mbnav .search .submit {
    border: none;
    outline: none;
    background: none;
    padding: 0;
    width: 22px;
    height: 60px;
    background-size: 20px;
    color: #fff;
    font-size: 22px;
}

.mbnav .search .input {
    width: calc(100% - 22px);
    height: 60px;
    line-height: 1.5;
    border: none;
    padding: 0 0 0 12px;
    outline: none;
    color: #fff;
    font-size: 16px;
    background: none;
}

.mbnav .search ::-moz-placeholder {
    color: #fff;
}

.mbnav .search ::-webkit-input-placeholder {
    color: #fff;
}

.mbnav .search :-ms-input-placeholder {
    color: #fff;
}

.mbnav .item {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 15px;
    border-bottom: 1px solid #f2f2f2;
    color: #777;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.mbnav .item.sub {
    padding-right: 40px;
}

.mbnav .item.sub::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    display: inline-block;
    border-right: 1px solid #777;
    border-bottom: 1px solid #777;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4.5px;
}

.mbnav .slist {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 240px;
    height: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.mbnav .sitem {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.mbnav .sitem.active {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 1;
    visibility: visible;
}

.mbnav .tit {
    font-size: 16px;
    line-height: 60px;
    padding-right: 20px;
    padding-left: 40px;
    text-align: right;
    background-size: 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #f2f2f2;
    position: relative;
}

.mbnav .tit::before {
    content: "";
    position: absolute;
    left: 16px;
    top: 50%;
    display: inline-block;
    border-left: 1px solid #777;
    border-top: 1px solid #777;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-top: -4.5px;
}

@-webkit-keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@keyframes phone-navtop-animon {
    0% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
}

@-webkit-keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@keyframes phone-navbottom-animon {
    0% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}

@-webkit-keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phone-navtop-animoff {
    0% {
        top: 8px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    50% {
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        top: 0;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@-webkit-keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes phone-navbottom-animoff {
    0% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    50% {
        width: 100%;
        top: 8px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        width: 50%;
        top: 16px;
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.page-aside {
    position: fixed;
    right: 0;
    bottom: 100px;
    z-index: 11;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .3s;
    transition: opacity .3s, -webkit-transform .3s;
    transition: transform .3s, opacity .3s;
    transition: transform .3s, opacity .3s, -webkit-transform .3s;
}

.page-aside.show {
    opacity: 1;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.page-aside .item {
    display: block;
    margin-bottom: 2px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}

.page-aside .content {
    padding-right: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 16px;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transform: translateX(-60px);
    transform: translateX(-60px);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.page-aside .icon {
    width: 60px;
    height: 60px;
    background: no-repeat 50%/100%;
}

.page-aside .icon.tel {
    background-image: url(../img/icon-tel-w.png);
}

.page-aside .num {
    white-space: nowrap;
    padding-right: 4px;
}

.page-aside .icon.kf {
    background-image: url(../img/icon-kf-w.png);
}

.page-aside .icon.edit {
    background-image: url(../img/icon-edit-w.png);
}

.page-aside .icon.top {
    background-image: url(../img/icon-top-w.png);
}

.hide {
    position: absolute;
    right: 138px;
    top: 0;
    width: 130px;
    height: 130px;
    padding: 20px;
    box-sizing: border-box;
    background: red;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 5;
}

.swiper-container {
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
}

.swiper-container.typea .swiper-pagination {
    bottom: 5%;
}

.swiper-container.typea .swiper-pagination-bullet {
    width: 40px;
    height: 2px;
    display: inline-block;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.5);
    opacity: .35;
    position: relative;
    outline: none;
}

.swiper-container.typea .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform-origin: left center;
    transform-origin: left center;
}

.swiper-container.typea .swiper-pagination-bullet-active {
    opacity: 1;
}

.swiper-container.typea .swiper-pagination-bullet-active::after {
    background: white;
    -webkit-animation: indicator-loading 6s linear forwards;
    animation: indicator-loading 6s linear forwards;
}

.swiper-container.typeb .swiper-pagination {
    bottom: 30px;
}

.swiper-container.typeb .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: white;
    opacity: 1;
    margin: 0 13px;
    border: 1px solid #FFFFFF;
}

.swiper-container.typeb .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: transparent;
}

.swiper-container .svg-swiper-pagination {
    bottom: 5%;
    position: absolute;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet {
    background: transparent;
    opacity: 1;
    position: relative;
    width: 16px;
    height: 16px;
    outline: none;
    margin: 0 12px;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
    border-radius: 50%;
    margin: -6px 0 0 -6px;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .svg {
    opacity: 1;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    opacity: 0;
}

.swiper-container .svg-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle2 {
    -webkit-animation: svgCircleAnmi 6s linear forwards;
    animation: svgCircleAnmi 6s linear forwards;
}

.swiper-container .svg-swiper-pagination .svg {
    width: 16px;
    height: 16px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    display: block;
}

.swiper-container .svg-swiper-pagination .circle1 {
    stroke: #fff;
}

.swiper-container .svg-swiper-pagination .circle2 {
    stroke: #0045a7;
    stroke-dasharray: 0 339;
}

.swiper-container svg:not(:root) {
    overflow: hidden;
}

.swiper-container.swiper-button-block .swiper-button-prev,
.swiper-container.swiper-button-block .swiper-button-next {
    width: 50px;
    height: 120px;
    outline: none;
    background: rgba(0, 0, 0, 0.15);
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s;
    transition: all .3s;
}

.swiper-container.swiper-button-block .swiper-button-prev::after,
.swiper-container.swiper-button-block .swiper-button-next::after {
    font-size: 26px;
    color: #ffffff;
    font-weight: 100;
}

.swiper-container.swiper-button-block .swiper-button-prev {
    left: 0;
    -webkit-transform: translate(-100px, -50%);
    transform: translate(-100px, -50%);
}

.swiper-container.swiper-button-block .swiper-button-next {
    right: 0;
    left: auto;
    -webkit-transform: translate(100px, -50%);
    transform: translate(100px, -50%);
}

.swiper-container.swiper-button-hollow .swiper-button-prev,
.swiper-container.swiper-button-hollow .swiper-button-next {
    width: 33px;
    height: 33px;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f7f7f7;
    outline: none;
    top: calc(50% + 17px);
    margin: 0;
}

.swiper-container.swiper-button-hollow .swiper-button-prev::after,
.swiper-container.swiper-button-hollow .swiper-button-next::after {
    display: none;
}

.swiper-container.swiper-button-hollow .swiper-button-prev .btn-prve,
.swiper-container.swiper-button-hollow .swiper-button-next .btn-prve {
    height: 0px;
    width: 0px;
    border-top: 4px solid transparent;
    border-right: 6px solid #0045a7;
    border-bottom: 4px solid transparent;
}

.swiper-container.swiper-button-hollow .swiper-button-prev .btn-next,
.swiper-container.swiper-button-hollow .swiper-button-next .btn-next {
    height: 0px;
    width: 0px;
    border-top: 4px solid transparent;
    border-left: 6px solid #0045a7;
    border-bottom: 4px solid transparent;
}

@-webkit-keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@-webkit-keyframes svgCircleAnmi {
    0% {
        stroke-dasharray: 0 339;
    }

    to {
        stroke-dasharray: 339 339;
    }
}

@keyframes svgCircleAnmi {
    0% {
        stroke-dasharray: 0 339;
    }

    to {
        stroke-dasharray: 339 339;
    }
}

@-webkit-keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

@keyframes indicator-loading {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
    }

    100% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
    }
}

#app {
    opacity: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
}

#app.ready {
    opacity: 1;
}

.h-banner {
    display: none;
}

.index-banner {
    width: 100%;
    height: 100vh;
}

.index-banner .video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.index-banner .swiper-slide {
    box-sizing: border-box;
    overflow: hidden;
    background-position: 50%;
    background-size: cover;
    background-color: #000;
}

.index-banner .swiper-slide .slide_txt {
    color: #fff;
    position: absolute;
    top: 50%;
    left: 10%;
    margin: auto;
    width: 80%;
    text-align: center;
}

.index-banner .swiper-slide .slide_txt .slide_desc {
    margin-top: 24px;
    margin-bottom: 60px;
}

.index-banner .swiper-slide .slide_txt::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 70px;
    height: 2px;
    background: #fff;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.width1636 {
    max-width: 1636px;
    width: 86%;
    margin: 0 auto;
}

.width1080 {
    width: 1080px;
    margin: 0 auto;
}

img {
    max-width: 100%;
}

.page-main {
    padding-top: 100px;
}

.page-main.notop {
    padding-top: 0;
}

.page-pd {
    padding: 110px 0 88px;
}

.c-imghover {
    overflow: hidden;
}

.c-imghover .c-imghover-item {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.page-dw {
    position: absolute;
    left: 0;
    top: -99px;
    z-index: -1;
}

.index-banner .img {
    width: 100%;
    display: none;
}

.index-banner .video {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    -o-object-fit: fill;
    object-fit: fill;
}

.c-imghover-item {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

.c-btn-a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    width: 180px;
    line-height: 40px;
    color: #333;
    overflow: hidden;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border: 1px solid #dadada;
    -webkit-transition: color .3s, border-color .3s, opacity .3s;
    transition: color .3s, border-color .3s, opacity .3s;
}

.view-detail {
    width: 193px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    border: 1px solid #ffffff;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: 1;
    font-family: "PINGFANG MEDIUM";
}

.view-detail::after {
    display: inline-block;
    content: "";
    width: 7px;
    height: calc(100% + 2px);
    background: #0045a7;
    position: absolute;
    top: -1px;
    left: -1px;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.index-page01 .tit {
    font-size: 54px;
    font-weight: 800;
    color: #333333;
    line-height: 1.3;
    width: 25%;
}

.index-page01 .ftit {
    font-size: 22px;
    color: #333333;
    margin-bottom: 28px;
    font-weight: bold;
}

.index-page01 .ftit1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 72px;
}

.index-page01 .con01 {
    padding: 90px 0 75px;
}

.index-page01 .con01x video{width: 100%;}

.index-page01 .con01 p {
    color: #4D4D4D;
    line-height: 1.72;
}

.index-page01 .con01 .tit-r {
    width: 75%;
    padding: 0 11% 0 5.5%;
    box-sizing: border-box;
    margin-top: -20px;
}

.index-page01 .con02-lists {
    width: 74%;
}

.index-page01 .con02-list-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-left: 9.9%;
    box-sizing: border-box;
    /*height: 100%;*/
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.index-page01 .con02-img {
    /*position: absolute;*/
    /*left: 50%;*/
    /*top: 50%;*/
    /*-webkit-transform: translate(-50%, -50%);*/
    /*transform: translate(-50%, -50%);*/
    /*height: 100%;*/
}

.index-page01 .con02-list {
    /*height: 841px;*/
    display: none;
    position: relative;
}

.index-page01 .con02-list.active {
    display: block;
}

.index-page01 .con02-list .item-l {
    width: 70%;
    padding: 120px 0 180px 0;
    box-sizing: border-box;
}

.index-page01 .con02-list .page-ftit {
    margin: 30px 0 200px;
    line-height: 1.75;
    width: 64%;
}

.index-page01 .con02-list .item-r {
    width: 30%;
    background: #ffffff;
    text-align: center;
    padding: 42px 20px 50px;
    box-sizing: border-box;
    position: relative;
    bottom: -1px;
    right: -1px;
}

.index-page01 .con02-list .item-r img {
    margin: auto;
}

.index-page01 .con02-list .item-r .h5 {
    color: #333333;
    text-align: center;
    color: #333333;
    text-align: center;
    margin: 20px 0 15px;
    font-family: "PINGFANG MEDIUM";
}

.index-page01 .con02-list .item-r .pro-del {
    text-align: center;
    color: #0045A7;
    font-family: "PINGFANG HEAVY";
}

.index-page01 .con02-list .page-tit,
.index-page01 .con02-list .page-ftit {
    color: #ffffff;
}

.index-page01 .con02 {
    background: #f6f6f6;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.index-page01 .con02-navs {
    width: 26%;
    direction: rtl;
    text-align: left;
    /*height: 841px;*/
}

.index-page01 .con02-nav {
    padding-left: 73px;
    box-sizing: border-box;
    position: relative;
    padding-bottom: 36px;
}

.index-page01 .con02-nav .right_r1 {
    display: block;
    font-size: 18px;
    color: #666666;
    border-bottom: 1px solid #e8e8e8;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: 36px 0 36px 20px;
    box-sizing: border-box;
}

.index-page01 .con02-nav .right_r1.active {
    background: #0045a7;
    color: #ffffff;
    padding-left: 33px;
    box-sizing: border-box;
    border-bottom: 1px solid #0045a7;
}

.index-page01 .con02-nav::after {
    content: "";
    height: 40px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.index-page01 .con02-nav::-webkit-scrollbar {
    width: 2px;
    height: 1px;
}

.index-page01 .con02-nav::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #535353;
    background: #0045a7;
    display: none;
}

.index-page01 .con02-nav::-webkit-scrollbar-track {
    border-radius: 10px;
    background: transparent;
}

.index-page01 .con02-tit {
    padding-top: 75px;
    padding-left: 75px;
    box-sizing: border-box;
}

.index-page01 .con02-nav {
    overflow-y: auto;
    height: calc(100% - 212px);
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
}

.index-page01 .con02-nav .con02-nav-box{
    z-index: 9;
}

.btn-details {
    width: 205px;
    height: 50px;
    position: relative;
    z-index: 1;
    display: block;
    background: #ffffff;
    font-size: 14px;
    color: #0045A7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.btn-details::after {
    display: inline-block;
    content: "";
    width: 0;
    height: calc(100%);
    background: #0045a7;
    position: absolute;
    left: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
    z-index: -1;
}

.index-page02 {
    padding: 90px 0 100px;
}

.index-page02 .list {
    width: 32%;
    margin-right: 2%;
    background: #f9f9f9;
    padding: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 5px;
}

.index-page02 .list:last-child {
    margin-right: 0;
}

.index-page02 .list .img {
    position: relative;
    width: 65px;
    margin: 36px auto 13px;
}

.index-page02 .list .img img {
    -webkit-transition: all .3s;
    transition: all .3s;
}

.index-page02 .list .img .img-h {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.index-page02 .list .h5 {
    font-weight: 500;
    color: #333333;
    height: 54px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 100px;
    font-family: "PINGFANG MEDIUM";
}

.index-page02 .list .btn-detail {
    position: absolute;
    left: 0;
    bottom: 27px;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.index-page02 .list .btn-detail::after {
    content: "";
    display: block;
    width: 25px;
    height: 1px;
    background: #0045a7;
    margin: 0 auto;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.index-page02 .list .btn-detail-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 1;
    color: #ffffff;
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.index-page02 .view-detail {
    color: #333333;
    border: 1px solid #eeeeee;
    margin: 75px auto 0;
}

.index-page03 {
    position: relative;
    /*height: 856px;*/
}

/*.index-page03&gt;img {*/
/*    position: absolute;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    transform: translate(-50%, -50%);*/
/*    height: 100%;*/
/*}*/

.index-page03 .page-tit {
    color: #ffffff;
}

.index-page03 .text {
    color: #FFFFFF;
    line-height: 2;
    margin: 40px 0 90px;
    width: 44%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.index-page03 .setion-four-jslists {
    margin-top: 170px;
}

.index-page03 .setion-four-jslist {
    color: #ffffff;
    width: 260px;
    border-right: 1px solid rgba(255, 255, 255, 0.33);
    padding: 8px 2% 20px;
    box-sizing: border-box;
}

.index-page03 .setion-four-jslist:last-child {
    border-right: none;
}

.index-page03 h4 {
    display: inline-block;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    line-height: 1;
    position: relative;
}

.index-page03 h4 .tit {
    color: #ffffff;
    font-size: 46px;
    font-family: "BEBAS__";
    width: 71px;
    display: inline-block;
}

.index-page03 h4 .plus {
    color: #FFFFFF;
    margin-left: 10px;
    line-height: 1;
}

.index-page03 h4 .add {
    position: absolute;
    top: -8px;
    right: -4px;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
}

.index-page03 p {
    margin-top: 25px;
    line-height: 26px;
}

.index-page03 .box {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding: 160px 0 100px;
}

.index-page04 {
    background: #f6f6f6;
}

.index-page04 .width1636 {
    padding: 3.7%;
    background-color: #fff;
}

.index-page04 .header {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.index-page04 .header .nav-title {
    line-height: 1;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #333333;
}

.index-page04 .header .nav-title .ftit {
    margin-left: 12px;
    color: #808080;
}

.index-page04 .header .nav {
    margin-left: auto;
}

.index-page04 .header .nav .item {
    display: block;
    line-height: 32px;
    padding: 0 31px;
    -webkit-transition: color .3s, background-color .3s;
    transition: color .3s, background-color .3s;
    margin-right: 20px;
    font-size: 14px;
    color: #666666;
}

.index-page04 .header .nav .item.active {
    color: #fff;
    background-color: #0045a7;
}

.index-page04 .list {
    width: 31.5%;
    margin-right: 2.75%;
    margin-top: 2.75%;
    -webkit-transition: -webkit-box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.index-page04 .img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.index-page04 .img img {
    width: 100%;
}

.index-page04 .box {
    padding: 28px 24px;
}

.index-page04 .title {
    font-size: 18px;
    color: #4D4D4D;
    margin-bottom: 6px;
    font-family: "PINGFANG MEDIUM";
}

.index-page04 .content {
    color: #808080;
    line-height: 1.85;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    margin-bottom: 30px;
    font-family: "PINGFANG REGULAR";
}

.index-page04 .day {
    color: #333333;
    padding-top: 10px;
    margin-right: 10px;
    font-family: "DINPro-Regular";
}

.index-page04 .time {
    font-size: 14px;
    color: #959595;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1;
    font-family: "DINPro-Regular";
}

.index-page04 .more {
    width: 25px;
    height: 14px;
    background: url(../img/icon-jt02-r.png) no-repeat 50%/100% 100%;
    margin-left: auto;
    -webkit-transition: background-image .3s;
    transition: background-image .3s;
}

.index-page04 .more1 {
    margin-top: 30px;
    display: none;
}

.index-page04 .swiper-container {
    padding: 4px;
    box-sizing: border-box;
}

.index-page04 .swiper-pagination-bullets {
    display: none;
}

/* 产品中心 */
.product {
    padding-top: 100px;
}

.product .product_l {
    width: 22%;
    padding-top: 40px;
    border-bottom: 1px solid #eee;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.product .product_l .pl_li {
    box-sizing: border-box;
    padding: 21px 0 21px 34%;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.product .product_l .pl_li.active {
    background-color: #f7f7f7;
    position: relative;
}

.product .product_l .pl_li.active::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 5px;
    background-color: #0045a5;
}

.product .product_l .pl_li.active a {
    color: #0045a5;
}

.product .product_l .pl_li a {
    color: #333;
    -webkit-transition: all .5s;
    transition: all .5s;
    font-family: "PINGFANG MEDIUM";
}
.product .product_l .pl_li .xl{
    display: block;
}
.product .product_l .pl_li .xl a{
    display: block;
    font-size:14px;
    line-height: 30px;
    height:30px;
    color: #333!important;
    padding-left:20px;
}
.product .product_l .pl_li .xl a:hover,.product .product_l .pl_li .xl a.active{
    color: #0045a5!important;
}
/*.product .product_l .pl_li.active .xl{*/
/*    display: block;*/
/*}*/

.product .product_l .pl_cont {
    padding-left: 34%;
    box-sizing: border-box;
    margin-top: 70px;
    margin-bottom: 30px;
}

.product .product_l .pl_cont .pl_cont1 {
    color: #c5c5c5;
}

.product .product_l .pl_cont .pl_cont2 {
    color: #666;
}

.product_r {
    width: 78%;
    background-color: #f7f7f7;
}

.product_r .pr_cont {
    width: 90%;
    margin: 80px auto 0;
}

.product_r .pr_cont .pr_tit {
    color: #333;
}

.product_r .pr_cont .pr_desc {
    color: #666666;
    margin-top: 20px;
}

.product_r .pr_ul {
    margin-top: 50px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.product_r .pr_ul .pr_li {
    background-color: #fff;
    padding: 50px 40px;
    box-sizing: border-box;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 49%;
    margin-bottom: 20px;
}

.product_r .pr_ul .pr_li .pr_l{
    width: 54%;
}

.product_r .pr_ul .pr_li .pr_img{
    width: 46%;
}

.product_r .pr_ul .pr_lt {
    color: #333;
    margin-top: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 90%;
    font-weight: bold;
}

.product_r .pr_ul .pr_ld {
    color: #4d4d4d;
    margin-top: 10px;
    margin-bottom: 70px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
}

.product_r .pr_ul .view-detail {
    color: #333;
    border: 1px solid #eee;
}

.product_r .pr_ul .pr_li .pr_img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 产品中心结束 */

/* 产品详情 */
.pr_d {
    margin-top: 100px;
}

.pr_d .pd_l {
    width: 58%;
    padding-top: 50px;
    border-right: 1px solid #eee;
    padding-bottom: 120px;
    height: calc(100vh - 100px);
    overflow: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
}

.pr_d .pd_l .pd_big img {
    margin: auto;
}

.pr_d .pd_l .pd_small {
    width: 40%;
    margin: 50px auto 0;
}

.pr_d .pd_l .pd_small .swiper-slide {
    opacity: .3;
    padding-bottom: 10px;
    cursor: pointer;
}

.pr_d .pd_l .pd_small .swiper-slide img {
    margin: auto;
}

.pr_d .pd_l .pd_small .swiper-slide-thumb-active {
    opacity: 1;
    border-bottom: 2px solid #0045a5;
}

.pr_d .pd_l .pd_limg {
    padding-left: 12%;
    border-top: 1px solid #eee;
    margin-top: 50px;
    padding-top: 50px;
}

.pr_d .pd_l .pd_limg .pd_ltit {
    margin-bottom: 30px;
}

.pr_d1.product_r {
    width: 100%;
    padding-top: 1px;
    padding-bottom: 60px;
}

.pr_d1.product_r .pr_cont {
    width: 62.7%;
}

.pr_d1.product_r .view-detail {
    margin: auto;
    color: #333;
    border: 1px solid #eee;
}

.pr_d1.product_r .pr_cont .pr_tit,
.pr_d1.product_r .pr_cont .pr_desc {
    text-align: center;
}

.pr_d .pd_r {
    width: 42%;
    padding: 70px 130px 0 100px;
    height: calc(100vh - 100px);
    overflow: scroll;
    scrollbar-color: transparent transparent;
    scrollbar-track-color: transparent;
    -ms-scrollbar-track-color: transparent;
}

.pr_d .pd_r .pd_tit {
    color: #4d4d4d;
}

.pr_d .pd_r .pd_tit1 {
    color: #333333;
    font-family: "PINGFANG BOLD";
    border-bottom: 1px solid #eee;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.pr_d .pd_r .pd_desc {
    color: #808080;
    line-height: 26px;
}

.pr_d .pd_r .pd_txt {
    color: #333;
    margin-top: 40px;
    margin-bottom: 20px;
}

.pr_d .pd_r .pd_ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pr_d .pd_r .pd_ul p {
    background-color: #0045a5;
    color: #fff;
    padding: 10px 36px;
    border-radius: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
}

.pr_d .pd_r .pd_xz1 {
    color: #000;
    margin-bottom: 20px;
}

.pr_d .pd_r .pd_xz1 a {
    color: #0000ff;
}

.pr_d .pd_r .pd_link .link1 {
    width: 140px;
    height: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ebebeb;
    border-radius: 2px;
    position: relative;
    margin-right: 20px;
    -webkit-transition: all .5s;
    transition: all .5s;
    overflow: hidden;
}


.other-item .item_hide .hide_l:hover {
    background: #0045a7;
    color: #ffffff;
}

.pr_d .pd_r .pd_link .link1 .link1_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.pr_d .pd_r .pd_tab .tab_w {
    width: 210px;
}

.pr_d .pd_r .pd_tab td {
    padding-bottom: 20px;
}

/* 产品详情结束 */

/* 解决方案 */
.mb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.scheme {
    padding-top: 98px;
}

.scheme .scheme_bg {
    position: relative;
    padding-top: 99px;
    margin-top: -100px;
}

.scheme .scheme_bg .mb {
    top: 99px;
}

.scheme .scheme_txt {
    position: absolute;
    top: 260px;
    color: #fff;
    /* width: 20%; */
}

.scheme .scheme_bg:nth-child(odd) .scheme_txt {
    right: 20%;
}

.scheme .scheme_bg:nth-child(even) .scheme_txt {
    left: 10%;
}

.scheme .scheme_txt .scheme_desc {
    line-height: 30px;
    margin-top: 30px;
    width: 390px;
}

.scheme .scheme_txt .scheme_d {
    background-color: #fff;
    color: #0045a7;
    display: inline-block;
    padding: 10px 50px;
    margin-top: 100px;
    position: relative;
    z-index: 2;
}

.scheme .scheme_txt .scheme_d::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0%;
    background-color: #0045a7;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.scheme_menu {
    width: 55px;
    background-color: #0045a7;
    position: fixed;
    right: 0;
    top: 20%;
    color: #fff;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 99;
}

.scheme_menu p {
    margin-top: 10px;
}

.scheme_list {
    position: fixed;
    right: -100%;
    top: 10%;
    padding: 40px 30px;
    background-color: #fff;
    z-index: 99;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.scheme_list.active {
    right: 0;
}

.scheme_list .list_tit {
    color: #1a1a1a;
    padding-bottom: 20px;
    border-bottom: 1px solid #666;
    margin-bottom: 30px;
}

.scheme_list .list_link {
    display: block;
    color: #666666;
    margin-bottom: 30px;
}

.scheme_list .list_link:last-child {
    margin-bottom: 0;
}

.scheme_list .list_link.active {
    color: #0045a7;
}

/* 解决方案结束 */

/* banner */
.banner {
    position: relative;
    margin-top: 98px;
}

.banner img{
    width: 100%;
}

.banner .banner_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 44%;
}

.banner .banner_txt .banner_desc {
    margin-top: 20px;
}

.banner .banner_txt form {
    margin-top: 48px;
    position: relative;
}

.banner .banner_txt input {
    width: 100%;
    /*background-image: url(../img/shop_bsc.png);*/
    /*background-position: calc(100% - 20px) center;*/
    /*background-repeat: no-repeat;*/
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 16px 20px;
    border-radius: 4px;
}

.banner .banner_txt .shop_btn{
    position: absolute;
    right: 0;
    background-color: transparent;
    border: none;
    outline: none;
    height: 100%;
    padding: 0 20px;
    cursor: pointer;
}

.banner .banner_txt input:focus{
    background-color: transparent;
}

.banner .banner_txt input:-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

/* WebKit browsers */
.banner .banner_txt input::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
}

/* Mozilla Firefox 4 to 18 */
.banner .banner_txt input:-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

/* Mozilla Firefox 19+ */
.banner .banner_txt input::-moz-placeholder {
    color: #fff;
    font-size: 14px;
}

/* Internet Explorer 10+ */
.banner .banner_txt input:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
}

.banner .banner_txt .banner_link {
    margin-top: 18px;
    padding-left: 20px;
}

.banner .banner_txt .banner_link .link2 {
    color: #fff;
    margin-right: 30px;
}

/* banner结束 */

/* 解决方案详情 */
.scheme_dl {
    background-color: #f9f9f9;
    padding: 70px 11%;
    /*-webkit-box-pack: justify;*/
    /*-webkit-justify-content: space-between;*/
    /*-ms-flex-pack: justify;*/
    /*justify-content: space-between;*/
    /*-webkit-box-align: end;*/
    /*-webkit-align-items: end;*/
    /*-ms-flex-align: end;*/
    /*align-items: end;*/
}

.scheme_dl .scheme_l {
    width: 78%;
}

.scheme_dl .scheme_l .trait {
    width: 50%;
    padding: 60px;
    box-sizing: border-box;
    position: relative;
}

.scheme_dl .scheme_l .trait::after {
    content: '';
    position: absolute;
    top: 60px;
    left: 60px;
    width: 26px;
    height: 2px;
    background-color: #0045a7;
}

.scheme_dl .scheme_l .trait .trait_tit {
    margin-top: 40px;
    margin-bottom: 30px;
}

.scheme_dl .scheme_l .trait .trait_desc p {
    line-height: 26px;
}

.scheme_dl .scheme_l .trait1 {
    background-color: #fff;
}

.scheme_dl .scheme_l .trait2 {
    background-color: #f2f2f2;
}

.scheme_dl .scheme_l .trait2 .trait_desc p {
    position: relative;
    padding-left: 20px;
}

.scheme_dl .scheme_l .trait2 .trait_desc p::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 3px);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #0045a7;
}

.scheme_dl .scheme_p {
    background-color: #fff;
    margin-top: 30px;
    padding: 50px;
    box-sizing: border-box;
}

.scheme_dl .sp_desc {
    margin-top: 30px;
}

.scheme_dl .sp_desc p {
    line-height: 26px;
}

.scheme_dl .sp_swiper {
    margin-top: 20px;
}

.scheme_dl .sp_swiper img {
    margin: auto;
}

.scheme_dl .sp_swiper .swiper-pagination {
    position: static;
    margin-top: 20px;
}

.scheme_dl .swiper-pagination-bullet {
    background-color: #e5e5e5;
    opacity: 1;
    width: 6px;
    height: 6px;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-left: 10px;
}

.scheme_dl .swiper-container-horizontal&gt;.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-left: 10px;
}

.scheme_dl .swiper-pagination-bullet::after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: -4px;
    left: -4px;
    border-radius: 50%;
    border: 2px solid #0045a7;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.scheme_dl .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0045a7;
}

.scheme_dl .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1;
}

.scheme_dl .wb_desc {
    margin-top: 30px;
}

.scheme_dl .wb_desc p {
    line-height: 26px;
    margin-bottom: 20px;
}

.scheme_dl .scheme_r {
    background-color: #fff;
    width: 20%;
    padding: 30px 0 50px;
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}

.scheme_dl .scheme_r a {
    display: block;
    color: #333;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}


.scheme_dl .scheme_r .r_tit {
    color: #333;
    padding-left: 40px;
    line-height: 30px;
    border-left: 4px solid #0045a7;
}

.scheme_dl .scheme_r .r_link {
    padding-left: 40px;
    padding-top: 30px;
}

.scheme_dl .scheme_r .r_link::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 90%;
    height: 1px;
    background-color: #e5e5e5;
}

.scheme_dl a.r_more {
    border: 1px solid #e5e5e5;
    width: 156px;
    margin-left: 40px;
    padding: 10px 0;
    text-align: center;
    position: relative;
    background-color: #fff;
    display: inline-block;
    z-index: 2;
}

.scheme_dl .r_more::after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0;
    width: 5%;
    background-color: #0045a7;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1;
}

.sd_swiper.swiper-container {
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.sd_swiper .mb {
    background: #00000020;
}

.sd_swiper .swiper-button-next,
.sd_swiper .swiper-button-prev {
    background-color: #00000050;
    padding: 40px 20px;
}

.sd_swiper .swiper-button-next {
    right: 0;
}

.sd_swiper .swiper-button-prev {
    left: 0;
}

.sd_swiper .sd_txt {
    position: absolute;
    bottom: 120px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
    width: 40%;
    text-align: center;
}

.sd_swiper .sd_txt .sd_desc {
    margin-top: 20px;
    line-height: 32px;
}

.sd_swiper .sd_txt .sd_link {
    margin-top: 40px;
    background-color: #0045a7;
    color: #fff;
    padding: 14px 50px;
    border-radius: 30px;
}

.sd_swiper .swiper-pagination-bullets {
    bottom: 30px;
}

.sd_swiper .swiper-pagination-bullets .swiper-pagination-bullet {
    opacity: 1;
    background-color: #fff;
}

.sd_swiper .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0045a7;
}

.scheme_pd.product_r {
    width: 100%;
    padding-bottom: 60px;
}

.scheme_pd.product_r .pr_cont {
    margin: 0 auto;
    padding-top: 60px;
    width: 63%;
}

.scheme_pd.product_r .pr_tit,
.scheme_pd.product_r .pr_desc {
    text-align: center;
}

.scheme_pd.product_r .pr_ul {
    padding-bottom: 60px;
}

.scheme_pd.product_r .sd_link {
    width: 190px;
    color: #333333;
    border: 1px solid #e5e5e5;
    text-align: center;
    padding: 14px 0;
    display: block;
    margin: auto;
    position: relative;
    z-index: 2;
}

.scheme_pd.product_r .sd_link::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    background-color: #0045a7;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.scheme_cont {
    width: 67%;
    margin: auto;
    padding-top: 90px;
}

.scheme_cont .cont_tit {
    color: #000;
    text-align: center;
}

.scheme_cont .cont_desc {
    color: #989898;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 40px;
}

.scheme_cont .scheme_form .form_li .input {
    border-bottom: 1px solid #e5e5e5;
    width: 30%;
}

.scheme_cont .scheme_form .form_li input {
    width: 100%;
}

.scheme_cont .scheme_form .form_li {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.scheme_cont .scheme_form .form_ipt {
    width: 100%;
    outline: none;
    resize: none;
    border: none;
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 4px;
    margin-top: 50px;
}

.scheme_cont .scheme_form button {
    width: 100%;
    color: #fff;
    background-color: #0045a7;
    border: none;
    outline: none;
    padding: 20px 0;
    margin-top: 20px;
}

/* 解决方案详情结束 */

/* 应用案例 */
.use {
    width: 86%;
    margin: auto;
    padding-top: 60px;
}

.use .use_tit {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #e5e5e5;
}

.use .use_tit .tit_l {
    width: 30%;
}

.use .use_tit .tit_l .tit_l2 {
    padding-bottom: 20px;
    margin-top: 20px;
}

.use .use_tit .tit_r {
    /* width: 47%; */
    text-align: right;
    margin-right: 0;
}

.use .use_tit .tit_r .tit_r1 {
    margin-left: 60px;
    color: #666666;
    padding-bottom: 20px;
}

.use .use_tit .tit_r .tit_r1.active {
    color: #0045a7;
    position: relative;
    /* border-bottom: 2px solid #0045a7; */
}

.use .use_tit .tit_r .tit_r1.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0045a7;
}

.use .use_list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.use .list1 {
    margin-top: 50px;
    width: 31.5%;
    margin-right: 2.75%;
}

.use .list1:nth-child(3n) {
    margin-right: 0;
}

.use .list1 .list1_img {
    overflow: hidden;
}

.use .list1 .list1_img img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.use .list1 .list1_txt {
    padding: 30px;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.use .list1 .list1_tit {
    color: #333333;
}

.use .list1 .list1_tit1 {
    color: #808080;
    margin-top: 10px;
}

.use .list1 .list1_tit,
.use .list1 .list1_tit1 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 90%;
}

/* 应用案例结束 */
/* 应用案例详情 */
.use_detail {
    margin-top: 100px;
}

.use_detail .ud1 {
    max-width: 1200px;
    margin: 0 auto;
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.use_detail .ud1 .ud1_l {
    width: 16%;
    color: #1a1a1a;
    position: relative;
    padding-bottom: 60px;
}

.use_detail .ud1 .ud1_l::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background-color: #0045a7;
}

.use_detail .ud1 .ud1_r {
    width: 63%;
    color: #666666;
}

.use_detail .ud1 .ud1_r p {
    line-height: 28px;
}

.use_detail .ud2 {
    margin-top: 80px;
}

.use_detail .ud2.swiper-container {
    --swiper-theme-color: #ff6600;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #fff;
    /* 单独设置按钮颜色 */
    --swiper-navigation-size: 30px;
    /* 设置按钮大小 */
}

.use_detail .ud2 .swiper-button-next {
    right: 0;
}

.use_detail .ud2 .swiper-button-prev {
    left: 0;
}

.use_detail .ud2 .swiper-button-next,
.use_detail .ud2 .swiper-button-prev {
    background-color: #00000037;
    padding: 40px 20px;
}

.use_detail .ud2 .ud2_txt {
    color: #333;
    text-align: center;
    padding-top: 40px;
}

.use_detail .ud3 {
    position: relative;
    margin-top: 80px;
}

.use_detail .ud3 .ud3_txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

.use_detail .ud3 .ud3_tit {
    color: #fff;
    margin-top: 20px;
}

.use_detail .ud3 .ud3_txt img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.use .ud4 {
    text-align: center;
}

.use .ud4_more {
    width: 190px;
    border: 1px solid #e5e5e5;
    margin: 90px auto 0;
    display: block;
    color: #333;
    text-align: center;
    padding: 12px 0;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.use .ud4_more::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 5%;
    height: 100%;
    background-color: #0045a7;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.z_tanchuang {
    position: fixed;
    display: none;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 1000;
}

.z_tanchuang .modal {
    background: white;
    padding: 50px;
    border-radius: 5px;
    position: relative;
    width: 90%;
    max-width: 1200px;
    max-height: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    box-sizing: border-box;
    overflow-y: scroll;
}

.z_tanchuang .modal .img {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.z_tanchuang .modal .img video {
    margin: auto;
    display: block;
    width: 100%;
}

.z_tanchuang .modal .out {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #fff url(../img/out.png) center no-repeat;
    background-size: 20px;
    color: #000;
    font-size: 30px;
    text-align: center;
    border-radius: 50%;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

/* 应用案例详情结束 */

/* 新闻资讯 */
.news {
    background-color: #f6f6f6;
    padding: 70px 0;
}

.news .news_cont {
    background-color: #ffffff;
    width: 85%;
    margin: auto;
    padding: 70px;
    box-sizing: border-box;
}

.news .news_tit .news_link {
    color: #666666;
    padding: 6px 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.news .news_tit .news_link.active {
    background-color: #0045a7;
    color: #fff;
}

.news .list1 {
    width: 31%;
    margin-right: 2.75%;
    margin-top: 2.75%;
    -webkit-transition: -webkit-box-shadow .3s;
    -webkit-transition: box-shadow .3s;
    transition: box-shadow .3s;
}

.news .list1:nth-child(3n) {
    margin-right: 0;
}

.news .img {
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.news .img img {
    width: 100%;
}

.news .box {
    padding: 28px 24px;
}

.news .title {
    font-size: 18px;
    color: #4D4D4D;
    margin-bottom: 6px;
    font-family: "PINGFANG MEDIUM";
}

.news .content {
    color: #808080;
    line-height: 1.85;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
    margin-bottom: 30px;
    font-family: "PINGFANG REGULAR";
}

.news .time {
    font-size: 14px;
    color: #959595;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1;
    font-family: "DINPro-Regular";
}

.news .day {
    color: #333333;
    padding-top: 10px;
    margin-right: 10px;
    font-family: "DINPro-Regular";
}

.news .more {
    width: 25px;
    height: 14px;
    background: url(../img/icon-jt02-r.png) no-repeat 50%/100% 100%;
    margin-left: auto;
    -webkit-transition: background-image .3s;
    transition: background-image .3s;
}

/* 新闻资讯结束 */

/* 新闻详情 */
.news_d {
    background-color: #f9f9f9;
    padding: 140px 0 70px;
}

.news_d .news_cont {
    width: 82%;
    margin: 0 auto 0 7%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
}

.news_d .d_left {
    width: 76%;
    background-color: #fff;
    padding: 50px 70px 90px;
    box-sizing: border-box;
}

.news_d .d_left .l_tit {
    color: #333;
}

.news_d .d_left .l_deta {
    margin-top: 30px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 26px;
    color: #3e3a39;
}

.news_d .d_left .l_desc p {
    text-indent: 2em;
    line-height: 28px;
    color: #3e3a39;
}

.news_d .d_left .l_desc img {
    margin: 20px 0;
}

.news_d .bshare-custom {
    text-align: right;
    margin-top: 200px;
}

.news_d .bshare-custom .bshare-sinaminiblog {
    background: url(../img/wb.png) no-repeat 0 0;
}

.news_d .bshare-custom .bshare-qqim {
    background: url(../img/qq.png) no-repeat 0 0;
}

.news_d .bshare-custom .bshare-weixin {
    background: url(../img/wx.png) no-repeat 0 0;
}

.news_d .bshare-custom a {
    width: 34px;
    height: 34px;
}

.news_d .d_left .l_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e1e1e1;
    margin-top: 20px;
    padding-top: 30px;
}

.news_d .d_left .l_list1 .l_link {
    color: #949494;
    line-height: 28px;
}

.news_d .d_left .l_list1 .l_link p {
    color: #000;
    line-height: 28px;
}

.news_d .d_left .l_list2 {
    color: #fff;
    background-color: #0045A7;
    padding: 10px 50px;
    position: relative;
    z-index: 2;
}

.news_d .d_left .l_list2::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0%;
    background-color: #f9f9f9;
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: -1;
}

.news_d .d_right {
    background-color: #fff;
    width: 22.6%;
    padding-top: 18px;
    position: -webkit-sticky;
    position: sticky;
    top: 140px;
}

.news_d .d_right .r_tit {
    padding-left: 16px;
    border-left: 2px solid #0045A7;
}

.news_d .d_right .r_list {
    padding-left: 16px;
    padding-right: 40px;
    margin-top: 24px;
}

.news_d .d_right .r_list .r_link {
    border-bottom: 1px solid #efefef;
    display: block;
    padding-bottom: 14px;
    margin-bottom: 20px;
}

.news_d .d_right .r_list .r_link:last-child {
    border-bottom: none;
}

.news_d .r_list .r_tit1 {
    color: #666666;
    width: 80%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_d .r_list .r_deta {
    color: #808080;
    margin-top: 10px;
}

.news_d .d_right .r_more {
    color: #fff;
    background-color: #0045A7;
    display: block;
    text-align: center;
    padding: 12px 0;
}

/* 新闻详情结束 */

/* 联系我们 */
.Contact .Contact_cont {
    width: 85%;
    margin: auto;
}

.Contact .c_tit {
    color: #333333;
    text-align: center;
    margin-top: 100px;
}

.Contact .c_desc {
    color: #969696;
    text-align: center;
    margin-top: 14px;
}

.Contact .c_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 50px;
}

.Contact .c_list .list {
    border: 1px solid #dedede;
    border-radius: 6px;
    padding: 55px 28px;
    box-sizing: border-box;
    width: 32.6%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.Contact .c_list .list .list_l {
    margin-right: 50px;
}

.Contact .c_list .list .list_r {
    border-left: 1px solid #dedede;
    padding-left: 40px;
}

.Contact .list .list_r .r1_tit {
    color: #333;
    margin-right: 30px;
}

.Contact .list .list_r .r1_link {
    color: #0045a5;
    width: 40%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.Contact .list .list_r .r1_link img {
    margin-right: 12px;
}

.Contact .list .list_r2 {
    color: #999;
    margin-top: 20px;
}

.Contact .job_list {
    margin-top: 40px;
}

.Contact .job_list .list1 {
    color: #fff;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    margin-bottom: 30px;
    margin-top: -2px;
    cursor: pointer;
}

.Contact .job_list .list1:last-child {
    margin-bottom: 0;
}

.Contact .job_list .list1 .list1_t {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #DCE2EA;
    padding: 22px 80px;
    color: #333;
}

.Contact .job_list .list1 .list1_t p {
    width: 20%;
    text-align: center;
}

.Contact .job_list .list1 .list1_t p:first-child {
    text-align: left;
}

.Contact .job_list .list1 .list1_t p:last-child {
    text-align: right;
}

.Contact .job_list .list1 .hide1 {
    background: #fff;
    padding: 70px 80px;
    display: none;
    border: 2px solid #DCE2EA;
}

.Contact .job_list .list1 .hide1 .welfare p {
    border-radius: 30px;
    color: #015AA9;
    border: 1px solid #015AA9;
    padding: 6px 12px;
    box-sizing: border-box;
    margin-right: 30px;
}

.Contact .job_list .list1 .hide1 .button {
    background-color: #015AA9;
    color: #fff;
    padding: 9px 28px;
    border-radius: 20px;
}

.Contact .job_list .list1 .hide1 .hide_d {
    margin-top: 36px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.Contact .job_list .list1 .hide1 .hide_l {
    width: 30%;
}

.Contact .job_list .list1 .hide1 .hide_li {
    color: #333;
    margin-bottom: 30px;
}

.Contact .job_list .list1 .hide1 .hide_p p {
    color: #939393;
    line-height: 30px;
}

.Contact .job_list .list1:first-child .flex {
    background: none;
    color: #fff;
}

.Contact .job_list .list1:first-child {
    background: #015AA9;
    margin-bottom: 0;
    box-sizing: border-box;
}

/* 联系我们结束 */

/* 门店查询 */

.shop .shop_tit {
    color: #4d4d4d;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.shop .shop_tit p {
    color: #0045a5;
    font-size: 20px;
}

.shop .shop_list {
    border-top: 1px solid #cbcbcb;
    margin-top: 20px;
    padding-top: 50px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shop .shop_list .shop1 {
    padding: 20px 40px;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 23.3%;
    margin-right: 2.2666%;
    margin-bottom: 40px;
    cursor: pointer;
}

.shop .shop_list .shop1:nth-child(4n) {
    margin-right: 0;
}

.shop .shop_list .s_tit {
    color: #333333;
}

.shop .shop_list .s_tit span {
    color: #0045a5;
    width: 30px;
}

.shop .shop_list .s_tit1,
.shop .shop_list .s_tit2 {
    color: #666666;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: center left;
}

.shop .shop_list .s_tit1 {
    background-image: url(../img/shop_dw.png);
    margin: 30px 0 10px;
    line-height: 20px;
}

.shop .shop_list .s_tit2 {
    background-image: url(../img/shop_ej.png);
}

.shop .shop_list .s_tit3 {
    background-image: url(../img/shop_m.png);
    background-repeat: no-repeat;
    background-position: center right;
    color: #0045a7;
    display: inline-block;
    padding-right: 30px;
    margin-top: 26px;
}

/* 门店查询结束 */

/* 关于我们 */
.about_cont {
    width: 77.5%;
    margin: auto;
}

.about .page1_tit {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about .at_page1 {
    margin-top: 120px;
}

.about .page1_tit {
    border-bottom: 1px solid #3d3d3d20;
    margin-bottom: 60px;
}

.about .page1_tit .page1_l {
    font-weight: 500;
    color: #333;
    border-bottom: 1px solid #3d3d3d;
    padding-bottom: 50px;
}

.about .page1_tit .page1_r {
    color: #c9c9c9;
}

.about .page1_tit .page1_r .page1_img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #c9c9c9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
}

.about .page1_tit .page1_r .page1_img img {
    -webkit-animation: banner linear 1s infinite alternate;
    animation: banner linear 1s infinite alternate;
}

@-webkit-keyframes banner {
    0% {
        top: -4px;
        opacity: 1;
    }

    100% {
        top: 4px;
        opacity: 0;
    }
}

@keyframes banner {
    0% {
        top: -4px;
        opacity: 1;
    }

    100% {
        top: 4px;
        opacity: 0;
    }
}

.about .page1_desc .desc_tit {
    color: #333;
    margin-bottom: 40px;
}

.about .page1_desc p {
    color: #4d4d4d;
    line-height: 28px;
}

.about .at_page2 {
    margin-top: 90px;
}

.about .at_page2 .page2_tit {
    background-color: #1d1e22;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 60px 0 80px;
}

.about .at_page2 .tit_list {
    width: 26.2%;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, .33);
}

.about .at_page2 .tit_list:last-child {
    border-right: none;
}

.about .at_page2 .list1 {
    color: #2674b3;
    /* font-size: 72px; */
    position: relative;
    display: inline-block;
}

.about .at_page2 .list1 .t_num {
    font-size: 72px;
}

.about .at_page2 .list1 .l_dw {
    position: absolute;
    right: 0;
    top: 30%;
}

.about .at_page2 .list2 {
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about .at_page2 .page2_play {
    position: relative;
}

.about .at_page2 .page2_txt {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
}

.about .at_page2 .page2_img {
    margin: auto;
    background-color: #0045a5;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.about .at_page2 .page2_img::before {
    content: '';
    background-color: rgba(0, 69, 165, .6);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: absolute;
    top: -15px;
    left: -15px;
    -webkit-animation: dw 4s ease-in infinite;
    animation: dw 4s ease-in infinite;
}

.about .at_page2 .page2_img::after {
    content: '';
    background-color: rgba(0, 69, 165, .3);
    width: 90px;
    height: 90px;
    border-radius: 50%;
    position: absolute;
    top: -30px;
    left: -30px;
    -webkit-animation: dw 8s ease-in infinite;
    animation: dw 8s ease-in infinite;
}

.about .at_page2 .page2_img img {
    z-index: 9;
}

.about .at_tit {
    color: #333333;
    text-align: center;
}

.about .at_desc {
    color: #969696;
    margin-top: 20px;
    text-align: center;
}

.about .at_page3 {
    margin-top: 100px;
    margin-bottom: 100px;
}

.about .at_page3 .slide_pd {
    padding: 50px 10px 10px;
}

.about .at_page3 .swiper-container {
    margin-top: 10px;
}

.about .at_page3 .slide_img {
    position: relative;
}

.about .at_page3 .slide_mb {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 69, 165, .3);
}

.about .at_page3 .s_img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all .5s;
    transition: all .5s;
    z-index: 9;
}

.about .at_page3 .s_img2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.about .at_page3 .slide_txt {
    background-color: #fff;
    text-align: center;
    padding: 40px 0 50px;
    box-shadow: 0 0 10px #eeeeee;
    position: relative;
}

.about .at_page3 .slide_txt::after {
    content: '';
    position: absolute;
    bottom: 40px;
    left: calc(50% - 20px);
    width: 40px;
    height: 2px;
    background-color: #0045a5;
}

.about .at_page3 .slide_hide {
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.about .at_page3 .slide_hide .hide_tit {
    height: 60%;
    background-color: rgba(0, 69, 165, .8);
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.about .at_page3 .slide_hide .hide_tit1 {
    width: 40px;
    height: 2px;
    background-color: #fff;
    margin-top: 10px;
}

.about .at_page3 .slide_hide .hide_desc {
    height: 40%;
    background-color: #fff;
    padding: 20px 40px;
    box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 26px;
    color: #4d4d4d;
    text-align: center;
}

.about .at_pager4 {
    background-color: #f8f8f8;
    padding: 80px 0;
}

.about .at_pager4 .s_year {
    font-size: 600px;
    color: #fff;
    font-family: "PINGFANG BOLD";
    line-height: .8;
    text-align: center;
}

.about .at_pager4 .s_cont {
    position: absolute;
    top: 50%;
    left: 80px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: space-between; */
}

.about .at_pager4 .swiper_container1 {
    margin-top: 80px;
    margin-bottom: 100px;
}

.about .at_pager4 .s_left {
    width: 52%;
}

.about .at_pager4 .s_right {
    width: 25%;
    margin-left: 11.5%;
}

.about .at_pager4 .s_right .s_tit {
    color: #0045a5;
    font-family: "PINGFANG BOLD";
    font-style: italic;
    padding-bottom: 30px;
    margin-bottom: 30px;
    position: relative;
}

.about .at_pager4 .s_right .s_tit::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 1px;
    background-color: #0045a5;
}

.about .at_pager4 .s_right .s_desc {
    color: #4d4d4d;
    line-height: 28px;
}

.about .at_pager4 .swiper-button-next:after,
.about .at_pager4 .swiper-button-prev:after {
    color: #333;
    font-size: 16px;
}


.about .at_pager4 .swiper-button-prev,
.about .at_pager4 .swiper-container-rtl .swiper-button-next {
    top: 80px;
}


.about .at_pager4 .swiper-button-next,
.about .at_pager4 .swiper-container-rtl .swiper-button-prev {
    bottom: 80px;
    top: auto;
}

.about .at_pager4 .swiper-button-prev,
.about .at_pager4 .swiper-container-rtl .swiper-button-next,
.about .at_pager4 .swiper-button-next,
.about .at_pager4 .swiper-container-rtl .swiper-button-prev {
    left: auto;
    right: 31%;
}

.about .at_pager4 .at4_btn {
    background-color: #d6d6d6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.about .at_pager4 .swiper_container2 .slider_span {
    border-bottom: 1px dashed #cbcbcb;
    line-height: .8;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.about .at_pager4 .swiper_container2 .slider_span span {
    height: 6px;
    width: 1px;
    background-color: #bbbbbb;
    display: inline-block;
    margin-right: 18px;
}

.about .at_pager4 .swiper_container2 .slider_span span:nth-child(6) {
    height: 20px;
}

.about .at_pager4 .swiper_container2 .slide_t {
    text-align: center;
    color: #666;
    margin-top: 20px;
    -webkit-transform: translateX(-7px);
    transform: translateX(-7px);
}

.about .at_pager4 .swiper_container2 .swiper-slide-active .slider_span::after {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #0045a5;
    border-radius: 50%;
    bottom: -5px;
    position: absolute;
    left: calc(50% - 13px);
}

.about .at_pager4 .swiper_container2 .swiper-slide-active .slide_t {
    color: #0045a5;
}

.about .at_page5 {
    margin-top: 100px;
}

.about .at_page5 .at_tit,
.about .at_page5 .at_desc {
    text-align: left;
}

.about .at_page5 .at_desc::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 94%;
    height: 1px;
    background-color: #ebebeb;
}

.about .at_page5 .swiper-container {
    margin-top: 50px;
}

.about .at_page5 .page5_img {
    background-color: #f2f2f2;
    padding: 36px 0 24px;
}

.about .at_page5 .page5_img img {
    margin: auto;
}

.about .at_page5 .page5_txt {
    color: #333333;
    text-align: center;
    margin-top: 30px;
}

.about .at_page5 .page5_btn {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about .at_page5 .swiper-button-next,
.about .at_page5 .swiper-button-prev,
.about .at_page5 .swiper-pagination {
    position: static;
    width: auto;
}

.about .at_page5 .swiper-button-next,
.about .at_page5 .swiper-button-prev {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #d6d6d6;
    opacity: 1;
    margin: 0;
}

.about .at_page5 .page5_btn {
    margin-top: 70px;
}

.about .at_page5 .swiper-pagination {
    margin: 0 40px;
    font-style: italic;
}

.about .at_page5 .swiper-pagination .swiper-pagination-current {
    color: #0045a5;
}

.about .at_page5 .swiper-button-next:after,
.about .at_page5 .swiper-button-prev:after {
    font-size: 16px;
    color: #333333;
}

.about .at_page6 {
    margin-top: 100px;
}

.about .at_page6 .page6_img {
    margin-top: 120px;
    position: relative;
}

.about .at_page6 .page6_d {
    position: absolute;
}

.about .at_page6 .page6_d .page6_xd {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0045a7;
    position: relative;
    margin: 30px auto;
}

.about .at_page6 .page6_d .page6_xd::before {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgba(0, 69, 165, .33);
    top: -7px;
    left: -7px;
    -webkit-animation: dw 2s ease-in infinite;
    animation: dw 2s ease-in infinite;
}

.about .at_page6 .page6_d .page6_xd::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(0, 69, 165, .12);
    top: -16px;
    left: -16px;
    -webkit-animation: dw 4s ease-in infinite;
    animation: dw 4s ease-in infinite;
}

.about .at_page6 .page6_d:nth-child(2n) .page6_xd::before {
    -webkit-animation: dw 3s ease-in infinite;
    animation: dw 3s ease-in infinite;
}

.about .at_page6 .page6_d:nth-child(2n) .page6_xd::after {
    -webkit-animation: dw 5s ease-in infinite;
    animation: dw 5s ease-in infinite;
}

.about .at_page6 .page6_d1 {
    top: 36%;
    left: 14%;
}

.about .at_page6 .page6_d2 {
    top: 38%;
    left: 54%;
}

.about .at_page6 .page6_d3 {
    top: 18%;
    left: 56%;
}

.about .at_page6 .page6_d4 {
    top: 25%;
    left: 50%;
}

.about .at_page6 .page6_d5 {
    top: 24%;
    left: 46%;
}

.about .at_page6 .page6_d.active .page6_hide {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    visibility: visible;
}

/*.about .at_page6 .page6_d5 .page6_xd {*/
/*    width: 12px;*/
/*    height: 12px;*/
/*}*/

/*.about .at_page6 .page6_d5 .page6_xd::after {*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    top: -24px;*/
/*    left: -24px;*/
/*}*/

/*.about .at_page6 .page6_d5 .page6_xd::before {*/
/*    width: 26px;*/
/*    height: 26px;*/
/*}*/

/*.about .at_page6 .page6_d6 {*/
/*    top: 74%;*/
/*    right: 14%;*/
/*}*/

.about .at_page6 .page6_d6{
    left: 87%;
    top: 72%;
}

.about .at_page6 .page6_d7{
    right: 18%;
    top: 28%;
}

/*.about .at_page6 .page6_d9{*/
/*    right: 46%;*/
/*    top: 62%;*/
/*}*/

.about .at_page6 .page6_d8{
    left: 79%;
    top: 12%;
}

.about .at_page6 .page6_d9{
    left: 28%;
    top: 70%;
}
.about .at_page6 .page6_d10{
    left: 57%;
    top: 41%;
}
.about .at_page6 .page6_d11{
    left: 58%;
    top: 26%;
}
.about .at_page6 .page6_d12{
    left: 55%;
    top: 29%;
}
.about .at_page6 .page6_d13{
    left: 77%;
    top: 50%;
}
.about .at_page6 .page6_d14{
    left: 69%;
    top: 51.5%;
}
.about .at_page6 .page6_d15{
    left: 69%;
    top: 44.5%;
}

.about .at_page6 .page6_d .page6_txt {
    color: #333333;
    display: none;
}

.about .at_page6 .page6_d .page6_hide {
    position: absolute;
    top: -160px;
    left: calc(100% + 60px);
    width: 500px;
    height: 360px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #eee;
    z-index: 99;
    padding: 30px;
    box-sizing: border-box;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
}

.about .page6_hide .hide_ul {
    height: 250px;
    overflow-y: scroll;
}

.about .page6_hide .hide_li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.about .page6_hide .hide_t {
    margin-bottom: 30px;
}

.about .page6_hide .hide_li {
    margin-bottom: 14px;
}

.about .page6_hide .hide_li img {
    margin-right: 20px;
}

.about .at_page6 .page6_d6 .page6_hide {
    left: auto;
    right: calc(100% + 60px);
}

@-webkit-keyframes dw {
    0% {
        opacity: 0;
        -webkit-transform: scale(.6);
        transform: scale(.6);
    }

    5% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes dw {
    0% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    5% {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
    }
}

/* 关于我们结束 */

/* 服务支持 */
.service #service_p1,
.service #p2_txt1,
.service #p2_txt2,
.service #service_p3,
.service #service_p5,
.about #at_page1,
.about #at_page2,
.about #at_page3,
.about #at_page4,
.about #at_page6 {
    padding-top: 100px;
    margin-top: -100px;
}

.service_cont {
    width: 87%;
    margin: auto;
}

.service .service_tit {
    color: #333333;
    text-align: center;
}

.service .service_desc {
    color: #969696;
    text-align: center;
    margin-top: 10px;
}

.service .service_p1 {
    margin-top: 100px;
}

.service .service_p1 .service_ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 40px;
    border-bottom: 1px solid #dedede;
}

.service .service_p1 .service_li {
    margin: 0 100px;
    padding: 20px 0;
    cursor: pointer;
}

.service .service_p1 .service_li a {
    color: #333333;
}

.service .service_p1 .service_li.active {
    color: #0045a5;
    border-bottom: 2px solid #0045a5;
}

.service .service_p1 .sr_swiper {
    margin-top: 34px;
}

.service .service_p1 .sr_swiper .p1_l {
    padding: 24px;
    position: relative;
    width: 47%;
    box-sizing: border-box;
}

.service .service_p1 .sr_swiper .p1_l::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 4px;
    height: 190px;
    background-color: #1d1e22;
}

.service .service_p1 .sr_swiper .p1_l::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 4px;
    width: 190px;
    background-color: #1d1e22;
}

.service .service_p1 .sr_swiper .p1_r {
    padding: 24px;
    position: relative;
    width: 53%;
    box-sizing: border-box;
}

.service .service_p1 .p1_tit {
    color: #333;
}

.service .service_p1 .p1_tit1 {
    color: #4d4d4d;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dedede;
}

.service .service_p1 .p1_tit2 {
    margin-top: 20px;
}

.service .service_p1 .p1_tit2 .pa_1 {
    color: #333;
}

.service .service_p1 .p1_tit2 .pa_2 {
    color: #808080;
}

.service .bshare-custom {
    position: absolute;
    bottom: 24px;
}

.service .bshare-custom .bshare-sinaminiblog {
    background: url(../img/wb.png) no-repeat 0 0;
}

.service .bshare-custom .bshare-qqim {
    background: url(../img/qq.png) no-repeat 0 0;
}

.service .bshare-custom .bshare-weixin {
    background: url(../img/wx.png) no-repeat 0 0;
}

.service .bshare-custom a {
    width: 34px;
    height: 34px;
    padding: 0;
}

.service .service_p1 .swiper-pagination {
    position: static;
    margin-top: 80px;
    padding-bottom: 3px;
}

.service .service_p1 .swiper-pagination-bullet {
    background-color: #999;
    opacity: 1;
    position: relative;
    margin: 0 10px;
}

.service .service_p1 .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #0045a5;
}

.service .service_p1 .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #0045a5;
    top: -6px;
    left: -6px;
}

.service .service_p2 {
    margin-top: 100px;
}

.service .service_p2 .p2_bg {
    background-color: #f9f9f9;
    padding-top: 50px;
    padding-bottom: 1px;
    margin-top: 50px;
}

.service .service_p2 .p2_l {
    padding-right: 80px;
    box-sizing: border-box;
    padding-top: 60px;
    width: 49%;
}

.service .service_p2 .p2_txt {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
}

.service .service_p2 .p2_txt:nth-child(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.service .service_p2 .p2_txt:nth-child(2) .p2_l {
    padding-right: 0;
    padding-left: 80px;
}

.service .service_p2 .p2_l .p2_tit {
    color: #0045a5;
    font-family: "PINGFANG MEDIUM";
}

.service .service_p2 .p2_l .p2_tit1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 40px 0 30px;
}

.service .service_p2 .p2_l .p2_tit1 .t1_l {
    color: #333333;
    font-family: "PINGFANG MEDIUM";
}

.service .service_p2 .p2_l .p2_tit1 .t1_r {
    color: #0045a5;
    font-family: 'BEBAS__';
}

.service .service_p2 .p2_l .p2_desc p {
    line-height: 34px;
    color: #666;
}

.service .service_p2 .p2_r {
    width: 51%;
}

.service .service_p2 .p2_txt .p2_r {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.service .service_p2 .p2_txt .p2_r img {
    width: 100%;
}

.service .service_p2 .p2_txt:nth-child(2) .p2_r {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -ms-flex-pack: end;
    justify-content: end;
}

.service .service_p3 {
    margin-top: 100px;
}

.service .service_p3 .p3_li {
    background-color: #f7f7f7;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.service .service_p3 .li_tit {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #333;
    padding: 30px 60px;
}

.service .service_p3 .p3_li .li_p2 {
    display: none;
}

.service .service_p3 .p3_li .p3_hide {
    display: none;
    color: #fff;
    background-image: url(../img/service_p33.png);
    background-repeat: no-repeat;
    padding: 50px 0 50px 60px;
    background-position-x: right;
    background-position-y: bottom;
}

.service .service_p3 .p3_li .p3_hide p {
    line-height: 30px;
}

.service .service_p3 .p3_li.active {
    background-color: #0045a5;
}

.service .service_p3 .p3_li.active .li_tit {
    color: #fff;
    border-bottom: 1px solid #ffffff50;
}

.service .service_p3 .p3_li.active .li_p1 {
    display: none;
}

.service .service_p3 .p3_li.active .li_p2 {
    display: block;
}

.service .service_p4 {
    background-color: #f9f9f9;
    margin-top: 100px;
    margin-bottom: 80px;
    padding-top: 70px;
    padding-bottom: 80px;
}

.service .service_p4 .p4_cont {
    width: 68%;
    margin: auto;
}

.service .service_p4 .p4_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.service .service_p4 .p4_form {
    margin-top: 40px;
}

.service .service_p4 input {
    width: 350px;
    background-color: transparent;
    border-bottom: 1px solid #3d3d3d30;
    padding: 14px 0;
}

.service .service_p4 .p4_z {
    position: relative;
}

.service .service_p4 .p4_z span {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #ff0000;
}

.service .service_p4 .p4_ly {
    background-color: #fff;
    resize: none;
    width: 100%;
    margin-top: 50px;
    border: none;
    padding: 20px;
    border-radius: 4px;
    outline: none;
}

.service .service_p4 .p4_btn {
    width: 100%;
    background-color: #0045a7;
    color: #fff;
    outline: none;
    border: none;
    padding: 22px 0;
    margin-top: 20px;
}

.service .service_p5 .p5_l {
    color: #666666;
    border-bottom: 1px solid #d8d8d8;
    width: 30%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.service .service_p5 .p5_k {
    width: 30%;
}

.service .service_p5 .p5_list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
}

.service .service_p5 .p5_txt {
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
    width: calc(100% - 80px);
    -webkit-transition: all .5s;
    transition: all .5s
}

.service .service_p5 .p5_txt::after {
    content: '';
    position: absolute;
    left: 10px;
    top: calc(50% - 4px);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #0045a5;
    -webkit-transition: all .5s;
    -webkit-transition: all .1s;
    transition: all .1s
}

.service .service_p5 .p5_img {
    position: relative;
    width: 80px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .5s;
    transition: all .5s
}

.service .service_p5 .p5_img1 {
    margin: auto;
}

.service .service_p5 .p5_img2 {
    position: absolute;
    opacity: 0;
}

.service .service_p5 .p5_img::after {
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 15px);
    width: 1px;
    height: 30px;
    background-color: #d1d1d1;
}

/* 服务支持结束 */

/* 搜索页面 */
.search.content {
    margin-top: 160px;
}

.search.content .ss {
    display: table;
    margin: 0 auto;
    width: 86%;
    line-height: 48px;
    border: 1px solid #ECECEC;
    padding-left: 10px;
    border-radius: 6px;
    position: relative;
}

.search.content .ss input {
    line-height: 48px;
    width: calc(100% - 42px);
}

.search.content .s_btn {
    text-align: center;
    color: #666;
    margin-top: 50px;
}

.search .ss .iconfont {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background: none;
    outline: none;
    width: 40px;
    height: 100%;
}

/* 搜索页面结束 */

/* 分页 */
.btm_list {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 70px;
}

.btm_list form {
    margin-left: 40px;
}

.btm_list input {
    width: 30px;
    height: 35px;
    border: 1px solid #e5e5e5;
    padding: 0 6px;
}

.btm_list .list_l {
    margin: 0 20px;
}

.btm_list .list_link {
    color: #333;
    margin-left: 26px;
    padding: 8px 6px;
}

.btm_list .list_link.active {
    color: #fff;
    background-color: #0045a7;
}

@media only screen and (min-width: 961px) {
    /*.footer-top01 .item .icon:hover {*/
    /*    -webkit-transform: rotateY(180deg);*/
    /*    transform: rotateY(180deg);*/
    /*}*/

    .paging .btn1:hover {
        color: #fff;
        background-color: #015AA9;
    }

    .head-page:hover {
        background-color: #fff;
    }

    .head-page:hover .page-logo .p-img {
        opacity: 1;
    }

    .head-page:hover .page-logo .h-img {
        opacity: 0;
    }

    .head-page:hover .page-nav .link {
        color: #333;
    }

    .head-page:hover .page-search .item .link {
        color: rgba(0, 0, 0, 0.6);
    }

    .head-page:hover .search {
        background: url(../img/icon-search-h.png) no-repeat center/cover;
    }

    .head-page:hover .tel {
        background: url(../img/icon-tels-h.png) no-repeat center/cover;
    }

    .page-footer .crumb-nav-link:hover {
        color: #0045a7;
    }

    .page-footer .content .item-l .link:hover {
        color: #0045a7;
        -webkit-transform: translate(10px);
        transform: translate(10px);
    }

    .page-footer .copyright a:hover {
        color: #0045a7;
    }

    .c-imghover:hover .c-imghover-item {
        -webkit-transition: -webkit-transform 1.2s ease-out;
        transition: -webkit-transform 1.2s ease-out;
        transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .page-aside .item:hover .content {
        background-color: #0045a7;
    }

    .page-aside .item:hover .hide {
        opacity: 1;
    }

    .view-detail:hover {
        border: 1px solid #ffffff;
    }

    .view-detail:hover::after {
        width: calc(100% + 2px);
    }

    .btn-details:hover {
        color: #ffffff;
    }

    .btn-details:hover::after {
        width: 100%;
    }

    .index-page02 .list:hover {
        background: #0045a7;
    }

    .index-page02 .list:hover .img .img-p {
        opacity: 0;
    }

    .index-page02 .list:hover .img .img-h {
        opacity: 1;
    }

    .index-page02 .list:hover .btn-detail::after {
        opacity: 0;
    }

    .index-page02 .list:hover .btn-detail-text {
        opacity: 1;
    }

    .index-page02 .list:hover .h5 {
        color: #ffffff;
    }

    .index-page02 .view-detail:hover {
        color: #ffffff;
    }

    .index-page04 .nav .item:hover {
        color: #fff;
        background-color: #0045a7;
    }

    .index-page04 .list:hover {
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    }

    .index-page04 .list:hover .img img {
        -webkit-transition: -webkit-transform 1.2s ease-out;
        transition: -webkit-transform 1.2s ease-out;
        transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .index-page04 .list:hover .title {
        color: #0045A7;
    }

    .index-page04 .list:hover .more {
        background: url(../img/icon-jt02-r-b.png) no-repeat 50%/100% 100%;
    }

    .head-page.typea:not(.typeanot):hover .page-nav .item.active .link,
    .head-page.typea:not(.typeanot):hover .page-nav .item:hover .link {
        color: #0045a7;
    }

    .head-page.typea:not(.typeanot):not(.typeanot):hover {
        background-color: #fff;
    }

    .head-page.typea:not(.typeanot):not(.typeanot):hover .page-nav .link {
        color: rgba(0, 0, 0, 0.6);
    }

    .head-page.typea:not(.typeanot):not(.typeanot):hover .page-logo .h-img {
        opacity: 0;
    }

    .head-page.typea:not(.typeanot):not(.typeanot):hover .page-logo .p-img {
        opacity: 1;
    }

    .head-page.typea:not(.typeanot):not(.typeanot):hover .search {
        background: url(../img/icon-search-h.png) no-repeat center/cover;
    }

    .head-page.typea:not(.typeanot):not(.typeanot):hover .tel {
        background: url(../img/icon-tels-h.png) no-repeat center/cover;
    }

    .head-page.typea:not(.typeanot):not(.typeanot):hover .page-search .item .link {
        color: rgba(0, 0, 0, 0.6);
    }

    .product .product_l .pl_li:hover {
        background-color: #f7f7f7;
    }

    .product .product_l .pl_li:hover a {
        color: #0045a5;
    }

    .product_r .pr_ul .view-detail:hover {
        color: #fff;
    }

    .product_r .pr_ul .pr_li:hover {
        box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    }

    .product_r .pr_ul .pr_li:hover .pr_img img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .about .at_page3 .swiper-slide:hover .s_img {
        top: 10px;
    }

    .about .at_page3 .swiper-slide:hover .s_img1 {
        opacity: 0;
    }

    .about .at_page3 .swiper-slide:hover .s_img2 {
        opacity: 1;
    }

    .about .at_page3 .swiper-slide:hover .slide_hide {
        top: 50px;
    }

    .about .at_pager4 .at4_btn:hover {
        background-color: #0045a5;
    }

    .about .at_pager4 .swiper-button-next:hover::after,
    .about .at_pager4 .swiper-button-prev:hover:after {
        color: #ffff;
    }

    .service .service_p5 .p5_l:hover {
        border-bottom: none;
    }

    .service .service_p5 .p5_l:hover .p5_txt {
        box-shadow: 0 0 10px #eee;
        color: #0045a5;
    }

    .service .service_p5 .p5_l:hover .p5_txt::after {
        opacity: 0;
    }

    .service .service_p5 .p5_l:hover .p5_img {
        background-color: #0045a5;
    }

    .service .service_p5 .p5_l:hover .p5_img::after {
        opacity: 0;
    }

    .service .service_p5 .p5_l:hover .p5_img2 {
        opacity: 1;
    }

    .index-page01 .con02-nav .item:hover {
        padding-left: 0;
        /* padding: 0 0 8px; */
        background: transparent;
        color: #0045a7;
        border-bottom: 2px solid #0045a7;
    }

    .page-search .item:hover .page-subnav {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .page-subnav .slink:hover {
        background: #0045a7;
        color: #ffffff;
    }

    .page-search .item.item_tel .slink:hover {
        color: #fff;
    }

    .page-nav .item:hover .page-subnav {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .page-nav .item:hover .link::after {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        opacity: 1;
    }

    .page-footer .swiper-container.swiper-button-hollow .swiper-button-prev:hover,
    .page-footer .swiper-container.swiper-button-hollow .swiper-button-next:hover {
        background: transparent;
    }

    .page-footer .swiper-container.swiper-button-hollow .swiper-button-prev:hover .btn-next,
    .page-footer .swiper-container.swiper-button-hollow .swiper-button-next:hover .btn-next {
        border-left: 6px solid #0045a7;
    }

    .page-footer .swiper-container.swiper-button-hollow .swiper-button-prev:hover .btn-prve,
    .page-footer .swiper-container.swiper-button-hollow .swiper-button-next:hover .btn-prve {
        border-right: 6px solid #0045a7;
    }

    .swiper-container.swiper-button-hollow .swiper-button-prev:hover,
    .swiper-container.swiper-button-hollow .swiper-button-next:hover {
        background: #0045a7;
    }

    .swiper-container.swiper-button-hollow .swiper-button-prev:hover .btn-next,
    .swiper-container.swiper-button-hollow .swiper-button-next:hover .btn-next {
        border-left: 6px solid #ffffff;
    }

    .swiper-container.swiper-button-hollow .swiper-button-prev:hover .btn-prve,
    .swiper-container.swiper-button-hollow .swiper-button-next:hover .btn-prve {
        border-right: 6px solid #ffffff;
    }

    .swiper-container.swiper-button-block:hover .swiper-button-prev {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .swiper-container.swiper-button-block:hover .swiper-button-next {
        -webkit-transform: translate(0, -50%);
        transform: translate(0, -50%);
    }

    .swiper-container.swiper-button-block .swiper-button-prev:hover,
    .swiper-container.swiper-button-block .swiper-button-next:hover {
        background: #0045a7;
    }

    .index-page01 .con02-nav .right_r1:hover {
        background: #0045a7;
        color: #ffffff;
        padding-left: 33px;
        box-sizing: border-box;
        border-bottom: 1px solid #0045a7;
    }

    .scheme_dl .scheme_r .r_link a:hover {
        color: #0045a7;
    }

    .banner .banner_txt .banner_link .link2:hover {
        color: #0045a7;
    }

    .scheme_list .list_link:hover {
        color: #0045a7;
    }

    .scheme .scheme_txt .scheme_d:hover {
        color: #fff;
    }

    .scheme .scheme_txt .scheme_d:hover:after {
        width: 100%;
    }

    .pr_d1.product_r .view-detail:hover {
        color: #fff;
    }

    .scheme_dl .r_more:hover {
        color: #fff;
    }

    .scheme_dl a.r_more:hover:after {
        width: 100%;
    }

    .use .list1:hover img {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    .use .list1:hover .list1_txt {
        box-shadow: 0 0 10px #e5e5e5;
    }

    .use_detail .ud3 .ud3_txt:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .scheme_pd.product_r .sd_link:hover::after {
        width: 100%;
    }

    .scheme_pd.product_r .sd_link:hover {
        color: #fff;
    }

    .use .ud4_more:hover {
        color: #fff;
    }

    .use .ud4_more:hover::after {
        width: 100%;
    }

    .news .news_tit .news_link:hover {
        background-color: #0045a7;
        color: #fff;
    }

    .news .list1:hover {
        box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
    }

    .news .list1:hover .img img {
        -webkit-transition: -webkit-transform 1.2s ease-out;
        transition: -webkit-transform 1.2s ease-out;
        transition: transform 1.2s ease-out;
        transition: transform 1.2s ease-out, -webkit-transform 1.2s ease-out;
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .news .list1:hover .title {
        color: #0045A7;
    }

    .news .list1:hover .more {
        background: url(../img/icon-jt02-r-b.png) no-repeat 50%/100% 100%;
    }

    .news_d .bshare-custom .bshare-sinaminiblog:hover {
        background-image: url(../img/wb1.png);
    }

    .news_d .bshare-custom .bshare-qqim:hover {
        background-image: url(../img/qq1.png);
    }

    .news_d .bshare-custom .bshare-weixin:hover {
        background-image: url(../img/wx1.png);
    }

    .news_d .d_left .l_list1 .l_link:hover p {
        color: #0045a7;
    }

    .news_d .d_left .l_list2:hover {
        color: #0045A7;
    }

    .news_d .d_left .l_list2:hover::after {
        width: 100%;
    }

    .news_d .d_right .r_list .r_link:hover .r_tit1 {
        color: #0045A7;
    }

    .shop .shop_list .shop1:hover {
        box-shadow: 0 0 10px #eee;
    }

    .about .at_page5 .swiper-button-next:hover,
    .about .at_page5 .swiper-button-prev:hover {
        background-color: #0045a5;
    }

    .about .at_page5 .swiper-button-next:hover::after,
    .about .at_page5 .swiper-button-prev:hover:after {
        color: #fff;
    }

    .service .bshare-custom .bshare-sinaminiblog:hover {
        background-image: url(../img/wb1.png);
    }

    .service .bshare-custom .bshare-qqim:hover {
        background-image: url(../img/qq1.png);
    }

    .service .bshare-custom .bshare-weixin:hover {
        background-image: url(../img/wx1.png);
    }

    .btm_list .list_link:hover {
        color: #fff;
        background-color: #0045a7;
    }

    .other-item:hover .item_hide {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1;
        visibility: visible;
    }

    .footer-top01 .footer-top01-swip .list:hover {
        box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
        border: transparent;
    }

    .pr_d .pd_r .pd_link .link1:hover {
        background-color: #0045a5;
    }

    .pr_d .pd_r .pd_link .link1:hover .link1_2 {
        opacity: 1;
    }

    .pr_d .pd_r .pd_link .link1:hover .link1_1 {
        opacity: 0;
    }

    .Contact .c_list .list:hover {
        box-shadow: 0 0 10px #eee;
    }
}

@media only screen and (max-width: 1680px) {
    .h1 {
        font-size: 28px;
    }

    .h2 {
        font-size: 26px;
    }

    .h3 {
        font-size: 22px;
    }

    .h4 {
        font-size: 18px;
    }

    .h5 {
        font-size: 16px;
    }

    .h6 {
        font-size: 15px;
    }

    .index-page01 .tit {
        font-size: 50px;
    }

    .index-page03 h4 .tit {
        font-size: 44px;
    }

    .page-main {
        padding-top: 80px;
    }

    .page-pd {
        padding: 66px 0;
    }

    .page-dw {
        top: -79px;
    }

    .page-tit {
        font-size: 38px;
    }

    .page-nav .item {
        margin-right: 30px;
    }

    .head-page .tel {
        margin-right: 30px;
    }

    .product .product_l {
        width: 24%;
    }

    .product_r {
        width: 76%;
    }

    .pr_d1.product_r .pr_cont {
        width: 68%;
    }

    .pr_d .pd_r {
        padding: 70px 70px 0 70px;
    }

    .btm_list {
        margin-top: 30px;
    }

    .footer-top01 .tit {
        padding: 70px 3%;
    }

    .use .ud4_more {
        margin: 30px auto 0;
    }

    .service .service_p1 .p1_tit1 {
        margin-top: 10px;
        padding-bottom: 10px;
    }

    .service .service_p1 .sr_swiper .p1_r {
        padding: 24px 10px 0 0;
    }

    /* .service .service_p1 .p1_tit2 {
        margin-top: 14px;
    } */

    .shop .shop_list .shop1 {
        padding: 20px;
    }

    .about .at_pager4 .s_year {
        font-size: 500px;
    }

    .about .at_pager4 .swiper_container2 .slider_span span {
        margin-right: 16px;
    }

    .about .at_pager4 .swiper_container2 .swiper-slide-active .slider_span::after {
        left: calc(50% - 14px);
    }

    .about .at_pager4 .s_right {
        width: 36%;
        margin-left: 9%;
    }

    .about .at_pager4 .swiper-button-prev,
    .about .at_pager4 .swiper-container-rtl .swiper-button-next,
    .about .at_pager4 .swiper-button-next,
    .about .at_pager4 .swiper-container-rtl .swiper-button-prev {
        left: auto;
        right: 33%;
    }

    .about .at_pager4 .swiper-button-next,
    .about .at_pager4 .swiper-container-rtl .swiper-button-prev {
        bottom: 40px;
        top: auto;
    }

    .about .at_pager4 .swiper-button-prev,
    .about .at_pager4 .swiper-container-rtl .swiper-button-next {
        top: 70px;
    }

    .about .at_pager4 .s_right .s_tit {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .about .at_pager4 .swiper_container1 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .product_r .pr_ul .pr_ld {
        margin-bottom: 20px;
    }

    .Contact .c_list .list {
        padding: 40px 20px;
    }

    .Contact .c_list .list .list_l {
        margin-right: 20px;
    }

    .Contact .c_list .list .list_r {
        padding-left: 30px;
    }

    .Contact .list .list_r .r1_tit {
        margin-right: 10px;
    }
    .index-page01 .con02-list .page-ftit{
        margin: 30px 0 140px;
    }
}

@media only screen and (max-width: 1600px) {
    .about .at_pager4 .swiper_container2 .slider_span span {
        margin-right: 15px;
    }

    .about .at_pager4 .swiper_container2 .swiper-slide-active .slider_span::after {
        left: calc(50% - 13px);
    }
    
    .scheme_dl{
        padding: 70px 6%;
    }
    .index-page03 .box{
        padding-top:100px;
    }
    .index-page03 .setion-four-jslists{
        margin-top:100px;
    }
}

@media only screen and (max-width: 1500px) {
    .about .at_pager4 .swiper_container2 .slider_span span {
        margin-right: 14px;
    }

    .about .at_pager4 .swiper_container2 .swiper-slide-active .slider_span::after {
        left: calc(50% - 12px);
    }
}

@media only screen and (max-width: 1480px) {
    .service .service_p1 .service_li {
        margin: 0 60px;
    }

    .index-page01 .tit {
        font-size: 46px;
    }

    .index-page03 h4 .tit {
        font-size: 42px;
    }

    .swiper-container.typea .swiper-pagination {
        bottom: 82px;
    }

    .swiper-container.typea .swiper-pagination-bullet {
        width: 60px;
        height: 2px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev,
    .swiper-container.swiper-button-block .swiper-button-next {
        width: 45px;
        height: 108px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev::after,
    .swiper-container.swiper-button-block .swiper-button-next::after {
        font-size: 22px;
    }

    .page-tit {
        font-size: 36px;
    }

    .head-page {
        padding-left: 4%;
    }

    .page-nav .item {
        margin-right: 20px;
    }

    .head-page .tel {
        margin-right: 20px;
    }

    .width1636,
    .width1080 {
        width: 92%;
    }

    .index-page01 .con02-list-box {
        padding-left: 6%;
    }

    .page-footer .copyright .swiper {
        max-width: 520px;
    }

    .scheme .scheme_txt .scheme_d {
        margin-top: 50px;
    }

    .index-page01 .con02-nav {
        padding-left: 40px;
    }

    .index-page01 .con02-nav .item {
        padding: 30px 0 30px 20px;
    }

    .index-page01 .con01 {
        padding: 60px 0 50px;
    }

    .index-page02 {
        padding: 50px 0;
    }

    .index-page02 .view-detail {
        margin: 50px auto 0;
    }

    .scheme_dl {
        padding: 60px 6%;
    }

    .sd_swiper .sd_txt {
        width: 50%;
    }

    .footer-top01 .tit {
        padding: 40px 3%;
    }

    .footer-top01 .lists {
        padding: 40px 0;
    }

    .pr_d1.product_r .pr_cont {
        width: 90%;
        margin-top: 50px;
    }

    .product_r .pr_ul .pr_ld {
        margin-bottom: 30px;
    }

    .view-detail {
        width: 140px;
        height: 36px;
    }

    .product_r .pr_ul .pr_li {
        background-color: #fff;
        padding: 30px 20px;
    }

    .pr_d .pd_r {
        padding: 50px 50px 0 50px;
    }

    .pr_d .pd_r .pd_ul p {
        padding: 6px 20px;
        margin-right: 10px;
    }

    .pr_d .pd_l {
        padding-bottom: 50px;
    }

    .pr_d1.product_r {
        padding-bottom: 40px;
    }

    .product .product_l .pl_cont {
        margin-top: 20px;
    }

    .use .list1 {
        margin-top: 30px;
    }

    .use .list1 .list1_txt {
        padding: 20px;
    }

    .use_detail,
    .use_detail .ud2,
    .use_detail .ud3 {
        margin-top: 50px;
    }

    .use_detail .ud2 .ud2_txt {
        padding-top: 20px;
    }

    .use_detail .ud1 .ud1_l {
        width: 30%;
    }

    .service .service_p1 {
        margin-top: 60px;
    }

    .service .service_p1 .service_ul {
        margin-top: 10px;
    }

    .service .service_p1 .sr_swiper {
        margin-top: 0px;
    }

    .service .service_p1 .swiper-pagination {
        margin-top: 40px;
    }

    .service .service_p2 {
        margin-top: 60px;
    }

    .service .service_p2 .p2_l {
        padding-right: 30px;
        padding-top: 30px;
    }

    .service .service_p2 .p2_l .p2_tit1 {
        margin: 10px 0 10px;
    }

    .service .service_p2 .p2_l .p2_desc p {
        line-height: 26px;
    }

    .service .service_p2 .p2_txt {
        margin-bottom: 60px;
    }

    .service .service_p2 .p2_txt:nth-child(2) .p2_l {
        padding-left: 30px;
    }

    .service .service_p3 {
        margin-top: 60px;
    }

    .service .service_p4 {
        margin-top: 60px;
        margin-bottom: 60px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .service .service_p4 .p4_form {
        margin-top: 20px;
    }

    .service .service_p4 input {
        width: 270px;
        padding: 10px 0;
    }

    .service .service_p4 .p4_ly {
        margin-top: 30px;
    }

    .service .service_p5 .p5_l {
        margin-bottom: 20px;
    }

    .news {
        padding: 50px 0;
    }

    .news .news_cont {
        padding: 40px;
    }

    .news .box {
        padding: 20px 10px;
    }

    .news .content {
        margin-bottom: 10px;
    }

    .news .day {
        padding-top: 0;
    }

    .news_d .d_left {
        padding: 40px;
    }

    .news_d .bshare-custom {
        margin-top: 20px;
    }

    .about .at_page1 {
        margin-top: 60px;
    }

    .about .page1_tit .page1_l {
        padding-bottom: 20px;
    }

    .about .page1_tit {
        margin-bottom: 30px;
    }

    .about .page1_desc .desc_tit {
        margin-bottom: 10px;
    }

    .about .at_page2 {
        margin-top: 60px;
    }

    .about .at_page2 .page2_tit {
        padding: 40px 0;
    }

    .about .at_page3 {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .about .at_pager4 .s_year {
        font-size: 450px;
    }

    .about .at_pager4 .swiper-button-prev,
    .about .at_pager4 .swiper-container-rtl .swiper-button-next,
    .about .at_pager4 .swiper-button-next,
    .about .at_pager4 .swiper-container-rtl .swiper-button-prev {
        right: 33%;
        /* display: none; */
    }

    .about .at_pager4 .swiper_container1 {
        margin-top: 30px;
        margin-bottom: 60px;
    }

    /* .about .at_pager4 .swiper_container2 .slider_span span {
        margin-right: 8px;
    } */

    .about .at_pager4 .swiper_container2 .swiper-slide-active .slider_span::after {
        left: calc(50% - 12px);
    }

    .about .at_pager4 {
        background-color: #f8f8f8;
        padding: 60px 0;
    }

    .about .at_page5 {
        margin-top: 60px;
    }

    .about .at_page5 .swiper-container {
        margin-top: 30px;
    }

    .about .at_page5 .page5_btn {
        margin-top: 30px;
    }

    .about .at_page6 {
        margin-top: 60px;
    }

    .about .at_page6 .page6_img {
        margin-top: 59px;
    }

    .Contact .c_tit {
        margin-top: 60px;
    }

    .Contact .c_list {
        margin-top: 20px;
    }

    .Contact .c_list .list {
        padding: 30px 10px;
    }

    .Contact .c_list .list .list_l {
        margin-right: 10px;
    }

    .Contact .c_list .list .list_r {
        padding-left: 10px;
    }

    .Contact .list .list_r2 {
        margin-top: 10px;
    }

    .Contact .job_list .list1 .hide1 {
        padding: 20px 40px;
    }

    .Contact .job_list .list1 .list1_t {
        padding: 20px 40px;
    }

    .Contact .job_list .list1 .hide1 .welfare p {
        margin-right: 10px;
    }

    .Contact .job_list .list1 .hide1 .hide_d {
        margin-top: 10px;
    }

    .Contact .job_list .list1 .hide1 .hide_li {
        margin-bottom: 10px;
    }

    .Contact .job_list .list1 .hide1 .hide_p p {
        line-height: 26px;
    }

    .shop .shop_list .shop1 {
        width: 24%;
        margin-right: 1.3%;
        margin-bottom: 0;
    }

    .shop .shop_list .s_tit1 {
        margin: 10px 0;
    }

    .shop .shop_list {
        padding-top: 20px;
    }

    .footer-top01 .footer-top01-swip .swiper-container {
        padding: 40px 0 0;
    }
    
    .index-page01 .con02-list .page-ftit {
        margin: 30px 0 70px;
    }
}

@media only screen and (max-width: 1400px) {
    .about .at_pager4 .swiper_container2 .slider_span span {
        margin-right: 13px;
    }

    .about .at_pager4 .swiper_container2 .swiper-slide-active .slider_span::after {
        left: calc(50% - 12px);
    }
}

@media only screen and (max-width: 1310px) {
    .about .at_pager4 .swiper_container2 .slider_span span {
        margin-right: 12px;
    }

    .about .at_pager4 .swiper_container2 .swiper-slide-active .slider_span::after {
        left: calc(50% - 11px);
    }
    .page-logo .p-img, .page-logo .h-img{height: 44px;}
    .other-item{width: 80px;}
}

@media only screen and (max-width: 1280px) {
    .index-page01 .tit {
        font-size: 42px;
    }

    .index-page01 .con02-nav .item {
        padding: 20px 0 20px 20px;
    }

    .index-page03 h4 .tit {
        font-size: 40px;
    }

    .page-tit {
        font-size: 32px;
    }

    .swiper-container.typea .swiper-pagination {
        bottom: 40px;
    }

    .swiper-container.typea .swiper-pagination-bullet {
        width: 48px;
        height: 2px;
    }

    .swiper-container.typeb .swiper-pagination {
        bottom: 15px;
    }

    .swiper-container.typeb .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev,
    .swiper-container.swiper-button-block .swiper-button-next {
        width: 40px;
        height: 96px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev::after,
    .swiper-container.swiper-button-block .swiper-button-next::after {
        font-size: 18px;
    }

    .page-search .item {
        margin-right: 20px;
        margin-left: 20px;
    }

    .head-page .search,
    .head-page .tel {
        margin-right: 20px;
    }

    .page-footer .copyright .swiper {
        max-width: 420px;
    }

    .page-footer .swiper-container.swiper-button-hollow .swiper-button-prev,
    .page-footer .swiper-container.swiper-button-hollow .swiper-button-next {
        margin-top: -20px;
    }

    .scheme .scheme_txt .scheme_d {
        margin-top: 20px;
    }

    .scheme .scheme_txt .scheme_desc {
        line-height: 20px;
        margin-top: 10px;
    }

    .scheme_dl {
        padding: 40px 4%;
    }

    .scheme_dl .scheme_l .trait {
        padding: 40px;
    }

    .scheme_dl .scheme_l .trait::after {
        left: 40px;
    }

    .scheme_dl .scheme_l .trait .trait_tit {
        margin-top: 40px;
        margin-bottom: 10px;
    }

    .scheme_dl .scheme_p {
        padding: 40px;
    }

    .scheme_dl .sp_desc,
    .scheme_dl .wb_desc {
        margin-top: 10px;
    }

    .scheme_dl .wb_desc p {
        line-height: 20px;
        margin-bottom: 6px;
    }

    .sd_swiper .sd_txt .sd_link {
        margin-top: 20px;
        padding: 8px 40px;
    }

    .sd_swiper .sd_txt .sd_desc {
        margin-top: 10px;
        line-height: 26px;
    }

    .scheme_pd.product_r .pr_cont {
        padding-top: 40px;
    }

    .product_r .pr_cont {
        width: 92%;
        margin-top: 40px;
    }

    .scheme_pd.product_r .pr_ul {
        padding-bottom: 20px;
    }

    .product_r .pr_ul {
        margin-top: 20px;
        padding-bottom: 20px;
    }

    .scheme_pd.product_r {
        padding-bottom: 40px;
    }

    .scheme_cont {
        width: 78%;
        padding-top: 40px;
    }

    .product .product_l .pl_li {
        padding: 16px 0 16px 12%;
    }

    .product .product_l .pl_cont {
        padding-left: 12%;
    }

    .pr_d .pd_l .pd_small {
        width: 80%;
    }

    .pr_d .pd_l {
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .pr_d .pd_l .pd_limg {
        padding-left: 8%;
        margin-top: 40px;
        padding-top: 40px;
    }

    .pr_d .pd_r {
        padding: 40px 40px 0 40px;
    }

    .pr_d .pd_r .pd_tit1 {
        padding-top: 10px;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .pr_d .pd_r .pd_txt {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .pr_d .pd_r .pd_xz1 {
        margin-bottom: 10px;
    }

    .pr_d .pd_r .pd_tab td {
        padding-bottom: 10px;
    }

    .pr_d1.product_r .pr_cont {
        width: 92%;
        margin-top: 40px;
    }

    .use {
        width: 92%;
        padding-top: 40px;
    }

    .use .list1 {
        margin-top: 20px;
    }

    .use_detail,
    .use_detail .ud2 {
        margin-top: 40px;
    }

    .use_detail .ud3 {
        margin-top: 40px;
    }

    .use .ud4_more {
        margin: 10px auto 0;
    }

    .service .service_p1 {
        margin-top: 40px;
        width: 92%;
    }

    .service .service_p1 .service_li {
        margin: 0 40px;
        padding: 10px 0;
    }

    /* .service .service_p1 .p1_tit2 {
        margin-top: 6px;
    } */
    .service .service_p2 {
        margin-top: 40px;
    }

    .service .service_p2 .p2_bg {
        padding-top: 20px;
        margin-top: 20px;
    }

    .service .service_p2 .p2_txt {
        margin-bottom: 30px;
    }

    .service .service_p3 {
        margin-top: 30px;
    }

    .service .service_p3 .p3_li {
        margin-top: 20px;
    }

    .service .service_p3 .li_tit {
        padding: 20px 30px;
    }

    .service .service_p4 {
        margin-top: 30px;
        margin-bottom: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .service .service_p4 .p4_btn {
        padding: 16px 0;
    }

    .service .service_p5 .p5_list {
        margin-top: 0;
    }

    .news .news_cont,
    .news_d .news_cont,
    .about_cont {
        width: 92%;
    }

    .news_d .news_cont {
        margin: auto;
    }

    .news_d .d_right {
        width: 26%;
    }

    .news_d .r_list .r_deta {
        margin-top: 6px;
    }

    .about .at_page1 {
        margin-top: 40px;
    }

    .about .at_page3 {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .about .at_page3 .slide_pd {
        padding: 30px 10px 10px;
    }

    .about .at_pager4 {
        padding: 40px 0;
    }

    .about .at_page5 {
        margin-top: 40px;
    }

    .Contact .c_tit {
        margin-top: 40px;
    }

    .Contact .Contact_cont {
        width: 92%;
    }

    .Contact .job_list {
        margin-top: 20px;
    }

    .shop .shop_list .shop1 {
        width: 30%;
        margin-right: 5%;
    }


    .shop .shop_list .shop1:nth-child(4n) {
        margin-right: 5%;
    }

    .shop .shop_list .shop1:nth-child(3n) {
        margin-right: 0%;
    }

    .shop .shop_list .shop1 {
        padding: 10px;
        margin-bottom: 10px;
    }

    .shop .shop_list .s_tit3 {
        margin-top: 10px;
    }

    .banner .banner_txt form {
        margin-top: 20px;
    }

    .page-footer .content .item-l {
        border-right: none;
    }
}

@media only screen and (max-width: 1100px) {
    
    .head-page {
        display: none;
    }

    .swiper-container.typea .swiper-pagination {
        bottom: 30px;
    }

    .swiper-container.typea .swiper-pagination-bullet {
        width: 40px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev,
    .swiper-container.swiper-button-block .swiper-button-next {
        width: 35px;
        height: 84px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev::after,
    .swiper-container.swiper-button-block .swiper-button-next::after {
        font-size: 16px;
    }

    .mbnav-btn {
        display: block;
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(1) {
        -webkit-animation: phone-navtop-animon 0.4s linear forwards;
        animation: phone-navtop-animon 0.4s linear forwards;
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(2) {
        opacity: 0;
    }

    body.mbNavOpen .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animon 0.4s linear forwards;
        animation: phone-navbottom-animon 0.4s linear forwards;
    }

    body.mbNavOpen .mbnav {
        opacity: 1;
        visibility: visible;
    }

    body.mbNavOpen .mbnav .main {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    body.mbNavOpen .page-header {
        -webkit-transform: translateX(-240px);
        transform: translateX(-240px);
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(1) {
        -webkit-animation: phone-navtop-animoff 0.4s linear forwards;
        animation: phone-navtop-animoff 0.4s linear forwards;
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(2) {
        opacity: 1;
        -webkit-transition: opacity 0.2s linear 0.2s;
        transition: opacity 0.2s linear 0.2s;
    }

    body.mbNavOff .mbnav-btn-item:nth-of-type(3) {
        -webkit-animation: phone-navbottom-animoff 0.4s linear forwards;
        animation: phone-navbottom-animoff 0.4s linear forwards;
    }

    body.mbNavOff .mbnav {
        opacity: 0;
        visibility: hidden;
    }

    body.mbNavOff .mbnav .main {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

    .head-phone {
        display: block;
        box-shadow: 0 0 10px #eee;
    }
}

@media only screen and (max-width: 1100px) {
    .h1 {
        font-size: 24px;
    }

    .h2 {
        font-size: 22px;
    }

    .h3 {
        font-size: 20px;
    }

    .h4 {
        font-size: 16px;
    }

    .h5 {
        font-size: 15px;
    }

    .h6 {
        font-size: 14px;
    }

    .footer-top01 .lists {
        padding: 40px 0;
    }

    .footer-top01 .icon {
        height: 30px;
    }

    .footer-top01 .title {
        margin-bottom: 0;
        font-size: 14px;
    }

    .footer-top01 .text {
        display: none;
    }

    .page-footer .content {
        display: none;
    }

    .page-footer .copyright .swiper {
        display: none;
    }

    .page-footer .crumb-nav {
        display: none;
    }

    .page-footer .copyright .item-l {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .page-footer .copyright .nav-item::after {
        margin-left: 8px;
    }

    .page-footer .copyright .nav-item {
        margin-right: 8px;
    }

    .page-footer .copyright .nav-item:last-child {
        margin-right: 15px;
    }

    .footer-top01 .tit {
        padding: 60px 3% 28px;
    }

    .footer-top01 .footer-top01-swip .swiper-container {
        padding: 60px 0 0;
    }

    .page-aside {
        display: none;
    }

    .page-tit {
        font-size: 28px;
        text-align: center;
    }

    .page-ftit {
        padding: 3px 0 25px;
        font-size: 14px;
        text-align: center;
    }

    .page-main {
        padding-top: 60px;
    }

    .page-pd {
        padding: 48px 0;
    }

    .page-dw {
        top: -59px;
    }

    .index-banner .img {
        display: block;
    }

    .h-banner {
        display: block;
    }

    .index-banner .video {
        display: none;
    }

    .p-banner {
        display: none;
    }

    .index-banner .swiper-slide {
        background: none !important;
    }

    .width1636 {
        width: 92%;
    }

    .width1080 {
        width: 92%;
    }

    .btn-details {
        width: 125px;
        height: 35px;
        margin: 0 auto;
    }

    .view-detail {
        width: 125px;
        height: 35px;
        margin: 0 auto;
    }

    .index-banner .swiper-slide{position: relative;}
    .index-banner .swiper-slide img {
        /*height: 100%;*/
        width: 100%;
        position: absolute;
        top: 50%;left: 50%;transform: translate(-50%,-50%);
    }

    .index-page01 .tit {
        font-size: 38px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }

    .index-page01 .tit div {
        margin-right: 10px;
    }

    .index-page01 .tit div:last-child {
        margin-right: 0;
    }

    .index-page01 .ftit {
        font-size: 15px;
        margin-bottom: 8px;
        margin-top: 20px;
    }

    .index-page01 .con01 {
        padding: 30px 0 30px;
    }

    .index-page01 .con02 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .index-page01 .con02-list {
        padding-left: 3%;
        padding-right: 3%;
        height: auto;
    }

    .index-page01 .con02-navs {
        width: 100%;
        direction: initial;
        text-align: left;
        height: auto;
    }

    .index-page01 .con02-nav-box {
        white-space: nowrap;
    }

    .index-page01 .con02-nav {
        overflow-y: initial;
        height: auto;
        padding-left: 3%;
        padding-bottom: 0;
        overflow-x: auto;
        border-bottom: 1px solid #cfcfcf;
        margin-bottom: 25px;
        scrollbar-color: transparent transparent;
        scrollbar-track-color: transparent;
        -ms-scrollbar-track-color: transparent;
    }

    .index-page01 .con02-nav .item {
        font-size: 14px;
        color: #666666;
        border-bottom: 2px solid transparent;
        padding: 0 0 8px;
        display: inline-block;
        margin-right: 15px;
    }

    .index-page01 .con02-nav .item.active {
        padding-left: 0;
        padding: 0 0 8px;
        background: transparent;
        color: #0045a7;
        border-bottom: 2px solid #0045a7;
    }

    .news-page01 .container {
        padding: 0;
        background: none;
    }

    .index-page01 .con02-tit {
        padding-top: 30px;
        padding-left: 3%;
        padding-right: 3%;
    }

    .index-page01 .con02-list .page-tit {
        color: #333333;
    }

    .index-page01 .con02-lists {
        width: 100%;
    }

    .index-page01 .con01 .tit-r {
        width: 100%;
        padding: 0;
        margin-top: 0;
    }

    .index-page01 .con02-list .item-l {
        width: 100%;
        padding: 30px 0 30px 0;
    }

    .index-page01 .con02-list .item-r {
        display: none;
    }

    .index-page01 .con02-list .page-ftit {
        margin: 0;
        line-height: 1.75;
        width: 100%;
        color: #808080;
    }

    .index-page02 {
        padding: 30px 0 30px;
    }

    .index-page02 .list {
        width: 48%;
        margin-right: 4%;
        padding: 20px 8px;
        margin-bottom: 20px;
    }

    .index-page01 .con02-img {
        position: initial;
        left: 0;
        top: 0;
        -webkit-transform: none;
        transform: none;
        height: auto;
        width: 100%;
    }

    .index-page01 .con02-list-box {
        position: initial;
        padding-left: 0;
    }

    .index-page02 .list .h5 {
        height: 44px;
        margin-bottom: 30px;
        font-size: 14px;
    }

    .index-page02 .list .img {
        position: relative;
        width: 40px;
        margin: 0 auto 10px;
    }

    .index-page02 .list:nth-child(2n) {
        margin-right: 0;
    }

    .index-page02 .view-detail {
        margin-top: 5px;
    }

    .index-page03 {
        padding: 0 0 30px;
        position: relative;
        height: auto;
    }

    .index-page03&gt;img {
        position: initial;
        top: 0;
        left: 0;
        height: auto;
        width: 100%;
        -webkit-transform: translate(0);
        transform: translate(0);
    }

    .index-page03 h4 .tit {
        font-size: 36px;
    }

    .index-page03 .text {
        margin: 3px 0 20px;
        width: 100%;
        color: #808080;
        text-align: center;
    }

    .index-page03 p {
        margin-top: 0;
    }

    .index-page03 .setion-four-jslist {
        color: initial;
    }

    .index-page03 h4 .plus {
        color: initial;
    }

    .index-page03 h4 .tit {
        color: #666666;
    }

    .index-page03 .setion-four-jslists {
        margin-top: 20px;
    }

    .index-page03 .setion-four-jslist {
        width: 50%;
    }

    .index-page03 .setion-four-jslist:nth-child(2n) {
        border-right: none;
    }

    .index-page03 .view-detail {
        position: absolute;
        bottom: 30px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        color: #333333;
        border: 1px solid #eeeeee;
    }

    .index-page03 .page-tit {
        color: #333333;
        margin-top: 25px;
    }

    .index-page04 .header {
        display: -ms-grid;
        display: grid;
    }

    .index-page04 .header .nav-title .ftit {
        margin-left: 0;
        text-align: center;
        margin-left: 0;
        margin: 3px 0 25px;
    }

    .index-page01 .con02-nav::after {
        display: none;
    }

    .index-page04 .header .nav-title {
        display: block;
    }

    .index-page03 .box {
        position: initial;
        padding: 0 0 50px;
    }

    .index-page01 .con02-tit .page-ftit {
        padding-bottom: 15px;
    }

    .index-page04 .header .nav .item {
        padding: 0 0 8px;
        border-bottom: 2px solid transparent;
        line-height: initial;
    }

    .index-page04 .header .nav .item.active {
        padding-left: 0;
        padding: 0 0 8px;
        background: transparent;
        color: #0045a7;
        border-bottom: 2px solid #0045a7;
    }

    .index-page04 .header .nav {
        overflow-y: initial;
        height: auto;
        padding-bottom: 0;
        overflow-x: auto;
        border-bottom: 1px solid #cfcfcf;
        margin: 15px 0 25px;
        padding-left: 0;
        display: none;
    }

    .index-page04 .swiper-pagination-bullets {
        display: block;
        bottom: 0;
    }

    .index-page04 .swiper-container {
        padding: 0 0 25px;
    }

    .index-page04.page-pd {
        padding-bottom: 25px;
    }

    .index-page04 .swiper-pagination-bullet-active {
        background: #0045a7;
    }

    .index-page04 .list {
        width: 48.5%;
        margin-right: 3%;
    }

    .index-page04 .width1636 {
        padding: 0;
        background-color: transparent;
    }

    .index-page04 .content {
        margin-bottom: 15px;
    }

    .index-page04 .title {
        font-size: 16px;
    }

    .index-page04 .header .nav .item:last-child {
        margin-right: 0;
    }

    .index-page04 .box {
        padding: 20px 0 0;
    }

    .swiper-container.swiper-button-hollow .swiper-button-prev,
    .swiper-container.swiper-button-hollow .swiper-button-next {
        width: 35px;
        height: 35px;
        display: none;
    }

    .swiper-container.typeb .swiper-pagination {
        bottom: 5px;
    }

    .swiper-container.swiper-button-block .swiper-button-prev,
    .swiper-container.swiper-button-block .swiper-button-next {
        display: none;
    }

    .swiper-container .svg-swiper-pagination .swiper-pagination-bullet {
        margin: 0 6px;
        width: 12px;
        height: 12px;
    }

    .swiper-container .svg-swiper-pagination .svg {
        width: 12px;
        height: 12px;
    }

    .swiper-container .svg-swiper-pagination .swiper-pagination-bullet:after {
        width: 8px;
        height: 8px;
    }

    .swiper-container .svg-swiper-pagination .swiper-pagination-bullet:after {
        margin: -4px 0 0 -4px;
    }

    .banner,
    .pr_d {
        margin-top: 60px;
    }

    .scheme {
        padding-top: 60px;
    }

    .use_detail .ud1 {
        max-width: 90%;
    }

    .shop .shop_list .shop1 {
        width: 30%;
        margin-right: 5%;
    }

    .shop .shop_list .shop1:nth-child(4n) {
        margin-right: 5%;
    }

    .shop .shop_list .shop1:nth-child(3n) {
        margin-right: 0%;
    }

    .scheme_dl .scheme_r {
        display: none;
    }

    .scheme_dl .scheme_l {
        width: 100%;
    }

    .use .use_tit .tit_r .tit_r1 {
        margin-left: 10px;
        color: #666666;
        padding-bottom: 10px;
    }

    .use .use_tit .tit_l .tit_l2 {
        padding-bottom: 10px;
        margin-top: 10px;
    }

    .use {
        padding-top: 30px;
    }

    .use_detail,
    .use_detail .ud2,
    .pr_d1.product_r .pr_cont,
    .service .service_p2,
    .about .at_page2 {
        margin-top: 30px;
    }

    .product .product_l {
        display: none;
    }

    .product_r {
        width: 100%;
    }

    .product {
        padding-top: 60px;
    }

    .pr_d .pd_r {
        padding: 20px 20px 0 20px;
    }

    .service .service_p4 .p4_ly {
        margin-top: 20px;
        height: 160px;
    }

    .about .at_page3 .slide_pd {
        padding: 0;
    }

    .about .at_pager4 .s_year {
        display: none;
    }

    .about .at_pager4 .s_cont {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        position: static;
        -webkit-transform: none;
        transform: none;
    }

    .about .at_pager4 .s_right {
        width: 80%;
        margin: auto;
    }

    .about .at_pager4 .swiper-button-prev,
    .about .at_pager4 .swiper-container-rtl .swiper-button-next,
    .about .at_pager4 .swiper-button-next,
    .about .at_pager4 .swiper-container-rtl .swiper-button-prev {
        display: none;
    }

    .about .at_pager4 .swiper_container1 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .about .at_pager4 .s_left {
        width: 100%;
    }

    .about .at_pager4 .s_left img {
        width: 100%;
    }

    .about .at_pager4 .s_right .s_tit {
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .Contact .c_list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .Contact .c_list .list {
        width: 100%;
        margin-bottom: 10px;
    }

    .scheme_menu {
        display: none;
    }

    .scheme .scheme_bg {
        position: relative;
        padding-top: 60px;
        margin-top: -60px;
    }

    .scheme .scheme_bg .mb {
        top: 60px;
    }

    .news_d {
        padding: 80px 0 70px;
    }
}

@media only screen and (max-width: 1100px) {
    .about .at_pager4 .swiper_container2 .slider_span span {
        margin-right: 10px;
    }

    .about .at_pager4 .swiper_container2 .swiper-slide-active .slider_span::after {
        left: calc(50% - 12px);
    }
}

@media only screen and (max-width: 640px) {
    .paging1{
        margin-top: 20px;
    }
    .index-page01 .ftit1{
        height: 60px;
    }
    .pc {
        display: none;
    }

    .sj {
        display: block;
    }

    body {
        font-size: 12px;
    }

    .banner {
        margin-top: 60px;
    }

    .h1 {
        font-size: 22px;
    }

    .h2 {
        font-size: 20px;
    }

    .h3 {
        font-size: 18px;
    }

    .page-pd {
        padding: 20px 0;
    }

    .page-tit {
        font-size: 24px;
    }

    .footer-top01 .lists {
        padding: 24px 0;
    }

    .footer-top01 .item {
        width: 50%;
        padding: 16px 3%;
    }

    .footer-top01 .icon {
        margin-bottom: 8px;
    }

    .page-footer .copyright .navs-l,
    .page-footer .copyright p {
        text-align: center;
    }

    .page-footer .copyright .nav-item:last-child::after {
        display: none;
    }

    .footer-top01 .tit {
        padding: 30px 3% 20px;
        font-size: 14px;
    }

    .footer-top01 .footer-top01-swip .swiper-container {
        padding: 30px 0 0;
    }

    .index-page01 .tit {
        font-size: 22px;
    }

    .index-page03 h4 .tit {
        font-size: 32px;
        width: auto;
    }

    .index-page04 .list {
        width: 100%;
        margin-right: 0;
        margin-top: 0;
    }

    .index-page04 .day {
        padding-top: 0;
    }

    .index-page04 .time {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .index-page01 .con02-tit {
        padding-top: 20px;
    }

    .index-page01 .con02-list .item-l {
        padding: 20px 0 20px 0;
    }

    .index-page02 {
        padding: 20px 0 20px;
    }

    .page-ftit {
        padding: 3px 0 10px;
    }

    .index-page03 .view-detail {
        position: relative;
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        transform: none;
        color: #333333;
        border: 1px solid #eeeeee;
        margin: auto;
    }

    .index-page03 .text {
        margin: 3px 0 10px;
    }

    .index-page03 .setion-four-jslists {
        margin-top: 0px;
    }

    .index-page03 .box {
        padding: 0;
    }

    .index-page03 .setion-four-jslist {
        padding: 8px 2% 0px;
    }

    .index-page03 .setion-four-jslist p {
        height: 32px;
    }

    /*.swiper-container .svg-swiper-pagination{*/
    /*    bottom: 200px;*/
    /*}*/

    .index-page04 .header .nav-title .ftit {
        margin: 3px 0 10px;
    }

    .scheme .scheme_bg:nth-child(odd) .scheme_txt {
        right: 10%;
    }

    .scheme .scheme_bg:nth-child(even) .scheme_txt {
        right: 10%;
        left: auto;
    }

    .scheme .scheme_txt {
        top: calc(50% + 30px);
        right: 10%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 80%;
    }

    .scheme .scheme_link {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .scheme .scheme_txt .scheme_desc {
        width: 100%;
    }

    .scheme .scheme_txt .scheme_d {
        display: none;
    }

    .scheme_dl {
        padding: 20px 4%;
    }

    .scheme_dl .scheme_l .scheme_trait {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .scheme_dl .scheme_l .trait {
        width: 100%;
    }

    .scheme_dl .scheme_l .trait {
        padding: 20px;
    }

    .scheme_dl .scheme_l .trait .trait_tit {
        margin-top: 10px;
    }

    .scheme_dl .scheme_l .trait::after {
        left: 20px;
        top: 20px;
    }

    .banner .banner_txt {
        width: 80%;
    }

    .scheme_dl .scheme_p {
        padding: 20px;
        margin-top: 20px;
    }

    .sd_swiper .swiper-button-next,
    .sd_swiper .swiper-button-prev {
        display: none;
    }

    .sd_swiper .sd_txt {
        width: 90%;
        bottom: 50%;
        -webkit-transform: translate(-50%, 50%);
        transform: translate(-50%, 50%);
    }

    .sd_swiper .sd_txt .sd_desc {
        line-height: 20px;
    }

    .scheme_pd.product_r .pr_cont {
        padding-top: 20px;
        width: 90%;
    }

    .product_r .pr_cont .pr_desc {
        margin-top: 10px;
    }

    .product_r .pr_ul .pr_li {
        width: 100%;
        padding: 20px 10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .product_r .pr_ul .pr_ld {
        margin-bottom: 10px;
    }

    .product_r .pr_ul .pr_lt {
        margin-top: 10px;
    }

    .pr_d {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .pr_d .pd_l,
    .pr_d .pd_r {
        width: 100%;
        height: auto;
        overflow: hidden;
        padding: 20px 20px 0;
    }

    .pr_d .pd_l .pd_limg {
        padding-left: 0;
        margin-top: 20px;
        padding-top: 20px;
    }

    .pr_d .pd_l .pd_limg .pd_ltit {
        margin-bottom: 10px;
    }

    .product_r .pr_ul {
        margin-top: 10px;
        padding-bottom: 0px;
    }

    .pr_d1.product_r {
        padding-bottom: 20px;
    }

    .use_detail,
    .use_detail .ud2,
    .pr_d1.product_r .pr_cont,
    .service .service_p2,
    .about .at_page2 {
        margin-top: 20px;
    }

    .view-detail {
        width: 110px;
        height: 30px;
        margin: 0;
        font-size: 12px;
    }

    .scheme_pd.product_r .pr_ul {
        padding-bottom: 0px;
        margin-top: 10px;
    }

    .scheme_pd.product_r .sd_link {
        width: 120px;
        padding: 8px 0;
    }

    .scheme_pd.product_r {
        padding-bottom: 20px;
    }

    .scheme_cont {
        width: 92%;
        padding-top: 20px;
    }

    .scheme_cont .cont_desc {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .scheme_cont .scheme_form .form_ipt {
        margin-top: 10px;
    }

    .scheme_cont .scheme_form button {
        padding: 10px 0;
        margin-top: 10px;
    }

    .product_r .pr_cont {
        margin-top: 20px;
    }

    .banner .banner_txt .banner_desc {
        margin-top: 10px;
    }

    .use {
        padding-top: 20px;
    }

    .use .use_tit {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .use .use_tit .tit_l,
    .use .use_tit .tit_r {
        width: 100%;
    }

    .use .use_tit .tit_r {
        text-align: left;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 10px;
    }

    .use .use_tit .tit_r .tit_r1 {
        margin-left: 0;
        width: 50%;
        text-align: center;
        margin-bottom: 10px;
    }

    .use .list1 {
        width: 100%;
    }

    .use .list1 .list1_txt {
        padding: 10px;
    }

    .btm_list .list_link {
        margin-left: 10px;
        padding: 6px;
    }

    .use_detail .ud1 {
        max-width: 92%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .use_detail .ud1 .ud1_l,
    .use_detail .ud1 .ud1_r {
        width: 100%;
    }

    .use_detail .ud1 .ud1_l {
        padding-bottom: 10px;
    }

    .use_detail .ud2 .swiper-button-next,
    .use_detail .ud2 .swiper-button-prev {
        display: none;
    }

    .use_detail .ud2 .ud2_txt {
        padding-top: 10px;
    }

    .use_detail .ud3 {
        margin-top: 20px;
    }

    .z_tanchuang .modal {
        width: 92%;
        padding: 30px;
    }

    .service .service_p1 {
        margin-top: 20px;
    }

    .service_cont {
        width: 92%;
    }

    .service .service_p1 .service_ul {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service .service_p1 .service_li {
        width: 50%;
        margin: 0;
        text-align: center;
    }

    .service .service_p1 .sr_swiper .swiper-slide {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service .service_p1 .sr_swiper .p1_l,
    .service .service_p1 .sr_swiper .p1_r {
        width: 100%;
    }

    .service .bshare-custom {
        position: static;
        bottom: 24px;
        margin-top: 20px;
    }

    .service .service_p1 .swiper-pagination {
        margin-top: 20px;
    }

    .service .service_p2 .p2_txt {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 10px;
    }

    .service .service_p2 .p2_l,
    .service .service_p2 .p2_txt:nth-child(2) .p2_l {
        width: 100%;
        padding: 0;
    }

    .service .service_p3 {
        margin-top: 20px;
    }

    .service .service_p2 .p2_txt .p2_r {
        width: 100%;
    }

    .service .service_p3 .li_tit {
        padding: 10px;
    }

    .service .service_p3 .p3_li {
        margin-top: 10px;
    }

    .service .service_p3 .li_tit .li_pi {
        display: none;
    }

    .service .service_p4 {
        margin-top: 20px;
        margin-bottom: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .service .service_p4 .p4_cont {
        width: 92%;
    }

    .service .service_p4 .p4_list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service .service_p4 .p4_form {
        margin-top: 10px;
    }

    .service .service_p4 input {
        width: 100%;
        border-bottom: 2px solid;
    }

    .service .service_p4 .p4_z {
        width: 100%;
    }

    .service .service_p5 .p5_l {
        width: 100%;
    }

    .service .service_p5 .p5_txt {
        padding: 20px;
    }

    .btm_list {
        margin-top: 10px;
    }

    .news {
        padding: 20px 0;
    }

    .news .news_cont {
        padding: 20px;
    }

    .news .list1 {
        width: 100%;
        margin: 10px 0;
    }

    .news .content {
        margin-bottom: 0;
    }

    .news .box {
        padding: 10px;
    }

    .news_d {
        padding: 80px 0 30px;
    }

    .news_d .d_right {
        display: none;
    }

    .news_d .d_left {
        width: 100%;
        padding: 20px;
    }

    .news_d .d_left .l_deta {
        margin-top: 10px;
        padding-bottom: 8px;
        margin-bottom: 10px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .news_d .d_left .l_desc p {
        line-height: 20px;
    }

    .news_d .d_left .l_desc img {
        margin: 10px 0;
    }

    .news_d .d_left .l_list {
        margin-top: 10px;
        padding-top: 20px;
    }

    .news_d .d_left .l_list2 {
        display: none;
    }

    .news_d .d_left .l_tit {
        text-align: center;
    }

    .about .at_page1 {
        margin-top: 20px;
    }

    .about .page1_tit .page1_r {
        display: none;
    }

    .about .page1_tit .page1_l {
        padding-bottom: 10px;
    }

    .about .page1_tit {
        margin-bottom: 10px;
    }

    .about .at_page2 .page2_tit {
        display: none;
    }

    .about .at_page3 {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .about .at_desc {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .about .at_pager4 {
        padding: 20px 0 10px;
    }

    .about .at_pager4 .swiper_container2 {
        display: none;
    }

    .about .at_pager4 .swiper-pagination {
        position: static;
        margin-top: 10px;
    }

    .about .at_page5 {
        margin-top: 20px;
    }

    .about .at_page5 .page5_txt {
        margin-top: 10px;
    }

    .about .at_page5 .page5_btn {
        margin-top: 10px;
    }

    .about .at_page5 .swiper-pagination {
        margin: 0;
        white-space: nowrap;
    }

    .about .at_page5 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 6px;
    }

    .about .at_page5 .swiper-button-next,
    .about .at_page5 .swiper-button-prev {
        display: none;
    }

    .about .at_page6 {
        margin-top: 20px;
    }

    .about .at_page6 .page6_img {
        margin-top: 0;
    }
    
    .about .at_pager4 .s_right {
        width: 100%;
        margin: 10px 0;
    }

    .Contact .c_tit {
        margin-top: 20px;
    }

    .Contact .c_desc {
        margin-top: 10px;
    }

    .Contact .c_list {
        margin-top: 10px;
    }

    .Contact .c_list .list {
        padding: 10px;
    }

    .Contact .c_list .list:last-child {
        margin-bottom: 0;
    }

    .Contact .job_list .list1 .hide1 {
        padding: 20px;
    }

    .Contact .job_list .list1 .list1_t {
        padding: 10px;
    }

    .Contact .job_list .list1 .welfare {
        width: 100%;
    }

    .Contact .job_list .list1 .hide1 .button {
        float: left;
        margin-top: 10px;
    }

    .Contact .job_list .list1 .hide1 .hide_d {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .Contact .job_list .list1 .hide1 .hide_l {
        width: 100%;
        margin-top: 10px;
    }

    .Contact .job_list .list1 {
        margin-bottom: 10px;
    }

    .Contact .job_list .list1 .hide1 .hide_li {
        margin-bottom: 0;
    }

    .banner .banner_txt .banner_link {
        display: none;
    }

    .banner .banner_txt form {
        margin-top: 10px;
    }

    .banner .banner_txt input {
        padding: 6px 10px;
    }

    .service .service_p3 .p3_li .p3_hide {
        padding: 10px;
    }

    .service .service_p3 .p3_li .p3_hide p {
        line-height: 24px;
    }

    .about .at_page5 .at_desc::after {
        width: 78%;
    }

    .shop .shop_list .shop1 {
        width: 50%;
        margin-right: 0;
    }

    .shop .shop_list .shop1:nth-child(4n) {
        margin-right: 0;
    }

    .shop .shop_list .s_tit1 {
        margin: 4px 0;
    }

    .service #service_p1,
    .service #p2_txt1,
    .service #p2_txt2,
    .service #service_p3,
    .service #service_p5,
    .about #at_page1,
    .about #at_page2,
    .about #at_page3,
    .about #at_page4,
    .about #at_page6 {
        display: none;
    }
}

/* 网站地图 */
.article-page01 {
    /* margin-top: 80px; */
    background-color: #f9f9f9;
    padding: 120px 0 80px;
}

.article-page01.map {
    padding-top: 160px;
}

.article-page01 .wrap {
    padding: 50px 64px 80px;
    background-color: #fff;
    box-sizing: border-box;
}

.w-83 {
    width: 83%;
    margin: 0 auto;
    position: relative;
}

.article-page01 .title1 {
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
}

.article-page01 dl {
    margin-bottom: 40px;
    border: 1px solid #ccc;
    padding-bottom: 10px;
}

.article-page01 dl dt {
    background: #f8f8f8;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
}

.article-page01 dl dt a {
    color: #333;
    font-size: 16px;
}

.article-page01 dl dd {
    padding: 10px 10px 0 20px;
    display: inline-block;
    margin-right: 20px;
}

.article-page01 dl dd a {
    font-size: 14px;
    color: #666;
}

/* 隐私条款 */
.editor-detail {
    color: rgba(0, 0, 0, .65);
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}

.editor-detail strong {
    font-weight: bold !important;
}

.editor-detail p {
    color: rgba(0, 0, 0, .65);
    font-size: 15px;
    line-height: 2;
    text-align: justify;
    text-justify: inter-ideograph;
}

@media only screen and (max-width: 960px) {
    .article-page01 {
        padding: 0;
        margin-top: 0;
    }

    .article-page01 .wrap {
        width: 100%;
        padding: 80px 3% 0;
    }

    .article-page01.map {
        padding-top: 0;
    }
}</pre></body></html>