@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;
    --lightGray: #f8f9fa;
    --darkGray: #333;
}

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
}

select {
    max-height: 200px;
    overflow-y: auto;
}

/* luo20241120 */
img {
    pointer-events: none;
}


.imgs img {
    max-width: 100%
}

.imgfd {
    overflow: hidden
}

.imgfd img {
    transition: all .8s;
    transform: scale(1)
}

.imgfd:hover img {
    transform: scale(1.05)
}


.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;
    margin-top: 20px;
}

.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;
    margin-top: 175px;
}



.a-line {
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis
}

.b-line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

.clear::after {
    display: block;
    content: "";
    clear: both
}

.top-fixed {
    position: fixed;
    top: 0;
    z-index: 999999;
    width: 100%;
    left: 0
}

.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: 30px 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
}


/*  head  */
.nav-list {
    width: 100%;
    display: flex;
    justify-content: center;
}

html.cut .head {
    background: #fff;
    display: block !important;
}


html.cut .head .navbar-nav li a {
    color: #000
}

html.cut .head .nav-list .pc-link {
    color: #000;
}

.social-media {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-right: 45px;
}

.social-media span {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

.social-media a {
    display: inline-block;
    transition: transform 0.3s ease;
}

.social-media a:hover {
    transform: scale(1.1);
}

.social-media img {
    width: 24px;
    height: 24px;
}

.social-item {
    position: relative;
    display: inline-block;
}

.qr-code {
    display: none;
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 10;
}

.qr-code img {
    width: 130px;
    height: 130px;
}

.qr-code p {
    font-size: 12px;
    color: #333;
}

.social-item:hover .qr-code {
    display: block;
}

/* 支持多个二维码的布局 */
.qr-code.multiple-qr .qr-wrapper {
    display: flex;
    gap: 10px;
    justify-content: center;
}

.qr-code.multiple-qr .qr-item {
    text-align: center;
}

.qr-code.multiple-qr .qr-item img {
    width: 130px;
    height: 130px;
}

.qr-code.multiple-qr .qr-item p {
    font-size: 12px;
    color: #333;
    margin-top: 5px;
}

.navbar-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 0px;
    margin-top: 20px;
    font-size: 14px;
    padding: 0px;
}

.navbar-menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    align-items: center;
    list-style: none;

}

.navbar-menu li {
    text-align: center;
    list-style: none;
    padding: 0px;
}


.navbar-menu a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    white-space: nowrap;
}


.head .navbar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: 150px;
    margin-bottom: 0
}

.head .navbar-toggle {
    position: absolute;
    right: 0px;
    top: 20%;
    transform: translateY(-50%);
    margin-right: 0;
}

.head .navbar-toggle.onk .icon-bar {
    position: relative;
    top: 1px
}

.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: 75px
}

.head .navbar-header .navbar-brand {
    height: 100%;
    padding: 0;
    margin-left: 0;
    margin-top: 5px;
}

.head .navbar-header .navbar-brand img {
    height: 85px;
    margin-top: -5px;
}


.head .icon-bar {
    background-color: #fff
}

.head .navbar-nav .nav-item {
    padding-bottom: 0px
}

.head .navbar-nav li a {
    font-size: 15px;
    padding: 15px 0px;
    color: #fff;
    text-shadow: initial;
    font-weight: 600;
    /* display: inline-block; */
    text-transform: uppercase;
}

.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.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;
    display: block;
    transition: all .5s;
    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
}


.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
}

.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: 12px;
    align-items: center;
    width: 100%;
    padding: 0
}


.head .nav-list .pc-link {
    position: relative;
    float: right;
    margin-bottom: 8px;
    color: #fff;
    margin-left: 25px
}

.navbar-nav li.active>a {
    color: var(--textActiveColor) !important;
}


.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
}



.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 .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
}

.navbar-nav .station_select {
    position: relative;
    width: 100px;
    flex-grow: 0;
    min-width: 100px;

}

.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: var(--textActiveColor)
}

.station a {
    font-size: 14px !important;
    padding: 6px 0px !important;
}

.head .navbar-brand .logo {
    display: block;
}

.head .navbar-brand .logoa {
    display: none;
}



/*  head  */

.banner {
   margin-top: 150px;
    width: 100%;
    position: relative;
    height: 480px;
}

.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;
    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
}

.banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
    font-size: 26px
}


.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
}



.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
}


.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
}



.m-banner {
    width: 100%;
    position: relative;
    height: 700px
}


.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;
    margin-top: 60px;
}

.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
}


.m-banner .swp-banner .swiper-wrapper .swiper-slide .info .container .b-desc {
    font-size: 26px
}

.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
}


.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
}



.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
}



.m-banner .swp-banner .s-wp .container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center
}


.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
}


.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
}



.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
}



.index-news {
    width: 100%;
    background-position: right;
    /* background-image: url("../images/i-news-bg.jpg"); */
    background-repeat: no-repeat;
    margin: 0;
    background-size: auto 100%
}



.index-news .n-title {
    font-size: 28px;
    margin-top: 50px;
    display: inline-block;
    font-weight: 600;
    color: #515151
}



.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
}


.index-news .news-item .img {
    width: 100%;
    height: 350px;
    overflow: hidden
}


.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;
    font-size: 14px;
    line-height: 1.4;
    height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.index-news .news-item .info .desc {
    font-size: 12px;
    color: #878787;
    margin-bottom: 15px;
    line-height: 1.4;
    height: 2.8em;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px;
}

.index-news .news-item .info .time {
    font-size: 12px;
    color: #4f5b63;
    position: relative;
    margin-top: auto;
}

.index-news .news-item .info .time::after {
    position: absolute;
    content: "";
    right: 0;
    top: 10px;
    width: 70%;
    border-bottom: 1px solid #d1d1d1
}



.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%
}


.index-about .ahout-info {
    color: #fff
}


.index-about .ahout-info .about-title {
    font-size: 29px;
    margin-top: 70px
}

.index-about .ahout-info .about-title a:hover {
    color: #fff !important;
}



.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
}

.index-renwu {
    background-color: #f8f8f8
}

.index-renwu .renwu-box {
    margin-top: 20px;
    margin-bottom: 70px
}



.index-renwu .renwu-box .renwu-item {
    width: calc(100% / 5)
}

.index-renwu .renwu-box .renwu-item .ico {
    width: 198px;
    height: 198px;
    border-radius: 50%;
    border: 4px solid #dbdbdb;
    overflow: hidden;
    transition: all .5s
}


.index-renwu .renwu-box .renwu-item .ico img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.index-renwu .renwu-box .renwu-item .name {
    text-align: center;
    margin-top: 20px
}

.index-renwu .renwu-box .renwu-item:hover .ico {
    border-color: var(--textActiveColor)
}



.jy-box .jy-item {
    position: relative;
    width: 100%;
    margin-bottom: 30px
}

.jy-box .jy-item .img {
    width: 100%;
    height: 220px;
    overflow: hidden
}


.jy-box .jy-item .img img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.jy-box .jy-item .info {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 220px;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    opacity: 0;
    transition: all .5s
}



.jy-box .jy-item .info .con {
    position: relative;
    top: 180px;
    transition: top .6s
}


.jy-box .jy-item:hover .info {
    opacity: 1
}

.jy-box .jy-item:hover .info .con {
    top: 0
}

.jy-box>.row>.col-lg-6>.jy-item {
    height: 470px
}

.jy-box>.row>.col-lg-6>.jy-item .img {
    height: 470px
}

.jy-box>.row>.col-lg-6>.jy-item .info {
    height: 470px
}

.left-item .left-nav {
    margin: -5px
}

.left-item .left-nav .nav-li {
    margin-bottom: 5px;
    width: 100%
}

.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: -20px;
    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
}


.newslist .news-box .news-li {
    margin-bottom: 20px
}

.newslist .news-box .news-li .img {
    width: 160px;
    height: 120px;
    overflow: hidden
}

.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)
}


.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
}



.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
}

.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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cslw .temp-title {
    padding-top: 30px
}

.caselist .case-item {
    margin-bottom: 15px
}

.caselist .case-item .img {
    width: 100%;
    height: 200px;
    overflow: hidden
}


.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
}



.caselist .case-item:hover .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;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.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
}


.caselist .case-item .link a span {
    margin-left: 5px
}

.caselist .case-item .link a:hover {
    background-color: #b44439;
    color: #fff !important
}



.prod .case-item .img {
    height: 270px
}



.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;
    .btn-search clear: both;
    width: 225px;
    height: 27px
}

.sea-inpux {
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #fff
}

.mod_select {
    position: absolute;
    right: 40px;
    top: 0;
    width: 75px
}

.sea-inpux {
    width: calc(100% - 42px)
}

.mod_select .select_box {
    position: relative;
    width: 75px;
    height: 36px
}

.mod_select .select_box .select_txt {
    display: inline-block;
    width: 75px;
    height: 32px;
    padding-left: 5px;
    padding-right: 10px;
    overflow: hidden;
    line-height: 33px;
    font-size: 13px;
    border-left: 1px solid #ccc;
    cursor: pointer;
    color: #222
}

.mod_select .select_box .select-icon {
    position: absolute;
    top: 43%;
    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
}

.searchbox .import {
    width: calc(100% - 20px);
    height: 30px;
    margin-right: 60px;
    padding-left: 10px;
    border: none;
    outline: none;
    color: #222;
    font-size: 13px;
    border-radius: 0px;
}

.btn-search {
    position: absolute;
    right: 5px;
    width: 35px;
    height: 31px;
    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
}

.foot .foot-gsxx .foot-item {
    margin-right: 50px
}



.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;
}


.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: 100px;
    height: 450px;
    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 {
      padding-top: 20px;
}
.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: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
    margin: 40px 0;
    padding: 0;
    list-style: none;
}

.pagination a {
    margin: 0 4px;
}

.page-num,
.page-link {
    display: inline-block;
    min-width: 35px;
    text-align: center;
    padding: 6px 12px;
    font-size: 14px;
    color: #444;
    background-color: #f3f3f3;
    border: 1px solid #ccc;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}

.page-num:hover,
.page-link:hover {
    background-color: #e0e0e0;
    color: #000;
}

.page-num:not(:disabled) {
    cursor: pointer
}

.page-num-current {
    background-color: var(--textActiveColor, #b31b1b);
    color: #fff;
    border-color: var(--textActiveColor, #b31b1b);
    pointer-events: none;
}

/* 跳页输入框和按钮容器 */
.page-select {
    display: flex;
    align-items: center;
    margin-left: 10px;
    gap: 8px;
}

/* 输入框样式 */
.page-select input[type="number"] {
    width: 95px;
    padding: 6px 10px;
    font-size: 14px;
    color: #333;
    border: 1px solid var(--textActiveColor, #b31b1b);
    border-radius: 3px;
    background-color: #fff;
    appearance: textfield;
    /* 去除默认样式 */
}



/* 按钮样式 */
.page-select button {
    padding: 6px 12px;
    font-size: 14px;
    color: #fff;
    background-color: var(--textActiveColor, #b31b1b);
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.2s ease-in-out;
}

.page-select button:hover {
    background-color: #a11212;
}

.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;
}

/* login */
body {
    margin: 0;
    font-family: "Microsoft YaHei", sans-serif;
    background-color: #f1f1f1;
}

.container-pages {
    margin-top: 150px;
}

.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 70vh;
    padding: 20px;
}

.login-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    max-width: 980px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

/* 左边 logo 区域 */
.login-left {
    flex: 1;
    background: #ffffff;
    padding: 40px 20px;
    text-align: center;
    border-right: 1px solid #eee;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo-img {
    width: 350px;
    margin-bottom: 20px;
}

.site-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.site-slogan {
    font-size: 14px;
    color: #999;
}

/* 右边登录表单 */
.login-right {
    flex: 1;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-title {
    font-size: 18px;
    font-weight: bold;
    width: 80px;
    border-bottom: 3px solid #b31d1d;
    padding-bottom: 5px;
    margin-bottom: 30px;
    display: inline-block;
    color: #333;
}

.input-line {
    position: relative;
    margin-bottom: 30px;
    margin-top: 20px;
}

.input-line input {
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    padding: 10px 0;
    outline: none;
    background: transparent;
    color: #333;
    transition: border-color 0.3s;
}

.input-line input:focus {
    border-bottom: 2px solid #b31d1d;
}

.input-line .forgot-link {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #b31d1d;
    text-decoration: none;
}


/* 忘记密码放进 password 框内右上角 */
.input-group .forgot-link {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #b31d1d;
    text-decoration: none;
}

.form-input {
    width: 100%;
    height: 44px;
    padding: 0 12px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
}

.code-row {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
}

.code-input {
    flex: 1;
}

.code-img {
    height: 44px;
    border-radius: 6px;
    border: 1px solid #ccc;
    cursor: pointer;
}




/* 注册 */
.input-line label {
    font-size: 14px;
    color: #666;
    top: 2px;
}


.submit-btn {
    width: 100%;
    height: 45px;
    border-radius: 30px;
    background-color: #b31d1d;
    color: white;
    border: none;
    font-size: 16px;
    margin-top: 10px;
}


.bottom-text {
    margin-top: 15px;
    text-align: center;
    color: #999;
}

.bottom-text a {
    color: #b31d1d;
    margin-left: 5px;
}

.valid-feedback,
.invalid-feedback {
    font-size: 13px;
    margin-top: 5px;
}

.btn-back-home {
    display: inline-block;
    margin-top: 10px;
    color: #999;
    font-size: 14px;
}

.btn-back-home:hover {
    color: #b31d1d;
    text-decoration: underline;
}

.checkbox-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    flex-wrap: wrap;
}

.checkbox-line input[type="checkbox"] {
    width: auto;
    flex-shrink: 0;
}

.checkbox-line label {
    font-size: 14px;
    color: #666;
    margin-top: 9px;
}

.checkbox-line a {
    color: #b31d1d;
    text-decoration: none;
}



/* 密码找回 */
.code-row button {
    width: 30%;
    height: 40px;
    font-size: 14px;
    background-color: #b31d1d;
    border: none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.code-row button:not(.disabled):hover {
    background-color: #991a1a;
}

.code-btn.disabled {
    background-color: #ccc;
    cursor: not-allowed;
    color: #ffffff;
}


/* 个人中心 右上角*/
.ucenter-dropdown {
    position: relative;
}

.ucenter-toggle {
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    border-radius: 30px;
    transition: background 0.3s;
}

.user-avatar-nav {
    width: 36px;
    height: 36px;
    border-radius: 10%;
    object-fit: cover;
}

.ucenter-menu {
    min-width: 80px;
    border: none;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    border-radius: 0.5rem;
    margin-top: 0.25rem;
    right: 0;
    left: -22px;
}

.ucenter-item {
    padding: 0.5rem 1rem;
    font-size: 15px;
    transition: background-color 0.2s;
}

.ucenter-item:hover {
    background-color: #f8f9fa;
}

.ucenter-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 75vh;
    padding: 20px;
}

/* 个人中心 */
.user-center {
    width: 90%;
    max-width: 800px;
    margin: 150px auto 50px auto;
    padding: 20px 30px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    margin-top: 200px;
}

.user-avatar {
    width: 80px;
    height: 80px;

    border: 3px solid #ffffff;
    object-fit: cover;
    margin-bottom: 20px;
}

.user-info-table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px;
}

.user-info-table tr {
    border-bottom: 1px solid #ddd;
}

.user-info-table tr:first-child {
    border-top: none;
}

.user-info-table td {
    padding: 14px 10px;
    font-size: 15px;
    vertical-align: middle;
    border-top: none !important;
}

.user-info-table td:first-child {
    width: 15%;
    color: #333;
    font-weight: bold;
    white-space: nowrap;

}

.user-btn {
    display: inline-block;
    padding: 10px 30px;
    font-size: 16px;
    background-color: #b91c1c;
    color: #fff;
    border-radius: 30px;
    text-decoration: none;
    margin-top: 30px;
    border: none;
    transition: background-color 0.3s;
}

a.user-btn:hover {
    background-color: #991b1b !important;
    color: #fff !important;
}


.ucenter-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 3px solid var(--textActiveColor);
    display: inline-block;
}



/* 修改信息页样式*/
.input-line-2 {
    margin-bottom: 20px;
}

.input-line-2 label {
    display: block;
    font-weight: bold;
    color: #333;
    margin-bottom: 8px;
}

.input-line-2 .form-control,
.input-line-2 input,
.input-line-2 select {
    width: 100%;
    padding: 6px 12px;
    font-size: 15px;
    border: 1px solid #ccc;
    border-radius: 6px;
    transition: border-color 0.3s ease;
}

.input-line-2 .form-control:focus {
    border-color: #b91c1c;
    outline: none;
    box-shadow: 0 0 3px #991b1b33;
}

.user-btn:disabled {
    opacity: 0.6 !important;
    cursor: not-allowed !important;
    pointer-events: none;
}

/* 头像上传样式 */
.avatar-section {
    margin-bottom: 25px;
}

.avatar-box {
    display: flex;
    align-items: center;
    gap: 35px;
}

.avatar-img {
    height: 100px;
    width: 100px;
    object-fit: cover;
    border-radius: 8px;
    padding: 5px;
    border-radius: 10%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

/* 上传按钮样式 */
.edit-btn {
    background-color: #b91c1c;
    border: none;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.edit-btn:hover {
    background-color: #991b1b;
}

.modify-code-row {
    display: flex;
    align-items: center;
    gap: 10px;
}


.modify-code-row button {
    width: 30%;
    height: 40px;
    font-size: 14px;
    background-color: #b31d1d;
    border: none;
    border-radius: 30px;
    color: #fff;
    cursor: pointer;
    transition: background-color 0.3s;
}

.modify-code-row button:not(.disabled):hover {
    background-color: #991a1a;
}

.code-btn.disabled {
    background-color: #ccc;
    cursor: not-allowed;
    color: #ffffff;
}

.form-row {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.form-col {
    flex: 1 1 0;
    min-width: 200px;
}

@media (max-width: 576px) {
    .form-row {
        flex-direction: column;
    }
}

/* 上传头像 */
.upload {
    border: none;
}

.container-upload {
    margin-top: 300px;
    /* 改为适中的顶部间距 */
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.upload-modal-header {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.upload-btn {
    background-color: #b91c1c;
    color: #fff;
    border: none;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    transition: background-color 0.3s ease;
    cursor: pointer;
}

.upload-btn:hover {
    border: none;
    background-color: #991b1b;
}

.upload-btn:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}


/* 错误提示 */
.file-input-error {
    color: red;
    margin-top: 10px;
    font-size: 14px;
}

/* 文件上传按钮样式 */
.upload-btn {
    background-color: #b91c1c;
    color: #fff;
    padding: 8px 20px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.upload-btn:hover {
    background-color: #991b1b;
}

.img-video {
    position: relative;
    overflow: hidden;
}

.img-video .play-icon {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    width: 50px;
    height: 50px;
    background-image: url("../images/video-ico.png");
    background-size: 100%;
    background-repeat: no-repeat;
    z-index: 10;
    opacity: 1;
    /* 默认显示 */
    transition: opacity 0.3s ease;
}

.jy-item:hover .play-icon {
    opacity: 0;
}

.jy-box .jy-item .info {
    opacity: 0;
    transition: all 0.5s;
    margin-top: 0px;
}

.jy-box .jy-item:hover .info {
    opacity: 1;
}


.jy-box .jy-item .info .con {
    position: relative;
    top: 180px;
    transition: top 0.6s;
}

.jy-box .jy-item:hover .info .con {
    top: 0;
}


.news-four {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: -25px;
}

.local-index-adv {
    background-color: #f7f5f3;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.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;
}


/* 商品容器 */
#product-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 每行显示 4 个商品 */
    gap: 20px;
    /* 商品之间的间距 */
    margin-top: -5px;
}

@media (max-width: 1200px) {
    #product-container {
        grid-template-columns: repeat(3, 1fr);
        /* 屏幕宽度小于 1200px 时每行显示 3 个 */
    }
}

@media (max-width: 768px) {
    #product-container {
        grid-template-columns: repeat(2, 1fr);
        /* 屏幕宽度小于 768px 时每行显示 2 个 */
    }
}

@media (max-width: 480px) {
    #product-container {
        /* grid-template-columns: 1fr; 屏幕宽度小于 480px 时每行显示 1 个 */
        grid-template-columns: repeat(2, 1fr);
        /* 屏幕宽度小于 768px 时每行显示 2 个 */
    }
}

/* 链接样式 */
.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: 250px;
    /* 固定图片容器高度 */
    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;
    /* 限制为 2 行 */
    height: 40px;
    /* 根据字体大小调整高度 */
}


/* 底部布局 */
.product-footer {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-top: auto;
    padding-top: 10px;
    /* border-top: 1px solid #eee; */
}

/* 价格和销量样式 */
.price-sold {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.price-sales .price,
.price-sales .sales {
    margin: 0;
    /* 清除全局 p 样式影响 */
    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;
}


/* 专题活动 */

.index-activity {
    margin-bottom: 70px;
}

.container {
    max-width: 1200px;
    /* margin: 0 auto; */
}


.activity-list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.activity-item {
    width: calc(25% - 30px);
    height: 180px;
    overflow: hidden;
    border-radius: 5px;
    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);
}


/* 留言须知样式 */
.message {
    margin-top: 190px;
}

.flex-row-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.flex-row-group label {
    flex: -1 0 120px;
    margin-right: 20px;
    text-align: right;
    color: #F7D3D3;
    white-space: nowrap;
}

.flex-row-group input {
    flex: 1;
    padding: 0.5rem;
    background-color: #F7D3D3;
    border: none;
    border-radius: 0;
    color: #333;

}

.form-tip {
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 20px;
    border-bottom: 1px solid #D96B70;
    padding: 10px 0px 20px 0px;
    margin-bottom: 20px;

}

.form-tip::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #D96B70;
    transform: translateY(5px);
}


.message-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    gap: 2rem;
}

.message-note,
.message-form {
    flex: 0 1 48%;
    box-sizing: border-box;
}

.message-note {
    position: relative;
    background: #f8f8f8;
    padding: 3rem;
    font-size: 16px;
    line-height: 1.8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    margin-left: -15px;
}

.message-note::before {
    content: "";
    position: absolute;
    top: 28px;
    left: 0px;
    width: 7px;
    height: 45px;
    background-color: #c2111a;
}


.message-note .note-content {
    flex-grow: 1;
    overflow-y: auto;
    max-height: 660px;
}


.message-note h5 {
    color: #C21119;
    font-size: 20px;
    margin-bottom: 3rem;
    font-weight: bold;
}

/* 留言表单样式 */
.message-form form {
    background: #C21119;
    padding: 3rem;
    color: #F7D3D3;
    border-radius: 4px;
    font-size: 16px;
    min-height: 550px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    box-sizing: border-box;
}

.message form .form-group label {
    color: #F7D3D3;
    font-weight: normal;
}

.message form .form-control {
    border: none;
    border-radius: 0;
    padding: 0.5rem;
    box-shadow: none;
    background-color: #F7D3D3;
    color: #333;
}

.message form textarea.form-control {
    min-height: 150px;
    background-color: #F7D3D3;
    color: #333;
}

.message form .btn {
    background: #fff;
    color: var(--textActiveColor);
    font-weight: bold;
    border-radius: 0;
    padding: 0.5rem 2rem;
    transition: 0.3s;
}

.message form .btn:hover {
    background: #eee;
    color: #b40000;
}

.message form img.codeimg {
    height: 40px;
    cursor: pointer;
    border: 1px solid #ccc;
}

/* 留言记录样式 */
.msg-container {
    padding: 1.5rem;
}



.code-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 480px;
}

.code-group label {
    flex-shrink: 0;
    margin-right: 7px;
    color: #F7D3D3;
    min-width: 65px;
}

/* 让图片和刷新链接在一行显示 */
.code-image-group {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: nowrap;
}

.code-group img {
    cursor: pointer;
    height: 38px;
    border: 1px solid #ccc;
}

.message-submit-btn {
    padding: 12px 20px;
    font-size: 16px;
    color: var(--textActiveColor);
    background-color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    margin-top: 35px;
}

.message-submit-btn:hover {
    background-color: #ececec;
}

.form-checkcode {
    height: 38px;
    width: 100px;
    border: none;
    background-color: #F7D3D3;
    padding-left: 8px;
    box-sizing: border-box;
    color: #333;
    border-radius: 4px;
}

.code-refresh-link {
    color: #F7D3D3 !important;
    font-size: 14px;
    text-decoration: none;
    white-space: nowrap;
}

.code-refresh-link:hover {
    color: #ffeeee !important;
}

.message-record-img {
    width: 100%;
    margin: 0 auto;
    display: block;
}


.message-record-title {
    padding: 30px 0px 0px;
    font-weight: bold;
    color: #C21119;
    font-size: 20px;
    margin: 20px 0 15px;
    background-position: top;
    background-size: 100% 8px;
    background-repeat: no-repeat;
}

.message-record-title::before {
    content: "";
    position: absolute;
    top: 18px;
    left: 0px;
    width: 4px;
    height: 45px;
    background-color: #900;
}


.message-item {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
}

.message-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    padding: 10px 0;
    flex-wrap: wrap;
}

.msg-left {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    flex: 0 0 100px;
    flex-direction: column;
}

.msg-user-name {
    font-weight: bold;
    font-size: 15px;
    color: #444;
}

.msg-center {
    flex: 1;
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.msg-right {
    flex: 0 0 120px;
    text-align: right;
    font-size: 14px;
    color: #999;
}

.msg-date-text {
    margin-top: 5px;
}

.msg-content {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

.msg-recontent {
    font-size: 15px;
    color: #999;
    line-height: 1.6;
}

/* 仅限 note-content 内部的滚动条 */
.note-content::-webkit-scrollbar {
    width: 12px;
    height: 8px;
}

.note-content::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 10px;
}

.note-content::-webkit-scrollbar-thumb {
    background-color: var(--textActiveColor);
    border-radius: 10px;
    width: 18px;
    border: 2px solid transparent;
    background-clip: content-box;
}

.form-tip-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.cloud-icon {
    width: 30px;
    height: auto;
}

.right-cloud {
    transform: scaleX(-1);
}

/* heritage.css */
.heritage-container {
    padding: 20px;
    max-width: 1200px;
    margin: auto;
}

.filter-wrap .row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    padding: 2px 20px;
}

.filter-wrap .label {
    font-weight: bold;
    min-width: 80px;
    margin-right: 8px;
    color: #333;
    font-size: 16px;
    letter-spacing: 0.03em;
}

.filter-wrap {
    background: #F7F5F6;
    padding: 20px;
    border: 1px solid #e2e2e2;
    font-size: 16px;
    position: relative;
}

/* 左上角：横 + 竖 */
.filter-wrap .corner-up-left-x {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 40px;
    height: 3px;
    background: #b31b1b;
}

.filter-wrap .corner-up-left-y {
    position: absolute;
    top: -2px;
    left: -2px;
    width: 3px;
    height: 40px;
    background: #b31b1b;
}

/* 右下角：横 + 竖 */
.filter-wrap .corner-bottom-right-x {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 40px;
    height: 3px;
    background: #b31b1b;
}

.filter-wrap .corner-bottom-right-y {
    position: absolute;
    right: -2px;
    bottom: -2px;
    width: 3px;
    height: 40px;
    background: #b31b1b;
}

.filter-wrap ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.filter-wrap ul li {
    padding: 4px 8px;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    transition: all 0.2s;
}

.filter-wrap ul li.active {
    background-color: #b21;
    color: #fff !important;
    border: 1px solid #b21;
    border-radius: 3px;
}

.filter-wrap ul li.active a {
    color: #fff !important;
}

.filter-wrap select,
.filter-wrap input[type="text"] {
    padding: 4px 8px;
    margin: 5px;
    border: 1px solid #bb2211;
    border-radius: 3px;
    font-size: 16px;
    margin-right: 30px;
}

.filter-wrap button {
    margin: 5px;
    padding: 4px 12px;
    background: #b21;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

.total-count {
    margin: 20px 0px;
    font-size: 16px;
    color: #444;
    letter-spacing: 0.03em;
}

.rows-count {
    color: #b21;
    font-weight: bold;
    letter-spacing: 0.00em;

}

.heritage-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    overflow-x: auto;
}

.heritage-table thead {
    background-image: url("../images/theadbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: #fff;
}

.heritage-table th,
.heritage-table td {
    padding: 15px;
    border-block-end: 1px solid #eee;
    text-align: center;
    vertical-align: middle;
}

.heritage-table th {
    font-size: 18px;
}

.heritage-table td {
    font-size: 16px;
    height: 5.6em;
    line-height: 1.6em;
}

.ellipsis-cell {
    position: relative;
    cursor: pointer;
}

.ellipsis-content {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    line-height: 1.6;
    transition: all 0.3s ease;
}

.ellipsis-cell.expanded .ellipsis-content {
    -webkit-line-clamp: unset;
    display: block;
    overflow: visible;
}

.ellipsis-cell.tooltip-active:hover::after {
    content: attr(data-full);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    max-width: 300px;
    white-space: normal;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}


.split-publish {
    line-height: 1.4;
    text-align: center;
    white-space: nowrap;
}

.row-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    width: 100%;
}

.input-group {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.input-group input[type="text"] {
    width: 200px;
    padding: 6px;
    border-radius: 4px;
}


.area-row select#areaInput {
    width: 200px;
    padding: 6px;
}


@media (max-width: 768px) {
    .row-form {
        flex-direction: column;
        align-items: stretch;
    }

    .input-group {
        flex-direction: column;
        align-items: flex-start;
        width: 50%;
        margin-right: 0;
    }

    .input-group .label {
        margin-bottom: 4px;
    }

    .row-form button {
        width: auto;
        margin-top: 10px;
    }

    .heritage-container {
        padding: 10px;
    }

    .filter-wrap .row {
        flex-direction: column;
        align-items: flex-start;
        padding: 6px 10px;
    }

    .filter-wrap {
        padding: 15px;
        font-size: 14px;
    }

    .filter-wrap .label {
        min-width: auto;
        margin: 6px 0 4px 0;
        font-size: 14px;
    }

    .filter-wrap ul {
        flex-wrap: wrap;
        padding-left: 10px;
    }

    .filter-wrap ul li {
        font-size: 14px;
        padding: 4px 6px;
    }

    .total-count {
        font-size: 14px;
        margin-top: 15px;
    }

    .heritage-table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }


    .heritage-table th,
    .heritage-table td {
        padding: 8px;
        font-size: 14px;
        white-space: nowrap;
    }

    .ellipsis-cell.tooltip-active:hover::after {
        content: none !important;
        display: none !important;
    }

    .pagination {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 8px;
        margin: 40px 0;
        padding: 0;
        list-style: none;
    }

    .pagination a {
        margin: 0 2px;
    }

    .page-num,
    .page-link {
        padding: 6px 0px;
        font-size: 12px;

    }

    .pagination .page-numbers-wrapper a {
        display: none;
    }

    .pagination .page-numbers-wrapper span {
        display: none;
    }

    .pagination .page-numbers-wrapper a.page-num-current {
        display: inline-block !important;
    }

    .pagination .page-numbers-wrapper a.page-num-current+a,
    .pagination .page-numbers-wrapper a.page-num-current~a:nth-child(2),
    .pagination .page-numbers-wrapper a:nth-child(n):has(+ .page-num-current),
    .pagination .page-numbers-wrapper a:nth-child(n):has(+ .page-num-current + a) {
        display: inline-block;
    }

}


/* 响应式优化 */

@media (max-width: 1000px) {
    .banner {
        height: auto
    }

    .banner .swiper-button-next,
    .banner .swiper-button-prev {
        display: none
    }

    .index-renwu .renwu-box {
        margin-bottom: 20px
    }

    .index-renwu .renwu-box .renwu-item {
        width: calc(100% / 2);
        margin-bottom: 20px
    }

    .index-renwu .renwu-box .renwu-item .ico {
        width: 140px;
        height: 140px
    }

    .jy-box .jy-item .img {
        height: 180px
    }

    .jy-box .jy-item .info {
        opacity: 1;
        height: 180px
    }

    .jy-box .jy-item .info .con {
        top: 0
    }

    .jy-box>.row>.col-lg-6>.jy-item {
        height: 250px
    }

    .jy-box>.row>.col-lg-6>.jy-item .img {
        height: 250px
    }

    .jy-box>.row>.col-lg-6>.jy-item .info {
        height: 250px
    }

    .left-item {
        margin-bottom: 20px
    }

    .left-item .left-nav .nav-li {
        width: calc(50% - 10px);
        margin: 5px
    }

    .newslist {
        margin: 20px 0
    }

    .newslist .news-box .news-li .img {
        width: 120px;
        height: 100px
    }

    .newslist .news-box .news-li .info {
        margin-left: 10px;
        width: calc(100% - 130px)
    }

    .newslist .news-box .news-li .info .time {
        margin: 5px 0
    }

    .newslist .t-list .t-item .img {
        height: 150px
    }

    .caselist .case-item .img {
        height: 190px
    }

    .caselist .case-item .link a {
        font-size: 12px;
        padding: 5px 5px;
        margin-right: 2px
    }

    .prod .case-item .img {
        height: 190px
    }

    .foot .foot-gsxx {
        margin: 20px 0
    }

    .foot .foot-gsxx .foot-item {
        margin-bottom: 15px
    }

    .foot .foot-gsxx .foot-item a {
        color: #fff;
    }

    .foot .ewm {
        justify-content: center !important
    }

    .foot .aq-box {
        justify-content: center;
        padding-bottom: 20px
    }

    .foot .aq-box a img {
        width: 50px
    }

    .index-news .news-item {
        margin-top: 30px
    }

    .index-news .news-item .img {
        height: 200px
    }

    .index-news .news-item .info .time::after {
        width: 30%
    }

    .index-about .about-box {
        position: relative
    }

    .index-about .ahout-info {
        padding-bottom: 20px
    }

    .index-about .ahout-info .about-title {
        margin-top: 30px
    }

    .m-banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
        display: block
    }

    .m-banner .swp-banner .s-wp {
        bottom: 0px
    }

    .m-banner .swp-banner .s-wp .container {
        position: absolute;
        bottom: 0;
        width: 100%
    }

    .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 .p-item {
        height: 150px
    }

    .index-prod-nav .pr-n-p .col-md-3 .p-item {
        height: 150px
    }

    .index-news .n-title {
        text-align: center;
        display: block;
        margin-top: 30px
    }

    .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: 16px;
        width: 90%
    }

    .banner .swp-banner .swiper-wrapper .swiper-slide .imgcon img {
        display: block
    }

    .banner .swp-banner .s-wp .container {
        position: absolute;
        bottom: 0;
        width: 100%
    }

    .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 {
        height: auto
    }

    .m-banner .swiper-button-next,
    .m-banner .swiper-button-prev {
        display: none
    }

    .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: 16px;
        width: 90%
    }

    .m-banner .swp-banner .swiper-wrapper .swiper-slide .info .container .link {
        margin-top: 30px;
        font-size: 18px;
        padding: 5px 20px
    }
}



@media (max-width: 767px) {

    .d-titlex {
        padding: 8px 15px;
        font-size: 18px
    }


    .c-titlex {
        margin-bottom: 5px
    }

    .font-22 {
        font-size: 18px
    }

    .font-18 {
        font-size: 15px
    }

    body {
        font-size: 13px
    }

    .temp-title {
        padding: 30px 0
    }

    .temp-title .title {
        font-size: 20px
    }

    .temp-title .p {
        font-size: 12px
    }

    .b-titlex {
        margin: 30px 0
    }

    .container-upload {
        margin-top: 250px;
    }

    .upload-btn {
        width: 20%;
        padding: 12px;
        font-size: 14px;
    }

    .upload-modal-header {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .login-container {
        flex-direction: column;
    }

    .login-left {
        display: none;
    }

    .login-right {
        padding: 30px 20px;
    }

    .user-center {
        padding: 15px;
        margin-top: 110px;
    }

    .user-avatar {
        width: 60px;
        height: 60px;
    }

    .user-info-table td {
        font-size: 14px;
        display: block;
        width: 100%;
        padding: 8px 0;
        border-top: none !important;
    }

    .user-info-table tr {
        display: block;
        margin-bottom: 15px;
        border-top: none !important;
    }

    .user-info-table td:first-child {
        font-weight: bold;
        margin-bottom: 5px;
        border-top: none !important;

    }

    .user-edit-btn {
        width: 100%;
        padding: 12px;
    }

    .ucenter-title {
        font-size: 20px;
        margin-bottom: 20px;
        border-bottom-width: 2px;
    }

    .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
    }

    .news-conn {
        margin: 30px 0
    }

    .news-conn .title h1 {
        font-size: 18px
    }

    .news-conn .sxy .nex,
    .news-conn .sxy .prx {
        width: 100%
    }

    .news-conn .desc span {
        margin: 0 10px
    }

    .header-right {
        display: flex;
        align-items: center;
        position: absolute;
        right: 15px;
        top: 20px;
    }

    .mobile-auth {
        margin-right: 50px;
        font-size: 14px;
        margin-top: 5px;
    }

    .mobile-auth a {
        color: #333;
        margin: 0 3px;
        text-decoration: none;
    }

    .mobile-auth a:hover {
        text-decoration: underline;
    }

    .navbar-toggle {
        padding: 6px 10px;
    }

    .head .navbar-brand .logo {
        display: none !important;
    }

    .head .navbar-brand .logoa {
        display: block !important;
    }

    html.cut .head .row {
        background-color: #fff
    }

    .head .navbar-header .navbar-brand img {
        height: 55px
    }

    .head .navbar-nav li {
        width: initial
    }

    .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 li a {
        text-align: left
    }

    .head .nav-list {
        margin-top: 15px;
        width: 100%;
    }

    .head .nav-list .pc-link {
        width: 100%;
        display: flex;
        justify-content: center
    }

    .head .nav-list .pc-link a {
        color: #000
    }


    .head .container {
        background-color: var(--textActiveColor) padding: 0
    }

    .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.in {
        overflow: initial;
        padding-right: 0;
        padding-left: 0
    }


    .head .navbar-nav>li:last-child {
        border-bottom: none
    }

    .head .navbar-nav>li>a {
        width: calc(100% - 60px);
        float: left;
        text-align: left !important
    }

    .head .navbar-nav>li>span {
        width: 40px;
        height: 30px;
        float: right;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 7px;
    }

    .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
    }

    .navbar-row {
        height: 60%;
    }

    .head .navbar {
        height: 75px;
        display: block;
        position: sticky;
        top: 0;
        z-index: 1000;
        background: #fff;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    }

    .head .navbar-toggle {
        display: block;
        position: absolute;
        top: 32%;
        transform: translateY(-50%);
        background: none;
        border: none;
        padding: 8px;
        z-index: 1001;
    }

    .head .icon-bar {
        display: block;
        width: 24px;
        height: 3px;
        margin: 6px 0;
        background-color: var(--textActiveColor);
        transition: all 0.3s ease;
    }

    .station_select {
        width: 100%;
        margin-top: 15px;
    }

    .station_select .select_box {
        border-radius: 8px;
        border: 1px solid #e1e1e1;
    }

    .station_select .select_box .select_txt {
        width: 100%;
        height: 100%;
        padding: 0 40px 0 15px;
        text-align: left;
        font-size: 14px;
        background: url(../images/arrow-down.svg) no-repeat right 15px center;
        background-size: 18px;
    }

    .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;
        padding: 5px 0;
    }

    .station_select .select_box .option a.station-option {
        display: block;
        text-align: center;
        font-size: 14px;
        line-height: 2;
        cursor: pointer;
        color: #222;
        padding: 7px 0;
        text-decoration: none;
    }

    .station_select .select_box .option a:hover {
        background-color: #f1f1f1;
    }

    .station_select .select_box .option a.active {
        font-weight: bold;
        color: #007bff;
    }

    /* 导航菜单折叠效果 */
    .head .navbar-collapse {
        display: none;
        position: absolute;
        top: 55px;
        left: 0;
        width: 100%;
        background: #fff;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);

    }

    .head .navbar-collapse.in {
        display: block;
    }

    /* 导航菜单项样式 */
    .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 {
        width: 100%;
        border-bottom: 1px solid #e1e1e1;
        margin-left: -2px;
    }


    .head .navbar-nav li a:hover {
        color: var(--textActiveColor);
        background: none;
    }

    .head .navbar-nav li>.dropdown-menu {
        position: static;
        width: 100%;
        padding: 10px 20px;
    }

    .head .navbar-nav li>.dropdown-menu li a {
        font-size: 14px;
        padding: 4px 0;
    }

    .station_select {
        margin-top: 15px;
    }

    .head .navbar-header .navbar-brand img {
        height: 60px;
        margin-top: -8px;
    }

    .btn-back-home {
        display: inline-block;
        margin-top: 10px;
        color: #999;
        font-size: 12px;
    }

    .btn-back-home:hover {
        color: #b31d1d;
        text-decoration: underline;
    }


    .code-row button {
        font-size: 12px;
    }

    .input-line .forgot-link {
        font-size: 12px;
    }

    .activity-item {
        width: calc(50% - 15px);
        height: 120px;
    }

    .message {
        flex-direction: column;
        margin-top: 50px;
    }

    .message-note,
    .message form {
        flex: 1 1 100%;
        margin-bottom: 2rem;
    }

    .message-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .msg-left {
        order: 1;
        flex-direction: row;
        align-items: center;
        gap: 8px;
    }

    .msg-center {
        order: 2;
        width: 100%;
        font-size: 14px;
    }

    .reply-content {
        order: 3;
        width: 100%;
        background-color: #f8f8f8;
        padding: 10px;
        border-left: 4px solid #66b1ff;
        font-size: 14px;
        margin-top: 8px;
    }

    .msg-right {
        order: 4;
        width: 100%;
        text-align: left;
        font-size: 13px;
        color: #888;
        margin-top: 4px;
    }

    .msg-user-name {
        font-size: 14px;
    }

    .msg-content,
    .reply-content p {
        font-size: 14px;
        word-break: break-word;
    }

    .message-record-title {
        font-size: 16px;
        padding-top: 20px;
        margin-top: 15px;
    }

    .form-checkcode {
        width: 80px;
    }

    .code-image-group {
        flex-direction: row;
        align-items: center;
        gap: 4px;
    }

    .category-item {
        width: 45%;
        max-width: 200px;
        height: 65px;
        gap: 10px;
    }

    .category-icon-wrapper {
        display: none;
    }

    .category-icon {
        display: none;
    }

    .category-item span {
        font-size: 13px;
        padding: 4px;
    }
}


@media (max-width: 1199px) and (min-width: 768px) {
    .activity-item {
        width: calc(25% - 30px);
        height: 160px;
    }

    .code-group {
        flex-direction: row;
        align-items: center;
        max-width: 230px;
    }

    .filter-wrap ul li {
        padding: 4px 3px;
    }
}

/* 更强的响应式适配 */
@media (max-width: 992px) {
    .message-container {
        flex-direction: column;
    }

    .message-note,
    .message-form {
        flex: 1 1 100%;
        margin-left: 0;
        margin-right: 0;
    }

    .message-form form {
        padding: 2rem;
    }

    .form-tip {
        font-size: 18px;
    }

    .flex-row-group {
        flex-direction: column;
        align-items: flex-start;
    }

    .flex-row-group label {
        margin-bottom: 6px;
        text-align: left;
    }

    .code-group {
        flex-direction: row;
        align-items: center;
        max-width: 480px;
    }

    .code-group label {
        min-width: auto;
        margin-right: 0;
    }

    .message-submit-btn {
        font-size: 15px;
        padding: 10px 16px;
    }

    .msg-header,
    .message-header {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
    }

    .msg-left,
    .msg-center,
    .msg-right {
        flex: 1 1 100%;
        text-align: left;
    }

    .msg-right {
        text-align: left;
        margin-top: 5px;
    }

    .msg-left {
        flex-direction: row;
        align-items: center;
        gap: 6px;
    }

    .msg-user-name {
        font-size: 14px;
    }

    .msg-content {
        font-size: 14px;
    }

    .reply-content p {
        font-size: 14px;
    }

    .message-record-title {
        font-size: 16px;
        padding-top: 20px;
        margin-top: 15px;
    }

    .head .navbar-nav li a {
        font-size: 12px;
        color: #333;
        padding: 12px 0;
        text-align: left;
        transition: color 0.3s ease;
    }
}

@media (max-width: 576px) {
    .message-form form {
        padding: 1.5rem;
    }

    .form-tip {
        font-size: 16px;
        text-align: center;
    }

    .message-note h5 {
        font-size: 18px;
        margin-bottom: 2rem;
    }

    .note-content {
        font-size: 14px;
    }

    .message-record-title {
        font-size: 16px;
        padding-top: 20px;
    }

    .msg-content,
    .reply-content p {
        font-size: 14px;
    }

    .message-submit-btn {
        font-size: 14px;
        margin-top: 20px;
    }
}


.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px;
    padding: 0px 0 60px 0;
}

.category-item {
    width: calc(10% - 12px);
    /* PC端：一行10个 */
    height: 180px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
    padding-top: 20px;
    gap: 20px;
    border-radius: 2px;
}

.category-item:hover {
    transform: translateY(-6px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

.category-icon-wrapper {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-icon {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.category-item span {
    font-size: 14px;
    font-weight: bold;
    padding: 8px;
    text-align: center;
    line-height: 1.2;
}

/* 背景颜色类 */
[class^="bg-"] {
    background-color: #999;
}

.bg-民间文学 {
    background-color: #b8a98e;
}

.bg-传统音乐 {
    background-color: #9c2f2f;
}

.bg-传统舞蹈 {
    background-color: #996666;
}

.bg-传统戏剧 {
    background-color: #3a4b7a;
}

.bg-曲艺 {
    background-color: #8aa3c5;
}

.bg-传统体育 {
    background-color: #d3423f;
}

.bg-传统美术 {
    background-color: #7eb59d;
}

.bg-传统技艺 {
    background-color: #8b6a5e;
}

.bg-传统医药 {
    background-color: #c43d2e;
}

.bg-民俗 {
    background-color: #8b90b4;
}

@media (max-width: 992px) {
    .category-item {
        width: calc(20% - 12px);
        height: 160px;
    }

    .category-icon {
        width: 50px;
        height: 50px;
    }
}

@media screen and (max-width: 767px) {
    .category-list {
        gap: 10px;
    }

    .category-item {
        width: calc(50% - 10px);
        height: 40px;
        font-size: 14px;
        padding: 4px 0px;
    }

    .category-icon-wrapper {
        display: none !important;
    }
}

.img-wrapper {
    position: relative;
}

.slide-title {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 2;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ueditor-content a {
    display: inline-block;
}

.ueditor-content a img {
    display: block;
    max-width: 100%;
    height: auto;
}