@font-face{
    font-family: 'p';
    src : url('../fonts/Poppins-Regular.ttf');
  }
  @font-face{
    font-family: 'pb';
    src : url('../fonts/Poppins-Bold.ttf');
  }
  @font-face{
    font-family: 'bar';
    src : url('../fonts/BarlowCondensed-SemiBold.ttf');
  }
  *{
    margin: 0;
    padding: 0;
  }
  li{
    list-style: none;
  }
  h1 h2 h3 h4 h5 h6{
    font-family: pb;
    font-weight: 600;
  }
  a{
    text-decoration: none;
  }
  .producttop{
    width: 100%;
    max-width: 19.2rem;
    height: auto;
    background: url(../img/productlist.jpg) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: 0.85rem;
  }
  .product_detailbox{
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .product_detailboxcenter{
    width: 100%;
    height: auto;
    margin: 0 auto;
    /* overflow: hidden; */
  }
  .red_tts{
    width: 7.1rem;
    height: 0.75rem;
    background: url(../img/red.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
    margin-top: -0.4rem;
    position: relative;
  }
  .red_ttsleft{
    width: auto;
    height: 0.75rem;
    line-height: 0.75rem;
    font-size: 0.24rem;
    color: #fff;
    font-family: p;
    text-align: left;
    margin-left: 0.3rem;
  }
  .fangwu{
    width: 0.23rem;
    height: 0.23rem;
    float: left;
    margin-top: 0.205rem;
  }
  .red_tts ul{
    position: absolute;
    right: 0rem;
    top: 0rem;
    display: flex;
    justify-content: space-between;
    width: 2rem;
    margin-right: .3rem;
  }
  .jiao{
    width: 0.06rem;
    height: 0.1rem;
    margin-top: 0.325rem;
    display: block;
  }
  .red_tts ul li{
    font-size: 0.22rem;
    line-height: 0.75rem;
    color: #000;
    font-family: p;
  }
  .product_boxs{
    width: 100%;
    height: auto;
    margin: 0 auto;
    background: #f5f5f5;
    /* overflow: hidden; */
  }
  
  .bg{width: auto;height: auto;margin:0 auto;/* padding:20px; *//* border:1px solid #E8E8E8; *//* overflow: hidden; *//* min-width: 900px; */box-sizing: border-box;/* background: #fff; */}
    .bg_left{width: 7.1rem;height: 7.4rem;/* float: left; */margin: 0 auto;margin-top: 0.4rem;}
    .bg_right{float: left}
    .show{width: 7rem;height: 5.75rem;margin-bottom: 10px;position: relative;border: 0.02rem solid red;cursor:move;overflow: hidden;}
    .show img{width: 6.96rem;height: auto;}
    .mask{width: 215px;height: 215px;background: #000;filter: Alpha(opacity=50);opacity:0.5;position: absolute;top: 0;left: 0;display: none;}
    .bigshow{width: 430px;height: 430px;overflow: hidden;margin-left: 10px;display: none;border:1px solid #E8E8E8;}
    .bigshow img{width: 860px;height: 860px;margin-right: 10px;}
    .smallshow{width: 100%;height: 70px;position: relative}
    .smallshow img{height: 1.1rem;width: 1.35rem;5: 500;box-sizing: border-box;transition: all 0.5s;border: 0.02rem solid red !important;display: block;}
    .smallshow>.middle_box{/* margin-left: 30px; *//* margin-right: 30px; */width: 7rem;overflow: hidden;height: 1.1rem;}
    .smallshow .middle{overflow: hidden;transition: all 0.5s;height: 1.1rem;width: 7rem !important;display: flex;justify-content: space-around;}
    .smallshow .middle>li{width: 1.35rem;height: 1.1rem;float: left;cursor:pointer;/* padding:0 5px; */}
    .smallshow>p{position: absolute;top:50%;width: 22px;height: 32px;margin-top: -16px;}
    .smallshow>.prev{left: 0;background: url(../img/hover-prev.png) no-repeat;transition: all 0.5s}
    .smallshow>.next{right: 0;background: url(../img/hover-next.png) no-repeat;transition: all 0.5s;display: none;}
    .smallshow>.prev.prevnone{left: 0;background: url(../img/prev.png) no-repeat;cursor: not-allowed}
    .smallshow>.next.nextnone{right: 0;background: url(../img/next.png) no-repeat;cursor: not-allowed}
    .bgright{
        width: 7.1rem;
        height: auto;
        margin: 0 auto;
        /* float: right; */
    }
    .bgright h2{
        font-size: 0.36rem;
        font-family: pb;
        font-weight: 600;
        text-align: left;
        color: #000;
        line-height: 0.36rem;
        padding-bottom: 0.25rem;
        padding-top: 0.1rem;
        border-bottom: 0.01rem solid #ccc;
    }
    .bgright ul li{
        width: auto;
        font-size: 0.26rem;
        color: #666;
        line-height: 0.42rem;
        text-align: left;
    }
    .bgright ul li span{
        font-weight: 600;
        color: #000;
        font-family: pb;
    }
    .bgright ul{
        margin-top: 0.3rem;
    }
    .bgright_dashed{
        width: 6.43rem;
        height: auto;
        border:0.01rem dashed #f7d9d9;
        font-size: 0.24rem;
        background: #fff;
        line-height: 0.43rem;
        text-align:left;
        color:#666;
        font-family:p;
        margin: 0 auto;
        padding:0.45rem 0.2rem;
        margin-top:0.4rem;
    }
    .bgright_buttonbox{
      width: 6.95rem;
      height: 2.6rem;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      margin-top: 0.4rem;
      flex-wrap: wrap;
    }
    .bgright_buttonbox2{
      width: 6.1rem;
      height: 0.96rem;
      border: 0.02rem solid #cc1513;
      margin: 0 auto;
    }
    .bgright_buttonbox2 img{
      width: 0.53rem;
      height: 0.53rem;
      /* float: left; */
      margin-top: 0.225rem;
      margin-left: 0.4rem;
    }
    .bgright_nn{
      width: 100%;
      height: auto;
      color: #cf1314;
      /* float: right; */
      text-align: center;
      font-size: 0.28rem;
      /* margin-right: 2rem; */
      font-weight: 600;
      line-height: 0.96rem;
    }
    .bgright_nn span{
      color: #c3987c;
      font-size: 0.25rem;
      font-family: p;
      text-align: center;
      margin-top: 0.15rem;
      /* display: none; */
    }
    .bgright_cheng{
      width: 6.1rem;
      height: 0.96rem;
      color: #fff;
      background: linear-gradient(to right,#cc1513,#df5644);
      line-height: 0.96rem;
      text-align: center;
      font-family: pb;
      font-weight: 600;
      position: relative;
      font-size: 0.28rem;
      /* text-indent: -0.3rem; */
      position: relative;
      margin: 0 auto;
    }
    .bgright_cheng img{
      width: 1.16rem;
      height: 1.43rem;
      position: absolute;
      right: -0.5rem;
      display: none;
      bottom: 0rem;
      z-index: 999999999999999999;
    }
    .product_description{
      width: 100%;
      max-width: 19.2rem;
      height: auto;
      margin: 0 auto;
      background: #fff;
      padding-bottom: 0.5rem;
    }
    .product_description_center{
      width: 7.1rem;
      height: auto;
      margin: 0 auto;
    }
    .descriptionbox{
      width: 7.1rem;
      height: auto;
      /* display: flex; */
      justify-content: space-between;
      margin: 0 auto;
    }
    .descriptionboxleft{
      width: 7.1rem;
      height: auto;
    }
    .descriptionbox_titles img{
      width: 0.4rem;
      height: 0.4rem;
      float: left;
      margin-right: 0.7.1rem;
    }
    .descriptionbox_titles{
      font-size: 0.42rem;
      font-family: pb;
      font-weight: 600;
      color: #000;
      height: auto;
      line-height: 0.42rem;
      padding-top: 0.85rem;
      padding-bottom: 0.3rem;
    }
    .Description_tts{
      width: 7.1rem;
      height: auto;
      font-size: 0.26rem;
      line-height: 0.42rem;
      color: #666;
      text-align: left;
      font-family: p;
      font-weight: 400;
    }
    .descriptionboxright{
      width: 7.1rem;
      height: 3.5rem;
      position: relative;
    }
    .descriptionboxright_box{
      width: 6.08rem;
      height: 4.7.1rem;
      position: relative;
      margin-top: 0.8rem;
    }
    .descriptionboxright_red{
      width: 4.1rem;
      height: 2.25rem;
      position: absolute;
      bottom: -3.5rem;
      right: -1rem;
      background: #cc0000;
    }
    .videobox{
      width: 6.08rem;
      height: 3.8rem;
      position: absolute;
      right: 0rem;
      /* top: 1.8rem; */
    }
    .videobox .ddpt{
      width: 6.68rem;
      height: 3.18rem;
    }
    .product_four{
      width: 100%;
      max-width: 19.2rem;
      height: 12.5rem;
      background: #fcf2f2;
      margin: 0 auto;
    }
    .product_fourbox{
      width: 7.1rem;
      height: 12.5rem;
      margin: 0 auto;
    }
    .product_fourbox ul{
      width: 7.1rem;
      height: 9.85rem;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      flex-wrap: wrap;
      align-content: space-between;
      margin-top: 0.3rem;
    }
    .product_fourbox ul li{
      width: 3.45rem;
      height: 4.8rem;
      border: 0.01rem solid #cc1513;
      border-radius: 0.2rem;
      background: #fff;
    }
    .liu{
      width: 1.4rem;
      height: 1.22rem;
      background: url(../img/liu.png) no-repeat;
      background-size: 100% 100%;
      margin: 0 auto;
      margin-top: 0.35rem;
      font-size: 0.48rem;
      font-family: pb;
      color: #fff;
      text-align: center;
      line-height: 1.22rem;
    }
    .liu_titles{
      width: 2.85rem;
      height: auto;
      font-size: 0.22rem;
      font-family: p;
      text-align: left;
      color: #666;
      line-height: 0.36rem;
      font-weight: 400;
      margin: 0 auto;
      margin-top: 0.2rem;
    }
    .real{
      width: 100%;
      height: 19.2rem;
      margin: 0 auto;
      background: #fff;
    }
    .realcenter{
      width: 7.1rem;
      height: 11.2rem;
      margin: 0 auto;
      position: relative;
    }
    .realcet{
      width: 7.1rem;
      height: auto;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
    }
    .realcetleft{
      width: 7.1rem;
      height: auto;
      font-size: 0.26rem;
      line-height: 0.42rem;
      text-align: left;
      color: #666;
      font-family: p;
      padding-bottom: 0.3rem;
    }
    .cetr{
      width: 2.25rem;
      height: 2rem;
      background: url(../img/cetr.png) no-repeat;
      background-size: 100% 100%;
      position: absolute;
      right: 0rem;
      top: 0rem;
      display: none;
    }
    .realimg{
      width: 7.1rem;
      height: 6.5rem;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      flex-wrap: wrap;
    }
    .realimgleft{
      width: 7.1rem;
      height: 6.46rem;
      border: 0.02rem solid #cc0000;
      overflow: hidden;
    }
    .realimgleft img{
      width: 7.1rem;
      height: 6.46rem;
      transition: 0.4s;
    }
    .realimgleft img:hover{
      transform: scale(1.05);
      transition: 0.4s;
    }
    .realright{
      width: 7.1rem;
      height: 6.5rem;
      display: flex;
      justify-content: space-around;
      align-content: space-between;
      flex-wrap: wrap;
      margin-top: 0.2rem;
    }
    .realright_img{
      width: 3.46rem;
      height: 2.07rem;
      overflow: hidden;
    }
    .realright_img img{
      width: 3.66rem;
      height: 2.07rem;
      transition: 0.4s;
    }
    .realright_img img:hover{
      transform: scale(1.05);
      transition: 0.4s;
    }
    .strength{
      width: 100%;
      height: 21.5rem;
      margin: 0 auto;
      background: url(../img/815.jpg) no-repeat;
      background-size: 100% 100%;
    }
    .strengthcenter{
      width: 7.1rem;
      height: 8.7.1rem;
      margin: 0 auto;
      position: relative;
    }
    .strengthcenter .cetr{
      background: url(../img/cetr2.png) no-repeat;
      background-size: 100% 100%;
    }
    .str_img{
      width: 7.1rem;
      height: 4.85rem;
      /* display: flex; */
      justify-content: space-between;
    }
    .str_imgleft{
      width: 7.1rem;
      height: auto;
      border: 0.02rem solid #fff;
      overflow: hidden;
    }
    .str_imgleft img{
      width: 7.1rem;
      height: auto;
      transition: 0.4s;
    }
    .str_imgleft img:hover{
      transform: scale(1.05);
      transition: 0.4s;
    }
    .str_imgright{
      width: 7.1rem;
      height: 4.85rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-content: space-between;
    }
    .str_imgright_img{
      width: 3.5rem;
      height: 2.33rem;
      border: 0.02rem solid #fff;
      overflow: hidden;
    }
    .str_imgright_img img{
      width: 3.55rem;
      height: 2.33rem;
      transition: 0.4s;
    }
    .str_imgright_img img:hover{
      transform: scale(1.05);
      transition: 0.4s;
    }
    .related{
      width: 100%;
      height: 11.1rem;
      margin: 0 auto;
    }
    .relatedcenter{
      width: 7.1rem;
      height: 7.1rem;
      margin: 0 auto;
    }
    .hongxian{
      width: 10.2rem;
      height: 0.02rem;
      background: #cc0000;
      float: right;
      margin-top: 0.2rem;
    }
    .related_box{
      width: 7.1rem;
      height: 9.35rem;
      display: flex;
      justify-content: space-between;
      margin: 0 auto;
      flex-wrap: wrap;
    }
    .related_box li{
      width: 3.45rem;
      height: 4.35rem;
      border: 0.01rem solid #ccc;
    }
    .relt{
      width: 3.45rem;
      height: 3.78rem;
      overflow: hidden;
    }
    .relt img{
      width: 3.45rem;
      height: 3.78rem;
      transition: 0.4s;
    }
    .relt img:hover{
      transform: scale(1.05);
      transition: 0.4s;
    }
    .red_buttos{
      width: 3.45rem;
      height: 0.57rem;
      background: #cc0000;
      color: #fff;
      text-align: center;
      line-height: 0.57rem;
      font-family: pb;
      font-size: 0.24rem;
    }
    .online{
      width: 100%;
      height: 7.65rem;
      margin: 0 auto;
      background: #fcf2f2;
      border-bottom: 0.04rem solid #cb0816;
    }
    .onlinecenter{
      width: 7.1rem;
      height: 7.65rem;
      margin: 0 auto;
      position: relative;
    }
    .red_biao{
      width: 8.51rem;
      height: 5.81rem;
      background: #cb0816;
      float: right;
      position: absolute;
      right: 0rem;
      top: 0.8rem;
    }
    .red_biao h3{
      font-size: 0.3rem;
      font-family: pb;
      font-weight: 600;
      text-align: center;
      line-height: 1.5rem;
      color: #fff;
    }
    .red_input{
      width: 7.75rem;
      height: 1.3rem;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-content: space-between;
      margin: 0 auto;
    }
    .red_input input{
      width: 3.8rem;
      height: 0.55rem;
      border: 0.01rem solid #fff;
    }
    .countries{
      width: 7.75rem;
      height: 0.55rem;
      border: 0.01rem solid #fff;
      margin-top: 0.16rem;
      /* display: table-header-group; */
      margin: 0 auto;
      display: block;
      margin-top: 0.16rem;
    }
    .message{
      width: 7.75rem;
      height: 0.95rem;
      border: 0.01rem solid #fff;
      display: block;
      margin: 0 auto;
      margin-top: 0.16rem;
    }
    .queren{
      width: 3.07rem;
      height: 0.6rem;
      line-height: 0.6rem;
      text-align: center;
      font-size: 0.26rem;
      color: #ffff;
      font-family: pb;
      position: absolute;
      bottom: -0.3rem;
      left: 2.72rem;
      background: #ff6600;
    }
    .video_logo {
      width: 3.05rem;
      height: 0.46rem;
      display: flex;
      justify-content: space-between;
      margin-top: 0.85rem;
      float: left;
  }
  .video_logo img {
    width: 0.49rem;
    height: 0.4rem;
  }
  .video_logo h3 {
    font-size: 0.48rem;
    font-family: pb;
    font-weight: 600;
    line-height: 0.48rem;
  }
  .time_heng {
    width: 0.6rem;
    height: 0.03rem;
    float: right;
    background: #cb0816;
    margin-top: 0.2rem;
  }
  .video_titles {
    width: 8.75rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.3rem;
    text-align: left;
    color: #666;
    font-family: p;
    padding-top: 1.5rem;
  }
  .online{
    width: 100%;
    height: 7.65rem;
    margin: 0 auto;
    background: #cb0816;
    border-bottom: 0.04rem solid #cb0816;
  }
  .onlinecenter{
    width: 7.1rem;
    height: 7.65rem;
    margin: 0 auto;
    position: relative;
  }
  .red_biao{
    width: 7.1rem;
    height: 5.81rem;
    background: #cb0816;
    float: right;
    position: absolute;
    right: 0rem;
    top: 0rem;
  }
  .red_biao h3{
    font-size: 0.3rem;
    font-family: pb;
    font-weight: 600;
    text-align: center;
    line-height: 1.5rem;
    color: #fff;
  }
  .red_input{
    width: 7.1rem;
    height: 1.3rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-content: space-between;
    margin: 0 auto;
  }
  .red_input input{
    width: 3.45rem;
    height: 0.55rem;
    border: 0.01rem solid #fff;
  }
  .countries{
    width: 7.08rem;
    height: 0.55rem;
    border: 0.01rem solid #fff;
    margin-top: 0.16rem;
    /* display: table-header-group; */
    margin: 0 auto;
    display: block;
    margin-top: 0.16rem;
  }
  .message{
    width: 7.08rem;
    height: 0.95rem;
    border: 0.01rem solid #fff;
    display: block;
    margin: 0 auto;
    margin-top: 0.16rem;
  }
  .queren{
    width: 3.07rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.26rem;
    color: #ffff;
    font-family: pb;
    position: absolute;
    bottom: -0.8rem;
    left: 1.95rem;
    background: #ff6600;
  }
  .pc{
      display: none;
  }
  .yd{
      display: block;
  }
  .bottom{
  width: 100%;
  max-width: 19.2rem;
  height: 7.13rem;
  margin:  0 auto;
  background: #333333;
}
.bottomcenter{
  width: 7.1rem;
  height: 6.63rem;
  margin: 0 auto;
}
.bottom_top{
  width: 7.1rem;
  height: 1.7rem;
  margin: 0 auto;
  border-bottom: 0.02rem solid #666;
}
.bottom_top span{
  font-size: 0.35rem;
  color: #fff;
  font-family: bar;
  font-weight: 600;
  line-height: 1.7rem;
  text-align: left;
}
.bottom_top ul{
  width: 7.95rem;
  height: 1.7rem;
  line-height: 1.7rem;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  float: right;
}
.bottom_top ul li{
  font-size: 0.2rem;
  font-family: bar;
  font-weight: 600;
  color: #fff;
}
.bottom_bottomcenter{
  width: 7.1rem;
  height: 3.85rem;
  padding-bottom: 0.3rem;
  margin: 0 auto;
  border-bottom: 0.02rem solid #666;
}
.bottom_bottomcenter ul{
  width: 7.1rem;
  height: 3.85rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 0.3rem;
}
.bottom_bottomcenter ul li{
  width: 6.9rem;
  height: 3.85rem;
}
.dts{
  font-size: 0.3rem;
  text-align: left;
  color: #fff;
  font-weight: 600;
  font-family: pb !important;
  opacity: 1 !important;
  font-size: 0.36rem !important;
  padding-bottom: 0.2rem;
  margin-top: 0.3rem;
}
.bottom_bottomcenter ul li div{
  line-height: 0.48rem;
  font-size: 0.22rem;
  font-family: p;
  text-align: left;
  color: #fff;
  opacity: 0.6;
}
.ffs{
  width: 0.2rem;
  height: 0.2rem;
  MARGIN-TOP: 0.1REM;
  margin-right: 0.1rem;
}
.lianxi{
  width: 0.62rem;
  height: 0.62rem;
  float: right;
  margin-top: 2.2rem;
}
.qie{
  width: 2rem;
  float: left;
}
.bottom_tts{
  width: 7.1rem;
  text-align: left;
  line-height: 1.05rem;
  font-size: 0.22rem;
  color: #fff;
  opacity: 0.6;
  position: relative;
  margin: 0 auto;
}
.bottom_tts img{
  width: 1.5rem;
  height: 0.45rem;
  position: absolute;
  right: 0rem;
  top: 0.3rem;
}
.producttop img{
    width: 7.5rem;
    height: auto;
}
  .product_boxs_des{
        width: 100%;
        height: auto;
        margin: 0 auto;
        background: #fff;
    }
    .product_boxs_descenter{
        width: 7.1rem;
        height: auto;
        margin: 0 auto;
    }
 table.wajics{    width: 100%; border-collapse: collapse; border-spacing: 0; border: 1px solid #ccc;}
  table.wajics tr.firstRow{ background:#ca0a16; color:#fff; font-weight:bold;}
 table.wajics td {padding: 0.1rem 0rem;border: 1px solid #ccc;font-size: 0.26rem;/* white-space: nowrap; */word-break: break-all;box-sizing: inherit !important;font-size: 0.19rem;}
.pc_Features{ display:none;}
.web_Features img{ width:100%; height:auto;}
.shuju_tt{font-size: 0.26rem; margin-top:0.2rem; margin-bottom:0.2rem;}

.fanwei {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 20px;
}
.fanwei ul li {
    width: 32%;
    height: auto;
    float: left;
    height: 350px;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background: #e03724;
    margin-bottom: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.fanwei ul li {
        width: 100%;
        height: auto; padding-bottom: 0.2rem;
}
.fanwei ul li img {
    padding-bottom: 10px; width: 100%; height: auto;
}
.web_Features{margin-top:0.2rem;}
.firstRow1 td:nth-of-type(1)
{width: 1.7rem;}
.firstRow1 td:nth-of-type(2)
{width: 2.6rem;}
.ftss tr td:nth-of-type(3){
  display:none !important;
}
.firstRow1 td:nth-of-type(3)
{width: 1.2rem;}
.firstRow1 td:nth-of-type(4)
{width: auto !important;/* display: block; */}
.firstRow1 td:nth-of-type(5)
{width: 1.8rem;}
.bgright_buttonbox2 a{
    display: flex;
    justify-content: space-around;
}
.pc_Features1 img{ width:100%; height:auto;}