@charset "utf-8";

/* CSS Document */
/* For tablets & smart phones */
.flow ul li .sign{
    width: 60px;
    height: 60px;
    border-radius: 5px;
    display: block;
    background: rgba(0,0,0,.7);
    transition: all .3s;
}
.flow ul li .sign i{font-size: 24px;line-height: 40px;}
.flow ul li .sign span{display: block;font-size: 12px;line-height: 0.8;}
.section5 .containe{
  background-image:url(../images/bg003.png);
    background-repeat: no-repeat;
    background-position:0 bottom;
    background-size:70rem auto;
}
#toolbar ul li{width: 33.3%;}
#Nav li.tran::before {
    content: "";
    border-top: 8px solid #333;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    width: 0;
    height: 0;
}
#Nav .tarA.act::after {content:"";}
@media screen and (max-width:1450px) {
      html{font-size: 19px;}
      .containe{width: auto;max-width: 1400px;padding: 0 10px;}
}
@media screen and (max-width:1200px) {
      .containe{margin-left: 10px;margin-right: 10px;width: auto}
      .navbar .logo img+img{display: none;}
      
}
    /* For larger displays */
@media screen and (min-width: 980px) and (max-width: 1200px) {
      html{font-size: 18px;}
}

@media screen and (max-width:1300px) {
  .tablecont{width:100%;overflow: auto;}
.product .prd_table{min-width: 1300px;}
}
     /* 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;}
      .right_side{display: none;}
      body {max-width: 100%;overflow-x: hidden;}
      .containe{padding:0;}
      #header{height:53px;}
      .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:47px;
    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 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;
  }
    .main .lside{float: none;width: 100%;}
    .main .lside>*{display: none ;}
    .main .lside .iauth dl{display: none !important;}
    .main .lside>.iauth{display:block;margin-bottom: 15px;border-color: #bbb;}
    .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;}

  .quality_bz+.innertit{display: none;}
  #fullPage{margin-top: -53px;}
  .section4{display: none;
  }
  .slide.gg{    background-size: 112%;
    background-position: center center;
    background-color: #620607;}
    
}
@media screen and (max-width: 639px) {
  html{font-size:15px;}
  .breaker{float: left;}
  .breaker+h2{display: none;}
  .titbar{margin-bottom: 10px;}
  .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(n+4){display: none;}
  .section3 dd:hover .textcon .con {height: 6em;}
  #header{position: fixed;top: 0;left:0;z-index: 55;width: 100%;background-color: #fff;}
  .section2 dl h3{font-size: 15px;}
  
}
     /* For smartphones */
@media screen and (max-width: 479px){
  html{font-size:14px;}
  #footer>.containe{text-align: center;padding-bottom: 1rem;}
}
@media screen and (max-width: 379px){.tellNum{display: none;}}



  