.leftMenu a {
    text-decoration: none;
    display: block;
    font-size: 18px;
}
.leftMenu a:after{
    content: "";
    position: absolute;
    right: 0;
    top: 11px;
    background: url(../img/ios-j.png) right center no-repeat;
    width: 12px;
    height: 12px;
    background-size: 100%;
}
.leftMenu {
    background: #fff;
    left: -1000px;
    position: fixed;
    top: 100px;
    display: block;
    height: 100%;
    width: 68%;
    min-width: 140px;
    max-width: 245px;
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    overflow: auto;
}

.leftMenu.menu-open {
    left: 0;
}

.leftMenu ul {
    list-style: none;
    padding: 0;
    overflow: hidden;
}

.leftMenu ul li {
    position: relative;
    padding: 9px 0;
    padding-bottom: 6px;
    margin: 0 15px;
    overflow: hidden;
    border-bottom: 1px solid #E6E6E6;
}

.leftMenu ul li.hasChild > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 14px;
    background: url(../img/ios-j.png) right center no-repeat;
    width: 12px;
    height: 12px;
    background-size: 100%;
}

.leftMenu ul li.hasChild.open > a:after {
    content: "";
    right: 0;
    top: 14px;
    background: url(../img/ios-j01.png) right center no-repeat;
    width: 12px;
    height: 12px;
    background-size: 100%;
}

.f2, .f3 {
    height: 0;
    padding-left: 10px;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
}

.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
}
.menu-dark-backdrop.in {
    height: 100%;
    z-index: 999;
    background: rgba(0,0,0,0.5);
    width: 100%;
    position: fixed;
    top: 62px;
/*     top: 0; */
    left: 0;
    right: 0;
    bottom:0;
    overflow: hidden;
}
.header{
	width: 100%;
	z-index: 999999;
}
.main{
	 position: relative;
}
.h-solutions{
    background-color: #fff;
    position: fixed;
}
