.wrap {
  width: 1216px;
  margin: 0 auto;
}
.dian {
  height: 70px;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  height: 70px;
  transition: 0.3s;
  background-color: #fff;
}
header.active {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(2px);
}
header .header-wrap {
  height: 100%;
  padding: 0 112px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-wrap .logo {
  width: 146px;
}
header .header-wrap .logo a img {
  width: 146px;
  display: block;
}
header .header-wrap .header-navs {
  display: flex;
  align-items: center;
}
header .header-wrap .header-navs li {
  position: relative;
  height: 100%;
}
header .header-wrap .header-navs li:not(:last-child) {
  margin-right: 30px;
}
header .header-wrap .header-navs li.active a {
  color: #227cff;
}
header .header-wrap .header-navs li:hover a {
  color: #227cff;
}
header .header-wrap .header-navs li > a {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 14px;
  color: #001245;
}
.banner {
  height: 500px;
}
.banner .swiper {
  height: 100%;
}
.banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  background-color: #fff;
}
.banner .swiper .swiper-slide {
  height: 100%;
  position: relative;
}
.banner .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper .swiper-slide .text-box {
  position: absolute;
  top: 50%;
  left: 112px;
  transform: translateY(-50%);
  color: #fff;
}
.banner .swiper .swiper-slide .text-box.text-box2 h2 {
  color: #001245;
}
.banner .swiper .swiper-slide .text-box.text-box2 p {
  background: linear-gradient(
    90deg,
    rgba(9, 176, 255, 0.8) 0%,
    rgba(24, 133, 255, 0.8) 100%
  );
}
.banner .swiper .swiper-slide .text-box h2 {
  font-size: 60px;
  font-weight: normal;
  font-family: "Medium";
}
.banner .swiper .swiper-slide .text-box p {
  font-size: 20px;
  margin-top: 30px;
  padding: 0 24px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: max-content;
  line-height: 50px;
}
.mainintro-floor {
  padding: 90px 0;
}
.mainintro-floor .mainintro-list {
  display: flex;
  justify-content: space-between;
}
.mainintro-floor .mainintro-list .mainintro-item {
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainintro-floor .mainintro-list .mainintro-item .introicon {
  width: 175px;
  height: 165px;
  object-fit: contain;
  margin-bottom: 44px;
}
.mainintro-floor .mainintro-list .mainintro-item .mainintro-item-content {
  text-align: center;
}
.mainintro-floor .mainintro-list .mainintro-item .mainintro-item-content h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 16px;
  color: #001245;
  font-family: Arial, Helvetica, sans-serif;
}
.mainintro-floor .mainintro-list .mainintro-item .mainintro-item-content p {
  font-size: 14px;
  color: #6d758f;
  text-align: center;
  line-height: 1.8em;
}
.fenbu-floor {
  position: relative;
}
.fenbu-floor .fenbu-img {
  position: absolute;
  width: 100%;
  display: block;
  z-index: 2;
}
.fenbu-floor .fenbu-img-zw {
  width: 100%;
  display: block;
}
.fenbu-floor .wrap {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
  z-index: 3;
}
.fenbu-floor .wrap .text-box {
  width: 385px;
}
.fenbu-floor .wrap .text-box h2 {
  font-size: 42px;
  color: #001245;
  font-weight: normal;
  margin-bottom: 100px;
}
.fenbu-floor .wrap .text-box .num-list .num-item:not(:last-child) {
  margin-bottom: 48px;
}
.fenbu-floor .wrap .text-box .num-list .num-item .num {
  font-size: 16px;
  color: #001245;
  font-family: "Medium";
}
.fenbu-floor .wrap .text-box .num-list .num-item .num span {
  font-size: 56px;
  color: #227cff;
  font-weight: bold;
}
.fenbu-floor .wrap .text-box .num-list .num-item .line {
  width: 358px;
  height: 1px;
  background: linear-gradient(to right, #001245, #00124500);
  margin: 14px 0;
}
.fenbu-floor .wrap .text-box .num-list .num-item p {
  font-size: 14px;
  color: #001245;
}
.levelup-floor {
  position: relative;
  padding: 218px 0;
}
.levelup-floor::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(
    270deg,
    rgba(0, 18, 69, 0) 0%,
    rgba(0, 18, 69, 0.6) 100%
  );
}
.levelup-floor .levelupbg {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
  transform: rotateY(180deg);
}
.levelup-floor .levelupbg-img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 0;
  display: none;
}
.levelup-floor .wrap {
  position: relative;
  z-index: 2;
}
.levelup-floor .wrap .title-box {
  color: #fff;
  margin-bottom: 70px;
}
.levelup-floor .wrap .title-box h2 {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: normal;
}
.levelup-floor .wrap .title-box p {
  width: 614px;
  font-size: 14px;
  line-height: 1.8em;
}
.levelup-floor .wrap .floor-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.levelup-floor .wrap .floor-list .floor-item {
  height: 410px;
  position: relative;
}
.levelup-floor .wrap .floor-list .floor-item:hover .floor-mc {
  background: rgba(0, 18, 69, 0.7);
  justify-content: center;
  align-items: center;
  text-align: center;
}
.levelup-floor .wrap .floor-list .floor-item:hover .floor-mc h3 {
  transform: translateY(0);
  margin-bottom: 12px;
}
.levelup-floor .wrap .floor-list .floor-item:hover .floor-mc p {
  transform: translateY(0);
}
.levelup-floor .wrap .floor-list .floor-item .levelupimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.levelup-floor .wrap .floor-list .floor-item .floor-mc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: background 0.3s ease;
}
.levelup-floor .wrap .floor-list .floor-item .floor-mc h3 {
  font-size: 24px;
  margin-bottom: 16px;
  transform: translateY(10px);
  transition:
    transform 0.5s ease,
    margin-bottom 0.5s ease;
}
.levelup-floor .wrap .floor-list .floor-item .floor-mc p {
  font-size: 14px;
  line-height: 1.8em;
  transform: translateY(10px);
  transition: transform 0.5s ease;
}
.contact-floor {
  padding: 100px 0;
}
.contact-floor .wrap {
  display: flex;
  align-items: center;
}
.contact-floor .wrap .img-box {
  width: 696px;
  height: 357px;
  overflow: hidden;
  margin-right: 64px;
}
.contact-floor .wrap .img-box:hover img {
  transform: scale(1.1);
}
.contact-floor .wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.contact-floor .wrap .text-box {
  flex: 1;
}
.contact-floor .wrap .text-box h2 {
  font-weight: normal;
  font-size: 42px;
  color: #001245;
}
.contact-floor .wrap .text-box p {
  margin: 32px 0;
  margin-top: 25px;
  font-size: 14px;
  line-height: 1.8em;
  color: #6d758f;
}
.contact-floor .wrap .text-box .floor-btn a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 165px;
  height: 50px;
  position: relative;
  background: url(../img/btnbg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 16px;
  padding-left: 20px;
  padding-right: 25px;
  padding-bottom: 6px;
}
.contact-floor .wrap .text-box .floor-btn a:hover img {
  transform: translateX(5px);
}
.contact-floor .wrap .text-box .floor-btn a img {
  width: 15px;
  display: block;
  transition: 0.3s;
}
.footer {
  padding-top: 167px;
  padding-bottom: 30px;
  background: url(../img/footerbg.png) no-repeat center center;
  background-size: 100% 100%;
}
.footer .wrap .footer-top {
  display: flex;
  margin-bottom: 20px;
}
.footer .wrap .footer-top .logo {
  width: 160px;
}
.footer .wrap .footer-top .logo img {
  width: 100%;
  display: block;
}
.footer .wrap .footer-top .footer-navs {
  margin-left: auto;
  margin-right: 100px;
}
.footer .wrap .footer-top .footer-navs ul li:not(:last-child) {
  margin-bottom: 12px;
}
.footer .wrap .footer-top .footer-navs ul li a {
  font-size: 14px;
  color: #fff;
}
.footer .wrap .footer-top .footer-navs ul li a:hover {
  color: #227cff;
}
.footer .wrap .footer-top .code-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.footer .wrap .footer-top .code-box .img-box {
  width: 128px;
  height: 128px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}
.footer .wrap .footer-top .code-box .img-box img {
  width: 100%;
  display: block;
}
.footer .wrap .footer-top .code-box p {
  text-align: center;
  color: #fff;
  font-size: 14px;
}
.footer .wrap .footer-bottom {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.footer .wrap .footer-bottom a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}
.nr-banner {
  position: relative;
  height: 500px;
}
.nr-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nr-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.nr-banner .text-box {
  position: absolute;
  top: 50%;
  left: 112px;
  transform: translateY(-50%);
  color: #fff;
}
.nr-banner .text-box h2 {
  font-size: 60px;
  font-weight: normal;
  font-family: "Medium";
}
.nr-banner .text-box p {
  font-size: 20px;
  margin-top: 30px;
  padding: 0 24px;
  height: 50px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  width: max-content;
  line-height: 50px;
}
.survice-floor1 {
  background: #f9f9f9;
}
.survice-floor1 .wrap {
  display: flex;
  align-items: center;
}
.survice-floor1 .wrap .img-box {
  width: 680px;
  height: 510px;
  margin-left: 18px;
}
.survice-floor1 .wrap .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.survice-floor1 .wrap .text-box {
  flex: 1;
}
.survice-floor1 .wrap .text-box h2 {
  font-size: 42px;
  font-weight: normal;
  color: #001245;
  margin-bottom: 30px;
}
.survice-floor1 .wrap .text-box > p {
  width: 385px;
  font-size: 14px;
  line-height: 1.8em;
  color: #6d758f;
  margin-bottom: 50px;
}
.survice-floor1 .wrap .text-box .num-list {
  display: flex;
  justify-content: space-between;
}
.survice-floor1 .wrap .text-box .num-list .num-item .num {
  font-size: 32px;
  color: #001245;
  margin-bottom: 14px;
}
.survice-floor1 .wrap .text-box .num-list .num-item .num span {
  color: #227cff;
  font-size: 50px;
  font-weight: bold;
}
.survice-floor1 .wrap .text-box .num-list .num-item p {
  font-size: 20px;
  color: #6d758f;
}
.common-floor .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.common-floor .title-box h2 {
  font-size: 42px;
  font-weight: normal;
  color: #001245;
  margin-bottom: 30px;
}
.common-floor .title-box p {
  width: 592px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.8em;
  color: #6d758f;
}
.survice-floor2 {
  padding: 100px 0;
}
.survice-floor2 .floor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.survice-floor2 .floor-list .floor-item {
  height: 290px;
  position: relative;
}
.survice-floor2 .floor-list .floor-item:hover .zqimg {
  opacity: 0;
}
.survice-floor2 .floor-list .floor-item:hover .floor-mc .zqicon {
  opacity: 1;
}
.survice-floor2 .floor-list .floor-item:hover h3 {
  color: #001245;
}
.survice-floor2 .floor-list .floor-item:hover p {
  color: #001245;
}
.survice-floor2 .floor-list .floor-item .zqimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.survice-floor2 .floor-list .floor-item .floor-mc {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  padding: 20px;
}
.survice-floor2 .floor-list .floor-item .floor-mc .zqicon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  display: block;
  opacity: 0;
  transition: 0.3s;
}
.survice-floor2 .floor-list .floor-item .floor-mc h3 {
  font-size: 24px;
  margin-bottom: 16px;
  position: relative;
  z-index: 2;
}
.survice-floor2 .floor-list .floor-item .floor-mc p {
  font-size: 14px;
  line-height: 1.8em;
  width: 230px;
  position: relative;
  z-index: 2;
}
@keyframes survice-friend-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.survice-floor3 {
  padding: 30px 0;
}
.survice-floor3 .floor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 50px;
}
.survice-floor3 .floor-list .floor-item {
  height: 290px;
  position: relative;
  overflow: hidden;
}
.survice-floor3 .floor-list .floor-item:hover .hzimg {
  transform: scale(1.1);
}
.survice-floor3 .floor-list .floor-item .hzimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 0.3s;
}
.survice-floor3 .floor-list .floor-item .text-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 20px 24px;
  background: linear-gradient(180deg, rgba(0, 18, 69, 0) 0%, #001245 100%);
  font-size: 18px;
  color: #fff;
}
.survice-floor3 .wrapper {
  width: 100%;
  overflow: hidden;
}
.survice-floor3 .wrapper .friend-marquee-track {
  display: flex;
  width: max-content;
  animation: survice-friend-marquee 20s linear infinite;
}
.survice-floor3 .wrapper:hover .friend-marquee-track {
  animation-play-state: paused;
}
.survice-floor3 .wrapper .boxes {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: max-content;
}
.survice-floor3 .wrapper .friend-item {
  width: 200px;
  height: 68px;
  border-radius: 20px;
  border: 1px solid rgba(0, 18, 69, 0.1);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.survice-floor3 .wrapper .friend-item .friend-img {
  width: 60%;
  height: 60%;
  object-fit: contain;
  display: block;
}
.solution-floor1 {
  padding: 80px 0;
  background: #f9faf7;
}
.solution-floor1 .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.solution-floor1 .wrap .sfloor1img {
  width: 486px;
  display: block;
}
.solution-floor1 .wrap .icon-list.icon-list2 .icon-box {
  margin-right: 0;
  margin-left: 30px;
}
.solution-floor1 .wrap .icon-list.icon-list2 .text-box {
  text-align: right;
}
.solution-floor1 .wrap .icon-list .icon-item {
  display: flex;
  align-items: center;
}
.solution-floor1 .wrap .icon-list .icon-item:not(:last-child) {
  margin-bottom: 145px;
}
.solution-floor1 .wrap .icon-list .icon-item .icon-box {
  width: 64px;
  height: 64px;
  background: #001245;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}
.solution-floor1 .wrap .icon-list .icon-item .icon-box.active {
  background: #227cff;
}
.solution-floor1 .wrap .icon-list .icon-item .icon-box img {
  width: 36px;
  display: block;
}
.solution-floor1 .wrap .icon-list .icon-item .text-box {
  flex: 1;
}
.solution-floor1 .wrap .icon-list .icon-item .text-box h3 {
  font-size: 24px;
  color: #001245;
  margin-bottom: 16px;
  font-family: Arial, Helvetica, sans-serif;
}
.solution-floor1 .wrap .icon-list .icon-item .text-box p {
  width: 230px;
  font-size: 14px;
  line-height: 1.8em;
  color: #001245;
}
.solution-floor2 {
  padding: 60px 0;
  background: url(../img/sfloor2bg.png) no-repeat center center;
  background-size: 100% 100%;
}
.solution-floor2 .wrap .video-box {
  width: 100%;
  height: 684px;
  overflow: hidden;
  margin-bottom: 35px;
}
.solution-floor2 .wrap .video-box video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.solution-floor2 .wrap .video-box.solution-dual-video {
  position: relative;
}
.solution-floor2 .wrap .video-box.solution-dual-video video {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 0;
  pointer-events: none;
}
.solution-floor2 .wrap .video-box.solution-dual-video video.dual-video-active {
  opacity: 1;
  z-index: 1;
}
.solution-floor2 .wrap .text-box {
  display: flex;
  color: #fff;
}
.solution-floor2 .wrap .text-box .text-box1 {
  width: 394px;
}
.solution-floor2 .wrap .text-box .text-box1 h2 {
  font-size: 42px;
  margin-bottom: 30px;
  font-weight: normal;
}
.solution-floor2 .wrap .text-box .text-box1 p {
  font-size: 14px;
  line-height: 1.8em;
}
.solution-floor2 .wrap .text-box .text-boxlist.ml {
  margin-left: auto;
}
.solution-floor2 .wrap .text-box .text-boxlist:not(:last-child) {
  margin-right: 100px;
}
.solution-floor2 .wrap .text-box .text-boxlist .text-boxitem {
  width: 266px;
}
.solution-floor2 .wrap .text-box .text-boxlist .text-boxitem:not(:last-child) {
  margin-bottom: 38px;
}
.solution-floor2 .wrap .text-box .text-boxlist .text-boxitem h3 {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.solution-floor2 .wrap .text-box .text-boxlist .text-boxitem p {
  font-size: 14px;
  line-height: 1.8em;
}
.solution-floor3 {
  padding: 100px 0;
  padding-bottom: 0;
}
.solution-floor3 .title-box {
  margin-bottom: 100px;
  text-align: center;
}
.solution-floor3 .title-box h2 {
  font-size: 42px;
  font-weight: normal;
}
.solution-floor3 .mainintro-list {
  display: flex;
  justify-content: space-between;
}
.solution-floor3 .mainintro-list .mainintro-item {
  width: 230px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.solution-floor3 .mainintro-list .mainintro-item .introicon {
  width: 175px;
  height: 165px;
  object-fit: contain;
  margin-bottom: 44px;
}
.solution-floor3 .mainintro-list .mainintro-item .mainintro-item-content {
  text-align: center;
}
.solution-floor3 .mainintro-list .mainintro-item .mainintro-item-content h3 {
  font-size: 24px;
  color: #333;
  margin-bottom: 16px;
  color: #001245;
  font-weight: 700;
  font-family: Arial, Helvetica, sans-serif;
}
.solution-floor3 .mainintro-list .mainintro-item .mainintro-item-content p {
  font-size: 14px;
  color: #6d758f;
  text-align: center;
  line-height: 1.8em;
}
.news-banner {
  position: relative;
  height: 500px;
}
.news-banner .newsbannerimg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-banner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-banner .text-box {
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(90deg, #2076f4 0%, rgba(32, 118, 244, 0) 100%);
  width: 1440px;
  padding: 25px 100px;
  padding-right: 356px;
  color: #fff;
  font-size: 42px;
  font-family: "Medium";
}
.news-floor {
  padding: 66px 0;
}
.news-floor .floor-title {
  font-size: 42px;
  font-family: "Medium";
  color: #001245;
  margin-bottom: 30px;
}
.news-floor .ttyw-content {
  margin-bottom: 100px;
}
.news-floor .ttyw-content .news-list .news-item:not(:last-child) {
  margin-bottom: 30px;
}
.news-floor .ttyw-content .news-list .news-item:hover a .text-box .newstitle {
  color: #227cff;
}
.news-floor .ttyw-content .news-list .news-item:hover a .text-box p {
  color: #001245;
}
.news-floor .ttyw-content .news-list .news-item a {
  display: flex;
}
.news-floor .ttyw-content .news-list .news-item a .img-box {
  width: 488px;
  height: 274px;
  margin-right: 30px;
}
.news-floor .ttyw-content .news-list .news-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-floor .ttyw-content .news-list .news-item a .text-box {
  flex: 1;
  padding: 24px 0;
  display: flex;
  flex-direction: column;
}
.news-floor .ttyw-content .news-list .news-item a .text-box .newsdate {
  font-size: 14px;
  color: #6d758f;
  margin-bottom: 30px;
}
.news-floor .ttyw-content .news-list .news-item a .text-box .newstitle {
  font-size: 24px;
  color: #001245;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-weight: bold;
  transition: 0.3s;
}
.news-floor .ttyw-content .news-list .news-item a .text-box p {
  font-size: 14px;
  line-height: 1.8em;
  color: #6d758f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.3s;
}
.news-floor .ttyw-content .news-list .news-item a .text-box .more-btn {
  margin-top: auto;
  display: flex;
  color: #227cff;
  align-items: center;
  font-size: 14px;
}
.news-floor .ttyw-content .news-list .news-item a .text-box .more-btn .icon {
  width: 8px;
  margin-left: 8px;
}
.news-floor .other-newscontent .news-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.news-floor .other-newscontent .news-list .news-item:hover a .newstitle {
  color: #227cff;
}
.news-floor .other-newscontent .news-list .news-item:hover a p {
  color: #001245;
}
.news-floor .other-newscontent .news-list .news-item a .img-box {
  width: 100%;
  height: 238px;
  margin-bottom: 16px;
}
.news-floor .other-newscontent .news-list .news-item a .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.news-floor .other-newscontent .news-list .news-item a .news-date {
  font-size: 14px;
  color: #6d758f;
  margin-bottom: 8px;
}
.news-floor .other-newscontent .news-list .news-item a .newstitle {
  font-size: 18px;
  color: #001245;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-weight: bold;
  transition: 0.3s;
  min-height: 54px;
}
.news-floor .other-newscontent .news-list .news-item a p {
  font-size: 14px;
  line-height: 1.8em;
  color: #6d758f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  transition: 0.3s;
  margin-bottom: 16px;
}
.news-floor .other-newscontent .news-list .news-item a .more-btn {
  margin-top: auto;
  display: flex;
  color: #227cff;
  align-items: center;
  font-size: 14px;
}
.news-floor .other-newscontent .news-list .news-item a .more-btn .icon {
  width: 8px;
  margin-left: 8px;
}
.news-floor .pagination-box {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* 仅有「下一页」时保持在右侧（单个子项不会被 space-between 挤到左侧） */
.news-floor .pagination-box .page-btn--next:only-child {
  margin-left: auto;
}
.news-floor .pagination-box .page-btn {
  width: 60px;
  display: block;
  transition: 0.3s;
}
.news-floor .pagination-box .page-btn:hover {
  opacity: 0.6;
}
.news-floor .pagination-box .page-btn img {
  width: 100%;
  display: block;
}
.newsDetail-floor {
  padding: 30px 0;
}
.newsDetail-floor .date-back {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 44px;
}
.newsDetail-floor .date-back:hover .backbtn {
  color: #227cff;
}
.newsDetail-floor .date-back:hover .backbtn .backimg {
  display: none;
}
.newsDetail-floor .date-back:hover .backbtn .backac {
  display: block;
}
.newsDetail-floor .date-back .backbtn {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: "Medium";
  color: #001245;
}
.newsDetail-floor .date-back .backbtn img {
  width: 16px;
  margin-right: 6px;
}
.newsDetail-floor .date-back .backbtn .backac {
  display: none;
}
.newsDetail-floor .date-back .news-date {
  font-size: 14px;
  color: #6d758f;
}
.newsDetail-floor .newstitle {
  text-align: left;
  font-size: 32px;
  color: #001245;
  margin-bottom: 30px;
}
.newsDetail-floor .newsDetail-content {
  font-size: 14px;
  color: #001245;
  line-height: 1.8em;
}
.newsDetail-floor .newsDetail-content img {
  width: 100%;
  max-width: 100%;
  display: block;
  margin: 30px auto;
}
.newsDetail-floor .pagination-box {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.newsDetail-floor .pagination-box .page-btn {
  display: block;
  transition: 0.3s;
  display: flex;
  align-items: center;
  gap: 10px;
}
.newsDetail-floor .pagination-box .page-btn.next-btn .text-box {
  text-align: right;
}
.newsDetail-floor .pagination-box .page-btn:hover {
  opacity: 0.6;
}
.newsDetail-floor .pagination-box .page-btn img {
  width: 60px;
  display: block;
}
.newsDetail-floor .pagination-box .page-btn .text-box {
  width: 340px;
}
.newsDetail-floor .pagination-box .page-btn .text-box .title {
  font-size: 16px;
  font-weight: bold;
  color: #001245;
  margin-bottom: 4px;
}
.newsDetail-floor .pagination-box .page-btn .text-box p {
  font-size: 14px;
  color: #6d758f;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.about-floor1 {
  padding: 70px 0;
}
.about-floor1 .company-intro {
  text-align: center;
  font-size: 14px;
  line-height: 1.8em;
  margin-bottom: 70px;
}
.about-floor1 .company-intro .bold {
  font-size: 24px;
  font-family: "Medium";
}
.about-floor1 .company-intro span {
  display: inline-block;
}
.about-floor1 .intro-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.about-floor1 .intro-list .intro-item {
  padding: 24px;
}
.about-floor1 .intro-list .intro-item:nth-child(1) {
  background: #6d758f;
}
.about-floor1 .intro-list .intro-item:nth-child(2) {
  background: #227cff;
}
.about-floor1 .intro-list .intro-item:nth-child(3) {
  background: #001245;
}
.about-floor1 .intro-list .intro-item .icon {
  width: 50px;
  display: block;
  margin-bottom: 12px;
  margin-left: auto;
}
.about-floor1 .intro-list .intro-item h2 {
  color: #fff;
  font-size: 24px;
  margin-bottom: 16px;
}
.about-floor1 .intro-list .intro-item p {
  color: #fff;
  font-size: 14px;
  padding-right: 10px;
}
.about-floor2 {
  padding: 40px 0;
  padding-bottom: 100px;
}
.about-floor2 .wrap .title-box {
  text-align: center;
  margin-bottom: 70px;
}
.about-floor2 .wrap .title-box h2 {
  font-size: 42px;
  color: #001245;
  font-weight: normal;
}
.about-floor2 .wrap .floor-content {
  display: flex;
}
.about-floor2 .wrap .floor-content .hyimgs {
  width: 600px;
  margin-right: 16px;
}
.about-floor2 .wrap .floor-content .hyimgs .swiper {
  width: 100%;
}
.about-floor2 .wrap .floor-content .hyimgs .swiper .swiper-pagination {
  width: max-content;
  left: 30px;
}
.about-floor2
  .wrap
  .floor-content
  .hyimgs
  .swiper
  .swiper-pagination
  .swiper-pagination-bullet {
  width: 50px;
  height: 2px;
  background-color: #fff;
}
.about-floor2 .wrap .floor-content .hyimgs .swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 600px;
}
.about-floor2 .wrap .floor-content .hyimgs .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.about-floor2 .wrap .floor-content .fl-list {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.about-floor2 .wrap .floor-content .fl-list .fl-item {
  position: relative;
  height: 292px;
}
.about-floor2 .wrap .floor-content .fl-list .fl-item .fl-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-floor2 .wrap .floor-content .fl-list .fl-item .text-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    180deg,
    rgba(0, 18, 69, 0) 0%,
    rgba(0, 18, 69, 0.6) 100%
  );
  padding: 20px;
  color: #fff;
}
.about-floor2 .wrap .floor-content .fl-list .fl-item .text-box h3 {
  font-size: 24px;
  margin-bottom: 4px;
}
.about-floor2 .wrap .floor-content .fl-list .fl-item .text-box p {
  font-size: 14px;
}
.about-floor3 {
  scroll-margin-top: 70px;
  padding: 66px 0;
  background: url(../img/afloor3bg.png) no-repeat center center;
  background-size: cover;
}
.about-floor3 .wrap .title-box {
  color: #fff;
  text-align: center;
  margin-bottom: 70px;
}
.about-floor3 .wrap .title-box h2 {
  font-size: 42px;
  font-weight: normal;
}
.about-floor3 .wrap .contact-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}
.about-floor3 .wrap .contact-list .contact-item {
  padding: 27px 32px;
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(2px);
}
.about-floor3 .wrap .contact-list .contact-item h3 {
  font-size: 18px;
  margin-bottom: 17px;
  font-weight: normal;
  font-family: "Medium";
}
.about-floor3 .wrap .contact-list .contact-item p {
  font-size: 14px;
  color: #000;
}
.about-floor3 .wrap .contact-list .contact-item p a {
  font-size: 16px;
  color: #227cff;
  padding: 1px 8px;
  background: rgba(34, 124, 255, 0.1);
  margin: 0 2px;
  font-weight: 700;
}
.about-floor3 .wrap .floor-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.about-floor3 .wrap .floor-list .floor-item {
  height: 168px;
  position: relative;
  overflow: hidden;
}
.about-floor3 .wrap .floor-list .floor-item:hover .hzimg {
  transform: scale(1.1);
}
.about-floor3 .wrap .floor-list .floor-item .hzimg {
  width: 100%;
  display: block;
  transition: 0.3s;
}
.about-floor3 .wrap .floor-list .floor-item .text-box {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 12px;
  background: linear-gradient(180deg, rgba(0, 18, 69, 0) 0%, #001245 100%);
  font-size: 14px;
  color: #fff;
}
.about-floor4 {
  padding: 100px 0;
}
.about-floor4 .wrap {
  display: flex;
  justify-content: space-between;
}
.about-floor4 .wrap .text-box h2 {
  font-size: 42px;
  color: #001245;
  margin-bottom: 32px;
  font-weight: normal;
}
.about-floor4 .wrap .text-box p {
  font-size: 14px;
  line-height: 1.8em;
  color: #6d758f;
  margin-bottom: 18px;
  width: 444px;
}
.about-floor4 .wrap .text-box .td-btn {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  background: url(../img/tdbg.png) no-repeat center center;
  background-size: 100% 100%;
  height: 80px;
  padding-left: 30px;
  padding-bottom: 16px;
  cursor: pointer;
  transform: translateX(-22px);
  width: max-content;
  padding-right: 50px;
}
.about-floor4 .wrap .text-box .td-btn .copy {
  font-size: 12px;
  border: 1px solid #fff;
  padding: 1px 4px;
  border-radius: 2px;
  margin-left: 16px;
}
.about-floor4 .wrap .zp-list {
  width: 560px;
}
.about-floor4 .wrap .zp-list .zp-item {
  padding: 32px 16px;
  border-top: 1px solid rgba(0, 18, 69, 0.1);
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
}
.about-floor4 .wrap .zp-list .zp-item:hover {
  border-top: 1px solid rgba(0, 18, 69, 0.1);
  background: #227cff;
  box-shadow: 0 10px 20px 0 rgba(34, 124, 255, 0.25);
}
.about-floor4 .wrap .zp-list .zp-item:hover h3 {
  color: #fff;
}
.about-floor4 .wrap .zp-list .zp-item:hover p {
  color: #fff;
}
.about-floor4 .wrap .zp-list .zp-item h3 {
  font-weight: normal;
  font-size: 24px;
  color: #001245;
  margin-bottom: 10px;
}
.about-floor4 .wrap .zp-list .zp-item p {
  color: #001245;
  font-size: 14px;
}
.mengceng {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  display: none;
}
.mengceng .gwxq-dialog {
  width: 1216px;
  display: flex;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.mengceng .gwxq-dialog .gwimg {
  width: 421px;
}
.mengceng .gwxq-dialog .gwimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.mengceng .gwxq-dialog .text-box {
  flex: 1;
  padding: 42px 48px;
}
.mengceng .gwxq-dialog .text-box .gw-name {
  font-size: 42px;
  color: #001245;
  margin-bottom: 10px;
  font-weight: bold;
}
.mengceng .gwxq-dialog .text-box .welcome {
  font-size: 16px;
  color: #6d758f;
  margin-bottom: 24px;
}
.mengceng .gwxq-dialog .text-box .zz-yq .zy-item:not(:last-child) {
  margin-bottom: 24px;
}
.mengceng .gwxq-dialog .text-box .zz-yq .zy-item .zi-title {
  font-size: 16px;
  font-weight: bold;
  color: #227cff;
  margin-bottom: 14px;
}
.mengceng .gwxq-dialog .text-box .zz-yq .zy-item .zi-content {
  font-size: 14px;
  line-height: 1.8em;
  color: #001245;
}
