.product .box1{
	padding: 100px 0 140px;
}
.product .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.product .box1 .box-c .list li>a{
	position: relative;
	display: block;
	/* padding-top: 100%; */
	border-radius: 10px;
	overflow: hidden;
}
.product .box1 .box-c .list li .li-box1,
.product .box1 .box-c .list li .li-box{
	/* position: absolute; */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.product .box1 .box-c .list li .li-box{
	/* display: flex; */
	/* flex-direction: column; */
	/* justify-content: space-between; */
	text-align: center;
}
.product .box1 .box-c .list li .li-box1{
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: all .6s;
}
.product .box1 .box-c .list li:hover .li-box1{
	opacity: 1;
	visibility: visible;
	pointer-events: inherit;
}
.product .box1 .box-c .list li .pic{
	/* height: 73%; */
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 20px;
	aspect-ratio: 450/328;
}
.product .box1 .box-c .list li .pic img{
	max-width: 90%;
	max-height: 90%;
}
.product .box1 .box-c .list .li-box .text{
	color: #333333;
	text-align: center;
	padding: 3.55% 0 5.55%;
	white-space: normal;
	text-overflow: ellipsis;
	overflow: hidden;
}
.product .box1 .box-c .list li .label{
	position: absolute;
	display: inline-block;
	right: 4.44%;
	top: 4.44%;
	padding: 0 15px;
	line-height: 36px;
	background: #71D30B;
	border-radius: 18px 18px 18px 5px;
	color: rgba(255, 255, 255, 1);
}
.product .box1 .box-c .list li .li-box1{
	background-size: cover;
	display: flex;
	align-items: flex-end;
}
.product .box1 .box-c .list li .text-box{
	margin-bottom: 0;
	padding: 26px 30px;
}
.product .box1 .box-c .list li .text-title,
.product .box1 .box-c .list li .text-des{
	color: #fff;
}
.product .box1 .box-c .list li .text-box .text-title{
	color: #71D30B;
}
.product .box1 .box-c .list li .text-des{
	margin-top: 30px;
	line-height: 1.33;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product .box1 .box-c .list li .commonMore{
	color: #fff;
	text-transform: uppercase;
	margin: 0 auto;
	/* width: 160px; */
	max-width: 100%;
}
.product .box1 .pagination{
	margin-top: 45px;
}
.productDetails{
	background-color: RGBA(250, 250, 250, 1);
}

.innerBread1{
	position: sticky;
	top: 103px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
	z-index: 10;
	background-color: RGBA(250, 250, 250, 1);
}
.header.active + .innerBread1{
	top: 83px;
}
.innerBread1 .box-c{
	display: flex;
	justify-content: space-between;
	padding: 30px 0;
	align-items: flex-start;
}
.innerBread1 .box-c-l{
	flex: 1;
	margin-right: 50px;
	color: rgba(51, 51, 51, 1);
}
.innerBread1 .box-c-r{
	display: flex;
	gap: 10px;
}
.innerBread1 .box-c-r a{
	background: linear-gradient(to right, #6FCB2E, #EBEBEB);
	padding: 2px;
	border-radius: 18px;
	overflow: hidden;
	color: rgba(34, 34, 34, 1);
	text-align: center;
	transition: all .6s;
}
.innerBread1 .box-c-r a:hover{
	color: #6FCB2E;
}
.innerBread1 .box-c-r a span{
	display: block;
	line-height: 32px;
	min-width: 116px;
	padding: 0 20px;
	background-color: #fff;
	border-radius: 16px;
}
.product-details .box1{
	padding: 70px 0 80px;
	text-align: center;
}
.product-details .box1 .des{
	margin-top: 20px;
}
.product-details .box1 .box-c{
	position: relative;
	margin-top: 45px;
	padding: 0 70px;
}
.product-details .box1 .box-c .swiper-slide{
	display: flex;
	align-items: center;
	justify-content: center;
	height: 405px;
	opacity: 0 !important;
}
.product-details .box1 .box-c .swiper-slide-active{
	opacity: 1 !important;
}
.product-details .box1 .box-c .swiper-slide img{
	max-width: 100%;
	max-height: 100%;
}
.product-details .box1 .box-c .btn{
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	background: #EAEAEA;
	border-radius: 50%;
	color: #fff;
	transition: all .6s;
	cursor: pointer;
}
.product-details .box1 .box-c .btn .iconfont{
	font-weight: bold;
}
.product-details .box1 .box-c .btn:hover{
	background-color: rgba(113, 211, 11, 1);
}
.product-details .box1 .box-c .btn-prev{
	left: 0;
}
.product-details .box1 .box-c .btn-next{
	right: 0;
}
.product-details .box1 .box-b{
	margin-top: 58px;
	text-align: center;
}
.product-details .box1 .box-b .text-title{
	color: #222222;
	line-height: 1.25;
}
.product-details .box1 .box-b .text-des{
	color: #999999;
	line-height: 1.66;
	margin-top: 20px;
}
.product-details .box2{
	padding: 100px 0 155px;
	background-color: RGBA(244, 244, 244, 1);
}
.product-details .box2 .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.product-details .box2 .list li{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.product-details .box2 .list li .li-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 50px 30px;
	text-align: center;
	transition: all .6s;
}
.product-details .box2 .list li:hover .li-box{
	background-color: rgba(113, 211, 11, 1);
}
.product-details .box2 .list li .text-title{
	color: #fff;
	line-height: 1.25;
}
.product-details .box2 .list li .text-des{
	color: #FAFAFA;
	line-height: 1.66;
	margin-top: 35px;
	flex: 1;
	overflow: auto;
	padding-right: 5px;
	opacity: 0;
	transform: translateY(10px);
	transition: all .6s;
}
.product-details .box2 .list li:hover .text-des{
	opacity: 1;
	transform: translateY(0);
}
.product-details .box3{
	padding: 100px 0 140px;
}
.product-details .box3 .title{
	color: rgba(34, 34, 34, 1);
	padding: 0 27px;
	line-height: 80px;
	background-color: rgba(113, 211, 11, 1);
}
.product-details .box3 table{
	width: 100%;
	border-left: 1px solid RGBA(222, 222, 222, 1);
	font-size: 18px;
	color: #222222;
	line-height: 36px;
	border-collapse: collapse;
}
.product-details .box3 table td{
	border-right: 1px solid RGBA(222, 222, 222, 1);
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
	min-width: 140px;
	padding: 12px 14px;
}
.product-details .box4{
	padding: 95px 0;
	background-size: cover;
	text-align: center;
}
.product-details .box7{
	padding-bottom: 227px;
}
.product-details .box4 .pic{
	margin-top: 70px;
}
.product-details .box4 .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.innerDes{
	color: rgba(153, 153, 153, 1);
	margin-top: 30px;
	line-height: 24px;
}
.product-details .box6 .title,
.product-details .box6 .innerDes{
	color: #fff;
}
.product-details .box9{
	padding-bottom: 130px;
}
.product-details .box9 .list{
	margin-top: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
	flex-wrap: wrap;
}
.product-details .box9 .list li .pic img{
	display: block;
	width: 212px;
	box-shadow: 5px 9px 30px 0px rgba(223,229,238,0.3);
	border-radius: 10px;
}
.product-details .box10 .list{
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 30px;
}
.product-details .box9 .list .pic,
.product-details .box10 .list .pic{
	margin-top: 0 !important;
	border-radius: 10px;
}
.product-details .box10 .list .text{
	font-family: Gotham;
	font-weight: normal;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	margin-top: 20px;
}
@media (max-width: 1280px) {
	.innerBread1{
		top:83px;
	}
	.header.active + .innerBread1{
		top:63px;
	}
	.product .box1 .box-c .list li .text-title{
		font-size: 22px;
	}
	.product .box1 .box-c .list li .text-des{
		font-size: 16px;
		margin-top: 20px;
	}
	.product .box1 .box-c .list li .commonMore{
		/* margin-top: 30px; */
	}
	.product-details .box2 .list li .text-title{
		font-size: 22px;
	}
	.product-details .box2 .list li .li-box{
		padding: 30px;
	}
	.product-details .box2 .list li .text-des{
		margin-top: 20px;
		font-size: 16px;
	}
	.product-details .box3 .title{
		line-height: 60px;
		padding: 0 20px;
		font-size: 22px;
	}
	.product-details .box3 table{
		font-size: 16px;
		line-height: 2;
	}
}
@media (max-width:1199px) {
	.product-details .box4{
		padding: 70px 0;
	}
	.product-details .box10 .list,
	.product-details .box9 .list,
	.product-details .box4 .pic{
		margin-top: 45px;
	}
	.product .box1 .box-c .list li .text-title{
		font-size: 20px;
	}
	.product .box1 .box-c .list li .text-box{
		padding: 20px;
	}
	.product .box1{
		padding: 70px 0;
	}
	.innerBread1{
		top: 83px;
	}
	.product-details .box3,
	.product-details .box2,
	.product-details .box1{
		padding: 70px 0;
	}
	.product-details .box1 .box-b{
		margin-top: 45px;
	}
}
@media (max-width:1024px) {
	.product-details .box4{
		padding: 60px 0;
	}
	.product-details .box10 .list,
	.product-details .box9 .list,
	.product-details .box4 .pic{
		margin-top: 40px;
	}
	.product-details .box3 .title{
		line-height: 50px;
		padding: 0 15px;
		font-size: 20px;
	}
	.product-details .box3 table{
		font-size: 14px;
	}
	.product-details .box1 .box-b,
	.product-details .box1 .box-c{
		margin-top: 40px;
	}
	.product-details .box3,
	.product-details .box2,
	.product-details .box1{
		padding: 60px 0;
	}
	.product .box1 .box-c .list li:hover .li-box1{
		display: none;
	}
	.product .box1 .box-c .list li .label{
		padding: 0 10px;
		line-height: 30px;
		font-size: 14px;
	}
	.product .box1{
		padding: 60px 0;
	}
	.product .box1 .pagination{
		margin-top: 40px;
	}
	.innerBread1 .box-c-l{
		font-size: 20px;
	}
	.innerBread1 .box-c{
		padding: 20px 0;
	}
	.product-details .box2 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product-details .box1 .box-c .btn{
		width: 40px;
		height: 40px;
	}
	.product-details .box1 .box-c{
		padding: 0 50px;
	}
	.product-details .box1 .box-b .text-title{
		font-size: 22px;
	}
	.product-details .box1 .des,
	.product-details .box1 .box-b .text-des{
		font-size: 16px;
		margin-top: 10px;
	}
	.innerDes{
		margin-top: 20px;
		font-size: 14px;
	}
	.product-details .box9 .list{
		gap: 20px;
	}
	.product-details .box10 .list{
		grid-template-columns: repeat(3,1fr);
	}
	.product-details .box10 .list .text{
		margin-top: 12px;
		font-size: 14px;
	}
	.product-details .box9 .list li .pic img{
		width: 160px;
	}
}
@media (max-width: 768px) {
	.header.active + .innerBread1{
		top:48px;
	}
	.product-details .box9 .list li .pic img{
		width: 120px;
	}
	.product-details .box10 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product-details .box4{
		padding: 50px 0;
	}
	.product-details .box10 .list,
	.product-details .box9 .list,
	.product-details .box4 .pic{
		margin-top: 30px;
	}
	.product-details .box3 .table{
		overflow: auto;
	}
	.product-details .box3 table{
		min-width: 722px;
	}
	.product-details .box1 .box-b,
	.product-details .box1 .box-c{
		margin-top: 30px;
	}
	.product-details .box2 .list li .text-title{
		font-size: 20px;
	}
	.product-details .box2 .list li .li-box{
		padding: 25px;
	}
	.product-details .box2 .list li .text-des{
		margin-top: 15px;
		font-size: 14px;
	}
	.product-details .box3,
	.product-details .box2,
	.product-details .box1{
		padding: 50px 0;
	}
	.innerBread1 .box-c-r a span{
		padding: 0 10px;
		min-width: 90px;
		font-size: 14px;
	}
	.innerBread1 .box-c-l{
		font-size: 18px;
	}
	.innerBread1{
		top: 68px;
	}
	.product .box1{
		padding: 50px 0;
	}
	.product .box1 .pagination{
		margin-top: 30px;
	}
	.product .box1 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product-details .box1 .box-b .text-title{
		font-size: 20px;
	}
	.product-details .box2 .list{
		gap: 10px;
	}
	.product-details .box2 .list li .li-box{
		padding: 20px;
	}
}
@media (max-width: 500px) {
	.product .box1 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.header.active + .innerBread1{
		top:40px
	}
	.innerDes{
		margin-top: 10px;
	}
	.product-details .box10 .list .text{
		margin-top: 5px;
	}
	.product-details .box10 .list{
		gap: 15px;
	}
	.product-details .box4{
		padding: 40px 0;
	}
	.product-details .box10 .list,
	.product-details .box9 .list,
	.product-details .box4 .pic{
		margin-top: 25px;
	}
	.product-details .box3 .title{
		font-size: 18px;
		line-height: 45px;
	}
	.product-details .box3 table{
		font-size: 12px;
	}
	.product-details .box3 table td{
		padding: 8px 10px;
	}
	.product-details .box2 .list li .li-box{
		padding: 15px;
	}
	.product-details .box2 .list li .text-title{
		font-size: 16px;
	}
	.product-details .box2 .list li .text-des{
		margin-top: 10px;
		font-size: 12px;
	}
	.product-details .box1 .des, .product-details .box1 .box-b .text-des{
		font-size: 14px;
		line-height: 1.66;
	}
	.product-details .box1 .box-b .text-title{
		font-size: 18px;
	}
	.product-details .box1 .box-c .swiper-slide{
		height: 340px;
	}
	.product-details .box1 .box-b,
	.product-details .box1 .box-c{
		margin-top: 25px;
	}
	.product-details .box3,
	.product-details .box2,
	.product-details .box1{
		padding: 40px 0;
	}
	.innerBread1 .box-c-r a{
		padding: 1px;
	}
	.innerBread1 .box-c{
		padding: 10px 0;
		align-items: center;
	}
	.innerBread1 .box-c-l{
		font-size: 16px;
		margin-right: 20px;
	}
	.innerBread1 .box-c-r a span{
		font-size: 14px;
		min-width: 70px;
	}
	.innerBread1{
		top: 60px;
	}
	.product .box1{
		padding: 40px 0;
	}
	.product .box1 .box-c .list li .label{
		font-size: 12px;
		padding: 0 8px;
		line-height: 26px;
	}
	.product .box1 .box-c .list .li-box .text{
		font-size: 14px;
	}
}