
a:hover{
	color:#E60012
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px;
}

.bgred{
	background: #E60012!important;
}
.colorred{
	color:#E60012!important;
}
.colorfff{
	color:#fff!important;
}
.fweight{
	font-weight: bold;
}
.fw300{
	font-weight: 300;
}

.top{
	height: 42px;
	border-bottom:1px solid #ddd;
}

.top2{
	height:60px;
	padding-top: 5px;
}

.logo-sm-height{
	height: 50px;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
    color:#fff;
}

.navbar-light .navbar-nav .nav-link {
   color:#fff;
}
.navbar-light .navbar-nav .nav-link:hover{
	color:#fff;
}

.navbar-nav .active{
	background:#AB000D;
}

.navbar-light .navbar-toggler {
    color: #000;
    border-color: rgba(0,0,0,0);
    border:none;
    outline: none;
}
.navbar{
	padding:0;
}


.top_search input{
	border:1px solid #ddd;
	height: 34px;
	width: 300px;
	outline: none;
	padding-left: 15px;
}
.top_search input:focus{
	border:1px solid #989898;
	outline: none;
}
.top_search .tj{
	background: #FF6600;
	margin-left: -30px;
	border:none;
	height: 34px;
	width: 100px;
	color:#fff;
}



/********首页房产列表***********/

.fanglist{
	width: 100%;
	margin-bottom: 30px;
	display: flex;
	background: #f8f8f8;
	border:1px dashed #ddd;
	
}
.fanglist .left-img-box{
	 width: 180px;
	 height: 140px;
	 float: left;
	 margin-right: 20px;
}

.fanglist .left-img-box img{
	width: 180px;
	height: 140px;
}

.fanglist .right-box{
	 width:auto;
}

.fanglist:hover{
	box-shadow: 2px 2px 10px #ddd;
}


.hot_title{
	    color: #333;
    font-size: 18PX;
    font-weight: 400;
}



.nav-tabs {
    border-bottom: 2px solid #E60012;
     
}

.nav-tabs li{	
	border-right:1px solid #ddd;
	border-left:1px solid #ddd;
	border-top:1px solid #ddd;
	margin-right: -1px;
}
.nav-tabs a{
	display: inline-block;	
	padding:10px 20px;
	 
}
.nav-tabs .active{ 
	background: #E60012;
	color:#fff;
}
 
.page-num, .page-link {    
    color: #333; 
    border: 1px solid #ddd;
}
.page-num-current {
     background-color: #333;
     color:#fff;   
}


.form-control {
    height: 40px;
    border-radius: 0;
}

.form-group {
    margin-bottom: 1.5rem;
}

.form-group .msgtj{
	background:#FF6600;
	padding:10px 30px;
	color:#fff;
	border:none;
	width: 300px;
}
.form-group .msgtj:hover{
	background: #000;
	color:#fff;
}

@media(max-width: 768px){
	 .nav-tabs a{
	 	padding:5px 10px;
	 	font-size: 12px
	 }

	 .fanglist{
	 	display: block;
	 	padding:0px;
	 	background: #fff;
	 	border:none;
	 }

	 .fanglist .left-img-box{
	 	width: 100%;
	 	text-align: center;
	 	height: auto; 
	 	margin-bottom: 15px;
	 }
	 .fanglist .left-img-box img{
	 	width: 100%;
	 	height: auto;
	 }
} 