/*mobile*/
@media (max-width: 767px){
	body{background: #fff;}
  .t-detect .m_wrap{padding: 0 2em;background: #fff;height: 100%;}
	.contBox{width: 100%;height: auto;margin: 0 auto;overflow: hidden;padding-top: 0.8rem;}
	.contBox .wordBox{width: 100%;height: auto;}
	.contBox .wordBox h3{font-size: 1.2rem;color: #000;font-weight: bold;position: relative;}
	.contBox .wordBox h3 i.lineG{display: inline-block;width: 1.5rem;height: 3px;position: absolute;bottom: -10px;left: 0;background: #17bcf0;}
	.contBox .wordBox p{font-size: 1.1rem;color: #000;line-height: 1.5;}
	.contBox .wordBox img{display: block;margin: 10px auto;}
	/*.contBox .wordBox p.paddingB{padding-bottom: 30px;}
	.contBox .wordBox p span{display: inline-block;height: 100%;font-size: 16px;padding-right: 20px;}
	.contBox .wordBox p.paddingL{padding-left: 20px;}*/
	/*wordbox end*/
	.contBox .imgBox{width: 100%;height: auto;overflow: hidden;margin: 0 auto;}
	.contBox .imgBox .block{/*float: left;*/width: 47%;height: 10rem;position: relative;overflow: hidden;margin-bottom: 1.5rem;}
	.contBox .imgBox .block:nth-child(2n+1){/*margin-right: 1.5rem;*/float: left;}
	.contBox .imgBox .block:nth-child(2n){float: right;}
	.contBox .imgBox .block img{width: 100%;height: 100%;}
	.contBox .imgBox .block .word{-webkit-transform: translate3d(0,0,0); /*开启硬件加速*/-webkit-backface-visibility: hidden; /*元素旋转时隐藏背面*/-webkit-transform-style: preserve-3d; /*保留3D空间*/position: absolute;top: 19rem;left: 0;width: 100%;height: 100%;background: url(../image/common/dbg.png) repeat;font-size: 1.1rem;font-weight: bold;color: #fff;padding-top:25%;text-align: center;}
	.contBox .imgBox .block .hover{top:0px;}
	.pos-t{transition: top 0.2s;-moz-transition: top 0.2s;	/* Firefox 4 */-webkit-transition: top 0.2s;	/* Safari 和 Chrome */-o-transition: top 0.2s;	/* Opera */}
	/*imgBox end*/
}
@media (min-width: 415px) and (max-width: 640px){
	.contBox .imgBox .block:nth-child(2n+1) {margin-right: 2.5rem;}
}
@media (max-width: 320px){
	.contBox .imgBox .block{width: 46%;height: auto;}
}