/*
*    适配手机端
*/
@media screen and (max-width: 1200px) {
    .title_banner{
        position: none;
        /* margin-top: 94px; */
    }
    .iphone_css {
        display: block !important;
    }

    .web_css {
        display: none !important;
    }

    body {
        min-width: 750px;
        overflow-x: hidden;
    }

    .w-1200 {
        min-width: 750px;
        width: 750px;
        margin: auto;
    }
    .wrap_750{
        min-width: 750px;
        position: absolute;
        top: 94px;
        left: 0;
        right: 0;
    }

    /*
     header 手机端 start
     */

    .top_menu {
        display: flex;
        display: -webkit-flex;
        /* Safari */
        -webkit-align-items: center;
        align-items: center;
        background: #fff;
        box-shadow: 0px -2.4px rgba(0, 0, 0, 0.1) inset;
        height: 94px;
        position: fixed;
        width: 100%;
        z-index: 1001;
    }

    .top_menu .menu-wrap img:nth-child(1) {
        position: relative;
        width: 48px;
        height: 48px;
        z-index: 3;
        left: 32px;
    }

    .menu_open{
        display: block;
    }

    .top_menu .menu-wrap img:nth-child(2) {
        position: relative;
        width: 48px;
        height: 48px;
        z-index: 3;
        left: 32px;
        display: none;
    }

    .top_menu img.lootom_icon {
        width: 186px !important;
        height: 39px !important;
        position: absolute !important;
        top: 50% !important;
        margin-top: -19.5px !important;
        left: 50% !important;
        margin-left: -93px !important;

    }

    .header-wrap .bottom .nav_box{
        z-index: 1000;
        background: #fff;
        overflow-y: auto;
        box-sizing: border-box;
        padding: 28px;
        padding-top: 122px;
    }

    .bottom .nav_list_bottom_li{
        padding: 30px 0;
        box-shadow: 0px -1px rgba(0, 0, 0, 0.1) inset;
        display: flex;
        justify-content: space-between;
        align-items: center;
        /*flex-direction: column;*/
    }

    .bottom .nav_list_bottom_li:last-child{
        box-shadow: none;
    }

    .bottom .nav_list_bottom_li.product,
    .bottom .nav_list_bottom_li.about{
        flex-direction: column;
        align-items: inherit;
    }



    .nav_li_a{
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
        font-size: 32px;
        line-height: 40px;
    }

    .a_more{
        margin-bottom: 35px;
    }

    .nav-drop-down1-title{
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
        font-size: 28px;
        line-height: 40px;
        white-space: nowrap;
        margin-right: 64px;
    }

    .nav-drop-down1-box{
        display: flex;
        margin-bottom: 35px;
    }

    .nav-drop-down1-ul-wrap{
        display: flex;
        justify-content: space-between;
        width: 546px;
    }

    .nav-drop-down1-ul{
        width: 50%;
    }

    .nav-drop-down1-ul a{
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 32px;
        display: block;
        width: 95%;
    }

    .nav-drop-down1-ul li:last-child a{
        margin-bottom: 0 ;
    }

    .nav-drop-down1-ul a p{
        width: 100%;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }

    .nav-drop-down ul{
        display: flex;
    }

    .nav-drop-down-li{
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        line-height: 40px;
        margin-right: 64px;
    }

    /*
    header 手机端 end
    */

    /*
    领取手册开始
    */

    .manual-wrap{
        padding: 80px 32px;
    }

    .problem_box{
        width: inherit;
        padding: 80px 0 56px 0;
        background: none;
    }

    .problem_title_phone{
        display: flex;
        align-items: center;
        flex-direction: column;
        margin-bottom: 80px;
    }

    .problem_title_phone_top{
        color: rgba(4, 85, 167, 1);
        font-weight: bold;
        font-size: 28px;
        line-height: 28px;
        padding: 10px;
        border-radius: 6px;
        border: 1px solid rgba(4, 85, 167, 1);
        display: inline-block;
        margin-bottom: 16px;
    }

    .problem_title_phone_bottom{
        width: 600px;
        text-align: center;
        color: rgba(4, 85, 167, 1);
        font-weight: bold;
        font-size: 100px;
        line-height: 110px;
    }

    .problem_title_phone_tips{
        color: rgba(133, 172, 213, 1);
        width: 500px;
        font-size: 24px;
    }

    .manual-input{
        padding: 32px 24px;
        border-radius: 4px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        width: 100%;
        margin-bottom: 32px;
        font-size: 28px;
    }

    .manual-bottom-wrap{
        display: flex;
        justify-content: space-between;
    }

    .manual-bottom-left{
        font-size: 32px;
        line-height: 32px;
        padding: 32px 54px;
        border-radius: 4px;
        border: 1px solid rgba(4, 85, 167, 1);
        color: rgba(4, 85, 167, 1);
        margin: 0;
    }

    .manual-bottom-right{
        font-size: 32px;
        line-height: 32px;
        padding: 32px 54px;
        border-radius: 4px;
        border: 1px solid rgba(4, 85, 167, 1);
        color: #fff;
        background: rgba(4, 85, 167, 1);
    }

    /*
    领取手册结束
    */

    /*footer start*/

    .footer-wrap-phone{
        padding: 66px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .wrap-mobile-p1{
        color: rgba(0, 0, 0, 1);
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 28px;
    }

    .wrap-mobile-p2{
        color: rgba(0, 0, 0, 1);
        font-size: 28px;
        margin-bottom: 28px;
    }

    .footer-wrap-mobile-tel{
        align-self: flex-start;
        margin-bottom: 66px;
    }

    .footer-wrap-mobile-tel .mobile-tel-icon{
        width: 66px;
        height: 66px;
        border-radius: 8px 0 0 8px;
        overflow: hidden;
    }

    .footer-wrap-mobile-tel p{
        padding: 11px 16px;
        border-radius:0 8px 8px 0;
        border: 2px solid rgba(0, 0, 0, 0.2);
        border-left: 0;
        box-sizing: border-box;
        background: rgba(255, 255, 255, 1);
        color: rgba(4, 85, 167, 1);
        font-weight: bold;
        font-size: 40px;
        line-height: 40px;
    }

    .footer-wrap-mobile-wx{
        width: 214px;
        height: 214px;
        text-align: center;
        margin: inherit;
        margin-bottom: 24px;
    }

    /*footer end*/

    /*新闻 start*/
    .model-news-wrap{
        padding: 80px 32px;
    }

    .model-news-item{
        margin-bottom: 40px;
        display: block;
    }

    .model-news-item-img{
        width: 686px;
        height: 374px;
        border-radius: 8px;
        background-color: #efefef;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        margin-bottom: 23px;
    }

    .model-news-item-text1{
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
        font-size: 32px;
        margin-bottom: 24px;
    }
    .model-news-item-text2{
        color: rgba(102, 102, 102, 1);
        font-size: 24px;
        margin-bottom: 24px;
    }

    .model-news-item-text3{
        color: rgba(102, 102, 102, 1);
        font-size: 24px;
    }

    .model-news-btn{
        display: block;
        border-radius: 4px;
        border: 1px solid rgba(4, 85, 167, 1);
        width: 330px;
        height: 86px;
        text-align: center;
        line-height: 86px;
        color: rgba(4, 85, 167, 1) !important;
        font-size: 32px;
        margin: 0 auto;
    }

    /*新闻 end*/


    .problem_content{
        width: 100% !important;
        margin-top: 0 !important;
    }

    .container-fluid{
        padding: 0;
    }

    .container-fluid-ul{
        display: flex;
        width: 686px;
        margin: 0 auto;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .container-fluid-li{
        width: 331px;
    }

    .problem_box .problem_content .container-fluid-li .problem_content_item{
        margin-bottom: 24px;
    }
    .problem_box .problem_content .container-fluid-li .problem_content_item div{
        background: rgba(36, 144, 168, 1);
        border-radius: 12px 12px 0 0;
        height: auto;
    }

    .problem_box .problem_content .container-fluid-li:nth-child(2) .problem_content_item div{
        background: rgba(208, 116, 30, 1);
    }

    .problem_box .problem_content .container-fluid-li:nth-child(3) .problem_content_item div{
        background: rgba(4, 167, 89, 1);
    }

    .problem_box .problem_content .container-fluid-li:nth-child(4) .problem_content_item div{
        background: rgba(4, 85, 167, 1);
    }

    .problem_box .problem_content .container-fluid-li .problem_content_item h3{
        margin-top: 32px;
        color: rgba(255, 255, 255, 1);
        font-weight: bold;
        font-size: 44px;
        line-height: 40px;
        padding-top: 0;
        margin-bottom: 24px;
    }

    .problem_box .problem_content .container-fluid-li .problem_content_item h4{
        padding-top: 0;
        text-align: center;
        color: rgba(255, 255, 255, 1);
        font-size: 28px;
        line-height: 40px;
        padding-bottom: 32px;
    }

    .problem_box .problem_content .container-fluid-li .problem_content_item ul{
        height: auto;
        padding: 40px 0;
        border-radius: 0 0 12px 12px;
    }

    .problem_box .problem_content .container-fluid-li div ul li{
        height: auto;
        text-align: center;
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        line-height: 40px;
        margin-bottom: 32px;
    }

    .problem_box .problem_content .container-fluid-li div ul li:last-child{
        margin-bottom: 0;
        line-height: 28px;
    }



    .service_box .service_content{
        width: inherit;
        padding: 80px 0 ;
    }

    .service_box .service_content .service_video_box.iphone_css{
        width: 686px;
        height: 400px;
        margin: 0 auto;
        margin-bottom: 80px;
    }

    .service_box .service_content .service_video_box.iphone_css iframe{
        border-radius: 12px;
    }

    .service_box .service_content .one_core.iphone_css,
    .service_box .service_content .three_platforms.iphone_css{
        padding: 0;
        width: 686px;
        margin: 0 auto;
    }

    .service_box .service_content .one_core.iphone_css{
        margin-bottom: 80px;
    }

    .service_box .service_content .one_core.iphone_css h4,
    .service_box .service_content .three_platforms.iphone_css h4{
        color: rgba(0, 0, 0, 1);
        font-weight: bold;
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 24px;
        padding-bottom: 0;
    }
    .service_box{
        background: #fff;
        padding-bottom: 0;
    }

    .service_box .service_content .one_core.iphone_css .content_text,
    .service_box .service_content .three_platforms.iphone_css .content_text{
        padding: 29px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        background: rgba(255, 255, 255, 1);
        border-radius: 8px;
        display: flex;
    }

    .service_box .service_content .three_platforms.iphone_css .content_text{
        margin-bottom: 24px;
    }

    .service_box .service_content .three_platforms.iphone_css .three_platforms_content li:last-child .content_text{
        margin-bottom: 0;
    }

    .three_platforms.iphone_css .three_platforms_content ul li{
        width: 100%;
    }

    .service_box .service_content .one_core.iphone_css .content_text img,
    .service_box .service_content .three_platforms.iphone_css .content_text img{
        width: 88px;
        height: 88px;
    }

    .service_box .service_content .one_core.iphone_css .content_text div h5,
    .service_box .service_content .three_platforms.iphone_css .content_text div h5{
        color: rgba(4, 85, 167, 1);
        font-weight: bold;
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 17px;
    }

    .service_box .service_content .one_core.iphone_css .content_text div p,
    .service_box .service_content .three_platforms.iphone_css .content_text div p{
        padding-top: 0;
        color: rgba(51, 51, 51, 1);
        font-size: 28px;
        line-height: 32px;
    }

    .iphone_css .programme-content{
        min-width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: none;
        padding: 28px 29px 34px 37px;
    }

    .iphone_css .programme-content .programme-content-box{
        display: flex;
        justify-content: space-between;
    }

    .container-fluid-left-top .tel{
        color: rgba(255, 255, 255, 1);
        font-weight: 500;
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 3px;
    }
    .container-fluid-left-top .telnumber{
        color: rgba(255, 255, 255, 1);
        font-weight: 900;
        font-size: 40px;
        margin-bottom: 18px;
    }

    .container-fluid-left-bottom .applyBtn{
        color: rgba(255, 255, 255, 1);
        font-size: 32px;
        line-height: 32px;
        padding: 10px;
        border: 1px solid rgba(255, 255, 255, 1);
    }

    .container-fluid-right .text{
        color: rgba(255, 255, 255, 1);
        font-weight: 900;
        font-size: 33px;
        line-height: 33px;
    }

    .index-case-phone-wrap{
        padding: 12px 12px 0 12px;
    }

    .index-case-phone-list{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .index-case-phone-item{
        width: 357px;
        height: 451px;
        display: flex;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        background-color: #efefef;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        margin-bottom: 12px;
    }

    .index-case-phone-item .qyly_title{
        color: rgba(255, 255, 255, 1);
        font-size: 33px;
        line-height: 33px;
        margin-bottom: 29px;
    }

    .index-case-phone-item .qyly_line{
        width: 40px;
        height: 4px;
        background: rgba(255, 255, 255, 1);
        margin-bottom: 29px;
    }

    .index-case-phone-item .qyly_keywords{
        color: rgba(255, 255, 255, 1);
        font-size: 28px;
        line-height: 28px;
    }

    .companyIntroduction_box{
        padding: 80px 32px 0 32px;
        background: url(../../images/index_m/c_bg.png) no-repeat;
        background-size: 100% 100%;
    }

    .companyIntroduction_box.iphone_css .companyIntroduction-title{
        border-radius: 6px;
        border: 1px solid rgba(255, 255, 255, 1);
        padding: 10px;
        color: rgba(255, 255, 255, 1);
        font-weight: bold;
        font-size: 28px;
        line-height: 28px;
        display: inline-block;
        margin-bottom: 16px;
    }

    .companyIntroduction_box-top{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .companyIntroduction_box.iphone_css h3{
        text-align: center;
        color: rgba(255, 255, 255, 1);
        font-weight: bold;
        font-size: 100px;
        padding-top: 0;
    }

    .companyIntroduction_box.iphone_css .companyIntroduction_text_1,
    .companyIntroduction_box.iphone_css .companyIntroduction_text_2{
        color: rgba(255, 255, 255, 1);
        font-size: 24px;
        width: 630px;
        line-height: 30px;
        /*line-height: 24px;*/
    }
    .companyIntroduction_box.iphone_css .companyIntroduction_text_1{
        margin-bottom: 20px;
    }
    .companyIntroduction_box .companyIntroduction_content{
        width: 686px;
        margin: 0 auto;
        margin-top: 80px;
    }

    .container-fluid-item{
        margin-bottom: 32px;
        padding: 29px;
        display: flex;
    }

    .container-fluid-item:last-child{
        margin-bottom: 0;
    }

    .iphone_css .container-fluid-img{
        width: 66px;
        margin-right: 24px;
    }
    .iphone_css .container-fluid-img img{
        width: 100%;
    }

    .companyIntroduction_content_title{
        color: rgba(255, 255, 255, 1);
        font-weight: bold;
        font-size: 44px;
        line-height: 44px;
        margin-bottom: 17px;
    }

    .companyIntroduction_num-ul{
        display: flex;
        flex-wrap: wrap;
    }

    .companyIntroduction_num-ul li{
        width: 50%;
        margin-bottom: 80px;
    }

    .companyIntroduction_box.iphone_css .companyIntroduction_content p{
        padding-top: 0;
        color: rgba(255, 255, 255, 1);
        font-size: 28px;
    }

    .iphone_css .companyIntroduction_num{
        width: 685px;
        margin: 0 auto;
        background: none;
        box-shadow: none;
        padding: 0;
        padding-top: 48px;
    }

    .companyIntroduction_num-ul li{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    .companyIntroduction_num-ul li:nth-child(2n+1):after{
        content: "";
        display: block;
        position: absolute;
        width: 1px;
        height: 73px;
        background: rgba(196, 196, 196, 1);
        right: 0;
        top: 50%;
        margin-top: -36.5px;
    }

    .companyIntroduction_num-ul li h5{
        text-align: center;
        color: rgba(255, 255, 255, 1);
        font-size: 28px;
        line-height: 28px;
        margin-bottom: 24px;
        margin-left: 0;
    }
    .companyIntroduction_num-ul li p>span{
        text-align: center;
        color: rgba(217, 146, 83, 1);
        font-weight: bold;
        font-size: 50px;
        margin-right: 5px;
    }
    .companyIntroduction_num-ul li p{
        color: rgba(217, 146, 83, 1);
        font-size: 28px;
        margin-left: 0;
    }
}

#index-wrap1{
    width: 100%;
    /*height: 510px;*/
    /*min-width: 750px;*/
    /*min-height: 540px;*/
    /*background: url("../images/index_bg.png") no-repeat; */
    /*background: url("../images/index_m/banner.png") no-repeat;*/
    /*background-size: 100% 100%;*/
    /*position: relative;*/
}