/* 列表导航 */

.breadcrumb_ny {

    background-color: unset;
}

.nav_lis .breadcrumb_ny {
    display: flex;
    align-items: center;

    margin-bottom: 20;

}

.nav_lis .breadcrumb_ny a {

    display: flex;
    align-items: flex-start;
}

.nav_lis .breadcrumb_ny a:last-child {

    color: #004ea0;
}

.breadcrumb_ny a {
    display: flex;
    letter-spacing: 1px;
    color: #666666;
    align-items: center;
    line-height: 1;
}

.breadcrumb_ny .iconhone {
    height: 17px;
    margin-right: 16px;
}

.breadcrumb_ny .iconhone path {

    fill: #929292;
}

.breadcrumb_ny .icon path {
    fill: #929292;

}

.business .nav_lis {

    margin-bottom: 20px;
}

.contact_us {

    padding-top: 62px;
    padding-bottom: 5.222%;
}

.contact_us .nav_lis {

    margin-bottom: 20px;
}

/* 内容区域 */



.contact_1 .recommend {
    width: 100%;
    margin-top: 0%;
    margin-bottom: 2.9%;
}

.contact_1 .recommend .text {

    margin-bottom: 2.9%;
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
}

.contact_1 .recommend .text .s_line {

    width: 80px;
    height: 4px;
    background-color: #004ea0;
    margin-left: 0;
    margin: 0;
    margin-top: 26px;
}

.contact_1 .recommend .recommend_mine {

    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.contact_1 .recommend .recommend_m {

    background-color: #efefef;
    border: solid 1px #dcdcdc;
    width: 32.1%;
    padding: 36px 32px;
    position: relative;

}

.contact_1 .recommend .recommend_m::after {
    content: '';
    height: 4px;
    background-color: #004ea0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0%;
    transition: all 0.5s;
}

.contact_1 .recommend .recommend_m:hover::after {

    width: 100%;
}

.contact_1 .recommend .recommend_m:hover .txt {

    color: #004ea0;
}

.contact_1 .recommend .recommend_m:hover {
    background-image: url(../img/contact_2bj.jpg);
    background-repeat: no-repeat;
    background-size: 101% 101%;
    background-position: center;
    border: solid 1px #efefef;
    overflow: hidden;
}

.contact_1 .recommend .recommend_m .txt {

    padding-bottom: 28px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    font-weight: bold;
    margin-bottom: 28px;

}


.contact_1 .recommend .recommend_m p img {

    width: 14px;
    height: 17px;
}

.contact_1 .recommend .recommend_m p {

    display: flex;
    align-items: center;
    letter-spacing: 0px;
    color: #666666;
}
.contact_1 .recommend .recommend_m p a {
     cursor: unset;
}
.contact_1 .recommend .recommend_m .tels a{
    
        cursor: pointer;
}
.contact_1 .recommend .recommend_m p>span {
    margin-right: 10px;
}

.contact_1 .recommend .recommend_m p:nth-child(3) {

    margin-top: 20px;
}

.contact_1 .recommend .recommend_m .txt::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 124px;
    height: 2px;
    background: #004ea0;
    z-index: 1;
    transition: all 0.4s;
}

/* 板块二 */



.contact_2 .region .text {
    margin-bottom: 2.9%;
    letter-spacing: 0px;
    color: #333333;
    font-weight: bold;
}

.contact_2 .region .text .s_line {

    width: 80px;
    height: 4px;
    background-color: #004ea0;
    margin-left: 0;
    margin: 0;
    margin-top: 26px;
}

.contact_2 .region .recommend_m p img {

    width: 16px;

}

.region .recommend_m p {
    display: flex;
   align-items: baseline;

}

.contact_2 .region .mine_rec {
    display: flex;
    flex-wrap: wrap;
    width: 100%;

}

.contact_2 .region .recommend_m p img {
    margin-right: 10px;

}

.contact_2 .region .mine_rec .recommend_m {
    background-color: #efefef;
    border: solid 1px #dcdcdc;
    padding: 36px 32px;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
}

.contact_2 .region .mine_rec .recommend_m:nth-child(3n) {
    margin-right: 0;

}

.contact_2 .region .mine_rec .recommend_m .txt {
    padding-bottom: 28px;
    border-bottom: 1px solid #d2d2d2;
    position: relative;
    font-weight: bold;
    margin-bottom: 28px;

}

.contact_2 .region .mine_rec .recommend_m .txt::before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: -2px;
    width: 124px;
    height: 2px;
    background: #004ea0;
    z-index: 1;
    transition: all 0.4s;
}

.contact_2 .region .mine_rec .recommend_m p {

    letter-spacing: 0px;
    color: #666666;
    line-height: 1.5;
    margin-top: 20px;
}

.region .recommend_m .youxiang {
    margin-top: 20px;

}

.contact_2 .region .mine_rec .recommend_m:hover p{
    color: #004ea0;
    
}
.contact_2 .region .mine_rec .recommend_m p{
 transition: all 0.4s;
    
}


@media screen and (max-width: 768px) {
    .contact_us {

        padding-top: 30px;
        padding-bottom: 30px;
    }

    .contact_1 .recommend .recommend_mine {
        flex-wrap: wrap;

    }

    .contact_1 .recommend .recommend_m {
        padding: 12px 12px;
         width: 100%;
        margin-bottom: 20px;
    }

    .contact_1 .recommend .recommend_m .txt {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .contact_2 .region .text .s_line {
        width: 40px;
        height: 1px;
        margin-top: 15px;
        margin-bottom: 15px;

    }


    .contact_2 .region .mine_rec .recommend_m {

        width: 100%;
        padding: 12px 12px;
        margin-bottom: 20px;
    }

    .contact_2 .region .mine_rec .recommend_m .txt {

        margin-bottom: 15px;
        padding-bottom: 15px;
    }

    .contact_1 .recommend .recommend_m p:nth-child(3) {

        margin-top: 15px;
    }
    .breadcrumb_ny .iconhone{
            height: 15px;
    margin-right: 10px;
        
    }
    .contact_1 .recommend .text .s_line {
    width: 40px;
    height: 1px;
    margin-top: 15px;
    margin-bottom: 15px;
}
}

