.products-yemian .head {
    height: 60px;
    background-color: rgba(240, 240, 240, 1);
  }
  .products-yemian .container {
    width: 85%;
  }
  .products-yemian .row {
    display: flex;
    margin-top: 40px;
  }
  .products-yemian .products-leul {
    width: 20%;
    height: 280px;
    margin-right: 40px;
  }
  
  .products-yemian .swiper {
    width: 70%;
    height: 100%;
  }

  .products-yemian .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .products-yemian .swiper-slide img {
    display: block;
    width: 99% !important;
    height: 100%;
    object-fit: cover;
  }
  .products-yemian .mySwiper2 {
    position: relative;
    height: 80%;
    width: 30%;
    margin: 0px;
  }
  .products-yemian .products-intr {
    margin-left: 22%;
    padding-top: 50px;
  }
  .products-yemian .products-intr .intr-title {
    width: 190px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #3884c0;
    color: #fff;
    font-size: 16px;
  }
  .products-yemian .products-intr .intr-contant {
    padding-top: 20px;
    height: 700px;
    font-size: 18px;
    line-height: 35px;
  }
  .products-yemian .products-intr .intr-contant span {
    font-size: 18px;
    font-weight: 600;
  }
  .products-yemian .mySwiper {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
  }

  .products-yemian .mySwiper .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
  }

  .products-yemian .mySwiper .swiper-slide-thumb-active {
    opacity: 1;
  }
  .products-yemian .swiper-button-next, .swiper-button-prev{
    top: 92%;
  }
  .products-yemian .container .products-xq {
    margin-left: 40px;
  }
  .products-yemian .container .products-xq .xq-title {
    font-size: 25px;
    height: 60px;
    border-bottom: 1px solid #ccc;
    line-height: 60px;
    font-weight: 600;
  }
  .products-yemian .container .products-xq .xq-contant {
    margin-top: 20px;
    font-size: 18px;
  }