.fw-titi{font-size: 48px;text-align: center;font-weight: bolder;margin-top: 130px;margin-bottom: 10px;}
/*box-163css*/
.box-163css{ width:100%; position:relative; margin-bottom:20px; float:left;margin-top: 60px;}
/*swipe*/
.swipe{ padding-top:20px; width:100%; float:left;overflow: hidden; visibility: visible; position: relative; height:560px;background: #f6f8f9;border-radius:30px ;margin: 50px 0;}
.box01_list{position:relative; -webkit-transition: left 600ms ease-out;  width:100%; left:0;}
.li_list{width:100%;position:relative; float: left; vertical-align: top;}
/*pic_list*/
.pic_list{padding:5% 7%;width:50%; float:left; margin-bottom:15px;}
.pic_list h1{font-weight: bold;font-size: 36px;margin-bottom: 15px;}

.pic_list p{font-size: 24px;line-height:50px;}
.pic_list a{background: #2286fe;display: inline-block;border-radius:50px ;padding:10px 30px; color: #fff;}
/*news_list*/
.phone{font-weight:400;margin: 60px 0;font-size: 42px;}
.phone img{margin: 60px 0 10px;}
.phone p{font-size: 18px;}
.pic_right{margin: 15px 0  0 30px;float: left;width: 46%;text-align: center;}
.repair{background: #f6f8f9;overflow: hidden;
    border-radius: 30px;text-align: center;}
    .repair-titi{font-weight: bolder;padding-top:90px;margin-bottom: 40px;}
    .repair-p{background: #2286fe;display: inline-block;border-radius:50px ;padding:10px 30px; color: #fff;}
    .repair-p:hover{color: #fff;}
.s_arrow{ display:block; border-top:2px solid #ccc;border-right:2px solid #ccc; -webkit-transform:rotate(45deg); width:6px; height:6px; float:right; margin:6px 10px 0 0;}
/*page*/
.page{ text-align:left;height:auto;  width:100%;display:-webkit-box;margin: 0;padding: 0;}
.page li{-webkit-box-flex:1; font-size:18px; display:block; color:#000; height:auto; text-align:center; }
.page li a{ color:#4b4b4c; display:block; border-bottom: 2px solid #e2e2e2;font-size: 16px;padding-bottom: 15px;}
.page a.active{color:#000;border-bottom:2px solid #999ca0;font-weight: bold;}
.page li a img {
    opacity: 0.6;
    width: 121px; /* 统一宽度 */
    height: auto; /* 保持图片比例 */
    object-fit: contain; /* 确保图片完整显示 */
    margin-bottom: 10px; /* 添加底部间距 */
}
.page a.active img{opacity: 1;}
.page li {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: auto;
    padding: 0 10px;
}
.page li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    text-align: center;
    padding-bottom: 15px;
}
@media (max-width: 768px) {
    .page li a img {
        width: 100%;
        max-width: 121px;
    }
    
    .page li {
        padding: 0 5px;
    }
}
.go_btn{margin: 6px auto 12px auto;height: 34px;width: 92%;border: 1px solid #B9B9B9;text-align: center;line-height: 34px;font-size: 16px;
background: -webkit-gradient(linear,0 0,0 100%,from(whiteSmoke),to(#E3E3E3));background: -moz-linear-gradient(top,whiteSmoke,#E3E3E3);
-webkit-border-radius: 3px;border-radius: 3px; display:block; float:left; margin-left:2.5%;}
.go_btn em{ font-style:normal; cursor:pointer;}

.popup {
    display: none; /* 默认隐藏 */
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明背景 */
    justify-content: center;
    align-items: center;z-index: 99;
}

.popup-content {
    background-color: white;
    padding: 20px 60px;
    border-radius: 5px;
    text-align: left;
    position: relative;max-width: 800px;max-height: 400px;overflow: auto;
}
.popup-content dl dt{line-height: 32px;}
.popup-content dl dd{text-indent: 30px;line-height: 32px;}
.popup-content dl dd::before {
    content: "\2022"; /* Unicode for bullet point */
    position: absolute;
    left: 40px;
    font-size: 20px; line-height: 32px;/* Adjust size as needed */
    color: black; /* Adjust color as needed */
}
.close {
    position: absolute;
    top: 10px;
    right: 40px;
    font-size: 48px;
    cursor: pointer;
}
.pic_right img{width:495px; height:495px;margin: 0 auto 20px auto;}
@media (max-width: 1199px) {
	.fw-titi{font-size: 28px;margin: 30px 0 10px;}
	.box-163css{margin-top: 10px;}
	.page li a{font-size: 12px;}
	.pic_list{width: 100%;}
	.pic_list h1{font-size: 24px;}
	.pic_list p{font-size: 18px;line-height: 24px;}
	.pic_right{margin: 0;width: 100%;text-align: center;}
	.pic_right img{width:200px;height: 200px;margin: 0 auto 20px auto;}
	.swipe{height: 620px;}
	.repair-titi{padding-top: 40px;font-size: 18px;margin-bottom: 20px;}
	.popup-content dl dt{font-size: 14px;}
	.popup-content dl dd{font-size: 12px;line-height: 24px;}
	.phone{margin: 30px 0;font-size: 24px;}
	.phone img {
    margin: 20px 0 10px;
}
.popup-content{padding: 20px 30px;width: 90%;}
.popup-content dl dd::before{left: 20px;line-height: 24px;}
}

/* 图片放大效果 */
.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
}

.hero:hover .hero-bg img {
    transform: scale(1.05);
}

/* 文字过渡动画 */
.water h1,
.water h3,
.water p,
.water .d-flex {
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.8s ease;
}

.water h1 {
    transition-delay: 0.2s;
}

.water h3 {
    transition-delay: 0.3s;
}

.water p {
    transition-delay: 0.4s;
}

.water .d-flex {
    transition-delay: 0.5s;
}

.hero:hover .water h1,
.hero:hover .water h3,
.hero:hover .water p,
.hero:hover .water .d-flex {
    opacity: 1;
    transform: translateY(0);
}

/* 优化图片容器溢出处理 */
.hero-bg {
    overflow: hidden;
}

/* 优化文字容器定位 */
.water {
    z-index: 2;
    position: relative;
}

/* 添加平滑过渡效果 */
.hero {
    transition: all 0.3s ease;
}

.page { 
    text-align: left;
    height: auto;  
    width: 100%;
    display: -webkit-box;
    margin: 0;
    padding: 0;
}

.page li {
    -webkit-box-flex: 1;
    font-size: 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
    padding: 0 10px;
    text-align: center;
}

.page li a { 
    color: #4b4b4c;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #e2e2e2;
    font-size: 16px;
    padding-bottom: 15px;
}

.page li a img {
    opacity: 0.6;
    width: 85px;
    height: 85px;
    object-fit: contain;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .fw-titi {
        font-size: 24px;
        margin: 80px 0 20px;
    }
    
    .page {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
    }
    
    .page li {
        flex: 0 0 33.333%;  /* 每行3个产品 */
        width: 33.333%;
        padding: 0 5px;
        margin-bottom: 15px;
    }
    
    .page li a {
        font-size: 12px;
        padding-bottom: 10px;
        height: 100%;
    }
    
    .page li a img {
        width: 60px;
        height: 60px;
        margin-bottom: 8px;
    }
}

@media (max-width: 480px) {
    .page {
        margin: 0 -5px;  /* 抵消内部padding */
    }
    
    .page li {
        flex: 0 0 33.333%;
        width: 33.333%;
        padding: 0 5px;
    }
    
    .page li a {
        font-size: 11px;
    }
    
    .page li a img {
        width: 70px;
        height: 100px;
    }
}

/* 隐藏横向滚动条但保持功能 */
.page::-webkit-scrollbar {
    display: none;
}

/* 首页文字载入动画 */
.cont-top h3,
.cont-top h1,
.cont-top .sn,
.cont-top .d-flex {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.cont-top h3 {
    animation-delay: 0.2s;
}

.cont-top h1 {
    animation-delay: 0.4s;
}

.cont-top .sn {
    animation-delay: 0.6s;
}

.cont-top .d-flex {
    animation-delay: 0.8s;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 优化文字样式 */
.cont-top {
    position: relative;
    z-index: 2;
}

.cont-top h3 {
    font-weight: 500;
    letter-spacing: 1px;
}

.cont-top .sn {
    line-height: 1.8;
}

/* 链接悬停效果 */
.cont-top .d-flex a {
    position: relative;
    transition: transform 0.3s ease;
}

.cont-top .d-flex a:hover {
    transform: translateX(5px);
}

/* 移动端适配 */
@media (max-width: 768px) {
    .cont-top h1 {
        font-size: 32px;
    }
    
    .cont-top h3 {
        font-size: 18px;
    }
    
    .cont-top .sn {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* 修复品牌故事页面p_03.jpg图片显示问题 - 电脑端和移动端 */
.gushi2 {
    height: auto;
    min-height: 800px; /* 增加容器最小高度 */
}

.gushi2 .hero-bg {
    height: 100%;
    min-height: 800px; /* 匹配容器最小高度 */
}

.gushi2 .hero-bg img {
    height: 100% !important;
    object-fit: cover;
    min-height: 800px; /* 确保图片高度足够 */
    width: 100%;
    display: block;
}

/* 媒体查询适应不同屏幕 */
@media (min-width: 1200px) {
    .gushi2 {
        min-height: 900px;
    }
    
    .gushi2 .hero-bg,
    .gushi2 .hero-bg img {
        min-height: 900px;
    }
}

@media (max-width: 768px) {
    .gushi2 {
        min-height: 500px;
    }
    
    .gushi2 .hero-bg,
    .gushi2 .hero-bg img {
        min-height: 500px;
    }
}

@media (max-width: 480px) {
    .gushi2 {
        min-height: 400px;
    }
    
    .gushi2 .hero-bg,
    .gushi2 .hero-bg img {
        min-height: 400px;
    }
}
