.footer_v2 {
	height: 800px;
	width: 100%;
	display: flex;
	align-items: flex-end;
	font-size: 1rem;
	background-image: url("/jxjybgs-prod/sites/default/files/bg_footer_v2.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.footer_v2 .row {
	width: 100%;
	margin: 0;
}
.footer_v2 .title {
	color: #FFF;
	font-weight: 600;
	background-image: url('/jxjybgs-prod/sites/default/files/underline_v2.png');
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 2rem;
	background-size: 8rem;
	margin-bottom: 1rem;
}
/* 联系我们 */
.footer_v2 .contactus ul {
	padding: 0;
}
.footer_v2 .contactus {
	padding-top: 12rem;
}
.footer_v2 .contactus ul li,.footer_v2 .contactus .title {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
	font-size: 1rem;
	
}

.footer_v2 .contactus .title {
	font-size: 2rem;
	
	padding-bottom: 2rem;
}

.footer_v2 .contactus .left {
	width:2rem;
	height: 2rem;
	background-repeat: no-repeat;
	background-size: cover;
}
.footer_v2 .contactus .right {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding-left: 1rem;
	color: white;
	font-weight: 600;
}
.footer_v2 .contactus ul li {
	display: flex;
}

.footer_v2 .contactus,.footer_v2 .quicklink {
	padding-left: 4rem;
}

.footer_v2 .quicklink .title {
	font-size: 2rem;
	padding-bottom: 2rem;
}

.footer_v2 .quicklink .title {
	font-size: 2rem;
	padding-bottom: 2rem;
}
.footer_v2 .quicklink .item .subtitle {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 550;
	line-height: 1.5rem;
	width: 7rem;
	height: 1.5rem;
	text-align: center;
	margin-bottom: 1rem;
	padding: 0.5rem;
	border-radius: 5px;
}
.footer_v2 .quicklink .item a {
	color: #FFF;
}
.footer_v2 .quicklink .item ul {
	color: #FFF;
	list-style-type: square;
}

.footer_v2 .quicklink .item .left .subtitle {
	color: #4b3961;
	background: #FFF323;
}

.footer_v2 .quicklink .item .right .subtitle {
	color: #00b698;
	background: #4b3961;
}

.footer_v2 .quicklink .item .left, .footer_v2 .quicklink .item .right {
	padding-bottom: 4rem;
}


@media screen and (max-width:768px) {
	.footer_v2 .contactus ul li,.footer_v2 .contactus .title {
		max-width: 300px;
		margin-left: 0;
		margin-right: 0;
	}
	.footer_v2 .contactus {
		padding-bottom: 4rem;
	}
}