/* ====== 顶部轮播图 ====== */
#slider{
    width: 100%;
    overflow: hidden;
    position: relative;
    background-color:#F3F4F6;
}
#slider .slider-track{
    width: 100%;
    height: 100%;
    position: relative;
}
/* 每一张slide */
#slider .slider-item{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;

    box-sizing: border-box;
    opacity: 0;
    transition: opacity 0.6s ease;
    pointer-events: none;
}
#slider .slider-item.active{
    opacity: 1;
    pointer-events: auto;
    z-index: 1;
}


/* 背景大字水印 */
#slider .slider-watermark{
    position: absolute;
    right: -30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 320px;
    font-weight: 900;
    color: rgba(255,255,255,0.07);
    letter-spacing: -10px;
    user-select: none;
    pointer-events: none;
    line-height: 1;
}
/* 左侧文字 */
#slider .slider-text{
    position: relative;
    z-index: 2;
}
#slider .slider-title{
    overflow-wrap: break-word;
    color: rgba(238, 247, 255, 1);
    font-size: 104px;
    font-family: MiSans VF-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 104px;
    padding-top:180px;
}
#slider .slider-model{
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 20%, rgba(255, 255, 255, 0) 91.79287%);
    overflow-wrap: break-word;
    font-size: 104px;
    font-family: MiSans VF-Semibold;
    font-weight: 600;
    text-align: center;
    white-space: nowrap;
    line-height: 104px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-top:15px;
}
/* 右侧产品图 */
#slider .slider-img-wrap{
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 420px;
    height: 380px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#slider .slider-img-wrap img{
    max-width: 380px;
    max-height: 360px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 20px 60px rgba(0,0,0,0.4));
}
/* 左右箭头 */
#slider .slider-arrow{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    z-index: 10;
    opacity: 0;
    transition: opacity 0.3s, background 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}
#slider:hover .slider-arrow{
    opacity: 1;
}

#slider .slider-arrow-left{ left:50px; }
#slider .slider-arrow-right{ right:50px; }
/* 底部圆点 */
#slider .slider-dots{
    position: absolute;
    bottom:32px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 8px;
}
#slider .slider-dot{
    width: 24px;
    height: 4px;
    border-radius: 2px;
    background: rgba(255,255,255,0.35);
    cursor: pointer;
    transition: background 0.3s, width 0.3s;
    display: inline-block;
}
#slider .slider-dot.active{
    background: #ffffff;
    width: 36px;
}
#Yin_Title{
    padding-top:8px;
}
#Yin_Title .DIan{
    width: 10px;
    height: 10px;
    border: 3px solid rgba(25, 54, 122, 1);
    border-radius:50%;
    position: relative;
    top:1px;
}
#Yin_Title span{
    font-family: Google Sans Flex, Google Sans Flex;
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-left:6px;
}
.Yousi{
    background: #F3F4F6;
    border-radius: 0px 0px 0px 0px;
}
.Yousi .content{
    width:1200px;
    height: 860px;
    margin:0 auto;
    padding-top:78px;
    box-sizing: border-box;
}
.Yousi .title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #333333;
    text-align: left;
}
.Yousi .warp-block{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:24px;
}
.Yousi .Block{
    height: 264px;
    background: #FFFFFF;
    border-radius:2px;
    padding:44px;
    box-sizing: border-box;
    border-bottom:2px solid rgba(25, 54, 122, 0);
    cursor: pointer;
}
.Yousi .Block.active,
.Yousi .Block:hover{
    border-bottom:2px solid #19367A;
    transform: scale(1.02);
}

.Yousi .block-title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 20px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-bottom:32px;
}
.Yousi .Block.active .block-title,
.Yousi .Block:hover .block-title{
    color: #19367A;
    font-weight: 600;
}

.Yousi .list-text{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #47505F;
    text-align: left;
    font-style: normal;
    text-transform: none;
    padding-top:8px;
}

.occasion{
    max-width:1920px;
    width:100%;
    margin:auto;
    background:#FFFFFF;
}
.occasion .title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top:88px;
}
.occasion .content{
    height:904px;
    background-repeat:no-repeat;
    background-size:100% 100%;
    background-position: center;
}

.occasion .neiContext{
    width: 560px;
    height: 424px;
    background: #E4E2E0;
    border-radius: 5px;
    padding:66px 48px 0 48px;
    box-sizing: border-box;
}

.occasion .neiTitle{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 32px;
    color: #333333;

}
.occasion .neiText{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 14px;
    color: #47505F;
    line-height: 24px;
    font-style: normal;
    text-transform: none;
    margin-top:14px;
    display: -webkit-box;          /* 1. 必须：将元素设为弹性盒子模型 */
    -webkit-box-orient: vertical;  /* 2. 必须：设置子元素垂直排列 */
    -webkit-line-clamp: 4;         /* 3. 核心：限制显示的行数为 2 行 */
    overflow: hidden;              /* 4. 必须：隐藏超出的内容 */
    text-overflow: ellipsis;       /* 5. 必须：溢出时显示省略号 */
    word-break: break-all;         /* 6. 补充：防止纯数字或字母无法换行 */
}
.occasion .biaoList{
    border-top:1px  solid  #C4CBD6;
    margin-top:41px;
    display: grid;
    grid-template-columns:1fr 1fr;
    gap:20px 0;
    padding-top:40px;
}
.occasion .dianQuan{
    width: 8px;
    height: 8px;
    border: 2px solid #19367A;
    border-radius:50%;
}
.occasion .text{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 16px;
    color: #333333;
    font-style: normal;
    text-transform: none;
    padding-left:6px;
}
.occasion .warp-right{
    margin-bottom:64px;
}

/* 右侧列表项过渡动画 */
.occasion .right-title,
.occasion .right-englist{
    transition: color 0.3s ease;
}
.occasion .right-title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 24px;
    color: #333333;
    text-align: right;
    font-style: normal;
    text-transform: none;
}
.occasion .right-englist{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 12px;
    color: #333333;
    line-height: 16px;
    text-align: right;
    font-style: normal;
    text-transform: none;
    padding-top:6px;
}
.occasion .line{
    width: 120px;
    height: 1px;
    border-radius: 0px 0px 0px 0px;
    transition: width 0.3s ease, background 0.3s ease, margin-left 0.3s ease;
}

.occasion .block.active .right-title,
.occasion .block.active .right-englist{
    color: #19367A;
}
.occasion .block.active .line{
    width: 140px;
    background: #19367A;
    margin-left:20px;
}

/* 内容区切换动画 */
.scene-fade-enter-active,
.scene-fade-leave-active{
    transition: opacity 0.3s ease, transform 0.3s ease;
}
.scene-fade-enter{
    opacity:0;
    transform: translateX(30px);
}
.scene-fade-leave-to{
    opacity:0;
    transform: translateX(-30px);
}

.kehu .content{
    width:1300px;
    height:1058px;
    margin:0 auto;
    background-color:#FFFFFF;
}
.kehu .title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.kehu .warp-block{
    display: grid;
    grid-template-columns:1fr 1fr 1fr;
    gap:30px;
}
.kehu .block{
    height: 360px;
    background: #FFFFFF;
    border-radius: 6px;
    /*box-shadow: 0px 24px 50px -1px rgba(109,117,131,0.25);*/
}
.kehu .block:hover{
    transform: scale(1.01);
}
.kehu .Img{
    height:248px;
    background: #FFFFFF;
    border-radius: 10px;
    overflow:hidden;
}
.kehu .listText{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    text-align: center;
    padding-top:20px;
}
.kehu .list_Text{
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    font-size: 16px;
    color: #7D828C;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding-top:12px;
}


.zhuanSu{
    background: #F3F4F6;
    border-radius: 0px 0px 0px 0px;
}
.zhuanSu .content{
    height: 200px;
    width:1200px;
    margin:0 auto;
}
.zhuanSu .title{
    font-family: PingFang SC, PingFang SC;
    font-weight: 600;
    font-size: 40px;
    color: #19367A;
    text-align: left;
}

.zhuanSu .Btn{
    width: 204px;
    height: 60px;
    padding:0 56px 0 56px;
    border-radius: 34px 34px 34px 34px;
    border: 1px solid #19367A;
    box-sizing: border-box;
    cursor: pointer;
}
.zhuanSu .span, zhuanSu i{
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    font-size: 18px;
    color: #19367A;
}
