/* 头部开始 */

body {
    position: relative;
    left: 0;
}

header {
    text-align: center;
    padding: 0.1rem 0;
    position: relative;
}

header img {
    width: 100%;
}

.hRight {
    margin-right: 6%;
    position: absolute;
    right: 0.1rem;
    top: 0.09rem;
}

.hRight i {
    font-size: 0.36rem;
    color: #FFf;
}

.banner img {
    width: 100%;
}

nav {
    position: fixed;
    width: 50%;
    height: 100%;
    top: 0;
    right: -50%;
    background: rgba(255, 255, 255, 0.95);
    z-index: 99999;
    text-align: center;
    line-height: 0.4rem;
}

.zzc {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    display: none;
}

nav ul li {
    line-height: 0.4rem;
    /* border-bottom: 1px solid #444444; */
}

nav ul li a {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 0.18rem;
}

.isActive {
    border-left: 0.04rem solid #179f86;
    background: #D1ECE7;
}