.red-bar{
    width: 100%;
    height: 40px;
    background: #698905;
    min-width: 1300px;
}
.fontw{
    font-weight: bold;
}
.redbar-wrap{
    max-width: 1200px;
    height: 40px;
    margin: 0 auto;
    font-family: "苹方";
}
.redbar-wrap span{
    float: left;
    display: inline-block;
    width: 25%;
    line-height: 40px;
    font-size: 18px;
    font-weight:bold;
    text-align: center;
    color: #ffffff;
}
.redbar-wrap i{
    margin-right: 40px;
    float: left;
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
}
.redbar-wrap ul{
    float: left;
   display: inline-block;
}
.redbar-wrap ul li{
    margin-right: 39px;
    font-size: 16px;
    float: left;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}
.foot{
    width: 100%;
    height: 160px;
    background-color: #ffffff;
    text-align: center;
    min-width: 1300px;
}
.foot p{
    line-height: 24px;
    color: #000000;
    font-size: 14px;
    font-family: "苹方";
}
.foot p:first-child{
    padding-top: 16px;
}
.foot p a{
    color: #ffffff;
}
#finish{
    margin-top: 20px;
}
#finish a{
    display: inline-block;
    width: 112px;
    height: 41px;
    background-image: url(../images/cata.png);
    background-repeat: no-repeat;
}
.ca1{
    background-position: 0 0;
}
.ca2{
    background-position: -448px 0;
}
.ca3{
    background-position: -224px 0;
}
.ca4{
    background-position: -336px 0;
}
.ca5{
    background-position: -112px 0;
}