﻿.iagheadercont20 {
    width: 100%;
    margin: 0 auto;
}

.page-width {
    max-width: 1600px;
    margin: auto;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
}

.iagnavcont20 ul li > a[href$="/luxman/100th-anniversary"] {
    color: #a40000;
}

.iagnavcont20 ul li > a[href$="/luxman/100th-anniversary"]:hover {
    background-color: #a40000;
    color: #fff;
}

.iagnavcont20 ul li > a[href$="/luxman/100th-anniversary"].cur {
    background-color: #a40000;
    color: #fff;
}

.iagrightcont20 {
    padding-top: 18px;
}

.iagsearchbtn20 {
    background-image: none;
}

.top-search-form {
    display: flex;
}

.top-search-form input {
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
    max-width: 150px;
}

.top-search-form button {
    border: none;
    background-color: #fff;
}

.top-search-form svg {
    margin: 0px;
}

.pc_hd_right {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.pc_hd_right li {
    padding: 15px 20px;
    margin-right: 6px;
    background-image: url(../images/iagimg02.jpg);
    background-position: right center;
    background-repeat: no-repeat;
}

.pc_hd_right li:last-child {
    padding-right: 0px;
    margin-right: 0px;
    background-image: none;
}

.pc_hd_right svg {
    fill: #333;
    height: 20px;
    width: auto;
    transition: all .2s ease;
}

.pc_hd_right svg:hover {
    fill: #a40000;
}

.pc_hd_right .wehcat {
    position: relative;
    display: inline-flex;
}

.pc_hd_right .wehcat img {
    position: absolute;
    display: block;
    top: 100%;
    left: 50%;
    max-width:150px;
    transform: translateX(-50%);
    visibility: hidden;
    opacity: 0;
    border: 2px solid #a40000;
    transition: all .2s ease;
    z-index: 10;
}

/* 初始三角不可见 */
.wehcat::after {
    content: "";
    position: absolute;
    top: calc(100% + 100px); /* 先放远点防止提前闪现，可微调 */
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    opacity: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #a40000;
    z-index: 9;
}


/* 悬停时，显示图片和三角 */
.pc_hd_right .wehcat:hover img {
    visibility: visible;
    opacity: 1;
}

/* 悬停时三角一起出现 */
.pc_hd_right .wehcat:hover::after {
    opacity: 1;
    top: calc(100% - 6px); /* 贴近图片底部，可根据图片尺寸微调 */
}

.pc_hd_right .phone {
    position: relative;
}

.pc_hd_right .phone span {
    position: absolute;
    top: 100%;
    left: 50%;
    display: block;
    width: max-content;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: 2px solid #a40000;
    padding: 10px 20px;
    transition: all .2s ease;
}

.pc_hd_right .phone:hover span {
    visibility: visible;
    opacity: 1;
}

.nav-thumb .navthumb-one,
.nav-thumb .navthumb-two {
    position: relative
}

.iagnavcont20 ul li .nav-thumb .navthumb-twolist, .iagnavcont20 ul li .nav-thumb .navthumb-threelist {
    top: 0px !important;
    position: absolute;
    width: 280px;
}

.iagnavcont20 ul li .nav-thumb a {
}

.indexbannerbtn .swiper-pagination-bullets .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #333;
    opacity: .8;
}

.indexbannerbtn .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background-color: #a40000;
}

.swiper-button-prev,
.swiper-button-next {
    width: 40px;
    height: 40px;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #333;
    border-radius: 50%;
}

/* 左按钮 */
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 3.8%;
    background-image: url('/templates/common/images/back.png');
}

/* 右按钮 */
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 3.8%;
    background-image: url('/templates/common/images/next.png');
}

.serial-product-contain {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 10px;
}

.serial-product-contain .serial-product-item {
    width: 100%;
    display: flex;
    background-color: #f2f2f2;
}

/* 偶数行左右对调 */
.serial-product-contain .serial-product-item:nth-child(even) {
    flex-direction: row-reverse;
}

.serial-product-contain .serial-product-item .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.serial-product-contain .serial-product-item .left img {
    width: 100%;
    max-height: 700px;
    object-fit: cover;
}


.serial-product-contain .serial-product-item .right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.serial-product-contain .serial-product-item .right .content {
    max-width: 80%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.serial-product-contain .serial-product-item .right .content .title {
    font-weight: 700;
    font-size: 30px;
    color: #333;
}

.serial-product-contain .serial-product-item .right .content .desc {
    color: #666;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 限制为最多5行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.serial-product-contain .serial-product-item .right .content .more {
    color: #333;
    padding: 10px 40px;
    width: max-content;
    font-size: 14px;
    border: 1px solid;
    transition: all .2s ease;
}

.serial-product-contain .serial-product-item .right .content .more:hover {
    background-color: #333;
    color: #fff;
}


.brands-containr {
    padding: 40px 0px;
    background-color: #333;
    margin: 20px 0px;
}

.brands-containr .brands-swiper-container {
    margin: 0px 36px;
    max-width: 1600px;
    margin: auto;
    position: relative;
}

.brands-containr .brands-swiper-container .swiper-container-box {
    width: 100%;
    overflow: hidden;
}

.brands-containr .brands-swiper-container .swiper-button-prev {
    left: 0px;
}

.brands-containr .brands-swiper-container .swiper-button-next {
    right: 0px;
}

.brands-containr h2 {
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-align: center;
    padding: 20px 0px 60px 0px;
}

.brands-containr .brand-detail {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    box-sizing: border-box;
    gap: 30px;
    font-size: 18px;
}

.brands-containr .brand-detail h2 {
    text-align: left;
    padding: 0px;
    font-weight: 500;
    font-size:25px;
}

.brands-containr .brand-detail .brand-desc {
    color: #fff;
    font-weight: 300;
    line-height: 2;
    font-size: 16px;
    height: 120px;
    overflow: hidden;
}

.brands-containr .brand-detail .brand-more {
    margin-top: auto;
    color: #e29e6f;
}

.brands-containr .brand-detail img {
    width: 100%;
    max-height: 500px;
}

.news-center {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    gap: 3rem;
    margin-top: 2rem;
}

.news-container {
    padding: 5rem 36px;
}

.news-title-row {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.news-title-row h3 {
    font-weight: bold;
    font-size: 30px;
    color: #333;
}

.news-title-row h3 span {
    font-size: 22px;
    font-weight: 400;
}

.news-container .more {
    border-radius: 20px;
    border: 1px solid #333;
    max-width: max-content;
    padding: 5px 30px;
    border: 1px solid #a40000;
    color: #a40000;
    margin-left: auto;
}

.news-center .left-news {
    display: flex;
    gap: 1rem;
    flex: 1;
    flex-direction: column;
}


.news-center .right-list {
    flex: 1;
    width: 100%;
    overflow: hidden;
}

.news-center .left-news .title a {
    font-size: 22px;
    color: #333;
    text-decoration: none;
    line-height: 1.5;
}

.news-center .left-news .news-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.news-center .right-list li {
    gap: 1rem;
}

.news-center .right-list li span {
    white-space: nowrap;
}

.news-center .right-list li a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    flex: 1;
    padding-bottom: 1rem;
    border-bottom: 1px solid #c1c1c1;
}

.news-center .right-list .title-box {
}

.news-center .left-news .date {
    font-size: 18px;
    color: #999;
}

.news-center .left-news .desc {
    font-size: 18px;
    line-height: 1.5;
    color: #666;
    display: -webkit-box;
    -webkit-line-clamp: 5; /* 限制为最多5行 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-center-line {
    border-left: 2px solid transparent;
    border-image: repeating-linear-gradient( to bottom, #ccc 0, #ccc 20px, transparent 20px, transparent 40px );
    border-image-slice: 1;
    border-image-width: 2px;
}

.news-center .right-list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0px;
    padding: 0px;
    gap: 1rem;
    font-size: 18px;
}

.news-center .right-list li {
    display: inline-flex;
    align-items: baseline;
    padding-bottom: 1rem;
}

.news-center .right-list li .data-box {
}

.news-center .right-list li .dot {
    width: 10px;
    height: 10px;
    border: 1px solid #a40000; /* 边框颜色 */
    border-radius: 50%;
    background-color: transparent;
    display: inline-block;
}

.about-container {
    padding-top: 5rem;
}

.about-container .about-items {
    display: flex;
    flex-direction: column;
}

.about-container .about-items .about-item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.about-container .about-items .about-item .left {
    flex: 1;
}

.about-container .about-items .about-item .left img {
    width: 100%;
}

.about-container .about-items .about-item .right {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-container .about-items .about-item .right .content {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.about-container .about-items .about-item .right .content .row {
    display: flex;
    gap: 10px;
    align-items: baseline;
}

.about-container .about-items .about-item .right .content .title {
    font-weight: 700;
    font-size: 30px;
    color: #333;
}

.about-container .about-items .about-item .right .content .desc {
    font-size: 18px;
    line-height: 1.5;
}

.about-container .about-items .about-item .right .content .more {
    border-radius: 20px;
    border: 1px solid #333;
    max-width: max-content;
    padding: 5px 30px;
    border: 1px solid;
    color: #333;
    transition: all .2s ease;
}

.about-container .about-items .about-item .right .content .more:hover {
    background-color: #333;
    color: #fff;
}

.about-container .about-items .about-item:nth-child(odd) {
    flex-direction: row-reverse;
}

.about-brands-container {
    background-color: #f2f2f2;
    padding: 0px 2rem 5rem;
}


.about-brands-container .about-brands-items {
    display: grid;
    grid-template-columns: repeat(4, 400px);
    justify-content: center;
    gap: 40px;
}

.about-brands-container.Installation.case .about-brands-items {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
    margin: auto;
    max-width: 1200px;
    gap: 20px;
}

.about-brands-container.Installation.case .about-brands-item a h4 {
    display: block;
    height: 24px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-weight: 400;
}

.about-brands-container .about-brands-item {
    background-color: #fff;
    aspect-ratio: 1.5;
}



.about-brands-container .about-brands-item a {
    display: block;
    position: relative;
    transition: all .2s ease;
    height: 100%;
    overflow:hidden;
}

.about-brands-container .about-brands-item a:hover:before {
    position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #a40000;
    background-image: url(/Uploads/20171116064517_zzzz1.png);
    background-repeat: no-repeat;
    background-position: center;
}

.about-brands-container .about-brands-item a:hover h4 {
    color: #fff;
    z-index: 22;
}

.about-brands-container .about-brands-item a h4 {
    position: absolute;
    left: 0px;
    bottom: 20px;
    color: #333;
    font-size: 20px;
    text-align: center;
    width: 100%;
}



.productlist6 ul li:hover .producttext6 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
}

.video-banner video {
    width: 100%;
    height: auto;
}

.about_iag_container {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: auto;
    gap: 40px;
    padding: 40px 0px;
    box-sizing: border-box;
}

.about_iag_container .left {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.about_iag_container .left .content {
    display: flex;
    flex-direction: column;
    gap: 40px;
    font-size: 18px;
}

.about_iag_container .left .content p {
    font-size: 18px;
    line-height: 2;
}

.about_iag_container .left .content h2 {
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}

.about_iag_container .left .content h2:after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    margin-top: 25px;
    background-color: #a40000;
}

.about_iag_container .left .content h3 {
    font-size: 28px;
    font-weight: 600;
}

.about_iag_container .right {
    flex: 1;
    display: flex;
    justify-content: center;
}

.about_iag_container .right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.development_container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    padding-top:5rem;
}

.development_container .content {
    display: flex;
    gap: 2rem;
    margin: 4rem 0px;
}

.development_container .left {
    flex: 1;
}

.development_container .commontit {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}

.development_container .en-tit {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 4px;
}

.development_container .left .img-list img {
    width: 100%;
    max-height: 340px;
    object-fit: cover;
    border-radius: 4px;
}

.development_container .right {
    flex: 1;
    position: relative;
}

.development_container .right .timeline {
    height: 100%;
    list-style: none;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 1rem;
    gap: 2rem;
}

.development_container .right .timeline::before {
    content: "";
    position: absolute;
    left: 0;
    top: 40px; /* 起点 */
    height: calc(100% - 40px); /* 虚线长度 */
    width: 2px;
    background-image: repeating-linear-gradient( to bottom, #ccc 0, #ccc 8px, /* 虚线长度 */
    transparent 8px, transparent 16px /* 间距 */
    );
}

.development_container .right .timeline .dot {
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(-150%, 150%);
    width: 15px;
    height: 15px;
    background-color: #a40000;
    border-radius: 50%;
}

.development_container .right .timeline h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 2;
}

.development_container .right .timeline li {
    position: relative;
    gap: 1rem;
    display: flex;
    align-items: center;
}


.development_container .right .year {
    font-weight: 700;
    font-size: 28px;
    color: #98191f;
    margin-right: 20px;
    display: inline-block;
}

.development_container .right .desc {
    display: inline-block;
    font-size: 18px;
    line-height: 1.8;
    color: #444;
    vertical-align: top;
}

.development_container .right .chapter {
    margin: 1rem 0px;
}

.subsidiary-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 0px;
    background-color: #f6f6f6;
}

.subsidiary-container .commontit {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
}

.subsidiary-container .en-tit {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    margin-top: 4px;
}

.subsidiary-swiper {
}

.subsidiary-swiper {
    width: 100%; /* 或具体宽度，例如 1200px */
    overflow: hidden;
    position: relative;
}

.subsidiary-swiper ul {
    padding: 3rem 0px;
}

.subsidiary-swiper ul li .item {
    background: #fff;
    display: flex;
    flex-direction: column;
    height: 350px;
}

.subsidiary-swiper ul li .item .content {
    padding: 1rem;
}

.subsidiary-swiper ul li .item .content h3 {
    padding: 1rem 0px;
}

.company-culture-container {
    background-color: #f2f2f2;
    padding: 100px 0px;
}

.company-culture-box {
    max-width: 1400px;
    margin: auto;
    display: flex;
    font-size: 18px;
    align-items: center;
    flex-direction: column;
    gap: 2rem;
    padding: 0px 36px;
}

.company-culture-box .company-culture-desc,
.company-culture-box .company-culture-desc p {
    font-size: 18px;
    line-height: 1.5;
}



.company-culture-box h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 2;
}

.company-culture-box h2:after {
    content: '';
    display: block;
    width: 50px;
    height: 4px;
    left: 50%;
    text-align: center;
    background-color: #a40000;
    transform: translateX(-50%);
    position: absolute;
}

.company-culture-box .icons {
    display: flex;
    width: 100%;
    gap: 1rem;
    justify-content: center;
    align-items: baseline;
}

.company-culture-box .icons .red {
    background-color: #a40000;
}

.company-culture-box .icons .icon-item {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

.company-culture-box .icons .icon-item h1 {
    font-weight: 800;
    font-size: 25px;
}

.company-culture-box .icons .icon-item .content {
    padding: 1rem 0px;
}

.company-culture-box .icons .icon-item .content p {
    line-height: 2;
}

.company-culture-box .icons .icon-item svg {
    background-color: rgb(98, 99, 101);
    fill: #fff;
    max-height: 250px;
    max-width: 250px;
}

.company-culture-box .icons .icon-item:nth-child(odd) svg {
    background-color: #a40000;
}

.company-culture-box .icons .icon-item svg .cls-1 {
    fill: #fff;
}

.AboutPageThree {
    background-image: none;
}


.productnav6 ul {
    display: flex;
    justify-content: space-between;
}


footer {
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #333333;
}

footer .footer-containr {
    display: flex;
    padding: 35px;
    width: 90%;
    margin: auto;
}

footer .footer-containr .left {
    flex: 1;
    display: flex;
    gap: 5rem;
}

footer .footer-containr h4 {
    font-size: 18px;
    color: #fff;
    padding-bottom: 20px;
}

footer .footer-containr .left .footer-menu-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

footer a {
    color: #999999;
    transition: all .2s ease;
}

footer a:hover {
    color: #a40000
}

footer .footer-containr .right {
    max-width: 550px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: #999999;
}

footer .footer-containr .right .row {
    display: flex;
    gap: 20px;
}

footer .footer-containr .right .row .qrcode p {
    text-align: center;
}

footer .copyright {
    background-color: #3b3b3b;
    display: inline-flex;
    justify-content: space-between;
    padding: 15px 40px;
}


footer .copyright > div {
    display: flex;
    gap: 20px;
}

.newsdetail11 .detailtext11 {
    padding: 0px;
}

.newsdetail11 .detailtext11 .video-js {
    width: 100% !important;
    height: 616px !important;
}

.newsdetail11 .detailtext11 .vjs-default-skin .vjs-big-play-button {
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.newsdetail11 .detailtext11 .video-js .vjs-tech {
    position: static;
}


@media (min-width: 1800px) {
    .productcont6 .commonweb {
        max-width: 1600px;
    }

    .productlist6 ul li {
        width: 25%;
    }

    .brands-containr .brands-swiper-container .swiper-button-prev {
        left: -4rem;
    }

    .brands-containr .brands-swiper-container .swiper-button-next {
        right: -4rem;
    }
}

@media (max-width: 1440px) {


    .page-width {
        max-width: 1200px;
        width: 100%;
        margin: auto;
    }

    .brands-containr .brands-swiper-container {
        max-width: 1200px;
    }

    footer .footer-containr {
        width: 100%;
    }

    footer .footer-containr .left {
        gap: 3rem;
    }

    .pc_hd_right li {
        padding: 15px 10px;
    }

    .about-brands-container {
        grid-template-columns: repeat(3, 1fr);
    }

    .about-brands-container .about-brands-items

    .about-container .about-items .about-item .right {
        justify-content: flex-start;
    }

    .news-center .left-news {
       
    }

    .news-center .right-list .title-box {
    }


    .news-center .left-news .date,
    .news-center .left-news .desc {
        display: none;
    }


    .about-brands-container .about-brands-items {
        grid-template-columns: repeat(3,1fr);
    }

    .brands-containr .brands-swiper-container .swiper-button-prev {
        left: -1rem;
    }

    .brands-containr .brands-swiper-container .swiper-button-next {
        right: -1rem;
    }
}

@media (max-width: 1024px) {

    .brands-containr .brands-swiper-container {
        max-width: 100%;
    }
    footer .footer-containr {
        width: 100%;
    }

    footer .footer-containr .left {
        gap: 2rem;
        flex: 5;
    }

    footer .footer-containr .right {
        flex: 3;
        width: auto;
    }

    .brands-containr .brands-swiper-container {
        padding: 2rem;
    }

    .brands-containr h2 {
        font-size: 25px;
    }

    .about-brands-container {
        grid-template-columns: repeat(2, 1fr);
    }

    .about-brands-container .about-brands-items {
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }
}

@media (max-width: 768px) {

    .iagnavcont20 ul li .nav-thumb .navthumb-twolist, .iagnavcont20 ul li .nav-thumb .navthumb-threelist {
        position: relative;
        width: auto;
    }

    .pc_hd_right {
        display: none;
    }

    .about-container {
        padding: 2rem 0px;
    }

    .about-container .about-items .about-item .right .content {
        max-width: 100%;
        width: 100%;
    }

    .about-container .about-items .about-item .right .content img {
        max-height: 25px;
    }

    .productcont6 .commonweb .productlist6 ul li {
        width: 100%;
    }

    .serial-product-contain .serial-product-item {
        flex-direction: column;
    }

    .serial-product-contain .serial-product-item:nth-child(even) {
        flex-direction: column;
    }

    .serial-product-contain .serial-product-item .right {
        padding: 3rem 0px;
    }

    .about-container .about-items .about-item:nth-child(odd) {
        flex-direction: column
    }

    .about-container .about-items .about-item .right {
        padding: 0px;
        justify-content: flex-start;
    }

    .news-container {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .news-title-row {
        flex-direction: row;
        gap: 2rem;
        font-size: 18px;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .news-title-row h3 {
        font-size: 18px;
        font-weight: 600;
    }

    .news-title-row h3 span {
        display: none;
    }

    .news-title-row .more {
        font-size: 14px;
    }

    .news-center {
        flex-direction: column;
        gap: 1rem;
        margin-top: 1rem;
    }

    .news-center .right-list li {
        display: flex;
        flex-direction: column;
        overflow: auto;
    }

    .news-center .right-list li a {
        overflow: auto;
        white-space: break-spaces;
    }

    .news-center .left-news {
        flex-direction: column;
    }

    .news-center .right-list ul li {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .news-center .right-list ul li:before {
        left: 0px;
    }

    .about_iag_container {
        flex-direction: column;
        padding: 50px 36px;
    }

    .company-culture-container {
        padding: 50px 36px;
    }

    .company-culture-box .icons {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .about-brands-container .about-brands-item a h4 {
        display: none;
    }

    .development_container .left {
        display: none;
    }

    .development_container .content {
        margin: 1rem 0px;
    }

    .development_container .right .timeline h2 {
        text-align: center;
        line-height: 1;
        width: 100%;
    }

    .development_container .right .desc {
        padding: 0px 10px;
    }


    .product-detail-tabs-container .tab-header {
        gap: 0px;
    }

    .company-culture-box {
        padding: 0px;
    }



    footer .footer-containr {
        flex-direction: column;
        gap: 2rem;
        display: none;
    }

    footer .copyright {
        flex-direction: column-reverse;
        display: flex;
        gap: 10px;
    }

    footer .copyright .copyright-icp {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 1px;
    }

    .newsdetail11 .detailtext11 .video-js {
      height:auto !important;
    }

  
}
