.breadcrumb {
    width: 100%;
}

.breadcrumb>div:nth-child(1){
    height: 100%;
}

.breadcrumb>div:nth-child(1)>a {
    float: left;
    margin-top: 2px;
    padding:5px 20px 5px 10px;
}
.breadcrumb>div:nth-child(1)>a.left_cates_specil{
    padding:5px 0 5px 10px;
}
.breadcrumb .left {
    float: left;
    width:900px;
}

.breadcrumb .left span{
    line-height: 28px;
    float:left;
}

.breadcrumb .right {
    float: right;
    padding:5px 0;
    color: #888;
}

.breadcrumb .filter_item {
    border:1px solid #ccc;
    color: #ee772f;
    padding: 5px 20px 5px 10px;
    margin-left:10px;
    position: relative;
}

.breadcrumb .filter_item span{
    position: absolute;
    top: 9px;
    right: 5px;
    width: 10px;
    height: 10px;
    background:url(../images/htyw_home_sprite.png) -147px -314px no-repeat;
}
.breadcrumb .filter_item:hover span {
    background:url(../images/htyw_home_sprite.png) -147px -334px no-repeat;
}
/* 分类 */
.category_condition{
    height: 24px;
    line-height: 24px;
    margin-bottom: 10px;
}
.category_condition a{
    position: relative;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    border: 1px solid #DDD;
    font-size: 12px;
    vertical-align: top;
    margin: 0 5px 5px 0;
    padding: 0 26px 0 9px;
    cursor: pointer;
    color: #ee772f;
}
.category_condition a:hover{
    border:1px solid #ee772f;
}
.category_condition a:hover i{
    background-color:#ee772f;
    background-image: url("../images/category_close_white.png");
}
.category_condition a i{
    display: block;
    position: absolute;
    width: 25px;
    height: 22px;
    right: 0;
    top: 0;
    background: url("../images/category_close.png") no-repeat 9px 7px;
}

.filters {
    border-top:1px solid #e8e8e8;
    border-left:1px solid #e8e8e8;
    margin-bottom: -1px;
    overflow: hidden;
    margin-top: 5px;
}
.filters_control {
    margin: auto;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #e8e8e8;
    border-top: 1px solid #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    cursor: pointer;
    z-index: 1;
    color: #888888;
    position: relative;
}
.filters_control i {
    position: absolute;
    top: 11px;
    right: 10px;
    width: 10px;
    height: 10px;
    background:url(../images/htyw_home_sprite.png) -182px 0px no-repeat;
}
.filters_control:hover {
    border: 1px solid #ee772f;
    border-top: 1px solid #fff;
    color: #ee772f;
}
.filters_control:hover i {
    background:url(../images/htyw_home_sprite.png) -147px -405px no-repeat;
}
.filters_control.active i{
    right: 22px;
    background: url(../images/htyw_home_sprite.png) -147px -386px no-repeat;
}
.filters_control.active:hover i {
    background: url(../images/htyw_home_sprite.png) -182px -15px no-repeat;
}

.filters .filter_row {
    border-right:1px solid #e8e8e8;
    border-bottom:1px solid #e8e8e8;
    clear: both;
    /*line-height: 3.5em;*/
    position: relative;
}

.filters .filter_row:after{
    display: block;
    width:100%;
    height:0;
    content:'';
    clear: both;
}
.filter_select,
.filter_more {
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.filters .filter_row .filter_more{
    position: absolute;
    right:72px;
    top:10px;
    width:42px;
    height:22px;
    border:1px solid #e8e8e8;
    padding-left: 8px;
    line-height: 22px;
    cursor:pointer;
    color: #888888;
}
.filter_more i {
    position: absolute;
    top: 9px;
    right: 3px;
    width: 14px;
    height: 7px;
    background:url(../images/htyw_home_sprite.png) -148px -95px no-repeat;
    cursor:pointer;
}
.filter_more i{
    background:url(../images/htyw_home_sprite.png) -148px -61px no-repeat;
}
.filter_more.active i {
    background:url(../images/htyw_home_sprite.png) -145px -354px no-repeat;
}
.filters .filter_row.active .filter_more i{
    background:url(../images/htyw_home_sprite.png) -148px -61px no-repeat;
    cursor:pointer;
}
.filters .filter_row .filter_select{
    position: absolute;
    right:10px;
    top:10px;
    width:42px;
    height:22px;
    border:1px solid #e8e8e8;
    padding-left: 8px;
    line-height: 22px;
    cursor:pointer;
    color: #888888;
}
.filter_more::selection,
.filter_select::selection {
    background-color: #fff;
}
.sure::selection,
.cancel::selection {
    background-color: #ee772f;
}
.filter_select i {
    position: absolute;
    top: 5px;
    right: 3px;
    width: 12px;
    height: 12px;
    background:url(../images/htyw_home_sprite.png) -149px -265px no-repeat;
    cursor:pointer;
}
.filter_select.active i {
    background:url(../images/htyw_home_sprite.png) -149px -22px no-repeat;
    cursor:pointer;
}
.filters .filter_row .filter_more_move {
    right:10px;
}
.filters .filter_row .filter_more:hover,
.filters .filter_row .filter_select:hover {
    border-color: #ee772f;
    color: #ee772f;
}
/*.filters .filter_row .filter_select:hover i {
    background:url(../images/htyw_home_sprite.png) -149px 0px no-repeat;
}
.filters .filter_row .filter_more:hover i {
    background:url(../images/htyw_home_sprite.png) -149px -44px no-repeat;
}*/
.filters .filter_name {
    color:#666;
    float: left;
    width:120px;
    height: 42px;
    line-height:42px;
    margin-left:10px;
    font-size:14px;
}

.filters .filter_row .filter_values {
    width:75%;
    margin:0 0px  0 130px;
    word-break: break-all;
    padding-top: 6px;
}

.filters .filter_row.active .filter_values {
    /*overflow: hidden;*/
    padding-top: 6px;
   /* height:36px;*/
}

.filters .filter_values>span {
    white-space: nowrap;
    display: inline-block;
    width: 108px;
    padding:0 0 0 0px;
    height: 30px;
    line-height: 30px;
    text-overflow: ellipsis;
    overflow: hidden;
    position: relative;
}
.filter_values_i {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 1px solid #ccc;
    display: none;
    cursor:pointer;
    position: absolute;
    top: 9px;
}
.filter_values_i:hover {
    /*border: 1px solid #ee772f;*/
    border-color: #ee772f;
    cursor:pointer;
}
i.i_checkout {
    width: 12px;
    height: 12px;
    border: none;
    background:url(../images/htyw_home_sprite.png) -146px -292px no-repeat;
    cursor:pointer;
}
.filters .filter_values span>a {
    width:108px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}
.filters .filter_values span>a>span{
    font-size:14px;
    cursor:pointer;
    color: #555555;
    padding-left: 20px;
    width:88px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.filters .filter_values span>a>span:hover {
    color: #ee772f;
}
.filter_values .sureCancel {
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    cursor:pointer;
    display: none;
}
.sureCancel span {
    display: inline-block;
    width: 50px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    border:1px solid #ee772f;
    color: #ee772f;
    font-size: 14px;
    cursor:pointer;
}
.filter_values .sureCancel .sure {
   margin-right: 15px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}
.sureCancel span:hover {
    background-color: #ee772f;
    color: #fff;
}
.search_func {
    background: #f5f5f5;
    border:1px solid #e8e8e8;
    line-height:3em;
    width:1188px;
    height:3em;
    margin-top: 10px;
}

.search_func div{
    float:left;
    border-right:1px solid #e8e8e8;
    text-align: center;
    height:3em;
}

.search_func div:hover a{
    color:#ee772f;
}

.search_func div img{
    width:14px;
    height:7px;
    display:block;
    position: absolute;
    top:0;
    bottom:0;
    margin:auto;
    transition: transform .4s ease;
}

.search_func div.active img{
    transform: rotateZ(180deg);
}

.search_func div.current {
    background: #ee772f;
    border:1px solid #ee772f;
    margin-top: -1px;
    margin-left:-1px;
}

.search_func div.current a{
    color:#fff;
}

.search_func div a .order{
    margin-left: 8px;
}
/*wangchong adds for function of order  start*/
.search_func div .ordernew{
    display: inline-block;
    width:20px;
    cursor: pointer;
    float:left;
    height:100%;
 }

.search_func div .ordernew.orderDown{
    background: url("../images/bye_search_arrows.png") no-repeat 0 -74px;
}
.search_func div .ordernew.orderDown:hover{
    background: url("../images/bye_search_arrows.png") no-repeat 0 12px;
}
.search_func div .ordernew.orderDown.HGArrow{
    background: url("../images/bye_search_arrows.png") no-repeat 0 12px;
}

.search_func div .ordernew.orderUp{
    background: url("../images/bye_search_arrows.png") no-repeat 0 -118px;
}
.search_func div .ordernew.orderUp:hover{
    background: url("../images/bye_search_arrows.png") no-repeat 0 -32px;
}

.search_func div .ordernew.orderUp.HGArrow{
    background: url("../images/bye_search_arrows.png") no-repeat 0 -32px;
}

.search_func div .HGArrow{
    color:#ee772f;
}

.search_func div .ordertxt{
    padding:0 10px 0 20px;
    color:#888888;
    font-size:14px;
    float:left;
}
/*过期需求样式*/
.search_func div.check_box{
    border-right: none;
    color:#888;
    float:right;
    padding-right: 20px;
}
.search_func div.check_box input{
    width:auto;
    height:auto;
    vertical-align: middle;
    margin:0 20px;
    margin-right: 10px;
    padding-right: 0;
}
.search_func div .order-line{
    padding:0 2px 0 0;
    color:#ccc;
    font-size:14px;
    float:left;
}

/*wangchong adds for function of order  end*/

.search_func a{
    display:block;
    padding:0 20px;
    color:#888888;
    font-size:14px;
}

.search_func input {
    width: 60px;
    height: 2em;
    margin:0 5px;
    border:1px solid #e8e8e8;
    text-align: center;
    outline:none;
    padding-left:5px;
    padding-right:5px;
}

.search_func div .price_search_btn{
    width:100%;
    height:100%;
    z-index: 100;
    position: absolute;
    background: #f5f5f5;
    border:1px solid #e8e8e8;
    border-top:1px solid #f5f5f5;
    margin-left:-1px;
    display: none;
}

.search_func div .price_search_btn.active{
    display: block;
}

.search_func div .price_search_btn span{
    padding:5px 20px;
    background: #ee772f;
    color:#fff;
    cursor:pointer;
}

.popup {
    position:absolute;
    border:1px solid #e8e8e8;
    background: #fff;
    margin-left:-1px;
}
.search_func .search_share {
    float: right;
    width: 510px;
    height: 28px;
    line-height: 28px;
    margin-top: 4px;
    margin-right: 10px;
    display: none;
}
.search_func .search_share>input {
    width: 410px;
    font-size: 14px;
    padding:0px 10px;
    border:1px solid #ee772f;
    border-right: none;
    outline: none;
    height:26px;
    line-height: 26px;
    margin: 0;
    text-align: left;
}
.search_func .search_share>.search_share_btn {
    display: block;
    float:right;
    width: 39px;
    height:28px;
    line-height:28px;
    background:#ee772f;
    border:0;
    font-size:14px;
    color:#fff;
    text-align: center;
    vertical-align: middle;
}
.search_func .search_share>.search_share_btn:hover {
    color:#eee;
}
/*areas*/
#areas_filter {
    min-width: 100px;
}
#areas_filter a{
    cursor: default;
}

.popup_button a{
    padding-right:40px;
    cursor: default;
}

.popup_button{
    min-width: 100px;
}

.popup_button img{
    right:10px;
}

#busitype_filter a{
    cursor: default;
}

#busitype_filter {
    min-width: 100px;
}
#areas_filter.active a{
    color:#ee772f;
}

#areas_filter img{
    width:14px;
    height:7px;
    display:block;
    position: absolute;
    right:10px;
    top:0;
    bottom:0;
    margin:auto;
    transition: transform .4s ease;
    -moz-transition:-moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
}

#areas_filter.active img{
    transform: rotateZ(180deg);
    -moz-transform:rotateZ(180deg) ;
    -webkit-transform:rotateZ(180deg) ;
    -o-transform:rotateZ(180deg) ;
    -ms-transform: rotateZ(180deg);
}

#busitype_filter img{
    width:14px;
    height:7px;
    display:block;
    position: absolute;
    right:10px;
    top:0;
    bottom:0;
    margin:auto;
    transition: transform .4s ease;
    -moz-transition:-moz-transform .4s ease;
    -o-transition: -o-transform .4s ease;
    -webkit-transition: -webkit-transform .4s ease;
}

#busitype_filter.active img{
    transform: rotateZ(180deg);
    -moz-transform:rotateZ(180deg) ;
    -webkit-transform:rotateZ(180deg) ;
    -o-transform:rotateZ(180deg) ;
    -ms-transform: rotateZ(180deg);
}

#busitype_filter.active a{
    color:#ee772f;
}

#emp_filter.active a{
    color:#ee772f;
}

#rev_filter.active a{
    color:#ee772f;
}

#areas_popup{
    width: 405px;
    padding-bottom: 15px;
}

#areas_popup .popup_header {
    line-height:4em;
    border-bottom:1px solid #e8e8e8;
    margin-bottom:1em;
}

#areas_popup .provs {
}

#areas_popup li{
    float:left;
    width:80px;
    line-height:2.5em;
}

#areas_popup a {
    font-size:12px;
}

#areas_popup .provs a{
    margin-left: 20px;
}

.search_func .popup_cover {
    background:#fff;
    height: 1px;
    z-index: 200;
}

#busitype_popup {
    width: 158px;
    padding-bottom: 10px;
}
#emp_popup{
    width:146px;
}
#rev_popup{
    width:188px;
}
#busitype_popup a, #emp_popup a, #rev_popup a{
    margin:0 1.5em;
    line-height: 3em;
    font-size:12px;
    white-space: nowrap;
}
#busitype_popup a{
    line-height: 2em;
    display: inline-block;
    width:100%;
}

#emp_popup a, #rev_popup a{
    padding-right:1.5em;
}

#emp_popup a, #rev_popup a{
    line-height: 2em;
    display: block;
}

#emp_popup, #rev_popup {
    height:auto;
}

/*search index*/
.big_logo {
    width: 100%;
    text-align: center;
    margin-top: 200px;
}

.big_logo img {
    width: 400px;
}

.big_search {
    width:100%;
    text-align: center;
    font-size: 14px;
    text-align: left;
}

.big_search>div {
    width: 1000px;
    margin: 0 auto;
}

.big_search .search_tab {
    height: 3.5em;
}
.store-content {
    width: 100%;
    height: auto;
    margin-top: 30px;
    padding-bottom: 10px;
}

.store-content .content-box {
    width: 1200px;
}
.store-content .content-box:after {
    width: 100%;
    content: '';
    display: block;
    clear: both;
}

.store-content .content-box .content-right {
    float: left;
    width: 1200px;
}
.store-content .content-box .content-right .cr_offer_list {
    width: 1200px;
}

.store-content .content-box .content-right .cr_offer_list:after {
    width: 100%;
    height: 0;
    content: '';
    clear: both;
    display: block;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit {
    width: 222px;
    height: 350px;
    padding:8px 9px;
    border: 1px solid #e8e8e8;
    margin-right: 20px;
    margin-bottom:16px;
    float: left;
    box-sizing: border-box;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit:hover{
    border: 1px solid #ee772f;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit:nth-child(5n){
    margin-right: 0px;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_image {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_image a {
    display: block;
    width:100%;
    height:100%;
    overflow: hidden;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_image a img {
    height: 225px;
    width:auto;
    margin-left: 100px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_price {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #ee772f;
    font-size: 16px;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_price span {
    color: #ee772f;
    font-size: 16px;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_price em {
    color: #ee772f;
    font-style: normal;
    font-size: 16px;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_title {
    width: 100%;
    height: 50px;
    overflow: hidden;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_title a {
    line-height: 24px;
    font-size: 14px;
    color:#555;
    text-decoration: none;
}
.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_title a:hover{
    text-decoration: none;
    color:#ee772f;
}
.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_title a font{
    line-height: 24px;
    font-size: 14px;
    color:#333;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_path{
    width:100%;
    height:40px;
    border-top: 1px solid #e8e8e8;
    position: relative;
    left:0;
    bottom:0;
    box-sizing: border-box;
    padding-left:8px;
    padding-right:8px;
    text-overflow: ellipsis;
    overflow:hidden;
    white-space: nowrap;
    line-height: 40px;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_path a{
    font-size: 12px;
    color:#888888;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.store-content .content-box .content-right .cr_offer_list .offer_list_unit .unit_path a:hover{
    color:#ee772f;
}

.big_search .search_tab a {
    line-height: 2em;
    font-size:16px;
    display: block;
    float:left;
    padding:0 10px;
    margin:0 5px;
    font-weight:bold;
    color:#000;
}
.big_search .search_tab a:hover {
    color: #ee772f;
}

.big_search span {
    display: block;
    float:left;
    border-right:1px solid #ccc;
    height:1em;
    margin-top: 1em;

}

.big_search .search_tab a.focus {
    border-bottom:1px solid #ee772f;
}

.big_search .search_btn {
    display: block;
    float:left;
    width: 130px;
    height:54px;
    line-height:54px;
    background:#ee772f;
    border:0;
    font-size:20px;
    color:#fff;
    text-align: center;
}

.big_search #keyword {
    display: block;
    float:left;
    width: 830px;
    height:50px;
    margin-right:0;
    font-size:16px;
    padding:0 10px;
    outline: none;
}

/*company*/
.comp_list {
    width:1200px;
}

.comp_list .item{
    width:100%;
}
.comp_list .item .row{
    width:100%;
    height:200px;
    padding-top:15px;
}
.comp_list .item .row_attr{
    width:100%;
    height:40px;
}
.comp_list .item .row_attr div{
    float:left;
    background:#ccc;
    width:25%;
    height:40px;
    text-align: center;
    line-height: 40px;
    border-right:1px solid #fff;
    box-sizing: border-box;
}

.comp_list .item .row_attr div:hover{
    color:#fff;
    background: #ee772f;
    cursor:default;
}

.comp_list .item .row_attr .desc{
    display:none;
}

.comp_list .item .row .left{
    float:left;
    width:50%;
}

.comp_list .item .com_name {
    margin: 10px 20px 0 40px;
}

.comp_list .item .com_name a{
    font-size: 20px;
    color: #000;
    white-space: nowrap;
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.comp_list .item .com_name a:hover{
    color:#ee772f;
}

.comp_list .item .com_name a font {
    font-size: 20px;
}

.comp_list .item .com_attr {
    margin: 0 20px 10px 40px;
    font-size: 14px;
    color:#333;
    line-height: 24px;
}

.comp_list .item .com_attr:after{
    width:100%;
    height:0;
    content: '';
    display: block;
    clear:both;
}

.comp_list .item .com_attr span{
    display: inline-block;
    width:85px;
    float:left;
    color:#aaaaaa;
    font-size: 14px;
}

.comp_list .item .com_attr p{
    width:415px;
    float:left;
    color:#333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 24px;
    max-height: 48px;
}

.comp_list .item .row .right{
    float:left;
    width:50%;
}
.comp_list .item .row .right .right_d{
    float:left;
    width:30%;
    margin-right: 29px;
    position: relative;
}

.comp_list .item .row .right .right_d:nth-child(3){
    margin-right: 0px;
}

.comp_list .item .row .right .right_d .pimg {
     height:180px;
     width:180px;
     overflow: hidden;
 }

.comp_list .item .row .right .right_d .pimg a{
  width:100%;
    height:100%;
    overflow: hidden;
    display: block;
}

.comp_list .item .row .right .right_d .pimg a img{
    height:180px;
    width:auto;
    margin-left: 90px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.comp_list .item .row .right .right_d .pname {
    display: none;
    position: absolute;
    left:0;
    top:0;
    height:180px;
    width:180px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    padding:10px;
    box-sizing: border-box;
}

.comp_list .item .row .right .right_d:hover .pname{
    display: block;
}

.comp_list .item .row .right .right_d .pname a{
    display: inline-block;
    margin-top: 80px;
    transform: translateY(-50%);
    color:#fff;
    font-size: 14px;
}
.comp_list .item .row .right .right_d .pname .comp_cover_link{
    position: absolute;
    left:0;
    top:0;
    display: block;
    width:100%;
    height:100%;
}
.com_icon {
    margin: 5px 0 20px 40px;
    padding-left: 26px;
    font-size: 12px;
    color: #999999;
    position: relative;
}
.com_icon a {
    color: #999999;
}
.com_icon i {
    width: 26px;
    height: 16px;
    position: absolute;
    top: 0;
    left: -26px;
    background:url(../images/htyw_home_sprite.png) -173px -192px no-repeat;
}
/*inquirement*/
.inquire_list {
    width: 100%;
    box-sizing: border-box;
    padding-right: 230px;
    margin-top: 20px;
    margin-bottom: 40px;
    /* overflow: hidden; */
    zoom: 1;
}
.inquire_list .inquire_unit {
    width: 230px;
    height: 286px;
    border: 1px solid #e6e6e6;
    margin-right: 10px;
    margin-bottom:10px;
    float: left;
    box-sizing: border-box;
}
.inquire_list .inquire_unit:hover{
    border: 1px solid #ee772f;
}

.inquire_list .inquire_unit:nth-child(5n) {
    margin-right: 0;
}
.inquire_list .inquire_unit .inquire_title{
    width:100%;
    height:100px;
    padding:20px 15px;
    background-color: #F9F9F9;
    overflow:hidden;
    box-sizing: border-box;
}
.inquire_list .inquire_unit .inquire_title .inquire_content{
    height:60px;
    width:100%;
}
.inquire_list .inquire_unit .inquire_title .inquire_content .buyAmount{
    position: absolute;
    left:0;
    bottom:0;
}
.inquire_list .inquire_unit .inquire_title .inquire_content a{
    width:100%;
    max-height:80%;
    overflow: hidden;
    line-height: 20%;
    font-size: 14px;
}
.inquire_list .inquire_unit .inquire_title .inquire_content a strong{
    font-size: 14px;
    color:#555;
    width: 196px;
    height: 36px;
    overflow: hidden;
    display: inline-block;
    line-height: 18px;
}
.inquire_list .inquire_unit .inquire_title .inquire_content a strong:hover{
    color:#ee772f;
}
.inquire_list .inquire_unit .inquire_title .inquire_content a font{
    font-size: 14px;
}

.inquire_list .inquire_unit .inquire_info{
    width:100%;
    padding:12px 15px;
    overflow:hidden;
    white-space: nowrap;
    color: #999999;
    box-sizing: border-box;
    display: table;
}
.inquire_list .inquire_unit .inquire_info .inquire_content div{
    line-height: 21px;
}
.inquire_list .inquire_unit .inquire_cominfo{
    width:100%;
    height:90px;
    border-top: 1px dotted #e6e6e6;
    box-sizing: border-box;
    padding-left:15px;
    padding-right:15px;
    /*overflow:hidden; */ /*二维码分享去掉*/
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inquire_list .inquire_unit .inquire_cominfo .inquire_content{
    width:100%;
    height:90px;
}
.inquire_list .inquire_unit .inquire_cominfo .inquire_content .inquire_comname{
    width:100%;
    height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inquire_list .inquire_unit .inquire_cominfo .inquire_content .inquire_comname a{
    font-size: 14px;
    line-height: 30px;
    display: block;
    width:198px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inquire_list .inquire_unit .inquire_cominfo .inquire_content .inquire_comname a font{
    font-size: 14px;
    color:#555;
}
.highlightText{
    color: #ee772f;
}
.inquire_list .inquire_unit .inquire_cominfo .inquire_content .inquire_start{
    margin-bottom: 5px;
}
.inquire_list .inquire_unit .inquire_cominfo .inquire_content .inquire_comname{
    margin-bottom: 5px;
    padding-top: 15px;
}
.inquire_list .inquire_unit .inquire_cominfo .inquire_content .inquire_quote{
    width:100%;
    height:25px;
}
.inquire_list .inquire_unit .inquire_cominfo .inquire_content .inquire_quote a{
    border: 1px solid #ee772f;
    text-align: center;
    cursor: pointer;
    padding:2px 5px;
    display: inline-block;
    font-size: 12px;
    background: #fef3e8;
    color:#ee772f;
    margin-right: 10px;
}
.inquire_list .inquire_unit .inquire_cominfo .inquire_content .inquire_quote a:hover{
    background: #fae4cf;
}
/*采购页采购类目样式*/
.wrapper .buySearch_type_box{
    width:100%;
}
.wrapper .buySearch_type_box .buySearch_type_header{
    width:100%;
    height:30px;
    position: relative;
}
.wrapper .buySearch_type_box .buySearch_type_header a:nth-child(1){
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.wrapper .buySearch_type_box .buySearch_type_header a:nth-child(2){
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.wrapper .buySearch_type_box .buySearch_type_header a{
    float:left;
    border: 1px solid #ee772f;
    padding:0 10px;
    height:28px;
    line-height: 28px;
    color:#ee772f;
    background: #fff;
    font-size: 16px;
}
.wrapper .buySearch_type_box .buySearch_type_header a#subscription,.wrapper .buySearch_type_box .buySearch_type_header a.share_btn{
    background: none;
    border: 0;
    padding:0;
    margin-left: 21px;
    height:30px;
    color:#ffa86d;
    line-height: 30px;
    font-size: 16px;
}
.wrapper .buySearch_type_box .buySearch_type_header a.share_btn{
    margin-left: 62px;
    width: 52px;
    background:url(../images/share_btn1.png) no-repeat right 8px;
    cursor: default;
}
.wrapper .buySearch_type_box .buySearch_type_header a#subscription:hover{
    color:#ff5f00;
}
.wrapper .buySearch_type_box .buySearch_type_header a.active{
    background: #ee772f;
    color:#fff;
}

.wrapper .buySearch_type_box .buySearch_type_content{
    width:100%;
    padding-top: 20px;
    background: #F9F9F9;
    border:1px solid #e8e8e8;
    box-sizing: border-box;
    border-bottom: 0;
}
.wrapper .buySearch_type_box .buySearch_type_content .left{
    width:40px;
    padding-left: 20px;
    float:left;
    margin-bottom: 20px;
}
.wrapper .buySearch_type_box .buySearch_type_content .left a{
    font-size: 14px;
    color:#333;
}
.wrapper .buySearch_type_box .buySearch_type_content .right{
    width:1100px;
    float:left;
}
.wrapper .buySearch_type_box .buySearch_type_content .right span{
    width:90px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    border-right: 1px solid #bfbfbf;
    font-size: 14px;
    padding-right: 9px;
    padding-left: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.wrapper .buySearch_type_box .buySearch_type_content .right span a{
    font-size: 14px;
    color:#555;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width:90px;
}
.wrapper .buySearch_type_box .buySearch_type_content .right span a:hover{
    color:#ee772f;
}
.wrapper .buySearch_type_box .buySearch_type_content .right span a.active{
    color:#ee772f;
}
/*无商品*/
.empty_product {
    width: 960px;
    height: 400px;
    position: relative;
}
.empty_product_box {
    width: 850px;
    height: 200px;
    position: relative;
    top: 30%;
    left: 40%;
    margin-left: -265px;
    overflow: hidden;
}
.empty_product_box>div {
    float: left;
}
.empty_product_box>div:first-child {
    width: 145px;
    height: 138px;
}
.empty_product_box>div:first-child img {
    width: 145px;
    height: 138px;
    vertical-align: middle;
}
#empty_product_content {
    width: 800px;
}
#empty_product_content a {
    margin-left: 20px;
    color: #fc7820;
    font-size: 18px;
}
#empty_product_content span {
    color: #555;
    font-size: 18px;
    margin-right: 10px;
}
.empty_product_content {
    width:650px;
    height: 138px;
    margin-left: 50px;
}
.empty_product_content>div {
    font-size: 16px;
    margin-top: 20px;
    color: #555;
    margin-bottom: 30px;
}
.empty_product_content>div span {
    font-size: 16px;
    color: #fc7820;
}
.empty_product_content>p {
    color: #555;
    font-size: 12px;
    margin-top: 10px;
}
.empty_product_content .empty_product_content_link {
    margin-top: 10px;
    margin-bottom: 0px;
}
.empty_product_content .empty_product_content_link p a {
    font-size: 14px;
    color: #fc7820;
}
.empty_product_content .empty_product_content_link p a:hover {
    color: #FF4E02;
}
/*求购搜索页添加app推荐广告样式*/
.app_ad_box{
    width:138px;
    background:#f5f5f5;
    position: fixed;
    right:20px;
    padding-top: 22px;
    z-index: 100000;
}
.app_ad_box .app_ad_close{
    display: block;
    width:22px;
    height:22px;
    position: absolute;
    top:0;
    right:0;
    background: url("../images/app_ad/app_ad_close.png") no-repeat 0 0;
    cursor:pointer;
}
.app_ad_box .app_ad_close:hover{
    background: url("../images/app_ad/app_ad_close_1.png") no-repeat 0 0;
}
.app_ad_box .title{
    width:100%;
    line-height: 30px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 20px;
}
.app_ad_box .title .deadline{
    display: block;
    width:110px;
    height:1px;
    background:#dbdbdb;
    margin:0 auto;
}
.app_ad_box .ad_content_box{
    padding:0 20px;
    width:98px;
    height:480px;
    overflow: hidden;
}
.app_ad_box .ad_content_box ul{
    width:98px;
}
.app_ad_box .ad_content_box ul li{
    width:100%;
    height:160px;
}
.app_ad_box .ad_content_box ul li .list_img{
    width:85px;
    height:85px;
    margin:0 auto;
    display: block;
}
.app_ad_box .ad_content_box ul li img{
    width:85px;
    height:85px;
    margin:0 auto;
    display: block;
}
.app_ad_box .ad_content_box ul li .list_title{
    width:100%;
    display: block;
    padding-top: 5px;
    line-height: 25px;
    font-size: 14px;
    height:25px;
    text-align: center;
}
.app_ad_box .ad_content_box ul li .list_title a{
    display: inline-block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color:#555;
    font-weight: 700;
}
.app_ad_box .ad_content_box ul li .list_text a{
    display: inline-block;
    max-width:100%;
    color:#888;
    max-height: 100%;
    line-height: 20px;
}
.app_ad_box .ad_content_box ul li .list_text a:hover{
    color:#ee772f;
}
.app_ad_box .ad_content_box ul li .list_title a:hover{
    color:#ee772f;
}

.app_ad_box .ad_content_box ul li .list_text{
    width:100%;
    display: block;
    font-size: 12px;
    height:40px;
    overflow: hidden;
}
.app_ad_box .btn{
    width:100%;
    height:40px;
}
.app_ad_box .btn .btnL{
    width:16px;
    height:10px;
    display: block;
    overflow: hidden;
    position: absolute;
    top:10px;
    left:35px;
    cursor:pointer;
    background: url("../images/app_ad_arrow.png") no-repeat 0 0;
}
.app_ad_box .btn .btnL:hover{
    background: url("../images/app_ad_arrow.png") no-repeat 0 -19px;
}
.app_ad_box .btn .btnR:hover{
    background: url("../images/app_ad_arrow.png") no-repeat 0 -57px;
}
.app_ad_box .btn .btnR{
    width:16px;
    height: 10px;
    display: block;
    overflow: hidden;
    position: absolute;
    top:10px;
    right:35px;
    cursor:pointer;
    background: url("../images/app_ad_arrow.png") no-repeat 0 -38px;
}
/*hot*/
.buySearch_type_header .hot {
    position: absolute;
    top: -10px;
    left: 330px;
    width: 28px;
    height: 19px;
}

/*share*/
.code_sharing_box{
    position: absolute;
    width: 118px;
    height: 128px;
    border:1px solid #f0f0f0;
    left:0;
    top:0;
    z-index: 100;
    padding: 9px 9px 0 10px;
    box-sizing: border-box;
    background-color: white;
}
.code_sharing_box .sharing_content{
    width:100%;
    height: 92px;
}
.code_sharing_box .share_info{
    font-size: 14px;
    color: #9b9a9a;
    text-align: center;
    line-height: 25px;
}
.buySearch_type_box a.share_btn,.inquire_list a.share_btn{
    position: relative;
    background: url(../images/share_btn1.png) no-repeat right center;
}
.inquire_list .inquire_unit .inquire_cominfo .inquire_content a.share_btn{
    cursor: default;
    padding: 2px 19px 2px 5px;
    background-image:url(../images/share_btn2.png);
    background-position: 31px 4px;
    background-repeat: no-repeat;
    background-color: #fef3e8;
}
.inquire_list .inquire_unit .inquire_cominfo .inquire_content a.share_btn:hover{
    background-image:url(../images/share_btn2.png);
    background-position: 31px 4px;
    background-repeat: no-repeat;
    background-color: #fef3e8;
}
.new_inquire_list.inquire_list .inquire_unit:nth-child(5n){
    margin-right: 10px;
}
.new_inquire_list.inquire_list{
    float:left;
}
/*广告部分样式开始*/
.advertisement {
    position:absolute;
    top: 170px;
    right:0;
    /*float:right;*/
    width:230px;
    margin-top: 0;
    border:1px solid #f6cea0;
    box-sizing:border-box;
    /*overflow: hidden;*/
    zoom: 1;
}
.advertisement .inquire_unit {
    width: 230px;
    height: 296px;
    margin-bottom:30px;
    margin-left: -1px;
    float: left;
    box-sizing: border-box;
    border:1px solid transparent;
}
.advertisement .inquire_unit:last-child{
    margin-bottom:-1px;
}
.advertisement .inquire_unit:hover{
    border: 1px solid #ee772f;
}
.advertisement .advertisement_title{
    height: 50px;
    position:relative;
    color:rgb(238,119,47);
    font-weight:700;
}
.advertisement .advertisement_title .ad_title_img{
    height: 20px;
    line-height: 20px;
    width: 145px;
    text-align: center;
    font-size:14px;
    background-image:url(../images/ad_img_bg.png);
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-72px;
    margin-top:-10px;

}
.advertisement .inquire_unit:nth-child(5n) {
    margin-right: 0;
}
.advertisement .inquire_unit .inquire_title{
    width:100%;
    height:100px;
    padding:20px 15px;
    padding-top: 22px;
    background-color: rgb(254,243,232);
    overflow:hidden;
    box-sizing: border-box;
}
.advertisement .inquire_unit .inquire_title .inquire_content{
    text-align: center;
    height:60px;
    width:100%;
    font-size:16px;
}
.advertisement .inquire_unit .inquire_title .inquire_content .buyAmount{
    font-size:14px;
    width:100%;
    position: absolute;
    left:0;
    bottom:5px;
}
.advertisement .inquire_unit .inquire_title .inquire_content a{
    width:100%;
    max-height:80%;
    overflow: hidden;
    line-height: 20%;
    font-size: 14px;
}
.advertisement .inquire_unit .inquire_title .inquire_content a strong{
    font-size: 16px;
    color:#555;
    width: 196px;
    height: 36px;
    overflow: hidden;
    display: inline-block;
    line-height: 18px;
}
.advertisement .inquire_unit .inquire_title .inquire_content a strong:hover{
    color:#ee772f;
}
.advertisement .inquire_unit .inquire_title .inquire_content a font{
    font-size: 14px;
}

.advertisement .inquire_unit .inquire_info{
    width:100%;
    padding:12px 15px;
    overflow:hidden;
    white-space: nowrap;
    color: #999999;
    box-sizing: border-box;
    display: table;
    padding-bottom:0px;
}
.advertisement .inquire_unit .inquire_info .inquire_content div{
    line-height: 28px;
    font-size:14px;
}
.advertisement .inquire_unit .inquire_cominfo{
    width:100%;
    height:70px;
    box-sizing: border-box;
    padding-left:15px;
    padding-right:15px;
    /*overflow:hidden; */ /*二维码分享去掉*/
    text-overflow: ellipsis;
    white-space: nowrap;
}
.advertisement .inquire_unit .inquire_cominfo .inquire_content{
    width:100%;
    height:90px;
}
.advertisement .inquire_unit .inquire_cominfo .inquire_content .inquire_comname{
    width:100%;
    height:30px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.advertisement .inquire_unit .inquire_cominfo .inquire_content .inquire_comname a{
    font-size: 14px;
    line-height: 30px;
    display: block;
    width:198px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.advertisement .inquire_unit .inquire_cominfo .inquire_content .inquire_comname a font{
    font-size: 14px;
    color:#555;
}
.highlightText{
    color: #ee772f;
}
.advertisement .inquire_unit .inquire_cominfo .inquire_content .inquire_start{
    margin-bottom: 5px;
}
.advertisement .inquire_unit .inquire_cominfo .inquire_content .inquire_comname{
    margin-bottom: 5px;
    padding-top: 15px;
    text-align: center;
}
.advertisement .inquire_unit .inquire_cominfo .inquire_content .inquire_quote{
    width:100%;
    height:25px;
}
.advertisement .inquire_unit .inquire_cominfo .inquire_content .inquire_quote a.share_btn{
    cursor: default;
    padding: 2px 19px 2px 5px;
    background-image:url(../images/share_btn2.png);
    background-position: 31px 4px;
    background-repeat: no-repeat;
    background-color: #fef3e8;
}
.advertisement .inquire_unit .inquire_cominfo .inquire_content .inquire_quote a{
    border: 1px solid #ee772f;
    text-align: center;
    cursor: pointer;
    padding:2px 5px;
    display: inline-block;
    font-size: 12px;
    background: #fef3e8;
    color:#ee772f;
    margin-right: 10px;
}

.advertisement .inquire_unit .inquire_cominfo .inquire_content .inquire_quote a:hover{
    background: #fae4cf;
}
.advertisement .inquire_unit .inquire_cominfo .inquire_content .inquire_quote a.share_btn:hover{
    background-image:url(../images/share_btn2.png);
    background-position: 31px 4px;
    background-repeat: no-repeat;
    background-color: #fef3e8;
}
/*广告部分样式结束*/
/*无商品广告样式调整开始*/
.empty_box{
    width: 1200px;
    height: 1500px;
    margin-top: 20px;
}
.empty_product {
    width: 960px;
    height: 400px;
    position: relative;
    float:left;
}
/*无商品广告样式调整结束*/
/*求购页面添加tab栏样式开始*/
.news_cats {
    width:1200px;
    height:50px;
    line-height: 50px;
    background-color: #f2f2f2;
    position:relative;
}
.news_cats a{
    float:left;
    height:50px;
    line-height: 50px;
    padding: 0 22px;
    display:block;
    font-size:14px;
    color: #555555;
}
.news_cats a:hover, .news_cats a.active {
    background-color: #ff6e06;
    color: #fff;
}
.news_cats .subscription,.news_cats .share_btn{
    float:right;
}
.news_cats .subscription_btn{
    float:right;
}
.news_cats a.share_btn{
    padding-right: 44px;
    background: url(../images/share_btn1.png) no-repeat 56px center;
    cursor: default;
}
.news_cats a.share_btn:hover{
    background-color: #ff6e06;
}
.news_cats .subscription{
    padding-right: 35px;
}
.news_cats .subscription_btn{
    padding-right: 35px;
}
.buySearch_type_box .hot {
    position: absolute;
    top: -10px;
    right: 100px;
    width: 28px;
    height: 19px;
    z-index: 1;
}
.news_cats .code_sharing_box {
    cursor: default;
}
/*维修服务*/
.ad_repair{
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    height: 150px;
    margin-top: 0;
    box-sizing: border-box;
}
/*求购页面添加tab栏样式结束*/

@media (max-width: 1440px){
   .app_ad_box {
       display: none;
   }
}