//判断 移动设备

  if ((navigator.userAgent.match(/(iPhone|iPod|Android|ios|iPad|Mobile)/i))) {

 window.location.href = 'file:///E:/澜途集思网站/2017LanTo-s/2017Mobile/index.html';

            }



//竖屏

@media all and (orientation : portrait){ }


//横屏

@media all and (orientation : landscape) { /*横屏时字体绿色*/

  .p2txt i{font-size:1.4em;font-weight: 500;   display: inline;margin-right:.5em;}


}