.contact-title {
	background: url(https://weboss.yuansl.cn/jiashengyou/images/contact/1.png) no-repeat;
	background-size: cover;
	width: 100%;
	height: 280px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-title .iTitle {
	background: transparent;
	flex: 1;
}

#container {
	width: 100%;
	height: 345px;
	border-radius: 10px;
}

.conactBox {
	background: #050B20;
	padding-bottom: 50px;
}

.conactBox .row {
	border-radius: 10px;
	max-width: 1600px;
	margin: auto;
	background: rgba(0, 160, 228, 0.1);
	padding: 40px;
}

.conactBox h1 {
	color: #A1E3FF;
	font-size: 28px;
	font-weight: bold;
	margin: 35px 0px;
}

.conactBox p {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
}

.custom-marker {
	position: relative;
	width: 150px;
	height: 28px;
	line-height: 22px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background: url(https://weboss.yuansl.cn/jiashengyou/images/contact/mark.png) no-repeat;
	background-size: cover;
}

.custom-markers {
	position: relative;
	width: 276px;
	height: 30px;
	line-height: 26px;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	background: url(https://weboss.yuansl.cn/jiashengyou/images/contact/marks.png) no-repeat;
	background-size: cover;
}
/* 超小屏幕（手机，小于 768px） */
@media (max-width: 767px) {
	.contact-title {
		background: url(https://weboss.yuansl.cn/jiashengyou/images/contact/2.png) no-repeat;
		background-size: cover;
		height: 150px;
	}

	.iTitle {
		height: 80px;
		padding: 20px 0px;
	}

	.en .iTitle .inner,.cn .iTitle .inner {
		top: 15px;
		font-size: 14px;
	}
	
	.en .iTitle .outer,.cn .iTitle .outer {
		top: 20px;
		font-size: 20px;
	}

	.iTitle::after {
		content: "";
		bottom: 20px;
		width: 60px;
		height: 4px;
	}

	#container {
		width: 100%;
		height: 210px;
		border-radius: 0px;
	}

	.conactBox {
		padding-bottom: 0;
	}

	.conactBox .row {
		padding: 0;
	}

	.conactBox .row .col-lg-7 {
		padding: 0;
	}
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) and (max-width: 991px) {
	.contact-title {
		background: url(https://weboss.yuansl.cn/jiashengyou/images/contact/2.png) no-repeat;
		background-size: cover;
		height: 150px;
	}

	.iTitle {
		height: 80px;
		padding: 20px 0px;
	}

	.en .iTitle .inner,.cn .iTitle .inner {
		top: 15px;
		font-size: 14px;
	}
	
	.en .iTitle .outer,.cn .iTitle .outer {
		top: 20px;
		font-size: 20px;
	}

	.iTitle::after {
		content: "";
		bottom: 20px;
		width: 60px;
		height: 4px;
	}

	#container {
		width: 100%;
		height: 210px;
		border-radius: 0px;
	}

	.conactBox {
		padding-bottom: 0;
	}

	.conactBox .row {
		padding: 0;
	}

	.conactBox .row .col-lg-7 {
		padding: 0;
	}
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width: 992px) and (max-width: 1199px) {
	.conactBox .row {
		max-width: 980px;
	}
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width: 1200px) {}

@media (min-width:1024px) and (max-width:1400px) {
	.conactBox .row {
		max-width: 980px;
	}
}

@media (min-width:1400px) and (max-width:1600px) {
	.conactBox .row {
		max-width: 1200px;
	}
}


@media (min-width:1400px) and (max-width:1700px) {}