@charset "utf-8";
nav img{max-width:100%}
.open, .close {
	visibility:hidden;
	display:none;height:0px;
}
.header img {
    margin: 0 auto;
    float: left;
    max-width: 100%;
}
#inh, :not(:target) #inh {
	width: 19%;
	position:relative;
	float: left;
	margin-top: 35px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


#inh  li{
	width: 100%;
	text-align: left;
	height: 42px;
	/* line-height: 42px; */
	list-style-type: none;
	float: left;
	clear: both;
	overflow: hidden;
	text-decoration:none;
	}
#inh  li:hover{
	height:auto;
	line-height: 42px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-o-transition: all 2s ease;
	transition: all 2s ease;
	}
#inh ul{
    width: 100%;
    -webkit-padding-start:0px;
    margin-top: 6px;
    margin-bottom:0;
    float: left;
}
#inh ul li ul li{float: left;width: 100%;}
#inh ul li ul li:hover{height:42px;	line-height: 42px;
}
#inh  li a{
	margin-left:10px;
	font-size: 110%;
	color: rgb(0, 153, 255);
	font-family:  serif, Times New Roman;
	font-style: italic;
	line-height: 42px;
	}
	#inh  li ul li a{
	margin-left:30px;
	width: 100%;
	}
	#inh  li a:hover{
	color: #c93;
	overflow:visible;
	line-height: 42px;
	}
	
@media only screen and (max-width: 991px) {
	#inh  li:hover{
	
	height:auto;overflow:visible
	}
	#inh  li{
	width: 100%;
	text-align: left;
	list-style-type: none;
	float: left;
	clear: both;
	overflow: visible;
	text-decoration:none;
}

.header{
	margin-top: 9px;
	margin-bottom:0;
}
.slogan, h6{
	/* color:#39c; */
	margin-top:0;
	margin-left:0;
}
.open {
	visibility: visible;
	position:absolute;
	display: block;
	left: 43%;
	top: 184px;
	width: 84px;
		margin:  0 auto
}
  .close {
	visibility: visible;
	position:absolute; 
	display: block;
	 float:right; 
	right: 18px; 
	top: 28px;
	width:84px;
	margin: 0 auto;
}
.close{z-index:9999}

#inh, :not(:target) #inh {
	width:94%;
	top: -1500px;
	position:absolute;
	left:0;
	width: 100%;
	z-index:300;
	margin-top: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}

#inh:target {
	top:0;
	padding-top: 20px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
	background-color: black;
	box-shadow: 10px 20px 53px -15px rgba(220,220,220,0.75);
	border-bottom:2px #ccc solid;
}

#inh ul{margin-left: 45px;}
#inh ul ul{margin-left: 5px;}

#inh  li {
	height: auto;
}

#inh ul li ul li{
	width:40%;
	clear: none;
	}
}

@media only screen and (max-width: 640px) {
.open {
	left: 42%;
	top: 174px;
	}
}

@media only screen and (max-width: 600px) {
#inh ul li ul li{
	width: 100%;
	clear: both;
	}
}

@media only screen and (max-width: 531px) {
.open {
	left: 41%;
	top: 160px;
	}
}

@media only screen and (max-width: 470px) {
.open {top: 146px;}
}

@media only screen and (max-width: 400px) {
.open {
	top: 139px;
	left: 39%;
	}

#inh  li {
	width: 100%;
	}
	
#inh:target {
	top: 0;
	width: 100%;
	left: 0;
	}
}

@media only screen and (max-width: 338px) {
.open {
		left: 36%;
		top: 147px;
	}
}
