body {
	margin: 0;
}

.footertop-img-con{
	overflow: hidden;
	height: 62vh;
	background-image: url(../../footer_con/img/1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	position:relative;
}
.footertop-img-con .f-logo {
    overflow: hidden;
    width: 200px;
    height: 205px;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	cursor: pointer;
}
.footertop-img-con .f-logo p.p1{
    font-size:16px;
	color:#fff;
	margin-bottom:30px;
}
.footertop-img-con .f-logo p.p2{
    font-size:18px;
	color:#fff;
	font-weight:bold;
}
.footertop-img-con .f-logo p img{
	overflow:hidden;
	height:45px;
	margin: auto;
	margin-bottom:30px;

}