* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
li {
  list-style: none;
}
.w {
  width: 1305px;
  margin: 0 auto;
}

.fixed_side {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 65%;
  right: 20px;
  transform: translateY(-50%);
  z-index: 999;
}

.fixed_list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  background-color: #016BB5;
  border-radius: 50%;
  margin-top: 10px;
  cursor: pointer;
}

.fixed_list li .f_panel {
  display: none;
 position: absolute;
}

.fixed_list li:hover .f_panel {
  display: block;
}

.fixed_list li .msb {
  left: -141px;
}

.fixed_list li .wx {
  left: -141px;
}


.fixed_list li .dh {
  left: -141px;
}

.fixed_list li .ghb {
  left: -141px;
}




.header {
  height: calc(792px + 46px);
  background: url(../images/bg_header.png) no-repeat;
  background-size: 100% 792px;
  background-position: bottom;
}
.header .shortcut {
  height: 46px;
  background-color: #effaff;
}
.header .shortcut .shortcut_list {
  display: flex;
  align-items: center;
  height: 100%;
}
.header .shortcut .shortcut_list li a {
  color: #333333;
  font-size: 16px;
}
.header .shortcut .shortcut_list li:hover a {
  color: #015293;
}
.header .shortcut .shortcut_list li.line {
  margin: 0 20px;
}
.header .shortcut .shortcut_list li.wza {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 31px;
  border-radius: 10px 10px 10px 10px;
  background: #18a4df;
  margin-right: 20px;
}
.header .shortcut .shortcut_list li.wza a {
  display: flex;
  align-items: center;
  color: #fff;
}
.header .shortcut .shortcut_list li.wza a img {
  margin-right: 5px;
}
.header .shortcut .shortcut_list li.ghb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 105px;
  height: 31px;
  border-radius: 10px 10px 10px 10px;
  background: #015293;
  margin-right: 20px;
}
.header .shortcut .shortcut_list li.ghb a {
  display: flex;
  align-items: center;
  color: #fff;
}
.header .shortcut .shortcut_list li.ghb a img {
  margin-right: 5px;
}
.header .header_nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 22px;
  padding-top: 23px;
}
.header .header_nav li {
  position: relative;
}

.header .header_nav li .panel {
  display: none;
  position: absolute;
  top: 30px;
  right: 0;
  padding-top: 10px;

}
.header .header_nav li .panel .panel_box {
  width: 1300px;
  height: 774px;
  border-radius: 10px 10px 10px 10px;
}

.panel_box img {
  width: 100%;
  height: 100%;
}

.header .header_nav li:hover .panel {
  display: block;
}

.header .header_nav li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 69px;
  height: 2px;
  background-color: transparent;
  transform: translateX(-50%);
}
.header .header_nav li.active,
.header .header_nav li:hover {
  font-weight: 700;
}
.header .header_nav li.active::before,
.header .header_nav li:hover::before {
  background-color: #fff;
}
.header .header_nav li a {
  color: #fff;
}
.header .header_scroll {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.header .header_scroll .header_scroll_nav {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background: url(../images/bg_header_scroll.png) no-repeat;
  background-size: 100% 100%;
  font-size: 22px;
}
.header .header_scroll .header_scroll_nav li {
  position: relative;
  margin: 0 44px;
}
.header .header_scroll .header_scroll_nav li::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  width: 69px;
  height: 2px;
  background-color: transparent;
  transform: translateX(-50%);
}
.header .header_scroll .header_scroll_nav li.active,
.header .header_scroll .header_scroll_nav li:hover {
  font-weight: 700;
}
.header .header_scroll .header_scroll_nav li.active::before,
.header .header_scroll .header_scroll_nav li:hover::before {
  background-color: #fff;
}
.header .header_scroll .header_scroll_nav li a {
  color: #fff;
}
.header .banner {
  display: flex;
  justify-content: center;
  padding-top: 35px;
}


.headlines {
  margin-top: -120px;
  display: flex;
  justify-content: center;
}
.services {
  display: flex;
  justify-content: space-between;
  margin-top: 84px;
}
.services .services_l {
  width: 861px;
  height: 342px;
  border-radius: 10px;
  border: 1px solid #a6c5d3;
  overflow: hidden;
}
.services .services_l .head {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 97px;
  border-bottom: 1px solid #afcbd8;
}
.services .services_l .head li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 100%;
  border-right: 1px solid #afcbd8;
  font-size: 24px;
  color: #888888;
  cursor: pointer;
}
.services .services_l .head li.on {
  color: #015293;
  font-weight: 700;
  background: linear-gradient(180deg, #d6eaf8 0%, #ffffff 100%);
}
.services .services_l .head li:last-child {
  border-right: 0;
}
.services .services_l .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 245px;
}
.services .services_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 420px;
}
.services .services_r .right_item {
  width: 100%;
  height: 162px;
}
.news {
  margin-top: 64px;
}
.public {
  margin-top: 76px;
}
.public .head {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 36px;
  color: #888;
  padding-bottom: 11px;
  border-bottom: 1px solid #ddebfc;
}
.public .head li {
  position: relative;
  margin: 0 80px;
  cursor: pointer;
}
.public .head li::before {
  display: none;
  content: "";
  position: absolute;
  top: -40px;
  left: -90px;
  width: 411px;
  height: 102px;
  background: url(../images/bg_public_slide.png) no-repeat;
}
.public .head li::after {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  width: 143px;
  height: 4.5px;
  transform: translateX(-50%);
  background: url(../images/bg_line.png) no-repeat;
  background-size: 100% 100%;
}
.public .head li.on {
  color: #015293;
  font-weight: 700;
}
.public .head li.on::before {
  display: block;
}
.public .head li.on::after {
  display: block;
}

.public .gov {
  margin-top: 40px;
}

.public .gov img {
  width: 100%;
}
.public .inner {
  display: flex;
  margin-top: 40px;
  height: 603px;
}
.public .inner .overview {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 438px;
  height: 100%;
  border: 1px solid #b8d9f0;
  box-shadow: 0 0 9px 0 #878c9517;
  border-radius: 10px;
}
.public .inner .other {
  display: flex;
  height: 100%;
  flex: 1;
  overflow: hidden; /* 防止内容溢出 */
}
.public .inner .other li {
  position: relative;
  width: 133px;
  height: 100%;
  margin-left: 17px;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  /* box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); */
  flex-shrink: 0; /* 防止收缩 */
}
.public .inner .other li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.public .inner .other li .desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 37px;
  width: 100%;
  opacity: 1;
  transform: translateY(0);
  transition: all 0.5s ease-in-out;
}
.public .inner .other li .desc .name {
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.public .inner .other li .desc .desc_inner {
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.5s ease-in-out 0.1s; /* 延迟显示，增强动画效果 */
}

.public .inner .other li.active .desc .desc_inner {
  opacity: 1;
  transform: translateY(0);
  
}

/* 非激活项文字效果 */
.public .inner .other li:not(.active) .desc {
  opacity: 0.8;
  transform: translateY(10px);
}

/* 非激活项文字竖向排列 */
.public .inner .other li:not(.active) .desc .name {
  writing-mode: vertical-lr; /* 竖向排列文字 */
  letter-spacing: 5px; /* 增加字间距 */
  line-height: 1.5; /* 调整行高 */
  text-align: center;
  margin: 0 auto;
}

.public .inner .other li:not(.active) .desc .desc_inner {
  display: none; /* 非激活状态下隐藏描述文字 */
}

/* 鼠标悬停效果 */
.public .inner .other li:hover {
  /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.15); */
}
.public .inner .other li.active {
  width: 400px; /* 固定展开宽度，比默认宽度大很多 */
  flex: none;
  /* box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); */
  z-index: 1; /* 确保展开项在上层 */
}


.special {
  margin-top: 67px;
}

.special img {
  width: 100%;
}

.footer {
  margin-top: 40px;
}

.footer img{
  width: 100%;
}