@media screen and (max-width:1260px){
    .wrap{
        width: 100%;
        padding: 0 10px;
    }
    .index-nav,.index-header-btns{
        display: none;
    }
    .index-banner h1{
        width: 100%;
        margin-left: 0px;
    }
    .index-banner-main{
        margin-left: -30px; 
        width: calc(100% + 40px); 
    }
    .index-banner-search-input{
        margin-right: 120px;
        margin-left: 30px;
        
      
    }
    
    .index-banner{
    padding-bottom: 0px;
    padding-top: 100px;
    }
    .index-banner-search input{
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        
          margin-bottom: 0px;
    }
    .index-banner-search span{
        width: 120px;
        float: right;
    }
    .index-banner-search-input i{
        left: 10px;
        top: 35px;
    }
     .index-banner-recommend{
     display: none;

     }
    .index-banner-recommend h2{
        left: 30px;
    }
    .index-banner-recommend ul{
        margin-left: 20px;
    }
    
    .index-tab-content02 .index-tab-content02-col{
        width: 50%;
        padding-right: 10%;
        margin-bottom: 30px;
    }
    .index-tab-content02 .index-tab-content02-col:nth-child(3){
        clear: left;
    }
    .index-tab-content01 ul{
        margin-right: 0;
    }
    .index-tab-content01 li{
        width: 100%;
        margin-right: 0;
        height: auto;
    }
    
    
   .page-header{
   height: 56px;
   }
   .sp_m_r{
 
   }
   .logo{
   position:relative;
   top: -9px;
   }
    .index-tab-content01 li .li-main{
        
        width: calc(100% - 62px);
        height: auto;
        background: #FFF;
        border: 1px solid #EBEBEB;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        cursor: pointer;
        padding:30px;
        position: relative;
        box-sizing: content-box;
    }
    .index-tab-content01 li:active .li-main{
        background: #fff;
        border: 1px solid #20ad65;
        box-shadow: 0 0 9px 3px rgba(32, 173, 101 , 0.3);
        margin-top: -10px;
        box-sizing: content-box;
        width: calc(100% - 62px);
        padding: 40px 30px;
    }
    .index-tab-content01 li:hover .li-main{
        background: #fff;
        border: 1px solid #20ad65;
        box-shadow: 0 0 9px 3px rgba(32, 173, 101 , 0.3);
        margin-top: -10px;
        box-sizing: content-box;
        width: calc(100% - 62px);
        padding: 40px 30px;
    }
    .index-tab-btn .wrap{
        padding: 0;
    }
    .index-item-footer ul{
        margin-right: 0;
    }
    .index-item-footer li{
        width: 100%;
        height: auto;
        margin-right: 0;
    }
    
    .index-item-footer li p{
        height: auto;
    }
    .header-btns{
        display: none;
    }
    .page-top-left{
        width: 100%;
        margin: 15px 0;
    }
    .page-top-search{
        width: 100%;
        margin-top: -20px;
    }
    .page-top-search input{
        width: 100%;
        box-sizing: border-box;
    }
    .page-top-search i{
        left: 20px;
        top: 36px;
    }
    .page-main-left{
        width: 100%;
        box-sizing: border-box;
        background-color: white;
        border-radius: 2px;
        box-shadow: 0 6px 20px 0 rgba(60,63,64,0.07);
        margin-top: 10px;
        margin-bottom: 20px;
        float: none;
    }
    .page-main-left h1{
        padding-top: 10px;
        margin-bottom: 10px;
        margin-left: 10px;
    }
    .page-main-left li{
        line-height: 28px;
        margin-bottom: 0px;
    }
    .page-main-left .more{
        display: block;
        text-align: center;
        background: #f7f7f7;
        line-height: 48px;
        color: rgba(55, 71, 79, 1);
        font-size: 14px;
        height: 48px;
    }
    .page-main-left .more:active{       
        background: #20ad65;
        color: #fff;
    }
    .page-main-left ul{
        height: 115px;
        overflow: hidden;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
    }
    
    .page-main-left li:hover{
        background: transparent;     
        color: rgba(55, 71, 79, 1);
    }
    .page-main-left li:active{
        background: #20ad65;
        color: #fff;
    }
    .page-main{
        box-shadow: none;
        padding: 0;
        background: none;
    }
    .page-main-right{
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
        padding: 10px;
        padding-top: 20px;
        box-sizing: border-box;
        background-color: white;
        border-radius: 2px;
        box-shadow: 0 6px 20px 0 rgba(60,63,64,0.07);
    }
    .page-main-footer-row02 ul{
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }
    
     .footer-top,.footer-bottom{
        display: none;
    }
    .footer-middle li{
        display: none
    }
    .footer-middle{
        padding: 0;
    }
    .footer-middle li.li-last{
        display: block;
        width: 100%;
    }
    .footer-middle .li-last-btn:active{
        background: #0a8545;
    }
    .footer-middle .li-last-btn:hover{
        background: #20ad65;
    }
    
    
    .index-tab-content02 .index-tab-content02-col:nth-child(odd){
        clear: left;
    }
    
    
        .page-top-search .loading{
    position: relative;
    top:39px;
    left: 18px; 
    
  
    }
    
         .page-main-pic-wrap{
        text-align: center;
    }
    .page-main-pic-wrap img{
        width: 80%;
        height: auto;
    }


    	.step_app2{
				background: black;color: white;line-height: 40px;text-align: center;
				background: rgba(152,0,0,.8);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0 , 0.04);
    border-radius: 3px;
    display: inline-block;
  
    
     padding: 6px  !important;
    padding-left: 20px  !important;
    padding-right: 20px  !important;
     margin-left: 0px !important;
     
     color: white !important;
       line-height: 24px !important;
  
				}
				.step_app{
				background: black;color: white;height: 40px;width: 40px;font-family: Impact;line-height: 40px;text-align: center;
				background: rgba(0,0,0,.8);
    box-shadow: 0 0 3px 2px rgba(0, 0, 0 , 0.04);
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
				}
				.img_h2 {
    margin-top: 15px;
    width: 80%;
    max-width: 400px;
    margin-left: 0px;
    border: solid 1px #eeeeee;
    padding: 0px;
    margin-bottom: 10px;
    box-shadow: 0 0 6px 1px rgba(32, 173, 101 , 0.3);
    border: 1px solid #20ad65;
    transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    cursor: pointer;
}
	
	
.step_appc-crm{
display: block !important;

font-size: 20px  !important;
   line-height: 26px !important;
     margin-top: 14px !important;
     
     
}
	
}