.three-cont{
    width: 100%;
    height: auto;
    background: #fff;
}

.listing-tab{
    width: 100%;
    height: 78px;
    min-width: 1200px;
    margin: 0 auto;
	background-color: white;
	border-bottom: 1px solid #e5e5e5;
	box-shadow: 5px 4px 10px #ddd;
	position: relative;
	z-index: 1;
}
.listing-tab ul{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
		
}
.listing-tab ul li{
    float: left;
    width: 220px;
    height: 78px;
    border-right: 1px solid #fff;
    color: #333;
}
.listing-tab ul li span{
    font-size: 18px;
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 12px;
}
.listing-tab ul li p{
    font-size: 14px;
    text-align: center;
    margin-top: 8px;
}
.listing-tab ul li:first-child{
    margin-left: 180px;
    border-left: 1px solid #fff;
}
.listing-tab ul li:hover{
    cursor: pointer;
}
.listing-tab ul li.active-on{
    background: #fff;
    color: #333;
}
.listing-tab ul li.nav-cur:hover {
    background: #fe5f5b;
}
.listing-every{
    display: none;
}
.listing-every:first-child{
    display: block;
}









