﻿html, body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    border: none;
    overflow: auto;
}
/*面包片*/
.Crumb a {
    font-size: 14px;
}

.Crumb {
    position: absolute;
    width: 100%;
    margin-top: 130px;
    height: 64px;
    line-height: 64px;
}
/*页脚二维码*/
.qrcode-img-box {
    float: right;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    background: white;
    margin-top: 30px;
}
/*页脚*/
.layui-footer {
    height: auto;
}

.footer-desc {
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    padding-top: 18px;
}

.footer-title {
    float: left;
    width: 100%;
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #303030;
}

.footer-links {
    float: left;
    width: 100%;
    height: auto;
    line-height: 30px;
    border-bottom: 1px solid #303030;
    padding-top: 10px;
    padding-bottom: 10px;
}

.footer-links a {
    color: #aaa;
}

.footer-links table {
    width: 100%;
}

.footer-links table td {
    width: 33%;
}
/*页脚导航*/
.layui-footer .nav-title li {
    float: left;
    min-width: 80px;
}

.layui-footer .nav-title li span {
    font-size: 16px;
    color: #aaa;
    border-right: 1px solid #303030;
    text-align: center;
    display: inline-block;
    min-width: 40px;
    box-sizing: border-box;
    padding: 0px 20px;
}
.layui-footer .nav-title li:last-child span{
    border:0;
}
.layui-footer .nav-title li label {
    width: 1px;
    background: #303030;
    height: 21px;
}
/*主面板*/
.web-main-panel {
    position: absolute;
    width: 100%;
    min-height:100%;
    padding: 0px;
    margin: 0px;
    border: none;
    box-sizing: border-box;
}
.NeijianTop {
    border-bottom: 3px #0089fe solid;
    box-sizing: border-box;
    margin:0px !important;
}
.NeijiangContent{
    padding-top:180px;
}
.NeijiangContent>div {
    box-sizing:border-box;
}
.navigation {
    display:none;
}
.navigation li.nav-li {
    float: left;
    padding: 0 30px;
    text-align: center;
    font-size: 17px;
    color: #333333;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    height: 42px;
    line-height: 42px;
}
.navigation li.this-nav {
    font-weight: 600;
    background-color: #0089fe;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;   
}
.navigation li.this-nav a{
    color: #fff !important;
}
/*顶部右上导航*/
.right-navigation li.nav-li {
    float: left;
    padding: 0 10px;
    text-align: center;
    font-size: 16px;
    color: #333333;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-weight: bold;
    height: 40px;
    line-height: 40px;
}

.right-navigation li.this-nav {
    font-weight: 600;
    background-color: #0089fe;
    border-radius: 4px;
}

.right-navigation li.this-nav a {
    color: #fff !important;
}
/*顶部查询*/
.header-search{
    width:430px;
    position:absolute;
    right:0px;
    top:-10px;
}
.header-search .layui-tab-brief {
    margin:0px !important;
}
.header-search .layui-tab-title {
    height:32px;
}
.header-search .layui-tab-title li{
    height:32px;
    line-height:32px;
    color:#333;
    padding:0px 14px !important;
    min-width:50px !important;
}
.header-search .layui-tab-title li.layui-this{
    background: #0089fe;
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    border-bottom: 2px solid #0089fe;
}
.header-search .layui-tab-title li.layui-this:after {
    border-bottom: 2px solid #0089fe;
}
.header-search .layui-tab-title li.layui-this:after {
    height:34px !important;
}
.header-search .layui-tab-content {
    padding: 0px !important;
}
.header-search .div-search-input {
    border-radius: 4px;
    border: 1px #0089fe solid;
    height: 44px;
    line-height: 44px;
}
.header-search .text-search {
    width: 357px;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    border: none;
    padding: 0px 10px 0px 35px;
    box-sizing: border-box;
    float: left;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    background: #fff url(../images/Index/ico_serch.png) no-repeat 5px center;
}
.header-search .btn-search {
    width: 70px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    font-size: 16px;
    background-color: #0089fe;
    float: left;
    border: none;
    cursor: pointer;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.div-housesale, .div-houserent, .div-projectinfo {
    display: none;
}
