/* 滚动框的设置 */
::-webkit-scrollbar {
  width: 6px;
  height: 100%;
  /* background-color: hsl(230deg, 7%, 61%); */
  background-color: #fff;
}

/* 滚动条的设置 */
::-webkit-scrollbar-thumb {
  background-color: #3381F7;
  border-radius: 15px;
}

.svg {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #fff;
  backdrop-filter: blur(5px);
  z-index: 999;
}

.svg .p_box {
  margin: 0 auto;
  width: 80%;
}

.svg .p_box img {
  display: block;
  width: 100%;
}

.svg span {
  display: block;
  margin: 20px 0 0 0;
  width: 100%;
  text-align: center;
  color: #000;
}

/* nav */
ul,
p,
dl,
dl dd {
  padding: 0 !important;
  margin: 0 !important;
}

a {
  color: #000 !important;
  text-decoration: none !important;
}

.banner img {
  display: block;
  width: 100%;
}

.banner_textbox_s {
  position: absolute;
  top: 60%;
  left: 60%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}

.banner_textbox_s h5::after {
  content: " ";
  display: block;
  margin: 40px 0;
  width: 40%;
  height: 1px;
  background: #fff;
}

.banner_textbox_s h5 {
  text-transform: capitalize;
}

.nav_box {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0 5%;
  width: 100%;
  box-sizing: border-box;
  z-index: 998;
  background-color: #fff;
}

.nav {
  align-items: center;
}

.nav .l {
  width: 20%;
}

.nav .l img {
  display: block;
  width: 100%;
}

.nav .m {
  width: 40%;
}

.nav .m ul li a {
  display: inline-block;
  padding: 70px 0;
  border-top: 4px solid rgba(0, 0, 0, 0);
  box-sizing: border-box;
  color: #000 !important;
  white-space: nowrap !important;
}

.nav .m ul li a:hover {
  color: #3381F7 !important;
  border-top: 4px solid #3381F7;
  transition: all 0.6s;
}

.nav .m ul li .nav_act {
  color: #3381F7 !important;
  border-top: 4px solid #3381F7 !important;
}

.nav .r {
  width: 20%;
}

.nav .r form {
  position: relative;
  width: 80%;
}

.nav .r form input[type="text"] {
  padding: 10px 0;
  width: 100%;
  border: none;
  color: #000;
  border-bottom: 1px solid #000;
  background: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  outline: none;
}

.nav .r form input[type="search"] {
  position: absolute;
  top: 30%;
  right: 0;
  width: 16px;
  height: 16px;
  border: none;
  color: #000;
  background: rgba(0, 0, 0, 0);
  outline: none;
  background-image: url(../image/搜索\ \(3\).png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  filter: grayscale(100%);
}


.nav .r form input::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
}

.nav .r a i {
  margin: 0 0 0 20px;
  color: #000 !important;
}

/* foot */
.foot_box {
  padding: 100px 0 60px 0;
  background: #3E4759;
}

.foot .l {
  width: 15%;
}

.foot .l img {
  display: block;
  width: 100%;
}

.foot .m {
  width: 70%;
}

.foot .m dl:nth-child(1) {
  width: 20%;
}

.foot .m dl:nth-child(1) dd {
  line-height: 40px;
}

.foot .m dl:nth-child(2) {
  width: 50%;
}

.foot .m dl:nth-child(2) dd {
  line-height: 40px;
}

.foot .m dl dt {
  margin: 0 0 80px 0;
}

.foot .m dl div {
  justify-content: space-between;
  flex-wrap: wrap;
}

.foot .m dl dd {
  width: 45%;
}

.foot .m dl:nth-child(3) {
  margin: 0 !important;
}

.foot a,
.foot {
  color: #fff !important;
}

.qcode_box {
  width: 20%;
}

.qcode_box h4 {
  margin: 0 0 80px 0;
}

.foot_qcodebox p {
  margin: 0 0 0 30px !important;
  width: 10%;
}

.foot_qcodebox .p_box img {
  display: block;
  width: 100%;
}

.por_box {
  padding: 40px 0;
  box-sizing: border-box;
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: #3E4759;
}

.por_box a {
  color: #fff !important;
}

.breadcrumb>li+li:before {
  color: #CCCCCC;
  content: " > ";
  padding: 0 5px;
}

.zjbox {
  padding: 50px 0;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination li {
  margin: 0 10px;
}

.pagination li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #3381F7;
  opacity: 0.6;
  border-radius: 50px;
}

.pag_act a {
  background-color: #3381F7;
  color: #fff !important;
  opacity: 1 !important;
}

.page_box {
  display: flex;
  justify-content: center;
}

.two_unit {
  margin: 60px 0 0 0;
}

.two_act {
  color: #3381F7 !important;
}

.two_unit ul li a:hover {
  color: #3381F7 !important;
  transition: all 0.6s;
}

/* 移动端头部样式 */
/* .nav_box {
  position: relative;
} */

.app {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-20%, -30%);
  width: 10%;
  height: 72px;
  box-sizing: border-box;
}

.app .c1,
.c2,
.c3 {
  width: 34px;
  height: 2px;
  background: #3381F7;
  display: block;
  margin: 10px auto;
  transition: all 277ms ease-in-out;
  position: relative;
}

.app .c2.new {
  opacity: 0;
}

.app .c1.new {
  transform: rotate(-45deg);
  top: 12px;
}

.app .c3.new {
  transform: rotate(45deg);
  top: -12px;
}

.wap-nav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  z-index: 999;
}

.wap-nav dl {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  backdrop-filter: blur(6px) !important;
}

.wap-nav dl dd {
  width: 100%;
}

.wap-nav dl dd a {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: #fff !important;
  text-align: center;
  /* background-color: rgba(255, 255, 255, 0.1); */
}

.nav_two {
  display: none;
}

/* 组件 */
.conainer {
  position: fixed;
  bottom: 30%;
  right: 0%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  /* background: #1463FF; */
  /* border-top-left-radius: 20px; */
  /* border-bottom-left-radius: 20px; */
  opacity: 0.5;
  font-size: 16px !important;
}

.conainer ul li a .fa {
  color: #3381F7;
  font-size: 20px !important;
}

.conainer:hover {
  opacity: 1;
  transition: 0.6s;
}

.conainer::before {
  content: " ";
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50%;
  z-index: 1;
  /* border-top: 1px solid rgba(255, 255, 255, 0.5); */
  /* 背景模糊 */
  backdrop-filter: blur(5px);
}

.conainer .color {
  position: absolute;
  filter: blur(200px);
}

.conainer ul {
  position: relative;
  /* display: flex; */
  z-index: 2;
}

.conainer ul li {
  position: relative;
  list-style: none;
  margin: 10px;
}

.conainer ul li a {
  position: relative;
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 5px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  /* 盒子阴影 */
  box-shadow: 0px 5px 45px rgba(0, 0, 0, 0.1);
  /* 背景模糊 */
  backdrop-filter: blur(2px);
  overflow: hidden;
}

.conainer ul li a:hover {
  transition: all 0.6s;
  /* 沿y轴向上移动 */
  /* transform: translateX(-20px); */
}

/* 扫光动画 */
.conainer ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 100%;
  background-color: #fff;
  transform: skewX(45deg) translateX(150px);
  transition: all 0.6s;
}

/* .conainer ul li a:hover .fa {
  font-size: 40px !important;
  transition: 0.6s;
} */

.conainer ul li a:hover::before {
  transform: skewX(45deg) translateX(-150px);
}

.qcode_box,
.phone_box {
  display: none;
}

.phone_box {
  color: #fff;
}

.phone_box span {
  display: inline-block;
}

.phone_two {
  display: none;
}

.phone_box {
  position: absolute;
  top: 55%;
  left: -255%;
  padding: 10px;
  background-color: #3381F7;
  border-radius: 50px;
  display: none;
}

.phone_box .fa-times {
  position: relative;
  right: 0;
  /* top: -40%; */
}

.qcode_box {
  position: absolute;
  top: 5%;
  left: -290%;
  /* padding: 0 20px 20px 20px; */
  width: 200px;
  height: 200px;
  background-color: #3381F7;
  border-radius: 20px;
  text-align: center;
  display: none;
}

.qcode_box img {
  display: block;
  margin: 0 auto;
  width: 80%;
}

.qcode_box .fa {
  color: #fff;
}

.qcode_box .fa-times {
  position: relative;
  right: 0;
  /* top: -6%; */
}

@media screen and (max-width: 1680px) {
  .nav .m ul li a {
    padding: 60px 0;
  }

  .foot_box {
    padding: 90px 0 50px 0;
  }

  .foot .m dl dt,
  .qcode_box h4 {
    margin: 0 0 70px 0;
  }

  .foot .m dl dt h4,
  .qcode_box h4 {
    font-size: 20px;
  }

  .foot .m dl:nth-child(1) dd,
  .foot .m dl:nth-child(2) dd {
    line-height: 35px;
  }

  .foot a,
  .foot {
    font-size: 14px;
  }

  .foot_qcodebox p {
    margin: 0 0 0 20px !important;
  }

  .por_box {
    padding: 30px 0
  }

  .zjbox {
    padding: 40px 0;
  }

  .zjbox ul li a {
    font-size: 14px;
  }

  .zjbox ul li {
    font-size: 14px;
  }

  .banner_textbox_s h5 {
    font-size: 40px;
  }

  .banner_textbox_s h6 {
    font-size: 40px;
  }

  .banner_textbox_s h5::after {
    margin: 30px 0;
  }

  .two_unit {
    margin: 50px 0 0 0;
  }

  .two_unit ul li a {
    font-size: 16px;
  }
}

@media screen and (max-width: 1600px) {
  .nav .m ul li a {
    padding: 50px 0;
  }

  .foot_box {
    padding: 80px 0 40px 0;
  }

  .foot .m dl dt,
  .qcode_box h4 {
    margin: 0 0 60px 0;
  }

  .foot .m dl dt h4,
  .qcode_box h4 {
    font-size: 18px;
  }

  .foot .m dl:nth-child(1) dd,
  .foot .m dl:nth-child(2) dd {
    line-height: 30px;
  }

  .foot_qcodebox p {
    margin: 0 0 0 15px !important;
  }

  .por_box {
    padding: 20px 0;
  }

  .zjbox {
    padding: 30px 0;
  }

  .zjbox ul li a {
    font-size: 12px;
  }

  .zjbox ul li {
    font-size: 12px;
  }

  .banner_textbox_s h5 {
    font-size: 30px;
  }

  .banner_textbox_s h6 {
    font-size: 30px;
  }

  .banner_textbox_s h5::after {
    margin: 20px 0;
  }

  .two_unit {
    margin: 40px 0 0 0;
  }
}

@media screen and (max-width: 1440px) {
  .nav .m ul li a {
    padding: 40px 0;
  }

  .foot_box {
    padding: 70px 0 30px 0;
  }

  .foot .m dl dt,
  .qcode_box h4 {
    margin: 0 0 50px 0;
  }

  .foot .m dl dt h4,
  .qcode_box h4 {
    font-size: 16px;
  }

  .foot .m dl:nth-child(1) dd,
  .foot .m dl:nth-child(2) dd {
    line-height: 25px;
  }

  .foot_qcodebox p {
    margin: 0 0 0 15px !important;
  }

  .por_box {
    padding: 15px 0;
  }

  .zjbox {
    padding: 20px 0;
  }

  .banner_textbox_s h5 {
    font-size: 28px;
  }

  .banner_textbox_s h6 {
    font-size: 28px;
  }

  .banner_textbox_s h5::after {
    margin: 15px 0;
  }

  .two_unit {
    margin: 30px 0 0 0;
  }
}

@media screen and (max-width: 1366px) {
  .nav .m ul li a {
    padding: 30px 0;
  }

  .foot_box {
    padding: 60px 0 20px 0;
  }

  .foot .m dl dt,
  .qcode_box h4 {
    margin: 0 0 40px 0;
  }

  .zjbox {
    padding: 15px 0;
  }

  .banner_textbox_s h5 {
    font-size: 26px;
  }

  .banner_textbox_s h6 {
    font-size: 26px;
  }

  .two_unit {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 1280px) {
  .nav .m ul li a {
    padding: 20px 0;
    font-size: 14px;
  }

  .nav .r form input[type="text"] {
    font-size: 14px;
  }

  .nav .r form input[type="text"]::placeholder {
    font-size: 14px;
  }

  .foot_box {
    padding: 50px 0 15px 0;
  }

  .foot .m dl dt,
  .qcode_box h4 {
    margin: 0 0 30px 0;
  }

  .banner_textbox_s h5 {
    font-size: 24px;
  }

  .banner_textbox_s h6 {
    font-size: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .foot_box {
    padding: 40px 0 15px 0;
  }

  .foot .m dl dt,
  .qcode_box h4 {
    margin: 0 0 20px 0;
  }

  .foot .m {
    width: 78%;
  }

  .banner_textbox_s h5 {
    font-size: 22px;
  }

  .banner_textbox_s h6 {
    font-size: 22px;
  }
}

@media screen and (max-width: 980px) {
    
  .conainer ul {
    display: flex;
  }

  .qcode_box {
    bottom: 50%;
    left: 50%;
    transform: translate(-50%, -100%);
  }

  .conainer {
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.2);
  }

  .phone {
    display: none;
  }

  .phone_two {
    display: block;
  }

    
  .nav_box {
    padding: 20px;
  }

  .nav .r {
    display: none !important;
  }

  .nav .m {
    display: none !important;
  }

  .nav_two {
    display: block;
  }

  .foot {
    flex-wrap: wrap;
  }

  .foot .l {
    margin: 0 auto;
    width: 15%;
  }

  .foot .m {
    flex-wrap: wrap;
    margin: 15px 0 0 0;
    width: 100%;
  }

  .foot .m dl {
    width: 100% !important;
  }

  .qcode_box {
    width: 100%;
  }

  .foot .m dl dt h4,
  .qcode_box h4 {
    margin: 0 0 15px 0;
    text-align: center;
  }

  .foot .m dl dd {
    text-align: center;
    line-height: 1.5 !important;
  }

  .foot_qcodebox p {
    display: none;
  }

  .foot_qcodebox .p_box img {
    margin: 0 auto;
  }

  .foot_qcodebox {
    justify-content: center;
  }

  .qcode_box {
    margin: 15px 0 0 0;
  }

  .foot_box {
    padding: 30px 0 15px 0;
  }

  .banner_textbox_s h5 {
    font-size: 20px;
  }

  .banner_textbox_s h6 {
    font-size: 20px;
  }

  .banner_textbox_s h5::after {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .foot .m dl dd {
    line-height: 1.3 !important;
  }

  .foot_box {
    padding: 20px 0 15px 0;
  }

  .banner_textbox_s h5 {
    font-size: 18px;
  }

  .banner_textbox_s h6 {
    font-size: 18px;
  }
}

@media screen and (max-width: 640px) {
  .foot .l {
    width: 20%;
  }
}

@media screen and (max-width: 375px) {
  .nav .l {
    width: 35%;
  }

  .banner_textbox_s {
    top: 70%;
  }
}

.loader {
  --color: white;
  --size-mid: 6vmin;
  --size-dot: 1.5vmin;
  --size-bar: 0.4vmin;
  --size-square: 3vmin;

  display: block;
  position: relative;
  width: 50%;
  display: grid;
  place-items: center;
}

.loader::before,
.loader::after {
  content: '';
  box-sizing: border-box;
  position: absolute;
}

/**
	loader --1
**/
.loader.--1::before {
  width: var(--size-mid);
  height: var(--size-mid);
  border: 4px solid #000;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: loader-1 1s linear infinite;
  animation: loader-1 1s linear infinite;
}

.loader.--1::after {
  width: calc(var(--size-mid) - 2px);
  height: calc(var(--size-mid) - 2px);
  border: 2px solid transparent;
  border-top-color: #000;
  border-radius: 50%;
  animation: loader-1 0.6s linear reverse infinite;
}

@-webkit-keyframes loader-1 {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes loader-1 {
  100% {
    transform: rotate(1turn);
  }
}

/**
	miscs
**/

/* .container {
  display: grid;
  grid-template-columns: repeat(3, 18vmin);
  grid-template-rows: repeat(3, 18vmin);
  grid-gap: 1vmin;
} */

.item {
  background: rgba(255, 255, 255, 0.1);
  display: grid;
  place-items: center;
  border-radius: 4px;
}

.page {
  margin: 50px auto;
}

.header {
  margin-bottom: 4vmin;
}

.header-title {
  font-size: 3.75vmin;
}

.header-subtitle {
  font-size: 2vmin;
  text-transform: uppercase;
  opacity: 0.6;
}

.nav .m .navfixed li a {
  padding: 15px !important;
  transition: all 0.6s;
}