@font-face {
  font-family: 'p';
  src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
  font-family: 'pb';
  src: url('../fonts/Poppins-Bold.ttf');
}

.ProductDetailsBox_Head {
  width: 100%;
  height: 8rem;
  background-image: url('../img/ProductDetails.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
}

.ProductDetailsBox_HeadR {
  width: 7.47rem;
  height: 3.75rem;
  background-image: url('../img/icon12.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: .24rem;
}

.ProductDetailsBox_HeadL {
  width: 5.79rem;
  height: 4.30rem;
  background: #fff;
  padding: .44rem;
}

.ProductDetailsBox_HeadL_top {
  width: 100%;
  border-bottom: 0.02rem solid #f4541a;
  padding-bottom: .17rem;
  margin-bottom: .27rem;
}

.ProductDetailsBox_HeadL_top>div {
  width: 100%;
  word-wrap: break-word;
  font-size: .48rem;
  line-height: .48rem;
}

.ProductDetailsBox_HeadL_topMsg {
  font-size: .20rem;
  line-height: .30rem;
  color: #666666;
  word-wrap: break-word;
}

.ProductDetailsBox_HeadL_ButL {
  width: 2.82rem;
  height: .55rem;
  border-radius: .1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ProductDetailsBox_HeadL_ButLImg {

  margin-right: .14rem;
}

.ProductDetailsBox_HeadL_Butmsg {
  font-size: .20rem;
  color: #fff;
  line-height: .32rem;
}

.OverviewBox {
  background: #fff;
  padding: 0.5rem 0 0.6rem 0;
  display: flex;
  justify-content: center;
}

.OverviewBox_t {
  display: flex;
  width: 14rem;
  justify-content: space-between;
  margin-bottom: .48rem;
}

.OverviewBox_tL {
  width: 7.85rem;
}

.OverviewBox_tLT {
  font-size: .36rem;
  line-height: 0.48rem;
  font-family: 'pb';
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}

.OverviewBox_tLmsg {
  line-height: .36rem;
  font-size: .2rem;
  word-wrap: break-word;
  color: #666666;
}

.OverviewBox_tR {
  margin-left: .34rem;
}

.OverviewBox_tR img {
  width: 7.05rem;
  height: 4.50rem;
}

/* .OverviewBox_t{
    justify-content: center;
} */
.OverviewBox_tImg {
  display: flex;
  justify-content: space-between;
  width: 14.04rem;
}

.OverviewBox_tImgR {
  display: flex;
  max-width: 9.52rem;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 5.16rem;
  align-content: space-between;
}

.OverviewBox_tImgL>img {
  width: 4.35rem;
  height: 5.16rem;
}

.OverviewBox_tImgRLi>img {
  width: 4.69rem;
  height: 2.51rem;
}

.FeaturesBox {
  width: 100%;
  height: 7.46rem;
  background-image: url('../img/ProductDetails4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.FeaturesBox_title {
  font-size: .36rem;
  color: #fff;
  width: 75%;
}

.FeaturesBox_But {
  width: 2.5rem;
  height: .55rem;
  background-image: linear-gradient(50deg, #f4541a, #fe8d61);
  border-radius: .3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.FeaturesBox_ButIcon {
  width: .30rem !important;
  height: .30rem !important;
  float: left;
  margin-top: 0.05rem;
  margin-right: 0.05rem;
}

.FeaturesBox_ButMsg {
  font-size: .20rem;
  color: #fff;
  font-family: 'pb';
}

.FeaturesBox_ButBox {
  display: flex;
}

.FeaturesBox_t {
  display: flex;
  justify-content: space-between;
  width: 14rem;
  margin: .82rem 0 .58rem 0;
  font-family: 'pb';
}

.FeaturesBox_content {
  width: 14rem;
  overflow: hidden;
  position: relative;
  /*height: 4.50rem;*/
}


body {
  background: #fff;
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  height: 100% !important;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper_slide_img>img {
  width: 100% !important;
  height: 100% ;
  display: block;
  object-fit: cover;
}

.swiper_slide_msg {
  /* width: 3.73rem; */
  padding: .44rem;
  font-size: .2rem;
  word-wrap: break-word;
  text-align: left;
  line-height: 0.25rem;
  color: #666666;
  height: 1.5rem;
  padding-bottom: .2rem;
}

.swiper_slide_msg h3 {
  font-family: pb;
  margin-bottom: 0.1rem;
  color: #333333;
}

.technicalBox {
  width: 14rem;
  background: #fff;
  display: flex;
  justify-content: space-evenly;
  padding: .5rem 0;
  margin: 0 auto;
}

.technicalBox_tabTitle {
  font-size: .36rem;
  margin-bottom: .12rem;
  line-height: 0.48rem;
  font-family: 'pb';
}

.technicalBox_tabBottom {
  font-size: .18rem;
  color: #666666;
  margin-top: .25rem;
}

.WorkshopBox_title {
  font-size: .36rem;
  margin-bottom: .1rem;
  line-height: 0.42rem;
  font-family: 'pb';
  width: 15rem;
}

.WorkshopBox_imgLi {
  width: 3.38rem;
  height: 4.17rem;
  background: #f4541a;
  border-bottom-right-radius: 0.7rem;
  border: 2px solid #ebebeb;
}

.WorkshopBox_img {
  display: flex;
  justify-content: space-between;
  align-content: space-between;
  width: 13.95rem;
  height: auto;
  flex-wrap: wrap;
}

.WorkshopBox_imgLi>img {
  width: 3.38rem;
  height: 3.41rem;
  display: block;
}

.WorkshopBox {
  margin-top: 1.54rem;
  width: 14rem;
}

.ProductDetailsBox_HeadBox {
  display: flex;
}

/*  */
.ProductDetailsBox_Head img {
  width: 100% !important;
  height: 100% !important;
}

.swiper_nav {
  width: 100%;
  /* height: 1.12rem; */
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  z-index: 10;
  border-bottom: 0.01rem solid rgba(239, 239, 247, 0.1);
  background: #ffffff;
  transition: all 0.5s
}

.swiper_nav_center>img {
  width: 1.80rem;
  height: .52rem;
}

.swiper_nav_center {
  width: 13rem;
  height: 1.12rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.swiper_nav_Tbar {
  display: flex;
}

.white_boxs {
  width: 2.08rem;
  height: 1.48rem;
  background: url(../img/tou.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 0.3rem;
  position: absolute;
  top: 0.5rem;
  left: 0.6rem;
  display: none;
  transition: 0.4s;
}

.greentopyt .white_boxs {
  display: block;
  cursor: pointer;
}

.greentopyt .works_titles {
  display: none;
}

.swiper_nav_Tbar>div {
  margin: 0 .18rem;
  font-size: .26rem;
  color: #333333;
  cursor: pointer;
}

.works_titles {
  width: 100%;
  height: 0.76rem;
  line-height: 0.3rem;
  color: #fff;
  font-family: 'p';
  text-align: center;
  font-size: 0.2rem;
  line-height: 0.76rem;
}

.product_four {
  width: 100%;
  max-width: 19.2rem;
  height: 7.2rem;
  background: #fcf2f2;
  margin: 0 auto;
}

.product_fourbox {
  width: 14rem;
  height: 7.2rem;
  margin: 0 auto;
}

.product_fourbox ul {
  width: 14rem;
  height: 4.65rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0;
}

.product_fourbox ul li {
  width: 3.35rem;
  height: 4.6rem;
  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.05rem;
  line-height: 0.3rem;
}

.descriptionbox_titles {
  font-size: 0.36rem;
  font-family: pb;
  font-weight: 600;
  color: #000;
  height: auto;
  margin-bottom: 0.3rem;
  line-height: 0.42rem;
  padding-top: 0.85rem;

}

.real {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: #fff;
}

.realcenter {
  width: 14rem;
  height: auto;
  margin: 0 auto;
  position: relative;
  padding-bottom: 0.6rem;
}

.realcet {
  width: 15rem;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding-bottom: 0.4rem;
}

.realcetleft {
  width: 10.8rem;
  height: auto;
  font-size: 0.2rem;
  line-height: 0.3rem;
  text-align: left;
  color: #666;
  display: block;
  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: 14rem;
  height: 6.5rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.realimgleft {
  width: 7rem;
  height: 6.46rem;
  border: 0.02rem solid #cc0000;
  overflow: hidden;
}

.realimgleft img {
  width: 7rem;
  height: 6.46rem;
  transition: 0.4s;
}

.realimgleft img:hover {
  transform: scale(1.05);
  transition: 0.4s;
}

.realright {
  width: 6.9rem;
  height: 6.5rem;
  display: flex;
  justify-content: space-around;
  align-content: space-between;
  flex-wrap: wrap;
}

.realright_img {
  width: 3.3rem;
  height: 2.07rem;
  overflow: hidden;
  border: 2px solid #f4541a;
}

.realright_img img {
  width: 3.3rem;
  height: 2.07rem;
  transition: 0.4s;
}

.realright_img img:hover {
  transform: scale(1.05);
  transition: 0.4s;
}

.qiehuan1280 {
  width: 100%;
  height: 13.8rem;
  margin: 0 auto;
  background: url(../img/1280.jpg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.3rem;
  overflow: hidden;
}

.qiehuancenter {
  width: 15rem;
  height: 15.8rem;
  margin: 0 auto;
  position: relative;
}

.qiehuancenter h2 {
  font-size: 0.36rem;
  text-align: left;
  width: 100%;
  color: #182830;
  line-height: 0.48rem;
  padding-top: 0.87rem;
  padding-bottom: 0.05rem;
  font-family: pb;
  text-align: center;
}

.qiehuantits {
  width: 10rem;
  height: auto;
  font-size: 0.2rem;
  line-height: 0.36rem;
  text-align: left;
  color: #666666;
  margin: 0 auto;
  font-family: p;
  margin-top: 0.4rem;
}

.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; */
  position: absolute;
  top: 6.6rem;
}

.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.55rem;
  font-size: 0.2rem;
  line-height: 0.22rem;
  height: auto;
  color: #000;
  border: 0.01rem solid #ff5d14;
  position: relative;
  font-family: pb;
}

li.active {}

.bigBox ul li:hover {
  background-color: #ba1718;
  color: #fff;
  cursor: pointer
}

.box {
  width: 15rem;
  height: 6.5rem;
  margin: 0.41rem auto;
  overflow: hidden;
  border-radius: 5px;
}

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

.active {
  background: #ff5d14 !important;
  border: 0.01rem solid #ff5d14;
  color: #fff !important;
}

.daosanjiao {
  width: 0rem;
  height: 0.1rem;
  border-top: 0.15rem solid #ff5d14;
  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: 4.6rem !important;
  padding: 0rem !important;
  height: 2.83rem !important;
  border-color: transparent !important;
  overflow: hidden;
}

.box ul li img {
  width: 4.6rem !important;
  height: 2.83rem !important;
  transition: 0.4s;
}

.box ul li img:hover {
  transform: scale(1.05);
  transition: 0.4s;
}

.box ul {
  width: 14rem;
  height: 5.4rem;
  display: flex;
  justify-content: space-around !important;
  flex-wrap: wrap !important;
  align-content: space-between !important;
  margin: 0 auto;
}

.sellingbox1 {
  position: relative;
}

.sellingbox_but {
  position: absolute;
  width: 100%;
  height: 100%;
  /* width: 4.56rem;
    height: 4.49rem; */
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  visibility: hidden;
}

.sellingbox_but>div {
  width: 2.5rem;
  border-radius: .3rem;
  display: flex;
  justify-content: space-around;
  background: #f55a22;
  align-items: center;
  /*margin: auto;*/
  height: .5rem;
  /*margin-top: .1rem;*/
  cursor: pointer;
}

.sellingbox_but>div>div {
  font-size: .2rem;
  color: #fff;
}

.sellingbox_butStyle {
  width: 2.5rem;
  border-radius: .3rem;
  display: flex;
  justify-content: space-around;
  background: #f55a22;
  align-items: center;
  margin: auto;
  height: .5rem;
  /*margin-top: .1rem;*/
  cursor: pointer;
}

.sellingbox_butStyle>div {
  font-size: .2rem;
  color: #fff;
}

.WorkshopBox_butStyle {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.WorkshopBox_MsgBox {
  width: 75%;
}

.swiper_nav_Tbar>div {
  color: #333333 !important;
}

.swiper_nav_Tbar>div a {
  text-decoration: none !important;
  color: #333333;
}

.swiper_nav_Tbar>div a:hover {
  color: #f4541a !important;
}


.smal-12 {
  width: 100% !important;
}

.span-12 {
  width: 98.5% !important;
}

.span-12 textarea {
  font-size: 16px;
  width: 100%;
  resize: none;
  height: 1rem !important;
}

.sellingbox {
  width: 14rem;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  margin-top: 0.2rem;
}

.sellingbox1:hover>.sellingbox_but {
  visibility: visible;
}

.sellingbox1 {
  width: 4.56rem;
  height: auto;
  border-bottom: 1px solid #fffae4;
  position: relative;
}

.sellingbox1 img {
  width: 4.56rem;
  height: 4.56rem;
  display: block;
}

.sbox {
  height: 3px;
  /* background: #ffcc01; */
  width: 0.6rem;
  position: absolute;
  bottom: 0rem;
  left: 0rem;
}

.sellingbox1 p {
  width: 100%;
  height: 0.8rem;
  font-size: 0.2rem;
  color: #fff;
  text-align: center;
  background: #f55a22;
  font-weight: 400;
  line-height: 0.8rem;
  margin-top: 0rem;
  margin-bottom: 0rem;
}

.liu_tis_h3 {

  padding: 0 0.5rem;
  text-align: left;
  font-family: 'pb';
  font-size: 0.22rem;
  display: block;

  margin-top: 0.15rem;
  line-height: 0.4rem;
  line-height: 0.2rem;
  color: #333333;
  margin-bottom: 0.2rem;
  margin-top: 0.2rem;
}

.WorkshopBox_img_box {
  width: 15rem;
}

.WorkshopBox_img_card .works_titles {
  background: #f55a22;

}

.WorkshopBox_img_card {
  border: 2px solid #ebebeb;
  width: 3.47rem;
  height: auto;
}

.WorkshopBox_img_card img {
  width: 100%;
  height: 2.9rem;
  object-fit: cover;
}

#technicalBox4 table {
  border-collapse: collapse;
  border: 0.01rem solid #ccc !important;
  font-size: 0.2rem;
  width: 100%;
}

#technicalBox4>div {
  width: 14rem;
  height: auto;
  margin: 0 auto;

}

.swiper-wrapper{
  display: flex;
  gap:.3rem;
}
.swiper-slide{
  width: 4rem;
  height: 5.2rem !important;
  flex-direction: column;
}
.swiper_slide_img{
  width: 100%;
  height: 3.2rem !important;
}


