ul,
li,
dl,
dd {
  list-style: none;
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

em,
i {
  font-style: normal;
}

a {
  color: #333 !important;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #47aee4 !important;
}

img {
  width: 100%;
  height: auto;
}

input,
textarea {
  outline: none;
}
html {
  font-size: 12px;
}
body {
  background-color: #f5f5f5 !important;
  background-repeat: no-repeat !important;
  background-position: center top !important;
  color: #333 !important;
  font-size: 14px !important;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu,
    Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB,
    Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif !important;
}

.page-header {
  position: fixed;
  left: 0;
  z-index: 999;
  width: 100%;
  border: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
}

.navbar-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-header .nbb-logo {
  float: none;
  display: table-cell;
  padding: 0;
  margin: 0;
  font-size: 20px;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.3s ease-out 0s;
}

.navbar-header .nbb-logo img {
  width: 130px;
}

.page-header .row {
  align-items: center;
  height: 60px;
}

.navbar {
  padding: 0px;
}

.navbar-nav > li {
  float: left;
  width: 100px;
  text-align: center;
  line-height: 30px;
  padding: 0px;
  margin: 0px;
  position: relative;
}

.navbar-nav > li .menu {
  position: absolute;
  top: 35px;
  left: -15px;
  background: #fff;
  z-index: 1000;
  border: 1px solid #ddd;
  display: none;
  width: 120px;
}

.navbar-nav > li .menu ul li {
  text-align: center;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 10px;
}

.navbar-nav > li .menu ul li a:hover {
  text-decoration: underline;
  color: #2150a2;
}

.navbar-nav > li .menu .arrow1,
.navbar-nav > li .menu .arrow2 {
  left: 50%;
  margin-left: -10px;
}

.navbar-nav > li .menu .arrow1 {
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #ddd;
  border-top: none;
  top: -10px;
  position: absolute;
}

.navbar-nav > li .menu .arrow2 {
  top: -9px;
  width: 0;
  height: 0;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border-width: 10px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #fff;
  border-top: none;
  position: absolute;
}

.navbar-nav > li a.nav-link {
  font-size: 16px;
  padding: 0px;
  margin: 0px;
}

.navbar-nav > li:first-of-type > a {
  color: #1a8f92;
}

.navbar-nav > li .menu ul li {
  line-height: 22px;
}

.container {
  width: 1200px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px !important;
  }
}

.navbar-right {
  padding-top: 5px;
  font-size: 14px;
}

.navbar-right dl dd {
  display: inline-block;
  width: 30px;
  text-align: center;
}

.icon-search {
  cursor: pointer;
  font-weight: bold;
  font-size: 18px;
}

.navbar-search-input {
  /*border-radius: 5px; border:1px solid #eee; padding-left: 10px; width: 0px; width: 0;*/

  width: 0;
  height: 30px;
  padding: 0;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  background: none;
  outline: 0;
  border: 0;
  transition: all 0.3s ease-out 0s;
}

.navbar-right dl dd:nth-of-type(1) {
  width: 160px;
}

.active .navbar-search-input {
  width: 160px;
  border-radius: 5px;
  border: 1px solid #eee;
  padding: 0 10px;
  transition: all 0.3s ease-out 0s;
}
.navbar-toggle {
  padding-right: 30px;
}
.navbar-toggle img {
  width: 30px;
}

.warning input {
  background: #fff0f0;
  border-left: 1px solid #ffc9c9;
  border-right: 1px solid #ffc9c9;
}

#wrap {
  padding-top: 62px !important;
}

#mainContent,
.MainContainer {
  padding-top: 70px !important;
}
.main {
  position: relative;
  padding-top: 20px;
}

.main2 {
  position: relative;
  padding-top: 10px;
}

#leftMenu {
  color: #fff;
  background: #3ca5f6;
  float: left;
  width: 20%;
  position: relative;
}

#leftMenu dl dd {
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  padding: 0px 15px;
  cursor: pointer;
}

#leftMenu dl dd::after {
  content: '>';
  text-align: right;
  float: right;
}

#leftMenu dl dd i {
  margin-right: 8px;
  font-size: 22px;
}

#sliderPic {
  overflow: hidden;
  float: right;
  width: 79%;
}

#leftMenu dl dd.active {
  background: #fff;
  color: #47aee4;
}
.navbar-search dl dd.online a {
  font-size: 22px;
}
.swiper-slide a span {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 60px;
  height: 60px;
  text-indent: 20px;
  color: #fff;
  /*
    background: url("/assets/images/focusBg.png");
    */
  background: rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
}

.swiperImg {
  height: 400px;
}

.row-slider {
  margin: 0px auto;
}

.swiper-pagination-bullet {
  background: #a3a3a3;
  opacity: 1;
  width: 10px;
  height: 10px;
  margin: 5px 3px;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  display: none;
}

.swiper-container:hover .swiper-button-prev,
.swiper-container:hover .swiper-button-next {
  display: block;
}

.widget {
  padding: 15px;
  margin-bottom: 20px;
  background: #fff;
}

.widget-title {
  margin: 0 0 10px;
  padding: 1px 0 1px 7px;
  font-size: 16px;
  font-weight: 400;
  border-left: 3px solid #3ca5f6;
}

#gzh-bar small {
  display: block;
  color: #999;
  line-height: 22px;
}

#gzh-bar h3 {
  font-size: 18px;
}

.sec-panel {
  background: #fff;
  margin-bottom: 20px;
}

.sec-panel-head {
  position: relative;
  padding: 0 15px;
}

.topic-recommend .sec-panel-head h3 {
  font-size: 18px;
  line-height: 48px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #efefef;
}

.sec-panel-head {
  position: relative;
  padding: 0 15px;
}

.topic-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.topic-list .topic {
  word-spacing: 0;
  width: 25%;
  padding: 0 6px;
  margin-bottom: 15px;
}

.topic-recommend .sec-panel-body {
  padding: 15px 9px;
}

.topic-list span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  transition: all 0.3s ease-out;
}
.topic-list span:hover {
  color: #47aee4 !important;
}
.topic-list .cover-container img {
  width: 100%;
  height: auto;
  min-width: 160px;
  min-height: 108px;
  vertical-align: top;
}

.topic-list .cover-container:hover img,
.topic-list .cover-container img {
  transition: -webkit-transform 0.5s ease-out 0s;
  transition: transform 0.5s ease-out 0s;
  transition: transform 0.5s ease-out 0s, -webkit-transform 0.5s ease-out 0s;
}

.ease-out {
  transition: -webkit-transform 0.5s ease-out 0s;
  transition: transform 0.5s ease-out 0s;
  transition: transform 0.5s ease-out 0s, -webkit-transform 0.5s ease-out 0s;
}

.ease-out:hover {
  transform: scale(1.03);
}

#newslist .sec-panel-head ul {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  white-space: nowrap;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

#newslist .sec-panel-head ul li {
  line-height: 50px;
  cursor: pointer;
  display: block;
  width: 0;
  flex-grow: 1;
  text-align: center;
  min-width: 100px;
}

#newslist .sec-panel-head ul li.active {
  font-weight: 500;
  border-bottom: 2px solid #3ca5f6;
  color: #1a8f92;
}

.article-list {
  padding: 0 15px;
  margin: 0 0 10px;
  list-style: none;
  min-height: 800px;
}

.article-list .item {
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
  overflow: hidden;
  transition: all 0.3s ease 0s;
}

.article-list .item-img {
  position: relative;
  float: left;
  width: 245px;
  overflow: hidden;
  transition: box-shadow 0.3s ease 0s;
}

.article-list .item-category {
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 5px 6px;
  font-size: 12px;

  line-height: 1;
  color: #fff !important;
  background-color: #000;
  filter: alpha(opacity=60);
  background: rgba(0, 0, 0, 0.6);
  border-radius: 2px;
  text-decoration: none;
}

.article-list .item-title {
  margin: 0 0 10px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.4;
}

.article-list .item-title a {
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  font-size: 20px;
  text-decoration: none;
}

.article-list .item-content {
  position: relative;
  margin-left: 265px;
  min-height: 152px;
}

.article-list .item-excerpt {
  line-height: 22px;
  color: #666;
  font-size: 14px;
  overflow: hidden;

  text-overflow: ellipsis;
}

.article-list .item-meta {
  position: absolute;
  bottom: 0;
  color: #999;
  font-size: 13px;
  width: 100%;
  text-align: right;
}

.article-list .item-meta .item-meta-li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
  line-height: 30px;
}

.load-more-wrap {
  padding: 10px 0;
  margin: 0 10px;
}

.load-more {
  display: block !important;
  padding: 8px;
  color: #999;
  line-height: 1.4;
  font-size: 14px;

  text-align: center;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  max-width: none !important;
}

.load-more:hover {
  border-color: #1a8f92;
}

.widget_post_thumb ul .item {
  margin: 0;
  padding: 5px 0 8px;
  overflow: hidden;
}

.widget_post_thumb ul .item:last-child {
  padding-bottom: 0;
}

.widget_post_thumb ul .item:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
  transition: all 0.3s ease-out 0s;
}

.widget_post_thumb ul li:before {
  display: none;
}

.widget_post_thumb .item-img {
  float: left;
  width: 100px;
  overflow: hidden;
  border-radius: 2px;
}

.widget_post_thumb .item-img img {
  width: 100%;
  height: 63px;
  vertical-align: top;
  transition: all 0.3s ease-out 0s;
}

.widget_post_thumb .item-img.item-video:hover .item-img-inner:after,
.widget_post_thumb .item-img.item-video:hover .item-img-inner:before {
  opacity: 1;
  transition: all 0.3s ease-out 0s;
}

.widget_post_thumb .item-img.item-video .item-img-inner {
  position: relative;
  display: block;
}

.widget_post_thumb .item-img.item-video .item-img-inner:before {
  z-index: 1;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
}

.widget_post_thumb .item-img.item-video .item-img-inner:after,
.widget_post_thumb .item-img.item-video .item-img-inner:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 36px;
  height: 36px;
  margin-left: -18px;
  margin-top: -18px;
  box-sizing: border-box;
  opacity: 0.8;
  transition: all 0.3s ease-out 0s;
}

.widget_post_thumb .item-img.item-video .item-img-inner:after {
  padding-left: 3px;
  text-align: center;
  line-height: 36px;
  font-size: 20px;
  font-family: FontAwesome;
  color: #fff;
  content: '\f04b';
}

.widget_post_thumb .item-title {
  height: 40px;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-height: 20px;
}

.widget_post_thumb .item-title a {
  font-size: 14px;
  color: #333;
}

.widget_post_thumb .item-date {
  margin: 0;
  font-size: 12px;
  color: #999;
  line-height: 14px;
}

.widget_post_thumb .item-content {
  margin-left: 110px;
}

.widget ol li:before,
.widget ul li:before {
  position: absolute;
  left: 0;
  top: 13px;
  content: '';
  width: 0;
  height: 0;
  line-height: 0;
  border: 4px solid transparent;
  border-left: 4px solid #ccc;
}

.widget ol a,
.widget ul a {
  color: #666;
}

.widget ol li,
.widget ul li {
  position: relative;
  padding: 5px 0 5px 12px;
}

.widget .tagcloud a {
  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 4px 12px;
  font-size: 12px !important;
  line-height: 1;
  color: #666;
  border: 1px solid #999;
  border-radius: 3px;
  text-decoration: none;
}

.widget .tagcloud a:hover {
  color: #fff !important;
  background: #4285f4 !important;
  border-color: #4285f4 !important;
}

@media (max-width: 767px) {
  .article-list .item-img {
    width: 120px;
    height: 75px;
  }
  .article-list .item-title a {
    font-size: 14px;
  }
  .article-list .item-content {
    margin-left: 130px;
    min-height: 75px;
  }
}

@media (max-width: 580px) {
  #sliderPic {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .container {
    width: 100%;
  }

  .topic-list .topic {
    width: 50%;
  }

  #newslist .sec-panel-head ul {
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
  }

  /* for Chrome */
  #newslist .sec-panel-head ul::-webkit-scrollbar {
    display: none;
  }
}

/**footer**/
#nbbfooter {
  width: 100%;

  /* background: #2253a5; */

  background: url(/assets/images/bg/lan.png);

  margin-bottom: 20px;
}

.nbbfooter {
  background: #2454a8;
}
._footer {
  padding: 25px 0;
  border-top: 1px solid #ececec;
  background: #333;
  color: #999;
  font-family: tahoma, 'microsoft yahei', '微软雅黑';
}
._footer a {
  color: #999 !important;
}
/*
._footer article{ background: url(/assets/images/logo/logo_hui.png) left no-repeat; background-size: 120px; padding-left: 130px}
*/
.foot-nav {
  text-align: center;
}

.foot-nav a {
  display: inline-block;
  margin-right: 10px;
}

.foot-nav a::after {
  content: '|';
  width: 1px;
  margin-left: 10px;
}
#foot-art {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  padding-top: 10px;
}
#foot-art article {
  float: left;
  width: 50%;
  text-align: center;
  line-height: 30px;
}
#foot-art .gzh {
  float: right;
  width: 40%;
}
#foot-art .gzh span {
  padding-left: 15px;
  font-size: 20px;
}
#foot-art .gzh img {
  width: 100px;
}

#foot-intro {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #666;
  margin-bottom: 10px;
  padding-top: 10px;
}
#foot-intro h2 {
  color: #fff;
  font-size: 18px;
}

.foot-nav a:last-of-type::after {
  content: '';
  width: 0px;
  margin-left: 0px;
}
._footer .info {
  text-align: center;
  color: #999;
}

/**底部结束**/

.product-item .item {
  background: #fff;
  z-index: 1000;
  position: absolute;
  top: 0px;
  left: 100%;
  width: 710px;
  height: 400px;
  overflow-y: auto;
  color: #333;
  box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  padding: 20px;
  display: none;
}

.product-item .item ul li .item-type {
  float: left;
  width: 14%;
  text-align: center;
}

.product-item .item ul li {
  margin-bottom: 10px;
}

.product-item .item ul li .item-list {
  border-bottom: 1px solid #ececec;
  float: right;
  width: 85%;
  padding-bottom: 5px;
}

.product-item .item ul li .item-list a {
  font-size: 12px;
  font-weight: normal;
  color: #999;
  line-height: 22px;
  padding: 0px 2px;
  font-family: initial;
  display: inline-block;
}
.product-item .item ul li .item-list a:hover {
  color: #1a8f92;
}
.article-list-panel .alist {
  display: none;
}

.article-list-panel .alist:nth-of-type(1) {
  display: block;
}

/* 客服样式 */

#abs_service {
  vertical-align: middle;
  border: 0;
  z-index: 9999;
  position: fixed;
  width: 64px;
  height: 192px;
  top: 200px;
  right: 0;
}

#abs_service .sers {
  width: 64px;
  height: 67px;
  position: relative;
  margin-bottom: 5px;
  text-decoration: none;
  display: block;
  background-position: 12px 3px;
  background-color: #3ca5f6;
  background-repeat: no-repeat;
}

#abs_service .sers_title {
  margin: 0 auto;
  text-align: center;
  font-size: 13px;
  line-height: 25px;
  position: absolute;
  bottom: 0;
  width: 100%;
  color: #fff;
}

#abs_service .ser_online {
  background-image: url(/assets/images/online.png);
  cursor: pointer;
  opacity: 1;
  text-decoration: none;
}

#abs_service .ser_wx {
  background-image: url(/assets/images/wx.png);
  opacity: 1;
}

#abs_service .ser_tel {
  background-image: url(/assets/images/tel.png);
  opacity: 1;
  text-decoration: none;
}

#abs_service .pic {
  display: none;
  position: absolute;
  left: -163px;
  top: 0px;
  width: 160px;
  height: 160px;
  max-width: unset !important;
  border: 1px solid #a0a0a0;
}

#abs_service .tel_number {
  display: none;
  background-color: #b7bec6;
  position: absolute;
  width: 160px;
  left: -162px;
  top: 0px;
  line-height: 67px;
  color: #333;
  font-size: 16px;
  text-align: center;
}

/**页面导航开始***/
.qb_ui_Site_nav {
  margin: 10px auto 0px auto;
}

.qb_ui_Site_nav ul {
  border: #ddd solid 1px;
  line-height: 35px;
  background: #fafafa;
  padding-left: 15px;
  font-size: 14px;
}

.qb_ui_Site_nav ul:after {
  content: '';
  display: block;
  clear: both;
}

.qb_ui_Site_nav ul ol,
.qb_ui_Site_nav ul li {
  float: left;
}

.qb_ui_Site_nav ul ol {
  padding-right: 10px;
  color: #3ca5f6;
}

.qb_ui_Site_nav ul ol i {
  display: inline-block;
  margin-right: 3px;
  color: #888;
}

.qb_ui_Site_nav ul li a {
  color: #666;
}

.qb_ui_Site_nav ul li a:before {
  content: '->';
  display: inline-block;
  color: #999;
  padding: 0px 5px;
}

.qb_ui_Site_nav ul li a.home:before {
  content: '';
}

/**页面导航结束***/
.box-fixed {
  position: fixed;
  top: 65px;
  max-width: 288px;
}
.box-fixed #wpcom-post-thumb-3 ul li:nth-of-type(2n + 0) {
  display: none;
}
.box-fixed .widget {
  margin-bottom: 10px !important;
}
.widget_image_ad {
  margin-bottom: 10px;
}
.relates-news ul li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  height: 25px;
  line-height: 25px;
  color: #999;
  overflow: hidden;
  text-overflow: ellipsis;
}

.relates-news ul li a {
  color: #1a8f92;
  display: inline-block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: top;
}

/* pagination ======================================================================================================== */

.pagination {
  margin: 0;
  padding: 20px;
  text-align: center;
  font-size: 12px;
  display: block;
}

.pagination ul {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}

.pagination ul > li {
  display: inline;
}

.pagination ul > li > a,
.pagination ul > li > span {
  margin: 0 2px;
  float: left;
  padding: 5px 12px;
  background-color: #ddd;
  color: #666;
  border-radius: 2px;
  opacity: 0.88;
}

.pagination ul > li > a:hover,
.pagination ul > li > a:focus {
  opacity: 1;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #45b6f7;
  color: #fff;
}

.pagination ul > .active > a,
.pagination ul > .active > span {
  cursor: default;
}

.pagination ul > li > span,
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}

.pagination-loading {
  font-size: 16px;
  text-align: center;
  color: #999;
  padding: 15px 0;
}

.pagination-loading img {
  width: 80px;
}

.ias_trigger {
  margin: 15px 0 0;
}

.ias_trigger a {
  display: block;
  background-color: #e6e6e6;
  line-height: 32px;
  text-align: center;
  color: #999;
}

.ias_trigger a:hover {
  display: block;
  background-color: #ddd;
  color: #666;
}
/*****PC分页样式开始*****/
.pagination {
  text-align: center;
  width: 100%;
  clear: both;
  padding: 10px 0;
}
.pagination li {
  display: inline-block;
  line-height: 30px;
  margin: 0 5px;
}
.pagination li a,
.pagination li span {
  display: block;
  border: #ddd solid 1px;
  padding: 0 8px;
  color: #666;
}
.pagination li a,
.pagination li span {
  color: #999;
}
.pagination li a:hover {
  border: #f30 solid 1px;
  background: #f60;
  color: #fff;
}
.pagination li.active span {
  border: #21806e solid 1px;
  background: #64c2b0;
  color: #fff;
}
/*****PC分页样式结束*****/
/* pagenav ======================================================================================================== */

.pagenav {
  overflow: hidden;
  text-align: center;
  padding: 20px;
}

.pagenav a,
.pagenav .current,
.pagenav .page-numbers {
  padding: 6px 12px 5px;
  color: #666;
  display: inline-block;
  border-radius: 3px;
  background-color: #eee;
  margin: 0 1px;
  font-size: 12px;
}

.pagenav .current {
  background-color: #45b6f7;
  color: #fff;
}

.pagenav a:hover {
  background-color: #ccc;
  color: #444;
}

/***底部公众号图标****/
.gzhIcon {
  bottom: 0px;
  right: 100px;
  position: absolute;
}

.gzhIcon a {
  display: inline-block;
  margin: 0px 5px;
}

.gzhIcon i {
  font-size: 30px !important;
}

.gzhIcon a:nth-of-type(1) {
  position: relative;
}

.nbbwx {
  position: absolute;
  top: -155px;
  width: 120px;
  z-index: 100;
  left: -60px;
  /*
    background-color: #fff;      
    box-shadow: 0 0 5px 1px rgba(0,0,0,.3);    
    transition: all .2s ease-out .1s;
    max-width: none;
    display: none;*/
  width: 150px;
  height: 150px;
  display: none;
  background-color: #fff;
  background-size: 95% auto;
  background-position: 50%;
  background-repeat: no-repeat;
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.3);

  transition: all 0.2s ease-out 0.1s;
  background-image: url(/assets/images/ewm/gzh.png);
}
.nbbwx::after {
  position: absolute;
  bottom: -16px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -8px;
  line-height: 0;
  border: 8px solid transparent;
  border-top: 8px solid #fff;
  content: '';
}
.gzhIcon a:nth-of-type(1):hover .nbbwx {
  display: block;
}
.gzhIcon a:hover i {
  color: #1a8f92;
}
/***底部公众号图标结束****/

/**返回顶部**/
.topUpCont {
  position: fixed;
  width: 80px;
  border: #ddd solid 1px;
  background: #fff;
  z-index: 10000;
  right: 10px;
  bottom: 10px;
  border-radius: 5px;
  text-align: center;
  padding: 10px 0px;
  line-height: 20px;
  cursor: pointer;
  color: #999;
  display: none;
}
.topUpCont ol,
.topUpCont ul {
  margin: 0px auto !important;
}
.topUpCont i {
  font-size: 20px;
}

.topUpCont:hover {
  border: #f60 solid 1px;
  background: #f90;
  color: #fff;
}
/**返回顶部结束**/
.navbar-collapse {
  position: fixed;
  bottom: 0;
  top: 0;
  right: 100%;
  z-index: 998;
  padding: 10px 20px;
  width: 80%;
  height: 100% !important;
  margin: 0 !important;
  background: #fff;
  transition: all 0.3s ease-out 0s;
  overflow: auto;
  border: 0;
}
.navbar-on-shadow {
  position: fixed;
  z-index: 900;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  display: none;
  background: rgba(0, 0, 0, 0.3);
}
.navbar-collapse .top-bar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.navbar-collapse .logo {
  width: 80px;
}
.navbar-collapse .top-bar i {
  cursor: pointer;
  font-size: 30px;
}

/*
section.section_base{
    border: 1px solid #EAECF1;
    padding: 10px;
    margin: 20px auto;
    background: #F9FBFF
    
}
section.section_base header{
    
    text-align: left;   line-height: 30px; margin-bottom: 20px;
    color: #2e75b5;
    font-weight: bold;

}
*/
section.section_base th {
  word-break: keep-all;
  white-space: nowrap;
  vertical-align: top;
}

section.section_base header {
  text-align: left;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #2e75b5;
  font-size: 20px;
  font-weight: bold;
}
section.section_base table,
section.section_base table td,
section.section_base table th {
  border: none !important;
  font-size: 14px !important;
  background-color: #fff;
}
section.section_base tr > td:first-of-type,
section.section_base th {
  font-weight: bold;
  font-size: 14px !important;
  vertical-align: top;
}
section.section_base th + td {
  font-weight: normal !important;
  font-size: 14px !important;
}
section.section_base tr > td:first-of-type::after,
section.section_base tr > th::after {
  content: '：';
}
section.section_base article thead {
  display: none;
}
#MICHAT-FLOAT-WRAP {
  display: none !important;
}
