.nav {
	width: 100%;
	height: 60px;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}
.nav-content {
	width: 1200px;
	margin: 0 auto;
}

.nav-con-item {
	padding: 0 18px;
	position: relative;
}

.nav-con-item-active {
	border-top: 4px solid #153869;
	line-height: 54px;
}

.nav-con-item-active a {
	color: #153869;
}

.nav-item-click-active {
	border-top: 4px solid #153869;
	line-height: 54px;
}

.nav-item-click-active a {
	color: #153869;
	line-height: 54px;
}

/*二级导航 start*/
.nav-sm-list a{
	color: #ffffff;
}
.nav-sm-list {
	z-index: 999;
	position: absolute;
	left: 0;
	top: 54px;
	background: rgba(0,0,0,.6);
	text-align: center;
	width: 100%;
	color: #fff;
	padding: 10px 0 12px;
	display: none;
}

.nav-property::before{
	left:calc((100% - -84px)/2)!important;
}

.nav-sm-list::before {
	display: block;
	content: "";
	width: 14px;
	height: 7px;
	background: url(../img/sanjiao-up.png) no-repeat center;
	position: absolute;
	top: -7px;
	left: calc((100% - 14px)/2);
}


.nav-sm-item {
	line-height: 30px;
	font-size: 14px;
	cursor: pointer;
}

.nav-sm-item-active {
	color: #d11423;
}

/*金力地产二级菜单*/

.nav-property {
	width: 100%;
	height: 150px;
	position: fixed;
	left: 0;
	top: 60px;
	background: #000000;
	z-index: 10;
	display: none;
}

.nav-property-list {
	width: 1062px;
	margin-left: -webkit-calc((100% - 918px)/2);
	margin-left: calc((100% - 918px)/2);
	padding-top: 18px;
	overflow: hidden;
}

.nav-property-item {
	margin-right: 16px;
	width: 101px;
	float: left;
	text-align: center;
	position: relative;
}

.nav-property-item .nav-mask {
	display: none;
	width: 100%;
	height: 90px;
	background: red;
	opacity: .5;
	position: absolute;
	top: 0;
	left: 0;
}

.nav-property-item-pic {
	width: 100px;
	height: 90px;
}

.nav-property-item-desc {
	line-height: 42px;
	color: #fff;
	font-size: 14px;
}






/*二级导航 end*/
