.tab,
.nav-btn,
.nav-mobel {
    display: none;
}

.product {
    background-color: #FFFFFF !important;
}

.stit {
    font-size: 36px;
    font-family: "宋体", sans-serif;
    margin-bottom: 10px;
    font-weight: bold;
    color: #FFFFFF;
}

.video-banner video {
    width: 100%;
}

.pic-swiper {
    display: block;
    padding: 20px;
    box-sizing: border-box;
}

.pic-swiper img {
    display: block;
    width: 90%;
    margin: 0 auto !important;
}

.pic-swiper strong {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.pic-swiper-box .swiper-button-next,
.pic-swiper-box .swiper-button-prev {
    /*background-image: none;*/
    width: 40px;
    height: 40px;
    background-color: #999999;
    border-radius: 50%;
}

.pic-swiper-box .swiper-button-next {
    right: 0;
}

.pic-swiper-box .swiper-button-prev {
    left: 0;
}

/*.pic-swiper-box .swiper-button-next::after,
.pic-swiper-box .swiper-button-prev::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    border-top: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    left: 10px;
    top: 10px;
}*/

.pic-swiper-box .swiper-button-next::after {

    transform: rotate(45deg);
}

.pic-swiper-box .swiper-button-prev::after {
    transform: rotate(-135deg);
}

.cont2-box {
    display: flex;
    flex-wrap: wrap;
}

.cont2-right {
    flex: 1;
    padding-left: 20px;
}

.cont2-title {
    width: 100%;
    font-size: 24px;
    text-align: center;
    padding-bottom: 40px;
}

.cont2-stitle {
    background-color: #d9cf5f;
    height: 40px;
}

.cont2-stitle strong {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    background-color: #c10000;
    color: #FFFFFF;
    font-weight: normal;
    padding: 0 20px;
}

.cont2-text strong {
    font-size: 18px;
    display: block;
    padding: 20px 0;
}

.cont2-text p {
    font-size: 14px;
    line-height: 1.4em;
}

.cont3-title {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #c10000;
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.cont3-title h4 {
    font-weight: normal;
    font-size: 18px;
    margin-right: 5px;
}

.cont3-title span {
    font-size: 12px;
    color: #999999;
    margin-left: 5px;
}

.cont3-about {
    display: flex;
    align-items: flex-start;
}

.cont3-left {
    flex: 1;
    min-width: 1%;
    background-color: #fafafa;
    padding: 40px;
    box-sizing: border-box;
}

.cont3-left strong {
    font-size: 24px;
    display: block;
    margin-bottom: 10px;
    color: #c10000;
}

.cont3-left h5 {
    font-size: 22px;
    color: #c10000;
    font-weight: normal;
    margin-bottom: 20px;
}

.cont3-left p {
    line-height: 1.5em;
    color: #666666;
    text-align: justify;
    font-size: 14px;
}

.cont3-content {
    padding: 40px 0;
}

.cont3-content p {
    color: #333333;
    line-height: 1.5em;
    /*text-indent: 2em;*/
}

.cont3-right {
    flex: 1;
    min-width: 1%;
}

.cont3-right img,
.cont3-img img {
    width: 100%;
}

.cont4-box h3,
.cont5-box h3 {
    padding: 40px 0;
    text-align: center;
    font-size: 24px;
    color: #666666;
}

.cont4-box ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.cont4-box ul li {
    width: 33.33%;
    box-sizing: border-box;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    border-left: 1px solid #dcdcdc;
    margin-bottom: 20px;
}

.cont4-box ul li a {
    display: block;
    padding: 40px;
}

.cont4-box ul li a:hover {
    background-color: #c10000;
}

.cont4-box ul li a img {
    width: 100%;
    vertical-align: bottom;
}

.cont4-box ul li a strong {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 24px;
    padding-bottom: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.cont4-box ul li a:hover strong {
    color: #ffffff;
}

.cont4-box ul li:nth-child(3n) {
    border-right: 1px solid #dcdcdc;
}

.cont5-box ul li {
    margin-bottom: 20px;
}

.cont5-box ul li a {
    display: flex;
    align-items: center;
    background-color: #efefef;
    /*height: 260px;
    overflow: hidden;*/
}

.cont5-box ul li a .desc {
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
}

.cont5-box ul li a .desc strong {
    display: block;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
    font-size: 24px;
    color: #333333;
}

.cont5-box ul li a .desc b {
    display: block;
    width: 10px;
    height: 3px;
    background-color: #333333;
}

.cont5-box ul li a .desc span {
    display: block;
    margin: 20px 0;
    text-indent: 2em;
    font-size: 12px;
    color: #aaaaaa;
}

.cont5-box ul li a .desc p {
    font-size: 14px;
    text-indent: 2em;
    line-height: 1.4em;
    color: #999999;
    height: 5.6em;
    overflow: hidden;
}

.cont5-box ul li a img {
    flex: 1;
    max-width: 100%;
    width: 200px;
}

.cont5-box ul li:nth-child(even) a {
    flex-direction: row-reverse;
}

/* 基础样式重置 */
.cont51-box, .cont51-box ul, .cont51-box li {
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 列表项 */
.cont51-box ul li.content-item {
    margin-bottom: 20px;
}

/* 内容容器 - PC端样式 */
.cont51-box ul li.content-item .content-link {
    display: flex;
    align-items: center;
    background-color: #efefef;
    height: 336px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
}

/* 描述区域 - PC端 */
.cont51-box ul li.content-item .content-link .desc {
    width: 50%;
    padding: 40px;
    box-sizing: border-box;
}

/* 图片区域 - PC端 */
.cont51-box ul li.content-item .content-link .image-box {
    width: 50%;
    height: 260px;
    overflow: hidden;
}

.cont51-box ul li.content-item .content-link .image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    vertical-align: bottom;
}

/* 交替排列方向 - PC端 */
.cont51-box ul li.content-item:nth-child(odd) .content-link {
    flex-direction: row;
}

.cont51-box ul li.content-item:nth-child(even) .content-link {
    flex-direction: row-reverse;
}

/* 移动端适配 - 768px以下 */
@media (max-width: 768px) {
    .cont51-box ul li.content-item .content-link {
        flex-direction: column !important; /* 强制改为垂直排列 */
        height: auto; /* 高度自适应 */
    }
    
    .cont51-box ul li.content-item .content-link .desc,
    .cont51-box ul li.content-item .content-link .image-box {
        width: 100% !important; /* 强制全宽度 */
    }
    
    .cont51-box ul li.content-item .content-link .desc {
        padding: 20px; /* 减少内边距 */
        order: 1; /* 文字在上 */
    }
    
    .cont51-box ul li.content-item .content-link .image-box {
        height: 200px; /* 固定图片高度 */
        order: 2; /* 图片在下 */
    }
    
    .cont51-box ul li.content-item .content-link .desc p {
        height: auto; /* 取消固定高度 */
        overflow: visible;
    }
}

/* 文字样式（通用） */
.cont51-box ul li.content-item .content-link .desc strong {
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding: 20px 0;
    font-size: 24px;
    color: #333333;
}

.cont51-box ul li.content-item .content-link .desc b {
    display: block;
    width: 10px;
    height: 3px;
    background-color: #333333;
    margin: 20px 0;
}

.cont51-box ul li.content-item .content-link .desc p {
    font-size: 12px;
    text-indent: 2em;
    line-height: 1.6em;
    color: #999999;
    height: 11.6em;
    overflow: hidden;
    margin: 0;
}
.cont51-box ul li.content-item .content-link .desc p a {
    font-size: 16px;
    text-indent: 2em;
    line-height: 1.6em;
    color: #999999;
    height: 11.6em;
    overflow: hidden;
    margin: 0;
}

/* 悬停效果 */
.cont51-box ul li.content-item .content-link:hover {
    background-color: #999999;
    transition: background-color 0.3s;
}

.cont51-box ul li.content-item .content-link:hover .desc strong,
.cont51-box ul li.content-item .content-link:hover .desc p {
    color: #ffffff;
}
.cont51-box ul li.content-item .content-link:hover .desc a {
    color: #ffffff;
}

.cont51-box ul li.content-item .content-link:hover .desc b {
    background-color: #ffffff;
}



.cont8-box {
    position: relative;
    display: flex;
    overflow: hidden;
    background-position: center;
    background-size: cover;
    justify-content: flex-end;
}

.cont8-box h3 {
    position: absolute;
    width: 100%;
    height: 120px;
    line-height: 120px;
    text-align: center;
    color: #c10000;
    font-size: 24px;
}

.cont8-left {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin-top: 220px;
    margin-bottom: 100px;
}

.cont8-left-prev, .cont8-left-next {
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    right: -16px;
    border: 1px solid #d60000;
    background-image: none;
}

.cont8-left-prev {
    transform: rotate(-45deg);
    top: -36px;
}

.cont8-left-next {
    transform: rotate(135deg);
    bottom: -36px;
}

.cont8-left-prev::after, .cont8-left-next::after {
    content: '';
    position: absolute;
    margin: auto;
    width: 10px;
    height: 10px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid #d60000;
    border-right: 1px solid #d60000;
}

.cont8-left-scroll {
    max-height: 500px;
}

.cont8-left-scroll .scroll-item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.cont8-left-scroll .scroll-item i {
    font-style: normal;
    margin-right: 20px;
    color: #333333;
}

.cont8-left-scroll .scroll-item span {
    max-width: 600px;
    margin-right: 20px;
    color: #333333;
}

.cont8-left-scroll .scroll-item b {
    position: relative;
    flex: 1;
    height: 0;
    border-bottom: 1px solid #c10000;
    margin-right: 3px;
    margin-top: 8px;
}

.cont8-left-scroll .scroll-item b::before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background-color: #c10000;
    border-radius: 50%;
    left: -3px;
    top: -2px;
}

.cont8-left-scroll .scroll-item b::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #c10000;
    border-radius: 50%;
    right: -6px;
    top: -3px;
}

.cont8-right {
    width: 100%;
    max-width: 700px;
    background-color: #c10000;
    display: flex;
    justify-content: center;
    /*align-items: flex-end;*/
}

.cont8-right img {
    width: 100%;
}

.nav-show {
    display: block;
}

.mobile-news {
    display: none;
}

.video-banner {
    display: block;
}

.pc-banner, .menu-box {
    display: none;
}

.five-box {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
}

.five-box .videoList {
    float: none !important;
    width: 18% !important;
    margin: 5px 1% !important;

}

/*.video .videoList .pic {
    height: auto !important;
    min-height: 100px !important;
}*/

.video .videoList .pic img {
    height: auto !important;
}

.goods-name {
    background-color: rgba(191, 0, 0, 0.7) !important;
    color: #ffffff !important;
    padding: 20px 0;
}

.video {
    padding: 0 0 50px !important;
}

.picabc {
    width: 380px !important;
    margin-left: 15px !important;
}

.mobile-about-box {
    display: none;
}

.mobile-display {
    display: none !important;
}

.pc-show {
    display: block !important;
}

.cont9-box .main {
    max-width: 1280px;
    margin: 40px auto;
    display: flex;
    align-items: flex-start;
}

.cont9-box .main-left {
    flex: 2;
}

.cont9-box .main-left h3 {
    display: inline-block;
    border-bottom: 2px solid #c10000;
    color: #c10000;
    font-size: 26px;
    padding: 20px 0;
}

.cont9-box .main-left li {
    padding: 20px 0;
    border-top: 1px solid #d7d7d7;
}

.cont9-box .main-left li h4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: normal;
    font-size: 20px;
}

.cont9-box .main-left li h4 strong {
    font-weight: normal;
    display: flex;
    align-items: center;
    width: auto;
}

.cont9-box .main-left li h4 strong {
    flex: 1;
}

.cont9-box .main-left li h4 strong::before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #333333;
    margin-right: 10px;
}

.cont9-box .main-left li p {
    display: flex;
    padding: 12px 14px 0;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 12px;
}

.cont9-box .main-left li h4 span {
    font-size: 14px;
    margin-left: 10px;
}


.cont9-box .main-left li:last-of-type {
    border-bottom: 1px solid #d7d7d7;
}

.cont9-box .main-right {
    flex: 1;
    margin-left: 10px;
}

.cont9-box .main-right img {
    width: 100%;
}

@media all and (max-width: 750px) {
    body {
        min-width: auto !important;
        /*padding-bottom: 50px !important;*/
    }
    
    header .logo img{width: 198px!important;}
    header{height: 63px!important;}
    .cont9-box .main {
        width: 90%;
        margin: 0 auto;
        flex-direction: column-reverse;
    }

    .video-banner {
        display: none;
    }

    .cont9-box .main-right {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .banner {
        display: block;
    }

    .menu-box {
        display: flex;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background-color: #ffffff;
        z-index: 9;
        justify-content: flex-end;
        right: -100%;
    }

    .menu {
        width: 80%;
        height: 100%;
        background-color: #333333;
        overflow: hidden scroll;
    }

    .menu ul {
        padding: 20px;
    }

    .menu ul li {
        display: flex;
        border-bottom: 1px solid rgba(0, 0, 0, 0.15);
        height: 40px;
    }

    .menu ul li > span {
        position: relative;
        width: 40px;
        height: 40px;
        border-left: 1px solid rgba(0, 0, 0, 0.15);
    }

    .menu ul li > span::after {
        content: '';
        position: absolute;
        width: 10px;
        height: 10px;
        border-top: 2px solid #999999;
        border-right: 2px solid #999999;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        transform: rotate(45deg);
    }

    .menu ul li > a {
        flex: 1;
        line-height: 40px;
        font-size: 14px;
        color: #ffffff;
    }

    .menu ul li dl {
        position: fixed;
        width: 80%;
        height: 100%;
        right: -100%;
        top: 0;
        background-color: #333333;
        z-index: 3;
        box-sizing: border-box;
    }

    .menu ul li dl dt.go-back-menu {
        height: 40px;
        line-height: 40px;
        color: #999999;
        padding: 20px 10% 0;
        font-size: 14px;
        background-color: rgba(0, 0, 0, 0.1);
    }

    .menu ul li dl dd {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        height: 40px;
        line-height: 40px;
        margin: 0 10%;
    }

    .menu ul li dl dd a {
        display: block;
        color: #999999;
        font-size: 14px;
    }

    .nav-show {
        display: none;
    }

    .cont8-left {
        width: 90%;
        margin: 0 auto;
        padding: 120px 0 40px;
    }

    .cont8-left .cont8-left-scroll {
        max-height: max-content;
    }


    .cont8-left-scroll .scroll-item {
        position: relative;
        justify-content: center !important;
        align-items: center;
        align-content: center !important;
    }


    .cont8-left .cont8-left-scroll .scroll-item i {
        font-family: 'sim sun',sans-serif;
        height: 24px;
        line-height: 30px;
        overflow: hidden;
        font-size: 36px;
        color: rgba(255,0,0,.4);
        font-weight: bold;
        text-align: center;
        margin-right: 0 !important;
        margin-bottom: 10px;
    }

    .cont8-left .cont8-left-scroll .scroll-item b{
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        top: 24px;
        width: 80% !important;
    }

    .cont8-left .cont8-left-scroll .scroll-item span {
        text-align: center;
        width: 80%;
    }

    .cont8-left .cont8-left-scroll .scroll-item b::after {
        display: none;
    }

    .cont8-right {
        display: none;
    }

    .nav-btn {
        display: block;
        position: absolute;
        top: 22px;
        right: 20px;
        z-index: 3;
    }

    .nav-mobel {
        display: flex;
        width: 96%;
        margin: 20px auto;
        align-items: center;
    }

    .nav-mobel a {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin: 0 5px;
    }

    .nav-mobel a img {
        width: 50px;
    }

    .nav-mobel a span {
        font-size: 14px;
        margin-top: 10px;
    }

    .gd,
    footer,
    .indNotice,
       /* /*.swiper-button-prev,*/
        /*.swiper-button-next,*/
    .ind_yuan,
    .ind_lybox .right:before,
    .ind_new .xwban,
    .rWrap,
    .crumbs {
        display: none !important;
    }

    .wrapper > div,
    .ind_lybox > div,
    .wxrBox {
        float: none !important;
    }

    .ind_lybox .left {
        position: static !important;
    }

    .cont8-left {
        height: auto;
        max-height: max-content;
    }

    .navList {
        position: fixed;
        width: 80%;
        height: 80%;
        margin: auto;
        top: -200%;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        background-color: #ffffff;
        box-shadow: 0 0 10px rgba(30, 30, 30, .3);
        display: block !important;
        overflow-x: hidden;
        overflow-y: scroll;
    }

    .navList li > a {
        height: 60px !important;
        line-height: 60px !important;
    }

    .navList dl {
        position: static !important;
        display: block !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .navList dl a {
        font-size: 14px;
    }

    .ind_lybox .left {
        padding: 30px 30px 0 30px !important;
    }

    .indCyy,
    .indLongy,
    .ind_lybox,
    .ind_new,
    .ind_new,
    .indCyy,
    .indCp1,
    .product .proBox .proList .pic,
    .indCp,
    .gy-qy,
    .gy-qy .left,
    .gy-qy .right .nsr {
        height: auto !important;
        background-size: cover !important;
    }

    .ind_new,
    .indCyy,
    .indCp1 {
        padding: 40px 0 !important;
    }

    .indCp1 .flexbox,
    .news .right .newsList {
        display: block;
    }

    .product .proBox {
        margin-bottom: 20px !important;
    }

    .indLongy,
    .news {
        padding: 0 !important;
    }

    .wrapper,
    .indTitBox .ftit,
    .ind_lybox .left .ly01,
    .indTitBox,
    .cpWrap img,
    header .logo,
    .bread .sideBar,
    .news .right .newsList .cont,
    .news .right .newsList .pic,
    .gy-qy .left .ftit,
    .gy-qy .right,
    .gy-hb .ftit {
        width: 100% !important;
    }

    .gy-qy .right {
        position: static !important;
        padding-bottom: 18px;
    }

    .gy-qy .right .nsr {
        width: 33.33% !important;
        box-sizing: border-box;
        padding: 10px !important;
    }


    .product .right {
        margin: 20px auto !important;
    }


    .news .right .newsList .cont .tit {
        padding: 20px 0;
        margin-bottom: 0 !important;
    }

    .bread .sideBar {
        height: 60px;
        overflow-y: hidden;
        overflow-x: scroll;
        display: flex;
    }

    .bread .sideBar a {
        font-size: 16px !important;
    }


    .bread .sideBar {
        white-space: nowrap;
        padding: 0 20px;
    }

    .product {
        padding: 0 !important;
    }

    .indCyy .right {
        display: flex;
        flex-wrap: wrap;
    }

    .product .proBox .proList {
        float: none !important;
        width: 48% !important;
    }

    .product .proBox {
        display: flex;
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .indCyy .right .ind_cylist {
        width: 49% !important;
        float: none !important;
    }

    .indCyy .right .ind_cylist:nth-child(2n) {
        margin-left: 1% !important;
    }

    .indCyy .right .ind_cylist span {
        font-size: 12px !important;
        left: 5px !important;
        right: auto;
    }

    .indTitBox .ftit,
    .ind_new .wxrBox,
    .ind_new .wxrBox .lWrap,
    .indCyy .left,
    .indCyy .right,
    .indCp1 .wrapper,
    .indCyy .right,
    .pro-sideNav,
    .product .right,
    .news .left,
    .news .right,
    .cpWrap,
    .cont2-right,
    .cont3-title,
    .cont3-about,
    .cont3-content,
    .cont3-img,
    .cont4-box,
    .cont5-box .news-list li,
    .cont51-box ul li,
    .gy-qy .left,
    .gy-hb,
    .indCp2 .flexbox,
    .video .videoWrap,
    .cul-idea .left,
    .cul-idea .right, .mobile-news {
        width: 90% !important;
    }

    .cont3-title {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .indCyy .indTitBox .tit {
        text-align: center;
    }

    .ind_lybox .right {
        padding: 20px 0 !important;
    }

    .indCyy .left,
    .indCyy .right,
    .pro-sideNav,
    .product .right,
    .news .left,
    .news .right,
    .cpWrap,
    .cont2-right,
    .cont3-about,
    .cont3-content,
    .cont3-img,
    .cont4-box,
    .cont5-box .news-list li,
    .cont51-box ul li,
    .gy-qy .left,
    .gy-hb,
    .indCp2 .flexbox,
    .video .videoWrap,
    .cul-idea .left,
    .cul-idea .right, .mobile-news {
        margin: 0 auto 20px;
    }

    .cul-idea .right .ideaList {
        width: 31% !important;
        margin: 0 1% !important;
    }

    .indCp2 .flexbox {
        display: block;
    }

    .cont5-box .news-list li a {
        flex-direction: row-reverse;
        justify-content: flex-end;
        background-color: #ffffff;
        padding-bottom: 10px;
        border-bottom: 1px solid #efefef;
    }

    .cont5-box .news-list li a img {
        flex: none;
        width: 150px !important;
    }

    .cont5-box .news-list li a .desc {
        padding: 10px;
    }

    .cont5-box .news-list li a .desc strong {
        padding: 5px 0;
        font-size: 16px;
    }

    .cont5-box .news-list li a .desc b {
        display: none;
    }

    .cont5-box .news-list li a .desc span {
        text-indent: 0;
        color: #f7b133;
        margin: 5px 0;
    }

    .cont5-box .news-list li a .desc p {
        font-size: 12px;
        height: auto;
        white-space: nowrap;
        text-indent: 0;
        text-overflow: ellipsis;
    }

    /**/
    .cont4-box ul li {
        width: 100%;
        border-right: 1px solid #999999;
    }

    .cont3-about {
        flex-direction: column-reverse;
    }

    .video .videoList {
        width: 48% !important;
        margin: 0 1% !important;
    }

    .news .left {
        margin-top: 20px;
        margin-bottom: 20px;
        display: none;
    }

    .ind_cylist {
        /*margin: 10px 0 !important;*/
        margin: 2px 0 !important;
    }

    .indCp .flexbox:nth-child(1) {
        display: block !important;
        margin-left: 20px;
    }

    .cpWrap {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cy-myzx-list {
        margin-right: 0 !important;
    }

    .indCp .flexbox .cpNav a,
    .cpNav a {
        margin-top: 20px !important;
        margin-left: 0 !important;
    }

    .cy-myzx-list {
        width: 48% !important;
    }

    .cy-myzx-list .cont {
        top: auto !important;
    }


    .ind_new .wxrBox .lWrap {
        margin-left: 20px;
    }

    .video .videoWrap {
        flex-wrap: wrap !important;
        justify-content: flex-start !important;
        margin-top: 40px !important;
    }

    .cy-myzx-list, .cy-myzx-list .cont {
        bottom: 0 !important;
    }

    .cy-myzx-list {
        margin-bottom: 10px;
    }

    .cy-myzx-list:nth-child(5), .cy-myzx-list:nth-child(6) {
        display: none !important;
    }

    .cy-myzx-list .pic {
        padding-bottom: 0 !important;
    }

    .cpNav {
        display: flex;
        align-items: center;
        justify-content: center;
    }


    .tab {
        position: fixed;
        display: flex;
        width: 100%;
        height: 58px;
        z-index: 9999;
        background-color: #c10000;
        justify-content: space-between;
        /*align-items: center;*/
        bottom: 0;
        left: 0;
    }

    .tab a {
        flex: 1;
        text-align: center;
        text-decoration: none;
    }

    .tab img {
        display: block;
        width: 25px;
        margin: 5px auto 0;
    }

    .tab span {
        color: #c10000;
    }

    .cont2-box {
        justify-content: center;
    }

    .cont2-right {
        margin-top: 20px;
        padding: 0 20px;
        box-sizing: border-box;
    }

    .prev-next {
        width: 90% !important;
        margin: 0 auto;
    }

    .wxrBox {
        display: none !important;
    }

    .mobile-news {
        display: block;
    }

    .mobile-news-tab {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .mobile-item {
        position: relative;
        flex: 1;
        display: flex;
        height: 30px;
        align-items: center;
        justify-content: center;
        border: 1px solid #999999;
        margin-right: 5px;
    }

    .mobile-item.active {
        color: #ffffff;
        background-color: #c10000;
        border-color: #c10000;
    }

    .mobile-item.active::after {
        content: '';
        margin: auto;
        left: 0;
        right: 0;
        top: 100%;
        position: absolute;
        border-top: 10px solid #c10000;
        border-right: 10px solid transparent;
        border-left: 10px solid transparent;
        width: 0;
    }


    .mobile-item.active b {
        background-position: center bottom;
    }

    .mobile-item.active span {
        color: #ffffff;
    }

    .mobile-item:last-of-type {
        margin-right: 0;
    }

    .mobile-item b {
        width: 20px;
        height: 20px;
        background-size: 100% auto;
    }

    .mobile-item span {
        font-size: 12px;
        margin-left: 10px;
    }

    .mobile-group {
        margin: 20px 0;
    }

    .tab-group-item {
        display: none;
    }

    .tab-group-item.active {
        display: block;
    }

    .tab-group-item a {
        display: flex;
        align-items: center;

        margin-top: 10px;
        width: 100%; /* 或者具体的宽度 */
        height: 70px;
        overflow: hidden; /* 隐藏溢出的部分 */
        display: flex;
        justify-content: center; /* 水平居中 */
        align-items: center; /* 垂直居中 */
    }

    .tab-group-item a:last-of-type {
        margin-bottom: 10px;
    }

    .tab-group-item a img {
        width: 120px;
        height: 120px;
        background-color: #efefef;
    }

    .tab-group-item a .desc {
        margin-left: 10px;
        flex: 1;
        min-width: 1%;
    }

    .tab-group-item a .desc h4 {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        /*white-space: nowrap;*/
        display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    }

    .tab-group-item a .desc span {
        display: block;
        line-height: 30px;
        font-size: 12px;
        color: #f7b133;
    }

    .tab-group-item a .desc p {
        overflow: hidden;
        font-size: 12px;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .indTitBox .ftit {
        display: block;
        width: 200px !important;
        margin: 0 auto;
    }

    .indTitBox .tit {
        text-align: center !important;
        font-size: 22px !important;
    }

    .gy-qy .left {
        padding-top: 10px !important;
    }

    .gy-qy {
        background-image: none !important;
    }

    .gy-qy .right .nsr .big {
        font-size: 32px !important;
    }

    .gy-qy .right .nsr .txt {
        font-size: 12px !important;
    }

    .cul-idea {
        padding: 0 0 !important;
    }

    .cont8-left .cont8-left-scroll .scroll-item {
        flex-direction: column;
        margin-bottom: 20px;
    }

    .cont8-left .cont8-left-scroll .scroll-item b {
        width: 150px;
    }

    .tab-group-item a img {
        max-width: 100%; /* 宽度自动调整以适应容器 */
        max-height: 100%; /* 高度不超过容器高度 */
        height: auto; /* 保持图片原始宽高比 */
    }

    .goods-name {
        padding: 6px !important;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        background-color: rgba(191, 0, 0, 0.7) !important;

    }

    .indCyy .right .ind_cylist span b {
        margin-left: -5px !important;
        padding: 5px 14px !important;
        width: 50px !important;
    }

    .product .proBox .proList .tit {
        font-size: 14px !important;
    }

    .product .proBox .proList {
        margin: 0 3px 36px 3px !important;
    }

    .cul-idea .left {
        background-image: none !important;
        padding: 10px 0 0 10px !important;
    }

    .swiper-slide {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .wrapper {
        margin-top: 0px !important;
    }

    .product .pro-sideNav a {
        padding: 0 40px 0 0 !important;
        width: 25% !important;
        display: inline !important;
    }

    .baner-btn div {
        width: 30px !important;
        height: 30px !important;
        line-height: 20px !important;
        padding-top: 4px !important;
        font-size: 36px !important;
    }

    .swiper-button-prev, .swiper-button-next {
       /* position: relative !important;
        right: -20.95rem !important;
        margin-top: -30px !important;*/
        margin-top: 0px !important;
    }

    .swiper-button-prev, .swiper-container-rtl {
        margin-top: 0.1rem !important;
    }

    .tab span {
        color: #f4f6f8 !important;
    }


    .mobel-flex {
        display: none !important;
    }

    .indLongy .ind_lybox {
        margin-bottom: 0;
    }


    .tab-group-item .xw-more {
        display: block !important;
        width: 140px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 14px;
        color: #ffffff;
        background-color: #c10000;
        margin: 40px auto 0;
    }

    .mobile-about-box {
        position: relative !important;
        display: block;
        height: 68vw;
        background-color: rgba(193, 0, 0, 0.8);
    }

    .mobile-about-box a {
        position: absolute;
        display: block;
        width: 33vw;
        overflow: hidden;
    }

    .mobile-about-box a img {
        position: absolute;
    }

    .mobile-about-box a:nth-child(1) {
        left: 3vw;
        top: 2vw;
        height: 60vw;
    }

    .mobile-about-box a:nth-child(1) img {
        width: 90%;
        height: 60vw;
    }

    .mobile-about-box a:nth-child(2) {
        right: 32vw;
        top: 2vw;
        height: 60vw;
    }
    .mobile-about-box a:nth-child(2) img {
        width: 90%;
        height: 60vw;
    }

    .mobile-about-box a:nth-child(3) {
        right: 0vw;
        top: 2vw;
        height: 60vw;
    }

    .mobile-about-box a:nth-child(3) img {
        width: 90%;
        height: 60vw;
    }

    .mobile-about-box .tit {
        position: absolute;
        bottom: 30px;
        left: 10px;
        color: #ffffff;
    }

    .mobile-about-box .ftit {
        position: absolute;
        bottom: 10px;
        left: 10px;
        color: #aaaaaa;
        font-size: 12px;
    }

    .ind_new {
        padding-bottom: 0 !important;
    }

    .mobile-display {
        display: block !important;
    }

    .pc-show {
        display: none !important;
    }

    .indCp {
        padding: 40px 0 !important;
    }

    .indCp .wrapper {
        margin-bottom: 0 !important;
    }

    .cpWrap {
        align-items: flex-start;
        align-content: flex-start;
    }

    .indCp .cpWrap {
        margin-top: 40px !important;
    }

    .more-btn {
        width: 130px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
        color: #ffffff;
        background-color: #c10000;
        text-align: center;
        margin: 0 auto;
    }
    .pagelist li a{
        margin: 0 2px !important;
        height: 28px !important;
        line-height: 28px !important;
        font-size: 12px !important;
        padding: 0 10px !important;
    }
    .cont8-box {
        background: none !important;
    }
    /*.swiper-button-next{
        position: relative !important;
        right: -31% !important;
        top: 16px !important;
    }*/
    .video .videoList .pic {
    height: auto !important;
    min-height: 100px !important;
}
}
.gy-qy .left{
    padding: 10px 0 50px !important;
}

