.banner-two-common {
	height: 7.5rem;
	position: relative;
}

.banner-two-common img {
	width: 100%;
	height: 100%;
}

.two-titlebox {
	position: absolute;
	top: 38%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.title-1,
.title-2 {
	text-align: center;
	color: #fff;
}

.title-1 {
	font-size: 0.48rem;
	margin-bottom: 0.28rem;
}

.title-2 {
	font-size: 0.2rem;
}

.contact-content {
	height: 5.1rem;
	position: relative;
}

.contact-content .bg {
	width: 100%;
	height: 100%;
}

.contact-list {
	display: flex;
	flex-wrap: wrap;
}

.contact-item {
	width: 50%;
	display: flex;
	align-items: center;
	margin-bottom: 0.6rem;
}

.contact-item img {
	width: 0.76rem;
	height: 0.76rem;
	margin-right: 0.2rem;
}

.contact-item .title {
	color: #221814;
	font-size: 0.16rem;
}

.contact-item .desc {
	color: #666666;
	font-size: 0.2rem;
	margin-top: 0.1rem;
}

.contact-right {
	width: 7.6rem;
	/*height: 5.4rem;*/
	    height: 4.5rem;
}

.contact-right img {
	width: 100%;
	height: 100%;
}
.img-box-contact{
	display: flex;
}
.contact-wrap {
	position: absolute;
	display: flex;
	/*padding: 0.6rem;*/
	padding: 0.3rem 0.6rem;
	background: #FFFFFF;
	box-shadow: 0rem 0.03rem 0.11rem 0.01rem rgba(0, 0, 0, 0.16);
	top: 0%;
	transform: translate(-50%,-70%);
	left: 50%;
}
.con-img-item{
	width: 1rem;
	margin-right: 0.6rem;
}

.con-img-item img {
	width: 100%;
	height: 1rem;
}
.con-img-item span{
	color: #666666;
	text-align: center;
	font-size: 0.16rem;
	display: block;
	margin-top: 0.1rem;
}
