/* 公共 样式 开始 */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #f3f3f3;

  min-height: 100vh;
  position: relative;
  min-width: 1200px;
  background-image: url(../image/bg2.jpg);
  background-position: center 1000px;
  background-size: 1920px 622px;
  background-repeat: no-repeat;
}

.header,
.section,
.footer {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header {
  width: 100%;
  height: 64px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.04);
  flex: none;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.section {
  flex: 1;
  z-index: 10;
}

.footer {
  width: 100%;
  height: 170px;
  background: #DBE8FE;
  flex: none;
}

.content {
  width: 1200px;
}

.header>.content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 64px;
}

.header>.content>.logo-img {
  width: 190px;
  height: 44px;
}

.header>.content>.btn-box {
  display: flex;
}

.header>.content .register-btn {
  width: 94px;
  height: 32px;
  background: #FFFFFF;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid #184E8D;
  color: #184E8D;
  font-style: normal;
  cursor: pointer;
  margin-right: 14px;
}

.header>.content .login-btn {
  width: 94px;
  height: 32px;
  background: #184E8D;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  font-style: normal;
  cursor: pointer;
}

.menu-box {
  height: 64px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: row;
}

.menu {
  margin: 0 23px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #45474D;
  text-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
  font-style: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
}

.menu.active {
  font-weight: 600;
}

/*.menu.active::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: -2px;
  right: -2px;
  height: 4px;*/
  /* background: #2E5EA5; */
  /*background: linear-gradient(270deg, rgba(97, 212, 255, 0) 0%, #32A9FF 100%);
}*/
    .menu.active::after {
        content: '';
        position: absolute;
        bottom: 0px;
        left: -2px;
        right: -2px;
        height: 4px;
        background: #2E5EA5;
    }



     


.footer .content {
  padding: 25px 0 14px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.footer .top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .logo-img {
  width: 190px;
  height: 44px;
}

.footer .bottom {
  flex: none;
  width: 100%;
  height: 48px;
  padding-top: 12px;
  text-align: center;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #6F778A;
  font-style: normal;
  border-top: 1px solid rgba(187, 187, 187, 0.31);
}

.contact-way {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #6F778A;
  line-height: 28px;
  text-align: left;
  font-style: normal;
}

.section>.routes-breadcrumb {
  flex: none;
  height: 36px;
}

@media (max-width: 1200px) {
  .body {
    background-position: -360px 1000px;
  }
}

/* 公共样式结束 */


/* 首页 开始 */

.home-page .item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 48px;
}

.home-page .item .item-left {
  width: 880px;
}

.home-page .item .item-left .title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 28px;
  color: #45474D;
  line-height: 40px;
  text-align: left;
  font-style: normal;
  margin-bottom: 20px;
}

.home-page .item .item-right {
  width: 280px;
  border-radius: 8px;
  border: 1px solid #EEEEEE;
  position: relative;
  padding: 13px 20px;
}

.home-page .item .item-right .icon-bg {
  width: 96px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

.item1 {
  margin-top: 540px;
}

.home-page .item1 .item-right {
  height: 565px;
  background: linear-gradient(186deg, #FFD6C5 0%, #FFFFFF 100%);
}

.home-page .item2 .item-right {
  height: 606px;
  background: linear-gradient(180deg, #E9F8FF 0%, #FFFFFF 100%);
}

.home-page .item1 .card-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-page .item1 .card {
  width: 100%;
  height: 150px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 13px 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.home-page .item2 .card-box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.home-page .item2 .card {
  flex: none;
  width: 278px;
  height: 264px;
  background: #FFFFFF;
  box-shadow: 0px 2px 20px 0px rgba(193, 213, 254, 0.2);
  border-radius: 12px;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}

.home-page .item1 .card .card-img-box {
  width: 220px;
  height: 124px;
  position: relative;
  margin-right: 20px;
}

.home-page .item1 .card .card-content {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.home-page .item1 .card .card-img {
  width: 220px;
  height: 124px;
}

.home-page .item1 .card .card-content-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #45474D;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* 例如，这里设置为2表示显示2行，超过部分显示为... */
  overflow: hidden;
}

.home-page .item1 .card .card-content-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: left;
  font-style: normal;
}

.home-page .item2 .card .card-img-box {
  width: 100%;
  height: 157px;
  position: relative;
  border-radius: 4px 4px 0 0;
}

.home-page .item2 .card .card-content {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding: 12px 16px 16px;
}

.home-page .item2 .card .card-img {
  width: 100%;
  height: 157px;
  border-radius: 4px 4px 0 0;
}

.home-page .item2 .card .card-content-title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 16px;
  color: #45474D;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  /* 例如，这里设置为2表示显示2行，超过部分显示为... */
  overflow: hidden;
}

.home-page .item2 .card .card-content-text {
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: left;
  font-style: normal;
}

.home-page .tag {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 53px;
  height: 22px;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  color: #F8F9FD;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 1px;
}

.home-page .success-tag {
  background-color: #15C9C9;
}

.home-page .warning-tag {
  background-color: #FCA445;
}

.home-page .error-tag {
  background-color: #F45F55;
}

.home-page .item-right>.title {
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 24px;
  color: #45474D;
  line-height: 33px;
  font-style: normal;
}

.home-page .inform-box {
  font-family: PingFangSC, PingFang SC;
  font-weight: 500;
  font-size: 14px;
  color: #222222;
  line-height: 20px;
  text-align: left;
  font-style: normal;
  margin-top: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid #F2E2DE;
  cursor: pointer;
  z-index: 10;
  position: relative;
}

.home-page .item2 .inform-box {
  border-bottom: 1px solid #EEEEEE;
}

.home-page .item-right>.inform-box:last-child {
  border: none;
}


.bg1 {
  position: absolute;
  top: 64px;
  background: url(../image/bg1.jpg) no-repeat center center;
  background-size: cover;
  min-width: 1200px;
  height: 480px;
  width: 100%;
  z-index: 1;
}

.service {
  width: 110px;
  height: 178px;
  position: fixed;
  top: 400px;
  right: 20px;
  z-index: 1000;
  background: url(../image/service.png) no-repeat center center;
  background-size: 110px 178px;
}

.service-phone {
  text-align: center;
  margin-top: 141px;
  font-family: PingFangSC, PingFang SC;
  font-weight: 600;
  font-size: 12px;
  color: #45474D;
  font-style: normal;
  margin-left: 14px;
}

/* 首页结束 */


/* 公告详情开始 */

.details-notice.section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}


.details-notice.section>.content {
  flex: 1;
  border-radius: 6px;
  background-color: #fff;
  padding: 40px 80px;
}

.details-notice .titleMain {
  padding-bottom: 12px;
  border-bottom: 1px solid #d9d9d9;
}

.details-notice .titleMain .title {
  font-size: 24px;
  font-weight: 700;
}

.details-notice .titleMain .dateBox {
  margin-top: 16px;
  font-size: 12px;
  color: #999;
  display: flex;
  align-items: center;
}

.details-notice .hnzzxx-DeMain {
  margin-top: 20px;
}

.details-notice .hnzzxx-DeInfo {
  color: #45474D;
  margin: 0 0 40px 0;
}

.details-notice .hnzzxx-DeDownload {
  margin-top: 20px;
}

.details-notice .hnzzxx-DeDownload-header {
  font-weight: 700;
}

.details-notice .hnzzxx-DeDownload-colle {
  margin-top: 16px;
}

.details-notice .hnzzxxDeDownload-item {
  border-radius: 6px;
  background-color: #f5f6f7;
  padding: 8px 16px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 16px;
}

.details-notice .hnzzxxDeDownload-item-l {
  display: flex;
  align-items: flex-start;
  color: #3370ff;
}

.details-notice .hnzzxxDeDownload-item-r {
  width: 96px;
  flex-shrink: 0;
  display: flex;
  font-size: 12px;
  justify-content: flex-end;
  color: #45474d;
}

/* 公告详情结束 */

/* 通知公告开始 */

.notification.section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.notification.section>.routes-breadcrumb {
  flex: none;
  height: 36px;
}

.notification.section>.content {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.notification .left-image {
  width: 260px;
  height: 415px;
  margin-right: 40px;
}

.notification .card-box {
  border-radius: 6px;
  background-color: #fff;
  padding: 40px;
  flex: 1;
  width: 900px;
}

.notification .card {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 24px;
  cursor: pointer;
}

.notification .date {
  flex: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #9ba5af;
  font-weight: 700;
  text-align: center;
  margin-right: 16px;
  width: 47px;
}

.notification .day {
  font-size: 24px;

}

.notification .year-month {
  font-size: 12px;
}

.notification .affiche {
  width: 757px;
  flex: none;
  display: flex;
  flex-direction: column;
  padding-left: 17px;
  border-left: 1px solid #d9d9d9;
}

.notification .affiche .title {
  color: #45474d;
  font-size: 16px;
}

.notification .affiche .text {
  color: #45474d;
  font-size: 14px;
  margin-top: 12px;
  color: #999;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* 通知结束开始 */

/* 常见问题 开始 */

.common-problem.section {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}

.common-problem.section>.content {
  flex: 1;
  display: flex;
  flex-direction: row;
}

.common-problem .left-image {
  width: 260px;
  height: 415px;
  margin-right: 40px;
}

.common-problem .card-box {
  border-radius: 6px;
  flex: 1;
  width: 900px;
}

.common-problem .card {
  width: 100%;
  border: 1px solid hsla(0, 0%, 85.1%, .5);
  border-radius: 12px;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.01);
  background-color: #fff;
  padding: 24px;
  color: #45474d;
  font-weight: bold;
  display: block;
  margin-bottom: 24px;
  cursor: pointer;
}

/* 常见问题 结束 */

/* 手拉手项目开始 */
.sls-block {
  width: 100%;
  min-width: 1200px;
  background-color: #fff;
}

.slsBanner {
  background: url(../image/sls/bg01.png) repeat-x;
  background-size: 100% 400px;
  min-width: 1200px;
  height: 400px;
  width: 100%;
  margin-bottom: 40px;
  position: relative;
}

/* .slsBanner::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1200px;
  height: 400px;
  background: url(../image/sls/bg02.png) no-repeat center center;
  background-size: 1200px 400px;
  pointer-events: none;
} */

.container1200 {
  width: 1200px;
  margin: 0 auto;
}

.sls-main-block {
  display: flex;
  justify-content: space-between;
  margin: 0 0 40px 0;
}

.sls-mainL {
  width: 774px;
}

.sls-review-header,
.sls-main-header {
  border-bottom: 1px solid #E6E6E6;

}

.sls-headerIn {
  display: inline-block;
}

.sls-review-header .sls-headerIn .sls-review-hTit,
.sls-main-header .sls-m-hTit {
  padding: 12px 0;
  display: flex;
  align-items: center;
  border-bottom: 6px solid #32A9FF;
}

.sls-review-header .sls-headerIn .sls-review-hTit .sls-review-hTit-icon,
.sls-main-header .sls-headerIn .sls-m-hTit .sls-m-hTit-icon {
  width: 18px;
  height: 18px;
  margin: 0 6px 0 0;
}

.sls-review-header .sls-headerIn .sls-review-hTit .sls-review-hTit-txt,
.sls-main-header .sls-headerIn .sls-m-hTit .sls-m-hTit-txt {
  font-weight: bold;
  font-size: 20px;
  color: #222222;
}

.sls-mainL-con .sls-mainL-conItem {
  padding: 20px 0;
  height: 175px;
  border-bottom: 1px solid #E6E6E6;
}

.sls-mainL-con .sls-mainL-conItem:last-child {
  border-bottom: 1px solid transparent;
}

.sls-mainL-con .sls-mainL-conItem {
  display: flex;
  /* align-items: center; */
}

.sls-mainL-conItem .sls-L-ItemL {
  margin-right: 14px;
}

.sls-mainL-conItem .sls-L-Item-img {
  width: 240px;
  height: 135px;
  border-radius: 4px;
}

.sls-mainL-conItem .sls-L-ItemR .sls-L-ItemR-tit {
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  margin-bottom: 8px;
  overflow: hidden;
/*  white-space: nowrap;*/
  text-overflow: ellipsis;
  width: 515px;
}

.sls-mainL-conItem .sls-L-ItemR .sls-L-ItemR-subTit {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 18px;
}

.sls-mainL-conItem .sls-L-ItemR .sls-L-ItemR-btn {
  display: inline-block;
  /* padding: 6px 18px; */
  background: linear-gradient(270deg, #38C9FF 0%, #32A9FF 100%);
  border-radius: 16px;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 110px;
  height: 32px;
  gap: 6px;
}

.sls-mainL-conItem .sls-L-ItemR .sls-L-ItemR-btn:hover {
  box-shadow: 0px 4px 12px rgba(50, 169, 255, 0.4);
}

.sls-mainR {
  width: 386px;
}

.sls-mainR .sls-main-header .sls-m-hTit {
  border-bottom: 6px solid #FF8D25;
}

.sls-mainR-con .sls-mainR-conItem {
  width: 386px;
  height: 66px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #ECECEC;
  display: flex;
  padding: 10px;
  margin-top: 20px;
  text-decoration: none;
  transition: box-shadow 0.3s ease;
}

.sls-mainR-con .sls-mainR-conItem:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.sls-mainR-con .sls-mainR-conItem .sls-r-ItemImg {
  width: 46px;
  height: 46px;
  margin: 0 10px 0 0;
  border-radius: 2px;
}

.sls-mainR-con .sls-mainR-conItem .sls-r-ItemR {
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.sls-review-block {

  padding: 20px 0;
  background: url(../image/sls/bg03.png) no-repeat right center;
  background-size: cover;
  min-width: 1200px;
  /* height: 480px; */
}

.sls-review-con {
  position: relative;
}

.review-swiperItem {
  width: 285px;
  height: 240px;
  background: #FFFFFF;
  border-radius: 4px;
  transition: box-shadow 0.3s ease;
}

.review-swiperItem:hover {
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.review-swiperItem .review-swiperItembanner {
  width: 285px;
  height: 160px;
  position: relative;
}

.review-swiperItem .review-swiperItemImg {
  width: 285px;
  height: 160px;
}

.review-swiperItem .review-swiperItembanner .review-swiperItemPlay {
  width: 36px;
  height: 36px;
  background: rgba(17, 17, 17, 0.3);
  border-radius: 18px;
  position: absolute;
  left: 10px;
  bottom: 10px;
  transition: box-shadow 0.3s ease;
}

.review-swiperItem:hover .review-swiperItemPlay {
  background: rgba(17, 17, 17, 0.5);

}

.review-swiperItem .review-swiperItembanner .review-swiperItemPlay::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 14px;
  border-color: transparent transparent transparent #FFFFFF;
  transition: box-shadow 0.3s ease;
}



.review-swiperItem .link-swiperItem {
  text-decoration: none;
}

.review-swiperItem .review-swiperItemTit {
  font-weight: normal;
  font-size: 14px;
  color: #222222;
  line-height: 22px;
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 12px;
  font-weight: bold;
}

.sls-review-con .swiper-wrapper .swiper-slide {
  /* width: 285px !important; */
  padding-top: 20px;
  padding: 20px 0 0 0;
  height: 290px !important;
}

.sls-review-con .swiper-custom-prev,
.sls-review-con .swiper-custom-next {
  width: 56px;
  height: 56px;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px 0px rgba(32, 74, 220, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  cursor: pointer;
  font-size: 23px;
  color: #57657E;
  position: absolute;
  top: 115px;
  z-index: 10;
}

.sls-review-con .swiper-custom-prev:hover,
.sls-review-con .swiper-custom-next:hover {
  font-weight: bold;
}

.sls-review-con .swiper-custom-prev img,
.sls-review-con .swiper-custom-next img {
  width: 20px;
  height: 16px;
}

.sls-review-con .swiper-custom-next img {
  transform: rotate(180deg);
}

.sls-review-con .swiper-custom-prev img,
.sls-review-con .swiper-custom-next img {
  filter: invert(40%) sepia(9%) saturate(1083%) hue-rotate(185deg) brightness(90%) contrast(83%);
}

.sls-review-con .swiper-custom-prev {
  left: -80px;
}

.sls-review-con .swiper-custom-next {
  right: -80px;
}

.sls-review-conIn {
  display: flex;
  align-items: center;
  padding: 20px 0 0 0;
  /* justify-content: space-between; */
}

.sls-review-conIn .review-swiperItem {
  margin-right: 20px;
}

@media (max-width: 1385px) {
  .sls-review-con .swiper-custom-prev {
    left: 0;
  }

  .sls-review-con .swiper-custom-next {
    right: 0;
  }
}

/* 手拉手项目结束 */