/*
*    适配手机端
*/
@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: 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;
    }
    /*解决方案 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*/

    .smartque-iphone-wrap{
        padding: 78px 28px;
    }

    .smartque-iphone-body-item{
        border-radius: 8px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        padding: 57px 0;
        margin-bottom: 24px;
    }

    .smartque-iphone-body-item-1{
        text-align: center;
        color: rgba(0, 0, 0, 1);
        font-weight: bold;
        font-size: 44px;
        line-height: 40px;
        margin-bottom: 32px;
    }

    .smartque-iphone-body-item-2{
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        display: flex;
        align-items: center;
        margin-bottom: 32px;
    }

    .smartque-iphone-body-item-2 img{
        width: 32px;
        margin-right: 2px;
    }

    .smartque-iphone-body-item-3{
        color: rgba(102, 102, 102, 1);
        font-size: 28px;
        line-height: 40px;
        width: 566px;
    }

    .smartque-iphone-foot-wrap{
        padding: 24px;
        background-image: url('../../images/index_smart_service_m/bg.png');
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        font-weight: bold;
        font-size: 38px;
        color: rgba(4, 85, 167, 1);
    }

    .smartque-iphone-foot-wrap span{
        font-size: 75px;
        margin-left: -35px;
    }

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

    .smartque1-iphone-body-item{
        width: 548px;
        margin: 0 auto;
        margin-bottom: 80px;
    }

    .smartque1-iphone-body-item:last-child{
        margin-bottom: 0;
    }

    .smartque1-iphone-body-item-top img{
        width: 548px;
    }

    .smartque1-iphone-body-item-top{
        margin-bottom: 24px;
    }

    .smartque1-iphone-body-item-bottom{
        padding: 24px 24px 9px 24px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        background: rgba(255, 255, 255, 1);
        box-shadow: 0px 4px rgba(4, 85, 167, 1) inset;
    }

    .que1-iphone-body-item-bottom-title{
        color: rgba(0, 0, 0, 1);
        font-size: 28px;
        display: flex;
        align-items: center;
        margin-bottom: 15px;
    }

    .que1-iphone-body-item-bottom-title img,
    .que1-iphone-body-item-bottom-item img{
        width: 32px;
        height: 32px;
        margin-right: 12px;
    }

    .que1-iphone-body-item-bottom-item img{
        margin-right: 6px;
    }

    .que1-iphone-body-item-bottom-list{
        margin-left: 44px;
        display: flex;
        flex-wrap: wrap;
    }

    .que1-iphone-body-item-bottom-item{
        display: flex;
        align-items: center;
        color: rgba(0, 0, 0, 1);
        font-size: 24px;
        margin-right: 24px;
        margin-bottom: 15px;
    }

    .smartachieve-iphone-wrap{
        padding: 74px 50px;
    }

    .smartachieve-iphone-body-1{
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-bottom: 67px;
    }

    .smartachieve-iphone-body-1-img{
        width: 548px;
        margin-bottom: 24px;
    }

    .smartachieve-iphone-body-1-list{
        display: flex;
    }

    .smartachieve-iphone-body-1-item{
        text-align: center;
        color: rgba(255, 255, 255, 1);
        font-weight: bold;
        font-size: 32px;
        width: 140px;
        height: 140px;
        border-radius: 170px;
        background: rgba(4, 85, 167, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }

    .smartachieve-iphone-body-1-item:nth-child(1){
        left: 19px;
    }
    .smartachieve-iphone-body-1-item:nth-child(3){
        left: -19px;
    }

    .smartachieve-iphone-body-2-item-title{
        width: 60px;
        margin: 0 auto;
        margin-bottom: 4px;
    }

    .smartachieve-iphone-body-2-item-text{
        padding: 10px;
        border-radius: 8px;
        border: 2px dashed rgba(4, 85, 167, 1);
        box-sizing: border-box;
        background: rgba(4, 85, 167, 0.1);
        color: rgba(0, 0, 0, 1);
        font-size: 28px;
        margin-bottom: 4px;
    }

    .smartachieve-iphone-body-2{
        display: flex;
        justify-content: space-between;
    }

    .smartachieve-iphone-body-2-item-title img{
        width: 100%;
    }

    .smartsystem-iphone-wrap{
        background: url(../../images/service/system_bg.png) no-repeat;
        background-size: cover;
        background-position: center;
        padding: 80px 32px;
    }

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

    .smartsystem-list{
        border: 1px solid rgba(0, 0, 0, 0.2);
        box-sizing: border-box;
        background: rgba(255, 255, 255, 1);
        padding: 51px 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 338px;
        margin-bottom: 10px;
    }

    .smartsystem-img img{
        width: 143px;
    }

    .smartsystem-img{
        margin-bottom: 22px;
    }

    .smartsystem-text{
        text-align: center;
        color: rgba(51, 51, 51, 1);
        font-size: 28px;
    }

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

    .smartsubject-list{
        border: 1px solid rgba(0, 0, 0, 0.2);
        background: rgba(255, 255, 255, 1);
        padding: 28px 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        margin-bottom: 10px;
    }

    .smartsubject-list:last-child{
        margin-bottom: 0;
    }

    .smartsubject-list img{
        width: 110px;
        margin-bottom: 42px;
    }

    .smartsubject-list p{
        color: rgba(0, 0, 0, 1);
        font-size: 24px;
        margin-bottom: 42px;
    }

    .smartsubject-list button{
        color: rgba(255, 255, 255, 1);
        font-size: 24px;
        width: 200px;
        height: 49px;
        background: rgba(48, 131, 244, 1);
        border: 0;
    }

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

    .cgal-box-left{
        width: 100%;
        overflow: hidden;
        border-radius: 8px 8px 0 0;
    }

    .cgal-box-left img{
        width: 100%;
    }

    .cgal-iphone-body-item-top-text-wrap{
        padding: 27px;
        background: rgba(4, 85, 167, 1);
    }

    .cgal-iphone-top-text1{
        color: rgba(255, 255, 255, 1);
        font-weight: bold;
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 16px;
    }

    .cgal-iphone-top-text2{
        color: rgba(255, 255, 255, 1);
        font-size: 24px;
    }

    .cgal-iphone-body-item-bottom{
        padding: 32px 24px;
        border: 1px solid rgba(0, 0, 0, 0.2);
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .cgal-rbox-list{
        width: 291px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-bottom: 44px;
    }

    .cgal-rbox-list:last-child{
        margin-bottom: 0;
    }

    .rbox-list-img{
        width: 120px;
    }

    .rbox-list-img img{
        width: 120px;
        height: 120px;
        margin-bottom: 24px;
    }

    .cgal-rbox-list p{
        text-align: center;
        color: rgba(51, 51, 51, 1);
        font-size: 28px;
        line-height: 28px;
    }

    .super-cgal-iphone-body-item{
        margin-bottom: 80px;
    }

    .super-cgal-iphone-body-item:last-child{
        margin-bottom: 0;
    }

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

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

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

    .smartoperat-iphone-body-list{
        width: 620px;
        margin: 0 auto;
    }

    .smartoperat-iphone-body-item{
        width: 100%;
        margin-bottom: 40px;
    }

    .smartoperat-iphone-body-item:last-child{
        margin-bottom: 0;
    }

    .smartoperat-iphone-body-item-top{
        margin-bottom: 30px;
        display: flex;
    }

    .smartoperat-left{
        width: 126px;
        height: 233px;
        background: rgba(48, 131, 244, 1);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .smartoperat-left p:nth-child(1){
        color: rgba(255, 255, 255, 1);
        font-size: 32px;
        line-height: 32px;
        margin-bottom: 12px;
    }

    .smartoperat-left p:nth-child(2){
        width: 41px;
        height: 2px;
        background: rgba(196, 196, 196, 1);
        margin-bottom: 12px;
    }

    .smartoperat-left p:nth-child(3){
        color: rgba(255, 255, 255, 1);
        font-size: 32px;
        line-height: 32px;
    }

    .smartoperat-right{
        width: 494px;
        height: 233px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .smartoperat-iphone-body-item-bottom p{
        color: rgba(51, 51, 51, 1);
        font-size: 28px;
        margin-bottom: 30px;
    }

    .smartoperat-iphone-body-item-bottom img{
        width: 100%;
    }


}

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