@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin: 0;
    padding: 0
}

html, body {
    position: relative
}

a {
    -webkit-tap-highlight-color: transparent;
    color: inherit;
    outline: none;
    text-decoration: none;
    color: #333
}

a:hover {
    color: initial
}

ul, li {
    list-style: none
}

img {
    border: 0;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto
}

table {
    border-collapse: collapse;
    width: 100%
}

input, button, textarea {
    border: none;
    font-size: 14px;
    outline: none;
    font-family: var(--font-family-0)
}

input[type='text'] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type='radio'] {
    -webkit-appearance: auto;
    -moz-appearance: auto;
    appearance: auto
}

input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor: pointer
}

.f-l {
    float: left
}

.f-r {
    float: right
}

.hide {
    overflow: hidden
}

.rel {
    position: relative
}

.clearfix {
    clear: both
}

.clearfix:after {
    clear: both;
    height: 0;
    content: "";
    line-height: 0;
    font-size: 0;
    zoom: 1;
    display: block
}

.middleCenter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    text-align: center;
    margin: auto
}

.indent2 {
    text-indent: 2em
}

div, p, span, i, em, a {
    white-space: inherit !important
}

.animated {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    will-change: transform, opacity
}

img {
    vertical-align: top
}

@-webkit-keyframes slideUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideUp2 {
    0% {
        opacity: 0;
        -webkit-transform: translateY(50%);
        transform: translateY(50%)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

.slideUp2 {
    -webkit-animation-name: slideUp2;
    animation-name: slideUp2
}

@-webkit-keyframes slideInDown2 {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes slideInDown2 {
    from {
        -webkit-transform: translate3d(0, -50px, 0);
        transform: translate3d(0, -50px, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.slideInDown2 {
    -webkit-animation-name: slideInDown2;
    animation-name: slideInDown2
}

@-webkit-keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInUp2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2
}

@-webkit-keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInLeft2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100px, 0, 0);
        transform: translate3d(-100px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2
}

@-webkit-keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight2 {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.fadeInRight2 {
    -webkit-animation-name: fadeInRight2;
    animation-name: fadeInRight2
}

.ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap !important
}

.ellipsis1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1
}

.ellipsis2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.ellipsis3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3
}

@font-face {
    font-family: 'Poppins-Regular';
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format("truetype"), url('../fonts/Poppins-Regular.otf'), url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Poppins-Bold';
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format("truetype"), url('../fonts/Poppins-Bold.otf'), url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Oswald-Regular';
    src: url('../fonts/Oswald-Regular.eot');
    src: local('Oswald Regular'), local('Oswald-Regular'), url('../fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Oswald-Regular.woff2') format('woff2'), url('../fonts/Oswald-Regular.woff') format('woff'), url('../fonts/Oswald-Regular.ttf') format('truetype'), url('../fonts/Oswald-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

:root {
    --font-family-0: 'Poppins-Regular', "PingFang SC", "Hiragino Sans GB", "Arial", "Helvetica", sans-serif;
    --font-family-P-B: 'Poppins-Bold';
    --font-family-O-B: 'Oswald-Regular';
    --main-color: #2319dc;
    --main-color-2: #00dbff;
    --orange-1: #ffa600;
    --red-1: #ef4444;
    --green-1: #7abc25;
    --border-radius-1: 1px;
    --border-radius-2: 2px;
    --border-radius-3: 3px;
    --border-radius-4: 4px;
    --border-radius-5: 5px;
    --border-radius-10: 10px
}

b {
    font-family: var(--font-family-3)
}

html, body {
    position: relative
}

html {
    font-size: 10px
}

@media screen and (min-width: 1920px) {
    html {
        font-size: 10px !important
    }
}

body {
    font-family: var(--font-family-0);
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background: #fff
}

.container {
    width: 90%;
    max-width: 1580px;
    margin-left: auto;
    margin-right: auto
}

@media screen and (max-width: 1440px) {
    .container {
        width: 100%;
        padding-left: 5vw;
        padding-right: 5vw
    }
}

.header {
    width: 100%;
    color: #0d0b30;
    font-size: 1.6rem;
    padding-left: 12rem;
    padding-right: 12rem;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    -webkit-transition: background .5s;
    transition: background .5s
}

.header a {
    color: #0d0b30
}

.header > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 15rem;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative
}

.header > .container:after {
    display: none
}

.header .logo {
    z-index: 1;
    height: 11rem;
    float: left;
    display: block;
    position: absolute;
    top: 2.4rem;
    left: 0;
    -webkit-transition: all .5s;
    transition: all .5s
}

.header .logo img {
    vertical-align: middle;
    position: relative
}

.header .logo .img-2 {
    display: none
}

.header .other {
    line-height: 4rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header .other .line {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 2rem;
    height: 2.4rem;
    width: 1px;
    background: #0d0b30
}

.header .searchBtn {
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 3.6rem;
    height: 3.6rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header .searchBtn .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 2.6rem;
    height: 2.6rem
}

.header .searchBtn .icon svg {
    width: 100%;
    height: 100%;
    fill: #0d0b30
}

.header .language {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 3.6rem;
    margin-left: .4rem;
    position: relative
}

.header .language > a {
    background: #171540;
    color: #fff;
    border-radius: 1.8rem;
    line-height: 3.6rem;
    height: 3.6rem;
    min-width: 8rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: top;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.header .language > a::after {
    content: "";
    display: block;
    width: 0;
    height: 0
}

.header .language .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem
}

.header .language .icon svg {
    width: 2.2rem;
    height: 2.2rem;
    fill: #fff
}

.header .language .arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1rem
}

.header .language .arrow svg {
    width: 1.8rem;
    height: 1.8rem;
    fill: #fff
}

.header .language .drop {
    opacity: 0;
    visibility: hidden;
    font-size: 1.6rem;
    background: #fff;
    width: 12rem;
    line-height: 4rem;
    text-align: center;
    border-radius: .5rem;
    padding: 1rem 0;
    -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: 999;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    margin-top: 1rem;
    display: none;
    -webkit-transition: .5s;
    transition: .5s;
    color: #333
}

.header .language .drop::after {
    content: "";
    border: .8rem solid transparent;
    border-bottom-color: #fff;
    width: 0;
    height: 0;
    margin: 0 auto;
    position: absolute;
    top: -1.6rem;
    left: 0;
    right: 0
}

.header .language .drop a {
    color: #333;
    display: block
}

.header .language .drop a:hover {
    background: #eee;
    color: #333;
    text-decoration: none
}

.header .language:hover .drop {
    opacity: 1;
    visibility: visible;
    display: block;
    margin-top: 0
}

.header.header-2 {
    position: -webkit-sticky;
    position: sticky;
    background: #fff;
    -webkit-box-shadow: 0 0 3.5rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3.5rem 0 rgba(0, 0, 0, 0.1)
}

.header.fixed {
    background: #fff;
    -webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.1);
    position: fixed;
    top: 0;
    left: 0
}

.header.fixed .logo {
    height: 7rem;
    top: 1rem
}

.header.fixed .common-nav .listNav > li > a {
    height: 9rem;
    padding-top: 3rem;
    padding-bottom: 3rem
}

.header .mask {
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: -1;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media screen and (max-width: 1023px) {
    .header {
        padding-left: 5vw;
        padding-right: 5vw;
        font-size: 14px
    }

    .header.fixed {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1)
    }

    .header a {
        color: #333
    }

    .header > .container {
        padding-left: 0;
        padding: 10px 0;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .logo {
        position: static;
        height: 30px;
        top: 15px
    }

    .header.fixed .logo {
        height: 30px
    }

    .header .searchBtn {
        display: none
    }

    .header .language {
        display: none
    }

    .header .common-btn {
        min-width: 100px;
        line-height: 30px;
        border-radius: 5px
    }
}

@media screen and (max-width: 768px) {
    .header .other {
        display: none
    }
}

.common-nav {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: top;
    text-align: right;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding-left: 2rem;
    position: relative
}

.common-nav .listNav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.common-nav .listNav > li {
    text-align: center;
    position: relative
}

.common-nav .listNav > li.li-static {
    position: static
}

.common-nav .listNav > li > a {
    -webkit-transition: .5s;
    transition: .5s;
    font-family: var(--font-family-P-B);
    font-size: 2rem;
    color: #22212f;
    height: 16rem;
    line-height: 3rem;
    padding: 6.5rem 3rem 6.5rem 3rem;
    z-index: 1;
    display: inline-block;
    position: relative;
    vertical-align: middle
}

.common-nav .listNav > li > a > span {
    display: block;
    overflow: hidden;
    height: 3rem;
    line-height: 3rem;
    position: relative
}

.common-nav .listNav > li > a > span::after {
    content: "";
    display: block;
    width: 0;
    height: 1px;
    background: #fff;
    position: absolute;
    margin: auto;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.common-nav .listNav > li > a .txt-1 {
    display: block;
    -webkit-transition: .5s;
    transition: .5s
}

.common-nav .listNav > li > a .txt-2 {
    display: block;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: .5s;
    transition: .5s
}

.common-nav .listNav > li:hover > a, .common-nav .listNav > li.active > a {
    color: var(--main-color)
}

.common-nav .listNav > li:hover > a > span::after, .common-nav .listNav > li.active > a > span::after {
    width: 100%
}

.common-nav .listNav > li:hover > a .txt-1, .common-nav .listNav > li.active > a .txt-1 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.common-nav .listNav > li:hover > a .txt-2, .common-nav .listNav > li.active > a .txt-2 {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%)
}

.common-nav .listNav > li:nth-child(2n) > .child {
    width: 32rem
}

.common-nav .listNav > li > .child {
    display: block;
    width: 28rem;
    text-align: left;
    position: absolute;
    z-index: 999;
    top: 10rem;
    left: 50%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(0) translateX(-50%);
    transform: scaleY(0) translateX(-50%);
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    color: #333
}

.common-nav .listNav > li > .child a {
    color: #333
}

.common-nav .listNav > li > .child > .list {
    padding: 2rem 2rem 2rem 2rem;
    background: #fafafa;
    border-radius: 1rem;
    position: relative
}

.common-nav .listNav > li > .child > .list a {
    width: 100%;
    display: block;
    color: #212121;
    font-size: 1.8rem;
    height: auto;
    line-height: 2.4rem;
    padding: 1rem 2.5rem;
    border-radius: 1rem;
    position: relative
}

.common-nav .listNav > li > .child > .list a:hover {
    text-decoration: none;
    background: #ebebeb;
    color: var(--main-color)
}

.common-nav .listNav > li > .child.show {
    display: block;
    -webkit-transform: scaleY(1) translateX(-50%);
    transform: scaleY(1) translateX(-50%)
}

@media screen and (max-width: 1023px) {
    .common-nav {
        display: none
    }
}

.common-btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 21.6rem;
    padding: 0 1rem;
    line-height: 6rem;
    border: .2rem var(--main-color) solid;
    border-radius: .5rem;
    font-size: 1.8rem;
    font-family: var(--font-family-P-B);
    color: var(--main-color);
    overflow: hidden;
    position: relative;
    z-index: 1
}

.common-btn::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: var(--main-color);
    opacity: .1;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.common-btn .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 1rem
}

.common-btn .icon svg {
    width: 1.4rem;
    height: 1.4rem
}

.common-btn:hover {
    color: var(--main-color)
}

.common-btn:hover::after {
    width: 100%
}

@media screen and (max-width: 1023px) {
    .common-btn {
        min-width: 120x;
        line-height: 40px;
        border: 2px var(--main-color) solid;
        border-radius: 5px;
        font-size: 16px;
        padding: 0 10px
    }

    .common-btn .icon {
        margin-left: 10px
    }

    .common-btn .icon svg {
        width: 14px;
        height: 14px
    }
}

.dingzhi {
    padding-top: 7rem;
    background-color: #e7f6fc;
    position: relative;
    z-index: 1
}

.dingzhi .container {
    background-image: linear-gradient(51deg, #2319dc 0, #00dbff 100%), linear-gradient(#08c3e2, #08c3e2);
    background-blend-mode: normal, normal;
    color: #fff;
    border-radius: 1rem;
    padding: 6rem 7rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.dingzhi .left {
    width: 40%
}

.dingzhi .right {
    width: 60%;
    padding-left: 4rem
}

.dingzhi .titleBig {
    font-size: 3.6rem;
    line-height: 4.2rem;
    font-family: var(--font-family-P-B)
}

.dingzhi .list-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1rem;
    margin-right: -1rem
}

.dingzhi .list-form li {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-bottom: 2rem
}

.dingzhi .list-form li:last-child {
    padding-bottom: 0
}

.dingzhi .list-form .col-2 {
    width: 50%
}

.dingzhi .list-form .box {
    display: block;
    position: relative
}

.dingzhi .list-form .xh {
    color: #f00
}

.dingzhi .list-form .title-form {
    padding-left: 2rem;
    font-size: 1.6rem;
    color: #333;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.dingzhi .list-form input[type="text"] {
    height: 6rem;
    line-height: 6rem;
    border-radius: 1rem;
    padding: 0 2rem 0 11rem;
    width: 100%
}

.dingzhi .list-form li:nth-child(1) input[type="text"], .dingzhi .list-form li:nth-child(3) input[type="text"] {
    padding-left: 12rem
}

.dingzhi .list-form li:nth-child(2) input[type="text"] {
    padding-left: 14rem
}
.dingzhi .list-form .submitBtn {
    overflow: hidden;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    vertical-align: top;
    min-width: 42rem;
    line-height: 6rem;
    background: #000;
    color: #fff;
    font-size: 1.8rem;
    border-radius: 1rem;
    text-align: center;
    position: relative;
    z-index: 1
}

.dingzhi .list-form .submitBtn::before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    background: var(--main-color-2);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -webkit-transition: width .5s;
    transition: width .5s
}

.dingzhi .list-form .submitBtn .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-left: 1rem
}

.dingzhi .list-form .submitBtn .icon svg {
    width: 2rem;
    height: 2rem;
    fill: #fff
}

.dingzhi .list-form .submitBtn:hover::before {
    width: 100%
}

@media screen and (max-width: 1023px) {
    .dingzhi {
        margin-bottom: 0;
        padding-top: 0;
        padding-left: 0;
        padding-right: 0
    }

    .dingzhi > .container {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .dingzhi .left {
        width: 100%;
        text-align: center;
        margin-bottom: 30px
    }

    .dingzhi .left .btnDiv {
        padding-top: 20px
    }

    .dingzhi .left .btnDiv a {
        line-height: 50px;
        min-width: 160px;
        border-radius: 25px;
        padding: 0 10px
    }

    .dingzhi .left .btnDiv svg {
        width: 18px;
        height: 18px;
        margin-left: 10px
    }

    .dingzhi .right {
        width: 100%;
        padding-left: 0
    }

    .dingzhi .titleBig {
        font-size: 24px;
        line-height: 1.5
    }

    .dingzhi .list-form {
        margin-left: -10px;
        margin-right: -10px
    }

    .dingzhi .list-form li {
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 20px
    }

    .dingzhi .list-form li:last-child {
        padding-bottom: 0
    }

    .dingzhi .list-form .col-2 {
        width: 50%
    }

    .dingzhi .list-form .title-form {
        padding-left: 10px;
        font-size: 14px
    }

    .dingzhi .list-form input[type="text"] {
        height: 40px;
        line-height: 60px;
        border-radius: 5px;
        padding: 0 2rem 0 84px;
        width: 100%
    }

    .dingzhi .list-form li:nth-child(1) input[type="text"], .dingzhi .list-form li:nth-child(3) input[type="text"] {
        padding-left: 56px
    }

    .dingzhi .list-form .btnDiv {
        padding-top: 0
    }

    .dingzhi .list-form .submitBtn {
        width: 100%;
        min-width: 120px;
        line-height: 50px;
        font-size: 16px;
        border-radius: 10px
    }

    .dingzhi .list-form .submitBtn .icon {
        margin-left: 10px
    }

    .dingzhi .list-form .submitBtn .icon svg {
        width: 16px;
        height: 16px
    }
}

@media screen and (max-width: 768px) {
    .dingzhi .list-form .col-2 {
        width: 100%
    }
}

.footer {
    background-color: #e7f6fc;
    font-size: 2rem;
    color: #2c2c2c;
    background-repeat: repeat;
    background-position: center bottom;
    background-size: cover;
    position: relative;
    z-index: 9
}

.footer > .container {
    width: 100%;
    max-width: 100%;
    padding-left: 12rem;
    padding-right: 12rem
}

.footer .con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.footer a {
    color: #2c2c2c;
    -webkit-transition: all .5s;
    transition: all .5s
}

.footer a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.footer img {
    vertical-align: top
}

.footer .left {
    width: 33%;
    min-height: 100%;
    padding-top: 5rem;
    padding-bottom: 3rem
}

.footer .left .btnDiv {
    padding-top: 3rem
}

.footer .left .btnDiv a {
    color: var(--main-color);
    font-size: 1.8rem
}

.footer .footer-lxfs {
    font-size: 1.8rem
}

.footer .logo {
    height: 12rem;
    margin-bottom: 4.5rem
}

.footer .p-1 {
    font-size: 2rem;
    line-height: 3.4rem;
    margin-bottom: 1.8rem;
    padding-left: 4.4rem;
    position: relative
}

.footer .p-1 .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.4rem;
    height: 3.4rem;
    border: 1px var(--main-color) solid;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.footer .p-1 .icon img {
    width: 1.6rem;
    height: 1.6rem
}

.footer .p-1:last-child {
    margin-bottom: 0
}

.footer .right {
    width: 67%;
    min-height: 100%
}

.footer .menu {
    min-height: 100%;
    border-left: 1px rgba(160, 160, 160, 0.13) solid
}

.footer .menu > .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer .menu > .list > li {
    float: left;
    min-height: 58rem;
    width: 25%;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-top: 7rem;
    padding-bottom: 3rem;
    border-right: 1px rgba(160, 160, 160, 0.13) solid;
    position: relative
}

.footer .menu > .list > li > a {
    display: inline-block;
    text-align: left;
    font-size: 1.8rem;
    margin-bottom: 3rem;
    font-weight: 700
}

.footer .menu > .list > li > a:hover {
    color: var(--main-color)
}

.footer .menu .child {
    position: relative
}

.footer .menu .child a {
    font-size: 1.8rem;
    display: block;
    line-height: 2.4rem;
    -webkit-transition: all .5s;
    transition: all .5s;
    padding: .6rem 0;
    position: relative;
    color: #3c3c3c
}

.footer .menu .child a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.footer .link {
    width: 100%;
    padding-top: 6rem
}

@media screen and (max-width: 1023px) {
    .footer {
        font-size: 14px;
        padding-top: 30px
    }

    .footer .menu {
        padding-top: 20px;
        display: none
    }

    .footer .left {
        width: 100%;
        padding-bottom: 30px;
        border-bottom: 1px rgba(255, 255, 255, 0.1) solid
    }

    .footer .left .btnDiv {
        padding-top: 20px
    }

    .footer .left .btnDiv a {
        font-size: 18px;
        min-width: 220px
    }

    .footer .logo {
        height: 40px;
        margin-bottom: 20px
    }

    .footer .p-1 {
        font-size: 14px;
        line-height: 30px;
        padding-left: 40px;
        margin-bottom: 10px
    }

    .footer .p-1 .icon {
        width: 30px;
        height: 30px
    }

    .footer .p-1 .icon img {
        width: 16px;
        height: 16px
    }

    .footer .right {
        width: 100%;
        padding-top: 20px;
        display: none
    }
}

.copyright {
    line-height: 1.5;
    font-size: 1.8rem;
    color: rgba(0, 0, 0, 0.7);
    border-top: 1px rgba(160, 160, 160, 0.13) solid
}

.copyright .container {
    width: 100%;
    max-width: 100%
}

.copyright .container {
    width: 100%;
    max-width: 100%;
    padding-left: 12rem;
    padding-right: 12rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem
}

.copyright .returnTop {
    float: right;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.copyright .returnTop .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    border-radius: 50%;
    border: 1px #858585 solid;
    color: #858585;
    margin-left: 1rem
}

.copyright .returnTop:hover {
    opacity: .8
}

.copyright .returnTop:hover .icon {
    background: var(--main-color);
    color: #fff;
    border-color: var(--main-color)
}

@media screen and (max-width: 1023px) {
    .copyright {
        font-size: 14px;
        line-height: 1.5;
        text-align: left
    }

    .copyright .container {
        overflow: hidden;
        padding-top: 20px;
        padding-bottom: 20px
    }

    .copyright .span-1 {
        margin-left: 0;
        margin-right: 0
    }

    .copyright .returnTop .icon {
        width: 22px;
        height: 22px;
        margin-right: 10px
    }
}

.floatRight {
    width: 60px;
    font-size: 24px;
    position: fixed;
    z-index: 999;
    right: 0;
    bottom: 40px;
    -webkit-transition: .5s;
    transition: .5s
}

.floatRight .list li {
    padding-bottom: 2px
}

.floatRight .list .box {
    width: 260px;
    -webkit-transition: .5s;
    transition: .5s;
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.floatRight .list .box:hover .icon {
    background: linear-gradient(-51deg, #352dc3, #3ae1fc)
}

.floatRight .list .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: linear-gradient(51deg, #352dc3, #3ae1fc)
}

.floatRight .list .icon img {
    width: 24px;
    height: 24px
}

.floatRight .list .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: calc(100% - 60px);
    font-family: var(--font-family-P-B);
    background: #2b2c30;
    line-height: 60px;
    text-align: center;
    color: #fff
}

.floatRight .hoverLi .box:hover {
    -webkit-transform: translateX(-200px);
    transform: translateX(-200px)
}

@media screen and (max-width: 1023px) {
    .floatRight {
        display: none
    }
}

.navPhoneBtn {
    display: inline-block;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    z-index: 11;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 36px;
    text-align: right;
    display: none
}

.navPhoneBtn span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 5px;
    position: relative;
    background: var(--main-color);
    border-radius: 3px;
    z-index: 1;
    -webkit-transform-origin: 20px;
    transform-origin: 20px;
    -webkit-transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, width .5s, -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1);
    transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s, transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1), -webkit-transform .5s cubic-bezier(.77, .2, .05, 1)
}

.navPhoneBtn span:nth-last-child(2) {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s ease;
    transition: width .5s ease
}

.navPhoneBtn span:last-child {
    margin-bottom: 0
}

.navPhoneBtn.close, .navPhoneBtn.closeMember {
    opacity: 1;
    z-index: 10
}

.navPhoneBtn.close span, .navPhoneBtn.closeMember span {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.navPhoneBtn.close span:nth-last-child(3), .navPhoneBtn.closeMember span:nth-last-child(3) {
    opacity: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.navPhoneBtn.close span:nth-last-child(2), .navPhoneBtn.closeMember span:nth-last-child(2) {
    width: 0;
    opacity: 0;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: width .5s;
    transition: width .5s
}

.navPhoneBtn.close span:last-child, .navPhoneBtn.closeMember span:last-child {
    margin-bottom: 0
}

@media screen and (max-width: 1023px) {
    .navPhoneBtn {
        display: block
    }
}

.common-navM .transparent {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    display: none
}

.common-navM .navMCon {
    background-color: #f3f3f3;
    width: 80%;
    min-width: 140px;
    max-width: 440px;
    height: 100%;
    border-left: 1px rgba(0, 0, 0, 0.1) solid;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 2;
    position: fixed;
    z-index: 9999;
    top: 0;
    bottom: 0;
    right: auto;
    left: -100%;
    -webkit-transition: all .5s;
    transition: all .5s
}

.common-navM .navMWrap {
    overflow-y: auto;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.common-navM.open .transparent {
    display: block
}

.common-navM.open .closeBtn {
    display: none
}

.common-navM.open .navMCon {
    left: 0
}

.common-navM .closeBtn {
    display: none;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: var(--main-color);
    color: #fff;
    position: absolute;
    z-index: 999;
    right: -40px;
    top: 0
}

.common-navM .closeBtn:before, .common-navM .closeBtn:after {
    content: "";
    display: block;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.common-navM .closeBtn:before {
    width: 15px;
    height: 1px
}

.common-navM .closeBtn:after {
    width: 1px;
    height: 15px
}

.common-navM .titleBig {
    text-align: center;
    padding: 10px 0;
    display: none
}

.common-navM .navMWrap > .list em {
    font-style: initial
}

.common-navM .navMWrap > .list .title {
    padding: 10px 0 10px 10px;
    text-indent: 0;
    border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
    position: relative
}

.common-navM .navMWrap > .list .title .icon {
    width: 40px;
    height: 40px;
    margin: auto;
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.common-navM .navMWrap > .list .title .icon:before, .common-navM .navMWrap > .list .title .icon:after {
    content: "";
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.common-navM .navMWrap > .list .title .icon:before {
    width: 10px;
    height: 10px;
    border-top: 1px #aaa solid;
    border-right: 1px #aaa solid
}

.common-navM .navMWrap > .list .title em {
    font-style: initial
}

.common-navM .navMWrap > .list .has .title .icon {
    display: block
}

.common-navM .navMWrap > .list .active > .title .icon:before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.common-navM .navMWrap > .list > li > .title {
    font-weight: 700;
    font-size: 14px
}

.common-navM .navMWrap > .list > li > .child > .list > li {
    text-indent: 24px;
    font-size: 14px
}

.common-navM .navMWrap > .list > li > .child > .list > li > .child {
    font-size: 14px
}

.common-navM .navMWrap > .list > li > .child > .list > li > .child .title {
    padding-left: 20px
}

.common-navM .navMWrap > .list > li > .child > .list > li > .title {
    padding-left: 20px;
    position: relative
}

.common-navM .navMWrap > .list > li > .child > .list > li > .title:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--main-color);
    position: absolute;
    top: 26px;
    left: 10px
}

.common-navM .navMWrap > .list .tb {
    width: 20px;
    height: 20px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 7px;
    left: 0
}

.common-navM .child {
    padding: 0 0 20px 0;
    display: none;
    position: relative
}

.common-navM .child a {
    color: #666;
    display: block;
    line-height: 28px;
    padding: 5px 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    position: relative
}

.common-navM .child a:hover {
    color: #000;
    margin-left: 10px
}

.common-navM .mSearch {
    padding: 10px 0;
    text-align: left;
    overflow: hidden;
    border-bottom: #f3f3f3 1px solid;
    position: relative
}

.common-navM .mSearch .btn {
    width: 26px;
    height: 26px;
    font-size: 0;
    padding: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 10px
}

.common-navM .mSearch .btn .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
    vertical-align: top
}

.common-navM .mSearch input {
    height: 40px;
    line-height: 38px;
    border: 0;
    vertical-align: middle;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    color: #333;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
    transition: all .4s cubic-bezier(.11393, .8644, .14684, 1);
    opacity: 1;
    width: 100%;
    padding: 5px 40px 5px 15px;
    border-radius: 2px;
    font-size: 14px;
    background-color: #fff;
    position: static;
    left: 0;
    right: 0
}

.common-navM .other {
    padding: 10px
}

.common-navM .read {
    padding-top: 10px;
    padding-bottom: 10px
}

.common-navM .read .btn-1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 5px;
    line-height: 40px;
    height: 40px;
    border-radius: 5px;
    background: -webkit-gradient(linear, left top, right top, from(#bf2d32), to(#a61f24));
    background: linear-gradient(to right, #bf2d32, #a61f24);
    color: #fff;
    text-align: center;
    font-size: 16px;
    position: relative
}

.common-navM .read .btn-1 .icon-1 {
    width: 30px;
    height: 30px;
    margin-left: 5px
}

.common-navM .read .btn-1 .icon-2 {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #fff url(../images/icon/arrow-right-1.png) no-repeat center center;
    background-size: 20px;
    margin-left: 20px
}

.common-navM .languageBtn {
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-column-gap: 0;
    column-gap: 0
}

.common-navM .languageBtn > div {
    width: auto
}

.common-navM .languageBtn .col-2 {
    width: 50%
}

.common-navM .languageBtn .col-3 {
    width: 33.33333333%
}

.common-navM .languageBtn .col-4 {
    width: 25%
}

.common-navM .languageBtn .col-5 {
    width: 20%
}

.common-navM .languageBtn .col-6 {
    width: 16.66666667%
}

.common-navM .languageBtn a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    border: 1px #eee solid;
    margin-right: -1px;
    margin-top: -1px;
    background: #fff
}

#searchPopup {
    height: 100%;
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    display: none;
    z-index: 9999
}

#searchPopup .transparent {
    display: none;
    position: fixed;
    z-index: 9;
    top: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

#searchPopup .searchBox {
    color: #fff;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: -1;
    top: 100px;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    top: 40%
}

#searchPopup .searchBox.fadeIn {
    top: 50%;
    opacity: 1;
    z-index: 999
}

#searchPopup .searchBox .container {
    width: 40%;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    text-align: right
}

#searchPopup .searchBox input {
    border-radius: 5px;
    background: #fff;
    color: #333;
    width: 100%;
    padding: 0 10px;
    font-size: 14px;
    height: 60px;
    line-height: 58px;
    -webkit-transition: .5s;
    transition: .5s
}

#searchPopup .searchBox input:focus {
    color: #000;
    -webkit-box-shadow: 0 0 0 1px var(--main-color) inset;
    box-shadow: 0 0 0 1px var(--main-color) inset
}

#searchPopup .searchBox .btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    height: 60px;
    width: 60px;
    background: var(--main-color);
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#searchPopup .searchBox .btn svg {
    width: 24px;
    height: 24px;
    fill: #fff
}

#searchPopup .searchBox .btn:hover {
    opacity: .8
}

#searchPopup .searchBox .close {
    display: none
}

#searchPopup .searchBox2.fadeIn {
    top: 95px
}

@media screen and (max-width: 1023px) {
    #searchPopup .searchBox .container {
        width: 100%
    }

    #searchPopup .searchBox input {
        width: 100%
    }

    #searchPopup .searchBox .btn {
        right: 15px
    }

    #searchPopup .searchBox .btn svg {
        width: 24px;
        height: 24px
    }
}

.common-title-1 {
    text-transform: uppercase;
    color: #000;
    font-size: 4.2rem;
    font-family: var(--font-family-P-B);
    line-height: 1;
    text-align: center
}

.common-title-1.alignLeft {
    text-align: left
}

@media screen and (max-width: 1023px) {
    .common-title-1 {
        font-size: 24px
    }
}

.common-title-2 {
    text-transform: uppercase;
    color: #333;
    font-size: 4.2rem;
    font-family: var(--font-family-P-B);
    line-height: 1;
    border-bottom: 1px #e0e0e0 solid;
    padding-bottom: 4rem
}

@media screen and (max-width: 1023px) {
    .common-title-2 {
        font-size: 24px;
        padding-bottom: 20px
    }
}

.common-bread {
    text-align: left;
    font-weight: 400;
    color: #666;
    font-size: 1.6rem;
    line-height: 4rem;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.common-bread a {
    color: #666
}

.common-bread a:hover {
    color: var(--main-color);
    text-decoration: underline
}

.common-bread .icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 2rem;
    height: 2rem;
    vertical-align: top;
    margin: 1rem .5rem 1rem 0;
    -webkit-transform: translateY(-0.2rem);
    transform: translateY(-0.2rem)
}

.common-bread .icon svg {
    width: 100%;
    height: 100%;
    vertical-align: top;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

@media screen and (max-width: 1023px) {
    .common-bread {
        padding-top: 20px;
        padding-bottom: 20px;
        line-height: 20px;
        font-size: 14px;
        text-align: left
    }

    .common-bread .icon {
        width: 20px;
        height: 20px;
        vertical-align: top;
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px)
    }
}

.common-page {
    clear: both;
    text-align: center;
    font-size: 0;
    font-family: arial;
    line-height: 16px
}

.common-page em {
    font-style: normal;
    font-size: 14px;
    line-height: 38px;
    vertical-align: middle
}

.common-page a, .common-page span {
    color: #333;
    display: inline-block;
    text-align: center;
    background: #f7f7f7;
    font-size: 22px;
    min-width: 48px;
    line-height: 48px;
    height: 48px;
    border-radius: 5px;
    margin: 0 5px;
    padding: 0 0;
    vertical-align: middle
}

.common-page a svg, .common-page span svg {
    fill: #333;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
    margin-left: 5px;
    width: 12px;
    height: 12px
}

.common-page a.cur, .common-page span.cur, .common-page a.active, .common-page span.active, .common-page a:hover, .common-page span:hover {
    -webkit-box-shadow: 0 0 0 1px #fff;
    box-shadow: 0 0 0 1px #fff;
    background-color: var(--main-color);
    color: #fff
}

.common-page a.cur svg, .common-page span.cur svg, .common-page a.active svg, .common-page span.active svg, .common-page a:hover svg, .common-page span:hover svg {
    color: #fff
}

.common-page a.prev, .common-page span.prev, .common-page a.next, .common-page span.next {
    padding-left: 20px;
    padding-right: 20px;
    background: none
}

.common-page a.prev:hover, .common-page span.prev:hover, .common-page a.next:hover, .common-page span.next:hover {
    color: var(--main-color)
}

.common-page a.prev:hover svg, .common-page span.prev:hover svg, .common-page a.next:hover svg, .common-page span.next:hover svg {
    fill: var(--main-color)
}

@media screen and (max-width: 1023px) {
    .common-page a, .common-page span {
        display: none
    }

    .common-page .prev, .common-page .next {
        display: inline-block
    }
}

.videoPopup {
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0
}

.videoPopup.show {
    display: block
}

.videoPopup .maskPopup {
    display: block;
    position: fixed;
    z-index: 9;
    top: 0;
    margin: auto;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

.videoPopup .videoPopupCon {
    width: 100%;
    height: 100%;
    text-align: center;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.videoPopup .videoPopupWrap {
    width: auto;
    max-width: 90vw;
    max-height: 90vh;
    padding: 0;
    margin: auto;
    vertical-align: top
}

.videoPopup .con {
    width: auto;
    height: 100%;
    position: relative;
    z-index: 100
}

.videoPopup iframe {
    width: 100% !important;
    height: 100% !important
}

.videoPopup video {
    width: 100%;
    height: auto;
    max-width: 90vw;
    max-height: 90vh;
    vertical-align: top
}

.videoPopup .closeBtn {
    cursor: pointer;
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: var(--main-color);
    color: #fff;
    position: absolute;
    z-index: 9999;
    right: 0;
    top: 0
}

.videoPopup .closeBtn:before, .videoPopup .closeBtn:after {
    content: "";
    display: block;
    background: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.videoPopup .closeBtn:before {
    width: 25px;
    height: 1px
}

.videoPopup .closeBtn:after {
    width: 1px;
    height: 25px
}

@media screen and (max-width: 1023px) {
    .videoPopup .videoPopupWrap {
        width: 100%
    }

    .videoPopup .closeBtn {
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px
    }

    .videoPopup .closeBtn:before {
        width: 17px;
        height: 1px
    }

    .videoPopup .closeBtn:after {
        width: 1px;
        height: 17px
    }
}

.listProduct {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -1.2rem;
    margin-right: -1.3rem
}

.listProduct li {
    width: 33.33333333%;
    padding: 0 1.3rem 2.5rem 1.2rem
}

.listProduct .box {
    display: block;
    background: #f2f8fd;
    position: relative
}

.listProduct .box::after {
    content: "";
    display: block;
    background-image: linear-gradient(51deg, #2319dc 0, #00dbff 100%), linear-gradient(#08c3e2, #08c3e2);
    background-blend-mode: normal, normal;
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    z-index: 1;
    top: 0;
    left: 0;
    -webkit-transition: .5s;
    transition: .5s
}

.listProduct .fangdaIcon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 7rem;
    height: 7rem;
    border-radius: 50%;
    border: 1px rgba(255, 255, 255, 0.1) solid;
    position: absolute;
    z-index: 9;
    top: 40%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
    -webkit-transition: .5s;
    transition: .5s
}

.listProduct .fangdaIcon svg {
    width: 3rem;
    height: 3rem;
    fill: #fff
}

.listProduct .text {
    position: relative;
    z-index: 9
}

.listProduct .pic {
    overflow: hidden;
    position: relative;
    margin-bottom: 2rem
}

.listProduct .pic::after {
    content: "";
    display: block;
    padding-top: 80%
}

.listProduct .pic img {
    -webkit-transition: .5s;
    transition: .5s
}

.listProduct .text {
    padding: 0 2.5rem 4rem 2.5rem;
    -webkit-transition: .5s;
    transition: .5s
}

.listProduct .title {
    font-family: var(--font-family-P-B);
    font-size: 2rem;
    line-height: 2.8rem;
    height: 5.6rem;
    color: #333;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.listProduct .info {
    border-top: 1px #c6c6c6 solid;
    padding-top: 1.5rem;
    margin-top: 1.5rem
}

.listProduct .infoC {
    color: #333;
    font-size: 1.8rem;
    line-height: 3rem;
    height: 6rem;
    margin-bottom: 3rem;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2
}

.listProduct .btnDiv > a, .listProduct .btnDiv > span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 4.8rem;
    height: 4.8rem;
    border: .2rem var(--main-color) solid;
    border-radius: .5rem;
    color: var(--main-color)
}

.listProduct .btnDiv > a svg, .listProduct .btnDiv > span svg {
    width: 1.6rem;
    height: 1.6rem
}

.listProduct .box:hover::after {
    opacity: .82
}

.listProduct .box:hover .text {
    z-index: 9;
    -webkit-transform: translateY(4.8rem);
    transform: translateY(4.8rem)
}

.listProduct .box:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.listProduct .box:hover .fangdaIcon {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1)
}

.listProduct .box:hover .title {
    color: #fff
}

.listProduct .box:hover .infoC {
    color: #fff
}

.listProduct .box:hover .btnDiv {
    opacity: 0
}

@media screen and (max-width: 1023px) {
    .listProduct {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -12px;
        margin-right: -13px
    }

    .listProduct li {
        width: 33.33333333%;
        padding: 0 13px 25px 12px
    }

    .listProduct .text {
        padding: 0 15px 30px 15px
    }

    .listProduct .title {
        font-size: 18px;
        line-height: 24px;
        height: 48px
    }

    .listProduct .info {
        border-top: 1px #c6c6c6 solid;
        padding-top: 15px;
        margin-top: 15px
    }

    .listProduct .infoC {
        font-size: 14px;
        line-height: 24px;
        height: initial;
        max-height: 48px;
        margin-bottom: 20px
    }

    .listProduct .btnDiv > a, .listProduct .btnDiv > span {
        width: 32px;
        height: 32px;
        border: 2px var(--main-color) solid;
        border-radius: 5px
    }

    .listProduct .btnDiv > a svg, .listProduct .btnDiv > span svg {
        width: 12px;
        height: 12px
    }

    .listProduct .box:hover::after {
        display: none
    }

    .listProduct .box:hover .text {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .listProduct .box:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }

    .listProduct .box:hover .title {
        color: #333
    }

    .listProduct .box:hover .infoC {
        color: #333
    }

    .listProduct .box:hover .btnDiv {
        opacity: 1
    }
}

@media screen and (max-width: 415px) {
    .listProduct li {
        width: 100%
    }

    .listProduct .title {
        height: auto
    }
}