/* For Webkit browsers (Chrome, Safari) */

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, '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;
  line-height: 1.5;
  color: #212529;
}

:root {
  --red: #3496b5;
  --theme-color: #3496b5;
  --c: #3496b5;
  --n: #96cc4d;
}

a {
  outline: none;
  /* color: var(--red); */
}
a {
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

html {
  cursor: url(../img/cur.png), default;
}

.fixedNav {
  top: 0;
  background: #fff !important;
  box-shadow: 0 0 20px 16px rgb(42 38 38 / 27%);
  position: fixed !important;
  width: 100%;
  z-index: 999;
}
/* scrollbar css */
/* width */
::-webkit-scrollbar {
  width: 6px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: var(--theme-color);
  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;
}

.imgcove {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

/* 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(--n) !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: 1460px;
  margin-left: auto;
  margin-right: auto;
}

.imgcover {
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

/* footer */
.dibu {
  min-height: 300px;
  clear: both;
  background-repeat: repeat;
  font-size: 14px;
  padding-top: 4rem;
  background-position: top center;
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../img/footer-bg_03.jpg);
  position: relative;
  margin-top: 8rem;
}

/* .bj2 {
  background-image: linear-gradient(rgb(0 0 0 / 0%), rgb(0 0 0 / 0%)), url(../img/hm.webp);
  background-color: #008343;
  background-blend-mode: multiply;
  width: 100%;
  height: 1rem;
  position: absolute;
  top: 0;
}

.bj1 {
  background-image: url(../img/combj.jpg) !important;
  background-repeat: repeat;
} */

.bj1 {
  background-image: url(../img/choose_bg.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  background-attachment: fixed;
}

.bj22 {
  background-image: url(../img/22314860.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}

.bj3 {
  background-image: url(../img/c013b059586e03121676e54dd8c4f809bda4b604.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-attachment: fixed;
}

.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(--red) !important;
}

.dz_ {
  margin: 10px 0;
}

@media screen and (max-width: 700px) {
  .fixedNav {
    background: #fff !important;
  }
}

@media screen and (min-width: 700px) {
  .fixedNav {
    background-image: url(../img/bl.webp) !important;
    /* background-image: linear-gradient(120deg, #017bd1 0%, #4cc2f5 25%) !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;
}

html {
  cursor: url(../img/cur.png), default;
}

/* 首页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(--red);
  transition: all ease 0.5s;
}

.More1 {
  text-align: center;
  width: max-content;
  margin: 20px auto;
  background: var(--red);
  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: fixed;
  top: 5rem;
  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(--red);
  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(--red);
  font-size: 20px !important;
  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: -100% !important; */
    top: 8% !important;
    height: max-content;
    position: fixed;
  }
}

/* 波浪 */

.waves {
  position: relative;
  width: 100%;
  height: 100%;
}

.bls {
  position: absolute;
  top: -44px;
  width: 100%;
  height: 50px;
}

/* 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;
  }
}

.on {
  background: var(--red) !important;
}
.on a,
.on a span {
  color: #fff !important;
}

.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;
  }
}
