/* 顶部导航 */
/* 顶部导航 */
/*.nav {*/
/*    height: 120px;*/
/*    line-height: 120px;*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*}*/
.nav-left {
    /*position: relative;*/
}
.nav-left img {
    /*margin-top: 30px;*/
    cursor: pointer;
}
/*搜索框*/
.nav-right {
    /*text-align: right;*/
    /*line-height: 40px;*/
    /*padding-top: 26px;*/
    /*text-align: right;*/
}
.nav-right-search {
    display: inline-block;
    height: 40rpx !important;
    width: 570px;
    box-sizing: border-box;
    border: 3px solid #2A83FE;
}
.nav-right-search-input {
    display: inline-block;
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 38px;
    width: 420px;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
}
.nav-right-search-btn {
    display: inline-block;
    height: 41px;
    font-size: 18px;
    width: 120px;
    margin-right: -3px;
    text-align: center;
    background-color: #2A83FE;
    color: white;
    cursor: pointer;
}
.nav-right-hot-search {
    width: 570px;
    text-align: left;
    white-space:nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #666666;
    font-size: 16px;
}
.nav-right-hot-search-one {
    cursor: pointer;
}

.nav-right-hot-search .division-line {
    padding: 0px 12px;
}

/*搜索框*/
.nav-right {
    text-align: right;
    line-height: 40px;
}
.nav-right-search {
    width: 570px;
    box-sizing: border-box;
    border: 3px solid #2A83FE;
}
.nav-right-search-input {
    display: inline-block;
    outline: none;
    border: none;
    font-size: 16px;
    line-height: 38px;
    width: 420px;
    margin: 0px;
    padding: 0px;
    background-color: #F7F7F7;
}
.nav-right-search-btn {
    display: inline-block;
    height: 41px;
    font-size: 18px;
    width: 120px;
    margin-right: -3px;
    text-align: center;
    background-color: #2A83FE;
    color: white;
    cursor: pointer;
}


.nav-breadcum {
    color:#7B7B7B;
    font-size: 14px;
    margin-top: 0px;
    margin-bottom: 19px;
}
.nav-breadcum a {
    color:#7B7B7B;
}


/*品类列表*/
.factory-type-list {
    position: relative;
    color: #2A2A2A;
    background-color: white;
    overflow: hidden;
    padding-top: 20px;
    margin-bottom: 6px;
    max-height: 80px;
}
.factory-type-list-left,.factory-type-list-center {
    float: left;
}
.factory-type-list-left {
    padding-left: 20px;
    font-size: 16px;
}
.factory-type-list-center {
    width: 1100px;
}
.factory-type-list-center-one {
    display: inline-block;
    width: 100px;
    margin-bottom: 15px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.factory-type-list-center-one span {
    display: inline-block;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}
.factory-type-list-center-one.active span{
    color: #2A83FE;
    border-color: #2A83FE;
}

.factory-type-list-more {
    position: absolute;
    top: 16px;
    right: 10px;
    cursor: pointer;
}
.factory-type-list-more span,.factory-type-list-more img {
    display: inline-block;
    vertical-align: middle;
}
.factory-type-list-more img {
    width: 9px;
    height: 6px;
    margin-left: 5px;
}
.factory-type-list-more.close {
    color: #2A83FE;
    /*transform: rotateX(180deg);*/
}


/* 报价商户列表 */
.baojia-factory-list {
    padding-top: 10px;
    padding-left: 20px;
    padding-right: 70px;
    padding-bottom: 20px;
    box-sizing: border-box;
    background-color: white;
    position: relative;
    max-height: 100px;
    overflow: hidden;
}

.baojia-factory-list-one {
    display: inline-block;
    border-radius: 15px;
    background-color: #F7F7F7;
    height: 30px;
    font-size: 14px;
    line-height: 30px;
    color:#2A2A2A;
    padding: 0px 15px;
    margin-top: 10px;
}

.baojia-factory-list-one.active {
    background-color: #D4E6FF;
}

.baojia-list-empty {
    /*margin-top: -10px;*/
    background-color: white;
    text-align: center;
    font-size: 18px;
    line-height: 50px;
    color: #2A2A2A;
}

.baojia-factory-list-more {
    position: absolute;
    top: 16px;
    right: 10px;
    cursor: pointer;
}
.baojia-factory-list-more span,.baojia-factory-list-more img {
    display: inline-block;
    vertical-align: middle;
}
.baojia-factory-list-more img {
    width: 9px;
    height: 6px;
    margin-left: 5px;
}
.baojia-factory-list-more.close {
    color: #2A83FE;
    /*transform: rotateX(180deg);*/
}


/* 报价信息 */
.baojia {
    /*margin-top: 25px;*/
    border:1px solid rgba(226,226,226,1);
    border-radius:10px;
    overflow: hidden;
    background-color: white;
    padding-bottom: 26px;
}
.baojia-title {
    margin: 0px 12px;
    padding-top: 20px;
}
.baojia-title-name {
    color: #323232;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    line-height: 35px;
    text-align: center;
}
.baojia-title-info {
    height: 30px !important;
    font-size: 16px;
    line-height: 40px;
    overflow: hidden;
    color: #323232;
}
.baojia-title-info-number {
    color: #FF7800;
}
.baojia-title-info-more {
    line-height: 20px;
    float: right;
    color: #00AAFE;
    border: 1px solid #00AAFE;
    padding: 4px 10px;
    border-radius: 5px;
}
.baojia-title-info-more.guanzhu {
    background-color: #00AAFE;
    color: white;
}
.baojia-title-info-more.qxgz {
    border: 1px solid #7C7C7C;
    color: #7C7C7C;
}
.baojia-title-info-more.jiaofei {
    border: 1px solid #FF6600;
    color: #FF6600;
    margin-left: 15px;
}


.baojia-table {
    margin: 12px;
    /* margin-top: 0px; */
}
.baojia-row {
    border-top: 1px solid rgba(226,226,226,1);
    border-right: 1px solid rgba(226,226,226,1);
}
.baojia-row-span {
    display: inline-block;
    height: 48px;
    line-height: 48px;
    text-align: center;
    border-left: 1px solid rgba(226,226,226,1);
    font-size:18px;
    font-family:Source Han Sans CN;
    color:rgba(50,50,50,1);
}
.baojia-row-span.title {
    font-weight:bold;
}
.baojia-row:last-of-type {
    border-bottom: 1px solid rgba(226,226,226,1);
}
.baojia.tuijian .baojia-title {
    background:#169FFF;
}
.baojia-row-span.more {
    color: #00AAFE;
    font-size: 16px;
}


.tianchong-div {
    margin-top: 20px;
    /*background-color: #fff;*/
    /*height: 60px;*/
}


