.product-banner {
  background: url(../images/product_banner.jpg) center no-repeat;
  height: 350px;
}
.product-banner .gm {
  height: inherit;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
}
.product-banner h2 {
  font-size: 40px;
  font-family: "SourceHanSansCN-Bold";
  margin-bottom: 15px;
}
.product-banner span {
  font-size: 20px;
  font-family: "SourceHanSansCN-Regular";
  text-transform: uppercase;
}
.product {
  padding: 85px 0;
}
.product .gm {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product_bt {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #61d2e3, #56aab7);
  padding: 25px 0;
}
.product_bt h1 {
  color: white;
  margin-bottom: 3px;
  font-size: 18px;
}
.product_bt span {
  color: white;
  font-size: 12px;
}
.product_bt img {
  margin-right: 15px;
}
.product_menu {
  box-sizing: border-box;
  border: 1px solid #cccccc;
  width: 20%;
}
.product_menu ul li {
  background: white;
  transition: 0.5s;
  border-bottom: 1px solid #9c9c9c;
}
.product_menu ul li a {
  display: flex;
  transition: 0.5s;
  justify-content: space-between;
  font-size: 16px;
  height: 60px;
  align-items: center;
  padding: 0 20px;
  color: black;
}
.product_menu ul li a em {
  font-style: normal;
  font-size: 26px;
}
.product_menu ul li:hover {
  background: #daa013;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.product_menu ul li:hover a {
  color: white;
}
.product header nav {
  text-align: center;
  background: white;
}
.product header ul li.on,
.product header ul li:hover {
  background-color: #daa013;
}
.product header ul li.on a,
.product header ul li:hover a {
  color: white;
}
.product_menu .mean-container .mean-nav {
  float: left;
  width: 100%;
  background: #f5f5f5;
}
.product_menu .mean-container .mean-nav ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block;
  background: #efefef;
}
.product_menu .mean-container .mean-nav ul li {
  position: relative;
  width: 100%;
  padding: 0;
}
.product_menu .mean-container .mean-nav ul li.on a,
.product_menu .mean-container .mean-nav ul li:hover a {
  color: white;
}
.product_menu .mean-container .mean-nav ul li a {
  color: #333;
  display: block;
  width: 90%;
  background: none;
  font-size: 16px;
  padding: 0 5%;
  height: 41px;
  line-height: 42px;
  margin: 0;
  /* border-top:1px solid #383838;border-top:1px solid rgba(173, 173, 173, .5); */
  text-decoration: none;
  text-transform: uppercase;
}
.product_menu .mean-container .mean-nav ul li a em {
  display: none;
}
.product_menu .mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 0 10%;
  height: 45px;
  line-height: 45px;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  filter: alpha(opacity=75);
  text-shadow: none !important;
  visibility: visible;
}
.product_menu .mean-container .mean-nav ul li li a.mean-expand {
  width: 15px;
  height: 40px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: 0 !important;
  border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important;
}
.product_menu .mean-container .mean-nav ul li.mean-last a {
  border-bottom: 0;
  margin-bottom: 0;
}
.product_menu .mean-container .mean-push {
  /* float:left; */
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}
.product_menu .mean-container .mean-bar,
.product_menu .mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.product_menu .mean-container .mean-bar {
  /* margin-top: 15px; */
  width: 100%;
  position: relative;
  background: #f5f5f5;
  height: 43px;
  z-index: 99;
}
.product_menu .mean-container .mean-bar div.fl {
  font-size: 14px;
  color: #000;
  line-height: 43px;
  padding-left: 2%;
}
.product_menu .mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 10px 24px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  white-space: nowrap;
}
.product_menu .mean-container a.meanmenu-reveal span {
  display: block;
  background: #000;
  height: 3px;
  margin-top: 3px;
}
.product_menu .mean-container .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}
.product_menu .mean-container .mean-remove {
  display: none !important;
}
.product_content {
  width: 73.75%;
}
.product_list ul {
  display: grid;
  grid-row-gap: 40px;
  justify-content: space-between;
  grid-template-columns: repeat(2, 46.372%);
}
.product_list ul li .text {
  padding: 30px 5%;
  background: url(../images/product-list-bg.jpg) center no-repeat;
  color: white;
  border-radius: 0 0 10px 10px;
}
.product_list ul li .text h3 {
  font-size: 24px;
}
.product_list ul li .text p {
  margin-top: 10px;
  font-size: 18px;
  font-weight: lighter;
}
.product_list ul li:hover .product_img img {
  transition: 0.5s;
  transform: scale(1.05);
}
.product_list ul li:hover .text {
  color: black;
}
.product_img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  line-height: 0;
}
.product_pagination {
  margin: 0 auto;
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  color: #b4b4b4;
}
.product_pagination .current {
  padding: 5px 8px;
  border: 1px solid #ccc;
  margin: 0 3px;
  border-radius: 5px;
}
.product_pagination a {
  padding: 5px 8px;
  margin: 0 3px;
  color: #b4b4b4;
}
@media screen and (max-width: 768px) {
  .product {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .product .gm {
    display: block;
    width: 100%;
  }
  .product_menu {
    width: 100%;
    padding: 0;
    border: none;
  }
  .product_menu ul li {
    border-radius: 0;
    margin-bottom: 0;
  }
  .product_menu ul li img {
    display: none;
  }
  .product_bt {
    display: none;
  }
  .product_content {
    width: 95%;
    margin: 0 auto;
  }
  .product_list ul li img {
    width: 100%;
  }
}
@media screen and (max-width: 520px) {
  .product-banner {
    background-size: auto 100%;
    height: 250px;
  }
  .product-banner h1 {
    font-size: 30px;
    padding-top: 35px;
  }
  .product-banner span {
    margin-bottom: 15px;
  }
  .product_list ul {
    grid-gap: 20px 1%;
    grid-template-columns: repeat(2, 49%);
    margin-top:30px;
  }
  .product_list ul li p {
    font-size: 16px;
    height: 42px;
  }
.product_list ul li .text p{ display:none; }
.product_list ul li .text h3{ font-size:16px; text-align:center; }
.product_list ul li .text{ padding:15px 0px; }
}
