a:focus{
	color: #151515;
}
/* 背景图 */
.contact-bg{
	height: 500px;
	position: relative;
}

.contact-bg:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}

/* 内容一 */
.contact-partOne{
	margin: 100px 0;
	background: #fff;
}

.contact-one-img{
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background: #151515;
	position: relative;
	border: 1px solid #151515;
	border-radius: 50%;
}

.contact-one-img img{
	width: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.contact-title-1{
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 2px;
	margin-top: 20px;
}

.contact-txt-1{
	color: #666;
	margin-top: 10px;
}
