﻿/*网站头部*/
.header {
    width:100%;
    border-bottom: 1px solid #f4f4f4;
    background-color:#ffffff;
}
.header .logo-con {
    float: left;
    height: 45px;
    line-height: 40px;
    padding: 13px 0;
}
.header .logo {
    float: left;
    width: 130px;
    height: 45px;
    margin-right: 24px;
    overflow: hidden;
}
.header .logo img {
    width: 130px;
    height: 45px;
}

.header .qy-position {
    position: relative;
    float: left;
    padding-bottom: 22px;
    margin: 9px 74px 0 0;
    background: #fff;
    cursor: pointer;
    margin-right: 24px;
    margin-top: 11px;
    
}
.header .qy-position .qy-choice {
    height: 24px;
    line-height: 24px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 8px;
    border: 1px solid #ddd;
}
.header .qy-position .qy-choice span {
    float:left;
    color: #333;
    font-size: 12px;
}
.header .qy-position .qy-choice i {
    color: #999;
    font-size: 14px;
    line-height: 23px;
    margin-left:4px;
}
.header .qy-position .qy-choice i.fa:before {
    content: "\f107";
}
.header .qy-position:hover .qy-choice i.fa:before {
    content: "\f106";
}
.header .qy-position .qy-change-list {
    display: none;
    position: absolute;
    top: 40px;
    left: -150px;
    width: 718px;
    padding: 24px 20px;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #fff;
    z-index: 10;
    cursor: auto;
}
.header .qy-position:hover .qy-change-list{
    display: block;
}
.header .qy-position .qy-change-list .top {
    position: absolute;
    top: -5px;
    left: 170px;
    width: 10px;
    height: 10px;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border-left: 1px solid #ebebeb;
    border-top: 1px solid #ebebeb;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.header .qy-change-list .qy-list li {
    height: unset;
    line-height: 20px;
    cursor: unset;
}
.header .qy-change-list .qy-list .qy-list-rows li {
    float: left;
    margin-right: 24px;
    font-size:14px;
}
.header .qy-change-list .qy-list .qy-list-rows li a.active,.header  .qy-change-list .qy-list .qy-list-rows li a:hover {
    color: #00c0eb;
    text-decoration: none;
}

.header .tel {
    float: left;
    line-height: 45px;
    font-weight: 700;
    padding: 13px 0;
    font-size: 16px;
    color: #333;
    letter-spacing: 0;
}
.header .menu {
    float: right;
    font-size: 16px;
    height: 68px;
    line-height: 68px;
}
.header .menu li {
    position: relative;
    float: left;
    margin-right: 24px;
}
.header .menu li a:hover,.menu li.active a {
    text-decoration: none;
    color: #333;
    font-weight: 700;
}
.header .loginbox{
    float:right;
    font-size: 14px;
    height: 68px;
    line-height: 68px;
    margin-left:40px;
}
.header-fixed{
    display:none;
    position:fixed;
    left:0;
    top:0;
    background-color:#ffffff;
    z-index:99;
    box-shadow: 0 3px 10px rgba(120,120,120,0.2);
}
.header.header-fixed .tel{float:right; }

/*提问按钮*/
.header .ask-area{
    float:right;
    display:none;
    padding-top: 20px;
    margin-right: 40px;
}
.header .ask-area .btn-area .ask-btn{
    height:32px;
    line-height:32px;
}
.header .search-box{
    /*line-height: 70px;*/
    padding-top:20px;
    float:right;
    margin-right:24px;
}
.header .search-box input {
    float:left;
    width: 186px;
    font-size: 14px;
    display: inline-block;
    height: 32px;
    vertical-align: middle;
    text-indent: 8px;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}
.header .search-box input::-webkit-input-placeholder {
    color: #c7c7c7;
}
.header .search-box .kl-btn-search {
    float:left;
    width: 36px;
    border: none;
    height: 32px;
    line-height: 32px;
    font-size: 14px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    cursor: pointer;
    background: #00c0eb;
    -webkit-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    transition: all .2s ease-in;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}
.header .search-box .kl-btn-search:hover {
    background: #00aad0;
}
.header .search-box .kl-btn-search .fa{
    font-size:18px;
    /*-webkit-text-stroke: 1px #00c0eb;*/ 
}
.header .search-box .kl-btn-search:hover .fa{
    /*-webkit-text-stroke: 1px #00aad0;*/ 
}

/*向他咨询 弹出框*/
.zixunshi-zixun .modal-dialog{
    width:510px;
}
.zixunshi-zixun .modal-body{
    padding:0;
}
.zixunshi-zixun .modal-content{
    overflow:hidden;
}
.zixunshi-zixun .close {
    font-size:30px;
    font-weight:normal;
    position: absolute;
    top: 10px;
    right: 12px;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=100);
    opacity: 1;
}
.zixunshi-zixun .close:hover {
    filter: alpha(opacity=90);
    opacity: .9;
}
.zixunshi-zixun .consultant-brand,.zixunshi-zixun .house-title {
    padding: 35px 10px 30px;
    background-color: #48b3e2;
    overflow: hidden;
}
.zixunshi-zixun .consultant-brand h3 {
    margin-bottom: 7px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.zixunshi-zixun .consultant-brand>li {
    float: left;
    text-align: center;
    width: 160px;
    margin: 0;
}
.zixunshi-zixun .consultant-brand>li>p {
    color: #fff;
    font-size: 14px;
}
.consultant-brand>li>p.font-b {
    font-size: 20px;
}

.zixunshi-zixun .house-title {
    text-align:center;
}
.zixunshi-zixun .house-title h3{
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.zixunshi-zixun .dialog-cons-wrap {
    padding: 30px 50px 36px;
}
.zixunshi-zixun .dialog-cons-wrap .dialog-cons {
    text-align: center;
    width: 310px;
    margin: 0 auto;
    padding-bottom: 20px;
    overflow: hidden;
}
.zixunshi-zixun.zixunshi-ask .dialog-cons-wrap .dialog-cons {
    text-align: center;
    width: 400px;
    margin: 0;
    padding-bottom: 20px;
    overflow: hidden;
}

.zixunshi-zixun .dialog-cons-wrap .pic,.zixunshi-zixun  .dialog-cons-wrap .pic img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.zixunshi-zixun .dialog-cons-wrap .pic {
    float: left;
    width: 70px;
    height: 70px;
    vertical-align: top;
    margin: 18px 15px 0 0;
}
.zixunshi-zixun .dialog-cons-wrap .pic img {
    position: relative;
    left: 50%;
    width: auto;
    height: 100%;
    cursor: pointer;
    -webkit-transform: scale(1) translateX(-50%);
    -moz-transform: scale(1) translateX(-50%);
    -ms-transform: scale(1) translateX(-50%);
    -o-transform: scale(1) translateX(-50%);
    transform: scale(1) translateX(-50%);
}

.zixunshi-zixun .dialog-cons-wrap .pic-fa{
    float:left;
    margin-right: 10px;
}
.zixunshi-zixun .dialog-cons-wrap .fa{
    font-size:40px;
    color:#48b3e2;
    padding-top: 8px;
}

.zixunshi-zixun .dialog-cons .text {
    float:left;
    text-align:left;
    line-height: 24px;
}
.zixunshi-zixun .dialog-cons .text .name {
    font-size: 14px;
    font-weight:bold;
}
.zixunshi-zixun .dialog-cons .text .num {
    color: #0599d9;
    display: inline;
}
.zixunshi-zixun .dialog-cons .des p {
    font-size: 12px;
    color: #999;
    text-align: left;
}
.zixunshi-zixun .dialog-cons .des .hel {
    font-size: 12px;
    color: #2cadd7;
    text-align: left;
}

.zixunshi-zixun .dialog .ipt-area {
    overflow: hidden;
}
.zixunshi-zixun .ipt-area .ipt {
    color: #555;
    line-height: 32px;
    border-right: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
    width: 400px;
    height: 32px;
    padding: 0 14px;
    border: solid 1px #eaeaea;
}
.zixunshi-zixun .dialog-cons textarea.ipt {
    float: left;
    width: 400px;
    height: 97px;
    color: #555;
    line-height: 32px;
    padding: 0 12px;
    background: #fff;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    overflow: auto;
    outline: 0;
    resize: none;
}

.zixunshi-zixun .error-msg {
    font-size: 12px;
    color: #f20;
    height: 20px;
}
/*.dialog .ipt-area .error-msg, .dialog .ipt-area .error-msg2 {
    clear: both;
    text-align: center;
    color: #ff6d6f;
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 0;
    overflow: hidden;
}*/

/*网站底部*/
.footer {
    padding-bottom:10px;
    width: 100%;
    background: #2a2a2a url(../images/bg-footer.png) bottom center no-repeat;
}
.f-helper {
    height: 86px;
}
.f-helper .comjia-about {
    float: left;
    height: 24px;
    line-height: 24px;
    margin-top: 31px;
}
.f-helper .comjia-about a {
    color: #fff;
    font-size: 14px;
    margin-right: 25px;
}
.service-online {
    float: right;
    margin-top: 25px;
}
.service-online li {
    float: left;
    height: 36px;
}
.service-online li.hot-line {
    line-height: 36px;
    font-size: 22px;
    color: #64abff;
    text-indent: 0;
    margin-right: 25px;
    overflow: visible;
}
.f-link {
    padding: 10px 0;
}
.f-link, .f-helper {
    border-bottom: 1px solid #393939;
    overflow: hidden;
}
.flink2, .flink2 a {
    color: #575757;
}
.flink2 li {
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-right: 10px;
    overflow: hidden;
}
.footer .original-copy-left {
    width: 73%;
    float: left;
    color: #575757;
}
.footer .original-copy-right {
    width: 25%;
    height: 24px;
    line-height: 24px;
    text-align: right;
    color: #fff;
    margin: 0;
    float: right;
}
.copyright {
    padding-top: 5px;
}
.copyright p {
    height: 22px;
    line-height: 22px;
}
.copyright p, .copyright p a {
    color: #999;
}

/*分页*/
.kl-list .kl-loadmore, .kl-list .kl-loadmore-line {
    float: left;
    width: 100%;
    padding: 15px 0 0 0;
    text-align: center;
}
.Pagination-Box {
    width: 100%;
    text-align:center;
}

.PaginationDiv {
    font-size:14px;
}

.PaginationSelectDiv {
    float: right;
}

.pagination {
    padding: 0;
}

    .pagination span {
        font-size: 14px;
    }

/*导航切换菜单效果开始*/
.nav > li.fr {
    float: right;
    text-align: right;
}

    .nav > li.fr a.more {
        color: #666;
        text-align: right;
    }

    .nav > li.fr > a.more:focus, .nav > li.fr > a.more:hover {
        text-decoration: none;
        color: #333;
        background-color: transparent;
        border-color: transparent;
        border-bottom-color: transparent;
        border-bottom: 0;
    }
/*切换菜单效果 链接底部横线 (kl通用1， 颜色用11，12，111)*/
.klty-tab1 > .nav-tabs {
    /*border: none;*/
    margin: 0px;
}

    .klty-tab1 > .nav-tabs > li {
        margin: 0;
        margin-bottom: -1px;
    }

        .klty-tab1 > .nav-tabs > li > a {
            background: none !important;
            border: 0;
            margin: 0;
            padding-left: 15px;
            padding-right: 15px;
            color: #737373;
        }

            .klty-tab1 > .nav-tabs > li > a.more {
                line-height: 20px;
                margin-top: 11px;
            }

            .klty-tab1 > .nav-tabs > li > a > i {
                color: #a6a6a6;
            }

        .klty-tab1 > .nav-tabs > li.active {
            background: none;
            border-bottom: 2px solid #2086ee;
            position: relative;
        }

            .klty-tab1 > .nav-tabs > li.active > a {
                border: 0;
                color: #333;
            }

                .klty-tab1 > .nav-tabs > li.active > a > i {
                    color: #404040;
                }

        .klty-tab1 > .nav-tabs > li.open,
        .klty-tab1 > .nav-tabs > li:hover {
            background: none;
            border-bottom: 2px solid #2086ee;
        }

        .klty-tab1 > .nav-tabs > li.active.open,
        .klty-tab1 > .nav-tabs > li.active:hover {
            border-bottom: 2px solid #4a9ced;
        }

        .klty-tab1 > .nav-tabs > li.open > a,
        .klty-tab1 > .nav-tabs > li:hover > a {
            border: 0;
            background: none !important;
            color: #333;
        }

            .klty-tab1 > .nav-tabs > li.open > a > i,
            .klty-tab1 > .nav-tabs > li:hover > a > i {
                color: #a6a6a6;
            }

        .klty-tab1 > .nav-tabs > li.open .dropdown-menu,
        .klty-tab1 > .nav-tabs > li:hover .dropdown-menu {
            margin-top: 0px;
        }

/*切换菜单效果 链接顶部一条横线(kl通用2)*/
.klty-tab2 {
    margin-bottom: 15px;
    padding: 0px;
    overflow: hidden;
    /* justified tabs */
    /* boxless tabs */
    /* below justified tabs */
    /* full width tabs */
    /* below tabs */
}

    .klty-tab2 > .nav-tabs {
        border: none;
        margin: 0px;
        border-bottom: 1px solid #d4d4d4;
    }

        .klty-tab2 > .nav-tabs > li {
            margin-right: 2px;
            border-top: 2px solid transparent;
        }

            .klty-tab2 > .nav-tabs > li > a {
                margin-right: 0;
                -webkit-border-radius: 0;
                -moz-border-radius: 0;
                -ms-border-radius: 0;
                -o-border-radius: 0;
                border-radius: 0;
            }

                .klty-tab2 > .nav-tabs > li > a:hover {
                    background: none;
                    border-color: transparent;
                }

            .klty-tab2 > .nav-tabs > li.active {
                border-top: 3px solid #ed6b75;
                margin-top: 1px;
                position: relative;
            }

                .klty-tab2 > .nav-tabs > li.active > a {
                    border-top: none !important;
                    font-weight: 400;
                    -webkit-border-radius: 0;
                    -moz-border-radius: 0;
                    -ms-border-radius: 0;
                    -o-border-radius: 0;
                    border-radius: 0;
                }

                    .klty-tab2 > .nav-tabs > li.active > a:hover {
                        -webkit-border-radius: 0;
                        -moz-border-radius: 0;
                        -ms-border-radius: 0;
                        -o-border-radius: 0;
                        border-radius: 0;
                        border-top: none;
                        background: #fff;
                        border-color: #d4d4d4 #d4d4d4 transparent;
                    }

    .klty-tab2 li.fr {
        float: right;
        margin-right: 0px;
    }
/*切换菜单效果 链接背景颜色块(kl通用3)*/
/*切换标题菜单*/
.klty-tab3 > .nav-tabs {
    border-bottom: 2px solid #ee4433;
}

    .klty-tab3 > .nav-tabs > li.active {
        border-top: 0;
        margin-top: 0;
        position: relative;
    }

    .klty-tab3 > .nav-tabs > li > a {
        margin-right: 0;
        border-radius: 0;
        text-align: center;
        min-width: 100px;
        color: #666;
    }

    .klty-tab3 > .nav-tabs > li.active > a, .klty-tab3 > .nav-tabs > li.active > a:focus, .klty-tab3 > .nav-tabs > li.active > a:hover {
        cursor: default;
        background-color: #D51938;
        color: #ffffff;
        border: 1px solid #D51938;
        border-bottom-color: transparent;
    }

.klty-tab3 .nav > li > a:focus, .klty-tab3 .nav > li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #F36A5A;
    border-color: #F36A5A;
    border-bottom-color: #ee4433;
}

.klty-tab3 > .nav-tabs > li > .kl-div-tab {
    float: left;
    background: #e8f6fb;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-left: 15px;
    padding: 0 16px;
    font-size: 14px;
    color: #47b3e3;
    cursor: pointer;
    position: relative;
}
.klty-tab3 > .nav-tabs > li > .kl-div-tab > a{
    color: #47b3e3;
}
.klty-tab3 > .nav-tabs > li:not(.active):hover > .kl-div-tab{
    font-weight: 700;
}


.klty-tab3.tab-blue > .nav-tabs {
    border-bottom: 2px solid #00c0eb;
}
.klty-tab3.tab-blue > .nav-tabs > li.active > a, .klty-tab3.tab-blue > .nav-tabs > li.active > a:focus, .klty-tab3.tab-blue > .nav-tabs > li.active > a:hover{
    background-color: #00c0eb;
    border: 1px solid #00c0eb;
}
.klty-tab3.tab-blue .nav > li > a:focus, .klty-tab3.tab-blue .nav > li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #2badd7;
    border-color: #2badd7;
    border-bottom-color: #2badd7;
}

/*切换菜单效果 链接背景颜色块(kl通用4)*/
/*切换标题菜单*/
.klty-tab4 > .nav-tabs {
    border-bottom: 0;
}

    .klty-tab4 > .nav-tabs > li.active {
        border-top: 0;
        margin-top: 0;
        position: relative;
    }

        .klty-tab4 > .nav-tabs > li.active i {
            position: absolute;
            left: 50%;
            margin-left: -2px;
            bottom: 0;
            display: block;
            width: 0px;
            height: 0px;
            border-width: 0 6px 6px;
            border-color: transparent transparent #fff;
            border-style: dashed solid solid;
            font-size: 0px;
        }

    .klty-tab4 > .nav-tabs > li > a {
        margin-right: 0;
        border-radius: 0;
        text-align: center;
        min-width: 100px;
        color: #666;
    }

    .klty-tab4 > .nav-tabs > li.active > a, .klty-tab4 > .nav-tabs > li.active > a:focus, .klty-tab4 > .nav-tabs > li.active > a:hover {
        cursor: default;
        background-color: #d31635;
        color: #ffffff;
        border: 1px solid #d31635;
        border-bottom-color: transparent;
    }

.klty-tab4 .nav > li > a:focus, .klty-tab4 .nav > li > a:hover {
    text-decoration: none;
    color: #ffffff;
    background-color: #ee4433;
    border-color: #F36A5A;
    border-bottom-color: #ee4433;
}
/*导航切换菜单效果结束*/


/*面包屑后面 搜索输入框*/
.kl-breadcrumb .search_keyword{
    position:relative;
    float:right;
    width:400px;
}
.kl-breadcrumb .search_keyword .form-group {
    margin-bottom: 0px;
    position: absolute;
    top: 10px;
}
/*搜索框*/
.kl-search {
    font-size:14px;
}

    .kl-search .panel-body {
        padding: 0px;
    }

    .kl-search .panel > .panel-heading {
        padding: 5px 15px;
    }

    .kl-search .panel-red {
        border-color: #ebccd1;
    }

        .kl-search .panel-red > .panel-heading {
            color: #a94442;
            background-color: #f2dede;
            border-color: #ebccd1;
        }
/*搜索框 套样式1*/
.kl-search1 .klty-tab2 {
    margin-bottom: 0px;
}

/*.kl-search1 .klty-tab2 > .nav-tabs {
        border-bottom: 1px solid #bce8f1;
    }

    .kl-search1 .klty-tab2 .nav-tabs > li.active > a, .kl-search1 .klty-tab2 .nav-tabs > li.active > a:focus, .kl-search1 .klty-tab2 .nav-tabs > li.active > a:hover {
        border: 1px solid #bce8f1;
        border-bottom-color: transparent;
    }*/

.kl-search1 .panel-body {
    border: 1px solid #ddd;
    border-top: 0;
}

/*搜索输入框*/
.kl-search .form-group {
    margin-bottom: 0px;
}

.kl-search .form-control {
    font-family: Verdana, Arial, "Microsoft YaHei";
    letter-spacing: 1px;
    border-radius: 0px;
    height: 34px;
    padding: 10px 12px;
    font-size: 14px;
    border-color: #ddd;
}
.kl-search .form-control:focus {
    border-color: #ddd;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #eee;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #eee;
}

.kl-search input.form-control::-webkit-input-placeholder {
    color: #aab2bd;
}

/*红色框和按钮*/
.kl-search .has-red .form-control {
    border-color: #D51938;
}

.kl-search .has-red .form-control:focus {
    border-color: #EF4836;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #ce8483;
}

.kl-search .has-red .input-group-addon {
    color: #ffffff;
    background-color: #D51938;
    border-color: #D51938;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}
/*蓝色框和按钮*/
.kl-search .has-blue .form-control {
    border-color: #00c0eb;
}
.kl-search .has-blue .form-control:focus {
    border-color: #5adefc;
    background-color: #fff;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #5adefc;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 6px #5adefc;
}
.kl-search .has-blue .input-group-addon {
    color: #ffffff;
    background-color: #00c0eb;
    border-color: #00c0eb;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 20px;
}
.kl-search .has-blue .input-group-addon:hover
{
    background-color:#2badd7;
    border-color: #2badd7;
}

/*快捷文字搜索*/
.kl-search .font-select {
    color: #666;
    line-height: 1.5em;
    padding: 10px 0 0;
}

    .kl-search .font-select dl.common {
        /*overflow: hidden;*/
        padding: 5px 0;
    }

        .kl-search .font-select dl.common:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden;
        }

    .kl-search .font-select dt {
        float: left;
        width: 65px;
        text-indent: 20px;
        line-height: 2em;
    }

    .kl-search .font-select dd {
        float: left;
        width: 1058px;
    }

    .kl-search .font-select .common dd li {
        display: inline-block;
        padding: 3px 0;
    }

        .kl-search .font-select .common dd li a {
            display: block;
            padding: 0 6px;
            color: #666;
            height: 28px;
        }

            .kl-search .font-select .common dd li a.red {
                color: #EF4836;
            }

    .kl-search .font-select dd li a:hover {
        text-decoration: none;
    }

    .kl-search .font-select .common dd li a.active, .kl-search .font-select .common dd li a:hover.active {
        color: #EF4836;
        height: 28px;
        font-weight: bold;
    }

    .kl-search .font-select dd li .checkbox {
        margin-top: 0;
        margin-bottom: 0;
    }

    .kl-search .font-select dd li .small-input {
        width: 36px;
        height: 20px;
        padding-left: 2px;
        overflow: hidden;
        border: 1px solid #ddd;
        position: relative;
        margin: 0 5px;
    }

    .kl-search .font-select dd li .btn {
        border: 1px solid #ddd;
        width: 45px;
        height: 22px;
        line-height: 16px;
        font-size: 13px;
        color: #666;
        margin-left: 5px;
        background-color: #fff;
    }

    .kl-search .font-select .other, .kl-search .font-select .search-now {
        overflow: visible;
        height: 51px;
        border: 1px solid #dfdfdf;
        border-width: 1px 0 0 0;
        background-color: #f9f9f9;
    }

        .kl-search .font-select .other dt, .kl-search .font-select .search-now dt {
            width: 120px;
            height: 50px;
            line-height: 50px;
        }

        .kl-search .font-select .other dd, .kl-search .font-select .search-now dd {
            width: 1028px;
        }

            .kl-search .font-select .other dd > .dropdown {
                margin-top: 8px;
                margin-right: 20px;
            }

                .kl-search .font-select .other dd > .dropdown > .btn {
                    padding: 4px 16px;
                }

                    .kl-search .font-select .other dd > .dropdown > .btn > .f {
                        letter-spacing: 10px;
                        width: 60px;
                        text-align: left;
                        display: inline-block;
                    }

        .kl-search .font-select .other li a {
            padding-left: 10px;
            width: 100%;
            display: block;
            height: 30px;
            line-height: 30px;
        }
        /*当前搜索条件*/
        .kl-search .font-select .search-now dd li {
            display: inline-block;
            line-height: 50px;
            margin-right: 20px;
        }

            .kl-search .font-select .search-now dd li a {
                display: block;
                padding: 0 7px;
                color: #666;
            }

        .kl-search .font-select .search-now li .select1 {
            display: inline-block;
            height: 26px;
            line-height: 24px;
            border: 1px solid #f39aaa;
            position: relative;
            padding: 0 10px;
            margin-top: 10px;
            cursor: pointer;
        }

            .kl-search .font-select .search-now li .select1 > .fa {
                color: #f39aaa;
                font-size: 16px;
            }

            .kl-search .font-select .search-now li .select1:hover {
                border: 1px solid #ff4b38;
            }

                .kl-search .font-select .search-now li .select1:hover > .fa {
                    color: #ff4b38;
                }

        .kl-search .font-select .search-now li .select2:hover {
            color: #ff4b38;
            cursor: pointer;
        }

/*特色标签*/
.kl-house-tags {
    margin-top: 5px;
}

    .kl-house-tags span {
        color: #999;
        font-size: 12px;
        padding: 0 8px;
        margin-right: 10px;
        border: 1px solid #eee;
        background-color: #fff;
        display: inline-block;
        line-height: 20px;
        border-radius: 2px;
    }

        .kl-house-tags span.tag-default {
            color: #777;
            border: 1px solid #777;
        }

        .kl-house-tags span.tag-primary {
            color: #337ab7;
            border: 1px solid #337ab7;
        }

        .kl-house-tags span.tag-info {
            color: #5bc0de;
            border: 1px solid #5bc0de;
        }

        .kl-house-tags span.tag-warning {
            color: #f0ad4e;
            border: 1px solid #f0ad4e;
        }

        .kl-house-tags span.tag-danger {
            color: #d9534f;
            border: 1px solid #d9534f;
        }