@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: auto;
	float: right;
	text-align: left;
}
.footer_c_left a
{
	background: #e2e2df;
	border-radius: 100%;
	display: inline-block;
	margin-right: 15px;
	cursor: pointer;
}
.footer_c_left a:nth-last-of-type(1)
{
	margin-right: 0px;
}


.footer_c_left .title
{
    font-size: 18px;
    color: #253240 !important;
    padding-bottom: 20px;
    font-weight: bold;
}


.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 #e5e5e5 solid;
}
.bq {
	max-width:100%;
	overflow:hidden;
	margin:auto;
}
.bq a {
	color: #999;
	margin-left:10px;
	font-size: 14px;
}
.bq_left {
	width:50%;
	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_ce {
	max-width: 1340px;
	margin:auto;
	padding:0px 20px;
	overflow:hidden;
}
.footer_main_ce .tel
{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px #e5e5e5 solid;
	padding: 50px 0px 50px;
}
.footer_main_ce .tel img
{
	
}
.footer_main_ce .tel p
{
	line-height: 1em;
	font-size: 24px;
	color: #253240;
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 55px;
	font-family: Bebas;
}
.footer_main_ce .tel p span
{
	display: block;
	font-size: 14px;
	color: #999;
	font-family: 'HarmonyOS_Sans_SC_Regular';
}
.footer_main {
	background: #f6f6f6;
	overflow:hidden;
	width:100%;
	border-top: 5px #aac316 solid;
}
.footer_main_center {
	max-width:100%;
	overflow:hidden;
	margin:auto;
	padding: 50px 0px;
}
.footer_left {
	width: 75%;
	float:left;
}
.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:20px;
	color: #253240 !important;
	padding-bottom:10px;
	display:block;
	font-family: HarmonyOS_Sans_SC_Bold;
}
.footer_navej a {
	display:block;
	font-size: 16px;
	color: #999;
	line-height: 2.5em;
	opacity: 1;
}
.footer_navej a:hover {
	color:#bdd81b;
	opacity:1;
}

