.search-div{
    width: 100%;
    height: 45px;
    /*background-color: #f3f3f3;*/
    padding-top: 5px;

}
.search-div>div.right{
    width: 490px;
    overflow: hidden;
    /*margin-top: 5px;*/
    border-left: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    float: right;
}
.search-div>div .search-input{
    background-color: #ffffff;
    width: 395px;
    height: 38px;
    border: none;
    font-size: 14px;
    padding-left: 5px;
}
.search-div>div .search-btn{
    width: 90px;
    height: 38px;
    border: none;
    background-color: #00AE66;
    cursor: pointer;
    border-radius: 0px 5px 5px 0;
    vertical-align: initial;
    float: right;
    cursor: pointer;
    color: #ffffff;
}
.qrcode{
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}
.qrcode>img{
    float: left;
}
.qrcode>div{
    margin-left: 85px;
}
.qrcode>div .project-name{
    font-size: 28px;
    color: #333333;
}
.project-details{
    overflow: hidden;
    width: 100%;
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
    /*margin-top: 30px;*/
    margin-bottom: 20px;
    position: relative;
}
.project-title{
    line-height: 42px;
    position: relative;
    height: 42px;
}
.project-title a{
    font-size: 14px;
    color: #666666;
    /*margin-right: 10px;*/
    cursor: pointer;
    margin-right: 5px;
}
.project-title a.active{
    color: #00AE66;
}
.project-title span{
    color: #999;
    font-size: 12px;
    cursor: pointer;
    position: absolute;
    right: 0;
    cursor: pointer;
}
.project-title span>img{
    /*width: 20px;*/
    /*height: 20px;*/
    vertical-align: bottom;
}
.project-title span.hd{
    display: none;
}

.banner {
    float: none !important;
    width: 880px !important;
    overflow: hidden !important;
    margin: 0 auto !important;
}
.large_box {
    margin-bottom: 10px;
    width: 880px;
    height: 568px;
    overflow: hidden
}
.large_box>ul>li>a{
    display: block;
    width: 800px;
    height: 568px;
    text-align: center;
    margin: 0 auto;

}
.large_box img {
    display: block;
    /*width: 880px;*/
    /*height: 568px;*/
}

.small_box {
    width: 880px;
    height: 86px;
    overflow: hidden
}

.small_list {
    position: relative;
    float: left;
    width: 820px;
    height: 86px;
    overflow: hidden
}

.small_list ul {
    height: 86px;
    overflow: hidden
}

.small_list ul li {
    position: relative;
    float: left;
    margin-right: 10px;
    width: 126px
}

.small_list ul li img {
    display: block;
    cursor: pointer;
}

.small_list ul li .bun_bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 126px;
    height: 86px;
    background: #000;
    filter: alpha(opacity=60);
    -moz-opacity: .6;
    -khtml-opacity: .6;
    opacity: .6
}

.small_list ul li.on .bun_bg {
    display: block
}

.btn {
    display: block;
    width: 20px;
    height: 73px;
    background-color: #777;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    border-radius: 3px;
}

.btn:hover {
    background-color: #00ae66
}
.right_btn,.left_btn{
    margin-top: 6px;
}
.left_btn {
    float: left;
    margin-right: 10px;
    background-image: url(/public/images/new/left_btn.png)
}

.right_btn {
    float: right;
    background-image: url(/public/images/new/right_btn.png)
}

.img-left{
    left: 130px;
    background-image: url(/public/images/new/left_btn1.png)
}
.img-right{
    right: 130px;
    transform: rotate(180deg);
    background-image: url(/public/images/new/left_btn1.png)
}
.img-left,.img-right{
    top: 275px;
    width: 40px;
    height: 80px;
    display: none;
    position: absolute;
    /*background-size: 15px;*/
}



.project-price {
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}
.refer-price {
    font-size: 14px;
    color: #333;
    font-weight: 600;
}
.project-price-num {
    color: #00AE66;
    font-size: 24px;
    font-weight: bold;
    margin-right: 5px;
    font-style: italic;
}
.square-price, .project-price>a {
    color: #999;
    font-size: 12px;
    cursor: pointer;
}
.project-price>a {
    margin-right: 5px;
}
.project-price>a:hover{
    color: #00AE66;
}
.project-price>a>img {
    width: 16px;
    height: 16px;
    vertical-align: text-top;
    margin-right: 5px;
}
.qrcode4 {
    width: 20px;
    height: 20px;
    /*margin-left: 20px;*/
    cursor: pointer;
}


.project-recommend {
    /*margin-top: 30px;*/
    /*margin-bottom: 30px;*/
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    display: none;
}
.project-recommend-list {
    overflow: hidden;
    /*padding-left: 15px;*/
    /*padding-right: 15px;*/
    /*padding-bottom: 10px;*/
}
.project-recommend-item {
    width: 239px;
    height: 184px;
    overflow: hidden;
    float: left;
    text-align: center;
    border-bottom: 1px solid #e6e6e6;

}

.project-recommend-item>img, .project-recommend-item>p {
    margin-bottom: 5px;
    margin-top: 5px;
}

.project-recommend-item>img{
    width: 176px;
    height: 114px;
    margin-top: 20px;
}
.project-recommend-item-name:hover{
    color: #00AE66;
}
.project-recommend-item.right{
    border-right: 1px solid #e6e6e6;
}

.hoverimg4 {
    color: #00AE66;
    width: 180px;
    height: 200px;
    background-color: #FFFFFF;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.12);
    font-size: 18px;
    text-align: center;
    position: absolute;
    right: 685px;
    display: none;
    top: -80px ;
    padding-top: 20px;
}


.hoverimg4>img {
    width: 160px;
    height: 160px;
}












