body {
    background: #efeee4;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, .lead {
    font-family: "Lucida Grande","Helvetica Neue",Helvetica,Arial,"Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif;
}
.wrap {
    margin: 0 auto -105px;
    padding: 0 0 145px;
    min-height: 100%;
}
.header {
    background: #222 url(http://saipan.oss-cn-beijing.aliyuncs.com/35603f69ceec17f62003c82242920e47) no-repeat center center;
    background-size: cover;
    padding: 238px 0 0;
    text-align: center;
    min-height: 400px;
    position: relative;
}
.logo {
    position: absolute;
    left: 1%;
    right: 1%;
    bottom: -40px;
    z-index: 1;
}
.header h1 {
    font-weight: 100;
    color: #fff;
    font-size: 54px;
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0;
    padding-bottom: 56px;
    background-color: rgba(0,0,0,.6);
}
.header h1 span {
    padding: 10px 0;
    display: inline-block;
}
.main {
    margin-top: 90px;
}
.main .channel {
    position: relative;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 20px rgba(50,50,50,.1);
    box-shadow: 0 0 20 rgba(50,50,50,.1);
}
.main .channel section {
    display: block;
    padding: 12px;
    background-color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.main .channel section img {
    margin: 0 auto;
    display: block;
    max-width: 100%;
    height: auto;
}
.main .channel header {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    opacity: .95;
    filter: alpha(opacity=95);
    text-align: center;
    /*-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    height: 65px;*/
    overflow: hidden;
}
/*.main .channel:hover header {
    height: 60%;
}*/
.main .channel header h2 {
    margin: 0;
    padding: .5em .2em;
}
.main .channel header h2 a {
    color: #777;
}
.main .channel header .desc {
    padding: 0 30px 30px 30px;
    font-size: 14px;
    text-align: left;
}
footer {
    position: relative;
    height: 105px;
    background-color: #4a4849;
    color: #fff;
}
footer .copyright {
    padding: 30px 0;
}

.single-title {
    margin-bottom: .75em;
}
.nav-list {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 5px 10px;
}
.nav-list li {
    padding: 11px 0;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
}
.nav-list li:last-child {
    border: none;
}
.nav-list li a {
    color: #555;
    font-size: 14px;
    padding-left: 18px;
}
.nav-list li.active a {
    color: #58aa00;
    font-weight: 700;
}
.thumbnail {
    padding: 8px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    max-width: 100%;
    height: auto;
    display: block;
}
.thumbnail-car {
    margin-bottom: 1.5em;
    padding: 4px;
}
.thumbnail-car a {
    height: 200px;
    display: block;
    overflow: hidden;
}
.item-car {
    margin-bottom: 5em;
    text-align: center;
}
.title-car {
    margin-bottom: .25em;
    color: #58aa00;
    font-size: 20px;
}
.desc-car {
    color: #999;
    font-size: 15px;
}

.sidebar {
    position: fixed;
    _position: absolute;
    z-index: 10;
    width: 70px;
    right: 15px;
    top: 60%;
    padding: 5px 9px 10px;
    border: 1px solid #eaeaea;
    background: #fff;
}
.sidebar li {
    position: relative;
    margin-top: 10px;
    padding: 0 0 8px;
    border-bottom: 1px solid #eaeaea;
    list-style: none;
}
.sidebar li:last-child {
    border: none;
}
.sidebar li a {
    display: block;
    position: relative;
    text-align: center;
    cursor: pointer;
}
.sidebar li a i {
    display: block;
    margin: 5px auto;
    width: 35px;
    height: 40px;
    background: url("/images/service.png") no-repeat;
    overflow: hidden;
}
.sidebar li a.qq i {
    background-position: 0 0;
}
.sidebar li a.wechat i {
    height: 35px;
    background-position: 0 -40px;
}
.sidebar li .popup {
    top: -11px;
    left: -118px;
    text-align: center;
    position: absolute;
    width: 112px;
    border: 1px solid #d4d4d4;
    background: #fff;
    display: none;
}
.sidebar li .popup i {
    position: absolute;
    top: 35px;
    right: -7px;
    width: 0;
    height: 0;
    border-left: 6px solid #d4d4d4;
    border-top: 6px dashed transparent;
    border-bottom: 6px dashed transparent;
    font-size: 0;
    line-height: 0;
}
.sidebar li .popup i em {
    position: absolute;
    left: -7px;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid #fff;
    border-top: 6px dashed transparent;
    border-bottom: 6px dashed transparent;
    overflow: hidden;
}
.sidebar li .popup .inner {
    padding: 10px 0;
    text-align: center;
    font-size: 12px;
}
.sidebar li .popup .inner img {
    margin-bottom: 8px;
}
.content {
    background-color: #fff;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}