/*视频内容样式*/
.video_container{
    height: 8rem;
    position: relative;
    background-image: url("/www/xgwy/img/index/index_v4.png") ;
    background-size: cover;
}
.video_container video {object-fit: cover;}
.video_container .video_title{
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    margin-top: -0.6rem;
    text-align: center;
}
.video_container .video_title .chinese{
    height: 0.7rem;
    font-size: 0.5rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.7rem;
    letter-spacing: 6px;
}
.video_container .video_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;
}

.video_container .view_more{
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0.25rem;
    margin-top: -0.6rem;
    text-align: center;
    cursor: pointer;
}
.video_container .view_more_icon{
    width: 0.22rem;
    height: 0.36rem;
    border-radius: 0.11rem;
    border: 1px solid #FFFFFF;
    margin: auto;
    position: relative;
    opacity: 0.8;
}
.video_container .view_more_icon::after{
    position: absolute;
    top: 0.05rem;
    right: 0;
    left: 0;
    content: "";
    height: 0.05rem;
    width: 1px;
    background: #ffffff;
    margin: auto;
    opacity: 0.8;
}
.video_container .view_more_text{
    height: 0.25rem;
    font-size: 0.18rem;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 0.25rem;
    opacity: 0.8;
    margin-top: 0.13rem;
}


/*品牌样式*/
.brief_introduction{
    width: 12.4rem;
    margin: 0.4rem auto 0.75rem auto;
    text-align: justify;
    text-align-last: center;
    font-size: 0.2rem;
    font-weight: 500;
    color: #333333;
    line-height: 0.32rem;
}
.brand_introduction_bg{
    height: 5.6rem;
}

/* 战略投资样式 */

.t_z .t_z_content{
    width: 100%;
    height: 5.03rem!important;
    padding: 0.71rem 0.46rem 0 0.46rem;
    margin-top: 0.8rem;
    height: 6.7rem;
    display: flex;
    background-color: #ffffff;

    justify-content: space-between;
    box-sizing: border-box;
}
.t_z .t_z_content .item{
    width: 3.63rem;
    display: flex;
    flex-direction: column;
    position: relative;
}

.t_z .t_z_content .item .item_img img{
    /* width: 4.9rem;
    height: 3.58rem; */
    width: 4.73rem;
    height: 1.67rem;
}
.t_z .t_z_content .item .item_title{
    font-size: 0.37rem;
    font-weight: 600;
    color: #1D1D1F;
    padding-top: 0.42rem;
}
.t_z .t_z_content .item .item_text{
    font-size: 0.23rem;
    color: #86868C;
    letter-spacing: 1px;
    padding-top: 0.15rem;
}

/* 四个首创 领先行业 */
.m_b .m_b_content{
    margin-top: 0.8rem;
    display: flex;
    flex-wrap: wrap;
}
.m_b .m_b_content .item{
    width: 50%;
    height: 4.53rem;
}

/* 视频样式 */
.item video{
    vertical-align: bottom!important;
    object-fit:cover;
}

.m_b .m_b_content .item .item_text1{
    width: 100%;
    height: 100%;
    padding-top: 0.94rem;
    background-image: url("/www/xgwy/img/index/m_b_bg1.png");
    background-size: contain;

    /* background-color: pink; */
}
.m_b .m_b_content .item .item_text2{
    width: 100%;
    height: 100%;
    padding-top: 0.94rem;
    box-sizing: border-box;
    background-image: url("/www/xgwy/img/index/m_b_bg2.png");
    background-size: contain;
    /* background-color: pink; */
}
.m_b .m_b_content .item .item_text3{
    width: 100%;
    height: 100%;
    padding-top: 1.36rem;
    box-sizing: border-box;
    background-image: url("/www/xgwy/img/index/m_b_bg3.png");
    /* background-color: pink; */
    background-size: contain;

}
.m_b .m_b_content .item .item_text4{
    width: 100%;
    height: 100%;
    padding-top: 1.40rem;
    box-sizing: border-box;
    background-image: url("/www/xgwy/img/index/m_b_bg4.png");
    background-size: contain;

    /* background-color: pink; */
}
.time{
    display: block;
    box-sizing: border-box;
    margin-left: 0.8rem;
    margin-bottom: 0.77rem;
    font-size: 0.24rem;
    font-weight: 600;
    color: #191919;
}
.title{
    display: block;
    font-size: 0.36rem;
    font-weight: 600;
    color: #191919;
    line-height: 0.55rem;
    letter-spacing: 2px;
    line-height: 0.55rem;
    margin-left: 0.8rem;
}
.address{

    font-size: 0.3rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #191919;
    line-height: 0.3rem;
    letter-spacing: 0.01rem;
    margin-left: 0.8rem;
    margin-top: 0.16rem;
}
.titles{
    border: 1px;
    font-size: 0.36rem;
    font-weight: 600;
    color: #191919;
    line-height: 0.55rem;
    letter-spacing: 2px;
    line-height: 0.55rem;
    margin-left: 0.8rem;
    margin-bottom: 0.28rem;
}
.content{
    display: block;
    width: 6.57rem;
    font-size: 0.25rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #191919;
    line-height: 0.38rem;
    letter-spacing: 0.01rem;
    margin-left: 0.8rem;
}




/* 市场占有率行业领先样式 */
.market .content_title{
    margin-top: 1.2rem;
}
.market .market_content .text{
    font-size: 0.2rem;
    text-align: center;
    font-weight: 500;
    color: #333333;
    margin: 0.4rem auto 0.8rem auto;
}




/* 线下体验店样式 */

.store .content_title{
    margin-top: 1.2rem;
}
.store .store_content .top{
    display: flex;
    flex-direction:row;
    background-color: #ffffff;
    width: 100%;
    height: 4.21rem;
    margin-top: 0.83rem;
    margin-bottom: 0.4rem;
}
.store .store_content .bottom{
    display: flex;
    flex-direction:row;
    background-color: #ffffff;

    width: 100%;
    height: 4.21rem;
}
.store .store_content .top .left{
    padding-top: 0.4rem;
    padding-left: 0.4rem;
    width: 3.5rem;
    height: 100%;
    background-image: url("/www/xgwy/img/index/store_bg1.png");
    background-size: contain;

}
.store .store_content .bottom .left{
    padding-top: 0.4rem;
    padding-left: 0.4rem;
    width: 3.5rem;
    height: 100%;
    background-image: url("/www/xgwy/img/index/store_bg2.png");
    background-size: contain;

}
.store .store_content .top .left .title{
    margin: 0;
    padding: 0;
    font-size: 0.32rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.5rem;
}
.store .store_content .top .left p{
    width: 2.46rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.29rem;
    margin-top: 0.06rem;
}
.store .store_content .top .left .order{
    display: block;
    width: 1.2rem;
    height: 0.46rem;
    margin-top: 0.2rem!important;
    line-height: 0.46rem;
    text-align: center;
    border-radius: 0.04rem;
    border: 0.01rem solid #FFFFFF;
    font-size: 0.18rem;
    color: #ffffff;
    margin-top: 0.1rem;
}
.store .store_content .top .right{
    width: calc(100% - 3.5rem);
    display: flex;
    justify-content:space-evenly
}
.store .store_content .top .right .item{
    width: 3.31rem;
    height: 100%;
}
.store .store_content .top .right .item img{
    width: 100%;
    height: 1.86rem;
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
}
.store .store_content .top .right .item .title{
    margin: 0;
    padding: 0;
    font-size: 0.2rem;
    font-weight: 600;
    color: #1D1D1F;
    line-height: 0.28rem;
}
.store .store_content .top .right .item .store_code{
    margin: 0.13rem 0;
    font-size: 0.16rem;
    font-weight: 500;
    color: #1D1D1F;
    line-height: 0.22rem;
    /* -webkit-text-fill-color: transparent; */
}
.store .store_content .top .right .item .store_name{

    font-size: 0.16rem;
    font-weight: 600;
    color: #86868C;
    line-height: 0.26rem;
    font-family: PingFangSC-Semibold, PingFang SC;
}
/*  */
.store .store_content .bottom .left .title{
    margin: 0;
    padding: 0;
    font-size: 0.32rem;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.5rem;
}
.store .store_content .bottom .left p{
    width: 2.46rem;
    font-size: 0.2rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.29rem;
    margin-top: 0.06rem;
}
.store .store_content .bottom .left .order{
    display: block;
    width: 1.2rem;
    height: 0.46rem;
    margin-top: 0.2rem!important;

    line-height: 0.46rem;
    text-align: center;
    border-radius: 0.04rem;
    border: 0.01rem solid #FFFFFF;
    font-size: 0.18rem;
    color: #ffffff;
    margin-top: 0.1rem;
}
.store .store_content .bottom .right{
    width: calc(100% - 3.5rem);
    display: flex;
    justify-content:space-evenly
}
.store .store_content .bottom .right .item{
    width: 3.31rem;
    height: 100%;
}
.store .store_content .bottom .right .item img{
    width: 100%;
    height: 1.86rem;
    margin-top: 0.6rem;
    margin-bottom: 0.3rem;
}
.store .store_content .bottom .right .item .title{
    margin: 0;
    padding: 0;
    font-size: 0.2rem;
    font-weight: 600;
    color: #1D1D1F;
    line-height: 0.28rem;
}
.store .store_content .bottom .right .item .store_code{
    margin: 0.13rem 0;
    font-size: 0.16rem;
    font-weight: 400;
    color: #1D1D1F;
    line-height: 0.22rem;
    /* -webkit-text-fill-color: transparent; */
}
.store .store_content .bottom .right .item .store_name{

    font-size: 0.16rem;
    font-weight: 600;
    color: #86868C;
    line-height: 0.26rem;
}






/*落地案例样式开始*/
.landing_case{
    margin-bottom: 1.3rem;
}
.landing_case .content_title{
    margin-top: 1rem;
}
.landing_case .landing_case_body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.8rem;
}
.landing_case .landing_case_body .item{
    width: calc(25% - 0.1rem);
    margin-bottom: 0.38rem;
}
.landing_case .landing_case_body .item .item_img{
    height: 1.9rem;
}
.landing_case .landing_case_body .item  .item_content {
    background: #ffffff;
    padding: 0.09rem 0.13rem;
}
.landing_case .landing_case_body .item  .item_content .item_text{
    height: 1.57rem;
    border-radius: 0.07rem;
    border: 1px solid #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}
.landing_case .landing_case_body .item  .item_content .item_text span:first-child{
    font-size: 0.26rem;
    font-weight: 600;
    color: #333333;
    letter-spacing: 0.02rem;
}
.landing_case .landing_case_body .item  .item_content .item_text span:last-child{
    font-size: 0.23rem;
    font-weight: 500;
    color: #606464;
    padding: 0.1rem 0 0.3rem 0;
    letter-spacing: 0.02rem;
}
.landing_case .more .view_more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 0.4rem;
    border-radius: 2px;
    border: 1px solid #30435E;
    margin: 0.4rem auto 0.8rem auto;
}
.landing_case .more .view_more span:first-child{
    font-size: 0.16rem;
    font-weight: 600;
    color: #30435E;
    line-height: 1;
    padding-right: 0.05rem;
}
.landing_case .more .view_more .icon-v-right{
    width: 0.08rem;
    height: 0.08rem;
    border-right: 0.02rem solid #30435E;
    border-top: 0.02rem solid #30435E;
    border-width: 0.02rem 0.02rem 0 0;
    transform: rotate(45deg);
}
.landing_case .more a,
.landing_case .more a:link,
.landing_case .more a:visited,
.landing_case .more a:hover
{
    font-size: 16px;
    color: #30435E;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.landing_case .more a::before{
    background: #30435E;
    transition: all .3s;
    width: 0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
}
.landing_case .more a:hover,
.landing_case .more a:hover span:first-child{
    color: #ffffff;
    z-index: 99;
}
.landing_case .more a:hover .icon-v-right{
    border-right: 0.02rem solid #ffffff;
    border-top: 0.02rem solid #ffffff;
    z-index: 99;
}
.landing_case .more a:hover::before{
    width: 100%;
}

/* 招商加盟 */
.attract_investment .attract_investment_body .view_more{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.6rem;
    height: 0.4rem;
    border-radius: 2px;
    border: 1px solid #30435E;
    margin: 0.4rem auto 0.8rem auto;
}
.attract_investment .attract_investment_body .view_more span:first-child{
    font-size: 0.16rem;
    font-weight: 600;
    color: #30435E;
    line-height: 1;
    padding-right: 0.05rem;
}
.attract_investment .attract_investment_body .view_more .icon-v-right{
    width: 0.08rem;
    height: 0.08rem;
    border-right: 0.02rem solid #30435E;
    border-top: 0.02rem solid #30435E;
    border-width: 0.02rem 0.02rem 0 0;
    transform: rotate(45deg);
}
.attract_investment .attract_investment_body a,
.attract_investment .attract_investment_body a:link,
.attract_investment .attract_investment_body a:visited,
.attract_investment .attract_investment_body a:hover
{
    font-size: 0.16rem;
    color: #30435E;
    position: relative;
    text-decoration: none;
    overflow: hidden;
}
.attract_investment .attract_investment_body a::before{
    background: #30435E;
    transition: all .3s;
    width: 0;
    content: '';
    left: 0;
    height: 100%;
    position: absolute;
}
.attract_investment .attract_investment_body a:hover,
.attract_investment .attract_investment_body a:hover span:first-child{
    color: #ffffff;
    z-index: 99;
}
.attract_investment .attract_investment_body a:hover .icon-v-right{
    border-right: 0.02rem solid #ffffff;
    border-top: 0.02rem solid #ffffff;
    z-index: 99;
}
.attract_investment .attract_investment_body a:hover::before{
    width: 100%;
}


/* .attract_investment .content{
    width: 100%;
} */
.attract_investment .attract_investment_body .content{
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.attract_investment .attract_investment_body .content .item{
    width: 3.6rem;
    height: 3.92rem;
    background: #FFFFFF;
    box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.07);
    padding-top:0.18rem;
    margin-bottom: 0.5rem;
}
.attract_investment .attract_investment_body .content .item .item_img{
    height: 1.9rem;
    width: 100%;
}
.attract_investment .attract_investment_body .content .item .item_title{
    font-size: 0.22rem;
    font-weight: 600;
    color: #181818;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 0.3rem;
    margin-bottom: 0.1rem;
    letter-spacing: 0.02rem;
}
.attract_investment .attract_investment_body .content .item .item_title span:first-child{
    width: 0.23rem;
    height: 0.23rem;
    border-radius: 50%;
    background: #B82C31;
    color: #ffffff;
    font-size: 0.18rem;
    margin-right: 0.15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.attract_investment .attract_investment_body .content .item .item_text{
    font-size: 0.22rem;
    font-weight: 500;
    color: #939393;
    letter-spacing: 0.02rem;
}
.attract_investment .attract_investment_body .content .item .item_texts{
    font-size: 0.16rem;
    line-height: 0.24rem;
    font-weight: 500;
    padding: 0 0.1rem;
    color: #939393;
    letter-spacing: 0.02rem;
}
.join_investment .contact_us{
    background: #FBFBFB;
}
