@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_c_left {
	width: 100%;
	float: left;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px rgba(255,255,255,0.1) solid;
	padding-top: 60px;
}
.footer_c_left img
{
	filter: brightness(0%) invert(100%);
}
.footer_c_left a
{
	color: #fff;
	font-size: 30px;
	font-family: Antonio;
}
.footer_c_left a span
{
	display: block;
	font-size: 14px;
	background: url(../images/toptel.png) no-repeat 0px center;
	padding-left: 30px;
}




.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: auto;
}

.bq a {
	color: #fff;
	margin-left: 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: #001B6F;
	overflow: hidden;
	width: 100%;
	background-size: cover;
	position: relative;
}


.footer_main_center {
	max-width: 1640px;
	overflow: hidden;
	margin: auto;
	padding: 0px 20px;
}

.footer_left {
	width: 100%;
	float: left;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px rgba(255, 255, 255, 0.1) solid;
	padding-bottom: 60px;
}
.fonter_contact
{
	width: 30%;
	color: #fff;
	line-height: 1.7em;
}
.fonter_contact a
 {
	color: #fff;	 
 }

.fonter_contact .title
{
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 20px;
}

.footer_left ul li {
	width: auto;
	float: left;
}

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


.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;
	position: relative;
	font-weight: bold;
}


.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;
}