.mobile_type .top { display: block;  }
.mobile_type .wz img { width: 100vw; height: auto; margin: 0px; }
.mobile_type .logobg { margin-top: 9.6vw; }
.mobile_type { background-size: 100% 17.5%; }
.mobile_type .main { width: 100vw; margin: 0px; }
.mobile_type .se1 { width: 100%; padding: 0 2vw; }
.mobile_type td.title { font-size: 3.3333vw !important; }
.mobile_type td.title>div.text-tag:first-child { font-size: 3.8667vw !important; line-height: 6.6667vw; }
.mobile_type td.title>div.text-tag { font-size: 2.8vw !important; line-height: 3.6vw; }
.mobile_type #share-2 { display: none; }
.mobile_type .m_fbsj span , .mobile_type .m_llcs span { display: contents; }
.mobile_type .m_llcs { background: none; padding-left: 7%; width: 35%; } 
.mobile_type #zoom { width: 99vw; padding-right: 2vw; }
.mobile_type #zoom div video { width: 93vw !important; height: auto !important; }
.mobile_type .zjzxxFooter { width: 100vw; }
.mobile_type p.text-tag { text-align: left !important; }
/* 横向滚动条解决 */
html,body{
    padding: 0;
    margin: 0;
    width: 100%;  
    left: 0;top: 0;  
    overflow: hidden;  
    overflow-y: auto;
  }