.product{
	background-color: RGBA(236, 240, 243, 1);
}
.product .box1{
	padding: 100px 0 140px;
}
.product .box1 .list{
	display: grid;
	grid-template-columns: repeat(2,1fr);
	gap: 40px;
}
.product .box1 .list li>a{
	display: flex;
	background: #ECF0F3;
	box-shadow: 5px 9px 30px 0px rgba(196,210,222,0.3);
	border-radius: 10px;
	border: 1px solid #FFFFFF;
	padding: 22px;
	font-family: HarmonyOS_Sans_SC_Light;
	align-items: flex-start;
}
.product .box1 .list li .pic{
	background: #CCCCCC;
	border-radius: 10px;
	width: 200px;
}
.product .box1 .list li .li-r{
	flex: 1;
	margin-left: 30px;
	padding-top: 20px;
}
.product .box1 .list li .title-box{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.product .box1 .list li .text-title{
	flex: 1;
	margin-right: 20px;
	color: rgba(51, 51, 51, 1);
}
.product .box1 .list li:hover .text-title{
	color: rgba(14, 90, 243, 1);
}
.product .box1 .list li .text-des{
	line-height: 1.66;
	margin-top: 40px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	color: rgba(102, 102, 102, 1);
}
.product .box1 .list li .more{
	margin-top: 45px;
	width: 60px;
	height: 60px;
	background: #ECF0F3;
	border-radius: 50%;
	border: 1px solid rgba(194, 201, 214, 1);
	display: flex;
	align-items: center;
	justify-content: center;
	color: rgba(194, 201, 214, 1);
	transition: all .6s;
}
.product .box1 .list li:hover .more{
	background-color: rgba(14, 90, 243, 1);
	border-color: rgba(14, 90, 243, 1);
	color: #fff;
}
.product .box1 .list li .more .iconfont{
	font-size: 24px;
}
.product .box1 .pagination{
	margin-top: 80px;
}
.productDetails{
	background-color: RGBA(236, 240, 243, 1);
}
.product-details{
	padding: 40px 0 187px;
}
.product-details .innerBread{
	color: rgba(153, 153, 153, 1);
}
.product-details .innerBread a{
	color: rgba(153, 153, 153, 1);
}
.product-details .box1{
	margin-top: 35px;
}
.product-details .box1 .box-t{
	display: flex;
	justify-content: space-between;
	padding-bottom: 29px;
	border-bottom: 2px solid rgba(14, 90, 243, 1);
}
.product-details .box1 .box-t .title{
	font-weight: bold;
	flex: 1;
	margin-right: 50px;
	color: rgba(14, 90, 243, 1);
}
.product-details .box1 .box-t .more{
	font-family: Arial;
	font-weight: 400;
	font-size: 18px;
	color: #222222;
	line-height: 36px;
	display: flex;
	align-items: center;
}
.product-details .box1 .box-t .more .btn{
	min-width: 70px;
	text-align: center;
	line-height: 37px;
	background: #0E5AF3;
	border-radius: 20px;
	margin-left: 20px;
}
.product-details .box1 .box-t .more .btn .iconfont{
	font-size: 24px;
	color: #fff;
}
.product-details .box1 .box-c{
	border-bottom: 1px solid RGBA(195, 203, 209, 1);
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
}
.product-details .box1 .box-c .l{
	width: 45.71%;
	font-size: 16px;
	color: rgba(51, 51, 51, 1);
	line-height: 2.25;
	font-family: HarmonyOS_Sans_SC_Light;
}
.product-details .box1 .box-c .l .list{
	margin-top: 50px;
}
.product-details .box1 .box-c .l .list li:not(:last-child){
	margin-bottom: 35px;
}
.product-details .box1 .box-c .l .list .li-title{
	line-height: 1;
	padding-bottom: 15px;
	border-bottom: 2px solid rgba(0, 0, 0, 1);
	font-family: HarmonyOS Sans SC;
	font-weight: bold;
}
.product-details .box1 .box-c .l .list .li-des{
	margin-top: 15px;
}
.product-details .box1 .box-c .l .consult{
	display: inline-flex;
	align-items: center;
	margin-top: 50px;
	padding: 0 25px;
	line-height: 60px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	font-size: 18px;
	color: #ECF0F3;
	border-radius: 30px;
	background-color: rgba(14, 90, 243, 1);
}
.product-details .box1 .box-c .l .consult img{
	margin-left: 10px;
}
.product-details .box1 .box-c .r{
	width: 50%;
}
.product-details .box1 .box-c .r .pic{
	border-radius: 10px;
}
.product-details .box2{
	margin-top: 66px;
}
.product-details .box2 .des{
	line-height: 2;
	color: #333333;
	font-family: HarmonyOS_Sans_SC_Light;
	margin-top: 30px;
}
.product-details .box3{
	margin-top: 95px;
}
.product-details .box3 .box-c{
	margin-top: 45px;
}
.product-details .box3 .box-c .list{
	display: grid;
	grid-template-columns: repeat(4,1fr);
	gap: 40px;
}
.product-details .box3 .box-c .list li .pic{
	border-radius: 10px;
}
@media (max-width: 1440px) {
	.product .box1 .list li .title-box img{
		width: 34px;
	}
}
@media (max-width:1199px) {
	.product .box1{
		padding: 70px 0;
	}
	.product .box1 .pagination{
		margin-top: 45px;
	}
	.product .box1 .list li .more{
		width: 50px;
		height: 50px;
	}
	.product .box1 .list li .more,
	.product .box1 .list li .text-des{
		margin-top: 30px;
	}
	.product-details .box1 .box-c{
		padding: 45px 0;
	}
	.product-details .box1 .box-c .l .consult,
	.product-details .box1 .box-c .l .list{
		margin-top: 45px;
	}
	.product-details .box3{
		margin-top: 70px;
	}
	.product-details{
		padding-bottom: 70px;
	}
	.product-details .box1 .box-c .l .list li:not(:last-child){
		margin-bottom: 25px;
	}
}
@media (max-width: 1024px) {
	.product-details .box3 .box-c .list{
		gap: 10px;
	}
	.product-details .box2 .des{
		margin-top: 10px;
		font-size: 16px;
	}
	.product-details .box1 .box-c .l .consult{
		line-height: 45px;
		font-size: 16px;
	}
	.product-details .box1 .box-c .l{
		font-size: 14px;
		line-height: 2;
	}
	.product-details{
		padding-top: 30px;
	}
	.product-details .box1{
		margin-top: 30px;
	}
	.product-details .box1 .box-t{
		padding-bottom: 15px;
	}
	.product-details .box1 .box-c{
		padding: 40px 0;
	}
	.product-details .box3 .box-c,
	.product-details .box1 .box-c .l .consult,
	.product-details .box1 .box-c .l .list{
		margin-top: 40px;
	}
	.product-details .box2,
	.product-details .box3{
		margin-top: 60px;
	}
	.product-details{
		padding-bottom: 60px;
	}
	.product .box1 .list li .title-box img{
		width: 30px;
	}
	.product .box1 .list li .more{
		width: 40px;
		height: 40px;
	}
	.product .box1 .list li .text-des{
		font-size: 16px;
	}
	.product .box1 .list li .more, .product .box1 .list li .text-des{
		margin-top: 20px;
	}
	.product .box1 .list li .pic{
		width: 40%;
	}
	.product .box1 .list{
		gap: 20px;
	}
	.product .box1 .list li .li-r{
		margin-left: 20px;
		padding-top: 10px;
	}
	.product .box1{
		padding: 60px 0;
	}
	.product .box1 .pagination{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.product-details .box3 .box-c .list{
		grid-template-columns: repeat(2,1fr);
	}
	.product-details .box1 .box-c .l{
		width: 100%;
	}
	.product-details .box1 .box-c .r{
		width: 100%;
		margin-top: 30px;
	}
	.product-details .box1 .box-c{
		flex-direction: column;
	}
	.product-details .box1{
		margin-top: 20px;
	}
	.product-details .box1 .box-c{
		padding: 30px 0;
	}
	.product-details .box3 .box-c,
	.product-details .box1 .box-c .l .consult,
	.product-details .box1 .box-c .l .list{
		margin-top: 30px;
	}
	.product-details .box2,
	.product-details .box3{
		margin-top: 40px;
	}
	.product-details{
		padding-bottom: 50px;
	}
	.product .box1{
		padding: 50px 0;
	}
	.product .box1 .pagination{
		margin-top: 30px;
	}
	.product .box1 .list{
		grid-template-columns: repeat(1,1fr);
	}
	.product .box1 .list li .pic img{
		height: 300px;
		object-fit: cover;
	}
}
@media (max-width: 500px) {
	.product-details .box1 .box-c{
		padding: 25px 0;
	}
	.product-details .box3 .box-c,
	.product-details .box1 .box-c .l .consult,
	.product-details .box1 .box-c .l .list{
		margin-top: 25px;
	}
	.product-details .box2,
	.product-details .box3{
		margin-top: 30px;
	}
	.product-details{
		padding-bottom: 40px;
	}
	.product .box1 .list li .pic img{
		height: auto;
	}
	.product .box1{
		padding: 40px 0;
	}
	.product .box1 .pagination{
		margin-top: 25px;
	}
	.product .box1 .list li .more{
		width: 30px;
		height: 30px;
	}
	.product .box1 .list li .more .iconfont{
		font-size: 20px;
	}
	.product .box1 .list li>a{
		padding: 15px;
	}
	.product .box1 .list li .title-box img{
		width: 24px;
	}
}