@charset "UTF-8";
/**
 * 首页
 * date: 2025-3-31
 * author: jyxuan
 */
body {
  background-color: #fff;
}

.main {
  padding-bottom: 282px;
}

/* 首页模块 */
.index-mod {
  padding: 30px 0;
}
.index-mod-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-mod-hd::before, .index-mod-hd::after {
  content: "";
  width: 309px;
  height: 12px;
  background: no-repeat center;
}
.index-mod-hd::before {
  background-image: url("../images/index_mod_hd_icon1.png");
}
.index-mod-hd::after {
  background-image: url("../images/index_mod_hd_icon2.png");
}
.index-mod-hd-title {
  margin: 0 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: 42px;
}
.index-mod-bd {
  position: relative;
  margin-top: 20px;
}
.index-mod-more {
  position: absolute;
  top: -51px;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 17px;
  height: 21px;
  color: #de281f;
  line-height: 21px;
  background: url("../images/more_icon.png") no-repeat right center;
}
.index-mod-more:hover {
  color: #de281f;
}
.index-mod-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-mod-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 24px;
  width: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
}

/* banner */
.banner {
  position: relative;
  height: 567px;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper-pagination-bullets {
  bottom: 40px;
  left: 50%;
  right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.banner .swiper-pagination-bullet {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 !important;
  width: 0;
  height: 2px;
  border-radius: 0;
  background: #fff;
  opacity: 0.4;
}
.banner .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 10px !important;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner .swiper-pagination-bullet-num {
  position: absolute;
  bottom: calc(100% + 4px);
  left: 0;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}
.banner-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  	 object-fit: cover;
}
.banner-link {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 1200px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  pointer-events: none;
}
.banner-link-con {
  width: 207px;
  pointer-events: all;
}
.banner-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  height: 95px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(rgba(255, 229, 228, 0.8)));
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.8) 0%, rgba(255, 229, 228, 0.8) 100%);
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
  -webkit-backdrop-filter: blur(2.25px);
          backdrop-filter: blur(2.25px);
}
.banner-link-item:hover .banner-link-text {
  color: #de281f;
}
.banner-link-item + .banner-link-item {
  margin-top: 16px;
}
.banner-link-img {
  margin-right: 8px;
  width: 70px;
  height: 75px;
}
.banner-link-text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 0;
  color: #333;
  font-size: 16px;
  line-height: 20px;
}

/* 新闻 */
.news {
  width: 414px;
  height: 340px;
}
.news .swiper-button-prev,
.news .swiper-button-next {
  top: 50%;
  margin: 0;
  width: 15px;
  height: 25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.news .swiper-button-prev::after,
.news .swiper-button-next::after {
  color: #fff;
  font-size: 23px;
  font-weight: bold;
}
.news .swiper-button-prev.swiper-button-disabled,
.news .swiper-button-next.swiper-button-disabled {
  opacity: 0.5;
}
.news .swiper-button-prev {
  left: 27px;
  right: auto;
}
.news .swiper-button-next {
  left: auto;
  right: 27px;
}
.news .swiper-pagination-bullets {
  bottom: 64px;
  left: 22px;
  right: auto;
  width: auto;
  height: 3px;
}
.news .swiper-pagination-bullet {
  margin: 0 2px !important;
  width: 40px;
  height: 100%;
  vertical-align: top;
  border-radius: 0;
  background: #fff;
  opacity: 0.36;
}
.news .swiper-pagination-bullet-active {
  opacity: 1;
}
.news-item {
  position: relative;
  display: block;
  height: 100%;
}
.news-img {
  display: block;
  width: 100%;
  height: 100%;
}
.news-title {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 22px;
  width: 100%;
  height: 107px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
.news-text {
  height: 24px;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* 公告 */
.notice {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 16px;
  width: 0;
  height: 340px;
}
.notice-tab-hd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 57px;
}
.notice-tab-hd-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 12px;
  height: 30px;
  color: #666;
  line-height: 30px;
  border-radius: 15px;
  background-color: #f7f7f7;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.notice-tab-hd-item.current {
  color: #fff;
  font-weight: bold;
  background-color: #de281f;
}
.notice-tab-hd-item + .notice-tab-hd-item {
  margin-left: 4px;
}
.notice-tab-bd {
  margin-top: 24px;
  height: calc(100% - 54px);
}
.notice-tab-bd-item {
  height: 100%;
}
.notice-more {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 17px;
  height: 21px;
  color: #de281f;
  line-height: 21px;
  background: url("../images/more_icon.png") no-repeat right center;
}
.notice-more:hover {
  color: #de281f;
}
.notice-list {
  height: 100%;
  overflow: hidden;
}
.notice-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 0 9px 20px;
  height: 21px;
  line-height: 21px;
  border-bottom: 1px solid #e8e8e8;
  background: url("../images/notice_item_icon.png") no-repeat left 3px;
}
.notice-item:hover {
  border-color: #de281f;
}
.notice-item:hover .notice-title,
.notice-item:hover .notice-date {
  color: #de281f;
}
.notice-item + .notice-item {
  margin-top: 20px;
}
.notice-title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 10px;
  width: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.notice-date {
  color: #999;
}

/* 联系客服 */
.service {
  position: relative;
  margin-left: 30px;
  width: 286px;
  height: 388px;
  background: url("../images/service_bg.png") no-repeat center;
}
.service-con {
  position: absolute;
  bottom: 14px;
  left: 10px;
  right: 10px;
  padding: 10px 10px 15px;
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(1.85px);
          backdrop-filter: blur(1.85px);
}
.service-title {
  margin-bottom: 16px;
  padding-left: 48px;
  height: 38px;
  font-size: 18px;
  font-weight: bold;
  line-height: 38px;
  background: url("../images/service_icon.png") no-repeat left center;
}
.service-text {
  line-height: 18px;
}
.service-text + .service-text {
  margin-top: 10px;
}

/* 专区 */
.zone.zone1 {
  background: url("../images/zone_bg1.png") no-repeat center/cover;
}
.zone.zone1 .datagrid > thead > tr > th:nth-child(1) {
  width: 81px;
}
.zone.zone1 .datagrid > thead > tr > th:nth-child(3) {
  width: 275px;
}
.zone.zone1 .datagrid > thead > tr > th:nth-child(4) {
  width: 152px;
}
.zone.zone2 .datagrid > thead > tr > th:nth-child(1) {
  width: 81px;
}
.zone.zone2 .datagrid > thead > tr > th:nth-child(3) {
  width: 275px;
}
.zone.zone2 .datagrid > thead > tr > th:nth-child(4) {
  width: 152px;
}
.zone.zone3 {
  background: url("../images/zone_bg2.png") no-repeat center/cover;
}
.zone.zone3 .datagrid > thead > tr > th:nth-child(2) {
  width: 152px;
}
.zone-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.zone-tab-hd {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0;
  width: 180px;
  min-height: 440px;
  border-radius: 4px;
  background: url("../images/zone_tab_bg.png") no-repeat left top/cover;
}
.zone-tab-hd-item {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  overflow: hidden;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.zone-tab-hd-item.current {
  font-weight: bold;
}
.zone-tab-hd-item.current::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  width: 16px;
  height: 24px;
  border-radius: 50%;
  background-color: #fe0;
  -webkit-box-shadow: 2px -2px 14px 0 #a10800;
          box-shadow: 2px -2px 14px 0 #a10800;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zone-tab-hd-item.current::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 19px;
  background: url("../images/zone_tab_icon.png") no-repeat center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.zone-tab-hd-item + .zone-tab-hd-item {
  margin-top: 20px;
}
.zone-tab-bd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 24px;
  width: 0;
}

/* 帮助中心 */
.help-con {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  border-radius: 4px;
  -webkit-box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
          box-shadow: 0 2px 14px 0 rgba(4, 44, 101, 0.1);
}
.help-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 16px;
  width: 0;
  height: 88px;
  color: #333;
  font-size: 16px;
  line-height: 24px;
  border-radius: 4px;
  background: no-repeat right center, #fff2f1;
}
.help-item:nth-child(1) {
  background-image: url("../images/help_icon1.png");
}
.help-item:nth-child(2) {
  background-image: url("../images/help_icon2.png");
}
.help-item:nth-child(3) {
  background-image: url("../images/help_icon3.png");
}
.help-item:nth-child(4) {
  background-image: url("../images/help_icon4.png");
}
.help-item:nth-child(5) {
  background-image: url("../images/help_icon5.png");
}
.help-item:nth-child(6) {
  background-image: url("../images/help_icon6.png");
}
.help-item:hover {
  color: #de281f;
}
.help-item + .help-item {
  margin-left: 20px;
}