@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: 30%;
	float: left;
	text-align: left;
	display: block;
}
.footer_c_center
{
	width: 25%;
	float: left;
}


.footer_c_left p,.footer_c_left a
{
	display: block;
	color: #fff;
	font-size: 16px;
	line-height: 1.8em;
}

.footer_c_left img{margin-bottom: 20px;max-width: 273px;}
.footer_c_left .footerlogo
{
	filter: grayscale(1000%) brightness(1000%);
	max-width: 200px;
}


.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: 1440px;
}
.bq {
	max-width:100%;
	overflow:hidden;
	margin:auto;
	background: #1c1f22;
}
.bq a {
	color: #999;
	font-size: 14px;
	opacity: 1;
	margin-left: 10px;
}
.bq_left {
	width: 100%;
	float:left;
	color: #999;
	text-align:left;
	opacity: 1;
	font-size: 14px;
}
.bq_right {
	width:50%;
	float:right;
	text-align:right;
	opacity: 1;
}



.footer_main {
	background: #2d2d2d;
	overflow:hidden;
	width:100%;
	background-size: cover;
    padding: 0px 20px;	
}
.footer_main_center {
	max-width: 1400px;
	overflow:hidden;
	margin:auto;
    padding: 50px 0px;
}
.footer_left {
	width: 55%;
	float: left;
	padding-left: 0px;
}
.footer_left ul li {
	width:auto;
	float:left;
}
.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;
	padding-bottom: 15px;
	display:block;
	font-weight: bold;
}
.footer_c_center .footer_navyj
{
		font-size: 22px;
}


.footer_navej a {
	display:block;
	font-size: 14px;
	color: #999;
	line-height: 2em;
	opacity: 1;
}
.footer_navej a:hover {
	color:#fff;
	opacity:1;
}


.footer_c_center .footer_navej a
{
	width: 50%;
	float: left;
	font-size: 18px;
}


.footer_right {
	width: 40%;
	float: right;
	display: flex;
	justify-content: space-between;
}

.footer_contact
{
	font-size: 14px;
	color: #999;
}
.footer_contact p span
{
	color: #fff;
	display: table;
	float: left;
}
.footer_contact p
{
	line-height: 2em;
}
.footer_contact p i
{
	display: inline-block;
	font-style: initial;
}

.footer_contact .title
{
	font-size: 18px;
	color: #fff !important;
	padding-bottom: 15px;
	display: block;
	font-weight: bold;
}

.footer_ewm
{
   max-width:150px;
}
.footer_ewm img
{
    max-width: 100%;
}

.footer_ewm span
{
	font-size: 14px;
	display: block;
	text-align: center;
	margin-top: 10px;
	color: #999;
}
.footerlogo
{
    display: flex;
    max-width: 1400px;
    padding: 40px 0px;
    margin: auto;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
}
.sitelogo img
{
    max-width: 180px;
}
.footertel a
{
    display: flex;
    background: #004ea2;
    padding: 10px 40px;
    color: #fff;
    font-size: 22px;
}
.footertel a img
{
	margin-right: 10px;
}


