/*视频内容样式*/
.about_us{
    height: 8rem;
    position: relative;
    background-image: url("/www/xgwy/img/about_us/about_us1.png");
}
.about_us .about_us_title{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -0.6rem;
    text-align: center;
}
.about_us .about_us_title .chinese{
    height: 0.7rem;
    font-size: 0.5rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.7rem;
    letter-spacing: 6px;
}
.about_us .about_us_title .english{
    margin-top: 0.1rem;
    height: 0.3rem;
    font-size: 0.22rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.7);
    line-height: 0.3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: DIN-Black, DIN;
}


/*品牌样式*/
.brief_introduction{
    width: 12.4rem;
    margin: 0.4rem auto 0.75rem auto;
    text-align: justify;
    text-align-last: center;
    font-size: 0.18rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.32rem;
}
.brand_introduction_bg{
    height: 5.6rem;
}


/* 红星美凯龙和保利资本战略投资样式 */
.m_b .m_b_content{
    margin-top: 0.8rem;
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    padding: 0.8rem 0.41rem;
}
.m_b .m_b_content .item{
    width: calc(33.33% - 1.5rem);
    background: #ffffff;
    display: flex;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
    position: relative;
}

/*.m_b .m_b_content .item .item_img img{
    width: 4.9rem;
    height: 3.58rem;
}*/
.m_b .m_b_content .item .item_title{
    font-size: 0.38rem;
    font-weight: 600;
    color: #151515;
    padding-top: 0.44rem;
}
/*.m_b .m_b_content .item .item_title::after{
    position: absolute;
    bottom: 0.01rem;
    content: '';
    left: -0.2rem;
    width: 1.76rem;
    height: 0.28rem;
    background: linear-gradient(270deg, #FFFFFF 0%, #334660 100%);
    opacity: 0.4;
}*/
.m_b .m_b_content .item .item_text{
    font-size: 0.22rem;
    font-weight: 600;
    color: #999999;
    letter-spacing: 1px;
    padding-top: 0.12rem;
    text-align: center;
}



/* 地产采集中标开始 */
.real_estat .content_title {
    margin-top: 1.2rem;
}

.real_estat .real_estat_body{
    margin-top: 0.8rem;
}

/* 物业合作 */
.property_cooperation .content_title {
    margin-top: 1.2rem;
}

.property_cooperation .property_cooperation_body{
    margin-top: 0.8rem;
}

/* 大客户合作 */
.customer_cooperation .content_title{
    margin-top: 1.2rem;
}
.customer_cooperation .customer_cooperation_body{
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.customer_cooperation .customer_cooperation_body .item{
    height: 4.2rem;
    background: #FFFFFF;
    width: calc(25% - 0.21rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.3rem;
}
.customer_cooperation .customer_cooperation_body .item_img{
    height: 3.16rem;
    width: 2.46rem;
    margin-top: 0.2rem;
}
.customer_cooperation .customer_cooperation_body .item_title{
    font-size: 0.28rem;
    font-weight: 600;
    color: #181818;
    text-align: center;
}

/* 三大运营商战略合作 */
.operator .content_title{
    margin-top: 0.9rem;
}
.operator .operator_body{
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
}
.operator .operator_body .item{
    height: 5.4rem;
    background: #FFFFFF;
    width: calc(33.33% - 0.25rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}
.operator .operator_body .item_img{
    height: 4.2rem;
    width: 3.36rem;
    margin-top: 0.33rem;
}
.operator .operator_body .item_title{
    font-size: 0.28rem;
    font-weight: 600;
    color: #181818;
    text-align: center;
}


/* 国家级示范项目 */
.national_level .content_title{
    margin-top: 1.2rem;
}
.national_level .national_level_body{
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
}
.national_level .national_level_body .item{
    height: 4.5rem !important;
    background: #FFFFFF;
    width: calc(25% - 0.21rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding-top: 0 !important;
}
.national_level .national_level_body .item_img{
    height: 2.4rem;
    width: 3.36rem;
    margin-top: 0.17rem;
}
.national_level .national_level_body .item_title{
    font-size: 0.24rem;
    font-weight: 600;
    color: #181818;
    text-align: center;
    margin-top: 0.24rem;
}
.national_level .national_level_body .item_text{
    border-top: 2px solid #A59A65;
    margin-top: 0.45rem;
    font-size: 0.16rem;
    opacity: 0.5;
    font-weight: 600;
    color: #181818;
    padding-top: 0.11rem;
    margin-bottom: 0.23rem;
    width: 3.42rem;
    text-align: center;
}


/* 企业荣誉开始样式 */
.enterprise_honor .content_title{
    margin-top: 1.2rem;
}
.enterprise_honor .enterprise_honor_body{
    display: flex;
    justify-content: space-between;
    margin-top: 0.8rem;
    flex-wrap: wrap;
}
.enterprise_honor .enterprise_honor_body .item{
    height: 4.5rem;
    background: #FFFFFF;
    width: calc(25% - 0.21rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
}
.enterprise_honor .enterprise_honor_body .item_img{
    height: 2.4rem;
    width: 3.36rem;
    margin-top: 0.17rem;
}
.enterprise_honor .enterprise_honor_body .item_title{
    font-size: 0.2rem;
    font-weight: 600;
    color: #181818;
    text-align: center;
    margin-top: 0.24rem;
    letter-spacing: 2px;
    line-height: 1.65;
}
.enterprise_honor .enterprise_honor_body .item_text{
    border-top: 2px solid #A59A65;
    margin-top: 0.45rem;
    font-size: 0.16rem;
    opacity: 0.5;
    font-weight: 600;
    color: #181818;
    padding-top: 0.11rem;
    margin-bottom: 0.23rem;
    width: 3.12rem;
    text-align: center;
}


/* 高管团队 */
.senior_management_team{
    margin-bottom: 1.2rem;
}
.senior_management_team .content_title{
    margin-top: 0.8rem;
}
.senior_management_team_body {
    margin-top: 0.8rem;
}
.swiper-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gallery-top {
    width: 100%;
}
.gallery-top .swiper-slide{
    position: relative;
}
.gallery-top .swiper-slide .top{
    padding-bottom: 0.36rem;
    padding-left: 3.7rem;
    padding-right: 0.49rem;
}
.gallery-top .swiper-slide .top span:first-child{
    font-size:0.46rem;
    font-weight:500;
    color: #333333;
}
.gallery-top .swiper-slide .top span:last-child{
    padding-left: 0.22rem;
    font-size:0.23rem;
    font-weight:500;
    color: #9F9F9F;
}
.gallery-top .swiper-slide .bottom{
    height: 1.88rem;
    background: #FFFFFF;
    padding-top: 0.3rem;
    padding-left: 3.7rem;
    padding-right: 0.49rem;
    font-size: 0.23rem;
    font-weight: 400;
    color: #787878;
    line-height: 0.35rem;
}
.gallery-top .swiper-slide .photo{
    position: absolute;
    left: 0.6rem;
    width: 2.3rem;
    height: 2.3rem;
    /*background-image: url("/www/xgwy/img/about_us/about_us1.png");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
}

.gallery-thumbs {
    box-sizing: border-box;
    margin-top: 0.3rem;
    padding: 10px 5px;
}

.gallery-thumbs .swiper-slide {
    width: 25%;
    padding-top: 0.5rem;
    background: #FFFFFF;
    height: 3.46rem;
}
.gallery-thumbs .swiper-slide-thumb-active{
    background: #FFFFFF;
    box-shadow: 0 1px 5px rgba(0,0,0,.08);
}

.gallery-thumbs .swiper-slide .photo{
    width: 1.36rem;
    height: 1.36rem;
    border-radius: 50%;
    /*background-image: url("/www/xgwy/img/about_us/about_us1.png");*/
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;

}
.gallery-thumbs .swiper-slide .name{
    font-size:0.31rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(51,51,51,1);
    text-align: center;
    padding: 0.2rem 0 0.16em 0;
}
.gallery-thumbs .swiper-slide .position{
    font-size:0.23rem;
    font-family:PingFangSC-Medium,PingFang SC;
    font-weight:500;
    color:rgba(159,159,159,1);
    text-align: center;
}
