@media(max-width:768px) {
  .header {
    text-align: center;
  }
  .about {
    margin-bottom: 15px;
  }
  .pro-img {
    height: 100px;
  }
  .pro-img img {
    max-height: 100px;
  }
  .pro-name {
    padding: 0;
    line-height: 36px;
  }
  .style{
    padding: 0;
  }
  .clearfix-xs{
    clear: both;
    margin: 10px 0;
    overflow: hidden;
  }
  .copy-right{
    text-align: center;
  }
  .copy-right .text-right{
    text-align: center;
  }
  .footer-right{
    border:none;
  }
  .img-news-dsc {
    -webkit-line-clamp: 1;
  }
  .about-name {
    font-size: 16px;
    position: absolute;
    top: 50%;
    width: 100%;
    left: 0;
    z-index: 9;
    margin-top: -22px;
}
.about{
	padding:5px;
}
.margin-top-30{
	margin-top:15px;
}
#product{
margin-top:0;
}
.style{
	padding:0;
}
}

@media screen and (min-width: 1366px) and (max-width: 1440px){
  .pro-img {
    height: 150px;
  }
  .pro-img img {
    max-height: 150px;
  }
}
/*@media(min-width:768px){
  .pro-list {
    line-height: 44px;
  }
}*/
@media (min-width:1200px) {
  .navbar-nav>li>a {
    padding-top: 17px;
    padding-bottom: 17px;
  }
}
