
@media screen and (max-width: 992px) {
	.contact-adress-box {
		width: 93% !important;
		padding: 16px 20px 16px 20px !important;
	}
	.al-item div{
		line-height: 1.5;
	}
	.address-right{
		margin-top: 20px;
	}
}


.ab-tit-contact {
		width: 507px;
		height: 72px;
	}
.form-control{
	border: 1px solid #D3D3D3 !important;
	border-radius: 4px !important;
}
.contact-adress-box {
	width: 800px;
	margin: 0 auto;
	position: relative;
	background: #FFFFFF;
	border-radius: 4px;
	padding: 16px 50px 16px 50px;
	border-left: 4px solid #1750DF;
	transform: translateY(10px);
}


.address-left{
	
}
.al-item{
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #262626;
	line-height: 1;
}
.al-item img{
	width: 12px;
	height: 12px;
	margin-right: 6px;
}
.address-right{
	
}
.address-right img{
	width: 106px;
	height: 106px;
	border-radius: 4px;
	border: 1px solid #BFD1FF;
}
.ar-item{
	margin-right: 10px;
}
.ar-item div{
	font-weight: 400;
	font-size: 14px;
	color: #262626;
	margin-top: 6px;
	text-align: center;
}
.lxwm-btn{
	width: 100px;
	height: 43px;
	background: linear-gradient(0deg, #1750DF 0%, #6490FF 100%);
	border-radius: 4px;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
	display: flex;align-items: center;justify-content: center;
	cursor: pointer;
}



