.main{
	padding-top: 100px;
}
.header{
	box-shadow: 0px 10px 20px 0px rgba(51,51,51,0.15);
}
.product .box1{
	margin-top: 50px;
}
.product .box1 .inner-title{
	text-align: center;
}
.product .box1 .box-c{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
}
.product .box1 .box-c .l{
	width: 44.28%;
	/*padding-top: 27px;*/
}
.product .box1 .box-c .l .text-title{
	font-size: 24px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1.25;
}
.product .box1 .box-c .l .text-box{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #666666;
	line-height: 30px;
	margin-top: 12px;
	text-indent: 32px;
}
.product .box1 .box-c .r{
	width: 48.57%;
}
.product .box2{
	margin-top: 80px;
}
.product .box2 .title,
.product .box3 .title{
	font-size: 24px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: bold;
	color: #333333;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(226, 226, 226, 1);
	text-align: center;
}
.product .box2 .box-c{
	padding-top: 30px;
}
.product .box2 .box-c .items{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.product .box2 .box-c .items .item{
	width: 48.21%;
	padding: 50px;
	border: 1px solid #E2E2E2;
	border-radius: 10px;
	min-height: 400px;
	margin-bottom: 50px;
}
.product .box2 .box-c .items .item:hover{
	box-shadow: 6px 8px 20px 0px rgba(51,51,51,0.15);
}
.product .box2 .box-c .items .item .text-title{
	font-size: 20px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 1;
	padding-bottom: 20px;
	border-bottom: 2px solid rgba(217, 11, 24, 1);
}
.product .box2 .box-c .items .item .text{
	font-size: 16px;
	font-family: PingFang SC,Microsoft YaHei;
	font-weight: 400;
	color: #999999;
	line-height: 30px;
	padding-top: 20px;
	/*word-break: break-all;*/
}
.product .box3{
	margin: 30px 0 100px;
}
.product .box3 .box-c{
	margin-top: 60px;
}
.product .box3 .box-c img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
@media (max-width: 1024px) {
	.main{
		padding-top: 60px;
	}
	.product .box1 .box-c{
		flex-direction: column-reverse;
	}
	.product .box1 .box-c .r{
		width: 100%;
	}
	.product .box1 .box-c .l{
		width: 100%;
	}
	.product .box2 .title, .product .box3 .title,.product .box1 .box-c .l .text-title{
		font-size: 22px;
	}
	.product .box2{
		margin-top: 50px;
	}
	.product .box2 .box-c .items .item{
		padding: 30px;
		min-height: auto;
	}
	.product .box2 .box-c .items .item{
		margin-bottom: 30px;
	}
	.product .box3{
		margin-bottom: 50px;
	}
	.product .box3 .box-c{
		margin-top: 40px;
	}
}
@media (max-width: 768px) {
	.product .box1{
		margin-top: 30px;
	}
	.product .box1 .box-c{
		margin-top: 30px;
	}
	.product .box1 .box-c .l .text-title,
	.product .box2 .title, .product .box3 .title{
		font-size: 20px;
	}
	.product .box2 .box-c .items .item{
		width: 100%;
	}
}
@media (max-width: 500px) {
	.product .box2 .title, .product .box3 .title,
	.product .box1 .box-c .l .text-title{
		font-size: 18px;
	}
	.product .box3{
		margin: 15px 0 35px;
	}
	.product .box1{
		margin-top: 20px;
	}
}