/*精准搜索下边的 搜索标签*/

.lx_list .undata {
    text-align: left;
    padding-top: 0;
    line-height: 23px;
}
.subnav ul li:nth-child(1) .second_img {
    background-position-x: 0;
}
.subnav ul li:nth-child(1) a h3 {
    color: #03a9f4;
}
.search .banner {
    background: #fff;
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 2;
    min-width: 1200px;
}
.search .banner .banner_con {
    width: 1400px;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.search .banner .banner_con:after{
    content: "";
    margin: 0;
    padding: 0;
    clear: both;
    visibility: hidden;
    display: block;
}
.banner_con>div{
    float: left;
}
.banner_sx{
    width: 200px;
    margin-right: 4%;
    font-size: 20px;
}
.banner_sx .am-selected-btn.am-btn-default{
    padding-top: 13px;
    padding-bottom: 13px;
}
.banner_con .gzh{
    float: right;
    position: relative;
    cursor: pointer;
}
.banner_con .gzh span{
    display: block;
    border:1px solid #03a9f4;
    line-height: 46px;
    padding: 0 5px;
    margin-left: 20px;
    color: #03a9f4;
}
.banner_con .gzh img{
    display: none;
    width: 200px;
    position:absolute;
    right: 0;
}
.banner_con .gzh:hover img{
    display: block;
}
/*搜索下的类别*/
.search .banner .search_tab {
    width: 88%;
}
.search .banner .search_tab ul {
    width: 100%;
    /*text-align: left;*/
    font-size: 16px;
    text-align: center;
}
.search .banner .search_tab ul:after {
    content: "";
    visibility: hidden;
    display: block;
    clear: both;
    width: 0;
}
.icon-logo1 {
    background: url("/static/baihuo/ps/imgs/s_logo1.png") no-repeat;
}
.icon-logo2 {
    background: url("/static/baihuo/ps/imgs/s_logo2.png") no-repeat;
}
.icon-logo3 {
    background: url("/static/baihuo/ps/imgs/s_logo3.png") no-repeat;
}
.icon-logo4 {
    background: url("/static/baihuo/ps/imgs/s_logo4.png") no-repeat;
.
}
.icon-logo5 {
    background: url("/static/baihuo/ps/imgs/s_logo5.png") no-repeat;
}
.search .banner .search_tab ul li {
    padding: 5px 10px;
    /*width: 20%;*/
    display: inline-block;
    text-align: center;
    padding-bottom: 15px;
    position: relative;
    cursor: pointer;
    line-height: 40px;
    padding-right: 40px;
    padding-left: 30px;
}
.search .banner .search_tab ul li span {
    position: absolute;
    width: 21px;
    height: 20px;
    display: inline-block;
    left: 0;
    top: 50%;
    margin-top: -15px;
    background-position: -21px 0;
}
.search .banner .search_tab ul li:hover {
    color: #fff;
}
.search .banner .search_tab ul li:hover span {
    background-position: 0 0;
}
.search .banner .search_tab ul li.search_tab_on {
    color: #fff;
}
.search .banner .search_tab ul li.search_tab_on span {
    background-position: 0 0;
}
.search .banner .search_tab ul li.search_tab_first:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 1px solid #444;
    border-right: 1px solid #444;
    transform: rotate(-45deg);
    bottom: -5px;
    left: calc(50% - 5px);
    z-index: 2;
    background: #fff;

}
.search .banner .search_tab ul li.search_tab_on:after {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    transform: rotate(-45deg);
    bottom: -5px;
    left: calc(50% - 10px);
    z-index: 2;
    background: #fff;

}
/*搜索下的输入框*/
.search .banner .search_input {
    width: 960px;
    margin: 0 auto;
    position: relative;
}
.search .banner .search_input:after {
    content: "";
    margin: 0;
    padding: 0;
    display: block;
    visibility: hidden;
    clear: both;
}
.search .banner .search_input input {
    width: 88%;
    padding-right: 50px;
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 15px;
    padding-left: 17px;
    float: left;
    border:1px solid #03a9f4;
}
.search .banner .search_input div:first-child span {
    transition: all 0.2s;
    width: 12%;
    text-align: center;
    line-height: 48px;
    float: right;
    display: block;
    background: #03a9f4;
    cursor: pointer;
    font-size: 18px;
    color: #fff;
}
.search .banner .search_input div:first-child span:hover {
    transition: all 0.2s;
    background: #317ef3;
}
.search .banner .search_input .s_clist {
    position: relative;
    width: 88%;
    border: 1px solid #e6e6e6;
    background: #fff;
    display: none;
}
.search .banner .search_input .s_clistshow {
    display: block;
}
.search .banner .search_input .s_clist {
    padding: 5px 0;
}
.search .banner .search_input .s_clist a {
    display: block;
    padding: 0 20px;
    line-height: 35px;
    cursor: pointer;
}
.search .banner .search_input .s_clist a:hover {
    background: #efefef;
}
.search .banner .search_input .s_clist a span:hover {
    color: #ff4165;
}
.search .banner .search_input .s_clisting {
    height: 35px;
    text-align: center;
}
.search .banner .search_input .s_clisting img {
    max-height: 100%;
}
/*搜索下的标签*/
.search .banner #label_list {
    margin-top: 20px;
}
.search .banner .s_label {
    width: 950px;
    color: #fff;
    margin: 0 auto;
    /*margin-top: 20px;*/
}
.search .banner .s_label_fixed {
    width: 100%;
    color: #666;
    background: #eee;
    position: fixed;
    top: -20px;
    left: 0;
    z-index: 3;
    padding: 18px 0;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.18);
    /*display: none;*/
}
.search .banner .s_label_fixed .label_fixed {
    width: 1400px;
    margin: 0 auto;
}
.search .banner .s_label span {
    position: relative;
    color: #333;
    background: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    cursor: pointer;
    padding-left: 38px;
}
.search .banner .s_label span.allClear {
    width: auto;
    display: inline-block;
    font-size: 14px;
    background: none;
    padding: 5px 10px;
    border-radius: 4px;
    color: #fff;
}
.search .banner .s_label span.allClear:hover {
    color: #ff3d00;
}
.search .banner .s_label span.allClear i {
    font-size: 20px;
    font-weight: 600;
    padding-right: 5px;
}
.search .banner .s_label span .am-icon-close {
    visibility: hidden;
    color: #ff3d00;
}
.search .banner .s_label span i.icon {
    position: absolute;
    left: 10px;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position-y: 1px;
    color: #7b7b7b;
    background-position: -17px 0;
}
.search .banner .s_label span i.icon.icon-m_typestr {
    background-position-y: 2px;
}
.search .banner .s_label span i.icon.icon-l_typestr {
    background-position-y: 0;
}
.search .banner .s_label span:hover .am-icon-close {
    visibility: inherit;
}
.search .banner .s_label_fixed .label_fixed span {
    background: #03a9f4;
    color: #fff;
}
.search .banner .s_label_fixed .label_fixed span.allClear {
    color: #03a9f4;
    background: none;
}
.search .banner .s_label_fixed .label_fixed span.allClear:hover {
    color: #ff3d00;
}
.search .banner .s_label_fixed span i.icon {
    color: #fff;
    background-position: 0 0;
}
.search .banner .s_label > i, .search .banner .s_label .label_fixed > i {
    cursor: pointer;
    margin-left: 10px;
    font-size: 18px;
    padding: 4px 5px;
    width: 18px;
    height: 18px;
    display: inline-flex;

}
.search .banner .s_label .label_fixed > i {
    background-position-x: -39px;
}
.search .banner .s_label > i:hover, .search .banner .s_label .label_fixed > i:hover {
    color: #ff3d00;
    background-position-x: -20px;
}
/*筛选类别*/
.search_criteria {
    position: relative;
    padding-bottom: 20px;
    min-width: 1040px;
}
.search_criteria .s_tj {
    background: #fff;
    width: 100%;
    margin:0 auto;
    margin-top: 20px;
    /*border-top: 2px solid #62bbff;*/
      box-shadow: 1px 1px 5px #eee;
}
.search_criteria .criteria_main {
    /*transition: all 0.2s;*/
    width: 100%;
    margin: 0 auto;
    line-height: 40px;
    background: #fff;
    padding: 10px;

}
.search_criteria .criteria_main_on {
    transition: all 0.2s;
    height: 0;
    overflow: hidden;
}
.search_criteria .criteria_main .criteria_title {
    padding-right: 0;
    width: 10%;
    position: relative;
    padding-left: 35px;
}
.search_criteria .criteria_main .criteria_title span {
    margin-right: 3px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background-size: cover;

}
.search_criteria .criteria_main .c_category .criteria_con, .search_criteria .criteria_main .c_area .criteria_con {
    width: 82%;
    transition: all 0.2s;
    height: 40px;
    overflow: hidden;
}
.search_criteria .criteria_main .c_category .criteria_con_on, .search_criteria .criteria_main .c_area .criteria_con_on {
    height: auto;
    transition: all 0.2s;

}
.search_criteria .criteria_main .c_area p {
    padding-left: 0;
    padding-right: 0;
}
.search_criteria .criteria_main .c_area p:last-child {
    float: left;
}
.search_criteria .criteria_main .criteria_con:after {
    content: "";
    width: 0;
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.search_criteria .criteria_main .criteria_con:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    clear: both;
    visibility: hidden;
}
.search_criteria .criteria_main .criteria_con a {
    /*padding-right: 35px;*/
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    margin-right: 2px;
    border-radius: 4px;
    line-height: 30px;
}
.search_criteria .criteria_main .criteria_con a:hover {
    background: #03a9f4;
    color: #fff;
}
.search_criteria .criteria_main .criteria_con a.a_on {
    color: #03a9f4;
}
.search_criteria .criteria_main .criteria_con a.a_on:hover{
    background: #03a9f4;
    color: #fff;
}
.search_criteria .criteria_main .criteria_con span {
    color: #828080;
    padding-left: 10px;
    font-size: 15px;

}
.search_criteria .criteria_main .criteria_more {
    width: 8%;
    color: #eee;
}
.search_criteria .criteria_main .criteria_more a {
    color: #03a9f4;
}
.search_criteria .criteria_main .criteria_more .am-icon-angle-down {
    transition: all 0.2s;
    transform: rotate(0deg);

}
.search_criteria .criteria_main .criteria_more .criteria_more_on .am-icon-angle-down {
    transition: all 0.2s;
    transform: rotate(-180deg);
}
.search_criteria .search_criteria_button {
    width: 100px;
    text-align: center;
    position: relative;
    margin: 0 auto;
    line-height: 30px;
    margin-bottom: -25px;
    background: #fff;
    border-radius: 4px;
    padding-top: 4px;
    margin-top: -4px;
    box-shadow: 0 4px 5px #ccc;
    transition: all 0.2s;
    transform: rotate(0deg);
}
.search_criteria .search_criteria_button:hover {
    color: #03A9F4;
    transition: all 0.2s;
    transform: rotate(0deg);
}
.search_criteria_button [class*='am-icon-']:before {
    font-size: 20px;
    display: block;
    transition: all 0.2s;
    transform: rotate(0deg);
}
.search_criteria_button.am-collapsed [class*='am-icon-']:before {
    transition: all 0.2s;
    transform: rotate(180deg) translateY(-3px);
}
/*搜索结果*/
.search_result {
    position: relative;
    min-height: 300px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
}
.search_result:after {
    content: '';
    display: block;
    clear: both;
}
.search_result > div {
    background: #fff;
    display: inline-block;
    float: left;
    /*border-top: 2px solid #62bbff;*/

}
.search_result .search_result_main {
    width: 1040px;
    min-height: 300px;
    box-shadow: 1px 1px 10px #ccc;
    position: relative;
}

.s_result {
    position: relative;
    min-height: 300px;
    width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
}
.s_result:after {
    content: '';
    display: block;
    clear: both;
}
.s_result > div {
    background: #fff;
    display: inline-block;
    float: left;
    border-top: 2px solid #62bbff;

}
.s_result .search_result_main {
    width: 1040px;
    min-height: 300px;
    box-shadow: 1px 1px 10px #ccc;
    position: relative;
}

.result {
    position: relative;
    min-height: 300px;
    width: 1400px;
    margin: 0 auto;
    margin-top: 20px;
    padding-bottom: 20px;
}
.result:after {
    content: '';
    display: block;
    clear: both;
}
.result > div {
    background: #fff;
    display: inline-block;
    float: left;
    border-top: 2px solid #62bbff;

}
.result .search_result_main {
    width: 1040px;
    min-height: 300px;
    box-shadow: 1px 1px 10px #ccc;
    position: relative;
}

.search_result_recommend {
    width: 340px;
    min-height: 300px;
    /*box-shadow: 1px 1px 10px #ccc;*/
}
/*客户列表*/
.result_title {
    background: #fafafa;
    padding: 10px;
    font-size: 14px;
    color: #999;
    height: 53px;
}
.result_title:after {
    content: "";
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
}
.result_title span {
    line-height: 30px;
    font-size: 15px;
}
.result_title span a {
    color: #03A9F4;
    font-weight: 600;
    padding: 0 10px;
}
.result_title .array {
    float: right;
    color: #666;
    font-size: 14px;
    /*box-shadow: 0 1px 5px #ccc;*/
    border: 1px solid #ccc;
    border-radius: 4px;
}
.result_title .array .am-selected{
    width: 140px;
}
.result_title .array .am-btn {
    padding: 0.3em 1em;
    font-size: 15px;
}
.result_title .array span {
    line-height: normal;
}
.result_title .array ul li span {
    line-height: 30px;
}
.result_title .array .am-selected-icon{
    color: #03a9f4;
}
.result_title select {
    display: none;
}
.result_list {
    /*padding-left: 10px;*/
    /*padding-right: 10px;*/
}
.result_dome {
    overflow: hidden;
    border-bottom: 1px solid #DEDEDE;
    padding: 12px 10px 7px;
}
.result_dome:first-child {
    border-top: 1px solid #DEDEDE;
}
.result_dome:after {
    content: "";
    clear: both;
    display: none;
    width: 0;
    height: 0;
    visibility: hidden;
}
.result_logo {
    float: left;
}
.result_logo img {
    width: 60px;
    height: 60px;
}
.result_con {
    margin-left: 70px;
    position: relative;
    min-height: 112px;
    min-width: 600px;
}
.result_con:after {
    content: "";
    clear: both;
    display: none;
    width: 0;
    height: 0;
    visibility: hidden;
}
.result_con > div {
    float: left;
    font-size: 14px;
}
.result_con > div.lx_list p {
    height: 26px;
    overflow: hidden;
}
.result_con h4 {
    padding-bottom: 6px;
    height: 24px;
}
.result_con h4 a {
    font-size: 16px;
    font-weight: 600;
}
.result_con h4 a em{
    color:#EF5644
}
.result_con div > p {
    line-height: 26px;
}
#lx_dome {
    display: none !important;
}
.result_base {
    width: 330px;
}
.result_tel {
    width: 170px;
}
.result_phone {
    width: 170px;
}
.result_mile {
    width: 260px;
}
.result_base p span:first-child {
    width: 135px;
}
.result_base p.dom span:first-child {
    width: 100%;
}
.result_base p span {
    display: inline-block;
    padding-right: 13px;
    color: #666;
    background-position-y: center;
}
.result_base p span nobr {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
    display: block;
}
.result_base p span:before {
    padding-right: 3px;
}
.result_tel p span:last-child, .result_phone p span:last-child, .result_mile p span:last-child {
    /*padding-left: 10px;*/
    font-size: 12px;
    color: #999;
}
.add_favoriteent {
    width: 60px;
    text-align: center;
    position: absolute;
    right: 30px;
    border: 1px solid #03a9f4;
    padding: 4px 0;
    border-radius: 4px;
    color: #03a9f4;
    cursor: pointer;
    top: -5px;
}
.add_favoriteent.ready_favoriteent {
    background: #03a9f4;
    color: #fff;
}
.result_getlx {
    width: 620px;
    height: 80%;
    line-height: 57px;
    padding-left: 200px;
}
.result_getlx span {
    padding: 5px 10px;
    border-radius: 4px;
    cursor: pointer;
    background: #03a9f4;
    color: #fff;
}
.result_getlx span:hover {
    background: #03a9f4;
    color: #fff;
    border-color: #03a9f4;
}
/*热门推荐*/
.recommend_list {
    padding-left: 10px;
    padding-right: 10px;
}
.recommend_dome {
    font-size: 14px;
    line-height: 18px;
    border-bottom: 1px solid #DEDEDE;
    padding-top: 10px;
    padding-bottom: 10px;
}
.recommend_dome:last-child {
    border-bottom: none
}
.recommend_dome h4 a {
    font-weight: 600;
    line-height: 40px;
    color: #333;
}
.recommend_dome h4 a:hover {
    color: #03a9f4;
}
.recommend_dome p{
    text-align: left;
    margin-right: 10px;
}
.recommend_dome span {
    /*margin-right: 10px;*/
    color: #999;
    font-size: 14px;
    /*padding-left: 25px;*/
    background-position-y: center;
    background-size: contain;
}
.recommend_dome span:before {
    padding-right: 3px;
}
.search_result_main h3 span {
    float: right;
    font-size: 12px;
    font-weight: normal;
    color: #828080;
}
.search_result_list {
    margin-top: 7px;
}
.search_result_list thead {
    background: #dedede;
}
.search_result_list thead th i {
    font-size: 20px;
    margin-right: 8px;
}
.search_result_list tbody {
    background: #fafafa;
}
.search_result_list tbody tr {
    /*height: 150px;*/
}
.search_result_list tbody tr td {
    position: relative;
    padding: 10px;
    vertical-align: middle;
    border: none;
}
.am-table-hover > tbody > tr:hover > td, .am-table-hover > tbody > tr:hover > th {
    background: #fafafa;
    font-size: 14px;
}
.search_result_list tbody tr td:nth-child(2):after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
    clear: both;
}
.search_result_list tbody tr td > div {
    float: left;

}
.search_result_list tbody tr td img {
    width: 80px;
    height: 80px;
    vertical-align: middle;
}
.search_result_list tbody tr td:first-child {
    padding-left: 20px;
}
.search_result_list tbody tr td > div.array_list_con, .search_result_main .search_result_list tbody tr td > div.array_list_contact p span:nth-child(2) {
    color: #828080;

}
.search_result_list tbody tr td > div.array_list_contact {
    margin-top: 55px;
}
.search_result_list tbody tr td > div img {
    width: 100px;
    height: 100px;
    margin-top: 20px;
}
.search_result_list tbody tr td > div h4 {
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px;
    color: #333;

}
.search_result_list tbody tr td > div span {
    margin-right: 15px;
    line-height: 25px;
    margin-top: 5px;
    margin-bottom: 3px;
    font-size: 14px;
}
.search_result_list tbody tr td > div span i {
    margin-right: 5px;
}
.search_result_list tbody tr td > a {
    color: #03a9f4;
}
.search_result_list tbody tr td > div.array_list_contact p {
    min-width: 200px;
    line-height: 30px;

}
.search_result_list tbody tr td > div.array_list_contact p span {
    margin-right: 10px;
}


/*感兴趣公司*/
.search_result_main .r_company ul {
    line-height: 30px;
}
.search_result_main .r_company ul li {
    border-bottom: 1px solid #ccc;
    padding: 10px 0 10px 10px;
}
.search_result_main .r_company ul li:hover {
    background: #03a9f41a;
}
.search_result_main .r_company ul li:hover a {
    color: #03a9f4;
}
/*联系方式的table*/
table.contact_information {
    display: none;
    text-align: center;
}
table.contact_information p {
    display: inline-block;
    min-width: 200px;
    line-height: 30px;
}
table.contact_information p span {
    margin-right: 10px;
}
body.table_now td, body .table_now th {
    border-top: none
}
.p_share {
    display: inline-flex;
    /*margin-top: 10px;*/
    margin-left: 20px;
}
.bdshare-button-style1-24 a, .bdshare-button-style1-24 .bds_more {
    margin-bottom: 0;
}
.p_share .jiathis_style_24x24 .jtico {
    padding-left: 30px !important;
}
.vld-tooltip{
    display: none;
}
/*筛选标签的样式*/
.criteria_tab{

}
.cs_category {
    /*display: none;*/
}
.cs_category .criteria_title{
    display: none!important;
}
.cs_category .criteria_con,.cs_area .criteria_con{
    margin: 0 auto;
    background: #efefef;
    float: right;
    width: 92%;
}

.search_criteria .criteria_main  .criteria_tab a{
    display: inline-block;
    position: relative;
    line-height: 28px;
    border:1px solid #03a9f4;
    padding: 0 10px;
}
.search_criteria .criteria_main  .criteria_tab a:hover span{
    color: #fff;
}
.criteria_tab .criteria_con [class*=icon-]{
    margin-right: 3px;
    width: 18px;
    height: 18px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    background-size: cover;
}
.search_criteria .criteria_main  .criteria_tab a span:after{
    content: "X";
    margin: 5px 5px 0 5px;
    padding-left: 3px;
    font-size: 12px;
}
.criteria_tab .clearAll{
    color: #03a9f4;
    cursor: pointer;
}

/*页面结构修改*/
.con_main{
 width: 1400px;
    margin: 0 auto;
    margin-bottom: 20px;
}
.con_main:after{
    content: "";
    width: 0;
    height: 0;
    padding: 0;
    margin: 0;
    clear: both;
    visibility: hidden;
    display: block;
}
.con_main .left_main{
    width: 1040px;
    float: left;
}
.con_main .right_main{
    width: 340px;
    min-height: 300px;
    margin-left: 20px;
    float: left;
    margin-top: 20px;
}
.right_main .r_xcc{
    width: 100%;
    margin-bottom: 20px;
}
.right_main .r_xcc img{
    width: 100%;
    height: 200px;
    max-width: 100%;
    /*background: #ccc;*/
}
.right_main .right_con{
    background: #fff;

}
.right_rk{
    /*padding: 10px 10px 20px;*/
}
.right_rk:after{
    content: '';
    display: block;
    visibility: hidden;
    clear: both;
}
.right_main h2.first_title{
    border: none;
}
.right_rk a {
    display: block;
    float: left;
    width: 25%;
    position: relative;
    padding: 25px 0 10px;
}
.right_rk a img{
    height: 50px;
    width: 100%;
    min-width: 100%;
}
.right_rk a span{
    display: block;
    background-position: 0 0;
    background-repeat:no-repeat ;
    background-size: 100%;

}
.right_rk a span:nth-of-type(1){
    margin: 0 auto;
    width: 30px;
    height: 30px;
    display: block;
    background-position: 0 0;
    background-repeat:no-repeat ;
    background-size: 100%;
     transition: all 0.5s;
}
.right_rk a:hover span:nth-of-type(1){
     background-position: 0 0;
     background-repeat:no-repeat ;
    background-size: 100%;
     transition: all 0.5s;
}
.right_rk a span:nth-of-type(2){
    position: absolute;
    width: 80%;
    top:0;
    left: 50%;
    transform: translate(-50%);
    text-align: center;
    background: #03a9f4;
    color: #fff;
    font-size: 12px;
    padding: 3px 5px;
    opacity: 0;
    transition: all 0.2s;
}
.right_rk a:hover span:nth-of-type(2){
    opacity: 1;
    transition: all 0.5s;
}
.right_rk a span:nth-of-type(2):after{
    content: "";
    position: absolute;
    left: 50%;
    margin-left:-6px ;
    display: block;
    width: 0;
    height: 0;
    /*background: #03a9f4;*/
    border: 6px solid transparent;
    border-top: 6px solid #03a9f4;

}

/*提醒登陆*/
.company_vip_modal{
    position: relative;
    width: 100%;
    height: 780px;
    background-image: url("/static/baihuo/ps/imgs/com_list_bg2.png");
    background-size: 100% 100%;
}
.company_vip_kuang{
    /*background: #fff;*/
    position: absolute;
    width: 398px;
    height: 160px;
    left: 50%;
    top: 50%;
    margin-left: -180px;
    margin-top: -130px;
    text-align: center;
    font-size: 18px;
}
.company_vip_kuang{

}
.company_vip_kuang>a{
    margin-top: 20px;
}
.company_vip_title p{
    font-size:16px;
    margin: 0 0 10px;
    font-family: "Microsoft YaHei";
    line-height: 1.8;
}
.company_vip_kuang .company_vip_title {
    /*height: 195px;*/
    /*background: url("/static/baihuo/el_baihuo/imgs/vip_login.png");*/
    background-size:cover ;
    background-repeat: no-repeat;
    position: relative;
    margin-left: -65px;
}
.vip_title_con{
position: absolute;
    bottom: 0;
    right: 70px;
    color: #fff;
}
.company_vip_kuang>a.am-btn-danger{
    margin-right: 20px;
}

.main_con {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
}


.icon-fx{
    background: url("/static/baihuo/ps/imgs/icon1-1.png");
}
.icon-ss{
    background: url("/static/baihuo/ps/imgs/icon2-1.png");
}
.icon-zs{
    background: url("/static/baihuo/ps/imgs/icon3-1.png");
}
.icon-qy{
    background: url("/static/baihuo/ps/imgs/icon4-1.png");
}
.icon-xz{
    background: url("/static/baihuo/ps/imgs/icon5-1.png");
}
.icon-mt{
    background: url("/static/baihuo/ps/imgs/icon6-1.png");
}
.icon-wm{
    background: url("/static/baihuo/ps/imgs/icon7-1.png");
}
.icon-xq{
    background: url("/static/baihuo/ps/imgs/icon8-1.png");
}

.right_rk a:hover .icon-fx{
    background: url("/static/baihuo/ps/imgs/icon1.png");
}
.right_rk a:hover .icon-ss{
    background: url("/static/baihuo/ps/imgs/icon2.png");
}
.right_rk a:hover .icon-zs{
    background: url("/static/baihuo/ps/imgs/icon3.png");
}
.right_rk a:hover .icon-qy{
    background: url("/static/baihuo/ps/imgs/icon4.png");
}
.right_rk a:hover .icon-xz{
    background: url("/static/baihuo/ps/imgs/icon5.png");
}
.right_rk a:hover .icon-mt{
    background: url("/static/baihuo/ps/imgs/icon6.png");
}
.right_rk a:hover .icon-wm{
    background: url("/static/baihuo/ps/imgs/icon7.png");
}
.right_rk a:hover .icon-xq{
    background: url("/static/baihuo/ps/imgs/icon8.png");
}





@media screen and (max-width: 1400px) {
    .con_main{
        width: 1200px;
    }
    .con_main .left_main{
        width: 880px;
    }
    .search_criteria{
        width: 880px;
        min-width: 840px;
    }
    .con_main .right_main{
        width: 290px;
    }
    .search_criteria .criteria_main .c_category .criteria_con, .search_criteria .criteria_main .c_area .criteria_con{
        width: 78%;
    }
    .banner_sx{
        width: 157px;
        margin-right: 2%;
    }
    .banner_con div:nth-of-type(2){
        width: 880px!important;
    }
    .banner_sx .am-selected{
        width: 157px;
    }
    .search .banner .search_input{
        width: 880px;
    }
    .search_result {
        width: 1200px;
    }
    .search_result .search_result_main {
        width: 880px;
    }
    .search_result_recommend {
        width: 290px;
    }
    .result_base p span {
        padding-right: 7px;
        display: block;
    }
    .result_base p span:first-child {
        width: auto;
    }
    .result_base {
        width: 250px;
    }
    .result_tel, .result_phone {
        width: 157px;
    }
    .result_mile {
        width: 225px;
    }
    .result_getlx {
        width: 540px;
    }
    .search .banner .s_label_fixed .label_fixed {
        width: 1200px;
    }
    .recommend_dome span {
        margin-right: 3px;
        padding-left: 0
    }
}
