body{
}

.header-wr {
    width: 100%;
    background-color: #143255;
    margin-bottom: 50px;
}
.header a {
    display: block;
    height: 80px;
    line-height: 80px;
    float: left;
    border-right: 1px solid #385076;
    font-size: 16px;
    color: #c1e5ff;
    text-decoration: none;
    padding: 0 22px 0 20px;
}
.header a.logo {
    width: 45px;
    padding: 0;
    overflow: hidden;
}
.header a.logo img {
    width: 238px;
    height: 50.156px;
}
.header a.logo .version {
    position: absolute;
    top: -5px;
    left: 22px;
    font-size: 12px;
    text-align: center;
    color: white;
}
.header a.total {
    color: white;
    font-weight: bold;
    border: none;
    float: right;
}

.header a.total s{
    color: #ccc;
}


@media (max-width: 767px) {
    .header a {
        display: none;
    }
    .header a.logo,
    .header a.total {
        display: inline-block;
        height: 50px;
        line-height: 50px;
        padding: 0;
    }
    .header a.logo {
        width: 150px;
        border: none;
    }
    .header a.logo img {
        width: 150px;
        height: 31px;
    }
    .header a.logo .version {
        font-size: 9px;
    }
}


.footer-wrap{
    border-top: 1px solid #e1e1e1;
}

.footer{
    margin: auto;
    padding: 40px 0 15px 0;
    font-size: 12px;
    color: #707070;
}

.footer .call-us{
    width: 260px;
    padding: 0 0 0 44px;
    border: 1px solid #707070;
    border-radius: 3px;
    margin: 0 auto 40px auto;
    height: 43px;
    line-height: 43px;
    color: #707070;
    font-size: 16px;
    background: url('/resources/images/call-us.gif') no-repeat 10px center;
}

.footer .cc-wrap{
    width: 334px;
    margin: auto;
}

.footer .cc-wrap img{
    float: left;
    margin-right: 25px;
}

.footer .cc-wrap img:last-child{
    margin-right: 0;
}

.footer .foo-nav{
    text-align: center;
    padding: 35px 0 10px 0;
}

.footer .foo-nav a{
    color: #707070;
}

.footer .foo-copy{
    text-align: center;
}
