@charset "utf-8";
/* 字号 */
.about-text h2,
.section-title,
.product-info h4,
.product-info .price,
.custom-scene-title,
.partner-content h3,
.links-title{
	font-size: 24px;
	font-weight: bold;
}
.process-item h4,
.advantage-item h3{
	font-size: 20px;	
}
.news-info h4{
	font-size: 18px;
}
.about-text p,
.section-title small,
.advantage-item p,
.product-info .desc,
.product-info .spec span,
.product-info .price span,
.product-info button,
.process-item p,
.news-info p,
.news-tabs span,
.news-info .more,
.partner-content p,
.links-subtitle,
.custom-scene ul li,
.partner-content .partner-list{
	font-size: 18px;
}
.process-item .num{
	font-size: 28px;
}
.news-info .tag{
	font-size: 14px;
}

/* 按钮 */
.red-btn {
	display: inline-block;
	background-color: #ed2633;
	color: #fff;
	padding: 10px 30px;
	border-radius: 4px;
	font-size: clamp(18px, 20px, 24px);
	border: none;
	cursor: pointer;
	transition: all 0.3s ease;
}
.red-btn:hover {
	background-color: #d61a26;
	color: #fff;
	transform: translateY(-3px);
	box-shadow: 0 4px 12px rgba(237,38,51,0.25);
}


/* Banner 轮播 */
.banner {
	width: 100%;
	height: auto;
	margin-top: 70px;
}
.banner .swiper-slide {
	width: 100%;
	height: auto;
	background-size: cover;
	background-position: center;
	position: relative;
	display: flex;
	align-items: center;
	/*padding-left: 10%;*/
	color: #fff;
}
.banner .swiper-slide::after {
	content: "";
	position: absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	/*background: rgba(0,0,0,0.3);*/
}
.banner .swiper-slide img{
	width: 100%;
}
.banner-content {
	position: relative;
	z-index: 1;
}
.banner-title {
	font-size: 30px;
	margin-bottom: 10px;
}
.banner-subtitle {
	font-size: 17px;
	opacity: 0.9;
}
.banner .swiper-button-next,
.banner .swiper-button-prev {
	color: #fff;
}
.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 0.5;
}
.banner .swiper-pagination-bullet-active {
	background: #ed2633;
	opacity: 1;
}

/* 区块滚动动画 */
.fade-up {
	opacity: 0;
	transform: translateY(40px);
	transition: all 0.8s ease;
}
.fade-up.show {
	opacity: 1;
	transform: translateY(0);
}

/* 关于吾盛 */
.about-section {
	padding: 60px 5%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	/*background: url(/images/index/bg2.jpg) no-repeat;
	background-size: cover;*/
}
.about-text {
	width: 70%;
	margin-right: 5%;
	/*display: inline-block;*/
	/*flex: 1;*/
}
.about-text h2 {
	margin-bottom: 15px;
	font-weight: bold;
}
.about-text p {
	line-height: 1.6;
	color: #707070;
	margin-bottom: 15px;
}
.about-img {
	/*flex: 0 0 400px*/;
}
.about-img img {
	width: 90%;
	/*height: 300px;*/
	object-fit: cover;
	transition: transform 0.5s ease;
	border-radius: 6px;
}
.about-img img:hover {
	transform: scale(1.03);
}

/* 品牌优势 */
/*.advantage-section {
	padding: 60px 5%;
}
.section-title {
	margin-bottom: 30px;
	text-align: left;
	font-weight:bold;
}
.section-title small {
	display: block;
	color: #707070;
	margin-top: 8px;
	font-weight: normal;
}
.advantage-list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.advantage-item {
	background-color: #fff;
	padding: 30px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.2);
	transition: all 0.4s ease;
	border-radius: 6px;
}
.advantage-item:hover {
	transform: translateY(-6px);
	box-shadow: 0 4px 12px rgba(237, 38, 51, 0.25);
}
.advantage-item .iconfont {
	width: 40px;
	height: 40px;
	font-size: 45px;
	margin: 0 auto 12px;
	opacity: 0.7;
	transition: all 0.3s ease;
	color: #666666;
}
.advantage-item:hover .iconfont {
	opacity: 1;
}
.advantage-item:nth-of-type(1) .iconfont{
	color: #e60012;
}
.advantage-item:nth-of-type(2) .iconfont{
	color: #0e1a49;
}
.advantage-item:nth-of-type(3) .iconfont{
	background: linear-gradient(120deg, #e60012, #0e1a49);
	  -webkit-background-clip: text;
	  color: transparent;
	  background-clip: text;
}
.advantage-item h3 {
	margin-bottom: 10px;
}
.advantage-item p {
	color: #707070;
	line-height: 1.6;
}*/

/* 产品区域 */
.product-section {
	padding: 60px 5% 20px;
	position: relative;
	background: url(/images/index/bg3.jpg) no-repeat;
	background-size: cover;
}
.productSwiper{
	position: relative;
	overflow: hidden;
	padding: 20px 10px;
	padding-bottom: 100px;
    margin-left: -10px;
    margin-right: -10px;
}
.product-item {
	background-color: #fff;
	padding: 30px 20px;
	display: flex;
	align-items: center;
	gap: 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	transition: all 0.4s ease;
	text-decoration: none;
	color: inherit;
}
.product-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(237, 38, 51, 0.25);
}
.product-img {
	width: 15vw;
	height: 15vw;
	border-radius: 6px;
	object-fit: contain;
	transition: transform 0.4s ease;
}
.product-item:hover .product-img {
	transform: scale(1.05);
}
.product-info {
	position: relative;
}
.product-info h4 {
	margin-bottom: 8px;
	font-weight: bold;
}
.product-info .desc {
	color: #707070;
	line-height: 1.6;
	margin-bottom: 10px;
}
.product-info .spec {
	color: #707070;
	line-height: 1.6;
	display: flex;
	gap: 20px;
	margin-bottom: 10px;
}
.product-info .price {
	color: #ed2633;
	font-weight: bold;
}
.product-info .price span{
    display: block;
    font-weight: normal;
    margin-bottom: 5px;
}
.product-info button{
	position: absolute;
    right: 0;
    bottom: 5px;
    background: none;
	color: #ed2633;
	margin-top: 5px;
}
.custom-scene-title{
	margin-bottom: 15px;
}
.custom-scene {
	margin-bottom: 50px;
}
.custom-scene ul{
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
    flex-wrap: wrap;
    text-align: center;
}
.custom-scene ul li{
	background: rgba(255, 255, 255, 1);
    border-radius: 6px;
    padding: 15px 10px;
    color: #333333;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    text-decoration: none;
    flex: 1;
    transition: all 0.3s ease;
}
.custom-scene ul li:hover {
	cursor: default;
	color: #ed2633;
    transform: translateY(-5px);
    box-shadow: 0 4px 12px rgba(237, 38, 51, 0.25);
}
.custom-scene ul li .iconfont{
	margin-right: 8px;
	color: #bbbbbb;
	font-size: clamp(18px, 20px, 22px);
}
.custom-scene ul li:hover .iconfont{
	color: #ed2633;	
}
.custom-scene ul li a{
	display: block;
}

/* 箭头公共样式 */
.arrow {
	position: absolute;
	bottom: 50px;
	transform: translateY(50%);
	width: 36px;
	height: 36px;
	border: 1px solid #dddddd;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 2;
	user-select: none;
	transition: all 0.3s ease;
}
.arrow:hover {
	transform: translateY(50%) scale(1.15);
	box-shadow: 0 4px 12px rgba(0,0,0,0.3);
}
.arrow-prev {
	left: calc(50% - 50px);
}
.arrow-next {
	right: calc(50% - 50px);
}

/*定制区域*/
.custom-section {
	padding: 60px 5% 20px;
	position: relative;
}
.grid-container{
	display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.grid-container .grid-item{
	display: block;
	font-size: 24px;
	text-align: center;
	overflow: hidden;
	border-radius: 4px;
}
.grid-container .grid-item img{
	width: 100%;
	border-radius: 4px;
	margin-bottom: 10px;
}
/*.grid-container .grid-item p{
	font-size: 16px;
	color: #707070;
}*/

/* 定制流程 */
/*.process-section {
	padding: 60px 5%;
}
.process-list {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}
.process-item {
	text-align: center;
    width: 23%;
    transition: all 0.4s ease;
    background-color: #fff;
    padding: 30px 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
}
.process-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(237, 38, 51, 0.25);
}
.process-item .num {
	width: 50px;
	height: 50px;
	line-height: 50px;
	background-color: #ffdddd;
	color: #ed2633;
	border-radius: 50%;
	margin: 0 auto 10px;
	font-weight: bold;
	transition: all 0.3s ease;
}
.process-item:hover .num {
	background-color: #ed2633;
	color: #fff;
}
.process-item h4 {
	margin-bottom: 10px;
	color: #333;
	cursor: default;
}
.process-item p {
	color: #707070;
	line-height: 1.6;
	cursor: default;
}
.process-btn {
	text-align: center;
}*/


/* 新闻资讯 */
.news-section {
	padding: 60px 5% 20px;
	position: relative;
	background: #ececec;
}
.newsSwiper{
	position: relative;
	overflow: hidden;
	padding: 20px 10px;
	padding-bottom: 100px;
    margin-left: -10px;
    margin-right: -10px;
}
.news-tabs {
	margin-top: 8px;
	color: #707070;
	margin-bottom: 30px;
	font-weight: normal;
}
.news-tabs span {
	margin-right: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 0px 15px;
    border-radius: 4px;
    border-right: 1px solid #ddd;
    padding-left: 0;
}
.news-tabs span:last-child {
    border-right: 0;
}
.news-tabs span.active {
	color: #ed2633;
}
.news-tabs span:hover {
	color: #ed2633;
}
.news-item {
	background-color: #fff;
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 30px 20px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 6px;
	transition: all 0.4s ease;
	text-decoration: none;
	color: inherit;
}
.news-item:hover {
	transform: translateY(-5px);
	box-shadow: 0 4px 12px rgba(237, 38, 51, 0.25);
	cursor: pointer;
}
.news-img {
	/*width: 180px;*/
	height: 12vw;
	border-radius: 6px;
	object-fit: cover;
	transition: transform 0.4s ease;
}
.news-item:hover .news-img {
	transform: scale(1.05);
}
.news-info .tag {
	color: #ed2633;
	margin-bottom: 8px;
}
.news-info h4 {
    margin: 4px 0 8px;
    line-height: 1.5;
}
.news-info p {
	color: #707070;
	line-height: 1.5;
    margin-bottom: 8px
}
.news-info .more {
	color: #ed2633;
	transition: all 0.3s ease;
}
.news-info .more:hover {
	padding-left: 5px;
}

/* 友情链接 */
.links-section {
    padding: 60px 5%;
    background-color: #fff;
}
.links-header {
    margin-bottom: 20px;
}
.links-title {
    margin: 0 0 10px;
    font-weight: bold;
}
.links-subtitle {
    color: #707070;
    margin: 0;
}
.links-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
}
.links-item {
	width: calc((100% - 60px) / 4);
	background: rgba(255, 255, 255, 0.25);
    border-radius: 8px;
    padding: 10px 0;;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    transition: 0.3s;
    text-decoration: none;
    /*flex: 1;*/
	transition: all 0.3s ease;
	overflow: hidden;
}

.links-item:hover {
    color: #f2221d;
	border: none;
	background: rgba(255, 255, 255, 0.25);
	transform: translateY(-3px);
    box-shadow: 0 4px 12px rgba(237, 38, 51, 0.25);
}

.links-item img{
	width: 100%;
	margin: 0 auto;
    transition: filter 0.5s ease; /* 平滑过渡效果 */
}


/* 招商 */
.partner-section {
	height: 400px;
	background: url("/images/index/bg5.jpg") center center / cover no-repeat;
	position: relative;
	display: flex;
	align-items: center;
	padding-left: 5%;
	color: #fff;
	background-attachment: fixed;
}
.partner-section::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.3);
}
.partner-content {
	position: relative;
	z-index: 1;
}
.partner-content h3 {
	font-weight: bold;
	margin-bottom: 15px;
}

.partner-content p {
	/*width: 60%;*/
	line-height: 1.6;
	margin-bottom: 20px;
	opacity: 0.9;
}
/*.partner-content .partner-list{
	margin-bottom: 20px;
	line-height: 1.6;
	opacity: 0.9;
}
*/
.policy-btn{
	color: #ed2633;
	/*border: 2px solid #ed2633;*/
	background: #ffffff;
	margin-right: 10px;
		
}

/* 1800px - 1920px 大屏适配 */
@media (min-width: 1800px) and (max-width: 1920px) {	
	.red-btn {
		padding: 15px 35px;
		font-size: 26px;
	}
	.red-btn:hover {
		background-color: #d61a26;
		color: #fff;
		transform: translateY(-3px);
		box-shadow: 0 4px 12px rgba(237,38,51,0.25);
	}	
	
	.about-text h2,
	.section-title,
	.product-info h4,
	.product-info .price,
	.custom-scene-title,
	.partner-content h3,
	.links-title{
		font-size: 28px;
		font-weight: bold;
	}
	.process-item h4,
	.advantage-item h3{
		font-size: 24px;	
	}
	.news-info h4{
		font-size: 22px;
	}
	.about-text p,
	.section-title small,
	.advantage-item p,
	.product-info .desc,
	.product-info .spec span,
	.product-info .price span,
	.product-info button,
	.process-item p,
	.news-info p,
	.news-tabs span,
	.news-info .more,
	.partner-content p,
	.links-subtitle,
	.custom-scene ul li,
	.partner-content .partner-list{
		font-size: 20px;
	}
	.process-item .num{
		font-size: 34px;
	}
	.news-info .tag{
		font-size: 16px;
	}
	
	.productSwiper,
	.newsSwiper{
		padding-bottom: 110px;
	}

	.about-text{
		width: 55%;
	}
    .advantage-item p,
    .process-item p,
    .about-text p,
    .product-info .desc,
    .product-info .spec,
    .news-info p {
		margin-bottom: 15px;
    }

    /* 产品图片尺寸 */
    .product-img {
        width: 16vw;
        height: 16vw;
    }

    /* 卡片内边距加大 */
    .advantage-item,
    .process-item,
    .product-item,
    .news-item {
        padding: 35px;
    }

    /* 定制流程数字大小 */
    .process-item .num {
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    /* 轮播箭头位置微调 */
	.arrow{
		width: 50px;
		height: 50px;
		font-size: 22px;
	}
	.arrow-prev {
		left: calc(50% - 60px);
	}
	.arrow-next {
		right: calc(50% - 60px);
	}
	.custom-scene ul li .iconfont{
		margin-right: 10px;
	}
	
	/*友情链接*/
	.links-item {
		width: calc((100% - 5 * 20px) / 6);
	}	
}


/* 大于 1920px 超大屏适配 */
@media (min-width: 1921px) {	
	.red-btn {
		padding: 16px 38px;
		font-size: 26px;
	}
	.red-btn:hover {
		background-color: #d61a26;
		color: #fff;
		transform: translateY(-4px);
		box-shadow: 0 5px 14px rgba(237,38,51,0.28);
	}	
	
	.about-text h2,
	.section-title,
	.product-info h4,
	.product-info .price,
	.custom-scene-title,
	.partner-content h3,
	.links-title{
		font-size: 28px;
	}
	.process-item h4,
	.advantage-item h3{
		font-size: 24px;	
	}
	.news-info h4{
		font-size: 22px;
	}
	.about-text p,
	.section-title small,
	.advantage-item p,
	.product-info .desc,
	.product-info .spec span,
	.product-info .price span,
	.product-info button,
	.process-item p,
	.news-info p,
	.news-tabs span,
	.news-info .more,
	.partner-content p,
	.links-subtitle,
	.custom-scene ul li,
	.partner-content .partner-list{
		font-size: 20px;
	}
	.process-item .num{
		font-size: 36px;
	}
	.news-info .tag{
		font-size: 16px;
	}
	
	.productSwiper,
	.newsSwiper{
		padding-bottom: 120px;
	}
	
	.about-text{
		width: 50%;
	}

    .advantage-item p,
    .process-item p,
    .about-text p,
    .product-info .desc,
    .product-info .spec,
    .news-info p {
		margin-bottom: 16px;
    }

    /* 产品图片尺寸 */
    .product-img {
        width: 17vw;
        height: 17vw;
    }

    /* 卡片内边距加大 */
    .advantage-item,
    .process-item,
    .product-item,
    .news-item {
        padding: 40px;
    }

    /* 定制流程数字大小 */
    .process-item .num {
        width: 64px;
        height: 64px;
        line-height: 64px;
    }

    /* 轮播箭头位置微调 */
	.arrow{
		width: 55px;
		height: 55px;
		font-size: 24px;
	}
	.arrow-prev {
		left: calc(50% - 65px);
	}
	.arrow-next {
		right: calc(50% - 65px);
	}
	
	.custom-scene ul li .iconfont{
		margin-right: 12px;
		font-size: 22px;
	}
	
	/*友情链接*/
	.links-item {
		width: calc((100% - 6 * 22px) / 6);
	}	
}


/* 移动端适配 */
@media (max-width: 960px) {
	.banner {
		height: 225px;
        margin-top: 0;
        padding-top: 44px;
	}
	.banner .swiper-slide {
		height: 185px;
	}
	.banner .swiper-slide img {
		height: 100%;
	}
	.banner-title {
		font-size: 20px;
	}
	.banner-subtitle {
		font-size: 14px;
	}
	.banner .swiper-button-prev,
	.banner .swiper-button-next {
		display: none !important;
	}
	
	/* 关于吾盛 */
	.about-section {
		flex-direction: column;
		padding: 40px 20px;
	}
	.about-img {
		flex: none;
		width: 100%;
	}
	.about-text{
		width: auto;
		text-align: center;
		margin-right: 0;
	}
	.about-text h2,
	.about-text p {
		text-align: justify;
        text-align-last: left;
	}
	.about-img{
		height: auto;
		overflow: hidden;
	}
	.about-img img{
		width: 100%;
	}
	
	/* 品牌优势 */
	.advantage-list {
		grid-template-columns: 1fr;
	}
	
	/*产品*/
	.product-item {
		display: flex;
		gap: 10px;
		padding: 10px;
		flex-direction: column;
	}
	.product-img {
    	width: 100%;
		height: 100%;
	}
	.product-info h4,
	.process-item h4{
		font-size: 22px;
	}
	.product-info .spec span,
	.product-info .desc,
	.product-info .price span{
		font-size: 16px;		
	}
	.product-info button {
		position: inherit;
		right: 0;
		bottom: 0;
	}
	/*定制*/
	.grid-container {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
		margin-top: 20px;
	}
	/* 定制流程 */
	.process-list {
		gap: 20px;
        display: flex;
        align-content: space-between;
        flex-wrap: wrap;
	}
	.process-item {
		width: 46.5%;
	}
	
	/* 定制场景 */
	.custom-scene-title{
		font-size: 22px;
	}
	.custom-scene ul li{
		flex: initial;
		width: 46%;
	}
	.custom-scene ul li .iconfont{
		margin-right: 10px;
		font-size: 20px;
	}
	
	/*新闻*/
	.news-info h4 {
		font-size: 18px;
	}
	.news-info p,
	.news-info .more{
		font-size: 16px;		
	}
	.news-item {
		display: flex;
		gap: 10px;
		padding: 10px;
		flex-direction: column;
	}
	.news-img {
    	width: 100%;
		height: 100%;
	}
	/* 友情链接 */
	.links-title {
		font-size: 22px !important;
	}
	.links-desc {
		font-size: 14px !important;
	}
	.links-item {
		width: calc((100% - 20px) / 2);
	}
	/**/
	.partner-content p{
		width: 80%;
	}
}









