.container {
  width: 87.5%;
  margin: 0 auto;
}
/* #footer{
  background-color: #1d1d1d;
}
.footer{
  padding: 30px 23px;
  box-sizing: border-box;
}
.footer > .head {
  padding: 24px 0;
  border-bottom: 2px solid #666;
  margin-bottom: 30px;
}
.footer > .head .name{
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #fff;
}
.footer > .head .en {
  font-size: 16px;
  line-height: 26px;
  color: #fff;
}

.footer > .box{
  display: flex;
}
.footer > .box > .left {
  max-width: 300px;
  margin-right: 10%;
}

.footer .contact {
  display: flex;
  align-items: stretch;
  color: #fff;
  margin-bottom: 6px;
}
.footer .contact > .left {
  width: 60px;
  height: 60px;
}
.footer .contact .iconfont {
  font-size: 50px;
  color: inherit;
}
.footer .contact > .right {
  flex: 1;
  font-size: 30px;
  line-height: 36px;
  color: inherit;
}

.footer .service{
  display: inline-block;
  line-height: 36px;
  height: 36px;
  padding: 0 4px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 18px;
  color: #fff;
  border-radius: 20px;
  border: 1px solid #666;
}
.foot-list > .item > .name{
  display: block;
  margin-bottom: 20px;
  color: #909090;
}
.foot-list > .item > .fold > .item {
  margin-bottom: 12px;
}
.footer .qrcode{
  margin-top: 40px;
}
.footer .qrcode img{
  max-height: 120px;
  margin-left: 10%;
}
.footer > .box > .right {
  flex: 1;
}
.foot-list {
  display: flex;
  flex: 1;
  flex-wrap: nowrap;
  justify-content: space-between;
  font-size: 18px;
  line-height: 26px;
}
.foot-list > .item{
  max-width: 184px;
}
.foot-list * {
  font-size: inherit;
}
.footer .foot {
  text-align: center;
  margin-top: 50px;
  color: #666666;
} */

.banner {
  height: 4.7rem;
}
.banner .box {
  position: absolute;
  right: 0;
  /*top: 60%;*/
  bottom: 20%;
  padding: 15px 6%;
  margin: auto;
  box-sizing: border-box;
}
.banner .swiper-slide{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  color: white;
}

.banner .title {
  font-size: 40px;
  margin-top: 50px;
  line-height: 100px;
  color: inherit;
  letter-spacing: 2px;
  font-weight: 500;
  text-align: right;
}

.banner h5{
  color: inherit;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 1px;
  font-weight: 500;
  text-align: right;
}

.title_line {
  position: relative;
  font-size: 24px;
  line-height: 42px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  height: 42px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.title_line:after {
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
  content: ' ';
  height: 2px;
  width: 72px;
  background-color: #01519a;
}

.about {
  position: relative;
  z-index: 3;
}
.about > .item {
  position: relative;
  display: flex;
  width: 50%;
  float: left;
  flex-wrap: wrap;
  padding: 40px;
  padding-bottom: 15px;
  box-sizing: border-box;
  height: 557px;
  overflow: scroll;
  background-color: white;
  background-size: cover;
  background-position: center center;
}
.about > .item:first-child {
  position: relative;
  top: -86px;
  height: 643px;
  margin-bottom: -86px;
}
.about > .item:nth-child(3n){
  float: right;
}
.about > .item > .title{

}

.aptitude {
  margin: 60px 0;
  padding: 0 23px;
  box-sizing: border-box;
}

.aptitude-box{
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  white-space: nowrap;
  overflow: scroll;
}

.aptitude-box > .item{
  float: left;
  min-width: 120px;
  margin-right: 15px;
}

.block-brand {
  background-image: url("../images/brand-bg.jpg");
  background-repeat: repeat-y;
  background-position: center center;
  background-size: 1920px;
}
.brand {
  padding: 50px 23px;
  box-sizing: border-box;
}
.brand > .title_line{
  color: white;
}
.brand > .title_line:after{
  background-color: white;
}
.brand-box {
  /*display: flex;*/
  flex-wrap: wrap;
  justify-content: space-between;
}
.brand-box > .item{
  float: left;
  width: 19%;
  margin-bottom: 18px;
  margin-right: 1.25%;
}
.brand-box > .item:nth-child(5n) {
  margin-right: 0;
}
.brand-box img{
  width: 100%;
}

.collaboration{

}

.media-box{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: stretch;
  align-items: stretch;
}

.media-box .box_hd{
  margin-right: .8em;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
}
.media-box .box_bd{
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  min-width: 0;
}

.media-box .box_title{
  font-weight: 400;
  font-size: 17px;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  word-wrap: break-word;
  word-break: break-all;
  color: white;
}
.media-box .box_desc{
  color: #808080;
  font-size: 13px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.collaboration {
  display: flex;
  height: 256px;
  background-image: url("../images/service.jpg");
  background-size: 1920px;
}

.collaboration-box{
  display: flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: space-between;
  padding: 0 23px;
  box-sizing: border-box;
}

.collaboration-box .avatar {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  background-color: #43a4ee;
  color: white;
}
.collaboration-box .avatar .iconfont{
  color: white;
  font-size: 28px;
}
.collaboration-box .media-box .box_title {
  color: white;
  margin-bottom: 16px;
}
.collaboration-box .media-box .box_desc {
  color: #939393;
  max-width: 243px;
  line-height: 26px;
}

/* 工程服务 */
.product-boxs::after{content:" ";clear: both;height: 2px;display: block;margin-bottom: 70px;}
.product-boxs .left-box{
  width:20%;float: left;
}
.product-boxs .right-box{width:78%;float: right;}
.menu-list {
  box-shadow: 0 2px 4px #ccc;
  border-left:8px solid #e5e5e5;
  padding: 0 15px;
}
.menu-list-box{
  text-align: center;
  
}
.menu-list-box > .item {
  position: relative;
  display: block;
  /* max-width: 200px; */
  padding: 0 15px;
  /*line-height: 72px;*/
  display: flex;
  align-items: center;
  height: 72px;
  padding-left: 20px;
  text-align: left;
  font-size: 18px;
}
.menu-list-box > .item.active{
    color: #01519a;
}
.menu-list-box > .item:after{
  position: absolute;
  content: ' ';
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background-color: #e5e5e5;
}
.menu-list-box > .item:last-child:after {
  content: '';
  display: none;
}
.product-head {
  padding: 20px 0;
}
.product-head .crumbs{
  margin: 0;
}
.crumbs-box {
  overflow: hidden;
}
.crumbs {
  margin: 28px 0;
}
.crumbs > .item {
  position: relative;
  display: inline-block;
}
.crumbs > .iconfont{
  color: #919191;
}
.crumbs > .item:after {

}
.product-box {
  /*padding: 0 23px;*/
  padding: 50px 0;
  box-sizing: border-box;
}
.product-box > .title {
  color: #555;
  font-weight: bold;
  font-size: 24px;
  line-height: 42px;
  text-align: center;
}

.page-title{
  position: relative;
  font-size: 24px;
  color: #555555;
  text-indent: 20px;
  margin: 60px 0;
}
.page-title:after {
  position: absolute;
  content: '';
  left: 0;
  width: 10px;
  background: #01519a;
  height: 75%;
  top: 12.5%;
  bottom: 12.5%;
  margin: auto;
}
.left-box .page-title{
  position: relative;
  font-size: 48px;
  color: #fff;
  text-indent: 20px;
  padding:60px 0;
  background: #01519a;
  margin: auto;
  text-align: center;
}
.left-box .page-title:after {
  position: absolute;
  content: '';
  left: 0;
  width: 10px;
  background: #01519a;
  height: 75%;
  top: 12.5%;
  bottom: 12.5%;
  margin: auto;
}


.case-title {
  margin: 20px 0;
}
.product-list {
  display: flex;
  flex-wrap: wrap;
  /*justify-content: space-between;*/
  padding-bottom: 20px;
  box-sizing: border-box;
}
.product-list > .item {
  width: 22%;
  /*height: 4.45rem;*/
  margin-right: 4%;
  overflow: hidden;
  margin-bottom: 15px;
  text-align: center;
  box-shadow: 0 0 2px #ededed;
  border: 1px solid #ddd;
}
.product-list > .item:hover {
  border-color: #01519a;
}
.product-list > .item:nth-child(4n){
  margin-right: 0;
}
.product-list > .item img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  max-height: 100%;
}
.product-list > .item > .img {
  position: relative;
  display: block;
  height: 220px;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s;
  overflow: hidden;
}
.product-list > .item > .img:hover {
  transform: scale(1.01);
  /* transform: translate3d(10px, -10px,0); */
  /* box-shadow: 2px 1px 4px #ccc; */
}
.product-list > .item:nth-child(4n){
  margin-right: 0;
}
.product-list > .item > .name{
  text-align: center;
  text-align: left;
  font-size: 18px;
  line-height: 32px;
  color: #333;
  font-weight: 600;
  width: 80%;
  padding: 10px 0;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*text-indent: 2em;*/
}
.product-list > .item  .link{
  display: block;
  text-align: center;
  line-height: 30px;
  height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.product-list-other{

}
.product-list-other > .item {
  position: relative;
  float: left;
  width: 33.33%;
  height: 318px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.product-list-other > .item > .bg {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.4);
  transform: translate3d(0,-100%,0);
  transition: all 0.3s;
}
.product-list-other > .item:hover .bg {
  transform: translate3d(0,0,0);
}
.product-list-other > .item .name {
  font-size: 20px;
  color: white;
  text-align: center;
  width: 100%;
}
.product-list-other > .item .link {
  font-size: 18px;
  line-height: 36px;
  padding: 0 22px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: white;
  background-color: #01519a;
}
.product-title {
  font-size: 26px;
  color: #333333;
  font-weight: bold;
}
.product-info {

}
.product-info-box {
  padding: 0 23px;
  box-sizing: border-box;
}
.product-info-head {
  padding: 40px 92px;
  box-sizing: border-box;
}
.product-info-head > .left, .product-info-head > .right{
  float: left;
  width: 50%;
}
.product-info-head > .right {
  padding: 5%;
  box-sizing: border-box;
}
.product-info-head > .left img{
  width: 80%;
}
.product-head-box{
  /*padding: 0px 60px;*/
  box-sizing: border-box;
}
.product-head-box > .title{
  color: #000000;
  font-size: 30px;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-head-box > .subtitle{
  color: #484848;
  font-size: 30px;
  line-height: 60px;
  font-weight: 500;
  margin-bottom: 10px;
  border-bottom: 1px solid #e0e0e0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-head-box > .describe{
  display: -webkit-box;
  font-size: 18px;
  line-height: 24px;
  color: #666;
  letter-spacing: 1px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  /*-webkit-line-clamp: 3;*/
}
.product-article {
  margin-bottom: 15px;
}
.product-info-head-other, .product-article {
  /*padding: 0 92px;*/
  box-sizing: border-box;
}
.product-info-head-other > .left{
  float: left;
  width: 65%;
  padding: 0 60px;
  box-sizing: border-box;
}
.product-info-head-other > .right {
  float: left;
  text-align: left;
  width: 35%;
  box-sizing: border-box;
}
.product-info-head-other .describe{
  font-size: 14px;
  line-height: 30px;
  color: #555;
  font-weight: 500;
}
/* 工程服务 */

/* 空调维保*/
.after_safe-box {
  padding: 0 23px;
  box-sizing: border-box;
}
.after_safe-box > .title{
  font-size: 24px;
  line-height: 42px;
  color: #555555;
  margin: 20px 0;
  font-weight: bold;
  letter-spacing: 2px;
}
.float-item{
  width: 48%;
  float: left;
  margin: 15px 1%;
}
.float-item > .item {
  background: #f7f8fb;
  margin-bottom: 15px;
  padding: 18px 30px;
  box-sizing: border-box;
}
/* 空调维保 */

/* 新闻资讯*/
.news-list > .item {
  border-bottom: 1px solid #e4e4e4;
  padding: 40px 150px;
  box-sizing: border-box;
}
.news-list > .item > .left {
  float: left;
  width: 280px;
  margin-right: 65px;
  margin-bottom: 0px;
}
.news-list .news-title{
  font-size: 22px;
  line-height: 40px;
  font-weight: bold;
  color: #333333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list .time{
  display: inline-block;
  font-size: 14px;
  vertical-align: baseline;
  text-indent: 4em;
  font-weight: 500;
  line-height: 32px;
  transition: padding 0.3s;
}
.news-list .text {
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 72px;
  font-weight: 500;
}
.news-list .look{
  position: relative;
  display: inline-block;
  line-height: 36px;
  height: 36px;
  width: 142px;
  background-color: white;
  text-indent: 1em;
  margin-top: 30px;
  color: #666;
  box-shadow: 0 0 2px #e8e8e8;
  transition: background 0.3s;
}
.news-list .look:hover{
  background-color: #01519a;
  color: white;
}
.news-list .look > span{
  position: absolute;
  right: 0;
  width: 40px;
  height: 100%;
  line-height: 36px;
  text-align: center;
  text-indent: 0;
  background-color: #01519a;
  color: white;
}

.article {
  width: 1140px;
  margin: 30px auto;
}
.article-title{
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
}
.article-title > .title{
  font-size: 24px;
  line-height: 32px;
  color: #333333;
}
.article-title > .subtitle{
  font-size: 14px;
  line-height: 32px;
  color: #666666;
}

/* 新闻资讯 */

/* 联系我们 */
.contact-box{
  padding: 40px 23px;
  box-sizing: border-box;
}
.contact-box > .title{
  font-size: 24px;
  line-height: 42px;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact-box-form > .left,.contact-box-form > .right {
    float: left;
    width: 50%;
}
.contact-box-form > .right{
  padding: 26px 0;
  padding-left: 44px;
  box-sizing: border-box;
}
.contact-text {
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 20px;
}
.contact-box .qrcode {
  margin: 43px 0;
  max-width: 180px;
}
.contact-input > input{
  float: right;
  display: inline;
  width: 46%;
  box-sizing: border-box;
}
.contact-input > input:first-child{
  margin-right: 6%;
  float: left;
}
.maps {
  margin: 50px 0;
}
.maps-box {
  padding: 0 23px;
  box-sizing: border-box;
}
#maps {
  height: 430px;
}
/* 联系我们 */
@media (max-width: 1500px) {
  .container{
    width: 1200px;
  }
  .news-list > .item {
    padding: 40px 5%;
  }
}
@media (max-width: 1366px) {
  .container{
    width: 90%;
  }
  .foot-list {
    flex-wrap: wrap;
  }
  .foot-list > .item{
    margin-right: 4px;
    margin-left: 4px;
  }
  /* .footer > .box > .left{
    margin-right: 15px;
  } */
  .news-list > .item {
    padding: 30px 4%;
  }
  .news-list > .item > .left{
    margin-right: 5%;
  }
  .article {
    width: 90%;
  }
  .product-list > .item{
    height: 5.6rem;
  }
  .product-list > .item > .img {
    height: 4rem;
  }
}

@media (max-width: 1040px) {
  /* .footer > .box{
    flex-wrap: wrap;
  }
  .footer > .box > .left,  .footer > .box > .right{
    flex: 0 0 100%;
  }
  .footer > .box > .left{
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 100%;
    margin: 15px 0;
  }
  .footer .contact{
    flex: 0 0 300px;
  }
  .footer .qrcode{
    margin-top: 0;
  } */
  .banner{
    min-width: auto;
  }
  .product-info-head{
    padding: 30px 0;
  }
  .product-head-box{
    padding: 0 5%;
  }
  .product-info-head-other{
    padding: 0 4%;
  }
}

@media (max-width: 768px) {
  .container{
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .banner {
    /*height: auto;*/
    min-height: 200px;
  }
  .banner .box{
    bottom: 15px;
  }
  .banner .title{
    font-size: 36px;
    line-height: 1.8;
  }
  .banner h5{
    font-size: 20px;
    line-height: 1.5;
  }
  .banner .box{
    padding: 15px 20px;
    box-sizing: border-box;
  }
  /* .footer > .box{
    flex-wrap: wrap;
  }
  .footer > .box > .left{
    flex: 0 0 100%;
    text-align: center;
  }
  .footer .qrcode{
    margin: 15px auto;
  }
  .footer .qrcode img{
    margin: 0 auto;
  }
  .footer > .box > .left {
    display: block;
  }
  .footer > .box > .right {
    flex: 0 0 100%;
  }
  .footer > .box > .left > div {
    margin-top: 10px;
  }
  .footer > .box > .left > div:first-child{
    margin-top: 0;
  }
  .footer .contact{
    max-width: 300px;
    margin: 0 auto;
  } */

  .about > .item {
    float: none;
    padding: 10px 0;
    min-height: 300px;
    width: 100%;
    top: 0;
    overflow: unset;
    height: auto;
    margin-bottom: 15px;
  }
  .about > .item:first-child {
    top: 0;
    margin-bottom: 0;
    height: auto;
  }
  .about > .item:nth-child(3n){
    float: none;
  }
  .aptitude {
    padding: 0;
  }
  .brand-box > .item{
    width: 32%;
    margin-right: 2%;
  }
  .brand-box > .item:nth-child(5n) {
    margin-right: 2%;
  }
  .brand-box > .item:nth-child(3n){
    margin-right: 0;
  }
  .collaboration{
    height: auto;
    padding: 30px 0;
  }
  .collaboration-box {
    flex-wrap: wrap;
  }
  .collaboration-box > .item{
    width: 100%;
    flex: 0 0 100%;
    margin-top: 15px;
  }
  .collaboration-box > .item:first-child {
    margin-top: 0;
  }
  .collaboration-box .media-box .box_title{
    margin-bottom: 10px;
  }
.product-boxs .left-box{
  display: block;
  float: none;
  width: 100%;
}
.product-boxs .right-box{
  display: block;
  float: none;
  width: 100%;
}
.left-box .page-title{
  display: block;
  float: none;
  padding: 10px 0;
  background: #fff;
  color: #01519a;
  font-size: 20px;
  width: 100%;
  text-align: left;
}
.left-box .menu-list{
  box-shadow: none;
  border-left: none;
  padding: 0;
}
.product-box{padding: 20px 0;}
  .product-list > .item {
    width: 48%;
    height: 8rem;
    overflow-y: hidden;
    border-color: #e6e6e6;
    margin-right: 4%;
  }
  .product-list > .item:nth-child(2n) {
    margin-right: 0;
  }
  .pagination{
    margin:0;
  }
  /* .product-list > .item:nth-child(3n){
    margin-right: 0;
  } */

  .product-list > .item > .img {
    height: 60%;
  }
  .product-list > .item > .name {
    line-height: 32px;
    width: 94%;
  }
  .product-head-box > .describe {
    -webkit-line-clamp: 3;
  }
  .menu-list-box {
    text-align: left;

  }
  .menu-list-box::after{
    content: " ";
    display: block;
    height: 2px;
    width: 100%;
    clear: both;
    
  }
  .menu-list-box > .item {
    width: 32%;
    float: left;
    margin-right: 1.9%;
    line-height: 32px;
    height: 32px;
    display: inline-block;
    font-size: 14px;
    background: #eee;
    padding: 0;
    text-align: center;
    margin-bottom: 8px;
    color: rgb(102, 102, 102);;
  }
  .menu-list-box > .item:nth-child(3n){
    margin-right: 0;
  }
  .menu-list-box > .item:after{
    content: none;
  }
  .product-list-other > .item {
    width: 50%;
  }
  .news-list > .item > .left{
    width: 20%;
    min-width: 150px;
    margin-bottom: 20px;
  }
  .news-list .look{
    margin-top: 15px;
  }
  .contact-box-form > .left,.contact-box-form > .right {
    float: none;
    width: 100%;
  }
  .contact-box-form > .left{
    text-align: center;
  }
  .contact-box-form > .left .qrcode{
    margin: 0 auto;
  }
  .contact-box-form > .right{
    padding-left: 0;
  }
  .product-info-head > .left{
    width: 40%;
  }
  .product-info-head > .left img {
    width: 80%;
  }
  .product-info-head > .right{
    width: 60%;
  }
  .product-info-head-other{
    padding: 0;
  }
  .product-info-head-other > .left{
    width: 55%;
    padding: 0 4%;
  }
  .product-info-head-other > .right {
    width: 45%;
  }
  .product-info-head-other .describe{
    display: inline-block;
    margin-right: 10px;
    border-bottom: 1px solid #c1c1c1;
    line-height: 26px;
  }
  .article {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .article > .article-content{
    padding: 0;
  }
  .float-item {
    width: 100%;
    margin: 15px 0;
  }
}
@media (max-width: 512px) {
  .container {
    padding: 0 8px;
  }

  .brand-box > .item{
    width: 49%;
    margin-bottom: 12px;
  }
  .brand-box > .item:nth-child(3n){
    margin-right: 2%;
  }
  .brand-box > .item:nth-child(2n) {
    margin-right: 0;
  }

  /* .foot-list > .item {
    width: 48%;
    flex: 0 0 48%;
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  } */
  .news-list > .item{
    display: flex;
    padding: 24px 3%;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .news-list > .item > .left{
    flex: 0 0 16%;
    min-width: 100px;
  }
  .news-list > .item > .right {
    flex: 1;
    overflow: hidden;
  }
  .news-list .news-title{
    font-size: 18px;
  }
  .news-list .text{
    font-size: 14px;
  }
  .product-info-head-other > .left {
    margin-bottom: 15px;
  }
  .product-info-head-other > .left,.product-info-head-other > .right {
    float: none;
    width: 100%;
    padding: 0 4%;
  }
}

@media (max-width: 460px) {
  /* .foot-list > .item{
    max-width: inherit;
  } */
  .product-head-box > .title{
    font-size: 32px;
    line-height: 42px;
  }
  .product-head-box > .subtitle {
    font-size: 24px;
    line-height: 42px;
  }
  .product-head-box > .describe{
    font-size: 14px;
  }
  .product-info-head-other > .left,.product-info-head-other > .right {
    padding: 0;
  }
}

@media (max-width: 380px){
  .product-list > .item{
    width: 49%;
    height: 240px;
  }
  .product-list > .item:nth-child(3n) {
    margin-right: 2%;
  }
  .product-list > .item:nth-child(2n){
    margin-right: 0;
  }
  .product-list > .item > .name {
    line-height: 20px;
  }
  .product-list > .item > .img {
    height: 70%;
  }
  .product-list-other > .item {
    width: 100%;
  }
  .product-info-head > .left{
    width: 30%;
  }
  .product-info-head > .left img {
    width: 100%;
  }
  .product-info-head > .right{
    width: 70%;
  }
}