.products {
  padding: 1.2rem 0 0;
  background-color: #f5f5f6;
}

.products_wrapper {
  padding-bottom: 1.8rem;
}

.products_box {
  position: relative;
}

.sub_title {
  padding-top: 0.4rem;
  font-family: "siyuanExtraLight";
  font-size: 0.38rem;
  color: #000;
  text-align: center;
  font-weight: 100;
}

.pub_equal {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.42rem 0 0.84rem;
}

.pub_equal dl {
  font-size: 0;
}

.pub_equal dl img {
  width: 3.72rem;
  height: 3.72rem;
  display: block;
}

.pub_equal dd {
  color: #ff4d00;
  font-family: "siyuanMedium";
  font-size: 0.4rem;
  margin: 0 0.08rem;
}

.pub_equal dt {
  color: #000;
  font-family: "siyuanMedium";
  font-size: 0.4rem;
  margin: 0 0.08rem;
}

.pub_equal::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.84rem;
  width: 8.4rem;
  height: 0.78rem;
  transform: translateX(-50%);
  background-image: url(../images/products/products_line.png);
  background-size: cover;
}

.pub_equal p {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1.58rem;
  text-align: center;
  font-family: "siyuanMedium";
  font-family: "siyuanNormal";
  font-size: 0.46rem;
}

.products_list {
  padding: 1.2rem 0.4rem;
  background-color: #fff;
}

.pl_title {
  font-size: 0.48rem;
  color: #000;
  padding-top: 0.4rem;
  font-family: "siyuanExtraLight";
  text-align: center;
}

.pl_title u {
  font-family: "siyuanBold";
  color: #ff4d00;
}

@media screen and (max-width: 768px) {
  .products_box {
    padding: 1px 0;
  }

  .products {
    padding: 0.28rem 0 0;
  }

  .sub_title {
    padding-top: 0.16rem;
    font-size: 0.2rem;
  }

  .pub_equal {
    display: block;
    margin: 0.28rem 0 0.42rem;
  }

  .pub_equal dl img {
    width: 100%;
    height: auto;
  }

  .pub_equal dd {
    font-size: 0.18rem;
    margin: 0.08rem 0.1rem;
  }

  .pub_equal dt {
    font-size: 0.18rem;
    margin: 0.08rem 0.1rem;
    text-align: center;
  }

  .pub_equal::after {
    bottom: -1.04rem;
    width: 100%;
    height: 0.78rem;
    background-size: contain;
    background-repeat: no-repeat;
  }

  .pub_equal p {
    bottom: -1.04rem;
    font-size: 0.2rem;
  }

  .products_list {
    padding: 0.28rem 0;
  }

  .pl_title {
    font-size: 0.16rem;
    padding-top: 0.16rem;
  }
}

.pb_require {
  position: relative;
  padding: 3.62rem 0;
  height: 12.8rem;
  overflow: hidden;
  box-sizing: border-box;
}

.pb_require::before {
  content: "";
  position: absolute;
  left: -2rem;
  top: -1rem;
  width: 12.1rem;
  height: 12.1rem;
  background-image: url(../images/products/bg_1.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.pb_require::after {
  content: "";
  position: absolute;
  right: -1.5rem;
  bottom: -6.4rem;
  width: 12.1rem;
  height: 12.1rem;
  background-image: url(../images/products/bg_2.png);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
}

.pb_exhibition {
  position: relative;
  display: flex;
  height: 100%;
  margin-top: 1.1rem;
  z-index: 1;
}

.pb_tabs {
  position: relative;
  width: 2.06rem;
}

.pb_tabs::before {
  content: "";
  position: absolute;
  left: 0.07rem;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.pb_tabs dl {
  position: relative;
  padding-left: 0.5rem;
  height: 0.65rem;
  line-height: 0.65rem;
  margin-bottom: 0.32rem;
}

.pb_tabs dd {
  font-size: 0.24rem;
  font-family: siyuanMedium;
  color: #000;
  cursor: pointer;
}

.pb_tabs dd::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  color: rgba(0, 0, 0, 0.2);
  transform: translateY(-50%);
}

.pb_tabs dl.on dd {
  color: #ff4d00;
}

.pb_tabs dl.on dd::before {
  content: "";
  left: 4px;
  top: 0;
  bottom: 0;
  color: rgba(0, 0, 0, 0.2);
  transform: translateY(0);
  border-left: 4px solid #ff4d00;
}

@media screen and (max-width: 768px) {
  .pb_require {
    padding: 0.88rem 0 0.28rem;
    height: auto;
  }

  .pb_require::before {
    left: -3.28rem;
    top: -0.28rem;
    width: 4rem;
    height: 4rem;
  }

  .pb_require::after {
    right: -3.28rem;
    bottom: -0.28rem;
    width: 4rem;
    height: 4rem;
  }

  .pb_exhibition {
    flex-direction: column;
    height: auto;
    margin-top: 0.28rem;
  }

  .pb_tabs {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .pb_tabs::before {
    left: 0;
    top: auto;
    bottom: 0;
    border-left: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .pb_tabs dl {
    height: auto;
    margin: 0.24rem 0 0.16rem;
    line-height: 1;
    padding: 0 0.12rem;
  }

  .pb_tabs dd {
    font-size: 0.16rem;
    padding-left: 0.12rem;
    margin-right: 0.34rem;
  }

  .pb_tabs dd::before {
    content: "+";
    position: absolute;
    left: 0;
    top: 50%;
    color: rgba(0, 0, 0, 0.2);
    transform: translateY(-50%);
  }

  .pb_tabs dl.on dd {
    color: #ff4d00;
  }

  .pb_tabs dl.on dd::before {
    left: 0;
  }

  .layui-flow-more {
    padding: 0.12rem 0.24rem;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.06);
    font-size: 0.16rem;
    color: #000;
    font-family: "siyuanMedium";
    transition: 0.4s;
    margin: 0.14rem auto;
  }
}

.products_goods {
  height: 8.8rem;
  padding-top: 0.8rem;
  position: relative;
  background-image: url(../images/products/bg_3.jpg);
  background-size: 100%;
  box-sizing: border-box;
}

.pub_title_white span {
  color: #fff;
}

.pub_title_white em {
  color: rgba(255, 77, 0, 1);
}

.pg_panel {
  position: relative;
  width: 12rem;
  margin: 1rem auto 0;
}

.pg_left {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 1.74rem;
  height: 5.16rem;
}

.pg_left::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.pg_left dl {
  position: relative;
  margin: 0.32rem 0;
  height: 0.88rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.pg_left dt {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-left: -0.11rem;
  font-size: 0.4rem;
  color: rgba(255, 255, 255, 0.2);
  font-weight: 100;
}

.pg_left dd {
  position: relative;
  width: 1.64rem;
  height: 0.78rem;
  line-height: 0.78rem;
  font-size: 0.32rem;
  font-weight: 700;
  color: #fff;
  margin-left: 0.12rem;
  padding-left: 0.38rem;
  box-sizing: border-box;
  transition: 0.4s;
}

.pg_left dd span {
  position: relative;
}

.pg_left dl::before {
  content: "";
  position: absolute;
  left: -0.04rem;
  top: 0;
  height: 0;
  width: 0.08rem;
  background-color: transparent;
  transition: 0.4s;
}

.pg_left dl.on::before {
  height: 0.88rem;
  background-color: rgba(255, 77, 0, 1);
  transition: 0.4s;
}

.pg_left dl.on dt {
  display: none;
}

.pg_left dl dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 0;
  transition: 0.4s;
}

.pg_left dl.on dd::before {
  width: 1.64rem;
  background-image: linear-gradient(90deg,
      rgba(255, 77, 0, 0.82) 0%,
      rgba(255, 77, 0, 0) 100%);
  transition: 0.4s;
}

.pg_right dl {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  font-size: 0;
  transform: scale(0);
  width: 9.93rem;
  transition: 0.4s;
}

.pg_right dl:nth-child(1) {
  margin-left: 1.14rem;
}

.pg_right dl:nth-child(2) {
  margin-top: -0.84rem;
  margin-left: 1.14rem;
}

.pg_right dl:nth-child(3) {
  margin-left: 1.14rem;
}

.pg_right dl.on {
  transform: scale(1);
  transition: 0.4s;
}

.pg_right dl img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .pg_top{height: 0.84rem; background-color: #f5f5f6;}

  .products_goods {
    height: 7.85rem;
    padding: 0.36rem 0;
    margin-top: 0;
    background-image: none;
    background-color: #2c2b2b;
  }

  .pg_panel {
    position: relative;
    width: auto;
    margin: 0.26rem auto;
  }

  .pg_left {
    width: auto;
    height: 0.46rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }

  .pg_left::before {
    right: 0;
    top: auto;
    border-left: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .pg_left dl {
    width: 33.33%;
    margin: 0;
    width: 0.82rem;
    height: 0.42rem;
    display: flex;
    flex-direction: row;
  }

  .pg_left dt {
    margin-left: 0.2rem;
    font-size: 0.28rem;
    font-weight: 100;
  }

  .pg_left dd {
    width: 0.82rem;
    height: 0.42rem;
    line-height: 0.42rem;
    font-size: 0.16rem;
    font-weight: 500;
    margin-left: 0.12rem;
    padding-left: 0.28rem;
  }

  .pg_left dd span {
    position: relative;
  }

  .pg_left dl::before {
    left: 0;
    width: 0.04rem;
  }

  .pg_left dl.on::before {
    height: 0.42rem;
  }

  .pg_left dl.on dt {
    display: block;
    color: #fff;
    transition: 0.4s;
    z-index: 1;
  }

  .pg_left dl dd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    transition: 0.4s;
  }

  .pg_left dl.on dd::before {
    width: 0.82rem;
  }

  .pg_right {
    position: static;
    padding-top: 0.5rem;
    margin: 0 -0.18rem;
  }

  .pg_right dl {
    position: static;
    /* transform: scale(0); */
    width: auto;
    display: none;
    transition: 0.4s;
  }

  .pg_right dl.on {
    /* transform: scale(1); */
    display: block;
    transition: 0.4s;
  }

  .pg_right dl:nth-child(1) {
    margin: 0;
  }

  .pg_right dl:nth-child(2) {
    margin: 0;
  }

  .pg_right dl:nth-child(3) {
    margin: 0;
  }
}

/* 与这些产品一起成长 */

.pls_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 0.7rem;
}

.pls_list li {
  width: 33.33%;
}

.pls_list li dl {
  position: relative;
  margin: 0.2rem;
}

.pls_list li dl dt {
  font-size: 0;
}

.pls_list li dl dt img {
  width: 100%;
}

.pls_list li dl dd {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.24rem 0.3rem;
  background-image: linear-gradient(180deg,
      rgba(0, 0, 0, 0.3) 0%,
      rgba(0, 0, 0, 0.6) 100%);
}

.pls_list li dl dd h2 {
  font-size: 0.24rem;
  font-weight: bold;
  color: #fff;
}

.pls_list li dl dd h4 {
  margin-top: 0.04rem;
  font-size: 0.14rem;
  color: rgba(255, 255, 255, 0.7);
  /* line-height: 1; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.pls_list li dl dd h4 em {
  padding: 0 8px;
}

.pls_list li dl dd h4 u {
  position: relative;
  top: 0.03rem;
  height: 0.24rem;
  min-width: 0.78rem;
  line-height: 0.24rem;
  background-image: linear-gradient(270deg,
      rgba(252, 236, 207, 1) 0%,
      rgba(250, 215, 155, 1) 100%);
  padding: 0 0.05rem;
  font-size: 0.14rem;
  color: rgba(122, 67, 11, 1);
  text-align: center;
  margin-right: 0.08rem;
  margin-bottom: 0.08rem;
  border-radius: 0.02rem;
}

.pls_list li dl dd h6 {
  opacity: 0;
  visibility: hidden;
  height: 0;
  transition: 0.4s;
}

.pls_list li dl dd h6 i {
  display: flex;
  align-items: center;
  padding-top: 0.36rem;
  color: #fff;
  font-size: 0.14rem;
}

.pls_list li dl dd h6 i span {
  width: 0.24rem;
  height: 0.1rem;
  margin-left: 0.18rem;
  background-image: url(../images/common/entry_2.png);
}

.pls_list li.on h6 {
  opacity: 1;
  visibility: visible;
  height: 0.5rem;
  transform: 0.4s;
}


.products_list .button_more {
  margin-top: 0.46rem;
}

@media screen and (max-width: 768px) {
  .pls_list {
    flex-direction: column;
    margin-top: 0rem;
    margin: 0.2rem -0.18rem;
  }

  .pls_list li {
    width: 100%;
  }

  .pls_list li dl {
    margin: 0;
  }

  .pls_list li dl dd {
    padding: 0.24rem;
  }

  .pls_list li dl dd h2 {
    font-size: 0.22rem;
  }

  .pls_list li dl dd h4 {
    margin-top: 0.06rem;
    font-size: 0.15rem;
  }

  .pls_list li dl dd h4 em {
    padding: 0 8px;
  }

  .pls_list li dl dd h4 u {
    position: relative;
    top: 0.03rem;
    height: 0.24rem;
    min-width: 0.78rem;
    line-height: 0.24rem;
    background-image: linear-gradient(270deg,
        rgba(252, 236, 207, 1) 0%,
        rgba(250, 215, 155, 1) 100%);
    padding: 0 0.05rem;
    font-size: 0.14rem;
    color: rgba(122, 67, 11, 1);
    text-align: center;
    margin-right: 0.08rem;
    margin-bottom: 0.08rem;
  }

  .pls_list li dl dd h6 {
    opacity: 0;
    visibility: hidden;
    height: 0;
    transition: 0.4s;
  }

  .pls_list li dl dd h6 i {
    display: flex;
    align-items: center;
    padding-top: 0.36rem;
    color: #fff;
    font-size: 0.14rem;
  }

  .pls_list li dl dd h6 i span {
    width: 0.24rem;
    height: 0.1rem;
    margin-left: 0.18rem;
    background-image: url(../images/common/entry_2.png);
  }

  .pls_list li.on h6 {
    opacity: 1;
    visibility: visible;
    height: 0.5rem;
    transform: 0.4s;
    height: 0;
  }

  .products_list .button_more {
    margin-top: 0.46rem;
  }
}