.public_banner .nav{
  display: none;
}
.products .wrap {
  width: 1680px;
  margin: 55px auto 120px;
}
.products .wrap .title {
  font-size: 40px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #030303;
  margin: 0 0 94px 0;
}
.products .wrap .content {
  display: flex;
  justify-content: space-between;
}
.products .wrap .content .side {
  width: 360px;
  height: fit-content;
}
.products .wrap .content .side .headline {
  font-size: 24px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #03B752;
  padding: 0 0 23px 0;
  margin: 0 0 41px 0;
  border-bottom: 1px solid #dedede;
}
.products .wrap .content .side .matter .item:not(:last-child) {
  margin: 0 0 42px 0;
}
.products .wrap .content .side .matter .item .show {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.products .wrap .content .side .matter .item .show p {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #030303;
  padding: 0 0 0 16px;
  position: relative;
}
.products .wrap .content .side .matter .item .show p:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 6px;
  height: 2px;
  background: #030303;
  border-radius: 2px;
}
.products .wrap .content .side .matter .item .show .iconfont {
  color: #030303;
  font-size: 16px;
  font-weight: bold;
  transition: 0.6s;
}
.products .wrap .content .side .matter .item .hide {
  overflow: hidden;
  /*display: none;*/
}
.products .wrap .content .side .matter .item .hide .joke {
  margin: 25px 0 0 17px;
}
.products .wrap .content .side .matter .item .hide .joke .list {
}
.products .wrap .content .side .matter .item .hide .joke .list .head_{
  display: flex;
  width: 100%;
  align-items: center;
}
.products .wrap .content .side .matter .item .hide .joke .list .head_ .l{
  display: flex;
  align-items: center;
  margin: 0 20px 0 0;
}
.products .wrap .content .side .matter .item .hide .joke .list .head_ > .iconfont{
  font-size: 14px;
  transition: 0.6s;
  cursor: pointer;
}

.products .wrap .content .side .matter .item .hide .joke .list.on_ .head_ > .iconfont{
  transform: rotate(90deg);
}
.products .wrap .content .side .matter .item .hide .joke .list .l{
  display: flex;
  align-items: center;
}

.products .wrap .content .side .matter .item .hide .joke .list .level_ .l{
  margin: 0 0 0 34px;
}
.products .wrap .content .side .matter .item .hide .joke .list .border {
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 17px 0 0;
}

.products .wrap .content .side .matter .item .hide .joke .list .border .iconfont {
  color: #03b752;
  font-size: 12px;
  opacity: 0;
  transition: 0.6s;
}
.products .wrap .content .side .matter .item .hide .joke .list .l.on .border{
  border: 1px solid #03b752;
}
.products .wrap .content .side .matter .item .hide .joke .list .l.on .border .iconfont{
  opacity: 1;
}
.products .wrap .content .side .matter .item .hide .joke .list p {
  font-size: 16px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  line-height: 37px;
  color: #666666;
}
.products .wrap .content .side .matter .item .hide .joke .list.on .border {
  border: 1px solid #03b752;
}
.products .wrap .content .side .matter .item .hide .joke .list.on .border .iconfont {
  opacity: 1;
}
.products .wrap .content .side .matter .item.on .show .iconfont {
  transform: rotate(90deg);
}
.products .wrap .content .right {
  width: 1260px;
}
.products .wrap .content .right .top {
  margin: 0 0 14px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.products .wrap .content .right .top .all {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #030303;
}
.products .wrap .content .right .top .all p {
  display: inline-block;
}
.products .wrap .content .right .top .pro_search {
  width: 500px;
  height: 42px;
  background: #FFFFFF;
  border: 1px solid #F4F4F4;
  border-radius: 10px;
  padding: 0 20px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.products .wrap .content .right .top .pro_search input {
  padding: 0 0 0 18px;
  background: transparent;
  height: 100%;
  width: 100%;
  font-size: 14px;
  font-family: "PingFang SC", sans-serif;
  font-weight: 400;
  color: #999999;
  border: none;
}
.products .wrap .content .right .top .pro_search button {
  background: transparent;
}
.products .wrap .content .right .top .pro_search button .iconfont {
  font-size: 20px;
  color: #484848;
}
.products .wrap .content .right .big .public_pagination a:first-child,
.products .wrap .content .right .big .public_pagination a:last-child {
  background: #f4f4f4;
}
.products .wrap .content .right .big .display {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 30px;
  margin: 0 0 81px ;
}
.products .wrap .content .right .big .display .item {
  width: 100%;
  height: 400px;
  position: relative;
  background: #F4F4F4;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.products .wrap .content .right .big .display .item .bg {
  transition: 3s;
}
.products .wrap .content .right .big .display .item .text {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}
.products .wrap .content .right .big .display .item .text .pick {
  display: flex;
  width: 91%;
  align-items: center;
}
.products .wrap .content .right .big .display .item .text .pick img {
  margin: 0 10px 0 0;
}
.products .wrap .content .right .big .display .item .text .pick p {
  font-size: 18px;
  font-family: "PingFang SC", sans-serif;
  font-weight: bold;
  color: #030303;
  width: 100%;
  word-break: break-word;
}
.products .wrap .content .right .big .display .item .text .add {
  width: 14px;
  height: 14px;
  position: relative;
}
.products .wrap .content .right .big .display .item .text .add:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background: #030303;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.products .wrap .content .right .big .display .item .text .add:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background: #030303;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
.products .wrap .content .right .big .display .item:hover .bg {
  transform: scale(1.1);
}
@media screen and (max-width: 1856px) {
  .products .wrap{
    max-width: 90%;
  }
  .products .wrap .content .right {
    width: 75%;
  }
  .products .wrap .content .side{
    width: 21%;
  }
  .products .wrap .content .right .big .display .item .text .pick p{
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media screen and (max-width: 1023px) {
  .products .wrap .title{
    font-size: 25px;
    margin: 0 0 32px 0;
  }
  .products .wrap .content{
    flex-direction: column;
  }
  .products .wrap .content .side {
    width: 100%;
  }
  .products .wrap .content .side .headline{
    font-size: 20px;
    padding: 0 0 9px 0;
    margin: 0 0 24px 0;
  }
  .products .wrap .content .side .matter .item .show p{
    font-size: 16px;
  }
  .products .wrap .content .side .matter .item:not(:last-child) {
    margin: 0 0 19px 0;
  }
  .products .wrap .content .side .matter .item .hide .joke .list p{
    font-size: 13px;
  }
  .products .wrap .content .side .matter .item .hide .joke {
    margin: 8px 0 0 17px;
  }
  .products .wrap .content .right {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .products .wrap .content .right .top .all{
    font-size: 12px;
  }
  .products .wrap .content .right .top .pro_search {
    width: 68%;
    height: 40px;
    padding: 0 10px 0 0;
  }
  .products .wrap .content .right .top .pro_search input{
    padding: 0 0 0 10px;
    font-size: 12px;
  }
  .products .wrap .content .right .big .display{
    grid-template-columns: repeat(3,1fr);
    grid-gap: 15px;
    margin: 0 0 32px;
  }
  .products .wrap .content .right .big .display .item{
    height: auto;
    padding: 0 0 62px 0;
  }
  .products .wrap .content .right .big .display .item .text .pick p{
    font-size: 12px;
  }
  .products .wrap .content .right .big .display .item .text{
    padding: 0 5%;
  }
  .products .wrap {
    margin: 55px auto 42px;
  }
  .public_banner .nav a > div{
    width: 52px!important;
    height: 36px!important;
  }
  .products .wrap .content .right .big .display .item .text .pick img{
    width: 9px;
  }
  .products .wrap .content .side .matter .item .hide .joke .list .level_{
    display: none;
  }
  .products .wrap .content .side .matter .item .hide{
    display: none;
  }

  html[lang="en"] .products .wrap .content .right .top .pro_search input{
    font-size: 9px;
  }
}
/*# sourceMappingURL=products.css.map */