html,
body {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-x: hidden;
    background: black;
}

/* 手机端头部导航按钮 */
/* 开始 */
#navigation #burger {
    background: none;
    top: 0px;
    width: 50px;
    height: 100%;
    right: 0px;
    display: block;
    position: absolute;
    z-index: 99999;
    cursor: pointer;
}

#navigation #burger .burger-icon::before {
    top: -5px;
}

#navigation #burger .burger-icon::before {
    position: absolute;
    content: "";
}

#navigation #burger .burger-icon::before {
    width: 15px;
    height: 3px;
    display: block;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
    background-color: rgb(247, 238, 238);
}


#navigation #burger .burger-icon::after {
    top: 5px;
}

#navigation #burger .burger-icon::after {
    position: absolute;
    content: "";
}

#navigation #burger .burger-icon::after {
    width: 15px;
    height: 3px;
    display: block;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
    background-color: rgb(247, 238, 238);
}


#navigation #burger .burger-icon {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 15px;
    position: relative;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;

}

#navigation #burger .burger-icon {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 15px;
    position: relative;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#navigation #burger .burger-icon {
    width: 15px;
    height: 3px;
    display: block;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
    background-color: rgb(247, 238, 238);
}

@media (max-width: 700px) {
    #navigation_mobile .content {
        padding-top: 60px;
    }

}

.link_line {
    width: 90%;
    height: 1px;
    margin: auto;
    background-color: rgb(136, 132, 132);
}

#navigation_mobile .content {
    /* top: 0px;
    width: 100%;
    bottom: 0px;
    padding-top: 60px;
    position: absolute;
    -ms-overflow-x: hidden;
    -ms-overflow-y: auto; */
    top: 0px;
    width: 100%;
    bottom: 0px;
    /* padding-top: 90px; */
    position: absolute;
    height: 44%;
    background-color: #1A1A1C;
    color: #fff !important;
    -ms-overflow-x: hidden;
    -ms-overflow-y: auto;
    z-index: 999;
}

#navigation_mobile .link {
    padding: 10px 0px 10px 20px;
    display: block;
}

.style1 {
    text-transform: uppercase;
    line-height: 0.8;
    letter-spacing: 0.04em;
    font-size: 102px;
    font-weight: 900;
}

@media (max-width: 700px) {
    .style1 {
        font-size: 20px;
        color: white;
    }
}

#navigation_mobile {
    /* background: rgb(255, 255, 255); */
    width: 100%;
    height: 100%;
    color: rgb(0, 0, 0);
    visibility: hidden;
    position: fixed;
    z-index: -9;
    opacity: 0;
    top: 0px;
}

#navigation .active#burger .burger-icon::after {
    transform: translateY(-5px) rotate(-45deg);
    -webkit-transform: translateY(-5px) rotate(-45deg);
}

#navigation #burger .burger-icon::before {
    top: -5px;
}

#navigation #burger .burger-icon::before {
    position: absolute;
    content: "";
}

#navigation #burger .burger-icon::before {
    width: 15px;
    height: 3px;
    display: block;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
    background-color: rgb(247, 238, 238);
}

#navigation .active#burger .burger-icon::before {
    transform: translateY(5px) rotate(45deg);
    -webkit-transform: translateY(5px) rotate(45deg);
}

#navigation #burger .burger-icon::before {
    top: -5px;
}

#navigation #burger .burger-icon::before {
    position: absolute;
    content: "";
}

#navigation #burger .burger-icon::before {
    width: 15px;
    height: 3px;
    display: block;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
    background-color: rgb(247, 238, 238);
}

#navigation .active#burger .burger-icon {
    background-color: transparent;
}

#navigation #burger .burger-icon {
    width: 15px;
    height: 3px;
    display: block;
    transition-property: background-color, transform;
    transition-duration: 0.3s;
    background-color: rgb(247, 238, 238);
}

#navigation #burger .burger-icon {
    margin-top: 20px;
    margin-bottom: 5px;
    margin-left: 15px;
    position: relative;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

#navigation {
    background: rgba(0, 0, 0, 0.72);
    transition: height 1s ease-in-out, right 1s ease-in-out, color 1s ease-in-out, background 1s ease-in-out;
    left: 0px;
    top: 0px;
    height: 46px;
    right: 0px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    position: fixed;
    z-index: 644;
}

#navigation .logo {
    transition: top 1s ease-in-out, height 1s ease-in-out, width 1s ease-in-out;
    left: 100px;
    top: 3px;
    width: 250px;
    height: 25px;
    position: absolute;
}

#navigation .btn_container {
    transition: top 1s ease-in-out;
    top: 0px;
    height: 46px;
    right: 100px;
    overflow: hidden;
    position: absolute;
}

#navigation .btn_container .link {
    margin: 0px 20px;
    transition: line-height 1s ease-in-out, height 1s ease-in-out;
    height: 46px;
    line-height: 49px;
    font-family: "微软雅黑";
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.btn_container .link {
    letter-spacing: 5px;
    font-size: 12px;
    margin: 0px 20px;
    transition: line-height 1s ease-in-out, height 1s ease-in-out;
    font-weight: bold;
    display: inline-block;
    position: relative;
    height: 55px;
    line-height: 55px;
    color: #fff;
    text-decoration: none;
}

.style14 {
    text-transform: uppercase;
    line-height: 1.12;
    letter-spacing: 0.15em;
    font-size: 12px;
    font-weight: 900;
}

#navigation .btn_container .style14 :hover {
    color: red;
}

@media (min-width: 900px) {
    #navigation_mobile {
        display: none;
    }
}

@media (max-width: 900px) {
    #navigation .btn_container {
        display: none;
    }



}

@media (max-width: 1050px) {
    #navigation .btn_container {
        right: 20px;
    }
}

@media (max-width: 1050px) {
    #navigation .logo {
        left: 20px;
        top: 3px;
        width: 200px;
        height: 25px;
    }
}

@media (min-width: 900px) {
    #navigation #burger {
        display: none;
    }
}

/* 结尾 */

.topmenu {
    background: rgba(0, 0, 0, 0.68);
    width: 100%;
    transition: height 1s ease-in-out, right 1s ease-in-out, color 1s ease-in-out, background 1s ease-in-out;
    height: 55px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    position: fixed;
    z-index: 9999;
}

.topmenu .logo {
    transition: top 1s ease-in-out, height 1s ease-in-out, width 1s ease-in-out;
    left: 100px;
    position: absolute;
    top: 6px;
    width: 284px;
    height: 30px;
    z-index: 9999;
}

.topmenu .btn_container {
    transition: top 1s ease-in-out;
    top: 6px;
    right: 100px;
    overflow: hidden;
    position: absolute;
    height: 46px;
}

.btn_container .link {
    letter-spacing: 5px;
    font-size: 12px;

    margin: 0px 20px;
    transition: line-height 1s ease-in-out, height 1s ease-in-out;
    font-weight: bold;
    display: inline-block;
    position: relative;
    text-decoration: none;
    height: 46px;
    line-height: 46px;
    color: #fff;
}

.btn_container .active {
    background-color: red;
    padding: 5px;
}


#navigation {
    background: rgba(0, 0, 0, 0.72) !important;
    backdrop-filter: blur(-0.5rem);
    transition: height 1s ease-in-out, right 1s ease-in-out, color 1s ease-in-out, background 1s ease-in-out;
    left: 0px;
    top: 0px;
    height: 46px;
    right: 0px;
    color: rgb(51, 51, 51);
    overflow: hidden;
    position: fixed;
    z-index: 644;
}

.fs_sy {
    font-family: "微软雅黑";
}

.about_item1 {
    width: 100%;
    height: 1645px;
    background-color: #000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 99;
    position: relative;
}

.pc_bg_fixed {
    position: fixed;
    left: 11%;
    top: 0%;
}

.mobile_bg_fixed {
    position: fixed;
    left: 11%;
    top: 0%;
}


@media all and (max-width:1000px) {
    .pc_bg_absolute {
        position: absolute !important;
        left: 13% !important;
        bottom: 10% !important;
    }
}

@media all and (max-width:1500px) {
    .pc_bg_absolute {
        position: absolute !important;
        left: 19% !important;
        top: 101% !important;
    }
}


.pc_bg_absolute {
    position: absolute;
    left: 11%;
    /* bottom: -33%; */
    bottom: -25%;
}

@media all and (max-width:1000px) {
    .mobile_bg_absolute {
        position: absolute !important;
        left: 13% !important;
        bottom: 10% !important;
    }
}

@media all and (max-width:1500px) {
    .mobile_bg_absolute {
        position: absolute !important;
        left: 19% !important;
        top: 101% !important;
    }
}

.mobile_bg_absolute {
    position: absolute;
    left: 11%;
    /* bottom: -33%; */
    bottom: -25%;
}


.content {
    color: #262626;
    /* background-size: 80% auto; */
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.about_item2 {
    width: 100%;
    height: 100%;
    background-image: url('../image/banner大图.png');
    /* background-color: #000; */
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


.mobile_show {
    width: 100%;
    height: 320px;
    /* background-image: url('../image/技术支撑.png');
    background-size: 100% 100%; */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-image: url('../image/技术支撑.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.mobile_power_footer {
    /* width: 50%; */
    height: 62%;
    /* border: 1px solid #fff; */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
}

.mobile_power_footer_one {
    width: 92%;
    height: 46%;
    border: 1px solid #000;
    display: flex;
    /* justify-content: space-around; */
    justify-content: flex-start;
    align-items: center;
}

.mobile_power_footer_two {
    width: 92%;
    height: 46%;
    border: 1px solid #000;
    display: flex;
    /* justify-content: space-around; */
    justify-content: flex-start;
    align-items: center;
}


.mobile_vision_footer {
    width: 100%;
    height: 240px;
    /* border: 1px solid #fff; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;

    /* background-image: url('../bg/ipad.png');
    background-size: 100% 100%; */
}

.mobile_vision_footer_one {
    width: 92%;
    height: 44%;
    /* border: 1px solid red; */
    display: flex;
    /* justify-content: space-around; */
    justify-content: flex-start;
    align-items: center;
}

.mobile_vision_footer_two {
    width: 92%;
    height: 44%;
    /* border: 1px solid red; */
    display: flex;
    /* justify-content: space-around; */
    justify-content: flex-start;
    align-items: center;
}



.mobile_vision_present_power_item {
    width: 25%;
    height: 88%;
    display: flex;
    border: 1px solid #4a4a4a;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}

.mobile_power_three {
    /* width: 50%; */
    height: 500px;
    /* border: 1px solid #fff; */
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    background-image: url('../image/技术支撑.png');
    background-size: 100% 100%;
}

.power_img {
    width: 48%;
    /* height: 100%; */
}

.vision_present {
    width: 100%;
    height: 890px;
    /* border: 1px solid #fff; */
    display: flex;
    justify-content: space-between;
    background-color: #000;
    align-items: center;
    margin-top: 100px;
    /* position: relative; */
}

.power_two {
    /* width: 900px; */
    height: 475px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 60px;
}

.power_three {
    width: 900px;
    height: 475px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    margin-left: 64px;
    /* border: 1px solid #fff; */
}


.img_ipad {
    width: 100%;
    height: 100%;
    /* object-fit: cover; */
    /* border: 1px solid #fff; */
}


.power_footer {
    width: 100%;
    height: 200px;
    /* border: 1px solid #fff; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.power_item {
    width: 16%;
    height: 78%;
    display: flex;
    border: 1px solid #4a4a4a;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;

    text-align: center;
    /* border: 1px solid #fff; */
}



.power_footer :hover {
    user-select: none;
}

.stable_container {
    width: 100%;
    height: 430px;
    /* border: 1px solid #fff; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
    position: relative;

}

.douhao {
    position: absolute;
    bottom: 0;
    right: 14%;
}

.mobile_stable_container {
    width: 100%;
    height: 666px;
    /* border: 1px solid #fff; */
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    background-color: #000;
}

.originality_container {
    width: 100%;
    /* height: 630px; */
    /* border: 1px solid #fff; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #000;
}

.bianzuimg {
    /* width: 60%;
    margin-top: 100px; */
    height: 100%;
    /* margin-left: 200px; */
    position: absolute;
    left: -13%;
}

.stableimg_container {
    width: 46%;
    height: 60%;
    /* border: 1px solid #fff; */
}

.stableimg_img {
    width: 92%;
    height: 130%;
}

.stable_text {
    width: 774px;
    /* height: 150px; */
    font-size: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.99);
    line-height: 46px;
    position: absolute;
    right: 16%;
}

.stable_text1 {
    width: 774px;
    /* height: 150px; */
    font-size: 22px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.99);
    line-height: 46px;
}

.seat_hox {
    width: 275px;
    height: 500px;
}


.exhibition_container {
    width: 100%;
    height: 952px;
    /* border: 1px solid #fff; */
    background-color: #000;
    background-image: url("../image/咪咕.png");
    background-repeat: no-repeat;
    background-size: 74% 82%;
    background-position: 100% 100%;
    margin-top: 200px;
}

.exhibition_list {
    width: 900px;
    height: 475px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-around;
    /* border: 1px solid #fff; */
    margin-left: 200px;
}

.migu_container {
    width: 100%;
    height: 500px;
    background-color: #000;
}

.migu_img {
    height: 100%;
}

.migu_textbox {
    width: 100%;
    height: 280px;
    display: flex;
    justify-content: center;
    background-color: #000;
}


.footer_head {
    /* border: 1px solid #000; */
    width: 100%;
    height: 50px;
    /* display: flex;
	justify-content: space-between;
	align-items: center; */
    font-size: 14px;
    position: relative;
    background-color: #F3F3F3;
    color: #333;
}

.footer_head_item1 {
    width: 8%;
    height: 20px;
    /* border: 1px
 solid #000; */
    position: absolute;
    top: 30%;
    left: 21%;
}

.footer_head_item2 {
    width: 10%;
    height: 20px;
    /* border: 1px
    solid #000; */
    position: absolute;
    top: 30%;
    left: 35%;
}

.footer_head_item3 {
    width: 10%;
    height: 20px;
    /* border: 1px
    solid #000; */
    position: absolute;
    top: 30%;
    left: 52%
}

.footer_head_item4 {
    width: 10%;
    height: 20px;
    /* border: 1px
    solid #000; */
    position: absolute;
    top: 30%;
    left: 69%;
}

.footer_head_item5 {
    width: 8%;
    height: 20px;
    /* border: 1px
    solid #000; */
    position: absolute;
    top: 30%;
    left: 84%;
}


.a_active:hover {
    color: red !important;
    user-select: none;
}

.join_footer {
    width: 100%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    background-color: #F3F3F3;
}

.join_footer_onetext {
    font-size: 26px;
}

.join_footer_twotext {
    font-size: 14px;
}

.migu_text {
    width: 1198px;
    height: 100%;
    line-height: 42px;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 2px;
}

.footer_container {
    width: 100%;
    height: 500px;
    background-image: url('../image/footer.png');
    background-size: 100% 100%;
    /* border: 1px solid #fff; */
    display: flex;
    justify-content: center;
    align-items: center;
}



.footer_itme {
    width: 400px;
    height: 254px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    background: hsla(0, 0%, 100%, .15) border-box;
    overflow: hidden;
    color: white;
    backdrop-filter: blur(0.5rem);
    z-index: 1;
    background-position: center top;
    background-size: cover;
    overflow: hidden;
    position: relative;
}

.footer_itme:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: -30px;
    z-index: -1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.footer_itme:hover {
    cursor: pointer;
    user-select: none;
    background-color: #BB0611;
}

.footer_line {
    width: 240px;
    height: 1px;
    background: silver;
    margin-top: 10px;
}

.footer_context {
    line-height: 24px;
}

.epilogue_one {
    width: 100%;
    height: 50px;
    /* border: 1px solid #fff; */
    text-align: center;
    color: white;
    background-color: #000;
    font-size: 30px;
}

.epilogue_two {
    width: 100%;
    height: 50px;
    /* border: 1px solid #fff; */
    text-align: center;
    color: white;
    font-size: 12px;
    background-color: #000;
}

.epilogue_three {
    width: 100%;
    height: 50px;
    /* border: 1px solid #fff; */
    text-align: center;
    color: silver;
    font-size: 12px;
    background-color: #000;
}

.ipad_img {
    width: 75%;
    height: 800px;
    margin-left: 230px;
}

.about_img {
    width: 70%;
    height: 134%;
    position: absolute;
    bottom: 25%;
    right: 2%;
}

.aboutlogo_img {
    width: 20%;
    height: 39%;
    position: absolute;
    top: 15%;
    right: 35%;
}

.img_text {
    width: 100%;
    height: 200px;
    /* border: 1px solid #fff; */
    display: flex;
    /* justify-content: center; */
    color: #fff;
    margin-left: 200px;
    /* margin-bottom: 200px; */
    align-items: center;
}

.about_pad {
    width: 324px;
    height: 100%;
}

.text_container {
    width: 766px;
    /* border: 1px solid #fff; */
    color: #BFBFBF;
    font-size: 20px;
    letter-spacing: 1px;
    line-height: 30px;
    text-align: left;
}



.about_container1 {
    width: 800px;
    /* height: 1100px; */
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: white;
    margin-top: 400px;
}

.pc_bannerimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: rotate(-3.5deg);   */
}

.mobile_bannerimg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    /* transform: rotate(-3.5deg);   */
}

.about_container2 {
    margin-left: 200px;
    width: 800px;
    height: 740px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    color: white;
    /* border: 1px solid #fff; */
}




.about_text1 {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    letter-spacing: 2px;
    /* text-align: left; */
    /* border: 1px solid #fff; */
}

.about_text2 {
    width: 100%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    letter-spacing: 2px;
    margin-top: 200px;
    /* text-align: left; */
    /* border: 1px solid #fff; */
}

.wo_power {
    width: 100%;
    /* height: 120px; */
    background-color: #000;
    margin-top: 200px;
}

.windows_show {
    width: 100%;
    /* height: 600px; */
    background-image: url('../image/技术支撑.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.fs_16 {
    font-size: 16px;
}



.fs_46 {
    font-size: 46px;
}


.w_375 {
    /* width: 375px; */
    line-height: 30px;
    margin-top: 20px;
    color: #fff;
}

.w_607 {
    width: 840px;
    line-height: 30px;
}

.about_smallline {
    width: 20px;
    height: 2px;
    background: #BB0611;
}

.about_bigline {
    width: 30px;
    height: 2px;
    background: #BB0611;
}


.pc_ourbility {
    font-size: 22px;
    color: #7E7C7C;
    margin-top: 10px;
}

.mobile_jishu {
    color: #FFFFFF;
    font-size: 26px;
    text-align: left;
}



.mobile_duoweidu {
    text-align: left;
    color: silver;
    font-size: 14px;
    margin-top: 20px;
}





.mobile_gaodudingzhi {
    color: silver;
    font-size: 14px;
    text-align: left;
    margin-top: 10px;
}






@media all and (min-width:900px) {
    .mobile_bannerimg {
        display: none;
    }

    .mobile_show {
        display: none;
    }

    .about_item3 .we_power .mobile_show {
        display: none;
        width: 100%;
        height: 1000px;
        background-image: url('../image/技术支撑.png');
        background-size: 100% 100%;
    }

    .mobile_vision_present {
        display: none;
        width: 100%;
        height: 1000px;
    }

    .mobile_originality_container {
        display: none;
    }

    .mobile_exhibition_container {
        display: none;
    }

    .mobile_stable_container {
        display: none;
        width: 100%;
        height: 1000px;
        background-image: url('../image/技术支撑.png');
        background-size: 100% 100%;
    }
}




@media all and (max-width:900px) {
    .join_footer {
        height: 120px;
    }

    .join_footer_onetext {
        font-size: 16px;
    }

    .join_footer_twotext {
        font-size: 12px;
    }

    .power_item {
        width: 25%;
        height: 100%;
        display: flex;
        border: 1px solid #4a4a4a;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        text-align: center;
    }

    .footer_textone {
        font-size: 20px;
    }

    .footer_texttwo {
        font-size: 16px;
    }

    .pc_bannerimg {
        display: none;
    }

    .bannerimg {
        /* display: none; */
        width: 100%;
        height: 100%;
        object-fit: cover;
    }


    .pc_bg_fixed {
        position: fixed;
        /* left: 11%; */
        right: -23%;
        top: 0%;
    }

    .mobile_bg_fixed {
        /* position: fixed;
        left: 11%;
        right: -23%;
        top: 0%; */
        position: fixed;
        left: -2%;
        right: -4%;
        top: -11%;
    }

    .mobile_zhanlanzhanshi {
        font-size: 26px;
        text-align: left;
        color: #fff;
    }

    .mobile_ourability {
        font-size: 12px;
        text-align: left;
    }

    .mobile_woper {
        font-size: 20px;
        text-align: left;
    }

    .mobile_welinian {
        font-size: 26px;
        text-align: left;
        color: #fff;
    }

    .about_text2 {
        /* width: 27%; */
        height: 350px;
        font-size: 18px !important;
        display: flex;
        flex-direction: column;
        /* border: 1px solid #fff; */
        position: absolute;
        top: 630px;
        /* left: 2%; */
        margin-top: 150px;
    }

    .mobile_aboutdevoted {
        font-size: 12px;
        text-align: left;
    }

    .mobile_aboutquanxin {
        font-size: 26px;
        text-align: left;
    }

    .about_text1 {
        /* width: 27%; */
        height: 380px;
        display: flex;
        flex-direction: column;
        /* border: 1px solid #fff; */
        position: absolute;
        top: 132px;
        /* left: 2%; */
        margin-top: 136px;
    }

    .about_item1 {
        height: 1020px;
    }

    .mobile_zhuanye {
        font-size: 20px;
        text-align: left;
    }

    .mobile_profess {
        font-size: 12px;
        text-align: left;
    }

    .mobile_ourpui {
        font-size: 12px;
        text-align: left;
    }

    .mobile_shengenshuzihua {
        width: 80%;
        font-size: 14px;
        text-align: left;
    }

    .mobile_aboutline {
        display: none;
    }

    .mobile_tmttext {
        font-size: 20px;
        text-align: left;
    }

    .about_item3 .we_power .power_two {
        width: 100px;
        height: 100px;

    }

    .section .wo_power {
        margin-top: 0px;
        text-align: center;
        height: 74px;
    }

    .about_item3 .we_power .mobile_show .mobile_power_footer {
        width: 28%;
    }

    .about_item3 .we_power .windows_show {
        display: none;
    }

    .windows_show {
        display: none;
    }

    .about_item3 .we_power .mobile_show {
        display: block;
        width: 100%;
        height: 810px;
        background-image: url('../image/技术支撑.png');
        background-size: 100% 100%;
    }

    .about_item3 .we_power {
        width: 100%;
        height: 820px;
        background-image: url('../image/技术支撑.png');
        background-size: 100% 100%;
        /* border: 1px solid #fff; */
    }

    .stable_container {
        display: none;
    }

    .mobile_stable_container {
        width: 100%;
        height: 370px;
        background-color: #000;
        display: flex;
        flex-direction: column;
        justify-content: space-around;
        margin-top: 40px;
        /* border: 1px solid #fff; */
    }

    .mobile_stable_text {
        font-size: 14px;
        width: 84%;
        text-align: left;
    }

    .vision_present {
        display: none;
    }


    .footer_head {
        display: none;
    }

    .footer_texttwo {
        width: 100%;
        /* height: 500px; */
        font-size: 12px;
        text-align: center;
        line-height: 26px;
    }

    .mobile_migu_text {
        width: 82%;
        /* height: 500px; */
        font-size: 14px;
        line-height: 20px;
    }

    .mobile_migu_textbox {
        width: 100%;
        /* height: 500px; */
        display: flex;
        justify-content: flex-start;
    }

    .migu_container {
        display: none;
    }

    .mobile_exhibition_container {
        width: 100%;
        /* height: 666px; */
        display: flex;
        flex-direction: column;
        background-color: #000;
        margin-top: 90px;
        /* border: 1px solid #fff; */
    }

    .exhibition_container {
        display: none;
    }

    .mobile_originality_container {
        width: 100%;
        /* height: 500px; */
        background-color: #000;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: 400px;
    }

    .originality_container {
        display: none;
    }

    .mobile_vision_present {
        width: 100%;
        /* height: 640px; */
        display: flex;
        flex-direction: column;
        background-color: #000;
        margin-top: 90px;
        position: relative;
    }

    .iPad_img1 {
        width: 114%;
        height: 132%;
        position: absolute;
        top: 98%;
        left: -14%;
    }
}

.mobile_exhibition_power_footer {
    width: 100%;
    height: 240px;
    /* border: 1px solid red; */
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    background-size: 100% 100%;
    background-color: #000;
}

.mobile_exhibition_power_footer_one {
    width: 92%;
    height: 44%;
    /* border: 1px solid red; */
    display: flex;
    /* justify-content: space-evenly; */
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.mobile_exhibition_power_footer_two {
    width: 92%;
    height: 44%;
    /* border: 1px solid red; */
    display: flex;
    /* justify-content: space-evenly; */
    justify-content: flex-start;
    align-items: center;
    text-align: center;
}

.mobile_exhibition_list_power_item {
    width: 25%;
    height: 80%;
    display: flex;
    border: 1px solid #4a4a4a;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
}

.mobile_exhibition_list_img {
    width: 100%;
    height: 300px;
    background-image: url("../image/咪咕.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
}