.product_group {
    display: none;
}

.product_tit:hover ~ .product_group {
    display: block;
    position: absolute;
}

.product_group:hover {
    display: block;
}

.search_key {
    background-color: #f49e15;
    padding: 0 12px;
    height: 34px;
    color: #FFFFFF !important;
    font-weight: 400 !important;
    display: inline-flex;
    align-items: center;
    margin-right: 5px;
    font-size: 14px !important;
    cursor: pointer;
}

.search_key .icon-cha {
    margin-left: 10px;
}

.vendor_search {
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 55px;
}

.vendor {
    padding-bottom: 70px;
}

.vendor_cont {
    position: relative;
}

.vendor_link {
    position: absolute;
    right: 0;
    top: -45px;
}

.vendor_link_sort {
    display: inline-block;
    font-size: 14px;
    color: #0C0C0C;
    text-align: center;
    width: 100px;
    line-height: 32px;
    background-color: #efefef;
    float: left;
    margin-right: 20px;
    border: #0a0a0a;
}

.vendor_link_sort_open {
    color: #ffffff !important;
    background-color: #f49e15;
    border: none;
}


/*搜索*/
.vendor_s_item {
    border-bottom: 1px dotted #eaeaea;
}

.vendor_s_item:nth-last-child(1) {
    border-bottom: none;
    padding: 5px 0;
}

.vendor_s_i_left {
    font-size: 14px;
    color: #444444;
    display: inline-block;
    float: left;
    padding: 10px 0;
    line-height: 30px;
}

.vendor_s_i_right {
    float: right;
    text-align: left;
    width: 1098px;
    padding: 10px 0;
}

.vendor_s_i_right.vendor_sub_style a {
    font-size: 14px;
    color: #999;
    display: inline-block;
    line-height: 30px;
    height: 30px;
    margin-right: 30px;
    padding: 0 10px;
}


.vendor_s_i_right a.open {
    border: 0.5px solid #456598;
    color: #456598;
    line-height: 29px;
    height: 29px;
}

.vendor_s_i_right.vendor_sub {
    padding: 0 10px 0 10px;
    width: 1098px;
    border: 1px solid #E3E3E1;
    margin-bottom: 10px;
    display: none;
}

.vendor_s_i_right.vendor_sub a {
    margin-right: 20px;
}

.vendor_s_i_right a {
    position: relative;
}

.vendor_s_i_right a.vendor_nav.open, .vendor_s_i_right a.vendor_nav2.open {
    border: none;
}

.vendor_s_i_right.vendor_sub_style a.vendor_nav.open:after, .vendor_s_i_right.vendor_sub_style a.vendor_nav2.open:after {
    content: "";
    background: none;
}

.vendor_s_i_right.vendor_sub_style a.open:after {
    content: "\2714";
    speak: none;
    position: absolute;
    right: 0;
    bottom: 0;
    font-family: cursive;
    transition: 0.5s;
    color: white;
    font-size: 5px;
    line-height: 10px;
    background: #456598;
}

.vendor_s_i_right.vendor_sub_style a.open:hover:after {
    content: "\2716";
}

.vendor_sub_style a.vendor_nav2.open:hover:after, .vendor_sub_style a.vendor_nav.open:hover:after {
    content: "";
    display: none;
}

.vendor_sub3 {
    clear: both;
    background: #eeeeee;
    color: white;
    padding: 0 10px;
    margin-bottom: 10px;
    display: none;
}


.vendor_s_i_right a:nth-last-child(1) {
    margin-right: 0;
}

.vendor_s_i_right.vendor_sub_style a:hover {
    color: #456598;
}

.vendor_s_i_right_city {
    float: left;
    width: 305px;
}

.vendor_s_i_right_city .form-group {
    float: left;
    margin-right: 20px;
    position: relative;
}

.vendor_s_i_right_city .form-group .form-control {
    border: 1px solid #e3e3e3;
    padding: 8px 10px;
    width: 140px;
    font-size: 14px;
    color: #999;
    line-height: 25px;
    height: 18px;
    cursor: pointer;
    position: relative;
    box-sizing: content-box;
}

.vendor_s_i_right_city .form-group .form-control:after {
    content: "\25BC";
    speak: none;
    position: absolute;
    right: 7px;
    top: 7px;
    font-family: cursive;
    color: #c9c9c8;
}

.vendor_s_i_right_city .form-group .form-select {
    position: absolute;
    border: 1px solid #e3e3e3;
    padding: 8px 10px;
    width: 140px;
    font-size: 12px;
    color: #666;
    line-height: 25px;
    background: white;
    top: 40px;
    display: none;
    z-index: 50;
    max-height: 170px;
    overflow-y: scroll;
    box-sizing: content-box;
}

.vendor_s_i_right_city .form-group .form-select .city {
    display: none;
}

.vendor_s_i_right_city .form-group .form-select.show {
    display: block;
}

.vendor_s_i_right_city .form-group .form-select a {
    display: block;
    text-align: center;
    cursor: pointer;
}

.vendor_s_i_right_city_clear {
    float: right;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    background-color: #f49e15;
    width: 96px;
    cursor: pointer;
}

.vendor_s_i_right_city_clear:hover {
    background-color: #ffa600;
}

.vendor_s_i_right_zhanhao {
    float: right;
    padding-right: 120px;
}

.vendor_s_i_right_zhanhao input {
    float: left;
    border: 1px solid #e3e3e3;
    padding: 4px 10px;
    width: 140px;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-right: 20px;
}

.vendor_s_i_right_zhanhao input::placeholder {
    font-size: 14px;
    color: #999;
}

.vendor_s_i_right_zhanhao_sousuo {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    background-color: #f49e15;
    width: 68px;
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
}

.vendor_s_i_right_zhanhao_sousuo:hover {
    background-color: #ffa600;
}

.vendor_s_i_right_zhanhao_clear {
    float: right;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 35px;
    background-color: #f49e15;
    width: 96px;
    cursor: pointer;
}

.vendor_s_i_right_zhanhao_clear:hover {
    background-color: #ffa600;
}

/*搜索end*/

.vendor_group {

}

.vendor_item {
    padding-bottom: 40px;
    border-bottom: 2px solid #f49e15;
    margin-bottom: 50px;
}

.vendor_item_tit {
    width: 100%;
    height: 48px;
    background: url(../img/firm/v_tit.png) no-repeat 50% 50%;
    position: relative;
}

.vendor_item_tit:hover {
    background: url(../img/firm/v_tit_on.png) no-repeat 50% 50%;
}

.vendor_item_tit span {
    display: inline-block;
    font-size: 14px;
    line-height: 48px;
    color: #ffffff;
    padding-left: 20px;
}

.vendor_item_tit span a {
    color: white;
}

.vendor_item_tit_link {
    position: absolute;
    right: 0;
    top: 0;
}

.vendor_contact {
    cursor: pointer;
}

.vendor_item_tit_link a {
    display: inline-block;
    font-size: 14px;
    line-height: 36px;
    padding: 0 5px;
    margin-right: 20px;
    position: relative;
    padding-left: 25px;
}

.vendor_item_tit_link a i {
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../img/firm/v_tit_phone.png) no-repeat 50% 50%;
}

.vendor_item_tit_link a:nth-last-child(1) {
    margin-right: 0;
    padding-left: 5px;
}

.vendor_item_tit_link a:hover {
    color: #456598;
}

.vendor_item_tit_link a:hover i {
    background: url(../img/manufacturers/v_tit_phone_on.png) no-repeat 50% 50%;
}

.vendor_item_info {
    border-bottom: 1px dotted #eaeaea;
    text-align: center;
}

.vendor_item_info_left {
    float: left;
    padding: 30px 40px;
}

.vendor_item_info_left img {
    max-width: 168px;
    max-height: 168px;
}

.vendor_item_info_right {
    float: right;
    width: 720px;
    padding-right: 200px;
    padding-top: 45px;
    box-sizing: content-box;
}

.vendor_item_info_right_item {
    float: left;
    width: 50%;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 36px;
}

.vendor_pro {

}

.vendor_pro_item .label {
    position: absolute;
    z-index: 8;
    right: 16px;
    top: 16px;
    background-color: #fff;
    padding: 0 10px;
    border-radius: 2px;
    font-size: 12px;
    color: #0a0a0a;
    line-height: 28px;
    display: none;
}

.vendor_pro_item .label:hover {
    background-color: #d9d9d9;
    color: #414141;
}

.vendor_pro_item .label:hover i {
    color: #414141;
}


.vendor_pro_item:hover {
    box-shadow: 0 0 10px 3px #ececec;
    margin-top: -5px;
}

.vendor_pro_item:hover .label {
    display: inline-block;
}

.vendor_pro_item {
    float: left;
    width: 228px;
    margin-right: 15px;
    padding-bottom: 10px;
    background-color: #fff;
    box-shadow: 0 5px 10px 0 #eeeeee;
    display: inline-block;
    position: relative;
}

.vendor_pro_item:nth-last-child(1) {
    margin-right: 0px;
}

.vendor_pro_item h2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    padding: 0 15px;
    padding-top: 15px;
}

.vendor_pro_item img {
    width: 228px;
    height: 228px;
    margin: 0 auto;
    display: block;
}

.province-select {
    border: 1px solid #e3e3e3;
    padding: 8px 10px;
    width: 160px;
    font-size: 14px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
}

.province-select option {
    color: #333333;
    max-height: 188px;
}

.province-select option:first-child {
    color: #999;
}
/*搜索区select框选中样式*/
.vendor_s_i_right select.open {
    color: #456598;
    border: 1px solid #456598;
}
