
body, html {
  margin: 0;
  padding: 0;
}
.bg-container {
  background: url(../img/top_bg.jpg) center top no-repeat #e4f1f9;
}
.banner {
  width: 100%;
}
.banner img {
  width: 100%;
}
.customer-navbar-style {
  background-color: #004564;
  color: #fff;
  border-top: 1px solid #7899b0;
  padding: 0;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 199;


}
.customer-navbar-style .navbar-nav-scroll {
  height: 3rem;
}

.customer-navbar-style .navbar-nav .nav-item {
  border-right: 1px solid #7899b0;
  position: relative;
}

.customer-navbar-style .navbar-nav .nav-link {
  color: #fff;
  font-weight: bold;
  padding: 0 2rem;

}
.float-content {
  width: 200px;
}
.float-content img {
  width: 100%;
}


.navbar-light .navbar-nav .nav-link:focus, 
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff;

}

/* 子菜单 */
.customer-navbar-style .sub-menu {
  background: #13547b;
  position: absolute;
  left: 0;
  top: 49px;
  z-index: 199;
  width: 100%;
  height: auto;
  text-align: center;
  display: none;
  padding: 10px 0;
}
.customer-navbar-style .sub-menu .nav-link {
  padding: 0 !important;
  font-size: 14px!important;

  height: 36px;
  line-height: 36px;

}
.customer-navbar-style .sub-menu .nav-link:hover {
  background-color: rgba(0, 54, 93, .3) !important;

}


.news-title {
  width: 100%;
  border-bottom: 1px dashed #efefef;
  font-size: 14px;
  
}
.news-title p {
  margin: 0;
  line-height: 2.4em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
}
.news-title:hover p {
  color: #13547b;
}
.news-title .font-icon {
  font-size: 12px;
  color: #f60;

}
.img-wrap {
  height: 400px;
}
.img-wrap img {
  width: 100%;
  height: 100%;
}

.block-title {
  border-bottom: 1px solid #c5c5c5;
  line-height: 1em;
}

.block-title span {
  font-size: 18px;
  display: inline-block;
  height: 30px;
  font-weight: bold;
  color: #13547b;
  border-bottom: 2px solid #13547b;
  margin-bottom: -1px;
}
/* 网站一键变灰 */
/* html {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
} */
/* 浮窗 */
.float-box {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 200px;
  z-index: 1999;
}
.close-btn {
  position: absolute;
  top: -25px;
  right: 5px;
  font-size: 18px;
  cursor: pointer;
}
.mid-banner .img-wrap {
  background: transparent;
  padding-bottom: 10.17%;
  position: relative;
  height: auto;
}
.mid-banner .img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-page {
  background-color: #fff;
  padding-top: 10px;
}
.jianwu {

  border: 1px solid #efefef;
  padding: 15px 10px;
  margin: 0;
  position: relative;
  padding-top: 40px;
}
.jianwu-item-wrap {
  /* width: 25%; */
  text-align: center;
  padding: 0 10px;
  margin: 0;
  box-sizing: border-box;
  /* padding: 10px 15px; */
}
.jianwu-item {
  width: 100%;
  background: #13547b;
  color: #fff;
  border-radius: 10px;
  line-height: 2.6em;
  height: 2.6em;

}
.jianwu .block-title2 {
  width: calc(100% + 20px);
  /* margin: -15px -10px; */
  /* margin-bottom: 20px; */
  padding-left: 0;
  position: absolute;
  top: 0;
  left: 0;

}
.jianwu .block-title2 span {
  display: inline-block;
  height: 100%;
  background: #13547b;
  color: #fff;
  line-height: 40px;
  padding: 0 15px;
}
.jicengdongtai {
  border: 1px solid #efefef;
  /* display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap; */
  margin: 0;
  margin-top: 20px;
  position: relative;

}
/* .jicengdongtai::after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  border-bottom: 1px solid #efefef;
} */
.jicengdongtai-item-wrap {
  text-align: center;
  padding: 15px 15px;
}
.jicengdongtai-item {
  width: 100%;
  color: #fff;
  /* height: 120px; */
  padding-bottom: 33%;
  position: relative;
  overflow: hidden;
}
.jicengdongtai-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.jicengdongtai-item .nav-link {
  display: inline-block;
  width: 100%;
  height: 100%;

}
.jicengdongtai-content img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.qrcode-wrap {
  border: 1px solid #efefef;
  border-top: none;
  padding: 4px 0;

}
.qrcode-box {
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}
.qrcode-box img {
  width: 100%;
}
.qrcode-title {
  background: #13547b;
  color: #fff;
  padding: 10px;
}
.qrcode-title .icon {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
ul, li {
  list-style: none;
  text-decoration: none;
  padding: 0;
  margin: 0;
}
li.block-content-item:hover {
  color: #13547b;
}
.block-content-item {
  padding: 0 10px;
  font-size: 14px;
  line-height: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-content-item::before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  background-color: #13547b;
  border-radius: 50%;
  margin-right: 10px;
}
.block-content-item .title {
  width: calc(100% - 95px);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;

}
.block-content-item .time {
  width: 80px;
  text-align: right;
}
.block-title2 {
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  background: url('../../static/img/bg_tit.png') left center / auto 100% repeat;
  padding: 0 20px;
}
.block-title2 span {
  border-left: 3px solid #13547b;
  padding-left: 5px;
  color: #13547b;
  font-weight: bold;
  height: 1.5em;
  line-height: 1.5em;
  display: inline-block;
}
.block-border {
  border: 1px solid #efefef;
  padding: 0;
  margin-bottom: 20px;
}
.block-content {
  padding: 10px 0;
}

.content-nav-title {
  font-size: 16px;
  color: #fff;
  padding: 0 10px;
  background-color: #0168ad;
  line-height: 2em;

}
.content-nav-item {
  text-align: center;
  border-bottom: 1px dashed #666;
  line-height: 2.4em;
  display: block;
  text-align: center;
  color: #333;
  position: relative;

}
.content-nav-item::before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  border: 5px solid transparent;
  border-left-color: #999;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);

}

.content-nav-item:hover, .content-nav-item.focus {
  color: #f00;
  text-decoration: none;
}

.content-breadcrumb {
  font-size: 14px;
  padding: 5px 0;
}
.list-inline-item a {
  color: #666;
  text-decoration: none;
}
.list-inline-item:nth-last-of-type(1) a {
  color: #0168ad;
}

/* 新闻列表 */

.news-item {
  position: relative;
  border: 1px solid #fff;
  padding: 25px 25px 25px 150px;
  min-height: 122px;
  background: url(../../static/img/ico_dot.png) 120px 65px no-repeat;
  transition: all .6s ease-in-out;
}
.news-item:hover {
  border-color: #fcfcfc;
  background-position: 120px -75px;
  border-color: #efefef;
}

.news-item-title {
  font-size: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.time-wrap {
  text-align: center;
  color: #999;
  position: absolute;
  left: 20px;
  top: 25px;
  text-align: center;
  font-size: 16px;
}
.time-wrap .year-box {
  font-size: 60px;
  font-weight: 100;
  line-height: 1em;
}

h4.index_toutiao {
  font-size: 38px;
  font-weight: bold;
  color: #004564;

}

.index_toutiao_content p{
  display: inline-block;
  width: calc(100% - 110px);
  font-size: 14px;
  color: #3a3a3a;
}

.index_toutiao_content .more{
  display: inline-block;
  width: 100px;
  text-align: right;
  font-size: 14px;
  color: #666;

}

.index_toutiao_content p:hover, .index_toutiao_content .more:hover {
  color: #004564!important;

  cursor: pointer;
}

.big-font-float {
  position: fixed;
  right: 0;
  bottom: 200px;
  background: #0168ad;
  width: 3.4em;
  height: 3.4em;
  border-radius: 50%;
  text-align: center;
  line-height: 2em;
  cursor: pointer;
  padding-top: .5em;
  box-sizing: border-box;
  z-index: 2999;
}
.big-font-float a {
  display: inline-block;
  width: 2em;
  line-height: 1.2em;
  color: #fff;
  text-decoration: none;
}
.content-time {
  color: #b0b0b0;
  font-size: 14px;
  border-bottom: 1px dashed #c6c6c6;
  line-height: 2em;

}
.cms-detail-title {
  font-size: 30px;
  font-weight: bold;
  line-height: 35px;
  text-align: center;
  margin-bottom: 0;
}

@media(max-width: 768px) {
  .container {
    max-width: 100%;
  }
  h4.index_toutiao {
    font-size: 20px;
  }
  .customer-navbar-style .nav-link {
    padding: 0 1.5rem;
  }
  .img-wrap {
    height: 280px;
  }
  .news-item {
    background: none;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #efefef;
  }

  .news-item .time-wrap {
    left: 0;
    top: 0;
    width: 55px;
    height: 48px;
    overflow: hidden;
    background: #e1e8eb;
    font-size: 12px;
    line-height: 18px;
  }
  .news-item .time-wrap .year-box {
    display: block;
    font-size: 26px;
    color: #13547b;
    background: #f2f6f8;
    line-height: 30px;
  }
  .news-item-title {
    overflow: hidden;
    white-space: normal;
    padding-left: 65px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
  .jianwu-item-wrap {
    padding: 0 5px;
  }
  .jianwu-item-wrap .nav-link {
    padding: 0;
  }
  .jianwu-item-wrap .nav-link .jianwu-item {
    font-size: 15px;
    border-radius: 8px;
  }

  .jicengdongtai-item-wrap {
    padding: 10px 5px;
  }
  .jicengdongtai-item-wrap .nav-link img {
    border-radius: 8px;
  }

  #floatElement {
    display: none;
  }
  .index_toutiao_content p{
    display: block;
    width: 100%;
  }

  .index_toutiao_content .more{
    display: block;
    width: 100%;
    text-align: right;
  }

}

@media(min-width: 1000px) {

  .container {
    max-width: 1000px;
  }
  h4.index_toutiao {
    font-size: 29px;
  }
  .customer-navbar-style .navbar-nav .nav-link {
    padding: 0 1.35rem;
    font-size: 17px;
  }
}

@media(min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
  h4.index_toutiao {
    font-size: 38px;
  }
  .customer-navbar-style .navbar-nav .nav-link {
    font-weight: bold;
    padding: 0 2rem;
  }
}



.mobile-menu {
  background-color: #fff;
  border-bottom: 1px solid #efefef;
  box-shadow: 0 1px 10px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: fixed;
  z-index: 999;
  max-height: calc(100% - 150px);
  overflow: auto;

}
.mobile-menu .search-wrap {
  text-align: center;

}
.footer {
  background: #363636;
}
.footer p {
  color: #fff;
  margin: 0;
  line-height: 1.8em;
}
.footer p a {
  color: #fff;
}
.link-title {
  border-bottom: 1px solid #eaeaea;
  font-size: 18px;
  font-weight: bold;
}
.link-box {
  width: 50%;
  background: #eaeaea;
  color: #fff;
  height: 40px;
  line-height: 40px;

  text-align: center;
  border-radius: 5px;
  font-size: 16px;
  margin-bottom: 10px;
  display: inline-block;
}
.link-box.column-2 {
  width: 50%;
}
.link-box.column-3 {
  width: 31%;
}
.link-box a {
  color: #000;
}
.link-box a:hover {
  color: #000;
  text-decoration: none;

}
.navbar-nav-scroll .navbar-nav {
  overflow: initial;
}

.preandnext {
  background: #fcfcfc;
  border: 1px solid #efefef;
  padding: 15px 20px;
  font-size: 14px;
}
.preandnext .common-link:hover {
  color: #13547b;
  text-decoration: none;
}

.cur-menu-label {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
.cur-menu-label::before {
  content: '';
  display: block;
  width: 100%;
  border-top: 1px solid #a4a4a4;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  z-index: 0;
}

.cur-menu-label span {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 3px 20px;
  background: #a4a4a4;
  color: #fff;
  border-radius: 18px;
  margin-left: 50px;
}
.cur-menu-label span::before, .cur-menu-label span::after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #a4a4a4;

}
.cur-menu-label span::before {
  left: -15px;
}
.cur-menu-label span::after {
  right: -15px;

}

.mob-nav-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  border-bottom: 1px solid #efefef;

}
.icon-arrow {
  display: inline-block;
  width: 40px;
  text-align: center;
  margin-right: -10px;
}
.icon-arrow.rotate {
  transform: rotate(180deg);

}
.mob-nav-link {
  flex-grow: 1;
  color: #333;
}
.mob-sub-menu {
  padding-left: 30px;
  background: #f9f9f9;
}
.mob-sub-menu .mob-nav-link {
  display: block;
  height: 40px;
  line-height: 40px;
  color: #666;

}
.display-hidden {
  display: none !important;
}
.mslide {
  position: relative;

}



.img-content-item {
  margin: 0 10px;
  width: 200px;
  height: 233px;
  border: 1px solid #ebebeb;

}
.img-content-item .img-wrap {
  width: 100%;
  height: 200px;
}

.img-content-item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.img-content-item .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img-content-item .content {
  font-size: 14px;
  height: 30px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f5f5f5;
  border-top: 1px solid #ebebeb;
  padding: 5px;
  color: #333;
  
}

.picture-block {
  border: 1px solid #efefef;
}

.picture-block .block-title2 {
  padding-left: 0;
}

.picture-block .block-title2 span {
  display: inline-block;
  height: 100%;
  background: #13547b;
  color: #fff;
  line-height: 40px;
  padding: 0 15px;

}


.img-block-content {
  border-top: 1px solid #efefef;
  padding: 20px 39px 25px;
}
.mslide .prev, .mslide .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 60px;
  z-index: 999;

}

.mslide .prev {
  left: -30px;
  background: url(../../static/img/p_l.png);
}
.mslide .next {
  right: -30px;
  background: url(../../static/img/p_r.png);

}

.customer-indicator {
  
  width: 100%;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
  height: 40px;
}
.customer-indicator li {
  display: inline-block;
  background: #fff;
  border: none;
  opacity: 1;
}
.customer-indicator li.active {
  background: #13547b;
}
.customer-carousel-caption {
  height: 40px;
  line-height: 40px;
  left: 0;
  bottom: 0;
  right: initial;
  text-align: left;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0;
  padding-left: 15px;
  font-size: 14px;
  font-weight: normal;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
}

.search-page-result {
  min-height: 300px;
}
.musk {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 99;
  overflow: hidden;
}

.body-overflow-hidden {
  height: 100vh;
  overflow: hidden;

}
.banner {
  position: relative;
  z-index: 199;
}
