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

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

.whass {
  width: 1.4rem !important;
}

body {
  font-family: p;
  background: #fff !important;
}

.ProductDetailsBox_Head {
  width: 100%;
  aspect-ratio: 750/1289;
  background-image: url('../img/ProductDetails.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin-top: 1.12rem; */
}


.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 {
  width: 7.5rem;
  background: #fff;
  /* padding: 1rem 0; */
  /* display: flex; */
  justify-content: center;
}

.OverviewBox_t {
  /* display: flex; */
  width: auto;
  margin-bottom: .48rem;
}

.OverviewBox_tL {
  width: auto;
}

.OverviewBox_tLT {
  font-size: .42rem;
  width: 7.1rem;
  line-height: 0.48rem;
  text-align: center;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
  font-family: 'pb';
}

.OverviewBox_tLmsg {
  line-height: .45rem;
  font-size: .3rem;
  word-wrap: break-word;
  color: #666666;
  width: 7.1rem;
  font-family: 'p';
  margin: 0 auto;
  margin-bottom: .2rem;
}

.OverviewBox_tR {
  width: 7.1rem;
  margin: 0 auto;
  /* margin-left: .54rem; */
}

.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: 7.5rem;
  height: auto;
  background-image: url('../img/ProductDetails4.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
}

.FeaturesBox_title {
  font-size: .42rem;
  color: #fff;
  font-family: 'pb';
  text-indent: 0.25rem;
}

.FeaturesBox_But {
  width: 6.5rem;
  height: .85rem;
  background-image: linear-gradient(50deg, #f4541a, #fe8d61);
  border-radius: .8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  /* margin-left: 0.3rem; */
  margin-top: 0.3rem;
}

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

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

.FeaturesBox_ButBox {
  display: flex;
}

.FeaturesBox_t {
  /* display: flex; */
  justify-content: space-between;
  width: 7.5rem;
  margin: .82rem 0 .58rem 0;
}

.FeaturesBox_content {
  width: 7.1rem;
  /* overflow: hidden; */
  position: relative;
  height: auto;
  margin: 0 auto;
  padding-bottom: 0.6rem;
}

html,
body {
  /* background: #eee; */
  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;

  /* 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: 4rem;
}

.swiper_slide_msg {
  width: 3rem;
  padding: 0.3rem .2rem;
  font-size: .3rem;
  word-wrap: break-word;
  /*height: 2.39rem;*/
  text-align: left;
  font-family: 'p';
  color: #666;
  line-height: .4rem;
}

.technicalBox {
  width: 7.5rem;
  background: #fff;
  display: flex;
  justify-content: space-evenly;
  padding: .55rem 0;
}

.technicalBox_tabTitle {
  font-size: .42rem;
  margin-bottom: .12rem;
  width: 7.1rem;
  font-family: 'pb';
  text-indent: 0.2rem;
}

.technicalBox_tabBottom {
  font-size: .3rem;
  margin: 0 auto;
  color: #666666;
  margin-top: .15rem;
  width: 7.1rem;
  line-height: .45rem;
}

.WorkshopBox_title {
  font-size: .42rem;
  margin-bottom: .13rem;
  width: 7.1rem;
  font-family: 'pb';
}

.WorkshopBox_imgLi {
  width: 3.38rem !important;
  /*height: 1rem;*/
  /*background: #f4541a;*/
  /*border-bottom-right-radius: 0.7rem;*/
  margin-top: 0.2rem;
  /*padding-bottom: .3rem;*/
  border: .01rem solid #f4541a;
}

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

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

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

.ProductDetailsBox_HeadBox {
  display: flex;
}

/*  */
.ProductDetailsBox_Head img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  object-position: 25% center;
}

.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: 1rem;
  line-height: 0.3rem;
  /* color: #fff; */
  font-family: 'p';
  text-align: center;
  font-size: 0.3rem;
  line-height: 0.42rem;
  /*margin-top: .1rem;*/
  /*margin-bottom: .2rem;*/
  display: flex;
  align-items: center;
  justify-content: center;

}

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

.product_fourbox {
  width: 7.1rem;
  height: auto;
  margin: 0 auto;
  padding-bottom: .2rem;
}

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

.product_fourbox ul li {
  width: 7.1rem;
  height: auto;
  border: 0.01rem solid #cc1513;
  border-radius: 0.2rem;
  background: #fff;
  margin-bottom: 0.2rem;
  padding-bottom: 0.1rem;
}

.liu {
  width: 1.4rem;
  height: 1.22rem;
  background: url(../img/liu.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-top: 0.4rem;
  font-size: 0.42rem;
  font-family: pb;
  color: #fff;
  text-align: center;
  line-height: 1.22rem;
  float: left;
  margin-bottom: 0.4rem;
  margin-left: 0.1rem;
}

.liu_titles {
  width: 5.05rem;
  float: right;
  font-size: 0.3rem;
  line-height: .45rem;
  font-family: p;
  text-align: left;
  color: #666;
  font-weight: 400;
  margin: 0 auto;
  margin-top: 0.35rem;
  margin-right: 0.2rem;
}

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

.real {
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
  background: #fff;
}

.realcenter {
  width: 7.1rem;
  height: auto;
  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.3rem;
  line-height: 0.45rem;
  text-align: left;
  color: #666;
  padding-bottom: 0.4rem;
  font-family: p;
  /* font-family: 'pb'; */
}

.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: 7.1rem;
  height: auto;
  /* display: flex; */
  justify-content: space-between;
  margin: 0 auto;
}

.realimgleft {
  width: 7.1rem;
  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.1rem;
  height: 6.5rem;
  display: flex;
  justify-content: space-around;
  align-content: space-between;
  flex-wrap: wrap;
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.realright_img {
  width: 3.36rem;
  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;
}

.qiehuan1280 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: url(../img/aboutbg.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  margin-bottom: 1.3rem;
  /* display: none; */
}

.qiehuancenter {
  width: 7.1rem;
  height: auto;
  margin: 0 auto;
  /* display: none; */
}

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

.qiehuantits {
  width: 7.1rem;
  height: auto;
  font-size: 0.3rem;
  line-height: 0.45rem;
  text-align: left;
  color: #182830;
  margin: 0 auto;
  font-family: p;
}

.bigBox {
  width: 7.1rem;
  height: auto;
  /* background: rgb(236, 236, 236); */
  margin: 0 auto;
  /* border-bottom: 5px solid orange; */
  border-radius: 5px;
  box-sizing: border-box;
  margin-top: 0.73rem;
  padding-top: 0.3rem;
}

.bigBox ul {
  width: 7.1rem;
  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.22rem;
  font-size: 0.22rem;
  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: 7.1rem;
  height: auto;
  margin: 0.41rem auto;
  overflow: hidden;
  border-radius: 5px;
}

.box>div {
  width: 7.1rem;
  height: auto;
  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: 3.5rem !important;
  padding: 0rem !important;
  height: auto;
  border-color: transparent !important;
  overflow: hidden;
}

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

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

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

.sellingbox {
  width: 7.5rem;
  height: auto;
}

.sellingbox1 {
  width: 7.1rem;
  height: auto;
  margin: 0 auto;
  position: relative;
  border: .01rem solid #f4541a;
  margin-bottom: .3rem;
}

.sellingbox1 img {
  width: 100%;
  display: block;
}

.sellingbox1 p {
  font-size: 0.3rem;
  /*background: #f4541a;*/
  margin: 15px 0;
  /*color: #fff;*/
  padding-top: 0.2rem;
  /*padding-bottom: 0.2rem;*/
  text-align: center;
}

.FeaturesBox_content .swiper-slide {
  width: 100%;
  justify-content: unset;
  margin-bottom: 0.3rem;
  height: 4rem;
  overflow: hidden;
}

.FeaturesBox_content .swiper-slide img {
  width: 4rem !important;
}

.swiper_slide_msg h3 {
  font-size: 0.3rem !important;
  font-family: pb;
  margin: 0 auto;
  color: #000;
  margin-bottom: .2rem;
}

.workshoptitles {
  font-family: p;
  font-size: 0.3rem !important;
  line-height: .45rem;
}

.sellingbox_but,
.sellingbox_butStyle {
  width: 4.8rem;
  border-radius: .3rem;
  display: flex;
  justify-content: space-around;
  /*background: #f55a22;*/
  background-image: url('https://yugongfactory.com/static/assets/xin/img/bt_xq.png');
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  margin: auto;
  height: .93rem;
  cursor: pointer;
  margin-bottom: .3rem;
  ;
}

.sellingbox_but>div,
.sellingbox_butStyle>div {
  font-size: .3rem;
  color: #fff;
}

.sellingbox_Btm {
  padding-bottom: .3rem;
}


#workshoptitles4 table tr {
  height: auto !important;
}

#technicalBox4 table td {
  height: auto !important;
  display: table-cell;
  padding-left: 0.rem !important;
  word-break: break-all;
}

#technicalBox4 table td span {
  font-size: 0.16rem !important;
}

#technicalBox4 table {
  width: 100% !important;
}

.sellingbox_but>div img,
.sellingbox_butStyle img {
  display: none;
}

#technicalBox7 .liu_tis_h3 {
  display: none;
}

.swiper_card {
  display: flex;
  justify-content: center;
  align-items: center;

}

#workshoptitles4 {
  scrollbar-width: none;
  -ms-overflow-style: none;
}