@charset "UTF-8";
.header-mobile, .nav-mobile, .call-phone {
  display: none;
}

.news-detail {
  width: 100%;
  overflow: hidden;
}

.news-detail .detail-title {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}

.news-detail .detail-title h2 {
  color: #cc0000;
  font-size: 13px;
}

.news-detail .detail-title .info {
  font-size: 13px;
  color: #999999;
  margin: 0 0 0 5px;
}

.news-detail .txt-box {
  width: 100%;
  overflow: hidden;
  margin-top: 10px;
}

.news-detail .txt-box * {
  font-size: 13px;
  line-height: 24px;
  color: #000;
}

.news-detail .txt-box img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 800px) {
  :root {
    font-size: calc(100vw / 375 * 20);
  }
  body {
    width: 100vw;
    max-width: 100vw;
    overflow-x: hidden;
  }
  /******************************** 手机上的头部 *****************************************************/
  .header-mobile {
    background-color: #fff;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
  }
  .header-mobile .wrap {
    display: flex;
    flex-wrap: row nowrap;
    align-items: center;
    justify-content: space-between;
    height: 80px;
  }
  .header-mobile .wrap .logo {
    width: 200px;
    height: 50px;
    overflow: hidden;
    padding: 0;
  }
  .header-mobile .wrap .logo img {
    width: auto;
    height: 100%;
  }
  .header-mobile .wrap .more-mobile {
    width: 35px;
    height: 100%;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
  }
  .header-mobile .wrap .more-mobile.active span {
    background: none;
  }
  .header-mobile .wrap .more-mobile.active span::before {
    margin: 0;
    transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .header-mobile .wrap .more-mobile.active span::after {
    margin: 0;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .header-mobile .wrap .more-mobile span {
    display: block;
    width: 35px;
    height: 3px;
    background-color: #000;
    position: relative;
    transition: background-color 0.3s, transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    -webkit-transition: background-color 0.3s, transform 0.3s;
    -moz-transition: background-color 0.3s, transform 0.3s;
  }
  .header-mobile .wrap .more-mobile span::before, .header-mobile .wrap .more-mobile span::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: #000;
    transition: background-color 0.3s, transform 0.3s;
    -o-transition: background-color 0.3s, transform 0.3s;
    -webkit-transition: background-color 0.3s, transform 0.3s;
    -moz-transition: background-color 0.3s, transform 0.3s;
  }
  .header-mobile .wrap .more-mobile span::before {
    margin: -9px 0 0 0;
  }
  .header-mobile .wrap .more-mobile span::after {
    margin: 9px 0 0 0;
  }
  /******************************** 手机上的导航 *****************************************************/
  .nav-mobile {
    display: block;
    position: fixed;
    top: 80px;
    left: 100%;
    z-index: 9999999;
    background-color: #fff;
    height: calc(100vh - 80px);
    transition: 0.5s all;
    -o-transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
  }
  .nav-mobile.active {
    left: 0;
  }
  .nav-mobile .wrap {
    display: flex;
    flex-flow: column nowrap;
  }
  .nav-mobile .wrap a {
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    color: #000;
    font-size: 18px;
    border-bottom: 1px solid #000;
  }
  /******************************** 公共样式 *****************************************************/
  .com-box {
    width: 100vw;
    overflow: hidden;
  }
  .com-box > .wrap {
    width: calc(100% - 30px);
    overflow: hidden;
    margin: 0 auto;
  }
  .call-phone {
    width: 100%;
    height: 50px;
    overflow: hidden;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: orange;
    padding: 0 15px;
    box-sizing: border-box;
    display: block;
  }
  .call-phone a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
  }
  /******************************** 隐藏PC端的手机头部 *****************************************************/
  .top .top1 {
    display: none;
  }
  .top .nav {
    display: none;
  }
  .top .top2 {
    margin-top: 80px;
  }
  .banner {
    width: 100vw;
    overflow: hidden;
  }
  .banner .w3cFocusIn .bd ul {
    width: 100vw !important;
  }
  .banner .w3cFocusIn .bd ul li {
    width: 100% !important;
  }
  .guanjianci {
    width: calc(100% - 30px);
    height: auto;
  }
  .div1, .div2 {
    width: calc(100% - 30px);
    margin-top: 20px;
  }
  .div1 img, .div2 img {
    width: 100%;
  }
  .div2 {
    padding: 0 0 35px 0;
  }
  .picScroll {
    width: calc(100% - 30px);
    overflow: hidden;
  }
  .picScroll .tempWrap {
    width: calc(100% - 30px) !important;
  }
  .index {
    overflow: hidden;
  }
  .index1_inner {
    width: 100%;
    overflow: hidden;
  }
  .left {
    width: 100%;
    overflow: hidden;
  }
  .left1 {
    width: 100%;
  }
  .left2 {
    width: 100%;
    display: flex;
    flex-flow: column wrap;
  }
  .left2 .title {
    width: calc(100% - 30px);
  }
  .left2 ul {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
  }
  .right {
    width: 100%;
    overflow: hidden;
    min-height: auto;
  }
  .title1 {
    width: 100%;
    overflow: hidden;
  }
  .cpzs {
    width: 100%;
    padding: 15px 15px;
    overflow: hidden;
    border: none;
    min-height: auto;
  }
  .cpzs, .cpzs * {
    box-sizing: border-box;
  }
  .cpzs ul {
    width: 100%;
    overflow: hidden;
  }
  .cpzs ul li {
    width: 100%;
    height: auto;
  }
  .cpzs ul li img {
    width: 100%;
    height: auto;
    border: none;
  }
  .cpzs table {
    width: 100% !important;
  }
  .pages {
    width: 100%;
    overflow: hidden;
  }
  .pages a {
    height: auto !important;
  }
  .index2 {
    width: 100%;
    height: auto;
  }
  .index2_inner {
    width: calc(100% - 30px);
    overflow: hidden;
  }
  .gywm {
    height: auto;
    overflow: hidden;
    margin: 20px 0 0 0;
  }
  .gywm_left {
    width: 100%;
    margin: 0;
    height: auto;
    padding: 0;
    border: none;
  }
  .gywm_right {
    width: 100%;
    height: auto;
    margin: 10px 0 0 0;
    background: none;
  }
  .tupain .im1 {
    width: 100%;
    height: auto;
    margin: 0 !important;
    border: none;
    padding: 0;
  }
  .tupain .im1 img {
    width: 100%;
    height: auto;
  }
  .title2 {
    width: 100%;
    margin-top: 30px;
  }
  .zzry {
    width: 100%;
    overflow: hidden;
  }
  .picMarquee-left {
    width: 100%;
    overflow: hidden;
  }
  .end1 {
    height: auto;
  }
  .end1_inner {
    width: 100%;
    padding: 15px;
    height: auto;
  }
  .end1_inner, .end1_inner * {
    box-sizing: border-box;
  }
  .end1_left {
    width: 100%;
    margin: 0;
    height: auto;
    float: none;
  }
  .end1_middle {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 20px 0 0 0;
    float: none;
  }
  .end1_right {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 20px 0 0 0;
    float: none;
  }
  .end2 .end2_inner {
    width: 100%;
    overflow: hidden;
  }
  .end3 {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 28px;
    background-size: 100% 100%;
  }
  .end3_inner {
    width: 100%;
    overflow: hidden;
    padding: 0 15px 30px;
  }
  .end3_inner, .end3_inner * {
    box-sizing: border-box;
  }
  .end31 {
    width: 100%;
    overflow: hidden;
    border: none;
    text-align: center;
  }
  .end32 {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .end32 table {
    width: 100%;
  }
  .cpzs1 {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    border: none;
    min-height: auto;
    overflow: hidden;
  }
  .cpzs1 * {
    text-align: justify;
  }
  .cpzs1 table {
    width: 100% !important;
    overflow: hidden;
  }
  .lxwm {
    margin: 0;
  }
  .lxwm .td1 {
    white-space: nowrap;
  }
  .lxwm td {
    padding: 0 10px;
  }
}
