.news .right ul li {
  height: 7.3333vh;
}
.news .right ul li .n1 {
  width: 120px;
}
.news .right ul li .n1 span {
  font-size: 2rem;
}
.news .right ul li .n2 {
  width: calc(100% - 120px);
}
.news .right ul li .n2 p {
  display: none;
}
.news .right ul li .n2 h1 a {
  line-height: 5.3333vh;
}
.navbar-collapse.in {
  overflow-y: unset;
}
.about_info1 {
  margin-top: 3rem;
}
@media (max-width: 1200px) {
  #container {
    width: 992px;
  }
  .left {
    width: 183px;
  }
  .right {
    width: 803px;
  }
  ul.productlist li {
    float: left;
    margin-left: 1%;
    margin-right: 1%;
    width: 31.333%;
  }
  ul.productlist li a.img img {
    width: 100%;
    height: auto;
  }
  ul.sort li a {
    width: 100%;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (max-width: 992px) {
  #container {
    width: 100%;
  }
  .left {
    width: 100%;
  }
  .right {
    width: 100%;
  }
  .n_contact,
  .news_list {
    display: none;
  }
  .right .content .content_right {
    width: 100%;
  }
  .base .content .sort li {
    width: 50%;
    float: left;
  }
  .base .content .sort li .twolevel {
    display: none;
  }
}
@media (max-width: 768px) {
  img.small {
    width: 100%;
    height: auto;
  }
  .right .content .content_left {
    width: 100%;
  }
  .right .content .content_left .img {
    width: 100%;
    height: auto;
  }
  .img_hd {
    width: 100%;
  }
  ul.listsort li a {
    width: 70%;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  ul.listsort li span {
    position: absolute;
    right: 10px;
    top: -4px;
  }
  .kf {
    display: none;
  }
  ul.productlist li {
    width: 48%;
  }
  ul.productlist li > div {
    margin-left: 0 !important;
  }
  ul.productlist li > div h3 a {
    width: 72%;
    white-space: nowrap;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  ul.productlist li h3 {
    text-align: center;
  }
  /* 留言 */
  form.meassage {
    margin: 0 10px;
  }
  form.meassage input {
    padding: 0;
  }
  .meassage .tablemark tbody tr {
    display: flex;
    justify-content: center;
  }
  .meassage .tablemark tbody tr td:first-child {
    width: 70px;
  }
  .meassage .tablemark tbody tr td {
    width: 250px;
  }
  .meassage .tablemark tbody tr td textarea {
    width: 212px;
    height: 40px;
    padding: 0;
  }
  .cont2 .cc li h1 {
    display: none;
  }
  .right .content .changfang img {
    width: 100% !important;
    height: auto !important;
  }
  .right .content .changfang tbody tr td img {
    height: auto !important;
  }
  .right_title h3 {
    display: none;
  }
  .about_info1 {
    margin-top: -20px;
  }
}
@media (max-width: 600px) {
  .news .right ul li {
    height: unset;
    min-height: 20px;
  }
  .news .right ul li .n1 span {
    font-size: 12px;
    line-height: 20px;
  }
  .news .right ul li .n1 {
    float: right;
  }
  .news .right ul li .n2 h1 a {
    line-height: 20px;
    font-size: 12px;
  }
  .news .left .text2 p {
    color: #333;
    font-size: 12px;
    line-height: 20px;
  }
}
