.m-header-transition {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.m-navbar {
	
    position: relative;
    z-index: 100; width:100%;
	background-color:inherit;
	
}
.m-login{width:100%; float:left; padding:0; margin:0;}
.m-logo{ }
.m-navbar-nav {
	margin-top:10px;
}


.m-navbar-nav > li {
    font-size:16px;
    line-height: 40px;
    height: 40px;
    margin: 0 20px;
	padding:0 10px;
    color: #444;
    border: none;
	background: url(../images/zghq.png) right center no-repeat;
	-webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}
.uk-subnav > li {
    font-size:14px;
	line-height:20px;
    height: auto; margin:8px 0;}
	
.m-navbar-nav > li:hover{  border: 0px solid #005c9b; color:#fff; border-radius:5px;
    background-color:#005c9b; background-image:none; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
.m-navbar li:nth-child(1) a{ background-image:none;}
.m-navbar-nav > li > a:hover{ color:#fff;}

.m-navbar-nav-en > li > a {
    font-size: 13px;
}

.uk-subnav li ul {
    display: none;
}
.uk-subnav li:hover ul {
    display:block; font-size:14px;
}
.uk-subl{
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1020;
    box-sizing: border-box;
    width:160px;
    margin-top:-30px;
    text-align:left;
	padding:20px 0;
	padding-left:40px;
	margin-left:90px;
    background: rgba(0, 92, 155, .7);
    color: #bbbcbc;
    font-size: 1rem;
	line-height:30px;
    vertical-align: top;}
.uk-subl li{ font-size:18px;}
.m-navbar-toggle {
	display:none;
    float: right;
    height: auto;
    margin-top: 3px;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #005c9b; z-index:9999; position:fixed; right:10px; top:0px;
}

.m-navbar-toggle:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.m-navbar-toggle:before,
.m-navbar-toggle:after {
    display: none;
    content: '';
}

.m-navbar-toggle .m-navbar-toggle-icon {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #fff;
}

.m-navbar-toggle .m-navbar-toggle-icon + .m-navbar-toggle-icon {
    margin-top: 4px;
}
@media screen and (max-width: 1180px){
.m-navbar-nav > li {
    font-size:16px;
    line-height: 40px;
    height: 40px;
    margin: 0 8px;
	padding:0 5px;
    color: #444;
    border: none;
	background: url(../images/zghq.png) right center no-repeat;
	-webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out;
}


}
@media screen and (max-width: 960px){
.m-navbar-toggle {
	display:block;
    float: right;
    height: auto;
    margin-top: 3px;
    padding: 10px;
    cursor: pointer;
    color: #fff;
    border: none;
    border-radius: 4px;
    background-color: #005c9b; z-index:9999; position:fixed; right:10px; top:40px;
}
}