html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, textarea, button {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    outline: none;
    border-radius: 0;
}
html {
    font-family: Apple System, "SF Pro SC", "SF Pro Display",
    "Helvetica Neue", "Arial", "PingFang SC", "Hiragino Sans GB",
    "STHeiti", "Microsoft YaHei", "Microsoft JhengHei",
    "Source Han Sans SC", "Noto Sans CJK SC",
    "Source Han Sans CN", sans-serif;
    font-size: 15px;
    height: 100%;
    width: 100%;
}
body::-webkit-scrollbar {
    width: 5px;
}
body::-webkit-scrollbar-thumb {
    background-color: #b8bbc1;
    border: 1px solid rgba(184, 187, 193, 0.1);
    border-radius: 10px;
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: rgba(18, 20, 28, 0.7);
}
.clearfix:after {
    display: block;
    content: "";
    clear: both;
}
.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flexWrap {
    flex-wrap: wrap;
}
.flexRow {
    display: flex;
    flex-direction: row;
}
.flexCol {
    display: flex;
    flex-direction: column;
}
.disCent {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.no-margin-top {
    margin-top: 0!important;
}
.text-align-center {
    text-align: center;
}
.col-xs, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-offset-0, .col-xs-offset-1, .col-xs-offset-2, .col-xs-offset-3, .col-xs-offset-4, .col-xs-offset-5, .col-xs-offset-6, .col-xs-offset-7, .col-xs-offset-8, .col-xs-offset-9, .col-xs-offset-10, .col-xs-offset-11, .col-xs-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.col-xs {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}
.col-xs-1 {
    -ms-flex-preferred-size: 8.33333333%;
    flex-basis: 8.33333333%;
    max-width: 8.33333333%;
}
.col-xs-2 {
    -ms-flex-preferred-size: 16.66666667%;
    flex-basis: 16.66666667%;
    max-width: 16.66666667%;
}
.col-xs-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}
.col-xs-4 {
    -ms-flex-preferred-size: 33.33333333%;
    flex-basis: 33.33333333%;
    max-width: 33.33333333%;
}
.col-xs-5 {
    -ms-flex-preferred-size: 41.66666667%;
    flex-basis: 41.66666667%;
    max-width: 41.66666667%;
}
.col-xs-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}
.col-xs-7 {
    -ms-flex-preferred-size: 58.33333333%;
    flex-basis: 58.33333333%;
    max-width: 58.33333333%;
}
.col-xs-8 {
    -ms-flex-preferred-size: 66.66666667%;
    flex-basis: 66.66666667%;
    max-width: 66.66666667%;
}
.col-xs-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}
.col-xs-10 {
    -ms-flex-preferred-size: 83.33333333%;
    flex-basis: 83.33333333%;
    max-width: 83.33333333%;
}
.col-xs-11 {
    -ms-flex-preferred-size: 91.66666667%;
    flex-basis: 91.66666667%;
    max-width: 91.66666667%;
}
.col-xs-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start;
}
.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end;
}
.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.around-xs {
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}
.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
@media only screen and (min-width: 768px) {
    .container {
        width: 49rem;
    }
    .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-offset-0, .col-sm-offset-1, .col-sm-offset-2, .col-sm-offset-3, .col-sm-offset-4, .col-sm-offset-5, .col-sm-offset-6, .col-sm-offset-7, .col-sm-offset-8, .col-sm-offset-9, .col-sm-offset-10, .col-sm-offset-11, .col-sm-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .col-sm {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-sm-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-sm-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-sm-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-sm-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-sm-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-sm-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-sm-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-sm-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-sm-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-sm {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (min-width: 1024px) {
    .container {
        width: 65rem;
    }
    .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-offset-0, .col-md-offset-1, .col-md-offset-2, .col-md-offset-3, .col-md-offset-4, .col-md-offset-5, .col-md-offset-6, .col-md-offset-7, .col-md-offset-8, .col-md-offset-9, .col-md-offset-10, .col-md-offset-11, .col-md-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .col-md {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-md-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-md-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-md-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-md-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-md-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-md-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-md-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-md-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-md-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-md {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
@media only screen and (min-width: 1280px) {
    .container {
        width: 76rem;
    }
    .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-offset-0, .col-lg-offset-1, .col-lg-offset-2, .col-lg-offset-3, .col-lg-offset-4, .col-lg-offset-5, .col-lg-offset-6, .col-lg-offset-7, .col-lg-offset-8, .col-lg-offset-9, .col-lg-offset-10, .col-lg-offset-11, .col-lg-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        padding-right: 12px;
        padding-left: 12px;
    }
    .col-lg {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }
    .col-lg-1 {
        -ms-flex-preferred-size: 8.33333333%;
        flex-basis: 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-lg-2 {
        -ms-flex-preferred-size: 16.66666667%;
        flex-basis: 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-lg-3 {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex-preferred-size: 33.33333333%;
        flex-basis: 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-lg-5 {
        -ms-flex-preferred-size: 41.66666667%;
        flex-basis: 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-lg-6 {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex-preferred-size: 58.33333333%;
        flex-basis: 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-lg-8 {
        -ms-flex-preferred-size: 66.66666667%;
        flex-basis: 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-lg-9 {
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex-preferred-size: 83.33333333%;
        flex-basis: 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-lg-11 {
        -ms-flex-preferred-size: 91.66666667%;
        flex-basis: 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-lg-12 {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: start;
    }
    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }
    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        text-align: end;
    }
    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .around-lg {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}
#mac_wrap {
    overflow-x: hidden;
}
#about {
    overflow-x: hidden;
}
#news {
    overflow-x: hidden;
}
#cases {
    overflow-x: hidden;
}
#common_wrap {
    overflow-x: hidden;
}
.f-header-wrapper {
    height: 72px;
    width: 100%;
    position: absolute;
    z-index: 10000;
}
.f-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 72px;
    padding: 0 60px;
    width: 100%;
    z-index: 10000;
    /*cursor: pointer;*/
    -webkit-backdrop-filter: saturate(180%) blur(6px);
    backdrop-filter: saturate(180%) blur(6px);
    background-color: var(--header-background);
    /*background-color: rgba(255,255,255,0.4);*/
    position: fixed;
    top: 0px;
}
.f-header .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    z-index: 111;
}
.f-header .logo img {
    height: 45px;
}
.f-header .header-nav {
    position: relative;
    cursor: pointer;
}
.f-header .header-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(18, 20, 28, 0.7);
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 50%;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    z-index: 10000;
    height: 72px;
    line-height: 72px;
}
.f-header .header-ul:hover .header-li {
    opacity: 0.6;
}
.f-header .header-ul .header-li {
    font-size: 1rem;
    font-weight: 600;
    line-height: 72px;
    margin-left: 3.2rem;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    cursor: pointer;
}
.f-header .header-ul .header-li a {
    font-weight: 600;
    color: rgba(18, 20, 28, 0.7);
    cursor: pointer;
}
.f-header .header-ul .header-li:hover {
    opacity: 1;
    cursor: pointer;
}
.f-header .header-ul .header-li:first-child {
    margin-left: 0;
}
.f-header .header-ul .header-li .header-child-wrapper {
    position: absolute;
    top: 72px;
    width: 600px;
    box-sizing: content-box;
    left: -200px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 34px 20px 14px 20px;
    z-index: 99;
    border-radius: 4px;
    box-shadow: 0 0 24px rgba(0,0,0,0.1);
    display: none;
    line-height: 32px;
}
.f-header .header-ul .header-li.product-li .header-child-wrapper {
    left: -100px;
}
.f-header .header-ul .header-li .header-child-wrapper .header-child {
    width: 200px;
    box-sizing: border-box;
    padding: 0 0 10px 0;
}
.f-header .header-child-wrapper .header-child .header-title {
    font-size: 14px;
    color: rgba(18, 20, 28, 0.7);
    padding-bottom: 10px;
    position: relative;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 180px;
}
.f-header .header-child-wrapper .header-child .header-title:after {
    content: '';
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 36px;
    height: 2px;
    background: #fb6638;
}
.f-header .header-child-wrapper .header-child .header-desc {
    color: rgba(18, 20, 28, 0.4);
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 180px;
}
.f-header .header-ul .header-li:hover .header-child-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.header-wrapper {
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f9fbff));
    background: -webkit-linear-gradient(top, #ffffff 0%, #f9fbff 100%);
    background: -o-linear-gradient(top, #ffffff 0%, #f9fbff 100%);
    background: linear-gradient(180deg, #ffffff 0%, #f9fbff 100%);
    position: relative;
    height: calc(100vh - 200px);
    max-height: 800px;
    min-height: 600px;
}
.header-wrapper .header {
    height: 100%;
}
.header {
    border-bottom: 1px solid #F3F3F3;
}
.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -0.5rem;
    margin-left: -0.5rem;
}
.section-wrap {
    max-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 0 auto;
}
.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}
.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.banner .text-content {
    z-index: 1000;
}
.banner .banner-img {
    width: 100%;
}
.banner .banner-img img {
    width: 100%;
}
.f-title-h1 .title {
    font-size: 3.2rem;
    font-weight: 600;
    line-height: 1.5;
    color: rgba(18, 20, 28, 0.9);
}
.f-title-h1 .desc, .f-title-h1 .descPlus {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 0.8rem;
    color: rgba(18, 20, 28, 0.5);
    padding-right: 2.4rem;
}
.wave_bg {
    width: 2560px;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
}
.product-title-wrapper {
    padding-top: 60px;
}
#mac_wrap .product-title-wrapper {
    padding-top: 60px;
}
.f-title-h3 .title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    z-index: 1;
    color: rgba(18, 20, 28, 0.9);
}
.f-title-h3 .desc {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 6px;
    margin-bottom: 4.8rem;
    color: rgba(18, 20, 28, 0.5);
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}
.process-box {
    background: #F6F6F6;
    padding: 30px 0;
}
.process-box .step-box {
    height: 160px;
    border-right: 1px solid #ECECEC;
    padding-left: 25px;
}
.process-box .step-box:last-child {
    border-right: 0;
}
.process-box .process-step {
    color: #000000;
    font-size: 62px;
    position: relative;
    font-weight: 500;
}
.process-box .process-step .step-title {
    position: absolute;
    color: #000000;
    font-size: 18px;
    bottom: 8px;
    left: 35px;
    font-weight: normal;
    background: #F6F6F6;
}
.process-box .process-content .process-intro.en {
    color: #0b0205;
    font-size: 14px;
    margin: 0 0 15px;
}
.process-box .process-content .process-intro.ch {
    color: #666666;
    font-size: 14px;
    line-height: 20px;
}
/*底部*/
.f-footer {
    max-width: 1280px;
    padding: 0 60px 30px 60px;
    margin: 0 auto;
}
.f-footer .links {
    padding-top: 3.2rem;
    margin-bottom: 2.4rem;
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.5;
}
.f-footer .links .links-wrapper a{
    color: rgba(18, 20, 28, 0.3);
}
.f-footer .links .links-wrapper .right {
    display: block;
    float: right;
    cursor: pointer;
}
.f-footer .links .links-wrapper .right a:hover {
    color: rgba(18, 20, 28, 0.5);
}
@media only screen and (max-width: 1024px) {
    .f-footer {
        padding: 0 30px;
    }
    .f-footer .navs {
        padding-bottom: 0;
    }
    .f-footer .navs li {
        margin-bottom: 4rem;
    }
    .f-footer .links .links-wrapper .right {
        float: none;
    }
}
.company-info {
    width: 100%;
    color: #88898d;
    font-size: 1.13333rem;
    height: 1.6rem;
    line-height: 1.6rem;
    font-weight: 400;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.company-info .company-basic {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.company-info .company-address {
    margin-right: 3.46667rem;
}
.company-info a {
    color: #88898d;
}
.home-sections {
    width: 100%;
    margin: 0 auto;
}
.home-sections .section {
    width: 100%;
    margin: 0 auto 125px auto;
    position: relative;
}
.home-sections .section .scheme-desc {
    width: 34%;
}
.home-sections .section .scheme-desc .scheme-title {
    font-size: 2.4rem;
    line-height: 1.5;
    color: #323541;
    padding-bottom: 14px;
    font-weight: bold;
    margin: 0;
    text-align: left;
}
.home-sections .section .scheme-desc li {
    position: relative;
    cursor: pointer;
    min-height: 84px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 1.6rem;
    margin-left: -0.4rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.home-sections .section .scheme-desc li.active{
    background: #f9f9fb;
    border-radius: 12px;
}
.home-sections .section .scheme-desc li div {
    height: 100%;
}
.home-sections .section .scheme-desc li div p:first-child {
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2.1;
    color: rgba(18, 20, 28, 0.7);
}
.home-sections .section .scheme-desc li div p:last-child {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(18, 20, 28, 0.5);
    position: relative;
}
.home-sections .section .scheme-show-wrap {
    width: 60%;
    height: 385px;
}
.home-sections .section .scheme-show-wrap img {
    max-height: 100%;
    max-width: 100%;
}
/*首页 end*/
/*关于我们 start*/
#about .product-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 600px;
}
.header-wrapper.center {
    padding-top: 12rem;
}
.banner-icon {
    display: inline-block;
    margin-bottom: 1.2rem;
}
.banner-icon img {
    height: 72px;
}
#about .company-wrap {
    margin-top: 6.33333rem;
}
#about .company-wrap .title {
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1.5;
    color: rgba(18, 20, 28, 0.9);
}
#about .company-wrap h4.en {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    color: rgba(18, 20, 28, 0.5);
}
#about .company-wrap .company-intro {
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 1.8rem;
    color: rgba(18, 20, 28, 0.5);
}
#about .company-wrap .company-inv {
    padding-top: 1.8rem;
    padding-bottom: 8rem;
}
#about .company-wrap .company-img {
    width: 100%;
    margin: 0.5rem auto;
}
#about .company-wrap .company-img img {
    width: 100%;
    min-height: 364px;
    max-height: 364px;
    -webkit-box-shadow: 0px 4px 60px rgba(167, 167, 167, 0.1);
    box-shadow: 0px 4px 60px rgba(167, 167, 167, 0.1);
    object-fit: cover;
    object-position: center center;
}
#about .company-service {
    margin-top: 1.8rem;
}
#about .company-service .service-wrap {
    max-height: 230px;
    min-height: 230px;
    position: relative;
}
#about .company-service .service-wrap:first-child {
    padding-right: 30px;
}
#about .company-service .service-wrap:nth-child(2) {
    padding: 0 15px;
}
#about .company-service .service-wrap:last-child {
    padding-left: 30px;
}
#about .company-service .service-wrap .service-box {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    color: #fff;
    text-align: center;
    position: relative;
}
#about .company-service .service-wrap .service-bg {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
}
#about .company-service .service-wrap .service-box .service-title {
    color: #fff;
    margin-top: 76px;
    height: 28px;
    font-size: 30px;
    font-weight: 500;
    line-height: 28px;
    transition: all .5s ease-in-out;
}
#about .company-service .service-wrap .service-box .service-line {
    width: 53px;
    height: 1px;
    background: rgba(255,255,255,1);
    margin: 38px auto 0;
    transition: all .5s ease-in-out;
}
#about .company-service .service-wrap .service-box .service-desc {
    padding: 58px 23px;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    height: 113px;
    border-radius: 10px;
    transition: all .5s ease-in-out;
    position: absolute;
    top: 230px;
    left: 0;
}
#about .company-service .service-wrap:hover .service-bg {
    -webkit-filter: blur(1px);
    filter: blur(1px);
}
#about .company-service .service-wrap:hover .service-box .service-title, #about .company-service .service-wrap:hover .service-box .service-line {
    margin-top: -100px;
}
#about .company-service .service-wrap:hover .service-box .service-desc {
    top: 0;
}
/*关于我们 end*/
/*新闻中心 start*/
#news .news-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 600px;
}
#news .f-title-h1 .desc {
    padding-right: 0;
}
#news .news-category {
    width: 1160px;
    margin: 0 auto;
    justify-content: center;
    height: 86px;
    align-items: center;
}
#news .news-category div a {
    display: inline-block;
    font-size: 14px;
    color: #3B426B;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    margin: 0 10px;
    cursor: pointer;
}
#news .news-category div.active a {
    color: #fff7f5;
    background: #fb6638;
}
#news .news-wrap {
    width: 1160px;
    margin: 0 auto;
}
#news .news-wrap .news-item {
    width: 1160px;
    margin: 0 auto 32px;
    align-items: center;
    box-shadow: 2px 2px 20px rgba(63,130,231,.1);
    padding: 35px 40px;
    box-sizing: border-box;
}
#news .news-wrap .news-item img {
    width: 320px;
    height: 190px;
    border-radius: 4px;
    margin-right: 50px;
}
#news .news-wrap .news-item .news-title {
    font-size: 16px;
    color: rgba(18, 20, 28, 0.7);
    font-weight: 500;
}
#news .news-wrap .news-item .news-desc {
    font-size: 12px;
    color: rgba(18, 20, 28, 0.3);
    padding: 26px 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 650px;
}
.news-info .news-author {
    font-size: 12px;
    color: rgba(18, 20, 28, 0.3);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 650px;
}
.news-info .show-detail {
    background: #504C77;
    width: 86px;
    height: 24px;
    line-height: 24px;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
    margin-left: 40px;
    text-align: center;
}
#news .news-detail {
    max-width: 1280px;
    padding-left: 60px;
    padding-right: 60px;
    margin: 100px auto 0;
    min-height: calc(100vh - 240px);
}
#news .news-detail .title {
    font-size: 30px;
    font-weight: 500;
    color: rgba(18, 20, 28, 0.9);
    padding: 36px 0 24px 0;
}
#news .news-detail .news-msg {
    align-items: center;
    font-size: 14px;
    color: rgba(18, 20, 28, 0.5);
}
#news .news-detail .news-msg img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 16px;
}
#news .news-detail .news-content-wrap {
    justify-content: space-between;
    margin-top: 10px;
}
#news .news-detail .news-content{
    font-size: 14px;
    color: rgba(18, 20, 28, 0.7);
    line-height: 26px;
    padding-bottom: 50px;
}
#news .news-detail .news-content img {
    max-width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.breadcrumb {
    line-height: 66px;
    font-size: 14px;
    color: #333;
    border-bottom: 1px solid #eee;
}
.breadcrumb a {
    color: #333;
}
.breadcrumb span {
    margin: 0 10px;
}
/*新闻中心 end*/
/*案例中心 start*/
#cases .cases-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 600px;
}
#cases .f-title-h1 .desc {
    padding-right: 0;
}
#cases .cases-category {
    width: 1160px;
    margin: 0 auto;
    justify-content: center;
    height: 86px;
    align-items: center;
}
#cases .cases-category div a {
    display: inline-block;
    font-size: 14px;
    color: #3B426B;
    width: 88px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    margin: 0 10px;
    cursor: pointer;
}
#cases .cases-category div.active a {
    color: #fff7f5;
    background: #fb6638;
}
/*案例中心 end*/
/*其他单页公用 start*/
#common_wrap .common-title-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 600px;
}
/*其他单页公用 end*/
.img-wrapper {
    margin: 0 auto 120px;
}
.img-wrapper img {
    width: 100%;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 60px rgba(167, 167, 167, 0.1);
    box-shadow: 0px 4px 60px rgba(167, 167, 167, 0.1);
    border-radius: 16px;
}
.l-section1 .img-wrapper {
    margin-right: 2rem;
    margin-bottom: 0;
}
.l-section1 .img-wrapper img {
    width: 48px;
    height: 48px;
}
.l-section1 .text-wrapper {
    padding-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.l-section1 .text-wrapper .title {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 1.5;
    color: rgba(18, 20, 28, 0.7);
}
.l-section1 .text-wrapper .desc {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.8;
    margin-top: 9px;
    color: rgba(18, 20, 28, 0.5);
}