@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(animate.min.css);

:root {
    --textActiveColor: #f3cc62
}

.font-alhp {
    font-family: "alhp"
}

.font-syht-l {
    font-family: "syht-l"
}

td {
    padding: 8px
}

p {
    margin-bottom: 0
}

.table-wrapper {
    width: 100%;
    overflow-x: auto
}

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

.hidden {
    overflow: hidden
}

a {
    color: #1a1a1a;
    transition: color 0.3s
}

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

.imgs img {
    max-width: 100%
}

.h-20v {
    height: 20vh
}

.h-100v {
    height: 100vh
}

@media (max-width: 768px) {
    .h-100v {
        height: 90vh
    }
}

.imgfd {
    overflow: hidden
}

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

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

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

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

.bg-blue {
    background-color: #f36e21 !important
}

.bg-green {
    background-color: #6ec800
}

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

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

.color-blue {
    color: #ed1c24
}

.color-q-blue {
    color: #c4e7f9
}

.color-white {
    color: #fff
}

.color-green {
    color: #6ec800
}

.color-black {
    color: #333
}

.color-666 {
    color: #666
}

.color-gray {
    color: #9f9f9f
}

.color-d1 {
    color: #d1d1d1
}

.color-70 {
    color: #707070
}

.color-999 {
    color: #999
}

.color-red {
    color: red !important
}

.font-22 {
    font-size: 22px
}

.font-18 {
    font-size: 18px
}

@media (max-width: 768px) {
    .font-22 {
        font-size: 18px
    }

    .font-18 {
        font-size: 15px
    }
}

.czc {
    position: relative
}

.czc:before {
    content: '';
    display: inline-block;
    padding-bottom: 100%;
    width: 0.1px;
    vertical-align: middle
}

.czc img {
    position: absolute
}

.video-ico {
    position: relative
}

.video-ico::after {
    width: 80px;
    height: 80px;
    background-image: url("../images/video.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px
}

@media (max-width: 768px) {
    .video-ico::after {
        width: 50px;
        height: 50px;
        margin-left: -25px;
        margin-top: -25px
    }
}

.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;
    justify-content: flex-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: "syht", "Microsoft Yahe", "微软雅黑";
    font-size: 16px;
    line-height: 1.6;
    background: radial-gradient(50% 99.47% at 50% 50.03774%, #5e5e5e 0%, #000 100%)
}

@media (max-width: 768px) {
    body {
        font-size: 15px
    }
}

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

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

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

.p-xl-r {
    padding-right: 50px
}

.p-xl-b {
    padding-bottom: 60px
}

.m {
    margin: 10px
}

.m-auto {
    margin: 0 auto
}

.m-l {
    margin-left: 10px
}

.m-r {
    margin-right: 10px
}

.m-t {
    margin-top: 10px
}

.m-b {
    margin-bottom: 10px
}

.m-tb {
    margin-top: 10px;
    margin-bottom: 10px
}

.m-lg-l {
    margin-left: 20px
}

.m-lg-tb {
    margin-top: 20px;
    margin-bottom: 20px
}

.m-xl-r {
    margin-right: 50px
}

.m-xl-t {
    margin-top: 60px
}

.m-xl-b {
    margin-bottom: 60px
}

.temp-title {
    text-align: center
}

.temp-title div.tx {
    font-size: 48px;
    color: #fff;
    font-family: 'alhp'
}

@media (max-width: 1760px) {
    .temp-title div.tx {
        font-size: 35px
    }
}

@media (max-width: 1550px) {
    .temp-title div.tx {
        font-size: 35px
    }
}

@media (max-width: 768px) {
    .temp-title div.tx {
        font-size: 25px
    }
}

.temp-title p {
    width: 800px;
    margin: 0 auto;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #adadad
}

@media (max-width: 1550px) {
    .temp-title p {
        font-size: 15px
    }
}

@media (max-width: 820px) {
    .temp-title p {
        width: 90%
    }
}

@media (max-width: 768px) {
    .temp-title p {
        font-size: 13px;
        width: 90%
    }
}

html.cut .head {
    background: #000;
    display: block !important
}

@media (max-width: 768px) {
    html.cut .head .row {
        background-color: #000;
        margin-left: -15px;
        margin-right: -15px
    }

    html.cut .head .row .navbar-nav {
        margin: 0
    }
}

html.cut .head .navbar-brand .logo {
    display: none
}

html.cut .head .navbar-brand .logoa {
    display: block
}

html.cut .head .navbar-nav li a {
    color: #fff
}

html.cut .head .nav-list .pc-link {
    color: #fff
}

html.cut .head .nav-list .pc-link .iconfont {
    color: #fff
}

html.cut .top-fixed {
    position: sticky
}

.head {
    transition: all .5s
}

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

.head .navbar-toggle {
    margin-top: 0px;
    margin-right: 0;
    padding-right: 0
}

.head .navbar-toggle .icon-bar {
    height: 1px
}

.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 .navbar-header {
    height: 77px
}

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

.head .navbar-header .navbar-brand .logoa {
    display: none
}

.head .navbar-header .navbar-brand img {
    max-width: 180px
}

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

.head .navbar-nav .nav-item {
    padding-bottom: 16px
}

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

.head .navbar-nav .nav-item:last-child::after {
    left: calc(50% + 15px)
}

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

.head .navbar-nav li a {
    font-size: 16px;
    padding: 10px 32px;
    color: #adadad;
    text-shadow: initial
}

@media (max-width: 768px) {
    .head .navbar-nav li a {
        padding-left: 0
    }
}

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

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

.head .navbar-nav li>.dropdown-menu {
    border: none;
    background-color: #fff;
    border-radius: 0;
    left: 50%;
    margin-left: -75px;
    padding-bottom: 10px;
    text-align: center
}

.head .navbar-nav li>.dropdown-menu.e-nav {
    left: initial;
    margin-left: initial;
    border-radius: 0;
    box-shadow: none
}

.head .navbar-nav li>.dropdown-menu li {
    transition: all .3s;
    padding: 0 30px
}

.head .navbar-nav li>.dropdown-menu li a {
    font-size: 14px;
    padding: 8px 10px;
    color: #000;
    line-height: initial;
    display: inline-block
}

@media (max-width: 768px) {
    .head .navbar-nav li>.dropdown-menu li a {
        color: #fff;
        text-align: left
    }
}

.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: 5px 10px
}

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

.head .navbar-nav li .dropdown-submenu .navss>div {
    width: 100%
}

@media (max-width: 768px) {
    .head .navbar-nav li .dropdown-submenu .navss>div {
        width: initial
    }

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

@media (max-width: 768px) {
    .head .navbar-nav li .dropdown-submenu a {
        color: #fff
    }
}

.head .navbar-nav li .dropdown-submenu:hover .navss>a {
    color: var(--textActiveColor)
}

.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: -7px;
    left: 100%
}

.head .navbar-nav li .dropdown-submenu>.navss:hover a {
    color: var(--textActiveColor)
}

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

.head .navbar-nav li::after {
    width: 20px;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 15px;
    transition: all .5s;
    opacity: 0
}

@media (max-width: 768px) {
    .head .navbar-nav li::after {
        display: none
    }

    .head .navbar-nav li::after {
        background-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: #fff
}

.head .navbar-nav.lm li.active::after,
.head .navbar-nav.lm>li:hover::after {
    opacity: 1
}

.head .nav-list {
    margin-top: 16px
}

@media (max-width: 768px) {
    .head .nav-list {
        margin-top: 15px
    }
}

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

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

.head .nav-list .pc-link .dropdown {
    position: relative;
    top: -1px;
    cursor: pointer
}

.head .nav-list .pc-link .iconfont {
    color: #fff;
    font-size: 16px;
    margin: 0 5px;
    margin-right: 15px
}

.head .nav-list .pc-link .iconfont:hover {
    color: #e86f06
}

.head.bg-qh {
    background-color: rgba(0, 0, 0, 0.8);
    background: rgba(0, 0, 0, 0.8);
    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.active>a,
.head.bg-qh .navbar-nav li:hover>a {
    color: var(--textActiveColor)
}

.head.bg-qh .navbar-nav li.active::after,
.head.bg-qh .navbar-nav li:hover::after {
    background-color: var(--textActiveColor)
}

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

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

@media (max-width: 768px) {
    .head .navbar {
        height: 60px;
        display: block
    }

    .head .navbar .navbar-header {
        height: 40px;
        position: relative;
        top: 15px
    }

    .head .navbar .navbar-header .navbar-brand {
        height: 40px;
        margin-top: 0
    }

    .head .navbar .navbar-header .navbar-brand img {
        position: relative;
        top: -6px;
        max-width: 130px
    }

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

    .head .navbar .navbar-collapse.in {
        overflow: initial;
        padding-right: 0;
        padding-left: 0
    }

    .head .navbar-nav {
        margin-left: -15px;
        margin-top: 15px
    }

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

    .head .navbar-nav li>span {
        width: 60px;
        height: 30px;
        float: right;
        display: flex;
        justify-content: end;
        align-items: center;
        justify-content: flex-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: 5px
    }

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

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

    .head .navbar-nav li>.dropdown-menu li {
        padding-left: 30px;
        padding: 0
    }

    .head .dropdown-submenu>.dropdown-menu {
        padding-left: 25px
    }

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

.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
}

.sou-con .guanbi .iconfont {
    color: #ccc;
    font-size: 28px;
    cursor: pointer
}

.sou-con .form-inline .form-control {
    width: 280px
}

@media (max-width: 768px) {
    .sou-con .form-inline .form-control {
        width: 200px
    }
}

.sou-con .container {
    padding-top: 30px;
    padding-bottom: 30px
}

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

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

    .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 .title {
    font-size: 72px;
    font-weight: 700;
    letter-spacing: 9.6px;
    color: #fff
}

@media (max-width: 1760px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .title {
        font-size: 62px
    }
}

@media (max-width: 1550px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .title {
        font-size: 45px
    }
}

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

.banner .swp-banner .swiper-wrapper .swiper-slide .info .desc {
    margin-top: 60px;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 9.6px;
    color: #fff;
    vertical-align: middle
}

@media (max-width: 1760px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .desc {
        font-size: 29px;
        line-height: 2.5
    }
}

@media (max-width: 1550px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .desc {
        font-size: 22px
    }
}

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

.banner .swp-banner .swiper-wrapper .swiper-slide .info .bprod-nav {
    text-align: center;
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    margin-top: 65px
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .bprod-nav {
        font-size: 18px
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .bprod-nav span {
    position: relative;
    display: inline-block;
    margin: 0 19px
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .bprod-nav span::after {
    position: absolute;
    content: "";
    right: -15px;
    height: 17px;
    border-right: 1px solid #fff;
    top: 10px
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .bprod-nav span::after {
        height: 15px;
        top: 10px
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .bprod-nav span:last-child::after {
    display: none
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .btn {
    margin-top: 60px
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .btn a {
    font-size: 28px;
    font-weight: 400;
    letter-spacing: 5.6px;
    color: #fff;
    border-radius: 3px;
    border: 1px solid #fff;
    padding: 8px 35px;
    line-height: initial;
    transition: all .5s
}

@media (max-width: 1760px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .btn a {
        font-size: 23px;
        padding: 8px 50px
    }
}

@media (max-width: 1550px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .btn a {
        font-size: 24px;
        padding: 8px 50px
    }
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .btn a {
        font-size: 18px
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .btn a:hover {
    color: var(--textActiveColor);
    border-color: var(--textActiveColor)
}

.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;
    object-fit: cover
}

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

.banner .swp-banner .swiper-pagination .swiper-pagination-bullet {
    color: #52b3e5
}

.index-td {
    position: relative
}

.index-td .td-con {
    position: sticky;
    top: 0;
    background: radial-gradient(50% 99.47% at 50% 50.03774%, #5e5e5e 0%, #000 100%);
    overflow: hidden
}

@media (max-width: 768px) {
    .index-td .td-con {
        background: none
    }
}

.index-td .td-con>.container {
    min-height: calc(100vh)
}

.index-td .td-con>.container .title {
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 5
}

.index-td .td-con>.container .title .gp-t {
    margin-top: 30vh
}

.index-td .td-con>.container .title .t-a {
    font-size: 68px;
    font-weight: 200;
    color: #fff
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .title .t-a {
        font-size: 50px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .title .t-a {
        font-size: 32px
    }
}

.index-td .td-con>.container .title .t-b {
    font-size: 92px;
    font-weight: 700;
    color: #fff
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .title .t-b {
        font-size: 60px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .title .t-b {
        font-size: 42px
    }
}

.index-td .td-con>.container .r-bj {
    position: absolute;
    top: 60px;
    width: 100%;
    height: 100vh;
    left: 0
}

.index-td .td-con>.container .r-bj .r-con {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.index-td .td-con>.container .r-bj .r-con div {
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0;
    height: 0;
    transform: scale(0)
}

@media (max-width: 768px) {
    .index-td .td-con>.container .r-bj .r-con div {
        top: 31%
    }
}

.index-td .td-con>.container .r-bj .r-con div.y-a {
    z-index: 1;
    width: 90vh;
    height: 90vh;
    margin-left: -45vh;
    margin-top: -45vh;
    background: rgba(41, 41, 41, 0.6);
    box-shadow: 0px 2px 4px -6px rgba(0, 0, 0, 0.25), 0px 6px 16px rgba(0, 0, 0, 0.25), 0px 9px 28px 8px rgba(0, 0, 0, 0.25)
}

@media (max-width: 768px) {
    .index-td .td-con>.container .r-bj .r-con div.y-a {
        width: 30vh;
        height: 30vh;
        margin-left: -15vh;
        margin-top: -15vh
    }
}

.index-td .td-con>.container .r-bj .r-con div.y-b {
    z-index: 2;
    width: 75vh;
    height: 75vh;
    margin-left: -37.5vh;
    margin-top: -37.5vh;
    background: rgba(28, 28, 28, 0.6);
    box-shadow: 0px 2px 4px -6px rgba(0, 0, 0, 0.25), 0px 6px 16px rgba(0, 0, 0, 0.25), 0px 9px 28px 8px rgba(0, 0, 0, 0.25)
}

@media (max-width: 768px) {
    .index-td .td-con>.container .r-bj .r-con div.y-b {
        width: 20vh;
        height: 20vh;
        margin-left: -10vh;
        margin-top: -10vh
    }
}

.index-td .td-con>.container .r-bj .r-con div.y-c {
    z-index: 3;
    width: 60vh;
    height: 60vh;
    margin-left: -30vh;
    margin-top: -30vh;
    background: rgba(26, 26, 26, 0.8);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px 6px 16px rgba(0, 0, 0, 0.25), 0px 9px 28px 8px rgba(0, 0, 0, 0.25)
}

@media (max-width: 768px) {
    .index-td .td-con>.container .r-bj .r-con div.y-c {
        width: 10vh;
        height: 10vh;
        margin-left: -5vh;
        margin-top: -5vh
    }
}

.index-td .td-con>.container .r-bj .r-con div.y-d {
    z-index: 4;
    width: 45vh;
    height: 45vh;
    margin-left: -22.5vh;
    margin-top: -22.5vh;
    background: rgba(18, 18, 18, 0.6);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.25), 0px 6px 16px rgba(0, 0, 0, 0.25), 0px 9px 28px 8px rgba(0, 0, 0, 0.25)
}

@media (max-width: 768px) {
    .index-td .td-con>.container .r-bj .r-con div.y-d {
        width: 5vh;
        height: 5vh;
        margin-left: -2.5vh;
        margin-top: -2.5vh
    }
}

.index-td .td-con>.container .info {
    position: relative;
    z-index: 6;
    height: 50vh
}

.index-td .td-con>.container .info .prod-img {
    position: absolute;
    width: 60vh;
    left: 50%;
    margin-left: -31vh;
    margin-top: -60px
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .prod-img {
        width: 60vh;
        margin-left: -31vh;
        margin-top: -30px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .prod-img {
        width: 50%;
        margin-left: -25%;
        margin-top: 0
    }
}

.index-td .td-con>.container .info .prod-img .img {
    width: 100%;
    height: 60vh;
    opacity: 0
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .prod-img .img {
        height: 60vh
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .prod-img .img {
        height: initial;
        margin-top: 16px
    }
}

.index-td .td-con>.container .info .prod-img .img img {
    width: 100%;
    height: 100%
}

.index-td .td-con>.container .info .prod-img .guang {
    width: 60vh;
    height: 60vh;
    background-image: url("../images/guang.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: 50%;
    margin-left: -30vh;
    top: 35vh;
    opacity: 0
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .prod-img .guang {
        width: 46vh;
        margin-left: -23vh;
        top: 5vh
    }
}

.index-td .td-con>.container .info .prod-img .link-btn {
    text-align: center;
    margin-top: 90px;
    z-index: 9;
    position: relative;
    opacity: 0
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .prod-img .link-btn {
        margin-top: 195px
    }
}

.index-td .td-con>.container .info .prod-img .link-btn a {
    border: 1px solid #fff;
    font-size: 28px;
    font-weight: 400;
    padding: 9px 80px;
    color: #fff;
    transition: all .5s
}

@media (max-width: 1760px) {
    .index-td .td-con>.container .info .prod-img .link-btn a {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .prod-img .link-btn a {
        font-size: 17px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .prod-img .link-btn a {
        font-size: 16px;
        padding: 5px 10px
    }
}

.index-td .td-con>.container .info .prod-img .link-btn a:hover {
    color: var(--textActiveColor);
    border-color: var(--textActiveColor)
}

.index-td .td-con>.container .info .l-tag .tag-info {
    position: absolute;
    width: 350px;
    transform: scale(0)
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .l-tag .tag-info {
        width: 40%
    }
}

.index-td .td-con>.container .info .l-tag .tag-info .ico {
    width: 90px;
    height: 90px;
    border-radius: 50px
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .l-tag .tag-info .ico {
        width: 70px;
        height: 70px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .l-tag .tag-info .ico {
        width: 40px;
        height: 40px
    }
}

.index-td .td-con>.container .info .l-tag .tag-info .ico img {
    width: 50%;
    opacity: 0
}

.index-td .td-con>.container .info .l-tag .tag-info:nth-child(odd) .ico {
    background: linear-gradient(143.07deg, rgba(250, 237, 181, 0.36) 0%, rgba(250, 237, 181, 0.06) 100%)
}

.index-td .td-con>.container .info .l-tag .tag-info:nth-child(even) .ico {
    background: linear-gradient(139.3deg, rgba(212, 212, 212, 0.6) 0%, rgba(110, 110, 110, 0.1) 100%)
}

.index-td .td-con>.container .info .l-tag .tag-info .desc {
    width: calc(100% - 125px);
    color: #fff
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .l-tag .tag-info .desc {
        width: calc(100% - 90px)
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .l-tag .tag-info .desc {
        width: calc(100% - 45px)
    }
}

.index-td .td-con>.container .info .l-tag .tag-info .desc .t {
    font-size: 26px;
    font-weight: 700
}

@media (max-width: 1760px) {
    .index-td .td-con>.container .info .l-tag .tag-info .desc .t {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .l-tag .tag-info .desc .t {
        font-size: 15px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .l-tag .tag-info .desc .t {
        font-size: 12px;
        font-weight: 600
    }
}

.index-td .td-con>.container .info .l-tag .tag-info .desc .d {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #dcdcdc
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .l-tag .tag-info .desc .d {
        font-size: 12px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .l-tag .tag-info .desc .d {
        font-size: 10px
    }

    .index-td .td-con>.container .info .l-tag .tag-info .desc .d br {
        display: none
    }
}

.index-td .td-con>.container .info .l-tag .tag-info:nth-child(1) {
    top: 30px;
    left: 8%
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .l-tag .tag-info:nth-child(1) {
        top: 20px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .l-tag .tag-info:nth-child(1) {
        top: 23px;
        left: -2%
    }
}

.index-td .td-con>.container .info .l-tag .tag-info:nth-child(2) {
    top: 35%;
    left: 3%
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .l-tag .tag-info:nth-child(2) {
        top: 38%
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .l-tag .tag-info:nth-child(2) {
        top: 33%;
        left: -3%
    }
}

.index-td .td-con>.container .info .l-tag .tag-info:nth-child(3) {
    top: 66%;
    left: 8%
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .l-tag .tag-info:nth-child(3) {
        top: 70%
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .l-tag .tag-info:nth-child(3) {
        top: 58%;
        left: 4%
    }
}

.index-td .td-con>.container .info .r-tag {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%
}

.index-td .td-con>.container .info .r-tag>div {
    height: 100%;
    position: relative
}

.index-td .td-con>.container .info .r-tag>div .tag-info {
    position: absolute;
    width: 310px;
    transform: scale(0)
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info {
        width: 250px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info {
        width: 40%
    }
}

.index-td .td-con>.container .info .r-tag>div .tag-info .ico {
    width: 90px;
    height: 90px;
    border-radius: 50px
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info .ico {
        width: 70px;
        height: 70px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info .ico {
        width: 40px;
        height: 40px
    }
}

.index-td .td-con>.container .info .r-tag>div .tag-info .ico img {
    width: 50%;
    opacity: 0
}

.index-td .td-con>.container .info .r-tag>div .tag-info:nth-child(even) .ico {
    background: linear-gradient(143.07deg, rgba(250, 237, 181, 0.36) 0%, rgba(250, 237, 181, 0.06) 100%)
}

.index-td .td-con>.container .info .r-tag>div .tag-info:nth-child(odd) .ico {
    background: linear-gradient(139.3deg, rgba(212, 212, 212, 0.6) 0%, rgba(110, 110, 110, 0.1) 100%)
}

.index-td .td-con>.container .info .r-tag>div .tag-info .desc {
    width: calc(100% - 115px);
    color: #fff
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info .desc {
        width: calc(100% - 90px)
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info .desc {
        width: calc(100% - 45px)
    }
}

.index-td .td-con>.container .info .r-tag>div .tag-info .desc .t {
    font-size: 26px;
    font-weight: 700
}

@media (max-width: 1760px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info .desc .t {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info .desc .t {
        font-size: 15px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info .desc .t {
        font-size: 12px;
        font-weight: 600
    }
}

.index-td .td-con>.container .info .r-tag>div .tag-info .desc .d {
    margin-top: 5px;
    font-size: 14px;
    font-weight: 400;
    color: #dcdcdc
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info .desc .d {
        font-size: 12px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info .desc .d {
        font-size: 10px
    }

    .index-td .td-con>.container .info .r-tag>div .tag-info .desc .d br {
        display: none
    }
}

.index-td .td-con>.container .info .r-tag>div .tag-info:nth-child(1) {
    top: 30px;
    right: 8%
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info:nth-child(1) {
        top: 20px
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info:nth-child(1) {
        top: 21px;
        right: -3%
    }
}

.index-td .td-con>.container .info .r-tag>div .tag-info:nth-child(2) {
    top: 35%;
    right: 3%
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info:nth-child(2) {
        top: 38%
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info:nth-child(2) {
        top: 35%;
        right: -2%
    }
}

.index-td .td-con>.container .info .r-tag>div .tag-info:nth-child(3) {
    top: 66%;
    right: 8%
}

@media (max-width: 1550px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info:nth-child(3) {
        top: 70%
    }
}

@media (max-width: 768px) {
    .index-td .td-con>.container .info .r-tag>div .tag-info:nth-child(3) {
        top: 60%;
        right: 1%
    }
}

.index-td .di {
    width: 100%;
    margin-top: -200px
}

.index-td .di .con {
    position: relative;
    height: 100%
}

.index-td .di .con::after {
    position: absolute;
    content: "";
    height: 170px;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(180deg, #dcdcdc 0%, #dcdcdc 100%)
}

@media (max-width: 768px) {
    .index-td .di .con::after {
        display: none
    }
}

.index-td .di .con .baijian {
    position: relative;
    z-index: 5;
    width: 100%;
    opacity: 0;
    top: 60px
}

.index-td .di .con .baijian img {
    width: 100%;
    object-fit: cover
}

.index-cont {
    background: radial-gradient(344.09% 50% at 50.02603% 50%, #2a2a2a 0%, #000 100%)
}

.index-cont .box-a {
    padding-top: 170px;
    position: relative;
    overflow: hidden
}

@media (max-width: 1550px) {
    .index-cont .box-a {
        padding-top: 130px
    }
}

@media (max-width: 768px) {
    .index-cont .box-a {
        padding-top: 80px
    }
}

.index-cont .box-a .title {
    position: absolute;
    right: 0;
    width: 450px;
    color: #fff;
    text-align: right
}

@media (max-width: 768px) {
    .index-cont .box-a .title {
        text-align: center;
        width: 90%;
        position: relative;
        margin: 0 auto
    }
}

.index-cont .box-a .title .t {
    font-size: 48px;
    font-weight: 500
}

@media (max-width: 1760px) {
    .index-cont .box-a .title .t {
        font-size: 40px
    }
}

@media (max-width: 1550px) {
    .index-cont .box-a .title .t {
        font-size: 35px
    }
}

@media (max-width: 768px) {
    .index-cont .box-a .title .t {
        font-size: 28px
    }
}

.index-cont .box-a .title .desc {
    margin-top: 15px;
    font-size: 17px;
    font-weight: 700;
    color: #adadad
}

@media (max-width: 1760px) {
    .index-cont .box-a .title .desc {
        font-size: 16px
    }
}

@media (max-width: 1550px) {
    .index-cont .box-a .title .desc {
        font-size: 15px
    }
}

@media (max-width: 768px) {
    .index-cont .box-a .title .desc {
        font-size: 13px
    }
}

.index-cont .box-a .lis-item {
    margin: 120px auto;
    width: 96%
}

@media (max-width: 768px) {
    .index-cont .box-a .lis-item {
        margin: 60px auto
    }
}

.index-cont .box-a .lis-item .box-lis {
    transform: rotate(8deg);
    margin: 30px 0
}

.index-cont .box-a .lis-item .box-lis .b-li {
    width: 100%
}

.index-cont .box-a .lis-item .box-lis .b-li .img {
    width: 100%;
    height: 300px;
    overflow: hidden
}

@media (max-width: 1760px) {
    .index-cont .box-a .lis-item .box-lis .b-li .img {
        height: 250px
    }
}

@media (max-width: 768px) {
    .index-cont .box-a .lis-item .box-lis .b-li .img {
        height: 60px
    }
}

.index-cont .box-a .lis-item .box-lis .b-li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-cont .box-a .lis-item .box-lis .b-li .ti {
    text-align: center;
    margin-top: 20px;
    font-size: 26px;
    font-weight: 700;
    color: #fff
}

@media (max-width: 1760px) {
    .index-cont .box-a .lis-item .box-lis .b-li .ti {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .index-cont .box-a .lis-item .box-lis .b-li .ti {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .index-cont .box-a .lis-item .box-lis .b-li .ti {
        font-size: 12px
    }
}

.index-cont .box-b {
    margin-top: 150px
}

@media (max-width: 768px) {
    .index-cont .box-b {
        margin-top: 30px
    }
}

.index-cont .box-b .dcj-box {
    position: relative;
    margin-top: 60px
}

.index-cont .box-b .dcj-box .dcj_swp_max {
    width: 94%
}

.index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper {
    height: 100%;
    width: 100%
}

@media (max-width: 768px) {
    .index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper {
        padding-top: 45px
    }
}

.index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .swiper-slide {
    width: 100%;
    overflow: hidden
}

.index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .sw-pag {
    padding: 60px 0;
    width: 80%;
    left: 10%;
    bottom: initial;
    top: 0;
    background-image: url(../images/cj-swp-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-top: 0;
    margin-top: -10px
}

@media (max-width: 768px) {
    .index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .sw-pag {
        padding: 5px 0;
        background: linear-gradient(180deg, rgba(184, 184, 184, 0.12) 0%, rgba(179, 179, 179, 0.06) 100%);
        background-image: initial;
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
        backdrop-filter: blur(4px);
        margin-top: 0;
        width: 100%;
        left: 0
    }
}

.index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .sw-pag span {
    width: initial;
    height: initial;
    background: none;
    border-radius: initial;
    padding: 10px 80px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    opacity: .6;
    position: relative;
    transition: all .5s;
    margin-top: 27px
}

@media (max-width: 1760px) {
    .index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .sw-pag span {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .sw-pag span {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .sw-pag span {
        font-size: 15px;
        padding: 5px;
        margin-top: 0
    }
}

.index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .sw-pag span::after {
    position: absolute;
    content: "";
    width: 52px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -26px;
    border-radius: 20px;
    bottom: 0;
    transition: all .5s;
    opacity: 0
}

@media (max-width: 1550px) {
    .index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .sw-pag span::after {
        height: 3px;
        width: 40px;
        margin-left: -20px
    }
}

@media (max-width: 768px) {
    .index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .sw-pag span::after {
        height: 2px
    }
}

.index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .sw-pag span.swiper-pagination-bullet-active {
    opacity: 1
}

.index-cont .box-b .dcj-box .dcj_swp_max .swiper-slide .swiper .sw-pag span.swiper-pagination-bullet-active::after {
    opacity: 1
}

@media (min-width: 768px) {
    .index-cont .box-b .dcj-box .swiper-button-next {
        right: -15px
    }

    .index-cont .box-b .dcj-box .swiper-button-prev {
        left: -15px
    }
}

@media (max-width: 768px) {

    .index-cont .box-b .dcj-box .dcj-next,
    .index-cont .box-b .dcj-box .dcj-prev {
        top: 60%
    }

    .index-cont .box-b .dcj-box .swiper-button-next::after,
    .index-cont .box-b .dcj-box .swiper-button-prev::after {
        font-size: 16px
    }
}

.index-cont .box-b .dcj-box .dcj-swp-nav {
    position: absolute;
    bottom: 40px;
    z-index: 3;
    width: 80%;
    left: 10%
}

@media (max-width: 768px) {
    .index-cont .box-b .dcj-box .dcj-swp-nav {
        bottom: 1%
    }
}

.index-cont .box-b .dcj-box .dcj-swp-nav .swiper-wrapper {
    position: relative
}

.index-cont .box-b .dcj-box .dcj-swp-nav .swiper-wrapper::after {
    position: absolute;
    top: 0;
    content: "";
    width: 90%;
    left: 5%;
    background-image: url("../images/xt-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    height: 15px
}

.index-cont .box-b .dcj-box .dcj-swp-nav .swiper-wrapper .swiper-slide .t {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-top: 20px;
    padding-top: 10px;
    opacity: .5;
    cursor: pointer
}

@media (max-width: 1760px) {
    .index-cont .box-b .dcj-box .dcj-swp-nav .swiper-wrapper .swiper-slide .t {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .index-cont .box-b .dcj-box .dcj-swp-nav .swiper-wrapper .swiper-slide .t {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .index-cont .box-b .dcj-box .dcj-swp-nav .swiper-wrapper .swiper-slide .t {
        font-size: 14px
    }
}

.index-cont .box-b .dcj-box .dcj-swp-nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .t {
    opacity: 1;
    position: relative
}

.index-cont .box-b .dcj-box .dcj-swp-nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .t::after {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    left: 50%;
    margin-left: -5px;
    top: 0
}

@media (max-width: 768px) {
    .index-cont .box-b .dcj-box .dcj-swp-nav .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .t::after {
        width: 6px;
        height: 6px;
        margin-left: -3px
    }
}

.index-cont .box-c {
    margin-top: 150px
}

@media (max-width: 768px) {
    .index-cont .box-c {
        margin-top: 60px
    }
}

.index-cont .box-c .xit-con {
    margin-top: 60px;
    box-shadow: 0 14px 19px -12px #000
}

.index-cont .box-c .xit-con p {
    margin-bottom: 0
}

.index-cont .box-c .xit-con .xt-nav {
    width: 153px;
    height: auto
}

@media (max-width: 768px) {
    .index-cont .box-c .xit-con .xt-nav {
        width: 100%
    }
}

.index-cont .box-c .xit-con .xt-nav ul {
    width: 100%;
    height: 100%
}

@media (max-width: 768px) {
    .index-cont .box-c .xit-con .xt-nav ul {
        display: flex;
        margin-bottom: 0
    }
}

.index-cont .box-c .xit-con .xt-nav ul li {
    width: 100%;
    height: calc(100% / 4 - 5px);
    background: rgba(50, 50, 50, 0.6);
    margin-bottom: 5px;
    transition: all .5s
}

@media (max-width: 768px) {
    .index-cont .box-c .xit-con .xt-nav ul li {
        height: 80px
    }
}

.index-cont .box-c .xit-con .xt-nav ul li:last-child {
    margin-bottom: 0
}

.index-cont .box-c .xit-con .xt-nav ul li .ico {
    position: relative;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    overflow: hidden
}

@media (max-width: 768px) {
    .index-cont .box-c .xit-con .xt-nav ul li .ico {
        width: 30px;
        height: 30px
    }
}

.index-cont .box-c .xit-con .xt-nav ul li .ico img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s
}

.index-cont .box-c .xit-con .xt-nav ul li .ico img:nth-child(1) {
    opacity: 1
}

.index-cont .box-c .xit-con .xt-nav ul li .ico img:nth-child(2) {
    opacity: 0
}

.index-cont .box-c .xit-con .xt-nav ul li .t {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

@media (max-width: 1550px) {
    .index-cont .box-c .xit-con .xt-nav ul li .t {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .index-cont .box-c .xit-con .xt-nav ul li .t {
        margin-top: 10px;
        font-size: 15px
    }
}

.index-cont .box-c .xit-con .xt-nav ul li.active {
    background: #323232;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.48), 0px 6px 16px rgba(0, 0, 0, 0.32), 0px 9px 28px 8px rgba(0, 0, 0, 0.2)
}

.index-cont .box-c .xit-con .xt-nav ul li.active .ico img:nth-child(1) {
    opacity: 0
}

.index-cont .box-c .xit-con .xt-nav ul li.active .ico img:nth-child(2) {
    opacity: 1
}

.index-cont .box-c .xit-con .xt-con {
    width: calc(100% - 158px);
    position: relative
}

@media (max-width: 768px) {
    .index-cont .box-c .xit-con .xt-con {
        width: 100%
    }
}

.index-cont .box-c .xit-con .xt-con .xt-con-item {
    width: 100%;
    overflow: hidden;
    opacity: 0;
    transition: opacity .5s;
    height: 0
}

.index-cont .box-c .xit-con .xt-con .xt-con-item img {
    width: 100%
}

.index-cont .box-c .xit-con .xt-con .xt-con-item.active {
    opacity: 1;
    height: initial
}

.index-cont .box-d {
    margin-top: 100px
}

@media (max-width: 768px) {
    .index-cont .box-d {
        margin-top: 60px
    }
}

.index-cont .box-d .app-lis {
    margin-top: 60px
}

.index-cont .box-d .app-lis .app-item {
    margin-bottom: 90px
}

@media (max-width: 768px) {
    .index-cont .box-d .app-lis .app-item {
        margin-bottom: 30px
    }
}

.index-cont .box-d .app-lis .app-item .app-img {
    width: 90%;
    background: linear-gradient(130.67deg, #404040 0%, #1f1f1f 100%);
    box-shadow: 0px 6px 16px -8px rgba(0, 0, 0, 0.32), 0px 9px 28px rgba(0, 0, 0, 0.2), 0px 12px 48px 16px rgba(0, 0, 0, 0.12);
    border-radius: 50%;
    overflow: hidden
}

@media (max-width: 768px) {
    .index-cont .box-d .app-lis .app-item .app-img {
        margin: 0 auto;
        width: 70%
    }
}

.index-cont .box-d .app-lis .app-item .app-img:before {
    content: '';
    display: inline-block;
    padding-bottom: 100%;
    width: 0.1px;
    vertical-align: middle
}

.index-cont .box-d .app-lis .app-item .app-img .img {
    width: 90%;
    border-radius: 50%;
    overflow: hidden;
    height: 100%;
    position: relative
}

.index-cont .box-d .app-lis .app-item .app-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute
}

.index-cont .box-d .app-lis .app-item .app-img .img:before {
    content: '';
    display: inline-block;
    padding-bottom: 100%;
    width: 0.1px;
    vertical-align: middle
}

.index-cont .box-d .app-lis .app-item .app-info {
    color: #fff
}

@media (max-width: 768px) {
    .index-cont .box-d .app-lis .app-item .app-info {
        margin-top: 18px
    }
}

.index-cont .box-d .app-lis .app-item .app-info .ti {
    font-size: 48px;
    font-weight: 500
}

@media (max-width: 1760px) {
    .index-cont .box-d .app-lis .app-item .app-info .ti {
        font-size: 35px
    }
}

@media (max-width: 1550px) {
    .index-cont .box-d .app-lis .app-item .app-info .ti {
        font-size: 28px
    }
}

@media (max-width: 768px) {
    .index-cont .box-d .app-lis .app-item .app-info .ti {
        font-size: 18px
    }
}

.index-cont .box-d .app-lis .app-item .app-info .desc {
    font-size: 26px;
    font-weight: 400;
    margin: 60px 0;
    color: #dcdcdc
}

@media (max-width: 1760px) {
    .index-cont .box-d .app-lis .app-item .app-info .desc {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .index-cont .box-d .app-lis .app-item .app-info .desc {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .index-cont .box-d .app-lis .app-item .app-info .desc {
        margin: 20px 0;
        font-size: 13px
    }
}

.index-cont .box-d .app-lis .app-item .app-info .tdls {
    margin-top: 60px;
    color: #dcdcdc
}

@media (max-width: 768px) {
    .index-cont .box-d .app-lis .app-item .app-info .tdls {
        margin-top: 30px
    }
}

.index-cont .box-d .app-lis .app-item .app-info .tdls .td {
    margin-bottom: 18px
}

.index-cont .box-d .app-lis .app-item .app-info .tdls .td .td-t {
    width: 180px;
    position: relative;
    padding-left: 15px;
    font-size: 26px;
    font-weight: 700;
    height: min-content
}

@media (max-width: 1760px) {
    .index-cont .box-d .app-lis .app-item .app-info .tdls .td .td-t {
        font-size: 20px;
        width: 120px
    }
}

@media (max-width: 1550px) {
    .index-cont .box-d .app-lis .app-item .app-info .tdls .td .td-t {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .index-cont .box-d .app-lis .app-item .app-info .tdls .td .td-t {
        font-size: 13px;
        width: 100px
    }
}

.index-cont .box-d .app-lis .app-item .app-info .tdls .td .td-t::before {
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
    content: "";
    left: 0;
    top: 50%
}

@media (max-width: 1550px) {
    .index-cont .box-d .app-lis .app-item .app-info .tdls .td .td-t::before {
        width: 6px;
        height: 6px;
        top: 45%
    }
}

@media (max-width: 768px) {
    .index-cont .box-d .app-lis .app-item .app-info .tdls .td .td-t::before {
        width: 4px;
        height: 4px;
        top: 45%
    }
}

.index-cont .box-d .app-lis .app-item .app-info .tdls .td .td-desc {
    width: calc(100% - 180px);
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 1760px) {
    .index-cont .box-d .app-lis .app-item .app-info .tdls .td .td-desc {
        width: calc(100% - 120px)
    }
}

@media (max-width: 1550px) {
    .index-cont .box-d .app-lis .app-item .app-info .tdls .td .td-desc {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .index-cont .box-d .app-lis .app-item .app-info .tdls .td .td-desc {
        font-size: 13px;
        width: calc(100% - 100px)
    }
}

@media (min-width: 768px) {
    .index-cont .box-d .app-lis .app-item:nth-child(even) .row {
        flex-flow: row-reverse
    }

    .index-cont .box-d .app-lis .app-item:nth-child(even) .row [class*='col-lg-'] .app-img {
        float: right
    }
}

.down {
    padding: 80px 0;
    background: linear-gradient(180deg, rgba(56, 56, 56, 0.2) 0%, transparent 100%);
    margin-bottom: 60px
}

@media (max-width: 768px) {
    .down {
        padding: 20px 0;
        margin-bottom: 30px
    }
}

.down .d-title {
    font-size: 24px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85)
}

@media (max-width: 768px) {
    .down .d-title {
        font-size: 20px;
        margin-top: 30px
    }
}

.down .d-desc {
    margin-top: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #dcdcdc;
    text-align: justify;
    vertical-align: top
}

@media (max-width: 1550px) {
    .down .d-desc {
        font-size: 15px
    }
}

@media (max-width: 768px) {
    .down .d-desc {
        font-size: 14px;
        margin-top: 30px
    }
}

.down .d-ewm {
    width: 93%;
    margin-top: 60px
}

@media (max-width: 768px) {
    .down .d-ewm {
        margin-top: 30px
    }
}

.down .d-ewm .img {
    position: relative;
    padding: 10px;
    background: #434343;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.48), 0px 6px 16px rgba(0, 0, 0, 0.32), 0px 9px 28px 8px rgba(0, 0, 0, 0.2);
    width: 100%;
    overflow: hidden
}

.down .d-ewm .img:before {
    content: '';
    display: inline-block;
    padding-bottom: 100%;
    width: 0.1px;
    vertical-align: middle
}

.down .d-ewm .img img {
    width: calc(100% - 20px);
    object-fit: cover;
    position: absolute
}

.down .d-ewm .d {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #a6a6a6
}

@media (max-width: 1550px) {
    .down .d-ewm .d {
        font-size: 15px
    }
}

@media (max-width: 768px) {
    .down .d-ewm .d {
        font-size: 14px
    }
}

.down .d-links {
    margin-top: 60px;
    height: 100%
}

@media (max-width: 768px) {
    .down .d-links {
        margin-top: 28px
    }
}

.down .d-links .d-link {
    height: calc(100% / 3 - 60.5px);
    width: 100%;
    margin-bottom: 39px
}

@media (max-width: 768px) {
    .down .d-links .d-link {
        height: calc(100% / 3 - 35px);
        margin-bottom: 17px
    }
}

.down .d-links .d-link:nth-child(3) {
    margin-bottom: 0
}

.down .d-links .d-link a {
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    display: block;
    background: #434343;
    box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.48), 0px 6px 16px rgba(0, 0, 0, 0.32), 0px 9px 28px 8px rgba(0, 0, 0, 0.2);
    transition: all .5s
}

@media (max-width: 1760px) {
    .down .d-links .d-link a {
        font-size: 18px
    }
}

@media (max-width: 1550px) {
    .down .d-links .d-link a {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .down .d-links .d-link a {
        font-size: 14px
    }
}

.down .d-links .d-link a div {
    height: 100%;
    width: 100%;
    text-align: center
}

.down .d-links .d-link a:hover {
    background: var(--textActiveColor)
}

.down .d-links .d {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    color: #a6a6a6
}

@media (max-width: 1550px) {
    .down .d-links .d {
        font-size: 15px
    }
}

@media (max-width: 768px) {
    .down .d-links .d {
        font-size: 14px
    }
}

.down .app-video {
    width: 100%;
    overflow: hidden;
    margin-top: 40px;
    position: relative
}

.down .app-video img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.down .app-video .vcp-player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%
}

.md {
    width: 100%;
    background-image: url("../images/md.jpg");
    background-repeat: no-repeat;
    background-position: center;
    height: 820px;
    position: relative
}

@media (max-width: 768px) {
    .md {
        height: auto
    }

    .md img {
        width: 100%
    }
}

.md::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3)
}

.md .container {
    height: 100%;
    position: absolute;
    top: 0
}

.md .container .md-con {
    position: relative
}

.md .container .md-t span {
    font-size: 48px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.85)
}

@media (max-width: 1760px) {
    .md .container .md-t span {
        font-size: 40px
    }
}

@media (max-width: 768px) {
    .md .container .md-t span {
        font-size: 20px
    }
}

.md .container .md-t span:nth-child(1) {
    font-weight: 400;
    position: relative;
    margin-right: 25px;
    padding-right: 28PX
}

@media (max-width: 768px) {
    .md .container .md-t span:nth-child(1) {
        margin-right: 5px;
        padding-right: 8PX
    }
}

.md .container .md-t span:nth-child(1)::after {
    height: 50px;
    position: absolute;
    content: "";
    border-left: 6px solid #fff;
    right: 0;
    top: 50%;
    margin-top: -22px;
    margin-left: -3px
}

@media (max-width: 768px) {
    .md .container .md-t span:nth-child(1)::after {
        height: 20px;
        border-left: 3px solid #fff;
        margin-top: -10px
    }
}

.md .container .link {
    margin-top: 40px
}

.md .container .link a {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #fff;
    padding: 6px 45px;
    transition: all .5s
}

@media (max-width: 768px) {
    .md .container .link a {
        font-size: 16px;
        padding: 6px 25px
    }
}

.md .container .link a:hover {
    color: var(--textActiveColor);
    border-color: var(--textActiveColor)
}

.prod-head {
    background: linear-gradient(136.35deg, #454545 0%, #212121 100%);
    padding-top: 120px;
    padding-bottom: 60px
}

@media (max-width: 768px) {
    .prod-head {
        padding-top: 80px;
        padding-bottom: 20px
    }
}

.prod-head .qianwu {
    position: relative;
    width: 100%;
    height: 100%
}

.prod-head .qianwu .q-con {
    position: relative;
    z-index: 1
}

.prod-head .qianwu .q-con .info-img {
    position: absolute;
    width: 70%;
    margin-left: 15%;
    top: 0;
    z-index: 99
}

@media (max-width: 768px) {
    .prod-head .qianwu .q-con .info-img {
        width: 100%;
        margin-left: 0%
    }
}

.prod-head .qianwu .q-con .info-img.z-index {
    z-index: 999
}

.prod-head .qianwu .q-con .info-img .con {
    position: relative
}

.prod-head .qianwu .q-con .info-img .con>div img {
    opacity: 0;
    transition: all .5s
}

.prod-head .qianwu .q-con .info-img .con>div.av img {
    opacity: 1
}

.prod-head .qianwu .q-con .info-img .con .md-con {
    position: absolute;
    height: 100%;
    width: 100%
}

.prod-head .qianwu .q-con .info-img .con .md-con .md-ico {
    width: 35px;
    height: 35px;
    background: url("../images/md.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    border-radius: 50%;
    box-shadow: 0 0 5px 5px #b8b8b89d;
    z-index: 99;
    animation-name: hxshow;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transition: all .5s
}

@media (max-width: 768px) {
    .prod-head .qianwu .q-con .info-img .con .md-con .md-ico {
        width: 20px;
        height: 20px
    }
}

.prod-head .qianwu .q-con .info-img .con .md-con .md-ico.a {
    left: 62%;
    top: 17.4%
}

@media (max-width: 768px) {
    .prod-head .qianwu .q-con .info-img .con .md-con .md-ico.a {
        top: 19%
    }
}

.prod-head .qianwu .q-con .info-img .con .md-con .md-ico.b {
    left: 62%;
    top: 32%
}

.prod-head .qianwu .q-con .info-img .con .md-con .md-ico.c {
    left: 61%;
    top: 59%
}

.prod-head .qianwu .q-con .info-img .con .md-con .md-ico.d {
    left: 52%;
    top: 37.8%
}

@media (max-width: 768px) {
    .prod-head .qianwu .q-con .info-img .con .md-con .md-ico.d {
        left: 63%;
        top: 36%
    }
}

.prod-head .qianwu .q-con .info-img .con .md-con .md-ico.e {
    left: 52%;
    top: 60%
}

@media (max-width: 768px) {
    .prod-head .qianwu .q-con .info-img .con .md-con .md-ico.e {
        left: 63%
    }
}

.prod-head .qianwu .q-con .info-img .con .md-con .md-ico.f {
    left: 47%;
    top: 50%
}

@media (max-width: 768px) {
    .prod-head .qianwu .q-con .info-img .con .md-con .md-ico.f {
        top: 64%
    }
}

.prod-head .qianwu .q-con .info-img .con .md-con .md-ico.g {
    left: 47.3%;
    top: 28%
}

@media (max-width: 768px) {
    .prod-head .qianwu .q-con .info-img .con .md-con .md-ico.g {
        top: 21%
    }
}

@keyframes hxshow {
    0% {
        box-shadow: 0 0 0 0 #b8b8b89d
    }

    25% {
        box-shadow: 0 0 5px 5px #b8b8b89d
    }

    50% {
        box-shadow: 0 0 0 0 #b8b8b89d
    }

    75% {
        box-shadow: 0 0 5px 5px #b8b8b89d
    }

    100% {
        box-shadow: 0 0 0 0 #b8b8b89d
    }
}

.prod-head .qianwu .q-con .info-img .con .mk-a {
    width: 34.4%;
    height: 100%
}

.prod-head .qianwu .q-con .info-img .con .mk-a img {
    width: 100%
}

.prod-head .qianwu .q-con .info-img .con .mk-b {
    position: absolute;
    left: 27.8%;
    width: 25.5%;
    top: 0;
    height: 100%
}

.prod-head .qianwu .q-con .info-img .con .mk-b img {
    width: 100%
}

.prod-head .qianwu .q-con .info-img .con .mk-c {
    position: absolute;
    right: 0;
    width: 46.7%;
    top: 0;
    height: 100%
}

.prod-head .qianwu .q-con .info-img .con .mk-c img {
    width: 100%
}

.prod-head .qianwu .q-con .info-img .con .mk-d {
    position: absolute;
    right: 0;
    width: 46.7%;
    bottom: -2px
}

.prod-head .qianwu .q-con .info-img .con .mk-d img {
    width: 100%
}

.prod-head .qianwu .q-con .bg-img {
    width: 70%;
    margin: 0 auto
}

@media (max-width: 768px) {
    .prod-head .qianwu .q-con .bg-img {
        width: 100%
    }
}

.prod-head .qianwu .q-con .bg-img img {
    width: 100%
}

.prod-head .qianwu .q-con.proh {
    z-index: 999;
    position: absolute;
    top: 0;
    width: 100%
}

.prod-head .qianwu .q-con.proh .info-img img {
    opacity: 0 !important
}

.prod-head .qianwu .q-con.proh .bg-img {
    opacity: 0
}

.prod-head .qianwu .q-info {
    position: absolute;
    top: -7%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998
}

.prod-head .qianwu .q-info .con {
    height: 100%;
    position: relative
}

.prod-head .qianwu .q-info .con>div {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: opacity .5s
}

.prod-head .qianwu .q-info .con>div.av {
    opacity: 1;
    height: initial;
    overflow: hidden
}

.prod-head .qianwu .q-info .con .q-a {
    position: absolute;
    left: 0;
    top: 0%;
    width: 31%
}

.prod-head .qianwu .q-info .con .q-a img {
    width: 100%
}

.prod-head .qianwu .q-info .con .q-b {
    position: absolute;
    left: 0;
    bottom: 0%;
    width: 45%
}

.prod-head .qianwu .q-info .con .q-b img {
    width: 100%
}

.prod-head .qianwu .q-info .con .q-c {
    position: absolute;
    right: 0;
    top: 0%;
    width: 31%
}

.prod-head .qianwu .q-info .con .q-c img {
    width: 100%
}

.prod-head .qianwu .q-info .con .q-d {
    position: absolute;
    right: 0;
    bottom: 0%;
    width: 31%
}

.prod-head .qianwu .q-info .con .q-d img {
    width: 100%
}

.prod-head .qianwu .m-q-info {
    top: 0;
    width: 100%;
    padding-bottom: 50%;
    position: relative;
    z-index: 998
}

.prod-head .qianwu .m-q-info .con {
    position: relative;
    width: 100%;
    height: 100%
}

.prod-head .qianwu .m-q-info .con .m-info {
    opacity: 0
}

.prod-head .qianwu .m-q-info .con .m-info.av {
    opacity: 1
}

.prod-head .qianwu .m-q-info .con .m-info img {
    width: 100%
}

.prod-head .qianwu .m-q-info .con .m-info.a {
    width: 50%;
    margin-top: -54%;
    margin-left: -6%
}

.prod-head .qianwu .m-q-info .con .m-info.b {
    position: absolute;
    width: 53%;
    margin-top: -52%;
    margin-left: -6%;
    top: 50%
}

.prod-head .qianwu .m-q-info .con .m-info.c {
    position: absolute;
    width: 50%;
    margin-top: 2%;
    right: -6%;
    top: 5%
}

.prod-head .qianwu .m-q-info .con .m-info.d {
    position: absolute;
    width: 50%;
    margin-top: 27%;
    right: -6%;
    top: 1%
}

.prod-head .qwgc {
    margin-top: 60px;
    position: relative;
    padding-top: 80px;
    width: 100%
}

@media (max-width: 768px) {
    .prod-head .qwgc {
        flex-wrap: wrap;
        padding-top: 0;
        text-align: center
    }
}

.prod-head .qwgc::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    background-image: url("../images/p-yh-bj.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@media (max-width: 768px) {
    .prod-head .qwgc::before {
        height: 22px
    }
}

.prod-head .qwgc .q-t {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    writing-mode: vertical-lr;
    letter-spacing: 5px;
    margin-top: 35px;
    margin-right: 60px
}

@media (max-width: 1760px) {
    .prod-head .qwgc .q-t {
        font-size: 15px;
        margin-right: 40px;
        font-weight: 600
    }
}

@media (max-width: 768px) {
    .prod-head .qwgc .q-t {
        writing-mode: initial;
        text-align: center;
        margin-right: 0
    }
}

.prod-head .qwgc .qw-item {
    color: #fff
}

@media (max-width: 768px) {
    .prod-head .qwgc .qw-item {
        width: 100%
    }
}

.prod-head .qwgc .qw-item .t {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    width: calc(100% - 90px)
}

@media (max-width: 1760px) {
    .prod-head .qwgc .qw-item .t {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .prod-head .qwgc .qw-item .t {
        width: 100%
    }
}

.prod-head .qwgc .qw-item .qw-con {
    position: relative;
    margin-right: 90px;
    padding: 23px;
    background: linear-gradient(120.22deg, rgba(184, 184, 184, 0.36) 0%, rgba(179, 179, 179, 0.18) 100%);
    border: 0.5px solid #fff;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px)
}

@media (max-width: 768px) {
    .prod-head .qwgc .qw-item .qw-con {
        margin-right: 0;
        margin-bottom: 83px;
        justify-content: center
    }
}

.prod-head .qwgc .qw-item .qw-con::after {
    width: 69px;
    height: 69px;
    position: absolute;
    content: "";
    background-image: url("../images/bj-ico.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    right: -80px;
    top: 50%;
    margin-top: -35px
}

@media (max-width: 768px) {
    .prod-head .qwgc .qw-item .qw-con::after {
        top: initial;
        bottom: -85px;
        right: 50%;
        margin-right: -35px
    }
}

.prod-head .qwgc .qw-item .qw-con .qw-con-item .q-c-t {
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px
}

@media (max-width: 1760px) {
    .prod-head .qwgc .qw-item .qw-con .qw-con-item .q-c-t {
        font-size: 13px
    }
}

.prod-head .qwgc .qw-item .qw-con .qw-con-item .ico {
    width: 84px;
    height: 84px;
    overflow: hidden;
    margin: 0 auto
}

@media (max-width: 1760px) {
    .prod-head .qwgc .qw-item .qw-con .qw-con-item .ico {
        width: 54px;
        height: 64px
    }
}

.prod-head .qwgc .qw-item .qw-con .qw-con-item .ico img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.prod-head .qwgc .qw-item .qw-con .q-sid {
    margin: 0 30px;
    display: inline-block;
    height: auto;
    width: 4px;
    border-radius: 10px;
    background: #ccc;
    border: 0.5px solid #fff
}

@media (max-width: 768px) {
    .prod-head .qwgc .qw-item .qw-con .q-sid {
        margin: 0 55px
    }
}

.prod-head .qwgc .qw-item .qw-con .q-sidx {
    margin: 0 20px
}

@media (max-width: 768px) {
    .prod-head .qwgc .qw-item .qw-con .q-sidx {
        margin: 0 5px
    }
}

.prod-head .qwgc .qw-item .qw-con .gd {
    margin-left: 30px;
    margin-top: 50px
}

.prod-head .qwgc .qw-item:last-child .qw-con {
    margin-right: 0
}

@media (max-width: 768px) {
    .prod-head .qwgc .qw-item:last-child .qw-con {
        margin-bottom: 0
    }
}

.prod-head .qwgc .qw-item:last-child .qw-con::after {
    display: none
}

.prod-n-nav {
    padding: 60px 0
}

@media (max-width: 768px) {
    .prod-n-nav {
        margin-top: 30px;
        padding: 30px 0
    }
}

.prod-n-nav .p-n-ti {
    width: 100%
}

.prod-n-nav .p-n-ti .title {
    font-size: 26px;
    font-weight: 400;
    color: #fff
}

@media (max-width: 1760px) {
    .prod-n-nav .p-n-ti .title {
        font-size: 20px
    }
}

.prod-n-nav .p-n-ti .title span {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-right: 15px;
    margin-right: 15px
}

@media (max-width: 1760px) {
    .prod-n-nav .p-n-ti .title span {
        font-size: 18px
    }
}

.prod-n-nav .p-n-ti .title span::after {
    position: absolute;
    content: "";
    right: 0;
    top: 3px;
    height: 30px;
    border-right: 1px solid #fff
}

@media (max-width: 1760px) {
    .prod-n-nav .p-n-ti .title span::after {
        height: 20px;
        top: 4px
    }
}

.prod-n-nav .p-n-ti .dht {
    font-size: 18px;
    font-weight: 400;
    color: #a6a6a6
}

@media (max-width: 1760px) {
    .prod-n-nav .p-n-ti .dht {
        font-size: 16px
    }
}

.prod-n-nav .p-n-ti .dht a {
    font-size: 18px;
    font-weight: 400;
    color: #a6a6a6
}

@media (max-width: 1760px) {
    .prod-n-nav .p-n-ti .dht a {
        font-size: 16px
    }
}

.prod-n-nav .navlis {
    margin-top: 45px
}

@media (max-width: 768px) {
    .prod-n-nav .navlis {
        flex-flow: wrap;
        margin-top: 30px
    }
}

.prod-n-nav .navlis>div {
    height: auto;
    width: calc(100% / 4)
}

.prod-n-nav .navlis>div:last-child .p-n-item {
    padding-right: 0;
    margin-right: 0
}

.prod-n-nav .navlis>div:last-child .p-n-item::after {
    display: none
}

@media (max-width: 768px) {
    .prod-n-nav .navlis>div {
        width: calc(100%);
        margin-bottom: 10px
    }

    .prod-n-nav .navlis>div .p-n-item {
        padding-right: 0;
        margin-right: 0;
        border-bottom: 1px solid #fff
    }

    .prod-n-nav .navlis>div .p-n-item::after {
        display: none
    }
}

.prod-n-nav .p-n-item {
    height: 100%;
    position: relative;
    padding-right: 30px;
    margin-right: 30px
}

@media (max-width: 768px) {
    .prod-n-nav .p-n-item {
        margin-bottom: 15px
    }
}

.prod-n-nav .p-n-item .i-ti {
    font-size: 26px;
    font-weight: 700;
    color: #adadad
}

@media (max-width: 1760px) {
    .prod-n-nav .p-n-item .i-ti {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .prod-n-nav .p-n-item .i-ti {
        font-size: 18px
    }
}

.prod-n-nav .p-n-item .p-n-link {
    margin-top: 20px;
    width: 100%
}

.prod-n-nav .p-n-item .p-n-link .link {
    margin: 5px;
    margin-bottom: 10px;
    margin-right: 30px
}

.prod-n-nav .p-n-item .p-n-link .link.active a,
.prod-n-nav .p-n-item .p-n-link .link:hover a {
    color: #fff
}

.prod-n-nav .p-n-item .p-n-link a {
    font-size: 18px;
    font-weight: 400;
    color: #7e7e7e;
    margin: 10px 0
}

@media (max-width: 1760px) {
    .prod-n-nav .p-n-item .p-n-link a {
        font-size: 15px
    }
}

.prod-n-nav .p-n-item::after {
    position: absolute;
    content: "";
    right: 0px;
    top: 0;
    height: 100%;
    border-left: 1px solid #fff
}

.prodlist .prod-list .prod-li {
    margin: 70px 0;
    padding-bottom: 80px;
    border-bottom: 0.5px solid rgba(220, 220, 220, 0.6)
}

@media (max-width: 1760px) {
    .prodlist .prod-list .prod-li {
        margin: 40px 0;
        padding-bottom: 40px
    }
}

.prodlist .prod-list .prod-li:last-child {
    border: none;
    padding-bottom: 40px
}

.prodlist .prod-list .prod-li .prod-img {
    width: 100%;
    height: 300px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../images/prod-bg.jpg");
    background-size: auto 100%;
    overflow: hidden
}

@media (max-width: 1760px) {
    .prodlist .prod-list .prod-li .prod-img {
        height: 243px
    }
}

@media (max-width: 1550px) {
    .prodlist .prod-list .prod-li .prod-img {
        height: 210px
    }
}

.prodlist .prod-list .prod-li .prod-img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover
}

.prodlist .prod-list .prod-li .info {
    color: #fff
}

.prodlist .prod-list .prod-li .info .t {
    font-size: 24px;
    font-weight: 700;
    transition: all .5s
}

@media (max-width: 1760px) {
    .prodlist .prod-list .prod-li .info .t {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .prodlist .prod-list .prod-li .info .t {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .prodlist .prod-list .prod-li .info .t {
        margin-top: 15px;
        font-size: 15px
    }
}

.prodlist .prod-list .prod-li .info .tags {
    margin: 15px 0
}

@media (max-width: 768px) {
    .prodlist .prod-list .prod-li .info .tags {
        margin: 10px 0
    }
}

.prodlist .prod-list .prod-li .info .tags .tag {
    font-size: 26px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin-right: 30px
}

@media (max-width: 1760px) {
    .prodlist .prod-list .prod-li .info .tags .tag {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .prodlist .prod-list .prod-li .info .tags .tag {
        font-size: 17px
    }
}

@media (max-width: 768px) {
    .prodlist .prod-list .prod-li .info .tags .tag {
        font-size: 14px
    }
}

.prodlist .prod-list .prod-li .info .tags .tag::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--textActiveColor);
    content: "";
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%
}

.prodlist .prod-list .prod-li .info .desc {
    font-size: 26px;
    font-weight: 400
}

@media (max-width: 1760px) {
    .prodlist .prod-list .prod-li .info .desc {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .prodlist .prod-list .prod-li .info .desc {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .prodlist .prod-list .prod-li .info .desc {
        font-size: 14px
    }
}

.prodlist .prod-list .prod-li:hover .info .t {
    color: var(--textActiveColor)
}

.prodlist .more {
    color: #fff;
    font-size: 26px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 60px;
    cursor: pointer
}

@media (max-width: 1760px) {
    .prodlist .more {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .prodlist .more {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .prodlist .more {
        font-size: 14px;
        margin-bottom: 30px
    }
}

.fh {
    width: 56px;
    height: 56px;
    background: linear-gradient(120.22deg, rgba(184, 184, 184, 0.12) 0%, rgba(179, 179, 179, 0.06) 100%);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(10px)
}

.fh .swp-fh-ico::after {
    content: 'prev';
    font-family: swiper-icons;
    color: #fff;
    font-size: 20px
}

.prod-con {
    margin-top: 160px;
    position: relative
}

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

.prod-con>.container {
    position: relative
}

.prod-con .bg-con {
    font-size: 60px;
    font-weight: 200;
    writing-mode: vertical-lr;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    letter-spacing: 30px;
    right: -70px;
    top: 60px
}

@media (max-width: 1400px) {
    .prod-con .bg-con {
        right: -10px
    }
}

@media (max-width: 768px) {
    .prod-con .bg-con {
        display: none
    }
}

.prod-con .prod-desc-info {
    position: relative;
    padding: 56px 20px;
    padding-right: 56px;
    background-image: url("../images/prod-l-bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding-bottom: 90px
}

@media (max-width: 768px) {
    .prod-con .prod-desc-info {
        padding: 20px;
        background-size: calc(100% + 16px) 100%;
        padding-bottom: 60px
    }
}

.prod-con .prod-desc-info .info {
    margin-left: 56px
}

@media (max-width: 768px) {
    .prod-con .prod-desc-info .info {
        margin-left: 0
    }
}

.prod-con .prod-desc-info .info .dht {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 400
}

@media (max-width: 768px) {
    .prod-con .prod-desc-info .info .dht {
        margin-top: 20px;
        font-size: 14px
    }
}

.prod-con .prod-desc-info .info .dht a {
    color: #adadad
}

.prod-con .prod-desc-info .info .dht .glyphicon-menu-right {
    font-size: 15px;
    color: #7e7e7e
}

@media (max-width: 768px) {
    .prod-con .prod-desc-info .info .dht .glyphicon-menu-right {
        font-size: 13px
    }
}

.prod-con .prod-desc-info .info .tags {
    margin-top: 30px;
    border-bottom: 1px solid rgba(247, 247, 247, 0.8);
    padding-bottom: 30px
}

.prod-con .prod-desc-info .info .tags .tag {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
    position: relative;
    padding-left: 20px;
    margin-right: 30px;
    color: #dcdcdc
}

@media (max-width: 1760px) {
    .prod-con .prod-desc-info .info .tags .tag {
        font-size: 16px
    }
}

.prod-con .prod-desc-info .info .tags .tag::before {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: var(--textActiveColor);
    content: "";
    left: 0;
    top: 50%;
    margin-top: -4px;
    border-radius: 50%
}

.prod-con .prod-desc-info .info .desc {
    margin-top: 30px;
    border-bottom: 1px solid rgba(247, 247, 247, 0.8);
    padding-bottom: 30px
}

.prod-con .prod-desc-info .info .desc:last-child {
    border: none;
    padding-bottom: 0
}

.prod-con .prod-desc-info .info .desc .p-t {
    font-size: 26px;
    font-weight: 700;
    color: #fff
}

@media (max-width: 1760px) {
    .prod-con .prod-desc-info .info .desc .p-t {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .prod-con .prod-desc-info .info .desc .p-t {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .prod-con .prod-desc-info .info .desc .p-t {
        font-size: 18px
    }
}

.prod-con .prod-desc-info .info .desc .con {
    margin-top: 25px;
    font-size: 18px;
    font-weight: 400;
    color: #adadad
}

@media (max-width: 1760px) {
    .prod-con .prod-desc-info .info .desc .con {
        font-size: 16px
    }
}

.prod-con .product {
    margin: 60px 0;
    padding-left: 30px
}

@media (max-width: 768px) {
    .prod-con .product {
        margin: 30px 0;
        padding-left: 0px
    }
}

.prod-con .product .t {
    display: inline-block;
    padding-right: 60px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff
}

.prod-con .product .content {
    font-size: 18px;
    color: #adadad;
    margin-top: 23px
}

@media (max-width: 1760px) {
    .prod-con .product .content {
        font-size: 16px
    }
}

.prod-con .product .content img,
.prod-con .product .content table {
    max-width: 100%
}

.caselist {
    margin-top: 160px
}

@media (max-width: 768px) {
    .caselist {
        margin-top: 40px
    }
}

@media (max-width: 768px) {
    .caselist .al-nav .a-n-ti {
        flex-wrap: wrap
    }
}

.caselist .al-nav .a-n-ti .title {
    font-size: 24px;
    font-weight: 400;
    color: #fff
}

@media (max-width: 1760px) {
    .caselist .al-nav .a-n-ti .title {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .caselist .al-nav .a-n-ti .title {
        width: 100%;
        text-align: center;
        margin-bottom: 20px
    }
}

.caselist .al-nav .a-n-ti .title span {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-right: 15px;
    margin-right: 15px
}

@media (max-width: 1760px) {
    .caselist .al-nav .a-n-ti .title span {
        font-size: 18px
    }
}

.caselist .al-nav .a-n-ti .title span::after {
    position: absolute;
    content: "";
    right: 0;
    top: 3px;
    height: 30px;
    border-right: 1px solid #fff
}

@media (max-width: 1760px) {
    .caselist .al-nav .a-n-ti .title span::after {
        top: 4px;
        height: 20px
    }
}

@media (max-width: 768px) {
    .caselist .al-nav .a-n-ti .navs {
        width: 100%
    }
}

.caselist .al-nav .a-n-ti .navs li {
    margin: 0 40px
}

@media (max-width: 768px) {
    .caselist .al-nav .a-n-ti .navs li {
        margin: 5px;
        width: calc(100% / 3 - 10px);
        text-align: center
    }
}

.caselist .al-nav .a-n-ti .navs li:last-child {
    margin-right: 0
}

.caselist .al-nav .a-n-ti .navs li a {
    font-size: 24px;
    font-weight: 700;
    color: #adadad
}

@media (max-width: 1760px) {
    .caselist .al-nav .a-n-ti .navs li a {
        font-size: 18px
    }
}

@media (max-width: 768px) {
    .caselist .al-nav .a-n-ti .navs li a {
        font-size: 18px
    }
}

.caselist .al-nav .a-n-ti .navs li.active a,
.caselist .al-nav .a-n-ti .navs li:hover a {
    color: #fff
}

.caselist .c-list {
    position: relative;
    width: 100%;
    margin-top: 30px;
    border-top: 2px solid #7e7e7e
}

@media (max-width: 768px) {
    .caselist .c-list {
        margin-top: 10px
    }
}

.caselist .c-list::before {
    width: 160px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    top: -2px;
    background: #f3cc62
}

.caselist .c-list .list-con {
    margin-top: 40px;
    position: relative
}

@media (max-width: 768px) {
    .caselist .c-list .list-con {
        margin-top: 20px
    }
}

.caselist .c-list .list-con .ti {
    font-size: 18px;
    font-weight: 700;
    color: #fff
}

.caselist .c-list .list-con .img {
    margin-top: 20px;
    width: 100%;
    overflow: hidden
}

.caselist .c-list .list-con .img img {
    width: 100%;
    object-fit: cover
}

.caselist .c-list .list-con .link {
    margin-top: 30px;
    text-align: center
}

@media (max-width: 768px) {
    .caselist .c-list .list-con .link {
        margin-bottom: 30px
    }
}

.caselist .c-list .list-con .link a {
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 8px 40px;
    border-radius: 30px;
    border: 1px solid #fff;
    transition: all .5s
}

@media (max-width: 1760px) {
    .caselist .c-list .list-con .link a {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .caselist .c-list .list-con .link a {
        font-size: 14px
    }
}

.caselist .c-list .list-con .link a:hover {
    color: var(--textActiveColor);
    border-color: var(--textActiveColor)
}

.caselist .c-list .list-con .nt,
.caselist .c-list .list-con .pv {
    position: absolute;
    top: 40%
}

@media (max-width: 768px) {

    .caselist .c-list .list-con .nt,
    .caselist .c-list .list-con .pv {
        position: initial;
        text-align: center;
        margin: 0 10px
    }
}

.caselist .c-list .list-con .nt .l-ico,
.caselist .c-list .list-con .pv .l-ico {
    font-size: 44px;
    color: #fff
}

@media (max-width: 768px) {

    .caselist .c-list .list-con .nt .l-ico,
    .caselist .c-list .list-con .pv .l-ico {
        font-size: 30px
    }
}

.caselist .c-list .list-con .nt .l-ico::after,
.caselist .c-list .list-con .pv .l-ico::after {
    content: 'prev';
    font-family: swiper-icons
}

.caselist .c-list .list-con .nt .r-ico,
.caselist .c-list .list-con .pv .r-ico {
    font-size: 44px;
    color: #fff
}

@media (max-width: 768px) {

    .caselist .c-list .list-con .nt .r-ico,
    .caselist .c-list .list-con .pv .r-ico {
        font-size: 30px
    }
}

.caselist .c-list .list-con .nt .r-ico::after,
.caselist .c-list .list-con .pv .r-ico::after {
    content: 'next';
    font-family: swiper-icons
}

.caselist .c-list .list-con .nt {
    left: -50px
}

.caselist .c-list .list-con .pv {
    right: -50px
}

.case {
    margin-top: 160px
}

@media (max-width: 768px) {
    .case {
        margin-top: 20px
    }
}

.case .video-box {
    position: relative
}

.case .video-box .img {
    width: 100%;
    overflow: hidden
}

.case .video-box .img img {
    width: 100%
}

.case .video-box .vcp-player {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%
}

.case .col-lg-1 {
    position: relative;
    height: auto
}

.case .col-lg-1 .case-info {
    position: absolute;
    bottom: 0;
    font-size: 18px;
    font-weight: 400;
    color: #adadad
}

@media (max-width: 1550px) {
    .case .col-lg-1 .case-info {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .case .col-lg-1 .case-info {
        position: initial;
        margin: 20px 0;
        font-size: 16px
    }
}

.case>.container {
    position: relative
}

.case .bg-con {
    font-size: 60px;
    font-weight: 200;
    writing-mode: vertical-lr;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    letter-spacing: 30px;
    right: -70px;
    top: 60px;
    height: 400px
}

@media (max-width: 1400px) {
    .case .bg-con {
        right: -10px
    }
}

@media (max-width: 768px) {
    .case .bg-con {
        display: none
    }
}

.case .case-swp-box {
    margin: 80px 0
}

@media (max-width: 768px) {
    .case .case-swp-box {
        margin: 40px 0
    }
}

.case .case-swp-box .t {
    font-size: 26px;
    font-weight: 700;
    color: #fff
}

@media (max-width: 1550px) {
    .case .case-swp-box .t {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .case .case-swp-box .t {
        font-size: 18px
    }
}

.case .case-swp-box .desc {
    margin-top: 50px;
    font-size: 18px;
    font-weight: 400;
    color: #adadad
}

@media (max-width: 1550px) {
    .case .case-swp-box .desc {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .case .case-swp-box .desc {
        font-size: 15px;
        margin-bottom: 30px
    }
}

.case .case-swp-box .case-swp {
    width: 100%
}

.case .case-swp-box .case-swp .imgcon {
    width: 100%
}

.case .case-swp-box .case-swp .imgcon img {
    width: 100%
}

.case .case-swp-box .case-swp .case-swp-pag .swiper-pagination-bullet {
    width: 30px;
    height: 8px;
    border-radius: 5px;
    background-color: #fff
}

@media (max-width: 768px) {
    .case .case-swp-box .case-swp .case-swp-pag .swiper-pagination-bullet {
        height: 4px
    }
}

.n-ban-info {
    height: 215px;
    background: #dddddd;
    background-position: center;
    background-repeat: no-repeat
}

@media (max-width: 768px) {
    .n-ban-info {
        background: none !important;
        position: relative;
        height: initial
    }
}

.n-ban-info .container {
    height: 100%
}

@media (max-width: 768px) {
    .n-ban-info .container {
        position: absolute;
        height: 100%;
        left: 15px;
        top: 0;
        width: calc(100% - 30px)
    }
}

@media (max-width: 768px) {
    .n-ban-info .container {
        justify-content: center;
        text-align: center
    }
}

.n-ban-info .img {
    width: 100%
}

.n-ban-info .img img {
    width: 100%
}

.n-ban-info .b-info h2 {
    font-size: 26px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 28px
}

@media (max-width: 1760px) {
    .n-ban-info .b-info h2 {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .n-ban-info .b-info h2 {
        margin-bottom: 10px
    }
}

.n-ban-info .b-info h2 span {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    padding-right: 15px;
    margin-right: 15px
}

@media (max-width: 1760px) {
    .n-ban-info .b-info h2 span {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .n-ban-info .b-info h2 span {
        font-size: 16px
    }
}

.n-ban-info .b-info h2 span::after {
    position: absolute;
    content: "";
    right: 0;
    top: 5px;
    height: 28px;
    border-right: 1px solid #fff
}

@media (max-width: 1760px) {
    .n-ban-info .b-info h2 span::after {
        height: 20px
    }
}

@media (max-width: 768px) {
    .n-ban-info .b-info h2 {
        font-size: 18px
    }
}

.n-ban-info .b-info .navigation {
    font-size: 12px;
    color: #fff;
    text-align: center
}

.n-ban-info .b-info .navigation a {
    color: #fff
}

.newslist {
    position: relative;
    margin: 60px 0
}

@media (max-width: 768px) {
    .newslist {
        margin: 30px 0
    }
}

.newslist>.row>.col-lg-2 {
    float: right
}

.newslist .news-li {
    position: relative;
    width: 100%;
    margin-bottom: 40px;
    border-bottom: 2px solid #7e7e7e;
    padding-bottom: 40px
}

@media (max-width: 768px) {
    .newslist .news-li {
        margin: 30px 0
    }
}

.newslist .news-li::after {
    width: 160px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    background: #f3cc62
}

.newslist .news-li .time {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    position: absolute;
    bottom: 0
}

.newslist .news-li .img {
    width: 80%;
    height: 200px;
    overflow: hidden
}

@media (max-width: 768px) {
    .newslist .news-li .img {
        width: 100%;
        height: 300px
    }
}

.newslist .news-li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newslist .news-li .title {
    font-size: 26px;
    font-weight: 500;
    color: #fff;
    transition: all .5s
}

@media (max-width: 1760px) {
    .newslist .news-li .title {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .newslist .news-li .title {
        margin-top: 15px
    }
}

.newslist .news-li .desc {
    font-size: 16px;
    font-weight: 400;
    color: #7e7e7e;
    margin-top: 60px
}

@media (max-width: 768px) {
    .newslist .news-li .desc {
        margin-top: 10px;
        font-size: 14px
    }
}

.newslist .news-li .col-lg-7 {
    place-self: flex-start
}

.newslist .news-li:hover .title {
    color: var(--textActiveColor)
}

.news-content {
    margin-top: 160px;
    margin-bottom: 80px
}

@media (max-width: 768px) {
    .news-content {
        margin-top: 20px;
        margin-bottom: 40px
    }
}

.news-content>.container {
    position: relative
}

.news-content .bg-con {
    font-size: 60px;
    font-weight: 200;
    writing-mode: vertical-lr;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    letter-spacing: 30px;
    right: -70px;
    top: 60px;
    height: 400px
}

@media (max-width: 1400px) {
    .news-content .bg-con {
        right: -10px
    }
}

@media (max-width: 768px) {
    .news-content .bg-con {
        display: none
    }
}

.news-content .news-box .title {
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

@media (max-width: 768px) {
    .news-content .news-box .title {
        font-size: 20px;
        margin-top: 20px
    }
}

.news-content .news-box .date {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 40px 0;
    position: relative;
    border-bottom: 2px solid #7e7e7e;
    padding-bottom: 10px
}

@media (max-width: 768px) {
    .news-content .news-box .date {
        margin: 20px 0;
        font-size: 15px
    }
}

.news-content .news-box .date::after {
    width: 160px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    background: #f3cc62
}

.news-content .news-box .content {
    font-size: 18px;
    font-weight: 400;
    color: #adadad;
    min-height: 600px
}

@media (max-width: 768px) {
    .news-content .news-box .content {
        font-size: 15px;
        min-height: 300px
    }
}

.news-content .news-box .content img {
    max-width: 100%
}

.about {
    margin-top: 100px
}

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

.about>.container {
    position: relative
}

.about .bg-con {
    font-size: 60px;
    font-weight: 200;
    writing-mode: vertical-lr;
    color: rgba(255, 255, 255, 0.1);
    position: absolute;
    letter-spacing: 30px;
    right: -70px;
    top: 60px;
    height: 400px
}

@media (max-width: 1400px) {
    .about .bg-con {
        right: -10px
    }
}

@media (max-width: 768px) {
    .about .bg-con {
        display: none
    }
}

.about .lc-box {
    background: linear-gradient(117.34deg, rgba(184, 184, 184, 0.12) 0%, rgba(179, 179, 179, 0.06) 100%);
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.25);
    padding: 40px
}

.about .lc-box .lc-title {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    position: relative;
    padding-bottom: 10px
}

@media (max-width: 1760px) {
    .about .lc-box .lc-title {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .about .lc-box .lc-title {
        font-size: 18px
    }
}

.about .lc-box .lc-title::before {
    width: 50px;
    height: 2px;
    background: #f3cc62;
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    z-index: 2
}

.about .lc-box .lc-title::after {
    width: 200px;
    height: 2px;
    background: #7e7e7e;
    position: absolute;
    content: "";
    left: 50%;
    margin-left: -100px;
    bottom: 0
}

.about .lc-box .lc-con {
    position: relative;
    margin-top: 40px
}

.about .lc-box .lc-con::after {
    border-left: 2px solid #fff;
    content: "";
    height: 100%;
    position: absolute;
    left: 38%;
    margin-left: -1px;
    top: 0
}

@media (max-width: 1550px) {
    .about .lc-box .lc-con::after {
        left: 30%
    }
}

.about .lc-box .lc-con .lc-con-item {
    padding-top: 15px;
    margin-bottom: 15px
}

.about .lc-box .lc-con .lc-con-item .img {
    width: 30%;
    text-align: center
}

@media (max-width: 1550px) {
    .about .lc-box .lc-con .lc-con-item .img {
        width: 15%
    }
}

.about .lc-box .lc-con .lc-con-item .img img {
    max-width: 100%
}

.about .lc-box .lc-con .lc-con-item .info {
    width: 50%;
    color: #dcdcdc;
    font-size: 15px;
    line-height: 1.3
}

@media (max-width: 1550px) {
    .about .lc-box .lc-con .lc-con-item .info {
        width: 60%;
        font-size: 12.5px;
        line-height: 1.3
    }
}

.about .lc-box .lc-con .lc-con-item .info .t {
    position: absolute;
    left: 38%;
    transform: translate(-50%, 0);
    background: #323232;
    z-index: 2
}

@media (max-width: 1550px) {
    .about .lc-box .lc-con .lc-con-item .info .t {
        left: 30%
    }
}

@media (max-width: 768px) {
    .about .lc-box .lc-con .lc-con-item .info .t {
        background: #414141
    }
}

.about .n-x-title {
    margin-top: 35px;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    position: relative;
    border-bottom: 2px solid #7e7e7e;
    padding-bottom: 10px
}

@media (max-width: 1760px) {
    .about .n-x-title {
        font-size: 20px
    }
}

@media (max-width: 1550px) {
    .about .n-x-title {
        font-size: 18px
    }
}

.about .n-x-title::before {
    width: 160px;
    height: 2px;
    position: absolute;
    content: "";
    left: 0;
    bottom: -2px;
    background: #f3cc62
}

.about .a-info {
    margin-top: 50px
}

@media (min-width: 768px) {
    .about .a-info {
        margin-right: 0;
        margin-left: 0
    }

    .about .a-info [class*="col-lg-"] {
        padding-right: 0;
        padding-left: 0
    }
}

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

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

.about .a-info .desc {
    font-size: 16px;
    font-weight: 400;
    color: #dcdcdc
}

@media (max-width: 1550px) {
    .about .a-info .desc {
        font-size: 15px
    }
}

@media (max-width: 768px) {
    .about .a-info .desc {
        font-size: 14px;
        padding: 0 !important
    }
}

.about .tedian {
    margin: 80px 0
}

@media (max-width: 768px) {
    .about .tedian {
        margin: 40px 0
    }
}

.about .tedian .tedian-li {
    margin: 20px 0
}

.about .tedian .tedian-li .ico {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    overflow: hidden
}

.about .tedian .tedian-li .ico img {
    max-width: 100%
}

.about .tedian .tedian-li .info .title {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    text-align: center
}

@media (max-width: 1760px) {
    .about .tedian .tedian-li .info .title {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .about .tedian .tedian-li .info .title {
        font-size: 18px
    }
}

.about .tedian .tedian-li .info .desc {
    margin-top: 20px;
    font-size: 12px;
    font-weight: 400;
    color: #adadad
}

.about .about-swp .address {
    font-size: 16px;
    font-weight: 400;
    color: #adadad
}

.about .about-swp .address .t {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-right: 20px
}

@media (max-width: 1760px) {
    .about .about-swp .address .t {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    .about .about-swp .address .t {
        font-size: 18px
    }
}

.about .about-swp .swp-box {
    height: 568px;
    margin-top: 30px
}

@media (max-width: 1760px) {
    .about .about-swp .swp-box {
        height: 468px
    }
}

@media (max-width: 1550px) {
    .about .about-swp .swp-box {
        height: 400px
    }
}

@media (max-width: 768px) {
    .about .about-swp .swp-box {
        height: 268px
    }
}

.about .about-swp .swp-box.row {
    margin-right: -5px;
    margin-left: -5px
}

.about .about-swp .swp-box [class*='col-lg-'] {
    padding-left: 5px;
    padding-right: 5px
}

.about .about-swp .swp-box .swiper {
    height: 568px
}

@media (max-width: 1760px) {
    .about .about-swp .swp-box .swiper {
        height: 468px
    }
}

@media (max-width: 1550px) {
    .about .about-swp .swp-box .swiper {
        height: 400px
    }
}

@media (max-width: 768px) {
    .about .about-swp .swp-box .swiper {
        height: 268px
    }
}

.about .about-swp .swp-box .swiper .swiper-slide {
    height: 100%
}

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

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

.about .about-swp .swp-box .about-swp2 {
    margin-top: 0
}

@media (max-width: 1550px) {
    .about .about-swp .swp-box .about-swp2 {
        margin-top: 0px
    }
}

@media (max-width: 768px) {
    .about .about-swp .swp-box .about-swp2 {
        height: 70px;
        margin-top: 10px
    }
}

.about .about-swp .swp-box .about-swp2 .swiper-slide {
    opacity: 0.4
}

.about .about-swp .swp-box .about-swp2 .swiper-slide-thumb-active {
    opacity: 1
}

.n-ban {
    width: 100%;
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    background-color: #000
}

.n-ban img {
    display: none
}

@media (max-width: 768px) {
    .n-ban {
        height: inherit
    }

    .n-ban img {
        display: block;
        max-width: 100%
    }
}

.foot {
    padding: 60px 0;
    padding-bottom: 30px
}

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

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

.foot .foot-lxfs {
    color: #fff;
    font-size: 20px;
    position: relative
}

@media (max-width: 1550px) {
    .foot .foot-lxfs {
        font-size: 16px
    }
}

@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: 17px;
    margin-bottom: 8px
}

.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: 20px 0;
    font-size: 17px;
    margin-top: 15px
}

@media (max-width: 1550px) {
    .foot .foot-lxfs .f-lx {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .foot .foot-lxfs .f-lx {
        font-size: 14px;
        margin-top: 10px
    }
}

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

.foot .f_nav .f_nav_tile {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff
}

.foot .f_nav .f_nav_tile a {
    color: #fff
}

@media (max-width: 1550px) {
    .foot .f_nav .f_nav_tile {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .foot .f_nav .f_nav_tile {
        margin-bottom: 10px;
        font-size: 15px
    }

    .foot .f_nav .f_nav_tile a {
        color: #fff
    }
}

.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: 15px
}

.foot .f_nav ul li a {
    font-size: 15px;
    color: #717071
}

@media (max-width: 768px) {
    .foot .f_nav ul li a {
        font-size: 15px
    }
}

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

.foot .f_ewm {
    width: 100px;
    height: 100px;
    margin-top: 10px;
    margin-bottom: 30px
}

.foot .f_ewm img {
    width: 100%
}

.foot .f_ewm p {
    color: #fff;
    font-size: 12px;
    text-align: center;
    margin-top: 5px
}

.foot .foot-ewms {
    width: 100%
}

.foot .foot-ewms .f_ewm {
    width: 45%
}

.foot .foot-ewms .f_ewm .img {
    width: 75px;
    height: 75px;
    margin: 0 auto
}

.foot .foot-ewms .f_ewm .img img {
    width: 100%
}

.foot .foot-ewms .f_ewm .ts {
    text-align: center;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #dcdcdc
}

@media (max-width: 1550px) {
    .foot .foot-ewms .f_ewm .ts {
        font-size: 12px
    }
}

.foot .f-lxfs {
    text-align: right;
    font-size: 18px;
    font-weight: 400;
    color: #fff
}

.foot .f-lxfs p {
    margin-bottom: 20px
}

.foot .wl-link {
    position: absolute;
    bottom: 0;
    float: initial;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 768px) {
    .foot .wl-link {
        position: initial
    }
}

.foot .wl-link li {
    position: relative;
    margin-bottom: 20px;
    margin: 0 10px
}

.foot .wl-link li .ico {
    overflow: hidden;
    cursor: pointer
}

.foot .wl-link li .ico .iconfont {
    font-size: .3125rem;
    color: #666
}

.foot .wl-link li .ewm {
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    right: 50%;
    margin-right: -0.75rem;
    top: 50%;
    margin-top: -0.75rem;
    border-radius: 10px;
    z-index: -1;
    opacity: 0;
    transition: all .5s;
    background-color: #fff
}

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

.foot .wl-link li:hover .ico .iconfont {
    color: #fff
}

.foot .wl-link li:hover .ico path {
    fill: #fff
}

.foot .wl-link li:hover .ewm {
    z-index: 2;
    opacity: 1;
    margin-top: 0;
    top: -150px
}

.foot .f-m-nav .f_nav {
    margin-bottom: 16px;
    border-bottom: 1px solid #2e2e2e
}

.foot .f-m-nav .f_nav .f_nav_tile {
    margin-bottom: 16px
}

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

.foot .bqan {
    position: relative;
    margin-top: 50px;
    text-align: center;
    padding-top: 30px;
    color: #dcdcdc;
    font-size: 16px;
    font-weight: 400
}

.foot .bqan::before {
    position: absolute;
    content: '';
    width: 100%;
    left: 0;
    top: 0;
    border-top: 1px solid #2e2e2e
}

@media (max-width: 1550px) {
    .foot .bqan {
        font-size: 13px
    }
}

@media (max-width: 768px) {
    .foot .bqan {
        margin-top: 0;
        font-size: 12px;
        text-align: center !important
    }
}

.foot .bqan a {
    color: #dcdcdc
}

.page {
    margin: 30px 0
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 020px
}

.page-num,
.page-link {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-left: -1px;
    line-height: 1.25;
    color: #717171;
    margin: 0 5px;
    border-radius: 5px;
    font-size: 26px;
    font-weight: 700
}

@media (max-width: 1760px) {

    .page-num,
    .page-link {
        font-size: 20px
    }
}

@media (max-width: 768px) {

    .page-num,
    .page-link {
        font-size: 14px;
        font-weight: 500
    }
}

.page-link {
    font-size: 18px;
    color: #fff
}

@media (max-width: 1760px) {
    .page-link {
        font-size: 16px
    }
}

@media (max-width: 768px) {
    .page-link {
        font-size: 14px;
        font-weight: 500
    }
}

.page-num:hover,
.page-link:hover {
    z-index: 2;
    color: #fff;
    text-decoration: none
}

.page-num:not(:disabled) {
    cursor: pointer
}

.page-num-current {
    z-index: 1;
    color: #fff
}

.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;
    left: calc(50% + 430px);
    top: calc(50% - 33vh);
    display: block;
    cursor: pointer;
    z-index: 999
}

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

.video-con .icon.close {
    background: url(../images/gb.png) center no-repeat;
    background-size: 100%;
    opacity: .9;
    transition: all .5s
}

@media (max-width: 992px) {
    .video-con .icon.close {
        background: url(../images/gb-h.png) center no-repeat;
        background-size: 100%
    }
}

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

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

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

.bg-com-r>div {
    padding-right: 70px
}

@media (max-width: 768px) {
    .bg-com-r>div {
        padding-right: 0
    }
}