body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  background: #fff;
  color: #555;
  font-size: 14px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}
td,
th,
caption {
  font-size: 14px;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
a {
  color: #222;
  text-decoration: none;
}
a:hover {
  text-decoration: unset;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline: unset;
  border: unset;
  font: 14px Verdana, Helvetica, Arial, sans-serif;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.img-box {
  position: relative;
  z-index: 2;
  display: block;
  overflow: hidden;
  padding-bottom: 100%;
}
.img-box img,
.img-box iframe,
.img-box video {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
  width: 100%;
  height: 100%;
}
@media (min-width: 1470px) {
  .container {
    width: 1440px;
    max-width: 1440px;
    padding: 0 15px;
  }
  .container .row {
    margin: 0 -15px;
  }
  .container .row > div {
    padding: 0 15px;
  }
}
.fszero {
  display: none !important;
  height: 0 !important;
  width: 0 !important;
  overflow: hidden !important;
}
.fszero h1 {
  font-size: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
}
.slick-dots li button {
  display: none;
}
.slick-track {
  margin-left: unset;
}
body {
  background-color: #fff;
  font-family: "Noto Sans SC", Arial, Helvetica, "Microsoft YaHei", "WenQuanYi Micro Hei", "Heiti SC", "PingFang SC", "Hiragino Sans GB", sans-serif;
  overflow-x: hidden;
}
.slick-dots li button {
  display: none;
}
.slick-track {
  margin-left: unset;
}
.slick-slide {
  font-size: 0;
  border: unset !important;
}
.str_wrap {
  overflow: hidden;
  width: 100%;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  background: #f6f6f6;
  white-space: nowrap;
}
.str_wrap.str_active {
  background: #f1f1f1;
}
.str_move {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  cursor: move;
}
.str_move_clone {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 100%;
  top: 0;
}
.str_vertical .str_move_clone {
  left: 0;
  top: 100%;
}
.str_down .str_move_clone {
  left: 0;
  bottom: 100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space: normal;
  width: 100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move {
  cursor: inherit;
}
.str_wrap img {
  max-width: none !important;
}
* {
  box-sizing: border-box;
}
:root {
  scroll-behavior: unset;
}
i {
  line-height: 1;
}
.con1640 {
  width: 85.4167vw;
  margin: 0 auto;
}
@media (max-width: 1550px) {
  .con1640 {
    width: 1410px;
  }
}
@media (max-width: 1400px) {
  .con1640 {
    width: 1140px;
  }
}
@media (max-width: 1200px) {
  .con1640 {
    width: 960px;
  }
}
@media (max-width: 992px) {
  .con1640 {
    width: 720px;
  }
}
@media (max-width: 768px) {
  .con1640 {
    width: 540px;
  }
}
@media (max-width: 576px) {
  .con1640 {
    width: 375px;
    padding: 0 12px;
  }
}
.box-searchbox {
  display: none;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-searchbox .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.box-searchbox .container .close {
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 10px;
  color: #fff;
}
.box-searchbox .container p {
  width: 100%;
  margin-bottom: 50px;
  padding: unset;
  animation: zoomIn 1s 0s ease both;
  text-align: center;
  letter-spacing: 2px;
  color: #fff;
}
.box-searchbox .container form {
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
}
.box-searchbox .container form input {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  height: 60px;
  width: 90%;
}
.box-searchbox .container form button {
  border: unset;
  outline: unset;
  background-color: rgba(0, 0, 0, 0);
}
.box-searchbox .container form button i {
  color: #fff;
  font-size: 24px;
}
header {
  z-index: 999;
  width: 100%;
  height: max-content;
  position: fixed;
  background-color: #000;
  top: 0;
  left: 0;
  perspective: 500;
  -webkit-perspective: 500;
}
header .header_top {
  height: 110px;
  width: 100%;
  border-bottom: 1px solid #262626;
}
@media (max-width: 1200px) {
  header .header_top {
    height: 50px;
  }
}
header .header_top .con1640 {
  height: inherit;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header_top .con1640 .header_top_l {
  display: flex;
  align-items: center;
  height: inherit;
}
header .header_top .con1640 .header_top_l .logo {
  width: 260px;
  height: auto;
  margin-right: 100px;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_l .logo {
    width: 130px;
    margin-right: unset;
  }
}
header .header_top .con1640 .header_top_l .logo a {
  width: inherit;
  height: inherit;
}
header .header_top .con1640 .header_top_l .logo a img {
  width: inherit;
  height: inherit;
}
header .header_top .con1640 .header_top_l .menu {
  height: inherit;
  z-index: 99999;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_l .menu {
    position: fixed;
    width: 100%;
    top: 50px;
    height: calc(100vh - 50px);
    left: 0;
    background-color: #000;
    display: none;
  }
}
header .header_top .con1640 .header_top_l .menu > ul {
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_l .menu > ul {
    flex-direction: column;
    height: max-content;
    padding: 30px;
  }
}
header .header_top .con1640 .header_top_l .menu > ul > li {
  height: inherit;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_l .menu > ul > li {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
header .header_top .con1640 .header_top_l .menu > ul > li:not(:last-child) {
  margin-right: 72px;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_l .menu > ul > li:not(:last-child) {
    margin-right: unset !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 1410px) {
  header .header_top .con1640 .header_top_l .menu > ul > li:not(:last-child) {
    margin-right: 30px;
  }
}
header .header_top .con1640 .header_top_l .menu > ul > li > a {
  height: inherit;
  position: relative;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_l .menu > ul > li > a {
    width: 80%;
  }
}
header .header_top .con1640 .header_top_l .menu > ul > li > a > span {
  font-size: 20px;
  color: #ffffff;
}
header .header_top .con1640 .header_top_l .menu > ul > li > a::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: all 0.5s;
  width: 0;
}
header .header_top .con1640 .header_top_l .menu > ul > li .switch {
  width: 20%;
  display: none;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_l .menu > ul > li .switch {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  header .header_top .con1640 .header_top_l .menu > ul > li .switch .icon {
    transition: all 0.5s;
  }
  header .header_top .con1640 .header_top_l .menu > ul > li .switch .icon i {
    color: #fff;
    font-size: 16px;
  }
}
header .header_top .con1640 .header_top_l .menu > ul > li .switchOn .icon {
  transform: rotate(90deg);
}
header .header_top .con1640 .header_top_l .menu > ul > li > .active::before {
  width: 100%;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_l .menu > ul > li > .active::before {
    display: none;
  }
}
header .header_top .con1640 .header_top_l .menu > ul > li > ul {
  background: #1f1f1f;
  position: fixed;
  top: 110px;
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  padding: 50px 0;
  transition: all 0.5s;
  transform: rotateX(-45deg);
  transform-origin: top center;
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_l .menu > ul > li > ul {
    width: 100%;
    position: relative;
    transition: unset;
    transform: unset;
    opacity: 1;
    pointer-events: initial;
    top: unset;
    left: unset;
    padding: 10px;
    margin-top: 10px;
    display: none;
  }
}
header .header_top .con1640 .header_top_l .menu > ul > li > ul > li:not(:last-child) {
  margin-right: 160px;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_l .menu > ul > li > ul > li:not(:last-child) {
    margin-right: unset;
    margin-bottom: 5px;
  }
}
header .header_top .con1640 .header_top_l .menu > ul > li > ul > li > a span {
  transition: all 0.5s;
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_l .menu > ul > li > ul > li > a span {
    font-size: 18px;
  }
}
header .header_top .con1640 .header_top_l .menu > ul > li > ul > li > a:hover span {
  color: #bf0000;
}
header .header_top .con1640 .header_top_l .menu > ul > li:hover > a::before {
  width: 100%;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_l .menu > ul > li:hover > a::before {
    display: none;
  }
}
header .header_top .con1640 .header_top_l .menu > ul > li:hover > ul {
  opacity: 1;
  pointer-events: initial;
  transform: rotateX(0);
}
header .header_top .con1640 .header_top_r {
  display: flex;
  align-items: center;
}
header .header_top .con1640 .header_top_r .searchbox {
  margin-right: 30px;
  cursor: pointer;
}
@media (max-width: 1199px) {
  header .header_top .con1640 .header_top_r .searchbox {
    margin-right: 10px;
  }
}
header .header_top .con1640 .header_top_r .searchbox i {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1199px) {
  header .header_top .con1640 .header_top_r .searchbox i {
    font-size: 16px;
  }
}
header .header_top .con1640 .header_top_r .searchbox:hover {
  animation: 3s infinite swing;
}
header .header_top .con1640 .header_top_r .telbox {
  margin-right: 30px;
}
@media (max-width: 1199px) {
  header .header_top .con1640 .header_top_r .telbox {
    margin-right: 10px;
  }
}
header .header_top .con1640 .header_top_r .telbox a .icon i {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1199px) {
  header .header_top .con1640 .header_top_r .telbox a .icon i {
    font-size: 16px;
  }
}
header .header_top .con1640 .header_top_r .telbox a .icon:hover {
  animation: 3s infinite swing;
}
@media (max-width: 1199px) {
  header .header_top .con1640 .header_top_r .language {
    margin-right: 10px;
  }
}
header .header_top .con1640 .header_top_r .language .togglebox {
  display: flex;
  align-items: center;
  position: relative;
  padding: 10px 18px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.56);
  perspective: 500;
  -webkit-perspective: 500;
  -ms-perspective: 500;
  -o-perspective: 500;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_r .language .togglebox {
    padding: 5px 8px;
  }
}
header .header_top .con1640 .header_top_r .language .togglebox .l {
  margin-right: 33px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_r .language .togglebox .l {
    margin-right: unset;
  }
}
header .header_top .con1640 .header_top_r .language .togglebox .l .icon {
  margin-right: 11px;
}
header .header_top .con1640 .header_top_r .language .togglebox .l .icon i {
  color: #fff;
  font-size: 24px;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_r .language .togglebox .l .icon i {
    font-size: 14px;
  }
}
header .header_top .con1640 .header_top_r .language .togglebox .l span {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  line-height: 1;
  color: #ffffff;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_r .language .togglebox .l span {
    display: none;
  }
}
header .header_top .con1640 .header_top_r .language .togglebox .r .icon {
  line-height: 1;
}
header .header_top .con1640 .header_top_r .language .togglebox .r .icon i {
  line-height: 1;
  color: #fff;
  font-size: 20px;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_r .language .togglebox .r .icon i {
    font-size: 14px;
  }
}
header .header_top .con1640 .header_top_r .language .togglebox .slidebox {
  z-index: 30;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(101%) rotateX(-45deg);
  width: 100%;
  padding: 12px;
  background-color: #000000;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
  transform-origin: top center;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_r .language .togglebox .slidebox {
    width: max-content;
    padding: 8px;
  }
}
header .header_top .con1640 .header_top_r .language .togglebox .slidebox ul li:not(:last-child) {
  margin-bottom: 5px;
}
header .header_top .con1640 .header_top_r .language .togglebox .slidebox ul li a {
  text-align: center;
  display: block;
  color: #fff;
  font-size: 16px;
}
header .header_top .con1640 .header_top_r .language .togglebox:hover .slidebox {
  opacity: 1;
  pointer-events: initial;
  transform: translateX(-50%) translateY(101%) rotateX(0deg);
}
header .header_top .con1640 .header_top_r .menu_btn {
  display: none;
}
@media (max-width: 1200px) {
  header .header_top .con1640 .header_top_r .menu_btn {
    display: block;
    width: 18px;
    height: 14px;
  }
  header .header_top .con1640 .header_top_r .menu_btn > div {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }
  header .header_top .con1640 .header_top_r .menu_btn > div span {
    display: block;
    width: 18px;
    height: 2px;
    background-color: #fff;
    border-radius: 2px;
    transition: all 0.5s;
    transform-origin: center;
  }
  header .header_top .con1640 .header_top_r .menu_btn .active span {
    position: absolute;
  }
  header .header_top .con1640 .header_top_r .menu_btn .active span:nth-child(1) {
    width: 100%;
    top: 30%;
    transform: translateY(100%) rotate(45deg);
    transition-duration: 0.5s;
  }
  header .header_top .con1640 .header_top_r .menu_btn .active span:nth-child(2) {
    width: 0;
    transition-duration: 0.5s;
  }
  header .header_top .con1640 .header_top_r .menu_btn .active span:nth-child(3) {
    width: 100%;
    top: 30%;
    transform: translateY(100%) rotate(-45deg);
    transition-duration: 0.5s;
  }
}
footer .footer {
  background-color: #000;
}
footer .footer .footer_top {
  padding: 25px 0;
  border-bottom: 1px solid #525252;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  footer .footer .footer_top {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  footer .footer .footer_top .footer_menu {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  footer .footer .footer_top .footer_menu {
    margin-bottom: 10px;
  }
}
footer .footer .footer_top .footer_menu ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .footer .footer_top .footer_menu ul li:not(:last-child) {
  margin-right: 93px;
}
@media (max-width: 1200px) {
  footer .footer .footer_top .footer_menu ul li:not(:last-child) {
    margin-right: 30px;
  }
}
@media (max-width: 678px) {
  footer .footer .footer_top .footer_menu ul li:not(:last-child) {
    margin-right: 20px;
  }
}
footer .footer .footer_top .footer_menu ul li a span {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}
footer .footer .footer_top .footer_top_r {
  display: flex;
  align-items: center;
}
footer .footer .footer_top .footer_top_r .tel_box {
  margin-right: 50px;
}
footer .footer .footer_top .footer_top_r .tel_box > div:not(:last-child) {
  margin-bottom: 5px;
}
footer .footer .footer_top .footer_top_r .tel_box > div a {
  display: flex;
  align-items: center;
}
footer .footer .footer_top .footer_top_r .tel_box > div a .icon {
  margin-right: 10px;
}
footer .footer .footer_top .footer_top_r .tel_box > div a .icon i {
  color: #fff;
  font-size: 24px;
}
footer .footer .footer_top .footer_top_r .tel_box > div a span {
  color: #fff;
  font-size: 20pxs;
}
footer .footer .footer_top .footer_top_r .wechat_box {
  display: flex;
  align-items: center;
}
footer .footer .footer_top .footer_top_r .wechat_box .QRcode {
  width: 72px;
  margin-right: 20px;
}
footer .footer .footer_top .footer_top_r .wechat_box .links {
  display: flex;
  align-items: center;
}
footer .footer .footer_top .footer_top_r .wechat_box .links .icon {
  margin-right: 10px;
}
footer .footer .footer_top .footer_top_r .wechat_box .links .icon i {
  line-height: 1;
  font-size: 18px;
  color: #cbcbcb;
}
footer .footer .footer_top .footer_top_r .wechat_box .links span {
  font-size: 15px;
  color: #fff;
}
footer .footer .footer_top .footer_top_r .media ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer .footer_top .footer_top_r .media ul li:not(:last-child) {
  margin-right: 10px;
}
footer .footer .footer_top .footer_top_r .media ul li a .icon i {
  color: #fff;
  font-size: 24px;
}
footer .footer .footer_top .footer_top_r .media ul li a .icon .icon-facebook1 {
  font-size: 18px;
}
footer .footer .footer_top .footer_top_r .media ul li a .icon .icon-tiktok1 {
  font-size: 20px;
}
footer .footer .footer_top .footer_top_r .media ul li a .icon .icon-ins {
  font-size: 22px;
}
footer .footer .footer_bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 0;
}
@media (max-width: 992px) {
  footer .footer .footer_bottom {
    flex-direction: column;
  }
}
footer .footer .footer_bottom .police_list ul {
  display: flex;
  align-items: center;
}
footer .footer .footer_bottom .police_list ul li {
  position: relative;
}
footer .footer .footer_bottom .police_list ul li:not(:first-child) {
  padding-left: 5px;
}
footer .footer .footer_bottom .police_list ul li:not(:last-child) {
  padding-right: 5px;
}
footer .footer .footer_bottom .police_list ul li:not(:last-child)::before {
  content: '';
  width: 1px;
  height: 10px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
footer .footer .footer_bottom .police_list ul li a span {
  color: #fff;
  font-size: 14px;
}
footer .footer .footer_bottom .footer_bottom_r .copyright {
  display: flex;
  align-self: center;
}
@media (max-width: 992px) {
  footer .footer .footer_bottom .footer_bottom_r .copyright {
    flex-direction: column;
  }
}
footer .footer .footer_bottom .footer_bottom_r .copyright p,
footer .footer .footer_bottom .footer_bottom_r .copyright a {
  color: #bcbcbc;
  font-size: 14px;
}
@media (max-width: 992px) {
  footer .footer .footer_bottom .footer_bottom_r .copyright p,
  footer .footer .footer_bottom .footer_bottom_r .copyright a {
    text-align: center;
  }
}
.section .mainbox {
  padding-top: 70px;
  position: relative;
  z-index: 20;
  height: 100%;
}
@media (max-width: 450px) {
  .section .mainbox {
    padding-top: 20px;
  }
}
.fp-tableCell {
  padding-top: 110px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .fp-tableCell {
    padding-top: 50px;
  }
}
.fp-tableCell .box_bg {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  z-index: 10;
  object-fit: cover;
  overflow: hidden;
}
.fp-tableCell .box_bg img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
.fp-tableCell .box_bg .pc_pic {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .fp-tableCell .box_bg .pc_pic {
    min-width: initial;
    min-height: initial;
    width: 100%;
    height: auto;
  }
}
.fp-tableCell .box_bg .mobile_pic {
  display: none;
}
.fp-auto-height-responsive {
  height: max-content !important;
}
@media (max-width: 767px) {
  #fullpage {
    margin-top: 50px;
  }
}
.fp-section .fullpage_animated_fadeIn {
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}
.fp-section.active .fullpage_animated_fadeIn {
  animation-name: fadeIn;
}
@media (max-width: 767px) {
  .fp-section.active .fullpage_animated_fadeIn {
    animation: unset;
  }
}
.fp-section .fullpage_animated_fadeInUp {
  animation-duration: 2s;
  animation-delay: 0.3s;
  animation-fill-mode: both;
}
.fp-section.active .fullpage_animated_fadeInUp {
  animation-name: fadeInUp;
}
@media (max-width: 767px) {
  .fp-section.active .fullpage_animated_fadeInUp {
    animation: unset;
  }
}
.page-form-wrapper {
  background-color: #fff;
  --border-color: #ededed;
  --border-size: 2px;
  --text-color: #000;
  --button-bg-color: #bf0000;
  --button-text-color: #FFFFFF;
  --product-bg-color: #bf0000;
  --product-text-color: #FFFFFF;
  padding: 30px;
  width: 100%;
  cursor: default;
}
@media (max-width: 1199px) {
  .page-form-wrapper {
    padding: 12px;
  }
}
@media (max-width: 767px) {
  .page-form-wrapper {
    padding: 0 12px;
  }
}
/**通用form样式处理 -S*/
.page-form-wrapper select {
  border: none;
}
/**通用form样式处理 -E*/
/*表单标题*/
.page-form-wrapper .page-form-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 0 1rem 0;
  color: var(--text-color);
  text-align: center;
}
@media (max-width: 1199px) {
  .page-form-wrapper .page-form-title {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .page-form-wrapper .page-form-title {
    font-size: 28px;
  }
}
@media (max-width: 767px) {
  .page-form-wrapper .page-form-title {
    font-size: 24px;
    margin-bottom: 5px;
  }
}
/*表单副标题*/
.page-form-wrapper .page-form-sub-title {
  color: var(--text-color);
  text-align: center;
  margin: 1rem 0;
}
@media (max-width: 767px) {
  .page-form-wrapper .page-form-sub-title {
    margin: 5px 0;
  }
}
/*表单内产品*/
.page-form-wrapper .page-form-products {
  font-size: 1.2rem;
  background: var(--product-bg-color);
  padding: 1rem 1.2rem;
  color: var(--product-text-color);
  margin: 1rem 0;
}
.page-form-wrapper .page-form-products:empty {
  display: none;
}
/*表单字段列表*/
.page-form-wrapper .page-form-fields {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
/*小号表单*/
.page-form-wrapper .page-form-fields-item.page-form-size-0 {
  width: calc(33.33% - 0.5rem);
}
/*中号表单*/
.page-form-wrapper .page-form-fields-item.page-form-size-1 {
  width: calc(50% - 0.5rem);
}
/*大号表单*/
.page-form-wrapper .page-form-fields-item.page-form-size-2 {
  width: 100%;
}
/*表单字段-项*/
.page-form-wrapper .page-form-fields-item {
  /* margin: 1rem 0; */
  margin-bottom: 20px;
}
@media (max-width: 1199px) {
  .page-form-wrapper .page-form-fields-item {
    margin-bottom: 10px;
  }
}
@media (max-width: 991px) {
  .page-form-wrapper .page-form-fields-item {
    margin-bottom: 8px;
  }
}
/*提示文字*/
.page-form-wrapper .page-form-fields-item .page-form-fields-item-tips {
  font-size: 1.2rem;
  font-weight: bold;
  position: relative;
  padding-left: 1rem;
  margin: 1rem 0;
}
.page-form-wrapper .page-form-fields-item .page-form-fields-item-tips:before {
  content: '';
  width: 4px;
  height: 60%;
  position: absolute;
  top: 20%;
  left: 0;
  background: var(--button-bg-color);
}
/*表单内容包裹*/
.page-form-wrapper .page-form-fields-item .page-form-fields-item-block {
  display: flex;
  align-items: center;
  border: var(--border-size) solid var(--border-color);
  padding: 0.5rem 1.2rem;
}
/*表单label*/
.page-form-wrapper .page-form-fields-item .page-form-fields-item-block .page-form-fields-item-label {
  white-space: nowrap;
  margin-right: 1rem;
  text-align: right;
}
.page-form-wrapper .page-form-fields-item .page-form-fields-item-block .page-form-fields-item-label:after {
  content: ' :';
}
/*表单内容*/
.page-form-wrapper .page-form-fields-item .page-form-fields-item-block .page-form-fields-item-content {
  width: 100%;
}
.page-form-wrapper .page-form-fields-item .page-form-fields-item-block .page-form-fields-item-content input::placeholder {
  color: transparent;
}
/*文本*/
.page-form-wrapper .page-form-fields-item .page-form-fields-item-block .page-form-fields-item-content input[type="text"] {
  width: 100%;
  padding: 0.6rem;
  background: none;
  border: none;
  outline: none;
}
/*邮箱*/
.page-form-wrapper .page-form-fields-item .page-form-fields-item-block .page-form-fields-item-content input[type="email"] {
  width: 100%;
  padding: 0.6rem;
  background: none;
  border: none;
  outline: none;
}
/*单选*/
/*多选*/
/*文本域*/
.page-form-wrapper .page-form-fields-item .page-form-fields-item-block .page-form-fields-item-content textarea {
  width: 100%;
  padding: 0.6rem;
  background: none;
  border: none;
  outline: none;
  min-height: 300px;
}
@media (max-width: 1199px) {
  .page-form-wrapper .page-form-fields-item .page-form-fields-item-block .page-form-fields-item-content textarea {
    min-height: 250px;
  }
}
@media (max-width: 991px) {
  .page-form-wrapper .page-form-fields-item .page-form-fields-item-block .page-form-fields-item-content textarea {
    min-height: 200px;
  }
}
@media (max-width: 767px) {
  .page-form-wrapper .page-form-fields-item .page-form-fields-item-block .page-form-fields-item-content textarea {
    min-height: 120px;
  }
}
.page-form-wrapper .page-form-fields-item .page-form-fields-item-block .page-form-fields-item-content textarea::placeholder {
  color: transparent;
}
.page-form-wrapper .page-form-fields-item .page-form-fields-item-block.textarea .page-form-fields-item-label {
  align-self: baseline;
  margin-top: 0.6rem;
}
.page-form-wrapper .page-form-fields-item .page-form-fields-item-block.required .page-form-fields-item-label:before {
  content: '*';
  color: red;
  margin-right: 4px;
}
.page-form-wrapper .page-form-fields-item .page-form-fields-item-block.no-empty {
  border: 2px solid red !important;
}
.page-form-wrapper .page-form-fields-item .upload-button {
  display: inline-block;
  padding: 2rem;
  border: 1px solid #ededed;
  border-radius: 3px;
  color: #ededed;
  cursor: pointer;
}
.page-form-wrapper .page-form-fields-item .upload-button svg {
  width: 2rem;
  height: 2rem;
}
.page-form-wrapper .page-form-button {
  margin: 2rem auto;
  text-align: center;
}
@media (max-width: 1199px) {
  .page-form-wrapper .page-form-button {
    margin: 10px 0;
  }
}
/*按钮*/
.page-form-wrapper .page-form-button div {
  padding: 0.6rem 2rem;
  font-size: 1.2rem;
  font-weight: bold;
  color: var(--button-text-color);
  background: var(--button-bg-color);
  cursor: pointer;
  border-radius: 0.2rem;
}
@media (max-width: 1199px) {
  .page-form-wrapper .page-form-button div {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-form-wrapper .page-form-button div {
    font-size: 14px;
  }
}
@media (max-width: 992px) {
  /*小号表单*/
  .page-form-wrapper .page-form-fields-item.page-form-size-0 {
    width: 100%;
  }
  /*中号表单*/
  .page-form-wrapper .page-form-fields-item.page-form-size-1 {
    width: 100%;
  }
}
.infomation_media_banner {
  height: 256px;
  margin-top: 110px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1199px) {
  .infomation_media_banner {
    margin-top: 50px;
    height: 200px;
  }
}
.infomation_media_banner .mask {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  align-self: center;
  justify-content: center;
}
.infomation_media_banner .mask .page_tit {
  display: flex;
  align-self: center;
  justify-content: center;
}
.infomation_media_banner .mask p {
  color: #fff;
  line-height: 1;
  font-size: 46px;
}
@media (max-width: 1199px) {
  .infomation_media_banner .mask p {
    font-size: 32px;
  }
}
@media (max-width: 991px) {
  .infomation_media_banner .mask p {
    font-size: 28px;
  }
}
.public_crumbs {
  padding: 30px 60px;
  border-bottom: 1px solid #d8d8d8;
}
@media (max-width: 1199px) {
  .public_crumbs {
    padding: 20px 40px;
  }
}
@media (max-width: 991px) {
  .public_crumbs {
    padding: 10px 20px;
  }
}
.public_crumbs ul {
  display: flex;
  align-items: center;
}
.public_crumbs ul .icon {
  margin-right: 10px;
  line-height: 1;
}
.public_crumbs ul .icon i {
  line-height: 1;
  color: #787878;
  font-size: 25px;
}
.public_crumbs ul li {
  line-height: 1;
}
.public_crumbs ul li a {
  line-height: 1;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .public_crumbs ul li a {
    font-size: 16px;
  }
}
.public_crumbs ul li a span {
  color: #787878;
  line-height: 1;
}
.pagination {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  padding-top: 50px;
}
@media (max-width: 1200px) {
  .pagination {
    padding-top: 40px;
  }
}
@media (max-width: 768px) {
  .pagination {
    padding-top: 30px;
  }
}
@media (max-width: 576px) {
  .pagination {
    padding-top: 20px;
  }
}
.pagination li {
  margin: 0 7.5px;
}
@media (max-width: 768px) {
  .pagination li {
    margin: 0 4px;
  }
}
.pagination li a,
.pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  transition: all 0.5s;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: 0.64px;
  line-height: 1;
  color: #636363;
  width: 60px;
  height: 60px;
}
@media (max-width: 768px) {
  .pagination li a,
  .pagination li span {
    padding: 6px;
    font-size: 14px;
    width: 40px;
    height: 40px;
  }
}
.pagination li a:hover,
.pagination li span:hover {
  border-color: #bf0000;
  background-color: #bf0000;
  border-radius: 50%;
  color: #fff;
}
.pagination .disabled {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.pagination .active {
  cursor: not-allowed;
}
.pagination .active a,
.pagination .active span {
  border-color: #bf0000;
  background-color: #bf0000;
  color: #fff;
}
.home_nav_hidden {
  left: -100% !important;
}
.sidebar_online {
  position: fixed;
  bottom: 80px;
  z-index: 999;
  right: 10px;
}
@media (max-width: 1200px) {
  .sidebar_online {
    display: none;
  }
}
.sidebar_online ul li:not(:last-child) {
  margin-bottom: 10px;
}
.sidebar_online ul li a {
  display: block;
  position: relative;
}
.sidebar_online ul li a .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #21201f;
}
.sidebar_online ul li a .icon i {
  color: #fff;
  font-size: 24px;
}
.sidebar_online ul li a .detail {
  border-radius: 5px;
  padding: 5px 10px;
  background-color: #21201f;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%) translateX(-100%);
  min-height: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: all 0.5s;
}
.sidebar_online ul li a .detail p {
  color: #fff;
  font-size: 16px;
}
.sidebar_online ul li a .detail img {
  width: 70px;
  height: auto;
}
.sidebar_online ul li a:hover .detail {
  opacity: 1;
  pointer-events: initial;
}
