﻿body {
    font-size: 14px !important;
}
.search {
    background-color: #fff;
    position: relative;
    z-index: 999;
    float: left;
    height: 45px;
    width: 100%;
}
#search a:focus, #search a:hover {
    color: #FFFFFF;
    text-decoration: none;
}
.search-center {
    width: 68%;
    height: 72%;
    position: relative;
    float: left;
    text-align: center;
    border-radius: 3px;
    background-color: #f1f1f1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    margin-top: 7px;
    margin-left: 3%;
}
.search-center img {
    max-height: 80%;
    float: left;
    margin-top: 3px;
    margin-left: 10px;
}
.search-center input {
    float: left;
    color: #000;
    height: 100%;
    width: 60%;
    background-color: #f1f1f1;
    border: none;
    outline: none;
}
.search-center .btnsearch {
    float: right;
    font-size: 13px;
}
.search-center span {
    margin-left: -2px;
    float: left;
    margin-top: 3px;
    color: #000;
    line-height: 28px;
}
.search-map {
    float: left;
    line-height: 45px;
    margin-left: 3%;
    color: #e70808;
    font-size: 14px !important;
    font-weight: 600;
}
.container {
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    float: left;
    width: 100%;
    border-top: solid 1px #e8e8e8;
    border-bottom: solid 1px #e8e8e8;
}
.container ul{
    width: 100%;
    float: left;
}
.container .aycontainer li {
    width: 25%;   
}
.container ul li {
    width: 33.33%;
    float: left;
    list-style: none;
    text-align: center;
    border-right: solid 1px #e8e8e8;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.container ul li:last-child {  
    border-right: none; 
}
.container_info {
    font-size: 14px !important;
}
.container_info span {
    line-height:40px;
}
.container .active {
    color: #fff;
    background-color: rgb(20,172,32);
}
.icon-shang {
    display: none;
}
.active .icon-shang {
    display: -webkit-inline-box;
}
.icon-xia {
    display: -webkit-inline-box;
}
.active .icon-xia {
    display: none;
}
.activeinfo {
    display: none;
}
.active .activeinfo {
    display: block;
    background: #f1f1f1;
    width: 100%;
    position: absolute;
    left: 0px;
    color: #000;
    padding: 10px 0px;
    max-width: 600px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 999;
}
.active .activeinfo div {
    width: 25%;
    text-align: center;
    line-height: 35px;
    color: #000;
    float: left;
    font-size: 13px !important;
}
.activeinfo .dvactive {
    color: rgb(20,172,32) !important;
}
.housenum {
    width: 100%;
    background-color: #f1f1f1;
    line-height: 40px;
    float: left;
}
.housenum span {
    margin-left:20px;
}
.footer {
    margin-top:0px;
    margin-bottom: 50px !important;
}
.footer-info-img {
    border-bottom: solid 1px #d5d5d5;
    border-top: none !important;
}
.dvnoinfo {
    text-align: center;   
    margin-top: 50px;
    font-size:16px;
}