/**
 * responsive.less
 * 响应式布局
 */
/* lg */
@media (min-width: 1200px) {
  .header .main .container {
    width: 1200px;
  }
  .container {
    width: 1170px;
    padding: 0;
  }
  .wrapper2 {
    margin-bottom: 400px;
  }
  .wrap-index .index-box {
    padding-right: 0;
    padding-left: 0;
  }
  .footer2 {
    position: fixed;
    z-index: 1;
    bottom: 0;
    height: 400px;
  }
  .footer2 .container-full:first-child {
    height: 280px;
  }
}
/* md */
@media (min-width: 992px) and (max-width: 1199px) {
  .header .logo .text {
    font-size: 12px;
  }
}
/* sm */
@media (min-width: 769px) and (max-width: 991px) {
  .header .logo .brand {
    margin-right: 0;
  }
  .header .logo .brand::after {
    display: none;
  }
  .header .logo .text {
    display: none;
  }
  .wrap-product .plist {
    text-align: center;
  }
  .wrap-product .plist .item {
    width: 100%;
  }

  .wrap-product .ueditor-main .album {
    float: none;
    width: 100%;
  }
  .wrap-product .ueditor-main .info {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }
}
/* md */
@media (max-width: 1199px) {
/*  .banner .owl-carousel {
    height: 460px;
  }*/
  .wrap-index .index-box-product .ptab .item {
    width: 32%;
  }
  .wrap-index .index-box-product .ptab .item.item-7,
  .wrap-index .index-box-product .ptab .item.item-8 {
    display: none;
  }

  .wrap-news .ulist .item {
    width: 48%;
  }
  .wrap-news .ulist .item .more span {
    font-size: 18px;
    padding-top: 50%;
  }
}
/* sm */
@media (max-width: 991px) {
/*  .banner .owl-carousel {
    height: 400px;
  }
*/
  .wrap-about .clist {
    text-align: center;
  }
  .wrap-about .clist .item {
    width: 30%;
  }

}
/* xs */
@media (max-width: 768px) {
  .header .main {
    height: 66px;
  }
  .header .logo {
    padding-top: 0;
  }
  .header .navbar {
    display: none;
  }
  .header .toggle,
  .header .search {
    display: block;
  }
/*  .banner .owl-carousel {
    height: 380px;
  }*/
  .banner-inner {
    height: 300px;
  }
  .sidebar {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .sidebar .category .cate-title,
  .sidebar .category .cate-tree {
    display: none;
  }
  .sidebar .category .cate-list {
    display: block;
  }
  .sidebar .search,
  .sidebar .contact {
    display: none;
  }
  .wrap .container {
    padding-left: 0;
    padding-right: 0;
  }
  .wrap .content {
    margin: 0;
    padding: 20px 15px 48px;
  }
  .wrap .content .position {
    display: none;
  }
  .wrap .content .ueditor img {
    width: 100%;
  }
  .wrap-index .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrap-index .index-box {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .wrap-index .index-box-product .ptab .item {
    width: 48%;
  }
  .wrap-index .index-box-product .ptab .item.item-5,
  .wrap-index .index-box-product .ptab .item.item-6,
  .wrap-index .index-box-product .ptab .item.item-7,
  .wrap-index .index-box-product .ptab .item.item-8 {
    display: none;
  }

  .wrap-product .plist .item {
    width: 48%;
  }
  .wrap-contact .ueditor-info {
    background: none;
  }
  .wrap-contact .ueditor-info .company {
    margin-right: 0;
  }
  .wrap-contact .ueditor-info .qr {
    position: static;
    margin: 20px 0;
  }
  .wrap-contact .feedback-form .form-row {
    width: 100%;
  }
  .footer .menu {
    width: 100%;
  }
}
/* xs-portrait */
@media (max-width: 480px) {
  .header .top .welcome {
    font-size: 12px;
    display: none;
  }
  .header .logo {
    font-size: 12px;
  }
  .header .logo .brand {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
  .header .logo .text {
    margin-left: -20px;
  }
/*  .banner .owl-carousel {
    height: 320px;
  }*/
  .banner-inner {
    height: 220px;
  }
  .wrap-index .index-box-about .box {
    width: 100%;
  }
  .wrap-index .index-box-product .pcate {
    /*display: none;*/
  }
  .wrap-index .index-box-product .ptab .tab {
    display: block;
    text-align: center;
  }
  .wrap-index .index-box-product .ptab .item {
    width: 100%;
  }
  .wrap-index .index-box-product .ptab .item:nth-child(n+2) {
    display: none;
  }
  .wrap-index .index-box-search {
    display: none;
  }

  .wrap-about .clist {
    text-align: center;
  }
  .wrap-about .clist .item {
    width: 48%;
  }

  .wrap-news .ulist {
    text-align: center;
  }
  .wrap-news .ulist .item {
    width: 100%;
  }

  .wrap-news .ulist .item .more span {
    font-size: 22px;
    padding-top: 65%;
  }
  .wrap-product .plist {
    text-align: center;
  }
  .wrap-product .plist .item {
    width: 100%;
  }

  .wrap-product .ueditor-main .album {
    float: none;
    width: 100%;
  }
  .wrap-product .ueditor-main .info {
    width: 100%;
    margin-top: 32px;
    margin-left: 0;
  }
  .wrap-contact .ueditor-info .qr {
    width: 250px;
    height: 250px;
    margin: 0 auto;
    margin-top: 32px;
  }
  .wrap-contact .ueditor-sales {
    text-align: center;
  }
  .footer {
    padding-top: 32px;
  }
  .footer .menu {
    display: none;
  }
  .footer .qrcode,
  .footer .gotop {
    display: none;
  }
  .footer .container-full:first-child {
    height: auto;
  }
}
/* test */
@media (max-width: 414px) {
/*  .banner .owl-carousel {
    height: 260px;
  }*/
  .footer .copyright {
    height: auto;
    text-align: center;
  }
  .footer .copyright .main p {
    line-height: 2;
  }
}
@media (max-width: 360px) {
  .header .logo .brand {
    margin-right: 0;
  }
  .header .logo .brand::after {
    display: none;
  }
  .header .logo .text {
    display: none;
  }

/*  .banner .owl-carousel {
    height: 220px;
  }*/
  .banner-inner {
    height: 180px;
  }
}
@media (max-width: 320px) {
  body {
    min-width: 320px;
  }
/*  .banner .owl-carousel {
    height: 180px;
  }*/

  .wrap-about .clist .item {
    width: 100%;
  }


  .footer .copyright .main p {
    font-size: 12px;
  }
}
/*# sourceMappingURL=responsive.css.map */