.product .box1{
	padding: 100px 0 197px;
	background-image: url(../img/product-box1-bg.jpg);
	background-size: 100% 407px;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #FAFAFA;
}
.product .box1 .text-box{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 2;
}
.product .box1 .list{
	margin-top: 60px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 25px;
}
.product .box1 .list li{
	background: #FFFFFF;
	transition: all .6s;
}
.product .box1 .list li a{
	padding: 40px 55px;
	display: block;
}
.product .box1 .list li:hover{
	background: #006EFA;
	box-shadow: 5px 9px 30px 0px rgba(6,125,255,0.3);
}
.product .box1 .list li .number{
	font-family: Rany-Bold;
	font-size: 24px;
	color: #CCCCCC;
	line-height: 1;
	transition: all .6s;
}
.product .box1 .list li:hover .text-title,
.product .box1 .list li:hover .number{
	color: #fff;
}
.product .box1 .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 30px;
	color: #006EFA;
	line-height: 1.33;
	margin-top: 65px;
	transition: all .6s;
}
.product .box1 .list li img{
	margin-top: 48px;
	transition: all .6s;
}
.product .box1 .list li:hover img{
	transform: rotateY(180deg);
	filter: grayscale(100%) brightness(200%);
}
.product-list{
	background-color: #FAFAFA;
}
.product-list .box1{
	padding: 85px 0 160px;
}
.product-list .box1 .inner-title{
	color: #333333;
	font-weight: 400;
}
.product-list .box1 .box-c{
	margin-top: 55px;
}
.product-list .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
}
.product-list .box1 .box-c .list li{
	background: #FAFAFA;
	border: 1px solid #DEDEDE;
}
.product-list .box1 .box-c .list li a{
	padding: 40px 30px;
	display: flex;
}
.product-list .box1 .box-c .list .li-l{
	flex: 1;
	margin-right: 40px;
}
.product-list .box1 .box-c .list .li-l-t{
	display: flex;
	align-items: center;
}
.product-list .box1 .box-c .list .li-l-t img{
	max-width: 47px;
	max-height: 47px;
	transition: all .6s;
}
.product-list .box1 .box-c .list li:hover .li-l-t img{
	transform: rotateY(180deg);
}
.product-list .box1 .box-c .list .li-l-t .title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #067DFF;
	line-height: 30px;
	margin-left: 25px;
}
.product-list .box1 .box-c .list .li-l .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 40px;
}
.product-list .box1 .box-c .list .li-r{
	width: 260px;
}
.product-list .box1 .box-c .list .li-r img{
	display: block;
	width: 100%;
}
.product-details{
	padding: 0 0 175px;
	background-color: #FAFAFA;
}
.product-details .box1{
	
}
.productDetailsContainer{
	position: relative;
	/* margin-top: 70px; */
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.productDetailsContainer-l{
	position: sticky;
	top: 100px;
	padding-top: 100px;
}
.productDetailsContainer-l .list li{
	cursor: pointer;
	display: flex;
	align-items: center;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 1;
}
.productDetailsContainer-l .list li.active{
	color: #006EFA;
}
.productDetailsContainer-l .list li:not(:last-child){
	margin-bottom: 65px;
}
.productDetailsContainer-l .list .bullet{
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #BEBEBE;
	margin-right: 12px;
}
.productDetailsContainer-l .list li.active .bullet{
	background-color: #067DFF;
	border-color: #067DFF;
}
.productDetailsContainer-r{
	width: 100%;
}
.productDetailsContainer-title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 48px;
	color: #067DFF;
	line-height: 1;
	padding-bottom: 22px;
	border-bottom: 2px solid #067DFF;
}
.product-details .box1{
	margin-top: 94px;
}
.innerTitle{
	display: flex;
	align-items: flex-start;
	
}
.innerTitle .bullet{
	margin-right: 13px;
}
.innerTitle .bullet img{
	display: block;
}
.innerTitle .inner-title{
	color: #333333;
}
.product-details .box1 .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 2;
	margin-top: 39px;
}
.product-details .box2 .pic,
.product-details .box1 .pic{
	margin-top: 32px;
}
.product-details .box3 .box-c .pic img,
.product-details .box2 .pic img,
.product-details .box1 .pic img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.product-details .box5,
.product-details .box4,
.product-details .box3,
.product-details .box2{
	padding: 80px 0 0;
}
.product-details .box3 .list{
	margin-top: 36px;
	display: grid;
	grid-template-columns: repeat(7,1fr);
	gap: 8px;
}
.product-details .box3 .list li{
	border-radius: 10px;
	border: 1px solid #E1E8F0;
	padding: 45px 12px 20px;
	min-height: 200px;
	transition: all .6s;
}
.product-details .box3 .list li:hover{
	background: #067DFF;
	box-shadow: 5px 9px 30px 0px rgba(6,125,255,0.3);
}
.product-details .box3 .list li .number{
	font-family: Rany;
	font-weight: 300;
	font-size: 30px;
	color: #067DFF;
	line-height: 1;
	text-align: center;
	transition: all .6s;
}
.product-details .box3 .list li:hover .number,
.product-details .box3 .list li:hover .text{
	color: #fff;
}
.product-details .box3 .list li .text{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 47px;
	text-align: center;
	transition: all .6s;
}
.product-details .box3 .box-c{
	margin-top: 30px;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 25px 27px;
}
.product-details .box3 .box-c .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #333333;
	line-height: 1.41;
}
.product-details .box3 .box-c .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	margin-top: 15px;
}
.product-details .box4 .list{
	margin-top: 29px;
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 20px;
}
.product-details .box4 .list li{
	min-height: 360px;
	background: #FFFFFF;
	padding: 45px 28px;
	transition: all .6s;
}
.product-details .box4 .list li:hover{
	background: #067DFF;
	box-shadow: 5px 9px 30px 0px rgba(6,125,255,0.3);
}
.product-details .box4 .list li .number{
	font-family: Rany;
	font-weight: 400;
	font-size: 48px;
	color: #067DFF;
	line-height: 1;
	transition: all .6s;
}
.product-details .box4 .list li .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #333333;
	line-height: 1.41;
	margin-top: 40px;
	transition: all .6s;
}
.product-details .box4 .list li .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 28px;
	transition: all .6s;
}
.product-details .box4 .list li:hover .number,
.product-details .box4 .list li:hover .text-title,
.product-details .box4 .list li:hover .text-des{
	color: #fff;
}
.product-details .box5 .list{
	margin-top: 30px;
}
.product-list1 .box1{
	padding: 85px 0 150px;
}
.product-list2 .caseBox,
.product-list1 .caseBox{
	background-color: #fff;
}
.inner-title{
	color: #333333;
	/* font-weight: 400; */
}
.product-list1 .box2 .des,
.product-list1 .box1 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 48px;
}
.product-list1 .box2 .des{
	margin-top: 29px;
	text-align: center;
}
.product-list1 .box1 .box-c{
	margin-top: 53px;
}
.product-list1 .box2{
	padding: 99px 0 139px;
	background-color: #F3F3F3;
}
.product-list1 .box2 .box-c{
	margin-top: 35px;
}
.product-list1 .box2 .box-c .list{
	display: grid;
	grid-template-columns: repeat(6,1fr);
	gap: 16px;
}
.product-list1 .box2 .box-c .list li{
	
}
.product-list1 .box2 .box-c .list li .liBox{
	height: 300px;
	background: #FBFBFB;
	border-radius: 5px;
	border: 1px solid #E1E8F0;
	padding: 50px 28px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transition: all .6s;
}
.product-list1 .box2 .box-c .list li:hover .liBox{
	background: #067DFF;
	box-shadow: 5px 9px 30px 0px rgba(6,125,255,0.3);
	border-color: #067DFF;
	transform: translateY(-10px);
}
.product-list1 .box2 .box-c .list li .li-t{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.product-list1 .box2 .box-c .list li .number{
	font-family: Rany-Bold;
	font-size: 30px;
	color: #067DFF;
	line-height: 1;
	transition: all .6s;
}
.product-list1 .box2 .box-c .list li .icon{
	width: 58px;
	height: 58px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.product-list1 .box2 .box-c .list li .icon img{
	max-width: 100%;
	max-height: 100%;
}
.product-list1 .box2 .box-c .list li:hover .icon img{
	filter: grayscale(100%) brightness(200%)
}
.product-list1 .box2 .box-c .list li .text{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 36px;
	color: #067DFF;
	line-height: 30px;
	transition: all .6s;
}
.product-list1 .box2 .box-c .list li:hover .text,
.product-list1 .box2 .box-c .list li:hover .number{
	color: #fff;
}
.product-list1 .box2 .box-b{
	margin-top: 53px;
	display: flex;
}
.product-list1 .box2 .box-b .item{
	position: relative;
	width: 50%;
}
.product-list1 .box2 .box-b .item::before{
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 108.5%;
	background: #FBFBFB;
	border-radius: 131px;
	border: 1px solid #E1E8F0;
}
.product-list1 .box2 .box-b .item:nth-child(2n)::before{
	left: auto;
	right: 0;
}
.product-list1 .box2 .box-b .item .text-box{
	position: relative;
	padding: 64px 90px 64px 60px;
	min-height: 262px;
	z-index: 2;
}
.product-list1 .box2 .box-b .item:nth-child(2n) .text-box{
	padding: 64px 60px 64px 90px;
}
.product-list1 .box2 .box-b .item .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 24px;
	color: #067DFF;
	line-height: 30px;
}
.product-list1 .box2 .box-b .item .text-des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 27px;
}
.product-list1 .box3{
	padding: 120px 0 140px;
}
.product-list1 .box3 .box-c{
	margin-top: 40px;
}
.product-list1 .box3 .box-c .caseList{
	grid-template-columns: repeat(3,1fr);
}
.product-list1 .box3 .box-c .caseList li{
	background-color: transparent;
}
.product-list2 .box1{
	padding: 90px 0 102px;
}
.product-list2 .box1 .des{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	margin-top: 48px;
	text-align: center;
}
.product-list2 .box1 .pic{
	margin-top: 37px;
}
.product-list2 .box1 .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.product-list2 .box2{
	background-color: #FAFAFA;
}
.product-list2 .box2 img{
	max-width: 100%;
	margin 0 auto;
}
.product-list2 .box3 .box-c{
	margin-top: 40px;
}
.product-list2 .box3 .box-c .list{
	display: flex;
	gap: 40px 2.85%;
	flex-wrap: wrap
}
.product-list2 .box3 .box-c .list li{
	width: 36.42%;
	padding: 34px 36px 26px;
	background: #F4F6F8;
	border: 1px solid #E6EAED;
}
.product-list2 .box3 .box-c .list li:nth-child(2),
.product-list2 .box3 .box-c .list li:nth-child(3){
	width: 28.57%;
}
.product-list2 .box3 .box-c .list li:nth-child(4){
	width: 42.85%;
}
.product-list2 .box3 .box-c .list li:nth-child(5){
	width: 54.28%;
}
.product-list2 .box3 .box-c .list li .li-title{
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
	font-size: 24px;
	color: #067DFF;
	line-height: 1;
	text-align: center;
}
.product-list2 .box3 .box-c .list li .items{
	margin-top: 34px;
	display: grid;
	grid-template-columns: repeat(3,1fr);
	text-align: center;
	gap: 10px;
}
.product-list2 .box3 .box-c .list li .item{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	background-color: #fff;
	padding: 25px 20px;
	transition: all .6s;
}
.product-list2 .box3 .box-c .list li .item:hover{
	color: #fff;
	background-color: #006EFA;
}
.product-list2 .box3 .box-c .list li .items1{
	grid-template-columns: repeat(1,1fr);
}
.product-list2 .box3 .box-c .list li .items2{
	grid-template-columns: repeat(2,1fr);
}
.product-list2 .box3 .box-c .list li .items1 .item{
	padding-top: 10px;
	padding-bottom: 10px;
}
.product-list2 .box3 .box-c .list li .items3{
	grid-template-columns: repeat(4,1fr);
}
.product-list2 .box3 .box-c .list li .items3 .item{
	padding-top: 55px;
	padding-bottom: 55px;
}
.product-list2 .box4{
	padding: 110px 0 170px;
	background-color: #F4F6F8;
}
.product-list2 .box4 .box-c{
	margin-top: 50px;
}
.product-list2 .box4 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 24px;
}
.product-list2 .box4 .box-c .list li{
	background: #EFF2F6;
	/* box-shadow: 5px 9px 30px 0px rgba(222,222,222,0.3);
	border: 1px solid #D4E3FF; */
}
.product-list2 .box4 .box-c .list .li-t{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 30px;
	padding: 16px 20px;
	background-color: #2F6BDD;
	text-align: center;
	
}
.product-list2 .box4 .box-c .list li:nth-child(2) .li-t{
	background-color: #1EB9C4;
}
.product-list2 .box4 .box-c .list li:nth-child(3) .li-t{
	background-color: #1EC422;
}
.product-list2 .box4 .box-c .list li:nth-child(4) .li-t{
	background-color: rgba(242, 162, 47, 1);
}
.product-list2 .box4 .box-c .list li:nth-child(2){
	/* background: #E9F4F5;
	box-shadow: 5px 9px 30px 0px rgba(222,222,222,0.3);
	border: 1px solid #C3E3E5; */
}
.product-list2 .box4 .box-c .list li:nth-child(3){
	/* background: #E9F5EA;
	box-shadow: 5px 9px 30px 0px rgba(222,222,222,0.3);
	border: 1px solid #CAE9CB; */
}
.product-list2 .box4 .box-c .list li:nth-child(4){
	/* background: #F4F5E7;
	box-shadow: 5px 9px 30px 0px rgba(222,222,222,0.3);
	border: 1px solid #E8EAD3; */
}
.product-list2 .box4 .box-c .list .items{
	padding: 20px 10px 40px;
}
.product-list2 .box4 .box-c .list .item .pic{
	border-radius: 10px;
}
.product-list2 .box4 .box-c .list .item:not(:last-child){
	margin-bottom: 28px;
}
.product-list2 .box4 .box-c .list .text-box{
	padding-top: 18px;
	min-height: 200px;
}
.product-list2 .box4 .box-c .list .text-title{
	font-family: HarmonyOS Sans SC;
	font-weight: 300;
	font-size: 24px;
	color: #333333;
	line-height: 1.4;
}
.product-list2 .box4 .box-c .list .texts{
	margin-top: 23px;
}
.product-list2 .box4 .box-c .list .text{
	display: flex;
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 14px;
	color: #999999;
	line-height: 18px;
}
.product-list2 .box4 .box-c .list .text:not(:last-child){
	margin-bottom: 12px;
}
.product-list2 .box4 .box-c .list .bullet{
	width: 10px;
	height: 10px;
	background: #F4F4F4;
	border-radius: 50%;
	border: 2px solid #067DFF;
	margin-top: 4px;
}
.product-list2 .box4 .box-c .list .bullet + span{
	flex: 1;
	margin-left: 6px;
}
@media (max-width:1440px) {
	.product .box1 .list li .text-title{
		font-size: 26px;
	}
	.product .box1 .list li a{
		padding: 40px;
	}
	.productDetailsContainer-r{
		flex: 1;
		margin-left: 50px;
		width: auto;
	}
	.productDetailsContainer-title{
		font-size: 36px;
	}
	.product-details .box1{
		margin-top: 70px;
	}
	.product-list .box1 .box-c .list .li-l-t img{
		max-width: 35px;
		max-height: 35px;
	}
	.product-list .box1 .box-c .list .li-l-t .title{
		margin-left: 10px;
		font-size: 20px;
	}
	.product-list .box1 .box-c .list .li-l .text{
		margin-top: 20px;
	}
	.product-list .box1 .box-c .list li a{
		padding: 30px 20px;
	}
	.product-list .box1 .box-c .list .li-l{
		margin-right: 25px;
	}
	.product-list1 .box2 .box-c .list li .text{
		font-size: 28px;
	}
	.product-list1 .box2 .box-c .list li .liBox{
		height: 260px;
		padding: 50px 20px;
	}
}
@media (max-width:1280px) {
	.product-list .box1 .box-c .list .li-l-t img{
		max-width: 28px;
		max-height: 28px;
	}
	.product-list .box1 .box-c .list .li-l .text{
		margin-top: 10px;
		font-size: 14px;
	}
	.product-list .box1 .box-c .list .li-r{
		width: 220px;
	}
	.productDetailsContainer-title{
		font-size: 30px;
	}
	.product .box1 .list li .text-title{
		font-size: 24px;
	}
	.product .box1 .list li a{
		padding: 30px;
	}
	.product-details .box4 .list li .number{
		font-size: 36px;
	}
	.product-details .box4 .list li .text-title{
		font-size: 20px;
		margin-top: 30px;
	}
	.product-details .box4 .list li{
		min-height: 320px;
	}
	.product-list1 .box2 .box-c .list li .icon{
		width: 44px;
		height: 44px;
	}
	.product-list2 .box3 .box-c .list li{
		padding: 30px 25px 25px;
	}
	.product-list2 .box3 .box-c .list li .items{
		margin-top: 25px;
	}
	.product-list2 .box3 .box-c .list li .item{
		font-size: 16px;
		padding: 25px 10px;
	}
	.product-list2 .box4 .box-c .list .text-title,
	.product-list2 .box4 .box-c .list .li-t{
		font-size: 22px;
	}
	.product-list2 .box4 .box-c .list .texts{
		margin-top: 15px;
	}
}
@media (max-width:1199px) {
	.product-list2 .box4,
	.product-list2 .box1{
		padding: 70px 0;
	}
	.product-list2 .box4 .box-c{
		margin-top: 45px;
	}
	.product-list2 .box1 .des{
		margin-top: 40px;
	}
	.product-list1 .box2 .box-c .list li .text{
		font-size: 26px;
	}
	.product-list1 .box3,
	.product-list1 .box2,
	.product-list .box1{
		padding: 70px 0;
	}
	.product-list1 .box2 .box-b{
		margin-top: 45px;
	}
	.product-list1 .box1 .box-c,
	.product-list1 .box2 .des, .product-list1 .box1 .des{
		margin-top: 40px;
	}
	.product-list .box1 .box-c{
		margin-top: 45px;
	}
	.product-list .box1 .box-c .list{
		gap: 20px;
	}
	.productDetailsContainer-title{
		font-size: 28px;
	}
	.product-details{
		padding-bottom: 70px;
	}
	.productDetailsContainer{
		margin-top: 60px;
	}
	.productDetailsContainer-r{
		flex: none;
		margin-left: 0;
		width: 100%;
	}
	.productDetailsContainer-l{
		display: none;
	}
	.product .box1{
		padding: 60px 0;
		background-size: 100% 200px;
	}
	.product .box1 .list{
		margin-top: 40px;
	}
	.product-details .box1{
		margin-top: 45px;
	}
	.product-details .box3 .list{
		grid-template-columns: repeat(4,1fr);
	}
	.product-details .box5, .product-details .box4, .product-details .box3, .product-details .box2{
		padding-top: 70px;
	}
	.product-details .box4 .list li .number{
		font-size: 30px;
	}
	.product-list1 .box1{
		padding: 70px 0;
	}
	.product-list1 .box2 .box-c .list{
		grid-template-columns: repeat(3,1fr);
	}
}
@media (max-width:1024px) {
	.product-list2 .box4 .box-c .list .text-title,
	.product-list2 .box4 .box-c .list .li-t{
		font-size: 20px;
	}
	.product-list2 .box3 .box-c .list{
		display: grid;
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}
	.product-list2 .box3 .box-c .list li{
		width: 100% !important;
	}
	.product-list2 .box3 .box-c .list li:last-child{
		grid-column: span 2
	}
	.product-list2 .box4,
	.product-list2 .box1{
		padding: 60px 0;
	}
	.product-list2 .box4 .box-c{
		margin-top: 40px;
	}
	.product-list2 .box3 .box-c,
	.product-list2 .box1 .des{
		margin-top: 35px;
	}
	.product-list1 .box1{
		padding: 60px 0;
	}
	.product-list1 .box2 .box-b .item .text-title{
		font-size: 20px;
	}
	.product-list1 .box2 .box-b .item .text-des{
		font-size: 16px;
		margin-top: 18px;
	}
	.product-list1 .box2 .box-b .item::before{
		border-radius: 100px;
	}
	.product-list1 .box2 .box-b .item .text-box{
		padding: 30px 60px 30px 50px;
		min-height: 200px;
	}
	.product-list1 .box2 .box-b .item:nth-child(2n) .text-box{
		padding: 30px;
	}
	.product-list1 .box3,
	.product-list1 .box2,
	.product-list .box1{
		padding: 60px 0;
	}
	.product-list1 .box2 .box-b{
		margin-top: 40px;
	}
	.product-list1 .box1 .box-c,
	.product-list1 .box2 .des, .product-list1 .box1 .des{
		margin-top: 35px;
	}
	.product-list1 .box2 .box-c .list li .text{
		font-size: 24px;
	}
	.product-list .box1{
		padding: 60px 0;
	}
	.product-list .box1 .box-c{
		margin-top: 40px;
	}
	.product-details .box4 .list li{
		min-height: 130px;
	}
	.product-details .box4 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product-details .box5, .product-details .box4, .product-details .box3, .product-details .box2{
		padding-top: 60px;
	}
	.product-details .box1 .text{
		font-size: 16px;
		margin-top: 15px;
	}
	.product-details .box1{
		margin-top: 40px;
	}
	.innerTitle .bullet img{
		width: 14px;
	}
	.innerTitle .bullet{
		margin-right: 7px;
	}
	.productDetailsContainer-title{
		font-size: 26px;
	}
	.product-details{
		padding-bottom: 60px;
	}
	.productDetailsContainer{
		margin-top: 50px;
	}
	.product .box1{
		padding: 50px 0;
	}
	.product .box1 .list li .text-title{
		font-size: 22px;
		line-height: 1.4;
		margin-top: 20px;
	}
	.product .box1 .text-box{
		font-size: 16px;
	}
	.product .box1 .list{
		margin-top: 35px;
	}
	.product .box1 .list li img{
		width: 60px;
		margin-top: 25px;
	}
	.product-list .box1 .box-c .list .li-r{
		width: 180px;
	}
	.product-list .box1 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.product-list1 .box2 .des, .product-list1 .box1 .des{
		font-size: 16px;
		line-height: 1.8;
	}
	.product-list1 .box3 .box-c .caseList{
		grid-template-columns: repeat(2,1fr);
	}
	.product-list2 .box1 .des{
		font-size: 16px;
		line-height: 1.8;
	}
	.product-list2 .box1 .pic{
		margin-top: 35px;
	}
	.product-list2 .box4 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
}
@media (max-width:768px) {
	.product-list2 .box4 .box-c .list .li-t{
		padding: 10px;
	}
	.product-list2 .box3 .box-c .list li .li-title{
		font-size: 22px;
	}
	.product-list2 .box3 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.product-list2 .box3 .box-c .list li:last-child{
		grid-column: span 1;
	}
	.product-list2 .box1 .pic{
		margin-top: 30px;
	}
	.product-list2 .box4,
	.product-list2 .box1{
		padding: 50px 0;
	}
	.product-list2 .box4 .box-c{
		margin-top: 30px;
	}
	.product-list2 .box3 .box-c,
	.product-list2 .box1 .des{
		margin-top: 25px;
	}
	.product-list1 .box3 .box-c .caseList{
		grid-template-columns: repeat(1,1fr);
	}
	.product-list1 .box2 .box-b .item .text-box{
		padding: 30px;
	}
	.product-list1 .box2 .box-b .item .text-des{
		margin-top: 10px;
	}
	.product-list1 .box2 .box-b .item{
		min-height: 200px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.product-list1 .box2 .box-b .item .text-box{
		min-height: 0;
	}
	.product-list1 .box2 .box-b{
		flex-wrap: wrap;
		gap: 20px;
	}
	.product-list1 .box2 .box-b .item,
	.product-list1 .box2 .box-b .item::before{
		width: 100%;
	}
	.product-list1 .box1,
	.product-list1 .box3,
	.product-list1 .box2,
	.product-list .box1{
		padding: 50px 0;
	}
	.product-list1 .box3 .box-c,
	.product-list1 .box2 .box-b{
		margin-top: 30px;
	}
	.product-list1 .box1 .box-c,
	.product-list1 .box2 .des, .product-list1 .box1 .des{
		margin-top: 25px;
	}
	.product-list1 .box2 .box-c .list li .text{
		font-size: 22px;
	}
	.product-list .box1{
		padding: 50px 0;
	}
	.product-list .box1 .box-c{
		margin-top: 30px;
	}
	.product-details .box4 .list li .number{
		font-size: 24px;
	}
	.product-details .box4 .list li .text-des,
	.product-details .box4 .list li .text-title{
		margin-top: 15px;
	}
	.product-details .box4 .list li{
		padding: 30px 20px;
	}
	.product-details .box5, .product-details .box4, .product-details .box3, .product-details .box2{
		padding-top: 50px;
	}
	.productDetailsContainer-title{
		font-size: 24px;
	}
	.product-details{
		padding-bottom: 50px;
	}
	.productDetailsContainer{
		margin-top: 40px;
	}
	.product .box1{
		padding: 40px 0;
	}
	.product .box1 .list{
		margin-top: 25px;
	}
	.product .box1 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product .box1 .list li .text-title{
		font-size: 20px;
	}
	.product .box1 .list li img{
		width: 40px;
	}
	.product-details .box1{
		margin-top: 30px;
	}
	.product-details .box3 .list{
		margin-top: 30px;
		grid-template-columns: repeat(3,1fr);
	}
	.product-details .box3 .list li{
		padding: 30px 10px;
		min-height: 0;
	}
	.product-details .box3 .list li .text{
		margin-top: 25px;
	}
	.product-details .box3 .box-c .text-title{
		font-size: 22px;
	}
	.product-list1 .box2 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product-list1 .box2 .box-c .list li .liBox{
		height: 200px;
	}
	.product-list1 .box2 .box-c{
		margin-top: 30px;
	}
}
@media (max-width: 500px) {
	.product-list2 .box4 .box-c .list .text-box{
		min-height: 0;
		padding-top: 10px;
	}
	.product-list2 .box4 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.product-list2 .box3 .box-c .list li{
		padding: 25px 15px 20px;
	}
	.product-list2 .box3 .box-c .list li .li-title{
		font-size: 20px;
	}
	.product-list2 .box1 .pic{
		margin-top: 20px;
	}
	.product-list2 .box4,
	.product-list2 .box1{
		padding: 40px 0;
	}
	.product-list2 .box4 .box-c{
		margin-top: 25px;
	}
	.product-list2 .box3 .box-c,
	.product-list2 .box1 .des{
		margin-top: 20px;
	}
	.product-list1 .box2 .box-c{
		margin-top: 25px;
	}
	.product-list1 .box2 .box-c .list li .number{
		font-size: 24px;
	}
	.product-list1 .box2 .box-b .item::before{
		border-radius: 50px;
	}
	.product-list1 .box1,
	.product-list1 .box3,
	.product-list1 .box2,
	.product-list .box1{
		padding: 40px 0;
	}
	.product-list1 .box1,
	.product-list .box1{
		padding-top: 40px;
	}
	.product-list1 .box3 .box-c,
	.product-list1 .box2 .box-b{
		margin-top: 25px;
	}
	.product-list1 .box1 .box-c,
	.product-list1 .box2 .des, .product-list1 .box1 .des{
		margin-top: 10px;
	}
	.product-list1 .box1 .box-c{
		margin-top: 20px;
	}
	.product-list1 .box2 .box-c .list li .text{
		font-size: 20px;
	}
	.product-list .box1 .box-c .list .li-l{
		margin-right: 15px;
	}
	.product-list .box1 .box-c .list .li-l .text{
		margin-top: 5px;
		font-size: 12px;
		line-height: 1.8;
	}
	.product-list .box1 .box-c .list li a{
		padding: 15px 10px;
	}
	.product-list .box1 .box-c .list .li-l-t img{
		max-width: 22px;
		max-height: 22px;
	}
	.product-list .box1 .box-c .list .li-l-t .title{
		font-size: 18px;
	}
	.product-list .box1{
		padding: 30px 0 40px;
	}
	.product-list .box1 .box-c{
		margin-top: 25px;
	}
	.productDetailsContainer-title{
		padding-bottom: 10px;
	}
	.product-details .box5 .list{
		margin-top: 25px;
	}
	.product-details .box4 .list{
		margin-top: 25px;
	}
	.product-details .box3 .box-c{
		padding: 25px 20px;
	}
	.product-details .box3 .box-c .text-des{
		margin-top: 10px;
	}
	.product-details .box3 .box-c .text-title{
		font-size: 20px;
	}
	.product-details .box3 .list{
		margin-top: 25px;
	}
	.product-details .box3 .list li{
		padding: 20px 10px;
	}
	.product-details .box3 .list li .text{
		font-size: 16px;
		margin-top: 5px;
	}
	.product-details .box3 .list li .number{
		font-size: 24px;
	}
	.product-details .box1{
		margin-top: 25px;
	}
	.product-details .box2 .pic, .product-details .box1 .pic{
		margin-top: 20px;
	}
	.product-details .box5, .product-details .box4, .product-details .box3, .product-details .box2{
		padding-top: 40px;
	}
	.productDetailsContainer-title{
		font-size: 22px;
	}
	.product-details{
		padding-bottom: 40px;
	}
	.productDetailsContainer{
		margin-top: 30px;
	}
	.product .box1{
		padding: 30px 0;
		background-size: 100% 100px;
	}
	.product .box1 .list{
		margin-top: 20px;
	}
	.product .box1 .list{
		grid-template-columns: repeat(1,1fr);
	}
	.product .box1 .list li a{
		padding: 20px;
	}
	.product .box1 .list li .text-title{
		margin-top: 15px;
	}
	.product-list2 .box3 .box-c .list li .item{
		padding: 10px;
	}
	.product-list2 .box3 .box-c .list li .items3 .item{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.product-list2 .box4 .box-c .list .text-title, .product-list2 .box4 .box-c .list .li-t{
		font-size: 18px;
	}
}