/* 广告图 */
.banner {
    width: 100%;
    position: relative;
}

.brand_culture_title_content {
    position: absolute;
    top: 154px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.brand_culture_title_content>div:first-child {
    line-height: 84px;
    font-size: 60px;
    font-weight: bold;
}

.culture {
    width: 100%;
}

.cultural_activity {
    background: #F8F8F8;
    padding-bottom: 88px;
    padding-top: 88px;
}

.cultural_activity_title {
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cultural_activity_title>div:first-child {
    color: #222;
    font-size: 50px;
    font-weight: 400;
}

.cultural_activity_title>div:last-child {
    color: #7d7c7c;
    font-size: 15px;
    font-weight: 400;
}

.cultural_activity_carousel {
    margin-top: 56px;
    margin-bottom: 88px;
}

.title_too {
    align-items: center;
    display: flex;
    flex-direction: column;
}

.title_too_title {
    color: #222;
    font-size: 29px;
    font-weight: 500;
    line-height: 41px;
}

.title_too_title_content {
    color: #4f4f4f;
    font-size: 15px;
    font-weight: 400;
}

.title_too_title_content_item {
    align-items: center;
    color: #9f9f9f;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    font-weight: 400;
    margin-top: 20px;
}

.title_too_title_content_item>div {
    margin-bottom: 3px;
}

/* “红玺”别墅设计大赛 */
.title_too_img_box {
    display: flex;
    box-sizing: border-box;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 88px;
    margin-top: 54px;
    padding: 0 100px;
}

.title_too_img_box>div {
    width: 216px;
    height: 216px;
}

.title_too_img_box>div>img {
    width: 100%;
    height: 100%;
}

/* 年度别墅设计展 */
.title_three_box {
   width: 100%;
    background: #ffffff;
    background: #fff;
    flex-wrap: wrap;
    height: 1018px;
    padding: 68px;
    box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.title_three {
    width: 367px;
    height: 423px;
    margin-right: 32px;
}

.title_three_title {
    color: #222;
    font-size: 30px;
    font-weight: 400;
}

.title_three_content {
    color: #454545;
    font-size: 18px;
    font-weight: 400;
    margin-top: 2px;
}

.title_three_content_too {
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    margin-top: 33px;
}

.title_three_img {
    height: 165px;
    margin-top: 49px;
    width: 367px;
}

.title_three_img>img {
    width: 100%;
    height: 100%;
}

.title_three_img_one {
    width: 865px;
    height: 436px;
}
.title_three_img_too {
    width: 517px;
    height: 411px;
}

.title_three_img_three {
    width: 715px;
    height: 414px;
}
.title_three_img_one>img,
.title_three_img_too>img,
.title_three_img_too>img,
.title_three_img_three>img {
    width: 100%;
    height: 100%;
}

/* 公益事业 */
.title_six_title_box{
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-bottom: 56px;
}
.title_six_title{
    color: #222;
    font-size: 45px;
    font-weight: 400;
    margin-bottom: 16px;
}
.title_six_title_content{
    color: #9f9f9f;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}
.title_six_one{
    display: flex;
    height: 292px;
    justify-content: center;
}
.title_six_one_item{
    width: 291px;
}
.title_six_one_tit{
    width: 291px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #C9000E;
}
.title_six_one_tit>div{
    font-size: 13px;
    color: #ffffff;
}
/* 宽度1200px-1440px */
@media (min-width: 1200px) and (max-width: 1440px) {}

@media (min-width: 1026px) and (max-width: 1200px) {}