.g-header{

position: relative;

height: 80px;

width: 100%;

z-index: 999;

}

.g-header-active{

position: fixed;

top: 0;

}
.g-header-top{
	background-color: #00688B;
	color: white;
	height: 30px;
	padding: 5px;
}
.g-header-top .g-header-top-yc a{
	color: #FFFFFF;
}
.g-header-middle{
	background-color: #FFFFFF;
}
.g-header-middle .g-header-middle-ss,.g-header-middle-gw{
	height: 38px;
	margin-top: 30px;
}
.g-header-middle  img{
	height: 100px;
}
.g-header-middle .g-header-middle-gw .modal-body{
	width: 500px;
	height: 400px;
}
.g-header-bottom{
	text-align: center;
	margin-bottom: 1rem;
}
 
.g-header-bottom  img{
	width: 150px;
	height:100px ;
	
}
.g-header-bottom {
	background-color: #00688B;
	
}
	
.g-header-bottom ul li a::first-line{
	color: #FFFFFF;
}
.g-header-bottom .nav-item:hover .dropdown-menu{
	display: block;
}
.g-header-bottom .dropdown-item{
	text-align: center;
}

