.header{ position:relative; margin:0 0; z-index:9; }
/* .containerH{ margin:0 auto; width:1200px;  } */
.headerTop{height:100px; background:#fff;}
.headerTop .logo{ float:left; margin-top:0px; width:600px; height:100px; background: url(/img/logo1.png) no-repeat;}
.headerTop .lag{ float:right; margin-top:30px; width:320px; height:80px; line-height:40px;  }

.lag ul {
	width: 200px;
	display: flex;
	justify-content: space-between;
}

.lag li {
	width: 28px;
	height: 28px;
	background-color: #1c6ed2;
	border-radius: 6px;
	text-align: center;
	line-height: 28px;
}

.lag li a {
	color: #fff;
	font-size: 14px;
	text-decoration: none;
}

.header-menu{ position:relative; min-width:1200px; margin-top:10px; height:0.75rem; background-color:rgb(31, 72, 133); line-height:40px; z-index:20; }

	.index-banner {
		background: url(/img/banner.jpg);
		background-size: 100%;
		background-position: center;
		height: 7rem;
		position: relative;
	}
	
.nav-menu{ margin:0 auto; width:1200px;}
	
.nav-menu li {
	flex: 1;
	height: 0.75rem;
	line-height: 0.75rem;
	text-align: center;
}

	
