* {
    text-decoration: none;
    list-style: none;
}

body {
    /*background: #f3f3f3!important;*/
}

a:hover {
    text-decoration: none !important;
}

.container {
    min-width: 1200px !important;
}

nav {
}

    nav span {
        /* border: 1px dashed #ffb180; */
        display: inline-block;
        margin-bottom: 20px;
        margin-right: 10px;
    }

        nav span:first-child {
            margin-left: -70px;
        }

        nav span a {
            color: #ffb180;
            margin: 0 10px;
            font-size: 14px;
            ;
            padding: 5px;
        }

        /*nav span input{
	display: none;
}*/
        nav span strong {
            padding-left: 10px;
        }

.showactive {
    color: red !important;
    font-weight: bold;
}

.hide {
    display: none;
}

.product_tit {
    display: inline-flex;
}

.product_list div {
    border: 1px solid #ccc;
    padding: 5px;
    margin: 5px 0;
    font-size: 14px;
}

.product_tit strong {
    margin-right: 20px;
}

nav ul li {
    margin: 10px 0;
    list-style: none;
    display: inline-flex;
    width: 100%;
}

    nav ul li a {
        color: #333;
        font-size: 14px;
        margin: 0 10px;
        height: 20px;
        line-height: 20px;
    }

        nav ul li a i {
            font-style: normal;
        }

    nav ul li strong {
        font-size: 14px;
        min-width: 70px;
        display: inline-block;
    }

.moreselect a input {
    vertical-align: middle;
    padding: 0;
    margin: 0 5px 0 0;
}

.moreselect input:checked {
    /*-webkit-appearance:none;*/
    color: red;
    background: red;
}

.moreselect input[type='checkbox'] {
    width: 13px;
    height: 13px;
    background-color: #fff;
    -webkit-appearance: none;
    border: 1px solid #c9c9c9;
    border-radius: 2px;
    outline: none !important;
}

.moreselect input[type=checkbox]:checked {
    background-image: url('../images/checkbox_icon.png');
    background-size: contain;
    border-color: red;
}

.moreselect div a {
    margin-bottom: 10px;
    min-width: 70px;
    display: inline-block;
}

.houseright {
    position: relative;
    /*width: 70%;
    float: right;*/
}

    .houseright p {
        padding: 5px 0;
    }

.houselist {
    /*border: 1px solid #e3e3e3;*/
    display: inline-block;
    width: 100%;
    background: #fff;
    box-shadow: 0 2px 5px 0 rgb(71 75 78 / 16%);
    border-radius: 4px;
}

.match {
    padding: 10px 20px;
    box-shadow: 1px 6px 10px 0px #f0eeee;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-top: 6px solid #34a0ff;
}

#IntelligentMatch, #CancelIntelligentMatch {
    display: block;
    background-size: contain;
    font-weight: bold;
    color: #1097ff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    letter-spacing: 5px;
    position: relative;
}

    #IntelligentMatch img, #CancelIntelligentMatch img {
        position: absolute;
        right: 0;
    }

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}


.Rotation {
    -webkit-transform: rotate(360deg);
    animation: rotation 8s linear infinite;
    -moz-animation: rotation 8s linear infinite;
    -webkit-animation: rotation 8s linear infinite;
    -o-animation: rotation 8s linear infinite;
}

.list_screen {
    line-height: 18px;
    padding: 22px 20px 0;
}

    .list_screen > a {
        font-size: 12px;
        color: #333;
        line-height: 18px;
        padding: 0;
        margin: 0 30px 0 0 !important;
        background: none;
    }

    .list_screen a.icon-up {
        padding-right: 12px;
        background: url(../images/screen_icon.png) right 0 no-repeat;
    }

    .list_screen a.icon-down {
        padding-right: 12px;
        background: url(../images/screen_icon.png) right -39px no-repeat;
    }

.houselist ul {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
}

    .houselist ul li {
        /*display: inline-flex;
        flex: 3;*/
        width: 32%;
        border-bottom: 1px solid #f4f4f4;
        padding: 23px 0;
        cursor: pointer;
        position: relative;
        /*flex-wrap: wrap;
        justify-content: space-between;*/
    }

        .houselist ul li a {
            display: inline-flex;
            width: 100%;
        }

        .houselist ul li:nth-last-child(-n+3) {
            border: none;
        }

        .houselist ul li:nth-child(3n+2) {
            margin: 0 2%;
        }

.houseimg1 {
    /* margin-right: 30px;*/
    /*float: left;*/
    /*width: 300px;*/
    height: 220px;
    overflow: hidden;
}

    .houseimg1 img {
        min-height: 220px;
        width: 100%;
    }

.price {
    position: absolute;
    right: 0;
    top: 38px;
    color: #333;
}

    .price span {
        font-size: 28px;
        color: red;
        font-weight: bold;
        margin: 0 5px;
    }

.houseright p {
    color: #333;
}

.houseright .title {
    font-size: 20px;
    font-weight: 700;
}

.houseright .toptag {
    background: #ff5a56;
    font-size: 12px;
    vertical-align: middle;
    padding: 3px 8px;
    font-style: normal;
    color: #fff;
    border-radius: 2px;
    margin-right: 5px;
    font-weight: normal;
}

.splitline {
    color: #d7d7d7;
    font-weight: 400;
    padding: 0 16px;
}

    .splitline:last-child {
        display: none;
    }

.houseright .type span {
    font-size: 14px;
    font-weight: 600;
}

.houseright .address {
    color: #666;
    font-size: 14px;
}

.houseright .key span {
    margin-right: 5px;
    color: #666;
    font-size: 12px;
    line-height: 24px;
    zoom: 1;
    overflow: hidden;
    border: 1px solid #ccc;
    min-width: 80px;
    display: inline-block;
    text-align: center;
}

.gardenifm .labellist li:nth-child(4) {
    border: 1px solid green;
}

.gardenifm .labellist li:nth-child(5) {
    border: 1px solid purple;
}

.gardenifm .labellist li:nth-child(6) {
    border: 1px solid pink;
}

.gardenifm .labellist li:nth-child(7) {
    border: 1px solid #3299CC;
}

.gardenifm .labellist li:nth-child(8) {
    border: 1px solid #00FF7F;
}

.gardenifm .labellist li:nth-child(9) {
    border: 1px solid #4F2F4F;
}

.gardenifm .labellist li:nth-child(10) {
    border: 1px solid #00009C;
}

.gardenifm .labellist li:nth-child(11) {
    border: 1px solid #8E2323;
}

.lave {
    font-size: 14px;
    margin-top: 30px;
}

    .lave span {
        font-weight: bold;
    }

.state {
    float: right;
}

    .state span {
        color: #666;
        font-size: 14px;
        margin-right: 20px;
    }

    .state button {
        padding: 10px 20px;
        border: none;
        border-radius: 5px;
        margin-right: 20px;
        color: #fff;
    }

.tf {
    background: #3fb972;
}

.qx {
    background: #f25466;
}


.pageTest {
    margin: 20px auto;
    display: inline-block;
}

    .pageTest div:hover {
        background: #f32e2e;
        color: #fff;
        border: 1px solid #f32e2e;
    }

.activP {
    background: #fff !important;
    border: 1px solid #f32e2e !important;
    font-weight: 700 !important;
    color: #f32e2e !important;
}

.pagingUl {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
}

    .pagingUl li {
        float: left;
        font-size: 12px;
        color: #333;
        margin: 0 5px;
        zoom: 1;
        overflow: hidden;
    }

        .pagingUl li a {
            border: 1px solid #ddd;
            cursor: pointer;
            padding: 0 15px;
            text-decoration: none;
            display: inline-block;
            text-align: center;
            line-height: 35px;
            color: #666;
            font-size: 12px;
        }

            .pagingUl li a:hover {
                background: #f32e2e;
                color: #fff;
                border: 1px solid #f32e2e;
            }

.pageTest .prv, .pageTest .next {
    border: 1px solid #ddd;
    cursor: pointer;
    padding: 0 15px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #666;
    font-size: 12px;
}

.first, .last {
    border: 1px solid #ddd;
    cursor: pointer;
    padding: 0 15px;
    margin: 0 7px;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    color: #666;
    font-size: 12px;
}

.top {
    margin: 0 auto;
    text-align: center;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 2px 10px 0 rgb(71 75 78 / 16%);
}

.topnav {
    margin: 0 auto;
    text-align: center;
    line-height: 50px;
    padding-top: 7px;
    height: 58px;
}

    .topnav .logo {
        float: left;
        margin-top: 5px;
        margin-top: 5px;
    }

.logo img {
    height: 35px;
}

.topnav .userbtn {
    float: right;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

    .topnav .userbtn div {
        margin: 0 5px;
    }

.btn-group button {
    border: none;
    background: transparent;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

    .btn-group button span {
        color: #ff0000;
    }

    .btn-group button img {
        margin-top: 6px;
        margin-left: 10px;
    }

.userbtn a {
    margin: 0 5px;
    text-decoration: none;
    color: #47444f;
    font-weight: normal;
    font-family: "Helvetica Neue", "Helvetica", "Arial", "PingFang SC", "Hiragino Sans GB", "STHeiti", "Microsoft YaHei", "Microsoft JhengHei", SimSun, sans-serif;
    font-size: 14px;
}

.register {
    background-color: #c7000b;
    padding: 0px 20px;
    color: #fff !important;
    height: 35px;
    line-height: 35px;
    margin-top: 8px !important;
}

    .register:hover {
        color: #fff !important;
    }

.userbtn dd {
    line-height: 25px;
}

.dropdown-menu {
    min-width: 80px !important;
    border: 0 !important;
}

.userbtn a:hover {
    text-decoration: none;
    color: red;
}

.banner {
    width: 100%;
    margin-bottom: 20px;
}

    .banner .container {
        width: 100% !important;
        margin: 0 0px;
        padding: 0px;
        max-width: 100% !important;
    }

        .banner .container .row {
            margin: 0px 0;
            padding: 0px;
            width: 100% !important;
        }

    .banner .carousel {
        width: 100% !important;
    }

    .banner .item img {
        width: 100% !important;
        max-height: 400px !important;
        height: 400px !important;
    }

.carousel-indicators li {
    margin: 1px 5px !important;
}

.carousel-indicators .active {
    margin: 0px 5px !important;
}

.shaixunnav {
    background: #fff;
    padding: 10px 20px 0px 20px;
    margin-bottom: 20px;
    border: 1px solid #f4f4f4;
    box-sizing: border-box;
}

    .shaixunnav ul li a:hover {
        color: red !important;
    }

.search {
    float: left;
    margin-left: 50px;
    width: 600px;
    display: inline-flex;
}

    .search .inputword {
        width: 500px;
        position: relative;
    }

        .search .inputword input {
            width: 100%;
            border: 1px solid #d2d2d2;
            border-right: 0;
            box-sizing: content-box;
            color: #666;
            font-size: 14px;
            height: 19px;
            line-height: 18px;
            outline: 0;
            padding: 9px 10px;
        }

.mapsearch {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    cursor: pointer;
    font-weight: 500;
    color: #333;
}

    .mapsearch:hover {
        color: #c00;
    }

.search .searchbtn {
    margin-left: 10px;
    margin-top: 1.5px;
}

    .search .searchbtn input {
        height: 38px;
        line-height: 38px;
        background: #c00;
        border: 0;
        color: #fff;
        cursor: pointer;
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        transition: all .2s linear 0s;
        width: 89px;
    }


/* list_two */
.gardenifm {
    background: #fff;
    margin: 15px 0;
    padding: 20px;
}

    .gardenifm .gardenname {
        font-size: 24px;
        font-weight: 500;
        color: #000;
        margin-bottom: 20px;
    }

    .gardenifm .gardenaddress {
        margin-bottom: 10px;
        color: #4a4a4a;
        font-size: 20px;
    }

    .gardenifm .labellist {
        padding: 0;
        display: inline-flex;
        width: 100%;
        flex-wrap: wrap;
    }

        .gardenifm .labellist li {
            color: #333;
            font-size: 12px;
            margin: 0 10px 10px 0;
            text-align: center;
            border: 1px solid #ccc;
            padding: 5px;
        }

            .gardenifm .labellist li:nth-child(1) {
                border: 1px solid red;
            }

            .gardenifm .labellist li:nth-child(2) {
                border: 1px solid blue;
            }

            .gardenifm .labellist li:nth-child(3) {
                border: 1px solid yellow;
            }

            .gardenifm .labellist li:nth-child(4) {
                border: 1px solid green;
            }

            .gardenifm .labellist li:nth-child(5) {
                border: 1px solid purple;
            }

            .gardenifm .labellist li:nth-child(6) {
                border: 1px solid pink;
            }

            .gardenifm .labellist li:nth-child(7) {
                border: 1px solid #3299CC;
            }

            .gardenifm .labellist li:nth-child(8) {
                border: 1px solid #00FF7F;
            }

            .gardenifm .labellist li:nth-child(9) {
                border: 1px solid #4F2F4F;
            }

            .gardenifm .labellist li:nth-child(10) {
                border: 1px solid #00009C;
            }

            .gardenifm .labellist li:nth-child(11) {
                border: 1px solid #8E2323;
            }

    .gardenifm .gardenintroduce {
        font-size: 14px;
        line-height: 35px;
        margin-right: 10px;
        text-indent: 2em;
        /*display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;*/
    }

.gardenintroduce .sh {
    color: red;
    font-weight: 500;
    float: right;
}

.gardenifm {
    background: #fff;
    margin: 15px 0;
    padding: 20px;
    display: inline-flex;
    width: 100%;
}

.gardenifm_left {
    width: 60%;
}

.gardenifm_right {
    width: 40%;
    height: 315px;
    overflow: hidden;
}

    .gardenifm_right img {
        width: 100%;
        min-height: 290px;
    }

.paixv {
    color: #f32e2e !important;
}

.state {
    float: right;
    position: absolute;
    right: 15px;
    top: 0%;
    margin: 0 auto;
    text-align: right;
}

    .state img {
        width: 40%;
    }

.nodata {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

    .nodata img {
        width: 250px;
    }

.overalldata {
    display: inline-flex;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px 0;
}

    .overalldata .overalldata_list {
        width: 100%;
        text-align: center;
        display: inline-flex;
    }

.overalldata_list img {
    width: 50px;
    height: 50px;
    margin: 10px 20px 10px 0;
}

.overalldata .overalldata_list i {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.overalldata .overalldata_list p {
    font-weight: 500;
}

.overalldata_list .haha:nth-child(1) i {
    color: #00c1ff;
}

.overalldata_list .haha:nth-child(2) i {
    color: #ffad55;
}

.overalldata_list .haha:nth-child(3) i {
    color: #ff5a56;
}

.overalldata_list .haha:nth-child(4) i {
    color: #00d188;
}

.heihei {
}

.haha {
    width: 25%;
    border-right: 1px dashed #ddd;
}

    .haha:last-child {
        border: 0;
    }

.hehe {
    display: inline-flex;
}

/*友情链接*/
.links {
}

    .links h2 {
        font-size: 20px;
        margin: 10px 0 20px 0;
        border-left: 5px solid #2f72de;
        padding-left: 10px;
    }

.linklist {
    display: inline-flex;
    width: 100%;
    background: #fff;
    margin-bottom: 20px;
    padding: 10px 0;
}

.linkitem {
    width: 10%;
    text-align: center;
}

    .linkitem a {
        display: block;
    }

        .linkitem a img {
            width: 30px;
            height: 30px;
            margin-bottom: 10px;
        }

        .linkitem a p {
            margin: 0;
            color: #333;
        }

        .linkitem a:hover p {
            color: red;
        }
/*�ײ�������Ϣ*/
.footer {
    /*background: #fff;*/
    background: #f3f3f3;
    /* color: #fff; */
    border-top: #ccc 1px solid;
}

    .footer .footmsg {
        text-align: center;
        margin: 20px auto;
    }

        .footer .footmsg a {
            color: #333;
        }

            .footer .footmsg a:hover {
                text-decoration: none;
                color: red;
            }

        .footer .footmsg p {
            margin: 0;
            padding-top: 10px;
        }

@font-face {
    font-family: "iconfont"; /* Project id 2981449 */
    src: url('../../../okle/fonts/iconfont.woff2') format('woff2'), url('../../PcHtml/fonts/iconfont.woff') format('woff'), url('../../../okle/fonts/iconfont.ttf') format('truetype');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-ditu:before {
    content: "\e62a";
    padding-right: 5px;
}

.t_news ul li:first-child a i {
    display: block !important;
    width: 25px;
}

.t_news ul li:first-child a i {
    display: none;
    background: url(../images/new.png)no-repeat center;
    background-size: contain;
    background-position: right top;
    margin-left: 5px;
}

#xcx {
    display: none;
}
