@charset UTF-8;
	/**footer**/


.footer_c {
	max-width:1340px;
	padding:0px 20px;
	margin:auto;
	overflow:hidden;
	display:flex;
	justify-content:center;
	align-items:center;
}
.footer_c_left {
	width: 70%;
	float: left;
	text-align: left;
	display: block;
}
.footer_c_left p
{
	font-size: 14px;
	color: #8b8b8b;
	line-height: 2em;
}
.footer_c_left p span
{
	display: block;
	font-size: 36px;
	font-weight: 400;
}



.footer_c_right {
	float:right;
	width:80%;
}
.footer_c_right ul {
	display:flex;
	width:100%;
	justify-content:flex-end;
}
.footer_c_right ul li p {
	color:#fff;
	font-size:16px;
}
.footer_c_right ul li p a {
	color:#fff;
}
.footer_c_right ul li p:nth-of-type(1) {
	font-size:14px;
	opacity:0.7;
	margin-bottom:4px;
}

.bq_c {
	overflow:hidden;
	padding: 30px 20px;
	margin:auto;
	max-width: 1640px;
}
.bq {
	max-width:100%;
	overflow:hidden;
	margin: 30px auto 0px;
	font-size: 14px;
	color: #8b8b8b;
}
.bq a {
	color: #8b8b8b;
	margin-left:10px;
	font-size: 14px;
	opacity: 1;
}


.footer_main {
	background: rgba(49, 51, 54, 1);
	overflow:hidden;
	width:100%;
	background-size: cover;
	position: relative;
}


.footer_main_center {
	max-width: 1240px;
	overflow:hidden;
	margin:auto;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
	padding: 50px 20px;
}
.footer_left {
	width:20%;
	float: right;
	padding-left: 40px;
	text-align: right;
}

.footer_left img
{
    width: 120px;
    margin-left: auto;
    margin-right: 0px;
}
.footer_left p
{
    width: 120px;
    display: block;
    text-align: center;
    font-size: 14px;
    color: #8b8b8b;
    margin-top: 10px;
    margin-left: auto;
}
.footer_right {
	width:10%;
	float:left;
}


