/*
*    适配手机端
*/
@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*/

    /*搜索 strat*/
    .search-phone-wrap{
        padding: 24px;
    }
    .search-phone-name-left{
        color: rgba(51, 51, 51, 1);
        font-size: 22px;
    }
    .search-phone-name-wrap a{
        color: rgba(4, 85, 167, 1);
        font-size: 22px;
    }
    .search-phone-name-wrap{
        width: 100%;
        white-space: nowrap; overflow: hidden;text-overflow: ellipsis;
        margin-bottom: 24px;
    }

    .search-wrap-form .search-input{
        width: 554px;
        height: 98px;
        color: rgba(153, 153, 153, 1);
        font-size: 28px;
        border: 2px solid rgba(0, 0, 0, 0.2);
        padding: 0 24px;
    }

    .search-wrap-form .search-btn{
        padding: 32px 40px;
        border-radius: 4px;
        background: rgba(4, 85, 167, 1);
        height: 98px;
        width: 136px;
        color: rgba(255, 255, 255, 1);
        font-size: 28px;
        line-height: 28px;
        border: 0;
    }
    /*搜索 end*/

    /*解决方案 start*/
    .iphone_css .programme-content{
        min-width: 750px;
        width: 750px;
        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;
    }
    /*解决方案 end*/

    #market-banner{
        min-width: 750px;
    }


    /*其他解决方案 start*/
    .download-iphone-wrap{
        padding: 80px 32px;
    }

    .download-iphone-list{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .download-list{
        margin-bottom: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 323px;
    }

    .download-list:nth-child(3),
    .download-list:nth-child(4){
        margin-bottom: 0;
    }

    .download-pic img{
        width: 160px;
        height: 160px;
    }

    .download-pic{
        margin-bottom: 32px;
    }

    .download-text{
        text-align: center;
        color: rgba(0, 0, 0, 1);
        font-size: 48px;
        margin-bottom: 32px;
    }

    .download-file{
        display: flex;
        align-items: flex-start;
        color: rgba(0, 0, 0, 1);
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 32px;
    }

    .download-file img{
        width: 32px;
        margin-right: 20px;
        margin-top: 10px;
    }

    .download-file p{
        width: 267px;
    }

    .download-btn{
        color: rgba(4, 85, 167, 1) !important;
        padding: 12px 24px;
        font-size: 32px;
        border: 1px solid rgba(4, 85, 167, 1);
        width: 176px;
        display: flex;
        align-items: center;
        justify-content: center;
        white-space: nowrap;
    }


    /*其他解决方案 end*/


    /*翻页 start*/
    .pagination li{
        font-size: 25px;
        height: auto;
        padding: 3px 12px;
        white-space: nowrap;
    }

    .pagination{
        margin: 0;
    }

    .pagination ul{
        display: flex;
    }
    /*翻页 end*/


    /*部分案例 start*/

    .super-ksh-iphone-title{
        margin-bottom: 12px;
    }

    .super-ksh-iphone-title-1{
        color: rgba(4, 85, 167, 1);
        font-weight: bold;
        font-size: 40px;
        line-height: 40px;
        margin-bottom: 16px;
    }

    .super-ksh-iphone-title-2{
        color: rgba(133, 172, 213, 1);
        font-size: 24px;
        /*line-height: 24px;*/
    }

    .index-case-phone-wrap{
        padding: 80px 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;
    }
    /*部分案例 end*/

    .productsCenterDtl-iphone-wrap{
        padding: 80px 32px;
    }

    /*.productsCenterDtl-iphone-title{
        text-align: center;
        color: rgba(4, 85, 167, 1);
        font-weight: bold;
        font-size: 60px;
        margin-bottom: 80px;
    }

    .productsCenterDtl-iphone-wrap .productsCenterDtl-iphone-img{
        width: 100%;
        margin-bottom: 32px;
    }*/

    .productsCenterDtl-content .title_text_h3{
        text-align: center;
        color: rgba(4, 85, 167, 1);
        font-weight: bold;
        font-size: 60px;
        margin-bottom: 80px;
        padding: 0 !important;
        position: relative;
    }

    .productsCenterDtl-content .pcd-content_title{
        top: inherit;
        padding: 0 !important;
        position: relative;
    }

    .productsCenterDtl-content .pcd-content_title .pcd-content_title_text{
        padding: 0 !important;
        margin: 0 !important;
    }

    .productsCenterDtl-content .pcd-content_title img{
        position: absolute;
        top: 0;
        width: 100% !important;
        height: 216px !important;
        left: 0;
        display: block !important;
    }

    .productsCenterDtl-content .pcd-content_title .pcd-content_title_text{
        margin-top: 248px !important;
    }

    .productsCenterDtl-content .pcd-content_title .pcd-content_title_text h4{
        color: rgba(51, 51, 51, 1);
        font-weight: bold;
        font-size: 44px;
        text-align: left;
        margin-bottom: 32px;
        width: 100%;
    }

    .productsCenterDtl-content .pcd-content_title .pcd-content_title_text p{
        width: 100%;
        margin: 0 !important;
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        line-height: 32px;
    }

    .productsCenterDtl-content_border{
        display: none;
    }
}

#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;*/
}