.footer{
	margin-top: 100px;
	border-top: 4px solid #fff;
	position: relative;
}
.rotateBox{
	position: absolute;
	width: 70px;
	height: 70px;
	border-left: 4px solid #fff;
	border-top: 4px solid #fff;
	left: 50%;
	-webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -39.56px;
    margin-left: -35px;
    background: #161e21;
}
.rotateBox i{
	position: absolute;
	font-size: 20px;
	margin-top: 18px;
    margin-left: 15px;
    transform: rotate(-45deg)
}
.rotateBox:hover i{
	color: #db152e;
	transition: .2s ease;
}
.footerInfo{
	padding: 40px 0 0 0;
	text-align: center;
	color: #db152e;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 40px;
}
.footerInfo a{
	color: #db152e;
}
.footerInfo>p{
	margin-bottom: 8px;
}
.companyInfo>span{
	margin: 0 2px;
}
.companyInfo a>img:first-child{
	vertical-align: -2px;
}
.companyInfo a>img:last-child{
	vertical-align: -4px;
}
.footerNav li{
	display: inline-block;
}
.footerNav li:after{
	content: "/";
	color: #fff;
	margin: 0 2px;
}