﻿.header {
    width: 100%;
    min-width: 1170px;
    height: 483px;
    height: 803px;
    height: 522px;
    position: relative;
    z-index: 28;
    /*border-bottom: 1px solid #ccc;*/
    /*background: url(/Images/gyImg/bannerindex.png) center center no-repeat;*/
    /*-ms-behavior: url(/Content/Css/backgroundsize.min.htc);
    behavior: url(/Content/Css/backgroundsize.min.htc);*/
    background: url(../../Images/kmImg/kmbannermin.png) center center no-repeat;
    background-size:100% 100%;
}

    .header a, .header a:hover {
        color: #2b699e;
    }
/*子页面头部*/
.headerIndex {
    height: auto;
    background: none;
    border-bottom: 1px solid #f8f8f8;
}

.header .header-msg {
    width: 1170px;
    margin: 0 auto;
    height: 54px;
    /*overflow: hidden;*/
    padding-top: 17px;
}

.header-msg .header-msgBox {
    position: relative;
    width: 962px;
    line-height: 40px;
}


.msgBox-main {
    color: #646464;
    display: inline-block;
    height: 40px;
    position: relative;
}

    .msgBox-main a {
        display: block;
        float: left;
        height: 40px;
        line-height: 40px;
        margin-right: 10px;
        color: #3a3b3c;
        font-weight: 600;
        font-size: 12px;
    }

.indexname {
    width: 328px;
    background: url("../../Images/kmImg/kmfxx.png") left center no-repeat;
    background-size: 208px 40px;
}

.android, .ios {
    padding-left: 30px;
    margin-left: 45px;
}

.android {
    background: url("../../Images/kmImg/android.png") left center no-repeat;
    background-size: 19px 22px;
}

.ios {
    background: url("../../Images/kmImg/ios.png") left center no-repeat;
    background-size: 18px 22px;
}

.weixin {
    padding-left: 36px;
    background: url("../../Images/kmImg/weixin.png") left center no-repeat;
    background-size: 24px 20px;
    position: relative;
}
.weixinqrcode {
    position: absolute;
    width: 140px;
    height: 140px;
    top: 40px;
    right: -50px;
    z-index: 999;
    background: red;
}
    .weixinqrcode img {
        width: 140px;
        height: 140px;
    }

.home-icon, .iphone-icon {
    display: inline-block;
    width: 14px;
    height: 12px;
    *vertical-align: middle;
}

.home-icon {
    background: url("../../Images/home.png") no-repeat;
    margin-right: 4px;
}

.iphone-icon {
    background: url("../../Images/iphone.png") no-repeat;
    margin-right: 8px;
}

.header .search-mechanism {
    width: 202px;
    height: 30px;
    background: rgb(100,100,100);
    background: rgba(100,100,100,0.5);
    border-radius: 5px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 6px;
}

    .header .search-mechanism i {
        display: inline-block;
        width: 13px;
        height: 30px;
        background: url("../../Images/search.png") no-repeat;
        margin: 0 10px;
    }

    .header .search-mechanism input {
        border: none;
        width: 156px;
        height: 30px;
        line-height: 30px;
        background-color: transparent;
        color: #ffffff;
    }

        .header .search-mechanism input::-webkit-input-placeholder {
            color: #fff;
        }

        .header .search-mechanism input::-moz-placeholder {
            color: #fff;
        }

.header-msgBox .search-mechanism input::-moz-placeholder {
    color: #fff;
}

.header-msgBox .search-mechanism input:-ms-input-placeholder {
    color: #fff;
}

.logIn {
    margin-right: 15px;
    position: absolute;
    cursor: pointer;
    display: inline-block;
    top: 0;
    right: 25px;
    font-weight: bold;
}

    .logIn img {
        vertical-align: middle;
        width: 30px;
        height: 30px;
        margin-right: 10px;
        border: 1px solid #ccc;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .logIn a {
        color: #040404;
        display: inline-block;
        width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        vertical-align: middle;
    }

    .logIn h2 {
        position: absolute;
        font-weight: normal;
        cursor: pointer;
        display: none;
        width: 74px;
        top: 26px;
        left: 42px;
    }

        .logIn h2:hover {
            color: #4e4e4e;
        }

.header .header-cnt {
    width: 1170px;
    height: 52px;
    margin: 0 auto;
    position: relative;
    z-index: 11;
}

.header-cnt .logo {
    height: 100%;
    cursor: pointer;
    position: absolute;
    top: -36px;
    display: none;
}

.header-cnt .header-nav {
    color: #4e4e4e;
    height: 52px;
    line-height: 52px;
}

.header-nav > ul {
    height: 100%;
    width: 100%;
}

    .header-nav > ul > li {
        position: relative;
        text-align: center;
        float: left;
        height: 100%;
        cursor: pointer;
        font-size: 14px;
        margin-left: 115px;
        font-size: 18px;
    }

        .header-nav > ul > li:first-child {
            width: 40px;
            text-align: left;
            margin-left: 0;
        }

        .header-nav > ul > li:last-child {
            width: 80px;
            text-align: right;
        }

        .header-nav > ul > li.active, .header-nav > ul > li:hover {
            color: #000;
        }

    .header-nav > ul ul {
        position: absolute;
        top: 58px;
        right: 0;
        margin-right: -52px;
        width: 160px;
        text-align: left;
        display: none;
        border-radius: 3px;
        overflow: hidden;
        box-shadow: 0px 0px 5px #5e5e5e, 0 0px 5px #5e5e5e;
    }

    .header-nav > ul > li li {
        height: 40px;
        line-height: 40px;
        background-color: rgb(59,60,60);
        background-color: rgba(59,60,60,0.8);
        padding-left: 10%;
        position: relative;
        border-bottom: 1px solid #7d7d7d;
        font-size: 14px;
    }

    .header-nav > ul > li .liright {
        display: none;
        width: 6px;
        height: 10px;
        position: absolute;
        right: 5%;
        top: 50%;
        margin-top: -5px;
    }

    .header-nav > ul > li li:first-child {
        border-top: 2px solid rgba(0,0,0,1);
    }

    .header-nav > ul > li li:last-child {
        border-bottom: none;
    }

@keyframes moveleft {
    0% {
        padding-left: 10%;
    }

    100% {
        padding-left: 15%;
    }
}

@-moz-keyframes moveleft {
    0% {
        padding-left: 10%;
    }

    100% {
        padding-left: 15%;
    }
}

@-webkit-keyframes moveleft {
    0% {
        padding-left: 10%;
    }

    100% {
        padding-left: 15%;
    }
}

.header-nav > ul > li li.active, .header-nav > ul > li li:hover {
    background: #000;
    padding-left: 15%;
    opacity: 0.8;
    filter: alpha(opacity=80);
    animation: moveleft .3s linear;
    -moz-animation: moveleft .3s linear;
    -webkit-animation: moveleft .3s linear;
}

    .header-nav > ul > li li.active .liright, .header-nav > ul > li li:hover .liright {
        display: block;
    }

.content {
    position: relative;
    z-index: 0;
    width: 100%;
    min-width: 1170px;
    margin-bottom: 66px;
    height: auto;
    min-height: 569px;
    display: inline-block;
}

#content {
    width: 1170px;
    margin: 0 auto;
    height: auto;
}

.footer {
    width: 100%;
    min-width: 1170px;
    /*height: 258px;*/
    color: #e4e4e4;
    background: #2f2f2f;
    margin-top: 32px;
}

    /*.footer a {
    color: #e4e4e4;
}*/

    .footer a:hover {
        color: #989898;
    }

.footer-warp {
    /*width: 1170px;*/
    /*margin: 0 auto;*/
}

.footer-left {
    /*width: 950px;*/
}

.link_div {
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}

.link_div2 {
    margin: 0 auto 14px;
}

.link_div a {
    color: #000;
}

.link_div2 a {
    color: #e4e4e4;
}

.link {
    height: 32px;
    line-height: 32px;
    font-size: 16px;
}

/*.link i {
    padding: 0 50px;
}*/

.info {
    /*width: 625px;*/
    white-space: normal;
    height: auto;
    font-size: 16px;
    line-height: 30px;
    /*margin-bottom: 20px;*/
}

    .info > a {
        margin-right: 3%;
        display: inline-block;
        /*width: 145px;*/
        /*text-align: center;*/
    }

.copyright {
    color: #c8c8c8;
    font-size: 14px;
    line-height: 34px;
}

.info .copyright > span {
    width: 49%;
    display: inline-block;
}

.footer-right {
    /*margin-top: 30px;*/
    /*margin-right: 20px;*/
}

    /*.footer-right p {
    font-size: 20px;
    color: #c8c8c8;
    letter-spacing: 4px;
    width: 171px;
    text-align: center;
    height: 30px;
    line-height: 30px;
}*/

    .footer-right p {
        letter-spacing: 1px;
        margin-top: 5px;
    }

    .footer-right img {
        width: 90px;
    }

.examination-pass {
    padding: 59px 59px;
    text-align: center;
}

    .examination-pass h3 {
        font-weight: normal;
        margin-bottom: 25px;
        color: #1da413;
        font-size: 30px;
    }

    .examination-pass p {
        font-size: 30px;
        margin-bottom: 40px;
    }

        .examination-pass p span, .examination-pass.not h3 {
            color: #ff0000;
        }

    .examination-pass button {
        width: 210px;
        height: 40px;
        background: #000;
        color: #ffffff;
    }

.mask {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);
    color: #ff0000;
    /*cursor: pointer;*/
}

.pop-layout {
    position: fixed;
    top: 50%;
    left: 50%;
    /*cursor: pointer;*/
}

.pop-header {
    background: #218C04;
    height: 20px;
    line-height: 40px;
    padding-bottom: 20px;
    color: white;
}

    .pop-header span {
        display: inline-block;
        height: 40px;
        overflow: hidden;
    }

    .pop-header .close {
        font-size: 20px;
        margin-right: 20px;
        cursor: pointer;
    }

.pop-main {
    background: #ffffff;
}

    .pop-main .form-box {
        clear: both;
        text-align: center;
    }

/*挂牌房源*/
.newheader {
    height: auto;
    background: none;
}

    .newheader .header-cnt {
        height: auto;
    }

#RenderBody {
    overflow: visible;
}
