@charset "utf-8";

:root {
    --color: #0056b7;
    --color2: #0056b7;
    --vh: 100vh
}

@font-face {
    font-family: "font-md";
    src: url("../fonts/MiSans-Demibold.woff2") format("woff2"),
        url("../fonts/MiSans-Demibold.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "font-ml";
    src: url("../fonts/MiSans-Light.woff2") format("woff2"),
        url("../fonts/MiSans-Light.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "font-mm";
    src: url("../fonts/MiSans-Medium.woff2") format("woff2"),
        url("../fonts/MiSans-Medium.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "font-mr";
    src: url("../fonts/MiSans-Regular.woff2") format("woff2"),
        url("../fonts/MiSans-Regular.woff") format("woff");
    font-display: swap
}

@font-face {
    font-family: "font-ms";
    src: url("../fonts/MiSans-Semibold.woff2") format("woff2"),
        url("../fonts/MiSans-Semibold.woff") format("woff");
    font-display: swap
}

.font-md {
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.font-ml {
    font-family: 'font-ml', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.font-mm {
    font-family: 'font-mm', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.font-mr {
    font-family: 'font-mr', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.font-ms {
    font-family: 'font-ms', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

* {
    padding: 0;
    margin: 0;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

@-moz-document url-prefix() {
    * {
        scrollbar-width: thin
    }
}

* ::-webkit-scrollbar {
    width: 5px;
    height: 5px
}

* ::-webkit-scrollbar-thumb {
    border-radius: 3px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    background: var(--color)
}

* ::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    background: #ededed
}

html {
    font-size: calc(100vw/19.2);
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

@media (min-width: 1901px) {
    html {
        font-size: 100px
    }
}

@media (max-width: 1580px) {
    html {
        font-size: 66px
    }
}

@media (max-width: 767px) {
    html {
        font-size: 50px
    }
}

body {
    min-height: 100%;
    font-family: 'font-mr', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.625;
    color: #000;
    background: #fff
}

@media (max-width: 1580px) {
    body {
        font-size: 14px
    }
}

img {
    max-width: 100%;
    border: 0;
    vertical-align: top
}

video,
video:focus {
    display: block;
    font-size: 0;
    border: 0;
    outline: none
}

li {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal
}

a {
    color: inherit
}

a,
a:hover,
a:focus {
    text-decoration: none
}

input,
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

button {
    cursor: pointer
}

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

textarea {
    resize: none;
    overflow: auto
}

input,
button,
textarea,
select {
    border: 0;
    font-family: inherit;
    font-style: inherit;
    font-size: inherit;
    font-weight: normal;
    color: inherit;
    background: transparent
}

select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

select::-ms-expand {
    display: none
}

table {
    border-collapse: collapse
}

/*svg:not(.no-inherit) path,*/
/*svg:not(.no-inherit) rect,*/
/*svg:not(.no-inherit) circle*/
/* {*/
/*     fill: currentColor !important; */
/*    opacity: 1 !important*/
/*}*/

picture,
section,
main {
    display: block
}

.fl {
    float: left
}

.fr {
    float: right
}

.clear {
    zoom: 1
}

.clear:after {
    content: '';
    display: block;
    clear: both
}

.container {
    margin: 0 auto;
    width: 90%;
    max-width: 1600px
}

.bg-color1 {
    background-color: #fff
}

@media (max-width: 767px) {
    .padding {
        padding-top: 60px !important;
        padding-bottom: 60px !important
    }

    .padding-top {
        padding-top: 60px !important
    }

    .padding-bottom {
        padding-bottom: 60px !important
    }
}

@media (max-width: 767px) {
    .ico32 {
        width: 32px !important;
        height: 32px !important
    }

    .ico24 {
        width: 24px !important;
        height: 24px !important
    }

    .ico16 {
        width: 16px !important;
        height: 16px !important
    }

    .ico12 {
        width: 12px !important;
        height: 12px !important
    }
}

@media (max-width: 767px) {
    .radius8 {
        border-radius: 8px !important
    }

    .radius4 {
        border-radius: 4px !important
    }
}

.font12 {
    font-size: 12px;
    line-height: calc(22/12)
}

.font14 {
    font-size: 14px;
    line-height: calc(24/14)
}

.font16 {
    font-size: 16px;
    line-height: calc(26/16)
}

.font18 {
    font-size: 18px;
    line-height: calc(26/18)
}

.font20 {
    font-size: 20px;
    line-height: calc(30/20)
}

.font22 {
    font-size: 22px;
    line-height: calc(32/22)
}

.font24 {
    font-size: 24px;
    line-height: calc(34/24)
}

.font26 {
    font-size: 26px;
    line-height: calc(36/26)
}

.font28 {
    font-size: 28px;
    line-height: calc(38/28)
}

.font30 {
    font-size: 30px;
    line-height: calc(40/30)
}

.font32 {
    font-size: 32px;
    line-height: calc(42/32)
}

.font34 {
    font-size: 34px;
    line-height: calc(44/34)
}

.font36 {
    font-size: 36px;
    line-height: calc(46/36)
}

.font38 {
    font-size: 38px;
    line-height: calc(48/38)
}

.font40 {
    font-size: 40px;
    line-height: calc(50/40)
}

.font42 {
    font-size: 42px;
    line-height: calc(52/42)
}

.font44 {
    font-size: 44px;
    line-height: calc(54/44)
}

.font46 {
    font-size: 46px;
    line-height: calc(56/46)
}

.font48 {
    font-size: 48px;
    line-height: calc(58/48)
}

.font50 {
    font-size: 50px;
    line-height: calc(60/50)
}

.font52 {
    font-size: 52px;
    line-height: calc(62/52)
}

.font54 {
    font-size: 54px;
    line-height: calc(64/54)
}

.font56 {
    font-size: 56px;
    line-height: calc(66/56)
}

.font58 {
    font-size: 58px;
    line-height: calc(68/58)
}

@media (max-width: 1580px) {
    .font16 {
        font-size: 14px
    }

    .font18,
    .font20 {
        font-size: 16px
    }

    .font22,
    .font24,
    .font26,
    .font28 {
        font-size: 18px
    }

    .font30,
    .font32,
    .font34,
    .font36,
    .font38 {
        font-size: 24px
    }

    .font40,
    .font42,
    .font44,
    .font46,
    .font48 {
        font-size: 36px
    }

    .font50,
    .font52,
    .font54,
    .font56,
    .font58 {
        font-size: 40px
    }
}

@media (max-width: 991px) {

    .font30,
    .font32,
    .font34,
    .font36,
    .font38 {
        font-size: 20px
    }

    .font40,
    .font42,
    .font44,
    .font46,
    .font48 {
        font-size: 28px
    }

    .font50,
    .font52,
    .font54,
    .font56,
    .font58 {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    .font12 {
        font-size: 10px;
        line-height: calc(15/10)
    }

    .font14 {
        font-size: 12px;
        line-height: calc(18/12)
    }

    .font16 {
        font-size: 14px;
        line-height: calc(21/14)
    }

    .font18,
    .font20 {
        font-size: 16px;
        line-height: calc(24/16)
    }

    .font22,
    .font24,
    .font26,
    .font28 {
        font-size: 18px;
        line-height: calc(27/18)
    }

    .font30,
    .font32,
    .font34,
    .font36,
    .font38 {
        font-size: 20px;
        line-height: calc(30/20)
    }

    .font40,
    .font42,
    .font44,
    .font46,
    .font48 {
        font-size: 24px;
        line-height: calc(34/24)
    }

    .font50,
    .font52,
    .font54,
    .font56,
    .font58 {
        font-size: 32px;
        line-height: calc(42/32)
    }
}

.font-l {
    font-weight: 300
}

.font-r {
    font-weight: 400
}

.font-m {
    font-weight: 500
}

.font-s {
    font-weight: 600
}

.font-b {
    font-weight: 700
}

.public-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;
    height: 54px;
    border-radius: 27px;
    border: 1px solid #fff;
    background: #fff;
    color: #000;
    cursor: pointer;
    transition: all .4s
}

.public-btn.style2 {
    border-color: #fff;
    color: #fff;
    background: transparent
}

.public-btn.style3 {
    border-color: var(--color2);
    color: var(--color2);
    background: transparent
}

.public-btn.style3 .c-ico {
    background: #fff
}

.public-btn.style4 {
    border-color: #fff;
    color: #fff;
    background: transparent
}

.public-btn.style4 .c-ico {
    background: #fff;
    color: var(--color2)
}

@media (max-width: 1580px) {
    .public-btn {
        padding: 0 15px;
        height: 40px;
        border-radius: 20px
    }
}

.public-btn .c-ico {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 -16px 0 .25rem;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    background: var(--color);
    transition: all .4s;
    overflow: hidden
}

@media (max-width: 1580px) {
    .public-btn .c-ico {
        margin: 0 -8px 0 10px;
        width: 22px;
        height: 22px
    }
}

.public-btn .c-ico .c-svg {
    width: 12px;
    height: 12px
}

.public-btn:hover {
    color: #fff;
    background: var(--color);
    border-color: var(--color)
}

.public-btn:hover .c-ico {
    background: #fff;
    color: var(--color)
}

.public-btn:hover .c-ico .c-svg {
    animation: arrow .4s
}

.public-img {
    display: block;
    position: relative;
    z-index: 1;
    overflow: hidden
}

.public-img::before {
    content: "";
    display: block;
    position: relative;
    z-index: 0;
    padding-top: 100%
}

.public-img>img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .8s
}

.public-next,
.public-prev {
    margin-top: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    transition: .4s;
    color: #fff;
    background: rgba(255, 255, 255, 0.3);
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.public-next.swiper-button-lock,
.public-prev.swiper-button-lock {
    display: none
}

.public-next::after,
.public-prev::after {
    display: none
}

.public-next .c-svg,
.public-prev .c-svg {
    width: 38%;
    height: 38%
}

.public-next:hover,
.public-prev:hover {
    opacity: 1;
    background: #fff;
    color: var(--color)
}

.public-prev {
    transform: translateY(-50%) rotate(180deg)
}

.public-prev2,
.public-prev2 {
    border: 1px solid #0056b7;
    color: #0056b7
}

.public-prev2:hover,
.public-prev2:hover {
    border-color: #ddd;
    color: #ddd
}

.public-content {
    color: #666;
    line-height: calc(26/16)
}

@media (max-width: 991px) {
    .public-content {
        font-size: 14px;
        line-height: 1.5
    }

    .public-content * {
        font-size: 14px !important
    }
}

.public-content * {
    max-width: 100% !important;
    white-space: wrap !important
}

.public-content a {
    color: var(--color)
}

.public-content a:hover {
    text-decoration: underline
}

.public-content table {
    width: 100%
}

.public-content table td,
.public-content table th {
    padding: 10px 15px;
    border: 1px solid #ddd
}

.public-content ul,
.public-content ol {
    padding-left: revert
}

.public-content li {
    list-style: revert
}

.public-content dd {
    margin-left: revert
}

.public-content img,
.public-content video,
.public-content iframe {
    max-width: 100%;
    height: auto !important
}

.public-content h1,
.public-content h2,
.public-content h3,
.public-content h4,
.public-content h5,
.public-content h6 {
    color: #000;
    font-weight: revert
}

.public-content h1:nth-child(1),
.public-content h2:nth-child(1),
.public-content h3:nth-child(1),
.public-content h4:nth-child(1),
.public-content h5:nth-child(1),
.public-content h6:nth-child(1) {
    margin-top: 0
}

.public-content h1 {
    font-size: 1.75em
}

.public-content h2 {
    font-size: 1.5em
}

.public-content h3 {
    font-size: 1.25em
}

.public-content h4 {
    font-size: 1em
}

.public-content h5 {
    font-size: .875em
}

.public-content h6 {
    font-size: .75em
}

@media (max-width: 1580px) {
    .public-content h1 {
        font-size: 1.857em
    }

    .public-content h2 {
        font-size: 1.571em
    }

    .public-content h3 {
        font-size: 1.286em
    }

    .public-content h4 {
        font-size: 1em
    }

    .public-content h5 {
        font-size: .857em
    }

    .public-content h6 {
        font-size: .714em
    }
}

@media (max-width: 991px) {
    .public-content h1 {
        font-size: 1.571em !important
    }

    .public-content h2 {
        font-size: 1.429em !important
    }

    .public-content h3 {
        font-size: 1.286em !important
    }

    .public-content h4 {
        font-size: 1em !important
    }

    .public-content h5 {
        font-size: .857em !important
    }

    .public-content h6 {
        font-size: .714em !important
    }

    .public-content h1 *,
    .public-content h2 *,
    .public-content h3 *,
    .public-content h4 *,
    .public-content h5 *,
    .public-content h6 * {
        font-size: inherit !important
    }
}

.public-title {
    text-align: center
}

.public-title .c-title {
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.public-title .c-text {
    margin-top: .2rem;
    color: #777
}

.public-title .c-text span {
    color: #000
}

.public-title .public-btn {
    margin-top: .3rem
}

@keyframes width100 {
    0% {
        width: 0%
    }

    100% {
        width: 100%
    }
}

@keyframes width0 {
    0% {
        width: 100%
    }

    100% {
        width: 0%
    }
}

@keyframes arrow {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(250%)
    }

    51% {
        transform: translateX(-250%)
    }

    100% {
        transform: translateX(0)
    }
}

#c-placeholder {
    height: 112px
}

@media (max-width: 991px) {
    #c-placeholder {
        height: 72px
    }
}

.c-head-move #c-header {
    top: -112px
}

@media (max-width: 991px) {
    .c-head-move #c-header {
        top: -80px
    }
}

.c-open #c-header a {
    color: var(--color2)
}

.c-open #c-header .c-top {
    border-color: rgba(0, 0, 0, 0.1)
}

#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    border-bottom: 1px solid transparent;
    text-align: center;
    color: #fff;
    transition: .4s
}

#c-header a {
    color: #fff;
    transition: .4s
}

#c-header .c-right-box {
    display: flex;
    align-items: center
}

#c-header.c-style3 {
    color: var(--color2)
}

#c-header.c-style3 a {
    color: var(--color2)
}

#c-header.c-style3 .c-nav>li>.c-title-box {
    color: var(--color2)
}

#c-header.c-style3 .c-logo .c-img-box img {
    display: none
}

#c-header.c-style3 .c-logo .c-img-box img:nth-child(2) {
    display: block
}

#c-header.c-style3 .c-gn form {
    color: var(--color2)
}

#c-header.c-style3 .c-gn .c-language {
    color: var(--color2)
}

#c-header.c-style3 .c-switch i {
    background: var(--color2)
}

#c-header.c-style2 {
    color: var(--color2);
    background: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05)
}

#c-header.c-style2 .c-top {
    border-color: rgba(0, 0, 0, 0.1);
    background-color: #0056b7
}

#c-header.c-style2 .c-top .container .c-list li a {
    color: #fff
}

#c-header.c-style2 .c-top .container .c-list li .c-language .c-ico-text {
    color: #fff
}

#c-header.c-style2 a {
    color: var(--color2)
}

#c-header .c-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1)
}

#c-header .c-top .container {
    display: flex;
    justify-content: flex-end;
    line-height: 30px
}

#c-header .c-top .container .c-list {
    display: flex;
    align-items: center
}

#c-header .c-top .container .c-list li {
    position: relative;
    padding: 0 .2rem
}

#c-header .c-top .container .c-list li:last-child {
    padding-right: 0
}

@media (max-width: 991px) {
    #c-header .c-top .container .c-list li:last-child {
        display: none
    }
}

@media (max-width: 991px) {
    #c-header .c-top .container .c-list li:nth-last-child(2) {
        padding-right: 0
    }
}

#c-header .c-top .container .c-list li:nth-child(1)::before,
#c-header .c-top .container .c-list li:nth-child(2)::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    height: 1em;
    border-left: 1px solid #fff;
    transform: translateY(-50%)
}

#c-header .c-top .container .c-list li a {
    display: flex;
    align-items: center
}

#c-header .c-top .container .c-list li a:hover {
    color: var(--color)
}

#c-header .c-top .container .c-list li a .c-svg {
    margin-right: 5px;
    width: 14px;
    height: 14px
}

#c-header .c-top .container .c-list li .c-language {
    position: relative
}

@media (max-width: 991px) {
    #c-header .c-top .container .c-list li .c-language {
        display: none
    }
}

#c-header .c-top .container .c-list li .c-language .c-ico-text {
    display: flex;
    align-items: center;
    cursor: pointer
}

#c-header .c-top .container .c-list li .c-language .c-ico-text span {
    margin-left: 5px;
    transition: all .4s
}

#c-header .c-top .container .c-list li .c-language .c-ico-text img,
#c-header .c-top .container .c-list li .c-language .c-ico-text svg {
    width: 14px;
    height: 14px;
    transition: .4s;
    vertical-align: middle
}

#c-header .c-top .container .c-list li .c-language .c-ico-text img:nth-child(3),
#c-header .c-top .container .c-list li .c-language .c-ico-text svg:nth-child(3) {
    width: 14px;
    height: 14px;
    transform: rotate(90deg)
}

#c-header .c-top .container .c-list li .c-language .c-pop {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    padding: 10px;
    min-width: 100px;
    line-height: 40px;
    background: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px
}

#c-header .c-top .container .c-list li .c-language .c-pop a {
    display: block;
    padding: 0 20px;
    color: var(--color2);
    border-radius: 5px
}

#c-header .c-top .container .c-list li .c-language .c-pop a:hover {
    color: var(--color);
    background: #f8f9fc
}

#c-header .c-top .container .c-list li .c-language:hover .c-ico-text {
    color: var(--color)
}

#c-header .c-top .container .c-list li .c-language:hover .c-ico-text svg {
    color: var(--color)
}

#c-header .c-bottom>.container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    line-height: 80px
}

@media (max-width: 991px) {
    #c-header .c-bottom>.container {
        height: 40px;
        line-height: 40px
    }
}

#c-header .c-bottom>.container .c-right-box {
    padding-left: 1rem;
    width: 100%;
    justify-content: space-between
}

@media (max-width: 1260px) {
    #c-header .c-bottom>.container .c-right-box {
        padding-left: 50px
    }
}

@media (max-width: 991px) {
    #c-header .c-bottom>.container .c-right-box {
        padding-left: 20px;
        justify-content: flex-end
    }
}

#c-header .c-logo {
    display: flex;
    align-items: center;
    flex-shrink: 0
}

#c-header .c-logo .c-img-box {
    display: flex;
    align-items: center;
    position: relative
}

#c-header .c-logo .c-img-box img {
    height: 40px;
    transition: all .4s
}

@media (max-width: 991px) {
    #c-header .c-logo .c-img-box img {
        height: 20px
    }
}

#c-header .c-logo .c-img-box img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0
}

#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
    opacity: 0
}

#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
    opacity: 1
}

#c-header .c-switch {
    position: relative;
    display: none;
    width: 24px;
    height: 20px;
    cursor: pointer
}

@media (max-width: 991px) {
    #c-header .c-switch {
        display: block
    }
}

#c-header .c-switch i {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #fff;
    transition: all .4s
}

#c-header .c-switch i:nth-child(1) {
    top: 0
}

#c-header .c-switch i:nth-child(3) {
    bottom: 0
}

#c-header .c-switch i:nth-child(2) {
    top: 50%;
    margin-top: -1px
}

#c-header.c-style2 .c-switch i {
    background: var(--color2)
}

#c-header .c-gn {
    display: flex;
    align-items: center
}

#c-header .c-gn form {
    margin-right: .1rem;
    display: flex;
    width: 220px;
    border-radius: 46px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    overflow: hidden
}

@media (max-width: 1580px) {
    #c-header .c-gn form {
        border-radius: 20px
    }
}

@media (max-width: 1260px) {
    #c-header .c-gn form {
        display: none
    }
}

@media (max-width: 991px) {
    #c-header .c-gn form {
        display: flex;
        width: 150px
    }
}

#c-header .c-gn form:hover {
    background-color: #0056b7 !important;
    border-color: #0056b7 !important
}

#c-header .c-gn form:hover input {
    color: #fff
}

#c-header .c-gn form:hover input::placeholder {
    opacity: 0
}

#c-header .c-gn form:hover button {
    color: #fff !important
}

#c-header .c-gn form input {
    padding: 0 15px;
    width: 100%;
    height: 46px;
    line-height: 46px
}

#c-header .c-gn form input::placeholder {
    color: #fff;
    transition: .4s ease-in-out
}

@media (max-width: 1580px) {
    #c-header .c-gn form input {
        height: 40px;
        line-height: 40px
    }
}

@media (max-width: 991px) {
    #c-header .c-gn form input {
        padding: 0 8px;
        height: 24px;
        line-height: 24px;
        font-size: 12px
    }
}

#c-header .c-gn form button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 60px;
    height: 46px;
    color: #fff;
    cursor: pointer;
    transition: all .4s
}

@media (max-width: 1580px) {
    #c-header .c-gn form button {
        height: 40px
    }
}

@media (max-width: 991px) {
    #c-header .c-gn form button {
        width: 30px;
        height: 24px
    }
}

#c-header .c-gn form button:hover {
    color: var(--color) !important
}

#c-header .c-gn .public-btn {
    height: 46px;
    border-radius: 23px;
    color: #000
}

@media (max-width: 1580px) {
    #c-header .c-gn .public-btn {
        height: 40px;
        border-radius: 20px
    }
}

@media (max-width: 991px) {
    #c-header .c-gn .public-btn {
        display: none
    }
}

#c-header .c-gn .public-btn:hover {
    color: #fff
}

#c-header.c-style2 .c-gn form {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #f8f9fc
}

#c-header.c-style2 .c-gn form input::placeholder {
    color: #999
}

#c-header.c-style2 .c-gn form button {
    color: #000
}

#c-header.c-style2 .c-gn .public-btn {
    background: #0056b7;
    border-color: #0056b7;
    color: #fff
}

#c-header.c-style2 .c-gn .public-btn:hover {
    background: var(--color);
    border-color: var(--color)
}

#c-header .c-nav {
    display: flex;
    align-items: center;
    white-space: nowrap
}

@media (max-width: 991px) {
    #c-header .c-nav {
        display: none
    }
}

#c-header .c-nav>li {
    position: relative;
    margin-right: .4rem
}

@media (max-width: 1260px) {
    #c-header .c-nav>li {
        margin-right: .3rem
    }
}

#c-header .c-nav>li:last-child {
    margin-right: 0
}

#c-header .c-nav>li>.c-title-box {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer
}

#c-header .c-nav>li>.c-title-box img,
#c-header .c-nav>li>.c-title-box svg {
    margin-left: .05rem;
    width: 14px;
    height: 14px;
    transform: rotate(90deg);
    transition: all .4s
}

#c-header .c-nav>li>.c-title-box:before {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--color);
    transition: .4s
}

#c-header .c-nav>li>ul {
    position: absolute;
    top: 100%;
    left: 50%;
    display: none;
    padding: 10px;
    min-width: 100px;
    line-height: 40px;
    background: #fff;
    border-top: 1px solid rgba(51, 51, 51, 0.1);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 0 0 5px 5px
}

#c-header .c-nav>li>ul li:last-child a::before {
    display: none
}

#c-header .c-nav>li>ul li a {
    display: block;
    padding: 0 20px;
    color: var(--color2);
    border-radius: 5px
}

#c-header .c-nav>li>ul li a:hover {
    color: var(--color);
    background: #f8f9fc
}

#c-header .c-nav>li.on1 {
    position: initial
}

#c-header .c-nav>li .x-pubxia .x-cha {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    z-index: 2
}

#c-header .c-nav>li .x-pubxia .x-cha img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

#c-header .c-nav>li .x-proxia {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    line-height: 1.5;
    text-align: left;
    color: #333;
    padding: .6rem 0;
    white-space: initial;
    display: none
}

#c-header .c-nav>li .x-proxia .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

#c-header .c-nav>li .x-proxia .container .x-le {
    width: 16.25%
}

@media (max-width: 1260px) {
    #c-header .c-nav>li .x-proxia .container .x-le {
        width: 18%
    }
}

#c-header .c-nav>li .x-proxia .container .x-le .x-top {
    border-bottom: 1px solid #EEE;
    padding-bottom: .1rem;
    max-height: 6rem;
    overflow-y: auto
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-proxia .container .x-le .x-top {
        max-height: 7rem
    }
}

#c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li.on .x-tit {
    color: #0056b7;
    background-color: #F8F9FD
}

#c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li.on .x-tit i {
    opacity: 1
}

#c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-tit {
    color: #777;
    padding: .14rem .2rem;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    transition: .4s ease-in-out
}

#c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-tit span {
    display: inline-block;
    padding-right: 40px
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-tit span {
        font-size: 14px
    }
}

@media (max-width: 1260px) {
    #c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-tit span {
        font-size: 12px
    }
}

#c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-tit i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    position: absolute;
    right: .2rem;
    top: 1.1em;
    opacity: 0;
    transition: .4s ease-in-out
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-tit i {
        top: .9em
    }
}

@media (max-width: 1260px) {
    #c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-tit i {
        top: .8em
    }
}

#c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-tit i svg {
    width: 100%;
    height: 100%
}

#c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-aa {
    margin-left: .2rem;
    padding-left: .16rem;
    border-left: 1px solid rgba(238, 224, 225, 0.64);
    margin: .16rem 0 0;
    display: none
}

#c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-aa a {
    display: block;
    color: #777;
    margin-bottom: .1rem;
    transition: .4s ease-in-out
}

#c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-aa a:last-child {
    margin-bottom: .16rem
}

#c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-aa a:hover,
#c-header .c-nav>li .x-proxia .container .x-le .x-top .x-li .x-aa a.on {
    color: #0056b7
}

#c-header .c-nav>li .x-proxia .container .x-le .x-ta {
    margin-top: .3rem
}

#c-header .c-nav>li .x-proxia .container .x-le .x-ta .x-qb {
    border: 1px solid #EEE;
    border-radius: 4px;
    color: #000000;
    position: relative;
    display: flex;
    align-items: center;
    height: .54rem;
    padding: 0 .4rem 0 .3rem
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-proxia .container .x-le .x-ta .x-qb {
        height: .64rem
    }
}

#c-header .c-nav>li .x-proxia .container .x-le .x-ta .x-qb:hover i svg {
    transform: translateX(.08rem)
}

#c-header .c-nav>li .x-proxia .container .x-le .x-ta .x-qb i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    position: absolute;
    right: .2rem;
    top: 1.1em
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-proxia .container .x-le .x-ta .x-qb i {
        top: 1em
    }
}

#c-header .c-nav>li .x-proxia .container .x-le .x-ta .x-qb i svg {
    width: 100%;
    height: 100%;
    transition: .4s ease-in-out
}

#c-header .c-nav>li .x-proxia .container .x-le .x-ta .x-db {
    color: #000;
    display: inline-flex;
    align-items: center;
    margin-top: .2rem
}

#c-header .c-nav>li .x-proxia .container .x-le .x-ta .x-db i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 14px;
    flex-shrink: 0;
    margin-left: .1rem
}

#c-header .c-nav>li .x-proxia .container .x-le .x-ta .x-db i svg {
    width: 100%;
    height: 100%
}

#c-header .c-nav>li .x-proxia .container .x-ri {
    width: 80%;
    min-height: 72vh
}

#c-header .c-nav>li .x-proxia .container .x-ri .x-ribx {
    display: none;
    width: 100%
}

#c-header .c-nav>li .x-proxia .container .x-ri .x-ribx.on {
    display: block
}

#c-header .c-nav>li .x-proxia .container .x-ri .x-ribx .x-ul {
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -0.1rem 0;
    display: none;
    max-height: 72vh;
    overflow-y: auto
}

#c-header .c-nav>li .x-proxia .container .x-ri .x-ribx .x-ul.on {
    display: flex
}

#c-header .c-nav>li .x-proxia .container .x-ri .x-ribx .x-ul .x-li {
    width: 16.66%;
    padding: 0 .1rem .2rem;
    display: flex
}

#c-header .c-nav>li .x-proxia .container .x-ri .x-ribx .x-ul .x-li .x-box {
    display: block;
    width: 100%;
    background-color: #F8F9FD;
    border-radius: .1rem;
    overflow: hidden;
    padding-bottom: .2rem
}

#c-header .c-nav>li .x-proxia .container .x-ri .x-ribx .x-ul .x-li .x-box:hover .public-img img {
    transform: translateX(-50%) scale(1.05)
}

#c-header .c-nav>li .x-proxia .container .x-ri .x-ribx .x-ul .x-li .x-box .public-img::before {
    padding-top: 86.73469388%
}

#c-header .c-nav>li .x-proxia .container .x-ri .x-ribx .x-ul .x-li .x-box .public-img img {
    top: auto;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 80%;
    transform: translateX(-50%)
}

#c-header .c-nav>li .x-proxia .container .x-ri .x-ribx .x-ul .x-li .x-box .public-img span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 10px;
    top: 10px;
    background-color: #0056b7;
    border-radius: 100px;
    padding: 0 .14rem;
    height: 26px;
    color: #fff;
    z-index: 2
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-proxia .container .x-ri .x-ribx .x-ul .x-li .x-box .public-img span {
        height: 24px
    }
}

#c-header .c-nav>li .x-proxia .container .x-ri .x-ribx .x-ul .x-li .x-box .x-tit {
    color: #000;
    text-align: center;
    padding: 0 .2rem;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 3em
}

#c-header .c-nav>li .x-faxia {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    line-height: 1.5;
    text-align: left;
    color: #333;
    padding: .6rem 0;
    white-space: initial;
    display: none
}

#c-header .c-nav>li .x-faxia .container {
    display: flex;
    justify-content: space-between
}

#c-header .c-nav>li .x-faxia .container .x-le {
    width: 16.25%
}

@media (max-width: 1260px) {
    #c-header .c-nav>li .x-faxia .container .x-le {
        width: 18%
    }
}

#c-header .c-nav>li .x-faxia .container .x-le a {
    color: #777;
    padding: .14rem .2rem;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    transition: .4s ease-in-out
}

#c-header .c-nav>li .x-faxia .container .x-le a.on {
    color: #0056b7;
    background-color: #F8F9FD
}

#c-header .c-nav>li .x-faxia .container .x-le a.on i {
    opacity: 1
}

#c-header .c-nav>li .x-faxia .container .x-le a span {
    display: inline-block;
    padding-right: 40px
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-faxia .container .x-le a span {
        font-size: 14px
    }
}

@media (max-width: 1260px) {
    #c-header .c-nav>li .x-faxia .container .x-le a span {
        font-size: 12px
    }
}

#c-header .c-nav>li .x-faxia .container .x-le a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    position: absolute;
    right: .2rem;
    top: 1.1em;
    opacity: 0;
    transition: .4s ease-in-out
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-faxia .container .x-le a i {
        top: .9em
    }
}

@media (max-width: 1260px) {
    #c-header .c-nav>li .x-faxia .container .x-le a i {
        top: .8em
    }
}

#c-header .c-nav>li .x-faxia .container .x-le a i svg {
    width: 100%;
    height: 100%
}

#c-header .c-nav>li .x-faxia .container .x-ri {
    width: 77.5%
}

#c-header .c-nav>li .x-faxia .container .x-ri .x-box {
    justify-content: space-between;
    display: none
}

#c-header .c-nav>li .x-faxia .container .x-ri .x-box.on {
    display: flex
}

#c-header .c-nav>li .x-faxia .container .x-ri .x-box .x-text {
    width: 48.38%
}

#c-header .c-nav>li .x-faxia .container .x-ri .x-box .x-text .x-tit {
    color: #000
}

#c-header .c-nav>li .x-faxia .container .x-ri .x-box .x-text .x-p {
    color: #000;
    margin-top: .1rem
}

#c-header .c-nav>li .x-faxia .container .x-ri .x-box .x-text .x-sp {
    color: #777;
    margin-top: .25rem
}

#c-header .c-nav>li .x-faxia .container .x-ri .x-box .x-text .public-btn {
    color: #000;
    margin-top: .45rem
}

#c-header .c-nav>li .x-faxia .container .x-ri .x-box .x-text .public-btn:hover {
    color: #fff
}

#c-header .c-nav>li .x-faxia .container .x-ri .x-box .public-img {
    width: 45.16%;
    border-radius: .1rem
}

#c-header .c-nav>li .x-faxia .container .x-ri .x-box .public-img:hover img {
    transform: scale(1.05)
}

#c-header .c-nav>li .x-faxia .container .x-ri .x-box .public-img::before {
    padding-top: 67.85714286%
}

#c-header .c-nav>li .x-hangxia {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    line-height: 1.5;
    text-align: left;
    color: #333;
    padding: .6rem 0;
    white-space: initial;
    display: none
}

#c-header .c-nav>li .x-hangxia .container {
    display: flex;
    justify-content: space-between
}

#c-header .c-nav>li .x-hangxia .container .x-le {
    width: 16.25%
}

@media (max-width: 1260px) {
    #c-header .c-nav>li .x-hangxia .container .x-le {
        width: 18%
    }
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-top {
    border-bottom: 1px solid #EEE;
    padding-bottom: .1rem;
    max-height: 6rem;
    overflow-y: auto
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-hangxia .container .x-le .x-top {
        max-height: 7rem
    }
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li.on .x-tit {
    color: #0056b7;
    background-color: #F8F9FD
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li.on .x-tit i {
    opacity: 1
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-tit {
    color: #777;
    padding: .14rem .2rem;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 4px;
    cursor: pointer;
    transition: .4s ease-in-out
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-tit span {
    display: inline-block;
    padding-right: 40px
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-tit span {
        font-size: 14px
    }
}

@media (max-width: 1260px) {
    #c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-tit span {
        font-size: 12px
    }
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-tit i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    position: absolute;
    right: .2rem;
    top: 1.1em;
    opacity: 0;
    transition: .4s ease-in-out
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-tit i {
        top: .9em
    }
}

@media (max-width: 1260px) {
    #c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-tit i {
        top: .8em
    }
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-tit i svg {
    width: 100%;
    height: 100%
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-aa {
    margin-left: .2rem;
    padding-left: .16rem;
    border-left: 1px solid rgba(238, 224, 225, 0.64);
    margin: .16rem 0 0;
    display: none
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-aa a {
    display: block;
    color: #777;
    margin-bottom: .1rem;
    transition: .4s ease-in-out
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-aa a:last-child {
    margin-bottom: .16rem
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-aa a:hover,
#c-header .c-nav>li .x-hangxia .container .x-le .x-top .x-li .x-aa a.on {
    color: #0056b7
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-ta {
    margin-top: .3rem
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-ta .x-qb {
    border: 1px solid #EEE;
    border-radius: 4px;
    color: #000000;
    position: relative;
    display: flex;
    align-items: center;
    height: .54rem;
    padding: 0 .4rem 0 .3rem
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-hangxia .container .x-le .x-ta .x-qb {
        height: .64rem
    }
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-ta .x-qb:hover i svg {
    transform: translateX(.08rem)
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-ta .x-qb i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 12px;
    height: 12px;
    position: absolute;
    right: .2rem;
    top: 1.1em
}

@media (max-width: 1580px) {
    #c-header .c-nav>li .x-hangxia .container .x-le .x-ta .x-qb i {
        top: 1em
    }
}

#c-header .c-nav>li .x-hangxia .container .x-le .x-ta .x-qb i svg {
    width: 100%;
    height: 100%;
    transition: .4s ease-in-out
}

#c-header .c-nav>li .x-hangxia .container .x-ri {
    width: 73.75%;
    min-height: 64vh;
    overflow-y: auto;
    max-height: 64vh
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box {
    display: none;
    width: 100%
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box.on {
    display: block
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box .x-tit {
    color: #000
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box .x-p {
    color: #777777;
    margin-top: .3rem
}

@media (max-width: 1260px) {
    #c-header .c-nav>li .x-hangxia .container .x-ri .x-box .x-p br {
        display: none
    }
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box .x-bxia {
    display: flex;
    flex-wrap: wrap;
    margin-top: .5rem
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box .x-bxia .x-ble {
    margin-right: 2.4rem
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box .x-bxia .x-ble:last-child {
    margin-right: 0
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box .x-bxia .x-ble .x-tit2 {
    color: #0056b7
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box .x-bxia .x-ble .x-tn {
    display: flex
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box .x-bxia .x-ble .x-tn .x-aa {
    margin-right: .88rem
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box .x-bxia .x-ble .x-aa {
    margin-top: .15rem
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box .x-bxia .x-ble .x-aa a {
    color: #777;
    display: block;
    margin-bottom: .12rem;
    transition: .4s ease-in-out
}

#c-header .c-nav>li .x-hangxia .container .x-ri .x-box .x-bxia .x-ble .x-aa a:hover {
    color: #000
}

#c-header.c-style2 .c-nav li.on>.c-title-box,
#c-header .c-nav li:hover>.c-title-box,
#c-header.c-style2 .c-nav li.on>a,
#c-header .c-nav li:hover>a {
    color: var(--color)
}

#c-header.c-style2 .c-nav li.on>.c-title-box:before,
#c-header .c-nav li:hover>.c-title-box:before,
#c-header.c-style2 .c-nav li.on>a:before,
#c-header .c-nav li:hover>a:before {
    left: 0;
    width: 100%
}

#c-header.c-style2 .c-nav li.on>.c-title-box svg,
#c-header .c-nav li:hover>.c-title-box svg {
    color: var(--color)
}

#c-header .c-nav2-box {
    position: absolute;
    top: 70px;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 50px;
    color: var(--color2);
    background: #fff;
    overflow-y: auto;
    transition: .4s;
    text-align: left
}

#c-header .c-nav2-box .c-nav2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 5vw;
    border-top: 1px solid #f1f1f1;
    height: calc(100% - 80px);
    overflow-y: auto
}

#c-header .c-nav2-box .c-nav2 ul {
    border-top: 1px solid #f1f1f1
}

#c-header .c-nav2-box .c-nav2 li {
    margin: 0 0 0 5vw;
    border-top: 1px solid #f1f1f1
}

#c-header .c-nav2-box .c-nav2 li .c-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#c-header .c-nav2-box .c-nav2 li .c-title-box img,
#c-header .c-nav2-box .c-nav2 li .c-title-box svg {
    width: 14px;
    height: 14px;
    transition: all .4s
}

#c-header .c-nav2-box .c-nav2 li .c-title-box.on img,
#c-header .c-nav2-box .c-nav2 li .c-title-box.on svg {
    transform: rotate(90deg)
}

#c-header .c-nav2-box .c-nav2 li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color2);
    -webkit-transition: all .4s;
    transition: all .4s;
    width: calc(100% - 40px)
}

#c-header .c-nav2-box .c-nav2 li a:hover,
#c-header .c-nav2-box .c-nav2 li.on>a {
    color: var(--color)
}

#c-header .c-nav2-box .c-nav2 li ul {
    display: none
}

#c-header .c-nav2-box .c-nav2>li {
    margin: 0
}

#c-header .c-nav2-box .c-nav2>li:last-child {
    border-bottom: 1px solid #f1f1f1
}

#c-header .c-nav2-box .c-nav2 li:first-child {
    border-top: 0
}

#c-header .c-nav2-box .c-btn-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px 5vw;
    width: 100%
}

#c-header .c-nav2-box .c-btn-box .c-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 15px;
    border-radius: 20px;
    background: #f4f4f4;
    color: var(--color2);
    width: calc(50% - 8px);
    border: 1px solid #e4e4e4;
    cursor: pointer
}

#c-header .c-nav2-box .c-btn-box .c-btn .c-svg {
    margin-right: 5px;
    width: 16px;
    height: 16px
}

#c-header .c-nav2-box .c-language2 {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    background: rgba(0, 0, 0, 0.4);
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .4s
}

#c-header .c-nav2-box .c-language2 .c-box {
    background: #fff;
    border-radius: 10px 10px 0 0;
    width: 100%;
    padding: 5vw;
    transform: translateY(100%);
    transition: all .4s
}

#c-header .c-nav2-box .c-language2 .c-box .c-text {
    color: #666
}

#c-header .c-nav2-box .c-language2 .c-box ul {
    max-height: 50vh;
    overflow-y: auto
}

#c-header .c-nav2-box .c-language2 .c-box ul li {
    margin-top: 10px
}

#c-header .c-nav2-box .c-language2 .c-box ul li:first-child {
    margin-top: 15px
}

#c-header .c-nav2-box .c-language2 .c-box ul li a {
    color: var(--color2)
}

#c-header .c-nav2-box.on .c-language2 {
    opacity: 1;
    pointer-events: auto
}

#c-header .c-nav2-box.on .c-language2 .c-box {
    transform: translateY(0)
}

.c-open #c-header {
    background: #fff
}

.c-open #c-header .c-logo img {
    opacity: 0
}

.c-open #c-header .c-logo img:nth-child(2) {
    opacity: 1
}

.c-open #c-header .c-nav2-box {
    height: calc(100vh - 70px);
    height: calc(100svh - 70px);
    height: calc(100dvh - 70px)
}

.c-open #c-header .c-gn form {
    color: var(--color2)
}

.c-open #c-header .c-switch i {
    background: var(--color2)
}

.c-open #c-header .c-switch i:nth-child(2) {
    opacity: 0
}

.c-open #c-header .c-switch i:nth-child(1) {
    top: 50%;
    margin-top: -1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.c-open #c-header .c-switch i:nth-child(3) {
    bottom: 50%;
    margin-bottom: -1px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#c-footer {
    color: #fff;
    background: linear-gradient(180deg, #0056b7 0%, #003d82 100%)
}

#c-footer a {
    color: rgba(255, 255, 255, 0.6);
    transition: .4s
}

#c-footer a:hover {
    color: var(--color)
}

#c-footer .c-top-box {
    padding: .75rem 0 .35rem
}

#c-footer .c-top-box .container {
    display: flex;
    align-items: center;
    justify-content: space-between
}

#c-footer .c-top-box .container .c-logo img {
    height: 40px
}

@media (max-width: 991px) {
    #c-footer .c-top-box .container .c-logo img {
        height: 20px
    }
}

#c-footer .c-center-box .container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: .4rem 0 .8rem
}

@media (max-width: 767px) {
    #c-footer .c-center-box .container {
        padding: .6rem 0
    }
}

#c-footer .c-center-box .container .c-title-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: .2rem;
    color: #fff
}

@media (max-width: 767px) {
    #c-footer .c-center-box .container .c-title-box {
        padding: .3rem 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1)
    }
}

#c-footer .c-center-box .container .c-title-box img,
#c-footer .c-center-box .container .c-title-box svg {
    display: none;
    transition: .4s;
    width: 14px;
    height: 14px
}

@media (max-width: 767px) {

    #c-footer .c-center-box .container .c-title-box img,
    #c-footer .c-center-box .container .c-title-box svg {
        display: inline-block
    }
}

#c-footer .c-center-box .container a.c-title-box:hover {
    color: var(--color)
}

@media (max-width: 767px) {
    #c-footer .c-center-box .container .c-list-box {
        width: 100%
    }
}

@media (max-width: 767px) {
    #c-footer .c-center-box .container .c-list-box .c-list {
        padding-top: .2rem;
        display: none
    }
}

#c-footer .c-center-box .container .c-list-box .c-list li {
    padding-bottom: .05rem
}

#c-footer .c-center-box .container .c-list-box .c-list li:last-child {
    padding-bottom: 0
}

@media (max-width: 767px) {
    #c-footer .c-center-box .container .c-list-box .c-list li:last-child {
        padding-bottom: .2rem
    }
}

@media (max-width: 767px) {
    #c-footer .c-center-box .container .c-list-box .c-list li {
        padding-bottom: .2rem
    }
}

#c-footer .c-center-box .container .c-list-box.on .c-title-box img,
#c-footer .c-center-box .container .c-list-box.on .c-title-box svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

@media (max-width: 767px) {

    #c-footer .c-center-box .container .c-list-box.on .c-title-box img,
    #c-footer .c-center-box .container .c-list-box.on .c-title-box svg {
        display: inline-block
    }
}

#c-footer .c-center-box .container .c-text-box {
    color: rgba(255, 255, 255, 0.6)
}

@media (max-width: 767px) {
    #c-footer .c-center-box .container .c-text-box {
        padding-top: .2rem
    }
}

#c-footer .c-center-box .container .c-text-box p {
    padding-bottom: .05rem
}

@media (max-width: 767px) {
    #c-footer .c-center-box .container .c-text-box p {
        padding-bottom: .2rem
    }
}

#c-footer .c-center-box .container .c-link {
    display: flex;
    align-items: flex-start;
    color: #fff;
    line-height: 1;
    padding-top: .2rem
}

#c-footer .c-center-box .container .c-link>p {
    margin-right: .1rem
}

#c-footer .c-center-box .container .c-ico {
    display: flex;
    align-items: center
}

#c-footer .c-center-box .container .c-ico a {
    position: relative;
    display: flex;
    margin-right: .2rem;
    width: 16px;
    height: 16px;
    transition: .4s;
    color: #fff
}

#c-footer .c-center-box .container .c-ico a>img,
#c-footer .c-center-box .container .c-ico a>svg {
    width: 100%;
    height: 100%
}

#c-footer .c-center-box .container .c-ico a:hover {
    color: var(--color)
}

#c-footer .c-center-box .container .c-ico a .c-img {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: calc(100% + 15px);
    left: -10px;
    width: 1.2rem;
    padding: 5px;
    border-radius: .1rem;
    background: #fff;
    transition: all .4s
}

#c-footer .c-center-box .container .c-ico a .c-img::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 8px;
    border: 10px solid transparent;
    border-bottom-color: #fff
}

#c-footer .c-center-box .container .c-ico a .c-img img {
    width: 100%
}

#c-footer .c-center-box .container .c-ico a:hover .c-img {
    opacity: 1;
    pointer-events: auto
}

#c-footer .c-center-box .container .c-ico a:last-child .c-img {
    left: auto;
    right: -10px
}

#c-footer .c-center-box .container .c-ico a:last-child .c-img::before {
    left: auto;
    right: 8px
}

@media (max-width: 991px) {
    #c-footer .c-center-box .container .c-text-wrap {
        margin-top: .4rem
    }
}

@media (max-width: 767px) {
    #c-footer .c-center-box .container .c-text-wrap {
        width: 100%
    }
}

#c-footer .c-bottom-box {
    padding: .25rem 0;
    color: rgba(255, 255, 255, 0.4)
}

@media (max-width: 767px) {
    #c-footer .c-bottom-box {
        padding: .6rem 0
    }
}

#c-footer .c-bottom-box .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

@media (max-width: 991px) {
    #c-footer .c-bottom-box .container {
        flex-wrap: wrap
    }
}

#c-footer .c-bottom-box .container a {
    color: rgba(255, 255, 255, 0.4)
}

#c-footer .c-bottom-box .container a:hover {
    color: var(--color)
}

#c-footer .c-bottom-box .container .c-copyright {
    margin-right: .4rem;
    word-wrap: break-word;
    word-break: break-all
}

@media (max-width: 991px) {
    #c-footer .c-bottom-box .container .c-copyright {
        margin-right: 0
    }
}

#c-footer .c-bottom-box .container .c-policy-link {
    display: flex;
    flex-wrap: wrap
}

#c-footer .c-bottom-box .container .c-policy-link a {
    position: relative;
    margin-right: .26rem
}

#c-footer .c-bottom-box .container .c-policy-link a:last-child {
    margin-right: 0
}

#c-footer .c-bottom-box .container .c-policy-link a:last-child::before {
    display: none
}

#c-footer .c-bottom-box .container .c-policy-link a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -0.13rem;
    height: 1em;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    transform: translateY(-50%)
}

#c-go-top {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--color);
    cursor: pointer
}

@media (max-width: 767px) {
    #c-go-top {
        display: none !important
    }
}

#c-go-top img,
#c-go-top svg {
    width: 50%;
    height: 50%;
    color: #fff;
    transform: rotate(-90deg)
}

.public-page {
    padding: .7rem 0 1.2rem;
    min-height: calc(100vh - 100px);
    min-height: calc(100svh - 100px);
    min-height: calc(100dvh - 100px)
}

@media (max-width: 991px) {
    .public-page {
        min-height: calc(100vh - 60px);
        min-height: calc(100svh - 60px);
        min-height: calc(100dvh - 60px);
        padding: 1.2rem 0
    }
}

.public-page .container {
    max-width: 1400px
}

.public-page .c-title-box {
    text-align: center
}

.public-page .c-title-box .c-title {
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.public-page .c-title-box .c-time {
    margin: .2rem 0 .9rem;
    color: #888888
}

.public-page .c-title-box .c-time span {
    margin: 0 0 -0.13rem
}

.c-404 {
    display: flex;
    align-items: center;
    padding: 1.2rem 0;
    text-align: center;
    background: #f0f6ff;
    min-height: calc(100vh - 100px);
    min-height: calc(100svh - 100px);
    min-height: calc(100dvh - 100px)
}

@media (max-width: 991px) {
    .c-404 {
        min-height: calc(100vh - 60px);
        min-height: calc(100svh - 60px);
        min-height: calc(100dvh - 60px)
    }
}

.c-404 .container {
    position: relative
}

.c-404 .c-num {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    font-size: 5.12rem;
    color: #3f80e8;
    opacity: .05;
    transform: translateY(-50%)
}

@media (max-width: 767px) {
    .c-404 .c-num {
        font-size: 50vw
    }
}

.c-404 .c-title {
    position: relative;
    z-index: 5;
    font-weight: border
}

.c-404 .public-btn {
    position: relative;
    z-index: 5;
    margin: .85rem 0 0
}

.c-sitemap {
    padding: 1.2rem 0;
    background: #f0f6ff;
    min-height: calc(100vh - 100px);
    min-height: calc(100svh - 100px);
    min-height: calc(100dvh - 100px)
}

@media (max-width: 991px) {
    .c-sitemap {
        min-height: calc(100vh - 60px);
        min-height: calc(100svh - 60px);
        min-height: calc(100dvh - 60px)
    }
}

.c-sitemap .container {
    max-width: 1080px
}

.c-sitemap .c-title {
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    text-align: center
}

.c-sitemap .c-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 1rem -0.2rem -0.4rem
}

@media (max-width: 767px) {
    .c-sitemap .c-list {
        justify-content: flex-start;
        margin-bottom: -0.8rem
    }
}

.c-sitemap .c-list a {
    transition: all .4s
}

.c-sitemap .c-list a:hover {
    color: var(--color) !important;
    text-decoration: underline
}

.c-sitemap .c-list>li {
    padding: 0 .2rem .4rem
}

@media (max-width: 767px) {
    .c-sitemap .c-list>li {
        width: 33.33%;
        padding-bottom: .8rem
    }
}

.c-sitemap .c-list>li>a {
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.c-sitemap .c-list>li ul li {
    margin-top: .1rem
}

.c-sitemap .c-list>li ul li:first-child {
    margin-top: .25rem
}

.c-sitemap .c-list>li ul li a {
    color: #888
}

.c-home-animation {
    height: 260vh
}

@media (max-width: 991px) {
    .c-home-animation {
        height: auto
    }
}

.c-home-animation .c-sticky {
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    overflow: hidden
}

@media (max-width: 991px) {
    .c-home-animation .c-sticky {
        position: static
    }
}

.c-home-animation .c-sticky .c-logo {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    pointer-events: none
}

@media (max-width: 991px) {
    .c-home-animation .c-sticky .c-logo {
        display: none
    }
}

.c-home-animation .c-sticky .c-logo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(130) translate(.69%, 0)
}

.c-home1 {
    overflow: hidden
}

.c-home1 .swiper-slide {
    overflow: hidden
}

.c-home1 .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(14, 26, 54, 0.4)
}

.c-home1 .swiper-slide .c-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    height: 100svh;
    height: 100dvh
}

.c-home1 .swiper-slide .c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-home1 .swiper-slide .c-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-home1 .swiper-slide .c-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    width: 100%;
    transform: translateY(-50%);
    color: #fff
}

.c-home1 .swiper-slide .c-wrap .c-text-box {
    max-width: 700px
}

.c-home1 .swiper-slide .c-wrap .c-text {
    margin: .2rem 0 .45rem;
    color: rgba(255, 255, 255, 0.75)
}

.c-home1 .swiper-slide .c-wrap .c-btn-box {
    display: flex;
    align-items: flex-start
}

.c-home1 .swiper-slide .c-wrap .c-btn-box .public-btn:first-child {
    margin-right: .2rem
}

.c-home1 .swiper-button-next,
.c-home1 .swiper-button-prev {
    right: .6rem
}

@media (max-width: 991px) {

    .c-home1 .swiper-button-next,
    .c-home1 .swiper-button-prev {
        display: none
    }
}

.c-home1 .swiper-button-prev {
    left: .6rem
}

.c-home1 .swiper-pagination {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: .4rem
}

@media (max-width: 767px) {
    .c-home1 .swiper-pagination {
        bottom: .6rem
    }
}

.c-home1 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 0;
    width: .6rem;
    height: 3px;
    vertical-align: top;
    margin: 0 .1rem
}

@media (max-width: 767px) {
    .c-home1 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .1rem;
        width: .3rem
    }
}

.c-home1 .swiper-pagination .swiper-pagination-bullet div {
    height: 100%;
    background: var(--color);
    width: 0;
    animation-timing-function: linear
}

.c-home1 .swiper-pagination .swiper-pagination-bullet-active div {
    animation-name: width100
}

.c-home2 {
    padding: 1.2rem 0 1.1rem;
    background: #fff
}

@media (max-width: 991px) {
    .c-home2 {
        padding: .9rem 0 1rem
    }
}

.c-home2 .c-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    mask-image: linear-gradient(to top, #fff 0%, #fff 20%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 100%)
}

/* 双栏布局 */
.c-home2 .c-home2-wrap {
    display: flex;
    align-items: stretch;
    gap: .8rem
}

@media (max-width: 991px) {
    .c-home2 .c-home2-wrap {
        flex-direction: column;
        gap: .5rem
    }
}

.c-home2 .c-home2-left {
    flex: 1;
    min-width: 0;
    padding-right: .6rem
}

@media (max-width: 991px) {
    .c-home2 .c-home2-left {
        padding-right: 0
    }
}

.c-home2 .c-home2-left .c-badge {
    display: inline-block;
    padding: .06rem .28rem;
    border-radius: .06rem;
    background: linear-gradient(90deg, #0056b7, #4d7ccc);
    color: #fff;
    letter-spacing: 2px
}

.c-home2 .c-home2-left .c-about-title {
    margin-top: .18rem;
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    color: var(--color2);
    line-height: 1.2
}

.c-home2 .c-home2-left .c-about-sub {
    margin-top: .1rem;
    color: var(--color);
    font-family: 'font-mm', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.c-home2 .c-home2-left .c-about-desc {
    margin-top: .26rem;
    color: #555;
    line-height: calc(28/16)
}

.c-home2 .c-home2-left .c-about-desc p {
    margin-bottom: .16rem
}

.c-home2 .c-home2-left .c-about-btn {
    margin-top: .3rem
}

.c-home2 .c-home2-right {
    flex: 1;
    min-width: 0
}

/* 数据卡片 · 4宫格 */
.c-home2 .c-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.16rem -0.32rem
}

@media (max-width: 767px) {
    .c-home2 .c-list {
        margin: 0 -0.08rem -0.16rem
    }
}

.c-home2 .c-list li {
    display: flex;
    padding: 0 .16rem .32rem;
    width: 50%
}

@media (max-width: 767px) {
    .c-home2 .c-list li {
        padding: 0 .08rem .16rem
    }
}

.c-home2 .c-list li .c-wrap {
    width: 100%;
    padding: .36rem .3rem;
    border-radius: .12rem;
    border: 1px solid rgba(0, 86, 183, .14);
    background: #fcfdff;
    transition: all .4s
}

.c-home2 .c-list li .c-wrap:hover {
    border-color: var(--color);
    background: #f4f8fd;
    transform: translateY(-.04rem);
    box-shadow: 0 .16rem .4rem rgba(0, 86, 183, .1)
}

.c-home2 .c-list li .c-wrap .c-ico-img {
    margin-bottom: .2rem;
    width: .48rem;
    height: .48rem;
    line-height: 0;
    color: #0056b7;
    font-weight: 700;
}

.c-home2 .c-list li .c-wrap .c-ico-img img {
    width: 100%;
    height: 100%
}

.c-home2 .c-list li .c-wrap .c-box {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    margin-bottom: .14rem
}

.c-home2 .c-list li .c-wrap .c-box p:first-child {
    margin-right: .08rem;
    font-size: .64rem;
    background: linear-gradient(270deg, #0056b7 8%, #4d7ccc 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

@media (max-width: 1260px) {
    .c-home2 .c-list li .c-wrap .c-box p:first-child {
        font-size: 36px
    }
}

@media (max-width: 767px) {
    .c-home2 .c-list li .c-wrap .c-box p:first-child {
        font-size: 34px
    }
}

.c-home2 .c-list li .c-wrap .c-box span {
    font-size: 22px;
    line-height: calc(32/22)
}

@media (max-width: 1260px) {
    .c-home2 .c-list li .c-wrap .c-box span {
        font-size: 16px
    }
}

.c-home2 .c-list li .c-wrap .c-text {
    color: #666
}

.c-home2 .c-note2 {
    margin-top: .2rem;
    text-align: right;
    color: rgba(0, 0, 0, .4)
}

.gm-banner11 {
    overflow: hidden
}

.gm-banner11 .swiper-slide {
    overflow: hidden
}

.gm-banner11 .swiper-slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    background: rgba(14, 26, 54, 0.4)
}

.gm-banner11 .swiper-slide.swiper-slide-active .c-img img {
    transform: scale(1)
}

.gm-banner11 .swiper-slide.swiper-slide-active .c-video {
    transform: scale(1)
}

.gm-banner11 .swiper-slide.swiper-slide-active .c-wrap {
    opacity: 1;
    margin-left: 0
}

.gm-banner11 .swiper-slide.swiper-slide-active .c-wrap .x-p1,
.gm-banner11 .swiper-slide.swiper-slide-active .c-wrap .x-p2 {
    letter-spacing: 0
}

.gm-banner11 .swiper-slide .c-img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100vh;
    height: 100svh;
    height: 100dvh
}

.gm-banner11 .swiper-slide .c-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transform-origin: left;
    transition: 1.6s all
}

.gm-banner11 .swiper-slide .c-video {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1.1);
    transform-origin: left;
    transition: 1.6s all
}

.gm-banner11 .swiper-slide .c-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 10;
    width: 100%;
    transform: translateY(-50%);
    margin-left: 3%;
    opacity: 0;
    transition: 1.2s .6s all
}

.gm-banner11 .swiper-slide .c-wrap .x-p1 {
    color: #fff;
    letter-spacing: .1rem;
    transition: 1.2s all
}

@media (max-width: 767px) {
    .gm-banner11 .swiper-slide .c-wrap .x-p1 {
        letter-spacing: 0
    }
}

.gm-banner11 .swiper-slide .c-wrap .x-p2 {
    color: #fff;
    margin-top: .2rem;
    letter-spacing: .1rem;
    transition: 1.2s all
}

@media (max-width: 767px) {
    .gm-banner11 .swiper-slide .c-wrap .x-p2 {
        letter-spacing: 0
    }
}

.gm-banner11 .swiper-slide .c-wrap .x-btn {
    margin-top: .45rem
}

.gm-banner11 .swiper-slide .c-wrap .x-btn .public-btn:first-child {
    margin-right: .2rem
}

.gm-banner11 .swiper-button-next,
.gm-banner11 .swiper-button-prev {
    margin-top: -0.2rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    opacity: .5;
    transition: .4s;
    right: .6rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.5)
}

@media (max-width: 991px) {

    .gm-banner11 .swiper-button-next,
    .gm-banner11 .swiper-button-prev {
        display: none
    }
}

.gm-banner11 .swiper-button-next::after,
.gm-banner11 .swiper-button-prev::after {
    display: none
}

.gm-banner11 .swiper-button-next img,
.gm-banner11 .swiper-button-prev img,
.gm-banner11 .swiper-button-next svg,
.gm-banner11 .swiper-button-prev svg {
    width: 50%;
    height: 50%
}

.gm-banner11 .swiper-button-next:hover,
.gm-banner11 .swiper-button-prev:hover {
    opacity: 1;
    background: #fff;
    color: var(--color)
}

.gm-banner11 .swiper-button-prev {
    left: .6rem;
    transform: rotate(180deg)
}

.gm-banner11 .swiper-pagination {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    bottom: .4rem
}

@media (max-width: 767px) {
    .gm-banner11 .swiper-pagination {
        bottom: .6rem
    }
}

.gm-banner11 .swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 0;
    width: .4rem;
    height: 4px;
    vertical-align: top;
    margin: 0 .1rem
}

@media (max-width: 767px) {
    .gm-banner11 .swiper-pagination .swiper-pagination-bullet {
        margin: 0 .1rem;
        width: .3rem
    }
}

.gm-banner11 .swiper-pagination .swiper-pagination-bullet div {
    height: 100%;
    background: #fff;
    width: 0;
    animation-timing-function: linear
}

.gm-banner11 .swiper-pagination .swiper-pagination-bullet-active div {
    animation-name: width100
}

.c-home3 {
    position: relative;
    z-index: 5;
    padding: 1rem 0 1.2rem;
    background: #fff
}

.c-home3 .container {
    position: relative
}

.c-home3 .container .public-title {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    text-align: left
}

@media (max-width: 767px) {
    .c-home3 .container .public-title {
        position: relative;
        text-align: center
    }
}

.c-home3 .container .c-swiper-box {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 991px) {
    .c-home3 .container .c-swiper-box {
        flex-wrap: wrap
    }
}

.c-home3 .container .c-swiper-box .swiper1 {
    margin: 0;
    width: calc(1095/1600*100%);
    overflow: visible
}

@media (max-width: 991px) {
    .c-home3 .container .c-swiper-box .swiper1 {
        width: 100%
    }
}

@media (max-width: 767px) {
    .c-home3 .container .c-swiper-box .swiper1 {
        margin-top: .6rem
    }
}

.c-home3 .container .c-swiper-box .swiper1 .swiper-slide {
    display: flex;
    align-items: flex-end
}

@media (max-width: 767px) {
    .c-home3 .container .c-swiper-box .swiper1 .swiper-slide {
        flex-wrap: wrap
    }
}

.c-home3 .container .c-swiper-box .swiper1 .swiper-slide .c-text-box {
    position: relative;
    min-height: 3.55rem;
    padding: .8rem 0 0;
    width: calc(495/1095*100%)
}

@media (max-width: 767px) {
    .c-home3 .container .c-swiper-box .swiper1 .swiper-slide .c-text-box {
        width: 100%;
        text-align: center
    }
}

.c-home3 .container .c-swiper-box .swiper1 .swiper-slide .c-text-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 100%;
    background: linear-gradient(270deg, rgba(14, 26, 54, 0) 10%, var(--color2) 100%)
}

@media (max-width: 767px) {
    .c-home3 .container .c-swiper-box .swiper1 .swiper-slide .c-text-box::before {
        background: linear-gradient(270deg, rgba(14, 26, 54, 0) 0%, var(--color2) 100%)
    }
}

.c-home3 .container .c-swiper-box .swiper1 .swiper-slide .c-text-box .c-title {
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.c-home3 .container .c-swiper-box .swiper1 .swiper-slide .c-text-box .c-text {
    margin: .15rem 0 .4rem;
    color: #777
}

.c-home3 .container .c-swiper-box .swiper1 .swiper-slide .public-img {
    width: calc(600/1095*100%);
    overflow: visible;
    transform: translateX(15%)
}

@media (max-width: 1260px) {
    .c-home3 .container .c-swiper-box .swiper1 .swiper-slide .public-img {
        transform: translateX(7%)
    }
}

@media (max-width: 767px) {
    .c-home3 .container .c-swiper-box .swiper1 .swiper-slide .public-img {
        margin: 0 auto;
        width: 80%;
        transform: translateX(0%)
    }
}

.c-home3 .container .c-swiper-box .swiper1 .swiper-slide .public-img::after {
    content: "";
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    background: url(../images/home3-bg.png) no-repeat center / contain
}

.c-home3 .container .c-swiper-box .swiper2 {
    margin: -50px 0;
    width: 320px;
    height: 700px;
    padding: 50px 0 50px 50px
}

@media (max-width: 1580px) {
    .c-home3 .container .c-swiper-box .swiper2 {
        width: 350px
    }
}

@media (max-width: 991px) {
    .c-home3 .container .c-swiper-box .swiper2 {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 1rem 8px 8px
    }
}

@media (max-width: 767px) {
    .c-home3 .container .c-swiper-box .swiper2 {
        padding-top: 30px
    }
}

.c-home3 .container .c-swiper-box .swiper2 .swiper-slide {
    display: flex;
    align-items: center;
    cursor: pointer
}

@media (max-width: 991px) {
    .c-home3 .container .c-swiper-box .swiper2 .swiper-slide {
        width: auto
    }
}

.c-home3 .container .c-swiper-box .swiper2 .swiper-slide .public-img {
    flex-shrink: 0;
    margin-right: .4rem;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: visible;
    background: #F8F9FD;
    transition: all .4s
}

@media (max-width: 991px) {
    .c-home3 .container .c-swiper-box .swiper2 .swiper-slide .public-img {
        margin-right: 10px
    }
}

.c-home3 .container .c-swiper-box .swiper2 .swiper-slide .public-img img {
    transform: scale(.8)
}

.c-home3 .container .c-swiper-box .swiper2 .swiper-slide .public-img::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid #EFF1F6;
    transition: all .4s;
    border-radius: 50%;
    transform: translate(-50%, -50%)
}

.c-home3 .container .c-swiper-box .swiper2 .swiper-slide .c-title {
    transition: all .4s;
    transform-origin: left center;
    line-height: 1.2
}

@media (min-width: 992px) {
    .c-home3 .container .c-swiper-box .swiper2 .swiper-slide.swiper-slide-thumb-active .public-img {
        transform: scale(1.6)
    }
}

.c-home3 .container .c-swiper-box .swiper2 .swiper-slide.swiper-slide-thumb-active .public-img::after {
    width: 120%;
    height: 120%
}

.c-home3 .container .c-swiper-box .swiper2 .swiper-slide.swiper-slide-thumb-active .c-title {
    color: var(--color);
    font-size: 24px
}

@media (max-width: 1580px) {
    .c-home3 .container .c-swiper-box .swiper2 .swiper-slide.swiper-slide-thumb-active .c-title {
        font-size: 18px
    }
}

@media (max-width: 991px) {
    .c-home3 .container .c-swiper-box .swiper2 .swiper-slide.swiper-slide-thumb-active .c-title {
        font-size: 14px
    }
}

.c-home4 {
    position: relative;
    padding: 1.4rem 0
}

.c-home4 .c-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-home4 .container {
    position: relative;
    z-index: 2
}

.c-home4 .container .public-title {
    text-align: left;
    width: 50%
}

@media (max-width: 767px) {
    .c-home4 .container .public-title {
        width: 100%
    }
}

.c-home4 .container .public-title .c-title,
.c-home4 .container .public-title .c-text {
    color: var(--color2)
}

@media (max-width: 1260px) {
    .c-home4 .container .public-title .c-title br {
        display: none
    }
}

.c-home5 {
    padding: .9rem 0 1.1rem
}

.c-home5 .public-title {
    margin: 0 auto .6rem;
    max-width: 700px
}

.c-home5 .c-list {
    display: flex;
    margin: 0 -0.06rem
}

@media (max-width: 991px) {
    .c-home5 .c-list {
        flex-wrap: wrap;
        margin: 0 -0.1rem -0.2rem
    }
}

.c-home5 .c-list .c-item {
    flex: 1;
    padding: 0 .06rem;
    transition: all .4s
}

@media (max-width: 991px) {
    .c-home5 .c-list .c-item {
        flex: 0 0 50%;
        padding: 0 .1rem .2rem
    }
}

@media (min-width: 992px) {
    .c-home5 .c-list .c-item.on {
        flex: 0 0 42%
    }

    .c-home5 .c-list .c-item.on .c-wrap::before {
        opacity: 0
    }

    .c-home5 .c-list .c-item.on .c-wrap::after {
        opacity: 1
    }

    .c-home5 .c-list .c-item.on .c-wrap .c-title2 {
        opacity: 0
    }

    .c-home5 .c-list .c-item.on .c-wrap .c-text-box {
        opacity: 1;
        transition: all .3s .4s
    }
}

.c-home5 .c-list .c-item .c-wrap {
    position: relative;
    display: block;
    border-radius: .18rem;
    color: #fff;
    overflow: hidden
}

/* 标签：全工艺覆盖 / 内部自主完成（展开时显示在标题下方） */
.c-home5 .c-list .c-item .c-wrap .c-text-box .c-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .1rem;
    margin-top: .12rem
}

.c-home5 .c-list .c-item .c-wrap .c-text-box .c-badges .c-badge {
    display: inline-flex;
    align-items: center;
    padding: .02rem .16rem;
    border-radius: .05rem;
    font-size: 12px;
    line-height: calc(20/12);
    color: #fff;
    background: linear-gradient(90deg, #0056b7 0%, #4d7ccc 100%)
}

.c-home5 .c-list .c-item .c-wrap .c-text-box .c-badges .c-badge + .c-badge {
    background: linear-gradient(90deg, #4d7ccc 0%, #1b67e7 100%)
}

@media (max-width: 767px) {
    .c-home5 .c-list .c-item .c-wrap .c-text-box .c-badges {
        gap: .06rem;
        margin-top: .08rem
    }

    .c-home5 .c-list .c-item .c-wrap .c-text-box .c-badges .c-badge {
        padding: .02rem .1rem;
        font-size: 11px
    }
}

.c-home5 .c-list .c-item .c-wrap::before,
.c-home5 .c-list .c-item .c-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    opacity: .5;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0) 20.93%);
    transition: all .4s
}

.c-home5 .c-list .c-item .c-wrap::after {
    opacity: 0;
    background: linear-gradient(194deg, rgba(30, 59, 131, 0) 57.6%, #1E3B83 91.82%)
}

.c-home5 .c-list .c-item .c-wrap .public-img::before {
    padding-top: 5.4rem
}

@media (max-width: 991px) {
    .c-home5 .c-list .c-item .c-wrap .public-img::before {
        padding-top: 78%
    }
}

.c-home5 .c-list .c-item .c-wrap .c-text-box {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: .4rem;
    transition: all 0s 0s;
    opacity: 0
}

.c-home5 .c-list .c-item .c-wrap .c-text-box .c-title {
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.c-home5 .c-list .c-item .c-wrap .c-text-box .c-text {
    margin: .1rem 0 .25rem
}

.c-home5 .c-list .c-item .c-wrap .c-title2 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    padding: .3rem .2rem;
    text-align: center;
    transition: all .4s;
    pointer-events: none
}

.c-home6 {
    position: relative;
    padding: 1.2rem 0 1.12rem;
    color: #fff
}

.c-home6 .c-swiper1-box {
    display: flex;
    justify-content: center;
    margin: .35rem 0 .6rem
}

.c-home6 .c-swiper1-box .swiper-slide {
    width: auto;
    padding: 5px 0;
    cursor: pointer
}

.c-home6 .c-swiper1-box .swiper-slide:nth-last-child(2) {
    margin: 0
}

.c-home6 .c-swiper1-box .swiper-slide::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 0;
    border-top: 2px solid #fff;
    transition: all .4s
}

.c-home6 .c-swiper1-box .swiper-slide.swiper-slide-thumb-active::before {
    width: 100%;
    left: 0
}

.c-home6 .swiper2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

.c-home6 .swiper2 .public-img {
    height: 100%
}

.c-home6 .swiper2 .public-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    width: 100%;
    height: 100%;
    background: #283F70;
    opacity: .3
}

.c-home6 .swiper3 .c-wrap {
    width: 50%
}

@media (max-width: 991px) {
    .c-home6 .swiper3 .c-wrap {
        width: 100%
    }
}

.c-home6 .swiper3 .c-wrap .c-title {
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.c-home6 .swiper3 .c-wrap .c-text {
    margin-top: .25rem
}

.c-home6 .swiper3 .c-wrap .c-list {
    display: flex;
    margin: .55rem 0 -0.4rem
}

.c-home6 .swiper3 .c-wrap .c-list li {
    margin-bottom: .4rem;
    width: 50%;
    max-width: 300px;
    border-left: 3px solid #fff;
    padding: 0 .4rem 0 .1rem
}

@media (max-width: 767px) {
    .c-home6 .swiper3 .c-wrap .c-list li {
        border-left-width: 1px
    }
}

.c-home6 .swiper3 .c-wrap .c-list li .c-text1 {
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.c-home6 .swiper3 .c-wrap .public-btn {
    margin-top: .6rem
}

.c-home7 {
    position: relative;
    padding: .5rem 0;
    background: #F8F8F8
}

.c-home7::after,
.c-home7::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 4rem;
    height: 100%;
    background: linear-gradient(270deg, rgba(255, 255, 255, 0) 7.83%, #FFF 73.48%)
}

@media (max-width: 767px) {

    .c-home7::after,
    .c-home7::before {
        width: 100px;
        display: none
    }
}

.c-home7::before {
    left: auto;
    right: 0;
    background: linear-gradient(-270deg, rgba(255, 255, 255, 0) 7.83%, #FFF 73.48%)
}

@media (max-width: 767px) {
    .c-home7 .swiper {
        padding: 0 20px
    }
}

.c-home7 .swiper-slide {
    width: auto
}

.c-home7 .c-img img {
    height: 50px;
    filter: grayscale(100%);
    opacity: .6;
    transition: all .4s
}

@media (max-width: 991px) {
    .c-home7 .c-img img {
        height: 45px
    }
}

@media (max-width: 767px) {
    .c-home7 .c-img img {
        height: 40px
    }
}

.c-home7 .c-img img:hover {
    filter: grayscale(0%);
    opacity: 1
}

.c-home8 {
    padding: 1.2rem 0 .4rem
}

.c-home8 .c-carousel-box {
    position: relative
}

.c-home8 .c-carousel-box::before,
.c-home8 .c-carousel-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 4.56rem;
    height: 100%;
    background: linear-gradient(90deg, #FFF 21.38%, rgba(255, 255, 255, 0) 100%)
}

@media (max-width: 991px) {

    .c-home8 .c-carousel-box::before,
    .c-home8 .c-carousel-box::after {
        width: 150px
    }
}

@media (max-width: 767px) {

    .c-home8 .c-carousel-box::before,
    .c-home8 .c-carousel-box::after {
        width: 50px
    }
}

.c-home8 .c-carousel-box::after {
    left: auto;
    right: 0;
    background: linear-gradient(-90deg, #FFF 21.38%, rgba(255, 255, 255, 0) 100%)
}

.c-home8 .hi-steady-carousel {
    margin-top: 16px
}

.c-home8 .hi-steady-carousel:nth-child(1) {
    margin-top: .9rem
}

.c-home8 .hi-steady-carousel .c-item {
    width: 380px;
    padding: 0 8px
}

@media (max-width: 767px) {
    .c-home8 .hi-steady-carousel .c-item {
        width: 250px
    }
}

.c-home8 .hi-steady-carousel .c-item .c-wrap {
    padding: .2rem .2rem .3rem;
    background: #F8F9FD;
    border-radius: .2rem
}

.c-home8 .hi-steady-carousel .c-item .c-wrap .c-box {
    display: flex;
    align-items: center;
    padding-right: 50px;
    margin-bottom: .25rem;
    background: url(../images/dh.png) no-repeat right bottom / 46px 46px
}

.c-home8 .hi-steady-carousel .c-item .c-wrap .c-box .public-img {
    margin-right: .1rem;
    flex-shrink: 0;
    width: 60px;
    border: 4px solid #EDF1FA;
    background: #EDF1FA;
    border-radius: 50%
}

.c-home8 .hi-steady-carousel .c-item .c-wrap .c-box .public-img::before {
    padding-top: 100%
}

.c-home8 .hi-steady-carousel .c-item .c-wrap .c-box .public-img img {
    object-fit: cover;
    transform: scale(1)
}

.c-home8 .hi-steady-carousel .c-item .c-wrap .c-box .c-text p:last-child {
    color: #999
}

.c-home9 {
    position: relative
}

.c-home9 .c-bg {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.c-home9 .container {
    position: relative;
    z-index: 5;
    padding: .8rem 0
}

@media (max-width: 767px) {
    .c-home9 .container {
        padding: 1.2rem 0 0
    }
}

.c-home9 .container .public-title {
    text-align: left;
    color: #fff;
    width: 50%
}

@media (max-width: 767px) {
    .c-home9 .container .public-title {
        width: 100%
    }
}

.c-home9 .container .public-title .c-text {
    color: #fff;
    opacity: .8
}

.c-home9 .container .c-img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 4.75rem
}

@media (max-width: 767px) {
    .c-home9 .container .c-img {
        display: block;
        position: static;
        margin: .6rem auto 0
    }
}

.c-home9 canvas {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none
}

@media (max-width: 767px) {
    .c-home9 canvas {
        top: 45%
    }
}

.c-home10 {
    padding: 1.1rem 0
}

.c-home10 .c-top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media (max-width: 767px) {
    .c-home10 .c-top {
        flex-wrap: wrap
    }
}

.c-home10 .c-top .c-list {
    display: flex;
    align-items: center;
    padding: 4px;
    border-radius: 26px;
    background: #F8F9FD
}

@media (max-width: 767px) {
    .c-home10 .c-top .c-list {
        width: 100%;
        margin: .4rem 0 0
    }
}

.c-home10 .c-top .c-list li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    height: 44px;
    border-radius: 22px;
    transition: all .4s;
    cursor: pointer
}

@media (max-width: 767px) {
    .c-home10 .c-top .c-list li {
        width: 25%;
        padding: 10px 2px
    }
}

.c-home10 .c-top .c-list li.on,
.c-home10 .c-top .c-list li:hover {
    background: #fff
}

.c-home10 .c-bottom {
    position: relative;
    margin-top: .5rem
}

.c-home10 .c-bottom .c-list {
    display: none;
    gap: .3rem;
    flex-wrap: wrap;
    align-items: flex-start
}

.c-home10 .c-bottom .c-list:first-child,
.c-home10 .c-bottom .c-list.on {
    display: flex
}

.c-home10 .c-bottom .c-list .c-left {
    width: calc((100% - .3rem) * 0.666);
    display: flex;
    gap: .3rem
}

.c-home10 .c-bottom .c-list .c-left li {
    width: calc((100% - .3rem) / 2);
    margin: 0 0 .3rem;
    border-radius: .2rem;
    padding: 0 0 6px
}

.c-home10 .c-bottom .c-list .c-right {
    width: calc((100% - .3rem) * 0.334);
    background: #fff;
    border-radius: .2rem;
    box-shadow: 0 0 20px 0 rgba(14, 26, 54, 0.08);
    padding: .25rem .3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.c-home10 .c-bottom .c-list .c-right .c-news-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: .18rem 0;
    border-bottom: 1px solid #f0f0f0;
    gap: .15rem
}

.c-home10 .c-bottom .c-list .c-right .c-news-item:last-child {
    border-bottom: none
}

.c-home10 .c-bottom .c-list .c-right .c-news-item .c-news-title {
    flex: 1;
    font-size: 16px;
    line-height: calc(22/14);
    color: #333;
    font-weight: 600;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    transition: color .4s
}

.c-home10 .c-bottom .c-list .c-right .c-news-item:hover .c-news-title {
    color: var(--color)
}

.c-home10 .c-bottom .c-list .c-right .c-news-item .c-news-time {
    flex-shrink: 0;
    color: #999;
    font-size: 13px;
    white-space: nowrap
}

.c-home10 .c-bottom .c-list .c-right .c-more {
    text-align: right;
    padding-top: .15rem
}

.c-home10 .c-bottom .c-list .c-right .c-more a {
    color: var(--color);
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 4px;
    transition: opacity .3s
}

.c-home10 .c-bottom .c-list .c-right .c-more a:hover {
    opacity: .7
}

@media (max-width: 1199px) {
    .c-home10 .c-bottom .c-list .c-left {
        width: 100%
    }
    .c-home10 .c-bottom .c-list .c-left li {
        width: calc((100% - .3rem) / 2)
    }
    .c-home10 .c-bottom .c-list .c-right {
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
        padding: .15rem .25rem
    }
    .c-home10 .c-bottom .c-list .c-right .c-news-item {
        width: 50%;
        border-bottom: none
    }
    .c-home10 .c-bottom .c-list .c-right .c-news-item:nth-child(odd) {
        border-right: 1px solid #f0f0f0;
        padding-right: .2rem
    }
    .c-home10 .c-bottom .c-list .c-right .c-news-item:nth-child(even) {
        padding-left: .2rem
    }
    .c-home10 .c-bottom .c-list .c-right .c-more {
        width: 100%
    }
}

@media (max-width: 767px) {
    .c-home10 .c-bottom .c-list .c-left {
        flex-wrap: wrap
    }
    .c-home10 .c-bottom .c-list .c-left li {
        width: 100%
    }
    .c-home10 .c-bottom .c-list .c-right .c-news-item {
        width: 100%;
        border-right: none !important;
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

.c-home10 .c-bottom .c-list .c-left li .c-card {
    display: block;
    height: 100%;
    background: #fff;
    border-radius: .2rem;
    box-shadow: 0 0 20px 0 rgba(14, 26, 54, 0.08);
    transition: all .4s;
    overflow: hidden
}

.c-home10 .c-bottom .c-list .c-left li .c-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 16px 40px 0 rgba(14, 26, 54, 0.15)
}

.c-home10 .c-bottom .c-list .c-left li .c-card .public-img::before {
    padding-top: calc(470 / 800 * 100%)
}

.c-home10 .c-bottom .c-list .c-left li .c-card:hover .public-img img {
    transform: scale(1.05)
}

.c-home10 .c-bottom .c-list .c-left li .c-card .c-info {
    padding: .3rem .35rem .4rem
}

.c-home10 .c-bottom .c-list .c-left li .c-card .c-info .c-title {
    margin: 0 0 .2rem;
    height: calc(28 / 18 * 2em);
    line-height: calc(28 / 18);
    overflow: hidden;
    font-weight: 700;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    transition: color .4s
}

.c-home10 .c-bottom .c-list .c-left li .c-card:hover .c-info .c-title {
    color: var(--color)
}

.c-home10 .c-bottom .c-list .c-left li .c-desc {
    margin: 0 0 .18rem;
    font-size: 16x;
    line-height: 1.6;
    color: #666;
    height: calc(22.4 / 14 * 2em);
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    transition: color .4s
}

.c-home10 .c-bottom .c-list .c-left li .c-card:hover .c-info .c-desc {
    color: var(--color)
}

.c-home10 .c-bottom .c-list .c-left li .c-time {
    color: #999;
    font-size: 14px
}

/* ===== ④ 制造能力 · 一站式制造 ===== */
.c-home4b {
    position: relative;
    padding: 1.1rem 0 1.2rem;
    background: #fff;
    overflow: hidden
}

.c-home4b .container {
    position: relative;
    z-index: 2
}

.c-home4b .public-title {
    text-align: center
}

.c-home4b .public-title .c-title {
    color: var(--color2)
}

.c-home4b .public-title .c-title .c-en {
    display: block;
    margin-top: .18rem;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 6px;
    color: var(--color)
}

.c-home4b .public-title .c-text {
    margin-top: .3rem;
    color: #777
}

/* 核心卖点 · 全流程内部完成 */
.c-home4b .c-core {
    margin-top: .55rem;
    padding: .4rem .5rem;
    border-radius: .14rem;
    background: linear-gradient(90deg, #f4f8fd 0%, #eaf2fb 100%);
    border: 1px solid #d9e7f7
}

@media (max-width: 767px) {
    .c-home4b .c-core {
        margin-top: .4rem;
        padding: .3rem .3rem
    }
}

.c-home4b .c-core .c-core-tag {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: .1rem .5rem;
    border-radius: .08rem;
    background: linear-gradient(90deg, #0056b7 0%, #4d7ccc 100%);
    box-shadow: 0 .14rem .4rem rgba(0, 86, 183, .28)
}

.c-home4b .c-core .c-core-tag i {
    width: .2rem;
    height: 1px;
    margin: 0 .22rem;
    background: rgba(255, 255, 255, .75)
}

.c-home4b .c-core .c-core-tag span {
    color: #fff;
    font-size: 22px;
    line-height: calc(32/22);
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.c-home4b .c-core .c-desc {
    margin-top: .22rem;
    color: #555;
    font-size: 16px;
    line-height: calc(28/16)
}

.c-home4b .c-core .c-desc strong {
    color: var(--color);
    font-weight: 400;
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

/* 一站式服务流程 */
.c-home4b .c-flow {
    margin-top: .7rem
}

.c-home4b .c-flow .c-flow-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .35rem
}

.c-home4b .c-flow .c-flow-tit .c-line {
    width: .4rem;
    height: 1px;
    background: #c7d8ee
}

.c-home4b .c-flow .c-flow-tit .c-tx {
    padding: 0 .2rem;
    font-size: 22px;
    line-height: calc(32/22);
    color: var(--color2);
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.c-home4b .c-flow .c-list {
    display: flex;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap
}

.c-home4b .c-flow .c-item {
    position: relative;
    width: calc(16.6666% - .24rem);
    margin: 0 .12rem;
    padding: .3rem .18rem .34rem;
    border: 1px solid rgba(0, 86, 183, .16);
    border-radius: .12rem;
    background: #fbfdff;
    text-align: center;
    transition: all .4s
}

.c-home4b .c-flow .c-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .05rem;
    border-radius: .12rem .12rem 0 0;
    background: linear-gradient(90deg, #0056b7 0%, #4d7ccc 100%);
    opacity: 0;
    transition: all .4s
}

.c-home4b .c-flow .c-item .c-item-ico {
    margin: 0 auto .16rem;
    width: .52rem;
    height: .52rem;
    line-height: 0
}

.c-home4b .c-flow .c-item .c-item-ico img {
    width: 100%;
    height: 100%;
    opacity: .55;
    transition: all .4s
}

.c-home4b .c-flow .c-item .c-num {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: .46rem;
    height: .46rem;
    margin-bottom: .14rem;
    border-radius: 50%;
    border: 1px solid rgba(0, 86, 183, .22);
    font-size: .22rem;
    line-height: 1;
    font-family: 'font-shuzi', 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    color: var(--color);
    background: #fff;
    transition: all .4s
}

.c-home4b .c-flow .c-item .c-name {
    font-size: 18px;
    line-height: calc(26/18);
    color: var(--color2);
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    transition: all .4s
}

.c-home4b .c-flow .c-item .c-sub {
    margin-top: .1rem;
    font-size: 14px;
    line-height: calc(22/14);
    color: #999;
    transition: all .4s
}

.c-home4b .c-flow .c-item:hover {
    border-color: var(--color);
    background: linear-gradient(180deg, #f3f8fe 0%, #fff 100%);
    transform: translateY(-.06rem);
    box-shadow: 0 .2rem .5rem rgba(0, 86, 183, .12)
}

.c-home4b .c-flow .c-item:hover::before {
    opacity: 1
}

.c-home4b .c-flow .c-item:hover .c-item-ico img {
    opacity: 1;
    filter: brightness(1.1)
}

.c-home4b .c-flow .c-item:hover .c-num {
    color: #fff;
    background: linear-gradient(135deg, #0056b7 0%, #4d7ccc 100%);
    border-color: transparent
}

.c-home4b .c-flow .c-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    width: .4rem;
    flex-shrink: 0
}

.c-home4b .c-flow .c-arrow img {
    width: .16rem;
    opacity: .4
}

/* 8大核心工艺（图文卡片） */
.c-home4b .c-tech {
    margin-top: .65rem;
    padding-top: .55rem;
    border-top: 1px solid #e9eff6
}

.c-home4b .c-tech .c-flow-tit {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: .35rem
}

.c-home4b .c-tech .c-flow-tit .c-line {
    width: .4rem;
    height: 1px;
    background: #c7d8ee
}

.c-home4b .c-tech .c-flow-tit .c-tx {
    padding: 0 .2rem;
    font-size: 22px;
    line-height: calc(32/22);
    color: var(--color2);
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial'
}

.c-home4b .c-tech .c-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.14rem -0.28rem
}

.c-home4b .c-tech .c-list li {
    padding: 0 .14rem .28rem;
    width: 25%
}

.c-home4b .c-tech .c-list li .c-box {
    height: 100%;
    padding: .38rem .24rem;
    border: 1px solid rgba(0, 86, 183, .14);
    border-radius: .12rem;
    background: #fcfdff;
    text-align: center;
    transition: all .4s
}

.c-home4b .c-tech .c-list li .c-box .c-ico {
    margin: 0 auto .2rem;
    width: .52rem;
    height: .52rem;
    line-height: 0
}

.c-home4b .c-tech .c-list li .c-box .c-ico img {
    width: 100%;
    height: 100%;
    opacity: .55;
    transition: all .4s
}

.c-home4b .c-tech .c-list li .c-box .c-name {
    margin-bottom: .1rem;
    font-size: 20px;
    line-height: calc(30/20);
    color: var(--color2);
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    transition: all .4s
}

.c-home4b .c-tech .c-list li .c-box .c-sub {
    font-size: 14px;
    line-height: calc(22/14);
    color: #999;
    transition: all .4s
}

.c-home4b .c-tech .c-list li .c-box:hover {
    border-color: var(--color);
    background: linear-gradient(180deg, #f3f8fe 0%, #fff 100%);
    transform: translateY(-.04rem);
    box-shadow: 0 .16rem .4rem rgba(0, 86, 183, .12)
}

.c-home4b .c-tech .c-list li .c-box:hover .c-ico img {
    opacity: 1
}

.c-home4b .c-tech .c-list li .c-box:hover .c-name {
    color: var(--color)
}

/* 响应式 */
@media (max-width: 1100px) {
    .c-home4b .c-flow .c-item {
        width: calc(33.3333% - .24rem);
        margin-bottom: .24rem
    }

    .c-home4b .c-flow .c-arrow {
        display: none
    }
}

@media (max-width: 991px) {
    .c-home4b .c-tech .c-list li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .c-home4b {
        padding: 1rem 0 1.1rem
    }

    .c-home4b .public-title .c-title .c-en {
        letter-spacing: 3px
    }

    .c-home4b .c-flow .c-item {
        width: calc(50% - .24rem);
        padding: .3rem .14rem .26rem
    }

    .c-home4b .c-flow .c-item .c-sub {
        display: none
    }

    .c-home4b .c-tech .c-list li {
        width: 50%
    }

    .c-home4b .c-tech .c-list li .c-box {
        padding: .3rem .18rem
    }
}

/* ===== 核心优势 · 八大核心优势 ===== */
.c-home4c {
    position: relative;
    padding: 1.1rem 0 1.2rem;
    background: #f6f9fc;
    overflow: hidden
}

.c-home4c .public-title {
    text-align: center
}

.c-home4c .public-title .c-title {
    color: var(--color2)
}

.c-home4c .public-title .c-title .c-en {
    display: block;
    margin-top: .18rem;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 6px;
    color: var(--color)
}

.c-home4c .public-title .c-text {
    margin-top: .3rem;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    color: #777
}

.c-home4c .c-list {
    display: flex;
    flex-wrap: wrap;
    margin: .6rem -0.14rem -0.28rem
}

.c-home4c .c-list li {
    width: 25%;
    padding: 0 .14rem .28rem
}

@media (max-width: 1100px) {
    .c-home4c .c-list li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .c-home4c .c-list li {
        width: 100%
    }
}

.c-home4c .c-list li .c-box {
    position: relative;
    height: 100%;
    padding: .4rem .32rem .38rem;
    border: 1px solid rgba(0, 86, 183, .14);
    border-radius: .14rem;
    background: #fff;
    overflow: hidden;
    transition: all .4s
}

.c-home4c .c-list li .c-box::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: .05rem;
    background: linear-gradient(90deg, #0056b7 0%, #4d7ccc 100%);
    opacity: 0;
    transition: all .4s
}

.c-home4c .c-list li .c-box:hover {
    border-color: var(--color);
    transform: translateY(-.05rem);
    box-shadow: 0 .18rem .45rem rgba(0, 86, 183, .13)
}

.c-home4c .c-list li .c-box:hover::before {
    opacity: 1
}

.c-home4c .c-list li .c-box .c-ico {
    margin-bottom: .2rem;
    width: .56rem;
    height: .56rem;
    line-height: 0
}

.c-home4c .c-list li .c-box .c-ico img {
    width: 100%;
    height: 100%;
    opacity: .6;
    transition: all .4s
}

.c-home4c .c-list li .c-box:hover .c-ico img {
    opacity: 1;
    transform: scale(1.06)
}

.c-home4c .c-list li .c-box .c-num {
    position: absolute;
    top: .28rem;
    right: .3rem;
    font-family: 'font-shuzi', 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: .32rem;
    line-height: 1;
    color: rgba(0, 86, 183, .14);
    transition: all .4s
}

.c-home4c .c-list li .c-box:hover .c-num {
    color: rgba(0, 86, 183, .3)
}

.c-home4c .c-list li .c-box .c-name {
    margin-bottom: .1rem;
    font-size: 20px;
    line-height: calc(30/20);
    color: var(--color2);
    font-family: 'font-md', 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    transition: all .4s
}

.c-home4c .c-list li .c-box:hover .c-name {
    color: var(--color)
}

.c-home4c .c-list li .c-box .c-sub {
    font-size: 14px;
    line-height: calc(22/14);
    color: #888
}

@media (max-width: 767px) {
    .c-home4c {
        padding: .9rem 0 1rem
    }

    .c-home4c .public-title .c-title .c-en {
        letter-spacing: 3px
    }

    .c-home4c .c-list li .c-box {
        padding: .32rem .26rem .3rem
    }
}
