
	/**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: 45%;
	float: right;
	text-align: left;
	display: flex;
	justify-content: space-between;
}
.footer_c_left .ewm
{
	width: 135px;
}
.footer_c_left .ewm img
{
	display: block;
	margin: auto;
}
.footer_c_left .ewm p
{
	text-align: center;
	color: #999999;
	font-size: 14px;
	padding: 8px 0px;
}

.footer_c_left .f-contact
{
	width: auto;
	padding-left: 0px;
	display: block;
	font-size: 15px;
	color: #999999;
	line-height: 2.3em;
	opacity: 1;
}
.footer_c_left .title
{
	color: #fff;
	font-size: 18px;
	margin-bottom: 10px;
}


.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 {
	max-width:100%;
	overflow:hidden;
	padding: 30px 0px;
	margin:auto;
	border-top: 1px rgba(255,255,255,0.1) solid;
}
.bq {
	max-width:100%;
	overflow:hidden;
	margin:auto;
	background: #343434;
}
.bq a {
	color: #999999;
	margin-left:10px;
	font-size: 14px;
}
.bq_left {
	width:50%;
	float:left;
	color: #999999;
	text-align:left;
	opacity: 1;
	font-size: 14px;
}
.bq_right {
	width:50%;
	float:right;
	text-align:right;
	opacity: 1;
}
.footer_main_ce {
	max-width: 1340px;
	margin:auto;
	padding:0px 20px;
	overflow:hidden;
}


.footer_main {
	background: #343434;
	overflow:hidden;
	width:100%;
}
.footer_main_center {
	max-width:100%;
	overflow:hidden;
	margin:auto;
	padding: 80px 0px;
}
.footer_left {
	width: 50%;
	float:left;
	padding-right: 20px;
}
.footer_left ul li {
	width:auto;
	float:left;
}
.footer_left ul
{
	display:flex;
	justify-content: space-between;
}


.footer_right {
	width:10%;
	float:left;
}
.footer_right p {
	width:100%;
	max-width: 110px;
	float: right;
}
.footer_right p span {
	width:100%;
	text-align:center;
	display:block;
	margin-top:10px;
	color: #a2a1a1;
}
.footer_left ul li:nth-last-of-type(1) {
	padding-right:0px;
}
.footer_navyj {
	font-size: 18px;
	color: #fff !important;
	padding-bottom:10px;
	display:block;
	line-height: 2.3em;
}
.footer_navej a {
	display:block;
	font-size: 15px;
	color: #999999;
	line-height: 2.3em;
	opacity: 1;
}
.footer_navej a:hover {
	color:#fff;
	opacity:1;
}

