.searchContainer:before{

    content:'';

    display:table;

    height:0;

    clear:both;

}

.indexLogo{

    width: 182px;

    height: 54px;

    margin: 160px auto 60px;

}

.indexLogo img{

    float:left;

    display:block;

    width:182px;

    height:54px;

}

.sortChoose{

    height: 20px;

    width: 688px;

    margin: 0 auto 20px;

}

.sortChoose .toggleBtn{

    width:66px;

    border-right:1px solid #696969;

    float:left;

    height:17px;

    line-height: 17px;

    text-align: center;

    cursor:pointer;

    font-size:16px;

    color:#696969;

}

.sortChoose .toggleBtn.lastLi{

    border-right:0;

}
.sortChoose .toggleBtn.lastLi a{
    color:#696969;
}
.sortChoose .toggleBtn:hover,

.sortChoose .toggleBtn.checked{

    color:#f47138;

}

.searchContent{

    width:656px;

    height:54px;

    margin:auto;

}

.searchContent .toggleContent{

    position:relative;

    display:none;

}

.searchContent .toggleContent.checked{

    display:block;

}

.searchContent .toggleContent span{

    position: absolute;

    top: -10px;

    left: 11px;

    display: block;

    width: 13px;

    height: 11px;

    background: url(/images/tri.png) no-repeat;

}



.searchContent .toggleContent input{

    height:42px;

    width:532px;

    border:1px solid #f47138;

    outline: 0;

    padding:0 10px;

    color:black;

}

.searchContent .toggleContent .searchBtn{

    display: inline-block;

    width: 102px;

    height: 44px;

    border: 1px solid #f47138;

    background: #f47138;

    text-align: center;

    line-height: 44px;

    cursor: pointer;

    color: white;

    font-size: 16px;

    float: right;



}

.searchContent .toggleContent .searchBtn em{

    width: 30px;

    height: 20px;

    background: url("/images/icon.png") no-repeat;

    display: inline-block;

    position: relative;

    top: 4px;

}