@charset "UTF-8";
/**
 * 首页
 * date: 2025-3-20
 * author: qyt
 */
body {
  position: relative;
  background: #fff;
}
body::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 208px;
  height: 799px;
  background: url("../images/index_bg.jpg") center bottom/100% 100% no-repeat;
  z-index: -2;
}

/* 轮播图 */
.banner {
  position: relative;
  height: 727px;
}
.banner .swiper-container {
  height: 689px;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .swiper-pagination {
  bottom: 165px;
}
.banner .swiper-pagination-bullet {
  width: 86px;
  height: 4px;
  margin: 0 10px;
  background-color: #fff;
  opacity: 0.4;
  border-radius: 0;
  vertical-align: bottom;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}
.banner-img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 100%;
}
.banner .ripple-img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 252px;
  z-index: 2;
  pointer-events: none;
}
.banner-search {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
.banner-search-tabitem {
  position: relative;
  line-height: 30px;
  margin-left: 20px;
  font-size: 20px;
  color: #fff;
  text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.4);
  cursor: pointer;
}
.banner-search-tabitem:first-child {
  margin-left: 48px;
}
.banner-search-tabitem.current, .banner-search-tabitem:hover {
  font-weight: bold;
}
.banner-search-tabitem.current::after, .banner-search-tabitem:hover::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 12px;
  height: 11px;
  background: url("../images/banner_search_arrow.png") center center no-repeat;
}
.banner-search-box {
  margin-top: 26px;
  width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 2px 6px 0 rgba(109, 176, 227, 0.5);
          box-shadow: 0 2px 6px 0 rgba(109, 176, 227, 0.5);
  border-radius: 8px;
}
.banner-search-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 76px;
  line-height: 74px;
  padding: 0 40px;
  font-size: 24px;
  border-radius: 8px;
  border: 1px solid #fff;
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner-search-input::-webkit-input-placeholder {
  color: #999;
}
.banner-search-input::-moz-placeholder {
  color: #999;
}
.banner-search-input:-moz-placeholder {
  color: #999;
}
.banner-search-input:-ms-input-placeholder {
  color: #999;
}
.banner-search-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 170px;
  height: 76px;
  line-height: 76px;
  margin-left: 10px;
  padding: 0 20px;
  font-size: 24px;
  border-radius: 8px;
  color: #fff;
  background: #0c7cff;
  background: -webkit-gradient(linear, right top, left top, from(#3388ff), to(#0074f0)), -webkit-gradient(linear, left top, left bottom, from(#1c69c6), to(#1c69c6));
  background: linear-gradient(-90deg, #3388ff 0%, #0074f0 100%), linear-gradient(#1c69c6, #1c69c6);
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.banner-search-btn::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  background: url("../images/icon_search_w.png") center center/100% 100% no-repeat;
  margin: -3px 8px 0 0;
}
.banner-search-hot {
  padding: 10px 0 0 48px;
}
.banner-search-hot-label {
  margin-top: 5px;
  font-size: 20px;
  color: #0c7cff;
}
.banner-search-hot-list {
  font-size: 0;
}
.banner-search-hot-item {
  display: inline-block;
  vertical-align: top;
  margin: 5px 12px 0 0;
  padding: 0 8px;
  line-height: 28px;
  font-size: 16px;
  color: #0c7cff;
  background: rgba(12, 124, 255, 0.1);
          backdrop-filter: blur(8px);
  border-radius: 2px;
}
.banner-search-hot-item:last-child {
  margin-right: 0;
}

.stripe-img {
  position: absolute;
  top: -29px;
  left: 0;
  width: 100%;
  height: 137px;
  z-index: 2;
}

/* 主要内容区 */
.main {
  position: relative;
  margin-bottom: 60px;
}
.main .stripe-img {
  content: "";
  position: absolute;
  left: 0;
  top: -38px;
  width: 100%;
  height: 190px;
  background: url("../images/stripe.png") center center/100% 100% no-repeat;
  z-index: -1;
}

/* mod */
.mod-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.mod-hd-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 18px;
  font-family: "AlimamaFangYuanTiVF";
  font-weight: bold;
  font-size: 36px;
  line-height: 43px;
}
.mod-hd-title > span {
  color: #0c7cff;
}
.mod-hd-line {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 1px;
  background: rgba(153, 153, 153, 0.2);
}
.mod-hd-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 12px;
  height: 3px;
  background: #0c7cff;
}
.mod-hd-line.right::before {
  left: auto;
  right: 0;
}

/* 网上办事大厅 */
.platform .mod-hd {
  padding: 50px 0;
}
.platform-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.platform-icon {
  position: absolute;
  right: 11px;
  bottom: 0;
}
/* .platform-title {
  position: relative;
  z-index: 2;
  padding-bottom: 38px;
  line-height: 36px;
  font-size: 28px;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-family: "YouSheBiaoTiHei";
  background: url("../images/platform_go_arrow.png") left bottom no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */
.platform-title {
  position: relative;
  z-index: 2;
  padding-bottom: 61px;
  line-height: 36px;
  font-size: 28px;
  text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  font-family: "YouSheBiaoTiHei";
  background: url("../images/gif_1766541515768.gif") left -5px bottom no-repeat;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.platform-mask {
  display: none;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(34, 111, 216, 0.8);
  padding: 15px 25px;
}
.platform-sub {
  margin: -12px 0 0 -12px;
}
.platform-sub-item {
  width: calc(50% - 12px);
  margin: 12px 0 0 12px;
  height: 72px;
  padding: 0 15px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.3);
          backdrop-filter: blur(10px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.platform-sub-item:hover {
  color: #0c7cff;
  background: #fff;
}
.platform-sub-icon {
  margin-right: 8px;
}
.platform-sub-title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-height: 48px;
  line-height: 24px;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.platform-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  height: 188px;
  margin-right: 16px;
  padding: 57px 42px 0 42px;
  color: #fff;
  background: url("../images/platform_card_bg1.jpg") center center/100% 100% no-repeat;
  border-radius: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.platform-item:last-child {
  margin-right: 0;
}
.platform-item.bg2 {
  background-image: url("../images/platform_card_bg2.jpg");
}
.platform-item.bg2:hover .platform-mask {
  background: rgba(98, 120, 255, 0.8);
}
.platform-item.bg3 {
  background-image: url("../images/platform_card_bg3.jpg");
}
.platform-item.bg3:hover .platform-mask {
  background: rgba(9, 201, 189, 0.8);
}
.platform-item.bg4 {
  background-image: url("../images/platform_card_bg4.jpg");
}
.platform-item.bg4:hover .platform-mask {
  background: rgba(34, 111, 216, 0.8);
}
.platform-item:hover .platform-mask {
  display: block;
}

/* 热门项目 */
.project {
  margin-top: 80px;
}
.project .mod-bd {
  margin-top: 40px;
  padding: 24px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 90, 196, 0.1);
          box-shadow: 0px 0px 20px 0px rgba(0, 90, 196, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.project .common-table-wrap {
  height: 663px;
  overflow-y: hidden;
}
.project .common-table-hd-row {
  line-height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #0c7cff;
  background: rgba(12, 124, 255, 0.1);
}
.project .common-table-bd-row {
  line-height: 60px;
  font-size: 18px;
}
.project .col1 {
  width: 5%;
}
.project .col2 {
  width: 61%;
}
.project .col3 {
  width: 13%;
}
.project .col4 {
  width: 13%;
}
.project .col5 {
  width: 8%;
}

/* 非大pc端 */
@media screen and (max-width: 1400px) {
  .main {
    margin-bottom: 40px;
  }
  .platform-item {
    padding: 57px 30px 0 30px;
  }
  .project .mod-bd {
    padding: 16px;
  }
  .project .common-table-hd-col, .project .common-table-bd-col {
    padding: 0 8px;
  }
  .project .col1 {
    width: 6.5%;
  }
  .project .col2 {
    width: 49.5%;
  }
  .project .col3 {
    width: 16%;
  }
  .project .col4 {
    width: 19%;
  }
  .project .col5 {
    width: 9%;
  }
}
@media screen and (max-width: 1200px) {
  .platform-list {
    display: block;
    margin: -16px 0 0 -16px;
  }
  .platform-list::before, .platform-list::after {
    display: table;
    line-height: 0;
    content: "";
  }
  .platform-list::after {
    clear: both;
  }
  .platform-item {
    float: left;
    width: calc(50% - 16px);
    margin: 16px 0 0 16px;
  }
}
@media screen and (max-width: 1023px) {
  .banner {
    height: auto;
    overflow-x: hidden;
  }
  .banner .swiper-container {
    height: 360px;
  }
  .banner .swiper-pagination {
    bottom: 10%;
  }
  .banner .swiper-pagination-bullet {
    width: 50px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
  }
  .banner-search {
    position: static;
    margin-top: 10px;
    left: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .banner-search-box {
    width: 100%;
    margin-top: 10px;
  }
  .banner-search-tabitem {
    padding: 0 10px;
    margin-left: 10px;
    border-radius: 2px;
    color: #0c7cff;
    text-shadow: 0 0 0 transparent;
  }
  .banner-search-tabitem:first-child {
    margin-left: 0;
  }
  .banner-search-tabitem.current, .banner-search-tabitem:hover {
    color: #fff;
    background: #0c7cff;
  }
  .banner-search-tabitem.current::after, .banner-search-tabitem:hover::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #0c7cff transparent transparent transparent;
  }
  .banner-search-input {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
  }
  .banner-search-input, .banner-search-btn {
    height: 46px;
    line-height: 46px;
    font-size: 20px;
  }
  .banner-search-btn {
    min-width: auto;
  }
  .banner-search-hot {
    padding-left: 0;
  }
  .banner .ripple-img {
    display: none;
  }
  .main {
    margin-bottom: 20px;
  }
  .main .stripe-img {
    display: none;
  }
  .platform .mod-hd {
    padding: 40px 0 20px;
  }
  .project {
    margin-top: 40px;
  }
  .project .mod-bd {
    margin-top: 20px;
    padding: 10px;
  }
  .project .common-table-hd-row, .project .common-table-bd-row {
    font-size: 16px;
  }
  .project .col1 {
    width: 7%;
  }
  .project .col2 {
    width: 43%;
  }
  .project .col3 {
    width: 20%;
  }
  .project .col4 {
    width: 21%;
  }
}
@media screen and (max-width: 980px) {
  body::after {
    top: 40%;
    bottom: 0;
    height: auto;
  }
  .banner .swiper-container {
    height: 260px;
  }
  .banner .swiper-pagination-bullet {
    width: 30px;
  }
  .banner .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 3px;
  }
  .banner-search-input, .banner-search-btn {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    font-size: 16px;
  }
  .banner-search-tabitem {
    font-size: 16px;
  }
  .banner-search-hot-label {
    font-size: 16px;
  }
  .mod {
    margin: 0 10px;
  }
  .mod-hd-title {
    margin: 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .platform .mod-hd {
    padding: 20px 0 0;
  }
  .platform-list {
    margin: 0;
  }
  .platform-item {
    width: 100%;
    margin: 10px 0 0 0;
    height: 134px;
    padding-top: 30px;
  }
  .platform-mask {
    padding: 10px;
  }
  .platform-sub {
    margin: -10px 0 0 -10px;
  }
  .platform-sub-item {
    height: 52px;
    width: calc(50% - 10px);
    margin: 10px 0 0 10px;
  }
  .platform-sub-title {
    display: block;
    white-space: nowrap;
  }
  .project {
    margin-top: 20px;
  }
  .project .mod-bd {
    margin-top: 10px;
  }
  .project .common-table-wrap {
    height: 450px;
  }
  .project .common-table-hd-row, .project .common-table-bd-row {
    line-height: 40px;
    font-size: 14px;
  }
}
/* 友情链接 */
.friend {
  margin: 40px 0;
}
.friend .mod-hd {
  margin-bottom: 40px;
}
.friend .mod-bd {
  position: relative;
  margin: -16px;
}
.friend .swiper-container {
  min-height: 130px;
  padding: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.friend .swiper-button-next, .friend .swiper-button-prev {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  background-size: 7px 13px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
}
.friend .swiper-button-next:hover, .friend .swiper-button-prev:hover {
  background-color: #0c7cff;
}
.friend .swiper-button-prev {
  left: auto;
  right: 100%;
  background-image: url("../images/swiper_prev.png");
}
.friend .swiper-button-prev:not(.swiper-button-disabled):hover {
  background-image: url("../images/swiper_prev_h.png");
}
.friend .swiper-button-next {
  right: auto;
  left: 100%;
  background-image: url("../images/swiper_next.png");
}
.friend .swiper-button-next:not(.swiper-button-disabled):hover {
  background-image: url("../images/swiper_next_h.png");
}
.friend-link {
  display: block;
  height: 100px;
  border-radius: 6px;
  border: 2px solid #fff;
  background: #fff;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.1);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.friend-link:hover {
  -webkit-box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.3);
          box-shadow: 0px 2px 14px 0px rgba(4, 44, 101, 0.3);
}
.friend-link > img {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .friend .mod-bd {
    padding-left: 40px;
    padding-right: 40px;
    margin-left: 0;
    margin-right: 0;
  }
  .friend .swiper-button-prev {
    left: 0;
    right: auto;
  }
  .friend .swiper-button-next {
    right: 0;
    left: auto;
  }
}