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


.footer_c {
	max-width: 1340px;
	padding: 0px 20px;
	margin: auto;
	overflow: hidden;
	display: flex;
	justify-content: center;
	a align-items: center;
}
.footer_center
{
	width: auto;
}
.footer_center .phone
{
	font-size: 36px;
	color: #FFC74D;
	line-height: 1.5em;
	margin-bottom: 10px;
}
.footer_center .title
{
	font-size: 18px;
	margin-bottom: 0px;
}
.footer_center p
{
	color: #fff;
	line-height: 2em;
}
.footer_center p span
{
	opacity: 0.5;
}


.footer_c_left {
	width: 100%;
	text-align: left;
	max-width: 1600px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	padding: 50px 0px;
	align-items: center;
}

.footer_c_left .title {
	color: #fff;
	opacity: 0.9;
	font-size: 14px;
	line-height: 1.8em;
	margin-top: 30px;
}
.footer_c_left .fx
{
	display:none;
	margin-top: 10px;
}
.footer_c_left .fx p
{
	margin-right: 10px;
}
.footer_c_left .fx img
{
	height: 44px;
	margin-left: 20px;
}
.footer_c_left .fx a
{
	
}


.footer_contact span {
	color: #292C33 !important;
}



.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 0px;
	margin: auto;
	max-width: 1600px;
}

.bq {
	max-width: 100%;
	overflow: hidden;
	margin: auto;
}

.bq a {
	color: #fff;
	margin-right: 10px;
	font-size: 15px;
	opacity: 1;
}

.bq_left {
	width: 100%;
	float: left;
	color: #fff;
	text-align: center;
	opacity: 0.7;
	font-size: 15px;
	display: flex;
	justify-content: space-between;
}

.bq_right {
	width: 50%;
	float: right;
	text-align: right;
	opacity: 1;
}



.footer_main {
	background: #313131;
	overflow: hidden;
	width: 100%;
	position: relative;
	padding: 0px 20px;
}


.footer_main_center {
	max-width: 1600px;
	overflow: hidden;
	margin: auto;
	border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
	padding: 50px 0px;
	display: flex;
	justify-content: space-between;
	border-top: 1px rgba(255, 255, 255, 0.1) solid;
}

.footer_left {
	width: 65%;
}

.footer_left ul li {
	width: auto;
}

.footer_left ul {
	display: flex;
	justify-content: space-between;
}


.footer_left ul li:nth-last-of-type(1) {
	padding-right: 0px;
}

.footer_navyj {
	font-size: 18px;
	color: #fff !important;
	display: block;
	position: relative;
	line-height: 2em;
	margin-bottom: 20px;
}


.footer_navej a {
	display: block;
	font-size: 15px;
	color: #fff !important;
	line-height: 2.4em;
	opacity: 0.7;
}

.footer_navej a:hover {
	color: #fff;
	opacity: 1;
}