

@import url(bootstrap.css);
@import url(bootstrap-theme.css);
@import url(swiper-bundle.min.css);
@import url(font.css);
@import url(icon.css);
@import url(default-skin.css);
@import url(photoswipe.css);
@import url(left-lx.css);
@import url(animate.min.css);
title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
:root {
    --textActiveColor: #E54335;
    --font_HarmonyOS_Sans_SC_Bold: 'HarmonyOS_Sans_SC_Bold';
    --font_HarmonyOS_Sans_SC_Medium: 'HarmonyOS_Sans_SC_Medium';
    --font_HarmonyOS_Sans_SC_Light: 'HarmonyOS_Sans_SC_Light';
    --font_HarmonyOS_Sans_SC_Regular: 'HarmonyOS_Sans_SC_Regular';
    --font_HarmonyOS_Sans_Condensed_Regular: 'HarmonyOS_Sans_Condensed_Regular';
    --font_HarmonyOS_Sans_Condensed_Medium: 'HarmonyOS_Sans_Condensed_Medium'
}

p {
    margin-bottom: 0
}

table {
    max-width: 100%
}

td {
    padding: 8px
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    outline: none;
    text-decoration: none
}

.hidden {
    overflow: hidden
}

ul {
    margin-bottom: 0
}

a {
    color: #1a1a1a;
    transition: color 0.3s;
    text-decoration: none !important
}

a:hover,
a.active {
    color: var(--textActiveColor);
    text-decoration: none !important
}

.imgs img {
    max-width: 100%
}

.imgfd {
    overflow: hidden
}

.imgfd img {
    transition: all .8s;
    transform: scale(1)
}

.imgfd img:hover {
    transform: scale(1.1)
}

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

.bg-gray {
    background-color: #f2f2f2
}

.bg-blue {
    background-color: #72a5eb
}

.bg-green {
    background-color: #34a253
}

.bg-black {
    background-color: #141414
}

.bg-f9 {
    background-color: #f9f9f9
}

.bg-f7 {
    background-color: #F7F7F7
}

.bg-ql {
    background-color: #e1e8f6
}

.bg-qh {
    background-color: #f6e2e0
}

.bg-red {
    background-color: #e44335
}

.color-zt {
    color: var(--textActiveColor)
}

.color-o {
    color: #fb9c0f
}

.color-l {
    color: #34a253
}

.color-bule {
    color: #4280ee
}

.space {
    outline: 0
}

.space-100vh {
    height: 100vh
}

.flex {
    display: flex
}

.flex.j-c-c {
    justify-content: center
}

.flex.j-c-s-b {
    justify-content: space-between
}

.flex.j-c-e {
    justify-content: end
}

.flex.f-w-w {
    flex-wrap: wrap
}

.flex.a-i-c {
    align-items: center
}

.flex.a-i-e {
    align-items: end
}

body {
    font-family: var(--font_HarmonyOS_Sans_SC_Medium)
}

.a-line {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.p-xl-tb {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.b_title {
    font-size: 1rem;
    position: relative;
    padding-bottom: .1rem;
    margin-bottom: .1rem
}

.b_title::after {
    padding-bottom: .125rem;
    width: .625rem;
    border-bottom: 0.0375rem solid var(--textActiveColor);
    content: "";
    display: block;
    bottom: 0;
    left: 0
}

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

.tmp_title {
    font-size: .6875rem;
    text-align: center;
    margin: 1rem 0;
    font-family: var(--font_HarmonyOS_Sans_SC_Medium);
    color: #000
}

.tmp_title .f-t-a {
    font-size: .75rem;
    margin-top: .1875rem
}

.tmp_title .f-t {
    font-size: .4375rem;
    margin-top: .1875rem
}

.tmp_title .link {
    text-align: center
}

.tmp_title .link a {
    font-size: .375rem;
    border-radius: .375rem;
    padding: .125rem .375rem;
    border: 2px solid var(--textActiveColor);
    color: var(--textActiveColor);
    transition: all .5s
}

.tmp_title .link a:hover {
    color: #fff;
    background-color: var(--textActiveColor)
}

@media (max-width: 768px) {
    .tmp_title {
        font-size: .5rem;
        margin: .5rem 0
    }
}

.top-fixed {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    left: 0
}

.head {
    transition: all .5s;
    background-color: #fff
}

@media (max-width: 768px) {
    .head {
        background-color: #fff
    }
}

.head .navbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 1rem;
    margin-bottom: 0
}

@media (max-width: 768px) {
    .head .navbar>.container {
        background-color: #fff
    }
}

.head .navbar-toggle {
    margin-top: .175rem;
    margin-left: 0;
    padding-left: 0
}

.head .navbar-toggle.onk .icon-bar {
    position: relative;
    top: 6px
}

.head .navbar-toggle.onk .icon-bar:nth-child(1) {
    transform: rotate(45deg)
}

.head .navbar-toggle.onk .icon-bar:nth-child(2) {
    opacity: 0
}

.head .navbar-toggle.onk .icon-bar:nth-child(3) {
    transform: rotate(-45deg);
    top: -6px
}

.head .topsou {
    margin-top: .125rem;
    position: relative;
    padding: 9px 10px;
    margin-bottom: 8px;
    font-size: 18px;
    padding-right: 0;
    color: #999999
}

.head .topsou .glyphicon {
    color: #999
}

.head .topsou .glyphicon::before {
    color: #999
}

.head .navbar-header {
    height: 1rem
}

.head .navbar-header .navbar-brand {
    height: 100%;
    padding: 0
}

.head .navbar-header .navbar-brand img {
    max-height: 100%;
    max-width: 72%
}

.head .icon-bar {
    background-color: #999
}

.head .navbar-nav .nav-item {
    padding-bottom: .325rem
}

@media (max-width: 768px) {
    .head .navbar-nav .nav-item {
        padding-bottom: 0px
    }
}

.head .navbar-nav li a {
    font-size: .25rem;
    padding: .125rem .23rem;
    color: #707070;
    text-shadow: initial
}

.head .navbar-nav li a:hover,
.head .navbar-nav li a:active,
.head .navbar-nav li a:focus {
    background: none
}

.head .navbar-nav li:last-child a {
    padding-right: 0
}

.head .navbar-nav li.open a {
    background-color: initial
}

.head .navbar-nav li>.dropdown-menu {
    border: none;
    background-color: #fff;
    border-radius: .0625rem;
    padding: .3rem 0;
    left: 50%;
    width: 1.75rem;
    margin-left: -0.875rem;
    text-align: center
}

.head .navbar-nav li>.dropdown-menu::before {
    position: absolute;
    content: "";
    border: .1rem solid transparent;
    border-top: none;
    border-bottom-color: #fff;
    left: calc(50% - .1375rem);
    top: -0.1rem
}

@media (max-width: 768px) {
    .head .navbar-nav li>.dropdown-menu::before {
        display: none
    }
}

.head .navbar-nav li>.dropdown-menu li {
    text-align: center;
    transition: all .3s
}

.head .navbar-nav li>.dropdown-menu li a {
    font-size: .2125rem;
    padding: .1rem .125rem;
    color: #000;
    line-height: initial;
    display: inline-block
}

.head .navbar-nav li>.dropdown-menu li:hover>a,
.head .navbar-nav li>.dropdown-menu li.act>a {
    color: var(--textActiveColor)
}

.head .navbar-nav li>.dropdown-menu .dropdown-menu .nav-link {
    padding: .1rem .125rem
}

.head .navbar-nav li .dropdown-submenu {
    position: relative;
    line-height: initial
}

.head .navbar-nav li .dropdown-submenu:hover .navss a {
    color: #fff
}

.head .navbar-nav li .dropdown-submenu:hover .navss:after {
    border-left-color: #fff
}

.head .navbar-nav li .dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.head .navbar-nav li .dropdown-submenu>.dropdown-menu {
    top: -0.075rem;
    left: 100%
}

.head .navbar-nav li .dropdown-submenu>.navss:hover a {
    color: #fff
}

.head .navbar-nav li .dropdown-submenu>.navss:hover:after {
    border-left-color: #fff
}

.head .navbar-nav.lm li.active,
.head .navbar-nav.lm>li:hover {
    position: relative;
    display: block
}

.head .navbar-nav.lm li.active>a,
.head .navbar-nav.lm>li:hover>a {
    color: var(--textActiveColor)
}

.head .nav-list {
    margin-top: .27rem;
    padding-right: 0
}

.head .nav-list .pc-link {
    position: relative;
    float: right;
    margin: 9px 0;
    margin-bottom: 8px;
    color: #707070;
    margin-left: 15px
}

@media (max-width: 768px) {
    .head .nav-list .pc-link {
        color: #000;
        width: 100%
    }
}

.head .nav-list .pc-link .dropdown {
    margin-right: 15px;
    cursor: pointer
}

.head .nav-list .pc-link .glyphicon {
    top: 4px
}

.head .nav-list .pc-link .iconfont {
    color: #707070;
    font-size: .2rem;
    margin: 0 .0625rem
}

@media (max-width: 768px) {
    .head .nav-list .pc-link .iconfont {
        color: #000
    }
}

.head .nav-list .pc-link .iconfont:hover {
    color: var(--textActiveColor)
}

.head.bg-qh {
    background-color: #fff;
    background: #fff;
    display: block !important
}

.head.bg-qh .navbar-brand .logo {
    display: none
}

.head.bg-qh .navbar-brand .logoa {
    display: block
}

.head.bg-qh .navbar-nav li a {
    color: #000
}

.head.bg-qh .nav-list .pc-link {
    color: #000
}

.head.bg-qh .nav-list .pc-link .iconfont {
    color: #000
}

@media (max-width: 768px) {
    .head {
        height: 1rem
    }

    .head .nav-list {
        position: relative;
        margin-top: 5px
    }

    .head .nav-list::before {
        content: "";
        position: absolute;
        left: 0;
        width: 100%;
        border-bottom: 1px solid #f1eeee
    }

    .head .navbar {
        height: 100%;
        display: block
    }

    .head .navbar>.container {
        margin-left: -1px;
        margin-right: -1px;
        min-height: 1rem
    }

    .head .navbar .navbar-header {
        height: 100%;
        position: relative
    }

    .head .navbar .navbar-header .navbar-brand {
        margin-top: .25rem;
        justify-content: center
    }

    .head .navbar .navbar-header .navbar-brand img {
        position: relative;
        max-width: 52%;
        max-height: 72%
    }

    .head .navbar .navbar-collapse {
        overflow: initial;
        padding-right: 0;
        padding-left: 3px;
        overflow: hidden
    }

    .head .navbar .navbar-collapse.in {
        padding-right: 0;
        padding-left: 3px
    }

    .head .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        width: calc(100% + 15px)
    }

    .head .navbar-nav>li {
        border-bottom: 1px solid #f1eeee
    }

    .head .navbar-nav>li:last-child {
        border-bottom: none
    }

    .head .navbar-nav>li>a {
        width: calc(100% - 60px);
        float: left;
        padding: 0.16rem 0.23rem
    }

    .head .navbar-nav>li>span {
        width: 60px;
        height: 30px;
        float: right;
        display: flex;
        justify-content: right;
        align-items: center;
        justify-content: flex-end;
        justify-content: end
    }

    .head .navbar-nav>li>span img {
        height: 60%;
        float: right
    }

    .head .navbar-nav>li>.dropdown-menu {
        background: none;
        left: 0;
        margin-left: 0;
        padding: .0625rem;
        width: 100%
    }

    .head .navbar-nav>li>.dropdown-menu li {
        text-align: left;
        padding-left: .25rem
    }

    .head .navbar-nav>li.open>span img {
        transform: rotate(90deg)
    }

    .head .dropdown-submenu>.dropdown-menu {
        padding-left: .1875rem
    }

    .head .nav-list {
        width: 100%
    }
}

.banner {
    width: 100%;
    position: relative;
    margin-top: 1rem;
    height: auto
}

@media (max-width: 1000px) {
    .banner {
        height: auto
    }

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

.banner .swp-banner {
    height: 100%;
    width: 100%
}

.banner .swp-banner .swiper-wrapper {
    height: 100%
}

.banner .swp-banner .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container {
    height: 100%;
    display: flex;
    color: #fff
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .rows {
    margin-top: 1.125rem;
    transition: all .65s;
    opacity: 0;
    padding-left: .1rem
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .rows.show {
    margin-top: .625rem;
    opacity: 1
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container {
        justify-content: center
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
    font-size: .8125rem
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
        font-size: .375rem
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
    font-size: .5625rem;
    margin: .0875rem 0;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
        font-size: .3125rem
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban {
    margin-top: 60px;
    position: relative;
    padding-top: 15px;
    font-size: 15px;
    text-transform: uppercase
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban {
        display: none
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link-ban::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    background-color: var(--textActiveColor);
    left: 0;
    top: -18px
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
        display: block
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .video {
    width: 100%;
    height: 100%;
    position: relative
}

.banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
    height: 100%;
    width: 100%;
    z-index: 1
}

@media (max-width: 768px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
        position: initial;
        transform: initial;
        left: initial
    }
}

.banner .swp-banner .s-wp {
    position: absolute;
    bottom: 0;
    width: 100%
}

.banner .swp-banner .s-wp .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 1000px) {
    .banner .swp-banner .s-wp .container {
        position: absolute;
        bottom: 0;
        width: 100%
    }
}

.banner .swp-banner .s-wp .container .swiper-pagination {
    position: relative;
    width: initial;
    margin: 0 .1875rem;
    bottom: .5625rem
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
    width: initial;
    background: none;
    opacity: 1;
    margin: 0px .075rem;
    color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--textActiveColor)
}

@media (max-width: 1000px) {
    .banner .swp-banner .s-wp .container .swiper-pagination {
        bottom: .25rem
    }

    .banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
        margin: 0px .125rem;
        color: var(--ThemesActive)
    }
}

.banner .swp-banner .swiper-button-prev,
.banner .swp-banner .swiper-button-next {
    width: .7rem;
    background: rgba(0, 0, 0, 0.3);
    height: .7rem;
    border-radius: 50%;
    opacity: 1;
    transition: all .8s;
    z-index: 59;
    top: 50%;
    margin-top: -0.35rem
}

@media (max-width: 768px) {

    .banner .swp-banner .swiper-button-prev,
    .banner .swp-banner .swiper-button-next {
        opacity: 1
    }
}

.banner .swp-banner .swiper-button-prev::after,
.banner .swp-banner .swiper-button-next::after {
    color: #fff;
    font-size: .5rem
}

.banner .swp-banner .swiper-button-prev {
    left: 1rem;
    background-image: url("../images/top-swp-l.png") !important
}

.banner .swp-banner .swiper-button-next {
    right: 1rem;
    background-image: url("../images/top-swp-r.png") !important
}

.banner .swp-banner .sb-hint {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    z-index: 999;
    color: #fff;
    opacity: .8
}

.banner .swp-banner .sb-hint div {
    transition: all .5s;
    animation: jump .7s ease-in-out infinite alternate;
    position: relative;
    width: 100%
}

.banner .swp-banner .sb-hint div p {
    font-size: 12px;
    margin-top: 5px
}

.banner .swp-banner .sb-hint div i {
    width: 40px;
    height: 40px;
    background-image: url("../images/sb.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    display: block;
    margin: 0 auto
}

@keyframes jump {
    from {
        top: 0px
    }

    to {
        top: -10px
    }
}

@media (min-width: 768px) {
    .zxpp>div {
        padding-right: .1875rem;
        padding-left: .1875rem
    }
}

@media (max-width: 768px) {
    .zxpp {
        margin-right: -0.0625rem;
        margin-left: -0.0625rem
    }

    .zxpp>div {
        padding-right: .0625rem;
        padding-left: .0625rem
    }
}

.rz-con {
    background-color: #fff;
    padding: .375rem .1875rem;
    border-radius: .25rem
}

@media (max-width: 768px) {
    .rz-con {
        margin-bottom: .375rem
    }
}

.rz-con .info {
    width: calc(100% - 2.4875rem)
}

@media (max-width: 768px) {
    .rz-con .info {
        width: calc(100% - .5625rem)
    }
}

.rz-con .info p {
    font-size: .375rem;
    position: relative;
    line-height: 1.2;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #707070
}

@media (max-width: 768px) {
    .rz-con .info p {
        font-size: .225rem
    }
}

.rz-con .info p b {
    color: #000;
    font-size: 1rem;
    font-weight: 500;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (max-width: 768px) {
    .rz-con .info p b {
        font-size: .5rem
    }
}

.rz-con .info p span {
    position: absolute;
    top: 0px;
    font-size: .6rem;
    color: #000
}

@media (max-width: 768px) {
    .rz-con .info p span {
        font-size: .25rem
    }
}

.rz-con .icon {
    width: 1.8125rem;
    height: .7375rem;
    background-position: center;
    background-size: auto 100%;
    background-repeat: no-repeat;
    margin-right: .31rem;
    position: relative;
    top: 0.21rem
}

@media (max-width: 768px) {
    .rz-con .icon {
        width: .4125rem;
        height: .375rem;
        top: .0875rem;
        margin-right: .1rem
    }
}

.rz-con .icon.md {
    background-image: url("../images/md.svg")
}

.rz-con .icon.cs {
    background-image: url("../images/cs.svg")
}

.i-rzhw-swp {
    width: 100%;
    height: 632px;
    margin-top: .375rem;
    overflow: initial
}

@media (max-width: 768px) {
    .i-rzhw-swp {
        height: 3rem
    }
}

.i-rzhw-swp .swp-con {
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: .25rem;
    position: relative;
    z-index: 10
}

.i-rzhw-swp .swiper-slide {
    height: 100%;
    position: relative
}

.i-rzhw-swp .swiper-slide .img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.i-rzhw-swp .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.i-rzhw-swp .swiper-slide .pay {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -0.8375rem;
    margin-top: -0.8375rem;
    width: 1.6875rem;
    height: 1.6875rem;
    background-image: url("../images/pay.svg");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s
}

@media (max-width: 768px) {
    .i-rzhw-swp .swiper-slide .pay {
        width: 1rem;
        height: 1rem;
        margin-left: -0.5rem;
        margin-top: -0.5rem
    }
}

.i-rzhw-swp .swiper-slide .info {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: #fff;
    width: 50%
}

@media (max-width: 768px) {
    .i-rzhw-swp .swiper-slide .info {
        width: 80%
    }
}

.i-rzhw-swp .swiper-slide .info .title {
    font-size: .8125rem
}

.i-rzhw-swp .swiper-slide .info .desc {
    font-size: .375rem;
    margin-top: .5rem
}

.i-rzhw-swp .swiper-pagination {
    margin-bottom: .375rem
}

@media (max-width: 768px) {
    .i-rzhw-swp .swiper-pagination {
        margin-bottom: 0
    }
}

.i-rzhw-swp .swiper-pagination .swiper-pagination-bullet {
    margin: 0 .1rem;
    width: 10px;
    height: 10px;
    background-color: #8E8E8E;
    opacity: .7
}

.i-rzhw-swp .swiper-pagination .swiper-pagination-bullet-active {
    background-color: #fff
}

.i-rzhw-swp .swiper-button-prev,
.i-rzhw-swp .swiper-button-next {
    width: 1rem;
    background: rgba(0, 0, 0, 0.3);
    height: 1rem;
    border-radius: 50%;
    opacity: 0;
    transition: all .8s;
    z-index: 59;
    top: 50%;
    margin-top: -0.5rem
}

@media (max-width: 768px) {

    .i-rzhw-swp .swiper-button-prev,
    .i-rzhw-swp .swiper-button-next {
        display: none
    }
}

.i-rzhw-swp .swiper-button-prev::after,
.i-rzhw-swp .swiper-button-next::after {
    color: #fff;
    font-size: .5rem
}

.i-rzhw-swp .swiper-button-prev {
    left: -0.5rem
}

.i-rzhw-swp .swiper-button-next {
    right: -0.5rem
}

.i-rzhw-swp:hover .swiper-button-prev,
.i-rzhw-swp:hover .swiper-button-next {
    opacity: 1
}

.yckj-ban {
    height: 788px
}

@media (max-width: 768px) {
    .yckj-ban {
        height: 3.5rem
    }
}

.xtkj {
    margin-bottom: .625rem
}

@media (max-width: 768px) {
    .xtkj {
        margin-bottom: 0.125rem
    }
}

.i-swp-b {
    width: 100%;
    border-radius: .25rem;
    margin-top: .375rem
}

@media (max-width: 768px) {
    .i-swp-b {
        height: 6.25rem
    }
}

.i-swp-b .swiper-slide {
    background-color: #fff;
    height: 100%;
    position: relative
}

.i-swp-b .swiper-slide .row {
    height: 100%
}

.i-swp-b .swiper-slide .row>div {
    height: 100%
}

.i-swp-b .swiper-slide .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.i-swp-b .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.i-swp-b .swiper-slide .swp-video-con {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
    background-color: #000
}

.i-swp-b .swiper-button-prev,
.i-swp-b .swiper-button-next {
    width: 1rem;
    background: rgba(0, 0, 0, 0.3);
    height: 1rem;
    border-radius: 50%;
    opacity: 0;
    transition: all .8s;
    z-index: 59
}

@media (max-width: 768px) {

    .i-swp-b .swiper-button-prev,
    .i-swp-b .swiper-button-next {
        display: none
    }
}

.i-swp-b .swiper-button-prev::after,
.i-swp-b .swiper-button-next::after {
    color: #fff;
    font-size: .5rem
}

.i-swp-b:hover .swiper-button-prev,
.i-swp-b:hover .swiper-button-next {
    opacity: 1
}

.prod-swpbs {
    overflow: initial;
    height: 7.375rem
}

@media (max-width: 768px) {
    .prod-swpbs {
        height: auto;
        background-color: #fff;
        border-radius: .3125rem
    }
}

.prod-swpbs .swiper-wrapper {
    overflow: hidden;
    border-radius: .3125rem
}

.prod-swpbs .swiper-wrapper .swiper-slide {
    background-color: #fff;
    height: 100%;
    position: relative
}

.prod-swpbs .swiper-wrapper .swiper-slide .row {
    height: 100%
}

.prod-swpbs .swiper-wrapper .swiper-slide .row>div {
    height: 100%
}

.prod-swpbs .swiper-wrapper .swiper-slide .img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative
}

.prod-swpbs .swiper-wrapper .swiper-slide .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.prod-swpbs .swiper-wrapper .swiper-slide .img .sj-img {
    position: absolute;
    left: 54%;
    bottom: -0.375rem;
    transition: all .6s;
    opacity: 0
}

.prod-swpbs .swiper-wrapper .swiper-slide .img .sj-img.show {
    bottom: 0;
    opacity: 1
}

.prod-swpbs .swiper-wrapper .swiper-slide .info {
    padding: .525rem .25rem;
    position: relative;
    height: calc(7.375rem - .15rem)
}

@media (max-width: 768px) {
    .prod-swpbs .swiper-wrapper .swiper-slide .info {
        height: auto
    }
}

.prod-swpbs .swiper-wrapper .swiper-slide .info .title {
    font-size: .4375rem;
    color: #000000
}

.prod-swpbs .swiper-wrapper .swiper-slide .info .desc {
    margin-top: .3125rem;
    line-height: 1.8;
    font-size: .25rem;
    padding-right: .8rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #6d6c6c
}

.prod-swpbs .swiper-wrapper .swiper-slide .info .down-app {
    position: absolute;
    bottom: 1.625rem;
    width: 1.25rem;
    color: #fff
}

@media (max-width: 768px) {
    .prod-swpbs .swiper-wrapper .swiper-slide .info .down-app {
        position: initial;
        margin-top: .5rem
    }
}

.prod-swpbs .swiper-wrapper .swiper-slide .info .down-app img {
    width: 1.125rem
}

.prod-swpbs .swiper-wrapper .swiper-slide .info .down-app p {
    margin-top: .125rem;
    font-size: .25rem;
    color: #000;
    letter-spacing: .04rem
}

.prod-swpbs .swiper-pagination {
    width: 33.3333333%;
    left: initial;
    right: 0;
    text-align: left;
    bottom: .5rem;
    padding-left: .55rem
}

@media (min-width: 1200px) {
    .prod-swpbs .swiper-pagination {
        width: 28%
    }
}

@media (max-width: 768px) {
    .prod-swpbs .swiper-pagination {
        bottom: initial;
        top: 180px
    }
}

.prod-swpbs .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 .1rem
}

.prod-swpbs .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--textActiveColor)
}

.prod-swpbs .swiper-button-prev,
.prod-swpbs .swiper-button-next {
    width: 1rem;
    background: rgba(0, 0, 0, 0.3);
    height: 1rem;
    border-radius: 50%;
    opacity: 0;
    transition: all .8s;
    z-index: 59;
    top: 50%;
    margin-top: -0.5rem
}

@media (max-width: 768px) {

    .prod-swpbs .swiper-button-prev,
    .prod-swpbs .swiper-button-next {
        display: none
    }
}

.prod-swpbs .swiper-button-prev::after,
.prod-swpbs .swiper-button-next::after {
    color: #fff;
    font-size: .5rem
}

.prod-swpbs:hover .swiper-button-prev,
.prod-swpbs:hover .swiper-button-next {
    opacity: 1
}

.prod-swpbs .swiper-button-prev {
    left: -0.5rem
}

.prod-swpbs .swiper-button-next {
    right: -0.5rem
}

@media (min-width: 1200px) {
    .prod-swpbs .col-lg-8 {
        width: 72%
    }

    .prod-swpbs .col-lg-4 {
        width: 28%
    }
}

.index-news .news-a {
    position: relative;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #fff
}

@media (max-width: 768px) {
    .index-news .news-a {
        margin-bottom: .375rem
    }
}

.index-news .news-a .info-con {
    padding: .4125rem
}

.index-news .news-a .info-con .title {
    font-size: .3125rem;
    z-index: 2
}

.index-news .news-a .info-con .f-title {
    font-size: .25rem;
    margin-top: .125rem;
    margin-bottom: .875rem;
    color: #5A5A5A;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (max-width: 768px) {
    .index-news .news-a .info-con .f-title {
        margin-bottom: .5rem
    }
}

.index-news .news-a .info-con .time-add {
    font-size: .25rem;
    color: #838383;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.index-news .news-a .info-con .time-add .time {
    position: relative;
    padding-left: .3125rem
}

.index-news .news-a .info-con .time-add .time::before {
    position: absolute;
    content: "";
    left: 0;
    top: .0625rem;
    width: .2rem;
    height: .225rem;
    background-image: url("../images/time.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block
}

.index-news .news-a .info-con .time-add .add {
    margin-left: .25rem;
    position: relative;
    padding-left: .3125rem
}

.index-news .news-a .info-con .time-add .add::before {
    position: absolute;
    content: "";
    left: 0;
    top: .05rem;
    width: .2rem;
    height: .25rem;
    background-image: url("../images/add.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block
}

.index-news .news-a .img {
    width: 100%;
    overflow: hidden;
    height: 5.875rem;
    position: relative
}

@media (max-width: 768px) {
    .index-news .news-a .img {
        height: 3.75rem
    }
}

.index-news .news-a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .8s
}

.index-news .news-a .img::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    left: 0;
    bottom: 0
}

.index-news .news-a:hover .img img {
    transform: scale(1.05)
}

.index-news .news-b {
    border-radius: .3125rem;
    background-color: #fff;
    padding: .4125rem
}

.index-news .news-b .news-li {
    margin-bottom: .225rem;
    padding-bottom: .225rem;
    border-bottom: 1px solid #ededed
}

.index-news .news-b .news-li .n-b-info .title {
    width: 100%;
    font-size: .3125rem
}

.index-news .news-b .news-li .n-b-info .f-title {
    font-size: .25rem;
    margin-bottom: .895rem;
    color: #5A5A5A;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (max-width: 768px) {
    .index-news .news-b .news-li .n-b-info .f-title {
        margin-bottom: .5rem
    }
}

.index-news .news-b .news-li .n-b-info .time-add {
    font-size: .2125rem;
    color: #838383;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.index-news .news-b .news-li .n-b-info .time-add .time {
    position: relative;
    padding-left: .3125rem
}

.index-news .news-b .news-li .n-b-info .time-add .time::before {
    position: absolute;
    content: "";
    left: 0;
    top: .0375rem;
    width: .1875rem;
    height: .2rem;
    background-image: url("../images/time.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block
}

.index-news .news-b .news-li .n-b-info .time-add .add {
    margin-left: .25rem;
    position: relative;
    padding-left: .2875rem
}

.index-news .news-b .news-li .n-b-info .time-add .add::before {
    position: absolute;
    content: "";
    left: 0;
    top: .025rem;
    width: .175rem;
    height: .2125rem;
    background-image: url("../images/add.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block
}

.index-news .news-b .link {
    text-align: right
}

.index-news .news-b .link a {
    color: var(--textActiveColor);
    font-size: .25rem
}

.index-hwzxst {
    background-color: #F7F7F7;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (max-width: 768px) {
    .index-hwzxst {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

.index-hwzxst .tmp_title:nth-child(1) {
    margin-top: 0
}

.foot {
    background-color: #fff;
    padding: .75rem 0;
    padding-bottom: .375rem
}

@media (max-width: 768px) {
    .foot {
        width: calc(100%)
    }
}

@media (min-width: 768px) {
    .foot [class*="col-"] {
        padding-right: .175rem;
        padding-left: .175rem
    }
}

.foot .foot_logo {
    text-align: center
}

.foot .foot_logo img {
    width: 48%
}

.foot .hxt {
    height: 4.4rem;
    position: relative
}

.foot .hxt::after {
    position: absolute;
    left: 46%;
    top: 0;
    height: 100%;
    content: "";
    border-left: .0125rem solid #b9b9b9
}

.foot .foot-lxfs {
    color: #707070;
    font-size: .25rem;
    position: relative
}

@media (max-width: 768px) {
    .foot .foot-lxfs {
        margin-top: 18px
    }
}

.foot .foot-lxfs .f-tel p {
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    font-size: .2125rem;
    margin-bottom: .1rem
}

.foot .foot-lxfs .f-tel b {
    font-size: .4375rem;
    font-weight: 500;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.foot .foot-lxfs .f-lx {
    margin: .25rem 0;
    font-size: .2125rem;
    margin-top: .1875rem
}

.foot .foot-lxfs .f-lx p {
    padding-bottom: .125rem
}

.foot .foot-lxfs .f-lx p:nth-child(1) {
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    margin-bottom: .125rem
}

.foot .foot-lxfs a {
    color: #707070
}

.foot .f_nav .f_nav_tile {
    font-size: .25rem;
    margin-bottom: .35rem;
    color: #000;
    font-family: var(--font_HarmonyOS_Sans_SC_Medium)
}

@media (max-width: 768px) {
    .foot .f_nav .f_nav_tile {
        margin-bottom: .125rem
    }
}

.foot .f_nav .f_nav_tile span.m-e-nav {
    float: right;
    width: 60px;
    height: 20px;
    float: right;
    display: flex;
    justify-content: right;
    align-items: center;
    justify-content: flex-end;
    justify-content: end
}

.foot .f_nav .f_nav_tile span.m-e-nav img {
    height: 80%;
    float: right
}

.foot .f_nav .f_nav_tile span.m-e-nav.onk img {
    transform: rotate(90deg)
}

.foot .f_nav ul li {
    margin-bottom: .35rem
}

@media (max-width: 768px) {
    .foot .f_nav ul li {
        margin-bottom: .2rem
    }
}

.foot .f_nav ul li a {
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    font-size: .2125rem;
    color: #717071
}

.foot .f_nav ul li a:hover {
    color: var(--textActiveColor)
}

.foot .f_ewm {
    width: 1.875rem;
    height: 1.875rem
}

.foot .f_ewm img {
    width: 100%
}

.foot .wl-link {
    float: right
}

@media (max-width: 768px) {
    .foot .wl-link {
        float: initial;
        width: 100%;
        display: flex;
        justify-content: center
    }
}

.foot .wl-link li {
    position: relative;
    width: .625rem;
    height: .625rem;
    margin-bottom: .25rem
}

@media (max-width: 768px) {
    .foot .wl-link li {
        margin-left: 5px;
        margin-right: 5px
    }
}

.foot .wl-link li .ico {
    width: .625rem;
    height: .625rem;
    background: #959595;
    overflow: hidden;
    border-radius: 50%;
    cursor: pointer
}

.foot .wl-link li .ico img {
    width: 60%;
    height: 60%;
    object-fit: cover
}

.foot .wl-link li .ewm {
    position: absolute;
    width: 1rem;
    height: 1rem;
    right: .875rem;
    top: 70%;
    margin-top: -0.5rem;
    background-color: #fff;
    border-radius: .125rem;
    z-index: -1;
    opacity: 0;
    transition: all .5s
}

@media (max-width: 768px) {
    .foot .wl-link li .ewm {
        right: 50%;
        margin-right: -0.5rem
    }
}

.foot .wl-link li .ewm img {
    width: 100%
}

.foot .wl-link li:hover .ico {
    background-color: #000
}

.foot .wl-link li:hover .ewm {
    z-index: 2;
    opacity: 1;
    top: 50%
}

@media (max-width: 768px) {
    .foot .wl-link li:hover .ewm {
        margin-top: 0;
        top: -1.1rem
    }
}

.foot .f-m-nav .f_nav {
    margin-bottom: 0.2rem;
    border-bottom: 1px solid #f1eeee
}

.foot .f-m-nav .f_nav .f_nav_tile {
    margin-bottom: 0.2rem
}

.foot .f-m-nav .f_nav ul {
    display: none
}

.foot .bqan {
    border-top: .0125rem solid #b9b9b9;
    text-align: center;
    margin-top: .47rem;
    padding-top: .375rem;
    color: #717071;
    font-size: .2125rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (max-width: 768px) {
    .foot .bqan {
        margin-top: 0;
        border-top: 1px solid #f1eeee
    }
}

.foot .bqan a {
    color: #717071
}

.about-info {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: relative
}

.about-info .imgbg img {
    width: 100%
}

@media (max-width: 768px) {
    .about-info .imgbg {
        width: 100%
    }

    .about-info .imgbg img {
        width: 100%
    }
}

.about-info .info-con {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 1.425rem
}

@media (max-width: 768px) {
    .about-info .info-con {
        padding-top: .75rem;
        position: initial
    }
}

.about-info .info-con .about-con {
    position: relative
}

@media (max-width: 768px) {
    .about-info .info-con .about-con {
        width: 100%;
        position: initial
    }
}

.about-info .info-con .about-con .tmp_title {
    text-align: left;
    margin-top: 0;
    margin-bottom: .5625rem;
    font-size: .6rem
}

@media (max-width: 768px) {
    .about-info .info-con .about-con .tmp_title {
        position: absolute;
        top: 50px
    }
}

.about-info .info-con .info {
    position: relative;
    width: 11.125rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #000;
    font-size: .2625rem;
    line-height: 1.8
}

@media (max-width: 768px) {
    .about-info .info-con .info {
        width: 100%;
        padding: 0 .5rem;
        padding-bottom: 1rem;
        text-align: justify
    }
}

.aboutbg {
    background-color: #F7F7F7;
    padding-top: .75rem
}

.ys-info .tmp_title {
    margin-top: 0
}

.ys-info .jsys {
    background-color: #fff;
    border-radius: .3125rem;
    overflow: hidden
}

.ys-info .jsys .ys-desc {
    text-align: center;
    padding: .75rem;
    padding-bottom: .625rem
}

@media (max-width: 768px) {
    .ys-info .jsys .ys-desc {
        padding: .375rem
    }
}

.ys-info .jsys .ys-desc b {
    font-size: .5rem;
    margin-bottom: .1rem;
    font-weight: 500;
    display: block;
    color: #000
}

@media (max-width: 768px) {
    .ys-info .jsys .ys-desc b {
        font-size: .4125rem
    }
}

.ys-info .jsys .ys-desc>div {
    font-size: .3125rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #5A5A5A
}

@media (max-width: 768px) {
    .ys-info .jsys .ys-desc>div {
        font-size: .3125rem;
        text-align: justify
    }
}

.ys-info .jsys .ai-img {
    width: 100%;
    height: 500px;
    overflow: hidden
}

@media (max-width: 768px) {
    .ys-info .jsys .ai-img {
        height: 3.75rem
    }
}

.ys-info .jsys .ai-img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 768px) {
    .ys-info .row {
        margin-right: -0.0625rem;
        margin-left: -0.0625rem
    }

    .ys-info .row>div {
        padding-right: 0.125rem;
        padding-left: 0.125rem
    }
}

.ys-info .ys-con {
    width: 100%;
    padding: .475rem .675rem;
    border-radius: .25rem;
    background-color: #fff;
    margin-top: .5rem
}

@media (max-width: 768px) {
    .ys-info .ys-con {
        text-align: center;
        padding: .375rem .125rem;
        flex-direction: column-reverse
    }
}

.ys-info .ys-con .ys {
    position: relative;
    width: calc(100% - 0.875rem)
}

@media (max-width: 768px) {
    .ys-info .ys-con .ys {
        width: 100%
    }
}

.ys-info .ys-con .ys b {
    font-size: 1rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #000;
    font-weight: 500
}

@media (max-width: 768px) {
    .ys-info .ys-con .ys b {
        font-size: .5625rem;
        font-family: var(--font_HarmonyOS_Sans_SC_Medium)
    }
}

.ys-info .ys-con .ys span {
    font-size: .5rem;
    position: absolute;
    top: .125rem
}

@media (max-width: 768px) {
    .ys-info .ys-con .ys span {
        font-size: .3125rem;
        font-family: var(--font_HarmonyOS_Sans_SC_Medium)
    }
}

.ys-info .ys-con .ys p {
    font-size: .3125rem;
    color: #707070;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (max-width: 768px) {
    .ys-info .ys-con .ys p {
        font-size: .225rem
    }
}

.ys-info .ys-con .ys-icon {
    width: .875rem;
    height: .875rem;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 90%;
    display: block;
    margin-top: .25rem
}

@media (max-width: 768px) {
    .ys-info .ys-con .ys-icon {
        width: .75rem;
        height: .75rem;
        margin: 0 auto
    }
}

.ys-info .ys-con .ys-icon.ai {
    background-image: url("../images/ai.png")
}

.ys-info .ys-con .ys-icon.zl {
    background-image: url("../images/zls.png")
}

.ys-info .ys-con .ys-icon.rc {
    background-image: url("../images/rc.png")
}

.xt_fz .fz-lis .fz-swp {
    overflow: initial
}

.xt_fz .fz-lis .fz-swp .swp-con {
    overflow: hidden;
    margin-left: -0.45rem;
    margin-right: -0.45rem
}

@media (max-width: 768px) {
    .xt_fz .fz-lis .fz-swp .swp-con {
        margin-left: 0;
        margin-right: 0
    }
}

.xt_fz .fz-lis .fz-swp .swiper-slide {
    position: relative;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #fff;
    transition: all .5s;
    transform: scale(0.85);
    height: auto
}

@media (max-width: 768px) {
    .xt_fz .fz-lis .fz-swp .swiper-slide {
        transform: scale(1)
    }
}

.xt_fz .fz-lis .fz-swp .swiper-slide .fz-con {
    padding: .5rem .625rem;
    color: #8E8E8E
}

.xt_fz .fz-lis .fz-swp .swiper-slide .fz-con .title {
    font-size: .5625rem;
    margin-bottom: .625rem;
    position: relative;
    padding-left: .975rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    border-bottom: 1px solid #707070;
    padding-bottom: .3125rem
}

.xt_fz .fz-lis .fz-swp .swiper-slide .fz-con .title::before {
    position: absolute;
    content: "";
    width: .3125rem;
    height: .3125rem;
    top: 50%;
    margin-top: -0.1563rem;
    z-index: 2;
    left: 0;
    background-color: #fff;
    border-radius: 50%;
    border: .0125rem solid #989898
}

@media (max-width: 768px) {
    .xt_fz .fz-lis .fz-swp .swiper-slide .fz-con .title::before {
        margin-top: -18px
    }
}

.xt_fz .fz-lis .fz-swp .swiper-slide .fz-con .fz-info .fz-lisx {
    width: 100%;
    margin-bottom: .25rem
}

.xt_fz .fz-lis .fz-swp .swiper-slide .fz-con .fz-info .fz-lisx .fz-lis-t {
    width: .9875rem;
    font-size: .3125rem;
    color: #989898
}

.xt_fz .fz-lis .fz-swp .swiper-slide .fz-con .fz-info .fz-lisx .fz-lis-con {
    font-size: .3125rem;
    width: calc(100% - 1rem);
    color: #989898;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.xt_fz .fz-lis .fz-swp .swiper-slide .fz-con .fz-info .fz-lisx:last-child {
    margin-bottom: 0
}

.xt_fz .fz-lis .fz-swp .swiper-slide-active {
    background-color: #fff;
    transform: scale(1)
}

.xt_fz .fz-lis .fz-swp .swiper-slide-active .fz-con {
    color: #000000
}

.xt_fz .fz-lis .fz-swp .swiper-slide-active .fz-con .title {
    padding-bottom: .375rem
}

@media (max-width: 768px) {
    .xt_fz .fz-lis .fz-swp .swiper-slide-active .fz-con .title {
        padding-bottom: .3125rem
    }
}

.xt_fz .fz-lis .fz-swp .swiper-slide-active .fz-con .title::before {
    border-color: var(--textActiveColor);
    background-color: var(--textActiveColor)
}

.xt_fz .fz-lis .fz-swp .swiper-slide-active .fz-con .fz-info .fz-lisx {
    margin-bottom: .375rem
}

@media (max-width: 768px) {
    .xt_fz .fz-lis .fz-swp .swiper-slide-active .fz-con .fz-info .fz-lisx {
        margin-bottom: .25rem
    }
}

.xt_fz .fz-lis .fz-swp .swiper-slide-active .fz-con .fz-info .fz-lisx .fz-lis-t {
    color: #000;
    font-size: .3125rem
}

.xt_fz .fz-lis .fz-swp .swiper-slide-active .fz-con .fz-info .fz-lisx .fz-lis-con {
    font-size: .3125rem;
    color: #5A5A5A
}

.xt_fz .fz-lis .fz-swp .swiper-button-prev,
.xt_fz .fz-lis .fz-swp .swiper-button-next {
    width: 1rem;
    background: rgba(0, 0, 0, 0.3);
    height: 1rem;
    border-radius: 50%;
    opacity: 0;
    transition: all .8s;
    margin-top: -0.5rem
}

@media (max-width: 768px) {

    .xt_fz .fz-lis .fz-swp .swiper-button-prev,
    .xt_fz .fz-lis .fz-swp .swiper-button-next {
        display: none
    }
}

.xt_fz .fz-lis .fz-swp .swiper-button-prev::after,
.xt_fz .fz-lis .fz-swp .swiper-button-next::after {
    color: #fff;
    font-size: .5rem;
    font-weight: 500
}

.xt_fz .fz-lis .fz-swp .swiper-button-prev {
    left: -0.5rem
}

.xt_fz .fz-lis .fz-swp .swiper-button-next {
    right: -0.5rem
}

.xt_fz .fz-lis .fz-swp:hover .swiper-button-prev,
.xt_fz .fz-lis .fz-swp:hover .swiper-button-next {
    opacity: 1
}

.xt_fz .fz-lis .fz-sm {
    width: 100%;
    height: 2.1875rem;
    margin-top: .5rem;
    background-color: #fff;
    border-radius: .25rem
}

.xt_fz .fz-lis .fz-sm .title {
    transition: opacity .5s;
    font-size: .5625rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    text-align: center;
    width: 100%;
    color: #000
}

.xt_fz .fz-lis .fz-sm .title .num {
    color: var(--textActiveColor);
    margin-right: .3125rem;
    font-family: var(--font_HarmonyOS_Sans_Condensed_Regular)
}

.xt_fz .fz-lis .fz-sm .info {
    text-align: center;
    width: 100%;
    transition: opacity .5s;
    position: absolute;
    font-size: .375rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #707070;
    opacity: 0
}

.xt_fz .fz-lis .fz-sm:hover .title {
    opacity: 0
}

.xt_fz .fz-lis .fz-sm:hover .info {
    opacity: 1
}

.xt_ry .ry-swp {
    max-width: 24rem;
    position: relative
}

@media (max-width: 768px) {
    .xt_ry .ry-swp {
        max-width: 100%
    }
}

.xt_ry .ry-swp .swiper-wrapper .swiper-slide {
    width: calc(24rem / 4 + -0.54rem);
    padding: .975rem .8125rem;
    background: #fff;
    border-radius: .25rem;
    margin: 0 .25rem
}

@media (max-width: 768px) {
    .xt_ry .ry-swp .swiper-wrapper .swiper-slide {
        width: calc(100%);
        margin: 0;
        padding: .375rem
    }
}

.xt_ry .ry-swp .swiper-wrapper .swiper-slide .img {
    width: 100%;
    overflow: hidden;
    position: relative;
    top: 0;
    transition: all .5s
}

.xt_ry .ry-swp .swiper-wrapper .swiper-slide .img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover
}

.xt_ry .ry-swp .swiper-wrapper .swiper-slide:hover .img {
    top: -0.125rem
}

.xt_ry .ry-swp .con-container {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    margin-left: -8.75rem
}

.xt_ry .ry-swp .swiper-button-prev,
.xt_ry .ry-swp .swiper-button-next {
    width: 1rem;
    background: rgba(0, 0, 0, 0.3);
    height: 1rem;
    border-radius: 50%;
    opacity: 0;
    transition: all .8s;
    margin-top: -0.5rem
}

.xt_ry .ry-swp .swiper-button-prev::after,
.xt_ry .ry-swp .swiper-button-next::after {
    color: #fff;
    font-size: .5rem;
    font-weight: 500
}

.xt_ry .ry-swp .swiper-button-prev {
    left: -0.5rem
}

.xt_ry .ry-swp .swiper-button-next {
    right: -0.5rem
}

.xt_ry .ry-swp:hover .swiper-button-prev,
.xt_ry .ry-swp:hover .swiper-button-next {
    opacity: 1
}

.xt_ry .ry-lis {
    margin-top: .875rem
}

@media (max-width: 768px) {
    .xt_ry .ry-lis {
        margin-top: .375rem
    }
}

.xt_ry .ry-lis .img {
    width: 100%;
    height: 2.0125rem;
    overflow: hidden;
    margin-bottom: .875rem
}

.xt_ry .ry-lis .img img {
    max-height: 100%;
    max-width: 100%;
    object-fit: cover;
    transition: all .5s;
    transform: scale(1)
}

.xt_ry .ry-lis .img:hover img {
    transform: scale(1.02)
}

.xt_ry .ry-lis figure {
    position: relative;
    cursor: pointer
}

.xt_ry .ry-lis figure img {
    opacity: 0;
    position: absolute;
    z-index: -1;
    width: 60px;
    height: 80px;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -40px;
    transition: all .3s
}

.xt_ry .ry-lis .title-item {
    text-align: center;
    font-size: .25rem;
    color: #000;
    background-image: url("../images/jiangxiang.png");
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
    height: 2.0125rem;
    margin-bottom: .8125rem;
    padding-top: .1875rem
}

@media (max-width: 768px) {
    .xt_ry .ry-lis .title-item {
        background-size: auto 83%;
        margin-bottom: .225rem
    }
}

.xt_hb {
    margin-bottom: .6875rem
}

@media (max-width: 768px) {
    .xt_hb {
        margin-bottom: .1875rem
    }
}

.xt_hb .hb-lis>div {
    margin-bottom: .3125rem;
    padding-right: .15rem;
    padding-left: .15rem
}

@media (min-width: 1400px) {
    .xt_hb .hb-lis>div.col-lg-3 {
        width: 30%
    }
}

.xt_hb .hb-lis>div .img {
    width: 100%;
    height: 1.8875rem;
    overflow: hidden;
    background-color: #fff;
    border-radius: .3125rem
}

.xt_hb .hb-lis>div .img img {
    max-width: calc(100% - 1rem);
    max-height: calc(100% - 0.69rem);
    object-fit: cover
}

.xt_hb .hb-liss>div {
    margin-bottom: .3125rem;
    padding-right: .15rem;
    padding-left: .15rem
}

.xt_hb .hb-liss>div .img {
    width: 100%;
    height: 1.5625rem;
    overflow: hidden;
    background-color: #fff;
    border-radius: .15rem
}

.xt_hb .hb-liss>div .img img {
    max-width: calc(100% - 1.35rem);
    max-height: calc(100% - 1rem);
    object-fit: cover
}

.newsbg {
    background-color: #F7F7F7;
    padding-top: .75rem;
    padding-bottom: .5rem;
    margin-top: 1rem
}

@media (max-width: 768px) {
    .newsbg {
        margin-top: 0
    }
}

.newsbg .i-rzhw-swp {
    margin-top: 0
}

.nesw-list .news-li .news-a {
    position: relative;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #fff;
    height: 5.8125rem;
    margin-bottom: .5rem
}

@media (max-width: 768px) {
    .nesw-list .news-li .news-a {
        height: auto;
        margin-bottom: .375rem;
        padding-bottom: .25rem
    }
}

.nesw-list .news-li .news-a .row {
    height: 100%
}

.nesw-list .news-li .news-a .row>div {
    height: 100%
}

.nesw-list .news-li .news-a .img {
    height: 100%;
    width: 100%;
    overflow: hidden
}

.nesw-list .news-li .news-a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .8s
}

.nesw-list .news-li .news-a .n-b-info {
    padding: .5125rem .25rem;
    position: relative;
    height: calc(100% - .5125rem)
}

.nesw-list .news-li .news-a .n-b-info .title {
    width: 100%;
    font-size: .4375rem
}

.nesw-list .news-li .news-a .n-b-info .f-title {
    font-size: .3125rem;
    margin-top: .125rem;
    margin-bottom: .3125rem;
    color: #707070;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.nesw-list .news-li .news-a .n-b-info .desc {
    font-size: .25rem;
    color: #838383;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.nesw-list .news-li .news-a .n-b-info .time-add {
    font-size: .25rem;
    color: #838383;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    position: absolute;
    bottom: 0
}

.nesw-list .news-li .news-a .n-b-info .time-add .time {
    position: relative;
    padding-left: .325rem
}

.nesw-list .news-li .news-a .n-b-info .time-add .time::before {
    position: absolute;
    content: "";
    left: 0;
    top: .075rem;
    width: .175rem;
    height: .2rem;
    background-image: url("../images/time.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block
}

.nesw-list .news-li .news-a .n-b-info .time-add .add {
    margin-left: .25rem;
    position: relative;
    padding-left: .2625rem
}

.nesw-list .news-li .news-a .n-b-info .time-add .add::before {
    position: absolute;
    content: "";
    left: 0;
    top: .0625rem;
    width: .1625rem;
    height: .2125rem;
    background-image: url("../images/add.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block
}

.nesw-list .news-li .news-a:hover .img img {
    transform: scale(1.05)
}

.nesw-list .news-li .news-b {
    margin-bottom: .5rem;
    background-color: #fff;
    border-radius: .25rem;
    overflow: hidden
}

.nesw-list .news-li .news-b .img {
    height: 3.7125rem;
    width: 100%;
    overflow: hidden
}

.nesw-list .news-li .news-b .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .5s
}

.nesw-list .news-li .news-b .n-b-info {
    padding: .275rem
}

.nesw-list .news-li .news-b .n-b-info .title {
    width: 100%;
    font-size: .25rem
}

.nesw-list .news-li .news-b .n-b-info .f-title {
    font-size: .2125rem;
    margin-bottom: .895rem;
    color: #5A5A5A;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    height: .3125rem
}

@media (max-width: 768px) {
    .nesw-list .news-li .news-b .n-b-info .f-title {
        height: initial;
        margin-bottom: .4375rem
    }
}

.nesw-list .news-li .news-b .n-b-info .time-add {
    font-size: .15rem;
    color: #838383;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.nesw-list .news-li .news-b .n-b-info .time-add .time {
    position: relative;
    padding-left: .225rem
}

.nesw-list .news-li .news-b .n-b-info .time-add .time::before {
    position: absolute;
    content: "";
    left: 0;
    top: .0375rem;
    width: .125rem;
    height: .1375rem;
    background-image: url("../images/time.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block
}

.nesw-list .news-li .news-b .n-b-info .time-add .add {
    margin-left: .25rem;
    position: relative;
    padding-left: .225rem
}

.nesw-list .news-li .news-b .n-b-info .time-add .add::before {
    position: absolute;
    content: "";
    left: 0;
    top: .025rem;
    width: .125rem;
    height: .1625rem;
    background-image: url("../images/add.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block
}

.nesw-list .news-li .news-b:hover .img img {
    transform: scale(1.05)
}

.news-con {
    margin-top: .75rem
}

.news-con>div {
    margin-bottom: .375rem
}

.news-con .time {
    color: var(--textActiveColor);
    font-size: .25rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.news-con .title {
    font-size: .625rem;
    margin: .4375rem 0;
    color: #000
}

.news-con .b-title {
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    font-size: .4375rem;
    color: #5A5A5A
}

.news-cons {
    margin-top: .9rem;
    color: #555555;
    font-size: .25rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.news-cons img {
    max-width: 100%
}

.xplink {
    font-size: .2rem;
    color: #000000;
    margin-bottom: 1.35rem;
    position: relative
}

.xplink>div {
    margin-bottom: .0625rem;
    position: absolute
}

.xplink>div:nth-child(1) a {
    position: relative;
    padding-left: .4375rem;
    font-size: .2rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Light)
}

.xplink>div:nth-child(1) a::before {
    position: absolute;
    content: "";
    left: 0;
    width: .2625rem;
    height: .2125rem;
    background-image: url("../images/n-l.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 2px;
    transition: all .3s
}

.xplink>div:nth-child(1) a:hover {
    font-family: var(--font_HarmonyOS_Sans_Condensed_Medium)
}

.xplink>div:nth-child(1) a:hover::before {
    background-image: url("../images/n-h-l.png")
}

.xplink>div:nth-child(2) {
    right: 0
}

.xplink>div:nth-child(2) a {
    position: relative;
    padding-right: .4375rem;
    font-size: .2rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Light)
}

.xplink>div:nth-child(2) a::after {
    position: absolute;
    content: "";
    right: 0;
    width: .2625rem;
    height: .2125rem;
    background-image: url("../images/n-r.png");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 2px;
    transition: all .3s
}

.xplink>div:nth-child(2) a:hover {
    font-family: var(--font_HarmonyOS_Sans_Condensed_Medium)
}

.xplink>div:nth-child(2) a:hover::after {
    background-image: url("../images/n-h-r.png")
}

.pr-banner {
    height: 7.9rem;
    width: 100%;
    position: relative;
    margin-top: 1rem
}

@media (max-width: 1000px) {
    .pr-banner {
        height: auto
    }

    .pr-banner .swiper-button-next,
    .pr-banner .swiper-button-prev {
        display: none
    }
}

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

.pr-banner .pr-swp-banner .swiper-wrapper {
    height: 100%
}

.pr-banner .pr-swp-banner .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative
}

.pr-banner .pr-swp-banner .swiper-wrapper .swiper-slide .imgcon {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

.pr-banner .pr-swp-banner .swiper-wrapper .swiper-slide .imgcon img {
    display: none;
    height: 100%;
    width: 100%
}

@media (max-width: 1000px) {
    .pr-banner .pr-swp-banner .swiper-wrapper .swiper-slide .imgcon img {
        display: block
    }
}

.pr-banner .pr-swp-banner .swiper-wrapper .swiper-slide .video {
    width: 100%;
    height: 100%;
    position: relative
}

.pr-banner .pr-swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
    position: absolute;
    top: 50%;
    height: 100%;
    width: 100%;
    z-index: 1;
    object-fit: cover;
    left: 50%;
    transform: translate(-50%, -50%)
}

@media (max-width: 768px) {
    .pr-banner .pr-swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
        position: initial;
        transform: initial;
        left: initial
    }
}

.pr-banner .pr-swp-banner .s-wp .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 1000px) {
    .pr-banner .pr-swp-banner .s-wp .container {
        position: absolute;
        bottom: 0;
        width: 100%
    }
}

.pr-banner .pr-swp-banner .s-wp .container .swiper-pagination {
    position: relative;
    width: initial;
    margin: 0 .1875rem;
    bottom: .85rem
}

.pr-banner .pr-swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
    width: initial;
    background: none;
    opacity: .7;
    margin: 0px .1rem;
    color: #646464;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #646464
}

.pr-banner .pr-swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #fff
}

@media (max-width: 1000px) {
    .pr-banner .pr-swp-banner .s-wp .container .swiper-pagination {
        bottom: .25rem
    }

    .pr-banner .pr-swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
        margin: 0px .125rem;
        color: var(--ThemesActive)
    }
}

.pr-banner .pr-swp-banner .swiper-button-prev,
.pr-banner .pr-swp-banner .swiper-button-next {
    width: 1rem;
    background: rgba(0, 0, 0, 0.3);
    height: 1rem;
    border-radius: 50%;
    opacity: 0;
    transition: all .8s;
    z-index: 59;
    top: 50%;
    margin-top: -0.5rem
}

@media (max-width: 768px) {

    .pr-banner .pr-swp-banner .swiper-button-prev,
    .pr-banner .pr-swp-banner .swiper-button-next {
        display: none
    }
}

.pr-banner .pr-swp-banner .swiper-button-prev::after,
.pr-banner .pr-swp-banner .swiper-button-next::after {
    color: #fff;
    font-size: .5rem
}

.pr-banner .pr-swp-banner .info {
    position: absolute;
    z-index: 23;
    width: 100%;
    top: 20%
}

.pr-banner .pr-swp-banner .info .container {
    position: relative
}

.pr-banner .pr-swp-banner .info .container .b-title {
    font-weight: 600;
    font-size: .65rem
}

.prbg {
    background-color: #F7F7F7;
    padding-top: .75rem;
    padding-bottom: 1rem
}

@media (max-width: 768px) {
    .prbg {
        padding: .5rem 0
    }
}

#down,
#appDowm {
    margin-top: .5rem
}

.b-botxt {
    font-family: var(--font_HarmonyOS_Sans_SC_Light);
    font-size: .2rem;
    color: #000;
    padding-bottom: 1rem
}

@media (min-width: 1400px) {
    #cpzc {
        margin-bottom: .75rem
    }
}

.tab_nav {
    margin-bottom: .25rem
}

.tab_nav ul {
    width: 100%;
    margin-left: -0.1875rem
}

.tab_nav ul li {
    float: left;
    padding: .1875rem
}

.tab_nav ul li a {
    font-size: .3125rem;
    position: relative;
    padding-bottom: .0375rem;
    color: #000
}

.tab_nav ul li a::after {
    transition: all .5s;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: .0375rem solid #F7F7F7
}

.tab_nav ul li.active a,
.tab_nav ul li:hover a {
    position: relative
}

.tab_nav ul li.active a::after,
.tab_nav ul li:hover a::after {
    border-color: var(--textActiveColor)
}

.product_list>div {
    margin-bottom: .3125rem;
    padding-right: .1563rem;
    padding-left: .1563rem
}

.product_list .product-a {
    position: relative;
    width: 100%;
    height: 4.725rem;
    border-radius: .25rem;
    overflow: hidden
}

@media (max-width: 768px) {
    .product_list .product-a {
        height: 4rem
    }
}

.product_list .product-a .img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.product_list .product-a .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    transform: scale(1)
}

.product_list .product-a .info {
    position: absolute;
    right: 0;
    top: 0;
    padding: 0 .8rem;
    width: 68%;
    height: 100%
}

@media (max-width: 768px) {
    .product_list .product-a .info {
        max-width: 66%
    }
}

.product_list .product-a .info .nav,
.product_list .product-a .info .title {
    font-size: .35rem;
    color: #fff
}

.product_list .product-a .info .desc {
    font-size: .225rem;
    margin-top: .1875rem;
    color: #fff;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.product_list .product-a .info .tag {
    margin-top: .1875rem;
    font-size: .2rem;
    color: #000;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.product_list .product-a:hover .img img {
    transform: scale(1.02)
}

.product_list .product-b {
    overflow: hidden;
    height: 4.725rem;
    position: relative
}

.product_list .product-b .info {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    opacity: 1;
    transition: all .5s
}

.product_list .product-b .info .img {
    width: 100%;
    height: calc(100% - 1.1rem);
    overflow: hidden;
    background-color: #fff;
    border-radius: .25rem
}

.product_list .product-b .info .img img {
    max-width: 100%;
    max-height: calc(100% - 0.75rem);
    object-fit: cover
}

@media (max-width: 768px) {
    .product_list .product-b .info .img img {
        max-height: 75%
    }
}

.product_list .product-b .info .con {
    text-align: center;
    margin-top: .3rem
}

.product_list .product-b .info .con .title {
    font-size: .225rem;
    color: #000000;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.product_list .product-b .info .con .desc {
    font-size: .2rem;
    color: #000;
    margin-top: .125rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Light)
}

.product_list .product-b .info-a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
    transition: all .5s
}

.product_list .product-b .info-a .img {
    width: 100%;
    height: calc(100% - 1.1rem);
    overflow: hidden;
    background-color: #fff;
    border-radius: .25rem
}

.product_list .product-b .info-a .img img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .8s
}

.product_list .product-b .info-a .con {
    text-align: center;
    margin-top: .3rem
}

.product_list .product-b .info-a .con .title {
    font-size: .225rem;
    color: #000000
}

.product_list .product-b .info-a .con .desc {
    font-size: .2rem;
    color: #000;
    margin-top: .125rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Light)
}

.product_list .product-b:hover .info {
    opacity: 0;
    z-index: -1
}

.product_list .product-b:hover .info .img img {
    transform: scale(1.03)
}

.product_list .product-b:hover .info-a {
    opacity: 1;
    z-index: 2
}

.product_list .product-b:hover .info-a .img img {
    transform: scale(1.03)
}

@media (max-width: 768px) {
    .bf-list>div {
        margin-bottom: .375rem
    }

    .bf-list>div:last-child {
        margin-bottom: 0
    }
}

.bf-list .bf-con {
    width: 100%;
    padding: .375rem;
    background: #fff;
    border-radius: .1563rem
}

.bf-list .bf-con .num {
    width: .8125rem;
    font-size: .4375rem;
    color: var(--textActiveColor);
    font-family: var(--font_HarmonyOS_Sans_Condensed_Medium)
}

.bf-list .bf-con .bf-info {
    width: calc(100% - .8125rem)
}

.bf-list .bf-con .bf-info b {
    font-size: .4375rem;
    font-weight: 500
}

.bf-list .bf-con .bf-info div.a-line {
    font-size: .25rem;
    color: #5A5A5A;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (max-width: 768px) {
    .lxfs-lis>div {
        margin-bottom: .375rem
    }
}

.lxfs-lis .lxfs-con {
    padding: .4375rem;
    border-radius: .25rem;
    background: #fff;
    padding-bottom: .875rem
}

.lxfs-lis .lxfs-con .title {
    text-align: center;
    font-size: .4375rem;
    margin-bottom: .5rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #cecece
}

.lxfs-lis .lxfs-con .info {
    font-size: .25rem;
    color: #000
}

.lxfs-lis .lxfs-con .info strong {
    font-size: 500;
    font-family: var(--font_HarmonyOS_Sans_SC_Bold)
}

.lxfs-lis .lxfs-con .info p {
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.lxfs-lis .lxfs-con .info img {
    margin-top: .6125rem
}

.joinus {
    margin-top: 1rem;
    background-color: #F7F7F7;
    padding-top: .0125rem;
    padding-bottom: 1rem
}

@media (max-width: 768px) {
    .joinus {
        padding-bottom: .25rem
    }
}

.video-con {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #000;
    top: 0;
    z-index: 999999
}

.video-con .icon {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 50px;
    top: 50px;
    display: block;
    cursor: pointer
}

@media (max-width: 768px) {
    .video-con .icon {
        right: 10px;
        top: 10px
    }
}

.video-con .icon.close {
    background: url(../images/x.png) center no-repeat;
    background-size: 100%
}

.video-con #video {
    width: 13.3333rem;
    height: 70vh;
    margin: 0 auto;
    margin-top: 15vh
}

@media (max-width: 768px) {
    .video-con #video {
        width: 100%;
        margin-top: 25vh
    }
}

.srv-ban {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    margin-top: 1rem;
    position: relative;
    background-color: #eee
}

@media (max-width: 768px) {
    .srv-ban.nr {
        height: auto
    }
}

.srv-ban img {
    width: 100%
}

.srv-ban .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.srv-ban .info .container {
    position: relative;
    height: 100%
}

.srv-ban .info .container .title {
    font-size: .8125rem;
    color: #5A5A5A
}

.srv-ban .info .container .title p {
    font-size: .5625rem
}

@media (max-width: 768px) {
    .srv-ban .info .container .title p {
        font-size: .25rem
    }
}

@media (max-width: 768px) {
    .srv-ban .info .container .title {
        font-size: .5rem
    }
}

.srv-ban.nr .info .container .title {
    color: #fff
}

.serbg {
    background: #F7F7F7;
    padding-top: 1rem;
    padding-bottom: 1rem
}

@media (max-width: 768px) {
    .serbg {
        padding-top: .5rem;
        padding-bottom: .5rem
    }
}

.serbg .tmp_title:nth-child(1) {
    margin-top: 0
}

.zc-nav>div {
    padding-right: .1688rem;
    padding-left: .1688rem
}

@media (max-width: 768px) {
    .zc-nav>div {
        margin-bottom: .25rem
    }
}

.zc-nav>div .n-item .ico {
    width: .4rem;
    height: .3375rem;
    overflow: hidden;
    margin-right: .1875rem
}

.zc-nav>div .n-item .ico img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.zc-nav>div .n-item .ico img:nth-child(2) {
    display: none
}

.zc-nav>div .n-item .name {
    font-size: .375rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #989898
}

@media (max-width: 768px) {
    .zc-nav>div .n-item .name {
        font-size: .29rem
    }
}

.zc-nav>div.active .n-item .ico img:nth-child(1),
.zc-nav>div:hover .n-item .ico img:nth-child(1) {
    display: none
}

.zc-nav>div.active .n-item .ico img:nth-child(2),
.zc-nav>div:hover .n-item .ico img:nth-child(2) {
    display: block
}

.zc-nav>div.active .n-item .name,
.zc-nav>div:hover .n-item .name {
    color: #000
}

.zc-nav>div a {
    display: block;
    width: 100%;
    padding: .5rem;
    text-align: center;
    border-radius: .15rem;
    background-color: #fff
}

@media (max-width: 768px) {
    .zc-nav>div a {
        padding: .3rem
    }
}

.zc-content {
    position: relative
}

.zc-content .content {
    display: none;
    border-radius: .3125rem;
    background-color: #fff;
    padding: .75rem .95rem;
    font-size: .2rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Light);
    color: #000;
    margin-top: .375rem;
    min-height: 4.375rem;
    line-height: .5rem
}

.zc-content .content.active {
    display: block
}

@media (max-width: 768px) {
    .zc-content .content {
        padding: .375rem;
        margin-top: 0
    }
}

.ser-zc-con .product_list {
    display: none
}

.ser-zc-con .product_list .title {
    font-size: .2625rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.ser-zc-con .product_list .desc {
    font-size: .2rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Light)
}

.ser-zc-con .product_list.active {
    display: block
}

.down .down-con {
    width: 100%;
    border-radius: .3125rem;
    padding: .875rem;
    background-color: #fff
}

@media (max-width: 768px) {
    .down .down-con {
        margin-bottom: .375rem
    }
}

.down .down-con .img {
    width: 130px;
    height: 130px;
    margin: 0 auto
}

.down .down-con .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.down .down-con .img img.imga {
    display: block
}

.down .down-con .img img.imgb {
    display: none
}

.down .down-con .title {
    text-align: center;
    font-size: .375rem;
    margin-top: .625rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #000;
    margin-bottom: .125rem
}

.down .down-con .link {
    text-align: center;
    font-size: .25rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.down .down-con .link a {
    color: var(--textActiveColor)
}

.fw-link {
    text-align: center
}

.fw-link a {
    font-size: .375rem;
    padding: .1rem .4375rem;
    border-radius: .75rem;
    border: 0.025rem solid var(--textActiveColor);
    color: var(--textActiveColor);
    display: inline-block;
    transition: all .5s;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.fw-link a.hover {
    background-color: var(--textActiveColor);
    color: #fff
}

.fwex>div {
    padding-right: .175rem;
    padding-left: .175rem
}

@media (max-width: 768px) {
    .fwex>div {
        margin-bottom: .5rem
    }

    .fwex>div:last-child {
        margin-bottom: 0
    }
}

.fwex .kefu-con {
    border-radius: .3125rem;
    background-color: #fff;
    padding: .75rem;
    text-align: center;
    padding-bottom: 1rem;
    color: #000
}

.fwex .kefu-con .ico {
    width: .75rem;
    height: .75rem;
    margin: 0 auto;
    margin-bottom: .6rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block
}

.fwex .kefu-con .ico.dianh {
    background-image: url("../images/feather-phone.svg")
}

.fwex .kefu-con .ico.kefu {
    background-image: url("../images/feather-headphones.svg")
}

.fwex .kefu-con .b-t {
    font-size: .3125rem;
    margin-bottom: .125rem
}

.fwex .kefu-con .k-tel {
    font-size: .45rem;
    margin-bottom: .5rem
}

@media (max-width: 768px) {
    .fwex .kefu-con .k-tel {
        font-size: .625rem
    }
}

.fwex .kefu-con .desc {
    font-size: .3125rem;
    line-height: 1.8;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.fwex .kefu-con .ewm {
    width: 1.5rem;
    height: 1.5rem;
    margin: 0 auto;
    margin-top: .23rem
}

.fwex .kefu-con .ewm img {
    width: 100%
}

.wt-list .wt-nav {
    margin-left: -0.175rem;
    margin-right: -0.175rem
}

.wt-list .wt-nav .nav-li {
    width: calc(100% / 6 - .35rem);
    margin: 0 .175rem
}

@media (max-width: 768px) {
    .wt-list .wt-nav .nav-li {
        width: calc(100% / 2 - .35rem);
        margin-bottom: .35rem
    }
}

.wt-list .wt-nav .nav-li a {
    width: 100%;
    border-radius: .125rem;
    font-size: .3125rem;
    background-color: #fff;
    padding: .3625rem .375rem;
    transition: all .5s;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #989898
}

.wt-list .wt-nav .nav-li a .ico {
    width: .3625rem;
    height: .3rem;
    margin-right: .1rem;
    overflow: hidden
}

.wt-list .wt-nav .nav-li a .ico img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.wt-list .wt-nav .nav-li a .ico img:nth-child(2) {
    display: none
}

.wt-list .wt-nav .nav-li a .nav-name {
    max-width: calc(100% - .4625rem)
}

.wt-list .wt-nav .nav-li.active a {
    color: #000
}

.wt-list .wt-nav .nav-li.active a .ico img:nth-child(1) {
    display: none
}

.wt-list .wt-nav .nav-li.active a .ico img:nth-child(2) {
    display: block
}

.wt-list .wt-content {
    margin-top: .375rem;
    border-radius: .25rem;
    background-color: #fff;
    width: 100%;
    padding: .3375rem .5375rem
}

@media (max-width: 768px) {
    .wt-list .wt-content {
        margin-top: .025rem
    }
}

.wt-list .wt-content .wt-item {
    display: none
}

.wt-list .wt-content .wt-item ul li {
    padding-bottom: .3125rem;
    margin-bottom: .3125rem;
    border-bottom: 1px solid #dbdbdb
}

.wt-list .wt-content .wt-item ul li .wt-title a {
    font-size: .25rem;
    text-decoration: none;
    color: #000
}

.wt-list .wt-content .wt-item ul li .wt-title a:hover {
    color: var(--textActiveColor)
}

.wt-list .wt-content .wt-item ul li .wt-title a span {
    float: right;
    color: #707070;
    transform: rotate(0deg);
    transition: all .5s
}

.wt-list .wt-content .wt-item ul li .wt-info {
    color: #5A5A5A;
    display: none;
    margin-top: .125rem;
    font-size: .25rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    line-height: .5rem
}

.wt-list .wt-content .wt-item ul li .wt-info .news-cz {
    margin: 10px;
    text-align: right
}

.wt-list .wt-content .wt-item ul li .wt-info .news-cz a {
    margin: 0 5px;
    display: inline-block;
    font-size: .22rem;
    padding: 5px 20px;
    line-height: initial;
    border-radius: 30px;
    border: 1px solid #ccc
}

.wt-list .wt-content .wt-item ul li .wt-info img {
    cursor: pointer
}

.wt-list .wt-content .wt-item ul li:nth-child(1) .wt-title .glyphicon-menu-right {
    transform: rotate(90deg)
}

.wt-list .wt-content .wt-item ul li:nth-child(1) .wt-info {
    display: block
}

.wt-list .wt-content .wt-item ul li.active .wt-title .glyphicon-menu-right {
    transform: rotate(90deg)
}

.video-list>div {
    margin-bottom: .5rem
}

@media (max-width: 768px) {
    .video-list>div:last-child {
        margin-bottom: 0
    }
}

.video-list a {
    position: relative;
    display: block
}

.video-list a .info {
    width: 100%;
    padding: .4375rem;
    border-radius: .25rem;
    background-color: #fff;
    text-align: center
}

.video-list a .info .desc {
    color: #707070;
    font-size: .25rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    margin-bottom: .375rem;
    line-height: 1.4
}

.video-list a .info .title {
    font-size: .4375rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #000000
}

.video-list a .play {
    width: 100%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    border-radius: .25rem
}

.video-list a .play img {
    width: .9375rem;
    height: .9375rem;
    transition: all .5s;
    opacity: 0
}

.video-list a:hover .play {
    z-index: 2;
    opacity: 1
}

.video-list a:hover .play img {
    opacity: 1
}

.dow-list {
    padding: .325rem .55rem;
    border-radius: .25rem;
    background-color: #fff
}

.dow-list ul li {
    padding-bottom: .25rem;
    margin-bottom: .25rem;
    border-bottom: 1px solid #d1d1d1
}

.dow-list ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none
}

.dow-list ul li a {
    font-size: .25rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.dow-list ul li a .a-line {
    width: calc(100% - 2.5rem)
}

.dow-list ul li a span {
    text-align: right;
    width: 2.5rem;
    color: #707070
}

.hm-ban {
    background-image: url("../images/HiLinkBanner.jpg");
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 100% auto;
    height: 760px;
    margin-top: 1rem;
    display: block
}

@media (max-width: 768px) {
    .hm-ban {
        background-image: url("../images/m-HiLinkBanner.jpg")
    }
}

@media (max-width: 768px) {
    .hm-ban {
        background-color: #c8d1d8;
        height: 11.25rem;
        background-size: 150%
    }
}

.hm-ban .info {
    color: #000
}

.hm-ban .info .title {
    padding-top: .625rem;
    font-size: .675rem;
    text-align: center;
    font-family: var(--font_HarmonyOS_Sans_SC_Medium)
}

@media (max-width: 768px) {
    .hm-ban .info .title {
        font-size: .5125rem;
        padding-top: .625rem
    }
}

.hm-ban .info .desc {
    font-size: .2625rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    margin-top: .1875rem;
    text-align: center
}

@media (max-width: 768px) {
    .hm-ban .info .desc {
        font-size: .25rem
    }
}

.hm-ban .info .link {
    text-align: center;
    margin-top: .375rem
}

.hm-ban .info .link a {
    font-size: .2rem;
    padding: .125rem .375rem;
    border-radius: .375rem;
    border: 1px solid #000;
    transition: all .5s
}

@media (max-width: 768px) {
    .hm-ban .info .link a {
        font-size: .2rem
    }
}

.hm-ban .info .link a:hover {
    background-color: #000;
    color: #fff
}

#hm_os_zl_trigger {
    position: relative;
    margin-top: -2.8rem;
    height: 2.8rem
}

.hm_os-con {
    background-color: #000
}

.hm_os_zl {
    width: 100%;
    background-color: #000;
    overflow: hidden;
    position: sticky;
    top: 0;
    height: 100vh
}

.hm_os_zl .container {
    position: relative;
    height: 100%
}

.hm_os_zl .zl-ico {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    position: relative;
    z-index: 2
}

@media (max-width: 768px) {
    .hm_os_zl .zl-ico {
        width: 2.5rem;
        height: 2.5rem
    }
}

.hm_os_zl .zl-ico img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hm_os_zl .hm-logo-bg {
    position: absolute;
    top: 50%;
    width: 6.25rem;
    height: 6.25rem;
    left: 50%;
    margin-left: -3.125rem;
    margin-top: -3.125rem;
    z-index: 1
}

.hm_os_zl .hm-logo-bg .bg-con {
    position: relative;
    width: 100%;
    height: 100%
}

.hm_os_zl .hm-logo-bg .bg-con>div {
    transform: scale(0);
    position: absolute;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.1)
}

.hm_os_zl .hm-logo-bg .bg-con .bg-a {
    width: 100%;
    height: 100%
}

.hm_os_zl .hm-logo-bg .bg-con .bg-b {
    width: 80%;
    height: 80%
}

.hm_os_zl .hm-logo-bg .bg-con .bg-c {
    width: 60%;
    height: 60%
}

.hm_os_zl .ripple__element {
    background-color: #fff;
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    animation: ripple 4s linear infinite;
    z-index: 1;
    transition: opacity .5s;
    opacity: 0
}

@media (max-width: 768px) {
    .hm_os_zl .ripple__element {
        width: 150px;
        height: 150px;
        margin-left: -75px;
        margin-top: -75px
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2), 0 0 0 4em rgba(255, 255, 255, 0.2), 0 0 0 8em rgba(255, 255, 255, 0.2), 0 0 0 12em rgba(255, 255, 255, 0.2)
    }

    100% {
        box-shadow: 0 0 0 4em rgba(255, 255, 255, 0.2), 0 0 0 8em rgba(255, 255, 255, 0.2), 0 0 0 12em rgba(255, 255, 255, 0.2), 0 0 0 16em rgba(255, 255, 255, 0)
    }
}

.hm_os_zl .sebei {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%
}

.hm_os_zl .sebei .sb-item {
    transform: scale(0);
    position: absolute
}

.hm_os_zl .sebei .sb-item .sb-i-con {
    position: relative
}

.hm_os_zl .sebei .sb-item .sb-i-con .sb-bg {
    width: 120px;
    height: 120px
}

.hm_os_zl .sebei .sb-item .sb-i-con .sb-bg img {
    width: 100%
}

.hm_os_zl .sebei .sb-item .sb-i-con .prod-ico {
    position: absolute;
    width: 60px;
    height: 60px;
    overflow: hidden;
    top: 30px;
    left: 30px;
    opacity: 0;
    transform: scale(0)
}

.hm_os_zl .sebei .sb-item .sb-i-con .prod-ico img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.hm_os_zl .sebei .sb-item .sb-i-con .title {
    width: 120px;
    font-size: .25rem;
    text-align: center;
    color: #fff;
    margin-top: .1875rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.hm_os_zl .sebei .sb-item:nth-child(1) {
    top: 15%;
    left: 22%
}

.hm_os_zl .sebei .sb-item:nth-child(2) {
    top: 45%;
    left: 10%
}

.hm_os_zl .sebei .sb-item:nth-child(3) {
    top: 70%;
    left: 22%
}

.hm_os_zl .sebei .sb-item:nth-child(4) {
    top: 15%;
    right: 22%
}

.hm_os_zl .sebei .sb-item:nth-child(5) {
    top: 30%;
    right: 10%
}

.hm_os_zl .sebei .sb-item:nth-child(6) {
    top: 56%;
    right: 10%
}

.hm_os_zl .sebei .sb-item:nth-child(7) {
    top: 70%;
    right: 22%
}

@media (max-width: 768px) {
    .hm_os_zl .sebei .sb-item {
        transform: scale(0)
    }

    .hm_os_zl .sebei .sb-item .sb-i-con .sb-bg {
        width: 70px;
        height: 70px
    }

    .hm_os_zl .sebei .sb-item .sb-i-con .sb-bg img {
        width: 100%
    }

    .hm_os_zl .sebei .sb-item .sb-i-con .prod-ico {
        width: 30px;
        height: 30px;
        top: 20px;
        left: 20px
    }

    .hm_os_zl .sebei .sb-item .sb-i-con .title {
        width: 70px
    }

    .hm_os_zl .sebei .sb-item:nth-child(1) {
        top: 34%;
        left: 5%
    }

    .hm_os_zl .sebei .sb-item:nth-child(2) {
        top: 19%;
        left: calc(11% + 90px)
    }

    .hm_os_zl .sebei .sb-item:nth-child(3) {
        top: 26%;
        left: initial;
        right: 10%
    }

    .hm_os_zl .sebei .sb-item:nth-child(4) {
        top: initial;
        right: initial;
        left: 4%;
        bottom: 30%
    }

    .hm_os_zl .sebei .sb-item:nth-child(5) {
        top: 43%;
        right: 3%
    }

    .hm_os_zl .sebei .sb-item:nth-child(6) {
        top: 62%;
        right: 12%
    }

    .hm_os_zl .sebei .sb-item:nth-child(7) {
        top: 69%;
        right: 44%
    }
}

.zl-img-con {
    border-radius: .25rem;
    background: #fff;
    height: 9rem;
    margin-bottom: 1rem;
    overflow: hidden
}

@media (max-width: 768px) {
    .zl-img-con {
        height: auto;
        padding-bottom: .5rem;
        margin-bottom: .5rem
    }
}

.zl-img-con .img {
    width: 100%;
    height: 9rem;
    overflow: hidden
}

@media (max-width: 768px) {
    .zl-img-con .img {
        height: 3.125rem
    }
}

.zl-img-con .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.zl-img-con .info {
    padding: 1.025rem .875rem;
    position: relative;
    height: calc(9rem - 1.375rem)
}

@media (max-width: 768px) {
    .zl-img-con .info {
        height: auto
    }
}

.zl-img-con .info .title {
    font-size: .5625rem;
    color: #000
}

@media (max-width: 768px) {
    .zl-img-con .info .title {
        font-size: .45rem
    }
}

.zl-img-con .info .desc {
    margin-top: .5rem;
    font-size: .3125rem;
    color: #707070;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.zl-img-con .info .link {
    position: absolute;
    bottom: 0
}

.zl-img-con .info .link a {
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    font-size: .3125rem;
    color: var(--textActiveColor);
    padding: .075rem .25rem;
    border-radius: .375rem;
    border: 0.025rem solid var(--textActiveColor)
}

.zl-img-con:nth-child(odd) .info {
    padding: 1.025rem .875rem;
    padding-right: .4375rem
}

@media (max-width: 768px) {
    .zl-img-con:nth-child(odd) .info {
        padding: .5rem;
        padding-bottom: 1rem
    }
}

.zl-img-con:nth-child(even) .info {
    padding: 1.025rem .875rem;
    padding-left: .4375rem
}

@media (max-width: 768px) {
    .zl-img-con:nth-child(even) .info {
        padding: .5rem;
        padding-bottom: 1rem
    }
}

.zl-cj>div {
    padding-right: .225rem;
    padding-left: .225rem
}

@media (max-width: 768px) {
    .zl-cj>div {
        margin-bottom: .5rem
    }

    .zl-cj>div:last-child {
        margin-bottom: 0
    }
}

.zl-cj .info {
    background-color: #fff;
    border-radius: .25rem;
    overflow: hidden
}

.zl-cj .info .wz-con {
    padding: .6125rem .3rem
}

@media (max-width: 768px) {
    .zl-cj .info .wz-con {
        padding: 0.5rem
    }
}

.zl-cj .info .wz-con .xh {
    font-size: .5625rem;
    color: var(--textActiveColor);
    padding: 0 .7125rem;
    font-family: var(--font_HarmonyOS_Sans_Condensed_Regular)
}

@media (max-width: 768px) {
    .zl-cj .info .wz-con .xh {
        padding: 0;
        width: 100%;
        margin-bottom: 5px
    }
}

.zl-cj .info .wz-con .con {
    width: calc(100% - 2.1rem)
}

@media (max-width: 768px) {
    .zl-cj .info .wz-con .con {
        width: 100%
    }
}

.zl-cj .info .wz-con .con .title {
    font-size: .5625rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #000
}

@media (max-width: 768px) {
    .zl-cj .info .wz-con .con .title {
        font-size: .45rem
    }
}

.zl-cj .info .wz-con .con .desc {
    font-size: .3625rem;
    margin-top: .225rem;
    color: #707070;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (max-width: 768px) {
    .zl-cj .info .wz-con .con .desc {
        font-size: .3125rem
    }
}

.zl-cj .info .img {
    width: 100%;
    height: 6.4625rem;
    overflow: hidden;
    border-radius: .25rem
}

@media (max-width: 768px) {
    .zl-cj .info .img {
        height: 4.75rem
    }
}

.zl-cj .info .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.zl-cj>div:nth-child(2) .wz-con .con .desc {
    font-size: .3rem;
    line-height: 1.7
}

@media (max-width: 768px) {
    .zl-cj>div:nth-child(2) .wz-con .con .desc {
        font-size: .3125rem
    }
}

.xiaotun_cloud-video {
    position: relative;
    width: 100%;
    opacity: 0;
    margin-top: 2.25rem
}

.xiaotun_cloud-video .webm-video {
    width: 100%
}

.hm-os-ti {
    margin-bottom: 0
}

@media (max-width: 768px) {
    .hm-os-ti {
        font-size: .42rem
    }
}

.hm-os-ti .f-t {
    font-size: .3125rem;
    margin-top: .5rem;
    color: #707070;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (min-width: 10.625rem) {
    .hm-os-ti .f-t {
        width: 10.625rem;
        text-align: left;
        margin: 0 auto;
        margin-top: .5rem
    }
}

@media (max-width: 768px) {
    .hm-os-ti .f-t {
        width: 100%
    }
}

#xiaotun_cloud_trigger {
    position: absolute;
    bottom: 50%
}

.supermarket .cs-con {
    width: 100%;
    border-radius: .25rem;
    overflow: hidden;
    background-color: #fff;
    position: relative;
    cursor: pointer
}

@media (max-width: 768px) {
    .supermarket .cs-con {
        margin-bottom: .375rem
    }
}

.supermarket .cs-con .info {
    padding: .375rem;
    position: relative;
    z-index: 9;
    transition: all .5s;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.supermarket .cs-con .info .title {
    color: #000;
    font-size: .525rem
}

.supermarket .cs-con .info .title span {
    display: inline-block;
    margin-right: .125rem;
    color: var(--textActiveColor);
    font-family: var(--font_HarmonyOS_Sans_Condensed_Regular)
}

@media (max-width: 768px) {
    .supermarket .cs-con .info .title {
        font-size: .45rem
    }
}

.supermarket .cs-con .info .desc {
    padding-left: .625rem;
    font-size: .3125rem;
    color: #818181;
    margin-top: .125rem;
    line-height: 1.7;
    height: 2.125rem
}

@media (max-width: 768px) {
    .supermarket .cs-con .info .desc {
        padding-left: 33px;
        font-size: .3125rem;
        height: initial
    }
}

.supermarket .cs-con .img {
    position: relative;
    height: 340px;
    width: 100%;
    overflow: hidden
}

@media (max-width: 768px) {
    .supermarket .cs-con .img {
        height: 180px
    }
}

.supermarket .cs-con .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.supermarket .cs-con .imga-con {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 8;
    opacity: 0;
    transition: all .5s
}

.supermarket .cs-con .imga-con .img-info {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 340px;
    overflow: hidden
}

@media (max-width: 768px) {
    .supermarket .cs-con .imga-con .img-info {
        height: 180px
    }
}

.supermarket .cs-con .imga-con .img-info .ico {
    text-align: center;
    margin: 0 .375rem
}

.supermarket .cs-con .imga-con .img-info .ico .p {
    font-size: .2875rem;
    color: #fff;
    margin-top: .125rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.supermarket .cs-con .imga-con .img-info .ico .img {
    width: 107px;
    height: 107px;
    border-radius: 50%;
    margin: 0 auto
}

@media (max-width: 768px) {
    .supermarket .cs-con .imga-con .img-info .ico .img {
        width: 60px;
        height: 60px
    }
}

.supermarket .cs-con .imga-con .img-info .ico .img img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%
}

.supermarket .cs-con:hover .info {
    color: #fff
}

.supermarket .cs-con:hover .imga-con {
    opacity: 1
}

.shfw>div {
    margin-bottom: 0.5rem
}

@media (max-width: 768px) {
    .shfw>div:last-child {
        margin-bottom: 0
    }
}

.shfw .shfw-con {
    border-radius: .25rem;
    background-color: #fff;
    position: relative;
    overflow: hidden
}

.shfw .shfw-con .title {
    position: relative;
    text-align: center;
    font-size: .5125rem;
    padding: .25rem;
    z-index: 9;
    color: #000;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (max-width: 768px) {
    .shfw .shfw-con .title {
        font-size: .45rem
    }
}

.shfw .shfw-con .img {
    width: 100%;
    height: 345px;
    overflow: hidden
}

@media (max-width: 768px) {
    .shfw .shfw-con .img {
        height: 4rem
    }
}

.shfw .shfw-con .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.shfw .shfw-con .imga-con {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 8;
    opacity: 0;
    transition: all .5s
}

.shfw .shfw-con .imga-con .img-info {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 345px;
    overflow: hidden
}

@media (max-width: 768px) {
    .shfw .shfw-con .imga-con .img-info {
        height: 4rem
    }
}

.shfw .shfw-con .imga-con .img-info .ico {
    text-align: center;
    margin: 0 .1875rem
}

@media (max-width: 768px) {
    .shfw .shfw-con .imga-con .img-info .ico {
        width: 70px;
        margin: 0 .25rem
    }
}

.shfw .shfw-con .imga-con .img-info .ico .p {
    font-size: .3rem;
    color: #fff;
    margin-top: .125rem;
    font-family: var(--font_HarmonyOS_Sans_Condensed_Regular)
}

@media (max-width: 768px) {
    .shfw .shfw-con .imga-con .img-info .ico .p {
        font-size: .225rem
    }
}

.shfw .shfw-con .imga-con .img-info .ico .img {
    width: 100px;
    height: 100px;
    border-radius: 50%
}

@media (max-width: 768px) {
    .shfw .shfw-con .imga-con .img-info .ico .img {
        width: 70px;
        height: 70px;
        margin: 0 auto
    }
}

.shfw .shfw-con .imga-con .img-info .ico .img img {
    object-fit: cover;
    max-width: 100%;
    max-height: 100%
}

.shfw .shfw-con:hover .imga-con {
    opacity: 1
}

.ptys .info {
    width: 100%;
    border-radius: .15rem;
    background-color: #F7F7F7;
    padding: .75rem 0
}

@media (max-width: 768px) {
    .ptys .info {
        margin-bottom: .375rem
    }
}

.ptys .info .icon {
    width: 2.25rem;
    height: 2.25rem;
    overflow: hidden;
    margin: 0 auto
}

.ptys .info .icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.ptys .info .title {
    margin-top: .5rem;
    font-size: .5rem;
    text-align: center
}

.prod-con {
    width: 100%;
    margin-top: 1rem
}

.prod-con img {
    line-height: 0;
    max-width: 100%
}

.about-ban {
    margin-top: 1rem;
    position: relative;
    width: 100%
}

.about-ban .info {
    position: absolute;
    padding-left: .1rem;
    top: .625rem
}

.about-ban .info .title {
    font-size: .8125rem;
    color: #fff
}

@media (max-width: 1000px) {
    .about-ban .info .title {
        font-size: .375rem
    }
}

.about-ban .info .s-title {
    font-size: .5625rem;
    margin: .0875rem 0;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #fff
}

@media (max-width: 1000px) {
    .about-ban .info .s-title {
        font-size: .3125rem
    }
}

.about-ban img {
    width: 100%;
    height: calc(100vh - 1rem);
    object-fit: cover
}

.swiper-button-prev,
.swiper-button-next {
    background-color: initial !important;
    background-repeat: no-repeat !important
}

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

.swiper-button-prev {
    background-image: url("../images/z-swp.svg") !important
}

.swiper-button-next {
    background-image: url("../images/y-swp.svg") !important
}

.news-content {
    margin: 0 auto;
    margin-top: 1rem;
    width: 776px;
    padding-top: .8rem
}

@media (max-width: 768px) {
    .news-content {
        width: 100%
    }
}

.news-content .time {
    color: #000;
    font-size: .175rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Light)
}

.news-content .title {
    font-size: .375rem;
    color: #000;
    margin-top: .3375rem
}

.news-content .b-title {
    font-size: .2625rem;
    margin-top: .225rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.news-content .content {
    margin-top: .8rem;
    font-size: .2rem;
    color: #000;
    font-family: var(--font_HarmonyOS_Sans_SC_Light);
    padding-bottom: .55rem;
    border-bottom: 1px solid #000;
    margin-bottom: .25rem;
    line-height: 30px
}

.news-content .content h1,
.news-content .content h2,
.news-content .content h3,
.news-content .content h4,
.news-content .content h5,
.news-content .content h6 {
    font-family: var(--font_HarmonyOS_Sans_SC_Bold);
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px
}

.news-content .content h1 {
    font-size: .2rem
}

.news-content .content img {
    max-width: 100%
}

.up-dowm {
    position: fixed;
    width: 100%;
    top: 50%;
    left: 0
}

.up-dowm .container {
    position: relative
}

.up-dowm .up,
.up-dowm .dowm {
    position: absolute;
    width: .8rem;
    height: .8rem;
    border-radius: 50%;
    display: block;
    background-repeat: no-repeat;
    background-size: 100%
}

@media (max-width: 768px) {

    .up-dowm .up,
    .up-dowm .dowm {
        display: none
    }
}

.up-dowm .up {
    left: .8125rem;
    background-image: url("../images/n-z.svg")
}

.up-dowm .up:hover {
    background-image: url("../images/z-swp.svg")
}

.up-dowm .dowm {
    right: .8125rem;
    background-image: url("../images/n-y.svg")
}

.up-dowm .dowm:hover {
    background-image: url("../images/y-swp.svg")
}

.xt-clo-ban {
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    display: block;
    margin-top: 1rem;
    position: relative;
    background-color: #dfedf8
}

@media (max-width: 768px) {
    .xt-clo-ban {
        height: initial
    }
}

.xt-clo-ban img {
    width: 100%
}

.xt-clo-ban .m-img {
    width: 90%;
    margin: 50px auto;
    padding-bottom: 20px;
    margin-bottom: 0
}

.xt-clo-ban .info {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media (max-width: 768px) {
    .xt-clo-ban .info {
        position: relative;
        padding-top: 60px
    }
}

.xt-clo-ban .info .con-container {
    position: relative;
    height: 100%
}

.xt-clo-ban .info .con-container .title {
    font-size: .75rem;
    color: #000
}

@media (max-width: 768px) {
    .xt-clo-ban .info .con-container .title {
        font-size: .6rem
    }
}

.xt-clo-ban .info .con-container .stitle {
    font-size: .75rem;
    color: var(--textActiveColor);
    transition: all .5s;
    opacity: 0
}

@media (max-width: 768px) {
    .xt-clo-ban .info .con-container .stitle {
        font-size: .6rem
    }
}

.xt-clo-ban .info .con-container .stitle.huan {
    opacity: 1
}

.xt-clo-ban .info .con-container .desc {
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #000;
    font-size: .2125rem;
    margin: .375rem 0;
    margin-top: .25rem
}

.xt-clo-ban .info .con-container .link a {
    font-size: .225rem;
    display: inline-block;
    border-radius: .125rem;
    padding: .125rem .5rem;
    background-color: var(--textActiveColor);
    color: #fff;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.xt-col-item-a {
    margin-top: 1rem;
    width: 100%;
    border-radius: .3125rem;
    background-color: #72a5eb;
    padding: .5rem
}

@media (max-width: 768px) {
    .xt-col-item-a {
        margin-top: .5rem
    }
}

.xt-col-item-a .row>div {
    height: auto
}

.xt-col-item-a .row>div .info {
    color: #fff;
    font-family: var(--font_HarmonyOS_Sans_SC_Bold);
    font-size: .4625rem;
    padding: 0 50px
}

@media (max-width: 768px) {
    .xt-col-item-a .row>div .info {
        padding: 0;
        ont-size: .38rem
    }
}

.xt-col-item-a .row>div .lis {
    width: 60%;
    margin-left: .625rem
}

.xt-col-item-a .row>div .lis .li {
    padding: .125rem;
    background-color: #fff;
    border-radius: .1rem;
    margin-bottom: .125rem
}

.xt-col-item-a .row>div .lis .li:last-child {
    margin-bottom: 0
}

.xt-col-item-a .row>div .lis .li .icon {
    width: .3875rem;
    height: .3875rem;
    overflow: hidden;
    border-radius: 50%;
    margin-right: .25rem
}

.xt-col-item-a .row>div .lis .li .icon img {
    object-fit: cover;
    width: 100%;
    height: 100%
}

.xt-col-item-a .row>div .lis .li .title {
    width: calc(100% - .7rem);
    color: #000;
    font-size: .2rem;
    padding-right: 40px;
    position: relative
}

.xt-col-item-a .row>div .lis .li .title.gou::after {
    position: absolute;
    content: "";
    top: 2px;
    right: 0;
    width: .375rem;
    background-image: url("../images/gou.png");
    background-position: center;
    background-repeat: no-repeat;
    height: .25rem
}

.xt-col-item-a .row>div .img {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.xt-col-item-a .row>div .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.xt-col-title {
    font-family: var(--font_HarmonyOS_Sans_SC_Bold);
    font-size: .4625rem;
    padding: 80px 0;
    color: #000;
    text-align: center
}

@media (max-width: 768px) {
    .xt-col-title {
        padding: .5rem 0
    }

    .xt-col-title.xxt {
        font-size: .32rem
    }
}

@media (min-width: 1500px) {
    .xt-hz-swp {
        width: 16.25rem
    }
}

.xt-hz-swp .swiper-wrapper {
    padding-bottom: .825rem
}

@media (max-width: 768px) {
    .xt-hz-swp .swiper-wrapper {
        padding-bottom: .575rem
    }
}

.xt-hz-swp .swiper-wrapper .img {
    width: 100%;
    height: 1.4625rem;
    overflow: hidden;
    background-color: #f5f5f7;
    border-radius: .15rem
}

.xt-hz-swp .swiper-wrapper .img img {
    max-width: calc(100% - .75rem);
    max-height: calc(100% - .8rem);
    object-fit: cover
}

.xt-hz-swp .swiper-pagination {
    position: relative;
    width: initial;
    margin: 0 .1875rem;
    bottom: .5625rem
}

.xt-hz-swp .swiper-pagination .swiper-pagination-bullet {
    width: initial;
    background: none;
    opacity: 1;
    margin: 0px .075rem;
    color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    opacity: .2
}

.xt-hz-swp .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--textActiveColor)
}

@media (max-width: 1000px) {
    .xt-hz-swp .swiper-pagination {
        bottom: .25rem
    }

    .xt-hz-swp .swiper-pagination .swiper-pagination-bullet {
        margin: 0px .125rem;
        color: var(--ThemesActive)
    }
}

.xt-col-item-b {
    background-color: #f5f5f7;
    margin-top: .25rem
}

.xt-col-item-b .con-container {
    height: 4.85rem;
    background-image: url("../images/qqbs.jpg");
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 768px) {
    .xt-col-item-b .con-container {
        background-size: auto 100%;
        height: auto
    }
}

.xt-col-item-b .con-container .bs-list {
    margin: 1rem 0
}

@media (max-width: 768px) {
    .xt-col-item-b .con-container .bs-list {
        margin-top: .5rem;
        margin-bottom: 0
    }
}

.xt-col-item-b .con-container .bs-list .bs-info {
    padding: .1875rem .3125rem;
    background-color: #fff;
    border-radius: .15rem;
    margin: 0 .4375rem;
    text-align: center;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (max-width: 768px) {
    .xt-col-item-b .con-container .bs-list .bs-info {
        margin-bottom: .25rem
    }
}

.xt-col-item-b .con-container .bs-list .bs-info .sz {
    font-size: .225rem
}

.xt-col-item-b .con-container .bs-list .bs-info .sz .num {
    font-size: .475rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Bold)
}

.xt-col-item-b .con-container .bs-list .bs-info p {
    font-size: .2rem
}

.xt-col-item-c .item-c-con {
    background-color: #72a5eb;
    padding: .75rem 0
}

@media (min-width: 1500px) {
    .xt-col-item-c .item-c-con .con-container {
        width: 16.25rem
    }
}

.xt-col-item-c .item-c-con .row>div {
    height: auto
}

.xt-col-item-c .item-c-con .row .img {
    width: 100%;
    text-align: right
}

.xt-col-item-c .item-c-con .row .img img {
    max-width: 100%
}

@media (max-width: 768px) {
    .xt-col-item-c .item-c-con .row .img img {
        max-width: 80%
    }
}

.xt-col-item-c .item-c-con .row .con {
    color: #fff;
    margin-top: 1.125rem
}

@media (max-width: 768px) {
    .xt-col-item-c .item-c-con .row .con {
        margin-top: .625rem
    }
}

.xt-col-item-c .item-c-con .row .con .title {
    font-size: .75rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Bold)
}

@media (max-width: 768px) {
    .xt-col-item-c .item-c-con .row .con .title {
        font-size: .5rem
    }
}

.xt-col-item-c .item-c-con .row .con .info {
    font-size: .3rem;
    margin-top: .1875rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.xt-col-item-d {
    background-color: #f5f5f7
}

.xt-col-item-d .swp-yj-case {
    margin: 0 auto
}

@media (min-width: 1400px) {
    .xt-col-item-d .swp-yj-case {
        width: 80%
    }
}

@media (min-width: 1500px) {
    .xt-col-item-d .swp-yj-case {
        width: 1213px
    }
}

.xt-col-item-d .swp-yj-case .swiper-wrapper {
    padding-bottom: 1rem
}

@media (max-width: 768px) {
    .xt-col-item-d .swp-yj-case .swiper-wrapper {
        padding-bottom: .5rem
    }
}

.xt-col-item-d .swp-yj-case .swiper-wrapper .swiper-slide {
    height: auto
}

.xt-col-item-d .swp-yj-case .swiper-wrapper .swiper-slide .c-con {
    width: 100%;
    background-color: #fff;
    padding: .25rem;
    border-radius: .15rem;
    height: 100%
}

.xt-col-item-d .swp-yj-case .swiper-wrapper .swiper-slide .c-con .img {
    width: 100%
}

.xt-col-item-d .swp-yj-case .swiper-wrapper .swiper-slide .c-con .img img {
    width: 100%
}

.xt-col-item-d .swp-yj-case .swiper-wrapper .swiper-slide .c-con .info {
    color: #000
}

.xt-col-item-d .swp-yj-case .swiper-wrapper .swiper-slide .c-con .info .title {
    font-size: .2625rem;
    margin-top: .4375rem;
    margin-bottom: .125rem
}

.xt-col-item-d .swp-yj-case .swiper-wrapper .swiper-slide .c-con .info .desc {
    font-size: .2rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    margin-bottom: .25rem
}

.xt-col-item-d .swp-yj-case .swiper-pagination {
    position: relative;
    width: initial;
    margin: 0 .1875rem;
    bottom: .5625rem
}

.xt-col-item-d .swp-yj-case .swiper-pagination .swiper-pagination-bullet {
    width: initial;
    background: none;
    opacity: 1;
    margin: 0px .075rem;
    color: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #000;
    opacity: .2
}

.xt-col-item-d .swp-yj-case .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    opacity: 1;
    background-color: var(--textActiveColor)
}

@media (max-width: 1000px) {
    .xt-col-item-d .swp-yj-case .swiper-pagination {
        bottom: .25rem
    }

    .xt-col-item-d .swp-yj-case .swiper-pagination .swiper-pagination-bullet {
        margin: 0px .125rem;
        color: var(--ThemesActive)
    }
}

.xt-col-item-e {
    padding-bottom: 1rem
}

@media (max-width: 768px) {
    .xt-col-item-e {
        padding-bottom: .5rem
    }
}

@media (min-width: 1500px) {
    .xt-col-item-e .con-container {
        width: 16.25rem
    }
}

.xt-col-item-e .hxcj {
    padding: .875rem .65rem;
    background-color: #f5f5f7;
    border-radius: .25rem;
    padding-right: 0;
    position: relative
}

@media (max-width: 768px) {
    .xt-col-item-e .hxcj {
        padding: .5rem;
        padding-bottom: .75rem
    }
}

.xt-col-item-e .hxcj .info {
    color: #000
}

.xt-col-item-e .hxcj .info .title {
    font-size: .4625rem;
    margin-bottom: .375rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Bold)
}

@media (max-width: 768px) {
    .xt-col-item-e .hxcj .info .title {
        font-size: .4125rem
    }
}

.xt-col-item-e .hxcj .info .desc {
    font-size: .3rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.xt-col-item-e .hxcj .swp-hxcj .swiper-slide {
    width: calc(100% / 3.4);
    background-color: #fff;
    border-radius: .15rem;
    overflow: hidden;
    transform: scale(0.9);
    transition: all .7s
}

.xt-col-item-e .hxcj .swp-hxcj .swiper-slide .c-con {
    width: 100%
}

.xt-col-item-e .hxcj .swp-hxcj .swiper-slide .c-con .s-title {
    padding: .25rem;
    text-align: center;
    font-size: .2625rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Bold)
}

.xt-col-item-e .hxcj .swp-hxcj .swiper-slide .c-con .img {
    width: 100%
}

.xt-col-item-e .hxcj .swp-hxcj .swiper-slide .c-con .img img {
    width: 100%
}

.xt-col-item-e .hxcj .swp-hxcj .swiper-slide.swiper-slide-active {
    transform: scale(1);
    margin: 0 .11rem
}

.xt-col-item-e .hxcj .swp-hxcj .swiper-slide.hidex {
    opacity: 0
}

.xt-col-item-e .hxcj .swp-zt-bf .icon {
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    border: 2px solid #000;
    position: absolute;
    right: .6rem;
    bottom: -0.625rem
}

.xt-col-item-e .hxcj .swp-zt-bf .icon .stop {
    width: 50%;
    height: 50%;
    background: url("../images/iconstop.png") center no-repeat;
    background-size: 100%
}

.xt-col-item-e .hxcj .swp-zt-bf .icon .bofangx {
    width: 50%;
    height: 50%;
    background: url("../images/bofang.png") center no-repeat;
    background-size: 100%
}

.xt-col-item-f {
    background-color: #f5f5f7;
    padding-bottom: 1rem
}

@media (max-width: 768px) {
    .xt-col-item-f {
        padding-bottom: .5rem
    }
}

.xt-col-item-f .ptnl {
    margin-bottom: .1875rem
}

@media (min-width: 1500px) {
    .xt-col-item-f .ptnl .con-container {
        width: 16.25rem
    }
}

.xt-col-item-f .ptnl:last-child {
    margin-bottom: 0
}

.xt-col-item-f .ptnl .con-container .row>div {
    height: 3.125rem
}

@media (max-width: 768px) {
    .xt-col-item-f .ptnl .con-container .row>div {
        height: auto
    }
}

.xt-col-item-f .ptnl .con-container .row>div .img {
    width: 100%;
    height: calc(100%);
    overflow: hidden
}

.xt-col-item-f .ptnl .con-container .row>div .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.xt-col-item-f .ptnl .con-container .row>div .con {
    color: #000;
    padding-left: .6rem
}

@media (max-width: 768px) {
    .xt-col-item-f .ptnl .con-container .row>div .con {
        padding-left: 0;
        margin: .375rem 0
    }
}

.xt-col-item-f .ptnl .con-container .row>div .con .title {
    font-size: .4625rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Bold);
    margin-bottom: .25rem
}

@media (max-width: 768px) {
    .xt-col-item-f .ptnl .con-container .row>div .con .title {
        font-size: .4125rem
    }
}

.xt-col-item-f .ptnl .con-container .row>div .con .info {
    font-size: .3rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (max-width: 768px) {
    .xt-col-item-f .ptnl .con-container .row>div .con .info {
        text-align: justify
    }
}

.xt-col-item-g {
    padding-bottom: .6875rem
}

@media (max-width: 768px) {
    .xt-col-item-g {
        padding-bottom: .3125rem
    }
}

@media (min-width: 1500px) {
    .xt-col-item-g .con-container {
        width: 1350px
    }
}

.xt-col-item-g .xt-video-con {
    border-radius: .25rem;
    padding: .3125rem;
    margin-bottom: .3125rem
}

.xt-col-item-g .xt-video-con .row>div {
    height: 3.125rem
}

@media (max-width: 768px) {
    .xt-col-item-g .xt-video-con .row>div {
        height: auto
    }
}

.xt-col-item-g .xt-video-con .row>div .img {
    width: 100%;
    height: 100%
}

.xt-col-item-g .xt-video-con .row>div .img img {
    max-width: 100%;
    max-width: 100%;
    object-fit: cover
}

.xt-col-item-g .xt-video-con .row>div .con {
    color: #fff;
    padding-left: .5375rem
}

@media (max-width: 768px) {
    .xt-col-item-g .xt-video-con .row>div .con {
        padding-left: 0;
        margin-top: .375rem
    }
}

.xt-col-item-g .xt-video-con .row>div .con .title {
    font-size: .4625rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Bold);
    margin-bottom: .25rem
}

.xt-col-item-g .xt-video-con .row>div .con .info {
    font-size: .3rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.xt-col-item-g .xt-video-con:nth-child(3) .row>div .con {
    padding-right: .25rem
}

@media (min-width: 1500px) {
    .xt-col-item-h .con-container {
        width: 15.1625rem
    }
}

.xt-col-item-h .img {
    width: 100%;
    text-align: right
}

@media (max-width: 768px) {
    .xt-col-item-h .img img {
        max-width: 100%
    }
}

.xt-col-item-h .con {
    padding-top: 1rem
}

@media (max-width: 768px) {
    .xt-col-item-h .con {
        padding-top: .5rem
    }
}

.xt-col-item-h .con .title {
    font-size: .4625rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Bold);
    margin-bottom: .5625rem
}

.xt-col-item-h .con .link a {
    font-size: .225rem;
    display: inline-block;
    border-radius: .125rem;
    padding: .125rem .5rem;
    background-color: var(--textActiveColor);
    color: #fff;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.messagePop {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 999999;
    display: none
}

.messagePop .message-con {
    width: 640px;
    height: 750px;
    padding: 50px 40px;
    border-radius: 20px;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -360px;
    margin-left: -320px;
    box-shadow: 0 2px 20px #f2f2f2
}

@media (max-width: 768px) {
    .messagePop .message-con {
        width: 95%;
        height: 100vh;
        top: 1.25rem;
        margin-top: 0;
        height: calc(100vh - 2rem);
        margin-left: -47.5%
    }
}

.messagePop .message-con .con {
    position: relative
}

.messagePop .message-con .con .closeMess {
    position: absolute;
    right: -0.25rem;
    top: -0.375rem
}

.messagePop .message-con .con .closeMess a {
    width: .375rem;
    height: .375rem;
    background-image: url("../images/x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    opacity: .9
}

.messagePop .message-con .con .closeMess a:hover {
    opacity: 1
}

.messagePop .message-con .con .title {
    font-size: .35rem;
    text-align: center;
    color: #000
}

.messagePop .message-con .con .desc {
    font-size: .2rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    color: #000;
    margin-top: .25rem;
    text-align: justify
}

.messagePop .message-con .con .form {
    margin-top: .5rem
}

.messagePop .message-con .con .form .input {
    margin-bottom: .375rem
}

.messagePop .message-con .con .form .input .lab {
    font-size: .2rem;
    margin-bottom: .1rem
}

.messagePop .message-con .con .form .input .lab p {
    color: #000
}

.messagePop .message-con .con .form .input .lab span {
    color: #8d8d8d;
    display: block
}

.messagePop .message-con .con .form .input .inp_t input {
    padding: .125rem .25rem;
    border-radius: .375rem;
    border: 1px solid #d3d3d3;
    display: block;
    width: 100%
}

.messagePop .message-con .con .form .input_button {
    text-align: center
}

.messagePop .message-con .con .form .input_button button {
    border: none;
    font-size: .225rem;
    padding: .125rem .5rem;
    background-color: var(--textActiveColor);
    color: #fff;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    border-radius: .375rem
}

.messagePop .message-con .con .form .input_button button:hover {
    opacity: .9
}

.xtai {
    padding-bottom: 0.5rem
}

.xtai .tmp_title {
    font-size: .6rem
}

@media (max-width: 768px) {
    .xtai .tmp_title {
        font-size: .5rem
    }

    .xtai .tmp_title span {
        display: block
    }
}

.xtai .tmp_title .f-t-a {
    font-size: .6rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

@media (max-width: 768px) {
    .xtai .tmp_title .f-t-a {
        font-size: .5rem
    }
}

.sou-con {
    position: fixed;
    top: -200px;
    width: 100%;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
    transition: top .5s
}

.sou-con.show {
    top: 0
}

.sou-con .guanbi {
    float: right;
    position: relative;
    top: 3px
}

.sou-con .guanbi .iconfont {
    color: #ccc;
    font-size: 28px;
    cursor: pointer
}

.sou-con .form-inline {
    width: 90%
}

.sou-con .form-inline .form-group {
    position: relative;
    margin-bottom: 0
}

.sou-con .form-inline .form-group .form-control {
    width: 280px
}

@media (max-width: 768px) {
    .sou-con .form-inline .form-group .form-control {
        width: 100%
    }
}

.sou-con .form-inline .form-group .btn {
    position: absolute;
    right: 1px;
    top: 1px;
    border: none;
    background-image: none;
    color: #999;
    background: none
}

.sou-con .container {
    padding-top: 10px;
    padding-bottom: 10px
}

.tou-sou {
    margin-bottom: 1rem
}

.tou-sou h1 {
    text-align: center;
    margin-top: 0;
    padding-top: 1.5rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Bold);
    font-size: .6rem
}

.tou-sou .input-group {
    margin-bottom: 1rem;
    max-width: 760px;
    width: 100%;
    margin: 0 auto;
    margin-top: .5rem;
    position: relative;
    height: 54px;
    padding-left: 15px;
    padding-right: 15px
}

.tou-sou .input-group .form-control {
    height: inherit;
    border-radius: 0;
    padding: 0 115px;
    font-size: 16px;
    padding-left: 15px
}

.tou-sou .input-group .btn-b-search {
    position: absolute;
    border: none;
    background: none;
    right: 35px;
    z-index: 4;
    height: inherit;
    line-height: 54px;
    padding-left: 20px;
    font-size: 20px
}

.video-item {
    margin-top: 1rem
}

@media (max-width: 768px) {
    .video-item {
        margin-top: .5rem
    }
}

.video-item .t-video {
    height: 788px;
    border-radius: 0.25rem;
    overflow: hidden;
    position: relative
}

@media (max-width: 768px) {
    .video-item .t-video {
        height: 250px
    }
}

.video-item .t-video a {
    height: 100%
}

.video-item .t-video a .video-img {
    height: 100%;
    width: 100%;
    position: relative
}

.video-item .t-video a .video-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s;
    transform: scale(1)
}

.video-item .t-video a .video-img::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -0.8375rem;
    margin-top: -0.8375rem;
    width: 1.6875rem;
    height: 1.6875rem;
    background-image: url(../images/pay.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .5s;
    opacity: 0
}

@media (max-width: 768px) {
    .video-item .t-video a .video-img::after {
        opacity: 1;
        margin-left: -0.375rem;
        margin-top: -0.375rem;
        width: .75rem;
        height: .75rem
    }
}

.video-item .t-video a .video-img:hover img {
    transform: scale(1.05)
}

.video-item .t-video a .video-img:hover::after {
    opacity: 1
}

.video-item .t-video .info {
    position: absolute;
    padding: .625rem;
    bottom: 0
}

@media (max-width: 768px) {
    .video-item .t-video .info {
        padding: .1875rem
    }
}

.video-item .t-video .info .title {
    font-size: .35rem;
    color: #fff;
    font-family: var(--font_HarmonyOS_Sans_SC_Medium)
}

.video-item .t-video .info .desc {
    margin-top: .125rem;
    font-size: .25rem;
    color: rgba(255, 255, 255, 0.75);
    font-family: var(--font_HarmonyOS_Sans_SC_Regular)
}

.video-item .video-z-item {
    margin-top: 1rem
}

@media (max-width: 768px) {
    .video-item .video-z-item {
        margin-top: .5rem
    }
}

.video-item .video-z-item .nav-title .t {
    font-size: .4rem;
    color: #000;
    font-family: var(--font_HarmonyOS_Sans_SC_Bold)
}

.video-item .video-z-item .nav-title .link .icon-link {
    background-image: url("../images/navy.png");
    background-repeat: no-repeat;
    background-size: 100%;
    width: 30px;
    height: 30px;
    display: block;
    opacity: .9
}

@media (max-width: 768px) {
    .video-item .video-z-item .nav-title .link .icon-link {
        width: 20px;
        height: 20px
    }
}

.video-item .video-z-item .nav-title .link .icon-link:hover {
    opacity: 1
}

.video-item .video-z-item .video-conx {
    margin-top: .375rem
}

.video-item .video-z-item .video-conx .img {
    height: 250px;
    border-radius: .25rem;
    overflow: hidden;
    position: relative
}

@media (max-width: 768px) {
    .video-item .video-z-item .video-conx .img {
        height: 200px
    }
}

.video-item .video-z-item .video-conx .img img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.video-item .video-z-item .video-conx .img::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -0.375rem;
    margin-top: -0.375rem;
    width: .75rem;
    height: .75rem;
    background-image: url(../images/pay.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .5s
}

@media (max-width: 768px) {
    .video-item .video-z-item .video-conx .img::after {
        opacity: 1
    }
}

.video-item .video-z-item .video-conx .img:hover::after {
    opacity: 1
}

.video-item .video-z-item .video-conx .info .t {
    margin-top: .1875rem;
    font-size: .25rem;
    font-family: var(--font_HarmonyOS_Sans_SC_Medium)
}

.video-item .video-z-item .video-conx .info .d {
    font-family: var(--font_HarmonyOS_Sans_SC_Regular);
    font-size: .2rem;
    color: #888;
    margin-top: .0625rem
}

.video-listx {
    margin-top: 2rem
}

@media (max-width: 768px) {
    .video-listx {
        margin-top: 1.25rem
    }
}