body {
  padding-top: 0px;
  background: url("../img/home/shan.png") no-repeat 100% 564px;
  /* 固定背景 */
  background-attachment: fixed;
}

.header-wrap {
  width: 100%;
  height: 309px;
  background: url("../img/home/banner.jpg") no-repeat center top;
  background-size: cover;
  border-bottom: 10px solid #0e4a90;
  position: relative;
}
.header-wrap:before {
  content: "";
  display: table; /* 或 block, inline-block 等 */
}
.w {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.logo-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 102px;
}
.search-wrap {
  width: 570px;
  height: 54px;
  background-color: #ffffff;
  background-image: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 50%,
    rgba(122, 177, 222, 0.5) 100%
  );
  border-radius: 6px;
  border: solid 1px #6caadc;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 5px;
}
#serch {
  width: 500px;
  /* height: 44px; */
  color: #fff;
  background: transparent;
  padding: 20px;
  font-size: 18px;
  color: #333;
}

input::placeholder {
  color: #999; /* 例如，使用灰色 */
}
.search-btn {
  width: 95px;
  height: 46px;
  background-image: linear-gradient(90deg, #215795 0%, #176dd7 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.4s;
}
.search-btn img {
  margin-right: 5px;
}
.hot {
  margin-top: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 17px;
}
.hot .list {
  margin-left: 7px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.hot .list a {
  margin-right: 10px;
  cursor: pointer;
}
.hot .list a:hover {
  color: #0e4a90;
}
.center-profile {
  position: absolute;
  bottom: -117px;
  right: 0;
  transition: all 0.4s;
}
.gozx {
  font-size: 16px;
  font-weight: 400;
  width: 180px;
  height: 44px;
  line-height: 42px;
  padding-left: 26px;
  background: url("../img/home/zxjj1.png") no-repeat center center / 100% 100%;
  color: #fff;
}
.center-profile:hover {
  right: -10px;
}

.header-fixed {
  width: 100%;
  height: 68px;
  background: hsla(0, 0%, 100%, 0.8);
  box-shadow: 0 4px 10px 0 rgba(68, 68, 68, 0.2);
  backdrop-filter: blur(6px);
  position: fixed;
  top: 0px;
  z-index: 54;
  display: none;
}
.header-fixed .logo-wrap {
  width: 100%;
  height: 68px;
  margin: 0;
  align-self: center;
}

.header-fixed .logo-wrap .logo {
  width: 320px;
}
.header-fixed .search-wrap {
  height: 40px;
  padding: 0 2px 0 0;
  border-radius: 6px;
}
#fixed-serch {
  width: 500px;
  color: #fff;
  background: transparent;
  padding: 20px;
  font-size: 18px;
  color: #333;
}
.header-fixed .fixed-search-btn {
  width: 85px;
  height: 32px;
  background-image: linear-gradient(90deg, #215795 0%, #176dd7 100%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  cursor: pointer;
  transition: all 0.4s;
}
.header-fixed .fixed-search-btn img {
  margin-right: 2px;
  width: 15px;
}

.main {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.left-module {
  width: 710px;
}
.right-module {
  width: 450px;
}
#swiper {
  position: relative;
}
#swiper .tag {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 36px;
  padding: 0 30px 0 15px;
  height: 36px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0,0 100,0 85,100 0,100' fill='%23e60012'/%3E%3C/svg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 20px;
  left: 0;
  z-index: 1;
}
/* #swiper .tag::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 20px solid transparent;
  border-top: 39px solid #e60012;
  position: absolute;
  top: 0;
  right: -20px;
} */
.news-wrap {
  width: 100%;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-wrap-height162 {
  /* height: 162px; */
}
.news-item {
  font-size: 16px;
  color: #333333;
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 20px;
}
.l-news-item {
}
.news-item .jt {
  width: 8px;
  height: 11px;
  margin-top: 3px;
  opacity: 0;
}
.l-news-item .link {
  width: 594px;
  height: 23px;
  display: block;
  margin: 0 20px 0 5px;
  flex-shrink: 0;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏溢出的内容 */
  text-overflow: ellipsis; /* 显示省略号来表示溢出 */
}
.news-item::after {
  content: "";
  position: absolute;
  left: 0;
  transition: all 0.2s;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  background: #a8bed0;
  border-radius: 50%;
}
.l-news-item::after {
  top: 12px;
}
.news-item .time {
  font-size: 14px;
  color: #999;
}
.news-wrap-height145 {
  /* height: 145px; */
}
/* .news-wrap-height390 {
  height: 390px;
  margin-top: 30px;
} */
.r-news-item .link {
  width: 275px;
  height: 45px;
  display: block;
  margin: -1px 20px 0 5px;
  flex-shrink: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.news-item:hover::after {
  opacity: 0;
}
.news-item:hover .link {
  color: #0e4a90;
  font-weight: bold;
}
.news-item:hover .jt {
  opacity: 1;
}

.service-wrap {
  margin-top: 20px;
}
.title-wrap {
  display: flex;
  align-items: center;
  position: relative;
}
.title-wrap .title {
  font-size: 32px;
  color: #0e4a90;
  font-weight: bold;
  margin-right: 25px;
}
.title-wrap .decoration {
  flex: 1;
  border-top: 1px solid #bbbbbb;
  position: relative;
  margin-top: -15px;
}
.title-wrap .decoration::before {
  content: "";
  display: block;
  width: 12px;
  height: 21px;
  background-color: #e60012;
  position: absolute;
  top: -1px;
  left: -5px;
  background: url("../img/home/juxing.png") no-repeat;
}
.title-wrap .more {
  font-size: 14px;
  color: #0e4a90;
  position: absolute;
  top: 15px;
  right: 0;
  transition: all 0.3s;
  cursor: pointer;
}
.title-wrap .more:hover {
  right: -5px;
}
.card-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 20px;
}
.card-wrap .card-item {
  width: 345px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 10px;
}
.card-wrap .card-item .icon {
  position: absolute;
  top: 10px;
  right: 27px;
}
.card-wrap .card-item.zl,
.card-wrap .card-item.bh {
  height: 185px;
}
.card-wrap .card-item.sw,
.card-wrap .card-item.xx {
  height: 128px;
}
.card-wrap .card-item.zl {
  background: url("../img/home/yushen1.png") no-repeat center center / 100% 100%;
}
.card-wrap .card-item.bh {
  background: url("../img/home/baohu1.png") no-repeat center center / 100% 100%;
}
.card-wrap .card-item.sw {
  background: url("../img/home/shiwufuwu1.png") no-repeat center center / 100%
    100%;
}
.card-wrap .card-item.xx {
  background: url("../img/home/fuwu1.png") no-repeat center center / 100% 100%;
}
.card-wrap .card-item .title {
  font-size: 22px;
  line-height: 18px;
  letter-spacing: 1px;
  font-weight: 500;
  margin: 25px 0 0 16px;
}
.card-wrap .card-item.zl .title {
  color: #0e4a90;
}
.card-wrap .card-item.bh .title {
  color: #0a5569;
}
.card-wrap .card-item.sw .title {
  color: #3f4690;
}
.card-wrap .card-item.xx .title {
  color: #0e4a90;
}
.card-wrap .con-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px 13px 0;
}
.card-wrap .con-wrap .con-item {
  width: 155px;
  height: 46px;
  background-color: #ffffff;
  border-radius: 6px;
  margin-bottom: 10px;
  padding: 10px;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 15px;
  cursor: pointer;
  transition: all 0.3s;
}
.card-wrap .con-wrap .con-item span {
  display: inline-block;
  width: 112px;
}
.card-wrap .con-wrap .con-item:hover {
  transform: translateY(-3px);
}
.card-wrap .con-wrap .con-item:hover span {
  color: #0e4a90;
}

.service-guide {
  margin: 30px 0 40px;
}
.article {
  display: flex;
  padding: 20px 20px 0 14px;
}
.article .book {
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.article .con-wrap {
  position: relative;
}
.article .con-wrap .title {
  width: 274px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;
}
.article .con-wrap .con {
  width: 240px;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.article .con-wrap .btn {
  font-size: 14px;
  font-weight: bold;
  color: #0e4a90;
  position: absolute;
  left: 0;
  bottom: -35px;
}

.notice-wrap {
  width: 450px;
  /* height: 517px; */
  background-color: #f1f8ff;
  padding: 30px 30px 10px;
}

.expert-wrap {
  width: 450px;
  height: 191px;
  background: url("../img/home/mingdangongshi.png") no-repeat center center /
    100% 100%;
  padding: 38px 0 0 30px;
}
.expert-wrap .sub-title {
  font-size: 20px;
  letter-spacing: 1px;
  color: #0b3463;
}
.expert-wrap .title {
  font-size: 24px;
  color: #0b3463;
  font-weight: bold;
  margin: 3px 0 13px;
}
.expert-wrap .btn {
  background-color: #0e4a90;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
}
.expert-wrap .btn:hover {
  margin-left: 10px;
}
.link-wrap {
  width: 450px;
  /* height: 380px; */
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0 5px;
}
.link-wrap .link-item {
  width: 391px;
  height: 110px;
  background-image: linear-gradient(
    0deg,
    #eff7ff 0%,
    #deeeff 71%,
    #cde5ff 100%
  );
  border-radius: 6px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 24px 0 13px;
  cursor: pointer;
  transition: all 0.3s;
  margin-bottom: 20px;
}
.link-wrap .link-item .logo {
  width: 62px;
  height: 62px;
}
.link-wrap .link-item .title {
  width: 250px;
  font-size: 18px;
  font-weight: bold;
  color: #333333;
}
.link-wrap .link-item .logo {
  width: 62px;
  height: 62px;
}
.link-wrap .link-item:hover {
  transform: translateY(-10px);
}

.special-column {
  margin-top: 30px;
}

.special-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 47px;
}
.special-card-item {
  width: 219px;
  height: 100px;
  border-radius: 6px;
  cursor: pointer;
  padding: 30px 20px 20px;
  margin-bottom: 10px;
  transform: translateY(0px);
  transition: all 0.3s;
}

.special-card-item.kb {
  background: url("../img/home/kanban.png") no-repeat center center / 219px
    100px;
}

.special-card-item.oa {
  background: url("../img/home/OA.png") no-repeat center center / 219px 100px;
}
.special-card-item .title {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 5px;
}
.special-card-item .btn {
  font-size: 14px;
  color: #0e4a90;
}
.special-card-item:hover {
  transform: translateY(-3px);
}

.sidebar-wrap {
  width: 68px;
  background-image: linear-gradient(0deg, #0d52a2 0%, #2e7edc 100%);
  box-shadow: 0px 5px 10px 1px rgba(56, 55, 55, 0.35);
  border-radius: 20px 0px 0px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: fixed;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  padding: 20px 0;
  z-index: 999;
}
.sidebar-wrap .item {
  width: 35px;
  border-bottom: 1px solid rgba(72, 139, 220, 0.7);
  padding: 15px 0;
  text-align: center;
  transform: scale(1);
  display: block;
}
.sidebar-wrap .item img {
  width: 27px;
  height: 25px;
}
.sidebar-wrap .item p {
  font-size: 14px;
  color: #ffffff;
}
.sidebar-wrap .item:last-child {
  border-bottom: none;
  color: red;
}
.sidebar-wrap .item:hover {
  transform: scale(1.1);
  transition: all 0.3s;
}

#left-down-image {
  position: fixed;
  z-index: 999;
  left: 0px;
  bottom: 10px;
  width: 320px;
  height: 160px;
  padding: 0 10px;
}

#left-down-image .left-down-content {
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 90px;
}

#left-down-image .left-down-dianhua {
  text-align: center;
  flex: 1;
  /* display: flex;
  align-items: center;
  flex-direction: column; */
}

#left-down-image .tel {
  font-size: 20px;
  font-weight: 700;
  color: #2a5c9a;
}
#left-down-image img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

#left-down-close-btn {
  position: fixed;
  left: 0px;
  bottom: 165px;
  font-size: 16px;
  color: #333;
  font-weight: 600;
  cursor: pointer;
}
#left-down-image .tel-name {
  margin-top: 5px;
  color: #fff;
  padding: 2px 12px;
  height: 18px;
  font-size: 14px;
  line-height: 18px;
  background-image: linear-gradient(90deg, #719ff8, #4378fe);
  border-radius: 18px;
}
