/* Banner相关样式 */
.banner-wrap {
    position: relative;
    height: 4rem;
}

.banner-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: 0;
    pointer-events: none;
}

#bannerSwiper {
    width: 100%;
    height: 100%;
}

#bannerSwiper .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.swiper-pagination {
    z-index: 2;
}

.banner-box {
	display: block;
	width: 100%;
	height: 4rem;
	position: relative;
	overflow: hidden;
}

.banner-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 90%;
	font-size: 0.36rem;
	font-weight: bold;
	color: #fff;
	text-align: center;
	z-index: 3;
	line-height: 1.2;
	padding: 0.2rem;
	border-radius: 0.1rem;
}
.banner-box-first {
	background: url('../../static/images/index/i011.png') no-repeat center center;
	background-size: cover;
}
.banner-box-second {
	background: url('../../static/images/index/i021.png') no-repeat center center;
	background-size: cover;
}
.banner-box-third {
	background: url('../../static/images/index/i20250627.jpg') no-repeat center center;
	background-size: cover;
}
/* .banner-box-third {
	background: url('../../static/images/index/i032.jpg') no-repeat center center;
	background-size: cover;
}
.banner-box-fourth {
	background: url('../../static/images/index/i04.png?v=1') no-repeat center center;
	background-size: cover;
}
.banner-box-fifth {
	background: url('../../static/images/index/i031.jpg?v=1') no-repeat;
	background-size: cover;
} */
.banner-desc {
	position: absolute;
	top: 2.2rem;
	width: 100%;
	font-size: 0.24rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(255,255,255,1);
	opacity: 0.76;
	text-align: center;
}
.news-wrap {
	padding: 1rem 0 0.6rem;
	background: rgba(246, 250, 255, 1);
}
.news-slide {
	width: 6rem;
}
.news-box {
	position: relative;
}
.news-title {
	margin-bottom: 0.24rem;
	font-size: 0.36rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(31,31,31,1);
	text-align: center;
}
.news-desc {
	margin-bottom: 0.6rem;
	font-size: 0.24rem;
	font-family: Arial;
	font-weight: 400;
	color: rgba(101,101,101,1);
	opacity: 0.8;
	text-align: center;
}
.news-mask {
	position: absolute;
	bottom: 0.24rem;
	left: 0;
	width: 100%;
	height: 3.75rem;	
	background: linear-gradient(to top, rgba(0,0,0,.4), rgba(0,0,0,0));
	box-shadow: 0 0.15rem 0.18rem 0.02rem rgba(31,35,41,0.1);
	opacity: 0.7;
}
.news-box-title {
	position: absolute;
	top: 6.6rem;
	left: 0;
	padding: 0 0.4rem;
	font-size: 0.36rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(255,255,255,1);
}
.news-box-desc {
	position: absolute;
	top: 7.3rem;
	left: 0;
	padding: 0 0.4rem;
	font-size: 0.28rem;
	font-family: PingFang SC;
	font-weight: 400;
	color: rgba(255,255,255,1);
	opacity: 0.5;
}
.product-wrap {
	padding: 1rem 0 0;
	background: #FFFFFF;
}
.product-title {
	margin-bottom: 0.24rem;
	font-size: 0.36rem;
	font-family: PingFang SC;
	font-weight: 600;
	color: rgba(31,31,31,1);
	text-align: center;
}
.product-desc {
	margin-bottom: 0.6rem;
	font-size: 0.24rem;
	font-family: Arial;
	font-weight: 400;
	color: rgba(101,101,101,1);
	opacity: 0.8;
	text-align: center;
}
.product-slide {
	height: 6.8rem;
}
.product-box {
	margin: 0 auto;
	width: 6rem;
}
.product-box-title {
	margin-bottom: 0.24rem;
	font-size: 0.32rem;
 	font-family: PingFang SC;
	font-weight: 500;
	cursor: pointer;
	user-select: none;
	color: rgba(51,51,51,1);
	text-align: center;
}
.product-box-desc {
    margin-bottom: 0.48rem;
    text-align: center;
    font-size: 0.24rem;
    font-family: PingFang SC;
    font-weight: 400;
    line-height: 0.36rem;
    color: rgba(31,35,41,1);
}
.product-box-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 0.48rem;
    width: 3.2rem;
    height: 0.8rem;
    text-align: center;
    font-size: 0.28rem;
    font-family: PingFang SC;
    font-weight: 400;
    color: rgba(255,255,255,1);
    background: rgba(22,120,255,1);
    border: 0.02rem solid rgba(255,255,255,1);
    border-radius: 0.04rem;
    box-shadow: 0 0.08rem 0.18rem 0.02rem rgba(0,41,102,0.1);
    cursor: pointer;
    user-select: none;
}
.product-box-img {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 6rem;
	height: 3rem;
	overflow: hidden;
}

.swiper-container-banner {
	--swiper-theme-color: rgba(255, 255, 255, .5);
	--swiper-pagination-color: rgba(255, 255, 255, 1);
}
.swiper-container-product {
	--swiper-theme-color: rgba(255, 255, 255, .5);
	--swiper-pagination-color: rgba(22,120,255,1);
	bottom: 0.1rem;
}
.swiper-pagination-product {
	bottom: 3rem !important;
}
.content-top {padding-top:.2rem;}
.content-top .content-top-box {
	position: relative;
	display:block;
	margin:.25rem .25rem;
	padding-left:1.9rem;
	height: 1.8rem;
	font-size:.28rem;
	text-align: left;
	border-bottom:1px #f2f2f2 solid;
}
.content-top .content-top-box img {
	position: absolute;
	top:.2rem;
	left:.0rem;
	width:1.7rem;
}
.content-top .content-top-box h5 {
	font-size:.38rem;
	font-weight: bold;
}
.content-top .content-top-box p {
	line-height: 1.8;
}


.content-bt{
	display: block;
	margin:0 .25rem 0 .25rem;
	justify-content: space-between;
}
.content-bt-box {border-radius: .1rem;}
.content-bt-box a{
	margin-bottom: .25rem;
	height: 2.28rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.news-bg{
	background: url('../images/index/news.png') no-repeat;
	background-size: cover;
}
.product-bg{
	background: url('../images/index/product.png') no-repeat;
	background-size: cover;
}
.content-bt-box h4{
	width: 1.6rem;
	height: 0.56rem;
	font-size: 0.4rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 0.56rem;
	margin-bottom: 0.04rem;
}
.content-bt-box p{
	width: 1rem;
	height: 0.25rem;
	font-size: .18rem;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 0.25rem;
	white-space: nowrap;
}

/* 关于我们部分 */
.about-section {
    background: #fff;
    padding: 0.4rem 0;
}

.about-section .content-wrap {
    padding: 0 0.32rem;
}

.main-content-title {
    font-size: 0.36rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    margin-bottom: 0.4rem;
}

.about-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.3rem;
}

@media (min-width: 480px) {
    .about-content {
        flex-direction: row;
        align-items: flex-start;
        gap: 0.4rem;
    }
    
    .about-text {
        flex: 1;
        margin-right: 0.3rem;
    }
    
    .about-img {
        width: 2.5rem;
        max-width: 2.5rem;
        flex-shrink: 0;
    }
}

.about-text {
    font-size: 0.28rem;
    line-height: 1.6;
    color: #666;
    text-align: justify;
    padding: 0 0.2rem;
}

.about-img {
    width: 3rem;
    max-width: 3rem;
    height: auto;
    object-fit: contain;
}

.get-more-box {
    text-align: center;
    margin-top: 0.2rem;
}

.get-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.08rem;
    color: #0059F9 !important;
    text-decoration: none;
    font-size: 0.28rem;
    font-weight: 400;
    transition: color 0.3s;
}


.ic_arrow {
    width: 0.16rem;
    height: 0.16rem;
}

/* 业务介绍部分 */
.business-section {
    background: #f8f9fa;
    padding: 0.4rem 0;
}

.business-section .content-wrap {
    padding: 0 0.32rem;
}

.business-container {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
}

.business-category .yewu-title {
    font-size: 0.28rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 0.24rem;
    text-align: center;
}

.business-products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.24rem;
}

.yewu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    min-width: 1.5rem;
}

.img-yewu {
    width: 1.2rem;
    height: 1.2rem;
    object-fit: contain;
    margin-bottom: 0.16rem;
}

.product-name {
    font-size: 0.24rem;
    color: #333;
    font-weight: 500;
}