
.productItemCont .imgBox img {
	vertical-align: top;
	max-width: 75%;
	margin: 15px;
}
@media screen and (min-width:751px){
	.productBandBox{
		padding-top: 50px;
		padding-bottom: 50px;
		background-color: #f0f0f0;
	}
	.productItemCont{
		padding: 0;
	}
	.productItemCont .productIllustrate{
		padding-right:0 ;
	}
	.productListBox{
		background-color: #fafafa;
		padding: 80px 0;
	}
	.productBoxRtlt{
		display: flex;
		justify-content: space-between;
		align-items: stretch;
		
	}
	.contactUsBox{
		min-width: 280px;
	}
	
	.contactTit{
		width: 280px;
		height: 90px;
		font-size: 30px;
		color: #fff;
		line-height: 90px;
		font-weight: bold;
		text-indent: 34px;
		border-bottom: 5px solid #063eaa;
		background: url(../img/backgroundimage/listtle.jpg) no-repeat no-repeat center;
		
	}
	.contactCont{
		margin-top: 20px;
		padding: 20px 30px;
		background-color: #fff;
	}
	.contactCont .contItem{
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 20px;
	}
	.contactCont .contItem img{
		max-width: 60px;
	}
	.contactCont .contItem .contItemTxt{
		width: 150px;
		font-size: 14px;
		color: #555;
		line-height: 1.5;
	}
	.contactCont .contItem .contItemTxt .phoneNum{
		font-size: 18px;
		color: #555;
		font-weight: bold;
	}
	.productListBox .productList{
		margin-left: 20px;
	}
	.productList {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
	}
	.contBtn{
		width: 100%;
		height: 46px;
		display: block;
		text-align: center;
		line-height: 46px;
		color: #fff;
		font-size: 18px;
		background: #063eaa;
		margin: 25px auto 0;
		border-radius: 50px;
	}
	
}
@media screen and (min-width:751px) and (max-width:1000px){
	.productList{
		grid-template-columns: repeat(2, 1fr);
	}
}
	
@media screen and (max-width:750px){
	.moduleTit{
		height: 50px;
		line-height: 50px;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		border-bottom: 1px solid #f0f0f0;
	}
}