header{
    width: 100%;
    display: block;
    position: fixed;
    z-index: 9999;
    background-color: rgba(0,0,0,0.6);
}
.header-bg{
    box-shadow: rgba(255,255,255,0.6) 2px 2px 2px;
}

.header-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}
.header-logo{
    width: 50px;
    display: block;
    max-width: 100%;
    float: left;
    margin-left: 20px;
    transition: all .4s linear;
}

.header-bg .header-logo{
    width: 40px;
}
.header-bg .header-box{
    padding-top: 5px;
}
.header-menu{
    font-size: 0;
    display: block;
    float: right;
}

.header-menu li{
    font-size: 16px;
    display: inline-block;
    font-weight: 500;
    padding: 25px 20px;
    color: #FFF;
    letter-spacing: 1px;
    position: relative;
    transition: all .4s linear;
    overflow: hidden;
}
.header-bg .header-menu li{
    padding: 18.5px 20px;
}
.header-menu li a{
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9;
    position: relative;
}

.rwd-icon{
    cursor: pointer;
    display: none;
    float: right;
    margin-right: 15px;
    margin-top: 10px;
    transition: all .4s linear;

}

.icon-line{
    width: 50px;
    height: 5px;
    background-color: #ecf0f1;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.rwd-icon2{
    position: absolute;
    width: 30px;
    height: 30px;
    position: absolute;
    top: -23px;
    right: -18px;
    border-radius: 50%;
    display: none;
    background-image: url('../img/rwd-icon2.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border:2px solid #FFF;
}
footer{
    width: 100%;
    background-color: #000;
}

.footer-box{
    font-size: 13px;
    text-align: center;
    color: #FFF;
    letter-spacing: 3px;
    padding: 10px 0;
}

.rwd-menu-icon{
    display: none;
  }
