ï»¿nav {
    width: 1000px;
}
.nav-long {
    width: 100%;
display:flex;
justify-content:space-between
}
.Detailnav {
    width: 1000px;
}

.page-ul {
    display: flex;
    align-items: center;
    margin: 0;
}

.page-ul li {
    display: block;
    list-style: none;
    width: 100px;
    height: 80px;
    line-height: 80px;
    text-align: center;
}

.page-ul .active {
    background: #cc0000;
    color: #fff;
}

footer {
    /*padding: 30px 0;*/
    background: #8a0606;
    margin: 0px auto;
clear:both;
width:1000px;
}

.footer-long {
    padding: 30px 0;
    background: #8a0606;
    margin: 0px auto;
clear:both;
width:100%;
}

footer .nav {
    width: 1000px;
    margin: 0 auto;
    justify-content: space-between;
}
footer .nav-long {
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
}
.l-nav {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
margin-left:25px;
}

.l-nav h5 {
    margin-bottom: 20px;
    font-size: 16px;
}

.l-nav li {
    list-style: none;
    margin: 8px 0;
    color: #ffffff;
    font-size: 12px;
}

.logo {
    /*width: 50%;*/
    text-align: center;
}

.logo img {
    width: 186px;
    margin-top: 10px;
}

.r-nav  {
    margin-right:25px;
}
.r-nav p {
    color: #ffffff;
    font-size: 20px;
}

.r-nav label {
    display: block;
    margin: 10px 0;
    color: #ffffff;
}

.r-nav img {
    width: 20px;
}

.underline {
    width: 1000px;
    height: 50px;
    line-height: 50px;
    background: #8a0606;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
	margin:0px auto;
}

.underline-long {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #8a0606;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
	margin:0px auto;
}

<!--ºÄÊ±1775418243.9935Ãë-->