@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);

:root {
    --textActiveColor: #b22f24
}

hr {
    border-top: 1px solid #9A9A9A;
}

td {
    padding: 8px
}

* {
    padding: 0;
    margin: 0;
    list-style-type: none;
    outline: none;
    text-decoration: none
}

p {
    margin: 0
}

.ovhidden {
    overflow: hidden
}

a {
    color: #1a1a1a;
    transition: color 0.3s;
    text-decoration: none !important
}

a:hover,
a.active {
    color: var(--textActiveColor) !important;
    text-decoration: none !important
}

/* luo20241120 */
img {
    pointer-events: none;
}


.imgs img {
    max-width: 100%
}



.imgfd img {
    transition: all .8s;
    transform: scale(1)
}

.imgfd:hover img {
    transform: scale(1.05)
}

.video-ico {
    position: relative
}

.video-ico::after {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-top: -25px;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    background-image: url("../images/video-ico.png");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 22
}

.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
}

.bg-f5 {
    background-color: #f5f5f5
}

.bg-f7 {
    background-color: #f7f7f7
}

.color-temp {
    color: var(--textActiveColor) !important
}

.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
}

.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;
    align-items: flex-end
}

.title-bold {
    font-family: 'HM-Bold'
}

.font-Medium {
    font-family: 'HM-Medium'
}

.hm-r {
    font-family: 'HM-Regular'
}

body {
    font-family: "HM-Regular";
    font-size: 14px;
    color: #424242;
    line-height: 1.5
}

.a-line {
    display: inline-block;
    white-space: nowrap;
    width: 100%;

}

.b-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin-top: 22px;
}

.clear::after {
    display: block;
    content: "";
    clear: both
}

.top-fixed {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    left: 0
}


@media (max-width: 1000px) {
    .top-fixed {
        position: fixed
    }
}

.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;
    padding: 80px 0;
    color: #000;
    padding-bottom: 35px
}

.temp-title .title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.temp-title .title::after {
    position: absolute;
    left: 50%;
    width: 50px;
    margin-left: -25px;
    border-bottom: 2px solid var(--textActiveColor);
    content: "";
    bottom: 0
}

.temp-title .p {
    font-size: 12px;
    width: 100%;
    text-align: center;
    color: #717171;
    font-family: 'HM-Regular'
}



.b-titlex {
    text-align: center;
    margin: 60px 0
}


.b-titlex .t-con {
    padding: 20px 15px;
    font-size: 31px;
    color: #242424;
    border-bottom: 1px solid #e5e5e5;
    display: inline-block;
    text-align: center;
    font-weight: 600
}

.c-titlex {
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px
}


.c-titlex::after {
    width: 30px;
    border-bottom: 3px solid var(--textActiveColor);
    content: "";
    position: absolute;
    bottom: 0;
    left: 0
}

.d-titlex {
    padding: 13px 20px;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    margin-right: 30px;
    text-transform: uppercase;
    color: #000
}


html.cut .head {
    background: #fff;
    display: block !important
}

html.cut .head .navbar-header .navbar-brand .logo {
    display: none
}

html.cut .head .navbar-header .navbar-brand .logoa {
    display: block
}

html.cut .head .navbar-nav li a {
    color: #000
}

html.cut .head .nav-list .pc-link {
    color: #000;
}

html.cut .top-fixed {
    position: sticky
}

/*  head  */
.container {
    max-width: 1200px;
    margin: 0 auto;
}

.head .navbar {
    display: flex;
    align-items: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 90px;
    margin-bottom: 0
}

.head .navbar-toggle {
    position: absolute;
    right: 0px;
    top: 36%;
    transform: translateY(-50%);
    margin-right: 0;
}

.head .navbar-toggle.onk .icon-bar {
    position: relative;
    top: -3px
}

.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: 0px
}

.head .navbar-header {
    height: 77px
}

.head .navbar-header .navbar-brand {
    height: 100%;
    padding: 0;
    margin-top: 5px;
    margin-left: 0
}

.head .navbar .navbar-header .navbar-brand {
    height: 50px;
    margin-top: 3px;
}

.head .navbar-header .navbar-brand img {
    height: 80px;
    /* margin-top: -6px; */
}

.head .navbar-header .navbar-brand .logo {
    display: block
}

.head .navbar-header .navbar-brand .logoa {
    display: none
}

.head .icon-bar {
    background-color: #fff
}




.head .navbar-nav li a {
    font-size: 15px;
    padding: 15px 40px;
    color: #fff;
    text-shadow: initial;
    font-weight: 600;
    /* display: inline-block; */
    text-transform: uppercase;
}

.navbar-menu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    white-space: nowrap;
}

.head .navbar-nav li a:hover,
.head .navbar-nav li a:active,
.head .navbar-nav li a:focus {
    background: none;
    color: var(--textActiveColor)
}


.head .navbar-nav li:last-child a {
    padding-right: 22px;
}

.head .navbar-nav li.open a {
    background-color: initial
}

.head .navbar-nav li>.dropdown-menu {
    border: none;
    background-color: #fff;
    border-radius: 0;
    padding: 0;
    width: 150px;
    padding-top: 2px
}


.head .navbar-nav li>.dropdown-menu li {
    transition: all .3s
}

.head .navbar-nav li>.dropdown-menu li a {
    font-size: 14px;
    /* padding: 10.3px 20px; */
    color: #000;
    line-height: initial;
    transition: all .5s;
    display: block;
    text-align: center;
}

.head .navbar-nav li>.dropdown-menu .dropdown-menu .nav-link {
    padding: 8.4px 20px
}

.head .navbar-nav li>.dropdown-menu .dropdown-menu .nav-link:hover {
    background: #bebebe
}

.head .navbar-nav li .dropdown-submenu {
    position: relative;
    line-height: initial
}

@media (min-width: 768px) {
    .head .navbar-nav li .dropdown-submenu:hover .navss {
        background-color: var(--textActiveColor);
        color: #fff
    }

    .head .navbar-nav li .dropdown-submenu:hover .navss a {
        color: #fff
    }
}

.head .navbar-nav li .dropdown-submenu:hover>.dropdown-menu {
    display: block
}

.head .navbar-nav li .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    width: 100%;
    box-shadow: none;
    margin: 0;
    padding: 0;
    top: 0
}

@media (min-width: 768px) {
    .head .navbar-nav li .dropdown-submenu>.dropdown-menu {
        background-color: var(--textActiveColor)
    }
}

@media (min-width: 768px) {
    .head .navbar-nav li .dropdown-submenu>.dropdown-menu a {
        color: #fff
    }

    .head .navbar-nav li .dropdown-submenu>.navss:hover {
        color: #fff;
        background-color: var(--textActiveColor)
    }

    .head .navbar-nav li .dropdown-submenu>.navss:hover a {
        color: #fff !important
    }
}

.head .navbar-nav li .navss>div:nth-child(1) {
    width: calc(100% - 30px)
}

.head .navbar-nav li .navss>div:nth-child(2) {
    width: 30px
}

.head .navbar-nav li .navss>div:nth-child(2) span {
    margin-right: 8px
}

.head .navbar-nav li .navss>div:nth-child(2) img {
    width: 20px
}

.head .navbar-nav li .navss>div:nth-child(2) .show img {
    transform: rotate(90deg)
}

.head .navbar-nav li .dropdown-submenu>.navss:hover:after {
    border-left-color: #fff
}

.head .navbar-nav.lm li>a {
    position: relative
}

.head .navbar-nav.lm li.active>a,
.head .navbar-nav.lm>li:hover>a {
    color: var(--textActiveColor)
}

.head .nav-list {
    margin-top: 16px
}



.head .nav-list .pc-link {
    position: relative;
    float: right;
    margin-bottom: 8px;
    color: #fff;
    margin-left: 25px
}



.head .nav-list .pc-link .sou:hover .iconfont {
    color: var(--textActiveColor)
}

.head .nav-list .pc-link .dropdown {
    margin-left: 10px
}

.head .nav-list .pc-link .dropdown .hx {
    width: 1px;
    height: 10px;
    background-color: #000;
    display: inline-block;
    margin: 0 5px
}

.head .nav-list .pc-link .iconfont,
.head .nav-list .pc-link .glyphicon {
    font-size: 15px;
    transition: all .5s
}

.head .nav-list .pc-link a {
    color: #fff;
    font-size: 16px;
    font-weight: 600
}



.head.bg-white {
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    background: #fff
}

.head.bg-white .navbar-nav li a {
    color: #000
}

@media (min-width: 768px) {
    .head.bg-white .navbar-header .navbar-brand .logo {
        display: none
    }

    .head.bg-white .navbar-header .navbar-brand .logoa {
        display: block
    }
}

.head.bg-white .nav-list .pc-link {
    color: #000;

}

.head.bg-white .nav-list .pc-link a {
    color: #000
}

.head.bg-white .nav-list .pc-link .dropdown::before {
    border-color: #000
}

.head.pc-nav-show {
    background-color: #fff;
    display: block !important;
    border-bottom: 1px solid #e1e1e1
}

.head.pc-nav-show .navbar-nav li a {
    color: #000
}

.head.pc-nav-show .navbar-header .navbar-brand .logo {
    display: none
}

.head.pc-nav-show .navbar-header .navbar-brand .logoa {
    display: block
}

.head.pc-nav-show .nav-list .pc-link {
    color: #000
}

.head.pc-nav-show .nav-list .pc-link a {
    color: #000
}

.head.pc-nav-show .nav-list .pc-link .dropdown::before {
    border-color: #000
}

.head.pc-nav-show .pc-e-nav {
    height: 280px
}


/*  */


.banner {
    width: 100%;
    position: relative;
    height: 600px
}

@media (max-width: 1000px) {
    .banner {
        height: auto
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none
    }
}

.banner .swp-banner {
    margin-top: 75px;
    height: 95%;
    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;
    width: 100%;
    height: 100%;
    z-index: 89
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container {
    height: 100%;
    color: #fff;
    text-align: center
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .rows {
    transition: all .65s
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
    font-size: 40px;
    position: relative;
    text-transform: uppercase;
    line-height: 1
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title h3 {
    font-size: 30px
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
        font-size: 18px
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
    font-size: 26px
}

@media (max-width: 1000px) {
    .banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
        font-size: 16px;
        width: 90%
    }
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link {
    margin-top: 60px;
    position: relative;
    font-size: 22px;
    display: inline-block;
    background-color: #fff;
    color: var(--textActiveColor);
    padding: 5px 30px;
    border-radius: 30px;
    text-transform: uppercase
}

.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
}


.banner .swp-banner .swiper-button-next,
.banner .swp-banner .swiper-button-prev {
    position: initial
}

.banner .swp-banner .swiper-button-next::after,
.banner .swp-banner .swiper-button-prev::after {
    color: #fff;
    font-size: 20px
}

.banner .swp-banner .s-wp {
    position: absolute;
    bottom: 45px;
    width: 100%;
    z-index: 99
}

.banner .swp-banner .s-wp .container {
    position: relative;
    display: flex
}

@media (max-width: 1000px) {
    .banner .swp-banner .s-wp .container {
        position: absolute;
        bottom: 0;
        width: 100%
    }
}

.banner .swp-banner .s-wp .container .swiper-pagination {
    position: relative;
    width: initial
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
    width: initial;
    background: none;
    opacity: 1;
    margin: 0px 16px;
    color: #fff;
    width: 8px;
    height: 8px;
    background-color: #fff;
    position: relative;
    bottom: 5px
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet::after {
    position: absolute;
    content: "";
    left: -11px;
    top: -11px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    opacity: 0
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--textActiveColor)
}

.banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1
}

@media (max-width: 1000px) {
    .banner .swp-banner .s-wp .container .swiper-pagination {
        bottom: 20px
    }

    .banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
        margin: 0px 10px;
        color: var(--ThemesActive)
    }
}

.m-banner {
    width: 100%;
    position: relative;
    height: 700px
}

@media (max-width: 1000px) {
    .m-banner {
        height: auto
    }

    .m-banner .swiper-button-next,
    .m-banner .swiper-button-prev {
        display: none
    }
}

.m-banner .swp-banner {
    height: 100%;
    width: 100%
}

.m-banner .swp-banner .swiper-wrapper {
    height: 100%
}

.m-banner .swp-banner .swiper-wrapper .swiper-slide {
    height: 100%;
    width: 100%;
    position: relative
}

.m-banner .swp-banner .swiper-wrapper .swiper-slide .info {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 55;
}

.m-banner .swp-banner .swiper-wrapper .swiper-slide .info .container {
    height: 100%;
    color: #fff;
    text-align: center
}

.m-banner .swp-banner .swiper-wrapper .swiper-slide .info .container .rows {
    transition: all .65s
}

.m-banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
    font-size: 91px;
    position: relative;
    text-transform: uppercase;
    line-height: 1
}

.m-banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title h3 {
    font-size: 68px
}

@media (max-width: 1000px) {
    .m-banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-title {
        font-size: 18px
    }
}

.m-banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
    font-size: 26px
}

@media (max-width: 1000px) {
    .m-banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
        font-size: 16px;
        width: 90%
    }
}

.m-banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link {
    margin-top: 60px;
    position: relative;
    font-size: 22px;
    display: inline-block;
    background-color: #fff;
    color: var(--textActiveColor);
    padding: 5px 30px;
    border-radius: 30px;
    text-transform: uppercase
}

@media (max-width: 1000px) {
    .m-banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link {
        margin-top: 30px;
        font-size: 18px;
        padding: 5px 20px
    }
}

.m-banner .swp-banner .swiper-wrapper .swiper-slide .imgcon {
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center
}

.m-banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media (max-width: 1000px) {
    .m-banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
        display: block
    }
}

.m-banner .swp-banner .swiper-wrapper .swiper-slide .video {
    width: 100%;
    height: 100%;
    position: relative
}

.m-banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
    height: 100%;
    width: 100%;
    z-index: 1
}

.m-banner .swp-banner .swiper-button-next,
.m-banner .swp-banner .swiper-button-prev {
    position: initial
}

.m-banner .swp-banner .swiper-button-next::after,
.m-banner .swp-banner .swiper-button-prev::after {
    color: #fff;
    font-size: 20px
}

.m-banner .swp-banner .s-wp {
    position: absolute;
    bottom: 45px;
    width: 100%;
    z-index: 99
}

@media (max-width: 1000px) {
    .m-banner .swp-banner .s-wp {
        bottom: 0px
    }
}

.m-banner .swp-banner .s-wp .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}

@media (max-width: 1000px) {
    .m-banner .swp-banner .s-wp .container {
        position: absolute;
        bottom: 0;
        width: 100%
    }
}

.m-banner .swp-banner .s-wp .container .swiper-pagination {
    position: relative;
    width: initial;
    margin: 0 15px
}

.m-banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
    width: initial;
    background: none;
    opacity: 1;
    margin: 0px 10px;
    color: #fff;
    width: 30px;
    height: 3px;
    background-color: #fff;
    position: relative;
    border-radius: initial;
    bottom: 5px
}

.m-banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: var(--textActiveColor)
}

.m-banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after {
    opacity: 1
}

@media (max-width: 1000px) {
    .m-banner .swp-banner .s-wp .container .swiper-pagination {
        bottom: 10px
    }

    .m-banner .swp-banner .s-wp .container .swiper-pagination .swiper-pagination-bullet {
        margin: 0px 10px;
        color: var(--ThemesActive)
    }
}

.index-prod-nav .pr-n-p.row {
    margin-right: -5px;
    margin-left: -5px
}

.index-prod-nav .pr-n-p [class*="col-lg-"] {
    padding-right: 5px;
    padding-left: 5px
}

.index-prod-nav .p-item {
    width: 100%;
    height: 220px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px
}

@media (max-width: 1000px) {
    .index-prod-nav .p-item {
        height: 150px
    }
}

.index-prod-nav .p-item .title {
    font-size: 22px;
    color: #fff;
    position: absolute;
    z-index: 22;
    top: 20px;
    left: 25px
}

.index-prod-nav .p-item img {
    width: 100%;
    min-height: 100%;
    object-fit: cover
}

.index-prod-nav .pr-n-p .col-md-3 .p-item {
    height: 450px
}

@media (max-width: 1000px) {
    .index-prod-nav .pr-n-p .col-md-3 .p-item {
        height: 150px
    }
}

.index-news {
    width: 100%;
    background-position: right;
    / *background-image: url("../images/i-news-bg.jpg");
    */ background-repeat: no-repeat;
    margin: -15px 0;
    background-size: auto 100%
}

@media (max-width: 1000px) {
    .index-news {
        margin: 30px 0;
        padding-bottom: 10px
    }
}

.index-news .n-title {
    font-size: 28px;
    margin-top: 50px;
    display: inline-block;
    font-weight: 600;
    color: #515151
}

@media (max-width: 1000px) {
    .index-news .n-title {
        text-align: center;
        display: block;
        margin-top: 30px
    }
}

.index-news .n-title .more {
    margin-top: 30px;
    display: block;
    text-align: right;
    font-size: 15px
}

.index-news .news-item {
    width: 100%;
    margin-top: 50px
}

@media (max-width: 1000px) {
    .index-news .news-item {
        margin-top: 30px
    }
}

.index-news .news-item .img {
    width: 100%;
    height: 350px;
    overflow: hidden
}

@media (max-width: 1000px) {
    .index-news .news-item .img {
        height: 200px
    }
}

.index-news .news-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-news .news-item .info .title {
    margin: 10px 0;
    color: #303e48;
    font-weight: 600;
    transition: all .5s
}

.index-news .news-item .info .desc {
    font-size: 12px;
    color: #878787;
    margin-bottom: 15px
}

.index-news .news-item .info .time {
    font-size: 12px;
    color: #4f5b63;
    position: relative
}

.index-news .news-item .info .time::after {
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    width: 70%;
    border-bottom: 1px solid #d1d1d1
}

@media (max-width: 1000px) {
    .index-news .news-item .info .time::after {
        width: 30%
    }
}

.index-news .news-item:hover .info .title {
    color: var(--textActiveColor)
}

.index-about {
    width: 100%;
    overflow: hidden;
    background-color: #931322;
    position: relative
}

.index-about .about-img {
    width: 100%
}

.index-about .about-img img {
    width: 100%
}

.index-about .about-box {
    position: absolute;
    top: 0;
    width: 100%
}

@media (max-width: 1000px) {
    .index-about .about-box {
        position: relative
    }
}

.index-about .ahout-info {
    color: #fff
}

@media (max-width: 1000px) {
    .index-about .ahout-info {
        padding-bottom: 20px
    }
}

.index-about .ahout-info .about-title {
    font-size: 29px;
    margin-top: 70px
}

.index-about .ahout-info .about-title a:hover {
    color: #fff !important;
}

@media (max-width: 1000px) {
    .index-about .ahout-info .about-title {
        margin-top: 30px
    }
}

.index-about .ahout-info .info {
    margin-top: 40px
}

.index-about .ahout-info .link {
    margin-top: 40px
}

.index-about .ahout-info .link a {
    display: inline-block;
    padding: 8px 30px;
    background-color: #fff;
    color: #0d0d0d;
    font-size: 12px;
    border-radius: 5px
}

@media (max-width: 1000px) {
    .left-item {
        margin-bottom: 20px
    }
}

.left-item .left-nav {
    margin: -5px
}

.left-item .left-nav .nav-li {
    margin-bottom: 5px;
    width: 100%
}

@media (max-width: 1000px) {
    .left-item .left-nav .nav-li {
        width: calc(50% - 10px);
        margin: 5px
    }
}

.left-item .left-nav .nav-li a {
    text-align: center;
    padding: 8px 0;
    background-color: #735d4e;
    display: inline-block;
    width: 100%;
    color: #fff;
    transition: all .5s
}

.left-item .left-nav .nav-li a:hover,
.left-item .left-nav .nav-li a.active {
    color: #fff !important;
    background-color: var(--textActiveColor)
}

.left-item .l-link {
    width: 100%;
    height: 60px;
    overflow: hidden;
    border-radius: 5px;
    position: relative;
    margin-top: 10px
}

.left-item .l-link img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.left-item .l-link .info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    font-size: 16px
}

.left-item .l-link .info a {
    color: #fff
}

.left-item .l-link .info a:hover {
    color: #fff !important
}

.newslist {
    margin: 60px 0
}

@media (max-width: 1000px) {
    .newslist {
        margin: 20px 0
    }
}

.newslist .news-box .news-li {
    margin-bottom: 20px
}

.newslist .news-box .news-li .img {
    width: 160px;
    height: 120px;
    overflow: hidden
}

@media (max-width: 1000px) {
    .newslist .news-box .news-li .img {
        width: 120px;
        height: 100px
    }
}

.newslist .news-box .news-li .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newslist .news-box .news-li .info {
    margin-left: 15px;
    width: calc(100% - 175px)
}

@media (max-width: 1000px) {
    .newslist .news-box .news-li .info {
        margin-left: 10px;
        width: calc(100% - 130px)
    }
}

.newslist .news-box .news-li .info .title {
    font-size: 16px;
    color: #000
}

.newslist .news-box .news-li .info .title span {
    color: #444
}

.newslist .news-box .news-li .info .time {
    color: #444;
    margin: 10px 0
}

@media (max-width: 1000px) {
    .newslist .news-box .news-li .info .time {
        margin: 5px 0
    }
}

.newslist .news-box .news-li .info .desc {
    color: #666
}

.newslist .news-box .news-li:hover .info .title {
    color: var(--textActiveColor)
}

.newslist .t-list .t-item {
    width: 100%;
    margin-bottom: 20px
}

.newslist .t-list .t-item .img {
    width: 100%;
    height: 200px;
    overflow: hidden
}

@media (max-width: 1000px) {
    .newslist .t-list .t-item .img {
        height: 150px
    }
}

.newslist .t-list .t-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.newslist .t-list .t-item .title {
    text-align: center;
    margin-top: 10px;
    font-size: 16px;
    color: #333
}

.cslw .temp-title {
    padding-top: 30px
}

.caselist .case-item {
    margin-bottom: 15px
}

.caselist .case-item .img {
    width: 100%;
    height: 200px;
    overflow: hidden
}

@media (max-width: 1000px) {
    .caselist .case-item .img {
        height: 190px
    }
}

.caselist .case-item .img.video-ico::after {
    opacity: 0;
    transition: all .5s
}

@media (max-width: 1000px) {
    .caselist .case-item .img.video-ico::after {
        opacity: 1
    }
}

.caselist .case-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.caselist .case-item .title {
    text-align: center;
    margin: 10px 0;
    font-size: 15px
}

.caselist .case-item .link a {
    display: inline-block;
    padding: 5px 15px;
    border-radius: 2px;
    background-color: var(--textActiveColor);
    color: #fff;
    font-size: 13px;
    margin-right: 5px
}

@media (max-width: 1000px) {
    .caselist .case-item .link a {
        font-size: 12px;
        padding: 5px 5px;
        margin-right: 2px
    }
}

.caselist .case-item .link a span {
    margin-left: 5px
}

.caselist .case-item .link a:hover {
    background-color: #b44439;
    color: #fff !important
}

.caselist .case-item:hover .video-ico::after {
    opacity: 1
}

.prod .case-item .img {
    height: 270px
}

@media (max-width: 1000px) {
    .prod .case-item .img {
        height: 190px
    }
}

.about {
    width: 100%
}

.about .about-info {
    margin: 20px 0
}

.about .about-info img,
.about .about-info table {
    max-width: 100%
}

.searchbox {
    position: relative;
    z-index: 1;
    clear: both;
    width: 215px;
    height: 27px;
    margin-right: -40px;
}

.sea-inpux {
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff
}

.mod_select {
    position: absolute;
    right: 45px;
    top: 0;
    width: 75px
}

.sea-inpux {
    width: calc(100% - 42px)
}

.mod_select .select_box {
    position: relative;
    width: 82px;
    height: 34px
}

.mod_select .select_box .select_txt {
    display: inline-block;
    width: 75px;
    height: 32px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    line-height: 34px;
    font-size: 13px;
    border-left: 1px solid #ccc;
    cursor: pointer;
    color: #222
}

.mod_select .select_box .select-icon {
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
    width: 10px;
    height: 10px;
    background: url(../images/search_ico.png) center no-repeat
}

.mod_select .select_box .option {
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    width: 72px;
    border-radius: 5px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0
}

.mod_select .select_box .option li {
    text-align: center;
    font-size: 13px;
    line-height: 2;
    cursor: pointer;
    color: #222
}

.option a {
    margin-left: 10px;
}

.searchbox .import {
    width: calc(100% - 20px);
    height: 30px;
    margin-right: 60px;
    padding-left: 10px;
    border: none;
    outline: none;
    color: #222;
    font-size: 14px;
    border-radius: 0px;
}

.btn-search {
    position: absolute;
    right: 5px;
    width: 35px;
    height: 33px;
    color: #222;
    background-color: var(--textActiveColor);
    border: 0;
    border-radius: 5px
}

.btn-search span {
    color: #fff;
    border-radius: 5px
}

.foot {
    background-color: #2d2626;
    padding-top: 30px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: auto 100%
}

.foot .yqlj {
    font-size: 12px;
    color: #ffffff;
    margin-top: 20px
}

.foot .yqlj a {
    color: #ffffff;
    margin-right: 10px
}

.foot .foot-gsxx {
    margin: 40px 0
}

@media (max-width: 1000px) {
    .foot .foot-gsxx {
        margin: 20px 0
    }
}

.foot .foot-gsxx .foot-item {
    margin-right: 50px
}

@media (max-width: 1000px) {
    .foot .foot-gsxx .foot-item {
        margin-bottom: 15px
    }

    .foot .foot-gsxx .foot-item a {
        color: #fff;
    }
}

.foot .foot-gsxx .foot-item .ico {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 10px;
    background-size: 80%;
    background-position: center;
    background-repeat: no-repeat
}

.foot .foot-gsxx .foot-item .ico.tel {
    background-image: url("../images/tel-ico.png")
}

.foot .foot-gsxx .foot-item .ico.add {
    background-size: 70%;
    background-image: url("../images/add-ico.png")
}

.foot .foot-gsxx .foot-item .info {
    color: #fff
}

.foot .foot-gsxx .foot-item .info p {
    font-size: 12px
}

.foot .foot-gsxx .foot-item .info b {
    font-size: 23px;
    font-weight: 500
}

.foot .ewm {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    gap: 34px;
    width: 395px;
    margin-left: -58px;
}

@media (max-width: 1000px) {
    .foot .ewm {
        justify-content: center !important
    }
}

.foot .ewm .ewm-item {
    width: 123px;
    margin-left: 2px;
}

.foot .ewm .ewm-item .img {
    width: 100%;
    height: 140px;
    overflow: hidden
}

.foot .ewm .ewm-item .img img {
    max-width: 100%;
    max-height: 100%
}

.foot .ewm .ewm-item .desc {
    margin-top: 13px;
    text-align: center;
    color: #fff
}

.foot .bq {
    padding: 25px 0;
    font-size: 12px;
    color: #dedede
}

.foot .bq a {
    color: #858585
}

.foot .aq-box {
    margin-bottom: 30px
}


.foot .aq-box a {
    margin-right: 10px
}


.n-ban-info {
    margin-top: 80px;
    height: 400px;
    background: #dddddd;
    background-position: center;
    background-repeat: no-repeat
}


.n-ban-info .container {
    height: 100%
}


.n-ban-info .b-info {
    text-align: center;
    width: 100%;
    padding-bottom: 60px
}


.n-ban-info .b-info h2 {
    font-size: 61px;
    margin-top: 10px;
    padding-top: 20px;
    margin-bottom: 8px;
    color: #fff;
    position: relative
}


.n-ban-info .b-info .sname {
    font-size: 22px;
    color: #fff
}

.n-ban-info .b-info .navigation {
    font-size: 12px;
    color: #fff
}

.n-ban-info .b-info .navigation a {
    color: #fff
}

.fx-li .fl .title {
    font-size: 16px;
    font-weight: 600
}

.fx-li .fl ul {
    margin: 5px 0
}

.fx-li .fl ul li {
    margin-bottom: 8px;
    margin-left: 20px;
    list-style-type: circle
}

.fx-li .fl ul li a {
    font-size: 12px
}

.fx-li .fl ul li.active a {
    color: var(--textActiveColor)
}


.news-conn .title {
    text-align: center
}

.news-conn .title h1 {
    font-size: 26px;
    font-weight: 600
}

.news-conn .desc {
    margin: 10px 0;
    border-bottom: 1px solid #ebebeb;
    padding: 20px 0;
    text-align: center
}

.news-conn .desc>span {
    font-size: 13px;
    color: #707070;
    margin: 0 8px;
}


.news-conn .news-info {
    margin-bottom: 15px;
    padding: 20px 0;
    line-height: 2
}

.news-conn .news-info .H_video {
    width: 100%;
    height: 500px;
    margin: 30px 0
}

.news-conn .news-info table,
.news-conn .news-info img {
    max-width: 100%
}

.news-conn .sxy {
    margin-bottom: 20px
}

.news-conn .sxy .nex,
.news-conn .sxy .prx {
    color: #4f4f4f;
    margin-bottom: 10px
}


.news-conn .sxy .nex a,
.news-conn .sxy .prx a {
    color: #4f4f4f;
    display: inline-block;
    font-size: 14px
}

.news-conn .sxy .fl {
    background-color: var(--textActiveColor);
    padding: 10px 20px;
    color: #fff
}

.news-conn .sxy .fl a {
    color: #fff
}

.news-conn .sxy .fl a:hover {
    color: #fff !important
}

.page {
    margin: 30px 0;
    margin-bottom: 60px
}

.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: 0.25rem;
    display: flex !important;
}

.page-num,
.page-link {
    position: relative;
    display: block;
    padding: 5px 10px;
    margin-left: -1px;
    line-height: 1.25;
    color: #666;
    background-color: #eaeaea;
    border: 1px solid #dee2e6;
    margin: 0 5px;
    border-radius: 5px
}

.page-num:hover,
.page-link:hover {
    z-index: 2;
    color: #000;
    text-decoration: none
}

.page-num:not(:disabled) {
    cursor: pointer
}

.page-num-current {
    z-index: 1;
    color: #fff;
    background-color: #5b5b5b;
    border-color: #5b5b5b
}

.character .character-img {
    width: 100%
}

.character .rw-desc {
    font-size: 16px;
    line-height: 33px;
    margin-bottom: 30px;
}

.character .character-img img {
    width: 100%
}

.character .jianje {
    margin-top: 20px
}

.character .jj-info {
    margin-top: 20px
}

.character .jj-info img {
    max-width: 100%
}

.h_top {
    position: fixed;
    right: 30px;
    bottom: 20%;
    width: 100px;
    z-index: 99;
}

.h_top .t-ico {
    width: 100%;
    cursor: pointer;
}

.h_top .t-ico img {
    width: 100%;
}

.h_qrcode {
    position: fixed;
    right: 30px;
    top: 220px;
    z-index: 999;
    cursor: pointer;
}

.h_qrcode .qrcode-ico {
    position: relative;
    background: white;
    padding: 16px 6px 6px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.h_qrcode .qrcode-ico img {
    width: 100px;
    height: 100px;
}

.h_qrcode .qrcode-ico .close-btn {
    position: absolute;
    top: 1px;
    right: 10px;
    width: 5px;
    height: 5px;
    background: #ffffff;
    color: rgb(0, 0, 0);
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s ease;
}

.h_qrcode .qrcode-ico .close-btn:hover {
    background: #ffffff;
}

.navbar-nav .station_select {
    position: relative;
    width: 100px;
    height: 50px;
    flex-grow: 0;
    min-width: 100px;
    display: flex;
    align-items: center;
}

.navbar-menu li {
    text-align: center;
    list-style: none;
    padding: 0px;
}

.station_select {
    position: relative;
    width: 102px;
    margin-right: 25px;
}

.station_select .select_box {
    position: relative;
    width: 100%;
    height: 34px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff;
}

.station_select .select_box .select_txt {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 34px;
    font-size: 13px;
    text-align: center;
    color: #222;
    padding: 0 10px;
    font-weight: 600;
}

.station_select .select_box .select-icon {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background: url(../images/search_ico.png) center no-repeat;
}

.station_select .select_box .option {
    display: none;
    position: absolute;
    top: 38px;
    left: 0;
    width: 100%;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    z-index: 99;
}

.station_select .select_box .option li {
    text-align: center;
    font-size: 12px;
    line-height: 2;
    cursor: pointer;
    color: #222;
    padding: 5px 0;
}

.station_select .select_box .option li:hover {
    background-color: #f1f1f1;
}

.station_select .select_box .option li.active {
    font-weight: bold;
    color: #007bff;
}

.station a {
    font-size: 12px !important;
    padding: 6px 3px !important;
}

.station_select .select_box:hover {
    border-color: #999;
}

/* 每个选项 */
.station_select .select_box .option a {
    display: block;
    text-align: center;
    font-size: 13px;
    margin-left: 0px;
    line-height: 34px;
    cursor: pointer;
    padding: 6px;
    text-decoration: none;
    border-bottom: 1px solid #f5f5f5;
    transition: background-color 0.2s ease;
}

.station_select .select_box .option a:hover {
    background-color: #f9f9f9;
}

.left-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: left;
    margin-bottom: 20px;
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
    color: #1a1a1a;
}

.left-title-btn {
    color: #1a1a1a;
}

.more-btn {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
    text-decoration: none;
}

.more-btn:hover {
    color: #f00;
}


/* 新闻资讯 */
.local-index-news {
    padding: 20px;
}

.news-main {
    display: flex;
    align-items: flex-start;
    width: 100%;
    gap: 20px;
    /* 适配不同屏幕 */
}

.news-swiper {
    flex: 1;
    max-width: 65%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    min-width: 300px;
    /* 预防过小屏幕 */
}

.news-swiper-slide {
    position: relative;
}

.news-swiper-slide img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 10px;
}

.news-swiper-slide .slide-title {
    position: absolute;
    bottom: 10px;
    left: 15px;
    background: rgba(46, 46, 46, 0.6);
    color: #fff;
    padding: 5px 10px;
    font-size: 16px;
    border-radius: 5px;
}

.news-list {
    flex: 1;
    max-width: 35%;
    padding-left: 30px;
    margin-top: 10px;
    min-width: 250px;
    /* 防止过窄 */
}

.news-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.news-list li {
    font-size: 16px;
    color: #333;
    margin-bottom: 12px;
    transition: color 0.3s ease-in-out;
}

.news-list li a {
    text-decoration: none;
    color: #333;
}

.news-list li a:hover {
    color: #d72638;
    font-weight: bold;
}

/* 轮播分页点 */
.news-swiper-pagination {
    bottom: 5px !important;
}


/* 手艺人物 */
.local-index-renwu {
    padding: 40px 20px;
    background-color: #f8f8f8;
}

.renwu-box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 32px;
    justify-items: center;
    align-items: start;
}

.renwu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.renwu-item .ico {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    border: 4px solid #dbdbdb;
    overflow: hidden;
    transition: all 0.4s ease;
    background-color: #fff;
}

.renwu-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.renwu-item .name {
    margin-top: 16px;
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
}

.renwu-item:hover .ico {
    border-color: var(--textActiveColor);
    transform: scale(1.05);
}

.renwu-item .imgfd {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
}
@media (max-width: 768px) {
    .renwu-box {
      grid-template-columns: repeat(2, 1fr); /* 一行两个 */
      gap: 16px; /* 缩小间距适配小屏 */
    }
  
    .renwu-item .ico {
      width: 140px;
      height: 140px;
    }
  
    .renwu-item .name {
      font-size: 14px;
    }
  }
  

/* 专题活动 */
.local-index-activity {
    padding: 20px;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}


.activity-six {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.activity-item {
    width: 48%;
    height: 280px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: transform 0.3s ease;
}

.activity-item .imgfd {
    display: block;
    width: 100%;
    height: 100%;
}

.activity-item .img {
    width: 100%;
    height: 100%;
    position: relative;
}

.activity-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.activity-item:hover img {
    transform: scale(1.05);
}

/* 热门景区 */
.local-index-spot {
    padding: 20px;
    font-family: "Arial", sans-serif;
}


.spot-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}


.spot-li {
    height: 100px;
    width: 380px;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    display: flex;
    align-items: stretch;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.spot-li .img {
    width: 110px;
    overflow: hidden;
    display: flex;
    flex-shrink: 0;
}

.spot-li .img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.spot-li .spot-info {
    width: 230px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.spot-li .title {
    font-size: 1.25em;
    font-weight: bold;
    line-height: 1.6;
    color: #333;
    margin-bottom: 2px;
}

.spot-li .time {
    font-size: 0.9em;
    color: #777;
    margin-bottom: 2px;
}

.spot-li .desc {
    font-size: 0.9em;
    color: #555;
    line-height: 1.2;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: 60px;
}

.spot-li:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.spot-li a {
    text-decoration: none;
    color: inherit;
    display: flex;
    width: 100%;
}

/* 商品列表页 */


.local-index-products {
    padding: 20px;
}

.product-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

#product-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;

}

.product-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-decoration: none;
    color: inherit;
    height: 100%;
}

.product-item {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    width: auto;
}

.product-item:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.product-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}

.product-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.product-info {
    margin-top: 10px;
    text-align: left;
}

.product-info h4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height: 40px;
}


/* 底部布局 */
.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 10px;
}

.price-sold {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price-sales .price,
.price-sales .sales {
    margin: 0;
    font-size: 14px;
    color: #999;
    text-align: left;
}

.price-sales .price {
    font-size: 20px;
    color: #f30e1a;
    margin-bottom: 5px;
}

.now-buy-btn {
    display: inline-block;
    padding: 5px 10px;
    font-size: 14px;
    color: #fff;
    background-color: #b22f24;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.now-buy-btn:hover {
    background-color: #942a1f;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.product-item p {
    margin: 0;
    font-size: inherit;
    color: inherit;
}

#product-container::before,
#product-container::after {
    content: none !important;
    display: none !important;
}

/* 分页容器 */
.pagination-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    /* 按钮和文字间距 */
    margin: 20px 0;
}

/* 箭头按钮样式 */
.pagination-container .page-arrow {
    padding: 2px 12px 6px;
    font-size: 16px;
    color: #333;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* 禁用按钮样式 */
.pagination-container .page-arrow:disabled {
    color: #999;
    background-color: #f1f1f1;
    border-color: #ddd;
    cursor: not-allowed;
}

/* 鼠标悬停效果 */
.pagination-container .page-arrow:not(:disabled):hover {
    background-color: #b22f24;
    color: #fff;
    border-color: #b22f24;
}

/* 页码信息样式 */
.pagination-container .page-info {
    font-size: 16px;
    color: #555;
    font-weight: bold;
}

/* 加载动画 */
.sk-circle {
    display: inline-block;
    width: 60px;
    height: 60px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #B22F24;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}



/* 加载动画 结束*/

.local-index-adv {
    padding: 20px;
}

.local-index-adv .cooper {
    width: 100%;
    overflow: hidden;
    display: flex;
    position: relative;
}

.local-index-adv .cooper ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    min-width: 200%;
    /* 让 ul 宽度翻倍 */
    animation: scroll 30s linear infinite;
}

.local-index-adv .cooper ul li {
    flex: 0 0 auto;
    width: 180px;
    height: 60px;
    margin: 25px;
}

.local-index-adv .cooper ul li div {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.local-index-adv .cooper ul li div img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.local-index-adv .cooper ul li div img {
    width: 110%;
    height: 60px;
    max-width: 100%;
    object-fit: contain;
}


/* 让 ul 无限滚动 */
@keyframes scroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
        /* 滚动半个 ul 宽度 */
    }
}

/* 鼠标悬停时停止滚动 */
.local-index-adv .cooper ul:hover {
    animation-play-state: paused;
}


@media (max-width: 768px) {
    .container {
        max-width: 100%;
    }

    body {
        font-size: 13px
    }

    .font-22 {
        font-size: 18px
    }

    .font-18 {
        font-size: 15px
    }

    .temp-title {
        padding: 30px 0
    }

    .temp-title .title {
        font-size: 20px
    }

    .temp-title .p {
        font-size: 12px
    }

    .b-titlex {
        margin: 30px 0
    }

    .c-titlex {
        margin-bottom: 5px
    }

    .d-titlex {
        padding: 8px 15px;
        font-size: 18px
    }

    html.cut .head .row {
        background-color: #fff
    }

    .navbar-toggle {
        display: block;
        float: right;
        margin-right: 10px;
        background-color: transparent;
        border: none;
        position: relative;
        z-index: 1000;
        /* 增加层级，确保按钮在其他元素之上 */
    }

    .navbar-toggle .icon-bar {
        background-color: #333;
    }

    .navbar-collapse {
        display: none;
        width: 100%;
        background-color: #fff;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 999;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        overflow-y: auto;
    }

    .navbar-collapse.in {
        display: block !important;
    }

    .navbar-nav {
        flex-direction: column;
        align-items: center;
        width: 100%;
        text-align: center;
        margin-top: 0;
    }

    .navbar-nav li {
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
    }

    .navbar-nav li a {
        font-size: 18px;
        padding: 12px 0;
        display: block;
        color: #333;
        text-decoration: none;
        transition: background-color 0.3s ease;
    }

    .navbar-nav li a:hover {
        background-color: #f4f4f4;
    }

    .head .navbar-header .navbar-brand img {
        height: 55px
    }

    .head .icon-bar {
        background-color: var(--textActiveColor)
    }



    .head .navbar-nav li {
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        margin-left: -2px;
    }

    .head .navbar-nav li a:hover,
    .head .navbar-nav li a:active,
    .head .navbar-nav li a:focus {
        color: #fff
    }

    .head .navbar-nav li>.dropdown-menu {
        width: initial
    }

    .head .navbar-nav li>.dropdown-menu li a {
        text-align: left
    }

    .head .navbar-nav li>.dropdown-menu li:hover>a,
    .head .navbar-nav li>.dropdown-menu li.act>a {
        color: #fff !important;
        background-color: var(--textActiveColor)
    }

    .head .nav-list {
        margin-top: 15px
    }

    .head .nav-list .pc-link {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .head .nav-list .pc-link a {
        color: #000
    }

    .head .navbar {
        height: 60px;
        display: block
    }

    .head .navbar .navbar-header {
        position: relative;
        top: 2px;
        width: 100%;
        color: #6d3333;
    }


    .head .navbar .navbar-header .navbar-brand {
        height: 51px;
        margin-top: 12px;
    }

    .head .navbar .navbar-header .navbar-brand img {
        position: relative
    }

    .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 {
        flex-direction: column;
        align-items: flex-start;
        padding: 10px 35px;
        margin-top: 0;
        margin-bottom: 0;
        width: calc(100% + 15px);
    }

    .head .navbar-nav>li:last-child {
        border-bottom: none
    }

    .head .navbar-nav>li>a {
        width: calc(100% - 60px);
        float: left;
        padding: 12px 18px;
        text-align: left !important
    }

    .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;
        width: 100%
    }

    .head .navbar-nav>li>.dropdown-menu li {
        text-align: left;
        padding-left: 20px
    }

    .head .navbar-nav>li>.dropdown-menu li a {
        color: #000
    }

    .head .navbar-nav>li.open>span img {
        transform: rotate(90deg)
    }

    .head .dropdown-submenu>.dropdown-menu {
        padding-left: 25px
    }

    .head .nav-list {
        width: 100%
    }

    .station_select .select_box {
        border-radius: 5px;
        border: 1px solid #e1e1e1;
    }

    .banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
        position: initial;
        transform: initial;
        left: initial
    }

    .m-banner .swp-banner .swiper-wrapper .swiper-slide .video .banner-video {
        position: initial;
        transform: initial;
        left: initial
    }

    .foot .bq {
        margin-top: 30px
    }

    .n-ban-info {
        height: 250px
    }

    .n-ban-info .container {
        justify-content: center;
        text-align: center
    }

    .n-ban-info .b-info {
        padding-bottom: 20px
    }

    .n-ban-info .b-info h2 {
        font-size: 32px
    }

    .activity-six {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .spot-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }


    .left-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        /* 左右分布 */
        width: 100%;
        font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
        text-align: left;
        margin-bottom: 20px;
        font-size: 28px;
        text-transform: uppercase;
        font-weight: 600;
        position: relative;
        padding-bottom: 10px;
        color: #1a1a1a;
        gap: 10px;
    }

    .left-title a {
        display: inline-block;
        line-height: 1;
        white-space: nowrap;
    }

    .more-btn {
        font-size: 14px;
        color: #999;
        text-decoration: none;
    }

    .more-btn:hover {
        color: #f00;
    }


    #product-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    /* --- 新闻资讯 --- */
    .news-main {
        flex-direction: column;
        gap: 20px;
        max-width: 100%;
    }

    .news-swiper,
    .news-list {
        max-width: 100%;
        width: 100%;
        padding-left: 0;
    }

    .news-swiper-slide img {
        height: 240px;
    }


    .news-main {
        flex-direction: column;
    }

    .news-swiper,
    .news-list {
        max-width: 100%;
        padding-left: 0;
    }

    .news-swiper-slide img {
        height: 200px;
        /* 减小轮播图高度以适配手机 */
    }

    .activity-six {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: space-between;
    }

    .activity-item img {
        object-fit: cover;
    }

    .left-title {
        font-size: 20px;
    }

    .imgfd {
        overflow: hidden;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }
}


@media (max-width: 1000px) {
    .foot .aq-box {
        justify-content: center;
        padding-bottom: 20px
    }

    .foot .aq-box a img {
        width: 50px
    }
}

/* 百匠模块整体样式 */
.local-index-baijiang {
    padding: 40px 0;
    background-color: #f8f8f8;
}

/* 标题栏 */
.baijiang-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}


/* 栏目容器：响应式 Grid 布局 */
.baijiang-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.baijiang-link {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.baijiang-link:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
}

.baijiang-img {
    width: 100%;
    height: auto;
    display: block;
}

/* 响应式处理 */
@media (max-width: 992px) {
    .activity-item {
        width: 48%;
        height: 50%;
        aspect-ratio: 16 / 9;
    }
}

@media (max-width: 768px) {
    .baijiang-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}