
@media only screen and ( max-width : 768px ) {
#header .mask {
	background: rgba(22,34,42,.4);
	top: 80px;
	left: 0;
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 100vh;
	opacity: 1;
	display: none;
}
}

@media only screen and ( max-width : 768px ) {
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
}
}
#header {
	box-shadow: 0px 1px 2px rgba(0,0,0,0.1);
	z-index: 99;
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-image: url(bg01.png);
	background-size: 50%;
}
#gNav a:hover {
	color: #999;
}
nav li a {
	font-size: 14px;
	letter-spacing: 0.1em;
}
nav .sub-menu, .mean-container .mean-nav ul ul {
	background: #fff;
}

@media only screen and ( max-width : 768px ) {
#header {
	padding: 10px 0;
	height: 60px;
}
.h_logo {
	width: 200px;
	position: absolute;
	top: 5px;
	left: 0px;
	z-index: 100;
	font-weight: bold;
}
	
	
	.h_tel3 {
	width: 70px;
	position: absolute;
	top: 0px;
	right:50px;
	z-index: 100;
	font-size: 28px;
}
	.h_tel3 a{
		color: #b5cf33;
	}
	
#gNav .nav {
	overflow-y: auto;
	height: 100vh;
}
.mean-nav .container {
	padding: 0;
}
nav li .fa {
	display: none;
}

}

@media print, screen and ( min-width : 768px ) {
#header {
	height: 100px;
	background-size: 10%;
}
h1 {
	text-align: left;
	top: 5px;
	font-weight: normal;
	font-size: 13px;
	color: #6a6a6a;
}
.h_logo {
	font-weight: bold;
	padding-top: 5px;
	margin-left: 30px;
	font-size: 17px;
}
.h_logo img {
	width: 150px;
	margin-left: 50px;
}
#h_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 15px;
	min-width:1400px;
}
#gNav ul {
	position: relative;
	display: flex;
	margin-right: 180px;
	padding-top: 15px;
}
#gNav li {
	position: relative;
	margin-right: 3em;
}
#gNav li:last-child {
	margin-right: 0;
}
#gNav li i {
	font-size: 16px;
	margin-left: 5px;
}
#gNav li a {
	position: relative;
	display: block;
	text-align: center;
	line-height: 80px;
	line-height: 1.6;
	text-decoration: none;
	padding: 0 0 10px;
}
#gNav li a::before, #gNav li a::after {
	border-bottom: solid 3px #f5ba04;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}
#gNav li a::before {
	left: 50%;
}
#gNav li a::after {
	right: 50%;
}
#gNav li a:hover::before, #gNav li a:hover::after {
	width: 50%;
}
#gNav .sub-menu {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
	display: block;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
#gNav .sub-menu a {
	display: block;
	border-bottom: none;
	padding: 20px;
	line-height: 1.2em;
}
#gNav .sub-menu a:hover:after {
	content: none;
}
#gNav .sub-menu li {
	display: block;
	font-size: 16px;
	padding: 0;
	margin: 0;
}
#gNav .sub-menu li:last-child {
	border-bottom: none;
}	
#gNav ul > li:hover {
	-webkit-transition: all .5s;
	transition: all .5s;
}
#gNav ul > li:hover a, #gNav .current-menu-item a, #gNav .current-menu-parent a {
	color: #F0B604;
}
#gNav li:hover ul.sub-menu {
	top: 45px;
	visibility: visible;
	opacity: 1;
	z-index: 9999;
}
#gNav li ul li:after {
	content: none;
}
#gNav li:hover ul.sub-menu a {
	color: #111;
}
#gNav .sub-menu li a:hover {
	background: #fff;
}
	
#gNav .sub-menu li a::before, #gNav .sub-menu li a::after {
	border-bottom: solid 3px #F0B604;
	bottom: 0;
	content: "";
	display: block;
	position: absolute;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	width: 0;
}	
	
	
.h_contact {
	position: absolute;
	top: -30px;
	right: 0px;
}

}
