.posSplit {
        color:#a8a8a8;
}

/*居中容器*/
.public-container{
    position: relative;
    margin: 0 auto;
    width: 1200px;
}

/*公共头部*/
.header{
    width: 100%;
    background-color:#ffffff;
}
.header-top{
    width: 100%;
    height: 8px;
    background-color: rgb(170, 80, 37);
}
.header-base{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.header-base:after{
    content: "";
    display: block;
    clear: both;
}
.header-base-logo{
    float: left;
    margin-left: 30px;
    margin-top: 32px;
    width: 89px;
    height: 64px;
    vertical-align: top;
}
.header-base-title{
    float: right;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 30px;
}
.header-title1{
    height: 43px;
    width: 1010px;
    margin-top: 30px;
}
.header-title1 img{
    height: 100%;
    width: 100%;
}
.header-title2{
    margin-top: 16px;
    font-size: 18px;
    line-height: 18px;
    color: #68552a;
}
.header-nav{
    position: relative;
    height: 55px;
    background-color: #eeeeee;
    font-size: 0;
}
.nav-base{
    position: absolute;
    left: 50%;
    transform: translateX(-51.5%);
    width: 1200px;
    height: 55px;
}
.nav-right{
    position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
}
.nav-right-line{
    display: inline-block;
    width: 2px;
    height: 55px;
    background-color: #abaaaa;
    vertical-align: top;
}
.nav-right-text{
    display: inline-block;
    width: 60px;
    height: 55px;
    background-color: #eeeeee; 
    color: #abaaaa;
    font-size: 24px;
    text-align: center;
    line-height: 55px;
    vertical-align: top;
}


/*公共底部*/
.footer{
    position: relative;
    width: 100%;
    height: 210px;
    background-color: rgb(35, 27, 23);
}
.footer-link{
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    width: 1240px;
    height: 20px;
    color: #808080;
}
.footer-copyright{
    position: absolute;
    top: 120px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    height: 34px;
    color: #808080;
}
.footer-count{
    position: absolute;
    top: 182px;
    left: 50%;
    transform: translateX(-50%);
    width: 160px;
    height: 20px;
    text-align: center;
    color: #808080;
    font-size:12px;
}