* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Microsoft YaHei, Microsoft YaHei;
  color: #333;
}

body {
  background-color: #fff;
}

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

ul,
ol {
  list-style: none;
}

section {
  overflow: hidden;
}

img {
  border: none;
  vertical-align: middle;
}

/* è‡ªå®šä¹‰å·¥å…·ç±» */
.hide-x-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.hide-x-scrollbar::-webkit-scrollbar {
  display: none;
}

.tab-item.active {
  color: #113178;
  font-weight: bold;
  border-bottom: 2px solid #113178;
}

.hidden {
  display: none !important;
}


#navbar {
  width: 100%;
  border-bottom: 1px solid #eaeaea;
}

#navbar .top-bar {
  display: flex;
  padding: 12px 15.008px 12px 14px;
  align-items: center;
  background-color: #f5f5f5;
}

#navbar .contact-info {
  display: flex;
  align-items: center;
  margin-right: 22.992px;
}

#navbar .contact-info .mobile-tel-icon {
  width: 12.992px;
  height: 12.992px;
  margin-right: 7.008px;
}

#navbar .contact-info .desktop-text {
  display: none;
}

#navbar .contact-info .tel-number {
  color: #666;
  font-size: 14px;
}

#navbar .search-container {
  position: relative;
  margin-right: 26px;
  width: 164.992px;
  background-color: #fff;
  border-radius: 4px;
  border: 1.04px solid #eeeeee;
}

#navbar .search-input {
  height: 25.008px;
  width: 144px;
  padding: 4px 8px;
  border: none;
  outline: none;
  font-size: 12px;
}

#navbar .search-button {
  display: none;
}

#navbar .search-mobile-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7.04px;
  width: 16px;
  height: 16px;
}

#navbar .menu-icon {
  width: 17.04px;
  height: 14.4px;
}


#mobile-menu {
  font-size: 14.4px;
  background-color: rgba(0, 0, 0, 0.6);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
}

#mobile-menu .mobile-menu-content {
  width: 50%;
  height: 100%;
  background-color: white;
  position: absolute;
  top: 0;
  right: 0;
  padding-top: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #000;
  overflow: scroll;
}

#mobile-menu .close-button {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
}

#mobile-menu .mobile-nav {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 32px;
}

#mobile-menu .mobile-nav a {
  height: 51.2px;
  line-height: 51.2px;
  font-size: 16px;
}

#mobile-menu .mobile-nav .nav-item {
  border-bottom: 1px solid transparent;
  width: 100%;
  text-align: center;
  line-height: 51.2px;
}

#mobile-menu .mobile-nav .nav-item span {
  color: #333;
  font-size: 16px;
}

#mobile-menu .turn-arrow {
  width: 9.6px;
  height: 7.2px;
  margin-left: 4px;
  transition: transform 0.3s;
}

#mobile-menu .rotate-180 {
  transform: rotate(180deg);
}

#mobile-menu .submenu {
  width: 100%;
}

#mobile-menu .submenu a {
  line-height: 33.6px;
  display: flex;
  flex-direction: column;
}

#mobile-menu .logo-mobile {
  height: 32px;
  margin-bottom: 16px;
  display: block;
  object-fit: cover;
}

#mobile-menu .tel_m {
  font-size: 13.6px;
}

/* æ¡Œé¢å¯¼èˆª */
#navbar .main-nav-container {
  padding: 16px 10px;
}

#navbar .main-nav-content {
  display: flex;
  align-items: center;
}

#navbar .logo {
  height: 38px;
  margin-right: 17px;
  display: block;
  object-fit: contain;
}

#navbar .desktop-nav {
  display: none;
}

#navbar .desktop-nav>a {
  position: relative;
  padding-bottom: 4px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

#navbar .desktop-nav .nav-item {
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 6px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  margin-right: 32px;
  font-size: 16px;
  font-weight: 400;
  color: #333;
}

#navbar .desktop-nav .nav-item:last-child {
  margin-right: 0;
}

#navbar .desktop-nav .nav-item.active {
  font-weight: bold;
  color: #113178;
  border-bottom: 2px solid #113178;
}

#navbar .desktop-nav .nav-item .submenu {
  position: absolute;
  top: 100%;
  left: -18px;
  z-index: 10;
  padding-top: 8px;
  display: none;
}

#navbar .desktop-nav .nav-item:hover .submenu {
  display: block;
}

#navbar .desktop-nav .nav-item .turn-arrow {
  width: 11px;
  height: 8px;
  margin-left: 6px;
}

#navbar .desktop-nav .nav-item:hover .turn-arrow {
  transform: rotate(180deg);
}

#navbar .submenu-content {
  min-width: 120px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(137, 137, 138, 0.1);
  text-align: center;
  border-radius: 5px;
  padding: 5px 11px;
  border: 1px solid #eeeeee;
  font-size: 16px;
}

#navbar .submenu-content a {
  display: block;
  color: #000;
  height: 32px;
  line-height: 32px;
  white-space: nowrap;
  text-wrap: nowrap;
}

#navbar .submenu-content a:hover {
  color: #113178;
}

#navbar .mobile-tagline {
  padding: 2.48px 0 4px 18px;
  border-left: 1px solid #d9d9d9;
  color: #666;
  font-size: 14px;
}




.title-text {
  padding-left: 12px;
  color: #333;
  font-size: 0.94em;
  font-weight: 500;
}

.arrow-icon {
  width: 13.28px;
  height: 9.792px;
}

.bg_gray {
  background: #f6f6f6 !important;
}




.block {
  display: block !important;
  padding: 30px 0 !important;
}



/* =============  é¡µè„š ============ */
footer {
  background-color: #2c445c;
  color: white;
  font-size: 14.4px;
}

footer .footer-container {
  margin: 0 auto;
  padding: 16px 10px;
  display: flex;
  justify-content: space-between;
}

footer .footer-links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;

  font-size: 12.8px;
}

footer .footer-link {
  color: white;
}

.link-separator {
  color: white;
}

footer .friendship-links {
  color: #999;
  display: flex;
  flex-wrap: items-center;
}

footer .friendship-link {
  color: #999;
  transition: color 0.3s ease;
  font-size: 14px;
  margin-right: 8px;
  margin-left: 10px;
}

span {
  color: #999;
  transition: color 0.3s ease;
  font-size: 14px;
}

footer .friendship-link:hover {
  color: #d1d5db;
}

footer .copyright-section {
  padding: 8px 10px;
  background-color: #1e3348;
  font-size: 11.2px;
}

footer .copyright-container {
  margin: 0 auto;
  padding: 8px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

footer .copyright-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  align-items: center;
}

footer .contact-info {
  display: none;
}

footer .copyright-info span a {
  color: #999;
}

footer .phone-number {
  color: #e90407;
  font-weight: bold;
}


input,textarea {
  outline: 0;
}





.zxzx-title {
  font-size: 1.3rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.zxzx-title .zxzx-title-line {
  width: 5px;
  height: 18px;
  background-color: #01309a;
  margin-right: 10px;
}

.zxzx-title h1 {
  font-weight: bold;
  font-size: 1.5rem;
  color: #333333;
  text-align: center;
  margin: 1rem 0;
  text-align: left;
}
.rightNav_right_shadow {
  box-shadow: 0 0 0.625rem 0.0625rem rgba(170, 170, 170, 0.1607843137);
}

.rightNav_right-nav__bqxHM {
  margin-bottom: 15px;
  background-color: #fff;
  padding: 12px;
}

.rightNav_right-nav__bqxHM .rightNav_navList__sIsto {
  display: flex;
  flex-wrap: wrap;
}

.rightNav_right-nav__bqxHM .rightNav_navList__sIsto .rightNav_centerNav__zQdLD {
  display: block;
  font-size: 14px;
  color: #333;
  text-align: center;
  height: 40px;
  min-width: 46px;
  box-sizing: border-box;
  padding: 0 8px;
  line-height: 40px;
  margin-left: 21px;
  margin-top: 21px;
  background-color: #f5f5f5;
}

.rightNav_right-nav__bqxHM .rightNav_navList__sIsto a {
  display: block;
  font-size: 14px;
  color: #333;
  text-align: center;
  height: 40px;
  min-width: 46px;
  box-sizing: border-box;
  padding: 0 8px;
  line-height: 40px;
  margin-right: 14px;
  margin-top: 14px;
  background-color: #f5f5f5;
}

.rightNav_right-nav__bqxHM .rightNav_navList__sIsto a:hover {
  color: #01309a;
}

.news-detail .listDetails-boby-r a {
  text-decoration: auto;
}

.rightNav_pad {
  overflow: auto;
  padding-bottom: 20px;
}

.rightNav_right-nav__ztsp .rightNav_navList__zm {
  margin: 20px 20px 0 20px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(36px, 1fr));
  gap: 14px;
}

.rightNav_right-nav__ztsp .rightNav_navList__zm a {
  display: block;
  font-size: 14px;
  color: #333;
  text-align: center;
  height: 40px;
  box-sizing: border-box;
  padding: 0 8px;
  line-height: 40px;
  background-color: #f5f5f5;
}

.rightNav_right-nav__ztsp .rightNav_navList__zm a:hover {
  color: #01309a;
}



/*分页*/
.conmon-page{
    margin: auto;
    text-align: center;
}
.pagination{
    display: flex;
}
.pagination li{
     border: 1px solid #f3f3f3;
    min-width: 2rem;
    padding: 0.5rem;
    height: 2rem;
    margin: 0 0.25rem;
    text-align: center;
    line-height: 0.875rem;
    background-color: white;
        border-radius: 0.4rem;
}
.pagination  a {

   
}
.pagination li.active {
    color: #ffffff;
    background-color: #113178 !important;
}
@media (min-width: 768px) {

  /* =======================  å¯¼èˆªæ  =====================*/
  #navbar .top-bar {
    padding: 8px 10px;
    display: flex;
    justify-content: space-between;
    font-size: 14.08px;
    height: fit-content;
  }

  #navbar .top-bar-outside {
    width: 100%;
    background-color: #f5f5f5;
  }

  #navbar .top-bar .mobile-tel-icon {
    display: none;
  }

  #navbar .contact-info .tel-number {
    color: #d93f3c;
    font-size: 14.08px;
  }

  #navbar .contact-info .desktop-text {
    display: block;
    color: #666;
  }

  #navbar .search-container {
    display: flex;
    justify-content: space-between;
    width: 26%;
    height: 32px;
    border: 1px solid #eeeeee;
    margin-right: 0;
  }

  #navbar .search-container .search-mobile-icon,
  .menu-icon {
    display: none;
  }

  #navbar .search-container .search-input {
    font-size: 14.08px;
    width: 90%;
    height: 30px;
  }

  #navbar .search-container .search-button {
    width: 10%;
    height: 32px;
    background: #113178;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0 4px 4px 0;
    border: none;
  }

  #navbar .search-button img {
    width: 24px;
    height: 24px;
  }

  #navbar .main-nav-content {
    justify-content: space-between;
  }

  #navbar .logo {
    height: 42px;
    margin-right: 76px;
  }

  #navbar .desktop-nav {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #navbar .mobile-tagline {
    display: none;
  }

  /* =======================  é¡µè„š ============ */
  footer {
    font-size: 16px;
  }

  footer .footer-links a,
  span {
    font-size: 14.08px;
  }

  footer .copyright-container {
    justify-content: space-between;
    padding: 0 10px;
  }

  footer .copyright-info {
    flex-direction: row;
  }

  footer .copyright-info span {
    height: 32px;
    line-height: 32px;
  }


  footer .contact-info {
    display: block;
    font-size: 14.08px;
    text-align: right;
  }

  footer .contact-info p {
    color: #999;
    margin-bottom: 0;
  }

  footer .contact-info .phone-number {
    color: #e90407;
    font-weight: 500;
  }


  /* ============ è¡¥å…… ============ */






  .cost-table.report {
    margin-bottom: 0;
  }

  .block {
    padding: 40px 0 !important;
  }
    

  .fl {
    float: left;
  }

  input:-moz-placeholder, input::placeholder, textarea:-moz-placeholder, textarea::placeholder {
    color: #999;
  }


}



.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {

  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1320px;
  }
}
@media (max-width: 750px) {
    .zxzx-title {
  margin-bottom: 0;
}

.zxzx-title h1 {
  font-weight: bold;
  font-size: 1.13rem;
}

.zxzt_h5 {
  display: block !important;
}
.conmon-page{
    display: none;
}


}
.conmon-page a {
    border-radius: 0.4rem;
    border: 1px solid #f3f3f3;
    min-width: 2rem;
    padding: 0.5rem;
    height: 2rem;
    margin: 0 0.25rem;
    text-align: center;
    line-height: 0.875rem;
    background-color: white;
}

.conmon-page .current{
    border-radius: 0.4rem;
     padding: 8px;
    color: #ffffff;
    background-color: #113178 !important;
}

      .widget .tagcloud a {
    display: inline-block;
    width: 48%;
    padding: 10px 12px;
    font-size: 12px !important;
    line-height: 1.2;
    text-align: center;
    color: #666;
    border: 1px solid hsla(0, 0%, 39%, .5);
    border-radius: 2px;
    text-decoration: none;
    background: hsla(0, 0%, 100%, .2);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
 .widget .tagcloud{
box-shadow: 0 0 0.625rem 0.0625rem rgba(170, 170, 170, 0.1607843137);
    overflow: auto;
    padding-bottom: 20px;
    padding: 20px;
    display: flex;
    gap: 8px;

    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
 }

 /*地区*/
.tabs-wrapper .tabs-group {

    margin-bottom: 12px;
}
.tabs-wrapper .tabs-group .title {
  float: left;
  padding: 10px 0;
  width: 80px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}
.home-area .tabs-wrapper{
    padding: 0;
}

.home-area .tabs-wrapper .tabs-group .content{
    margin-left: 0;
    display: flex
;
    flex-wrap: wrap;
    gap: 12px;
}
.home-area .tabs-wrapper .tabs-group .content li.active a{
    font-weight: bold;
    color: #0060ED ;
}
.tabs-wrapper .tabs-group .content {
  list-style: none;
  padding: 0;
  margin: 0 0 0 60px;
}

.tabs-wrapper .tabs-group .content > li > a {
  display: block;
  padding: 5px 10px;
  border: none;
  -webkit-border-radius: 4px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 4px;
  -moz-background-clip: padding;
  border-radius: 4px;
  background-clip: padding-box;
  color: #828a92;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.home-area .tabs-wrapper .tabs-group .content > li > a {
    padding: 3px;
}
.tabs-wrapper .tabs-group .content > li.active > a,
.tabs-wrapper .tabs-group .content > li:focus > a,
.tabs-wrapper .tabs-group .content > li:hover > a {
  color: #163251;
}
.pt-1{
    border-bottom: 1px solid #f4f4f4;
}
.pt-1.active{
    display: none;
}

.floatbtn-item-1 {
    position: fixed;
    right: 30px;
    bottom: 10%;
    padding: 12px 15px;
    background: rgba(10, 10, 10, 0.8);
    overflow: hidden;
    writing-mode: vertical-rl;
    color: #fff;
    cursor: pointer;
    opacity: .8;
}