footer{
	display: block;
}
.container-fluid{
	padding-left: 0px;
	padding-right: 0px;
	font-size: 12px;
}
.home-footer{
	margin-top: 330px;
	background: #5E5E5E;
	color: #FFFFFF;
}
.home-footer-over{
	margin-top: 200px;
}
.home-footer-middle-list a{
	font-size: 12px;
}
.home-footer-border{
	height: 150px;
	width: 64%;
	display: flex;
	margin: auto;
}
.home-footer-outline{
	margin-top: 50px;
}
.home-footer-left{
	width: 21.25rem;
	margin: auto;
}
.home-footer-left-img{
	width: 186.5px;
	height: 70px;
}
.home-footer-left-img img{
	width: 186.5px;
	height: 70px;
}
.home-footer-left-company{
	margin-top: 13px
}
.home-footer-left-company-line{
	font-size: 12px;
	float: left;
	font-weight:400;
	line-height:20px;
	color:rgba(229,229,229,1);
	letter-spacing:1px;
	opacity:1;
}
.home-footer-middle{
	width: 24%;
	float: left
}
.home-footer-middle-border{
	margin-top: 15px
}
.home-footer-middle-list{
	width: 100%;
	text-align: center;
}
.home-footer-middle-list img{
	width: 110px;
	height: 110px;
	margin: auto;
}
.home-footer-middle-list-text{
	font-size: 14px;
	margin-top: 10px;
	color:rgba(255,255,255,1);
}
.home-footer-right{
	width: 48%;
	float: left;
}
.home-footer-right-border{
	width: 100%;
	margin: auto;
}
.home-footer-right-list-headline{
	font-size: 16px;
	text-align: left;
	margin-bottom: 15px;
}
.home-footer-right-list-1{
	display: inline-block;
	width: 33%;
	float: left;
}
.home-footer-right-list-2{
	display: inline-block;
	width: 33%;
	float: left;
}
.home-footer-right-list-3{
	display: inline-block;
	width: 34%;
	float: left;
}
.home-footer-right-list-headline a{
	color: #FFFFFF;
}
.home-footer-right-list-line,
.home-footer-right-list-line a{
	font-size: 12px;
	text-align: left;
	margin-bottom: 13px;
	color: #FFFFFF;
}

center{
	margin-top: 50px
}
hr{
	width:85.42%;
	height:0px;
	border:0.5px solid rgba(200,200,201,1);
	opacity:1;
}
.home-footer-bottom{
	margin-top: 44px;
	margin-bottom: 41px
}
.home-footer-bottom p{
	text-align: center;
}
.home-footer-bottom p span,
.home-footer-bottom p span a{
	color:rgba(200,200,201,1);
}
.home-footer-right-list-headline a:hover,
.home-footer-right-list-headline a:focus{
	color: #00C6FF;
}
.home-footer-right-list-line a:hover,
.home-footer-right-list-line a:focus{
	font-size: 12px;
	text-align: left;
	margin-bottom: 13px;
	color: #00C6FF;
}
.clear{ clear:both} 
@media (min-width:1366px) {
	.home-footer-border {
	    height: 9.375rem;
	    width: 76.125rem;
	    margin: auto;
	}
	.home-footer-left {
	    width: 21.25rem;
	    float: left;
	}
	.home-footer-middle {
	    width: 18.25rem;
	    float: left;
	}
	.home-footer-right {
		width: 584px;
		float: left;
	}
} 
@media (max-width:1366px){
	.home-footer-right {
		display: none;
	}
}
@media (max-width:640px){
	.home-footer-left-company-line{
		display: none;
	}
}