/* For Webkit browsers (Chrome, Safari) */

body {
  margin: 0;

  font-family: 'Poppins', 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';

  font-size: 16px !important;

  font-weight: 400;

  color: #212529;
  line-height: 1.4rem;
}

:root {
  --c1: #000000;

  --c2: #1d8093;
}

a {
  outline: none;
}

html {
  cursor: url(../img/cur.png), default;
}

/* scrollbar css */

/* width */

::-webkit-scrollbar {
  width: 6px;

  height: 4px;
}

/* Track */

::-webkit-scrollbar-track {
  background: #fff;

  border-radius: 10px;
}

/* Handle */

::-webkit-scrollbar-thumb {
  background: var(--c2);

  border-radius: 10px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
  background: #222;
}

/* For Firefox */

* {
  scrollbar-width: thin; /* 滚动条宽度 */

  scrollbar-color: #888 #f1f1f1; /* 滚动条滑块和轨道的颜色 */
}

/* ================== */

.fluentform .ff-el-group.ff-el-form-top .ff-el-input--label {
  display: none !important;
}

.m-page {
  display: flex;

  align-items: center;

  justify-content: center;

  font-size: 18px;

  margin: 1rem auto;
}

.m-page .current {
  color: red;

  font-weight: bold;
}

.m-page a,
.m-page span {
  margin: 0 10px;
}

/* html,

body {

  margin: 0;

  height: 100%;

  font-family: 'Poppins', sans-serif !important;

  font-weight: normal;

  font-size: 18px;

} */

body {
  overflow-x: hidden;
}

/* Pagination style */

a {
  text-decoration: none;

  cursor: pointer;
}

img {
  border: 0;

  transition: all 0.6s;
}

button,
input,
textarea,
div {
  outline: 0;

  /* transition: all 0.6s; */
}

button {
  border: none;

  background: none;

  transition: all 0.6s;
}

li {
  list-style: none;
}

i {
  font-style: normal;
}

/* 修改活动状态的分页器点的颜色 */

.swiper-pagination-bullet-active {
  background-color: var(--c2) !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: #fff !important;

  border: 1px solid Rgba(255, 255, 255, 0.5);

  border-radius: 100%;

  width: 50px !important;

  height: 50px !important;

  text-align: center;

  line-height: 50px;

  transform: translate(0, -7%);

  background: var(--c);

  top: 50%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 18px !important;
}

.swiper-container {
  width: 100%;

  height: 100%;

  position: relative;
}

.container2 {
  width: 94% !important;

  max-width: 1600px !important;

  margin-left: auto;

  margin-right: auto;
}

.imgcover {
  width: 100%;
  height: 100%;
  transition: 1s;
  object-fit: cover !important;
}

/* footer */

.dibu {
  min-height: 300px;

  clear: both;

  font-size: 14px;

  padding-top: 4rem;

  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 83%)), url(../img/f.jpg);

  /* background: #040304; */

  position: relative;

  background-repeat: no-repeat;

  background-position: right center;

  background-size: cover;

  position: relative;
}

.dibu::after {
  content: '';

  position: absolute;

  left: 0;

  bottom: 0;

  width: 60%;

  height: 392px;

  background: url(../img/index_01.png) no-repeat;

  background-size: cover;

  opacity: 0.2;

  z-index: 0;

  background-repeat: no-repeat;
}

.dibu .footer {
  display: flex;

  align-items: stretch;

  justify-content: space-between;

  flex-wrap: wrap;

  padding-bottom: 10px;

  z-index: 1;

  position: relative;
}

.footer-l {
  width: 25%;

  color: #fff;

  padding-bottom: 10px;
}

.footer-l p {
  margin-top: 10px;
}

.footer-r {
  width: 64%;

  display: grid;

  grid-template-columns: repeat(3, 1fr);

  grid-gap: 10px;
}

.footer-r ul {
  margin: 0;

  padding: 0;
}

.footer-r ul h3 {
  font-size: 24px;

  color: #fff;

  text-transform: capitalize;
}

.footer-r ul p {
  color: #fff;
}

.footer-r ul li a {
  display: block;

  font-size: 14px;

  color: #fff;

  line-height: 36px;

  transition: all 0.4s;

  cursor: pointer;

  text-transform: capitalize;

  width: auto;
}

.footer2 {
  margin: 10px auto 0;

  font-size: 16px;

  color: #fff;

  padding: 24px 0;

  border-top: 1px solid #fff;
}

.cont1 {
  max-width: 1300px;

  margin: 0 auto;
}

.share2 {
  display: flex;

  align-items: center;

  margin-top: 22px;
}

.share2 a {
  background: #27241f;

  margin-right: 10px;

  border-radius: 10px;

  width: 36px;

  height: 36px;

  display: flex;

  align-items: center;

  justify-content: center;

  color: white;
}

.share2 a:hover {
  color: var(--c2) !important;
}

.dz_ {
  margin: 10px 0;
}

@media screen and (max-width: 700px) {
  .fixedNav {
    background: #fff !important;
  }
}

.fixedNav {
  position: fixed !important;

  width: 100% !important;

  top: 0 !important;

  background: white !important;

  box-shadow: 4px 4px 10px #888888;

  background-repeat: no-repeat !important;

  background-position: left center !important;

  background-size: 100% 100% !important;

  z-index: 999;
}

/* 首页faq */

.faq_list {
  margin: 1rem auto;
}

.faq_list ul li {
  margin-bottom: 10px;

  position: relative;

  background: #fafafa;

  padding: 10px;

  border-radius: 4px;

  border-bottom: 1px dashed silver;

  transition: all 0.6s;

  font-family: '59f62fed-e171-49e4-8e95-0499379fabea';
}

.faq_list ul li p:nth-child(1) {
  font-weight: bold;

  font-size: 20px;
}

.faq_list ul li:hover:before {
  width: 100%;
}

.faq_list ul li:before {
  content: '';

  position: absolute;

  left: 0px;

  bottom: 0px;

  width: 0%;

  height: 3px;

  background: var(--c2);

  transition: all ease 0.6s;
}

.More1 {
  text-align: center;

  width: max-content;

  margin: 20px auto;

  background: var(--c2);

  color: #fff;

  padding: 10px 2rem;

  font-size: 16px;

  border-radius: 4px;
}

/* 搜索框容器 */

.search-container {
  border: 1px solid #ddd;

  padding: 20px 0;

  background-color: #ffffff;

  display: none;

  position: absolute;

  bottom: -84%;

  z-index: 9;

  left: 0;

  width: 100%;
}

.search-container .container2 {
  display: flex;

  align-items: center;
}

/* 输入框 */

#search-input {
  flex: 1;

  border: none;

  outline: none;

  background: transparent;

  font-size: 14px;

  color: #333;

  padding: 5px 10px;
}

/* 清除按钮 */

.clear-btn {
  font-size: 20px !important;

  color: var(--c2);

  cursor: pointer;

  margin-left: 10px;

  transition: color 0.3s;

  transition: all 0.6s ease-in-out;
}

.clear-btn:hover {
  color: #fca823;

  transform: rotate(360deg);
}

/* 确认按钮 */

.confirm-btn {
  background-color: transparent;

  border: 1px solid #ddd;

  border-radius: 15px;

  color: var(--c2);

  font-size: 20px;

  padding: 5px 15px;

  margin-right: 10px;

  cursor: pointer;

  transition: background-color 0.3s, color 0.3s;
}

.confirm-btn:hover {
  background-color: #fca823;

  color: #fff;
}

.sousuo span {
  font-size: 24px !important;

  margin-left: 1rem;

  color: #000;

  font-weight: bold;
}

@media screen and (max-width: 700px) {
  .search-container {
    bottom: -23px !important;
  }
}

/* 波浪 */

.waves {
  position: relative;

  width: 100%;

  height: 100%;
}

.bls {
  position: absolute;

  top: -70px;

  width: 100%;

  height: 70px;
}

/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(0.55, 0.5, 0.45, 0.5) infinite;
}

.parallax > use:nth-child(1) {
  animation-delay: -2s;

  animation-duration: 7s;
}

.parallax > use:nth-child(2) {
  animation-delay: -3s;

  animation-duration: 10s;
}

.parallax > use:nth-child(3) {
  animation-delay: -4s;

  animation-duration: 13s;
}

.parallax > use:nth-child(4) {
  animation-delay: -5s;

  animation-duration: 20s;
}

@keyframes move-forever {
  0% {
    transform: translate3d(-90px, 0, 0);
  }

  100% {
    transform: translate3d(85px, 0, 0);
  }
}

/*Shrinking for mobile*/

@media (max-width: 768px) {
  .waves {
    height: 40px;

    min-height: 40px;
  }
}

.p_c_content .on {
  background: var(--c2) !important;
}

.p_c_content .on a,
.p_c_content .on a span {
  color: #fff !important;
}

.p_c_content .on a i {
  background-color: #fff !important;
}

.nav_h4 {
  display: flex;

  align-items: center;

  justify-content: space-between;
}

.toggle_content {
  display: block;
}

@media screen and (max-width: 700px) {
  .toggle_content {
    display: none;
  }

  .confirm-btn {
    font-size: 14px !important;
  }
}

/* .more a {
  background-color: var(--c1);
  color: #fff;
  font-size: 25px;
  font-weight: bold;
  margin-top: 2rem;
  display: block;
  border-radius: 4px;
  position: relative;
  width: 180px;
  padding: 10px 25px;
  transition: 0.5s;
}
.more a:hover {
  letter-spacing: 2px;
  border-style: none;
  border-color: rgba(64, 158, 255, 1);
}
.more a::after {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/more.png) no-repeat;
  right: 0;
  top: 59%;
  transform: translate(-50%, -50%);
} */

.zj_1 {
  background: linear-gradient(rgb(0 0 0 / 56%), rgb(0 0 0 / 0%)), url(../img/bg2025061801.jpg) no-repeat;
  background-position: right center;
  background-size: cover;
  background-attachment: fixed;
}
.zj_ {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 6rem 0;
  text-align: center;
}
.zj_ h1 {
  color: #fff;
  text-transform: uppercase;
}
.zj_ p {
  color: #fff;
  font-size: 20px;
}

.zj_ hr {
  background: white;
  width: 100px;
  height: 2px;
}

.ys_ {
  margin: 3rem auto;
}

.ys_ ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}

.ys_ ul li {
  text-align: center;
  background: #fff;
  box-shadow: 4px 4px 10px #888888;
  padding: 4rem 2rem;
  transition: 0.5s;
}

.ys_ ul li:hover {
  transform: translateY(-1rem);
}

.ys_ ul li:hover span {
  transition: all 1s ease;
  transform: perspective(800px) rotateY(360deg);
  -webkit-transform: perspective(800px) rotateY(360deg);
  -moz-transform: perspective(800px) rotateY(360deg);
}

.ys_ ul li:nth-child(2n) {
  background: linear-gradient(to left, var(--c2), var(--c1));
  color: #fff;
}

.ys_ ul li:nth-child(2n) hr {
  background: #fff;
}

.ys_ ul li span {
  font-size: 50px;
  margin-bottom: 10px;
  display: block;
}

.ys_ ul li h1 {
  font-size: 20px;
}

.ys_ ul li p {
  font-size: 16px;
}

.ys_ ul li hr {
  width: 100px;
  height: 1px;
  background: #000;
}
