
footer {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #1d2129;
	padding: 20px 5px;
}

@media (min-width: 768px) {
	footer .container {
		width: 768px !important;
	}
}

footer .row {
	display: flex;
	justify-content:space-around;
}

footer li {
	display:flex;
	flex-direction: row;
	width: 100%;
	height: auto;
}

footer li:nth-child(2) {
	width: 100%;
}

footer li .dibu-neirong {
	float: left;
	margin-left: 0;
	text-align: center;
	width: 33%;
}

footer li p {
	color: #666666;
	font-size: 14px;
}

footer .footer_right {
	color: #ffffff;
	font-size: 14px;
	text-align: center;
}

.footer_middle {
	display: flex;
	justify-content: space-between;
}

.footer_box {
	display: flex;
	flex-direction: column;
}

.footer_box a {
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 12px;
	color: #c5bfbf;

}

.footer_box a:hover {
	color: #ffffff;
	text-decoration: none;
}

footer .container {
	width: 100% !important;
}

footer .container .dianhua {
	text-align: left;
}

footer .container .dianhua p {
	line-height: 2;
	color: #ffffff;
	font-size: 18px;
}

footer .container .dianhua p i {
	color: #ffffff;
	font-size: 26px;
	line-height: 1;
	font-weight: 700;
}

footer li .dibu-neirong p:hover {
	color: #0126b2 !important;
}

.tel-view{
	display: flex;
	justify-content: center;
	padding: 10px 0;
	color: #fff;
	font-size: 18px;
}

.footer_info{
	display: block;
	justify-content: center;
	color: #afa7a7;
	margin-top: 20px;
	padding: 2px 0;
}

.hidden-xs{
	text-align: center;
	font-size: 12px;
}

.erweima_box {
	float: left;
	transform: scale(0.9);
	width: 33.3%;
}

.erweima_box div {
	float: left;
}

.erweima_box .erweima_box_img {
	width: 5vw;
}

.erweima_box .erweima_box_text {
	width: 40%;
	font-size: 12px;
	margin-left: 20px;
	text-align: left;
	color: #fff;
}

.erweima_box .erweima_box_text p {
	font-size: 10px;
	margin-top: 4px;
}

@media screen and (max-width: 768px) {
	.erweima_box .erweima_box_text {
		width: 53%;
		font-size: 10px;
	}
	.erweima_box .erweima_box_img {
		width: 40%;
	}
	footer .footer_right {
		width: 100% !important;
	}
	.zuojiantou {
		display: none;
	}
	.yjian {
		display: none;
	}
	.guanywm .gstu {
		display: none;
	}
	.erweima_box {
		width: 50%;
		height: 90px;
	}
	.erweima_box .erweima_box_text p {
		font-size: 3vw;
	}
}