@charset "utf-8";

/* CSS Document */
/* For tablets & smart phones */
@media screen and (max-width:1440px) {
      html{font-size: 19px;}
      .ind_bg {padding-bottom: 3vw;padding-top: 2vw;}
  #ind_banner img{max-width: 100%;display: block;}

}
@media screen and (max-width:1200px) {
      .containe{margin-left: 10px;margin-right: 10px;width: auto;}
      .top_400{display: none;}
}
    /* For larger displays */
@media screen and (min-width: 768px) and (max-width: 1200px) {
    .ind_bg.service{    background-size: 100% auto;}
}
@media screen and (min-width: 980px) and (max-width: 1200px) {
      html{font-size: 18px;}
}

@media screen and (max-width: 979px) {
  #inform{display: none;}
}
     /* For smaller displays like laptops */
@media screen and (min-width: 768px) and (max-width: 979px) {
      html{font-size: 17px;}
}
@media screen and (max-width: 767px) {
      /*body {padding-left: 10px; padding-right: 10px; }*/
      html{font-size: 16px;}
      .tellNum{margin-top:13px;font-size: 1.3rem;}
      .tellNum img {height: 1.2rem; }
      .ind_tit small{display: none;}
      .imgDiv img{width:154%;}
      .lside{float: none;width: 100%;margin: 0;}
      .lside>*{display: none;}
      .lside>.iauth{display: flex;flex-flow: row wrap;justify-content: space-between;width: 100%;}
      .lside h2+ul{background: none;border: 0;}
      .lside h2+ul li{border: 1px solid #dfdfdf !important;background-color: #fff;margin: 3px;flex: 1 1 8em;text-align: center;}
      .iauth a{padding: 0;line-height: 2.7em;}
      .lside+.wrap{width:100%;}
      #footer>.wrap,.fot_link,#ind_huati,#ind_corp,#ind_part4 .part:hover .abs,.design_advant,.design_process,.market_support,.inner_tit p{display: none;}
      #ind_news+#footer>.wrap{display: block;}
      .skip{padding-left: 0;}
      div.digg{margin: 0;text-align: right;}
      div.digg a{padding: 0;border: 0;}
      div.digg .disabled * {border:none;padding:0;margin: 0.1rem;color: #c1c1c1;}
      .inner_tit{margin: 4vw 0;}
      #demoo .container a{width: 190px;padding-right: 15px;}
      .market_case .imWrap{border: 1px solid #ddd;}
      body {padding-top:48px;max-width: 100%;overflow-x: hidden;}
      .containe{padding:0;}
      #header{height:48px;}
      #navbar .logo{padding-top:4px;}
      #navbar .logo img{width:120px;}
      .mBtn {
        display: inline-block;
        float: right;
        width: 10%;
        cursor: pointer;
        text-align: center;
        margin-top:7px;
      }
  .mBtn img {max-width: 38px; max-height: 35px; }
  #Nav {
    height: 0px;
    padding-top: 0;
    overflow: hidden;
    display: block;
    visibility: hidden;
    background-color: rgba(42, 42, 32, 0.81);
    box-shadow: 0px 2px 2px #000;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    /*margin-left: -1px; 下面的是为了解决外部containe有margin左右10px,导致手机下拉菜单不是通屏的  */
    margin-left: -10px;
    padding-right: 10px;
    padding-left: 10px;
    position: absolute;
    top:15px;
    left: 0;
    z-index: -1;
    width: 100%;
  }
  #Nav.showH {
    height:386px !important;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    margin-bottom: 2px;
    visibility: visible;
  }
  #Nav.showH  li:after{display: none;}
  #Nav li {
    display: block;
    width: 100%;
    margin-left: 0;overflow: hidden;
  }
  #Nav li a {
    height: 42px !important;
    line-height: 43px !important;
    font-size: 14px;
    transition: none;
    border-bottom: 1px solid #949393;
    color: #fff;
    background-image: none;
    display: block;
    padding: 0;
  }
  #Nav li a.act, #Nav li:hover>a {color: #84b7f7;}
    .main .lside{float: none;width: 100%;}
    .main .lside>*{display: none ;}
    .main .lside .iauth dl{display: none !important;}
    .main .lside>.iauth{display:flex;margin-bottom: 15px;border-color: #bbb;box-shadow: none;}
    .main .lside>.iauth .ili{width: 48%;float: left;margin: 0 1%;padding: 0;}
    .main .lside>.iauth a{  background-image: none !important;text-align: center;padding: 0;text-indent: 0;line-height: 34px;}
    .main {margin-top: 3vw;}
    .imgDiv {background-size: 100% 100%;}
    .main .lside .iauth .ili:nth-last-of-type(2){border-bottom: none;}
    .main .lside .iauth a::after{font-size: 14px;}
    .about_intro .big img{min-height: initial;}
    #toVr{top: 40vw;}
}
@media screen and (max-width: 639px) {
  html{font-size:15px;}
  .breaker{float: left;}
  .breaker+h2{display: none;}
  .titbar{margin-bottom: 10px;}
  .skyimg{float: none;max-width: 80%;}
  .articleTit{margin-top: 15px;}
  .sub_info{padding: 0;}
  .sub_info{font-size: 0;}
  .sub_info span{color: #909090;font-size: 12px;margin-right: 10px;}
  .sub_info span:nth-child(even){display: none;}
  #icon1{display: none;}
  #ind_about .culture p{display: none;}
  #ind_about .culture h3 {text-align: center;white-space: nowrap;line-height: 1.7em;}
}
     /* For smartphones */
@media screen and (max-width: 479px){
  html{font-size:14px;}
  .solu_move_btn{display: none;}
  #footer>.containe{text-align: center;padding-bottom: 1rem;}
}
@media screen and (max-width: 379px){.tellNum{display: none;}}

@media screen and (min-width:1000px){

  .inner.spsp iframe{height:557px;width: 1000px;display: block;}
}
@media screen and (min-width:1200px){
  .ind_pro .imgcon {height: 212px;}
  /*.spsp iframe{height: 677px;}*/
}
@media screen and (max-width: 1200px){
  .ind_pro .imgcon {height: 17vw;}
}
@media screen and (max-width: 1000px){
  .spsp iframe{height:55vw;}

}
@media screen and (min-width:767px){
  #ind_banner img{left: 50%;position: relative;display: block;transform: translateX(-50%);}
}
@media screen and (max-width:767px){
  #ind_banner img{max-width: 100%;}
#header *{transition:all .5s ease; -webkit-transition: all .5s ease; }

}
@media screen and (max-width: 480px){
  .ind_pro.pro{width: 100%;}
  .ind_pro li {width: 100%;}
  .ind_pro.pro li {width: 100%;}
  .ind_pro li:nth-child(n+5){display: none;}
  .ind_pro.pro li{display: block !important;}
  .ind_pro li .imgcon {height: 73vw;}
  /*.ind_pro.inner li .imgcon {height: 22vw;}*/
  .ind_apply.inner li{width: 100%;}
  .ind_apply li:nth-child(n+3){display: none;}
  .top_400{display: none;}
  .ind_apply li {width: 100%;}
  #ind_apply .imWrap .abs {height: 71vw;}
  /*.imgDiv img{    width: 200%;transform: translateX(-59%);}*/
  #ind_banner{width: 150%;transform: translateX(-17%);}
  .box2{overflow: visible;}
  .ind_apply li{float: none;}
}
#ind_banner{padding-top:48px;}
#ind_banner .swiper-slide{display: block;overflow: hidden;}

  