body{
	background: #f2f2f2;
}
.wrapper {
	width: 1200px;
	margin: 0 auto;
}

/*头部 header*/
.headerBox{
	height: 80px;
	line-height: 80px;
	background: #fff;
}
.logoImg{
	display: inline-block;
    height: 80px;
    line-height: 80px;
    width:131px;
}
.nav{
	width: 48%;
	float: right;
	display: inline-block;
}
.nav-ul{
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nav-ul li{
	font-size: 16px;
	flex: 1;
	text-align: center;
	color: #666666;
}
.nav-ul li a{
	display: block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	border-radius: 30px;
}
.nav-ul li.active a{
	color: #fff;
	background: #006dca;
}
.dropdownBox{
	width: 60px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    float: right;
    margin-top: 25px;
    border-left: 1px solid #eee;
}
.dropdownBox .dropdown-menu{
	width: 60px;
    min-width: 60px;
}
