* {
    outline: none
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ul,
ol,
li,
form,
button,
input,
textarea,
th,
td {
    font-weight: inherit;
    margin: 0;
    padding: 0
}

body,
button,
input,
select,
textarea,
h1,
h2,
h3,
h4,
h5,
h6,
i {
    font: normal 12Px PingFang SC, Microsoft YaHei, Helvetica Neue, Arial, Source Han Sans SC, sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}


@media screen and (min-width: 1024px) {

    body,
    button,
    input,
    select,
    textarea,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    i {
        font-family: "Microsoft YaHei Light"
    }
}


ul,
ol,
li {
    list-style: none
}

a {
    text-decoration: none;
    color: inherit;
    display: inline-block
}

a:hover {
    text-decoration: none
}

img {
    vertical-align: top;
    border: 0
}

button,
input,
textarea {
    font-size: 100%;
    vertical-align: middle;
    outline: none;
    border-radius: 0;
    appearance: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse
}

div,
a {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0)
}

html {
    font-size: 100Px
}

@media screen and (min-width: 320px) {
    html {
        font-size: 85.3333333333Px
    }
}

@media screen and (min-width: 360px) {
    html {
        font-size: 96Px
    }
}

@media screen and (min-width: 375px) {
    html {
        font-size: 100Px
    }
}

@media screen and (min-width: 480px) {
    html {
        font-size: 128Px
    }
}

@media screen and (min-width: 640px) {
    html {
        font-size: 170.6666666667Px
    }
}

@media screen and (min-width: 750px) {
    html {
        font-size: 200Px
    }
}

.clearfloat:after {
    font-size: 0;
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " "
}

.clearboth {
    clear: both
}

.image {
    display: block;
    position: relative
}

.image>img {
    display: block;
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0
}

.image.is-1by1 {
    padding-top: 100%
}

.image.is-4by3 {
    padding-top: 75%
}

.is-relative {
    position: relative
}

[role=button] {
    appearance: none;
    outline: none
}

.text-center {
    text-align: center
}

@media (max-width: 1024px) {
    .display-none-mobile {
        display: none !important
    }
}

.display-none-pc {
    display: none !important
}

@media (max-width: 1024px) {
    .display-none-pc {
        display: flex !important
    }
}

html,
body {
    background: #1a1a1a
}


.wp-common {
    max-width: 64vw;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box
}

@media screen and (max-width: 1380px) {
    .wp-common {
        padding: 0 0.15rem
    }
}

@media screen and (max-width: 1024px) {
    .wp-common {
        padding: 0 0.1rem
    }
}

.sticky-wrapper {
    background: transparent;
    position: absolute;
    left: 0;
    top: 0
}

.hy-loading-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1vw;
    color: #fff;
    width: 100%;
    height: 100%;
}

.hy-loading .dotting {
    display: inline-block;
    min-width: .2em;
    min-height: .2em;
    margin-right: .8em;
    box-shadow: .2em 0 #fff, .6em 0 #fff, 1em 0 #fff;
    animation: loading 3s step-start infinite;
}

@keyframes loading {
    25% {
        box-shadow: none;
    }

    /* 0个点 */
    50% {
        box-shadow: .2em 0 #fff;
    }

    /* 1个点 */
    75% {
        box-shadow: .2em 0 #fff, .6em 0 #fff;
    }

    /* 2个点 */
}

.hy-empty-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.hy-empty {
    font-size: .95vw;
    color: #787878;
    text-align: center;
}

.hy-empty img {
    width: 6.25vw;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1024px) {
    .hy-loading-wrap {
        font-size: .14rem;
    }
    .hy-empty {
        font-size: .14rem;
    }

    .hy-empty img {
        width: 1.15rem;
        margin-bottom: .1rem;
    }
}


.hy-pc {
    display: block;
}

.hy-mobile {
    display: none;
}

.footer-wrap {
    position: relative;
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .hy-pc {
        display: none;
    }

    .hy-mobile {
        display: block;
    }

    .footer-wrap {
        position: static;
    }
}

.header {
    box-sizing: border-box;
    position: absolute;
    z-index: 99;
    width: 100%;
    background: transparent;
    overflow: hidden;
    transition: 0.2s ease all
}

@media (max-width: 1024px) {
    .header {
        height: 0.5rem;
        display: flex;
        align-items: center
    }
}

.header.stuck {
    position: fixed;
    top: 0
}

.header .header-nav {
    box-sizing: border-box;
    width: 100%;
    padding: 0.15rem 0.15rem 0.05rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: 0.4s ease all
}

@media (max-width: 480px) {
    .header .header-nav {
        padding-top: 0.12rem;
        padding-bottom: 0.1rem
    }
}

.header .header-nav .header-left .logo {
    height: 0.165rem;
    transition: 0.4s ease all
}


.header .header-nav .header-left .logo img {
    width: auto;
    height: 100%;
    object-fit: contain
}

.header .header-nav .header-middle {
    display: flex;
    justify-content: center;
}


.header .header-nav .header-middle .nav-list {
    margin-right: 1.6666666667vw;
    display: flex;
    justify-content: flex-start
}

@media (max-width: 1024px) {
    .header .header-nav .header-left .logo {
        height: .20rem;
    }

    .header .header-nav .header-middle .nav-list {
        display: none
    }
}

.header .header-nav .header-middle .nav-list .nav-item {
    position: relative
}

.header .header-nav .header-middle .nav-list .nav-item:not(:last-child) {
    margin-right: 0.1rem
}

@media (max-width: 1440px) {
    .header .header-nav .header-middle .nav-list .nav-item:not(:last-child) {
        margin-right: 0.06rem
    }
}

.header .header-nav .header-middle .nav-list .nav-item .nav-link {
    display: flex;
    justify-content: center;
    align-items: center
}

.header .header-nav .header-middle .nav-list .nav-item .nav-link a {
    font-size: 0.09rem;
    line-height: 1;
    color: #fff;
    padding: 0.06rem 0.085rem;
    transition: 0.2s ease all
}

@media (max-width: 1480px) {
    .header .header-nav .header-middle .nav-list .nav-item .nav-link a {
        padding-left: 0.07rem;
        padding-right: 0.07rem
    }
}

@media (max-width: 1300px) {
    .header .header-nav .header-middle .nav-list .nav-item .nav-link a {
        padding: 0.05rem 0.06rem
    }
}

@media (max-width: 1100px) {
    .header .header-nav .header-middle .nav-list .nav-item .nav-link a {
        padding: 0.05rem
    }
}

@media (max-width: 1180px) {
    .header .header-nav .header-middle .nav-list .nav-item .nav-link a {
        font-size: 0.065rem
    }
}

@media (max-width: 1050px) {
    .header .header-nav .header-middle .nav-list .nav-item .nav-link a {
        font-size: 0.06rem
    }
}

.header .header-nav .header-middle .nav-list .nav-item .nav-link a::after {
    content: "";
    position: absolute;
    left: calc(50% - 0.0375rem);
    bottom: 0;
    width: 0.075rem;
    height: 0.01rem;
    background: #fff;
    transform: scaleX(0);
    z-index: -1;
    transition: 0.35s ease all
}

.header .header-nav .header-middle .nav-list .nav-item:hover .nav-link a::after {
    transform: scaleX(1)
}

.header .header-nav .header-middle .nav-list .nav-item.is-active .nav-link a::after {
    transform: scaleX(1)
}

.header .header-nav .header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

.header .header-nav .header-right .header-menu {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.header .header-nav .header-right .header-menu .search-btn {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin-right: 1.5625vw
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .search-btn {
        margin-right: 0.15rem
    }
}

.header .header-nav .header-right .header-menu .search-btn .icon-search {
    font-size: 0.12rem;
    color: #fff;
    transition: 0.2s ease all
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .search-btn .icon-search {
        font-size: 20px
    }
}

.header .header-nav .header-right .header-menu .search-btn .header-search {
    position: absolute;
    z-index: 10;
    display: flex;
    align-items: center;
    width: 0;
    opacity: 0;
    transition: all 0.2s;
    top: 50%;
    margin-top: -0.095rem;
    right: -0.03rem
}

.header .header-nav .header-right .header-menu .search-btn .header-search .input {
    flex: 1;
    overflow: hidden;
    border-top-left-radius: 0.1rem;
    border-bottom-left-radius: 0.1rem
}

.header .header-nav .header-right .header-menu .search-btn .header-search .input input {
    display: block;
    width: 100%;
    box-sizing: border-box;
    height: 0.2rem;
    line-height: 0.2rem;
    font-size: 0.07rem;
    appearance: none;
    border: none;
    padding: 0 0.075rem;
    background: rgb(239, 239, 239)
}

.header .header-nav .header-right .header-menu .search-btn .header-search button {
    visibility: hidden;
    display: block;
    width: 0.2rem;
    height: 0.2rem;
    line-height: 0.2rem;
    text-align: center;
    border: none;
    cursor: pointer;
    font-size: 0.12rem;
    color: #000;
    transition: all 0.2s;
    background: rgb(239, 239, 239);
    appearance: none;
    border-top-right-radius: 0.1rem;
    border-bottom-right-radius: 0.1rem
}

@media (min-width: 1024px) {
    .header .header-nav .header-right .header-menu .search-btn:hover .header-search {
        width: 1.2rem;
        opacity: 1
    }

    .header .header-nav .header-right .header-menu .search-btn:hover .header-search button {
        visibility: visible
    }
}

@keyframes move {
    0% {
        transform: scaleX(1)
    }

    50% {
        transform: scaleX(0)
    }

    100% {
        transform: scaleX(1)
    }
}

.header .header-nav .header-right .header-menu .menu-btn {
    cursor: pointer;
    pointer-events: all;
    padding: 10Px 0 10Px 10Px
}

.header .header-nav .header-right .header-menu .menu-btn .line {
    height: 0.01rem;
    background-color: #fff
}

.header .header-nav .header-right .header-menu .menu-btn .line-1 {
    width: 0.13rem
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .menu-btn .line-1 {
        width: 20Px
    }
}

.header .header-nav .header-right .header-menu .menu-btn .line-2 {
    width: 0.105rem;
    margin: 0.03rem 0;
    animation-delay: 0.1s
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .menu-btn .line-2 {
        width: 16Px;
        margin: 5Px 0
    }
}

.header .header-nav .header-right .header-menu .menu-btn .line-3 {
    width: 0.075rem;
    animation-delay: 0.2s
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .menu-btn .line-3 {
        width: 12Px
    }
}

@media (min-width: 1024px) {
    .header .header-nav .header-right .header-menu .menu-btn:hover .line {
        transform-origin: left;
        animation: move 3.2s infinite alternate
    }
}

.header .header-nav .header-right .header-menu .nav-box {
    width: 4.025rem;
    height: 100vh;
    position: fixed;
    right: -4.025rem;
    top: 0;
    z-index: 99;
    background: #000;
    transition: 0.8s ease all
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box {
        width: 100vw;
        right: -100vw;
        transition: 0.6s ease all
    }
}

.header .header-nav .header-right .header-menu .nav-box .menu-close {
    position: absolute;
    right: 0.255rem;
    top: 0.18rem;
    z-index: 91;
    width: 0.225rem;
    height: 0.225rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    border-radius: 50%;
    transition: 1s ease all
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box .menu-close {
        right: 0.15rem
    }
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .nav-box .menu-close {
        width: 30Px;
        height: 30Px
    }
}

.header .header-nav .header-right .header-menu .nav-box .menu-close i {
    color: #fff;
    font-size: 0.1rem
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .nav-box .menu-close i {
        font-size: 14Px
    }
}

.header .header-nav .header-right .header-menu .nav-box .menu-close:hover {
    transform: rotate(180deg)
}

.header .header-nav .header-right .header-menu .nav-box .nav-list {
    margin-top: 6.875vw;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
    z-index: 90;
    background: #000
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box .nav-list {
        margin-top: 0.58rem
    }
}

.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item {
    display: block;
    position: relative;
    opacity: 0
}

.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link a {
    width: 100%;
    text-align: center;
    font-size: 0.1rem;
    line-height: 1;
    color: #fff;
    padding: 0.125rem 0;
    white-space: nowrap;
    position: relative;
    transition: 0.2s ease all
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link a {
        font-size: 0.12rem;
        padding: 0.19rem 0
    }
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link a {
        font-size: 14Px
    }
}

.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link a::after {
    content: "";
    display: block;
    width: 0.75rem;
    height: 0.005rem;
    background: #1f1f1f;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%)
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link a::after {
        width: 0.8rem
    }
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-link a::after {
        width: 96Px
    }
}

.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item.is-active .nav-link a {
    color: #fff
}

.header .header-nav .header-right .header-menu .nav-box .nav-list .nav-item .nav-dropdown {
    display: none
}

.header .header-nav .header-right .header-menu .nav-box .links {
    display: flex;
    justify-content: space-between;
    width: .9rem;
    margin: 0.22rem auto 0;
}

.header .header-nav .header-right .header-menu .nav-box .links .item {
    width: 0.155rem;
    height: 0.155rem;
}

.header .header-nav .header-right .header-menu .nav-box .links .item a {
    width: 100%;
    height: 100%;
}

.header .header-nav .header-right .header-menu .nav-box .links .item a img {
    width: auto;
    height: 100%;
}

.header .header-nav .header-right .header-menu .nav-box .address {
    opacity: 0;
    margin-top: 7.34375vw;
    position: relative;
    z-index: 91
}

@media (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box .links {
        width: 1.5rem;
    }

    .header .header-nav .header-right .header-menu .nav-box .links .item {
        width: 0.3rem;
        height: 0.3rem;
    }

    .header .header-nav .header-right .header-menu .nav-box .address {
        margin-top: 0.85rem;
        padding-left: 0.3rem;
        padding-right: 0.3rem
    }
}

.header .header-nav .header-right .header-menu .nav-box .address p,
.header .header-nav .header-right .header-menu .nav-box .address span,
.header .header-nav .header-right .header-menu .nav-box .address a {
    text-align: center;
    font-size: 0.07rem;
    line-height: 0.175rem;
    color: #acacab;
    transition: 0.3s ease all
}

@media (max-width: 1024px) {

    .header .header-nav .header-right .header-menu .nav-box .address p,
    .header .header-nav .header-right .header-menu .nav-box .address span,
    .header .header-nav .header-right .header-menu .nav-box .address a {
        font-size: 0.1rem;
        line-height: 1.5
    }
}

.header .header-nav .header-right .header-menu .nav-box .address a {
    margin-left: 0.04rem
}

.header .header-nav .header-right .header-menu .nav-box .address a:hover {
    color: #fff
}

.header .header-nav .header-right .header-menu .nav-box .qrcode {
    opacity: 0;
    margin-top: 1.8229166667vw;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 91;
    width: 0.25rem;
    cursor: pointer;
    height: 0.25rem
}

@media screen and (max-width: 1024px) {
    .header .header-nav .header-right .header-menu .nav-box .qrcode {
        width: 0.35rem;
        height: 0.35rem
    }
}

.header .header-nav .header-right .header-menu .nav-box .qrcode .icon {
    width: 100%;
    height: 100%;
    background-color: #181818;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.header .header-nav .header-right .header-menu .nav-box .qrcode .icon i {
    font-size: 0.12rem;
    color: #999;
    transition: 0.3s ease all
}

@media (max-width: 480px) {
    .header .header-nav .header-right .header-menu .nav-box .qrcode .icon i {
        font-size: 16Px
    }
}

.header .header-nav .header-right .header-menu .nav-box .qrcode:hover .icon i {
    color: #fff
}

.header .header-nav .header-right .header-menu .nav-box .qrcode:hover .qrcode-box {
    transform: translateY(0) translateX(-50%);
    visibility: visible;
    opacity: 1
}

.header .header-nav .header-right .header-menu .nav-box .qrcode-box {
    position: absolute;
    bottom: 130%;
    width: 0.55rem;
    height: 0.55rem;
    transform: translateY(30%) translateX(-50%);
    visibility: hidden;
    transition: all 0.5s;
    opacity: 0;
    left: 50%
}

.header .header-nav .header-right .header-menu .nav-box .qrcode-box img {
    border-radius: 0.02rem;
    max-width: 100%
}

.header #mobileNav {
    display: none
}

@media (max-width: 1024px) {
    .header #mobileNav {
        display: block;
        overflow: hidden;
        transition: 0.4s ease all
    }

    .header #mobileNav .back {
        position: fixed;
        top: -0.5rem;
        left: 0;
        z-index: 12;
        width: 100%;
        height: 0.5rem;
        display: flex;
        justify-content: flex-start;
        background: #222;
        padding-left: 0.13rem;
        transition: all 0.3s ease-in-out
    }

    .header #mobileNav .back i,
    .header #mobileNav .back span {
        color: #fff;
        font-size: 0.16rem;
        line-height: 0.5rem
    }

    .header #mobileNav .back i {
        transform: rotate(180deg)
    }

    .header #mobileNav .back span {
        margin-left: 0.04rem
    }

    .header #mobileNav .nav-box {
        position: fixed;
        top: 0;
        right: -100vw;
        z-index: 11;
        width: 2.4rem;
        height: 100vh;
        padding: 0.5rem 0 0;
        background: #fff;
        transition: all 0.3s 0.1s ease-in-out
    }

    .header #mobileNav .nav-box #mobileMenuScroller {
        height: calc(100vh - 0.5rem);
        overflow: hidden
    }

    .header #mobileNav .nav-box #mobileMenuScroller .scroller-wp {
        position: relative
    }

    .header #mobileNav .nav-box .menu {
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

    .header #mobileNav .nav-box .menu .menu-item {
        width: 100%
    }

    .header #mobileNav .nav-box .menu .menu-item .menu-link-box {
        box-sizing: border-box;
        padding-left: 0.32rem;
        padding-right: 0.15rem;
        width: 100%;
        height: 0.5rem;
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        border-bottom: 0.005rem solid rgba(149, 149, 149, 0.2);
        position: relative
    }

    .header #mobileNav .nav-box .menu .menu-item .menu-link-box a.menu-link {
        font-size: 0.16rem;
        line-height: 0.5rem;
        color: #333;
        padding: 0;
        flex: 1
    }

    .header #mobileNav .nav-box .menu .menu-item i.menu-link-icon {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 0.35rem;
        margin: 10PX 0
    }

    .header #mobileNav .nav-box .menu .menu-item i.menu-link-icon::after {
        content: "";
        display: block;
        width: 16PX;
        height: 16PX;
        background: url(../images/add.svg) center/cover
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box {
        display: none
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu {
        display: flex;
        flex-direction: column;
        justify-content: flex-start
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu .dropdown-menu-link {
        height: 0.5rem;
        line-height: 0.5rem;
        font-size: 0.14rem;
        color: #666;
        border-bottom: 1PX solid #dedede;
        padding-left: 0.425rem;
        padding-right: 0.15rem;
        position: relative;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu .dropdown-menu-link::after {
        content: "-";
        display: inline-block;
        font-size: 0.14rem;
        color: #666;
        position: absolute;
        left: 0.325rem;
        top: 0
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu .dropdown-menu-link-trigger {
        box-sizing: border-box;
        display: flex;
        width: 100%;
        padding-right: 0.15rem;
        border-bottom: 1PX solid #dedede
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu .dropdown-menu-link-trigger .dropdown-menu-link {
        border-bottom: none;
        flex: 1
    }

    .header #mobileNav .nav-box .menu .menu-item .dropdown-menu-box .dropdown-menu .dropdown-menu-link-trigger+.dropdown-menu-box .dropdown-menu {
        padding-left: 0.1rem
    }

    .header #mobileNav .nav-box .menu .is-show>.menu-link-box>i.menu-link-icon::after,
    .header #mobileNav .nav-box .menu .is-show>.dropdown-menu-link-trigger>i.menu-link-icon::after {
        background: url(../images/sub.svg) center/cover
    }

    .header #mobileNav.is-show .back {
        top: 0
    }

    .header #mobileNav.is-show .nav-box {
        right: 0
    }
}

.header #mobileSearch {
    display: none
}

@media (max-width: 1024px) {
    .header #mobileSearch {
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        z-index: 99;
        background: #000;
        width: 100%;
        height: 100vh;
        box-sizing: border-box;
        padding: 0 0.3rem
    }
}

.header #mobileSearch .con {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-wrap: wrap
}

.header #mobileSearch .mobile-search-close {
    position: absolute;
    top: 0.3rem;
    right: 0.3rem
}

.header #mobileSearch .mobile-search-close i {
    font-size: 0.25rem;
    color: #fff
}

.header #mobileSearch .logo {
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0.25rem
}

.header #mobileSearch .logo img {
    display: block;
    width: auto;
    height: 0.3rem;
    margin-left: auto;
    margin-right: auto
}

.header #mobileSearch .header-search-m {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    padding: 1px;
}

.header #mobileSearch .header-search-m .search-box {
    position: relative;
    width: 100%
}

.header #mobileSearch .header-search-m .search-box .header-search-input {
    box-sizing: border-box;
    width: 100%;
    padding: 0.13rem 0 0.13rem 0.19rem;
    font-size: 0.13rem;
    color: #fff;
    background: transparent;
    border-radius: 0.25rem;
    border: solid 1px rgba(255, 255, 255, 0.3);
}

.header #mobileSearch .header-search-m .search-box .header-search-input::-webkit-input-placeholder {
    font-size: 0.13rem;
    color: #666
}

.header #mobileSearch .header-search-m .search-box .header-search-input:-moz-placeholder {
    font-size: 0.13rem;
    color: #666
}

.header #mobileSearch .header-search-m .search-box .header-search-input::-moz-placeholder {
    font-size: 0.13rem;
    color: #666
}

.header #mobileSearch .header-search-m .search-box .header-search-input:-ms-input-placeholder {
    font-size: 0.13rem;
    color: #666
}

.header #mobileSearch .header-search-m .search-box .header-search-input::-ms-input-placeholder {
    font-size: 0.13rem;
    color: #666
}

.header #mobileSearch .header-search-m .search-box .header-search-input::placeholder {
    font-size: 0.13rem;
    color: #666
}

.header #mobileSearch .header-search-m .search-box .header-search-btn {
    width: 0.15rem;
    height: 0.14rem;
    font-size: 0;
    line-height: 0;
    outline: none;
    border: none;
    appearance: none;
    position: absolute;
    top: 50%;
    right: 0.14rem;
    transform: translateY(-50%);
    background: transparent url(../images/icon-search-m.png) center/cover
}

.header-mask {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    z-index: 10;
    background: rgba(0, 0, 0, 0.5)
}

@media (max-width: 1024px) {
    .header-mask {
        height: 1000vh;
        top: 0.5rem;
        background: rgba(0, 0, 0, 0.4)
    }
}


.footer {
    width: 100%;
    color: #fff;
    z-index: 10;
    background-color: #000;
    padding-bottom: .1rem;
    padding-top: .15rem;
    box-sizing: border-box;
}

.footer .top,
.footer .bottom {
    width: 100%;
    max-width: 6.2rem;
    margin: 0 auto;
}

.footer .top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: .2rem;
}

.footer .top .menus a {
    font-size: .08rem;
    margin: 0 0.175rem;
    color: #d3d3d3;
}

.footer .top .links {
    display: flex;
    flex-wrap: nowrap;
}

.footer .top .links .item+.item {
    margin-left: .1rem;
}

.footer .top .links .item i {
    width: 0.155rem;
    height: 0.155rem;
    display: block;
    background: center center no-repeat;
    background-size: contain;
}

.footer .top .links .item.link-1 i {
    background-image: url('../images/icon-link-1.png');
}

.footer .top .links .item.link-2 i {
    background-image: url('../images/icon-link-2.png');
}

.footer .top .links .item.link-3 i {
    background-image: url('../images/icon-link-3.png');
}

.footer .top .links .item.link-4 i {
    background-image: url('../images/icon-link-4.png');
}

.footer .top .logo i {
    display: block;
    width: 0.72rem;
    height: 0.24rem;
    background: url('../images/lawlogo-2.png') left center no-repeat;
    background-size: contain;
}

.footer .bottom {
    display: flex;
    justify-content: space-between;
    color: #787878;
    font-size: .07rem;
}

@media (min-width: 1024px) and (max-width: 1260px) {
    .footer {
        padding: .15rem;
    }

    .footer .top .menus {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .footer {
        padding: .26rem .15rem 1rem;
        box-sizing: border-box;
    }

    .footer .top {
        flex-direction: column;
        align-items: flex-start;
    }

    .footer .top .logo i {
        width: 0.88rem;
        height: 0.3rem;
    }

    .footer .top .menus {
        margin-top: .33rem;
        width: 100%;
    }

    .footer .top .menus a {
        position: relative;
        display: block;
        margin: 0;
        font-size: .15rem;
        padding: .13rem 0;
    }

    .footer .top .menus a::after {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        right: 0;
        width: 0.18rem;
        height: 0.18rem;
        margin-top: -.09rem;
        background: url('../images/icon-right.png') right center no-repeat;
        background-size: contain;
    }

    .footer .top .links {
        margin-top: .4rem;
        width: 100%;
        justify-content: center;
    }

    .footer .top .links .item {
        position: relative;
        display: inline-block;
        padding: 0 .09rem;
    }

    .footer .top .links .item+.item {
        margin-left: 0;
    }

    .footer .top .links .item i {
        width: 0.29rem;
        height: 0.29rem;
    }

    .footer .bottom {
        flex-direction: column;
        justify-content: center;
        font-size: .12rem;
        line-height: 0.24rem;
        text-align: center;
    }
}

.hy-chat{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: fixed;
    right: 15vw;
    bottom: 1.8vw;
    z-index: 100
}
.hy-chat.hidden{
    display: none;
}
.hy-chat .chat-icon{
    width: .26rem;
    height: .26rem;
    cursor: pointer;
}
.hy-chat .chat-icon img{
    width: 100%;
}
.hy-chat .chat-dialog{
    display: none;
    position: fixed;
    max-width: 100vw;
    max-height: 3.8rem;
    width: 2.1rem;
    height: 38vw;
    right: 5vw;
    bottom: 1.8vw;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
}
.hy-chat .chat-dialog .close{
    position: absolute;
    display: block;
    right: .1rem;
    top: .125rem;
    width: 0.075rem;
    height: 0.075rem;
    background: url('../images/icon-close.png') center center no-repeat;
    background-size: contain;
    cursor: pointer;
    opacity: .8;
}
.hy-chat .chat-dialog .dialog-body,
.hy-chat .chat-dialog .dialog-body iframe{
    width: 100%;
    height: 100%;
}

.hy-chat.active .chat-dialog{
    display: block;
}
.hy-chat.active .chat-icon{
    display: none;
}

@media screen and (max-width: 1850px){
    .hy-chat{
        max-height: calc(100vh - 1rem);
        right: 16vw;
        bottom: 1.5vw;
    }
    .hy-chat .chat-dialog{
        bottom: .15rem;
    }
}
@media screen and (max-width: 1500px){
    .hy-chat{
        right: 1.3rem;
        bottom: 1.3vw;
    }
    .hy-chat .chat-dialog{
        height: 3.6rem;
    }
}
@media screen and (max-width: 1024px){
    .hy-chat{
        right: .3rem;
        bottom: .16rem;
    }
    .hy-chat .chat-dialog{
        border-radius: 0;
    }
    .hy-chat .chat-icon{
        width: .36rem;
        height: .36rem;
    }
}

@media screen and (max-width: 750px){
    .hy-chat .chat-dialog{
        width: 100vw;
        height: 100vh;
        max-height: 100%;
        left: 0;
        top: 0;
    }
    .hy-chat .chat-dialog .close{
        width: .16rem;
        height: .16rem;
        top: 6.6666vw;
        right: .2rem;
    }
}

.hy-page .text-container {
    color: #fff;
    text-align: center;
}

.hy-page .text-container .title {
    font-size: 1.953125vw;
    margin-bottom: .05rem;
    display: block;
}

.hy-page .text-container .subtitle {
    position: relative;
    font-size: 1.175vw;
    margin-bottom: .05rem;
    display: inline-block;
}

.hy-page .text-container .desc {
    font-size: 0.785vw;
    color: #787878;
    line-height: 0.15rem;
    text-align: left;
}

.hy-page .layout-center {
    padding-top: 3vw;
    margin-bottom: .5rem;
}

.hy-page .layout-center .img-container {
    border-radius: 15px;
    overflow: hidden;
    margin-top: .1rem;
}

.hy-page .layout-center .img-container img {
    width: 100%;
    height: 100%;
}

.hy-page .layout-img-text,
.hy-page .layout-text-img {
    position: relative;
    height: 30vw;
}

.hy-page .layout-img-text::before,
.hy-page .layout-text-img::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: left center no-repeat;
    background-size: cover;
}

.hy-page .layout-img-text .text-container,
.hy-page .layout-text-img .text-container {
    position: absolute;
    width: 26.15vw;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
}

.hy-page .layout-img-text .text-container .subtitle::after,
.hy-page .layout-text-img .text-container .subtitle::after {
    display: block;
    content: '';
    border-bottom: 2px solid #fff;
    width: 1vw;
    position: absolute;
    left: 120%;
    top: 50%;
}

.hy-page .layout-img-text .text-container {
    left: calc(50% + 4vw);
}

.hy-page .layout-text-img .text-container {
    right: calc(50% + 4vw);
}


@media screen and (max-width: 1024px) {
    .hy-page .text-container {
        text-align: left;
        margin-top: .1rem;
    }

    .hy-page .text-container .title {
        font-size: .22rem;
        margin-bottom: 0.1rem;
    }

    .hy-page .text-container .subtitle {
        font-size: .16rem;
    }

    .hy-page .text-container .desc {
        font-size: .14rem;
        line-height: .23rem;
    }

    .hy-page .layout-center .wp-common {
        max-width: 100%;
        display: flex;
        flex-direction: column-reverse;
    }

    .hy-page .layout-img-text,
    .hy-page .layout-text-img {
        display: block;
        height: auto;
        padding: .1rem 0 .6rem;
    }

    .hy-page .layout-img-text::before,
    .hy-page .layout-text-img::before {
        position: static;
        display: block;
        height: 1.94rem;
        background-size: auto 100%;
    }

    .hy-page .layout-text-img::before {
        background-position: right center;
    }

    .hy-page .layout-img-text .text-container,
    .hy-page .layout-text-img .text-container {
        width: 100%;
        position: static;
        transform: none;
        padding: 0 0.15rem;
        box-sizing: border-box;
    }

    .hy-page .layout-img-text .text-container .subtitle::after,
    .hy-page .layout-text-img .text-container .subtitle::after {
        width: .16rem;
    }
}

#baseSwiper {
    width: 100%;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
    background: #121111
}

#baseSwiper>.swiper-wrapper>.swiper-slide {
    overflow: hidden;
    height: 100%;
    transform: translate3d(0, 0, 0)
}

#baseSwiper>.swiper-wrapper>.swiper-slide.auto-height {
    height: auto !important
}

.base-swiper-pagin {
    right: 0.15rem !important
}

@media (max-width: 1024px) {
    .base-swiper-pagin {
        display: none
    }
}

.base-swiper-pagin .swiper-pagination-bullet {
    box-sizing: border-box;
    width: 0.1rem;
    height: 0.1rem;
    background: transparent;
    display: flex !important;
    justify-content: center;
    align-items: center;
    opacity: 1;
    margin: 0.09rem 0 !important;
    position: relative
}

@media (max-width: 1024px) {
    .base-swiper-pagin .swiper-pagination-bullet {
        width: 0.16rem;
        height: 0.16rem
    }
}

.base-swiper-pagin .swiper-pagination-bullet::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border: 0.005rem dashed #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 2;
    transition: 0.45s ease all
}

.base-swiper-pagin .swiper-pagination-bullet i {
    display: inline-block;
    border-radius: 50%;
    width: 0.03rem;
    height: 0.03rem;
    background: #fff;
    position: relative;
    z-index: 3
}

@media (max-width: 1024px) {
    .base-swiper-pagin .swiper-pagination-bullet i {
        width: 0.05rem;
        height: 0.05rem
    }
}

.base-swiper-pagin .swiper-pagination-bullet i::after {
    content: "";
    display: block;
    width: 0.2rem;
    height: 1Px;
    box-sizing: border-box;
    border-bottom: 1Px solid #fff;
    position: absolute;
    top: 50%;
    right: -0.2rem;
    transform: translateY(-50%) scaleX(0);
    transform-origin: left center;
    z-index: 4;
    transition: 0.5s ease all
}

.base-swiper-pagin .swiper-pagination-bullet .t {
    position: absolute;
    right: 0.15rem;
    top: 50%;
    white-space: nowrap;
    font-size: 12Px;
    color: #fff;
    transform: translateY(-50%);
    opacity: 0;
    transition: 0.4s ease all
}

@media (max-width: 1024px) {
    .base-swiper-pagin .swiper-pagination-bullet .t {
        right: 0.25rem
    }
}

.base-swiper-pagin .swiper-pagination-bullet-active::after {
    transform: translate(-50%, -50%) scale(1)
}

.base-swiper-pagin .swiper-pagination-bullet-active i::after {
    transform: translateY(-50%) scaleX(1)
}

.base-swiper-pagin .swiper-pagination-bullet-active .t {
    opacity: 1
}

.index-banner {
    width: 100%;
    height: 100%;
    position: relative
}

.index-banner .swiper-container {
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.index-banner .swiper-container .swiper-slide {
    overflow: hidden
}

.index-banner .swiper-container .swiper-slide>div {
    display: block;
    width: 100%;
    height: 100%
}

.index-banner .swiper-container .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-banner .swiper-container .swiper-slide img.pc {
    display: block
}

.index-banner .swiper-container .swiper-slide img.m {
    display: none
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide img.pc {
        display: none
    }

    .index-banner .swiper-container .swiper-slide img.m {
        display: block
    }
}

.index-banner .swiper-container .swiper-slide .text-container {
    position: absolute;
    left: 50%;
    top: 16.0416666667vw;
    transform: translateX(-50%);
    text-align: center
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .text-container {
        top: 2.09rem;
        width: 100%
    }
}

.index-banner .swiper-container .swiper-slide .text-container .en {
    font-family: "Barlow-ExtraLight";
    font-size: 4.6875vw;
    line-height: 1;
    color: #fff
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .text-container .en {
        font-size: 0.45rem
    }
}

.index-banner .swiper-container .swiper-slide .text-container .t1 {
    margin-top: 1.3020833333vw;
    font-size: 2.8645833333vw;
    line-height: 1;
    letter-spacing: 0.5729166667vw;
    font-weight: lighter;
    color: #fff
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .text-container .t1 {
        margin-top: 0.125rem;
        font-size: 0.275rem;
        letter-spacing: 0.055rem
    }
}

.index-banner .swiper-container .swiper-slide .text-container .t2 {
    margin-top: 1.3541666667vw;
    font-size: 1.8229166667vw;
    font-weight: lighter;
    line-height: 1;
    letter-spacing: 0.3645833333vw;
    color: #fff
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .text-container .t2 {
        margin-top: 0.13rem;
        font-size: 0.175rem;
        letter-spacing: 0.035rem
    }
}

.index-banner .swiper-container .swiper-slide .text-container .line {
    margin-top: 1.5625vw;
    display: block;
    width: 0.125rem;
    height: 0.01rem;
    background: #fff;
    margin-left: auto;
    margin-right: auto
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .text-container .line {
        margin-top: 0.15rem
    }
}

.index-banner .swiper-container .swiper-slide .left-text-container {
    position: absolute;
    left: 5.7291666667vw;
    bottom: 2.6041666667vw;
    width: 1.01rem
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .left-text-container {
        left: 0.15rem;
        bottom: 0.3rem;
        width: 1.25rem
    }
}

.index-banner .swiper-container .swiper-slide .left-text-container .t3 {
    font-size: 0.09rem;
    line-height: 1;
    font-weight: lighter;
    color: #acacab;
    opacity: 0;
    transform: translateY(0.1rem);
    transition: 1s ease all;
    transition-delay: 0.1s
}

@media (max-width: 480px) {
    .index-banner .swiper-container .swiper-slide .left-text-container .t3 {
        font-size: 14Px
    }
}

.index-banner .swiper-container .swiper-slide .left-text-container .t4 {
    margin-top: 1.0416666667vw;
    font-size: 0.07rem;
    line-height: 0.125rem;
    font-weight: lighter;
    color: #acacab;
    opacity: 0;
    transform: translateY(0.1rem);
    transition: 1s ease all;
    transition-delay: 0.3s
}

@media (max-width: 480px) {
    .index-banner .swiper-container .swiper-slide .left-text-container .t4 {
        font-size: 10Px;
        line-height: 18Px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical
    }
}

.index-banner .swiper-container .swiper-slide .left-text-container .line {
    margin-top: 0.8854166667vw;
    width: 0.045rem;
    height: 0.005rem;
    background-color: #acacab;
    opacity: 0;
    transform: translateY(0.1rem);
    transition: 1s ease all;
    transition-delay: 0.5s
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide .left-text-container .line {
        margin-top: 0.085rem
    }
}

.index-banner .swiper-container .swiper-slide-active .text-container .animate {
    animation: zoomIn 1s linear 0.1s
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-slide-active .text-container .animate {
        animation: zoomIn 0.8s linear
    }
}

.index-banner .swiper-container .swiper-slide-active .left-text-container .t3,
.index-banner .swiper-container .swiper-slide-active .left-text-container .t4,
.index-banner .swiper-container .swiper-slide-active .left-text-container .line {
    opacity: 1;
    transform: translateY(0)
}

.index-banner .swiper-container .swiper-mask {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8rem;
    height: 5.14rem;
    z-index: 2
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-mask {
        width: 100vw;
        height: auto;
        top: 43%;
    }
}

.index-banner .swiper-container .swiper-mask img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.index-banner .swiper-container .swiper-mask img:last-of-type {
    display: none
}

@media screen and (max-width: 1024px) {
    .index-banner .swiper-container .swiper-mask img:first-of-type {
        display: none
    }

    .index-banner .swiper-container .swiper-mask img:last-of-type {
        display: inline-block
    }
}

.index-banner .swiper-container .swiper-control {
    position: absolute;
    right: 5.7291666667vw;
    bottom: 2.6041666667vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 3
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-control {
        right: 50%;
        transform: translateX(50%);
        bottom: 0.6rem
    }
}

.index-banner .swiper-container .swiper-control .iconfont {
    font-size: 13Px;
    color: #fff;
    transition: 0.4s ease all
}

@media (max-width: 480px) {
    .index-banner .swiper-container .swiper-control .iconfont {
        font-size: 12Px
    }
}

.index-banner .swiper-container .swiper-control span {
    font-family: "Barlow-ExtraLight";
    font-size: 0.1rem;
    line-height: 1;
    color: #fff
}

@media (max-width: 480px) {
    .index-banner .swiper-container .swiper-control span {
        font-size: 12Px;
        margin-bottom: 2px;
    }
}

.index-banner .swiper-container .swiper-control .line {
    width: 0.005rem;
    height: 0.045rem;
    background: #fff;
    margin: 0 1.0416666667vw
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-control .line {
        margin: 0 0.1rem;
        height: 0.1rem;
        width: 0.01rem;
    }
}

.index-banner .swiper-container .swiper-control .swiper-btn-prev,
.index-banner .swiper-container .swiper-control .swiper-btn-next {
    display: flex;
    align-items: flex-end;
    cursor: pointer
}

.index-banner .swiper-container .swiper-control .swiper-btn-prev.swiper-button-disabled,
.index-banner .swiper-container .swiper-control .swiper-btn-next.swiper-button-disabled {
    opacity: 0.7
}

.index-banner .swiper-container .swiper-control .swiper-btn-prev i {
    margin-right: 0.5208333333vw;
    margin-bottom: 0.005rem
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-control .swiper-btn-prev i {
        margin-right: 0.05rem
    }
}

.index-banner .swiper-container .swiper-control .swiper-btn-prev:hover i {
    transform: translateX(-0.025rem)
}

.index-banner .swiper-container .swiper-control .swiper-btn-next i {
    margin-left: 0.5729166667vw
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .swiper-control .swiper-btn-next i {
        margin-left: 0.055rem
    }
}

.index-banner .swiper-container .swiper-control .swiper-btn-next:hover i {
    transform: translateX(0.025rem)
}

.index-banner .index-banner-text {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    transform: translate(-50%, -55%);
    text-align: center;
    z-index: 10;
    white-space: nowrap;
}

.index-banner .index-banner-text .t1 {
    font-size: .44rem;
    font-weight: bold;
}

.index-banner .index-banner-text .t2 {
    font-size: .3rem;
    font-weight: bold;
    margin-bottom: .1rem;
    margin-top: .05rem
}

.index-banner .index-banner-text .t3 {
    font-size: .16rem;
}

.index-banner .index-banner-text .link-more {
    display: block;
    width: 0.8rem;
    height: 0.25rem;
    line-height: .25rem;
    font-size: .08rem;
    text-align: center;
    border-radius: .13rem;
    border: 1px solid #fff;
    margin: 0 auto;
    cursor: pointer;
    margin-top: .3rem;
}

@media (max-width: 1024px) {
    .index-banner .index-banner-text {
        top: 43%;
    }

    .index-banner .index-banner-text .t1 {
        font-size: .265rem;
    }

    .index-banner .index-banner-text .t2 {
        font-size: .18rem;
        margin-bottom: 0.1rem;
        margin-top: 0.03rem;
    }

    .index-banner .index-banner-text .t3 {
        font-size: .11rem;
    }

    .index-banner .index-banner-text .link-more {
        width: 1rem;
        height: 0.28rem;
        line-height: 0.28rem;
        font-size: .12rem;
        margin-top: .15rem;
    }
}

.index-banner .swiper-container .banner-video-box {
    display: block;
    width: 100%;
    height: 100%;
    position: relative
}

.index-banner .swiper-container .banner-video-box video,
.index-banner .swiper-container .banner-video-box .mejs__container,
.index-banner .swiper-container .banner-video-box .mejs__overlay,
.index-banner .swiper-container .banner-video-box .mejs__poster {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0
}

.index-banner .swiper-container .banner-video-box video {
    -o-object-fit: cover;
    object-fit: cover
}

.index-banner .swiper-container .banner-video-box video.pc {
    display: block
}

.index-banner .swiper-container .banner-video-box video.m {
    display: none
}

@media (max-width: 1024px) {
    .index-banner .swiper-container .banner-video-box video.pc {
        display: none
    }

    .index-banner .swiper-container .banner-video-box video.m {
        display: block
    }
}

.index-banner .scroll-down {
    position: absolute;
    bottom: 0.06rem;
    left: 50%;
    width: 0.085rem;
    height: 0.35rem;
    z-index: 3;
    cursor: pointer;
    transform: translateX(-140%)
}

@media (max-width: 1024px) {
    .index-banner .scroll-down {
        bottom: .35rem;
        left: 50%;
        transform: translateX(-50%);
        width: 0.1rem;
        height: 0.15rem
    }
}

.index-banner .scroll-down i {
    display: block;
    width: 1Px;
    height: 0.2rem;
    background: transparent;
    position: absolute;
    left: calc(50% - 0.005rem);
    top: 0.01rem;
    color: #fff;
    animation: scrollDown 1.5s linear alternate-reverse infinite;
}

.index-banner .scroll-down i::after {
    display: inline-block;
    content: "\e614";
    font-family: "iconfont";
    font-size: 0.08rem;
    position: absolute;
    bottom: -0.03rem;
    left: 0;
    transform: translateX(-50%);
}

.index-banner .scroll-down i::before {
    display: inline-block;
    content: "\e614";
    font-family: "iconfont";
    font-size: 0.08rem;
    position: absolute;
    bottom: -0.06rem;
    left: 0;
    transform: translateX(-50%);
}

@media (max-width: 1024px) {
    .index-banner .scroll-down i {
        height: 0.15rem;
        top: 0.1rem;
    }

    .index-banner .scroll-down i::before,
    .index-banner .scroll-down i::after {
        font-size: .1rem;
    }
}


.index-banner .scroll-down img {
    display: block;
    width: 100%;
}

@keyframes scrollDown {
    0% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(0.1rem)
    }
}

.index-service {
    height: 100%;
}

.index-service .bg2 {
    width: auto;
    right: 50%;
    opacity: 0;
}

.index-service .bg2 img {
    object-position: top right;
}

.index-service .text-container {
    position: absolute;
    color: #fff;
    right: 50%;
    top: 50%;
    width: 19.5vw;
    transform: translate(-80%, -75%);
    z-index: 3;
}

.index-service .text-container .t1 {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: 1.5vw;
}

.index-service .text-container .t2 {
    margin-bottom: 3vw;
    opacity: .5;
    line-height: 1.3vw;
}

.index-service .text-container .t2 p {
    font-size: .8vw;
}

.index-service .list-container {
    position: absolute;
    left: 55%;
    top: 50%;
    width: 31vw;
    z-index: 3;
    transform: translateY(-50%);
}

.index-service .list-container .list-item {
    padding-left: 10vw;
    padding-top: .8vw;
    height: 8.3vw;
    margin-bottom: 1.5vw;
    background: left center no-repeat;
    background-size: contain;
    box-sizing: border-box;
    opacity: 0;
    animation: .8s ease forwards;
}

.index-service .list-container .list-item.i-1 {
    animation-delay: .1s;
    background-image: url('../images/img-list-1.png');
}

.index-service .list-container .list-item.i-2 {
    animation-delay: .3s;
    background-image: url('../images/img-list-2.png');
}

.index-service .list-container .list-item.i-3 {
    animation-delay: .5s;
    background-image: url('../images/img-list-3.png');
}

.index-service .list-container .list-item.i-4 {
    animation-delay: .7s;
    background-image: url('../images/img-list-4.png');
}

.index-service .list-container .list-item p {
    color: #fff;
}

.index-service .list-container .list-item .p1 {
    font-size: 1.5vw;
    font-weight: bold;
    margin-bottom: .33vw;
}

.index-service .list-container .list-item .p2 {
    font-size: .8vw;
    opacity: .5;
    line-height: 1.3vw;
}

.index-service .list-container .list-item .item-more {
    display: block;
    transition: transform .6s ease;
    opacity: .5;
    margin-top: 1vw;
}

.index-service .list-container .list-item:hover .item-more {
    transform: translateX(.1rem);
}

.index-service .list-container .list-item .item-more .icon-more {
    display: block;
    width: 0.07rem;
    height: 0.07rem;
    background: url('../images/icon-more.png') center center no-repeat;
    background-size: contain;
}

@media (max-width: 1024px) {
    .index-service .bg2 {
        width: 100%;
        height: auto;
        top: 0;
        right: 0;
    }

    .index-service .text-container {
        position: relative;
        right: auto;
        top: auto;
        transform: none;
        padding-top: .9rem;
        width: 77vw;
        margin: 0 auto;
    }

    .index-service .text-container .t1 {
        font-size: .36rem;
    }

    .index-service .text-container .t2 p {
        font-size: .12rem;
        line-height: .18rem;
    }

    .index-service .list-container {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        transform: none;
        padding: 0 .15rem;
        margin-top: .35rem;
        box-sizing: border-box;
    }

    .animate-on .index-service .list-container .list-item {
        width: 100%;
        height: .66rem;
        padding-left: .8rem;
        box-sizing: border-box;
    }

    .animate-on .index-service .list-container .list-item+.list-item {
        margin-top: .25rem;
    }

    .index-service .list-container .list-item .p1 {
        font-size: .14rem;
    }

    .index-service .list-container .list-item .p2 {
        font-size: .11rem;
        line-height: .14rem;
    }

    .index-service .list-container .list-item .item-more .icon-more {
        width: .1rem;
        height: 0.1rem;
    }
}

.index-law {
    height: 100%;
}

.index-law .bg2 {
    width: 100%;
    max-width: 60vw;
    height: auto;
    left: 50%;
    transform: translateX(-50%);
}

.index-law .text-container {
    position: absolute;
    width: 24vw;
    color: #fff;
    text-align: center;
    left: 50%;
    top: 5vw;
    transform: translateX(-50%);
    opacity: 0;
}

.index-law .text-container .p {
    font-size: .8vw;
    opacity: .5;
    line-height: 1.55vw;
}

.index-law .text-container .t {
    font-size: 4vw;
    font-weight: bold;
}

.index-law .text-container .index-more {
    margin-top: 1vw;
}

.index-law .list-container {
    position: absolute;
    color: #fff;
    left: 50%;
    top: 25vw;
    width: 100%;
    max-width: 63vw;
    transform: translateX(-50%);
    z-index: 3;
    box-sizing: border-box;
}

.index-law .list-container .index-law-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.index-law .list-container .index-law-list .item {
    position: relative;
    width: 18.5vw;
    height: 7.5vw;
    padding-left: 8.5vw;
    padding-top: .5vw;
    margin-bottom: 3.255vw;
    box-sizing: border-box;
    flex: 0 0 auto;
    opacity: 0;
    animation: 1.2s ease forwards;
}

.index-law .list-container .index-law-list .item i {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 7.5vw;
    height: 7.5vw;
    border-radius: 50%;
    background: left center no-repeat;
    background-size: contain;
}

.index-law .list-container .index-law-list .item.i-1 i {
    background-image: url('../images/img-law-1.png');
}

.index-law .list-container .index-law-list .item.i-2 i {
    background-image: url('../images/img-law-2.png');
}

.index-law .list-container .index-law-list .item.i-3 i {
    background-image: url('../images/img-law-3.png');
}

.index-law .list-container .index-law-list .item.i-4 i {
    background-image: url('../images/img-law-4.png');
}

.index-law .list-container .index-law-list .item.i-5 i {
    background-image: url('../images/img-law-5.png');
}

.index-law .list-container .index-law-list .item.i-6 i {
    background-image: url('../images/img-law-6.png');
}

.index-law .list-container .index-law-list .item .t {
    font-size: 1.4vw;
    font-weight: bold;
    margin-bottom: .5vw;
}

.index-law .list-container .index-law-list .item .p {
    font-size: .8vw;
    opacity: .5;
}

@media screen and (max-width: 1024px) {
    .index-law .bg2 {
        width: 100%;
        max-width: 100%;
        left: 0;
        transform: none;
    }

    .index-law .text-container {
        position: relative;
        transform: none;
        left: auto;
        width: 76vw;
        margin: 0 auto;
        padding-top: 1.2rem;
    }

    .index-law .text-container .t {
        font-size: .36rem;
    }

    .index-law .text-container .p {
        font-size: .12rem;
        line-height: .18rem;
    }

    .index-law .list-container {
        position: relative;
        max-width: 100%;
        padding: 0 .15rem;
    }

    .index-law .list-container .index-law-list .item {
        width: 45%;
        height: .66rem;
        padding-left: .75rem;
        margin-bottom: .37rem;
    }

    .index-law .list-container .index-law-list .item i {
        width: 0.66rem;
        height: 0.66rem;
    }

    .index-law .list-container .index-law-list .item .t {
        font-size: .14rem;
    }

    .index-law .list-container .index-law-list .item .p {
        font-size: .10rem;
        line-height: .12rem;
    }
}

.index-case {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 6.5vw;
    color: #fff;
}

.index-case .content {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translateY(-55%);
    z-index: 5;
}

.index-case .top-wrap {
    display: flex;
    justify-content: center;
}

.index-case .top {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 62.62vw;
    z-index: 3;
}

.index-case .top .t {
    font-size: 4vw;
    font-weight: bold;
}

.index-case .top .p {
    font-size: .8vw;
    opacity: .5;
    margin-top: 0.1vw;
}

.index-case .top .index-more {
    transform: translateY(1vw);
}

@media screen and (max-width: 1024px) {
    .index-case .content {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        transform: none;
        padding-top: .98rem;
    }

    .index-case .top {
        max-width: 100%;
        padding: .1rem;
    }

    .index-case .top .t {
        font-size: .36rem;
    }

    .index-case .top .p {
        font-size: .12rem;
    }

    .index-case .top .index-more {
        transform: translateY(.36rem);
    }
}

.index-case .content .swiper-container {
    margin-top: 5vw;
}

.index-case .content .swiper-container .swiper-slide {
    opacity: 0
}

@media (max-width: 1024px) {
    .index-case .content .swiper-container .swiper-slide {
        box-sizing: border-box;
        padding-right: 0.25rem
    }
}

.index-case .content .swiper-container .swiper-slide .item {
    display: block;
    width: 100%
}

@media (max-width: 1024px) {
    .index-case .content .swiper-container .swiper-slide .item:not(:last-child) {
        margin-bottom: 0.325rem
    }
}

.index-case .content .swiper-container .swiper-slide .image {
    padding-top: 60.9375%;
}

.index-case .content .swiper-container .swiper-slide .image::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    transition: 1s ease all
}

.index-case .content .swiper-container .swiper-slide .image img {
    object-fit: contain;
    border-radius: 15px;
}

.index-case .content .swiper-container .swiper-slide .title {
    margin-right: auto;
    width: 72.1875%;
    margin-top: 1.8229166667vw;
    font-size: 1.0416666667vw;
    line-height: 1;
    color: #fff;
    opacity: 0;
    transform: translateY(0.15rem);
    transition: 1s ease all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@media (max-width: 1200px) {
    .index-case .content .swiper-container .swiper-slide .title {
        font-size: 0.06rem
    }
}

.index-case .content .swiper-container .swiper-slide .intro {
    width: 100%;
    margin-top: 0.9375vw;
    font-size: 0.07rem;
    line-height: 0.12rem;
    color: #767676;
    opacity: 0;
    transform: translateY(0.15rem);
    transition: 1s ease all;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1440px) {
    .index-case .content .swiper-container .swiper-slide .intro {
        font-size: 0.06rem;
        line-height: 0.14rem
    }
}

.index-case .content .swiper-container .swiper-slide .info {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 0.06rem;
    color: #767676;
    margin-top: .03rem;
    opacity: 0;
    transform: translateY(0.15rem);
    transition: 1s ease all;
}

.index-case .content .swiper-container .swiper-slide .info .views {
    position: relative;
    padding-left: .08rem;
}

.index-case .content .swiper-container .swiper-slide .info .views::before {
    content: '';
    display: block;
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    left: 0;
    top: 0.01rem;
    background: url('../images/icon-views.png') center center no-repeat;
    background-size: contain;
}

.index-case .content .swiper-container .swiper-slide.swiper-slide-active .image:after {
    visibility: hidden;
    opacity: 0
}

.index-case .content .swiper-container .swiper-slide.swiper-slide-active .image .time .con {
    opacity: 1;
    transform: scale(1)
}

.index-case .content .swiper-container .swiper-slide.swiper-slide-active .title,
.index-case .content .swiper-container .swiper-slide.swiper-slide-active .intro,
.index-case .content .swiper-container .swiper-slide.swiper-slide-active .info {
    opacity: 1;
    transform: translateY(0)
}

.index-case .content .swiper-container .swiper-slide.swiper-slide-active .intro,
.index-case .content .swiper-container .swiper-slide.swiper-slide-active .info {
    transition-delay: 0.3s
}

.index-case .content .swiper-container .swiper-slide.swiper-slide-active:hover .image .time .con .c {
    animation-play-state: running
}

.index-case .content .swiper-container .swiper-slide.swiper-slide-active:hover .intro {
    color: #fff
}


@media (max-width: 1024px) {
    .index-case .content .swiper-container {
        margin-top: .7rem;
    }

    .index-case .content .swiper-container .swiper-slide .title {
        width: 90%;
        font-size: 0.13rem;
        margin-top: 0.15rem;
        margin-bottom: .14rem;
    }

    .index-case .content .swiper-container .swiper-slide .intro,
    .index-case .content .swiper-container .swiper-slide .info {
        font-size: .12rem;
        line-height: .15rem;
        width: 96%;
    }

    .index-case .content .swiper-container .swiper-slide .info {
        font-size: .1rem;
        margin-top: .14rem;
    }
}

@media (min-width: 1024px) {
    .index-case .content .swiper-container .swiper-slide.swiper-slide-next .image:after {
        visibility: hidden;
        opacity: 0
    }

    .index-case .content .swiper-container .swiper-slide.swiper-slide-next .image .time .con {
        opacity: 1;
        transform: scale(1)
    }

    .index-case .content .swiper-container .swiper-slide.swiper-slide-next .title,
    .index-case .content .swiper-container .swiper-slide.swiper-slide-next .intro,
    .index-case .content .swiper-container .swiper-slide.swiper-slide-next .info {
        opacity: 1;
        transform: translateY(0)
    }

    .index-case .content .swiper-container .swiper-slide.swiper-slide-next .intro {
        transition-delay: 0.3s
    }

    .index-case .content .swiper-container .swiper-slide.swiper-slide-next:hover .image .time .con .c {
        animation-play-state: running
    }

    .index-case .content .swiper-container .swiper-slide.swiper-slide-next:hover .intro {
        color: #fff
    }
}

.index-case .content .swiper-container .swiper-btn-prev,
.index-case .content .swiper-container .swiper-btn-next {
    position: absolute;
    margin-top: 0;
    width: 2vw;
    height: 2vw;
    top: 10.15625vw;
    transform: translateY(-50%);
    color: #fff;
}

.index-case .content .swiper-container .swiper-btn-prev i,
.index-case .content .swiper-container .swiper-btn-next i {
    font-size: 1vw;
}

.index-case .content .swiper-container .swiper-btn-prev svg,
.index-case .content .swiper-container .swiper-btn-next svg {
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.index-case .content .swiper-container .swiper-btn-prev i {
    transform: rotate(180deg);
}

@media (max-width: 1024px) {

    .index-case .content .swiper-container .swiper-btn-prev,
    .index-case .content .swiper-container .swiper-btn-next {
        display: none
    }
}

.index-case .content .swiper-container .swiper-btn-prev {
    left: 15vw
}

.index-case .content .swiper-container .swiper-btn-next {
    right: 15vw
}

.index-case .content .swiper-container .swiper-pagination {
    display: none
}

@media (max-width: 1024px) {
    .index-case .content .swiper-container .swiper-pagination {
        margin-top: 0.3rem;
        position: static;
        display: flex;
        justify-content: center;
        transition: 0.3s ease all
    }
}

.index-case .content .swiper-container .swiper-pagination .swiper-pagination-bullet {
    box-sizing: border-box;
    width: 0.05rem;
    height: 0.05rem;
    opacity: 1;
    background: transparent;
    border: 1Px solid #fff;
    margin: 0 0.05rem;
    appearance: none;
    outline: none
}

.index-case .content .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff
}

.index-cooperation {
    position: relative;
    padding-top: 6.5vw;
    width: 100%;
    height: 100%;
}

.index-cooperation .bg2 {
    width: 42.85%;
    height: 100%;
    right: 0;
    left: auto;
    top: 0;
}

.index-cooperation .bg2 img {
    /* display: block !important; */
    height: auto;
    width: 100%;
    max-height: 100vh;
    object-fit: fill;
}

.index-cooperation .content-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
    width: 63vw;
    margin: 0 auto;
    z-index: 3;
    color: #fff;
}

.index-cooperation .content-container .left {
    flex: 1 1 auto;
    overflow: hidden;
    padding-top: 8vw;
}

.index-cooperation .content-container .left .img-container {
    width: 36vw;
    height: 32.5vw;
}

.index-cooperation .content-container .right {
    width: 17.6vw;
    flex: 0 0 auto;
}

.index-cooperation .content-container .t {
    font-size: 4vw;
    font-weight: bold;
    margin-bottom: .5vw;
}

.index-cooperation .content-container .p {
    color: rgba(255, 255, 255, .5);
    font-size: .8vw;
    line-height: 1.33vw;
}

.index-cooperation .content-container .index-more {
    margin-top: 2vw;
}

.index-cooperation .img-swiper .item .info {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 3.5vw;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    transition: opacity .3s ease-in-out;
    box-sizing: border-box;
}

.index-cooperation .img-swiper .item .info .logo {
    height: 2.9vw;
    display: block;
    margin: 0 auto 1vw;
}

.index-cooperation .img-swiper .item .info .name {
    display: block;
    font-size: 1.75vw;
    line-height: 2.1vw;
    width: 2vw;
    white-space: wrap;
    margin: 0 auto;
}

.index-cooperation .img-swiper .item.is-active .info {
    opacity: 0;
}

@media screen and (max-width: 1024px) {
    .index-cooperation .bg2 {
        width: 100%;
    }

    .index-cooperation .content-container {
        width: 100%;
        padding-top: 16vw;
        flex-direction: column-reverse;
        justify-content: flex-end;
    }

    .index-cooperation .content-container .right {
        position: relative;
        width: 100%;
        padding: 0 .14rem .35rem;
        box-sizing: border-box;
    }

    .index-cooperation .content-container .t {
        font-size: .36rem;
        text-align: right;
    }

    .index-cooperation .content-container .p {
        font-size: .12rem;
        line-height: 5vw;
        padding-left: 1.35rem;
    }

    .index-cooperation .content-container .index-more {
        position: absolute;
        right: .14rem;
        bottom: 0;
    }

    .index-cooperation .content-container .left {
        padding-top: .3rem;
        padding: 0.45rem .14rem 0;
    }

    .index-cooperation .content-container .left .img-container {
        width: 100%;
        height: 3rem;
    }

    .index-cooperation .img-swiper .item .info {
        padding-top: .33rem;
    }

    .index-cooperation .img-swiper .item .info .logo {
        height: .3rem;
        margin-bottom: .15rem;
    }

    .index-cooperation .img-swiper .item .info .name {
        font-size: .175rem;
        line-height: .21rem;
        width: .2rem;
    }
}

.index-client {
    padding-top: 5vw;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    overflow-y: auto;
}

.index-client .text-container {
    text-align: center;
    width: 28.6vw;
    margin: 0 auto;
}

.index-client .text-container .pc {
    display: block;
}

.index-client .text-container .m {
    display: none;
}

.index-client .text-container .t {
    font-size: 4vw;
    font-weight: bold;
}

.index-client .text-container .p {
    font-size: 0.8vw;
    line-height: 1.33vw;
    color: #787878;
}

.index-client .text-container .index-more {
    margin-top: 2vw;
}

.index-client .swiper-container {
    margin-top: 3vw;
}

.index-client .swiper-container .item {
    position: relative;
    height: 15vw;
    width: 12vw;
    border-radius: 15px;
    overflow: hidden;
}

.index-client .swiper-container .item .img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    filter: blur(8px);
    transition: filter 1s ease;
}

.index-client .swiper-container .item .logo {
    opacity: 1;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    transition: all .6s linear;
}

.index-client .swiper-container .item.on .img {
    filter: blur(0);
}

.index-client .swiper-container .item.on .logo {
    opacity: 0;
}

.index-client .footer {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media screen and (max-width: 1024px) {
    .index-client .text-container {
        width: 3rem;
        margin: 0 auto;
        padding-top: .9rem;
    }

    .index-client .text-container .pc {
        display: none;
    }

    .index-client .text-container .m {
        display: block;
    }

    .index-client .text-container .t {
        font-size: .36rem;
    }

    .index-client .text-container .p {
        font-size: .12rem;
        line-height: .24rem;
    }

    .index-client .swiper-container {
        margin-top: .45rem;
    }

    .index-client .swiper-container .item.on .logo {
        transition: all .6s linear;
    }

    .index-client .swiper-container .item {
        width: 1.08rem;
        height: 1.36rem;
        border-radius: 10px;
    }

    .index-client .footer {
        position: relative;
        margin-top: .4rem;
    }
}

/* ---- 分割线 ---- */

.text-container {
    color: #fff;
    position: relative;
    z-index: 3;
}

.index-bg {
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.index-bg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center
}

.index-bg img:last-of-type {
    display: none
}

@media screen and (max-width: 1024px) {
    .index-bg img:first-of-type {
        display: none
    }

    .index-bg img:last-of-type {
        display: inline-block
    }
}

@media (max-width: 1024px) {
    .index-bg img {
        object-position: center bottom
    }
}

.index-more {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    transition: all 1s ease
}

.index-more span {
    font-family: Arial;
    font-size: 0.07rem;
    line-height: 1;
    color: #fff;
    margin-right: 0.05rem
}

.index-more .icon-more {
    display: block;
    width: 0.13rem;
    height: 0.13rem;
    background: url('../images/icon-more.png') center center no-repeat;
    background-size: contain;

}

@media (max-width: 1440px) {
    .index-more span {
        font-size: 0.08rem
    }
}

@media (max-width: 1024px) {
    .index-more span {
        font-size: 0.12rem
    }
}

.index-more .icon {
    width: 0.3rem;
    height: 0.3rem;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
}

@media (max-width: 1024px) {
    .index-more .icon {
        width: .275rem;
        height: .275rem;
        margin-left: .05rem;
    }
}

.index-more .icon i {
    font-size: 0.12rem;
    color: #fff
}

.index-more .icon svg {
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.index-more .icon .circle {
    fill: none;
    stroke: #fff;
    stroke-dasharray: 1, 3
}

.index-more .icon .circle.ring {
    transition: all 1s ease-in-out;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 145;
    stroke-dashoffset: 145
}

.index-more:hover .icon .ring {
    stroke-dashoffset: 290;
}

/*  */

.index-swiper-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 3;
    cursor: pointer;
}

.index-swiper-btn i {
    font-size: .1rem;
    color: #fff
}

.index-swiper-btn svg {
    width: 100%;
    height: 100%;
    transform: rotateY(180deg);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2
}

.index-swiper-btn .circle {
    fill: none;
    stroke: #fff;
    stroke-dasharray: 1, 3
}

.index-swiper-btn .circle.ring {
    transition: all 1s ease-in-out;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 145;
    stroke-dashoffset: 145
}

.index-swiper-btn:hover .ring {
    stroke-dashoffset: 290;
}


.animate-on .index-banner .swiper-control {
    animation: fadeInUp 1.2s linear;
}

.animate-on .index-service .bg2 {
    animation: fadeInLeft 1.2s ease forwards;
}

.animate-on .index-service .list-container .list-item {
    animation-name: fadeInRight;
}

.animate-on .index-law .text-container {
    animation: fadeIn 1s ease .6s forwards;
}

.animate-on .index-law .index-law-list .item {
    animation-name: fadeInUp;
}

.animate-on .index-case .swiper-slide {
    animation: fadeInUp 1.2s 1s ease forwards
}

.animate-on .index-case .swiper-slide-active {
    animation: fadeInUp 1.2s 0.2s ease forwards
}

.animate-on .index-case .swiper-slide-next {
    animation: fadeInUp 1.2s 0.6s ease forwards
}

@media screen and (max-width: 1024px) {
    .animate-on .index-banner .swiper-control {
        animation: none;
    }
}

/* swiper2样式 */

.swiper2 .swiper-list {
    position: absolute;
    display: flex;
    flex-wrap: nowrap;
    animation: swiper2-loop 60s linear infinite forwards;
}

.swiper2.reverse .swiper-list {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    transform: translateX(-50%);
    animation-name: swiper2-loop-reverse;
}

.swiper2.pause .swiper-list {
    animation-play-state: paused;
}

.swiper2 .swiper-list .swiper-item {
    margin: 0 .07rem;
    flex: 0 0 auto;
    cursor: pointer;
}

@keyframes swiper2-loop {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes swiper2-loop-reverse {
    0% {
        transform: translateX(-50%);
    }

    100% {
        transform: translateX(0);
    }
}

/*img-swiper*/
.img-swiper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.img-swiper .item {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 19.4%;
    flex: 0 0 auto;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
    transition: all .6s ease;
}

.img-swiper .item.is-active {
    width: 52%;
}

.img-swiper .item>img {
    height: 100%;
    width: auto;
    border-radius: 10px;
}

.hy-banner-box {
    position: relative;
    overflow: hidden
}

.hy-banner {
    width: 100%;
    height: 29.5vw;
    position: relative
}

@media (max-width: 1900px) {
    .hy-banner {
        height: 33.3333333333vw
    }
}

@media (max-width: 1024px) {
    .hy-banner {
        height: 2.64rem
    }
}

.hy-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.hy-banner img.pc {
    display: block
}

.hy-banner img.m {
    display: none
}

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

    .hy-banner img.m {
        display: block
    }
}

.hy-banner-title,
.hy-banner-mask {
    position: absolute;
    z-index: 3;
    color: #fff;
    text-align: center;
}

.hy-banner-title {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
}

.hy-banner-title::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -1.5vw;
    width: 2vw;
    height: 3px;
    margin-left: -1vw;
    background-color: #fff;
}

.hy-banner-title .en {
    font-size: 2.9296875vw;
    font-weight: bold;
}

.hy-banner-title .cn {
    font-size: 2.6855vw;
    font-weight: bold;
}

.hy-banner-mask {
    left: 50%;
    top: 50%;
    width: 67.5vw;
    transform: translate(-50%, -50%);
    margin-top: 2vw;
}

.hy-banner-mask img {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .hy-banner-title {
        margin-top: .35rem;
    }

    .hy-banner-title .en {
        font-size: .16rem;
        white-space: nowrap;
    }

    .hy-banner-title .cn {
        font-size: .18rem;
        line-height: .5rem;
    }

    .hy-banner-title::after {
        height: 2px;
        width: 0.16rem;
    }

    .hy-banner-box .hy-banner-mask {
        display: none;
    }
}


.hy-tabs-container {
    background: #1a1a1a;
    position: relative;
    z-index: 1;
}

.hy-tabs-container::after {
    content: "";
    display: block;
    width: 100%;
    height: 1Px;
    background: #313131;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.hy-tabs-container .tabs-wp {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    min-height: .23rem;
}

.hy-tabs-container .tabs-wp .left {
    box-sizing: border-box;
    flex: 0 0 78.125%;
    max-width: 78.125%;
    padding-right: 3.125vw
}

@media (max-width: 1024px) {
    .hy-tabs-container .tabs-wp .left {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.hy-tabs-container .tabs-wp .left .tabs-bs-wp {
    position: relative;
    overflow: hidden;
    overflow-x: auto;
}

.hy-tabs-container .tabs-wp .left .tabs {
    min-width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center
}

.hy-tabs-container .tabs-wp .left .tabs .tab-item {
    font-size: 0.09rem;
    line-height: 1;
    color: #fff;
    padding: 1.7708333333vw 0 1.1458333333vw;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    transition: 0.6s ease all;
    cursor: pointer;
}

.tabs-body .tab-pane {
    display: none;
}

.tabs-body .tab-pane.on {
    display: block;
}

.hy-tabs-container .tabs-wp .left .tabs .tab-item:not(:last-child) {
    margin-right: 3.90625vw
}

.hy-tabs-container .tabs-wp .left .tabs .tab-item::after {
    content: "";
    display: block;
    width: 100%;
    height: 1Px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: scaleX(0);
    transform-origin: center;
    transition: 0.65s ease all
}

.hy-tabs-container .tabs-wp .left .tabs .tab-item:hover::after,
.hy-tabs-container .tabs-wp .left .tabs .tab-item.on::after {
    transform: scaleX(1)
}

.hy-tabs-container .tabs-wp .right {
    flex: 0 0 21.875%;
    max-width: 21.875%;
    padding-top: 1.1458333333vw;
    padding-bottom: 1.1458333333vw;
}

@media (max-width: 1024px) {
    .hy-tabs-container .tabs-wp {
        max-width: 100%;
    }

    .hy-tabs-container .tabs-wp .left .tabs-bs-wp {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .hy-tabs-container .tabs-wp .left .tabs .tab-item {
        font-size: .14rem;
        padding: .15rem 0 .12rem;
        margin: 0 .19rem;
    }

    .hy-tabs-container .tabs-wp .right {
        display: none
    }

    .hy-tabs-container .wp-common {
        margin: 0;
        padding: 0;
    }
}

.breadcrumb {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
}

.breadcrumb img {
    display: inline-block;
    width: 14Px;
    height: 14Px;
    margin-right: 0.5208333333vw
}

@media (max-width: 480px) {
    .breadcrumb img {
        width: .12rem;
        height: .12rem;
        margin-right: .08rem;
    }
}

.breadcrumb span,
.breadcrumb .item {
    font-size: 14Px;
    line-height: 1;
    color: #939393;
    position: relative
}

.breadcrumb span:not(:last-child),
.breadcrumb .item:not(:last-child) {
    margin-right: 4Px
}

.breadcrumb span:not(:last-child)::after,
.breadcrumb .item:not(:last-child)::after {
    content: ">";
    font-size: 14Px;
    color: #939393;
    margin-left: 4Px
}

@media (max-width: 480px) {

    .breadcrumb span,
    .breadcrumb .item {
        font-size: 12Px
    }

    .breadcrumb span:not(:last-child),
    .breadcrumb .item:not(:last-child) {
        margin-right: 4Px
    }

    .breadcrumb span:not(:last-child)::after,
    .breadcrumb .item:not(:last-child)::after {
        font-size: 12Px;
        padding-left: 3Px
    }
}

.breadcrumb span {
    transition: 0.6s ease all
}

.breadcrumb .item {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

@media (min-width: 1024px) {
    .breadcrumb .item:hover span {
        color: #fff
    }
}


.hy-consult {
    padding-top: 6.25vw;
    padding-bottom: 5.1041666667vw
}

@media (max-width: 1024px) {
    .hy-consult {
        padding-top: 0.4rem;
        padding-bottom: 0.5rem
    }

    .hy-consult .wp-common {
        max-width: 100%;
    }
}

.hy-consult .consult-box {
    display: flex;
    justify-content: flex-start;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .hy-consult .consult-box {
        border-radius: 10px;
        flex-wrap: wrap;
    }
}

.hy-consult .consult-box .left {
    box-sizing: border-box;
    flex: 0 0 37.5%;
    max-width: 37.5%
}

@media (max-width: 1024px) {
    .hy-consult .consult-box .left {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.hy-consult .consult-box .left .image {
    overflow: hidden;
    height: 100%
}

.hy-consult .consult-box .left .image img {
    transition: all 0.6s ease
}

.hy-consult .consult-box .left .image:hover img {
    transform: scale(1.02)
}

@media (max-width: 1024px) {
    .hy-consult .consult-box .left .image {
        height: 1.94rem;
        padding-top: .2rem;
        border-radius: 10px;
    }
}

.hy-consult .consult-box .right {
    box-sizing: border-box;
    flex: 0 0 62.5%;
    max-width: 62.5%;
    background: #121212;
    padding: 3.6458333333vw 5.46875vw
}

@media (max-width: 1024px) {
    .hy-consult .consult-box .right {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0.3rem 0;
        background-color: transparent;
    }
}

.hy-consult .consult-box .right .consult-form .row {
    display: flex;
    justify-content: flex-start;
    margin-left: -0.6510416667vw;
    margin-right: -0.6510416667vw
}

@media (max-width: 1024px) {
    .hy-consult .consult-box .right .consult-form .row {
        flex-wrap: wrap
    }
}

.hy-consult .consult-box .right .consult-form .row:not(:last-child) {
    margin-bottom: 1.5625vw
}

@media (max-width: 1024px) {
    .hy-consult .consult-box .right .consult-form .row:not(:last-child) {
        margin-bottom: 0.15rem
    }
}

.hy-consult .consult-box .right .consult-form .row .col-100 {
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0.6510416667vw
}

.hy-consult .consult-box .right .consult-form .row .col-50 {
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 0.6510416667vw
}

@media (max-width: 1024px) {
    .hy-consult .consult-box .right .consult-form .row .col-50 {
        flex: 0 0 100%;
        max-width: 100%
    }

    .hy-consult .consult-box .right .consult-form .row .col-50:not(:last-child) {
        margin-bottom: 0.15rem
    }
}

.hy-consult .consult-box .right .consult-form .form-item label {
    display: block;
    font-size: 0.08rem;
    line-height: 1;
    color: #fff;
    margin-bottom: 0.05rem
}

@media (max-width: 1024px) {
    .hy-consult .consult-box .right .consult-form .form-item label {
        font-size: 0.14rem;
        margin-bottom: 0.08rem
    }
}

.hy-consult .consult-box .right .consult-form .form-item input[type=text] {
    display: block;
    box-sizing: border-box;
    outline: none;
    appearance: none;
    height: 0.3rem;
    line-height: 0.3rem;
    border-radius: 0.05rem;
    width: 100%;
    padding: 0 0.1rem;
    color: #fff;
    font-size: 0.08rem;
    background: #1b1b1b;
    border: none
}

.hy-consult .consult-box .right .consult-form .form-item input[type=text].error {
    border: 1px solid red;
}

.hy-consult .consult-box .right .consult-form .form-item input[type=text]::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.hy-consult .consult-box .right .consult-form .form-item input[type=text]:-moz-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.hy-consult .consult-box .right .consult-form .form-item input[type=text]::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.hy-consult .consult-box .right .consult-form .form-item input[type=text]:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.hy-consult .consult-box .right .consult-form .form-item input[type=text]::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.hy-consult .consult-box .right .consult-form .form-item input[type=text]::placeholder {
    color: rgba(255, 255, 255, 0.2)
}

@media (max-width: 1440px) {
    .hy-consult .consult-box .right .consult-form .form-item input[type=text] {
        height: 0.25rem;
        line-height: 0.25rem;
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .hy-consult .consult-box .right .consult-form .form-item input[type=text] {
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.14rem;
        padding: 0 0.15rem;
        border-radius: 0.07rem;
        background-color: #000;
    }
}

.hy-consult .consult-box .right .consult-form .form-item textarea {
    box-sizing: border-box;
    display: block;
    width: 100%;
    outline: none;
    appearance: none;
    padding: 0.05rem 0.1rem;
    color: #fff;
    font-size: 0.08rem;
    line-height: 2.1875;
    border-radius: 0.05rem;
    background: #1b1b1b;
    border: none;
    resize: none
}

.hy-consult .consult-box .right .consult-form .form-item textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.hy-consult .consult-box .right .consult-form .form-item textarea:-moz-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.hy-consult .consult-box .right .consult-form .form-item textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.hy-consult .consult-box .right .consult-form .form-item textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.hy-consult .consult-box .right .consult-form .form-item textarea::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.2)
}

.hy-consult .consult-box .right .consult-form .form-item textarea::placeholder {
    color: rgba(255, 255, 255, 0.2)
}

@media (max-width: 1440px) {
    .hy-consult .consult-box .right .consult-form .form-item textarea {
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .hy-consult .consult-box .right .consult-form .form-item textarea {
        font-size: 0.14rem;
        padding: 0.08rem 0.15rem;
        line-height: 1.5;
        border-radius: 0.07rem;
        background-color: #000;
    }
}

.hy-consult .consult-box .right .consult-form input[type=submit] {
    display: block;
    outline: none;
    appearance: none;
    width: 1.35rem;
    height: 0.3rem;
    border: 1px solid #fff;
    border-radius: .15rem;
    line-height: 0.3rem;
    background: none;
    text-align: center;
    font-size: 0.08rem;
    color: #fff;
    cursor: pointer;
    transition: 0.4s ease all
}

.hy-consult .consult-box .right .consult-form input[type=submit].disable {
    pointer-events: none;
    opacity: .3;
}

@media (max-width: 1440px) {
    .hy-consult .consult-box .right .consult-form input[type=submit] {
        width: 1.1rem;
        height: 0.25rem;
        border-radius: .125rem;
        line-height: 0.25rem;
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .hy-consult .consult-box .right .consult-form input[type=submit] {
        width: 100%;
        height: 0.4rem;
        line-height: 0.4rem;
        font-size: 0.14rem;
        border-radius: 0.2rem
    }
}

.hy-consult .consult-box .right .consult-form input[type=submit]:hover {
    background: #272727
}


.contact-title-block {
    margin-bottom: 3.75vw;
    display: flex;
    justify-content: space-between
}

@media (max-width: 1024px) {
    .contact-title-block {
        flex-wrap: wrap;
        margin-bottom: 0.3rem
    }
}

.contact-title-block .left {
    box-sizing: border-box;
    flex: 0 0 25.78125%;
    max-width: 25.78125%
}

@media (max-width: 1024px) {
    .contact-title-block .left {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.contact-title-block .left .title .en {
    margin-left: -0.15625vw;
    font-size: 2.2vw;
    line-height: 1;
    color: #fff;
    font-family: "Barlow-ExtraLight";
    white-space: nowrap;
}

@media (max-width: 1024px) {
    .contact-title-block .left .title .en {
        font-size: 0.22rem;
        max-width: 100%;
        white-space: auto;
    }
}

.contact-title-block .left .title .cn {
    margin-top: 1.3020833333vw;
    font-size: 2.2vw;
    line-height: 1;
    color: #fff
}

@media (max-width: 1024px) {
    .contact-title-block .left .title .cn {
        font-size: 0.16rem;
        max-width: 100%;
        margin-top: .15rem;
    }
}

.contact-title-block .right {
    box-sizing: border-box;
    flex: 0 0 34.765625%;
    max-width: 34.765625%;
    padding-top: 1.5625vw
}

@media (max-width: 1024px) {
    .contact-title-block .right {
        flex: 0 0 100%;
        max-width: 100%;
        padding-top: 0.1rem
    }
}

.contact-title-block .right .p {
    padding-top: 2.1354166667vw;
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #787878;
    text-align: left;
    position: relative
}

@media (max-width: 1440px) {
    .contact-title-block .right .p {
        font-size: 0.07rem
    }
}

@media (max-width: 1024px) {
    .contact-title-block .right .p {
        font-size: 0.14rem;
        padding-top: 0;
    }
}

.contact-title-block .right .p::before {
    content: "";
    display: block;
    width: 0.125rem;
    height: 1Px;
    background: #fff;
    position: absolute;
    left: 0;
    top: 0
}

@media (max-width: 1024px) {
    .contact-title-block .right .p::before {
        display: none;
    }
}


.hy-contact {
    padding-top: 6.25vw;
    padding-bottom: 5.1041666667vw
}

@media (max-width: 1024px) {
    .hy-contact {
        padding-top: 0.4rem;
        padding-bottom: 0.5rem
    }

    .hy-contact .wp-common {
        max-width: 100%;
    }
}

.hy-contact .contact-box {
    display: flex;
    justify-content: flex-start;
    border-radius: 15px;
    overflow: hidden;
}

@media (max-width: 1024px) {
    .hy-contact .contact-box {
        flex-direction: column-reverse;
        flex-wrap: wrap;
        border-radius: 10px;
    }
}

.hy-contact .contact-box .left {
    box-sizing: border-box;
    flex: 0 0 34.375%;
    max-width: 34.375%;
    padding: 5.1041666667vw 2.34375vw 5.1041666667vw 2.6041666667vw;
    background: #111;
}

@media (max-width: 1024px) {
    .hy-contact .contact-box .left {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0.2rem 0;
        background: none;
    }
}

.hy-contact .contact-box .left .info .title {
    margin-bottom: 2.0833333333vw;
    padding-bottom: 1.5625vw;
    position: relative;
    border-bottom: 1Px dashed rgba(255, 255, 255, 0.2)
}

.hy-contact .contact-box .left .info .title .en {
    font-size: 1.8vw;
    line-height: 1;
    color: #fff;
    font-family: "Barlow-ExtraLight"
}

@media (max-width: 1024px) {
    .hy-contact .contact-box .left .info .title {
        padding-bottom: .2rem;
        border-bottom: 1px solid #313131;
    }

    .hy-contact .contact-box .left .info .title .en {
        font-size: 0.24rem;
    }
}

.hy-contact .contact-box .left .info .title .cn {
    margin-top: 1.0416666667vw;
    font-size: 0.13rem;
    line-height: 1;
    color: #fff
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .hy-contact .contact-box .left .info .title .cn {
        font-size: 0.12rem
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .hy-contact .contact-box .left .info .title .cn {
        font-size: 0.11rem
    }
}

@media (min-width: 1024px) and (max-width: 1180px) {
    .hy-contact .contact-box .left .info .title .cn {
        font-size: 0.1rem
    }
}

@media (max-width: 1024px) {
    .hy-contact .contact-box .left .info .title .cn {
        margin-top: 0.13rem;
        font-size: 0.19rem
    }
}

.hy-contact .contact-box .left .info .p {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (min-width: 1024px) and (max-width: 1480px) {
    .hy-contact .contact-box .left .info .p {
        font-size: 0.07rem;
    }
}

@media (min-width: 1024px) and (max-width: 1240px) {
    .hy-contact .contact-box .left .info .p {
        font-size: 0.06rem
    }
}

@media (max-width: 1024px) {
    .hy-contact .contact-box .left .info .p {
        padding-top: .3rem;
        font-size: 0.14rem;
        line-height: 2;
    }
}

.hy-contact .contact-box .left .info .p p {
    font-size: 0.08rem;
    line-height: 2.1875;
    color: #fff
}

@media (max-width: 1024px) {
    .hy-contact .contact-box .left .info .p p {
        font-size: 0.14rem;
        line-height: 2;
    }
}

.hy-contact .contact-box .left .info .p p:nth-child(even) {
    margin-bottom: 1.0416666667vw;
    color: #787878;
}

@media (max-width: 1024px) {
    .hy-contact .contact-box .left .info .p p:nth-child(even) {
        font-size: 0.16rem;
        margin-bottom: 0.3rem;
    }
}

.hy-contact .contact-box .right {
    box-sizing: border-box;
    flex: 0 0 65.625%;
    max-width: 65.625%
}

@media (max-width: 1024px) {
    .hy-contact .contact-box .right {
        flex: 0 0 100%;
        max-width: 100%
    }
}

.hy-contact .contact-box .right .image {
    min-height: 33.8541666667vw;
    height: 100%
}

@media (max-width: 1024px) {
    .hy-contact .contact-box .right .image {
        min-height: auto;
        height: 2.5rem;
        border-radius: 10px;
        overflow: hidden;
    }
}

.hy-about {
    overflow: hidden;
}

.hy-about .layout-1::before {
    background-image: url(../images/img-about-bg-1.jpg);
}

.hy-about .layout-2::before {
    background-image: url(../images/img-about-bg-2.jpg);
}

@media screen and (max-width: 1024px) {
    .hy-about .layout-1::before {
        background-image: url(../images/img-about-bg-1_m.jpg);
    }

    .hy-about .layout-2::before {
        background-image: url(../images/img-about-bg-2_m.jpg);
    }
}

.hy-pr {
    overflow: hidden;
}

.hy-pr .layout-1::before {
    background-image: url(../images/img-pr-2.jpg);
}

.hy-pr .layout-2::before {
    background-image: url(../images/img-pr-3.jpg);
}

.hy-pr .layout-3::before {
    background-image: url(../images/img-pr-4.jpg);
}

.hy-pr .layout-4::before {
    background-image: url(../images/img-pr-5.jpg);
}

@media screen and (max-width: 1024px) {
    .hy-pr .layout-1::before {
        background-image: url(../images/img-pr-2_m.jpg);
    }

    .hy-pr .layout-2::before {
        background-image: url(../images/img-pr-3_m.jpg);
    }

    .hy-pr .layout-3::before {
        background-image: url(../images/img-pr-4_m.jpg);
    }

    .hy-pr .layout-4::before {
        background-image: url(../images/img-pr-5_m.jpg);
    }
}

.hy-case {
    overflow-x: hidden;
}

.hy-case .case-container {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 6.3rem;
    margin: 0 auto;
    padding: .3rem 0 1rem;
    min-height: calc(100vh - 53.3vw);
    overflow: auto;
}

.hy-case .case-container .case-list.list {
    display: grid;
    grid-template-columns: repeat(2, 47.5%);
    gap: 5%;
}

.hy-case .case-container .case-list .hy-empty-wrap,
.hy-case .case-container .case-list .hy-loading-wrap {
    height: 30vw;
    display: none;
}

.hy-case .case-container .case-list.empty .hy-empty-wrap,
.hy-case .case-container .case-list.loading .hy-loading-wrap {
    display: flex;
}

.hy-case .case-container .case-item {
    cursor: pointer;
}

.hy-case .case-container .case-item .img-container {
    width: 100%;
    min-height: 1.85rem;
    border-radius: 12px;
    overflow: hidden;
}

.hy-case .case-container .case-item img {
    width: 100%;
    height: 1.85rem;
    transition: all .3s;
}

.hy-case .case-container .case-item:hover img {
    transform: scale(1.1);
}

.hy-case .case-container .case-item .title {
    font-size: .1rem;
    color: #fff;
    margin-top: 0.075rem;
    max-height: .32rem;
    overflow: hidden;
}

.hy-case .case-container .case-item .desc {
    font-size: .075rem;
    line-height: .12rem;
    color: #787878;
    height: .36rem;
    overflow: hidden;
    margin-top: 0.075rem;
}

.hy-case .case-container .case-item .info {
    display: flex;
    justify-content: space-between;
    font-size: .065rem;
    color: #787878;
    margin-top: 0.075rem;
}

.hy-case .case-container .case-item .info .views::before {
    content: '';
    display: block;
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    left: 0;
    top: 0.016rem;
    background: url('../images/icon-views.png') center center no-repeat;
    background-size: contain;
}

.hy-case .case-container .case-item .info .views {
    position: relative;
    padding-left: .1rem;
}

.hy-case .wp-common,
.hy-news .wp-common {
    width: 100%;
    max-width: 6.3rem;
}

@media (max-width: 1024px) {

    .hy-case .wp-common,
    .hy-news .wp-common {
        width: 100%;
        max-width: none;
    }

    .hy-case {
        padding-bottom: 0;
    }

    .hy-case .hy-tabs-container::after {
        display: none;
    }

    .hy-case .case-container {
        width: 100%;
        min-height: calc(100vh - 5.33rem);
    }

    .hy-case .case-container .case-list .hy-empty-wrap,
    .hy-case .case-container .case-list .hy-loading-wrap {
        height: calc(100vh - 3.33rem);
    }

    .hy-case .case-container .case-list.list {
        grid-template-columns: 100%;
        gap: 0;
        padding: 0 .15rem;
    }

    .hy-case .case-container .case-item {
        margin-bottom: .45rem;
    }

    .hy-case .case-container .case-item .img-container {
        width: 100%;
        height: 51.85vw;
    }

    .hy-case .case-container .case-item .title {
        font-size: .16rem;
        height: auto;
        max-height: .46rem;
    }

    .hy-case .case-container .case-item .desc {
        font-size: .14rem;
        line-height: .22rem;
        height: auto;
        max-height: .66rem;
    }

    .hy-case .case-container .case-item .info {
        font-size: .12rem;
        margin-top: .18rem;
    }

    .hy-case .case-container .case-item .info .views::before {
        width: 0.16rem;
        height: 0.16rem;
        margin-left: -.1rem;
    }
}

.hy-law {
    padding-bottom: 1rem;
    overflow: hidden;
}

.hy-law .layout-img-text,
.hy-law .layout-text-img {
    position: relative;
    margin-top: .5rem;
}

.hy-law .layout-img-text::before,
.hy-law .layout-text-img::before {
    width: 50%;
    height: 100%;
    top: 0;
    background: center center no-repeat;
    background-size: 100% 100%;
}

.hy-law .layout-text-img::before {
    right: 0;
    left: auto;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.hy-law .layout-img-text::before {
    left: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.hy-law .layout-1::before {
    background-image: url('/static/images/img-law-1.jpg');
}

.hy-law .layout-2::before {
    background-image: url('/static/images/img-law-2.jpg');
}

.hy-law .layout-3::before {
    background-image: url('/static/images/img-law-3.jpg');
}

.hy-law .layout-4::before {
    background-image: url('/static/images/img-law-4.jpg');
}

.hy-law .layout-5::before {
    background-image: url('/static/images/img-law-5.jpg');
}

.hy-law .layout-6::before {
    background-image: url('/static/images/img-law-6.jpg');
}

.hy-law.hy-page .text-container .subtitle {
    margin-bottom: .18rem;
}

.hy-law.hy-page .text-container .subtitle::after {
    left: 0;
    top: calc(100% + .05rem);
}

@media screen and (max-width: 1024px) {
    .hy-law {
        padding-top: .45rem;
    }

    .hy-law .layout-img-text,
    .hy-law .layout-text-img {
        margin-top: 0;
        padding-top: 2rem;
        padding-bottom: .3rem;
    }

    .hy-law .layout-img-text::before,
    .hy-law .layout-text-img::before {
        position: absolute;
        width: 80%;
        height: 1.94rem;
    }

    .hy-law.hy-page .text-container .subtitle {
        margin-bottom: .05rem;
    }

    .hy-law.hy-page .text-container .subtitle::after {
        left: 120%;
        top: 50%;
    }
}

.hy-news {
    overflow-x: hidden;
}

.hy-news .news-container {
    position: relative;
    width: 100%;
    max-width: 6.3rem;
    margin: 0 auto;
    padding: .14rem 0 .5rem;
    min-height: calc(100vh - 33.3vw);
    overflow: hidden;
}

.hy-news .news-container .news-list {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    padding-top: .3rem;
}

.hy-news .news-container .news-list .hy-loading-wrap {
    font-size: 1vw;
    display: none;
}

.hy-news .news-container .news-list.loading .hy-loading-wrap {
    display: flex;
}

.hy-news .news-container .news-list .hy-empty-wrap {
    display: none;
}

.hy-news .news-container .news-list.empty .hy-empty-wrap {
    display: flex;
}

.hy-news .news-container .news-list.list::before {
    position: absolute;
    content: '';
    display: block;
    height: 200%;
    top: 0;
    left: 50%;
    border-left: 1px dashed rgba(255, 255, 255, .3);
}

.hy-news .news-list .news-wrap {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
}

.hy-news .news-list .news-wrap:not(:first-child) {
    margin-top: -0.55rem;
}

.hy-news .news-list .news-wrap.seq {
    margin-top: .2rem;
}

.hy-news .news-list .news-wrap .category {
    position: relative;
    display: none;
    font-size: .25rem;
    font-weight: bold;
    margin-left: 22.22%;
}

.hy-news .news-list .news-wrap .category::after {
    content: '';
    display: block;
    position: absolute;
    width: 0.2rem;
    height: 0.025rem;
    background-color: #fff;
    left: calc(100% + .15rem);
    top: 50%;
}

.hy-news .news-list .news-wrap .category::before {
    content: '';
    display: block;
    position: absolute;
    width: 8vw;
    max-width: 0.7rem;
    right: calc(100% + .6rem);
    top: 50%;
    border-bottom: 1px dashed #787878;
}

.hy-news .news-list .news-wrap .node {
    display: none;
    position: absolute;
    width: .22rem;
    height: 0.46rem;
    background-color: #1a1a1a;
    left: 50%;
    top: 50%;
    margin-left: -.11rem;
    margin-top: -.23rem;
}

.hy-news .news-list .news-wrap .node::before,
.hy-news .news-list .news-wrap .node::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.hy-news .news-list .news-wrap .node::before {
    width: 0.22rem;
    height: 0.22rem;
    border: 1px dashed #787878;
}

.hy-news .news-list .news-wrap .node::after {
    width: 0.075rem;
    height: 0.075rem;
    background-color: #787878;
}

.hy-news .news-list .news-wrap.right {
    flex-direction: row;
}

.hy-news .news-list .news-wrap.right .category {
    margin-left: auto;
    margin-right: 22.22%;
}

.hy-news .news-list .news-wrap.right .category::after {
    left: auto;
    right: calc(100% + .15rem);
}

.hy-news .news-list .news-wrap.right .category::before {
    right: auto;
    left: calc(100% + .6rem);
}

.hy-news .news-list .news-wrap.show .category {
    display: block;
}

.hy-news .news-list .news-wrap.show .node {
    display: block;
}

.hy-news .news-list .news {
    width: 2.14rem;
}

.hy-news .news-list .news .img-container {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.hy-news .news-list .news .img-container img {
    width: 100%;
    height: auto;
}

.hy-news .news-list .news .title {
    font-size: .1rem;
    font-weight: bold;
    max-height: .25rem;
    overflow: hidden;
    margin-top: .08rem;
}

.hy-news .news-list .news .desc {
    font-size: .075rem;
    color: #787878;
    margin-top: .08rem;
}

.hy-news .news-list .news .info {
    display: flex;
    justify-content: space-between;
    font-size: .065rem;
    color: #787878;
    margin-top: 0.075rem;
}

.hy-news .news-list .news .info .views::before {
    content: '';
    display: block;
    position: absolute;
    width: 0.06rem;
    height: 0.06rem;
    left: 0;
    top: 0.016rem;
    background: url('../images/icon-views.png') center center no-repeat;
    background-size: contain;
}

.hy-news .news-list .news .info .views {
    position: relative;
    padding-left: .1rem;
}

@media (max-width: 1024px) {
    .hy-news .hy-tabs-container {
        display: none;
    }

    .hy-news .news-container {
        width: 100%;
        padding-bottom: .5rem;
        min-height: calc(100vh - 3.33rem);
    }

    .hy-news .news-container .news-list {
        position: relative;
        padding: 0 .15rem;
        box-sizing: border-box;
    }

    .hy-news .news-container .news-list.list::before {
        display: none;
    }

    .hy-news .news-container .news-list .hy-loading-wrap {
        font-size: .14rem;
        height: calc(100vh - 3.33rem);
    }

    .hy-news .news-container .news-list .hy-empty-wrap {
        height: calc(100vh - 3.33rem);
    }

    .hy-news .news-list .news-wrap,
    .hy-news .news-list .news-wrap:not(:first-child) {
        margin-top: .2rem;
    }

    .hy-news .news-list .news-wrap.show .category,
    .hy-news .news-list .news-wrap.show .node {
        display: none;
    }

    .hy-news .news-list .news {
        width: 100%;
    }

    .hy-news .news-list .news .title {
        font-size: .16rem;
        height: auto;
        max-height: 0.46rem;
    }

    .hy-news .news-list .news .desc {
        font-size: .14rem;
        line-height: .22rem;
        height: auto;
        max-height: 0.66rem;
        overflow: hidden;
    }

    .hy-news .news-list .news .info {
        font-size: .12rem;
        margin-top: 0.18rem;
    }

    .hy-news .news-list .news .info .views::before {
        width: 0.16rem;
        height: 0.16rem;
        margin-left: -0.1rem;
    }
}

.hy-search .left .text {
    color: #fff;
    font-size: .08rem;
    padding-bottom: 1vw;
}

.hy-search .search-empty {
    min-height: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hy-search .search-empty img {
    width: 8.5vw;
}

.hy-search .search-empty .text {
    text-align: center;
    font-size: .7vw;
    margin-top: 1vw;
    color: #787878;
}

@media screen and (max-width: 1024px){
    .hy-search .search-empty img{
        width: .9rem;
    }
    .hy-search .search-empty .text {
        text-align: center;
        font-size: .12rem;
        margin-top: .15rem;
    }
}

.passage-container {
    width: 100%;
    max-width: 6.3rem;
    margin: 0 auto;
    color: #fff;
    box-sizing: border-box;
}

@media (max-width: 1260px) {
    .passage-container {
        padding: 0 .15rem;
    }
}

.passage-container .title-container {
    text-align: center;
    padding-top: .5rem;
    padding-bottom: .2rem;
    border-bottom: 1px solid #333;
}

.passage-container .title-container .title {
    font-size: .12rem;
    max-width: 3.3rem;
    margin: 0 auto;
}

.passage-container .title-container .info {
    max-width: 1rem;
    display: flex;
    justify-content: space-between;
    font-size: .06rem;
    color: #787878;
    margin: 0 auto;
    margin-top: .1rem;
    white-space: nowrap;
}

.passage-container .title-container .info .views::before {
    content: '';
    display: block;
    position: absolute;
    width: 0.08rem;
    height: 0.08rem;
    left: 0;
    top: 0;
    background: url('../images/icon-views.png') center center no-repeat;
    background-size: contain;
}

.passage-container .title-container .info .views {
    position: relative;
    padding-left: .12rem;
}

.passage-container .content-container {
    padding-top: .4rem;
    padding-bottom: .4rem;
}

.passage-container .content-container .preview-img {
    text-align: center;
    margin-bottom: .15rem;
}

.passage-container .content-container .preview-img img {
    display: inline-block;
    max-width: 100%;
}

.passage-container .content {
    color: #959595;
}

.passage-container .content p {
    font-size: .07rem;
    line-height: .12rem;
}

.passage-container .content .img-container {
    text-align: center;
}

.passage-container .content .img-container img {
    max-width: 100%;
}

.passage-container .passage-footer {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #333;
    padding: .1rem 0 .3rem;
    align-items: center;
}

.passage-container .passage-footer .navigator .nav {
    margin: .05rem 0;
}

.passage-container .passage-footer .navigator .nav b {
    font-weight: normal;
}

.passage-container .passage-footer .back-list {
    border: 1px solid #fff;
    height: 0.22rem;
    width: 0.75rem;
    line-height: .22rem;
    text-align: center;
    border-radius: 0.11rem;
    font-size: .08rem;
    text-decoration: none;
}

.passage-container * {
    box-sizing: border-box;
}

.passage-container p,
.passage-container ol,
.passage-container ul,
.passage-container pre,
.passage-container blockquote,
.passage-container h1,
.passage-container h2,
.passage-container h3,
.passage-container h4,
.passage-container h5,
.passage-container h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.passage-container blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}

.passage-container ol>li,
.passage-container ul>li {
    list-style-type: none;
}

.passage-container ol,
.passage-container ul {
    padding-left: 1.5em;
}

.passage-container ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-0;
}

.passage-container ul>li::before {
    content: '•';
    margin-right: 1em;
}

.passage-container ol li:before {
    content: counter(list-0, decimal) '. ';
}

.passage-container strong {
    font-weight: bold;
}

.passage-container a {
    text-decoration: underline;
}

.passage-container .ql-align-center {
    text-align: center;
}

.passage-container img {
    max-width: 100%;
    display: inline-block;
}

.passage-container .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}

.passage-container .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}

.passage-container .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9m;
}

.passage-container .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}

.passage-container .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}

.passage-container .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}

.passage-container .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}

.passage-container .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}


@media (max-width: 1024px) {
    .passage-container {
        width: 100%;
    }

    .passage-container .title-container {
        padding: .2rem .1rem;
        text-align: left;
        border-color: #313131;
    }

    .passage-container .title-container .title {
        font-size: .16rem;
        max-width: 100%;
    }

    .passage-container .title-container .info {
        font-size: .12rem;
        width: 100%;
    }

    .passage-container .title-container .info .views::before {
        width: 0.16rem;
        height: 0.16rem;
        margin-left: -.1rem;
    }

    .passage-container .content-container {
        padding: .4rem .1rem;
    }

    .passage-container .content-container .preview-img {
        border-radius: 10px;
        overflow: hidden;
    }

    .passage-container .content-container .content p {
        font-size: .14rem;
        line-height: .25rem;
    }

    .passage-container .content .img-container {
        width: 100%;
        height: auto;
    }

    .passage-container .passage-footer {
        border-color: #313131;
    }

    .passage-container .passage-footer .back-list {
        display: none;
    }

    .passage-container .passage-footer .navigator .nav {
        padding: .15rem;
    }
}

.hy-pass-detail .wp-common {
    width: 100%;
    ;
    max-width: 6.3rem;
}

@media (max-width: 1024px) {
    .hy-pass-detail .wp-common {
        width: 100%;
    }

    .hy-pass-detail .hy-tabs-container .tabs-wp .left {
        display: none;
    }

    .hy-pass-detail .hy-tabs-container .tabs-wp .right {
        display: block;
        max-width: 100%;
        flex: 1;
    }

    .hy-pass-detail .hy-tabs-container::after {
        display: none;
    }

    .hy-pass-detail .breadcrumb {
        justify-content: flex-start;
        font-size: .14rem;
        padding: .15rem;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-size: initial;
}

.hy-not-found {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: url('../images/img-bg2.jpg') center center no-repeat;
    background-size: 100% 100%;
}

.hy-not-found .img-container {
    width: 3rem;
}

.hy-not-found .img-container img {
    width: 100%;
}

.hy-not-found .text-container {
    color: #fff;
    text-align: center;
    color: #dfdfdf;
    margin-left: 1.1rem;
}

.hy-not-found .text-container .not-found-text {
    width: 1.65rem;
    height: 0.85rem;
    background: url('../images/img-404.png') center center no-repeat;
    background-size: contain;
}

.hy-not-found .text-container .en {
    font-size: .2rem;
    font-weight: bold;
    margin: .1rem 0;
}

.hy-not-found .text-container .cn {
    font-size: .1rem;
}

.hy-not-found .text-container .btn {
    display: block;
    width: 0.85rem;
    height: 0.24rem;
    line-height: 0.24rem;
    border-radius: .12rem;
    border: 1px solid #fff;
    font-size: .08rem;
    text-align: center;
    margin: .2rem auto 0;
}

@media screen and (max-width: 1024px) {
    .hy-not-found {
        flex-direction: column;
    }

    .hy-not-found .img-container {
        width: 2.6rem;
    }

    .hy-not-found .text-container {
        margin-left: 0;
        margin-top: .3rem;
    }

    .hy-not-found .text-container .en {
        font-size: .22rem;
    }

    .hy-not-found .text-container .cn {
        font-size: .13rem;
    }

    .hy-not-found .text-container .btn {
        font-size: .14rem;
        width: 1.2rem;
        height: 0.37rem;
        line-height: .37rem;
        border-radius: .19rem;
    }
}

.hy-message-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.hy-message-wrap .hy-message {
    position: absolute;
    padding: .5vw 2vw;
    background: #3a3a3a;
    border-radius: 10px;
    left: 50%;
    top: 30%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 1vw;
}