.product-content{
	padding-bottom: 60px;
}
.footer-nav-box {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}
.footer-nav {
    background-color: #46A1E5;
    width: 100%;
}
.footer-nav li {
    float: left;
    font-size: 15px;
    line-height: 40px;
    width: 24.5%;
    text-align: center;
    border-right: 0.5px solid white;
}
.footer-nav li:nth-child(4){
	border: none;
}
.footer-nav li a p{
	color: white;
}
/*.com-footer-pro {
    border-right: 1px;
    border-style: solid;
    border-color: #ffffff;
}*/