.footer-banner, .footer {
    width: 40%;
    float: left;
    min-height: 100px;
	padding:0;
	}

	.common-links:before {
		        content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0px;
    background: #f5f5f5;
	}
	.common-links p{
			margin-bottom:0px; 
	}

	/*导航字体颜色*/
	.product-logo, .product-menu li a{
		color:#000;
		}
	
	.footer .one-liner {
    margin: 0 auto;
    max-width: 800px;
    padding: 40px 8% 20px;
	}
	.footer-links {
    border-bottom: 1px solid #e2e2e2;
    margin: 0 auto 5px;
    max-width: 720px;
    overflow: hidden;
    padding: 50px 10% 40px;
	}
	.footer {
    background: #f1f1f1;
    text-align: center;
    border-top: 1px solid #e2e2e2;
	}
	
	.footer .one-liner li {
    display: inline-block;
    padding: 0 15px 20px;
	}
	.footer-links li {
    color: #333;
    font-size: 14px;
    line-height: 14px;
    padding: 5px 0;
    text-align: left;
	}
	.footer .one-liner li a {
	font-size: 14px;
	color: #333;
	}
