.w10 {
  display: inline-block;
  width: 30px;
}
.map {
  width: 600px;
  height: 400px;
}
.customer .img-list {
  width: 70px;
  height: 110px;
  margin: 10px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .map {
    width: 100%;
    height: 300px;
  }
  .con-item {
    width: 100%;
  }
  .con-item .about-content .product {
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    box-shadow: 0 0 10px #ccc;
    border-radius: 0;
  }
  .con-item .news-left {
    display: block;
    width: 90%;
    margin: 0 auto;
    float: unset;
    height: auto;
  }
  .con-item .news-left .text {
    width: 100%;
  }
  .con-item .news-left .buttom-text {
    height: auto;
  }
  .con-item .news-left .buttom-text .more {
    margin-top: 40px;
  }
  .con-item .news-right {
    display: block;
    width: 90%;
    margin: 20px auto;
  }
  .con-item .news-content {
    height: 450px;
  }
  .con-item .news-content .left-jt,
  .con-item .news-content .right-jt {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    margin-top: 182.5px;
  }
  .con-item .news-content .left-jt img,
  .con-item .news-content .right-jt img {
    width: 80%;
    height: 100%;
  }
  .con-item .news-content .left-jt {
    margin-left: 10px;
    margin-right: 10px;
  }
  .con-item .news-content .right-jt {
    margin-right: 10px;
  }
  .con-item .news-content .news-border {
    border-radius: 0;
    height: 450px;
    width: calc(100% - 110px);
    box-shadow: 0 0 10px #ccc;
  }
  .con-item .news-content .news-border .left-img,
  .con-item .news-content .news-border .news-text {
    width: 100%;
    float: unset;
  }
  .con-item .news-content .news-border .left-img {
    height: 200px;
  }
  .con-item .news-content .news-border .left-img img {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  .con-item .news-content .news-border .news-text {
    width: calc(100% - 20px);
    border-radius: 0;
    padding: 10px;
  }
  .con-item .news-content .news-border .news-text .title {
    overflow: hidden;
  }
  .con-item .news-content .news-border .news-text .news-text-size {
    height: 150px;
  }
  .con-item .news-content .news-border .news-text .news-details {
    display: block;
    text-align: right;
  }
  .con-item .contact-us .layui-carousel {
    width: 100% !important;
  }
  .con-item .contact-us .right {
    display: block;
    float: unset;
    margin-top: 10px;
    width: 100%;
  }
  .con-item .customer {
    text-align: center;
    width: 90%;
    margin: 30px auto;
  }
  .con-item .customer .img-list {
    width: 70px;
    height: 110px;
    vertical-align: middle;
    margin: 5px;
  }
  .con-item .customer .img-list a {
    display: block;
    height: 80px;
    text-align: center;
    line-height: 80px;
  }
  .con-item .customer .img-list a img {
    max-width: 100%;
    max-height: 100%;
  }
  .con-item .customer .img-list .name {
    height: 30px;
  }
}
