@media all and (min-width:900px) {
    .page_container.home .textcontent3 {
        display: none;
    }

    .mobile_contact {
        display: none;
    }
}

.page_container.home {
    height: 100vh;
    padding-top: 0px;
    background-color: rgb(0, 0, 0);
}

.page_container.home .swiper-container {
    height: 100%;
}
.page_container.home .section .section_frame1 {
	text-align: center;
	height: 100%;
	position: relative;
	z-index: 2;
}

@media (max-width: 900px) {
    .page_container.home .section .section_frame3 {
        width: 100%;
        background-image: url("../image/moblie_ditu.png");
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .pc_wenede {
        display: none;
    }

    .page_container.home .section_frame3 .textcontent2 {
        height: 80%;
    }

    .page_container.home .section .section_content2 .mobile_Devoted {
        font-size: 12px;
        text-align: center;
    }

    .page_container.home .section .section_content2 .mobile_tmt {
        font-size: 14px;
        text-align: center;
    }

    .page_container.home .section .section_content2 .mobile_abouttext {
        font-size: 26px;
        text-align: center;
    }

    .page_container.home .textcontent2 {
        display: none;
    }
}

.textcontent3 {
    width: 100%;
    height: 500px;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    text-align: center;
}




.mobile_joinusbtn {
    width: 21%;
    height: 4%;
    background-color: red;
    border-radius: 10px;
    position: absolute;
    top: 21%;
    left: 38%
}

.mobile_jointext {
    width: 100%;
    display: inline-block;
    color: #fff;
    line-height: 26px;
    text-align: center;
    font-size: 12px;
}

.moblie_section {
    width: 100%;
    height: 100%;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.beijing_company {
    width: 90%;
    height: 26%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.chengdu_company {
    width: 90%;
    height: 26%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.shenzhen_company {
    width: 90%;
    height: 26%;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
}

.beijing_head {
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.beijing_bottom {
    width: 100%;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chengdu_head {
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.chengdu_bottom {
    width: 100%;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shenzhen_head {
    width: 100%;
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.shenzhen_bottom {
    width: 100%;
    height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.beijing_line {
    width: 100%;
    height: 1px;
    background-color: #fff;
}

.shenzhen_line {
    width: 100%;
    height: 1px;
    background-color: #fff;
}


.chengdu_line {
    width: 100%;
    height: 1px;
    background-color: #fff;
}