﻿@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body {
    font-family: "微软雅黑";
    font-size: 12px;

    color: #666;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;

    color: #666;
}

img {
    border: none;

    outline: none;
}

@font-face {
  font-family: 'iconfont';  /* project id："154989" */
  src: url('http://at.alicdn.com/t/font_vfdezhigh5omvx6r.eot');
  src: url('http://at.alicdn.com/t/font_vfdezhigh5omvx6r.eot') format('embedded-opentype'),
  url('http://at.alicdn.com/t/font_vfdezhigh5omvx6r.woff') format('woff'),
  url('http://at.alicdn.com/t/font_vfdezhigh5omvx6r.ttf') format('truetype'),
  url('http://at.alicdn.com/t/font_vfdezhigh5omvx6r.svg#iconfont') format('svg');
}

.icon {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;

    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
}

.icon-weixin:before {
    content: "\e601";
}

.icon-search:before {
    content: "\e600";
}

.icon-xinlang:before {
    content: "\e602";
}

.icon-arrow-bottom:before {
    content: "\e608";
}

.icon-rhombus:before {
    content: "\e607";
}

.icon-delete:before {
    content: "\e609";
}

.icon-arrow-left:before {
    content: "\e605";
}

.icon-arrow-right:before {
    content: "\e606";
}

.icon-arrow-top:before {
    content: "\e60a";
}

.icon-iconfontarrow-right:before {
    content: "\e603";
}

.icon-iconfontarrow-left:before {
    content: "\e604";
}

.icon-deleter:before {
    content: "\e60b";
}

.icon-add:before{
    content:"\e726";
}


/*首页头部*/

.header {
    position: relative;
    z-index: 20;

    background: #fff;
}

.header .top {
    position: relative;
    z-index: 2;

    border-bottom: 1px solid #e6e6e6;
    padding-right: 80px;
    height: 44px;

    line-height: 44px;

    background: #fbfbfb;
}

.header .top li {
    display: block;
    /*line-height:44px;*/
    float: right;

    position: relative;
}

.header .top li a {
    border-left: 1px solid #e6e6e6;
    padding: 0 13px;
        /*transition: all 0.4s;*/
}

.header .top li:last-child a,
.header .top li:first-child a {
    border: none;
}

.header .top li .icon {
    padding-right: 5px;
}

.header .top .on a {
    border-right: 1px solid #e6e6e6;
}

.header .top .on {
    /*margin-top: -1px;*/
    height: 43px;

    background: #fbfbfb;
}

.header .top li .qr-code {
    position: absolute;
    top: -160px;
    left: -1px;
    z-index: -1;

    border: 1px solid #e6e6e6;
    border-top: none;
    width: 119px;
    height: 119px;
}

.header .top li .icon-weixin {
    color: #4bb74b;
}

.header .top li .icon-xinlang {
    color: #ff5c5c;
}

.header .top li .qr-code img {
    width: 100%;
}

.header .top li:hover a {
    color: #ff8f00;
}

.header .top .on:hover {
    border-right: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
    height: 45px;
}

.header .top .on:hover a {
    border: none;
}

.header .top .on:hover .qr-code {
    -webkit-animation: top .5s forwards;
    /*display: block*/
            animation: top .5s forwards;
}

@-webkit-keyframes top {
    from {
        top: -80px;
    }
    to {
        top: 44px;
    }
}

@keyframes top {
    from {
        top: -80px;
    }
    to {
        top: 44px;
    }
}

.head {
    overflow: hidden;

    width: 100%;
    height: 110px;
}

.head .logo {
    float: left;

    margin: 10px 0 0 30px;
}

.menu {
    float: right;

    margin: 45px 80px 0 0;
    height: 60px;

    line-height: 30px;
}

.menu a {
    position: relative;

    margin: 0 20px;
    padding: 0 20px;

    font-family: "黑体";
    font-size: 16px;
    height:100%;
    display: inline-block;

    color: #271800;
   /* -webkit-transition: bottom 0.4s;
    transition: bottom 0.4s*/
}

.menu a:hover,
.menu .active {
    color: #ff8f00;
}

.menu a i{
    position: absolute;
    top: 70px;
    left: 0;

    width: 100%;
    height: 4px;

    background: #ff8f00;
    opacity: 0;
}

.menu a:hover i,
.menu .active i {
    top: 61px;
    opacity: 1;
    -webkit-transition: all 0.2s;
    transition:all 0.2s;
}

.menu .js-seach {
    margin-left: -10px;
    border-left: 1px solid #e6e6e6;
    padding-left: 30px;

    cursor: pointer;
   /* -webkit-transition: all 0.4s;
    transition: all 0.4s;*/
}


/*子页面头部*/

.head .icon-rhombus {
    display: inline-block;

    padding-top: 10px;

    font-size: 10px;
    vertical-align: text-top;
}


/*子页面头部End*/


/*首页头部 end*/


/*底部*/

.foot {
    height: 190px;

    background: #271800;
}

.content {
    position: relative;

    margin: 0 auto;
    width: 1200px;
}

.foot .content {
    border-bottom: 1px solid #3a2d17;
    height: 141px;
}

.foot-left {
    position: absolute;
    top: 50px;
    left: 0;
}

.foot-left .tel {
    font-family: Arial;
    font-size: 30px;
    font-weight: bold;

    color: #ff8f00;
}

.foot-left .adress {
    padding-top: 5px;

    font-size: 16px;

    color: #a3a3a3;
}

.foot-center {
    margin: 0 auto;
    padding-top: 75px;
    width: 650px;
}

.foot-center a {
    margin: 0 31px;

    font-size: 14px;

    color: #eee;
}

.foot-right {
    position: absolute;
    top: 0;
    right: -14px;
}

.foot-right img {
    margin-top: -85px;
}

.foot-right .wantu {
    padding-top: 10px;
    width: 170px;

    font-size: 16px;
    text-align: center;

    color: #ff8f00;
}

.copy {
    font-family: "宋体";
    font-size: 12px;
    line-height: 40px;
    text-align: center;

    color: #ccc;
}


/*底部END*/


/*搜索*/

.se-little {
    margin-bottom: 50px;

    font-size: 22px;

    color: #271800;
}

.seach-star .ul {
    overflow: hidden;

    margin-right: -53px;
}

.seach-star .ul li {
    float: left;

    margin-right: 53px;
    margin-bottom: 50px;
    width: 260px;
    height: 350px;
}

.seach-star .ul li .star-img {
    display: block;
    overflow: hidden;

    width: 100%;
    height: 285px;

    background: url(../images/bg.png) center center no-repeat;
    ;
}

.seach-star .ul li .star-img img {
    width: 100%;
}

.seach-star .ul li a {
    display: block;

    border-bottom: 1px solid #e6e6e6;
    height: 100%;

    color: #271800;

    -webkit-transition: all .4s;

    transition: all .4s;
}

.seach-star .ul li a:hover {
    color: #ff8f00;
    background: #fff;

    -webkit-box-shadow: 0 0 20px rgba(204, 204, 204, .1);

            box-shadow: 0 0 20px rgba(204, 204, 204, .1);
}

.seach-top {
    position: absolute;
    top: -5000px;
    z-index: 11;

    border-top: 1px solid #e9e9e9;
    width: 100%;
    height: 100%;

    background: rgba(255, 255, 255, 1);
}

.seach-top.bottom {
    -webkit-animation: top2 1s forwards;
            animation: top2 1s forwards;
}

.seach-top.top {
    -webkit-animation: top1 0.7s forwards;
            animation: top1 0.7s forwards;
}

@-webkit-keyframes top1 {
    from {
        top: -100000px;
    }
    to {
        top: 156px;
    }
}

@keyframes top1 {
    from {
        top: -100000px;
    }
    to {
        top: 155px;
    }
}

@-webkit-keyframes top2 {
    from {
        top: 155px;
    }
    to {
        top: -100000px;
    }
}

@keyframes top2 {
    from {
        top: 155px;
    }
    to {
        top: -100000px;
    }
}

.seach-text {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 0;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 20px;
    width: 100%;
    height: 35px;

    font-size: 32px;

    color: #333;
    background: none;

    outline: none;
    font-family: "微软雅黑";
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #dfdfdf; opacity:1; 
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #dfdfdf;opacity:1;
}

input:-ms-input-placeholder{
    color: #dfdfdf;opacity:1;
}

input::-webkit-input-placeholder{
    color: #dfdfdf;opacity:1;
}

.seach-name .ul {
    margin-right: -53px;
}

.seach-name .ul li {
    float: left;

    position: relative;

    margin-right: 53px;
    margin-bottom: 50px;
    border-bottom: 1px solid #e6e6e6;
    width: 260px;
    height: 470px;
}

.seach-name .ul li .seach-img {
    display: block;
    overflow: hidden;

    width: 260px;
    height: 352px;

    background: url(../images/bg.png) center center no-repeat;
}

.seach-name .ul li .seach-img img {
    width: 100%;
}

.lit {
    display: -webkit-box;
    display:         box;
    display:    -moz-box;
    overflow: hidden;

    -webkit-box-orient: vertical;

    margin-top: 10px;
    padding: 0 10px;

    font-size: 16px;
    line-height: 26px;
    /*text-align: center;*/
       text-overflow: ellipsis;
    word-break: break-all;

    -o-text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    height:55px;
}

.seach-name .ul li .city {
    position: absolute;
    bottom: 10px;
    left: 10px;

    width: 240px;

    font-size: 16px;
    line-height: 35px;
}

.seach-name .ul li .city .city-num {
    font-family: Arial;
    font-size: 24px;
}

.seach-name .ul li .city .price {
    float: right;
}

.seach-name .ul li a {
    display: block;

    height: 100%;

    color: #271800;
    background: rgba(255, 255, 255, 0);


    -webkit-transition: all .4s;


    transition: all .4s;
}

.seach-name .ul li a:hover {
    color: #ff8f00;
    background: rgba(255, 255, 255, 1);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff,endColorstr=#ffffff);


    -webkit-box-shadow: 0 0 20px rgba(204, 204, 204, .1);


            box-shadow: 0 0 20px rgba(204, 204, 204, .1);
}


/*搜索End*/
