﻿.nav {
    height: 100px;
    border-bottom: 2px solid red;
}
.nav .w-nav {
/* �ĵ�������� */
    width:1400px;
    margin:0 auto;
}
.nav .nav-logo {
    float: left;
    margin-top: 5px;
    width:960px;
    height: 90px;
    background: url(img/logo.png);
    text-indent: -9999px;
}

.nav ul {
    float: right;
}

.nav ul li {
    float: left;
}

.nav ul li a {
/* �ĵ�����ǩ����� */
    padding: 0 10px; 
    line-height: 100px;
    font-size: 17px;
}wang

.nav ul li a:hover {
    color: #ff5c14;
}

.footer {
    height: 120px;
    margin-top: 30px;
    background-color: #EDEDED;
}

.footer .footer-warp {
    height: 120px;
}

.footer .footer-warp .txt {
    float: right;
    margin-top: 43px;
}

.footer .footer-warp .txt p {
    font-size: 12px;
    color: #050505;
    margin-bottom: 10px;
    text-align: right;
}