@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;
}
body{
  background: #fff;
}
a{
  text-decoration: none;
}
.producttop{
  width: 100%;
  max-width: 19.2rem;
  height: 7.3rem;
  background: url(../img/productlist.jpg) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
}
.content_left .bgright_buttonbox{
    margin: 0 auto !important;
    margin-bottom: 0.4rem !important;
}
.product_detailbox{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
table{
  margin-bottom:0.5rem; border-collapse: collapse; border: none; width: 100%;
}
.product_detailboxcenter{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.red_tts{
  width: 15rem;
  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.22rem;
  color: #fff;
  font-family: p;
  text-align: left;
  margin-left: 0.4rem;
}
.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: 3rem;
  margin-right: 1.3rem;
}
.jiao{
  width: 0.06rem;
  height: 0.1rem;
  margin-top: 0.325rem;
  display: block;
}
.red_tts ul li{
  font-size: 0.2rem;
  line-height: 0.75rem;
  color: #000;
  font-family: p;
}
.product_boxs{
  width: 100%;
  height: 8.04rem;
  margin: 0 auto;
  background: url(../img/804.jpg) repeat;
  background-size: 100% 100%;
  overflow: hidden; padding-top: 1rem;
}

.bg{        width: 16rem;
        height: auto;
        background: #fff;
        margin: 0 auto;
        /* padding: 20px; */
        /* border: 1px solid #E8E8E8; */
        /* overflow: hidden; */
        min-width: 900px;
        box-sizing: border-box;
        /* background: #fff; */
        padding-top: 0.5rem;
        overflow: hidden;
        border-radius: 0.3rem;
        margin-top: 0.6rem;}
  .bg_left{width: 7rem;height: 8rem;float: left}
  .bg_right{float: left}
  .show{width: 7rem;height: 5.75rem;margin-bottom: 10px;position: relative;border: 0.02rem solid red;cursor:move}
  .show img{width: 7rem;height: 5.75rem;}
  .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: 1.35rem !important;}
  .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}
  .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: 6.75rem;
      float: right;
  }
  .bgright h2{
      font-size: 0.42rem;
      font-family: pb;
      font-weight: 600;
      text-align: left;
      color: #333333;
      line-height: 0.42rem;
      padding-bottom: 0.15rem;
      padding-top: 0.3rem; width: 6rem;
      /* border-bottom: 0.01rem solid #ccc; */
  }
  .bgright ul li{
      width: auto;
      font-size: 0.2rem;
      color:#666;
      line-height: 0.36rem;
      text-align: left;
      padding-top: 0.05rem;
      padding-bottom: 0.05rem;
  }
  .bgright ul li span{
      font-weight: 600;
      color:#666;
      font-family: 'p';
  }
  .bgright ul{
      margin-top: 0.2rem;
  }
  .bgright_dashed{
      width: 6.43rem;
      height: auto;
      border:0.01rem dashed #f7d9d9;
      font-size:0.2rem;
      line-height:0.3rem;
      text-align:left;
      color:#666;
      font-family:p;
      padding:0.45rem 0.2rem;
      margin-top:0.4rem;
  }
  .bgright_buttonbox{
    width: 5.6rem;
    height: 0.96rem;
    display: flex;
    justify-content: space-between;
    /* margin: 0 auto; */
    margin-top: 1rem;
    background: url(../img/youxiang3.png) no-repeat;
    background-size: 100% 100%;
  }
  .bgright_buttonbox2{
    width: 13.15rem;
    height: auto;
    /* border: 0.02rem solid #cc1513; */
    line-height: 0.46rem;
  }
  .bgright_buttonbox2 img{
    width: 0.3rem;
    height: 0.3rem;
    float: left;
    margin-top: 0.075rem;
    /* margin-left: 0.1rem; */
  }
  .bgright_nn{
    width: 11rem;
    height: auto;
    color: #ff5d14;
    float: left;
    font-size: 0.2rem;
    margin-left: 0.1rem;
    font-weight: 600;
  }
  .bgright_nn span{
    color: #c3987c;
    font-size: 0.2rem;
    font-family: p;
    text-align: left;
    margin-top: 0.05rem;
    display: block;
  }
  .bgright_cheng{
    width: 2.63rem;
    height: 0.8rem;
    color: #fff;
    background: linear-gradient(to right,#cc1513,#df5644);
    line-height: 0.8rem;
    text-align: center;
    font-family: pb;
    font-weight: 600;
    position: relative;
    font-size: 0.22rem;
    text-indent: -0.3rem;
    position: relative;
  }
  .bgright_cheng img{
    width: 1.16rem;
    height: 1.43rem;
    position: absolute;
    right: -0.5rem;
    bottom: 0rem;
  }
  .product_description{
    width: 100%;
    max-width: 19.2rem;
    height: 7rem;
    margin: 0 auto;
    background: #fff;
  }
  .product_description_center{
    width: 15rem;
    height: 7rem;
    margin: 0 auto;
  }
  .descriptionbox{
    width: 15rem;
    height: 7rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .descriptionboxleft{
    width: 8.3rem;
    height: 7rem;
  }
  .descriptionbox_titles img{
    width: 0.3rem;
    height: 0.22rem;
    float: left;
    margin-right: 0.15rem;
  }
  .descriptionbox_titles{
    font-size: 0.42rem;
    font-family: pb;
    font-weight: 600;
    color: #000 !important;
    height: auto;
    line-height: 0.42rem;

    padding-bottom: 0.5rem;
  }
  .Description_tts{
    width: 8.3rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.36rem;
    color: #666;
    text-align: left;
    font-family: p;
    font-weight: 400;
  }
  .descriptionboxright{
    width: 6.08rem;
    height: 7rem;
    position: relative;
  }
  .descriptionboxright_box{
    width: 6.08rem;
    height: 4.15rem;
    position: relative;
    margin-top: 2rem;
  }
  .descriptionboxright_red{
    width: 4.1rem;
    height: 2.25rem;
    position: absolute;
    bottom: 0rem;
    right: -0.25rem;
    background: #cc0000;
  }
  .videobox{
    width: 6.08rem;
    height: 3.8rem;
    position: absolute;
    right: 0rem;
    /* top: 1.8rem; */
  }
  .videobox video{
    width: 6.08rem;
    height: 3.08rem;
  }
  .product_four{
    width: 100%;
    max-width: 19.2rem;
    height: 8.15rem;
    background: #fcf2f2;
    margin: 0 auto;
  }
  .product_fourbox{
    width: 15rem;
    height: 8.15rem;
    margin: 0 auto;
  }
  .product_fourbox ul{
    width: 15rem;
    height: 4.85rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .product_fourbox ul li{
    width: 3.55rem;
    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.2rem;
    font-family: p;
    text-align: left;
    color: #666;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 0.15rem;
  }
  .real{
    width: 100%;
    height: 11.2rem;
    margin: 0 auto;
    background: #fff;
  }
  .realcenter{
    width: 15rem;
    height: 11.2rem;
    margin: 0 auto;
    position: relative;
  }
  .realcet{
    width: 15rem;
    height: 2rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    display: none;
  }
  .realcetleft{
    width: 10.8rem;
    height: auto;
    font-size: 0.2rem;
    display: none;
    line-height: 0.3rem;
    text-align: left;
    color: #666;
    font-family: p;
  }
  .cetr{
    width: 2.25rem;
    height: 2rem;
    background: url(../img/cetr.png) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0rem;
    top: 0.6rem;
  }
  .realimg{
    width: 15rem;
    height: 6.5rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .realimgleft{
    width: 7.38rem;
    height: 6.46rem;
    border: 0.02rem solid #cc0000;
    overflow: hidden;
  }
  .realimgleft img{
    width: 7.38rem;
    height: 6.46rem;
    transition: 0.4s;
  }
  .realimgleft img:hover{
    transform: scale(1.05);
    transition: 0.4s;
  }
  .realright{
    width: 7.38rem;
    height: 6.5rem;
    display: flex;
    justify-content: space-around;
    align-content: space-between;
    flex-wrap: wrap;
  }
  .realright_img{
    width: 3.66rem;
    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: 6.5rem;
    margin: 0 auto;
    /* background: url(../img/815.jpg) no-repeat; */
    background-size: 100% 100%;
  }
  .strengthcenter{
    width: 15rem;
    height: 6.5rem;
    margin: 0 auto;
    position: relative;
  }
  .strengthcenter .cetr{
    background: url(../img/cetr2.png) no-repeat;
    background-size: 100% 100%;
  }
  .str_img{
    width: 15rem;
    height: 4.85rem;
    display: flex;
    justify-content: space-between;
  }
  .str_imgleft{
    width: 3.71rem;
    height: 4.81rem;
    border: 0.02rem solid #fff;
    overflow: hidden;
  }
  .str_imgleft img{
    width: 3.71rem;
    height: 4.81rem;
    transition: 0.4s;
  }
  .str_imgleft img:hover{
    transform: scale(1.05);
    transition: 0.4s;
  }
  .str_imgright{
    width: 11.15rem;
    height: 4.85rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .str_imgright_img{
    width: 3.6rem;
    height: 2.33rem;
    border: 0.02rem solid #fff;
    overflow: hidden;
  }
  .str_imgright_img img{
    width: 3.6rem;
    height: 2.33rem;
    transition: 0.4s;
  }
  .str_imgright_img img:hover{
    transform: scale(1.05);
    transition: 0.4s;
  }
  .related{
    width: 100%;
    height: 7.1rem;
    margin: 0 auto;
  }
  .relatedcenter{
    width: 15rem;
    height: 7.1rem;
    margin: 0 auto;
  }
  .hongxian{
    width: 10.2rem;
    height: 0.02rem;
    background: #cc0000;
    float: right;
    margin-top: 0.2rem;
  }
  .related_box{
    width: 15rem;
    height: 4.35rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
  }
  .related_box li{
    width: 3.65rem;
    height: 4.35rem;
    border: 0.01rem solid #ccc;
  }
  .relt{
    width: 3.65rem;
    height: 3.78rem;
    overflow: hidden;
  }
  .relt img{
    width: 3.65rem;
    height: 3.78rem;
    transition: 0.4s;
  }
  .relt img:hover{
    transform: scale(1.05);
    transition: 0.4s;
  }
  .red_buttos{
    width: 3.65rem;
    height: 0.57rem;
    background: #cc0000;
    color: #fff;
    text-align: center;
    line-height: 0.57rem;
    font-family: pb;
    font-size: 0.2rem;
  }
  .online{
    width: 100%;
    height: 7.65rem;
    margin: 0 auto;
    background: #fcf2f2;
    border-bottom: 0.04rem solid #cb0816;
  }
  .onlinecenter{
    width: 15rem;
    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;
}
.bg_leftbox{
  width: 8.2rem;
  height: 5.7rem;
  border: 0.03rem dashed #fbbd87;
  border-radius: 0.2rem;
  float: left; margin-left: 0.5rem;
}
.bg_leftboxcenter{
  width: 7.8rem;
  margin: 0 auto;
  margin-top: 0.2rem;
  background: #fff;
  border-radius: 0.2rem;
box-shadow: 0px 0px 6px #ccc;
}
.bg_imgbox{
  width: 7.8rem;
  height: 5.25rem;
  border-radius: 0.2rem;
  margin: 0 auto;
  /* margin-top: 0.13rem; */
  border-radius: 0.2rem;
  overflow: hidden;
}
.bg_imgbox img{
  transition: 0.4s;
  width: 100%;
  height: 100%;
}
.bgright_titles{
  width: 90%;
  height: auto;
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: left;
  color: #666;
}
.jiaos{
  width: 0.14rem;
  height: 0.16rem;
  margin-right: 0.1rem;
  margin-top: 0.08rem;
}
.bgright_nn spat{
  color:#666;
}
.content_centerbox{
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.content_centerboxcenter{
  width: 16rem;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}
.content_left{
  width: 11rem;
  height: auto;
  padding: 0.6rem;
  border-radius: 0.2rem;
  padding-top: 0; padding-bottom: 0;
}
.content_left h2{
  background: url(../img/yuan1.png) no-repeat;
  font-size: 0.32rem;
  text-indent: 0.5rem;
  padding-bottom: 0.3rem;
  line-height: 0.3rem; color: #333;
}
.content_left p{
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: left;
  color: #666666;
}
    .xuhao {
        background: #e9f1ff;
        line-height: 0.35rem;
        border-radius: 5px;
        margin-top: 25px;
        position: relative;
        font-size: 0.2rem;
        width: 90%;
        padding: 0.2rem 0rem 0.2rem 0.5rem; color: #333;
    }
        .xuhao strong {
        text-align: center;
        position: absolute;
        line-height: 0.6rem;
        font-style: italic;
        border: 2px solid #eae0d9;
        color: #fff;
        font-size: 0.4rem;
        width: 0.6rem;
        height: 0.6rem;
        border-radius: 0.5rem;
        background: #ff6913;
        font-family: 'pb';
        top: -0.2rem;
        left: -0.2rem;
    }
.content_left img{
  width: 100%;
  height: auto;
  margin: 0 auto;
  margin-top: 0.42rem;
  margin-bottom: 0.6rem;
}
.tns_table tr:nth-of-type(odd){
  background: #e6e6e6 !important;

}
.tns_table tr:nth-of-type(1){
  background: #ff5d14 !important;
}
.tns_table{
  /* display: unset; */
  margin-bottom: 0.7rem;
}
.h1t{
  width: 10.3rem;
  height: 0.43rem;
  line-height: 0.43rem;
  text-align: left;
  margin: 0 auto;
  background: url(../img/h2beijing.png) no-repeat;
  background-size: 100% 100%;
  margin-top: 0.3rem;
  margin-bottom: 0.25rem;
}
.h1t h1{
  text-align: left;
  float: left;
  font-size: 0.6rem;
  line-height: 0.43rem;
  color: #ff5d14;
  font-weight: 600;
  font-family: 'pb';
}
.h1t h3{
  font-size: 0.22rem;
  font-weight: 400;
  color: #ff5d14;
  float: left;
  text-align: left;
  line-height: 0.43rem;
  margin-left: 1.2rem;
}
.blue_box{
  width: 9.4rem;
  height: auto;
  padding: 0.45rem;
  background: #eef5fd;
  margin: 0 auto;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-align: left;
  font-family: p;
  margin-bottom: 0.5rem;
}
.content_ullist{
  width: 100%;
  height: 5.5rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.content_ullist li{
  width: 24%;
  height: auto;
  border-radius: 0.2rem;
  overflow: hidden;
}
.content_ullist li img{
  transition: 0.4s;
  width: 100%;
  height: auto;
}
.content_ullist li img:hover{
  transform: scale(1.05);
  transition: 0.4s;
}
.egg_list_right{
  width: 3.85rem;
  height: auto;
  z-index: 9999;
  padding-bottom: 0.3rem;
  /* position: absolute; */
  background: ;
  /* box-shadow: 0px 0px 6px #e9f1ff; */
  top: 0.3rem;
}

.egg_list_right ul{
width: 3.85rem;
   height: auto;
   margin: 0 auto;
   display: flex;
   justify-content: space-around;
   align-content: space-between;
   flex-wrap: wrap;
}
.egg_list_right ul li{
   width: 3.47rem;
   margin-top: 0.2rem;
   padding-top: 0.15rem;
   height: auto;
   background: #e9f1ff;
}
.egg_list_img{
   width: 3.28rem;
   height: 2.48rem;
   overflow: hidden;
   display: block;
   margin: 0 auto;
   border-radius: 0.2rem;
   margin-top: rem;
}
.egg_list_img img{
   width: 3.28rem;
   height: 2.48rem;
   transition: 0.4s;
   display: block;
   border-radius: 0.2rem;
}
.egg_list_img img:hover{
   transform: scale(1.05);
   transition: 0.4s;
}
.egg_list_right ul li h3{
   width: 3.47rem;
   height: 0.52rem;
   font-size: 0.2rem;
   text-align: center;
   color: #000;
   line-height: 0.52rem;
   font-weight: 400;
   font-family: "p";
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 1;
   -webkit-box-orient: vertical;
}
.egg_right_box{
        box-shadow: 0 2px 10px rgba(255, 152, 0, .39); height: 15rem;
}
.egg_righttitle {
  width: 3.4rem;
  height: 0.55rem;
  line-height: 0.6rem;
  text-align: center;
  /* background: linear-gradient(to right,#1b3d85,#245dd5); */
  font-size: 0.2rem;
  font-family: pb;
  font-weight: 600;
  color: #fff;
  border-radius: 0.1rem;
  margin: 0 auto;
  position: relative;
  z-index: 999999;
  margin-top: 0.5rem;
  background: url(../img/xgbg.png) no-repeat; 
  background-size: 100% auto;text-transform: uppercase; padding-left: 0.1rem;
  
}
.strength{
  width: 100%;
  height: 6.5rem;
  margin: 0 auto;
  /* background: url(../img/815.jpg) no-repeat; */
  background-size: 100% 100%;
}
.strengthcenter{
  width: 16rem;
  height: 6.5rem;
  margin: 0 auto;
  position: relative;
}
.strengthcenter .cetr{
  background: url(../img/cetr2.png) no-repeat;
  background-size: 100% 100%;
}
.str_img{
  width: 15rem;
  height: 4.85rem;
  display: flex;
  justify-content: space-between;
}
.str_imgleft{
  width: 3.71rem;
  height: 4.81rem;
  border: 0.02rem solid #fff;
  overflow: hidden;
}
.str_imgleft img{
  width: 3.71rem;
  height: 4.81rem;
  transition: 0.4s;
}
.str_imgleft img:hover{
  transform: scale(1.05);
  transition: 0.4s;
}
.str_imgright{
  width: 11.15rem;
  height: 4.85rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-content: space-between;
}
.str_imgright_img{
  width: 3.6rem;
  height: 2.33rem;
  border: 0.02rem solid #fff;
  overflow: hidden;
}
.str_imgright_img img{
  width: 3.6rem;
  height: 2.33rem;
  transition: 0.4s;
}
.str_imgright_img img:hover{
  transform: scale(1.05);
  transition: 0.4s;
}
.qiehuan1280{
  width: 100%;
  height: 12.8rem;
  margin: 0 auto;
  background: url(../img/1280.jpg) no-repeat;
  background-size: 100% 100%;
}
.qiehuancenter{
  width: 15rem;
  height: 12.8rem;
  margin: 0 auto;
}
.qiehuancenter h2{
  font-size: 0.48rem;
  text-align: left;
  width: 100%;
  color: #182830;
  line-height: 0.48rem;
  padding-top: 0.87rem;
  padding-bottom: 0.25rem;
  font-family: pb;
  text-align: center;
}
.qiehuantits{
  width: 11.7rem;
  height: auto;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-align: left;
  color: #666666;
  margin: 0 auto;
}
.bigBox {
  width: 15rem;
  height: 7.1rem;
  /* background: rgb(236, 236, 236); */
  margin: 0 auto;
  /* border-bottom: 5px solid orange; */
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 2.73rem;
  padding-top: 0.3rem;
}

.bigBox ul {
  width: 8.5rem;
  height: auto;
  display: flex;
  justify-content: space-between;
  /* margin: 0 auto; */
  float: right;
}

.bigBox ul li {
  width: auto;
  background: #fff;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  transition:all .7s ease 0s;
  padding: 0.23rem 0.47rem;
  font-size: 0.22rem;
  line-height: 0.22rem;
  height: auto;
  color: #000;
  border: 0.01rem solid #ba1718;
  position: relative;
}

li.active {}
.bigBox ul li:hover{background-color: #ba1718;color: #fff;cursor: pointer}
.box {
  width: 15rem;
  height: 5.5rem;
  margin: 0.41rem auto;
  overflow: hidden;
  border-radius: 5px;
}

.box>div {
  width: 15rem;
  height: 5.5rem;
  text-align: center;
  /* line-height: 400px; */
  /* font-size: 30px; */
  font-weight: 500;
}

.active {
  background: #ba1718 !important;
  border: 0.01rem solid #f0b93c;
  color: #fff !important;
}
.daosanjiao{
  width: 0rem;
  height: 0.1rem;
  border-top: 0.15rem solid #ba1718;
  border-right: 0.15rem solid transparent;
  border-left: 0.15rem solid transparent;
  position: absolute;
  left: 42%;
  bottom: -0.25rem;
  opacity: 0;
  transition: 0.4s;
}
.active .daosanjiao{
  opacity: 1 !important;
  transition: 0.4s;
}
.box ul li{
  width: 3.6rem !important;
  padding: 0rem !important;
  height: 2.59rem !important;
  border-color: transparent !important;
  overflow: hidden;

}
.box ul li img{
  width: 3.6rem !important;
  height: 2.59rem !important;
  transition: 0.4s;
}
.box ul li img:hover{
  transform: scale(1.05);
  transition: 0.4s;
}
.box ul{
  width: 15rem;
  height: 5.4rem;
  display: flex;
  justify-content: space-around !important;
  flex-wrap: wrap !important;
  align-content: space-between !important;
  margin: 0 auto;
}
.bbbiaodan{
  width: 100%;
  overflow: hidden;
  height: 9.14rem;
  margin: 0 auto;
  background: url(../img/849.jpg) no-repeat;
  background-size: 100% 100%;
}
.bbbiaodancenter{
  width: 14rem;
  height: 8.14rem;
  margin: 0 auto;
}
.bbbiaodantitle{
  width: auto;
  font-size: 0.48rem;
  color: #000;
  font-weight: 600;
  font-family: pb;
  line-height: 0.48rem;
  padding-top: 1.8rem;
  padding-bottom: 0.2rem;
  text-align: left;
  text-indent: 4.52rem;
}
.bbbiaodantitle1{
  width: auto;
  padding-left: 4.52rem;
  color: #666;
  font-size: 0.22rem;
  line-height: 0.3rem;
  text-align: left;
}
.one_machine img {
  width: 0.26rem;
  height: 0.23rem;
}
.one_machine img :nth-of-type(1){
  margin-right: 0.02rem;
}
.one_machine img :nth-of-type(2){
  margin-left: 0.02rem;
}
.one_machine_tits{
  width: 11.5rem;
  height: auto;
  font-size: 0.2rem;
  line-height: 0.3rem;
  color: #666;
  margin: 0 auto;
  text-align: center;
  font-family: p;
  margin-bottom: 0.46rem;
}
.one_machine_ulist{
  width: 15rem;
  height: 4.74rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.one_machine_ulist li{
  width: 7.35rem;
  height: 4.7rem;
  position: relative;
}

.one_machine_gray{
  width: 7.35rem;
  height: 4.67rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
  /* border-radius: 0.2rem; */
  background: #f2f2f2;
  border: 0.01rem solid transparent;
}
.one_machine_gray h3{
  font-size: 0.3rem;
  line-height: 0.36rem;
  font-family: pb;
  text-align: left;
  color: #fff;
  height: auto;
  width: auto;
  margin: 0 auto;
  position: absolute;
  padding-bottom: 0.15rem;
  text-shadow: 0px 4px 6px #365170;
  padding-top: 0.45rem;
  z-index: 99999;
}
.one_machine_graytitles{
  width: 3.6rem;
  height: auto;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-align: left;
  font-family: p;
  position: absolute;
  color: #fff;
  margin: 0 auto;
  left: 1.33rem;
  top: 0.9rem;
  z-index: 99999;
}
.one_machine_gray img{
  width: 7.35rem;
  height: 4.67rem;
  position: absolute;
  left: 0rem;
  bottom: 0rem;
}

.xiantp .one_machine_gray{
  border-color: #ba1718 !important;   
}
.xiantp{
  cursor: pointer;
}
.gary_button{
  width: 2.1rem;
  height: 0.48rem;
  border: 0.01rem solid #ba1718;
  color: #eca525;
  font-family: pb;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 0.48rem;
  margin-left: 0.4rem;
  margin-top: 0.6rem;
  transition: 0.4s;
}
.garyimg{
  width: 0.2rem;
  height: 0.13rem;
  background: url(../img/jian.png) no-repeat;
  background-size: 100% 100%;
  float: right;
  margin-top: 0.17rem;
  margin-right: 0.2rem;
  transition: 0.4s;
}
.xiantp .gary_button{
  width: 2.1rem;
  height: 0.48rem;
  border: 0.01rem solid #eca525;
  background: #eca525;
  color: #fff;
  transition: 0.4s;
  font-family: pb;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 0.48rem;
  text-align: center;
  border-radius: 0.48rem;
}
.xiantp .garyimg{
  width: 0.2rem;
  height: 0.13rem;
  background: url(../img/jian2.png) no-repeat;
  background-size: 100% 100%;
  float: right;
  margin-top: 0.17rem;
  margin-right: 0.2rem;
  transition: 0.4s;
}
.qie1014center{
  width: 15rem;
  height: 8.54rem;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.qie_titles{
  width: 4.2rem;
  height: auto;
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: left;
  color: #666;
  font-family: p;
}

.ppt{
  width: 3.5rem;
  height: 0.7rem;
  border: 0.01rem solid #eca525;
  background: #eca525;
  color: #fff;
  transition: 0.4s;
  font-family: pb;
  font-weight: 600;
  font-size: 0.25rem;
  line-height: 0.7rem;
  margin-top: 0.3rem;
  text-align: center;
  border-radius: 0.48rem;
  box-shadow: 0px 0px 6px #eca525;
}
.ppt .garyimg{
  width: 0.2rem;
  height: 0.13rem;
  background: url(../img/jian2.png) no-repeat;
  background-size: 100% 100%;
  float: right;
  margin-top: 0.28rem;
  margin-right: 0.4rem;
  transition: 0.4s;
}
.areas_box1{
  width: 7.4rem;
  height: 3.19rem;
  display: flex;
  justify-content: space-between;
}
.areas_box1_box{
  width: 2.42rem;
  height: 3.19rem;
  flex-wrap: wrap;
  display: flex;
  align-content: space-between;
}

.areas_box1_boxb{
  width: 2.42rem;
  height: 1.55rem;
  overflow: hidden;
}
.areas_box1_boxb img{
  width: 2.42rem;
  height: 1.55rem;
  transition: 0.4s;
}
.areas_boxright{
  width: 4.91rem;
  height: 3.19rem;
  overflow: hidden;
}
.areas_boxright img{
  width: 4.91rem;
  height: 3.19rem;
  transition: 0.4s;
}
.areas_boxright img:hover{
  transition: 0.4s;
  transform: scale(1.05);
}
.areas_box1_boxb img:hover{
  transition: 0.4s;
  transform: scale(1.05);
}
.area_bottom{
  width: 15rem;
  height: 2.72rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.area_bottomimg{
  width: 3.65rem;
  height: 2.72rem;
  overflow: hidden;
}
.area_bottomimg img{
  width: 3.65rem;
  height: 2.72rem;
  transition: 0.4s;
}
.area_bottomimg img:hover{
  transition: 0.4s;
  transform: scale(1.05);
}
.whycenter .one_machine{
  padding-bottom: 0.15rem !important;
}
.projectcenter .arestitle{
  margin: 0 auto;
}
.relativecenter11 .one_machine{
  color: #fff !important;
}

.gary_button1{
  width: 2.1rem;
  height: 0.48rem;
  border: 0.01rem solid #eca525;
  background: #eca525;
  color: #fff;
  transition: 0.4s;
  font-family: pb;
  font-weight: 600;
  font-size: 0.2rem;
  line-height: 0.48rem;
  text-align: center;
  position: absolute;
  border-radius: 0.48rem;
  left: 0.65rem;
  bottom: 0.25rem;
}
.gary_button1 .garyimg{
  width: 0.2rem;
  height: 0.13rem;
  background: url(../img/jian2.png) no-repeat;
  background-size: 100% 100%;
  float: right;
  margin-top: 0.17rem;
  margin-right: 0.2rem;
  transition: 0.4s;
}
.yuanhei{
  width: 0.19rem !important;
  height: 0.21rem !important;
  position: unset !important;
  margin-right: 0.17rem;
  margin-left: 0.93rem;
}
.one_machine_graytitles2{
  top: 1.24rem;
}
.yuantu{
  width: 0.33rem !important;
  height: 0.25rem !important;
}
.qie1014center .bigBox{
  margin-top: 0rem !important;
  padding-top: 0.6rem;
}
.qie1014center .active{
  background: #ba1718 !important;
  color: #fff !important;
}
.qie1014center .active .daosanjiao{
  border-top: 0.15rem solid #ba1718 !important;
  left: 48% !important;
}
.qie1014center .bigBox ul li:hover{
  background: #ba1718 !important;
  color: #fff !important;
}
.qie1014center .bigBox ul li{
  border-color: #9da7ba !important;
}
.qie1014center .bigBox ul li:hover{
  border-color: #ba1718 !important;
}
.qie1014center .bigBox ul{
  margin-bottom: 0.5rem !important;
}
table td {
  font-size: 0.16rem;
  border: 1px solid #ccc;
  padding-left: 0.2rem;
 line-height: 0.18rem;
  padding: 0.1rem;
}

table tr:nth-of-type(1) {
  background: #ba1718 !important;
  color: #fff !important;
}
table tr:nth-of-type(odd){
  background: #e6e6e6 !important;
  color: #000 !important;
}
table tr.firstRow{background: #ba1718 !important; color:#fff !important; height:0.5rem; line-height:0.5rem; font-weight:bold; }
.whycenter .one_machine_tits{
  margin-bottom: 0.15rem;
}
.jia{
  width: 2.22rem;
  height: 1.38rem;
  position: absolute;
  top: 0.21rem;
  right: 0.25rem;
  z-index: 9999;
  background: url(../img/jia.png) no-repeat;
  background-size: 100% 100%;

}
.redb .jia{
  display: block;
}
.disp{
  width: 100%;
  height: 7.5rem;
  margin: 0 auto;
  background: url(../img/750.png) no-repeat;
  background-size: 100% 100%;
}
.dispcenter{
  width: 15rem;
  height: 7.5rem;
  margin: 0 auto;
}
.dispcenter ul{
  width: 15rem;
  height: 3.8rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.dispcenter ul li{
  width: 2.2rem;
  height: 3.8rem;
 position: relative;
 cursor: pointer;
  margin: 0 auto;
}
.dispcenter ul li img{
  width: 2.2rem;
  height: 3.8rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.dispcenter ul li h4{
  font-size: 0.2rem;
  line-height: 0.95rem;
  font-family: â€œpbâ€ !important;
  font-weight: 400 !important;
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0rem;
  color: #fff !important;
  left: 0rem;
}
.pptsy{
  width: 1.39rem;
  height: 2.28rem;
  background: url(../img/pp.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  left: 0.41rem;
  top: 0.55rem;
} 


.why1{
  width: 100%;
  height: 6.7rem;
  margin: 0 auto;
  background: url(../img/708.png) no-repeat;
  background-size: 100% 100%;
}
.whycenter1{
  width: 15rem;
  height: 6.7rem;
  margin: 0 auto;
}
.whycenter1 h2{
  width: 100%;
  text-align: center;
  line-height: 0.48rem;
  font-family: pb;
  font-size: 0.48rem;
  padding-top: 0.8rem;
  margin: 0 auto;
  padding-bottom: 0.1rem;
  color: #fff;
  -webkit-background-clip: text;
  /* -webkit-text-fill-color: transparent; */
}
.whttt{
  width: 15rem;
  height: 0.28rem;
  font-size: 0.2rem;
  text-align: center;
  color: #fff;
  font-family: p;
  background: url(../img/28.png) no-repeat;
  background-size: 100% 100%;
  line-height: 0.28rem;
}
.whycenter1 ul{
  width: 100%;
  height: 3.1rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.8rem;
  position: relative;
}
.whycenter1 ul li{
  width: 3.3rem;
  height: 3.1rem;
  background: #fff;
  border-radius: 0.3rem;
  color: #000;
  transition: 0.4s;

}
.whycenter1 ul li h4{
  font-size: 0.2rem;
  text-align: center;
  color: #000;
  font-family: p;
  margin: 0 auto;
  margin-top: 0.2rem;
  width: 90%;
  font-weight: normal;
}
.whycenter1 ul li img{
  width: 1.2rem;
  height: 1.2rem;
  display: block;
  margin: 0 auto;
  margin-top: 0.6rem;
}
.redb1{
margin-top: -0.5rem;
  transition: 0.4s;
  cursor: pointer;
}
.relative11{
  /* width: 100%; */
  /* height: 7.16rem; */
  /* margin: 0 auto; */
  /* background: #e9bd40; */
}
.relativecenter11{
  width: 15rem;
  height: 7.16rem;
  margin: 0 auto;
}
.relativecenter11 h2{
  width: 15rem;
  height: 2.2rem;
  text-align: center;
  line-height: 2.2rem;
  margin: 0 auto;
  font-size: 0.48rem;
  font-family: pb;
  color: #fff;
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
}
.relativecenter11 ul{
  width: 15rem;
  height: 4.08rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.relativecenter11 ul li{
  width: 4.83rem;
  height: 4.06rem;
  background: #fff;
  border: 0.01rem solid #ffff00;
  border-radius: 0.2rem;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.relativecenter11 ul li img{
  width: 4.83rem;
  height: 4.06rem;
  position: absolute;
  top: 0rem;
  left: 0rem;
}
.pts{
  width: 0.91rem;
  height: 0.73rem;
  background: url(../img/quote.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  right: 0.35rem;
  bottom: 0.25rem;
}
.relativecenter11 ul li h3{
  font-size: 0.22rem;
  line-height: 0.36rem;
  font-family: pb;
  font-weight: 600;
  text-align: left;
  position: absolute;
  left: 0.4rem;
  bottom: 0.36rem;
}

.lianxi{
  width: 100%;
  height: 10.53rem;
  margin: 0 auto;
  background: url(../img/1052.jpg) no-repeat;
  background-size: 100% 100%;
}
.lianxicenter{
  width: 16rem;
  height: 10.53rem;
  margin: 0 auto;
}
.lianxicenter h2{
  font-size: 0.42rem;
  font-family: MyriadPro;
  width: 16rem;
  text-align: left;
  line-height: 0.42rem;
  padding-top: 1.95rem;
  padding-left: 0.7rem;
}
{
  padding-bottom: 0.8rem;
  border-radius: 10px;
  margin-top: -0.3rem;
  MARGIN-LEFT: 0REM;
}
.five1{width: 9.08rem;height: 2.55rem;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;/* float: left; */justify-content: space-between;align-content: space-between;}
.five2{
width: 4.27rem;
height: 0.6rem;
}
.five2 p{
width: 4.27rem;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
..five2 span{
color: red;
font-size: 0.2rem;
}
.five2 input{
 width: 3.92rem;
 height: 0.52rem;
 float: left;
 border: 1px solid #ccc;
 padding-left: 0.55rem;
 background: #fafafa;
 font-size: 0.2rem;
}

.five3{width: 100%;margin: 0 auto;height: 1.85rem;margin-top: 0.15rem;}
.five3 p{
width: 100%;
margin: 0 auto;
height: 0.3rem;
font-size: 0.22rem;
line-height: 0.3rem;
color: #000;
}
..five3 span{
color: red;
font-size: 0.2rem;
}
.buttons1{
  width: 4.22rem;
  height: 0.65rem;
  line-height: 0.65rem;
  text-align: center;
  font-size: 0.3rem;
  color: #fff;
  margin: 0 auto;
  font-weight: 600;
  display: table;
  border-radius: 0.65rem;
  background: #df2c25;
  box-shadow: 0.05rem -0.06rem 1px #fdedc9;
}
.five3 textarea{
  width: 8.74rem;
  height: 1.55rem;
  background: #fafafa;
  float: left;
  resize: none;
  border: 1px solid #ccc;
  padding-top: 0.1rem;
  line-height: 0.3rem;
  color: #666;
  font-size: 0.2rem;
  font-family: 'p';
  padding-left: 0.55rem;
  /* margin-left: 0.38rem; */
}
input::-webkit-input-placeholder{

color: #666;
font-size: 0.18rem;
}

input::-moz-placeholder{   /* Mozilla Firefox 19+ */

color: #666;
font-size: 0.18rem;
}

input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */

color: #666;
font-size: 0.18rem;
}

input:-ms-input-placeholder{  /* Internet Explorer 10-11 */

color: #666;
font-size: 0.18rem;

}
textarea::-webkit-input-placeholder{

color: #666;
font-size: 0.18rem;
}

.five2{
  position: relative;
}
.five2 img{
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 0.1rem;
  left: 0.06rem;
}
.five3{
  position: relative;
}
.five3 img{
  width: 0.35rem;
  height: 0.35rem;
  position: absolute;
  top: 0.1rem;
  left: 0.05rem !important;
}
.fgot{
  width: 9rem;
  height: 6rem;
  margin-left: 0.9rem;
  margin-top: 0.7rem;
}
.yuan23{
  width: 0.2rem;
  height: 0.2rem;
  margin-right: 0.2rem;
}
.pc{
  display: block;
}
.yd{
  display: none;
}