@charset "utf-8";

@font-face {
    font-family: Microsoft JhengHei;
    src: url("../fonts/msjh.ttc") format("ttc");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Microsoft JhengHei Light;
    src: url("../fonts/msjhl.ttc") format("ttc");
}
/* Microsoft JhengHei, */
html,body {
    width: 100%;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-box-sizing: border-box;
    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);
}
body {
    margin: 0;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "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';
}
@-ms-viewport {
    width: device-width;
}

/* @font-face {
    font-family: "Bebas";
    src: url("../fonts/bebas-webfont.woff2") format("woff2"), url("../fonts/bebas-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}

*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

[tabindex='-1']:focus {
    outline: none !important;
}

hr {
    -webkit-box-sizing: content-box;
    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;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 0;
}

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::-ms-clear,
input::-ms-reveal {
    display: none;
}

input[type='text'],
input[type='password'],
input[type='number'],
textarea {
    -webkit-appearance: none;
}

ol,
ul,
dl {
    margin: 0;
    padding: 0;
}

dt {
    font-weight: 500;
}

dd {
    margin-bottom: 0;
    margin-left: 0;
}

li {
    list-style: none;
}

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;
    -o-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;
    max-width: 100%;
}

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;
    outline: none;
}

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'] {
    -webkit-box-sizing: border-box;
    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: #004EA2;
}
::selection {
    color: #fff;
    background: #004EA2;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix {
    clear: both;
}
.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;
    -o-text-overflow: ellipsis;
    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;
}
.just-betw {
    justify-content: space-between;
}
.align-start {
    align-items: flex-start;
}
.align-end {
    align-items: flex-end;
}
.just-cen {
    justify-content: center;
}
.just-end{
    justify-content: flex-end;
}
.overflow-hidden {
    overflow: hidden;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
    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;
}

hr {
    margin-top: 16px;
    margin-bottom: 16px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#app {
    opacity: 0;
    -webkit-transition: opacity .4s;
    -o-transition: opacity .4s;
    transition: opacity .4s;
}
#app.ready {
    opacity: 1;
}
.center {
    text-align: center;
}
#pageMain {
    overflow: hidden;
}
.page-main {
    padding-top: 0;
}
.page-main.notop {
    padding-top: 0;
}
.page-pd {
    padding: 108px 0 60px;
}
.c-imghover {
    overflow: hidden;
}
.c-imghover .c-imghover-item {
    -webkit-transition: -webkit-transform .4s ease-out;
    transition: -webkit-transform .4s ease-out;
    -o-transition: transform .4s ease-out;
    transition: transform .4s ease-out;
    transition: transform .4s ease-out, -webkit-transform .4s ease-out;
}

@media only screen and (min-width: 961px) {
    .c-imghover:hover .c-imghover-item {
        -webkit-transition: -webkit-transform 1.2s ease-out;
        transition: -webkit-transform 1.2s ease-out;
        -o-transition: 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);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}
.maxwidth {
    width: 92%;
    max-width: 1560px;
    margin: 0 auto;
}
.f56{
    font-size: 44px;
    line-height: 1;
}
.f48 {
    font-size: 42px;
    line-height: 1.2;
}
.f44{
    font-size: 40px;
    line-height: 1.2;
}
.f36 {
    font-size: 32px;
    line-height: 1.2;
}
.f34 {
    font-size: 30px;
}
.f32 {
    font-size: 28px;
}
.h1 {
    font-size: 28px;
}
.h2 {
    font-size: 26px;
}
.h3 {
    font-size: 22px;
}
.h4 {
    font-size: 18px;
}
.h5 {
    font-size: 16px;
}
/* .h6 {
    font-size: 16px;
} */
.fcff {
    color: #fff;
}
.fc33 {
    color: #333;
}
.fc66 {
    color: #666;
}
.fc04{
    color: #004EA2;
}
.fc99 {
    color: #999;
}
.fl225 {
    line-height: 2.25;
}
.fl2 {
    line-height: 2;
}
.fl1875 {
    line-height: 1.875;
}
.fl172 {
    line-height: 1.72;
}
.fw600 {
    font-weight: 600;
}
.mt25 {
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt40 {
    margin-top: 40px;
}
.mt60 {
    margin-top: 60px;
}
.mt80{
    margin-top: 70px;
}
.pt45 {
    padding-top: 45px;
}
.pt60 {
    padding-top: 60px;
}
.pt80 {
    padding-top: 70px;
}
.pb80 {
    padding-bottom: 70px;
}
.pt90{
    padding-top: 80px;
}
.pb90{
    padding-bottom: 80px;
}
.pb120{
    padding-bottom: 100px;
}
.pb60 {
    padding-bottom: 60px;
}
.none {
    display: none !important;
}
.scroll_top {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #004EA2;
    transition: all .4s;
}
.scroll_top.show {
    transform: translateX(0);
    opacity: 1;
}



.floating{ 
    position:fixed; 
    right: 0;
    width: 50px; 
    z-index:9;
    top: 50%;
    transform: translateY(-50%);
}
.floating li{ 
    float: left;
    width: 50px;
    position: relative;
    margin-bottom: 2px;
}
.floating li .float_item{ 
    display: flex;
    align-items: center;
    width: 50px;
    justify-content: center;
    height: 50px;
    background-color: #004EA2;
    background-repeat: no-repeat;
    background-position: center;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    position: relative;
    z-index: 2;
}
.floating li .float_hidd{
    background: #fff;
    color: #333;
    text-align: left;
    position: absolute;
    right: 55px;
    z-index: -1;
    overflow: hidden;
    top: 0;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #ccc;
    padding: 12px 0;
    box-sizing: border-box;
    font-size: 14px;
    text-align: center;
    transition: all .4s;
    width: 0;
    opacity: 0;
    visibility: hidden;
}
.floating li .float_hidd .float_link{
    color: #333;
    display: block;
    line-height: 28px;
}
.float_ewm{
   margin: 10px 0 5px;
}
.float_ewm .tit{
    margin-top: 5px;
}
.float_ewm_item{
    max-width: 90px;
}
.floating li:hover .float_item{ 
    background-color:#004EA2;
}

.floating li:hover .float_hidd{
    opacity: 1;
    visibility: visible;
    width: 135px;
}

















.bg {
    position: relative;
    overflow: hidden;
}
.bg-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    max-width: 10000px;
    transition: all .4s;
}
.bgccc {
    background: #cccccc !important;
}
.page_desc{
    margin-top: 5px;
}

.qui_btn_df{
    margin-top: 60px;
}

.bd15{
    border-radius: 15px;
}
/* 资质荣誉弹框 */
.tech-tk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .68);
    z-index: 999;
    display: none;
}
.tech-tk.active {
    display: block;
}
.tech-tk-box {
    display: inline-block;
    background: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 24px;
    max-width: 800px;
    width: 92%;
}
.tech-tk-img {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.tech-tk-img .img{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 450px;
}
.tech-tk-img .img img{
    max-width: 100%;
    max-height: 100%;
}
.tech-tk-img .desc{
    margin-top: 15px;
}
.techclose {
    margin-left: auto;
    display: block;
    width: 17px;
}
.techclose img {
    transition: all .4s;
}
.techclose img:hover {
    transform: rotate(360deg);
}
.about_pg03 .img{
    width: 15.8%;
    height: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    margin-right: 1.04%;
    margin-top: 20px;
    overflow: hidden;
    padding: 15px;
    box-sizing: border-box;
}
.about_pg03 .img:nth-child(6n){
    margin-right: 0;
}
.about_pg03 .img img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all .4s;
}
.about_pg03 .img:hover img{
    transform: scale(1.08);
}
::-webkit-input-placeholder {
    color: #666;
}
:-moz-placeholder {
    color: #666;
}
::-moz-placeholder {
    color: #666;
}
:-ms-input-placeholder {
    color: #666;
}

/* 暂无数据 */
.adds_lists_notab {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 60px 0;
    box-sizing: border-box;
}
/* 暂无图片 */
.bg_adviceimg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f1f1f1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    color: #cccccc;
    font-weight: 600;
}
.bg_adviceimg img {
    max-width: 50px;
}
/* 暂无信息 */
.nodata-layer {
    background: #FFFFFF;
}
.lists-hide {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 80px 0;
    box-sizing: border-box;
}
.lists-hide img {
    margin-bottom: 25px;
}
.submit_btn{
    background: #004EA2!important;
    height: 44px!important;
    line-height: 44px!important;
}
@media only screen and (max-width: 1366px) {
    .pb90 {
        padding-bottom: 80px;
    }
    .pt90 {
        padding-top: 80px;
    }
}
@media only screen and (max-width: 1280px) {
    .qui_btn_df {
        margin-top: 45px;
    }
    .about_pg03 .img{
        height: 110px;
    }
}
@media only screen and (max-width: 1240px) {
    .pb90 {
        padding-bottom: 70px;
    }
    .pt90 {
        padding-top: 70px;
    }
    .mt80 {
        margin-top: 70px;
    }
    .mt60 {
        margin-top: 50px;
    }
}
@media only screen and (max-width: 1200px) {
    .mt55 {
        margin-top: 45px;
    }
    .mt60 {
        margin-top: 50px;
    }
    .pb80 {
        padding-bottom: 60px;
    }
    .pt80 {
        padding-top: 60px;
    }
    .pb90 {
        padding-bottom: 60px;
    }
    .pt90 {
        padding-top: 60px;
    }
    .mt80 {
        margin-top: 60px;
    }
}
@media only screen and (max-width:1140px) {
    .f56{
        font-size: 38px;
    }
}
@media only screen and (max-width: 1043px) {
    .mt80 {
        margin-top: 50px;
    }
    .pt90 {
        padding-top: 50px;
    }
    .pb90 {
        padding-bottom: 50px;
    }
    .mt55 {
        margin-top: 40px;
    }
    .f56{
        font-size: 36px;
        line-height: 1;
    }
    .f48 {
        font-size: 34px;
        line-height: 1.2;
    }
    .f44{
        font-size: 32px;
        line-height: 1.2;
    }
    .f36 {
        font-size: 30px;
    }
    .f34 {
        font-size: 28px;
    }
    .f32 {
        font-size: 26px;
    }
    .h1 {
        font-size: 26px;
    }
    .h2 {
        font-size: 24px;
    }
    .h3 {
        font-size: 20px;
    }
    .qui_btn_df {
        margin-top: 30px;
    }
    .about_pg03 .img {
        height: 100px;
        padding: 10px;
    }
}
@media only screen and (max-width: 1024px) {
    .f56{
        font-size: 34px;
    } 
    .f48 {
        font-size: 32px;
    }
    .about_pg03 .img {
        height: 95px;
        padding: 10px;
        width: 23.5%;
        margin-right: 2%;
    }
    .about_pg03 .img:nth-child(6n){
        margin-right: 2%;
    }
    .about_pg03 .img:nth-child(4n){
        margin-right: 0;
    }
}
@media only screen and (max-width: 960px) {
    .f56{
        font-size: 34px;
        line-height: 1;
    }
    .f48 {
        font-size: 32px;
        line-height: 1.2;
    }
    .f44{
        font-size: 30px;
        line-height: 1.2;
    }
    .f36 {
        font-size: 28px;
        line-height: 1.2;
    }
    .f34 {
        font-size: 26px;
    }
    .f32 {
        font-size: 24px;
    }
    .h1 {
        font-size: 24px;
    }
    .h2 {
        font-size: 22px;
    }
    .h3 {
        font-size: 20px;
    }
    .h4 {
        font-size: 17px;
    }
}
@media only screen and (max-width: 768px) {
    .qui_btn_df{
       margin-top: 25px;
    }
}
@media only screen and (max-width: 640px) {
    .fl2 {
        line-height: 1.875;
    }
    .f56{
        font-size: 22px;
    }
    .f44 {
        font-size: 22px;
    }
    .f36 {
        font-size: 22px;
    }
    .f34 {
        font-size: 20px;
    }
    .f32 {
        font-size: 20px;
    }
    .h1 {
        font-size: 20px;
    }
    .h2 {
        font-size: 18px;
    }
    .h3 {
        font-size: 17px;
    }
    .h4 {
        font-size: 16px;
    }
    .h5 {
        font-size: 14px;
    }
    .h6 {
        font-size: 14px;
    }
    .mt30 {
        margin-top: 25px;
    }
    .pt45 {
        padding-top: 30px;
    }
    .mt55 {
        margin-top: 25px;
    }
    .mt60 {
        margin-top: 25px;
    }
    .pt60 {
        padding-top: 30px;
    }
    .pb80 {
        padding-bottom: 35px;
    }
    .pt80 {
        padding-top: 25px;
    }
    .pb60 {
        padding-bottom: 30px;
    }
    .pt90 {
        padding-top: 30px;
    }
    .pb90 {
        padding-bottom: 30px;
    }
    .mt80 {
        margin-top: 25px;
    }
    .about_pg03 .img {
        height: 80px;
        width: 49%;
        margin-right: 2%;
        margin-top: 10px;
    }
    .about_pg03 .img:nth-child(4n){
        margin-right: 2%;
    }
    .about_pg03 .img:nth-child(2n){
        margin-right: 0;
    }
}
.nav-toggle-list {
    cursor: pointer;
}
.nav-toggle-list span {
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    border-radius: 1px;
    border-radius: 1.5px;
    display: block;
}
.nav-toggle-list span:first-of-type {
    top: 0;
}
.nav-toggle-list span:nth-child(2) {
    opacity: 1;
    margin-top: 8px;
}
.nav-toggle-list span:nth-child(3) {
    width: 15px;
    margin-top: 8px;
}
.item-r a {
    margin-right: 10px;
}
.item-r a:last-child {
    margin-right: 0;
}
 .phonenav {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background: #ffffff;
    display: none;
}
.phonenav a {
    display: block;
    text-align: left;
    font-size: 16px;
    line-height: 50px;
    border-bottom: 1px dashed #d2bfaf;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    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;
    -o-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;
    -o-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;
    -o-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;
    -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
}
.mbnav .header {
    background-color: #234497;
}
.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);
    -ms-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;
    -o-text-overflow: ellipsis;
    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);
    -ms-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%);
    -ms-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;
    -o-transition: opacity 0.3s, visibility 0.3s, 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%);
    -ms-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;
    -o-text-overflow: ellipsis;
    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);
    -ms-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);
    }
}
@media only screen and (max-width: 1024px) {
    .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);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
    body.mbNavOpen .page-header {
        -webkit-transform: translateX(-240px);
        -ms-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;
        -o-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%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
    }
}