/* 招商 */
.sp_investment {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.sp_investment_title {
    width: 1200px;
    height: 55px;
    display: flex;
    border-bottom: 2px solid #373d41;
    position: relative;
}

.sp_investment_title p:hover {
    color: #ff5811;
}

.sp_investment_title_txt {
    width: auto;
    height: 55px;
    font-size: 22px;
    color: #373d41;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: 5px;
}

.sp_investment_citymall {
    width: auto;
    height: 55px;
    margin-left: 20px;
}

.sp_investment_citymall p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_investment_shoppingmall {
    width: auto;
    height: 55px;
    margin-left: 30px;
}

.sp_investment_shoppingmall p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_investment_community {
    width: auto;
    height: 55px;
    margin-left: 30px;
}

.sp_investment_community p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_investment_street {
    width: auto;
    height: 55px;
    margin-left: 30px;
}

.sp_investment_street p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_investment_lou {
    width: auto;
    height: 55px;
    margin-left: 30px;
}

.sp_investment_lou p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_investment_market {
    width: auto;
    height: 55px;
    margin-left: 30px;
}

.sp_investment_market p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_investment_other {
    width: auto;
    height: 55px;
    margin-left: 30px;
}

.sp_investment_other p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.brand_release {
    width: 140px;
    height: 36px;
    background-color: #ff5812;
    border-radius: 5px;
    margin-top: 12px;
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
}

.sp_investment_newtxt {
    width: auto;
    height: 50px;
}

.sp_investment_newtxt p {
    font-size: 18px;
    color: #ff5812;
    line-height: 50px;
}

.sp_investment_cont {
    width: 1200px;
    height: auto;
    display: flex;
    border-bottom: 1px solid #bcbebf;
}

.sp_investment_items {
    width: 550px;
    height: auto;
    margin-bottom: 25px;
}

.sp_investment_items:nth-child(2) {
    margin-left: 100px;
}

.tb_project {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.tb_project th {
    padding: 8px 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
}

.tb_project th:first-child {
    text-align: left;
}

.tb_project th:last-child {
    padding-left: 50px;
}

.tb_project td {
    padding: 6px 0;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.tb_project td:first-child {
    text-align: left;
}

.tb_project td:last-child {
    padding-left: 50px;
}

/* 推荐项目 */
.sp_suggest_txt {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.sp_suggest_txt_l {
    width: auto;
    height: 50px;
}

.sp_suggest_txt_l p {
    font-size: 18px;
    color: #ff5812;
    line-height: 50px;
}

.sp_suggest_txt_more {
    width: auto;
    height: 50px;
    position: absolute;
    right: 0;
}

.sp_suggest_txt_more p {
    font-size: 16px;
    color: #ff5812;
    line-height: 50px;
}

.sp_suggest_items {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 300px);
}

.sp_suggest_cont {
    width: 300px;
    height: 90px;
    display: flex;
    margin-bottom: 30px;
}

.sp_suggest_cont_img {
    width: 112px;
    height: 90px;
}

.sp_suggest_cont_img img {
    width: 112px;
    height: 90px;
}

.sp_suggest_cont_r {
    width: 173px;
    height: 90px;
    margin-left: 15px;
}

.suggest_xm_name {
    width: 173px;
    height: auto;
    display: flex;
}

.suggest_xm_name_txt {
    width: 140px;
    height: auto;
}

.suggest_xm_name_txt p {
    font-size: 16px;
    color: #373d41;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggest_xm_name_vip {
    flex: 1;
}

.suggest_xm_name_vip img {
    width: 16px;
    height: 13px;
    margin-top: 4px;
}

.suggest_city {
    width: 173px;
    height: auto;
    display: flex;
    margin-top: 10px;
}

.suggest_city_txt {
    width: auto;
    height: auto;
}

.suggest_city_txt p {
    font-size: 13px;
    color: #313131;
}

.suggest_city_name {
    width: 120px;
}

.suggest_city_name p {
    font-size: 13px;
    color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggest_kind {
    width: 173px;
    height: auto;
    display: flex;
    margin-top: 2px;
}

.suggest_kind_txt {
    width: auto;
    height: auto;
}

.suggest_kind_txt p {
    font-size: 13px;
    color: #313131;
}

.suggest_kind_name {
    width: 120px;
}

.suggest_kind_name p {
    font-size: 13px;
    color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggest_area {
    width: 173px;
    height: auto;
    display: flex;
    margin-top: 2px;
}

.suggest_area_txt {
    width: auto;
    height: auto;
}

.suggest_area_txt p {
    font-size: 13px;
    color: #313131;
}

.suggest_area_name {
    width: 120px;
}

.suggest_area_name p {
    font-size: 13px;
    color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.swiper-container {
    overflow: hidden;
}

/* 拓展 */
.sp_expand {
    width: 1200px;
    height: auto;
    margin: 0 auto;
}

.sp_expand_title {
    width: 1200px;
    height: 55px;
    display: flex;
    border-bottom: 2px solid #373d41;
    position: relative;
}

.sp_expand_title p:hover {
    color: #ff5811;
}

.sp_expand_title_txt {
    width: auto;
    height: 55px;
    font-size: 22px;
    color: #373d41;
    font-weight: bold;
    line-height: 70px;
    letter-spacing: 5px;
}

.sp_expand_citymall {
    width: auto;
    height: 55px;
    margin-left: 20px;
}

.sp_expand_citymall p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_expand_shoppingmall {
    width: auto;
    height: 55px;
    margin-left: 15px;
}

.sp_expand_shoppingmall p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_expand_community {
    width: auto;
    height: 55px;
    margin-left: 15px;
}

.sp_expand_community p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_expand_street {
    width: auto;
    height: 55px;
    margin-left: 15px;
}

.sp_expand_street p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_expand_lou {
    width: auto;
    height: 55px;
    margin-left: 10px;
}

.sp_expand_lou p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_expand_market {
    width: auto;
    height: 55px;
    margin-left: 15px;
}

.sp_expand_market p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_expand_other {
    width: auto;
    height: 55px;
    margin-left: 10px;
}

.sp_expand_other p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_expand_hotel {
    width: auto;
    height: 55px;
    margin-left: 15px;
}

.sp_expand_hotel p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_expand_zyd {
    width: auto;
    height: 55px;
    margin-left: 15px;
}

.sp_expand_zyd p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_expand_shpt {
    width: auto;
    height: 55px;
    margin-left: 15px;
}

.sp_expand_shpt p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_expand_child {
    width: auto;
    height: 55px;
    margin-left: 15px;
}

.sp_expand_child p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.sp_expand_qt {
    width: auto;
    height: 55px;
    margin-left: 15px;
}

.sp_expand_qt p {
    font-size: 16px;
    color: #000000;
    line-height: 70px;
}

.expand_release {
    width: 140px;
    height: 36px;
    background-color: #ff5812;
    border-radius: 5px;
    margin-top: 12px;
    position: absolute;
    right: 0;
    font-size: 16px;
    color: #ffffff;
    text-align: center;
    line-height: 36px;
}

.sp_expand_newtxt {
    width: auto;
    height: 50px;
}

.sp_expand_newtxt p {
    font-size: 18px;
    color: #ff5812;
    line-height: 50px;
}

.sp_expand_cont {
    width: 1200px;
    height: auto;
    display: flex;
    border-bottom: 1px solid #bcbebf;
}

.sp_expand_items {
    width: 550px;
    height: auto;
    margin-bottom: 25px;
}

.sp_expand_items:nth-child(2) {
    margin-left: 100px;
}

.tz_project {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.tz_project th {
    padding: 8px 0;
    font-size: 16px;
    line-height: 24px;
    border-bottom: 1px solid #f6f6f6;
    text-align: center;
}

.tz_project th:first-child {
    text-align: left;
}


.tz_project td {
    padding: 6px 0;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.tz_project td:first-child {
    text-align: left;
}

/* 品牌推荐 */
.expand_suggest_txt {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.expand_suggest_txt_l {
    width: auto;
    height: 50px;
}

.expand_suggest_txt_l p {
    font-size: 18px;
    color: #ff5812;
    line-height: 50px;
}

.expand_suggest_txt_more {
    width: auto;
    height: 50px;
    position: absolute;
    right: 0;
}

.expand_suggest_txt_more p {
    font-size: 16px;
    color: #ff5812;
    line-height: 50px;
}

.expand_suggest_items {
    width: 1200px;
    height: auto;
    margin: 0 auto;
    display: grid;
    flex-wrap: wrap;
    justify-content: space-between;
    grid-template-columns: repeat(auto-fill, 300px);
}

.expand_suggest_cont {
    width: 300px;
    height: 90px;
    display: flex;
    margin-bottom: 30px;
}

.expand_suggest_cont_img {
    display: flex;
    width: 112px;
    height: 90px;
    align-items: center;
    justify-content: center;
    border: 1px solid #f4f4f4;
    position: relative;
    box-sizing: border-box;
}

.expand_suggest_cont_img img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.vip_pptj {
    position: absolute;
    right: -1px;
    top: -1px;
}

.expand_suggest_cont_r {
    width: 173px;
    height: 90px;
    margin-left: 15px;
}

.expand_name {
    width: 160px;
    height: auto;
}

.expand_name p {
    font-size: 16px;
    color: #373d41;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expand_area {
    width: 173px;
    height: auto;
    display: flex;
    margin-top: 10px;
}

.expand_area_txt {
    width: auto;
    height: auto;
}

.expand_area_txt p {
    font-size: 13px;
    color: #313131;
}

.expand_area_name {
    width: 103px;
}

.expand_area_name p {
    font-size: 13px;
    color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expand_yetai {
    width: 173px;
    height: auto;
    display: flex;
    margin-top: 2px;
}

.expand_yetai_txt {
    width: auto;
    height: auto;
}

.expand_yetai_txt p {
    font-size: 13px;
    color: #313131;
}

.expand_yetai_name {
    width: 120px;
}

.expand_yetai_name p {
    font-size: 13px;
    color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.expand_square {
    width: 173px;
    height: auto;
    display: flex;
    margin-top: 2px;
}

.expand_square_txt {
    width: auto;
    height: auto;
}

.expand_square_txt p {
    font-size: 13px;
    color: #313131;
}

.expand_square_name {
    width: 103px;
}

.expand_square_name p {
    font-size: 13px;
    color: #313131;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}