.footer{
	width: 100%;
	background: url('../img/footer-bg.jpg') no-repeat center;
	background-size: cover;
	min-height: 250px;
}
.footer .footer_top{
	width: 100%;
	min-height: 190px;
	padding-bottom: 20px;
}
.footer .footer_top .footerone{
	max-width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.footer .footer_top .footer_one{
	margin-right: 30px;
}
.footer .footer_top .footer_one .footer_title{
	font-size: 24px;
	padding-top: 40px;
	    margin-bottom: 20px;
	    color: #ffffff;
	    font-weight: 500;
		
}

.footer .footer_top .footer_one .footer_subtitle{
	color: #cccccc;
	    font-size: 15px;
	    font-weight: 400;
		display: block;
		margin-bottom: 18px;
}
.footer .footer_top .footer_one .footer_subtitle:hover{
	color: #ffffff;
}
.footer .footer_top .footer_one .footer_subtitle::before{
	content: "" !important;
	    display: inline-block;
	    width: 0;
	    height: 0;
	    border-bottom: 5px solid transparent;
	    border-top: 5px solid transparent;
	    border-left: 5px solid #EEE;
	    border-right: 5px solid transparent;
}
.footer .footer_top .footer_two .footer_contactAddress{
	font-size: 24px;
	padding-top: 40px;
	    margin-bottom: 20px;
	    color: #ffffff;
	    font-weight: 500;
}
.footer .footer_top .footer_two .footer_site{
	font-size: 15px;
	color: #CCC;
	font-weight: 300;
	margin-bottom: 10px;
}
.footer .footer_bottom{
	background-color: #23262d;
	    height: 60px;
		line-height: 60px;
}
.footer .footer_bottom .footertwo{
	max-width: 1200px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.footer .footer_bottom .footertwo .footer_copyright{
	color: #999;
	    font-size: 13px;
}
.footer .footer_bottom .footertwo .footer_function{
	display: flex;
	align-items: center;
}
.footer .footer_bottom .footertwo .footer_function a {
	width: 30px;
	height: 30px;
	margin: 5px 15px;
	margin-right: 2px;
	background-color: #555;
	border-radius: 50%;
	padding: 3px;
}

.footer .footer_bottom .footertwo .footer_function a img {
	width: 24px;
	height: 24px;
}

.footer .footer_bottom .footertwo .footer_function a:nth-child(4) {
	background-color: initial;
	border-radius: 0;
	display: flex;
	align-items: center;
}

.footer .footer_bottom .footertwo .footer_function a:nth-child(4) img {
	height: 15px;
	width: 15px;
	margin-right: 5px;
}

.footer .footer_bottom .footertwo .footer_function a:nth-child(4) div {
	font-size: 12px;
	color: #ffffff;
}

.footer .footer_bottom .footertwo .footer_function a:nth-child(1):hover {
	background-color: #0056b3;
}

.footer .footer_bottom .footertwo .footer_function a:nth-child(2):hover {
	background-color: #ea6060;
}

.footer .footer_bottom .footertwo .footer_function a:nth-child(3):hover {
	background-color: #4fc6f8;
}
.footer-icons{

}
.footer-icons img{
	position: relative;
	width: 100%;
	height: 100%;
}
.footer-icon1{
	position: relative;
	width: 45px;
	height: 45px;
	float: left;
	margin-right: 15px;
}
.footer-icon1-box{
	display: none;
	position: absolute;
	padding: 6px;
  background: #fff;
  width: 100px;
  border-radius: 5px;
	top: 0;
	left: 50%;
	transform: translate(-50%,-100%);
}
.footer-icon1:hover .footer-icon1-box{
	display: block;
}