﻿* {
  list-style: none;
}
html {
  background: #ffffff;
  font: normal 16px/1.5 "Microsoft Yahei", "PingFang", "Droid Sans";
}
body {
  color: #333;
}
a {
  color: #333;
}
a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.toppest-header {
  background: #e4efff;
  border-bottom: 1px solid #dbdcff;
}
.toppest-link {
  display: inline-block;
  font-size: 14px;
  color: #006dac;
  line-height: 45px;
}
.header {
  position: relative;
  background: top center url(../img/header_bg.jpg);
}
.top-header {
  padding-top: 90px;
  display: flex;
  align-items: center;
}
.logo-wrapper img {
  height: 85px;
}
.search-wrapper {
  flex: 1;
}
.search-input {
  outline: none;
}
.search-outline {
  margin-left: auto;
  width: 400px;
  background: #ffffff;
  border: 1px solid #adb4e1;
  border-radius: 6px;
  transition: all 0.5s ease;
}
.search-outline:focus-within {
  width: 450px;
  box-shadow: 0 0 6px #7a89ec;
}
.search-input {
  background: transparent;
  flex: 1;
  line-height: 40px;
  font-size: 14px;
  border: none;
  padding-left: 1rem;
}
.btn-search {
  color: #293aae;
  padding: 0 10px;
}
.btn-search:hover {
  color: #7585ec;
}
.btn-search .iconfont {
  font-size: 25px;
}
.hot-words {
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  justify-content: flex-end;
}
.word-hint {
  padding: 0 8px;
  margin-top: 10px;
  text-align: center;
  color: #fff;
  background: #293aae;
  border-radius: 4px;
}
.word-link {
  width: 80px;
  margin-left: 10px;
  margin-top: 10px;
  background: #dbdbdb;
  border-radius: 4px;
}
#topNavWrapper .navbar {
  margin-top: 80px;
}
#topNavWrapper .navbar-nav {
  padding: 0 80px;
  background: #293aae;
}
#topNavWrapper .navbar-brand {
  color: #fff;
}
#topNavWrapper .navbar-toggler .iconfont {
  color: #fff;
}
.navbar .nav-item {
  flex: 1;
  text-align: center;
}
.navbar .nav-item {
  border-right: 1px solid #3c50d6;
  border-left: 1px solid #0f2199;
}
.navbar .nav-item:first-child {
  border-left: none;
}
.navbar .nav-item:last-child {
  border-right: none;
}
.navbar .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 22px;
  background: #293aae;
  padding: 8px 0;
}
.navbar .nav-link .iconfont {
  font-size: 30px;
  margin-right: 5px;
}
.headline-wrapper {
  position: relative;
  padding: 15px 25px 20px 25px;
}
.headline-tag {
  position: absolute;
  top: 0;
  left: 0;
}
.headline-title {
  font-size: 28px;
  font-family: FZHTJW;
  color: #000;
  padding: 0 40px 10px 40px;
}
.headline-list-wrapper {
  display: flex;
  justify-content: center;
}
.headline-list-wrapper .entry {
  max-width: 67%;
  min-width: 5%;
}
#mainCarousel {
  height: 360px;
}
.carousel,
.carousel-inner,
.carousel-item {
  height: 100%;
}
.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.carousel-indicators {
  left: unset;
  justify-content: flex-end;
  padding: 1rem 1rem 1rem 0;
  margin: 0;
}
.carousel-indicators li {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  opacity: 0.9;
  border: 0;
  margin: 0 0.2rem;
}
#mainCarousel .carousel-indicators li.active {
  background-color: #ff0000;
}
#bannerCarousel .carousel-indicators li.active {
  background-color: #293aae;
}
#mainCarousel .carousel-caption {
  background-color: rgba(0, 0, 0, 0.55);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 8rem 0.75rem 1rem;
  text-align: left;
}
#mainCarousel .carousel-caption a {
  color: #fff;
}
.zhuanti-title {
  width: 55px;
  font-size: 18px;
  line-height: 20px;
  padding: 24px 18px;
  background: #293aae;
}
.zhuanti-title a {
  color: #fff;
}
.zhuanti-swiper-wrapper {
  border: 1px solid #e9e9e9;
  width: calc(100% - 55px);
  position: relative;
  padding: 15px 20px;
  overflow: hidden;
}
.zhuanti-swiper {
  overflow: hidden;
}
.zhuanti-swiper .swiper-slide img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}
.zhuanti-swiper-wrapper .swiper-button-prev:after,
.zhuanti-swiper-wrapper .swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
  color: #2f2f2f;
}
.nav-column-title {
  align-items: center;
  font-size: 20px;
  color: #293aae;
  border-bottom: 2px solid #ebebeb;
}
.nav-column-title .nav-link {
  padding: 8px 12px 8px;
  line-height: 30px;
  margin-bottom: -2px;
  position: relative;
}
.nav-column-title .nav-link.active {
  color: #293aae;
  border-bottom: 2px solid #293aae;
  font-weight: bold;
}
.nav-column-title .nav-link.active::after {
  position: absolute;
  content: "";
  bottom: -7px;
  left: calc(50% - 5px);
  background: url(../img/down_arrow.png) no-repeat;
  width: 12px;
  height: 7px;
}
.nav-column-title .more-tag {
  font-size: 16px;
  color: #999999;
}
.column-wrapper .news-list-wrapper {
  padding: 0;
  margin: 0;
}
.column-wrapper .news-list-wrapper .entry-wrapper {
  font-size: 16px;
  color: #333333;
  line-height: 37px;
  display: flex;
}
.column-wrapper .news-list-wrapper .entry-wrapper::before {
  content: "\2022";
  color: #bababa;
  margin-right: 8px;
}
.column-wrapper .news-list-wrapper .entry-wrapper .title {
  flex: 1;
}
.column-wrapper .news-list-wrapper .entry-wrapper .date {
  flex: 0 0 4rem;
  color: #bbbbbb;
  text-align: right;
}
.addition-block {
  background: #f7f7f7;
  border-radius: 6px;
  padding: 10px 15px 15px;
}
.file-search-wrapper {
  display: flex;
  border: 1px solid #1288cc;
  transition: all 0.5s ease;
  margin-bottom: 10px;
}
.file-search-wrapper:focus-within {
  box-shadow: 0 0 8px #1288cc;
}
.file-select {
  padding: 0 10px;
  outline: none;
  border: none;
  font-size: 16px;
  color: #006dac;
  line-height: 50px;
}
.file-search-input {
  flex: 1;
  outline: none;
  border: none;
  line-height: 50px;
  padding: 0 8px;
}
.btn-file-search {
  display: flex;
  align-items: center;
  color: #fff;
  background: #006dac;
  border-radius: 0;
  padding: 0 15px;
}
.btn-file-search .iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.btn-file-search:hover {
  color: #fff;
  background: #2a95d3;
}
.online-service-wrapper {
  background: right bottom / auto 100% url(../img/service-bg.jpg) no-repeat;
}
.online-service-list {
  position: relative;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.service-left {
  width: 22%;
}
.service-mid {
  width: 63%;
}
.service-right {
  width: 15%;
}
.service-link {
  justify-content: center;
  display: flex;
  align-items: center;
  padding: 10px;
}
.service-link .icon-wrapper {
  margin-right: 10px;
}
.online-service-list .entry {
  position: relative;
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 8px 10px;
  margin: 8px 5px;
  width: calc(25% - 10px);
}

.online-service-list .entry .qrcode-wrapper {
  background: #fff;
  z-index: 99;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  text-align: center;
  display: none;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
.online-service-list .entry .qrcode-wrapper img {
  width: 140px;
  height: 140px;
}
.online-service-list .entry:hover .qrcode-wrapper {
  display: block;
}
.online-service-list .entry .icon-link {
  z-index: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
.online-service-list .entry .icon-wrapper {
  margin-right: 10px;
}
.online-service-list .entry .text {
  color: #000;
}
.service-wrapper .title-wrapper {
  text-align: center;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  background: #293aae;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 0px 7px 0px rgba(26, 128, 254, 0.28);
  margin-bottom: 7px;
}
.service-wrapper .entry-btn-wrapper {
  height: 80px;
  display: block;
  background: #fff;
  padding: 8px 0;
  text-align: center;
  border: 1px solid #f6f6f6;
  box-shadow: 0px 0px 7px 0px rgba(26, 128, 254, 0.28);
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.service-wrapper .entry-btn-wrapper:hover {
  transform: translateY(-5px);
  box-shadow: 0px 3px 10px 0px rgba(17, 99, 201, 0.8);
}

/* site map page */
.dty_mutitle {
  width: 100%;
  clear: both;
  height: 36px;
  line-height: 36px;
  border-bottom: #293aae 1px solid;
  overflow: hidden;
  margin-top: 25px;
}
.dty_mutitle a {
  display: block;
  float: left;
  height: 36px;
  line-height: 36px;
  font-size: 15px;
  color: #fff;
  padding: 0 20px;
  background: #293aae;
  white-space: nowrap;
}
.dty_mutitle a:hover {
  color: #fff;
}
.dty_sublb {
  padding: 0;
  clear: both;
  width: 100%;
}
.dty_sublb li {
  float: left;
  height: 42px;
  line-height: 42px;
  padding-right: 20px;
  min-width: 125px;
  padding-left: 0px;
}
.dty_sublb li.line {
  height: 1px;
  overflow: hidden;
  padding: 0;
  width: auto;
}
.dty_sublb li a {
  line-height: 42px;
  font-size: 15px;
  color: #555;
}
.dty_sublb li a:hover {
  color: #f00;
}
.dty_ersub {
  height: 40px;
  line-height: 40px;
  padding: 0 0 0 34px;
  font-size: 18px;
  font-weight: bold;
}
.dty_ersub a {
  color: #d23324;
}
.dt_sub {
  margin-bottom: 15px;
}
.clear {
  clear: both;
}
.pages .pages-l {
  padding: 8px 0 !important;
}
.pages .pages-l a {
  margin: 0 2px !important;
}
.entry-btn-wrapper:last-child {
  margin-bottom: 0;
}
.entry-btn-wrapper span {
  display: block;
}
.footer-section {
  background: #f2f2f2;
  padding-top: 22px;
  padding-bottom: 30px;
}
.footer-section img {
  max-width: 100%;
}
.external-link-wrapper {
  color: #333;
  font-size: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.external-link {
  display: inline-block;
  margin: 0 0.5rem;
  color: #333;
}
.external-link:hover {
  color: #aaa;
}
.footer-info-wrapper {
  padding-top: 30px;
}
.footer-info-wrapper span {
  line-height: 2;
  margin-left: 0.5rem;
  display: inline-block;
  color: #333;
}
.footer-info-wrapper a {
  color: #333;
}
.footer-info-wrapper a:hover {
  color: #aaa;
}

/* qrcode page */
.qrcode-page-list .entry-wrapper {
  padding: 20px 10px;
  border-radius: 8px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}
.qrcode-page-list .qrcode-wrapper img {
  width: 160px;
  height: 160px;
}
.qrcode-page-list .text-wrapper {
  display: block;
  line-height: 40px;
  color: #333;
  margin-top: 30px;
  font-size: 18px;
}

@media only screen and (max-width: 1199px) {
  .service-left {
    width: 45%;
  }
  .service-mid {
    width: 100%;
    padding: 10px 15px;
  }
  .service-right {
    width: 55%;
    padding: 10px 15px;
  }
}
@media only screen and (max-width: 992px) {
  .top-header {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 30px;
  }
  .search-wrapper {
    padding-top: 20px;
  }
  .search-outline {
    margin: auto;
    width: 70%;
  }
  .search-outline:focus-within {
    width: 75%;
  }
  .hot-words {
    justify-content: center;
    flex-wrap: wrap;
  }
  #topNavWrapper .navbar {
    margin-top: 30px;
  }
  #topNavWrapper .navbar-nav {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  #topNavWrapper {
    background: #293aae;
  }
  .navbar .nav-item {
    border: none;
  }
  .headline-wrapper .headline-title {
    padding: 25px 5px 10px 5px;
    font-size: 24px;
  }
  .logo-wrapper img {
    width: 100%;
    height: auto;
  }
  .footer-section {
    padding-top: 24px;
    padding-bottom: 40px;
  }
  .external-link {
    font-size: 1rem;
  }
  .footer-info-wrapper {
    padding-top: 16px;
  }
  .btn-file-search .iconfont {
    margin-right: 0;
  }
  .file-search-input {
    width: 80%;
  }
  .online-service-list .entry {
    width: calc(50% - 10px);
  }
}
@media only screen and (max-width: 575px) {
  .zhuanti-title {
    padding: 15px 10px;
    width: 40px;
  }
  .zhuanti-swiper-wrapper {
    width: calc(100% - 40px);
  }
  .zhuanti-swiper .swiper-slide img {
    height: 80px;
  }
  .service-left {
    width: 100%;
  }
  .service-right {
    width: 100%;
  }
  .online-service-list .entry {
    width: 100%;
    margin: 6px 0;
  }
  #mainCarousel {
    height: 240px;
  }
}
@media only screen and (max-width: 350px) {
}
