.region {
    display: flex;
    align-items: center;
}
.nolimitUl {
    display: flex;
    flex-wrap: wrap;
}

.nolimitUl li {
    height: 26px;
    line-height: 26px;
    padding: 0 20px;
    font-size: 14px;
    color: #999;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}

.nolimitUl li:hover {
    color: #fff;
    background: #ff7e00;
}

.nolimitUl li a:hover {
    color: #fff;
    background: #ff7e00;
}
.nolimit.cur {
    color: #fff;
    background: #ff7e00;
}

.nolimit {
    /* align-self: center; */
    height: 26px;
    line-height: 26px;
    width:76px;
    padding: 0 20px;
    font-size: 14px;
    color: #999;
    border-radius: 26px;
    -moz-border-radius: 26px;
    -webkit-border-radius: 26px;
}
.region{
    margin-bottom: 16px;
}
.region{
    font-size: 14px;
    color: #333;
    margin-right: 30px;
    display: inline-block;
    /* width: 72px; */
    text-align: right;
    line-height: 38px;
}

.hc-main-l {
    width: 220px;
    background: #fff;
    /*记得删*/

}
.hc-main-r h2 b {
    color: #ff7e00;
    font-weight: normal;
    margin: 0 6px;
}
@media screen and (min-width:768px){
        .hc-main-r h2 {
            font-size: 24px;
            color: #000;
            margin-bottom: 16px;
            font-weight: normal;
        }
    
        .hc-main-r h2 span {
            display: inline-block;
            width: 5px;
            height: 26px;
            font-size: 0;
            background: #ff7e00;
            margin-right: 10px;
            position: relative;
            top: 5px;
        }
    
        .contact-plant .txt-cont {
            /* width: 370px; */
            width: 100%;
            padding: 60px 30px;
            box-sizing: border-box;
            line-height: 2.2;
        }
    
        .contact-plant {
            position: relative;
            width: 100%;
            background-color: #fff;
            margin-bottom: 30px;
        }
        .contact-plant .img-cont {
            width: 100%;
        }
}
@media (min-width:768px) and (max-width:1199px) {
    .hc-main-r {
        position: relative;
        width: 100%;
        padding: 0 15px;
    }
}
@media screen and (min-width:1200px) {
    .hc-main-r {
        position: relative;
        width: 950px;
    }
    .contact-plant .img-cont {
        width: 580px;
    }

}
@media screen and (max-width:767px){
    .hc-main-r {
        position: relative;
        width:100%;
    }
    .hc-main-r h2 {
        font-size: 18px;
        color: #000;
        font-weight: 500;
        margin-bottom: 16px;
    }
    .hc-main-r h2 span {
        display: inline-block;
        width: 5px;
        height: 22px;
        font-size: 0;
        background: #ff7e00;
        margin-right: 10px;
        position: relative;
        top: 5px;
    }
    .contact-plant .img-cont {
        width: 100%;
    }
    .contact-plant .img-cont img {
        width: 100%;
    }
    .contact-plant .txt-cont {
        width: 100%;
        box-sizing: border-box;
        line-height: 2.2;
    }
    .contact-plant {
        position: relative;
        width: 100%;
        background-color: #fff;
    }

}

.htm-rm {
    height: 220px;
    background: #fff;
    margin-bottom: 30px;
    padding: 30px 0 0 40px;
    box-sizing: border-box;
}
.htm-rm {
    height: auto;
    padding: 30px 0 30px 40px;
}
.cont-wrapper {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
}


.contact-plant .txt-cont p.tit {
    color: #000;
    font-size: 26px;
}
.contact-plant .txt-cont p {
    color: #999;
}
.tit-detail-txt span {
    font-size: 18px;
    color: #000;
    margin-right: 10px;
}
/* 新生活广场地址省的分公司页面 */
.newlife-square ul {
    width: 970px;
}
.newlife-square li {
    float: left;
    width: 465px;
    height: 250px;
    background: #fff;
    margin: 0 20px 20px 0;
}
.newlife-square li {
    display: block;
    height: 250px;
    padding: 45px 50px;
    box-sizing: border-box;
}
.newlife-square li h2 {
    font-size: 28px;
    color: #000;
}
.newlife-square li p {
    font-size: 24px;
    color: #666;
    margin-bottom: 6px;
}
.newlife-square li .p3 img {
    position: relative;
    top: 0px;
}
.newlife-square li p img {
    float: left;
    margin-right: 8px;
}
.newlife-square li p span {
    float: left;
    width: 90%;
}
.newlife-square li p.p4 {
    font-size: 16px;
}
 .el-tabs__item.is-active {
     color: #fff;
     background-color: #ff7e00;
 }

 .el-tabs__item {
     color: #999;
 }
 .h-pagenums {
     text-align: center;
     margin-top: 80px;
 }
 .nolimitUl li a {
     color: #999;

 }