/*注释掉每个页面的面包屑*/
#navtwo {
	display: none;
}

.main_footer_wrap {
	width: 100%;
	margin-top: 100px;
	color: #000;
	line-height: 1.7;
	font-size: 16px;
	background-color: #fff;
}
.main_footer_wrap .wrap_content {
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	border-bottom: 1px solid #cccccc;
}

.main_footer_wrap .wrap_top {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	display: flex;
	justify-content: space-between;
}

.main_footer_wrap .wrap_top dl {
	float: left;
	width: 200px;
	border-bottom: 2px solid #fff;
	position: relative;
	cursor: pointer;
}

.main_footer_wrap .wrap_top dl:hover,
.main_footer_wrap .wrap_top dl.hover {
	border-bottom: 2px solid red;
}

.main_footer_wrap .wrap_top dl.hover dd {
	transform: rotate(0deg);
	margin-top: 8px;
	transition: .3s;

}

.main_footer_wrap .wrap_top dl.hover .list {
	/* visibility: visible; */
	transition: 1s;
	/* display: block; */
}

.main_footer_wrap .wrap_top dl dt {
	color: #544e4e;
	display: inline-block;
	margin-right: 5px;
}

.main_footer_wrap .wrap_top dl dt a {
	color: #544e4e;
}

.main_footer_wrap .wrap_top dl dd {
	display: inline-block;
	vertical-align: top;
	transform: rotate(90deg);
	margin-top: 9px;
}

.main_footer_wrap .wrap_top dl dd img {
	width: 100%;
	display: block;
}

.main_footer_wrap .wrap_top dl ul.list {
	box-sizing: border-box;
	letter-spacing: 1.5px;
	padding: 15px;
	bottom: 34px;
	width: 100%;
	background: #f3f3f3;
	position: absolute;
	left: 0px;
	text-align: left;
	border-radius: 6px;
	/* visibility: hidden; */
	transition: .3s;
	z-index: 100000;
	display: none;
}

.main_footer_wrap .wrap_top dl ul.list1 {
	left: -40%;
	width: 410px;
	height: 400px;
}

.main_footer_wrap .wrap_top dl ul.list2 {
	left: -11%;
	width: 245px;
}

.main_footer_wrap .wrap_top dl ul.list3 {
	left: -11%;
	width: 325px;
}

.main_footer_wrap .wrap_top dl ul.list4 {
	left: -27%;
	width: 400px;
}

.main_footer_wrap .wrap_top dl ul.list5 {
	left: 4%;
	width: 180px;
}

.main_footer_wrap .wrap_top dl ul.list6 {
	left: auto;
	right: 0;
	width: 330px;
}

.main_footer_wrap .wrap_top dl ul.list li {
	line-height: 2;
	position: relative;
}

.main_footer_wrap .wrap_top dl ul.list li span {
	display: block;
	width: 11px;
	height: 11px;
	margin: auto 0;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
}

.main_footer_wrap .wrap_top dl ul.list li span img {
	display: block;
	width: 100%;
	height: 100%;
}

.main_footer_wrap .wrap_top dl ul.list li a {
	color: #000;
	position: relative;
}

.main_footer_wrap .wrap_top dl ul.list li a::before {
	content: '';
	width: 0;
	height: 2px;
	background: #e60020;
	position: absolute;
	left: 0;
	bottom: 0;
	animation: lineOff 0.5s;
	-moz-animation: lineOff 0.5s;
	-o-animation: lineOff 0.5s;
	-webkit-animation: lineOff 0.5s;
}

.main_footer_wrap .wrap_top dl ul.list li a:hover::before {
	width: 100%;
	content: '';
	height: 2px;
	background: #e60020;
	position: absolute;
	left: 0;
	bottom: 0;
	animation: lineIn 0.5s;
	-webkit-animation: lineIn 0.5s;
	-moz-animation: lineIn 0.5s;
	-o-animation: lineIn 0.5s;
}

@keyframes lineIn {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@-moz-keyframes lineIn {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@-o-keyframes lineIn {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@-webkit-keyframes lineIn {
	from {
		width: 0;
	}

	to {
		width: 100%;
	}
}

@keyframes lineOff {
	from {
		width: 100%;
	}

	to {
		width: 0;
	}
}

@-moz-keyframes lineOff {
	from {
		width: 100%;
	}

	to {
		width: 0;
	}
}

@-o-keyframes lineOff {
	from {
		width: 100%;
	}

	to {
		width: 0;
	}
}

@-webkit-keyframes lineOff {
	from {
		width: 100%;
	}

	to {
		width: 0;
	}
}

.main_footer_wrap .wrap_middle {
	width: 90%;
	margin: 0 auto;
	border-bottom: 1px solid #cccccc;
	text-align: center;
	padding: 20px 0;
}

.main_footer_wrap .wrap_middle .middle_left {
	float: left;
	width: 41%;
	border-right: 1px solid #ccc;
	/* display: inline-block; */
	vertical-align: top;
}

.main_footer_wrap .wrap_middle .middle_left p {
	width: 100%;
}

.main_footer_wrap .wrap_middle .middle_left p:after {
	display: table;
	content: '';
	clear: both;
}

.main_footer_wrap .wrap_middle .middle_left p a {
	color: #544e4e;
	display: block;
	float: left;
	text-align: center;
}

.main_footer_wrap .wrap_middle .middle_left p a span {
	border-bottom: 2px solid #fff;
	padding-bottom: 5px;
}

.main_footer_wrap .wrap_middle .middle_left p a:nth-child(1) {
	width: 33%;
}

.main_footer_wrap .wrap_middle .middle_left p a:nth-child(2) {
	width: 33%;
}

.main_footer_wrap .wrap_middle .middle_left p a:nth-child(3) {
	width: 33%;
}

.main_footer_wrap .wrap_middle .middle_left p a:nth-child(4) {
	width: 33%;
}
.main_footer_wrap .wrap_middle .middle_left p a:nth-child(5) {
	width: 33%;
}
.main_footer_wrap .wrap_middle .middle_left p a:nth-child(6) {
	width: 33%;
}
.main_footer_wrap .wrap_middle .middle_left p a:hover span {
	border-bottom: 2px solid #e60020;
}

.main_footer_wrap .wrap_middle h2 {
	margin-bottom: 20px;
	font-size: 20px;
	color: #544e4e;
	font-weight: bold;
}



.main_footer_wrap .wrap_middle .concern {
	margin-top: 10px;

}

.main_footer_wrap .wrap_middle .concern a {
	color: #544e4e;
}

.main_footer_wrap .wrap_middle .middle_content {
	float: left;
	width: 34%;
	border-right: 1px solid #ccc;
	/* display: inline-block; */

}
.main_footer_wrap .wrap_middle .middle_content .middle_pbox{
	/* padding-left: 70px; */
}
.main_footer_wrap .wrap_middle .middle_content .pic {
	position: relative;
	/* float: left; */
	display: inline-block;
	/* display:block; */
	margin-right: 20px;
	color: #544e4e;
}


.main_footer_wrap .wrap_middle .middle_content .pic i {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin: -5px 5px;
}

.main_footer_wrap .wrap_middle .middle_content .pic i img {
	width: 100%;
	height: 100%;
	display: block;
}

.main_footer_wrap .wrap_middle .middle_content .pic span {
	vertical-align: top;
	position: relative;
	display: inline-block;
	border-bottom: 2px solid #fff;
}

.main_footer_wrap .wrap_middle .middle_content .pic span:hover {
	border-bottom: 2px solid #e60020;
}

.main_footer_wrap .wrap_middle .middle_content .pic .txt {
	padding: 10px;
	position: absolute;
	bottom: 30px;
	background: #f3f3f3;
	border-radius: 5px;
	font-size: 14px;
	z-index: 2;
	line-height: 2;
	display: none;
	text-align: center;
	color: #544e4e;
}

.main_footer_wrap .wrap_middle .middle_content .pic .txt1 {
	width: 300px;
	left: -45px;
}

.main_footer_wrap .wrap_middle .middle_content .phone_box1:hover .txt1 {
	display: block;
}

.main_footer_wrap .wrap_middle .middle_content .pic .txt2 {
	width: 200px;
	left: 0px;
}

.main_footer_wrap .wrap_middle .middle_content .phone_box2:hover .txt2 {
	display: block;
}

.main_footer_wrap .wrap_middle .middle_content .pic .txt3 {
	width: 200px;
	left: 0px;
}

.main_footer_wrap .wrap_middle .middle_content .phone_box3:hover .txt3 {
	display: block;
}


.main_footer_wrap .wrap_middle .middle_right {
	float: left;
	width: 24%;
	/* display: inline-block; */
	vertical-align: top;
}

.main_footer_wrap .wrap_middle .middle_right .pic1 {
	width: 29px;
	height: 24px;
	display: inline-block;
	margin:0px 15px;
	position: relative;
}

.main_footer_wrap .wrap_middle .middle_right .pic1 img {
	width: 100%;
	height: 100%;
	display: block;
}

.main_footer_wrap .wrap_middle .middle_right .pic2 {
	width: 800%;
	position: absolute;
	top: -235px;
	left: -100px;
	display: none;
}

.main_footer_wrap .wrap_middle .middle_right .lp {
	top: -430px;
	left: -100px;
}

.main_footer_wrap .wrap_middle .middle_right .pic1:hover .pic2 {
	display: block;
}

.main_footer_wrap .wrap_middle .middle_right .pic2 img {
	width: 100%;
	height: 100%;
	display: block;
}

.main_footer_wrap .wrap_bottom {
	width: 90%;
	margin: 0 auto;
	text-align: center;
	padding: 20px 0;
	color: #544e4e;

}

.main_footer_wrap .wrap_bottom .shu_line {
	display: inline-block;
	width: 1px;
	height: 14px;
	background: #544e4e;
	margin-left: 8px;
	margin-right: 5px;
	position: relative;
	bottom: -2px;
}

.main_footer_wrap .wrap_bottom a {
	display: inline-block;
	color: #5f5f5f;
}
.main_footer_wrap .wrap_bottom .wrap_bottom-ul{
	/* width: 44%; */
	display: inline-block;
}
.main_footer_wrap .wrap_bottom .wrap_bottom-ul .wrap_bottom-li{
float: left;

}
.main_footer_wrap .wrap_bottom .wrap_bottom-ul .wrap_bottom-li:first-child{

	position: relative;
}
/* 电动化售后服务 */
.main_footer_wrap .wrap_bottom .wrap_bottom-ul .wrap_bottom-xny-hover {
	width: 155%;
	padding: 10px;
	background: #f3f3f3;
	border-radius: 5px;
	font-size: 14px;
	line-height: 2;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	display: none;
}
.main_footer_wrap .wrap_bottom .wrap_bottom-ul .wrap_bottom-li:first-child:hover .wrap_bottom-xny-hover {
	display: block;
}
.main_footer_wrap .wrap_bottom .wrap_bottom-ul .wrap_bottom-xny-hover a {
	color: #000;
	position: relative;
}

.main_footer_wrap .wrap_bottom .wrap_bottom-ul .wrap_bottom-xny-hover a:before {
	content: '';
	width: 0;
	height: 2px;
	background: #e60020;
	position: absolute;
	left: 0;
	bottom: 0;
	animation: lineOff 0.5s;
	-moz-animation: lineOff 0.5s;
	-o-animation: lineOff 0.5s;
	-webkit-animation: lineOff 0.5s;
}

.main_footer_wrap .wrap_bottom .wrap_bottom-ul .wrap_bottom-xny-hover a:hover:before {
	width: 100%;
	content: '';
	height: 2px;
	background: #e60020;
	position: absolute;
	left: 0;
	bottom: 0;
	animation: lineIn 0.5s;
	-webkit-animation: lineIn 0.5s;
	-moz-animation: lineIn 0.5s;
	-o-animation: lineIn 0.5s;
}


.zhe {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	position: fixed;
	top: 0;
	left: 0;
}


.backToTop2 {
	clear: both;
	z-index: 10000;
	display: none;
	width: 56px;
	height: 160px;
	background: url(/common/images/top.jpg) 0 0 no-repeat;
	background-size: 100%;
	text-align: center;
	position: fixed;
	_position: absolute;
	right: 0px;
	bottom: 110px;
	_bottom: "auto";
	cursor: pointer;
	padding: 0;
}

.backToTop2:hover {
	opacity: 0.8;
}

/* @media screen and (min-width:1440px) and (max-width:1920px){
	.main_footer_wrap .wrap_bottom .wrap_bottom-ul{
		width: 56%;
	}
} */
@media screen and (max-width:1680px){
	.main_footer_wrap .wrap_bottom .wrap_bottom-ul{
		/* width: 50%; */
	}
}
@media screen and (min-width:1000px) and (max-width:1600px) {
	.backToTop2 {
		width: 42px;
	}

	.main_footer_wrap .wrap_middle .middle_left p a:nth-child(1) {
		width: 50%;
	}

	.main_footer_wrap .wrap_middle .middle_left p a:nth-child(2) {
		width: 50%;
	}

	.main_footer_wrap .wrap_middle .middle_left p a:nth-child(3) {
		width: 50%;
	}

	.main_footer_wrap .wrap_middle .middle_left p a:nth-child(4) {
		width: 50%;
	}
	.main_footer_wrap .wrap_middle .middle_left p a:nth-child(5) {
		width: 50%;
	}
	.main_footer_wrap .wrap_middle .middle_left p a:nth-child(6) {
		width: 50%;
	}

	.main_footer_wrap .wrap_top dl ul.list1 {
		left: -27%;
	}

}
@media screen and (max-width:1440px){
	.main_footer_wrap .wrap_bottom .wrap_bottom-ul{
		/* width: 62%; */
	}
}
@media screen and (max-width:1280px){
	.main_footer_wrap .wrap_bottom .wrap_bottom-ul{
		/* width: 66%; */
	}
}
