﻿@media(max-width: 768px){
  body{
    overflow-x:hidden;
  }
  header {
/*      --h: 120px;
      height: 120px;*/
      height: 65px;
      padding-top: 14px;
      padding-bottom: 15px;
  }
.solve .img-box{
	height:auto;
}
.solve .img-box .img{
	padding-bottom:15px;}
  header + .ge{
    height: 65px !important;
    /*height: 120px !important; */
  }
  header .logo{
    width: 100px;
  }
  .logo img{
    max-width: 100%;
  }
  header,main,footer,section{
    padding-left: 15px;
    padding-right: 15px;
  }
  .xs-table{
    display: table;
    width: 100%;
  }
  .xs-cell{
    display: table-cell;
  }
  .xs-clearcss3{
    transform: none;
  }
  .xs-row{
    margin-left: -15px;
    margin-right: -15px;
  }
  .xs-flex{
    display: flex;
  }
  .wrap[class*=flex]{
    flex-wrap: wrap;
  }
  .xs-left[class*=flex]{
    justify-content:flex-start;
    align-items: center;
  }
  .xs-right[class*=flex]{
    justify-content:flex-end;
    align-items: center;
  }
  .center[class*=flex]{
    justify-content:center;
  }
  .fill{
    width: 100%;
    height: 100%;
  }
  .full{
    height: 100%;
  }
  .ability-tab .data .items:not(:last-child){
    border-width: 0px !important;
  }
  .links-list .img-box{
    padding: 10px;
  }
  header .mnav-btn + .bg{
    display: none;
  }
  header .mnav-btn.open + .bg,header .mnav-btn.open + .bg +nav{
    display: block;
  }
  header nav{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: white;
    display: none;
    z-index: 1056;

  }
  header .bg{
    width: 100%;
    height: 100%;
    z-index: 1055;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
  }
  header nav li {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  header nav li + li{
    border-top:1px solid #ddd;
  }
  header nav li a{
    padding-bottom: 0px;
    transform: translateY(0);
  }
  header nav li a.active, header nav li a:hover{
    border-width: 0px;
  }
  .mnav-btn{
    width: 25px;
  }
  .mnav-btn span{
    display: block;
    width: 100%;
    height: 3px;
    background: #000;
  }
  .mnav-btn span + span{
    margin-top: 5px;
  }
  header .btns a.btn{
    font-size: 12px !important;
    width: 65px;
    height: 25px;
        line-height: 25px;
        padding: 0;
        text-align: center;
  }
  .btns a.btn{
    width: 75px;
    height: 30px;
    line-height: 18px;
  }
  .font-least,.font-least *{
    font-size: 12px !important;
  }
  .swiper .swiper-pagination-bullet{
    width: 25px;
    height: 10px;
  }
  .swiper .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 15px;
  }
  .clearPadding{
    padding: 0 !important;
  }

  .ibox .ititle {
    text-align: center;
  }
  .ibox .ititle:not(.m) p{
    display: none;
  }
  .ibox .ititle .flex{
    justify-content: center;
  }
  .ibox .ititle h2{
    font-size: 20px;
  }
  .ibox .ititle .dot{
    margin: 0 15px;
  }
  .service-box ul.nav li{

  }
  .service-box ul.nav li.active{
    border-width: 0px;
  }
  .service-box ul.nav li a img{
    display: none !important;
  }
  .service-box ul.nav li a{
    text-align: center;
    font-size: 14px;
    color: var(--active);
    background: white;
      height: 50px;
      line-height: 30px;
  }
  .service-box ul.nav li.active a{
    background: var(--active);
  }
  .service-box ul.nav li.active a{
    color: white;
  }
  [class*=flex] .evenly{
    flex: 1;
  }
  .mtitle.ibox{
    margin: 45px auto 30px;
  }
  .service-box{
    background: white;
  }
  .service-box .fnav img{
    width: 50px;
  }
  .service-box .intro a{
    margin-top: 15px;
  }
  .advantage{
    margin-top: 70px;
  }
  .row-advantage{
      margin-left: -5px;
      margin-right: -5px;
  }
  .row-advantage [class*=col]{
      padding-left: 5px;
      padding-right: 5px; 
  }
  .advantage-box .ititle{
    padding: 30px 0;
  }
  .advantage-box .advantage-list .items{
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .advantage .img-box{
    height: 835px;
  }
  .ability-box{
    transform: none;
  }
  .ability-box .ititle{
    padding: 45px 0;
  }
  .ability-tab .item .items{
    line-height: 25px;
    height: 100px;
    padding-top: 25px;
  }
  .ability-tab .data .intro h1{
    font-size: 30px;
  }
  .ability-tab .data [class*=col]{
    margin-top: 25px;
  }
  .links-list, .ability-tab .data{
    padding: 50px 0  !important;
  }
  .niche .ititle,.run .ititle{
    padding: 45px 0;
  }
  .niche-table table tr td{
    border-width: 0px;
  }
  .niche-table table tr td img{
    width: 35px;
  }
  .niche-form{
    padding: 5px 45px;

  }
  .niche{
    padding-bottom: 50px;
  }
  .run{
    margin-bottom: 45px;
  }
  /*footer*/
  footer{
    /*padding-top: 15px;*/
  }
  footer .qrcode{
    margin-top: 45px;
  }
  footer .qrcode img{
    max-width: 30%;
  }
  .inscribe{
    margin: 30px auto;
  }


  /*page*/
  main.about .header .img-box, main.news .header .img-box{
    height: 300px;
  }
  .brief .intro{
    padding-left: 15px;
  }
  .brief .img{
    width: 60px;
  }
  .brief .intro .title h3{
    font-size: 16px;
  }
  .brief .intro .title span{
    font-size: 13px;
  }
  .brief .mintro{
    margin-top: 15px;
  }
  .brief{
    margin-top: 50px;
  }
  .picMarquee-left .bd ul li{
    max-width: 150px;
    margin-right: 15px;
  }
  .imgintro{
    padding: 30px 0 80px;
  }
  .imgintro .items + .items{
    margin-top: 30px;
  }
  .imgintro .items img{
    width: 60px;
    margin-left: 30px;
    height: 62px;
    display: block;
  }
  .imgintro .items .intro{
    flex: 1;
    text-align: left;
    padding-left: 15px;
  }
  .imgintro .items h2{
    margin-top: 1px;
  }
  .page-list{
    padding: 30px 0;
  }
  .page-list .right{
    padding-left: 0px;
    margin-top: 30px;
  }
  .news-list .items{
    padding: 30px 0;
  }
  .news-list .items .img-box{
    width: 130px;
    height: 95px;
  }
  .news-list .items .intro{
    padding-left: 15px;
  }
  .news-list .items .intro span{
    font-size: 16px;
    display: block;
    width: 60%;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
  }
  .news-list .items .intro p{
    margin-top: 15px;
  }
  .paging .link_page:nth-child(2){
    margin: 0 7px;
    width: 20%;
  }
  .paging .link_page,.paging a:hover{
    background: #F2F2F2;
    color: #666666;
  }


  .article-details .title{
    padding: 0;
    margin-bottom: 20px;
  }
  .article-details .title h2{
    /*margin-bottom: 15px;*/
  }
  .article-details .title p{
    padding: 20px 0;
    margin: 0 auto ;
  }
  .prevNext{
    margin-top: 30px;
  }
  .prevNext a{
    color: #999999;
    text-align: center;
    background: #f5f5f5;
    border: 1px solid #dddddd;
  }
  .prevNext a:nth-child(odd){
    margin-right: 5px;
  }
  .prevNext a:nth-child(even){
    margin-left: 5px;
  }
  .contact-box{
    padding: 30px 0;
  }
  .contact-box .problem{
    padding-left: 0;
    text-align: center;
  }
  .contact-box .problem ol{
    padding: 0;
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
  .contact-box .problem ol li .dot{
    display: none;
    /*position: static;*/
    /*transform: translateY(-2px);*/
  }
  .contact-mode .item{
    padding: 0 ;
  }
  .contact-box .problem ol li:not(:first-child){
    margin-top: 10px;
  }
  .contact-box .form .form-group:not(:first-child){
    margin-top: 25px;


  }
  .contact-mode .item .items:not(:last-child){
    margin-right: 15px;
  }
  main.theme .header .intro h1{
    font-size: 24px;
  }
  main.theme .header .intro p{
    font-size: 14px;
    line-height: 22px;
  }
  .theme-box{
    background: white;
    padding-bottom: 30px;
  }
  .theme-nav .items span{
    font-size: 14px;
  }
  .theme-nav [class*=col]:not(:last-child) .items::after{
    display: none;

  }
  .theme-nav{
    margin-top: 30px;
    box-shadow: 0 0 0 rgba(0,0,0,0);
  }
  .theme-nav .items{
    border: 1px solid #efefef;
    height: 70px;
    line-height: 70px;
  }
  .theme-content .title{
    padding: 30px 0;
  }
  .theme-content .title h2{
    font-size: 24px;
  }
  .theme-content .title p{
    font-size: 13px;
  }
  .theme-content{
    margin-top: 30px;
  }
  .theme-content .content .items{
    padding-left: 0;
    padding-right: 0;
  }
  .theme-content .content .items .intro{

  }
  .theme-content .content .items .intro span{
    font-size: 17px;
    padding-left: 0px;

  }
  .theme-content .content .items .intro .p p{
    font-size: 14px;
  }
  .theme-content .table{
    margin-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .theme-table.img-box{
    height: 560px;
  }
  .theme-content .table table{
    width: 100%!important;
    max-width: 100% !important;

  }
  .theme-table table span, .theme-table table p, .theme-table table a, .theme-table table td, .theme-table table th{
    font-size: 12px !important;
  }
  .theme-process{
    padding: 0;
  }
  .process{
    padding-bottom: 0px;
    border-bottom: 1px solid #efefef !important;
  }
  .process .items{
    width: 33.33333333%;
    margin-top: 15px;
  }
  .process .items:not(:last-child){
    margin-right: 0px;
  }
  .process .items .img img{
    display: block;
    margin: 0 auto;
    width: 45px;
  }
  .process .items .intro h3{
    font-size: 16px;
  }
  .process .items:not(:last-child) .img::after{
    right: -20px;
    top: 10px;
  }
  .process .items:nth-child(4) .img::after,.process .items:nth-child(5) .img::after,.process .items:nth-child(6) .img::after{
    transform:rotate(180deg);
  }
  .process .items:nth-child(3) .img::after{
    top: auto;
    bottom: -80px;
    right: 45px;
    transform: rotate(90deg);
  }
/*  .theme-nav .items .img{
    display: none;
  }*/
  .business{
    padding: 0 15px;
  }
  .business .title{
    padding: 45px 0;
  }
  .business ol{
    padding: 0px 0 0 15px;
  }
  .page-niche{
    padding: 15px 0;
    background: #f2f2f2;
  }
  .niche-table table tr td{
    height: 130px;
  }
  .page-list .left{
    width: 100%;
  }
  .m-slide-box{

  }
  .m-slide-box .a{
  }
  .m-slide-box .a a{
    position: relative;
    display: block;
    background: var(--active);
    color: white;
    padding: 0 15px;
    line-height: 45px;
  }
  .m-slide-box div:not(.list) .a a::after{
    content:'更多>>';
    color: white;
    position: absolute;
    right: 15px;
    top: 0;
  }
  .m-slide-box .items .a + .list {

  }
  .m-slide-box .items .a + .list .a{
    
  }
  .m-slide-box .items .a + .list .a a{
    
    background: white;
    color: #333333;
  }
  .m-slide-box .items .a + .list .a a::before{
    content:'-';
    position: absolute;
    left: 0;
    top: 0;
    line-height: 43px;


  }
  .help-box .title{
    margin-bottom: 20px;
  }
  /*service*/
  .service-p-box .box .title{
    padding: 45px 0;
  }
  .provider{
    margin-top: 0px;
    padding-bottom: 30px;
  }
  .provider .items{
    text-align: center;
    margin-top: 30px !important;
  }
  .provider .items + .items{
    margin: 0 auto;
  }
  .provider .items img{
    width: 60px;
  }
  .provider .items p{
    margin-top: 15px;
  }
  .service-p-box .box .title h1{
    font-size: 22px;
  }
  .m-swiper-box{
    background: white;
    padding: 15px 30px;
  }
  .m-swiper-box .items{
    padding:30px  0;
    text-align: center;
  }
  .m-swiper-box .items + .items{
    border-top: 1px solid #efefef;
  }
  .m-swiper-box .items h3{
    color: var(--active);
  }
  .m-swiper-box .items .content{
    text-align: center; 
    margin-top: 30px;
  }
  .m-swiper-box .items .content *{
    
  }
  .object [class*=col] +  [class*=col] .items{
    margin-top: 30px;
  }
  .object .items .intro span{
    display: block;
    line-height: 45px;
    padding: 0 15px;
    background: var(--active);
    color: white;
    margin-top: 0px;
  }
  .object{
    padding-bottom: 30px;
  }
  #findpwd.modal-form .modal-body,.modal-form .modal-body{
    padding: 15px !important;
  }
  .modal-form .modal-dialog{
    width: 90%;

  }
  .register .right{
    width: 100%;
    /*width: 90% !important;*/
    background: none;
    margin: 0 auto;
    padding: 0 15px;
  }
  .register .right .in{
    background: white;
    padding-top: 30px;
    padding-bottom: 30px;
    border-radius: 5px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .register .register-box .img-box .img{
    padding-bottom: 60px;
  }
  .register .right h3{
    margin-top: 0;
    padding-bottom: 30px;
    margin-bottom: 0px;
  }
  .register .right .form{
    padding:  0 ;
    margin-top: 15px;
  }
  .register .register-box{
  
    height: auto;
  }

}