﻿﻿html {
  font-size: 75%;
  font-size: 0.75em;

  
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "SourceHanSansCN", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #595959;
}

a {
  color: inherit;
  text-decoration: none;
}

  a:link, a:visited {
    text-decoration: none;
    color: #494949;
  }

  a:hover, a:active {
    text-decoration: none;
    color: #FF6B07;
  }

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

:focus {
  outline: 0;
}


.top {
  background-color: #FFF;
}

.tophead {
  font-family: "SourceHanSansCN";
  color: rgb(137, 137, 137);
  font-size: 1.25rem;
}

.search {
  position: relative;
  height: 150px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  z-index: 10;
  /* background-color: #033c75;*/
  background-image: url("../img2021/bg-2.jpg");
  background-size: auto 150px;
  background-repeat: no-repeat;
  background-position: right top;
}

  .search .form-control, .search button {
    font-size: 1.25rem;
  }


.logo {
  color: #033c75;
  font-size: 4rem;
  font-family: "llogo1";
  font-weight: lighter;
  /*text-shadow: 0 0 0.1em rgba(255, 255, 255), -0 -0 0.1em rgba(255, 255, 255);
    /*background-color: rgba(255, 255, 255, 0.2);*/
  display: flex;
  justify-content: flex-start;
}

.logoImg {
  width: 160px;
}

  .logoImg > img {
    width: 100%;
  }

.logotxt {
  line-height: 2rem;
  text-align: end;
  align-self: flex-end;
  flex-wrap: nowrap;
}

  .logotxt span {
    font-size: 1rem;
  }

  .logotxt .logospan {
    font-size: 1.2rem;
  }

.spannav {
  display: none;
}

@media screen and (max-width: 1080px) {
  .logo {
    font-size: 3rem;
  }
}

@media screen and (max-width: 495px) {
  .search {
    background-image: none;
  }
  .logo {
    font-size: 3rem;
    justify-content: center;
  }
  .logotxt .logospan {
    display: none;
  }

  .spannav {
    display: inline-block;
  }
}


@media screen and (max-width: 420px) {
  .texts {
    padding: 0px;
  }
}

@media screen and (max-width: 390px) {
  .logo {
    font-size: 2rem;
  }

  .logoImg {
    width: 40%;
  }

    .logoImg > img {
      width: 100%;
    }
}

@media screen and (max-width: 330px) {
  .logo {
    font-size: 1.5rem;
  }
}

/*菜单*/
.xmmenu {
  background-color: #dd0019;
  color: #eeeeee;
  font-family: "SourceHanSansCN";
  font-size: 1.6rem;
}

.navbar-brand {
  font-size: 2.5rem;
  padding: 0 15px;
}

.xmmenu .nav-item {
  padding: 0 5px;
  width: 10rem;
}

/*轮播图*/
.swiperTop {
  overflow: hidden;
}

.news-slider__ctr {
  position: relative;
  z-index: 12;
}

.news-slider__pagination {
  text-align: center;
  margin-top: -35px;
}

  .news-slider__pagination .swiper-pagination-bullet {
    width: 13px;
    height: 10px;
    display: inline-block;
    background: rgb(255, 255, 255);
    opacity: .5;
    margin: 0 5px;
    border-radius: 20px;
    transition: opacity .5s, background-color .5s, width .5s;
    transition-delay: .5s, .5s, 0s;
  }

  .news-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #ffffff;
    width: 50px;
    transition-delay: 0s;
  }

@media screen and (max-width: 700px) {
  .bjImg {
    width: 100%;
    padding-bottom: 75%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

    .bjImg > img {
      display: none;
    }
}

@media screen and (max-width: 576px) {
  .news-slider__pagination .swiper-pagination-bullet-active {
    width: 25px;
  }
}

/*投资指南*/
.tzznSwiper {
  position: relative;
  overflow: hidden;
}

.tzznImg {
  text-align: center;
  background-size: cover;
  background-position: top;
  /* height: 45rem; */
  background-repeat: no-repeat;
  height: 100%;
  font-size: 2rem;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.phon {
  padding: 0 10px;
}

.phon1 {
  margin-top: 20px;
}

@media screen and (max-width: 990px) {
  .tzznImg {
    height: 15rem;
  }
}

@media screen and (max-width: 768px) {
  .search {
    height: 140px;
    /* background-color: #033c75;*/
  }

  .phon {
    margin-top: 20px;
  }
}

@media screen and (max-width: 400px) {
  .tzznImg {
    height: 12rem;
  }

  .phon {
    padding: 0;
  }

  .phon3 {
    padding: 0;
  }
}

.swiperprev {
  position: absolute;
  top: 8px;
  left: 182px;
  width: 30px;
  height: 30px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100%;
}

  .swiperprev:hover {
    background-position: 0 -31px;
    background-size: 100%
  }

.swipernext {
  position: absolute;
  top: 8px;
  left: 215px;
  width: 30px;
  height: 30px;
  background: url(../img/wm_button_icon.png) no-repeat;
  background-position: 0 -62px;
  background-size: 100%;
}

  .swipernext:hover {
    background-position: 0 -93px;
    background-size: 100%
  }



/*city navi*/
#city_navigator .text-header {
  font-size: 2rem;
}

#city_navigator .text-title {
  font-size: 1.5rem;
  border: 1px solid #ebebeb;
  border-top: solid rgb(5, 44, 95) 1.5px;
}



.title-c {
  font-size: 3rem;
  color: rgb(87, 89, 89);
  font-weight: bold;
}

.title-e {
  font-size: 2rem;
  color: rgb(52, 174, 219);
}

  .title-e > .e-text {
    position: absolute;
    bottom: 0;
  }

/*foot*/
.foot {
  background-color: rgb(42, 88, 137);
  color: #fff;
}

.foot-text, .foot-text2 {
  font-size: 1.5rem;
  color: #fff;
}

.foot-text2 {
  font-size: 1.25rem;
}

.foot-text a {
  display: block;
  color: #fff;
  text-decoration: none;
}

  .foot-text a:link, .foot-text a:visited {
    text-decoration: none;
    color: #fff;
  }

  .foot-text a:hover, .foot-text a:active {
    text-decoration: none;
    color: #fff;
  }

.foot-text > div {
  margin: 5px;
}

.foot-text2 div {
  vertical-align: middle;
}

.b-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot .fl {
  text-align: center;
}

.text-header {
  font-size: 2rem;
}

.text-title {
  font-size: 1.5rem;
}



.title-c {
  font-size: 3rem;
  color: rgb(87, 89, 89);
  font-weight: bold;
}

.title-e {
  font-size: 2rem;
  color: rgb(52, 174, 219);
}

  .title-e > .e-text {
    position: absolute;
    bottom: 0;
  }

.info-block {
}

  .info-block .nav-tabs {
    padding-left: 15px;
    border-bottom: 4px solid #006699;
  }

    .info-block .nav-tabs .nav-item {
      padding: 0px 0px;
    }

    .info-block .nav-tabs .nav-link {
      color: #fff;
      padding: 4px 10px;
      margin-right: 10px;
      background: #006699;
      text-shadow: 1px 1px 2px #000;
      border: none;
      border-radius: 0;
      opacity: 0.5;
      position: relative;
      transition: all 0.3s ease 0s;
    }

      .info-block .nav-tabs .nav-link:hover {
        background: #006699;
        opacity: 0.8;
      }

      .info-block .nav-tabs .nav-link.active {
        opacity: 1;
      }

        .info-block .nav-tabs .nav-link.active,
        .info-block .nav-tabs .nav-link.active:hover,
        .info-block .nav-tabs .nav-link.active:focus {
          color: #fff;
          background: #006699;
          border: none;
          border-radius: 0;
        }

      .info-block .nav-tabs .nav-link:before,
      .info-block .nav-tabs .nav-link:after {
        content: "";
        border-top: 3.8rem solid transparent;
        position: absolute;
        top: -2px;
      }

      .info-block .nav-tabs .nav-link:before {
        border-right: 15px solid #006699;
        left: -15px;
      }


      .info-block .nav-tabs .nav-link:after {
        border-left: 15px solid #006699;
        right: -15px;
      }

      .info-block .nav-tabs .nav-link i,
      .info-block .nav-tabs .nav-link.active i {
        display: inline-block;
        padding-right: 5px;
        font-size: 1.5rem;
        line-height: 1.2;
        text-shadow: none;
      }

      .info-block .nav-tabs .nav-link span {
        display: inline-block;
        font-size: 1.5rem;
        line-height: 1.2;
        /* letter-spacing: -9px; */
        opacity: 0.8;
        transition: all 0.3s ease 0s;
      }

      .info-block .nav-tabs .nav-link:hover span,
      .info-block .nav-tabs .nav-link.active span {
        letter-spacing: 1px;
        opacity: 1;
        transition: all 0.3s ease 0s;
      }

/*c-purple*/
.c-purple .nav-tabs {
  border-bottom: 4px solid #663366;
}



  .c-purple .nav-tabs .nav-link {
    background: #663366;
  }

    .c-purple .nav-tabs .nav-link:hover {
      background: #663366;
    }

    .c-purple .nav-tabs .nav-link.active,
    .c-purple .nav-tabs .nav-link.active:hover,
    .c-purple .nav-tabs .nav-link.active:focus {
      background: #663366;
    }

    .c-purple .nav-tabs .nav-link:before {
      border-right: 15px solid #663366;
    }

    .c-purple .nav-tabs .nav-link:after {
      border-left: 15px solid #663366;
    }

/*c-purple end*/

/*c-red*/
.c-red .nav-tabs {
  border-bottom: 4px solid #993366;
}



  .c-red .nav-tabs .nav-link {
    background: #993366;
  }

    .c-red .nav-tabs .nav-link:hover {
      background: #993366;
    }

    .c-red .nav-tabs .nav-link.active,
    .c-red .nav-tabs .nav-link.active:hover,
    .c-red .nav-tabs .nav-link.active:focus {
      background: #993366;
    }

    .c-red .nav-tabs .nav-link:before {
      border-right: 15px solid #993366;
    }

    .c-red .nav-tabs .nav-link:after {
      border-left: 15px solid #993366;
    }

/*c-red end*/

/*c-green*/
.c-green .nav-tabs {
  border-bottom: 4px solid #006633;
}



  .c-green .nav-tabs .nav-link {
    background: #006633;
  }

    .c-green .nav-tabs .nav-link:hover {
      background: #006633;
    }

    .c-green .nav-tabs .nav-link.active,
    .c-green .nav-tabs .nav-link.active:hover,
    .c-green .nav-tabs .nav-link.active:focus {
      background: #006633;
    }

    .c-green .nav-tabs .nav-link:before {
      border-right: 15px solid #006633;
    }

    .c-green .nav-tabs .nav-link:after {
      border-left: 15px solid #006633;
    }

/*c-green end*/

.lists, .lists-media {
  height: 30rem;
  overflow: hidden;
  font-size: 1.5rem;
}

  .lists .ul-box, .lists-media .ul-box {
    width: 100%;
  }

  .lists li {
    padding: 5px;
    height: 2.5rem;
    line-height: 2.5rem;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

    .lists li a {
      height: 2.5rem;
      font-size: 1.5rem;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      word-break: break-all;
      flex: 1 1 auto;
      max-width: 80%;
    }

      .lists li a:before {
        content: "";
        display: inline-block;
        width: 4px;
        height: 4px;
        background-color: rgb(2, 2, 33);
        border-radius: 50%;
        margin-right: 5px;
        vertical-align: middle;
      }

    .lists li span {
      font-size: 1rem;
      text-align: right;
      display: block;
      color: #999;
      width: 6rem;
      height: 2.5rem;
      line-height: 2.5rem;
      overflow: hidden;
    }

      .lists li span:hover {
        color: #FF6B07;
      }

.xuxian {
  line-height: 2.5rem;
  font-size: 1.25rem;
  width: 100%;
  height: 2.5rem;
  border-top: 1px dashed #333;
}

  .xuxian a {
    display: inline-block;
    color: darkblue;
  }

.hideText {
  width: 95%;
  height: 2.5rem;
  overflow: hidden;
}

  .hideText::after {
    content: "...";
  }

.date-text {
  font-size: 1rem;
  color: #999999;
  font-style: italic;
}

.foot {
  background-color: #dd0019;
  color: #fff;
}

.foot-text, .foot-text2 {
  font-size: 1.5rem;
  color: #fff;
}

.foot-text2 {
  font-size: 1.25rem;
}

.foot-text a {
  display: block;
  color: #fff;
  text-decoration: none;
}

  .foot-text a:link, .foot-text a:visited {
    text-decoration: none;
    color: #fff;
  }

  .foot-text a:hover, .foot-text a:active {
    text-decoration: none;
    color: #fff;
  }

.foot-text > div {
  margin: 5px;
}

.foot-text2 div {
  vertical-align: middle;
}

.b-left {
  display: flex;
  justify-content: center;
  align-items: center;
}

.foot .fl {
  text-align: center;
}

.channel-block {
  font-size: 2rem;
  background-color: #6699CC;
}

.channel-header {
  color: #fff;
}


.mybg-lightblue {
  background-color: #F9F9F9;
}

.channel-list {
  font-size: 1.5rem;
}

.list-group-item-child {
  font-size: 1.3rem;
}

.list-group-item-child2 {
  font-size: 1.1rem;
}


.list-header {
  font-size: 1.75rem;
}

  .list-header .breadcrumb {
    background-color: #fff;
    border-bottom: 1.5px solid #494949;
  }

.list-body li {
  padding: 5px;
  height: 3rem;
  line-height: 3rem;
  display: -ms-flexbox !important;
  display: flex !important;
  flex-wrap: nowrap;
  justify-content: space-between;
}

  /*奇数行*/
  .list-body li:nth-of-type(odd) {
    background: #FFFFFF;
  }

  /*偶数行*/
  .list-body li:nth-of-type(even) {
    background: #DDFFFF;
  }

  .list-body li a {
    height: 2rem;
    line-height: 2rem;
    font-size: 1.5rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    flex: 1 1 auto;
    max-width: 80%;
  }

    .list-body li a:before {
      content: "";
      display: inline-block;
      width: 4px;
      height: 4px;
      background-color: rgb(2, 2, 33);
      border-radius: 50%;
      margin-right: 5px;
      vertical-align: middle;
    }

  .list-body li span {
    font-size: 1rem;
    text-align: right;
    display: block;
    color: #999;
    width: 6rem;
    height: 2rem;
    line-height: 2rem;
    overflow: hidden;
  }

    .list-body li span:hover {
      color: #FF6B07;
    }

.list-footer .page-label span {
  border-width: 0;
}

/*详情页面*/
.one-column {
  padding: 10px 15px 30px 15px;
}

.page-content {
}

  .page-content h1 {
    text-align: center;
    color: #333;
  }

.page-content-header {
  font-size: 1.25rem;
  border-bottom: 1px solid #ddd;
  line-height: 2;
}

  .page-content-header > div {
    margin-right: 0.5rem;
  }

.page-content-body {
  font-size: 1.5rem;
  line-height: 2;
}

  .page-content-body img {
    max-width: 100%;
  }

#coverimg {
  max-width: 100%;
  text-align: center;
}

.attach_list {
  margin-top: 1rem;
  border-top: 1px solid #999;
  width: 100%;
}

  .attach_list li {
    padding: 5px;
    line-height: 2;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

    .attach_list li span {
      display: block;
    }

.attach-size {
  font-size: 1rem;
}

/*搜索*/
.main-tit {
  border-bottom: 2px solid #eee;
  font-size: 1.5rem;
  vertical-align: bottom;
}

  .main-tit .blue {
    color: blue;
    font-size: 1.75rem;
  }

  .main-tit .red {
    color: orangered;
    font-size: 1.75rem;
  }

.search_list {
  font-size: 1.5rem;
}

  .search_list li {
    border-bottom: 1px dashed #333;
  }

    .search_list li span {
      font-size: 1rem;
    }

  .search_list p {
    line-height: 2;
    font-size: 1.25rem;
    padding-left: 1rem;
  }

  .search_list .li-category {
    color: #fd7e14;
  }

  .search_list .li-title {
    color: #111;
    font-size: 1.75rem;
  }

.list-body, .page-content {
  font-size: 1.5rem;
}

  .page-content .form-control {
    font-size: 1.5rem;
  }

.tzzn {
  text-align: center;
  background-image: url(../images/tz14.jpg);
  background-size: cover;
  background-position: top;
  /* height: 45rem; */
  background-repeat: no-repeat;
  line-height: 2;
  color: #111;
}

  .tzzn p {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.5;
    text-indent: 30px;
  }

  .tzzn a {
    font-size: 1.5rem;
    color: #111;
  }

p.swiperText {
  background: #eeeeee;
  line-height: 1.5;
  text-align: center;
}

.swiper-slide img {
  width: 100%;
  height: auto;
}

.qrcode-text {
  font-size: 1rem;
}

.search-block {
  font-size: 1.5rem;
}

  .search-block input, .search-block select, .search-block .input-group-text {
    font-size: 1.5rem;
  }

/*详情页面*/
.one-column {
  padding: 10px 15px 30px 15px;
}

.page-content {
  width: 100%;
}

  .page-content h1 {
    text-align: center;
    color: #333;
  }

.page-content-header {
  font-size: 1.25rem;
  border-bottom: 1px solid #ddd;
  line-height: 2;
}

  .page-content-header > div {
    margin-right: 0.5rem;
  }

.page-content-body {
  font-size: 1.5rem;
  line-height: 2;
}

  .page-content-body img {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .page-content-body p {
    margin-top: 0;
    margin-bottom: 0;
  }

#coverimg {
  max-width: 100%;
  text-align: center;
}

.attach_list {
  margin-top: 1rem;
  border-top: 1px solid #999;
}

  .attach_list li {
    padding: 5px;
    line-height: 2;
    display: -ms-flexbox !important;
    display: flex !important;
    flex-wrap: nowrap;
    justify-content: space-between;
  }

    .attach_list li span {
      display: block;
    }

.attach-size {
  font-size: 1rem;
}

#navbarMenu a {
  color: #fff;
}

.icon-block {
  width: 100% !important;
  border: 1px solid #999;
}

  .icon-block .icon {
    display: block;
    line-height: 1.5;
    font-size: 1.25rem;
    margin: 0px auto;
    color: #333;
    -webkit-transition: font-size 0.25s linear, width 0.25s linear;
    -moz-transition: font-size 0.25s linear, width 0.25s linear;
    transition: font-size 0.25s linear, width 0.25s linear;
    text-align: center;
  }

  .icon-block .icon-svg {
    /* 通过设置 font-size 来改变图标大小 */
    width: 3.5em;
    height: 3.5rem;
    /* 图标和文字相邻时，垂直对齐 */
    vertical-align: -0.15em;
    /* 通过设置 color 来改变 SVG 的颜色/fill */
    fill: currentColor;
    /* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
      normalize.css 中也包含这行 */
    overflow: hidden;
  }


.vid-wrapper {
  width: 100%;
  /*需要用padding来维持16:9比例,也就是9除以16*/
  height: auto;
}

  .vid-wrapper > video {
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

.div-img {
}

  .div-img .col-img {
    width: 100px;
    height: 100px;
  }

    .div-img .col-img > img {
      width: 100%;
      height: auto;
    }

  .div-img p {
    text-align: right;
    font-size: 1rem;
  }
