.product .container .pro-container {
    overflow: hidden;
    padding-bottom: 10px;
  }
  .product .container .pro-container ul li {
    width: 282px;
    height: 350px;
    margin-right: 18px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.25);
  }
  .product .container .pro-container ul li a {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .product .container .pro-container ul li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .product .container .pro-container ul li a .name {
    opacity: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 18px;
    background: #ffffff;
    color: #000000;
    height: 70px;
    text-align: center;
    line-height: 70px;
    transition: 0.5s;
    padding: 0 10px;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product .container .pro-container ul li a:hover .name {
    opacity: 1;
  }
  .product .container .pro-container ul li:last-of-type {
    margin-right: 0;
  }
  .news .container .list li {
    width: 45%;
    height: 240px;
    border: 1px solid #000000;
    box-sizing: border-box;
    margin-bottom: 5%;
  }
  .news .container .list li a {
    width: 100%;
    height: 100%;
  }
  .news .container .list li a .top {
    width: 100%;
    height: 75px;
    background: #ffffff;
    padding-left: 9%;
    padding-right: 4%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #000000;
  }
  .news .container .list li a .top .time {
    display: flex;
    flex-direction: column;
  }
  .news .container .list li a .top .time span:nth-of-type(1) {
    font-size: 28px;
  }
  .news .container .list li a .top .time span:nth-of-type(2) {
    font-size: 14px;
  }
  .news .container .list li a .top .icon {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #000000;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
  }
  .news .container .list li a .top .icon:hover {
    background-color: #5f8935;
    color: #ffffff;
  }
  .news .container .list li a .bottom 
  {
    width: 100%;
    height: 163px;
    background: #ffffff;
    padding-left: 9%;
    padding-right: 4%;
    box-sizing: border-box;
    color: #000000;
  }
  .news .container .list li a .bottom .title {
    font-size: 16px;
    padding-top: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:bold
  }
  .news .container .list li a .bottom .title:hover {
    color: #99cc33;
  }
  .news .container .list li a .bottom .desc {
    font-size: 14px;
    line-height: 28px;
    margin-top: 25px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .join .container .list li {
    width: 31%;
    padding: 5%;
    background: #ffffff;
    border-radius: 25px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ffffff;
  }
  .join .container .list li:hover {
    border-color: #e50014;
    box-shadow: 0 8px 15px rgba(255, 144, 0, 0.24);
  }
  .join .container .list li:hover .icon {
    text-shadow: none;
    color: #ff9000;
  }
  .join .container .list li .icon {
    font-size: 88px;
    text-shadow: #000 1px 0 0, #000 0 1px 0, #000 -1px 0 0, #000 0 -1px 0;
    color: #ffffff;
  }
  .join .container .list li .title {
    font-size: 30px;
    color: #333333;
    margin-top: 4%;
  }
  .join .container .list li .line {
    width: 36px;
    height: 2px;
    background: #a0a0a0;
    margin: 10px auto;
  }
  .join .container .list li .desc {
    font-size: 16px;
    line-height: 30px;
    color: #666666;
    text-align: left;
  }
  .store .container .list {
    padding: 0 80px;
  }
  .store .container .list li {
    width: 49%;
    float: left;
    font-size: 0;
    border-radius: 10px;
    overflow: hidden;
  }
  .store .container .list li a {
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-bottom: 62%;
  }
  .store .container .list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    transition: 0.5s;
  }
  .store .container .list li:nth-of-type(1) {
    margin-right: 2%;
  }
  .store .container .list li:nth-of-type(1) a {
    padding-bottom: 130%;
  }
  .store .container .list li:nth-of-type(2) {
    margin-bottom: 3%;
  }
  .store .container .list li:hover img {
    transform: scale(1.25);
  }
  .contact .container form {
    background-color: #f3eece;
    padding: 4% 7%;
    box-sizing: border-box;
  }
  .contact .container form > p {
    color: #333333;
    text-align: center;
  }
  .contact .container form > p > span {
    color: #ffffff;
  }
  .contact .container form > p:nth-of-type(1) {
    font-size: 20px;
  }
  .contact .container form > p:nth-of-type(1) > span {
    font-size: 30px;
    margin: 0 5px;
  }
  .contact .container form > p:nth-of-type(2) {
    font-size: 14px;
    margin-top: 5px;
  }
  .contact .container form > p:nth-of-type(2) > span {
    font-size: 18px;
  }
  .contact .container form .box {
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contact .container form .box > div {
    width: 49%;
  }
  .contact .container form .box .info-item {
    background-color: #ffffff;
    height: 40px;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    padding: 0 25px;
    box-sizing: border-box;
    position: relative;
  }
  .contact .container form .box .info-item:nth-of-type(3) {
    margin-bottom: 0;
  }
  .contact .container form .box .info-item label {
    flex-shrink: 0;
    font-size: 14px;
    color: #707070;
  }
  .contact .container form .box .info-item label em {
    margin-right: 2px;
    color: #e50014;
  }
  .contact .container form .box .info-item input {
    flex: 1 1;
    height: 100%;
    border: none;
    font-size: 14px;
    color: #707070;
  }
  .contact .container form .box .info-item label.error {
    position: absolute;
    left: 0;
    bottom: -18px;
    color: #ff0000;
  }
  .contact .container form .box .content .info-item {
    height: 100%;
    margin-bottom: 0;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
    box-sizing: border-box;
  }
  .contact .container form .box .content .info-item textarea {
    height: 100%;
    flex: 1 1;
    border: none;
    font-size: 14px;
    color: #707070;
  }
  .contact .container form .submit-btn {
    display: block;
    width: 160px;
    height: 36px;
    background-color: #e50014;
    font-size: 16px;
    color: #ffffff;
    margin: 0 auto;
    margin-top: 5%;
    border: none;
    cursor: pointer;
    font-weight: bold;
  }
  .contact .container form .submit-btn:hover {
    background-color: #ff9000;
    color: #fff;
  }
  .contact .container form .submit-btn:active {
    color: #e50014;
  }
  @media (max-width: 991px) {
    .join .container .list li {
      padding: 2%;
    }
  }
  @media (max-width: 767px) {
    .product .container .pro-container ul li {
      width: 242px;
      height: 300px;
      margin-right: 35px;
    }
    .news .container .list li {
      width: 100%;
    }
    .news .container .list li:last-of-type {
      margin-bottom: 0;
    }
    .join .container .list li {
      width: 100%;
      margin-bottom: 5%;
      padding: 3%;
    }
    .join .container .list li:last-of-type {
      margin-bottom: 0;
    }
    .store .container .list {
      padding: 0;
    }
    .store .container .list li:nth-of-type(2) {
      margin-bottom: 0;
    }
    .store .container .list li:nth-of-type(2) a {
      padding-bottom: 130%;
    }
    .store .container .list li:nth-of-type(3) {
      display: none;
    }
    .contact .container form .box > div {
      width: 100%;
    }
    .contact .container form .box .info-item:nth-of-type(3) {
      margin-bottom: 22px;
    }
    .contact .container form .box .content .info-item {
      height: 150px;
    }
  }
  @media (max-width: 575px) {
    .product .container .pro-container ul li {
      width: 180px;
      height: 220px;
      margin-right: 20px;
    }
    .contact .container form > p:nth-of-type(1) {
      font-size: 14px;
    }
    .contact .container form > p:nth-of-type(1) span {
      font-size: 22px;
    }
    .contact .container form > p:nth-of-type(2) {
      font-size: 12px;
    }
    .contact .container form > p:nth-of-type(2) span {
      font-size: 16px;
    }
  }
  