/* this website */
/* flex */
/* font-size */
/* color */
/* margin */
/* padding */
/* 动画 */
/* other */
.whmax {
  width: 100%;
  height: 100%;
}
/* html reset */
html,
body,
ul,
li,
ol,
dl,
dd,
dt,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
img {
  margin: 0;
  padding: 0;
}
fieldset,
img {
  border: none;
  display: block;
}
ul,
li,
ol,
dl,
dt,
dd {
  list-style: none;
}
input,
textarea {
  outline-style: none;
  font-size: 12px;
}
textarea {
  resize: none;
}
a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
  display: block;
}
body {
  color: #2b2b2b;
  font-size: 14px;
  background: #ffffff;
}
* {
  box-sizing: border-box;
  user-select: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 18px;
}
*::selection {
  color: #fff;
  background-color: #000;
  text-shadow: none;
}
/* 文字选中后背景 */
img {
  height: auto;
  user-select: none;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
/* 滚动条美化 */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  border-radius: 5px;
  overflow: hidden;
}
/* 定义滚动条轨道 */
::-webkit-scrollbar-thumb {
  background-color: #aaaaaa;
  border-radius: 5px;
  overflow: hidden;
}
/* 定义滑块 */
.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}
.swiper-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: 2rem!important;
}
.swiper-pagination-bullet {
  width: 5px;
  height: 5px;
  background: #9e9e9e;
  opacity: 1;
  transition: 0.2s ease-in all;
  border-radius: 5px;
}
.swiper-pagination-bullet-active {
  width: 15px;
  height: 5px;
  background: #fff;
}
.swiper-button-prev,
.swiper-button-next {
  transition: 0.2s all;
}
.swiper-button-prev:active,
.swiper-button-next:active {
  transform: translate(2px, 2px);
}
.paging-box {
  margin: 2rem 0 0rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.paging-box .page-link {
  width: auto;
  background: #fff;
  margin: 0.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  transition: 0.2s all ease-in;
  font-size: 1.5rem;
  width: 3.4rem;
  height: 3.4rem;
}
.paging-box .page-link.current {
  background: #cc0000 !important;
  color: #fff;
}
.paging-box .nocurrent {
  opacity: 0.5;
}
.paging-box .page-link_num {
  background: #fff;
  transition: 0.2s all ease-in;
}
.paging-box .page-link_num:hover {
  background: #ddd;
}
@font-face {
  font-family: numfont;
  src: url("/Static/font/D-DIN-Bold.ttf");
}
@font-face {
  font-family: enfont;
  src: url("/Static/font/a_FuturaOrtoBold.ttf");
}
@font-face {
  font-family: HanSansCN;
  src: url("/Static/font/SourceHanSansCN-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: HanSansCNMEDIUM;
  src: url("/Static/font/SourceHanSansCN-Medium.woff") format("woff");
}
@font-face {
  font-family: HanSansCNBOLD;
  src: url("/Static/font/SourceHanSansCN-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: HanSansCNHEAVY;
  src: url("/Static/font/SourceHanSansCN-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
* {
  font-family: PingFang SC, Arial, Microsoft YaHei, SimHei, Helvetica Neue, Helvetica, sans-serif;
}
html {
  display: flex;
  justify-content: center;
}
body {
  margin: 0 auto;
  width: 100%;
  overflow-x: hidden;
}
.xhpoint {
  position: absolute;
  top: -8rem;
  z-index: -1;
  visibility: hidden;
}
.section_box {
  padding: 7rem 7rem;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.section_main {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.mtitle {
  margin-bottom: 7rem;
}
.mtitle .mtitle_h2 {
  font-size: 3rem;
  color: #cc0000;
  text-align: center;
  margin-bottom: 0.5rem;
  font-family: enfont;
  font-weight: bold;
}
.mtitle .mtitle_p {
  font-size: 2rem;
  text-align: center;
  color: #2b2b2b;
  font-family: HanSansCNMEDIUM;
  font-weight: bold;
}
.mtitle_left {
  margin-bottom: 4.3rem;
}
.mtitle_left .mtitle_h2 {
  font-size: 3rem;
  color: #cc0000;
  margin-bottom: 0.5rem;
  font-family: enfont;
  font-weight: bold;
}
.mtitle_left .mtitle_p {
  font-size: 2rem;
  color: #2b2b2b;
  font-family: HanSansCNMEDIUM;
  font-weight: bold;
}
.mtitle_w .mtitle_p {
  color: #fff;
}
.xhcrumbs {
  width: 100%;
  padding: 8rem 7rem 0 7rem;
}
.xhcrumbs .xhcrumbs_main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.xhcrumbs .mleft {
  display: flex;
  align-items: center;
}
.xhcrumbs .mleft a {
  color: #666;
  font-size: 1.6rem;
  position: relative;
}
.xhcrumbs .mleft i {
  color: #cc0000;
  margin-right: 1rem;
}
.xhcrumbs .mleft a::after {
  content: '-';
  margin: 0 0.8rem;
}
.xhcrumbs .mleft a:last-child::after {
  display: none;
}
.xhRich {
  padding: 2rem 0 5rem 0;
}
.xhRich_text {
  font-size: 1.6rem;
  line-height: 170%;
  color: #666;
}
.xhRich_text h1,
.xhRich_text h2,
.xhRich_text h3,
.xhRich_text h4,
.xhRich_text h5,
.xhRich_text h6 {
  margin-bottom: 1.5rem;
}
.xhRich_text table {
  border: 1px solid #ddd;
  border-collapse: collapse;
}
.xhRich_text table th,
.xhRich_text table td {
  border: 1px solid #ddd;
  padding: 1rem;
}
.xhRich_text table th {
  background: #f0f0f0;
}
.xhRich_text li {
  transform: translateX(2rem);
  list-style-type: disc;
  margin-bottom: 1rem;
}
.xhRich_text p {
  margin-bottom: 1rem;
}
.xhRich_text a {
  display: inline-block;
  color: #cc0000;
  font-weight: bold;
  text-decoration: underline;
}
.xhRich_text img {
  display: inline-block;
  max-width: 100%;
  margin: 1rem 0;
}
@media screen and (max-width: 768px) {
  .xhRich_text {
    font-size: 1.8rem;
  }
}
.pcheader {
  width: 100%;
  height: 10rem;
  position: fixed;
  transition: 0.2s all ease-in;
  padding: 0 4rem;
  box-shadow: 0 0 0 0;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.pcheader .pcheader_main {
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  position: relative;
  z-index: 10;
}
.pcheader .pcheader_left a {
  width: 16.5rem;
  position: relative;
}
.pcheader .pcheader_left a img {
  width: 100%;
}
.pcheader .pcheader_left a .pc_logo_b {
  opacity: 0;
  transition: 0.2s all ease-in;
}
.pcheader .pcheader_left a .pc_logo_w {
  opacity: 1;
  transition: 0.2s all ease-in;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.pcheader .pcheader_right {
  height: 100%;
}
.pcheader .pcheader_right ul {
  height: 100%;
  display: flex;
  align-items: center;
}
.pcheader .pcheader_right ul li {
  height: 100%;
  position: relative;
  padding: 0 2.5rem;
}
.pcheader .pcheader_right ul li a {
  height: 100%;
  flex-direction: column;
  position: relative;
  white-space: nowrap;
  perspective: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: ease 0s;
  cursor: pointer;
  z-index: 3;
}
.pcheader .pcheader_right ul li a p {
  white-space: nowrap;
  font-size: 1.8rem;
  color: #fff;
  text-align: center;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  transition: ease 0.65s;
  display: inline-block;
  transform-style: preserve-3d;
  position: relative;
  pointer-events: none;
  margin: 0;
}
.pcheader .pcheader_right ul li a span {
  font-family: enfont;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, 20px) rotateX(-180deg) rotateZ(-35deg);
  font-weight: bold;
  opacity: 0;
  transition: ease 0.65s;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
  transform-style: preserve-3d;
  font-size: 1.4rem;
  color: #fff;
  white-space: nowrap;
  display: block;
  pointer-events: none;
}
.pcheader .pcheader_right ul li a::before {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 15px;
  margin-left: -2px;
  transition: ease 0.65s;
  opacity: 0;
  transform: translateX(-20px);
  z-index: 2;
}
.pcheader .pcheader_right ul li a::after {
  content: '';
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background: #fff;
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -2px;
  transition: ease 0.65s;
  opacity: 0;
  transform: translateX(20px);
  z-index: 2;
}
.pcheader .pcheader_right ul li a:hover p,
.pcheader .pcheader_right ul li a.curr p {
  transform: translateY(-20px) rotateX(-180deg) rotateZ(35deg);
  opacity: 0;
}
.pcheader .pcheader_right ul li a:hover span,
.pcheader .pcheader_right ul li a.curr span {
  transform: translate(-50%, -50%) rotateX(0) rotateZ(0);
  opacity: 1;
}
.pcheader .pcheader_right ul li a:hover::before,
.pcheader .pcheader_right ul li a:hover::after,
.pcheader .pcheader_right ul li a.curr::before,
.pcheader .pcheader_right ul li a.curr::after {
  transform: translateX(0);
  opacity: 1;
}
.pcheader .pcheader_right ul li a.curr:hover::before {
  animation: shake 1s infinite;
}
.pcheader .pcheader_right ul li a.curr:hover::after {
  animation: shake2 1s infinite;
}
.pcheader .pcheader_bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.3;
  transition: all 0.3s ease;
}
.pcheader.curr {
  height: 8rem;
}
.pcheader.curr .pcheader_bg {
  background: #ffffff;
  opacity: 1;
}
.pcheader.curr .pcheader_left a .pc_logo_w {
  opacity: 0;
}
.pcheader.curr .pcheader_left a .pc_logo_b {
  opacity: 1;
}
.pcheader.curr .pcheader_right ul li a p {
  color: #2b2b2b;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0);
}
.pcheader.curr .pcheader_right ul li a span {
  text-shadow: 0 0 6px rgba(0, 0, 0, 0);
}
.pcheader.curr .pcheader_right ul li a.curr p {
  color: #cc0000;
}
.pcheader.curr .pcheader_right ul li a.curr span {
  color: #cc0000;
}
.pcheader.curr .pcheader_right ul li a:after {
  background: #cc0000;
}
.pcheader.curr .pcheader_right ul li a:before {
  background: #cc0000;
}
.pcheader.curr .pcheader_right ul li a:hover p {
  color: #cc0000;
}
.pcheader.curr .pcheader_right ul li a:hover span {
  color: #cc0000;
}
.pcheader.white .pcheader_left a .pc_logo_w {
  opacity: 1;
}
.pcheader.white .pcheader_left a .pc_logo_b {
  opacity: 0;
}
.pcheader.white .pcheader_right ul li a::after {
  background: #fff;
}
.pcheader.white .pcheader_right ul li a::before {
  background: #fff;
}
.pcheader.white .pcheader_right ul li a p {
  color: #fff;
}
.pcheader.white .pcheader_right ul li a span {
  color: #fff;
}
.pcheader.white .pcheader_bg {
  background: rgba(14, 14, 14, 0);
}
.pcheader.white.curr .pcheader_bg {
  background: #0e0e0e;
  opacity: 0.9;
}
.pcheader.white.curr .pcheader_right ul li a::after {
  background: #fff;
}
.pcheader.white.curr .pcheader_right ul li a::before {
  background: #fff;
}
.pcheader.white.curr .pcheader_right ul li a p {
  color: #fff;
}
.pcheader.white.curr .pcheader_right ul li a span {
  color: #fff;
}
.pcheader_kong {
  height: 12rem;
}
@keyframes shake {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  75% {
    transform: translateX(-5px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes shake2 {
  0% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(5px);
  }
  50% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
  100% {
    transform: translateX(0);
  }
}
.header_md {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.header_md .header_md_top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6.6rem;
  padding: 0 4rem 0 8rem;
  background: #0E0E0E;
}
.header_md .header_md_top .mdlogo {
  width: 16rem;
  position: relative;
}
.header_md .header_md_top .mdlogo img {
  width: 100%;
  transition: 0.2s all ease-in;
}
.header_md .header_md_top .mdlogo .md_logo_b {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.header_md .header_md_top .md_menu {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.1);
  touch-action: manipulation;
  user-select: none;
}
.header_md .header_md_top .md_menu p {
  color: #fff;
  font-family: enfont;
  font-size: 2.2rem;
  transform: translateY(0rem);
}
.header_md .header_md_top .head_md_main {
  display: flex;
  align-items: center;
}
.header_md .header_md_top .md_btn {
  margin-right: 2rem;
  display: flex;
  align-items: center;
}
.header_md .header_md_top .md_lang {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 2.6rem;
}
.header_md .header_md_top .md_lang i {
  margin-right: 2px;
  font-size: 2.8rem;
}
.header_md .header_md_top .md_lang img {
  width: 2.8rem;
  margin-right: 0.5rem;
}
.header_md .header_md_top .md_lang span {
  font-size: 2rem;
}
.header_md .header_md_top .md_search {
  font-size: 2rem;
  margin-left: 3rem;
  display: flex;
  align-items: center;
  color: #fff;
}
.header_md .header_md_top .md_search i {
  font-size: 3rem;
}
.header_md .header_md_top .md_menu_pop {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  width: 3.5rem;
  height: 2.2rem;
  flex-shrink: 0;
  margin-left: 1rem;
  cursor: pointer;
}
.header_md .header_md_top .md_menu_pop span {
  display: block;
  height: 0.2rem;
  width: 100%;
  background: #fff;
  flex-shrink: 0;
  transition: all 0.5s ease;
}
.header_md .header_md_top .md_menu_pop.curr .line2 {
  width: 0%;
  opacity: 0;
}
.header_md .header_md_top .md_menu_pop.curr .line1 {
  transform: rotate(45deg) translate(-0.3rem, 0);
  transform-origin: left;
}
.header_md .header_md_top .md_menu_pop.curr .line3 {
  transform: rotate(-45deg) translate(-0.3rem, 0);
  transform-origin: left;
}
.header_md .header_md_body {
  background: #0E0E0E;
  display: none;
  height: calc(100vh - 8rem);
  overflow-x: hidden;
  overflow-y: auto;
}
.header_md .header_md_body ul {
  width: 100%;
}
.header_md .header_md_body li {
  width: 100%;
  padding: 0 5rem;
  border-bottom: 1px solid #999;
}
.header_md .header_md_body .md_nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  touch-action: manipulation;
  user-select: none;
  position: relative;
}
.header_md .header_md_body .md_nav p {
  color: #fff;
  font-size: 2.2rem;
}
.header_md .header_md_body .md_nav i {
  color: #fff;
  font-size: 2.2rem;
  transition: 0.2s all ease-in;
}
.header_md .header_md_body .md_nav i.curr {
  transform: rotate(90deg);
}
.header_md .header_md_body .md_nav:active {
  background: rgba(255, 255, 255, 0.05);
}
.header_md .header_md_body .md_xhr {
  display: none;
}
.header_md .header_md_body .md_xhr .md_nav {
  border-top: 1px solid #999;
  height: 8rem;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.1);
  touch-action: manipulation;
  user-select: none;
}
.header_md .header_md_body .md_xhr .md_nav p {
  font-size: 2.2rem;
  color: #a3a3a3;
}
.header_md .header_md_body .md_xhr .md_nav .md_xhr-right {
  display: flex;
  align-items: center;
}
.header_md .header_md_body .md_xhr .md_nav span {
  color: #dddddd;
  font-size: 1.6rem;
}
.header_md .header_md_body .md_xhr .md_nav:active {
  background: rgba(255, 255, 255, 0.03);
}
.header_md .header_md_body .md_xhr > .md_nav {
  padding-left: 2.5rem;
}
.header_md .header_md_body .md_xhr .md_xhr > .md_nav {
  padding-left: 4rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 6rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 8rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 10rem;
}
.header_md .header_md_body .md_xhr .md_xhr .md_xhr .md_xhr .md_xhr .md_xhr > .md_nav {
  padding-left: 12rem;
}
.header_md .headermd_langpop {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.header_md .headermd_langpop ul {
  width: 60%;
  background: #fff;
  border-radius: 10px;
  padding: 1rem 2rem;
  position: relative;
}
.header_md .headermd_langpop a {
  font-size: 3rem;
  display: block;
  color: #2b2b2b;
}
.header_md .headermd_langpop li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4rem 0;
  border-bottom: 1px solid #eee;
}
.header_md .headermd_langpop li:last-child {
  border-bottom: none;
}
.header_md .headermd_langpop .xhi {
  position: absolute;
  right: 1rem;
  top: 1rem;
  font-size: 2.6rem;
}
.header_md {
  display: none;
}
@media screen and (max-width: 1025px) {
  .header_md {
    display: block;
  }
  .pcheader {
    display: none;
  }
  .pcheader_kong {
    height: 6.6rem;
    display: block!important;
  }
  .pcheader_kong2 {
    display: none;
  }
}
@media screen and (max-width: 769px) {
  .header_md .header_md_top {
    padding: 0 3rem 0 4rem;
  }
  .header_md .header_md_top .mdlogo {
    width: 12rem;
  }
}
/*footer*/
.pc_footer {
  position: relative;
  z-index: 2;
  padding: 4rem 0 2rem 0;
  background: #1b1b1b;
}
.pc_footer .pc_footer_main {
  display: flex;
  flex-direction: column;
}
.pc_footer .top {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 4.5rem;
}
.pc_footer .top span {
  color: #BABABA;
  white-space: nowrap;
}
.pc_footer .top a {
  color: #BABABA;
  margin-left: 1rem;
  transition: 0.2s all ease-in;
  white-space: nowrap;
}
.pc_footer .top a:hover {
  color: #fff;
  transition: 0.2s all ease-in;
}
.pc_footer .main {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
  border-bottom: 1px solid #dcdcdc;
  align-items: flex-start;
}
.pc_footer .main .left {
  width: 25%;
}
.pc_footer .main .left h3 {
  margin-bottom: 4.5rem;
}
.pc_footer .main .left li {
  color: #fff;
  margin-bottom: 2.5rem;
  transition: 0.2s all ease-in;
  cursor: default;
  display: flex;
  align-items: center;
}
.pc_footer .main .left a {
  color: #fff;
}
.pc_footer .main .left li:hover {
  transition: 0.2s all ease-in;
  transform: translateY(-0.2rem);
}
.pc_footer .main .mid {
  width: 25%;
  padding-top: 4.5rem;
  display: flex;
  align-items: center;
}
.pc_footer .main .mid div:first-child {
  margin-right: 4rem;
}
.pc_footer .main .mid img {
  width: 13.9rem;
  height: 13.9rem;
}
.pc_footer .main .mid p {
  color: #fff;
  margin-top: 2rem;
  text-align: center;
}
.pc_footer .main .right {
  width: 35%;
  margin-left: 4rem;
}
.pc_footer .main .right h3 {
  margin-bottom: 1.5rem;
}
.pc_footer .main .right a {
  background: #cc0000;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  transition: 0.2s all ease-in;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.6rem 2rem;
}
.pc_footer .main .right a:hover {
  background: #b10202;
}
.pc_footer .main .right .input_check > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc_footer .main .right .input_check label {
  margin-bottom: 1.5rem;
  width: 12rem;
  cursor: pointer;
}
.pc_footer .main .right .input_check label p {
  display: flex;
  align-items: center;
}
.pc_footer .main .right .input_check label p input {
  background: #c4c4c4;
  border: none;
  margin-right: 1rem;
}
.pc_footer .main .right .input_check label p span {
  color: #fff;
  white-space: nowrap;
}
.pc_footer .main .right .form_up {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pc_footer .main .right .form_up div:first-child {
  display: flex;
  flex-direction: column;
}
.pc_footer .main .right .form_up div:first-child input {
  width: 20.4rem;
  height: 3.5rem;
  margin-bottom: 1.5rem;
  padding: 0 1.5rem;
  background: #fff;
  border: none;
  font-size: 1.4rem;
}
.pc_footer .main .right .form_up div:first-child input:last-child {
  background: #cc0000;
  color: #fff;
  display: flex;
  justify-content: center;
  margin-bottom: 0;
}
.pc_footer .main .right .form_up div:last-child textarea {
  width: 28rem;
  height: 13.8rem;
  padding: 1.5rem;
}
.pc_footer .bom {
  padding-top: 1.5rem;
}
.pc_footer .bom p {
  color: #BFBFBF;
  text-align: center;
  margin-bottom: 1.5rem;
  transition: 0.2s all ease-in;
  cursor: default;
}
.pc_footer .bom a {
  color: #BFBFBF;
  text-align: center;
  display: block;
}
.pc_footer .bom p:hover {
  color: #fff;
  transition: 0.2s all ease-in;
}
.pc_footer h3 {
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1400px) {
  .pc_footer_main {
    padding: 0 3rem;
  }
  .pc_footer .main .right .form_up div:last-child textarea {
    width: 18rem;
  }
}
@media screen and (max-width: 768px) {
  .pc_footer {
    padding: 2rem 2rem 1rem 2rem!important;
  }
  .pc_footer .pc_footer_main {
    padding: 0 1rem;
  }
  .pc_footer .top {
    flex-wrap: wrap;
  }
  .pc_footer .top a {
    font-size: 1.6rem;
  }
  .pc_footer .top span {
    font-size: 1.6rem;
  }
  .pc_footer .main {
    display: block;
  }
  .pc_footer .main .left {
    width: 100%;
  }
  .pc_footer .main .left h3 {
    margin-bottom: 2rem;
  }
  .pc_footer .main .left li {
    margin-bottom: 1rem;
    font-size: 1.8rem;
  }
  .pc_footer .main .mid {
    width: 100%;
    padding-top: 3rem;
    justify-content: space-around;
  }
  .pc_footer .main .mid div:first-child {
    margin-right: 0;
  }
  .pc_footer .main .right {
    width: 100%;
    margin-left: 0;
    margin-top: 3rem;
  }
  .pc_footer .main .right p {
    font-size: 1.6rem;
  }
  .pc_footer .main .right .input_check label {
    width: 33.33%;
  }
  .pc_footer .main .right .form_up {
    flex-direction: column-reverse;
  }
  .pc_footer .main .right .form_up div {
    width: 100%;
  }
  .pc_footer .main .right .form_up textarea {
    width: 100%!important;
    height: 12rem!important;
    margin-bottom: 15px;
  }
  .pc_footer .main .right .form_up div:first-child input {
    width: 100%;
    height: 6rem;
  }
  .pc_footer .bom {
    padding-top: 1rem;
  }
  .pc_footer .bom p {
    margin-bottom: 1rem;
    font-size: 1.4rem;
  }
  .pc_footer .bom a {
    font-size: 1.4rem;
  }
}
.pc_footer .main .right a {
  font-size: 1.8rem;
  padding: 1.2rem 2rem;
}
/*侧栏*/
.item_sider {
  position: fixed;
  right: 0rem;
  top: 45%;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.item_sider li {
  width: 5rem;
  height: 5rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.item_sider li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item_sider li .item {
  width: 100%;
  height: 100%;
  background: #cc0000;
  z-index: 30;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 0.3rem;
  transition: 0.2s all ease-in;
}
.item_sider li .item i {
  color: #fff;
  font-size: 2.5rem;
}
.item_sider li .item_pop {
  visibility: hidden;
  width: 17rem;
  border-radius: 0.3rem;
  height: 100%;
  background: #cc0000;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
  display: flex;
  align-items: center;
  padding-left: 1.5rem;
  transform: translateY(-0.1rem);
  transform: translateX(-10rem);
  transition: 0.2s all ease-in;
  overflow: hidden;
  opacity: 0;
}
.item_sider li .item_pop p {
  white-space: nowrap;
}
.item_sider li:last-child .item i {
  font-size: 2rem;
}
.item_sider li:nth-child(2) .item_pop {
  height: 15rem;
  width: 15rem;
  padding: 0;
}
.item_sider li:nth-child(2) .item_pop img {
  width: 100%;
  height: 100%;
}
.item_sider li:hover .item {
  background: #a30303;
  transition: 0.2s all ease-in;
  transform: translateY(-0.1rem);
}
.item_sider li:hover .item_pop {
  visibility: initial;
  opacity: 1;
  transform: translateX(-5.1rem);
  transition: 0.2s all ease-in;
}
.item_sider.show {
  transform: translateX(0);
}
.page404 {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5rem;
}
.page404 .mleft {
  width: 50%;
  max-width: 70rem;
}
.page404 .mleft img {
  width: 100%;
}
.page404 .mright {
  width: 50%;
}
.page404 .mright h1 {
  font-family: numfont;
  font-size: 15rem;
  font-weight: bold;
  color: #000;
}
.page404 .mright h2 {
  font-size: 2.5rem;
  color: #2b2b2b;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.page404 .mright .minfo {
  font-size: 1.8rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .page404 {
    flex-direction: column;
    padding: 5rem 3rem;
  }
  .page404 .mleft {
    width: 90%;
    min-width: 90%;
  }
  .page404 .mright {
    width: 100%;
  }
  .page404 .mright h1 {
    font-size: 4rem;
  }
  .page404 .mright h2 {
    font-size: 3rem;
  }
  .page404 .mright .minfo {
    font-size: 2rem;
  }
}
.tabs_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 3rem;
}
.mtabs {
  display: flex;
  align-items: center;
}
.mtabs li {
  margin-right: 2rem;
}
.mtabs a {
  font-size: 1.6rem;
  color: #666;
  white-space: nowrap;
  display: flex;
  align-items: center;
  background: #f6f7f8;
  flex-direction: column;
  padding: 1rem 2rem;
  border-radius: 0.3rem;
  transition: 0.2s all ease-in;
}
.mtabs a:hover {
  background: #cc0000;
  color: #fff;
  transform: translateY(-0.1rem);
}
.mtabs li.curr a {
  background: #cc0000;
  color: #fff;
}
.mtabs li.curr a::after {
  width: 90%;
}
.look_more {
  display: flex;
  align-items: center;
}
.look_more span {
  color: #999;
  margin-right: 0.5rem;
  transition: 0.2s all ease-in;
  font-size: 1.4rem;
}
.look_more i {
  color: #999;
  transition: 0.2s all ease-in;
  font-size: 1.4rem;
}
.look_more:hover span {
  color: #cc0000;
}
.look_more:hover i {
  transform: translateX(0.5rem);
  color: #cc0000;
}
.view_more_btn_box {
  margin-top: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.view_more_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.1rem 5rem;
  border: 1px solid #666;
  background: transparent;
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease;
  text-decoration: none;
  user-select: none;
}
.view_more_btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #cc0000;
  transition: left 0.3s ease;
  z-index: 1;
}
.view_more_btn span,
.view_more_btn i {
  position: relative;
  z-index: 2;
}
.view_more_btn i {
  margin-left: 0.8rem;
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}
.view_more_btn:hover {
  color: #FFFFFF;
  border-color: #cc0000;
}
.view_more_btn:hover::before {
  left: 0;
}
.view_more_btn:hover i {
  transform: translate(0.5rem, 0rem);
}
.view_more_btn:active {
  transform: translateY(1px);
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  display: inline;
  cursor: pointer;
  transition: color 0.3s ease;
}
a[href^="tel:"]:hover {
  color: #cc0000;
  text-decoration: underline;
}
a[href^="tel:"]:active {
  opacity: 0.7;
}
/* PC端语言切换按钮样式 */
.pcheader .pcheader_right {
  display: flex;
  align-items: center;
}
.pc_lang_switch {
  margin-left: 2rem;
  display: flex;
  align-items: center;
}
.lang_toggle {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 0.8rem;
  padding: 0.4rem;
  position: relative;
  transition: all 0.3s ease;
}
.lang_toggle .lang_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.4rem 1.2rem;
  border-radius: 0.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  z-index: 2;
  cursor: pointer;
  white-space: nowrap;
}
.lang_toggle .lang_btn.active {
  background: #fff;
  color: #333;
  box-shadow: 0 0.2rem 0.8rem rgba(0, 0, 0, 0.15);
}
.lang_toggle .lang_btn:not(.active):hover {
  opacity: 0.8;
}
/* 导航栏滚动后的样式调整 (白色背景状态) */
.pcheader.curr .pc_lang_switch .lang_toggle {
  background: #f2f2f2;
}
.pcheader.curr .pc_lang_switch .lang_toggle .lang_btn {
  color: #666;
}
.pcheader.curr .pc_lang_switch .lang_toggle .lang_btn.active {
  background: #cc0000;
  color: #fff;
  box-shadow: 0 0.2rem 0.6rem rgba(204, 0, 0, 0.2);
}
#translate {
  display: none;
}
