body {
	margin:0;
	font-size:1rem;
	font-weight:400;
	line-height:1.5;
	color:#212529;
	text-align:left;
	background-color:#fff
}

a {
	text-decoration: none;
}
.text-center {
	text-align:center!important
}
.kuan{ width:100%;background:#f1f1f1;}

.menu-2 {
	padding:15px 60px;
	display: inline-block;
	color:#212121;
}
.menu-2:hover{
	background:#0143a4;
	color:#fff;
}
.menu-2-box-fiexd {
	position: fixed;
	z-index: 9;
	top:80px;
	width: 100%;
	border-bottom:1px solid #dcdcdc;
}