@media screen and (min-width: 320px) and (max-width: 767px) {
  .warp {
    width: 100%;
  }
  /*banner-----------------------------------------------------*/
  .banner {
    width: 100%;
    height: 175px;
    background: #000 url("../img/zb-zeb-mbanner1.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    padding-top: 40px;
    position: fixed;
    top: 0;
    z-index: -1;
  }
  .banner .b-title {
    width: 60px;
    height: 42.5px;
    background: url("../img/zb-zeb-logo.png") no-repeat center;
    background-size: 100%;
    display: block;
    margin: 0 auto;
  }
  .banner .btxt {
    padding-top: 15px;
    font-size: 1.6rem;
    padding: 20px 20px 10px;
  }
  .banner .stxt {
    font-size: 1.2rem;
  }
  /*product-----------------------------------------------------*/
  .product {
    width: 100%;
    padding: 45px 0 80px 0;
    text-align: center;
    margin-top: 175px;
    background: #fff;
  }
  .product .p-content {
    width: 100%;
    padding: 0 20px;
  }
  .product .p-content .pc-list {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
    border-top: 1px solid #dcdcdc;
    display: table;
  }
  .product .p-content .pc-list .pcl-item {
    padding: 20px;
    border-bottom: 1px solid #dcdcdc;
  }
  .product .p-content .pc-list .pcl-item .pcli-txt1 {
    padding-bottom: 17px;
  }
  .product .p-content .pc-list .pcl-item .pcli-txt2 {
    line-height: 30px;
  }
  /*advantage-----------------------------------------------------*/
  .advantage {
    width: 100%;
    height: 500px;
    background: #000 url("../img/zb-zeb-mbanner2.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    padding-top: 78px;
  }
  .advantage .a-content {
    width: 100%;
  }
  .advantage .a-content .ac-list {
    width: 100%;
    padding-top: 40px;
    display: table;
  }
  .advantage .a-content .ac-list .acl-item {
    width: 50%;
    padding: 20px 20px;
    display: table-cell;
    float: left;
  }
  .advantage .a-content .ac-list .acl-item .acli-txt1 {
    font-size: 1.8rem;
    padding: 20px 0 15px;
  }
  .advantage .a-content .ac-list .acl-item .acli-txt2 {
    font-size: 1.2rem;
  }
  .uesfor {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .warp {
    width: 100%;
  }
  /*banner-----------------------------------------------------*/
  .banner {
    width: 100%;
    height: 480px;
    background: #000 url("../img/zb-zeb-banner1.jpg") no-repeat center fixed;
    background-size: cover;
    text-align: center;
    padding-top: 150px;
  }
  .banner .b-title {
    width: 120px;
    height: 85px;
    background: url("../img/zb-zeb-logo.png") no-repeat;
    background-size: 100%;
    display: block;
    margin: 0 auto;
  }
  .banner .btxt {
    padding: 50px 0 10px;
  }
  /*product-----------------------------------------------------*/
  .product {
    width: 100%;
    padding: 90px 0 100px 0;
    text-align: center;
    position: relative;
  }
  .product .p-content {
    width: 100%;
    padding: 0 20px;
  }
  .product .p-content .pc-list {
    width: 100%;
    overflow: hidden;
    padding-top: 90px;
    display: table;
  }
  .product .p-content .pc-list .pcl-item {
    width: 33.33%;
    display: table-cell;
    padding: 0 20px;
  }
  .product .p-content .pc-list .pcl-item .pcli-txt1 {
    padding-bottom: 17px;
  }
  /*advantage-----------------------------------------------------*/
  .advantage {
    width: 100%;
    height: 500px;
    background: #000 url("../img/zb-zeb-banner2.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    padding-top: 78px;
  }
  .advantage .a-content {
    width: 100%;
  }
  .advantage .a-content .ac-list {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
  }
  .advantage .a-content .ac-list .acl-item {
    width: 50%;
    padding: 40px 30px;
    float: left;
  }
  .advantage .a-content .ac-list .acl-item .acli-txt1 {
    padding: 0 28px 10px;
  }
  .advantage .a-content .ac-list .acl-item .icon-second {
    width: 100px;
    height: 82px;
    background: url("../img/zb-zpp-icon.png") no-repeat;
    display: block;
    margin: 0 auto 35px;
  }
}
@media (min-width: 1200px) {
  .warp {
    width: 100%;
  }
  /*banner-----------------------------------------------------*/
  .banner {
    width: 100%;
    height: 480px;
    background: #000 url("../img/zb-zeb-banner1.jpg") no-repeat center fixed;
    background-size: cover;
    text-align: center;
    padding-top: 150px;
  }
  .banner .b-title {
    width: 120px;
    height: 85px;
    background: url("../img/zb-zeb-logo.png") no-repeat;
    background-size: 100%;
    display: block;
    margin: 0 auto;
  }
  .banner .btxt {
    padding: 50px 0 20px;
  }
  /*product-----------------------------------------------------*/
  .product {
    width: 100%;
    padding: 90px 0 100px 0;
    text-align: center;
    position: relative;
  }
  .product .p-content {
    width: 1200px;
    margin: 0 auto;
  }
  .product .p-content .pc-list {
    width: 100%;
    overflow: hidden;
    padding-top: 90px;
    display: table;
  }
  .product .p-content .pc-list .pcl-item {
    width: 33.33%;
    display: table-cell;
  }
  .product .p-content .pc-list .pcl-item .pcli-txt1 {
    padding-bottom: 17px;
  }
  .product .p-content .pc-list .pcl-item2 {
    padding: 0 40px;
  }
  /*advantage-----------------------------------------------------*/
  .advantage {
    width: 100%;
    height: 500px;
    background: #000 url("../img/zb-zeb-banner2.jpg") no-repeat center;
    background-size: cover;
    text-align: center;
    padding-top: 78px;
  }
  .advantage .a-content {
    width: 1200px;
    margin: 0 auto;
  }
  .advantage .a-content .ac-list {
    width: 100%;
    padding-top: 40px;
    overflow: hidden;
  }
  .advantage .a-content .ac-list .acl-item {
    width: 50%;
    padding: 40px 20px;
    float: left;
  }
  .advantage .a-content .ac-list .acl-item .acli-txt1 {
    padding: 0 28px 10px;
  }
  .advantage .a-content .ac-list .acl-item .icon-second {
    width: 100px;
    height: 82px;
    background: url("../img/zb-zpp-icon.png") no-repeat;
    display: block;
    margin: 0 auto 35px;
  }
}
