.index_one{
    position: relative;
}
.index_one .index_one_content{
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    flex-direction: column;
}
.index_one .index_one_content .chinese{
    font-size: 0.34rem;
    font-weight: 600;
    color: #FFFFFF;
    letter-spacing: 3px;
    padding-top: 0.1rem;
}
.index_one .index_one_content .english{
    font-size: 0.12rem;
    font-weight: 600;
    color: #FFFFFF;
    opacity: 0.4;
    text-transform: uppercase;
}



/*内容二样式*/
.index_two .index_body .text{
    font-size: 0.24rem;
    font-weight: 500;
    color: #333333;
    letter-spacing: 2px;
    text-align: justify;
    text-align-last: center;
    line-height: 1.5;
}
.index_two .index_body .img{
    margin-top: 0.3rem;
}


/*内容三样式*/
.index_three .index_body{
    display: flex;
    /* justify-content: space-between; */
    flex-wrap: wrap;
}
.index_three .index_body .item{
    width: 100%;
    padding:0.49rem 0.9rem 0.32rem  0.9rem;
    margin-bottom: 0.3rem;
    background: #ffffff;

}
.index_three .index_body .item img{
    /* width: 4.73rem; */
    width: 100%;
}
.index_three .index_body .item .content{
    background: #ffffff;
}
.index_three .index_body .item .content .title{
    font-size: 0.37rem;
    font-weight: 600;
    color: #1d1d1f;
    text-align: center;
    line-height: 0.57rem;
    padding: 0.34rem 0 0.15rem 0;
    font-family: PingFangSC-Semibold, PingFang SC;
}
.index_three .index_body .item .content .text{
    font-size: 0.23rem;
    font-weight: 600;
    color: #86868C;
    letter-spacing: 1px;
    text-align: center;
    padding-bottom: 0.2rem;
    line-height: 0.37rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    -webkit-background-clip: text;
}


/*内容四样式*/
.index_four .index_body{
    display: flex;
    flex-wrap: wrap;
}
.index_four .index_body .item{
    width: 50%;
    height: 3.5rem;
    display: flex;
    position: relative;

    flex-direction: column;
}
/* 视频样式 */
.item video{
    vertical-align: bottom !important;
    object-fit:cover;
}
.index_four .index_body .item .date{
    font-size: 0.26rem;
    font-weight: 600;
    color: #151515;
    padding: 0.6rem 0 0.4rem 0.48rem;
}
.index_four .index_body .item .text{
    display: flex;
    flex-direction: column;
    padding: 0 0 0 0.48rem;
}
.index_four .index_body .item:nth-of-type(1){
    background-image: url("/www/xgwy_m/img/index/first1.png");
    background-size: contain;
}
.index_four .index_body .item:nth-of-type(4){
    background-image: url("/www/xgwy_m/img/index/first2.png");
    background-size: contain;
}
.index_four .index_body .item:nth-of-type(5){
    background-image: url("/www/xgwy_m/img/index/first3.png");
    background-size: contain;
}
.index_four .index_body .item:nth-of-type(8){
    background-image: url("/www/xgwy_m/img/index/first4.png");
    background-size: contain;
}
.index_four .index_body .item .text span:first-child{
    font-size: 0.3rem;
    font-weight: 600;
    color: #333333;
    padding-bottom: 0.2rem;
    letter-spacing: 1px;
}
.index_four .index_body .item .text span:last-child{
    font-size: 0.22rem;
    font-weight: 600;

    letter-spacing: 1px;
    font-family: PingFangSC-Semibold, PingFang SC;

    color: #191919;
    line-height: 0.3rem;
}
.index_four .index_body .item  .content{
    position: absolute;
    top: 50%;
    left: 0.42rem;
    transform: translateY(-50%);
    font-size: 0.3rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #333333;
    line-height: 0.47rem;
    letter-spacing: 1px;
}



/* 线下体验店 */
.experience_store{
    margin-bottom: 0.8rem;

}
.experience_store .content_title_body{
    margin-top: 0.83rem;
    width: 100%;
}
.experience_store .index_body .row1{
    display: flex;
    flex-wrap: nowrap;
    height: 4.4rem;
    margin-bottom: 0.55rem;
    background-color: #fff;
}
.experience_store .index_body .row1 .left{
    background-image: url("/www/xgwy_m/img/index/store_bg_1.png");
    background-size: cover;
    box-sizing: border-box;
    width: 50%;
    padding-top: 0.4rem;
    padding-left: 0.22rem;
}
.experience_store .index_body .row1 .left .title{
    height: 0.56rem;
    font-size: 0.32rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.5rem;
}
.experience_store .index_body .row1 .left .text{
    height: 0.76rem;
    margin-top: 0.05rem;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.29rem;
}
.experience_store .index_body .row1 .left a{
    display: block;
    text-align: center;
    line-height: 0.64rem;
    width: 1.91rem;
    height: 0.64rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #FFFFFF;
    font-size: 0.3rem;
    font-weight: 600;
    color: #fff;
}
.experience_store .index_body .row1 .right{
    width: 50%;
    box-sizing: border-box;
    padding: 0.45rem 0.23rem 0 0.25rem;
}
.experience_store .index_body .row1 .right img{
    height: 1.64rem;
}
.experience_store .index_body .row1 .right .title{

    margin-top: 0.4rem;
    margin-bottom: 0.13rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D1D1F;
    line-height: 0.28rem;
}
.experience_store .index_body .row1 .right .code{
    height: 0.22rem;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1D1D1F;
    line-height: 0.22rem;
    -webkit-background-clip: text;
}
.experience_store .index_body .row1 .right .address{
    margin-top: 0.13rem;
    font-size: 0.16rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #86868C;
    line-height: 0.26rem;
    -webkit-background-clip: text;
}

/* 第二列 */
.experience_store .index_body .row2{
    display: flex;
    flex-wrap: nowrap;
    height: 4.4rem;
    margin-bottom: 0.55rem;
    background-color: #fff;

}
.experience_store .index_body .row2 .left{
    background-image: url("/www/xgwy_m/img/index/store_bg_2.png");
    background-size: cover;
    box-sizing: border-box;
    width: 50%;
    padding-top: 0.4rem;
    padding-left: 0.22rem;
}
.experience_store .index_body .row2 .left .title{
    height: 0.56rem;
    font-size: 0.32rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #FFFFFF;
    line-height: 0.5rem;
}
.experience_store .index_body .row2 .left .text{
    height: 0.76rem;
    margin-top: 0.05rem;
    margin-bottom: 0.2rem;
    font-size: 0.24rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 0.29rem;
}
.experience_store .index_body .row2 .left a{
    display: block;
    text-align: center;
    line-height: 0.64rem;
    width: 1.91rem;
    height: 0.64rem;
    border-radius: 0.04rem;
    border: 0.01rem solid #FFFFFF;
    font-size: 0.3rem;
    font-weight: 600;
    color: #fff;
}
.experience_store .index_body .row2 .right{
    width: 50%;
    box-sizing: border-box;
    padding: 0.65rem 0.23rem 0 0.25rem;
}
.experience_store .index_body .row2 .right img{
    height: 1.64rem;
}
.experience_store .index_body .row2 .right .title{

    margin-top: 0.4rem;
    margin-bottom: 0.13rem;
    font-size: 0.2rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #1D1D1F;
    line-height: 0.28rem;
}
.experience_store .index_body .row2 .right .code{
    height: 0.22rem;
    font-size: 0.16rem;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #1D1D1F;
    line-height: 0.22rem;
    -webkit-background-clip: text;
}
.experience_store .index_body .row2 .right .address{
    margin-top: 0.13rem;
    font-size: 0.16rem;
    font-family: PingFangSC-Semibold, PingFang SC;
    font-weight: 600;
    color: #86868C;
    line-height: 0.26rem;
    -webkit-background-clip: text;
}


/* 招商加盟 */

.attract_investment{
    margin-bottom: 0.8rem;

}
.attract_investment_padding{
    padding: 0 0.23rem;
}
.attract_investment .content_title_body{
    margin-top: 0.1rem;
    width: 100%;
}

.attract_investment .index_body {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    justify-content: space-between;
}
.attract_investment .index_body  .item{
    width: 3.42rem;
    height: 4.5rem;
    background: #FFFFFF;
    box-shadow: 0px 6px 23px 0px rgba(0, 0, 0, 0.07);
    padding-top:0.18rem;
    margin-bottom: 0.3rem;
}
.attract_investment .index_body  .item img{
    height: 1.9rem;
    width: 100%;
}
.attract_investment .index_body  .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 .index_body  .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 .index_body  .item .item_text{
    font-size: 0.22rem;
    font-weight: 600;
    color: #939393;
    letter-spacing: 0.02rem;

    padding: 0.1rem 0.1rem 0 0.1rem;

}
.attract_investment .index_body  .item .item_texts{
    font-size: 0.22rem;
    line-height: 0.30rem;
    font-weight: 500;
    color: #939393;
    letter-spacing: 0.02rem;
    padding: 0.1rem 0.1rem 0 0.1rem;
}
.attract_investment .index_body  .item .item_padding{
    /* padding: 0.1rem 0.1rem 0 0.1rem; */

}
/* .join_investment .contact_us{
    background: #FBFBFB;
} */





/*内容八样式*/
.index_eight{
    margin-bottom: 0.8rem;
}
.index_eight .content_title_body{
    margin-top: 0.1rem;
}
.index_eight .index_body{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.index_eight .item{
    width: calc(50% - 0.12rem);
    margin-bottom: 0.3rem;
}
.index_eight .item_bottom{
    background: #ffffff;
    padding: 0.1rem;
}
.index_eight .item_bottom .item_bottom_border{
    height: 1.46rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #f6f6f6;
}
.index_eight .item_bottom .item_bottom_border .title{
    font-size: 0.25rem;
    font-weight: 600;
    color: #333333;
    text-align: center;
    padding-bottom: 0.1rem;
}
.index_eight .item_bottom .item_bottom_border .text{
    font-size: 0.23rem;
    font-weight: 600;
    color: #333333;
    text-align: center;
    opacity: 0.6;
}
