/* 产品中心 */
.yp_product_area {
  display: flex;
  min-height: 400px;
  margin-bottom: 30px;
  min-width: 1380px;
  margin-top: 20px;
}
.yp_product_left {
  margin-right: 30px;
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
}
.yp_product_bigtitle {
  color: #555;
}
.yp_product_bigtitle_text {
  margin-left: 10px;
}
/* 多级菜单 */
.yp_product_nav {
  list-style: none;
  border: 1px solid #ccc;
}
.yp_product_nav_1 a {
  display: flex;
  justify-content: space-between;
  width: 250px;
  color: #333;
  padding: 10px 10px;
  box-sizing: border-box;
}
.yp_product_nav_3 {
  text-align: center;
}
.yp_product_nav_3 a {
  padding: 10px 10px;
  box-sizing: border-box;
}
.yp_product_nav_1 a:hover {
  background-color: #161618;
  color: #fff;
}
.yp_product_nav_1 li {
  position: relative;
  border-bottom: 1px solid #ddd;
}
.yp_product_nav_1,
.yp_product_nav_2,
.yp_product_nav_3 {
  background-color: #eee;
  border-radius: 5px;
  z-index: 88;
}
.li1:hover {
  background-color: #999;
}
.li2:hover {
  background-color: #bbb;
}
.li2{
display: flex;
}
.yp_product_nav_1 ul {
  position: absolute;
  left: 200px;
  top: 0px;
  display: none;
  border: 1px solid #ddd;
}
.li1:hover .yp_product_nav_2 {
  display: block;
}
.li2:hover .yp_product_nav_3 {
  display: block;
}
/* 多级菜单结束 */
.yp_product_bigtitle {
  font-weight: 600;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.li1{
  display: flex;
  justify-content: center;
}
i{
  padding-top:10px;
  color: skyblue;
}

.yp_product_right {
  flex: 1;
}
.yp_breadcrumb {
  display: flex;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.yp_breadcrumb_text {
  font-size: 14px;
  font-weight: 600;
  color: #999;
}
.breadcrumb {
  background-color: #fff;
  padding: 0;
  margin: 0;
}
.breadcrumb a {
  color: #999999;
  font-size: 14px;
  font-weight: 600;
}

.yp_product_list_box {
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}

.yp_product_list_box li{
  margin-bottom: 18px;
  max-width: 300px;
}
.yp_product_list_box li p{
  margin: 0px;
  margin-bottom: 3px;
  padding-left: 5px;
  font-size: 16px;
  color: #0f0f0f;
}
.yp_product_list_box li img{
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}

.yp_product_list_box a:hover p{
  color: #2D64B3;
}
.pro-contact {
  margin-top: 30px;
}
.pro-contact p {
  font-size: 14px;
  margin-bottom: 10px;
}
.pro-contact h6 {
  background-color: #cfc;
  padding: 10px 5px;
  border-radius: 5px;
  color: #333;
}
.pro-contact_phone {
  padding: 0 15px;
}
.pagination {
  justify-content: center;
  font-size: 14px;
}
.yp_small_nav {
  display: none;
}
/* 产品中心结束 */
/* 产品详情 */
.exzoom {
  display: flex;
  align-items: center;
  border-radius: 10px;
  margin-bottom: 15px;
}

.glassWrapper {
  width: 350px;
  height: 350px;
  line-height: 0;
  position: relative;
  border: 1px solid #eee;
  margin-right: 40px;
}

.smallImg {
  display: block;
  width: 350px;
  height: 350px;
}

.glass {
  position: absolute;
  width: 100px;
  height: 100px;
  background: #89cff0;
  opacity: 0.5;
  display: none;
  cursor: pointer;
}

.bigWrapper {
  position: relative;
  width: 350px;
  height: 350px;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.bigImg {
  width: 500px;
  display: none;
  position: absolute;
}

.yp_product_detail_params p {
  margin-bottom: 15px;
}
.yp_product_detail_title {
  font-weight: 600;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.exzoom_navs {
  max-width: 350px;
  display: flex;
  margin-bottom: 30px;
}
.exzoom_img_list {
  flex: 1;
  display: flex;
  margin: 0;
  padding: 0 10px;
}
.exzoom_img_item {
  width: 58px;
  height: 58px;
  border: 1px solid #eee;
  margin-right: 10px;
  cursor: pointer;
}
.exzoom_navs_active {
  border: 1px solid tomato;
}
.exzoom_img_item img {
  width: 100%;
  height: 100%;
}
.exzoom_btn {
  padding: 0 5px;
}
.yp_product_detailbox h4 {
  font-weight: 600;
}
.yp_product_detail_content {
  text-indent: 2em;
  font-size: 14px;
}
/* 产品详情结束 */

@media (max-width: 480px) {
  .yp_product_left {
    width: 126px;
    padding: 10px 0;
    margin-right: 10px;
    box-sizing: border-box;
  }
  .yp_small_nav {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    text-align: center;
    font-size: 12px;
  }
  .yp_small_nav_in {
    margin: 0;
    display: block;
  }
  .yp_product_bigtitle,
  .yp_product_nav_1,
  .yp_breadcrumb,
  .pro-contact {
    display: none;
  }
  .yp_product_area .yp_product_list_box .yp_product_item {
    width: 100px;
    height: 130px;
    margin-right: 12px;
    font-size: 12px;
  }
  .yp_product_area .yp_product_list_box .yp_product_item .yp_product_imgbox {
    width: 100px;
    height: 100px;
    margin-bottom: 5px;
  }
  .list-group-item {
    padding: 4px 5px;
    border: none;
  }
  .page-link {
    padding: 5px 8px;
  }

  .bigWrapper {
    display: none;
  }
  .glass {
    display: none;
  }
  .glassWrapper {
    width: 200px;
    height: 200px;
    margin-right: 0;
    margin: 0 auto;
  }
  .smallImg {
    width: 100%;
    height: 100%;
  }
  .exzoom_navs {
    width: 100%;
  }
  .exzoom_img_list {
    width: 100%;
    overflow-x: auto;
  }
  .exzoom_btn {
    padding: 0;
  }
}
