header {
    position: fixed;
    top: 0;
    z-index: 99999999;
    background: #fff;
}
header nav{

    
    
    text-align: center;
    background:rgba(255,255,255);
}
header nav .topWidth{
    width: 1280px;
    margin: 0 auto;
}
header nav .logo{
    width: 225px;
    height: 42px;
    background: url(../image/logo5.png) no-repeat;
    display: inline-block;
    background-size: 100%;
    margin-top: 18px;
}
header nav .tagList{
    height: 80px;
    line-height: 80px;
}
header nav .tagList a{
    color: #333333;
    font-size: 20px;
    width: 150px;
    display: inline-block;
}
header nav .tagList a span.on{
    color: #BB361F;
    border-bottom: 2px solid #BB361F;
    padding-bottom: 4px;
}


.newHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    background: #fff;
    font-size: 0; }
.newHeader > .newHeaderNav {
    height: 99px;
    width: 1280px;
    margin: 0 auto;
    background: #fff;
    line-height: 99px; }
    .newHeader > .newHeaderNav > img {
    width: 225px;
    height: 42px;
    display: inline-block; }
    .newHeader > .newHeaderNav > .newNav {
    float: right;
    line-height: 99px;
    width: 60%;
    }
    .newHeader > .newHeaderNav > .newNav > li {
        display: inline-block;
        width: 20%;
        text-align: center;
        vertical-align: middle;
        font-size: 20px;
        height: 99px;
        line-height: 99px;
        color: #333;
        }
        .newHeader > .newHeaderNav > .newNav > li > a {
        display: inline-block;
        vertical-align: middle;
        height: 36px;
        line-height: 36px;
        text-align: center;
        position: relative;
        left: 0;
        top: 0; }
        .newHeader > .newHeaderNav > .newNav > li > a:after {
            content: "";
            width: 0;
            height: 2px;
            background: #BB361F;
            position: absolute;
            bottom: 0;
            left: 50%;
            -webkit-transition: all .2s;
            -o-transition: all .2s;
            -moz-transition: all .2s;
            transition: all .2s; }
        .newHeader > .newHeaderNav > .newNav > li > a:hover:after {
            left: -5%;
            width: 110%;
            color: #BB361F; }
        .newHeader > .newHeaderNav > .newNav > li > a:hover {
            color: #BB361F; }
        .newHeader > .newHeaderNav > .newNav > li .active {
        color: #BB361F; }
        .newHeader > .newHeaderNav > .newNav > li .active:after {
            left: -5%;
            width: 110%;
            color: #BB361F; }
  
  .newHeaderImg {
    width: 100%;
    margin-top: 99px; }
    .newHeaderImg > img {
      width: 100%;
      height: auto; }


footer.active{
    position: fixed;
    bottom: 1%;
    z-index: 99999999;
    text-align: center;
    color: #fff;
    left: 50%;
    margin-left: -549px;
}
footer{
    position:static;
    text-align: center;
    color: #333333;
    left: 50%;
    margin-left: -549px;
    margin: 0 auto;
    padding: 30px 0;
}
footer.active a,footer.active span{
    font-size:12px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color: #fff;
    margin-right: 2px;
}
footer a,footer span{
    font-size:12px;
    font-family:PingFangSC-Medium;
    font-weight:500;
    color: #333333;
    margin-right: 2px;
}
footer .footer1{
    margin-bottom: 6px;}