/* CSS Document*/
/* 在线图标库 */
@font-face {
  font-family: 'iconfont';
  /* Project id 5175286 */
  src:
    url('data:application/x-font-woff2;charset=utf-8;base64,d09GMgABAAAAAALAAAsAAAAABsgAAAJzAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAHFQGYACCfgqBKIFGATYCJAMMCwgABCAFhGcHOBscBsgOJQUPiYAiCgBAPPy3xv6+mcG9qWZonE5STRriVpK2ROpkvlj6ee9b+w14+lQeaULBxPY3vZs98b3BJVVKM41fGpUQSfj83zv+s8J/svwC+B/UtLEHbXxgeUD/eGMMyyLsBJ55CubVdHoBysS7VwRarRpSvjW1sAGJ2yz70KCSMxjkjXFrGVmoNaKKgkKz0MgeLOJFA+kpfeM5/nz8sh61JA2Z89T2zaQO91++Ild1Rf5ULdeF5xIakLEIFGKnP7utQrTpK7R6K01idhF8RV3zJbSLQxsS8dd59e1gFrnEFx+CryMSyKCxnF8G9iTXf0OIoaGDh9HCZuF0I7+xkSy5wpkouvcexyLjWcWYbJYU4XSzMDHxXvX1r922p6YvezwxErNN09ti3FwVM3tyckKIASnKUdqTYsZchdZHbmkGoK5yfT6Nf3MmELT8a/p+Wrfxv7mtgK+Z2T8hQlfAT/OVvcFfaTkiicWMkUub4rcIZENEOqHVTVBzgr1+plv76GZCs74J/iZjObJm41Th5tGgzToaNdtEqwWTx9v0CVWI0oJpFwKh2x2STh/Iur1RhSuhwaBfNOr2j1Y70XFZm+nQxhVlmXTM7aGlBb70bByrXSNjy82qppQgFVtIYGtTS7UwTT6pObbE20Ybs0SpAg+ntOfIdQMMVWCTxk0mc9jX3Czb3tKkBR6MU0gWIzqUswdZNAGfDMlc/r41xLDFlaVISmSVmAX1qFWTFoKaNvtU34NcE9tmaMOYhCQl8h40ZcwjLlcAhe3zbETDmpgT0qE+zS5Jsuam7a3ejzsErZzpOVLkKPJ5Y2utX9moBeEeAAA=') format('woff2'),
    url('//at.alicdn.com/t/c/font_5175286_qz835ol5wpk.woff?t=1778481271134') format('woff'),
    url('//at.alicdn.com/t/c/font_5175286_qz835ol5wpk.ttf?t=1778481271134') format('truetype'),
    url('//at.alicdn.com/t/c/font_5175286_qz835ol5wpk.svg?t=1778481271134#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

* {
  padding: 0px;
  margin: 0px;
  outline: 0 none;
}

a {
  text-decoration: none;
  color: #666;
  transition: all 0.5s ease 0s;
}

a:focus {
  outline: none;
}

a:hover {
  color: #f32735;
  text-decoration: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0px;
}

li {
  vertical-align: bottom;
  zoom: 1;
}

img {
  border: 0px;
}

select {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
}

textarea {
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
  color: #666;
  font-size: 12px;
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
}

th,
td {
  padding: 0;
}

input {
  vertical-align: middle;
  outline: none;
  font-size: 12px;
  font-family: "pingfang SC", "Microsoft YaHei", "黑体";
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
  overflow: hidden;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  clear: both;
}

.hidden {
  display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
  margin: 0px;
}

p {
  margin: 0px;
}

em,
i {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #999;
}

input::-moz-input-placeholder {
  color: #999;
}

input::-ms-input-placeholder {
  color: #999;
}

textarea::-webkit-input-placeholder {
  color: #999;
}

textarea::-moz-input-placeholder {
  color: #999;
}

textarea::-ms-input-placeholder {
  color: #999;
}

.center {
  text-align: center;
}

/* 滚动条整体部分 */
::-webkit-scrollbar {
  width: 8px;
  /* 滚动条宽度 */
}

/* 滚动条轨道 */
::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 5px;
  /* 轨道颜色 */
}

/* 滚动条滑块 */
::-webkit-scrollbar-thumb {
  background: #888;
  /* 滑块颜色 */
  border-radius: 5px;
  /* 滑块圆角 */
}

/* 滚动条滑块在鼠标悬停时的样式 */
::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 滑块悬停颜色 */
}


body {

  font-family: "pingfang SC", "Microsoft YaHei", "黑体", "Arial", "Helvetica", "sans-serif", ;
  background: #fff;
  background-size: 100%;
  color: #666;
  font-size: 14px;
}

.container {
  margin: 0px auto;
  padding: 0px 100px;
}

.top {
  height: 75px;
  z-index: 999;
  top: 0px;
  width: 100%;
  transition: all 0.5s ease 0s;
  position: fixed;

}


.top:hover::after,
.top.scope::after {
  position: absolute;
  left: 0px;
  top: 0px;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  /* 半透明白色背景 */
  backdrop-filter: blur(10px);
  z-index: -1;
}



.top .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.top .logo {
  width: 218px;
  height: auto;
}

.top .logo img {
  height: auto;
  width: 100%;
}

.top .logo img:nth-child(2) {
  display: none;
}

.top .nav {
  z-index: 10;
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  width: 1000px;
  max-width: calc(100% - 240px);
  height: 100%;
}


.top .nav .nLi {
  height: 100%;
  position: relative;
  flex: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top .nav .nLi h3 {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}

.top .nav .nLi h3 a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  font-size: 18px;
  position: relative;
  color: #333;
  text-transform: capitalize;
  position: relative;
  transition: 0.6s;
}

.top .nav .nLi h3 a i {
  margin-right: 5px;
}

.top .nav .nLi h3 a:hover {
  color: #EB5C20;
}

.top .nav .nLi.on h3 a {
  color: #EB5C20 !important;
}

.top .nav .nLi1 {
  background: #212121;
  clip-path: polygon(15% 0, 100% 0%, 85% 100%, 0% 100%);
  position: relative;
  z-index: 20;
}

.top .nav .nLi1 a {
  height: 100px;
  line-height: 100px;
  display: block;
  font-weight: bold;
  color: #fff;
  padding: 0px 40px;

}

.top .nav .nLi1 a img {
  margin-right: 10px;
}

.top .nav .qh {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
  position: relative;
  cursor: pointer;
  flex: auto;
  text-align: center;
}

.top .nav .qh h2 {
  display: flex;
  align-items: center;
  height: 30px;
  line-height: 30px;
}

.top .nav .qh h2 a {
  color: #333;
}

.top.on .nav .qh h2 a {
  color: #fff;
}

.top.scope .nav .qh h2 a {
  color: #333;
}

.top.on:hover .qh h2 a {
  color: #333;
}

.top .nav .qh{
  height: 45px;
}

.top .nav .qh h2 span {
  padding: 0px 10px;
}

.top .nav .qh:hover h2 i:nth-child(3) {
  transform: rotate(180deg);
}

.top .nav .qh h3 {
  position: absolute;
  top: 45px;
  right: 0px;
  display: none;
  min-width: 100%;
  padding: 5px 0px;
  background: #fff;
  box-shadow: 0px 0px 5px #eee;
}

.top .nav .qh h3 a {
  text-align: center;
  line-height: 26px;
  font-size: 14px;
  display: block;
  color: #333;
}

.top .nav .qh:hover h3 {
  display: block;
}

.top .nav .qh h4{
  position: absolute;
  top: 60px;
  right: 0px;
  display: none;
  min-width: 100%;
}

.top .nav .qh:hover h4{
  display: block;
}

.top .nav .qh h4 img{
  max-width: 800px;
}

/* ================== 搜索弹窗 ================== */
.search-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  pointer-events: none;
}

.search-popup__mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9998;
}

.search-popup__panel {
  position: relative;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.35s ease, opacity 0.3s ease, visibility 0.3s ease;
  z-index: 9999;
}

.search-popup.active {
  pointer-events: auto;
}

.search-popup.active .search-popup__mask {
  opacity: 1;
  visibility: visible;
}

.search-popup.active .search-popup__panel {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.search-popup__inner {
  position: relative;
}

.search-popup__form {
  position: relative;
  display: flex;
  align-items: center;
  border-bottom: 2px solid #212121;
  padding: 10px 0;
  width: 90%;
  margin: 15px 0px;
}

.search-popup__form .fal.fa-search {
  font-size: 22px;
  color: #212121;
  margin-right: 14px;
}

.search-popup__input {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font-size: 22px;
  color: #212121;
  padding: 10px 12px;
  font-family: inherit;
}

.search-popup__input::placeholder {
  color: #999;
  font-size: 18px;
}

.search-popup__btn {
  flex-shrink: 0;
  border: 0;
  background: #fff;
  color: #333;
  border: 1px solid #333;
  font-size: 16px;
  padding: 10px 28px;
  cursor: pointer;
  letter-spacing: 2px;
  transition: background 0.2s ease;
  font-family: inherit;
}

.search-popup__btn:hover {
  background: #EB5B1E;
  border: 1px solid #EB5B1E;
  color: #fff;
}

.search-popup__hot {
  margin-top: 22px;
  font-size: 14px;
  color: #666;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.search-popup__hot-label {
  color: #999;
}

.search-popup__hot a {
  color: #666;
  padding: 4px 12px;
  border: 1px solid #e0e0e0;
  border-radius: 2px;
  transition: all 0.2s ease;
  font-size: 13px;
}

.search-popup__hot a:hover {
  color: #f32735;
  border-color: #f32735;
}

.search-popup__close {
  position: absolute;
  top: 25px;
  right: 40px;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  color: #666;
  transition: transform 0.25s ease, color 0.2s ease;
}

.search-popup__close:hover {
  color: #f32735;
  transform: rotate(90deg);
}

.top.on .nav .nLi h3 a {
  color: #fff;
}

.top.on .nav .nLi h3 a:hover {
  color: #f32735;
}

.top.on .logo img:nth-child(1) {
  display: none;
}

.top.on .logo img:nth-child(2) {
  display: block;
}

.top.on .nav .qh {
  color: #fff;
}

.top.on .nav .qh h2 svg {
  fill: #fff;
}

.top.on:hover .nav .nLi h3 a,
.top.on.scope .nav .nLi h3 a {
  color: #333;
}

.top.on:hover .logo img:nth-child(1),
.top.on.scope .logo img:nth-child(1) {
  display: block;
}

.top.on:hover .logo img:nth-child(2),
.top.on.scope .logo img:nth-child(2) {
  display: none;
}

.top.on:hover .nav .qh,
.top.on.scope .nav .qh {
  color: #333;
}

.top.on:hover .nav .qh h2 svg,
.top.on.scope .nav .qh h2 svg {
  fill: #333;
}


.top .nav .nLi .sub {
  display: none;
  position: fixed;
  top: 70px;
  left: 0px;
  width: 100vw;
  display: flex;
  box-sizing: border-box;
  padding: 30px 40px;
  background: #fff;
  overflow: hidden;
  z-index: 2;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transition: all 0.2s ease 0s;
}

.top .nav .nLi:hover .sub {
  clip-path: inset(0 0 0 0);
  opacity: 1;
  transition: all 0.2s ease 0s;
}

.top .nav .nLi:hover::after {
  content: '';
  position: fixed;
  top: 70px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(10px);
  z-index: -1;
  pointer-events: none;
  transform: 0.2s;
}

.top .nav .nLi:nth-child(3)::after,
.top .nav .nLi:nth-child(4)::after,
.top .nav .nLi:nth-child(5)::after {
  height: 0px;
  opacity: 0;
}


.top .nav .nLi .sub li {
  position: relative;
  flex: 1;
  margin: 0px 10px;
  position: relative;
  overflow: hidden;
  background: #353535;
  max-height: 400px;
}

.top .nav .nLi .sub1 li {
  background: #e6e5e6;
}

.top .nav .nLi .sub li .img {
  width: 100%;
  height: 100%;
}

.top .nav .nLi .sub li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease 0s;
}

.top .nav .nLi .sub li:hover .img img {
  transform: scale(1.05);
  transition: all 0.3s ease 0s;
}

.top .nav .nLi .sub li a {
  display: flex;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 20px;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}

.top .nav .nLi .sub1 li a {
  color: #fff;
  justify-content: flex-start;
}

.top .nav .nLi .sub li a p {
  font-size: 12px;
}

.top .nav .nLi .sub li a h2 {
  font-size: 1.5vw;
  padding: 10px 0px;
  font-weight: bold;
}

.top .nav .nLi .sub li a span img {
  width: 8px;
  height: auto;
  margin-left: 6px;
}

.top .nav .nLi .sub li a span {
  opacity: 0;
}

.top .nav .nLi .sub li a:hover span {
  opacity: 1;
}

.nav_warp {
  width: 100vw !important;
  height: auto !important;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
  position: fixed;
  /* 新增：避免撑开触发元素 */
  top: 70px;
  /* 新增：与触发元素间距 */
  left: 0;
  z-index: 2;
  clip-path: inset(0 0 100% 0);
  opacity: 0;
  transition: all 0.2s ease 0s;
}

/* 鼠标悬浮触发元素显示模块 */
.top .nav .nLi:hover .nav_warp {
  opacity: 1;
  clip-path: inset(0 0 0 0);
  transition: all 0.2s ease 0s;
}

.top .nav .nLi:hover::after {
  content: '';
  position: fixed;
  top: 70px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background: rgba(255, 255, 255, .5);
  backdrop-filter: blur(10px);
  z-index: -1;
  pointer-events: none;
}

.nav_warp .container {
  display: block;
}

.nav_warp .hd ul {
  display: flex;
  padding-bottom: 20px;
}

.nav_warp .hd ul li {
  border-top: 3px solid #ddd;
  font-size: 20px;
  padding: 0px 20px;
  padding-top: 10px;
  cursor: pointer;
  text-transform: uppercase;
  color: #333;
}

.nav_warp .hd ul li.on {
  border-top: 3px solid #EB5B1E;
}

.nav_warp .bd {
  padding-top: 20px;
  max-height: 60vh;
  overflow: auto;
}

.nav_warp .bd ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.nav_warp .bd ul li {
  margin: 0px 20px;
  background: #fff;
  box-sizing: border-box;
  margin-bottom: 40px;
  transition: all 0.3s;
}

.nav_warp .bd ul li:hover {
  transform: translate(0px, -20px);
  transition: all 0.3s;
}

.nav_warp .bd ul li .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 43/30;
  object-fit: cover;
}

.nav_warp .bd ul li h2 {
  text-align: center;
  padding: 10px 0px;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  overflow: hidden;
  /* 隐藏溢出的内容 */
  white-space: nowrap;
  /* 防止文本换行 */
  text-overflow: ellipsis;
  /* 显示省略号 */
}

.nav_warp .bd ul li h2 em {
  color: #f32735;
  padding-left: 15px;
}

.nav_warp .bd ul li span {
  display: block;
  margin-top: 20px;
  text-align: center;
}

.nav_warp .bd ul li span a {
  font-size: 16px;
  color: #333;
  display: inline-block;
  padding: 10px 20px;
  border: 2px solid #333;
  margin: 0px auto;
}

.nav_warp .bd ul li span:hover a {
  color: #fff;
  background: #EB5B1E;
  border: 2px solid #EB5B1E;
}

.nav_moto {
  box-sizing: border-box;
  padding: 20px;
}

.nav_moto .img img {
  max-width: 90%;
  text-align: center;
}

.nav_moto .nr {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav_moto .nr .left {
  font-size: 2vw;
  font-weight: bold;
  color: #333;
}

.nav_moto .nr .left img {
  height: 30px;
  width: auto;
}

.nav_moto .nr .right {
  display: flex;
}

.nav_moto .nr .right h2 {
  padding: 0px 15px;
  color: #333;
  text-align: center;
}

.nav_moto .nr .right h2 span {
  font-size: 50px;
  display: flex;
  font-family: fantasy;
}

.nav_moto .nr .right span em {
  font-size: 18px;
}

.nav_moto .nr .right p {
  font-size: 12px;
}


.top_gao {
  height: 75px;
}


.phone_btn {
  float: right;
  display: none;
}

.menu_box {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 99;
  background: rgba(0, 0, 0, 0.7);
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}

.menu_cot {
  width: 70%;
  height: 100%;
  background: #fff;
  transform: translateX(-100%);
  transition: all 0.3s ease;
}

.menu_box.into .menu_cot {
  transform: translateX(0);
  transition: all 0.3s 0.2s ease;
}

.menu_close {
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
}

.menu_close img {
  width: 40px;
}

.menu_close a {
  padding: 10px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  box-sizing: border-box;
}

.nav_gao {
  height: 100px;
}


.in_banner {
  height: auto;
}

.in_banner .swiper-slide .bj {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .bj img {
  width: 100%;
  height: auto;
}

.in_banner .swiper-slide .bj .pc_img {
  height: calc(100vh - 65px);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.in_banner .swiper-slide .bj .pc_img img,
.in_banner .swiper-slide .bj .pc_img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.in_banner .swiper-slide .nr {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  max-width: 90%;
}

.in_banner .swiper-slide .nr h2 {
  font-size: 5vw;
  color: #fff;
  font-weight: bold;
  font-style: italic;
  max-width: 1000px;
}

.in_banner .swiper-slide .nr a {
  color: #fff;
  font-size: 18px;
  display: flex;
  align-items: center;
  overflow: hidden;
  margin-top: 50px;
  border: 1px solid #fff;
  padding: 15px 30px;
}

.in_banner .swiper-slide .nr a:hover {
  background: #000;
  border: 1px solid #000;
}

.in_banner .swiper-slide .nr a i {
  margin-left: 20px;
  font-size: 16px;
}

.in_banner .swiper-slide .nr1 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  max-width: 90%;
  padding-bottom: 5%;
  color: #fff;
}

.in_banner .swiper-slide .nr1 h2 {
  font-size: 60px;
}

.in_banner .swiper-slide .nr1 p {
  font-size: 20px;
}

.in_banner .swiper-button-next,
.in_banner .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.in_banner .swiper-button-next i,
.in_banner .swiper-button-prev i {
  color: #fff;
  font-size: 14px;
}

.in_banner .swiper-button-next::after,
.in_banner .swiper-button-prev::after {
  display: none;
}

.in_banner .swiper-button-next:hover,
.in_banner .swiper-button-prev:hover {
  background: #fff;
}

.in_banner .swiper-button-next:hover i,
.in_banner .swiper-button-prev:hover i {
  color: #333;
}

.in_banner .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 10px;
}

.in_banner .swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}

.in_box0 {
  height: 65px;
  background: url(../images/in_box_bj.png) repeat-x left;
  background-size: contain;
  animation: bgMove 50s linear infinite;
}

@keyframes bgMove {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.in_box {
  background: #f2f2f2;
}

.in_box ul {
  display: flex;
}

.in_box ul li {
  height: 80vh;
  background: #f2f2f2;
  width: 12%;
  border: 5px solid #fff;
  border-top: 0px;
  border-bottom: 0px;
  transition: all .3s ease 0s;
  position: relative;
  background-position: center center;
  background-size: cover;
}


.in_box ul li.on {
  flex: auto;
  transition: all .3s ease 0s;
  position: relative;
}

.in_box ul li .in_box_xs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: all .2s ease 0s;
  box-sizing: border-box;
  padding: 15px 0px;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover;
}

.in_box ul li .in_box_xs::after {
  content: '';
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  z-index: -1;
}

.in_box ul li .in_box_xs:hover {
  width: calc(100% + 10px);
  transition: all .2s ease 0s;
}

.in_box ul li .in_box_xs h2 {
  transform: translate(-40%, 0px);
}

.in_box ul li .in_box_xs h3 {
  text-transform: uppercase;
  box-sizing: border-box;
  padding: 0px 10px;
  font-weight: bold;
  font-size: 2vw;
  color: #fff;
}

.in_box ul li .in_box_xs h2 img {
  width: 120%;
}

.in_box ul li .in_box_zs {
  opacity: 0;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}

.in_box ul li .in_box_zs::after {
  content: '';
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 50%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0));
  z-index: 0;
}

.in_box ul li .in_box_zs .bt {
  font-size: 1.8vw;
  font-weight: bold;
  padding: 10px 3%;
  position: relative;
  z-index: 2;
  background: linear-gradient(to right, #E7A2A3, #FBD0A6);
  /* 对于较新的浏览器，使用标准的CSS渐变 */
  background-clip: text;
  /* 仅将背景裁剪为文字形状 */
  color: transparent;
  /* 将文字颜色设置为透明，使背景色显示为文字颜色 */
  font-weight: bold;
  /* 设置字体粗细 */
}

.in_box ul li .in_box_zs .img {
  position: absolute;
  top: 50%;
  left: -20%;
  transform: translate(0px, -50%);
}

.in_box ul li .in_box_zs .img img {
  width: 90%;
  height: auto;
}

.in_box ul li .in_box_zs .nr {
  width: 100%;
  box-sizing: border-box;
  padding: 3%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 2;
}

.in_box ul li .in_box_zs .nr p {
  font-size: 16px;
  line-height: 1.4;
  width: calc(65% - 30px);
  text-align: justify;
  color: #fff;
}

.in_box ul li .in_box_zs .nr span {
  max-width: 160px;
  width: 30%;
  height: 60px;
  display: block;
  border: 1px solid #fff;

}

.in_box ul li .in_box_zs .nr span:hover {
  background: #fff;
}

.in_box ul li .in_box_zs .nr span a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
}

.in_box ul li .in_box_zs .nr span:hover a {
  color: #333;
}

.in_box ul li.on .in_box_xs {
  display: none;
}

.in_box ul li.on .in_box_zs {
  display: flex;
  opacity: 1;
  transition: opacity 2s;
}

.in_bt {
  padding-bottom: 60px;
  text-align: center;
  color: #333;
}

.in_bt h2 {
  font-size: 45px;
  font-weight: bold;
}

.in_bt h3 {
  font-size: 45px;
  font-weight: 300;
}

.in_bt p {
  font-size: 18px;
}

.in_bt1 {
  color: #fff;
}

.in_bt span a {
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 30px;
}

.in_bt span a:hover {
  background: #EB5C20;
  color: #fff;
  border: 1px solid #EB5C20;
}

.in_bt span a i {
  margin-left: 10px;
}


.in_box1 {
  padding: 100px 0px;
}

.in_box1_qh .swiper-slide {
  opacity: .6;
}

.in_box1_qh .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.in_box1_qh .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio: 80/40;
}

.in_box1_qh .swiper-slide .nr {
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  box-sizing: border-box;
  padding: 5%;
  padding-bottom: 10%;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.in_box1_qh .swiper-slide .nr h2 {
  font-size: 40px;
  background: linear-gradient(to right, #E7A2A3, #FBD0A6);
  /* 对于较新的浏览器，使用标准的CSS渐变 */
  background-clip: text;
  /* 仅将背景裁剪为文字形状 */
  color: transparent;
  /* 将文字颜色设置为透明，使背景色显示为文字颜色 */
  font-weight: bold;
  /* 设置字体粗细 */
}

.in_box1_qh .swiper-slide .nr h3 {
  font-size: 40px;
  padding: 30px 0px;
  background: linear-gradient(to right, #E7A2A3, #FBD0A6);
  /* 对于较新的浏览器，使用标准的CSS渐变 */
  background-clip: text;
  /* 仅将背景裁剪为文字形状 */
  color: transparent;
  /* 将文字颜色设置为透明，使背景色显示为文字颜色 */
  font-weight: bold;
  /* 设置字体粗细 */
}

.in_box1_qh .swiper-slide .nr span a {
  font-size: 16px;
  border: 1px solid #fff;
  padding: 15px 30px;
  display: inline-block;
  color: #fff;
}

.in_box1_qh .swiper-slide .nr span a i {
  margin-left: 10px;
}

.in_box1_qh .swiper-slide .nr span a:hover {
  background: #fff;
  color: #333;
}

.in_box1_qh .swiper-button-next,
.in_box1_qh .swiper-button-prev {
  color: #fff;
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.in_box1_qh .swiper-button-next:hover,
.in_box1_qh .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.7);
}

.in_box1_qh .swiper-button-next i,
.in_box1_qh .swiper-button-prev i {
  font-size: 12px;
}

.in_box1_qh .swiper-button-next::after,
.in_box1_qh .swiper-button-prev::after {
  display: none;
}

.in_box1_qh .swiper-slide .video {
  width: 100%;
  height: 100%;
  position: relative;
}

.in_box1_qh .swiper-slide .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.in_box1_qh .swiper-slide .video .play i {
  font-size: 24px;
}


.in_box2 {
  padding: 100px 0px;
  padding-top: 0px;
}

.in_box2_qh .swiper-slide {
  position: relative;
}

.in_box2_qh .swiper-slide .img {
  max-width: 1000px;
  margin: 0px auto;
  position: relative;
  height: 600px;
}

.in_box2_qh .swiper-slide .img img {
  width: 100%;
  height: auto;
}

.in_box2_qh .swiper-slide .img model-viewer {
  width: 100%;
  height: 100%;
}

.in_box2_qh .swiper-slide .img .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
}

/* 旋转圆环 spinner */
.in_box2_qh .swiper-slide .img .spinner {
  width: 50px;
  height: 50px;
  border: 5px solid #eee;
  border-top-color: #666;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

/* 加载完成后隐藏 */
.in_box2_qh .swiper-slide .img .loading-overlay.hidden {
  display: none;
}

.in_box2_qh .swiper-slide .dwz {
  font-size: 14vw;
  font-weight: bold;
  color: #fff;
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  white-space: nowrap;
}

.in_box2_qh .swiper-slide .swz {
  max-width: 1400px;
  margin: 0px auto;
  margin-bottom: -50px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
}

.in_box2_qh .swiper-slide .swz h2 {
  font-size: 45px;
  color: #000;
  font-weight: bold;
}

.in_box2_qh .swiper-slide .swz h2 a{
    color: #000;
}

.in_box2_qh .swiper-slide .swz h2 em {
  color: #EB5C20;
}

.in_box2_qh .swiper-slide .swz h3 {
  font-size: 20px;
  color: #000;
  text-align: right;
}

.in_box2_qh .swiper-slide .swz h3 p:nth-last-child(1) {
  font-style: italic;
}

.in_box2_qh .swiper-slide .wz {
  max-width: 1400px;
  margin: 0px auto;
  margin-top: -300px;
  display: flex;
  justify-content: space-between;
}

.in_box2_qh .swiper-slide .wz ul {
  width: 150px;
}

.in_box2_qh .swiper-slide .wz ul li {
  flex: 1;
  padding-bottom: 25px;
}

.in_box2_qh .swiper-slide .wz ul li:nth-last-child(1) {
  padding-bottom: 0px;
}

.in_box2_qh .swiper-slide .wz ul li b {
  display: flex;
  align-items: flex-start;
  font-size: 50px;
  color: #333;
  font-family: fantasy;
}

.in_box2_qh .swiper-slide .wz ul li b em {
  font-size: 16px;
  font-weight: normal;
  padding-left: 10px;
}

.in_box2_qh .swiper-slide .wz ul li p {
  font-size: 14px;
}

.in_box2_qh .swiper-slide .wz .right {
  display: flex;
  align-items: flex-end;
}

.in_box2_qh .swiper-slide .wz .right a {
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  padding: 10px 20px;
}

.in_box2_qh .swiper-slide .wz .right a:hover {
  background: #333;
  color: #fff;
}

.in_box2_qh .swiper-slide .wz .right a i {
  margin-left: 10px;
}

.in_box2_qh .swiper-button-next,
.in_box2_qh .swiper-button-prev {
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

.in_box2_qh .swiper-button-next i,
.in_box2_qh .swiper-button-prev i {
  font-size: 16px;
  color: #333;
}

.in_box2_qh .swiper-button-next::after,
.in_box2_qh .swiper-button-prev::after {
  display: none;
}

.in_box2_qh .swiper-button-next:hover,
.in_box2_qh .swiper-button-prev:hover {
  background: #000;
}

.in_box2_qh .swiper-button-next:hover i,
.in_box2_qh .swiper-button-prev:hover i {
  color: #fff;
}

.in_box3 {
  height: 70vh;
  position: relative;
}

.in_box3 video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.in_box3 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.in_box3 .play i {
  margin-left: 8px;
}

.in_box3 .play:hover {
  border: 1px solid #fff;
  color: #fff;
}

.in_box4 {
  padding: 100px 0px;
}

.in_box4 ul {
  display: flex;
  gap: 18px;
  width: 100%;
}

.in_box4 ul li {
  height: 650px;
  position: relative;
  flex: 1;
  transition: all 0.3s ease;
}

.in_box4 ul li.on {
  flex: 3;
  transition: all 0.3s ease;
}

.in_box4 ul li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.in_box4 ul li a .img {
  width: 100%;
  height: 100%;

}

.in_box4 ul li a .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.in_box4 ul li a .nr {
  position: absolute;
  bottom: 0px;
  left: 0px;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
  color: #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
}

.in_box4 ul li a .nr h2 {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.in_box4 ul li a .nr p {
  font-size: 14px;
  padding-top: 5px;
}

.in_box4 .more {
  padding-top: 50px;
  text-align: center;
}

.in_box4 .more a {
  font-size: 16px;
  border: 1px solid #333;
  padding: 15px 30px;
  display: inline-block;
  color: #333;
}

.in_box4 .more a:hover {
  background: #333;
  color: #fff;
}

.in_box5 {
  background: url(../images/in_box5_bj.png) no-repeat center center;
  background-size: cover;
  padding: 100px 0px;
  color: #fff;
}

.in_box5 .title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
  background: linear-gradient(to right, #E7A2A3, #FBD0A6);
  background-clip: text;
  color: transparent;
}

.in_box5 .subtitle {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 40px;
}

.in_box5 .dealer-wrap {
  display: flex;
  gap: 30px;
}

.in_box5 .dealer-list {
  width: 500px;

}

.in_box5 .dealer-list ul {
  height: 450px;
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.in_box5 .dealer-item {
  background: rgba(0, 0, 0, 0.3);
  padding: 30px;
  border-left: 3px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  border-radius: 10px;
}

.in_box5 .dealer-item:hover,
.in_box5 .dealer-item.active {
  background: linear-gradient(to right, #301e17, #1A1A1A);
  border-left-color: #EB5C20;
}

.in_box5 .dealer-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 12px;
}

.in_box5 .dealer-item .address,
.in_box5 .dealer-item .contact1 {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}


.in_box5 .dealer-item .nav-btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  color: #fff;
}


.in_box5 .map-container {
  flex: 1;
  height: 650px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}


.di {
  background: #212121;
  padding-top: 80px;
}

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

.di1 .left {
  width: calc(100% - 150px);
  height: 1px;
  background: #fff;
}

.di1 .right a {
  font-size: 14px;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.di1 .right a i {
  margin-bottom: 6px;
}

.di2 {
  padding: 40px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.di2 .logo {
  max-width: 335px;
  width: 200px;
}

.di2 .logo img {
  width: 100%;
}

.di2 .logo p{
  padding-top: 6px;
  text-align: right;
  color: #fff;
  font-weight: 200;
  font-size: 20px;
  letter-spacing: 2.6px;
}

.di2 .logo h2 {
  display: flex;
  padding-top: 15px;
}

.di2 .logo h2 a {
  margin-right: 10px;
}

.di2 .logo h2 a i {
  width: 36px;
  height: 36px;
  background: #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.di2 .logo h2 a svg {
  width: 20px;
  height: 20px;
  fill: #666;
}

.di2 .logo h2 a:hover svg {
  fill: #f32735;
}

.di2 .lx {
  width: 500px;
  color: #fff;
  font-size: 16px;
}

.di2 .lx h2 {
  font-weight: bold;
}

.di2 .lx p {
  padding-top: 6px;
  line-height: 1.6;
}

.di2 .lx h3 {

  gap: 0px 20px;
}


.di2 .dy {
  width: calc(100% - 1100px);
  min-width: 400px;
}

.di2 .dy h2 {
  font-weight: bold;
  font-size: 26px;
  background: linear-gradient(to right, #E7A2A3, #FBD0A6);
  background-clip: text;
  color: transparent;
  padding-bottom: 30px;
}

.di2 .dy h3 p {
  font-size: 16px;
  background: linear-gradient(to right, #E7A2A3, #FBD0A6);
  background-clip: text;
  color: transparent;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
}

.di2 .dy h3 span {
  display: block;
  position: relative;
}

.di2 .dy h3 span input {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  padding: 0px 15px;
  font-size: 18px;
}

.di2 .dy h3 span button {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #333;
  right: 5px;
  top: 5px;
  border: 0px;
  cursor: pointer;
}

.di2 .dy h4 {
  display: flex;
  padding-top: 30px;
}

.di2 .dy h4 a {
  margin-right: 10px;
}

.di2 .dy h4 a i {
  width: 36px;
  height: 36px;
  background: #ddd;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
}

.di2 .dy h4 a svg {
  width: 20px;
  height: 20px;
  fill: #666;
}

.di2 .dy h4 a:hover svg {
  fill: #f32735;
}

.di3 {
  border-top: 2px solid #fff;
  display: flex;
  justify-content: space-between;
  padding: 15px 0px;
  color: #fff;
}

.di3 a {
  color: #fff;
}

.di4 {
  display: flex;
  align-items: flex-end;
  padding: 30px 0px;
}

.di4 .di_nav {
  width: calc(100% - 220px);
}

.di4 .di_nav ul {
  display: flex;
}

.di4 .di_nav ul h2 a {
  font-size: 16px;
  color: #fff;
  padding-bottom: 15px;
  display: block;
}

.di4 .di_nav ul p a {
  display: block;
  padding: 7px 0px;
  color: #ccc;
}

.di4 .di_nav ul li {
  flex: auto;
}

.di4 .ewm {
  width: 200px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}

.di4 .ewm h2 {
  flex: 1;
  text-align: center;
  color: #fff;
  position: relative;
}

.di4 .ewm h2 i img {
  width: 24px;
  height: 24px;
}

.di4 .ewm h2 b {
  display: none;
}

.di4 .ewm h2:hover b {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 120px;
  height: 120px;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
}

.di4 .ewm h2:nth-last-child(1):hover b {
  left: auto;
  right: 0px;
  transform: translate(0, 0);
}

.di4 .ewm h2:hover b img {
  max-width: 100%;
  max-height: 100%;
}

.ny_banner {
  height: 100vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.ny_banner_wz {
  position: absolute;
  width: 150%;
  bottom: 0px;
  left: 0px;
  height: 60px;
  background: url(../images/brand_banner_wz.png) repeat-x left;
  background-size: contain;
  animation: bgMove1 50s linear infinite;
}

@keyframes bgMove1 {
  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -200% 0;
  }
}

.ny_banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}

.ny_banner .container p {
  font-size: 16px;
}

.ny_banner .container h2 {
  font-size: 60px;
}

.pro_list {
  padding: 100px 0px;
}

.pro_list .container {
  display: flex;
  justify-content: space-between;
}

.pro_list_l {
  width: 240px;
}

.pro_list_l ul li h2 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  cursor: pointer;
}

.pro_list_l ul li h2 i {
  transform: rotate(90deg);
  transition: all 0.3s ease 0s;
}

.pro_list_l ul li h3 {
  display: none;
  flex-direction: column;
  padding: 10px 0px;
}

.pro_list_l ul li h3>div {
  margin-bottom: 15px;
}

.pro_list_l ul li h3>div>div {
  color: #333 !important;
}

.layui-form-checked i {
  background: #000 !important;
  border: 0px !important;
}

.layui-form-checkbox:hover i {
  border: 1px solid #000 !important;
}

.pro_list_l ul li.on h2 i {
  transform: rotate(270deg);
  transition: all 0.3s ease 0s;
}

.pro_list_l ul li.on h3 {
  display: flex;
}

.pro_list_r {
  width: calc(100% - 300px);
}

.pro_list_r ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

.pro_list_r ul li {
  transition: 0.3s;
}

.pro_list_r ul li:hover {
  transform: translatey(-20px);
  transition: 0.3s;
}

.pro_list_r ul li .img {
  width: 100%;
  padding-bottom: 25px;
  position: relative;
}

.pro_list_r ul li .img::after {
  content: '';
  width: 70%;
  height: 60px;
  background: #c2c2c2;
  border-radius: 0px 0px 50px 10px;
  position: absolute;
  bottom: 10px;
  left: 0px;
  z-index: -1;
}

.pro_list_r ul li:hover .img::after {
  background: #EB5B1E;
}

.pro_list_r ul li .img img {
  width: 100%;
  aspect-ratio: 43/30;
  object-fit: cover;
}

.pro_list_r ul li .nr h2 {
  font-size: 18px;
  color: #333;
  font-weight: bold;
  padding: 10px 0px;
}

.pro_list_r ul li .nr span {
  display: block;
}

.pro_list_r ul li .nr span a {
  border: 1px solid #000;
  color: #000;
  padding: 10px 30px;
  display: inline-block;
}

.pro_list_r ul li .nr span a:hover {
  background: #EB5B1E;
  border: 1px solid #EB5B1E;
  color: #fff;
}


.pro_list_r ul li .nr span a i {
  margin-left: 10px;
}

.fanye {
  padding-top: 40px;
  text-align: center;
}

.pro_banner {
  height: 100vh;
  background-size: cover;
  background-position: center center;
}

.pro_banner .container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 50px 0px;
  padding-top: 10%;
}

.pro_banner .container .shang {
  text-align: center;
  color: #fff;
}

.pro_banner .container .shang h2 {
  font-size: 50px;
}

.pro_banner .container .shang p {
  font-size: 24px;
}

.pro_banner .container .shang h3{
  font-size: 30px;
  font-weight: bold;
  color: #EB5B1E;
}

.pro_banner .container .xia{
  padding-top: 10px;
}

.pro_banner .container .xia a {
  display: inline-block;
  font-size: 18px;
  background: #fff;
  padding: 10px 30px;
  color: #000;
  margin: 0px 10px;
}

.pro_banner .container .xia a:hover {
  background: #EB5B1E;
  color: #fff;
}

.pro_banner .container .xia a:nth-last-child(1) {
  background: #EB5B1E;
  color: #fff;
}

.pro_box {
  padding: 100px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.pro_box .dwz {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  text-align: center;
  font-size: 15vw;
  font-weight: bold;
  color: #e9e9e9;
  z-index: -1;
  overflow: hidden;
  white-space: nowrap;
}

.pro_box .left {
  width: 45%;
}

.pro_box .left img {
  width: 100%;
}

.pro_box .right {
  width: 55%;
  box-sizing: border-box;
}

.pro_box .right .right1{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 80px;
  width: 80%;
}

.pro_box .right .shang {
  text-align: left;
  color: #333;
}

.pro_box .right .shang h2 {
  font-size: 50px;
}

.pro_box .right .shang p {
  font-size: 24px;
}

.pro_box .right .shang h3{
  font-size: 30px;
  font-weight: bold;
  color: #EB5B1E;
}

.pro_box .right .xia{
  width: 130px;
  display: grid;
  gap: 20px;
}

.pro_box .right .xia a {
  display: block;
  width: 100%;
  font-size: 18px;
  background: #fff;
  padding: 10px 0px;
  color: #000;
  text-align: center;
}

.pro_box .right .xia a:hover {
  background: #EB5B1E;
  color: #fff;
}

.pro_box .right .xia a:nth-last-child(1) {
  background: #EB5B1E;
  color: #fff;
}

.pro_box .right ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 80px 20px;
}

.pro_box .right ul li p {
  font-size: 18px;
  color: #333;
  padding: 6px 0px;
}

.pro_box .right ul li p em {
  font-size: 50px;
  padding-right: 8px;
}

.pro_box1 {
  background: #000;
  padding: 100px 0px;
}

.pro_bt {
  background: linear-gradient(to right, #E7A2A3, #FBD0A6);
  background-clip: text;
  color: transparent;
  font-weight: bold;
}

.pro_box2 {
  padding: 100px 0px;
}

.pro_bt1 {
  text-align: left;
}

.pro_box2 .nr p {
  font-size: 16px;
  display: block;
  padding-bottom: 10px;
}

.pro_box2 .nr img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.pro_box3 .hd {
  width: 600px;
  margin: 0px auto;
}

.pro_box3 .hd ul {
  display: flex;
  justify-content: space-between;
}

.pro_box3 .hd ul li {
  flex: 1;
  line-height: 55px;
  text-align: center;
  font-size: 20px;
  color: #666;
  border-bottom: 2px solid #ddd;
  cursor: pointer;
}

.pro_box3 .hd ul li.on {
  border-bottom: 2px solid #EB5B1E;
  color: #333;
}

.pro_box3 .bd {
  padding-top: 40px;
}

.pro_box3 .bd .jieshao {
  max-width: 1000px;
  margin: 0px auto;
  padding-bottom: 40px;
}

.pro_box3 .bd .jieshao p {
  font-size: 16px;
}

.pro_box3_qh {
  height: auto;
}

.pro_box3_qh .swiper-slide .bj {
  width: 100%;
  height: auto;
}

.pro_box3_qh .swiper-slide .bj .pc_img img {
  width: 100%;
  height: auto;
}

.pro_box3_qh .swiper-slide .nr1 {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  top: 0px;
  left: 0px;
  box-sizing: border-box;
  padding-top: 5%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  height: 100%;
  max-width: 90%;
  padding-bottom: 5%;
  color: #fff;
}

.pro_box3_qh .swiper-slide .nr1 h2 {
  font-size: 40px;
}

.pro_box3_qh .swiper-slide .nr1 p {
  font-size: 20px;
}

.pro_box3_qh .swiper-button-next,
.pro_box3_qh .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.pro_box3_qh .swiper-button-next i,
.pro_box3_qh .swiper-button-prev i {
  color: #fff;
  font-size: 14px;
}

.pro_box3_qh .swiper-button-next::after,
.pro_box3_qh .swiper-button-prev::after {
  display: none;
}

.pro_box3_qh .swiper-button-next:hover,
.pro_box3_qh .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.7);
}

.pro_box3_qh .swiper-pagination span {
  width: 12px;
  height: 12px;
  background: none;
  border: 1px solid #fff;
  opacity: 1;
  border-radius: 10px;
}

.pro_box3_qh .swiper-pagination span.swiper-pagination-bullet-active {
  background: #fff;
}

.pro_box4 {
  padding: 100px 0px;
  position: relative;
  overflow: hidden;
}


.pro_box4_qh {
  width: 120%;
  padding-bottom: 50px;
}

.pro_box4_qh .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 70/44;
}

.pro_box4_qh .swiper-slide .nr {
  padding-top: 10px;
}

.pro_box4_qh .swiper-slide .nr h2 {
  font-size: 24px;
  color: #333;
  padding: 6px 0px;
}

.pro_box4_qh .swiper-slide .nr p {
  font-size: 16px;
  color: #333;
}

.pro_box4 .swiper-button-next,
.pro_box4 .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #ddd;
  border-radius: 50%;
  right: 100px;
  top: auto;
  bottom: 60px;
}

.pro_box4 .swiper-button-prev {
  left: auto;
  right: 170px;
}

.pro_box4 .swiper-button-next i,
.pro_box4 .swiper-button-prev i {
  color: #333;
  font-size: 14px;
}

.pro_box4 .swiper-button-next::after,
.pro_box4 .swiper-button-prev::after {
  display: none;
}

.pro_box4 .swiper-button-next:hover,
.pro_box4 .swiper-button-prev:hover {
  background: #000;
}

.pro_box4 .swiper-button-next:hover i,
.pro_box4 .swiper-button-prev:hover i {
  color: #fff;
}

.pro_box4 .swiper-pagination {
  bottom: 80px;
  padding-left: 100px;
  text-align: left;
}

.pro_box4 .swiper-pagination span {
  width: 15px;
  height: 5px;
  background: #ccc;
  opacity: 1;
  border-radius: 0px;
}

.pro_box4 .swiper-pagination span.swiper-pagination-bullet-active {
  background: #333;
}

.pro_box5 {
  padding-bottom: 100px;
}

.pro_box5_qh {
  padding-bottom: 70px;
}

.pro_box5_qh .swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.pro_box5_qh .swiper-slide .gallery-item {
  overflow: hidden;
}

.pro_box5_qh .swiper-slide .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.pro_box5_qh .swiper-slide .gallery-item.large {
  grid-row: 1 / 3;
}

.pro_box5_qh .swiper-button-next:hover,
.pro_box5_qh .swiper-button-prev:hover {
  background: #000;
}

.pro_box5_qh .swiper-button-next:hover i,
.pro_box5_qh .swiper-button-prev:hover i {
  color: #fff;
}

/* 预约试驾模块 */
.yuyue {
  display: flex;
  min-height: calc(100vh - 75px);
}

.yuyue_left {
  flex: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.yuyue_left .logo {
  text-align: center;
  z-index: 2;
  position: relative;
}

.yuyue_left .logo h2 {
  font-size: 60px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 10px;
}

.yuyue_left .logo h3 {
  font-size: 28px;
  color: #fff;
  margin-top: 10px;
  letter-spacing: 8px;
}

.yuyue_left .bg_img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.yuyue_left .bg_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yuyue_right {
  width: 500px;
  background: #f2f2f2;
  padding: 60px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.yuyue_form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.form_item {
  width: 100%;
}

.form_select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: none;
  border-bottom: 2px solid #ddd;
  background: transparent;
  font-size: 16px;
  color: #333;
  cursor: pointer;
  transition: border-color 0.3s ease;
  appearance: none;
  position: relative;
}

.form_select:focus {
  border-bottom-color: #E30613;
  outline: none;
}

.form_select::after {
  content: '▼';
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: #999;
}

.form_input {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  border: none;
  border-bottom: 2px solid #ddd;
  background: transparent;
  font-size: 16px;
  color: #333;
  transition: border-color 0.3s ease;
  box-sizing: border-box;
}

.form_input:focus {
  border-bottom-color: #E30613;
  outline: none;
}

.form_input::placeholder {
  color: #999;
}

.code_item {
  display: flex;
  gap: 15px;
}

.code_input {
  flex: 1;
}

.get_code_btn {
  width: 130px;
  height: 50px;
  background: #333;
  color: #fff;
  border: none;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.get_code_btn:hover {
  background: #EB5C20;
}

.get_code_btn.disabled {
  background: #999;
  cursor: not-allowed;
}

.date_input {
  color: #333;
}

.date_input::-webkit-calendar-picker-indicator {
  cursor: pointer;
  opacity: 0.6;
}

.date_input::-webkit-calendar-picker-indicator:hover {
  opacity: 1;
}

.agree_item {
  padding-top: 10px;
}

.agree_label {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.agree_label input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  cursor: pointer;
}

.policy_link {
  color: #E30613;
  text-decoration: underline;
  margin-left: 5px;
}

.submit_item {
  padding-top: 20px;
}

.submit_btn {
  width: 100%;
  height: 55px;
  background: transparent;
  border: 2px solid #333;
  font-size: 18px;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.submit_btn:hover {
  background: #EB5C20;
  color: #fff;
  border: 2px solid #EB5C20;
}

.submit_btn span:first-child {
  font-size: 20px;
}

.pro_box5_qh .swiper-button-next,
.pro_box5_qh .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #ddd;
  border-radius: 50%;
  right: 0px;
  top: auto;
  bottom: 0px;
}

.pro_box5_qh .swiper-button-prev {
  left: auto;
  right: 70px;
}

.pro_box5_qh .swiper-button-next i,
.pro_box5_qh .swiper-button-prev i {
  color: #333;
  font-size: 14px;
}

.pro_box5_qh .swiper-button-next::after,
.pro_box5_qh .swiper-button-prev::after {
  display: none;
}

.pro_box5_qh .swiper-pagination {
  bottom: 20px;
  padding-left: 0px;
  text-align: left;
}

.pro_box5_qh .swiper-pagination span {
  width: 15px;
  height: 5px;
  background: #ccc;
  opacity: 1;
  border-radius: 0px;
}


.pro_box5_qh .swiper-pagination span.swiper-pagination-bullet-active {
  background: #333;
}

.pro_box6 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  min-height: 600px;
}

.pro_box6 .left {
  flex: 1;
  min-width: 50%;
  background: url('../images/pro_box6_pic.png') no-repeat center center;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 60px;
  box-sizing: border-box;
}

.pro_box6 .left .content {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.pro_box6 .left .content h2 {
  font-size: 36px;
  margin-bottom: 15px;
  font-weight: bold;
}

.pro_box6 .left .content p {
  font-size: 18px;
  opacity: 0.9;
}

.pro_box6 .right {
  flex: 1;
  min-width: 50%;
  padding: 60px;
  box-sizing: border-box;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pro_box6 .right h2 {
  font-size: 32px;
  color: #333;
  margin-bottom: 40px;
  font-weight: bold;
}

.pro_box6 .right .form-item {
  margin-bottom: 25px;
}

.pro_box6 .right .form-item label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 8px;
}

.pro_box6 .right .form-item input,
.pro_box6 .right .form-item select {
  width: 100%;
  padding: 12px 15px;
  border: none;
  border-bottom: 1px solid #ddd;
  background: transparent;
  font-size: 14px;
  color: #666;
  outline: none;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.pro_box6 .right .form-item input:focus,
.pro_box6 .right .form-item select:focus {
  border-bottom-color: #E30613;
}

.pro_box6 .right .form-item input::placeholder {
  color: #999;
}

.pro_box6 .right .form-item select {
  appearance: none;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right center;
  cursor: pointer;
}

.pro_box6 .right .checkbox-item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.pro_box6 .right .checkbox-item input {
  width: auto;
  border: 1px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
}

.pro_box6 .right .checkbox-item label {
  margin-bottom: 0;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.pro_box6 .right .submit-btn {
  width: 100%;
  padding: 18px;
  background: #333;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s;
}

.pro_box6 .right .submit-btn:hover {
  background: #EB5B1E;
}

.pro_box7 {
  padding: 100px 0px;
  position: relative;
  z-index: 2;
}

.pro_box7_qh {
  padding: 0px 40px;
  position: relative;
}

.pro_box7_qh .swiper-slide {
  position: relative;
}

.pro_box7_qh .swiper-slide .img {
  margin: 0px auto;
  position: relative;
}

.pro_box7_qh .swiper-slide .img a img {
  width: 100%;
    aspect-ratio: 53 / 36;
    object-fit: cover;
}


.pro_box7_qh .nr {
  box-sizing: border-box;
  padding: 20px;
  text-align: center;
}

.pro_box7_qh .nr h2 {
  font-size: 20px;
  color: #333;
  margin-bottom: 10px;
}

.pro_box7_qh .nr h3 {
  font-size: 16px;
  color: #666;
}

.pro_box7_qh .swiper-button-next,
.pro_box7_qh .swiper-button-prev {
  color: #333;
}

.acce_nav {
  margin: 80px auto;
  display: flex;
  justify-content: center;
  border: solid 1px #e5e5e5;
  max-width: 800px;
}

.acce_nav a {
  padding: 15px 30px;
  font-size: 18px;
  color: #333;
  flex: 1;
  text-align: center;
  background: #fff;
}

.acce_nav a:hover {
  color: #EB5B1E;
}

.acce_nav a.on {
  background: #EB5B1E;
  color: #fff;
}

.acce_list {
  padding-bottom: 100px;
}

.acce_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.acce_list ul li {
  position: relative;
  box-sizing: border-box;
  padding: 5%;
  transition: 0.3s;
}

.acce_list ul li:nth-child(3n + 2) {
  transform: translateY(30px);
}

.acce_list ul li::after {
  clip-path: polygon(15% 0%, 100% 0, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0 100%, 0% 15%);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #e9e9e9;
  z-index: -1;
}

.acce_list ul li:hover {
  transform: translateY(-20px);
  transition: 0.3s;
}

.acce_list ul li h2 a {
  text-align: center;
  font-size: 20px;
  color: #333;
  display: block;
}

.acce_list ul li h2 a:hover {
  color: #E30613;
}

.acce_list ul li .img {
  width: 100%;
}

.acce_list ul li .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 53/36;
  object-fit: cover;
}

.acce_list ul li span {
  text-align: center;
  display: block;
}

.acce_list ul li span a {
  border: 1px solid #000;
  color: #000;
  padding: 10px 30px;
  display: inline-block;
}

.acce_list ul li span a:hover {
  background: #EB5B1E;
  border: 1px solid #EB5B1E;
  color: #fff;
}

.assess_box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  background: #fff;
}

.assess_box_l {
  width: 50%;
  margin: 0px;
  box-sizing: border-box;
  padding: 80px;
}

.assess_box_l .swiper-slide {
  text-align: center;
}

.assess_box_l .swiper-slide img {
  max-width: 100%;
  aspect-ratio: 53 / 36;
  object-fit: cover;
  height: auto;
}

.assess_box_l .swiper-button-next,
.assess_box_l .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid #666;
  border-radius: 50%;
}

.assess_box_l .swiper-button-next i,
.assess_box_l .swiper-button-prev i {
  color: #666;
  font-size: 14px;
}

.assess_box_l .swiper-button-next::after,
.assess_box_l .swiper-button-prev::after {
  display: none;
}

.assess_box_l .swiper-button-next:hover,
.assess_box_l .swiper-button-prev:hover {
  background: #000;
}

.assess_box_l .swiper-button-next:hover i,
.assess_box_l .swiper-button-prev:hover i {
  color: #fff;
}

.assess_box_l .jiage{
  padding-top: 40px;
  text-align: center;
}

.assess_box_l .jiage h2{
  font-size: 20px;
  color: #333;
}

.assess_box_l .jiage h2 em{
  font-size: 26px;
  padding-left: 5px;
}

.assess_box_l .jiage span{
  display: inline-block;
  padding-top: 20px;
}

.assess_box_l .jiage span a{
display: block;
    font-size: 18px;
    background: #f1f1f1;
    padding: 10px 30px;
    color: #000;
    text-align: center;
}

.assess_box_l .jiage span a:hover{
  background: #EB5B1E;
  color: #fff;
}



.assess_box_r {
  width: 50%;
  background: #fff;
  box-sizing: border-box;
  padding: 80px;
}

.assess_box_r .bt {
  padding-bottom: 20px;
}

.assess_box_r .bt h3 {
  font-size: 16px;
  padding-bottom: 10px;
}

.assess_box_r .bt h2 {
  font-weight: bold;
  color: #333;
  font-size: 30px;
}

.assess_box_r .nr p {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding-bottom: 10px;
}

.assess_box_r .nr img {
  max-width: 100%;
  height: auto;
}

/* assess_box1 订阅新闻通讯模块 */
.assess_box1 {
  display: flex;
}

.assess_left {
  min-width: 300px;
  padding: 40px;
  background: url(../images/accessories_xx_bj.png) no-repeat right bottom #B6C0C9;
  background-size: contain;
  position: relative;
  width: 50%;
  box-sizing: border-box;
}

.assess_left h2 {
  font-size: 32px;
  font-weight: bold;
  color: #333;
  margin-bottom: 15px;
  line-height: 1.3;
}

.assess_left .assess_desc {
  font-size: 16px;
  color: #666;
  margin-bottom: 25px;
  line-height: 1.6;
}

.assess_left h3 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.assess_left .assess_subtitle {
  font-size: 14px;
  color: #888;
  margin-bottom: 30px;
  line-height: 1.5;
}

.assess_left .assess_list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px 0;
}

.assess_left .assess_list li {
  font-size: 15px;
  color: #555;
  padding: 10px 0;
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
}

.assess_left .assess_list li .check-icon {
  color: #E30613;
  font-weight: bold;
  margin-right: 10px;
  flex-shrink: 0;
}

.assess_left .assess_logo {
  position: absolute;
  bottom: 30px;
  right: 30px;
}

.assess_left .assess_logo img {
  width: 150px;
  height: auto;
  opacity: 0.8;
}

.assess_right {
  min-width: 350px;
  background: url(../images/accessories_xx_bj1.png) no-repeat right bottom;
  background-size: cover;
  padding: 40px;
  width: 50%;
  box-sizing: border-box;
}

.assess_form {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-sizing: border-box;
}

.assess_form .form-group {
  margin-bottom: 25px;
}

.assess_form .form-group label {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #333;
  margin-bottom: 8px;
}

.assess_form .form-group input {
  width: 100%;
  padding: 14px 16px;
  border: none;
  border-bottom: 2px solid #ddd;
  font-size: 15px;
  color: #333;
  background: transparent;
  transition: border-color 0.3s;
  box-sizing: border-box;
}

.assess_form .form-group input:focus {
  border-bottom-color: #E30613;
  outline: none;
}

.assess_form .form-group input::placeholder {
  color: #999;
}

.assess_form .form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.assess_form .form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 2px solid #ddd;
  border-radius: 3px;
  cursor: pointer;
  appearance: none;
  background: #fff;
  position: relative;
}

.assess_form .form-checkbox input[type="checkbox"]:checked {
  background: #E30613;
  border-color: #E30613;
}

.assess_form .form-checkbox input[type="checkbox"]:checked::after {
  content: '✓';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.assess_form .form-checkbox label {
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

.assess_form .submit-btn {
  width: 100%;
  padding: 18px;
  background: #333;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 20px;
  transition: background 0.3s;
  border-radius: 4px;
}

.assess_form .submit-btn:hover {
  background: #EB5B1E;
}


.brand_box {
  padding: 100px 0px;
  background: url(../images/brand_box_bj.png) no-repeat #151515;
  background-size: cover;
}

.brand_box .container {
  display: flex;
  justify-content: space-between;
}

.brand_box .left {
  width: 50%;
  padding-bottom: 300px;
}

.brand_box .left .bt {
  font-size: 40px;
  background: linear-gradient(to right, #E7A2A3, #FBD0A6);
  background-clip: text;
  color: transparent;
  font-weight: bold;
  padding-bottom: 40px;
}

.brand_box .left .img {
  position: relative;
}

.brand_box .left .img img {
  width: 100%;
  height: auto;
}

.brand_box .left .img img:nth-last-child(1) {
  width: 80%;
  position: absolute;
  left: 80%;
  bottom: -50%;
}

.brand_box .right {
  width: 45%;
  padding-top: 100px;
}

.brand_box .right p {
  font-size: 16px;
  line-height: 1.6;
  display: block;
  padding-bottom: 10px;
  color: #fff;
}

.brand_box1 {
  background: url(../images/brand_box1_bj.png) no-repeat center top #151515;
  background-size: cover;
  padding: 100px 0px;
  padding-top: 40px;
}

.brand_box1 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.brand_box1_left {
  width: 500px;
}

.brand_box1_left h2 {
  font-size: 48px;
  margin-bottom: 30px;
  background: linear-gradient(to right, #E7A2A3, #FBD0A6);
  background-clip: text;
  color: transparent;
  font-weight: bold;
}

.brand_box1_img {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}

.brand_box1_img img,
.brand_box1_img video {
  width: 100%;
  height: auto;
  display: block;
}

.brand_box1_img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
}

.brand_box1_left p {
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.brand_box1_btn {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.brand_box1_btn:hover {
  background: #EB5C20;
  border-color: #EB5C20;
  color: #FFF;
}

.brand_box1_btn i {
  margin-left: 10px;
  font-size: 14px;
}

.brand_box1_right {
  width: calc(100% - 550px);
}

.brand_box1_right ul {
  display: flex;
  justify-content: space-between;
  align-items: end;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.brand_box1_right li {
  text-align: center;
  flex: 1;
  position: relative;
  list-style: none;
  height: 500px;
  border-right: 1px solid #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.brand_box1_right li:nth-child(1) {
  height: 300px;
}

.brand_box1_right li:nth-child(2) {
  height: 400px;
}

.brand_box1_right li i {
  font-size: 40px;
  color: #fff;
  transition: color 0.3s ease;
  margin-bottom: 15px;
  display: block;
}

.brand_box1_right li:hover i {
  color: #e8a08a;
}

.stat_num {
  display: block;
  font-size: 56px;
  background: linear-gradient(to right, #E7A2A3, #FBD0A6);
  background-clip: text;
  color: transparent;
  font-weight: bold;
  margin-bottom: 10px;
}

.stat_label {
  display: block;
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.brand_box1_di img {
  width: 100%;
  height: auto;
}

.brand_box2 {
  padding-bottom: 100px;
  margin-top: -100px;
  display: flex;
  justify-content: space-between;
  padding-left: 100px;
  overflow: hidden;
  position: relative;
  z-index: 3;
}

.brand_box2::after {
  content: '';
  background: #f2f2f2;
  width: 100%;
  height: 70%;
  position: absolute;
  left: 0px;
  top: 500px;
  z-index: -1;
}

.brand_box2 .left {
  width: 45%;
  min-width: 500px;
  padding-top: 200px;
}

.brand_box2 .left .bt {
  height: 250px;
}

.brand_box2 .left .bt h3 {
  font-size: 40px;
  color: #ddd;
}

.brand_box2 .left .bt h2 {
  font-size: 50px;
  color: #333;
}

.brand_box2_qh .hd {
  width: 100%;
  max-width: 480px;
}

.brand_box2_qh .hd ul {
  display: flex;
}

.brand_box2_qh .hd ul li {
  flex: 1;
  line-height: 45px;
  color: #333;
  font-size: 18px;
  border-bottom: 3px solid #fff;
  text-align: center;
  cursor: pointer;
}

.brand_box2_qh .hd ul li.on {
  color: #EB5C20;
  border-bottom: 3px solid #EB5C20;
}

.brand_box2_qh .bd {
  padding-top: 40px;
}

.brand_box2_qh .bd p {
  display: block;
  font-size: 16px;
  line-height: 1.6;
  padding-bottom: 15px;
}

.brand_box2 .right {
  width: calc(55% - 40px);
  position: relative;
  padding-bottom: 120px;
}

.brand_box2 .right img.one {
  width: 35%;
  height: auto;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
}

.brand_box2 .right img.two {
  width: 55%;
  height: calc(100% - 100px);
  object-fit: cover;
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 0;
}

.brand_box2 .right img.three {
  width: 30%;
  height: auto;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
}

.brand_box3 {
  background: #f2f2f2;
  padding: 100px 0px;
  padding-top: 0px;
}

.brand_box3 .bt {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.brand_box3 .bt h2 {
  width: 430px;
  font-size: 50px;
  color: #333;
}

.brand_box3 .bt h3 {
  width: calc(100% - 450px);
  height: 45px;
  position: relative;
}

.brand_box3 .bt h3::after {
  width: 100%;
  height: 1px;
  background: #D9D9D9;
  position: absolute;
  left: 0px;
  top: 22px;
  content: '';
}

.brand_box3 .bt h3 span {
  position: absolute;
  right: 10%;
  top: -5px;
  background: #f2f2f2;
  font-size: 40px;
  color: #e2e2e2;
  z-index: 2;
  padding: 0px 10px;
}

.brand_box3 ul li {
  padding-top: 80px;
  display: flex;
}

.brand_box3 ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.brand_box3 ul li .left {
  width: 60%;
}

.brand_box3 ul li .left img {
  width: 100%;
  height: auto;
}

.brand_box3 ul li .right {
  width: 40%;
  box-sizing: border-box;
  padding: 5%;
}

.brand_box3 ul li .right h2 {
  color: #EB5C20;
  font-size: 40px;
  padding-bottom: 10px;
}

.brand_box3 ul li .right h3 {
  font-size: 18px;
  color: #333;
  padding-bottom: 30px;
}

.brand_box3 ul li .right p {
  line-height: 2;
  font-size: 16px;
}

.brand_box4 {
  background: #f2f2f2;
  padding-bottom: 100px;
  text-align: center;
}

.brand_box4 img {
  max-width: 690px;
  width: 70%;
}

.serve_box {
  padding: 100px 0px;
}

.serve_box .bt {
  text-align: center;
}

.serve_box .bt h2 {
  font-size: 50px;
  color: #333;
  padding-bottom: 10px;
}

.serve_box .bt p {
  font-size: 18px;
}

.serve_box ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  padding-top: 60px;
}

.serve_box ul li {
  background: #fff;
}

.serve_box ul li .nr {
  box-sizing: border-box;
  padding: 8%;
}

.serve_box ul li .nr h2 {
  text-align: center;
  font-size: 30px;
  color: #333;
}

.serve_box ul li .nr p {
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  padding: 15px 0px;
}

.serve_box ul li .nr span {
  display: block;
  text-align: center;
}

.serve_box ul li .nr span a {
  border: 1px solid #333;
  color: #333;
  font-size: 16px;
  padding: 10px 0px;
  width: 150px;
  display: inline-block;
}

.serve_box ul li .nr span a:hover {
  background: #EB5C20;
  border: 1px solid #EB5C20;
  color: #fff;
}

.serve_box ul li .img img {
  width: 100%;
  aspect-ratio: 82/48;
  object-fit: cover;
}

.login {
  width: 100vw;
  height: 100vh;
  background: url(../images/login_bj.png) no-repeat #000;
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.login_dl {
  max-width: 700px;
  background: #fff;
  width: 40%;
  margin-right: 10%;
  box-sizing: border-box;
  padding: 5%;
}

.login_dl h2 {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #000;
  margin-bottom: 40px;
}

.form-item {
  margin-bottom: 30px;
}

.form-item label {
  display: block;
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.form-item .required {
  color: #ff4d4f;
  margin-right: 4px;
}

.form-input {
  width: 100%;
  height: 44px;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  font-size: 14px;
  color: #333;
  padding: 0 5px;
  outline: none;
  transition: border-color 0.3s;
}

.form-input:focus {
  border-bottom-color: #000;
}

.form-input::placeholder {
  color: #999;
}

.login-btn {
  width: 100%;
  height: 50px;
  background: #000;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 20px;
}

.login-btn:hover {
  background: #333;
}

.dealer_user_box {
  margin: 60px 0px;
  background: url(../images/dealer_user_box_bj.png) no-repeat;
  background-size: cover;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  padding: 50px 100px;
}

.dealer_user_box .left h2 {
  font-size: 30px;
  background: linear-gradient(to right, #E7A2A3, #FBD0A6);
  background-clip: text;
  color: transparent;
}

.dealer_user_box .left p {
  color: #fff;
}

.dealer_user_box .right {
  display: flex;
  align-items: center;
}

.dealer_user_box .right img {
  width: 140px;
  height: 140px;
  object-fit: cover;
  border-radius: 50%;
}

.dealer_user_box .right a {
  color: #fff;
  margin-left: 30px;
  font-size: 24px;
}

.dealer_user_box1 {
  background: #fff;
  height: 90px;
}

.dealer_user_box1 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}

.dealer_user_box1 .left {
  display: flex;
}

.dealer_user_box1 .left a {
  line-height: 87px;
  color: #333;
  font-size: 18px;
  border-bottom: 3px solid #fff;
  text-align: center;
  padding: 0px 20px;
}

.dealer_user_box1 .left a.on {
  color: #E30613;
  border-bottom: 3px solid #E30613;
}

.dealer_user_box1 .right {
  display: flex;
  gap: 20px;
  align-items: center;
}

.dealer_user_box1 .dropdown {
  padding: 8px 30px 8px 12px;
  font-size: 14px;
  color: #333;
  border: 0px;
  background: #fff;
  background-repeat: no-repeat;
  background-position: right 8px center;
  background-size: 14px;
  cursor: pointer;
  outline: none;
}


.dealer_user_box2 {
  padding: 60px 0px;
}

.dealer_user_box2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}

.dealer_user_box2 ul li {
  border: 1px solid #ddd;
  background: #f2f2f2;
  overflow: hidden;
  border-radius: 10px;
}

.dealer_user_box2 ul li:hover {
  background: #fff;
}

.dealer_user_box2 ul li .img img {
  width: 100%;
  aspect-ratio: 88/50;
  object-fit: cover;
}

.dealer_user_box2 ul li .nr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
}

.dealer_user_box2 ul li .nr .left {
  width: calc(100% - 100px);
}

.dealer_user_box2 ul li .nr .left h2 {
  font-size: 24px;
  color: #333;
}

.dealer_user_box2 ul li .nr .left h3 {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding-top: 10px;
}

.dealer_user_box2 ul li .nr .left h3 em i {
  margin-right: 5px;
}


.dealer_user_box2 ul li .nr .right {
  width: 80px;
}

.dealer_user_box2 ul li .nr .right a {
  width: 80px;
  height: 80px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #000;
}

.dealer_user_box2 ul li .nr .right a:hover {
  background: #000;
  color: #fff;
}

.dealer_user_box2 ul:nth-child(2) {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 30px;
}

.dealer_user_box2 ul:nth-child(2) li .nr {
  padding: 20px;
}

.dealer_user_box2 ul:nth-child(2) li .nr .left h2 {
  font-size: 18px;
}

.dealer_application_box {
  padding: 100px 0px;
}

.dealer_application_box .bt {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}

.dealer_application_box .bt::after {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0px;
  transform: translatey(-50%);
  width: 100%;
  height: 1px;
  background: #E2E2E2;
  z-index: 0;
}

.dealer_application_box .bt h2 {
  font-size: 3vw;
  font-weight: bold;
  color: #E2E2E2;
  background: #f2f2f2;
  padding: 0px 15px;
  position: relative;
  z-index: 1;
  display: inline-block;
}

.dealer_application_box ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;

}

.dealer_application_box ul li {
  background: #fff;
  clip-path: polygon(15% 0%, 100% 0, 100% 15%, 100% 85%, 85% 100%, 15% 100%, 0 100%, 0% 15%);
  box-sizing: border-box;
  padding: 10%;
  min-height: 200px;
  position: relative;
}

.dealer_application_box ul li p {
  font-size: 16px;
  line-height: 1.6;
}


.dealer_application_box ul li h2 {
  font-size: 40px;
  text-align: right;
  color: #E2E2E2;
  font-weight: bold;
  position: absolute;
  bottom: 40px;
  right: 40px;
}

/* dealer_application_box1 样式 */
.dealer_application_box1 {
  display: flex;
  width: 100%;
  min-height: 500px;
  box-sizing: border-box;
  padding: 0px 100px;
}

.dealer_application_box1 .box1_left {
  flex: 1;
  background: #333;
  overflow: hidden;
}

.dealer_application_box1 .box1_left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dealer_application_box1 .box1_right {
  flex: 1;
  background: #1a1a1a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 40px;
  box-sizing: border-box;
}

.dealer_application_box1 .box1_right h3 {
  font-size: 18px;
  color: #fff;
  margin-bottom: 40px;
  text-align: center;
}

.dealer_application_box1 .region_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 30px;
  margin-bottom: 40px;
  width: 100%;
  max-width: 500px;
}

.dealer_application_box1 .region_list li {
  font-size: 18px;
  background: linear-gradient(to right, #E7A2A3, #FBD0A6);
  /* 对于较新的浏览器，使用标准的CSS渐变 */
  background-clip: text;
  /* 仅将背景裁剪为文字形状 */
  color: transparent;
  text-align: center;
  font-weight: bold;
}

.dealer_application_box1 .deadline {
  font-size: 14px;
  color: #666;
  margin-bottom: 10px;
}

.dealer_application_box1 .date {
  font-size: 40px;
  font-weight: bold;
  color: #f32735;
  margin-bottom: 40px;
}

.dealer_application_box1 .download_btn {
  width: 180px;
  height: 45px;
  background: transparent;
  border: 1px solid #666;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dealer_application_box1 .download_btn:hover {
  background: #f32735;
  border-color: #f32735;
}

.dealer_application_box2 {
  background: url(../images/dealer_application_bj.png) no-repeat #f2f2f2;
  padding: 100px 0px;
}

.dealer_application_box2 .bt {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.dealer_application_box2 .bt h2 {
  font-size: 40px;
  color: #333;
  background: #f2f2f2;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.dealer_application_box2 .bt h3 {
  font-size: 40px;
  color: #E2E2E2;
  background: #f2f2f2;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  font-weight: 100;
}

.dealer_application_box2 .bt::after {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0px;
  transform: translatey(-50%);
  width: 100%;
  height: 1px;
  background: #E2E2E2;
  z-index: 0;
}

.dealer_application_box2 .nr {
  max-width: 1200px;
  background: #fff;
  margin: 0px auto;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 40px;
}

/* 申请表单样式 */
.dealer_application_box2 .nr .form-title {
  text-align: center;
  font-size: 28px;
  color: #333;
  margin-bottom: 50px;
  font-weight: bold;
}

.dealer_application_box2 .nr .form-section {
  margin-bottom: 40px;
}

.dealer_application_box2 .nr .section-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 25px;
  font-weight: bold;
}

.dealer_application_box2 .nr .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-bottom: 25px;
}

.dealer_application_box2 .nr .form-item {
  display: flex;
  flex-direction: column;
}

.dealer_application_box2 .nr .form-item.full-width {
  grid-column: span 2;
}

.dealer_application_box2 .nr .form-item label {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

.dealer_application_box2 .nr .required {
  color: #f32735;
  margin-right: 5px;
}

.dealer_application_box2 .nr .form-input {
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
}

.dealer_application_box2 .nr .form-input:focus {
  border-color: #f32735;
  outline: none;
}

.dealer_application_box2 .nr .form-input::placeholder {
  color: #999;
}

.dealer_application_box2 .nr .form-select {
  width: 100%;
  height: 45px;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 0px 10px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 16px;
  appearance: none;
  cursor: pointer;
}

.dealer_application_box2 .nr .form-select:focus {
  border-color: #f32735;
  outline: none;
}

.dealer_application_box2 .nr .form-textarea {
  width: 100%;
  height: 120px;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 10px;
  font-size: 14px;
  color: #333;
  box-sizing: border-box;
  resize: none;
  transition: border-color 0.3s ease;
}

.dealer_application_box2 .nr .form-textarea:focus {
  border-color: #f32735;
  outline: none;
}

.dealer_application_box2 .nr .form-textarea::placeholder {
  color: #999;
}

.dealer_application_box2 .nr .code-item {
  flex-direction: row;
  align-items: flex-end;
  gap: 15px;
}

.dealer_application_box2 .nr .code-item .code-input {
  flex: 1;
}

.dealer_application_box2 .nr .get-code-btn {
  height: 45px;
  padding: 0px 20px;
  background: transparent;
  border: 1px solid #ddd;
  color: #666;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dealer_application_box2 .nr .get-code-btn:hover {
  background: #f32735;
  border-color: #f32735;
  color: #fff;
}

.dealer_application_box2 .nr .form-submit {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
}

.dealer_application_box2 .nr .agree-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #666;
  cursor: pointer;
}

.dealer_application_box2 .nr .agree-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.dealer_application_box2 .nr .submit-btn {
  width: 100%;
  max-width: 400px;
  height: 55px;
  background: #000;
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dealer_application_box2 .nr .submit-btn:hover {
  background: #f32735;
}

.dealer_application_box2 .nr .contact-info {
  font-size: 14px;
  color: #f32735;
  margin-top: 10px;
}


.events_list {
  height: calc(100vh - 75px);
  background: #f2f2f2;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

.events_list .container {
  display: flex;
  height: 100%;
  align-items: center;
  width: 100%;
}

.events_left {
  width: 10%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #ddd;
}

.events_left h2 {
  font-size: 60px;
  font-weight: bold;
  color: #ddd;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  letter-spacing: 10px;
}

.events_right {
  width: 90%;
  height: 100%;
  position: relative;
}

.events_swiper {
  height: 100%;
}

.events_swiper .swiper-wrapper {
  height: 100%;
}

.events_swiper .swiper-slide {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: .6;
}

.events_swiper .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.slide_content {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  gap: 60px;
}

.slide_text {
  width: 40%;
  padding-left: 60px;
}

.slide_text .date {
  font-size: 16px;
  color: #EB5B1E;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}

.slide_text h3 {
  font-size: 40px;
  color: #333;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
}

.slide_text p {
  font-size: 16px;
  color: #666;
  margin-bottom: 40px;
}

.slide_buttons {
  display: flex;
  gap: 20px;
}

.slide_buttons a {
  padding: 15px 30px;
  font-size: 14px;
  border: 1px solid #333;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: all 0.3s ease;
}

.slide_buttons a:hover {
  background: #EB5C20;
  color: #fff;
  border: 1px solid #EB5C20;
}

.slide_buttons a i {
  font-size: 12px;
}

.slide_image {
  height: 100%;
  width: 60%;
}

.slide_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events_swiper .swiper-pagination {
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  width: auto;
}

.events_swiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ddd;
  opacity: 1;
  border-radius: 50%;
  margin: 15px 0 !important;
  transition: all 0.3s ease;
}

.events_swiper .swiper-pagination-bullet-active {
  background: #EB5C20;
  width: 20px;
  border-radius: 6px;
}

.events_swiper .swiper-button-next,
.events_swiper .swiper-button-prev {
  right: 30px;
  left: auto;
  width: 45px;
  height: 45px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.events_swiper .swiper-button-next:hover,
.events_swiper .swiper-button-prev:hover {
  background: #EB5C20;
  color: #fff;
}

.events_swiper .swiper-button-next {
  bottom: 30px;
  top: auto;
}

.events_swiper .swiper-button-prev {
  top: 30px;
}

.events_swiper .swiper-button-next::after,
.events_swiper .swiper-button-prev::after {
  display: none;
}

.events_swiper .swiper-button-next i,
.events_swiper .swiper-button-prev i {
  font-size: 16px;
}

.events_box {
  padding: 100px 0px;
  background: #fff;
}


.events_box .bt {
  margin-bottom: 50px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.events_box .bt h2 {
  font-size: 40px;
  color: #333;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.events_box .bt h3 {
  font-size: 40px;
  color: #E2E2E2;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  font-weight: 100;
}

.events_box .bt::after {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0px;
  transform: translatey(-50%);
  width: 100%;
  height: 1px;
  background: #E2E2E2;
  z-index: 0;
}

.events_box .nr {
  display: flex;
  align-items: center;
}

.events_box .nr .left {
  width: 50%;
  position: relative;
}

.events_box .nr .left video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.events_box .nr .left .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 120px;
  height: 120px;
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
}

.events_box .nr .left .play i {
  margin-left: 8px;
}

.events_box .nr .left .play:hover {
  border: 1px solid #fff;
  color: #fff;
}


.events_box .nr .right {
  width: 50%;
  box-sizing: border-box;
  padding: 30px;
}

.events_box .nr .right h2 {
  font-size: 40px;
  padding-bottom: 15px;
  color: #333;
}

.events_box .nr .right p {
  font-size: 16px;
  line-height: 1.6;
}

.events_box1 {
  padding: 100px 0px;
}

.events_bt {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  padding: 0px 30px;
  max-width: 1000px;
  margin: 0px auto;
}

.events_bt1 {
  text-align: left;
  padding: 0px;
}

.events_bt h2 {
  font-size: 100px;
  color: #e2e2e2;
  font-weight: bold;
}

.events_bt h3 {
  font-size: 40px;
  color: #333;
  margin-top: -50px;
}

.events_bt p {
  font-size: 16px;
  padding-top: 15px;
}

.events_box1_qh {
  padding-top: 40px;
}

.events_box1_qh .swiper-slide {
  opacity: .6;
}

.events_box1_qh .swiper-slide.swiper-slide-active {
  opacity: 1;
}

.events_box1_qh .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0px;
  aspect-ratio: 80/40;
}

.events_box1_qh .swiper-button-next,
.events_box1_qh .swiper-button-prev {
  color: #fff;
  width: 55px;
  height: 55px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.events_box1_qh .swiper-button-next:hover,
.events_box1_qh .swiper-button-prev:hover {
  background: rgba(255, 255, 255, 0.7);
}

.events_box1_qh .swiper-button-next i,
.events_box1_qh .swiper-button-prev i {
  font-size: 12px;
}

.events_box1_qh .swiper-button-next::after,
.events_box1_qh .swiper-button-prev::after {
  display: none;
}

.events_box2 {
  padding-bottom: 100px;
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.events_box2 .left {
  width: 40%;
  background: #fff;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  box-sizing: border-box;
  padding: 5%;
  z-index: 2;
}

.events_box2 .left .qh {
  display: flex;
  gap: 10px;
}

.events_box2 .left .qh .swiper-button-next,
.events_box2 .left .qh .swiper-button-prev {
  color: #333;
  width: 55px;
  height: 55px;
  border: 1px solid #333;
  border-radius: 50%;
  position: static;
  margin-top: 15px;
}

.events_box2 .left .qh .swiper-button-next:hover,
.events_box2 .left .qh .swiper-button-prev:hover {
  background: #000;
}

.events_box2 .left .qh .swiper-button-next i,
.events_box2 .left .qh .swiper-button-prev i {
  font-size: 12px;
}

.events_box2 .left .qh .swiper-button-next::after,
.events_box2 .left .qh .swiper-button-prev::after {
  display: none;
}

.events_box2 .left .qh .swiper-button-next:hover i,
.events_box2 .left .qh .swiper-button-prev:hover i {
  color: #fff;
}

.events_box2 .swiper {
  width: 70%;
  margin-left: 30%;
}

.events_box2 .swiper .swiper-slide img {
  width: 100%;
  height: auto;
}

.events_box2_r .left {
  left: auto;
  right: 0px;
}

.events_box2_r .swiper {
  margin-left: 0px;
  margin-right: 30%;
}

.events_box3 {
  display: flex;
}

.events_box3 .left {
  background: #fff;
  width: 50%;
  box-sizing: border-box;
  padding: 10%;
}

.events_box3 .left h3,
.events_box3 .left h2 {
  font-size: 40px;
  color: #333;
  font-weight: bold;
}

.events_box3 .left h3 {
  font-weight: normal;
}

.events_box3 .left p {
  color: #E30613;
  font-size: 16px;
  padding: 10px 0px;
}

.events_box3 .right {
  width: 50%;
}

.events_box3 .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.about_box2 {
  background: url(../images/about_box1_bj.png) no-repeat top center;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 100px 0px;
  height: 80vh;
}

.about_box3 {
  padding: 100px 0px;
  background: #fff;
}

.about_box3_qh .swiper-slide img {
  width: 100%;
  height: auto;
}

.about_box4 {
  background: url(../images/about_box3_bj.png) no-repeat center center #f2f2f2;
  background-size: contain;
  padding: 100px 0px;
}

.about_box4_qh {
  width: 100%;
  overflow: hidden;
}

.about_box4_qh ul {
  display: flex;
  gap: 30px;
  /* 内容之间间距 */
  animation: run 20s linear infinite;
  white-space: nowrap;
}

/* 悬停暂停 */
.about_box4_qh:hover ul {
  animation-play-state: paused;
}

.about_box4_qh ul li {
  display: grid;
  gap: 15px;
}

.about_box4_qh ul li h2 {
  width: 380px;
  height: 180px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about_box4_qh ul li h2.yc {
  opacity: 0;
}

.about_box4_qh ul li h2 strong {
  font-size: 20px;
  display: block;
  color: #333;
}

.about_box4_qh ul li h2 p {
  font-size: 14px;
  padding-top: 12px;
}

@keyframes run {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.news_banner {
  height: 80vh;
  position: relative;
}

.news_banner .img {
  width: 100%;
  height: 100%;
}

.news_banner .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.news_banner .nr {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(8px);
  position: absolute;
  width: 30%;
  height: 100%;
  left: 0px;
  top: 0px;
  box-sizing: border-box;
  max-width: 650px;
  min-width: 450px;
  padding: 5%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.news_banner .nr p {
  font-size: 16px;
}

.news_banner .nr h2 {
  font-size: 40px;
  color: #333;
  padding: 15px 0px;
}

.news_banner .nr span a {
  color: #E30613;
}

.news_list {
  padding: 50px 0px;
}

.news_list ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding-top: 60px;
}

.news_list ul li {
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s;
}

.news_list ul li:nth-child(3n + 2) {
  transform: translateY(-40px);
}

.news_list ul li:hover {
  transform: translateY(-10px);
  transition: all 0.3s;
}

.news_list ul li .img img {
  width: 100%;
  aspect-ratio: 63/42;
  object-fit: cover;
}

.news_list ul li .nr {
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
}

.news_list ul li .nr h2 a {
  font-size: 18px;
  color: #333;
}

.news_list ul li .nr h3 {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.news_list ul li .nr h3 p {
  color: #999;
}

.news_list ul li .nr h3 span a {
  color: #E30613;
}

.news_detail {
  max-width: 1200px;
  margin: 0px auto;
  padding: 50px 150px;
  background: #f2f2f2;
}

.news_detail .bt {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}


.news_detail .bt h3 {
  font-size: 16px;
  font-weight: bold;
  color: #333;
}

.news_detail .bt h2 {
  font-size: 2.2vw;
  font-weight: bold;
  color: #333;
  padding-top: 40px;
}

.news_detail .nr p {
  font-size: 16px;
  color: #333;
  line-height: 1.6;
  display: block;
  padding-bottom: 15px;
}

.news_detail .nr img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.news_detail .next {
  border-top: 1px solid #333;
  padding-top: 20px;
}

.news_detail .next h2 {
  display: flex;
  color: #333;
  font-size: 16px;
  padding: 10px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin: 10px 0px;
}

.news_detail .next h2 p {
  width: 80px;
  font-weight: normal;
}

.news_detail .next h2 a {
  font-weight: bold;
  color: #333;
  width: calc(100% - 80px);
}

.contact {
  padding: 100px 0px;
  min-height: 50vh;
  background: #f2f2f2;
}

.contact .container {
  display: flex;
  justify-content: space-between;
}

.contact_l {
  width: 490px;
  background: #000;
  box-sizing: border-box;
  padding: 2% 3%;
  border-radius: 10px;
}

.contact_l .nr {
  color: #fff;
  padding: 20px 0px;
}

.contact_l .nr h2 {
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 15px;
  background: linear-gradient(to right, #E398A2, #FFDAA7);
  background-clip: text;
  color: transparent;
}

.contact_l .nr p {
  font-size: 16px;
  line-height: 1.4;
}

.contact_l .nr h3 {
  display: flex;
}

.contact_l .nr h3 a {
  margin: 0px 5px;
}

.contact_r {
  width: calc(100% - 550px);
  background: #fff;
  box-sizing: border-box;
  padding: 25px;
  border-radius: 10px;
}

.contact_r .bt h2 {
  font-size: 3vw;
  font-weight: bold;
  color: #333;
  padding-bottom: 10px;
}

.contact_r .bt p {
  font-weight: bold;
  color: #333;
  font-size: 16px;
}

.contact_r .ly {
  ;
  box-sizing: border-box;
  margin-top: 30px;
}

.contact_r .ly ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact_r .ly ul li {
  padding-bottom: 20px;
  width: 45%;
}

.contact_r .ly ul li h3 {
  font-size: 14px;
  color: #999;
  padding-bottom: 10px;
}

.contact_r .ly ul li h3 em {
  color: #f32735;
}

.contact_r .ly ul li .text {
  background: none;
  border: 0px;
  border-bottom: 1px solid #333;
  width: 100%;
  height: 40px;
  color: #333;
  font-size: 18px;
}

.contact_r .ly ul li h4 {
  position: relative;
}

.contact_r .ly ul li h4::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  width: 18px;
  height: 10px;
  background: url(../images/down_icon.png) no-repeat;
  background-size: contain;
}

.contact_r .ly ul li h4 .xiala {
  width: 100%;
  padding: 10px 15px;
  border: 0px;
  border-bottom: 1px solid #333;
  appearance: none;
  /* 核心：移除浏览器默认样式 */
  -webkit-appearance: none;
  /* 兼容webkit内核 */
  -moz-appearance: none;
  /* 兼容Firefox */
  background: none;
  font-size: 16px;
  /* 右侧留空，给自定义图标 */
  padding-right: 35px;
  outline: none;
  cursor: pointer;
  font-weight: bold;
  color: #333;
}


.contact_r .ly ul li label {
  display: flex;
  padding-bottom: 10px;
}

.contact_r .ly ul li label input {
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

.contact_r .ly ul li label p {
  color: #333;
  font-size: 16px;
}

.contact_r .ly ul li label p em {
  color: #f32735;
}

.contact_r .ly ul li .btn {
  width: 50%;
  height: 50px;
  font-size: 16px;
  border: 0px;
  background: #333;
  color: #fff;
  font-weight: bold;
  display: block;
  margin: 0px auto;
  cursor: pointer;
}

.contact_r .ly ul li .btn:hover{
  background: #EB5B1E;
}

.dealer {
  display: flex;
  width: 100vw;
  height: calc(100vh - 75px);
}

.dealer .left-panel {
  width: 35%;
  min-width: 300px;
  max-width: 400px;
  background: #fff;
  border-right: 1px solid #eee;
  display: flex;
  flex-direction: column;
}

.dealer .city-select {
  padding: 20px;
  border-bottom: 1px solid #eee;
  display: flex;
  gap: 15px;
}

.dealer .city-select select {
  flex: 1;
  height: 40px;
  border: none;
  border-bottom: 1px solid #333;
  font-size: 16px;
  outline: none;
  appearance: none;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3E%3Cpath fill='%23333' d='M5 6L0 0h10z'/%3E%3C/svg%3E") no-repeat right 10px center;
  background-size: 12px;
  padding-right: 30px;
}

.dealer .store-count {
  padding: 10px 20px;
  color: #666;
  font-size: 14px;
}

.dealer .store-list {
  flex: 1;
  overflow-y: auto;
  padding: 10px 20px;
}

.dealer .store-item {
  padding: 20px 15px;
  margin-bottom: 15px;
  background: #f5f5f5;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s;
  position: relative;
}

.dealer .store-item:hover {
  background: #eaeaea;
}

.dealer .store-item.active {
  background: #fff;
  border: 1px solid  #EB5C20;
  border-left: 5px solid #EB5C20;
}

.dealer .store-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #333;
}

.dealer .store-address,
.store-phone {
  font-size: 14px;
  color: #666;
  margin: 5px 0;
}

.dealer .store-address i,
.store-phone i{
    color: #EB5C20;
    margin-right: 5px;
}

.dealer .right-panel {
  flex: 1;
  height: 100%;
}

.dealer #map {
  width: 100%;
  height: 100%;
}

.testing {
  width: 100vw;
  height: calc(100vh - 75px);
  display: flex;
}

.testing_left {
  padding: 50px;
  box-sizing: border-box;
  width: calc(100% - 500px);
  position: relative;
}

.testing_left .dwz {
  color: #fff;
  font-weight: bold;
  font-size: 10vw;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  z-index: -1;
}

.testing_left .bigimg {
  max-width: 90%;
  width: auto;
  height: auto;
  margin: 0px auto;
}

.testing_left .shuzi {
  text-align: center;
}


.testing_left .more {
  text-align: center;
}

.testing_left .more h2 {
  padding: 15px 0px;
  font-size: 16px;
}

.pro_btesting_leftox1 .more h3 {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}

.testing_left .more h3 span {
  border: 2px solid #333;
  transform: skew(-20deg);
  display: block;
  width: 240px;
  height: 45px;
  margin: 0px 20px;
}

.testing_left .more h3 span a {
  transform: skew(20deg);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 16px;
  color: #333;
}

.testing_left .more h3 span:hover {
  background: #333;
}

.testing_left .more h3 span:hover a {
  color: #fff;
}

.testing_left .more h3 span:nth-child(1) {
  background: #333;
}

.testing_left .more h3 span:nth-child(1) a {
  color: #fff;
}

.testing_right {
  width: 500px;
  background: #fff;
  height: 100vh;
  overflow-x: auto;
  padding: 0px 20px;
  margin-top: -75px;
  padding-top: 90px;
  box-sizing: border-box;
}

.testing_right .bt {
  font-size: 40px;
  color: #333;
}

.testing_right .nr {
  padding-top: 20px;
}

.testing_right .xbt {
  margin-bottom: 20px;
  position: relative;
}

.testing_right .xbt h2 {
  font-size: 18px;
  color: #333;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-right: 20px;
}

.testing_right .xbt h3 {
  font-size: 18px;
  color: #E2E2E2;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-left: 20px;
  font-weight: bold;
}

.testing_right .xbt h3 a {
  color: #f32735;
  font-size: 14px;
}

.testing_right .xbt::after {
  content: '';
  position: absolute;
  bottom: 50%;
  left: 0px;
  transform: translatey(-50%);
  width: 100%;
  height: 1px;
  background: #E2E2E2;
  z-index: 0;
}

.testing_right ul.mt {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.testing_right ul.mt li {
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
}

.testing_right ul.mt li .img img {
  width: 100%;
  height: auto;
  aspect-ratio: 140/80;
  object-fit: cover;
}

.testing_right ul.mt li h2 {
  text-align: center;
  padding: 5px 0px;
  color: #333;
}

.testing_right ul.mt li.on {
  border: 1px solid #f32735;
}

.testing_right ul.mt li i {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #f32735;
  color: #fff;
  padding: 3px;
  display: none;
}

.testing_right ul.mt li.on i {
  display: block;
}

.testing_right ul.mt1 {
  grid-template-columns: auto;
  display: flex;
}

.testing_right ul.mt1 li {
  padding: 10px;
  border-radius: 50%;
}

.testing_right ul.mt1 li b {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: block;
}

.testing_right .btn {
  padding-bottom: 30px;
}

.testing_right .btn a {
  background: #000;
  width: 100%;
  display: block;
  text-align: center;
  padding: 15px 0px;
  color: #fff;
}

/* testing1 联系信息表单 */
.testing1 {
  padding: 60px 20px;
  background: #f2f2f2;
  min-height: calc(100vh - 200px);
}

.testing1 .container {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 40px 60px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.testing1 .form-header {
  text-align: center;
  margin-bottom: 40px;
}

.testing1 .form-header h2 {
  font-size: 28px;
  color: #000;
  margin-bottom: 10px;
  font-weight: bold;
}

.testing1 .form-header p {
  font-size: 14px;
  color: #666;
}

.testing1 .form-header h3 {
  font-size: 16px;
  color: #333;
  padding-top: 10px;
}

.testing1 .contact-form {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.testing1 .form-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.testing1 .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.testing1 .form-group.full-width {
  grid-column: span 2;
}

.testing1 .form-group label {
  font-size: 14px;
  color: #333;
  font-weight: 500;
}

.testing1 .form-group label::before {
  content: '';
}

.testing1 .form-group label:has(+ input[required])::before,
.testing1 .form-group label:has(+ select[required])::before {
  content: '* ';
  color: #e74c3c;
}

.testing1 .form-group input,
.testing1 .form-group select {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #e0e0e0;
  font-size: 14px;
  color: #333;
  background: transparent;
  transition: border-color 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right center;
}

.testing1 .form-group input {
  background-image: none;
}

.testing1 .form-group input::placeholder {
  color: #999;
}

.testing1 .form-group input:focus,
.testing1 .form-group select:focus {
  border-bottom-color: #000;
  outline: none;
}

.testing1 .form-group.full-width input {
  margin-bottom: 8px;
}

.testing1 .form-group.full-width input:last-child {
  margin-bottom: 0;
}

.testing1 .form-checkbox {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
}

.testing1 .form-checkbox input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 2px;
  cursor: pointer;
}

.testing1 .form-checkbox label {
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

.testing1 .form-checkbox label a {
  color: #000;
  text-decoration: underline;
}

.testing1 .form-submit {
  margin-top: 20px;
}

.testing1 .form-submit button {
  width: 100%;
  padding: 18px 0;
  background: #000;
  color: #fff;
  border: none;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.testing1 .form-submit button:hover {
  background: #333;
}

/* 响应式布局 */
@media (max-width: 768px) {
  .testing1 {
    padding: 30px 15px;
  }

  .testing1 .container {
    padding: 25px 20px;
  }

  .testing1 .form-header h2 {
    font-size: 22px;
  }

  .testing1 .form-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .testing1 .form-group.full-width {
    grid-column: span 1;
  }

  .testing1 .form-checkbox {
    flex-direction: column;
    align-items: flex-start;
  }
}

.history_box {
  width: 100vw;
  height: 100vh;
  background: url(../images/history_bj.png) no-repeat right top #000;
}

.history_box .swiper-slide {
  width: auto;
  box-sizing: border-box;
}

.history_box .swiper-slide:nth-child(1) {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.history_box .swiper-slide .moren {
  width: 1040px;
  height: 630px;
}

.history_box .swiper-slide .moren img {
  top: 50%;
  left: 50%;
  width: 60vw;
  height: calc(100vh - 320px);
  position: absolute;
  transform: translate(-50%, -50%);
}

.history_box .swiper-slide .moren h2 {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translate(0, -50%);
  color: #fff;
  font-size: 3.5vw;
  font-weight: bold;
}

.history_box .swiper-slide .moren p {
  color: #fff;
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate(0, -50%);
}

.history_box .swiper-slide .ln {
  padding-top: 15%;
  position: relative;
}

.history_box .swiper-slide .ln .shuzi {
  position: absolute;
  color: transparent;
  -webkit-text-stroke: 1px #da343c;
  text-stroke: 1px #da343c;
  position: absolute;
  left: 0px;
  bottom: -20%;
  z-index: 0;
  font-size: 12vw;
}

.history_box .swiper-slide .ln .jieshao {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  margin-left: 15%;
}

.history_box .swiper-slide .ln .jieshao .img img {
  width: 500px;
  height: auto;
}

.history_box .swiper-slide .ln .jieshao .nr {
  color: #fff;
  padding-left: 50px;
  width: 400px;
}

.history_box .swiper-slide .ln .jieshao .nr h2 {
  font-size: 60px;
  font-weight: bold;
  padding-bottom: 20px;
}

.history_box .swiper-slide .ln .jieshao .nr p {
  font-size: 16px;
  line-height: 1.6;
}

.pagination-texts {
  display: none;
}

.history_box .swiper-slide:nth-child(2n+1) .ln {
  padding-top: 40%;
}

.history_box .swiper-slide:nth-last-child(1) {
  padding-right: 30px;
}

.history_box .swiper-pagination {
  width: auto;
  left: 50%;
  bottom: 3vw;
  transform: translate(-50%, 0);
  display: flex;
}

.history_box .swiper-pagination::after {
  width: calc(100% - 50px);
  height: 1px;
  border-bottom: 1px dashed #fff;
  content: '';
  position: absolute;
  left: 25px;
  top: 7px;
  z-index: 0;
}

.history_box .swiper-pagination span {
  width: auto;
  height: auto;
  background: none;
  color: #fff;
  opacity: 1;
  margin: 0px 15px !important;
  text-align: center;
  background: #000000;
  position: relative;
  z-index: 2;
}

.history_box .swiper-pagination span i {
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin: 0px auto;
  margin-bottom: 10px;
}

.history_box .swiper-pagination span.swiper-pagination-bullet-active {
  color: #da343c;
}

.history_box .swiper-pagination span.swiper-pagination-bullet-active i {
  border: 1px solid #da343c;
}

.ducati-360 {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  position: relative;
  cursor: grab;
  user-select: none;
  /* 禁止拖拽图片默认行为 */
  -webkit-user-drag: none;
  background: url(../images/360.svg) no-repeat;
  background-size: 100%;
  background-position: bottom 20px center;
  cursor: e-resize;
}

.ducati-360:active {
  cursor: e-resize;
}

.ducati-360 img {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0px;
  left: 0px;
  object-fit: contain;
  display: none;
  -webkit-user-drag: none;
}

.ducati-360 img.active {
  display: block;
}

.ducati-360 .loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  color: #888;
}

/* ================== Cookie 提示框 ================== */
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9990;
  background: #212121;
  color: #fff;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
  padding: 15px 0px;
}

.cookie-banner.show {
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.cookie-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.cookie-banner__text {
  display: flex;
  align-items: center;
  gap: 12px;
  flex: 1;
  font-size: 14px;
  line-height: 1.6;
}

.cookie-banner__text .fal.fa-cookie-bite {
  font-size: 20px;
  color: #f32735;
  flex-shrink: 0;
}

.cookie-banner__text p {
  margin: 0;
}

.cookie-banner__text a {
  color: #EB5B1E;
  text-decoration: underline;
  transition: color 0.2s ease;
}

.cookie-banner__text a:hover {
  color: #ff6b6b;
}

.cookie-banner__btns {
  display: flex;
  gap: 12px;
  flex-shrink: 0;
}

.cookie-banner__btn {
  border: 0;
  padding: 10px 24px;
  font-size: 14px;
  cursor: pointer;
  letter-spacing: 1px;
  transition: all 0.2s ease;
  font-family: inherit;
  white-space: nowrap;
}

.cookie-banner__btn--accept {
  background: #EB5B1E;
  color: #fff;
}

.cookie-banner__btn--accept:hover {
  background: #fff;
  color: #333;
}


/* 立即订购弹窗 */
.order-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.order-modal .modal-mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.order-modal .modal-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 400px;
    max-width: 90%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}

.order-modal .modal-header {
    padding: 20px;
    background: #f5f5f5;
    border-bottom: 1px solid #eee;
    position: relative;
}

.order-modal .modal-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.order-modal .modal-close {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 24px;
    color: #999;
    text-decoration: none;
}

.order-modal .modal-close:hover {
    color: #333;
}

.order-modal .modal-body {
    padding: 40px 20px;
    text-align: center;
}

.order-modal .qrcode-container {
    display: inline-block;
}

.order-modal .qrcode-img {
    width: 200px;
    height: 200px;
    margin-bottom: 15px;
    border: 1px solid #eee;
    padding: 10px;
}

.order-modal .qrcode-container p {
    margin: 0;
    font-size: 14px;
    color: #666;
}

.order-modal.show {
    display: block;
}

.mySwiper .swiper-slide{
  box-shadow: inset 0 0 0 2px #fff;
  cursor: pointer;
  opacity: .6;
}

.mySwiper .swiper-slide.swiper-slide-thumb-active{
   box-shadow: inset 0 0 0 2px #EB5B1E;
   opacity: 1;
}

.dingwei{
    scroll-margin-top: 80px;
}

.xxcs_tc {
  max-width: 90%;
  margin: 0px auto;
  width: 1200px;
  display: none;
  color: #333;
  padding: 20px 0px;
  padding-bottom: 40px;
}

.xxcs_tc .img{
  max-width: 700px;
  margin: 0px auto;
}

.xxcs_tc .nr{
  display: flex;
  justify-content: space-between;
}

.xxcs_tc .nr1{
  width: calc(50% - 40px);
}

.xxcs_tc .bt {
  text-align: center;
  font-size: 1.6vw;
  color: #333;
  font-weight: bold;
  text-align: center;
  padding: 20px 0px;
}

.xxcs_tc .bt em {
  color: #f32735;
  padding-left: 20px;
}

.xxcs_tc .img img {
  width: 100%;
  height: auto;
}

.xxcs_tc ul li {
  font-size: 16px;
  border-bottom: 1px solid #333;
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  margin-bottom: 10px;
  color: #333;
}

