﻿
/* lg 大分辨率 大型设备（大台式电脑，1200px 起）*/
@media(min-width:1200px) {

 .Honor_Picture{
                width:100%;
        height:371px;
        overflow: hidden;
        background:#ffffff;
        }
 .Produc_imgg{
                width:100%;
        height:343px;
        overflow: hidden;
        background:#ffffff;
        }
}
/*md 默认 中型设备（台式电脑，992px 起） 宽桌面*/
@media(min-width:992px) and (max-width:1199px) {
 .Honor_Picture{
                width:100%;
        height:371px;
        overflow: hidden;
        background:#ffffff;
        } 
 .Produc_imgg{
                width:100%;
        height:343px;
        overflow: hidden;
        background:#ffffff;
        }

}
/* sm 小型设备（平板电脑，768px 起）界于竖直平板与水平平板/桌面之间*/
@media(min-width:768px) and (max-width:991px) {
 .Honor_Picture{
                width:100%;
        height:371px;
        overflow: hidden;
        background:#ffffff;
        }
  .Produc_imgg{
                width:100%;
        height:343px;
        overflow: hidden;
        background:#ffffff;
        }
}
/*xs 界于水平手机与竖直平板之间*/
@media(max-width:767px) {
   .Honor_Picture{
   width:100%;
        height:250px;
        overflow: hidden;
        background:#ffffff;
        }
    .Produc_imgg{
                width:100%;
        height:100%;
        overflow: hidden;
        background:#ffffff;
        }
}


/*XS Portrait 水平状态的手机及以下*/
@media(max-width:480px){
 .Honor_Picture{
                width:100%;
        height:250px;
        overflow: hidden;
        background:#ffffff;
        }
  .Produc_imgg{
                width:100%;
        height:100%;
        overflow: hidden;
        background:#ffffff;
        }

}


@media(max-width:360px) and (max-width:410px){
 .Honor_Picture{
                width:100%;
        height:250px;
        overflow: hidden;
        background:#ffffff;
        }
  .Produc_imgg{
                width:100%;
        height:100%;
        overflow: hidden;
        background:#ffffff;
        }
}