/*mobile*/
@media (max-width: 767px){
  body{background: #fff;}
  .none{display: none;}
  .t-techResearch .m_wrap{padding: 0 2em;background: #fff;height: 100%;} 
  .infoBox .viewImg{width: 10rem;height: 2rem;font-size: 1.2rem;color: #ffffff;border-radius: 4px;text-align: center;line-height: 2rem;background: #003377;display: block;margin: 1rem 0 2rem;}
  .infoBox p + span{font-size: 1.1rem;color: #000;}
  .infoBox p{margin: 0;line-height: 1.5;font-size: 0.9rem;color: #000;}
  .infoBox .paddingB{padding-bottom: 1.8rem;}
  /*infoBoxend*/
  .listBox{width: 100%;height: auto;overflow: hidden;margin: 0 auto;}
  .listBox .block{float: left;width: 48%;margin-bottom: 1.5rem;text-align: center;}
  .listBox .block img{width: 100%;}
  .listBox .block span{text-align: center;color: #000;font-size: 1.1rem;margin-top: 1rem;display: inline-block;}
  .listBox .block:nth-child(2n+1){float: left;}
  .listBox .block:nth-child(2n){float: right;}

  /*弹窗*/
  /*.popup-mask{background: rgba(0,0,0,0.9);}
  .previewImgBoxMod{position: relative;}
	.popup-close{background: #e40011;top: 57px;right: 8px;width: 30px;height: 30px;border-radius: 2px;position: absolute;}*/
  /*.previewImgBoxMod{margin-top: 4rem;}*/
  .previewImg-mask{background: #fff;}
  .pinch-zoom-container {height: 100% !important;-webkit-transform: translate3d(0,0,0); /*开启硬件加速*/-webkit-backface-visibility: hidden; /*元素旋转时隐藏背面*/-webkit-transform-style: preserve-3d; /*保留3D空间*/}
}
@media (min-width: 415px) and (max-width: 640px){
}
@media (min-width: 376px) and (max-width: 414px){
}
@media (max-width: 320px){
  .listBox .block {width: 47%;}
}