@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: 40%;
	float:left;
	border-right: 1px rgba(255,255,255,0.06) solid;
	padding-left: 6%;
	min-height: 265px;
}
.footer_c_left .title
{
	font-size: 22px;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: block;
	padding-bottom: 10px;
}
.footer_c_left .title:before
{
    content: '';
    width: 20px;
    height: 4px;
    background: #00a650;
    position: absolute;
    bottom: 0px;
}

.footer_c_left .content
{
	font-size: 14px;
	color: #a2a1a1;
	line-height: 2.4em;
}
.footer_c_left .content a
{ 
	color: #a2a1a1;	
}

.footer_c_left a
{
	color: #a2a1a1;
}

.bq_c {
	max-width:100%;
	overflow:hidden;
	padding: 30px 0px;
	margin:auto;
}
.bq {
	max-width:100%;
	background: #2a333c;
	overflow:hidden;
	margin:auto;
	border-top: 1px rgba(255,255,255,0.06) solid;
}
.bq a {
	color: #a2a1a1;
	margin-left:10px;
}
.bq_left {
	width:50%;
	float:left;
	color: #a2a1a1;
	text-align:left;
}
.bq_right {
	width:50%;
	float:right;
	text-align:right;
}
.footer_main_ce {
	max-width: 1440px;
	margin:auto;
	padding:0px 20px;
	overflow:hidden;
}
.footer_main {
	background: #2a333c;
	overflow:hidden;
	width:100%;
}
.footer_main_center {
	max-width:100%;
	overflow:hidden;
	margin:auto;
	padding:70px 0px;
}
.footer_left {
	width: 35%;
	float:left;
	border-right: 1px rgba(255,255,255,0.06) solid;
	display: flex;
	justify-content: space-between;
	padding-right: 10%;
}
.footer_left ul li {
	width:auto;
	float:left;
	padding-right:12%;
}
.footer_left ul
{
}

.footer_right {
	width: 20%;
	float: right;
	max-width: 167px;
}
.footer_right span
{
	font-size: 22px;
	color: #fff;
	display: block;
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 10px;
}
.footer_right span:before
{
	content:'';
	width: 20px;
	height: 4px;
	background: #00a650;
	position: absolute;
	bottom: 0px;
}
.footer_right p {
	width:100%;
	max-width: 167px;
	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: 22px;
	color:#ffffff !important;
	display:block;
	font-weight: normal;
	position: relative;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
.footer_navyj:before
{
    content: '';
    width: 20px;
    height: 4px;
    background: #00a650;
    position: absolute;
    bottom: 0px;	
}

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

.consultation {
	width: 50px;
	height: auto;
	position: fixed;
	bottom: 5%;
	right: 1.8%;
	z-index: 999
}

.consultation li {
	width: 50px;
	height: 49px;
	position: relative;
	border-top: 1px solid #a0cc8f
}

.consultation li a {
	display: block;
	width: 50px;
	height: 49px;
	background: #03a049;
	overflow: hidden;
	text-align: center;
	line-height: 49px
}

.consultation li img.ico {
	width: 25px;
	text-align: center;
	vertical-align: middle
}

.consultation li span {
	width: 166px;
	right: 51px;
	top: 0;
	height: 49px;
	background: #2e9f40;
	color: #fff;
	text-align: center;
	position: absolute;
	font-size: 22px;
	display: none
}

.consultation li span.ewm {
	margin-right: 2px;
	background: #e0e0e0;
	height: 196px
}

.consultation li span.ewm img {
	display: block;
	overflow: hidden;
	width: 146px;
	margin: 10px auto
}

.consultation li span.ewm em {
	display: block;
	font-size: 14px;
	color: #000;
	font-style: normal;
	height: 20px;
	line-height: 20px
}

.consultation li a:hover {
	background: #333
}

.consultation li a:hover span {
	font-size: 20px;
	display: block;
	margin-right: 2px;
	overflow: hidden
}

span.toggle-btn {
	display: none;
}