.productSolution{
	position: relative;
	min-height: 100vh;
	padding: 257px 0 200px;
}
.productSolution .bg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.productSolution .bg img{
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0;
	transition: all .6s;
}
.productSolution .bg img.active{
	opacity: 1;
}
.productSolution  .boxContainer{
	position: relative;
	display: flex;
	z-index: 4;
	justify-content: space-between;
}
.productSolution  .boxContainer .l{
	padding-left: 40px;
	border-left: 1px solid rgba(255,255,255,.2);
}
.productSolution  .l-t{
	color: #fff;
}
.productSolution  .l-t .title{
	font-family: HarmonyOS_Sans_SC_Bold;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1;
}
.productSolution  .l-t .des{
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1.66;
	margin-top: 18px;
}
.productSolution  .l .list{
	margin-top: 220px;
}
.productSolution  .l .list li>a{
	display: block;
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 24px;
	color: #FFFFFF;
	opacity: 0.5;
	transition: all .6s;
}
.productSolution  .l .list li:hover a,
.productSolution  .l .list li.active a{
	opacity: 1;
}
.productSolution  .l .list li:not(:last-child){
	margin-bottom: 57px;
}
.productSolution  .r{
	width: 49.1%;
}
.productSolution  .r .r-title{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	font-family: Rany;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 1;
	text-transform: uppercase;
	margin: 0 0 0 auto;
}
.productSolution  .r .r-title .bullet{
	width: 8px;
	height: 8px;
	background: #F7FBFA;
	border-radius: 50%;
	margin-right: 10px;
	margin-top: -4px;
}
.productSolution  .r .r-c{
	margin-top: 120px;
}
.productSolution  .r .r-c .item{
	display: none;
}
.productSolution  .r .r-c .item.active{
	display: block;
	animation: fadeInUpSmall 1s forwards;
}
.productSolution  .r .r-c .item .zh{
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	color: #F7FBFA;
	line-height: 1.33;
}
.productSolution  .r .r-c .item .en{
	font-family: Rany-Bold;
	color: #F7FBFA;
	line-height: 1.66;
	text-transform: uppercase;
}
.productSolution  .r .r-c .item .detailsBtn{
	display: inline-flex;
	align-items: center;
	padding: 0 44px;
	height: 80px;
	background: #F7FBFA;
	border-radius: 40px;
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 18px;
	color: #999999;
	margin-top: 110px;
	transition: all .6s;
}
.productSolution  .r .r-c .item .detailsBtn:hover{
	background-color: rgba(94, 187, 239, 1);
	color: #fff;
}
.productSolution  .r .r-c .item .detailsBtn .iconfont{
	margin-left: 70px;
	color: rgba(94, 187, 239, 1);
	font-size: 24px;
	font-weight: bold;
	transition: all .6s;
}
.productSolution  .r .r-c .item .detailsBtn:hover .iconfont{
	color: #fff;
}
.equipment .box1{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.equipment .box1 .box-c{
	position: relative;
	z-index: 3;
}
.equipment .box1 .l{
	flex: 1;
	text-align: right;
}
.equipment .box1 .l .l-content{
	width: 474px;
	display: inline-block;
	max-width: 94%;
	text-align: left;
}
.equipment .box1 .equipmentTitle .zh{
	margin-top: 160px;
}
.equipmentTitle .zh{
	font-family: HarmonyOS_Sans_SC_Light;
	color: #222222;
}
.equipmentTitle .en{
	font-family: Rany-Bold;
	color: #222222;
	margin-top: 10px;
	text-transform: uppercase;
}
.equipment .box1 .r{
	width: 61.3%;
}
.equipment .box1 .r img{
	display: block;
	width: 100%;
}
.equipment .box2{
	padding: 100px 0 150px;
	background: url(../img/equipment-box2-bg.jpg);
	background-size: cover;
}
.equipment .box2 .box-c{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.equipment .box2 .box-c .l{
	width: 300px;
	padding: 30px 20px;
	min-height: 420px;
	background: #FFFFFF;
	border-radius: 10px;
}
.equipment .box2 .box-c .l form{
	display: flex;
	height: 60px;
	background: #F4F4F4;
	border-radius: 5px;
	padding: 0 20px;
	align-items: center;
}
.equipment .box2 .box-c .l form .iconfont{
	color: rgba(204, 204, 204, 1);
	font-size: 20px;
}
.equipment .box2 .box-c .l input{
	background-color: transparent;
	border: none;
	outline: none;
	flex: 1;
	width: 100%;
	margin-left: 10px;
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 14px;
	color: #999999;
}
.equipment .box2 .box-c .l input::placeholder{
	color: rgba(153, 153, 153, 1);
}
.equipment .box2 .box-c .l .list{
	margin-top: 25px;
}
.equipment .box2 .box-c .l .list li{
	position: relative;
}
.equipment .box2 .box-c .l .list li:not(:last-child){
	margin-bottom: 3px;
}
.equipment .box2 .box-c .l .list li.active::before{
	position: absolute;
	content: "";
	left: 0;
	width: 100%;
	height: 1px;
	bottom: 0;
	background-color: rgba(77, 171, 224, 1);
}
.equipment .box2 .box-c .l .list li>a{
	display: flex;
	padding: 12px 0;
}
.equipment .box2 .box-c .l .list li .bullet{
	width: 10px;
	height: 10px;
	background: #DEDEDE;
	border-radius: 50%;
	margin-top: 6px;
}
.equipment .box2 .box-c .l .list li:hover .bullet,
.equipment .box2 .box-c .l .list li.active .bullet{
	background: linear-gradient(-81deg, #3F9ED3, #5EBBEF);
	box-shadow: 3px 4px 10px 0px rgba(63,158,211,0.3);
}
.equipment .box2 .box-c .l .list li .text{
	flex: 1;
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin: 0 10px;
	transition: all .6s;
}
.equipment .box2 .box-c .l .list li.active .text{
	font-family: "HarmonyOS_Sans_SC_Bold";
}
.equipment .box2 .box-c .l .list li.active .text,
.equipment .box2 .box-c .l .list li:hover .text{
	color: #3F9ED3;
}
.equipment .box2 .box-c .l .list li .icon-youjiantou1{
	margin-top: 3px;
	font-size: 16px;
	transform: rotate(-45deg);
	font-weight: bold;
	color: #3F9ED3;
	opacity: 0;
	transition: all .6s;
}
.equipment .box2 .box-c .l .list li:hover .icon-youjiantou1,
.equipment .box2 .box-c .l .list li.active .icon-youjiantou1{
	opacity: 1;
}
.equipment .box2 .box-c .r{
	flex: 1;
	margin-left: 40px;
}
.equipment .box2 .box-c .r .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 60px 40px;
}
.equipment .box2 .box-c .r .list li .pic{
	position: relative;
	border-radius: 10px;
}
.equipment .box2 .box-c .r .list li .picBox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .6s;
	opacity: 0;
}
.equipment .box2 .box-c .r .list li:hover .picBox{
	opacity: 1;
}
.equipment .box2 .box-c .r .list li .picBox .icon{
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(-81deg, #3F9ED3, #5EBBEF);
	box-shadow: 3px 4px 10px 0px rgba(63,158,211,0.3);
	border-radius: 50%;
	color: rgba(255, 255, 255, 1);
}
.equipment .box2 .box-c .r .list li .picBox .icon .iconfont{
	font-size: 20px;
}
.equipment .box2 .box-c .r .list li .text-box{
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 24px;
	color: #222222;
	line-height: 1.41;
	margin-top: 25px;
	transition: all .6s;
}
.materials .box1 .box-c .list li:hover .text-box,
.equipment .box2 .box-c .r .list li:hover .text-box{
	color: rgba(80, 174, 227, 1);
}
.materials{
	background: url(../img/materials-box1-bg.jpg);
	background-size: cover;
}
.materials .box1{
	padding-bottom: 159px;
}
.materials .box1 .equipmentTitle{
	margin-top: 160px;
}
.materials .box1 .box-c{
	margin-top: 100px;
}
.materials .box1 .box-c .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 45px 60px;
}
.materials .box1 .box-c .list li .pic{
	border-radius: 10px;
}
.materials .box1 .box-c .list li .text-box{
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	font-size: 24px;
	color: #222222;
	line-height: 1.41;
	margin-top: 25px;
	transition: all .6s;
}
.productDetails .box1{
	position: relative;
}
.productDetails .box1 .pic img{
	display: block;
	width: 100%;
	min-height: 340px;
	object-fit: cover;
}
.productDetails .box1 .box-c{
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
}
.productDetails .box1 .equipmentTitle{
	margin-top: 65px;
}
.productDetails .box1 .equipmentTitle .en{
	margin-top: 0;
}
.productDetails .box1 .equipmentTitle .en span{
	color: #5EBBEF;
}
.productDetails .box2{
	position: sticky;
	top: 80px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #FFFFFF;
	box-shadow: 5px 9px 50px 0px rgba(211,221,218,0.3);
	border-radius: 10px;
	margin-top: -60px;
	padding: 20px 20px 20px 58px;
	z-index: 2;
}
.productDetails .box2 .l{
	display: flex;
	gap: 60px;
}
.productDetails .box2 .l a{
	font-family: HarmonyOS Sans SC;
	font-weight: 400;
	font-size: 18px;
	color: #4CABDF;
	color: rgba(102, 102, 102, 1);
	line-height: 60px;
	transition: all .6s;
	border-bottom: 1px solid transparent;
	padding: 0 5px;
}
.productDetails .box2 .l a.active,
.productDetails .box2 .l a:hover{
	color: #4CABDF;
}
.productDetails .box2 .l a.active{
	border-color: #4CABDF;
}
.productDetails .box2 .r{
	display: flex;
	gap: 10px;
}
.productDetails .box2 .r a{
	padding: 0 30px;
	line-height: 80px;
	background: #EDF4F2;
	border-radius: 40px;
	font-family: HarmonyOS_Sans_SC_Light;
	font-weight: 300;
	font-size: 24px;
	color: #222222;
	display: flex;
	align-items: center;
	transition: all .6s -.2s;
}
.productDetails .box2 .r a:hover{
	background: linear-gradient(-81deg, #3F9ED3, #5EBBEF);
	box-shadow: 3px 4px 10px 0px rgba(63,158,211,0.3);
	color: #fff;
}
.productDetails .box2 .r a .iconfont{
	font-size: 24px;
	margin-left: 30px;
}
.productDetails .box3{
	padding: 120px 0 90px;
	border-bottom: 1px solid RGBA(222, 222, 222, 1);
}
.detailsTitle{
	display: flex;
	font-family: HarmonyOS_Sans_SC_Light;
	color: #222222;
	line-height: 1.3;
}
.detailsTitle .iconfont{
	font-size: 26px;
	line-height: 1;
	margin-right: 15px;
}
.productDetails .box3 .box-c{
	display: flex;
	justify-content: space-between;
}
.productDetails .box3 .box-c .r{
	width: 960px;
}
.productDetails .box3 .box-c .r-title{
	font-family: HarmonyOS_Sans_SC;
	color: #222222;
	line-height: 1.3;
}
.productDetails .box3 .box-c .r-title span{
	font-family: Rany-Bold;
}
.productDetails .box3 .box-c .text-box{
	font-family: HarmonyOS_Sans_SC;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-top: 50px;
}
.productDetails .box4{
	padding: 100px 0 83px;
}
.productDetails .box4 .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 27px;
	margin-top: 60px;
}
.productDetails .box4 .list li{
	border: 1px solid #DEDEDE;
	padding: 20px;
	min-height: 200px;
}
.productDetails .box4 .list li:hover{
	border-color: transparent;
	background: linear-gradient(-81deg, #3F9ED3, #5EBBEF);
	box-shadow: 3px 4px 10px 0px rgba(63,158,211,0.3);
}
.productDetails .box4 .list li .number{
	font-family: Rany-Bold;
	color: #DAE1DF;
	line-height: 1;
	transition: all .6s -.02s;
}
.productDetails .box4 .list li .text-title{
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	margin-top: 10px;
	transition: all .6s -.2s;
}
.productDetails .box4 .list li:hover .number,
.productDetails .box4 .list li:hover .text-title{
	color: #fff;
}
.productDetails .box5{
	padding: 126px 0 166px;
	background-color: rgba(248, 248, 248, 1);
}
.productDetails .box5 .box-c{
	margin-top: 60px;
}
.productDetails .box5 .box-c .list li{
	display: flex;
	justify-content: space-between;
	padding: 25px 30px;
	font-family: HarmonyOS_Sans_SC_Light;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	background-color: rgba(251, 251, 251, 1);
}
.productDetails .box5 .box-c .list li:nth-child(2n){
	background-color: #fff;
}
.productDetails .box5 .box-c .list li .li-l{
	width: 24.62%;
	text-align: right;
}
.productDetails .box5 .box-c .list li .li-r{
	width: 65.64%;
	font-family: Rany;
}
.productDetails .box6{
	padding: 132px 0 203px;
	background: url(../img/productDetails-box6-bg.jpg);
	background-size: cover;
}
.productDetails .box6 .detailsTitle{
	color: #fff;
}
.productDetails .box6 .box-c{
	margin-top: 80px;
}
.productDetails .box6 .box-c .list{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	gap: 40px 25px;
}
.productDetails .box6 .box-c .list li .pic{
	border-radius: 10px;
}
.productDetails .box6 .box-c .list li .text-title{
	font-family: HarmonyOS_Sans_SC;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1.3;
	margin-top: 25px;
	transition: all .6s;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.productDetails .box6 .box-c .list li:hover .text-title{
	color: #222222;
}
.productDetails .materials-details .box1 .commonBread a,
.productDetails .materials-details .box1 .commonBread{
	color: #fff;
}
.productDetails .materials-details .box1 .equipmentTitle .en,
.productDetails .materials-details .box1 .equipmentTitle .zh{
	color: #fff;
}
.productDetails .materials-details .box3 .text-box1{
	margin-top: 25px;
}
.productDetails .materials-details .box3 .text-box1 .text-title{
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	font-size: 24px;
	color: #666666;
	line-height: 1.3;
}
.productDetails .materials-details .box3 .text-box1 .text-des{
	font-family: HarmonyOS_Sans_SC;
	font-weight: 400;
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-top: 5px;
}
.productDetails .materials-details .box3 .text-box1 .imgs{
	margin-top: 30px;
	display: grid;
	width: 730px;
	max-width: 100%;
	grid-template-columns: repeat(2,1fr);
	gap: 8px;
}
.productDetails .materials-details .box3 .text-box1 .imgs img{
	display: block;
	width: 100%;
}
.productDetails .box7{
	padding: 80px 0 97px;
	border-top: 1px solid RGBA(222, 222, 222, 1);
}
.productDetails .box7 .des{
	font-family:HarmonyOS_Sans_SC;
	color: #48A7DB;
	line-height: 1.33;
	margin-top: 20px;
}
.productDetails .box7 .pic{
	margin-top: 40px;
}
.productDetails .box7 .pic img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.productDetails .box5 .box-c .tabel li{
	display: flex;
	margin-bottom: 5px;
}
.productDetails .box5 .box-c .tabel li.table-header{
	padding: 22px 0;
	background: linear-gradient(-81deg, #3F9ED3, #5EBBEF);
}
.productDetails .box5 .box-c .tabel li .item{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: HarmonyOS_Sans_SC;
	font-weight: 500;
	font-size: 18px;
	color: #222222;
	line-height: 26px;
	text-align: center;
	padding: 0 10px;
}
.productDetails .box5 .box-c .tabel li .r{
	width: 83.6%;
}
.productDetails .box5 .box-c .tabel li .r .items{
	display: flex;
	width: 100%;
}
.productDetails .box5 .box-c .tabel li{
	margin-bottom: 4px;
}
.productDetails .box5 .box-c .tabel li>.item{
	
	border-right: 5px solid RGBA(248, 248, 248, 1);
}
.productDetails .box5 .box-c .tabel li:not(:first-child)>.item,
.productDetails .box5 .box-c .tabel li:not(:first-child) .items{
	background-color: #fff;
}
.productDetails .box5 .box-c .tabel li .items{
	padding: 17px 0;
}
.productDetails .box5 .box-c .tabel li .items:nth-child(2n){
	background-color: rgba(251, 251, 251, 1);
}
.productDetails .box5 .box-c .tips{
	font-family: HarmonyOS_Sans_SC;
	font-weight: 500;
	font-size: 18px;
	color: #222222;
	line-height: 30px;
	margin-top: 27px;
}
.productDetails .box5 .box-c .tips span{
	font-family: HarmonyOS_Sans_SC_Light;
}
@media (max-width:1440px) {
	.productDetails .box1 .equipmentTitle{
		margin-top: 35px;
	}
	.productDetails .box5{
		padding-bottom: 120px;
	}
	.productDetails .box6{
		padding: 120px 0;
	}
	.productDetails .box3 .box-c .r{
		flex: 1;
		margin-left: 40px;
	}
	.materials .box1 .equipmentTitle{
		margin-top: 120px;
	}
	.materials .box1 .box-c{
		margin-top: 80px;
	}
	.materials .box1{
		padding-bottom: 120px;
	}
}
@media (max-width:1280px) {
    .productDetails .box2{
        top: 60px;
    }
	.materials .box1 .equipmentTitle{
		margin-top: 100px;
	}
	.materials .box1 .box-c{
		margin-top: 60px;
	}
	.materials .box1{
		padding-bottom: 100px;
	}
	.equipment .box1 .equipmentTitle .zh{
		margin-top: 100px;
	}
	.equipment .box2 .box-c .r .list li .text-box{
		font-size: 22px;
		margin-top: 20px;
	}
	.equipment .box2 .box-c .r .list li .picBox .icon{
		width: 70px;
		height: 70px;
	}
	.detailsTitle .iconfont{
		font-size: 22px;
	}
	.productDetails .box6 .box-c .list li .text-title{
		font-size: 22px;
		margin-top: 20px;
	}
	.materials .box1 .box-c .list li .text-box{
		font-size: 22px;
		margin-top: 20px;
	}
}
@media (max-width:1199px) {
	.productDetails .materials-details .box3 .text-box1{
		margin-top: 10px;
	}
	.productDetails .materials-details .box3 .text-box1 .text-title{
		font-size: 20px;
	}
	.materials .box1 .equipmentTitle{
		margin-top: 70px;
	}
	.materials .box1 .box-c{
		margin-top: 45px;
	}
	.materials .box1{
		padding-bottom: 70px;
	}
	.productDetails .box6 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.productDetails .box6 .box-c .list li .text-title{
		font-size: 20px;
		margin-top: 15px;
	}
	.detailsTitle .iconfont{
		font-size: 20px;
	}
	.productDetails .box3 .box-c{
		flex-direction: column;
	}
	.productDetails .box3 .box-c .r{
		margin-left: 0;
		flex: none;
		margin-top: 25px;
		width: 100%;
	}
	.productDetails .box3 .box-c .text-box{
		margin-top: 20px;
		font-size: 16px;
		line-height: 26px;
	}
	.productDetails .box6,
	.productDetails .box4,
	.productDetails .box5,
	.productDetails .box3{
		padding: 70px 0;
	}
	.productDetails .box6 .box-c,
	.productDetails .box5 .box-c,
	.productDetails .box4 .list{
		margin-top: 45px;
	}
	.productDetails .box2 .r a{
		line-height: 60px;
		font-size: 20px;
		padding: 0 20px;
	}
	.productDetails .box2 .l{
		gap: 40px;
	}
	.productDetails .box2 .r a .iconfont{
		margin-left: 20px;
	}
	.productDetails .box2{
		padding: 20px;
	}
	.productDetails .box1 .equipmentTitle{
		margin-top: 15px;
	}
	.equipment .box2{
		padding: 70px 0;
	}
	.equipment .box2 .box-c .l form{
		height: 45px;
	}
	.equipment .box2 .box-c .l{
		width: 260px;
		padding: 20px;
		min-height: 320px;
	}
	.equipment .box2 .box-c .l .list{
		margin-top: 15px;
	}
	.equipment .box2 .box-c .l .list li>a{
		padding: 8px 0;
	}
	.equipment .box2 .box-c .l .list li .text{
		font-size: 16px;
	}
	.equipment .box2 .box-c .r .list{
		gap: 40px 20px;
	}
	.equipment .box2 .box-c .r{
		margin-left: 20px;
	}
	.equipment .box2 .box-c .r .list li .text-box{
		font-size: 18px;
		margin-top: 15px;
	}
	.productDetails .box4 .list{
		grid-template-columns: repeat(3,1fr);
	}
	.productDetails .box4 .list li{
		min-height: 160px;
	}
	.productDetails .box5 .box-c .list li{
		padding: 15px 20px;
		font-size: 16px;
	}
	.materials .box1 .box-c .list li .text-box{
		font-size: 20px;
		margin-top: 15px;
	}
	.productDetails .box7{
		padding: 70px 0;
	}
	.productDetails .box5 .box-c .tabel li .item{
		font-size: 16px;
		line-height: 24px;
	}
	.productDetails .box5 .box-c .tabel li.table-header{
		padding: 15px 0;
	}
	.productDetails .box5 .box-c .tabel li .items{
		padding: 15px 0;
	}
}
@media (max-width:1024px) {
	.productDetails .box7{
		padding: 60px 0;
	}
	.materials .box1 .equipmentTitle{
		margin-top: 60px;
	}
	.materials .box1 .box-c{
		margin-top: 40px;
	}
	.materials .box1{
		padding-bottom: 60px;
	}
	.detailsTitle .iconfont{
		font-size: 18px;
		margin-right: 10px;
	}
	.productDetails .box6,
	.productDetails .box4,
	.productDetails .box5,
	.productDetails .box3{
		padding: 60px 0;
	}
	.productDetails .box6 .box-c,
	.productDetails .box5 .box-c,
	.productDetails .box4 .list{
		margin-top: 40px;
	}
	.productDetails .box2 .l{
		gap: 25px;
	}
	.productDetails .box2 .l a{
		line-height: 50px;
		font-size: 16px;
	}
	.productDetails .box2 .r a{
		line-height: 50px;
		font-size: 16px;
		padding: 0 15px;
	}
	.productDetails .box2 .r a .iconfont{
		font-size: 20px;
		margin-left: 15px;
	}
	.equipment .box2{
		padding: 60px 0;
	}
	.equipment .box1 .equipmentTitle .zh{
		margin-top: 50px;
	}
	.equipment .box1 .l .l-content{
		width: 94%;
	}
	.equipment .box2 .box-c .r .list{
		grid-template-columns: repeat(1,1fr);
	}
	.materials .box1 .box-c .list{
		gap: 40px 30px;
	}
	.productSolution .boxContainer{
		flex-direction: column;
	}
	.productSolution{
		padding: 150px 0 70px;
	}
	.productSolution .boxContainer .l{
		padding-left: 20px;
	}
	.productSolution .l-t .title{
		font-size: 20px;
	}
	.productSolution .l-t .des{
		font-size: 16px;
		margin-top: 10px;
	}
	.productSolution .r .r-c,
	.productSolution .l .list{
		margin-top: 40px;
	}
	.productSolution .l .list li>a{
		font-size: 20px;
	}
	.productSolution .l .list li:not(:last-child){
		margin-bottom: 25px;
	}
	.productSolution .r .r-title{
		display: none;
	}
	.productSolution .r{
		width: 100%;
	}
	.productSolution .r .r-c .item .detailsBtn{
		margin-top: 30px;
		height: 60px;
		padding: 0 30px;
	}
	.productSolution .r .r-c .item .detailsBtn .iconfont{
		margin-left: 40px;
	}
	.productSolution{
		display: flex;
		align-items: center;
	}
}
@media (max-width: 768px) {
	.productSolution .r .r-c,
	.productSolution .l .list{
		margin-top: 30px;
	}
	.productDetails .box5 .box-c .tabel li .item{
		font-size: 14px;
		line-height: 20px;
	}
	.productDetails .box5 .box-c .tabel li .items,
	.productDetails .box5 .box-c .tabel li.table-header{
		padding: 10px 0;
	}
	.productDetails .box7{
		padding: 50px 0;
	}
	.productDetails .materials-details .box3 .text-box1 .text-title{
		font-size: 18px;
	}
	.productDetails .materials-details .box3 .text-box1 .text-des{
		font-size: 16px;
	}
	.equipmentTitle .en{
		margin-top: 5px;
	}
	.materials .box1 .equipmentTitle{
		margin-top: 40px;
	}
	.materials .box1 .box-c{
		margin-top: 30px;
	}
	.materials .box1{
		padding-bottom: 50px;
	}
	.productDetails .box6 .box-c .list li .text-title{
		font-size: 18px;
	}
	.productDetails .box4 .list{
		grid-template-columns: repeat(2,1fr);
	}
	.detailsTitle .iconfont{
		font-size: 16px;
	}
	.productDetails .box6,
	.productDetails .box4,
	.productDetails .box5,
	.productDetails .box3{
		padding: 50px 0;
	}
	.productDetails .box6 .box-c,
	.productDetails .box5 .box-c,
	.productDetails .box4 .list{
		margin-top: 30px;
	}
	.productDetails .box2{
	    top: 50px;
		flex-direction: column;
		padding: 10px 20px;
	}
	.productDetails .box2 .l{
		width: 100%;
		justify-content: space-between;
		gap: 13px;
	}
	.productDetails .box2 .l a{
		/* flex: 1; */
		text-align: center;
		line-height: 44px;
		
	}
	.productDetails .box2 .r{
		width: 100%;
		margin-top: 15px;
	}
	.productDetails .box2 .r a{
		flex: 1;
		justify-content: center;
		line-height: 44px;
	}
	.equipment .box2 .box-c{
		flex-direction: column;
	}
	.equipment .box2 .box-c .l{
		width: 100%;
		min-height: 0;
	}
	.equipment .box2 .box-c .r{
		margin-left: 0;
		margin-top: 30px;
		flex: none;
		width: 100%;
	}
	.equipment .box2{
		padding: 50px 0;
	}
	.equipment .box1{
		flex-direction: column;
	}
	.equipment .box1 .l .l-content{
		display: block;
		margin: 0 auto;
	}
	.equipment .box1 .equipmentTitle .zh{
		margin-top: 15px;
	}
	.equipment .box1 .r{
		width: 94%;
		margin: 20px auto 0;
	}
	.equipment .box1 .r img{
		width: auto;
		max-width: 100%;
	}
	.productDetails .box6 .box-c .list{
		gap: 30px 20px;
	}
	.materials .box1 .box-c .list{
		grid-template-columns: repeat(1,1fr);
	}
	.materials .box1 .box-c .list li .text-box{
		font-size: 18px;
		margin-top: 10px;
	}
	.productDetails .box7 .des{
		margin-top: 10px;
	}
	.productDetails .box7 .pic{
		margin-top: 30px;
	}
}
@media (max-width:500px) {
	.productDetails .box2{
		/* padding-left: 10px; */
		/* padding-right: 10px; */
	}
	.productSolution{
		min-height: 0;
	}
	.productSolution .boxContainer .l{
		padding-left: 10px;
		padding-bottom: 30px;
	}
	.productSolution .r .r-c .item .zh{
		font-size: 20px;
	}
	.productSolution .r .r-c .item .en{
		font-size: 18px;
	}
	.productSolution .r .r-c .item .detailsBtn{
		margin-top: 15px;
		height: 45px;
		font-size: 16px;
		padding:  0 20px;
	}
	.productSolution .r .r-c .item .detailsBtn .iconfont{
		margin-left: 20px;
	}
	.productSolution .l .list li>a{
		font-size: 18px;
	}
	.productSolution .l .list li:not(:last-child){
		margin-bottom: 15px;
	}
	.productDetails .box7 .pic{
		margin-top: 25px;
	}
	.productDetails .box5 .box-c .tabel li .item{
		font-size: 12px;
		line-height: 18px;
	}
	.productDetails .box7{
		padding: 40px 0;
	}
	.productDetails .materials-details .box3 .text-box1 .text-title{
		font-size: 16px;
	}
	.productDetails .materials-details .box3 .text-box1 .text-des{
		font-size: 14px;
	}
	.materials .box1 .box-c .list{
		gap: 30px 20px;
	}
	.materials .box1 .equipmentTitle{
		margin-top: 20px;
	}
	.materials .box1 .box-c{
		margin-top: 25px;
	}
	.materials .box1{
		padding-bottom: 40px;
	}
	.productDetails .box6 .box-c .list li .text-title{
		font-size: 16px;
		margin-top: 10px;
	}
	.productDetails .box5 .box-c .list li{
		padding: 7px 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.productDetails .box5 .box-c .list li .li-l{
		width: 150px;
	}
	.productDetails .box5 .box-c .list li .li-r{
		flex: 1;
	}
	.productDetails .box4 .list{
		gap: 20px;
	}
	.productDetails .box4 .list li .number{
		font-size: 20px;
	}
	.productDetails .box4 .list li .text-title{
		font-size: 14px;
		line-height: 20px;
	}
	.productDetails .box4 .list li{
		padding: 15px;
		min-height: 140px;
	}
	.productDetails .box3 .box-c .r{
		margin-top: 10px;
	}
	.productDetails .box3 .box-c .text-box{
		margin-top: 10px;
		font-size: 14px;
		line-height: 24px;
	}
	.productDetails .box3 .box-c .r{
		margin-top: 15px;
	}
	.detailsTitle .iconfont{
		font-size: 14px;
	}
	.productDetails .box6,
	.productDetails .box4,
	.productDetails .box5,
	.productDetails .box3{
		padding: 40px 0;
	}
	.productDetails .box6 .box-c,
	.productDetails .box5 .box-c,
	.productDetails .box4 .list{
		margin-top: 25px;
	}
	.productDetails .box2 .l{
		gap: 10px;
	}
	.productDetails .box2 .l a{
		padding:0;
		font-size: 14px;
		line-height: 30px;
	}
	.equipment .box2{
		padding: 40px 0;
	}
	.productDetails .box1 .equipmentTitle{
		margin-top: 8px;
	}
	.equipmentTitle .en,
	.equipmentTitle .zh{
		font-size: 20px;
	}
}