.footer{
	width: 100%;
}
.footer .footer_color{
	width: 100%;
	height: 0.1rem;
	background: #2D47FE;
}
.footer .footer_one{
	width: 100%;
	background: #303133;
	padding: 0.8rem 2.6rem;
}
.footer .footer_one .footer_top{
	padding-bottom: 0.8rem;
	border-bottom: 0.01rem solid #FAFBFE;
	overflow: hidden;
}
.footer .footer_one .footer_top .footer_left{
	float: left;
	margin-right: 3%;
	width: 30%;
}
.footer .footer_one .footer_top .footer_left img{
	height: 0.76rem;
	margin-right: 0.2rem;
	float: left;
	width: auto;
}
.footer .footer_one .footer_top .footer_left .footer_logo{
	overflow: hidden;
}
.footer .footer_one .footer_top .footer_left .footer_logo .footer_chinese{
	font-size: 0.46rem;
	font-weight: 500;
	color: #F8F8F8;
	margin-bottom: 0.16rem;
}
.footer .footer_one .footer_top .footer_left .footer_logo .footer_einglish{
	font-size: 0.16rem;
	font-weight: 400;
	color: #F8F8F8;
}
.footer .footer_one .footer_top .footer_midlle{
	float: left;
	margin-right: 3%;
	width: 30%;
}
.footer .footer_one .footer_top .footer_midlle .footer_hotLine{
	font-size: 0.14rem;
	font-weight: bold;
	color: #FFFFFF;
}
.footer .footer_one .footer_top .footer_midlle .footer_phone{
	font-size: 0.36rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0.32rem;
}
.footer .footer_one .footer_top .footer_midlle .footer_time{
	font-size: 0.14rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-bottom: 0.27rem;
}
.footer .footer_one .footer_top .footer_midlle img{
	height: 0.44rem;
	width: 0.44rem;
}
.footer .footer_one .footer_top .footer_right{
	overflow: hidden;
	width: 34%;
}
.footer .footer_one .footer_top .footer_right .footer_company{
	font-size: 0.24rem;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 0.3rem;
}
.footer .footer_one .footer_top .footer_right .footer_message{
	font-size: 0.14rem;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 0.24rem;
}
.footer .footer_one .footer_bottom{
	font-size: 0.12rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 0.8rem;
	text-align: center;
}
.footer .footer_one .footer_bottom a{
	font-size: 0.12rem;
	font-weight: 400;
	color: #FFFFFF;
}









@media (max-width: 1200px) {
	.footer .footer_color{
		height: 5px;
	}
	.footer .footer_one{
		padding: 30px 25px;
	}
	.footer .footer_one .footer_top .footer_midlle{
		margin-right: 0;
		width: auto;
		float: none;
		margin-bottom: 20px;
	}
	.footer .footer_one .footer_top .footer_left{
		    float: none;
		    margin: 0 auto;
		    width: 50%;
			margin-bottom: 20px;
	}
	.footer .footer_one .footer_top .footer_left img{
		width: auto;
		    margin: 0 auto;
			float: none;
	}
	.footer .footer_one .footer_top .footer_midlle .footer_hotLine{
		font-size: 12px;
	}
	.footer .footer_one .footer_top .footer_midlle .footer_phone{
		font-size: 18px;
	}
	.footer .footer_one .footer_top .footer_midlle .footer_time{
		font-size: 12px;
	}
	.footer .footer_one .footer_top .footer_midlle img{
		height: 35px;
		    width: 35px;
	}
	.footer .footer_one .footer_top .footer_right{
		width: auto;
	}
	.footer .footer_one .footer_top .footer_right .footer_company{
		font-size: 16px;
		    margin-bottom: 15px;
	}
	.footer .footer_one .footer_top .footer_right .footer_message{
		line-height: 24px;
		    font-size: 12px;
	}
	.footer .footer_one .footer_top{
		padding-bottom: 40px;
	}
	.footer .footer_one .footer_bottom{
		font-size: 12px;
		    margin-top: 30px;
	}
	.footer .footer_one .footer_bottom a{
		font-size: 12px;
	}
}