html,body {
    margin: 0;
    padding: 0;
    width: 100%;
    background: #f5f6f9;
    font-family: "microsoft yahei";
}
a {
    text-decoration: none;
    color: inherit;
}
input[type=text]:focus {
    outline: none;
}
.flex-column {
    flex-direction: column;
}
.flex-center {
    display: flex;
    align-items: center;
}
.flex-all-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.space-between {
    justify-content: space-between;
}
.title-width {
    max-width: calc(100% - 50px);
    flex: 1;
}
.header {
    width: 100%;
    background: #fff;
    height: 140px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.header .logo {
    height: 100px;
}
.header .search-box {
    margin-left: 230px;
    height: 100%;
    padding-top: 10px;
}
.search-box .top-msg {
    margin-top: 14px;
    display: flex;
    justify-content: flex-end;
}
.header .tol-date {
    font-family: microsoft yahei, microsoft yahei;
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    text-align: right;
    font-style: normal;
    text-transform: none;
}
.header .label-list {
    margin-left: 46px;
}
.label-list .label {
    background: #ffffff;
    border-radius: 13px 13px 13px 13px;
    border: 1px solid #4177d8;
    font-size: 12px;
    color: #4177d8;
    padding: 2px 6px;
}
.ml-16{
    margin-left: 16px;
}
.ml-20{
    margin-left: 20px;
}
.header .search-input {
    width: 100%;
    height: 45px;
    border: 1px solid #4177d8;
    margin-top: 25px;
}
.search-input .input {
    width: calc(100% - 100px);
    height: calc(100% - 2px);
    border: none;
    padding-left: 10px;
    font-size: 16px;
}
.search-input .seach-btn {
    height: 47px;
    width: 100px;
    background: #4177d8;
    cursor: pointer;
}
.home-bg {
    width: 100% 1905px;
    background-image: ;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.bg-box {
    margin: 0 auto;
    max-width: 1445px;
    width: 100%;
    margin-top: calc(100vw  * 0.1271);
}
.home-navigater {
    height: 60px;
    background: #4177d8;
    border-radius: 0;
    color: #fff;
    flex:1;
    padding: 0 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-navigater>li {
    position: relative;
}
.home-navigater>li>.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 160px;
    border-radius: 4px; 
    box-shadow: 0 2px 8px rgba(0,0,0,0.15); 
    padding: 0;
    margin: 0;
    color: #007bff;
    z-index: 9999;
}
.home-navigater>li>.dropdown-menu a{
    display: block;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    background: #4177d8;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 16px;
    padding: 20px 5px;
}
.home-navigater li .nav-item {
    display: inline-block;
    width: 80px;
    height: 60px;
    line-height: 60px;
    font-family: microsoft yahei;
    font-size: 20px;
    color: #ffffff;
    text-align: center; 
    font-style: normal;
    text-transform: none;
    font-weight: 400;
    text-decoration: none;
    position: relative;
}
.home-navigater>li>.dropdown-menu a:hover{
    background-color: #588ded;
}
.home-navigater li .nav-active,.home-navigater li .in-here {
    font-weight: bold!important;
}

.home-navigater li .nav-item::after,.home-navigater li .in-here::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 5px;
    background-color: #fc8151;
    transition: width 0.3s ease-in-out;
}
.home-navigater li .nav-here
{
 font-weight: bold;   
    }
.home-navigater li .nav-item:hover::after,
.home-navigater li .nav-active::after,.home-navigater li .nav-here:hover::after,
.home-navigater li .nav-here::after {
    width: 100%;
}
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.news-box {
    background: #fff;
    padding: 14px 20px;
    display: flex;
    margin-bottom: 10px;
}
.news-box .swiper-container {
    flex: 1;
    height: 400px;
}
.news-box .bg-news-list {
    width: 50%;
    height: 400px;
    margin-left: 30px;
}
.news-box .slider-title {
    background-color: rgba(65, 119, 216, 0.8);
    height: 60px;
    flex: 1;
    position: relative;
    top: -60px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 14px;
    color: #fff;
}
.my-pageination {
    width: 200px !important;
    position: relative !important;
    top: -38px;
    left: 450px !important;
}
.swiper-pagination-bullet {
   border: 2px solid #fff !important;
}
.swiper-pagination-bullet-active {
    background: #fff !important;
}
.bg-news-list .news-bar {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid rgba(160,175,237,0.3);
}
.news-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    font-size: 17px;
    font-family: "微软雅黑";
    color: #4d4d4d;
}
.news-title:hover {
    color: #4177d8;
}
.news-bar .news-bar-left { 
    width: 250px;
    height: 100%;
}
.news-bar-left span {
    cursor: pointer;
    font-size: 24px;
}
.news-bar {
    height: 50px;
    width: 100%;
    border-bottom: 1px solid rgba(160, 175, 237, 0.3);
}
.news-bar-left .active {
    font-weight: bold;
    color: #376cb0;
}
.hide {
    display: none;
}
.news-list {
    margin-top: 10px !important;
    padding-bottom: 10px;
}
.news-list .news-item {
    margin-top: 16px;
    font-size: 16px;
}
.news-item span {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    background: #a0afed;
    margin-right: 9px;
    flex-shrink: 0;
}
.text-ellipsis { 
    white-space: nowrap; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}
.title-time{
    flex-shrink: 0;
    width: 50px;
    text-align: right;
}
.com-news {
    max-width: 1445px;
    width: 100%;
    margin: 0 auto;
}
.news-com-box {
    max-width: 50%;
    flex: 1;
    box-sizing: border-box;
    background: #fff;
    padding: 0 20px !important;
    height: auto;
}
.news-com-box   .news-com-box {
    margin-left: 10px;
}
.flex{
    display:flex;
}
.base-style {
    max-width: 1445px;
    width: 100%;
    background: #fff;
    margin: 0 auto;
}
.health-box {
    margin-top: 10px;
    padding-bottom: 20px;
}
.health-box .health-title-box {
    text-align: center;
    padding-top: 10px;
    padding-left: 50px;
    padding-right: 50px;
}
.health-title-box .health-title {
    font-size: 30px;
    font-weight: bold;
    width: 130px;
    height: 50px;
    border-bottom: 3px solid #fc8151;
}
.health-box-nickbai-slider {
    width: 100%;
    margin-top: 10px;
}
.health-box-nickbai-slider .slider-left {
    width: 50px;
    height: 100%;
    cursor: pointer;
}
.health-box-nickbai-slider .slider-right {
    width: 50px;
    height: 100%;
    cursor: pointer;
}
.health-box-nickbai-slider .slider-inner {
    width: calc(100% - 100px);
    height: 100%;
}
.slider-inner .health-img-box {
    height: 300px;
}
.slider-inner .slider-text {
    width: 140px;
    height: 54px;
    background: rgb(255, 255, 255, 0.7);
    border-radius: 10px 10px 0px 0px;
    position: relative;
    top: -54px;
    margin: 0 auto;
    text-align: center;
    padding-top: 10px;
}
.slider-text .text-active {
    width: 60px;
    height: 6px;
    background: #fc8151;
    border-radius: 4px 4px 4px 4px;
    margin: 0 auto;
    margin-top: 10px;
}
.service-box {
    height: 150px;
    margin-top: 10px;
}
.service-box .service-logo {
    width: 250px;
    height: 150px;
    background: #4177d8;
}
.service-box .service-menu {
    width: calc(100% - 250px);
    height: 150px;
    background: #88ade5;
}
.service-logo .logo-1 {
    width: 156px;
    font-family: microsoft yahei, microsoft yahei;
    font-weight: bold;
    font-size: 28px;
    color: #ffffff;
    margin-left: 36px;
    margin-top: 19px;
}
.service-logo .logo-2 {
    width: 172px;
    font-family: microsoft yahei, microsoft yahei;
    font-weight: bold;
    font-size: 28px;
    color: rgb(255, 255, 255, 0.2);
    margin-left: 36px;
    margin-top: -25px;
}
.service-menu .service-item {
    width: 170px;
    height: 100%;
}
.service-item span {
    color: #fff;
    font-size: 15px;
    margin-top: 10px;
    width: 150px;
    text-align: center;
}
.bottom-news {
    background: #f5f5f5;
}
.platform-item {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
}
.platform-item img {
    width: 100%;
    height: 100%;
}
.map-box {
    height: auto;
}
.map-box .map-area {
    width: calc(100% - 10px);
    height: 594px;
    padding-top: 20px;
    position: relative;
}
.map-area .js-map-area {
    width: 1215px;
    height: 594px;
    background: #e2e2e2;
}
.map-area .map-menu {
    width: 150px;
    height: 100%;
}
.map-menu .menu-item {
    width: 100%;
    height: 138px;
    background: #f1f6ff;
    cursor: pointer;
}
.menu-item .menu-title {
    margin-top: 10px;
    color: #3e5684;
    text-align: center;
}
.map-menu .menu-active {
    background: #4177d8;
}
.menu-active .menu-title {
    color: #fff !important;
}
.menu-active .img1 {
    display: none !important;
}
.menu-active .img2 {
    display: block !important;
}
.area-name-list {
    width: 185px;
    height: 470px;
    position: absolute;
    z-index: 999;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    background: #fff;
    left: 1010px;
    cursor: pointer;
    padding-top: 10px;
}
.right-icon {
    position: absolute;
    left: 1192px;
    z-index: 9999;
    top: 128px;
}
.area-name-list .area-name-item {
    width: 100%;
    height: 45px;
    text-align: center;
}
.area-name-active {
    background: #eceffc;
    color: #4177d8;
}
.map-search {
    background: #fff;
    width: 460px;
    height: 50px;
    border-radius: 10px;
    position: absolute;
    z-index: 9999;
    left: 88px;
    top: 64px;
    padding-left: 10px;
}
.map-search .search-input {
    width: 390px;
    height: 48px;
    border: none;
}
.map-search .search-btn {
    background: #4177d8;
    width: 127px;
    height: 50px;
    cursor: pointer;
    border-top-right-radius: 10px; 
    border-bottom-right-radius: 10px; 
}
.map-area .map-result {
    width: 1000px;
    height: 184px;
    position: absolute;
    z-index: 9999;
    top: 440px;
    overflow-y: scroll;
}
.map-result .result-icon {
    width: 32px;
    height: 32px;
    cursor: pointer;
    margin: 0 auto;
}
.map-result .result-item {
    height: 80px;
    background: rgb(255, 255, 255, 0.8);
    margin-top: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding-left: 10px;
    line-height: 1.6;
}
.map-result .result-address {
    margin-left: 25px;
}
.bottom-bar {
    margin-top: 10px;
}
.inner-box {
    max-width: 100%;
    height: 100%;
    padding: 10px 20px;
}
.bottom-bar .hotline-item {
    width: 200px;
    height: 200px;
    background: #f1f6ff;
}
.hotline-item span {
    margin-top: 10px;
    font-size: 16px;
}
.footer {
    background: #dcdcdd;
    height: 330px;
    padding-left: 10%;
    padding-right: 10%;
    margin-top: 20px;
}
.footer .footer-top {
    height: 83px;
    border-bottom: 1px solid #fff;
    padding-left: 100px;
    padding-right: 100px;
    gap: 10px;
}

.footer-top .web-select {
    width: 260px;
    height: 45px;
    background: #fff;
    line-height: 45px;
}
.web-select .show-other {
    background: #fff;
    padding: 0px 10px;
    display: none;
}
.show-other a:hover {
    background: #f1f6ff;
}
.show-other a {
    width: 100%;
}
.footer .footer-bottom {
   padding: 40px 100px;
   max-width: 940px;
   margin: 0 auto;
}
.footer-bottom .bottom-info {
    margin-left: 106px;
}
.bottom-info span {
    margin-bottom: 20px;
}
.bottom-other {
    margin-left: auto;
}
.bottom-other .icon span{
    word-break: keep-all;
}
.bottom-other .icon:first-of-type{
    margin-right: 80px;
}
.service-info-data {
    background: #fff;
    min-height: 620px;
}
.service-info-data .crumb {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #4177d8;
    font-size: 14px;
}
.crumb a {
    margin-right: 5px;
    margin-left: 5px;
}
.service-info-data .menu-box {
    height: 336px;
    width: 240px;
}
.service-content-box {
    margin-top: 30px;
}
.service-content-box .service-title {
    background: #4177d8;
    color: #fff;
    width: 240px;
    height: 67px;
    font-weight: bold;
}
.menu-box {
    background: #f8f9fc;
}
.menu-box .menu-item {
    width: 240px;
    height: 56px;
    border-bottom: 1px dashed #c7dcfd;
}
.menu-item-active {
    background: #c7dcfd;
    color: #4177d8;
}
.service-content-box .content-box {
    width: 1100px;
}
.content-box .menu-title {
    font-size: 28px;
    font-weight: bold;
    height: 52px;
    border-bottom: 1px solid #dfe8f6;
}
.content-box .article-title {
    font-size: 28px;
    font-weight: bold;
    width: 100%;
    height: 80px;
}
.content-box .article-data {
    height: 56px;
    background: #f5f6f9;
    padding: 0 150px;
}
.content-box .article-content-data {
    min-height: 400px;
    padding: 20px 0px;
}
.page-pre-next {
    height: 70px;
    padding: 0px 35px;
    background: #f5f6f9;
    margin-bottom: 60px;
    font-weight: bold;
}
.pagination {
    display: flex;
    gap: 8px;
    list-style: none;
    padding: 0;
}
 
.page-item {
    margin: 0 2px;
}
 
.page-link {
    display: block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: all 0.3s;
}
 
.page-link:hover {
    background-color: #f0f0f0;
}
 
.active .page-link {
    background-color: #007bff;
    color: white;
    border-color: #007bff;
}
 
.disabled .page-link {
    color: #999;
    pointer-events: none;
    background-color: #f8f9fa;
}
 
.page-jump {
    margin-left: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
}
.show-name .firt-name{
    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}
.web-select{
    flex: 1;
}
.page-input {
    width: 50px;
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-align: center;
    padding: 8px 12px;
}
 
.page-btn {
    border: 1px solid #ddd;
    background: #fff;
    color: #999999;
    border-radius: 4px;
    cursor: pointer;
    padding: 8px 12px;
}
.title-label {
    width: 45px;
    height: 3px;
    background: #4177d8;
    display: block;
    position: relative;
    top: 14px;
}
.down-btn {
    width: 60px;
    height: 28px;
    background: #4177d8;
    border-radius: 6px 6px 6px 6px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}
.contact-page {
    flex-wrap: wrap;
}
.contact-page .hotline-item {
    width: 340px;
    height: 200px;
    background: #f1f6ff;
    margin-bottom: 57px;
}
.search-result-box {
    margin: 0 auto;
    margin-top: 60px;
}
.department-item {
    width: 348px;
    height: 70px;
    background: #7cb0de;
    border-radius: 8px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.leader-item {
    width: 1104px;
    height: 90px;
    background: #e8f1ff;
    margin-bottom: 20px;
}
.leader-item .leader-name {
    margin-left: 77px;
    font-weight: bold;
    font-size: 24px;
}
.leader-item .leader-slice {
    width: 0px;
    height: 24px;
    border: 1px solid #a0afed;
    margin-left: 54px;
}
.hover{
    cursor: pointer;
}
.img-cover{
    object-fit: cover;    
}
.img-cover:hover {
  transform: scale(1.05);
  transition: transform 0.3s ease;
}  
/* 容器样式 */
.qrcode-container {
  position: relative; /* 相对定位，用于子元素绝对定位 */
  display: inline-block;
}

/* 二维码弹出层样式 - 显示在下�? */
.qrcode-trigger {
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: background-color 0.3s;
}

.qrcode-popup {
  position: absolute;
  top: 100%; 
  left: 50%;
  transform: translatex(-50%);
  padding: 12px;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  text-align: center;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  margin-top: 10px;
}
.qrcode-img {
  width: 160px;
  height: 160px;
  display: block;
  margin-bottom: 8px;
}
.qrcode-desc {
  margin: 0;
  font-size: 14px;
  color: #333;
}
.qrcode-container:hover .qrcode-popup {
  opacity: 1;
  visibility: visible;
}
.qrcode-popup::after {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translatex(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent white transparent; 
}

.grid-3{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}
.grid-4{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}
.grid-5{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}
.gap-30{
    gap: 30px;
}
.gap-20{
    gap: 20px;
}
.gap-10{
    gap: 10px;
}
.grid-3 > * {
    width: 100%;
    box-sizing: border-box;
}
.grid-4 > * {
    width: 100%;
    box-sizing: border-box;
}
.grid-5 > * {
    width: 100%;
    box-sizing: border-box;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.flex-1{
    flex: 1;
}
.hidden{
    overflow: hidden;
}
.ellipsis1 {
	overflow: hidden;
	-webkit-line-clamp: 1;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.w100{
    width: 100%;
}
.text-center{
    text-align: center;
}
.grid-3 .item-img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.item-img:hover>img{
    transform: scale(1.05);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}
.item-img:hover .news-title{
    color: #4177d8;
}