.contentPc {
    display: none;
  }
  .contentMobile {
    display: block;
    -webkit-text-size-adjust: none;
    background: #fff;
  }
  .contentMobile .m-padd {
    padding: 10px 0;
    background: #fff;
    margin: 0 20px;
    color: #666;
  }
  .contentMobile .m-BreadcrumbNav {
    font-size: 32px !important;
    color: #000;
    line-height: 60px;
    margin-bottom: 0;
  }
  .contentMobile .m-BreadcrumbNav a:nth-child(1) {
    color: #000f52;
    font-size: 32px;
  }
  .contentMobile .m-BreadcrumbNav a:nth-child(2) {
    color: #000;
    font-size: 32px;
  }
  
  /* 清除标签默认边距 */
  .contentMobile img {
    margin: 0;
    padding: 0;
  }
  
  /* 图片自适应 */
  .contentMobile .carousel img {
    width: 100%;
    height: auto;
    border: none;
    -ms-interpolation-mode: bicubic;
    /*为了照顾ie图片缩放失真*/
    display: block;
  }
  
  /* 轮播图最外层盒子 */
  .contentMobile .carousel {
    position: relative;
    overflow: hidden;
  }
  
  .contentMobile .carousel ul {
    /* 这个高度需要在JS里面动态添加 */
    /* height: calc(55.5vw + 30px); */
  }
  
  .contentMobile .carousel ul li {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    /* 使用 transform:translaX(300%) 暂时将 li 移动到屏幕外面去*/
    -webkit-transform: translateX(300%);
    transform: translateX(300%);
  }
  
  /* 小圆点盒子 */
  .contentMobile .carousel .points {
    /* 未知宽度的盒子，使用 absolute 定位，结合 transform 的方式进行居中 */
    position: absolute;
    /*left: 50%;*/
    bottom: 20px;
    transform: translateX(-50%);
    right: 34px;
    bottom: 80px;
    font-size: 0;
  }
  
  /* 小圆点 */
  .contentMobile .carousel .points li {
    width: 16px;
    height: 16px;
    border-radius: 48px;
    /*border: 1px solid #fff;*/
    float: left;
    margin: 0 4px;
    background: #d2d2d2;
  }
  .contentMobile .carousel .subtitle {
    background: #005292;
    height: 60px;
    line-height: 56px;
    padding: 0 20px;
  }
  .contentMobile .carousel .subtitle h6 {
    font-size: 32px;
    overflow: hidden;
    font-weight: 500;
  }
  .contentMobile .carousel .subtitle a {
    width: 100%;
    height: 60px;
    display: block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 64px !important;
  }
  
  /* 选中小圆点的样式类 */
  .contentMobile .carousel .points li.active {
    /*background-color: #fff;*/
    background: #00a0e9;
    width: 30px;
  }
  .contentMobile .tabs {
    margin: 0;
    margin-top: 40px;
  }
  .contentMobile .tabs .am-tabs-navitem {
    background-color: #fff !important;
    display: flex;
    min-height: 180px;
    line-height: 80px;
    text-align: center;
    flex-wrap: wrap;
  }
  .contentMobile .tabs .am-tabs-navitem li {
    width: 19%;
    float: left;
    border-bottom: 1px solid #fefefe;
    border-right: 1px solid #fefefe;
    height: 16px;
    line-height: unset;
  }
  .contentMobile .tabs .am-tabs-navitem li a {
    font-size: 32px;
    line-height: 60px;
    font-weight: bold;
    color: #333;
    display: block;
    word-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .contentMobile .tabs .am-tabs-navitem li a:before {
    content: "";
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    border: 1px solid #c2c2c2;
    border-radius: 12px;
    background-image: url(/images/trs_zongliMenu1.png);
    background-size: 806px 140px;
    padding: 10px;
    background-position: -8px -10px;
    background-repeat: no-repeat;
    box-sizing: content-box;
  }
  .contentMobile .tabs .am-tabs-navitem li:nth-child(2) a:before {
    background-position: -106px -8px !important;
  }
  .contentMobile .tabs .am-tabs-navitem li:nth-child(3) a:before {
    background-position: -206px -8px !important;
  }
  .contentMobile .tabs .am-tabs-navitem li:nth-child(4) a:before {
    background-position: -306px -8px !important;
  }
  .contentMobile .tabs .am-tabs-navitem li:nth-child(5) a:before {
    background-position: -606px -8px !important;
  }
  .contentMobile .tabs .am-tabs-navitem li:nth-child(6) a:before {
    background-position: -502px -10px !important;
  }
  .contentMobile .tabs .am-tabs-navitem li:nth-child(7) a:before {
    background-position: -404px -10px !important;
  }
  .contentMobile .tabs .am-tabs-navitem li:nth-child(8) a:before {
    background-position: -712px -10px !important;
  }
  .contentMobile .tabs .am-tabs-navitem li.am-active1 a {
    border: none;
    background: none;
    color: #016294;
    line-height: 62px !important;
  }
  .contentMobile .tabs .am-tabs-navitem li.am-active1 a:before {
    border-color: #037294;
    background-image: url(/images/trs_zongliMenu2.png);
  }
  .contentMobile .swiper-container {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
    border-top: 1px solid #ececec;
    background: #fff !important;
  }
  .contentMobile .swiper-container .swiper-slide {
    float: left;
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px 0 20px;
    height: auto;
    display: inline-grid;
  }
  .contentMobile .swiper-container .list-wutu {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 10px 0;
    overflow: hidden;
  }
  .contentMobile .swiper-container .list-wutu dt + dd {
    margin-top: 0;
  }
  .contentMobile .swiper-container .list-wutu dd h4 {
    margin: 0 !important;
    display: inline;
  }
  .contentMobile .swiper-container .list-wutu dd h4 a,
  .contentMobile .swiper-container .list-youtu dd h4 a {
    font-size: 32px;
    color: #000;
    font-weight: normal;
  }
  .contentMobile .swiper-container .list-wutu dd .date,
  .contentMobile .swiper-container .list-youtu dd .date {
    display: block;
    width: 100%;
    font-size: 28px;
    float: right;
    color: #888 !important;
  }
  .contentMobile .swiper-container .list-youtu {
    border-bottom: 1px solid #eee;
    margin: 0;
    padding: 20px 0;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .contentMobile .swiper-container .list-youtu dt {
    display: inline-block;
    vertical-align: middle;
    float: left;
    width: 30%;
  }
  .contentMobile .swiper-container .list-youtu img {
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
  }
  .contentMobile .swiper-container .list-youtu dd {
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: 64%;
    padding: 0 20px;
  }
  .contentMobile .swiper-container .lfjxmore {
    background: #adb4c6;
    line-height: 72px;
    height: 72px;
    border: none;
    color: #000;
    display: block;
    text-align: center;
    font-size: 32px;
    border-radius: 4px;
    clear: both;
    margin: 20px 0;
  }
  .contentMobile .swiper-container .lfjxmore a {
    color: #fff;
  }
  .contentMobile  .m-jllkq {
    background: #e1f1fe !important;
    padding: 20px 0 !important;
    margin: 20px;
    display: block;
    text-align: center;
    font-size: 40px;
    overflow: hidden;
  }
  .contentMobile .m-jllkq .m_zl_left {
    width: 40% !important;
    margin-top: 24px;
    float: left;
    display: inline-block;
  }
  .contentMobile .m-jllkq .m_zl_left img {
    width: 200px;
    height: auto;
  }
  .contentMobile .m-jllkq .m_zl_right a {
      color: #000;
      font-weight: 500;
      font-size: 44px;
  }
  .contentMobile .m-jllkq .m_zl_right>a, .contentMobile .m-jllkq .m_zl_right>span {
      display: block;
      margin: 20px 0;
  }
  .contentMobile .m-jllkq .m_zl_right > a:nth-child(1) {
    margin: 18px auto !important;
    width: 240px !important;
    line-height: 60px;
  }
  .contentMobile .m-jllkq .m_zl_right {
    width: 60% !important;
    padding-top: 20px !important;
    float: left;
    display: inline-block;
  }
  .contentMobile .m-jllkq .m_zl_right a {
      color: #000;
      font-weight: 500;
      font-size: 44px;
      margin-bottom: 20px;
    }
  .contentMobile .m-jllkq .m_zl_right .m-ckjl {
      padding-right: 6px;
  }
  .contentMobile .m-jllkq .m_zl_right .m-ckjl a {
    height: 72px;
    line-height: 72px !important;
    display: inline-block !important;
    width: 160px !important;
    font-size: 32px !important;
    background-color: #005796;
    color: #fff;
  }
  
  .contentMobile .m-jllkq .m_zl_right .m-ckjl,
  .contentMobile .m-jllkq .m_zl_right .zl_btn {
    display: inline-block !important;
    font-size: 32px !important;
  }
  .contentMobile .bofang {
    width: 160px;
    display: inline-block;
    text-align: center;
    background: #015293;
    line-height: 72px;
    height: 72px;
  }
  .bofang i {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 22px;
    border: 1px solid #fff;
    position: relative;
    top: 6px;
  }
  .bofang i:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
    border: 16px solid;
    border-color: transparent transparent transparent #fff;
    border-radius: 6px;
    position: relative;
    left: 15px;
    top: 4px;
    transform: rotateX(45deg);
  }
  
  .newsilderbox {
      padding: 24px;
      margin: 20px;
      background: #f5f5f5;
      position: relative;
  }
  .newsilderbox .newmdboxSilder {
      font-size: 0;
      overflow: hidden;
  }
  .newsilderbox .newmdboxSilder .newslides {
      position: relative;
      padding: 0;
      margin: 0;
      list-style: none;
      width: 400%;
      font-size: 0;
  }
  .newsilderbox .newmdboxSilder .newslides li {
      display: inline-block;
      width: 25%;
      vertical-align: middle;
      text-align: center;
  }
  .newsilderbox .newmdboxSilder .newslides li a {
      display: inline-block;
      width: 100%;
      height: 100%;
      position: relative;
      transition: all 1s;
  }
  .newsilderbox .newmdboxSilder .newslides li img {
      width: 100%;
      transition: all 1s;
  }
  .newsilderbox .am-control-nav {
      width: 108px;
      position: absolute;
      right: 54px;
      bottom: 96px;
      text-align: right;
  }
  .newsilderbox .am-control-nav li {
      margin: 0 4px;
      display: inline-block;
  }
  .newsilderbox .am-control-nav li a {
      display: inline-block;
      width: 28px;
      height: 28px;
      font-size: 24px;
      color: #202020;
      line-height: 28px!important;
      text-indent: 0;
      border-radius: 50%;
      text-align: center;
      background: #d7d7d7;
  }
  .newsilderbox .am-control-nav li a.am-active {
      background: #fff;
  }
  .check_more{
      color: #999!important;
      text-align: center;
      font-size: 32px;
      display: block;
      padding-top: 10px;
  }
  .contentMobile .m-tabs {
      margin: 0;
      background-color: #dddddd;
  }
  .contentMobile .m-tabs .m-tabs-btn {
      background: #fff!important;
      margin-top: 60px!important;
      padding-left: 0!important;
      width: 100%;
      padding: 0;
      margin: 0;
      list-style: none;
      text-align: center;
      line-height: 80px;
      display: flex;
  }
  .contentMobile .m-tabs .m-tabs-btn a {
      display: block;
      word-wrap: normal;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
  }
  .contentMobile .m-tabs .m-tabs-btn li {
      border: 1px solid #cfcfcf!important;
      border-radius: 10px;
      flex: none;
      margin: 0 20px;
  }
  .contentMobile .m-tabs .m-tabs-btn li a {
      line-height: normal;
      padding: 4px 10px;
      color: #555;
      font-size: 36px;
      font-weight: bold;
  }
  .contentMobile .m-tabs .m-tabs-btn .am-active2 {
      border-color: #19619b!important;
  }
  .contentMobile .m-tabs .m-tabs-btn .am-active2 a {
      background: none;
      color: #0876af;
  }
  .contentMobile .m-tabs div.swiper-container2 {
      touch-action: pan-y;
      user-select: none;
      -webkit-user-drag: none;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
      border: 0;
      background: #fff!important;
      padding: 0 0 20px 0;
      position: relative;
      overflow: hidden;
  }
  .contentMobile .m-tabs div.swiper-container2 .swiper-slide {
      float: left;
      width: 100%;
      padding: 20px 20px 30px 20px;
      box-sizing: border-box;
  }
  .contentMobile .m-tabs div.swiper-container2 .swiper-slide dt a img {
      box-sizing: border-box;
      max-width: 100%;
      height: auto;
      vertical-align: middle;
      border: 0;
  }
  .contentMobile .m-tabs div.swiper-container2 .swiper-slide dt+dd {
      height: 92px;
      margin-top: 16px;
      overflow: hidden;
  }
  .contentMobile .m-tabs div.swiper-container2 .swiper-slide dt+dd h4 a {
      font-size: 32px;
      font-weight: normal;
      color: #333!important;
      width: 100%!important;
  }
  .contentMobile .m-tabs div.swiper-container2 .swiper-slide .lfjxmore {
      border: none;
      color: #fff;
      margin: 20px 0;
      background: #adb4c6;
      line-height: 72px;
      height: 72px;
      display: block;
      text-align: center;
      font-size: 32px;
      border-radius: 4px;
      clear: both;
  }
  .contentMobile .m-tabs div.swiper-container2 .swiper-slide .lfjxmore a {
      color: #fff;
      width: 100%!important;
      display: block;
  }
  .contentMobile .out-links{
      text-align: center;
      margin-bottom: 50px;
  }
  .contentMobile .out-links a{
     display: inline-block;
     width: 45%;
     flex: 0 0 auto;
     margin: 20px 1%;
     text-align: center;
     border: 1px solid #015293;
     border-radius: 4px;
     padding: 16px 0;
     color: #035193;
     font-weight: bold;
     font-size: 32px;
  }
  .paragraph {
    padding: 0 10px;
    background-color: #fff;
    color: #666;
    background: #fff;
    margin: 0 20px;
  }
  .paragraph .zlk {
    margin: 0 0 20px 0;
    font-size: 28px;
  }
  .zlk .channel_tab {
    border: none;
    padding: 50px 0 16px 0;
    line-height: 70x;
    width: 100%!important;
    margin: 0!important;
  }
  .zlk .channel_tab span {
    color: #015293;
    border: 1px solid #015293;
    border-radius: 8px;
    padding: 4px 10px!important;
    font-size: 36px!important;
    font-weight: bold;
  }
  .zlk>div:nth-child(2) {
    width: 100%!important;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
  }
  .zlk>div:nth-child(3) {
    width: 100%!important;
  }
  .zlk>div:nth-child(2) a, .zlk>div:nth-child(3) a {
    display: block;
    width: 100%;
    font-size: 30px;
  }
  .zlk>div:nth-child(2) a div, .zlk>div:nth-child(3) a div {
    margin: 0 0 20px 0;
  }
  .contentMobile .swiper-container5 {
    touch-action: pan-y;
    user-select: none;
    -webkit-user-drag: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    border: 0;
    background: #fff!important;
    /* padding: 30px 60px; */
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    /* margin: 30px 60px; */
    -webkit-box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
    box-shadow: 0 2px 8px rgb(0 0 0 / 20%);
  }
  .contentMobile .swiper-container5 .swiper-slide {
    float: left;
    /* width: 630px; */
    width: 100%;
    padding: 30px 60px;
    box-sizing: border-box;
  }
  .contentMobile .swiper-container5 .swiper-slide a {
    background: #015293;
   }
  .contentMobile .swiper-container5 .swiper-slide img {
    width: 630px;
    height: auto;
    overflow: hidden;
    object-fit: cover;
    border: 0;
  }
  .contentMobile .swiper-container5 .swiper-slide .am-slider-desc {
    color: #fff;
    height: 60px;
    line-height: 60px;
    background: #015293;
    padding-left: 20px;
    color: #fff;
    font-size: 32px;
  }
  
  
  .bottomBlock {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 1000;
  }
  .bottomBlock .advice {
    display: block;
    width: 100%;
    text-decoration: none;
  }
  .bottomBlock .advice img,
  .bottomBlock .close img {
    margin: 0;
    box-sizing: border-box;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    border: 0;
  }
  .bottomBlock .close {
    color: #fff;
    position: absolute;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    right: 0;
    padding-top: 10px;
  }
  