.ywDepNrInLeft {
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ywDepNrInLeft .ywDepNrInNav {
    height: auto;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    white-space: nowrap;
    position: relative;
}

.ywDepNrInLeft .ywDepNrInNav li {
    padding: 10px 0;
    cursor: pointer;
}

.ywDepNrInLeft .ywDepNrInNav li.active .ywDepNrInNavIco {
    background-image: linear-gradient(0deg, #bb343a 0%, #bb343a 100%);
    box-shadow: 5px 5px 10px 0px rgba(69, 11, 18, 0.3);
    -webkit-box-shadow: 5px 5px 10px 0px rgba(69, 11, 18, 0.3);
}

.ywDepNrInLeft .ywDepNrInNav li.active .ywDepNrInNavIco span img:nth-child(1) {
    display: none;
}

.ywDepNrInLeft .ywDepNrInNav li.active .ywDepNrInNavIco span img:nth-child(2) {
    display: inline-block;
}

.ywDepNrInLeft .ywDepNrInNav li.active .ywDepNrInNavTit {
    color: #bb343a;
    font-weight: bolder;
}

.ywDepNrInLeft .ywDepNrInNav li .ywDepNrInNavIco {
    width: 73px;
    display: inline-block;
    vertical-align: middle;
    height: 73px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: relative;
    z-index: 2;
    background: #ffffff;
}

.ywDepNrInLeft .ywDepNrInNav li .ywDepNrInNavIco span {
    width: 60px;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -28px;
    height: 60px;
    line-height: 60px;
    font-size: 0;
    text-align: center;
}

.ywDepNrInLeft .ywDepNrInNav li .ywDepNrInNavIco span img:nth-child(1) {
    display: inline-block;
}

.ywDepNrInLeft .ywDepNrInNav li .ywDepNrInNavIco span img:nth-child(2) {
    display: none;
}

.ywDepNrInLeft .ywDepNrInNav li .ywDepNrInNavTit {
    color: black;
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px;
    font-size: 18px;
}

.ywDepNrInLeft .ywDepNrInNav::before {
    content: "";
    width: 1px;
    height: 100%;
    background: #cacacc;
    position: absolute;
    top: 0;
    left: 39px;
    z-index: 1;
}

.ywDepNrInRight {
    width: calc(100% - 200px);
}

.ywDepNrInRight .gfYWNr {
    display: -webkit-flex;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.ywDepNrInRight .gfYWNr .gfYWNrLeft h4 {
    display: none;
}

.ywDepNrInRight {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

@media screen and (max-width: 1200px) {
    .ywDepNrInRight {
        width: 400px;
    }


}

.ywDepNrInRight .gfYWNr {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ywDepNrInRight .gfYWNr .gfYWNrLeft img {
    object-fit: contain;
    height: 600px;
    width: 100%
}

.ywDepNrInRight .gfYWNr .gfYWNrLeft h4 {
    font-size: 16px;
    text-align: center;
    color: #000;
}

.tooltip {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    padding: 15px;
    box-sizing: border-box;
    visibility: visible;
    opacity: 1;
    transition: all 0.3s ease;
    transform: translateY(0);
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
}

.imgs:hover .tooltip {
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
}

/* 如果需要箭头效果，可以添加这个 */
.tooltip::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    margin-left: -10px;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent;
    display: none;
    /* 默认隐藏，如果需要显示可以改为block */
}




/* ------------------------- */
/* 优化左侧导航样式 */
.ywDepNrInNav li {
    /* transition: all 0.3s ease;
border-radius: 8px;
margin-bottom: 10px; */
}

.ywDepNrInLeft .ywDepNrInNav li:hover {
    border: none;
    outline: none;
    box-shadow: none;
    background-color: transparent;
}


.ywDepNrInNav li.active .ywDepNrInNavIco {
    /* box-shadow: 0 5px 15px rgba(187, 52, 58, 0.3); */
    background-image: linear-gradient(135deg, #bb343a 0%, #e74c3c 100%);
}

.ywDepNrInNavIco {
    transition: all 0.3s ease;
}

.ywDepNrInNavIco img {
    object-fit: contain;
    width: 75%;
    height: 75%
}

.ywDepNrInNavTit {
    font-weight: 500;
    transition: all 0.3s ease;
}

.ywDepNrInNav li.active .ywDepNrInNavTit {
    font-weight: 600;
}

/* 优化右侧轮播图样式 */
.jjfa-swiper-container {
    border-radius: 10px;
    overflow: hidden;
    /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08); */
}

.gfYWNrLeft img {
    transition: all 0.5s ease;
}

.gfYWNrLeft:hover img {
    transform: scale(1.02);
}

.gfYWNrLeft h4 {
    margin-top: 15px;
    padding: 0 15px;
    font-weight: 500;
    color: #333;
    transition: all 0.3s ease;
}

.gfYWNrLeft:hover h4 {
    color: #bb343a;
}

/* 添加轮播图指示器样式 */
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: #ddd;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.swiper-pagination-bullet-active {
    background: #bb343a;
    width: 20px;
    border-radius: 4px;
    opacity: 1;
}

.button {
    width: 170px;
    height: 45px;
    background: #bb343a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    /* font-weight: bold; */
    margin-top: 50px;
}

@media screen and (max-width: 1200px) {
    .button {
        font-size: 12px;
        margin-top: -7px !important;
        padding: 0px;
        height: 30px;
        width: 50% !important;
    }
}

.BUtton {

    width: 170px;
    height: 45px;
    background: #bb343a;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 18px;
    /* font-weight: bold; */
    margin-top: 50px;
}

@media screen and (max-width: 1200px) {
    .BUtton {
        display: none;
        font-size: 12px;
        /* padding: 40px; */
    }
}

@media screen and (max-width: 1200px) {
    .tooltip {
        font-size: 10px;
    }
}

.product {
    /* z-index: 1; */
    background: url(/static/upload/index-business-bg.jpg) bottom no-repeat;
    position: relative;
}

.product::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.95);
    /* 确保蒙版在背景之上 */
}

.product>* {
    z-index: 2;
    position: relative;
}

@media screen and (max-width: 1200px) {
    .ywDepNrInLeft {
        display: none;
    }

}

.idxProUl {
    margin-bottom: 100px;
    flex: 1;
}

@media screen and (max-width: 1200px) {
    .idxProUl {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 1200px) {
    .ywDepNrInRight .gfYWNr .gfYWNrLeft img {
        object-fit: contain;
        height: 200px;
        width: 100%;
    }

    .xinwenlanmu p {
        display: none;
    }

    .xinwenlanmu {
        align-items: flex-end;
    }

    .chanpings p {
        width: 100% !important;
    }

    .w80 .container {
        padding-left: 16px !important;
    }



}

.nycontact>* {
    color: black;
}

.nycontact .left {
    width: 50%;
}
@media screen and (max-width: 500px) {
    .nycontact .left {
        width: 100%;
    }
}


.footer .right ul div img {
    max-width: 120px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    padding: 8px;
    background-color: #fff;

}

@media screen and (max-width: 768px) {
    .erweima {
        display: none;
    }
}

/* .footer .right ul div img:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
  } */
.footer .qrcode-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 30px;
}

.footer .qrcode-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    color: black;
    font-weight: bold;
}

.footer .qrcode-img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    background-color: white;
    padding: 8px;
    transition: transform 0.3s ease;
}

.footer .qrcode-img:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 768px) {
    .qrcode-container {
        display: none;
    }
}

.nbg {
    
}

.hei {
    color: black;
}

.hong {
    color: #bb343a;

}

.lx {
    color: black;
    font-size: 18px;
}

.zky {
    margin-top: 10px;
    font-size: 14px;
    color: black;
}
.bnan{
    position: relative; z-index: 1;
}
.bgg{
    
}
.swpa{
    position: relative; z-index: 999;
}
.tfe{
    margin-top: -25px;
}
.bttoo{
    margin-top: 20px ;
}
.pppp{
    width: 70%; overflow-wrap: break-word;
}
.cst{
    text-align: left; text-align-last: left;
}
.sss60{
    overflow: hidden;
}
.cxsch{
    overflow-wrap: break-word; width: 70%;
}
.ontta{
    margin-top: 20px; width:20%;
}
.footl  li a{
    color: black !important;
    
}
@media(max-width: 1250px) {
    .ewm{
        display: none !important;
    }
}
.duiqi{
    align-items:flex-start ;
    /* line-height: 1.5; */
    /* margin-top: -7px; */
}
.duiqi1{
    align-items:flex-start ;
    flex-wrap: nowrap;
    /* line-height: 1.5; */
    /* margin-top: -7px; */
}
.dqi{
    margin-top: -5px;
    line-height: 1.5;
}
.lelb{
    overflow: hidden!important;
}
.mar{
    /* margin: 0 auto; */
    margin-left: 0px!important;
    /* width: 40px; */
}
.ulmt{
    margin-top: 52px!important;
}
@media screen and (max-width: 500px) {
    .ulmt{
        margin-top: 0px!important;

    }
    .ovvver{
        overflow: hidden;
    }
}
.left#videoplay .img {
    /* width: 100%;
    height: 300px; */
    object-fit: cover;
    -webkit-mask-image: linear-gradient(to right,
        transparent 0%,
        #eff3f4 20%,
        #eff3f4 80%,
        transparent 100%), linear-gradient(to bottom,
        transparent 0%,
        #eff3f4 30%,
        #eff3f4 70%,
        transparent 100%);
    mask-image: linear-gradient(to right,
        transparent 0%,
        #eff3f4 20%,
        #eff3f4 80%,
        transparent 100%), linear-gradient(to bottom,
        transparent 0%,
        #eff3f4 30%,
        #eff3f4 70%,
        transparent 100%);
    -webkit-mask-composite: source-in;
    mask-composite: intersect;
  }
  @media (max-width: 768px) {
  .customer-area li {
    pointer-events: none;
  }
 
}