a:focus{
	color: #151515;
}
/* 背景图 */
.contact-bg{
	height: 500px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover
}

@media screen and (max-width:767px){
	.contact-bg{
		height: 300px;
	}
}
.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 60px;
	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;
}
.contact-map{
	margin: 30px 0 60px 
}
.c-ads{
	color: #666
}
.c-ads img{
	width: 20px
}
.c-ads p:first-child{
	font-size: 18px;
	margin: 20px 0;
	font-weight: bold;
	color: #000000;
	padding-left: 5px;
}
.c-ads p:not(:first-child){
	line-height: 25px;
	display: inline-block;
	margin-right: 40px
}
/* .contact-bg>img{
	display: none;
} */
@media (min-width: 1920px){
	.contact-partOne .container {
		width: 1600px;
	}
}
/* @media screen and (max-width: 767px){
	.contact-bg{
		background: unset!important;
		height: auto;
	}
	.contact-bg>img{
		display: block;
	}
} */
