@charset "utf-8";

:root {
    --color: #005CE6;
    --vh: 100vh
}

@font-face {
    font-family: "Ubuntu-Regular";
    src: url("../fonts/ubuntu/Ubuntu-Regular.ttf") format("truetype")
}

@font-face {
    font-family: "Ubuntu-Bold";
    src: url("../fonts/ubuntu/Ubuntu-Bold.ttf") format("truetype")
}

@font-face {
    font-family: "DIN-Bold";
    src: url("../fonts/Din/DIN-Bold.otf") format("truetype")
}

* {
    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;
    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: "Ubuntu-Regular", 'PingFang SC', 'Microsoft YaHei', 'Microsoft YaHei UI', 'SimSun', 'SimHei', 'Arial';
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    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 path,
svg 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: 86%;
    max-width: 1600px
}

@media (max-width: 1260px) {
    .container {
        width: 90%
    }
}

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

.ptb100 {
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (max-width: 767px) {
    .ptb100 {
        padding-top: 1.2rem;
        padding-bottom: 1.2em
    }
}

.pt100 {
    padding-top: 1rem
}

@media (max-width: 767px) {
    .pt100 {
        padding-top: 1.2rem
    }
}

.pb100 {
    padding-bottom: 1rem
}

@media (max-width: 767px) {
    .pb100 {
        padding-bottom: 1.2rem
    }
}

.font14 {
    font-size: 14px
}

.font16 {
    font-size: 16px
}

.font18 {
    font-size: 18px
}

.font20 {
    font-size: 20px
}

.font22 {
    font-size: 22px
}

.font24 {
    font-size: 24px
}

.font26 {
    font-size: 26px
}

.font28 {
    font-size: 28px
}

.font30 {
    font-size: 30px
}

.font32 {
    font-size: 32px
}

.font34 {
    font-size: 34px
}

.font36 {
    font-size: 36px
}

.font40 {
    font-size: 40px
}

.font42 {
    font-size: 42px
}

.font44 {
    font-size: 44px
}

.font46 {
    font-size: 46px
}

.font48 {
    font-size: 48px
}

.font50 {
    font-size: 50px
}

.font52 {
    font-size: 52px
}

.font54 {
    font-size: 54px
}

.font56 {
    font-size: 56px
}

.font60 {
    font-size: 60px
}

.font72 {
    font-size: 72px
}

.font80 {
    font-size: 80px
}

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

    .font18 {
        font-size: 16px
    }

    .font20 {
        font-size: 18px
    }

    .font22 {
        font-size: 20px
    }

    .font24 {
        font-size: 22px
    }

    .font26 {
        font-size: 24px
    }

    .font28 {
        font-size: 26px
    }

    .font30 {
        font-size: 28px
    }

    .font32 {
        font-size: 30px
    }

    .font34 {
        font-size: 32px
    }

    .font36 {
        font-size: 34px
    }

    .font40 {
        font-size: 38px
    }

    .font42,
    .font44 {
        font-size: 40px
    }

    .font46 {
        font-size: 42px
    }

    .font48 {
        font-size: 44px
    }

    .font50 {
        font-size: 46px
    }

    .font52 {
        font-size: 48px
    }

    .font54 {
        font-size: 48px
    }

    .font56 {
        font-size: 48px
    }

    .font60,
    .font72,
    .font80 {
        font-size: 48px
    }
}

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

    .font18 {
        font-size: 16px
    }

    .font20 {
        font-size: 18px
    }

    .font22 {
        font-size: 20px
    }

    .font24 {
        font-size: 22px
    }

    .font26 {
        font-size: 24px
    }

    .font28 {
        font-size: 24px
    }

    .font30 {
        font-size: 26px
    }

    .font32 {
        font-size: 28px
    }

    .font34 {
        font-size: 28px
    }

    .font36,
    .font40 {
        font-size: 30px
    }

    .font42,
    .font44 {
        font-size: 32px
    }

    .font46 {
        font-size: 36px
    }

    .font48,
    .font50 {
        font-size: 38px
    }

    .font52,
    .font54,
    .font56,
    .font60,
    .font72,
    .font80 {
        font-size: 44px
    }
}

@media (max-width: 767px) {

    .font14,
    .font16 {
        font-size: .28rem
    }

    .font18,
    .font20 {
        font-size: .3rem
    }

    .font22,
    .font24,
    .font26,
    .font27 {
        font-size: .32rem
    }

    .font28 {
        font-size: .36rem
    }

    .font30,
    .font32,
    .font34 {
        font-size: .4rem
    }

    .font36,
    .font40,
    .font42,
    .font44,
    .font46 {
        font-size: .46rem
    }

    .font48,
    .font50,
    .font52,
    .font54,
    .font56,
    .font60,
    .font72,
    .font80 {
        font-size: .58rem
    }
}

.public-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center
}

.public-btn .a,
.public-btn a {
    position: relative;
    z-index: 1;
    transition: all .4s;
    align-items: center;
    background: #fff;
    width: .6rem;
    height: .6rem;
    border-radius: .3rem;
    overflow: hidden;
    display: flex;
    justify-content: flex-end
}

@media (max-width: 991px) {

    .public-btn .a,
    .public-btn a {
        width: auto
    }
}

@media (max-width: 767px) {

    .public-btn .a,
    .public-btn a {
        height: .78rem;
        border-radius: .39rem
    }
}

.public-btn .a span,
.public-btn a span {
    color: #000;
    white-space: nowrap;
    padding: 0 .25rem;
    transition: all .4s
}

@media (max-width: 767px) {

    .public-btn .a span,
    .public-btn a span {
        font-size: 14px
    }
}

.public-btn .a i,
.public-btn a i {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s;
    flex-shrink: 0
}

@media (max-width: 767px) {

    .public-btn .a i,
    .public-btn a i {
        width: .78rem;
        height: .78rem
    }
}

.public-btn .a i svg,
.public-btn a i svg {
    width: 20px;
    height: 20px;
    color: #000
}

@media (max-width: 1260px) {

    .public-btn .a i svg,
    .public-btn a i svg {
        width: 16px
    }
}

.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-content {
    color: #666;
    line-height: 1.8
}

.public-content a {
    color: #666
}

.public-content table {
    max-width: 100%
}

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

.public-content li {
    margin-left: 15px;
    list-style: inherit
}

.public-content ol {
    margin-left: 15px;
    list-style: decimal
}

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

#c-placeholder {
    height: calc(36px + .34rem)
}

#c-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 900;
    width: 100%;
    padding: .17rem 0;
    color: #000;
    transition: .4s;
    border-bottom: 1px solid transparent
}

#c-header .container {
    width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 0 .6rem
}

@media (max-width: 991px) {
    #c-header .container {
        position: initial
    }
}

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

#c-header.c-head-move {
    top: calc(-36px - .34rem)
}

#c-header.c-head-light {
    padding: .1rem 0
}

#c-header.c-head-light .logo a {
    height: 45px
}

#c-header.c-head-light .right-box .menu ul li a {
    line-height: 30px
}

#c-header .logo {
    display: flex;
    align-items: center;
    position: absolute;
    left: .35rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9
}

@media (max-width: 1024px) {
    #c-header .logo {
        position: relative;
        top: initial;
        transform: translateY(0);
        left: initial
    }
}

#c-header .logo a {
    width: 230px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    transition: all .4s
}

#c-header .logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: left
}

@media (max-width: 767px) {
    #c-header .logo a img {
        height: 32px
    }
}

#c-header .logo a img:nth-child(2) {
    display: none
}

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

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

#c-header .c-switch i {
    position: absolute;
    left: 0;
    height: 2px;
    width: 100%;
    background: #f15a24;
    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 .right-box {
    width: 100%;
    position: relative;
    z-index: 1
}

@media (max-width: 1024px) {
    #c-header .right-box {
        width: 101vw;
        height: var(--vh);
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        background: #fff;
        display: none;
        padding: calc(50px + .8rem) 5% .6rem
    }
}

@media (max-width: 767px) {
    #c-header .right-box {
        padding: 80px 5% .6rem
    }
}

#c-header .right-box .menu {
    width: 100%;
    display: flex;
    justify-content: center
}

@media (max-width: 1024px) {
    #c-header .right-box .menu {
        justify-content: flex-start;
        display: none
    }
}

#c-header .right-box .menu ul {
    display: flex;
    flex-wrap: wrap
}

@media (max-width: 1024px) {
    #c-header .right-box .menu ul {
        width: 100%
    }
}

#c-header .right-box .menu ul li {
    margin-right: .52rem;
    position: relative
}

@media (max-width: 1024px) {
    #c-header .right-box .menu ul li {
        width: 100%;
        margin-right: 0;
        border-bottom: 1px solid #eee
    }
}

#c-header .right-box .menu ul li:last-child {
    margin-right: 0
}

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

@media (max-width: 1024px) {
    #c-header .right-box .menu ul li .link {
        width: 100%;
        justify-content: space-between
    }
}

#c-header .right-box .menu ul li .link a {
    color: #000;
    transition: all .4s;
    line-height: 36px
}

@media (max-width: 1024px) {
    #c-header .right-box .menu ul li .link a {
        font-size: 16px;
        height: 60px;
        display: flex;
        align-items: center
    }
}

#c-header .right-box .menu ul li .link i {
    width: 10px;
    height: 10px;
    display: flex;
    align-items: center;
    margin-left: .1rem
}

@media (max-width: 1024px) {
    #c-header .right-box .menu ul li .link i {
        font-size: 16px;
        height: 16px
    }
}

#c-header .right-box .menu ul li .link i svg {
    width: 100%;
    height: 100%;
    transform: rotateZ(90deg);
    color: #000
}

#c-header .right-box .menu ul li .x-soluxl {
    position: absolute;
    top: 138%;
    left: -0.36rem;
    z-index: 5;
    background-color: #fff;
    box-shadow: 0 -0.1rem .1rem rgba(224, 226, 226, 0.3);
    border-radius: .2rem;
    padding: .3rem;
    width: 5.4rem;
    display: none
}

@media (max-width: 1900px) {
    #c-header .right-box .menu ul li .x-soluxl {
        width: 6.4rem
    }
}

@media (max-width: 1580px) {
    #c-header .right-box .menu ul li .x-soluxl {
        top: 129%;
        width: 7.4rem
    }
}

@media (max-width: 1260px) {
    #c-header .right-box .menu ul li .x-soluxl {
        display: none !important
    }
}

#c-header .right-box .menu ul li .x-soluxl.x-ltq {
    width: auto;
    min-width: 100%
}

#c-header .right-box .menu ul li .x-soluxl.x-ltq .x-con .x-le {
    width: 100%;
    padding-right: .1rem
}

#c-header .right-box .menu ul li .x-soluxl.x-ltq .x-con .x-le .x-li:last-child {
    margin-bottom: 0
}

#c-header .right-box .menu ul li .x-soluxl.x-ltq .x-con .x-le .x-li a span {
    white-space: nowrap
}

#c-header .right-box .menu ul li .x-soluxl.x-ltq .x-con .x-ri {
    display: none
}

#c-header .right-box .menu ul li .x-soluxl .x-con {
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-le {
    width: 46.31%;
    padding-right: .3rem
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-le .x-li {
    margin-bottom: .12rem
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-le .x-li.on a {
    color: #273bf8
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-le .x-li.on a::before {
    opacity: 1
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-le .x-li.on a i {
    opacity: 1;
    transform: translateX(.08rem)
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-le .x-li a {
    color: #333333;
    transition: .4s ease-in-out;
    position: relative;
    padding-left: .14rem;
    display: flex
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-le .x-li a::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #273bf8;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: .4em;
    opacity: 0;
    transition: .4s ease-in-out
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-le .x-li a i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 14px;
    height: 14px;
    color: #273bf8;
    flex-shrink: 0;
    margin-left: .1rem;
    margin-top: .2em;
    transform: translateX(0);
    opacity: 0;
    transition: .4s ease-in-out
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-le .x-li a i svg {
    width: 100%;
    height: 100%
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-le .x-li a span {
    line-height: 1.3
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-ri {
    width: 53.69%;
    position: relative
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-ri .public-img {
    border-radius: .1rem;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    transition: .4s ease-in-out
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-ri .public-img:hover img {
    transform: scale(1.05)
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-ri .public-img.on {
    opacity: 1;
    z-index: 5;
    position: relative
}

#c-header .right-box .menu ul li .x-soluxl .x-con .x-ri .public-img::before {
    padding-top: 63.07692308%
}

#c-header .right-box .other {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center
}

@media (max-width: 1024px) {
    #c-header .right-box .other {
        position: relative;
        top: initial;
        transform: translateY(0);
        margin-top: .5rem;
        right: initial;
        display: none
    }
}

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

#c-header .right-box .other .phone a {
    display: flex;
    align-items: center;
    background-color: #f05a24;
    border-radius: 100px;
    padding: .08rem .25rem .08rem .08rem
}

@media (max-width: 1580px) {
    #c-header .right-box .other .phone a {
        padding: .12rem .25rem .12rem .12rem
    }
}

#c-header .right-box .other .phone a .icon {
    width: .3rem;
    height: .3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: .1rem;
    border-radius: 50%;
    background: #fff
}

@media (max-width: 1580px) {
    #c-header .right-box .other .phone a .icon {
        width: .38rem;
        height: .38rem
    }
}

@media (max-width: 991px) {
    #c-header .right-box .other .phone a .icon {
        width: .6rem;
        height: .6rem
    }
}

#c-header .right-box .other .phone a .icon svg,
#c-header .right-box .other .phone a .icon img {
    width: .14rem;
    height: .14rem
}

@media (max-width: 1580px) {

    #c-header .right-box .other .phone a .icon svg,
    #c-header .right-box .other .phone a .icon img {
        width: .18rem;
        height: .18rem
    }
}

@media (max-width: 991px) {

    #c-header .right-box .other .phone a .icon svg,
    #c-header .right-box .other .phone a .icon img {
        width: 50%;
        height: 50%
    }
}

#c-header .right-box .other .phone a .txt {
    font-size: 14px;
    line-height: calc(18/14);
    color: #fff
}

#c-header .right-box .other .phone a .txt span {
    display: block;
    line-height: 1
}

#c-header .c-nav2 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    height: 0;
    line-height: 50px;
    color: #333;
    background: #fff;
    overflow-y: auto;
    transition: .4s;
    text-align: left;
    display: none
}

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

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

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

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

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

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

#c-header .c-nav2 li a {
    color: #333;
    -webkit-transition: all .4s;
    transition: all .4s
}

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

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

#c-header.c-style2 .c-nav2 {
    height: calc(100vh - 1.2rem)
}

#c-header.c-style2 {
    border-bottom: 1px solid #eeeeee;
    background: #fff
}

#c-header.c-style2 .logo a img:nth-child(1) {
    display: none
}

#c-header.c-style2 .logo a img:nth-child(2) {
    display: inline-block
}

.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 {
    width: 100%;
    position: relative;
    z-index: 1
}

#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)
}

#c-code-pop {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 910;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4)
}

#c-code-pop .c-img-box {
    position: absolute;
    top: 50%;
    left: 50%;
    padding: 20px;
    width: 200px;
    border-radius: 5px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#c-code-pop .c-img-box .c-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    bottom: -60px;
    left: 50%;
    margin-left: -20px;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
    transition: all .4s;
    color: #333
}

#c-code-pop .c-img-box .c-close img,
#c-code-pop .c-img-box .c-close svg {
    margin: 4px;
    width: 18px;
    height: 18px
}

#c-code-pop .c-img-box .c-close:hover {
    color: #fff;
    background-color: var(--color)
}

#c-code-pop .c-img-box>img {
    width: 100%
}

#c-code-pop .c-img-box .c-text {
    padding-top: 10px;
    line-height: 1;
    text-align: center;
    color: #333
}

.banner {
    width: 100%;
    height: var(--vh);
    position: relative;
    z-index: 1;
    padding: calc(36px + .34rem) 10px 0
}

@media (max-width: 767px) {
    .banner {
        height: 70vh
    }
}

.banner .box {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.banner .box .img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.banner .box .img video,
.banner .box .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 991px) {
    .banner .box .img .pc {
        display: none
    }
}

.banner .box .img .mb {
    display: none
}

@media (max-width: 991px) {
    .banner .box .img .mb {
        display: block
    }
}

.banner .box .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2
}

.banner .box .container .tbox {
    width: 100%
}

.banner .box .container .tbox .title {
    color: #fff;
    line-height: calc(74/60);
    font-family: "Ubuntu-Bold"
}

.banner .box .container .tbox .txt {
    line-height: calc(30/20);
    color: #fff;
    margin-top: .2rem
}

.banner .box .container .tbox .more {
    margin-top: .55rem
}

.index-box1 {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 1.35rem 0 1.4rem
}

.index-box1 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden
}

.index-box1 .bg .s1 {
    width: 1200px;
    height: 1200px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-600px, -600px);
    display: block;
    background: radial-gradient(50% 50% at 50% 50%, rgba(39, 59, 248, 0.6) 0%, rgba(39, 59, 248, 0) 100%);
    animation: rotateInfinite 15s linear infinite both
}

@media (max-width: 767px) {
    .index-box1 .bg .s1 {
        animation: rotateInfinite 40s linear infinite both
    }
}

.index-box1 .bg .s2 {
    width: 700px;
    height: 800px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-350px, -400px);
    display: block;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 222, 255, 0.6) 0%, rgba(0, 222, 255, 0) 100%);
    animation: rotateInfinite2 10s linear infinite both
}

@media (max-width: 767px) {
    .index-box1 .bg .s2 {
        animation: rotateInfinite2 40s linear infinite both
    }
}

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

.index-box1 .container .top {
    width: 100%
}

.index-box1 .container .top .title {
    color: #000;
    line-height: calc(58/48);
    font-family: "Ubuntu-Bold"
}

.index-box1 .container .top .txt {
    line-height: calc(28/18);
    color: #000;
    margin-top: .1rem
}

.index-box1 .container .list {
    width: 100%;
    margin-top: .52rem
}

.index-box1 .container .list ul {
    width: calc(100% + 10px);
    margin: 0 -5px;
    display: flex;
    flex-wrap: wrap
}

.index-box1 .container .list ul li {
    width: calc(20% - 10px);
    margin: 0 5px
}

@media (max-width: 767px) {
    .index-box1 .container .list ul li {
        width: 100%;
        margin: 0 0 .5rem
    }

    .index-box1 .container .list ul li:last-child {
        margin: 0
    }
}

.index-box1 .container .list ul li a {
    width: 100%;
    position: relative;
    z-index: 1;
    display: block
}

.index-box1 .container .list ul li a .boxs {
    width: 100%;
    position: relative;
    z-index: 1;
    border-radius: .2rem;
    background: #fff
}

.index-box1 .container .list ul li a .boxs .public-img {
    width: 100%;
    border-radius: .2rem;
    transition: all .4s
}

.index-box1 .container .list ul li a .boxs .public-img::before {
    padding-top: calc(515/312*100%)
}

.index-box1 .container .list ul li a .boxs::before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    border-radius: .2rem;
    opacity: 0;
    transition: .8s all
}

@media (max-width: 767px) {
    .index-box1 .container .list ul li a .boxs::before {
        background: rgba(255, 255, 255, 0.5);
        opacity: .8 !important
    }
}

.index-box1 .container .list ul li a .boxs .tbox {
    width: 100%;
    height: 100%;
    border-radius: .2rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    border: 1px solid #fff;
    padding: .52rem .3rem .3rem;
    transition: all .4s;
    opacity: 0
}

@media (max-width: 767px) {
    .index-box1 .container .list ul li a .boxs .tbox {
        opacity: 1 !important;
        background-color: #fff;
        border-radius: .1rem;
        padding: .4rem;
        height: auto;
        top: auto;
        bottom: .4rem;
        width: 90%;
        left: 50%;
        transform: translateX(-50%)
    }
}

.index-box1 .container .list ul li a .boxs .tbox .t1 {
    line-height: calc(34/24);
    color: #000;
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .index-box1 .container .list ul li a .boxs .tbox .t1 {
        font-size: .3rem;
        font-weight: bold
    }
}

.index-box1 .container .list ul li a .boxs .tbox .t2 {
    color: #000;
    line-height: calc(26/16);
    margin-top: .1rem;
    position: relative;
    z-index: 2
}

.index-box1 .container .list ul li a .boxs .tbox .x-more {
    display: none
}

@media (max-width: 767px) {
    .index-box1 .container .list ul li a .boxs .tbox .x-more {
        display: inline-flex;
        align-items: center;
        margin-top: .2rem
    }
}

.index-box1 .container .list ul li a .boxs .tbox .x-more svg {
    color: #333;
    width: 16px;
    height: 16px;
    margin-left: .1rem
}

.index-box1 .container .list ul li a .boxs .tbox .more {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    background: var(--brand-orange);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    z-index: 2;
    right: .3rem;
    bottom: .3rem
}

@media (max-width: 767px) {
    .index-box1 .container .list ul li a .boxs .tbox .more {
        display: none
    }
}

.index-box1 .container .list ul li a .boxs .tbox .more svg {
    color: #fff;
    width: 22px;
    height: 22px
}

@media (max-width: 767px) {
    .index-box1 .container .list ul li a .boxs .tbox .more svg {
        width: 16px;
        height: 16px
    }
}

.index-box1 .container .list ul li a .txt {
    margin-top: .15rem;
    color: #000
}

@media (max-width: 767px) {
    .index-box1 .container .list ul li a .txt {
        display: none
    }
}

@media (min-width: 768px) {
    .index-box1 .container .list ul li a:hover .boxs::before {
        opacity: 1
    }

    .index-box1 .container .list ul li a:hover .boxs .public-img {
        opacity: .05
    }

    .index-box1 .container .list ul li a:hover .boxs .public-img img {
        transform: scale(1.05)
    }

    .index-box1 .container .list ul li a:hover .boxs .tbox {
        opacity: 1
    }
}

@keyframes rotateInfinite {
    0% {
        left: 50%;
        top: 0
    }

    25% {
        left: 0;
        top: 50%
    }

    50% {
        left: 50%;
        top: 100%
    }

    75% {
        left: 100%;
        top: 50%
    }

    to {
        left: 50%;
        top: 0
    }
}

@keyframes rotateInfinite2 {
    0% {
        left: 75%;
        top: 0
    }

    25% {
        left: 25%;
        top: 100%
    }

    50% {
        left: 25%;
        top: 0
    }

    75% {
        left: 75%;
        top: 100%
    }

    to {
        left: 75%;
        top: 0
    }
}

.index-box2 {
    width: 100%;
    position: relative;
    z-index: 1
}

.index-box2 .bg {
    width: 100%;
    height: 8rem;
    overflow: hidden;
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none
}

.index-box2 .bg::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.1)
}

.index-box2 .bg img {
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1
}

@media (max-width: 1260px) {
    .index-box2 .bg img {
        width: auto;
        max-width: initial;
        height: 100vh
    }
}

@media (max-width: 991px) {
    .index-box2 .bg img {
        height: 110vh
    }
}

.index-box2 .container {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    padding: 2.8rem 0;
    display: flex;
    align-items: center
}

@media (max-width: 991px) {
    .index-box2 .container {
        height: 100vh
    }
}

.index-box2 .container .tbox .title {
    line-height: calc(58/48);
    color: #fff;
    font-family: "Ubuntu-Bold"
}

.index-box2 .container .tbox .txt {
    line-height: calc(28/18);
    color: #fff;
    margin-top: .1rem
}

.index-box2 .container .tbox .more {
    margin-top: .77rem
}

.index-box3 {
    width: 100%;
    position: relative;
    z-index: 3;
    background-color: #fff;
    padding: 1.35rem 0 1.4rem
}

.index-box3 .container .top .title {
    color: #000;
    font-family: "Ubuntu-Bold";
    line-height: calc(58/48)
}

.index-box3 .container .top .txt {
    line-height: calc(28/18);
    color: #000;
    margin-top: .1rem
}

.index-box3 .container .list {
    width: 100%;
    margin-top: .55rem
}

.index-box3 .container .list ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.index-box3 .container .list ul li {
    width: 25%
}

@media (max-width: 991px) {
    .index-box3 .container .list ul li {
        width: 50%
    }
}

@media (max-width: 767px) {
    .index-box3 .container .list ul li {
        width: 100%;
        margin-bottom: .3rem
    }

    .index-box3 .container .list ul li:last-child {
        margin-bottom: 0
    }
}

.index-box3 .container .list ul li a {
    width: 100%;
    height: 100%;
    min-height: 4.4rem;
    display: block;
    padding: .4rem .23rem 1.5rem;
    position: relative;
    z-index: 1;
    transition: all .4s
}

@media (max-width: 767px) {
    .index-box3 .container .list ul li a {
        padding: .4rem .3rem;
        border-radius: .2rem;
        background: #f7f9fa
    }
}

.index-box3 .container .list ul li a .icon {
    width: .62rem;
    height: .62rem
}

.index-box3 .container .list ul li a .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.index-box3 .container .list ul li a .t1 {
    line-height: calc(34/24);
    color: #000;
    transition: all .4s;
    margin-top: .32rem
}

@media (max-width: 1024px) {
    .index-box3 .container .list ul li a .t1 {
        font-size: 20px
    }
}

.index-box3 .container .list ul li a .t2 {
    color: #666;
    line-height: calc(26/16);
    margin-top: .1rem
}

@media (max-width: 1024px) {
    .index-box3 .container .list ul li a .t2 {
        font-size: 14px
    }
}

.index-box3 .container .list ul li a .more {
    position: absolute;
    left: .23rem;
    bottom: .6rem;
    z-index: 1
}

@media (max-width: 767px) {
    .index-box3 .container .list ul li a .more {
        position: relative;
        left: initial;
        bottom: initial;
        margin-top: .3rem
    }
}

.index-box3 .container .list ul li a .more .public-btn .a {
    width: 20px;
    background: none
}

@media (max-width: 991px) {
    .index-box3 .container .list ul li a .more .public-btn .a {
        width: auto
    }
}

.index-box3 .container .list ul li a .more .public-btn .a span {
    padding: 0;
    padding-right: .1rem;
    color: #000;
    line-height: calc(28/18)
}

.index-box3 .container .list ul li a .more .public-btn .a i {
    width: 20px;
    height: 28px;
    background: none
}

.index-box3 .container .list ul li a:hover {
    background: #f7f9fa
}

.index-box3 .container .list ul li a:hover .t1 {
    color: #273bf8
}

.index-box3 .container .list ul li a:hover .more .public-btn .a span {
    color: #273bf8
}

.index-box3 .container .list ul li a:hover .more .public-btn .a i svg {
    color: #273bf8
}

.index-box4-5 {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 1.3rem 0 1.4rem;
    background: #f7f9fa
}

.index-box4-5 .bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
    overflow: hidden
}

.index-box4-5 .bg .s1 {
    width: 1200px;
    height: 1200px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-600px, -600px);
    display: block;
    background: radial-gradient(50% 50% at 50% 50%, rgba(39, 59, 248, 0.6) 0%, rgba(39, 59, 248, 0) 100%);
    animation: rotateInfinite 15s linear infinite both
}

.index-box4-5 .bg .s2 {
    width: 800px;
    height: 1000px;
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(-350px, -400px);
    display: block;
    background: radial-gradient(50% 50% at 50% 50%, rgba(0, 222, 255, 0.6) 0%, rgba(0, 222, 255, 0) 100%);
    animation: rotateInfinite2 10s linear infinite both
}

.index-box4-5 .index-box4 {
    width: 100%;
    position: relative;
    z-index: 1
}

.index-box4-5 .index-box4 .container {
    position: relative;
    z-index: 1
}

.index-box4-5 .index-box4 .container .top {
    width: 100%
}

.index-box4-5 .index-box4 .container .top .title {
    color: #000;
    line-height: calc(58/48);
    font-family: "Ubuntu-Bold"
}

.index-box4-5 .index-box4 .container .top .txt {
    line-height: calc(28/18);
    color: #000;
    margin-top: .1rem
}

.index-box4-5 .index-box4 .container .list {
    width: 100%;
    margin-top: .52rem
}

.index-box4-5 .index-box4 .container .list .swiper-container {
    width: 100%;
    overflow: hidden
}

.index-box4-5 .index-box4 .container .list .swiper-container .swiper-slide a {
    width: 100%;
    display: block;
    background: rgba(255, 255, 255, 0.82);
    border-radius: .2rem;
    padding: .2rem .2rem .75rem
}

.index-box4-5 .index-box4 .container .list .swiper-container .swiper-slide a .public-img {
    width: 100%;
    border-radius: .1rem
}

.index-box4-5 .index-box4 .container .list .swiper-container .swiper-slide a .public-img::before {
    padding-top: calc(252/486*100%)
}

.index-box4-5 .index-box4 .container .list .swiper-container .swiper-slide a .tbox {
    width: 100%;
    margin-top: .28rem
}

.index-box4-5 .index-box4 .container .list .swiper-container .swiper-slide a .tbox .ts {
    display: flex;
    align-items: center;
    margin-bottom: .2rem
}

.index-box4-5 .index-box4 .container .list .swiper-container .swiper-slide a .tbox .ts:last-child {
    margin-bottom: 0
}

.index-box4-5 .index-box4 .container .list .swiper-container .swiper-slide a .tbox .ts i {
    width: 18px;
    display: flex;
    align-items: center;
    margin-right: .2rem
}

@media (max-width: 767px) {
    .index-box4-5 .index-box4 .container .list .swiper-container .swiper-slide a .tbox .ts i {
        width: 16px
    }
}

.index-box4-5 .index-box4 .container .list .swiper-container .swiper-slide a .tbox .ts span {
    color: #000;
    line-height: calc(28/18)
}

@media (max-width: 1260px) {
    .index-box4-5 .index-box4 .container .list .swiper-container .swiper-slide a .tbox .ts span {
        font-size: 14px
    }
}

.index-box4-5 .index-box4 .container .ck-box {
    position: absolute;
    right: 0;
    top: .3rem;
    z-index: 2;
    display: flex
}

@media (max-width: 991px) {
    .index-box4-5 .index-box4 .container .ck-box {
        width: 100%;
        position: relative;
        right: initial;
        top: initial;
        justify-content: center;
        margin-top: .5rem
    }
}

.index-box4-5 .index-box4 .container .ck-box .prev,
.index-box4-5 .index-box4 .container .ck-box .next {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    transition: all .4s
}

@media (max-width: 767px) {

    .index-box4-5 .index-box4 .container .ck-box .prev,
    .index-box4-5 .index-box4 .container .ck-box .next {
        width: .78rem;
        height: .78rem
    }
}

.index-box4-5 .index-box4 .container .ck-box .prev svg,
.index-box4-5 .index-box4 .container .ck-box .next svg {
    width: 20px;
    height: 20px;
    color: #000;
    transition: all .4s
}

@media (max-width: 1260px) {

    .index-box4-5 .index-box4 .container .ck-box .prev svg,
    .index-box4-5 .index-box4 .container .ck-box .next svg {
        width: 16px
    }
}

.index-box4-5 .index-box4 .container .ck-box .prev:hover,
.index-box4-5 .index-box4 .container .ck-box .next:hover {
    background: #000
}

.index-box4-5 .index-box4 .container .ck-box .prev:hover svg,
.index-box4-5 .index-box4 .container .ck-box .next:hover svg {
    color: #fff
}

.index-box4-5 .index-box4 .container .ck-box .prev {
    margin-right: 8px
}

.index-box4-5 .index-box4 .container .ck-box .prev svg {
    transform: rotateZ(180deg)
}

.index-box4-5 .index-box5 {
    width: 100%;
    margin-top: 1.7rem;
    position: relative;
    z-index: 2
}

.index-box4-5 .index-box5 .container {
    position: relative;
    z-index: 1
}

.index-box4-5 .index-box5 .container .title {
    color: #000;
    line-height: calc(58/48);
    font-family: "Ubuntu-Bold"
}

.index-box4-5 .index-box5 .container .list {
    width: 100%;
    margin-top: .64rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.index-box4-5 .index-box5 .container .list .big {
    width: calc(880/1600*100%);
    background: rgba(255, 255, 255, 0.6);
    border-radius: .2rem;
    padding-right: 1.9rem
}

@media (max-width: 1580px) {
    .index-box4-5 .index-box5 .container .list .big {
        padding-right: 0
    }
}

@media (max-width: 991px) {
    .index-box4-5 .index-box5 .container .list .big {
        width: 100%
    }
}

.index-box4-5 .index-box5 .container .list .big a {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: .3rem
}

@media (max-width: 767px) {
    .index-box4-5 .index-box5 .container .list .big a {
        flex-direction: column
    }
}

.index-box4-5 .index-box5 .container .list .big a .public-img {
    width: 100%;
    border-radius: .1rem
}

@media (max-width: 1580px) {
    .index-box4-5 .index-box5 .container .list .big a .public-img {
        width: calc(100% - 1.9rem)
    }
}

@media (max-width: 991px) {
    .index-box4-5 .index-box5 .container .list .big a .public-img {
        width: 100%
    }
}

.index-box4-5 .index-box5 .container .list .big a .public-img::before {
    padding-top: calc(342/630*100%)
}

@media (max-width: 767px) {
    .index-box4-5 .index-box5 .container .list .big a .public-img::before {
        padding-top: calc(262/288*100%)
    }
}

.index-box4-5 .index-box5 .container .list .big a .tbox {
    width: 100%;
    margin-bottom: .56rem
}

@media (max-width: 1580px) {
    .index-box4-5 .index-box5 .container .list .big a .tbox {
        margin-bottom: .4rem
    }
}

@media (max-width: 767px) {
    .index-box4-5 .index-box5 .container .list .big a .tbox {
        margin-top: .2rem;
        margin-bottom: 0
    }
}

.index-box4-5 .index-box5 .container .list .big a .tbox .t1 {
    text-transform: uppercase;
    color: #333;
    line-height: calc(26/16)
}

.index-box4-5 .index-box5 .container .list .big a .tbox .t2 {
    font-size: .48rem;
    font-family: "DIN-Bold";
    line-height: 1;
    color: #333;
    margin-top: .1rem
}

@media (max-width: 1900px) {
    .index-box4-5 .index-box5 .container .list .big a .tbox .t2 {
        font-size: .4rem
    }
}

.index-box4-5 .index-box5 .container .list .big a .tbox .t3 {
    margin-top: .2rem;
    color: #333;
    line-height: calc(30/24);
    font-size: 24px
}

@media (max-width: 1900px) {
    .index-box4-5 .index-box5 .container .list .big a .tbox .t3 {
        font-size: 20px
    }
}

@media (max-width: 1580px) {
    .index-box4-5 .index-box5 .container .list .big a .tbox .t3 {
        font-size: 18px
    }
}

@media (max-width: 1024px) {
    .index-box4-5 .index-box5 .container .list .big a .tbox .t3 {
        font-size: 16px
    }
}

.index-box4-5 .index-box5 .container .list .big a .tbox .t3 span {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #333333 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .5s;
    display: initial
}

.index-box4-5 .index-box5 .container .list .big a:hover .tbox .t3 span {
    background-size: 100% 100%
}

.index-box4-5 .index-box5 .container .list .big a:hover .public-img img {
    transform: scale(1.05)
}

.index-box4-5 .index-box5 .container .list .right {
    width: calc(710/1600*100%)
}

@media (max-width: 991px) {
    .index-box4-5 .index-box5 .container .list .right {
        width: 100%;
        margin-top: .1rem
    }
}

@media (max-width: 767px) {
    .index-box4-5 .index-box5 .container .list .right {
        margin-top: .3rem
    }
}

.index-box4-5 .index-box5 .container .list .right .item {
    width: 100%;
    border-radius: .2rem;
    background: rgba(255, 255, 255, 0.6);
    margin-bottom: .1rem
}

@media (max-width: 767px) {
    .index-box4-5 .index-box5 .container .list .right .item {
        margin-bottom: .3rem
    }
}

.index-box4-5 .index-box5 .container .list .right .item:last-child {
    margin-bottom: 0
}

.index-box4-5 .index-box5 .container .list .right .item a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .3rem
}

.index-box4-5 .index-box5 .container .list .right .item a .public-img {
    width: calc(288/650*100%);
    border-radius: .1rem
}

@media (max-width: 767px) {
    .index-box4-5 .index-box5 .container .list .right .item a .public-img {
        width: 100%
    }
}

.index-box4-5 .index-box5 .container .list .right .item a .public-img::before {
    padding-top: calc(262/288*100%)
}

.index-box4-5 .index-box5 .container .list .right .item a .tbox {
    width: calc(325/650*100%);
    display: flex;
    flex-wrap: wrap;
    align-content: space-between
}

@media (max-width: 767px) {
    .index-box4-5 .index-box5 .container .list .right .item a .tbox {
        width: 100%;
        margin-top: .2rem
    }
}

.index-box4-5 .index-box5 .container .list .right .item a .tbox .t1 {
    width: 100%;
    color: #333;
    font-size: 24px;
    line-height: calc(34/24)
}

@media (max-width: 1900px) {
    .index-box4-5 .index-box5 .container .list .right .item a .tbox .t1 {
        font-size: 20px
    }
}

@media (max-width: 1580px) {
    .index-box4-5 .index-box5 .container .list .right .item a .tbox .t1 {
        font-size: 18px
    }
}

@media (max-width: 1024px) {
    .index-box4-5 .index-box5 .container .list .right .item a .tbox .t1 {
        font-size: 16px
    }
}

.index-box4-5 .index-box5 .container .list .right .item a .tbox .t1 span {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 93%, #333333 0%);
    background-size: 0 100%;
    background-repeat: no-repeat;
    transition: .5s;
    display: initial
}

.index-box4-5 .index-box5 .container .list .right .item a .tbox .t2 {
    color: #333;
    line-height: calc(24/16)
}

@media (max-width: 767px) {
    .index-box4-5 .index-box5 .container .list .right .item a .tbox .t2 {
        margin-top: .2rem
    }
}

.index-box4-5 .index-box5 .container .list .right .item a:hover .public-img img {
    transform: scale(1.05)
}

.index-box4-5 .index-box5 .container .list .right .item a:hover .tbox .t1 span {
    background-size: 100% 100%
}

.index-box4-5 .index-box5 .container .more {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

@media (max-width: 991px) {
    .index-box4-5 .index-box5 .container .more {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        margin-top: .5rem;
        right: initial;
        top: initial
    }
}

.index-box4-5 .index-box5 .container .more .public-btn a {
    background: #000
}

.index-box4-5 .index-box5 .container .more .public-btn a span {
    color: #fff
}

.index-box4-5 .index-box5 .container .more .public-btn a i {
    background: var(--brand-orange)
}

.index-box4-5 .index-box5 .container .more .public-btn a i svg {
    color: #fff
}

.footer {
    width: 100%;
    position: relative;
    z-index: 1;
    padding: 0 .1rem .1rem
}

.footer .box {
    width: 100%;
    border-radius: .2rem;
    background:
     linear-gradient(
            135deg,
            #17100f 0%,
            #231815 55%,
            #2d1915 100%
        );
    position: relative;
    z-index: 1;
    padding: 1rem 0 .83rem
}

@media (max-width: 767px) {
    .footer .box {
        padding: 1.2rem 0 .5rem
    }
}

.footer .box .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.footer .box .container .top {
    width: calc(600/1600*100%);
    position: relative;
    z-index: 1
}

@media (max-width: 991px) {
    .footer .box .container .top {
        width: 100%
    }
}

.footer .box .container .top .logo {
    display: flex
}

.footer .box .container .top .logo a {
    display: block
}

.footer .box .container .top .logo a img,
.footer .box .container .top .logo a svg {
    color: #fff;
    height: .79rem
}

.footer .box .container .top .add-box {
    width: 100%;
    margin-top: .5rem
}

.footer .box .container .top .add-box .ts {
    display: flex;
    align-items: center;
    margin-bottom: .23rem
}

@media (max-width: 767px) {
    .footer .box .container .top .add-box .ts {
        align-items: flex-start
    }
}

.footer .box .container .top .add-box .ts:last-child {
    margin-bottom: 0
}

.footer .box .container .top .add-box .ts i {
    width: 26px;
    display: flex;
    align-items: center;
    margin-right: .2rem;
    flex-shrink: 0
}

@media (max-width: 767px) {
    .footer .box .container .top .add-box .ts i {
        width: 16px;
        margin-top: .1rem
    }
}

.footer .box .container .top .add-box .ts i img,
.footer .box .container .top .add-box .ts i svg {
    width: 100%;
    object-fit: contain
}

.footer .box .container .top .add-box .ts span {
    width: 360px;
    line-height: calc(26/16);
    color: #fff
}

@media (max-width: 991px) {
    .footer .box .container .top .add-box .ts span {
        width: auto
    }
}

.footer .box .container .top .copy {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1
}

@media (max-width: 991px) {
    .footer .box .container .top .copy {
        position: relative;
        left: initial;
        bottom: initial;
        margin-top: 1.2rem
    }
}

.footer .box .container .top .copy .txt {
    line-height: calc(26/18);
    color: #fff
}

.footer .box .container .top .copy .links {
    display: flex;
    flex-wrap: wrap;
    margin-top: .2rem
}

.footer .box .container .top .copy .links a {
    color: rgba(255, 255, 255, 0.2);
    line-height: calc(26/18);
    transition: all .4s;
    position: relative;
    z-index: 1;
    margin-right: .4rem
}

.footer .box .container .top .copy .links a:hover {
    color: #fff
}

.footer .box .container .top .copy .links a:nth-child(1)::after {
    content: '';
    width: 1px;
    height: 14px;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: calc(100% + .2rem);
    top: 50%;
    transform: translateY(-50%)
}

.footer .box .container .menu {
    width: calc(875/1600*100%)
}

@media (max-width: 1580px) {
    .footer .box .container .menu {
        width: calc(950/1600*100%)
    }
}

@media (max-width: 991px) {
    .footer .box .container .menu {
        display: none
    }
}

.footer .box .container .menu ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.footer .box .container .menu ul li {
    width: 33.33%;
    margin-bottom: .8rem
}

@media (min-width: 1261px) {
    .footer .box .container .menu ul li:nth-last-child(-n + 3) {
        margin-bottom: .3rem
    }
}

.footer .box .container .menu ul li .t1 {
    color: #fff;
    line-height: 1;
    font-family: "Ubuntu-Bold";
    padding-bottom: .2rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: .12rem
}

.footer .box .container .menu ul li .t2 {
    display: flex
}

.footer .box .container .menu ul li .t2 a {
    color: rgba(255, 255, 255, 0.7);
    transition: all .4s;
    line-height: calc(30/16)
}

.footer .box .container .menu ul li .t2 a:hover {
    color: #fff;
    text-decoration: underline
}

.footer .go-top {
    width: .6rem;
    height: .6rem;
    border-radius: 50%;
    border: 1px solid #fff;
    position: absolute;
    right: 1.6rem;
    bottom: 1.3rem;
    z-index: 2;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s
}

@media (max-width: 767px) {
    .footer .go-top {
        right: .3rem;
        bottom: 2rem;
        width: .78rem;
        height: .78rem
    }
}

.footer .go-top svg {
    width: 20px;
    height: auto;
    transition: all .4s;
    color: #fff;
    transform: rotateZ(-90deg)
}

@media (max-width: 1260px) {
    .footer .go-top svg {
        width: 16px
    }
}

.footer .go-top:hover {
    background: #fff
}

.footer .go-top:hover svg {
    color: #000
}

.layui-form-select dl dd.layui-this {
    background: var(--color);
    display: none
}

.layui-form-select .layui-select-tips {
    display: none
}

.layui-form-select .layui-input {
    height: .53rem;
    border: 2px solid rgba(19, 19, 25, 0.07);
    color: #131319;
    padding: 0 .24rem;
    border-radius: .27rem
}

.layui-form-select .layui-input::placeholder {
    color: #131319
}

@media (max-width: 991px) {
    .layui-form-select .layui-input {
        height: .78rem;
        border-radius: .39rem
    }
}

.layui-form-select .layui-edge {
    right: .24rem;
    background: url(https://www.hilandbiosciences.com/static/home/images/b.svg) no-repeat;
    background-size: contain;
    width: 12px;
    height: 7px;
    border: none;
    margin: 0;
    margin-top: -4px
}