/* 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: #f29d1c;
  --c2: #46a8f3;
}

div,
p {
  word-wrap: break-word;
  word-break: break-word;
}

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 / 88%), rgb(0 0 0 / 0%)), url(../img/service_bg.jpg?id=5);

  position: relative;

  background-repeat: no-repeat;

  background-position: bottom;

  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;
}

.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;
  }
}

.on {
  background: var(--c2) !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;
  }

  .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%);
} */

.a_title {
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  padding: 2rem 0;
  text-transform: uppercase;

  display: flex;
  align-items: center;
  justify-content: space-between;
}

.a_title h1 {
  font-size: 2rem;
  position: relative;
  padding-left: 20px;
}

.a_title h1::after {
  content: '';
  position: absolute;
  top: 6px;
  left: 0;
  width: 7px;
  height: 26px;
  background: var(--c1);
}

.a_title p span {
  display: inline-block;
  margin: 5px;
  background: var(--c2);
  height: 8px;
  border-radius: 200px;
}

.a_title p {
  line-height: 0;
}

.a_title p span:nth-child(1) {
  width: 10px;
  background: var(--c1);
  animation: fa_span01_ani 1.5s ease infinite alternate;
}
.a_title p span:nth-child(2) {
  width: 45px;
  animation: fa_span02_ani 1.5s ease infinite alternate;
}

@keyframes fa_span01_ani {
  0% {
    width: 6px;
  }
  100% {
    width: 48px;
  }
}
@keyframes fa_span02_ani {
  0% {
    width: 48px;
  }
  100% {
    width: 6px;
  }
}

@media screen and (max-width: 700px) {
  .a_title h1 {
    font-size: 24px;
  }
  .a_title h1::after {
    top: 0px;
  }
}

.simg {
  position: relative;
}

.simg:hover:before {
  left: 120%;
  -moz-transition: 1s;
  -o-transition: 1s;
  -webkit-transition: 1s;
  transition: 1s;
}

.simg:before {
  content: '';
  cursor: pointer;
  position: absolute;
  left: -120%;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
  background-image: -moz-linear-gradient(0deg, #fff0, rgb(255 255 255 / 0.5), #fff0);
  background-image: -webkit-linear-gradient(0deg, #fff0, rgb(255 255 255 / 0.5), #fff0);
  transform: skewx(-25deg);
  z-index: 1;
}
