@charset "UTF-8";
html {
  overflow-x: hidden;
}

.only-m {
  display: none !important;
}

.w1152 {
  position: relative;
  width: 1152px;
  max-width: 1152px;
  margin: 0 auto;
}

.indexNavMain {
  position: absolute;
  left: 50px;
  top: 24px;
  z-index: 99;
}
.indexNavMain .logo {
  float: left;
}
.indexNavMain .logo img {
  display: block;
  width: 104px;
}
.indexNavMain ul {
  float: left;
}
.indexNavMain ul li {
  position: relative;
  float: left;
  margin-left: 58px;
  font-size: 20px;
  line-height: 66px;
  position: relative;
}
.indexNavMain ul li a {
  display: block;
  color: #000;
  font-weight: bold;
  position: relative;
}
.indexNavMain ul li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  transition: all 0.3s;
}
.indexNavMain ul li a:hover::after {
  width: 100%;
}
.indexNavMain ul li .itemList {
  position: absolute;
  top: 66px;
  left: -25px;
  width: 150px;
  background: #fff;
  border: 1px solid #000;
  z-index: 2;
  display: none;
}
.indexNavMain ul li .itemList a {
  font-size: 15px;
  line-height: 40px;
  text-align: center;
}
.indexNavMain ul li .itemList a:hover {
  background-color: #e7e7e7;
}
.indexNavMain ul li .itemList a:hover::after {
  width: 0;
}
.indexNavMain ul .item:hover .itemList {
  display: block;
}

.phoneNavBtn {
  display: none;
}

.leftMenu_z {
  display: none;
}

.footer {
  position: relative;
  padding: 46px 0 40px;
  background-color: #080808;
}
.footer .bottomLogo {
  position: absolute;
  left: 0;
  top: 0;
  width: 137px;
}
.footer .bottomLogo img {
  width: 100%;
}
.footer .bottomNav {
  text-align: right;
}
.footer .bottomNav li {
  position: relative;
  display: inline-block;
  margin-left: 58px;
}
.footer .bottomNav li a {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}
.footer .bottomNav li a::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  transition: all 0.5s;
}
.footer .bottomNav li a:hover::after {
  width: 100%;
}
.footer .bottomNav li .itemList {
  position: absolute;
  top: 30px;
  left: -30px;
  width: 150px;
  background: #333;
  z-index: 2;
  display: none;
}
.footer .bottomNav li .itemList a {
  font-size: 15px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.footer .bottomNav li .itemList a:hover {
  background-color: #222;
}
.footer .bottomNav li .itemList a:hover::after {
  width: 0;
}
.footer .bottomNav .item:hover .itemList {
  display: block;
}
.footer .sharebox {
  margin: 25px 0;
  text-align: right;
}
.footer .sharebox a {
  display: inline-block;
  margin-left: 28px;
}
.footer .sharebox a img {
  display: block;
  width: 30px;
  transition: all 0.5s;
}
.footer .sharebox a img:hover {
  scale: 1.08;
}
.footer p {
  text-align: right;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}
.footer p a {
  color: #fff;
  margin-right: 50px;
}
.footer a:hover {
  opacity: 0.8;
}

.indexBanner {
  position: relative;
  width: 100%;
  height: 705px;
  /* 初始黑色长方形背景 - 平滑淡出 */
  /* 梯形主容器 */
  /* 互补梯形对 */
  /* 单个梯形基础样式 */
  /* 左梯形 - 平滑展开和移动 */
  /* 右梯形 - 平滑展开和移动 */
  /* 轮播图容器 */
  /* 轮播图片样式 - 平滑淡入淡出 */
}
.indexBanner h1 {
  position: absolute;
  left: 50%;
  top: 150px;
  font-size: 30px;
  line-height: 30px;
  letter-spacing: 3px;
  font-weight: 400;
  writing-mode: vertical-rl;
  opacity: 0;
  margin-left: -15px;
  animation: fadeIn 1s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 3s;
}
.indexBanner .black-rectangle {
  position: absolute;
  top: 120px;
  width: 100%;
  height: 524px;
  background-color: black;
  z-index: 10;
  opacity: 1;
  animation: fadeOut 0.5s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 1s;
  transform: translateZ(0); /* 启用硬件加速 */
}
.indexBanner .trapezoid-container {
  position: relative;
  width: 100%;
  height: 645px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  transform: translateZ(0);
}
.indexBanner .trapezoid-pair {
  width: 100%;
  height: 645px;
  padding-top: 120px;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
.indexBanner .trapezoid {
  position: absolute;
  height: 524px;
  width: 46%;
  background-color: #000;
  overflow: hidden;
  top: 120px;
  will-change: transform, width, clip-path; /* 优化性能 */
  transform: translateZ(0);
}
.indexBanner .trapezoid-left {
  background-color: #000;
  left: 0;
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  animation: expandLeft 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards, moveDown 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 1s, 1.6s;
}
.indexBanner .trapezoid-right {
  background-color: #000;
  right: 0;
  clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  animation: expandRight 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards, moveUp 0.6s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 1s, 1.6s;
}
.indexBanner .slider {
  width: 100%;
  height: 524px;
  position: relative;
  transform: translateZ(0);
  background: #000;
  opacity: 0;
  transition: all 0.5s;
}
.indexBanner .slider.show {
  opacity: 1;
}
.indexBanner .slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 1.2s cubic-bezier(0.22, 0.61, 0.36, 1);
  transform: translateZ(0);
}
.indexBanner .slider img.active {
  opacity: 1;
}

/* 动画定义 - 使用更平滑的时间函数 */
@keyframes fadeOut {
  to {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
@keyframes expandLeft {
  0% {
    width: 46%;
    left: 50%;
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    width: 44%;
    left: 0;
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0 100%);
  }
}
@keyframes expandRight {
  0% {
    width: 46%;
    right: 50%;
    clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
  }
  100% {
    width: 44%;
    right: 0;
    clip-path: polygon(30% 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes moveUp {
  to {
    transform: translateY(-120px) translateZ(0);
  }
}
@keyframes moveDown {
  to {
    transform: translateY(60px) translateZ(0);
  }
}
.looptxt {
  position: relative;
  width: 100%;
  height: 9.375vw;
  margin: 2vw 0 3vw;
  overflow: hidden;
  font-size: 7.8vw;
  line-height: 9.375vw;
  color: #3F3F3F;
  letter-spacing: -0.2vw;
  white-space: nowrap;
}
.looptxt div {
  position: absolute;
  left: 0;
  top: 0;
  width: 115vw;
  animation: loopText 30s linear infinite normal;
}
.looptxt .txt02 {
  left: 110vw;
}
.looptxt .txt03 {
  left: 220vw;
}
.looptxt .txt04 {
  left: 330vw;
}

@keyframes loopText {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-115vw);
  }
}
.indexTitle {
  font-size: 48px;
  line-height: 60px;
  font-weight: 700;
}

.indexConcept {
  padding: 80px 0;
  background: #363636 url(../images/logo-bg.png) no-repeat center center;
  background-attachment: fixed;
}
.indexConcept main {
  position: relative;
  padding-left: 250px;
  color: #fff;
}
.indexConcept h2 {
  position: absolute;
  left: 0;
  top: 0;
}
.indexConcept h3 {
  margin-bottom: 30px;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
}
.indexConcept p {
  margin-bottom: 64px;
  font-size: 16px;
  line-height: 28px;
}

.moreBtn {
  padding-right: 120px;
}

.more-link {
  display: flex;
  column-gap: 24px;
  align-items: center;
  width: fit-content;
  margin-inline: auto 0;
}
.more-link .more-txt {
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  white-space: nowrap;
  transition: translate 0.3s cubic-bezier(0.09, 0.53, 0.72, 0.98);
}
.more-link .circle {
  position: relative;
  width: 63px;
  aspect-ratio: 1/1;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  transition: all 0.25s cubic-bezier(0.09, 0.53, 0.72, 0.98);
}
.more-link .circle::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translate(-50%, -50%);
  background: url(../images/arr-icon01.png) no-repeat;
  background-size: 100% auto;
}
.more-link:hover .more-txt {
  translate: -20% 0;
}
.more-link:hover .circle {
  scale: 1.3;
  background-color: #E0DD1F;
}

.indexService {
  padding: 50px 0 70px;
  background-color: #F4F4F4;
  text-align: center;
}
.indexService ul {
  width: 1280px;
  margin: 30px auto;
}
.indexService ul li {
  float: left;
}
.indexService ul li h3 {
  padding-left: 70px;
  font-size: 25px;
  line-height: 60px;
  font-weight: 700;
}
.indexService ul li div {
  width: 414px;
  height: 124px;
  margin-bottom: 15px;
  background: url(../images/service-bg.png) no-repeat;
  background-size: 100% 100%;
  line-height: 121px;
  transition: all 0.5s;
}
.indexService ul li div:nth-child(2) {
  margin-left: 48px;
}
.indexService ul li div:hover {
  background-image: url(../images/service-bg02.png);
}
.indexService ul li a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  color: #000;
}
.indexService ul li a .txt01 {
  display: block;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.indexService ul li a .txt02 {
  display: block;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.indexService ul li:nth-child(2) {
  margin-left: -148px;
  margin-top: 204px;
}
.indexService ul li:nth-child(3) {
  margin-left: -4px;
}

.indexNews {
  padding: 30px 0 100px;
}
.indexNews h2 {
  margin-left: 4.9%;
}
.indexNews ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.indexNews ul li {
  width: 23.5%;
  margin: 0 4.9%;
}
.indexNews ul li a {
  display: block;
  transition: transform 0.3s ease;
  color: #000;
}
.indexNews ul li a:hover {
  transform: translateY(-15px);
  opacity: 0.8;
}
.indexNews ul li .imgbox {
  margin-bottom: 10px;
  background: #eaeaea url(../images/indexNewsImg.png) no-repeat center center;
  aspect-ratio: 67/45;
  overflow: hidden;
  border-radius: 10px 0 10px 0;
  object-fit: cover;
  transition: clip-path 0.6s cubic-bezier(0.11, 0.67, 0.51, 0.99);
}
.indexNews ul li .imgbox img {
  width: 100%;
}
.indexNews ul li h3 {
  font-size: 18px;
  line-height: 40px;
  font-weight: 600;
}
.indexNews ul li .info {
  font-size: 14px;
  line-height: 18px;
}
.indexNews ul li .info span {
  border-left: 1px solid #000;
  padding-left: 5px;
}
.indexNews .moreBtn {
  padding-right: 30px;
}
.indexNews .more-link .more-txt {
  color: #000;
}
.indexNews .more-link .circle {
  background-color: #000;
}
.indexNews .more-link .circle::before {
  background-image: url(../images/arr-icon02.png);
}
.indexNews .more-link:hover .circle {
  background-color: #e0dd1f;
}

.indexContact {
  padding: 70px 80px;
  margin-bottom: 60px;
  background-color: #e8e8e8;
  box-sizing: border-box;
}
.indexContact h2 {
  float: left;
}
.indexContact .more-link {
  float: right;
}

@media (min-width: 0) and (max-width: 1280px) {
  .w1152 {
    width: 90%;
  }
  .indexService ul {
    width: 90%;
  }
  .indexService ul li {
    float: left;
  }
  .indexService ul li h3 {
    padding-left: 5.4vw;
    font-size: 2vw;
    line-height: 4.68vw;
  }
  .indexService ul li div {
    width: 29vw;
    height: 9.45vw;
    margin-bottom: 1.18vw;
    background-size: 100% 100%;
    line-height: 9.45vw;
  }
  .indexService ul li div:nth-child(2) {
    margin-left: 3.75vw;
  }
  .indexService ul li a .txt01 {
    font-size: 1.56vw;
    line-height: 1.875vw;
  }
  .indexService ul li a .txt02 {
    font-size: 1.04vw;
    line-height: 1.875vw;
  }
  .indexService ul li:nth-child(2) {
    margin-left: -11.2vw;
    margin-top: 15.93vw;
  }
  .indexService ul li:nth-child(3) {
    margin-left: 0;
  }
  .indexNews ul li {
    width: 32%;
    margin: 0;
  }
  .indexNews ul li:nth-child(3n+2) {
    margin: 0 2%;
  }
}
.w1600 {
  position: relative;
  width: 83.33vw;
  margin: 0 auto;
}

.subpage .indexNavMain {
  left: 50%;
  top: 30px;
  transform: translateX(-50%);
}

.subBannerMain {
  position: relative;
  width: 100%;
  height: 32.5vw;
  padding-top: 14.58vw;
  background: url(../images/sub-banner.png) no-repeat right top;
  background-size: 63.64vw auto;
  box-sizing: border-box;
}
.subBannerMain h1 {
  font-size: 1.25vw;
  line-height: 1.875vw;
}
.subBannerMain h1 span {
  display: block;
  font-size: 2.5vw;
  line-height: 4.16vw;
}
.subBannerMain .breadnav {
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  font-size: 0.833vw;
  line-height: 1.875vw;
  color: #999;
}
.subBannerMain .breadnav a {
  color: #999;
}

.subTitle {
  font-size: 2.5vw;
  line-height: 3.44vw;
  color: #000;
}
.subTitle span {
  display: block;
  font-size: 0.9375vw;
  line-height: 1.875vw;
  font-weight: normal;
}

.subTable table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 30px;
}
.subTable table td {
  font-size: 16px;
  line-height: 36px;
  padding: 0 10px 30px;
}
.subTable table td:nth-child(1) {
  width: 240px;
  border-bottom: 2px solid #e0dd1f;
  box-sizing: border-box;
}
.subTable table td:nth-child(2) {
  border-bottom: 1px solid #000;
}

.subCompany01 {
  padding-top: 19.3vw;
  margin-bottom: 5vw;
}
.subCompany01 .bg {
  position: absolute;
  left: 16.9vw;
  top: 5.2vw;
  width: 80vw;
}

.EmployeeIntroList li {
  padding: 3.75vw 2vw 4.16vw 0;
  border-bottom: 1px solid #000;
}
.EmployeeIntroList li .img {
  float: left;
  width: 36%;
  height: auto;
  overflow: hidden;
  border-radius: 1.25vw 0 1.25vw 0;
  display: none;
}
.EmployeeIntroList li .img img {
  display: block;
  width: 100%;
}
.EmployeeIntroList li .txt {
  float: right;
  width: 90%;
  padding-top: 2vw;
  box-sizing: border-box;
}
.EmployeeIntroList li .txt .name {
  font-size: 2.5vw;
  line-height: 4vw;
  font-weight: bold;
  color: #000;
  background: url(../images/sub-icon01.png) no-repeat left center;
}
.EmployeeIntroList li .txt .post {
  font-size: 1.25vw;
  line-height: 2vw;
}
.EmployeeIntroList li .txt .motto {
  margin: 1.5vw 0 1vw;
  font-size: 1.25vw;
  line-height: 3vw;
  color: #e0dd1f;
  font-weight: bold;
}
.EmployeeIntroList li .txt p {
  font-size: 0.9375vw;
  line-height: 1.875vw;
  color: #000;
  text-align: justify;
}

.Representative li {
  padding-bottom: 6vw;
  border-bottom: none;
}

.subCompany02 {
  position: relative;
  padding-bottom: 2vw;
}
.subCompany02 .subTitle {
  padding: 5.2vw 0 3vw;
  text-align: center;
}
.subCompany02 .w1600 {
  padding: 2.08vw 0;
  border: 1px solid #000;
  border-radius: 1.28vw;
}
.subCompany02 .w1152 {
  width: auto;
}
.subCompany02 .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 10.5vw;
  bottom: 0;
  width: 100%;
  height: calc(100% - 10.5vw);
}

.subAbout {
  padding-top: 19.3vw;
}
.subAbout .subTitle {
  padding: 5.2vw 0 3vw;
  text-align: center;
}
.subAbout .bg {
  position: absolute;
  left: 16.9vw;
  top: 5.2vw;
  width: 71vw;
}
.subAbout h3 {
  font-size: 2.5vw;
  line-height: 8vw;
  color: #e0dd1f;
  text-align: center;
}
.subAbout ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5vw;
}
.subAbout ul li {
  position: relative;
  width: 30%;
  margin-left: 2.5%;
  padding: 3vw 0;
  margin-top: 5vw;
  border: 1px solid #000;
  border-radius: 1.28vw;
  transition: all 0.5s;
  box-sizing: border-box;
}
.subAbout ul li:hover {
  box-shadow: 0 0 2vw rgba(0, 0, 0, 0.3);
}
.subAbout ul h4 {
  font-size: 1.25vw;
  line-height: 5vw;
  color: #000;
  text-align: center;
}
.subAbout ul span {
  display: block;
  font-size: 3.75vw;
  line-height: 3.75vw;
  color: #f2f1b5;
  text-align: center;
  font-style: italic;
  z-index: -1;
}
.subAbout ul p {
  padding: 0 2vw;
  font-size: 0.9375vw;
  line-height: 1.875vw;
}

.subService01 {
  padding: 9.68vw 0 3vw;
}
.subService01 .txt {
  float: left;
  width: 48.125%;
}
.subService01 .txt h2 {
  font-size: 3.125vw;
  line-height: 5.2vw;
  color: #000;
}
.subService01 .txt h3 {
  padding: 1.6vw 0;
  font-size: 2.5vw;
  line-height: 3vw;
  color: #e0dd1f;
}
.subService01 .txt p {
  font-size: 1.25vw;
  line-height: 2.5vw;
  color: #000;
  text-align: justify;
}
.subService01 .img {
  float: right;
  width: 45.56%;
  transition: all 0.5s;
}
.subService01 .img:hover {
  box-shadow: 0 0 2vw rgba(0, 0, 0, 0.3);
}

.subService02 {
  padding: 4.16vw 0 5.2vw;
  margin-top: 8vw;
  background: url(../images/sub-bg01.png) no-repeat center top;
  background-size: 100% auto;
}
.subService02 .txt {
  float: left;
  width: 48.125%;
}
.subService02 .txt p {
  margin-top: 2.5vw;
  font-size: 1.25vw;
  line-height: 2.5vw;
  color: #000;
  text-align: justify;
}
.subService02 .img {
  float: right;
  width: 45.56%;
  transition: all 0.5s;
}
.subService02 .img:hover {
  box-shadow: 0 0 2vw rgba(0, 0, 0, 0.3);
}

.subServiceList {
  display: flex;
  flex-wrap: wrap;
  padding: 3.75vw 0 3vw;
  margin-top: 5vw;
  border: 1px solid #000;
  border-radius: 1.28vw;
}
.subServiceList li {
  position: relative;
  width: 21.9%;
  margin-left: 2.48%;
  margin-bottom: 2vw;
  z-index: 1;
}
.subServiceList li img {
  display: block;
  height: 5.2vw;
  margin-bottom: 1vw;
  transition: all 0.5s;
}
.subServiceList li h3 {
  position: relative;
  font-size: 1.25vw;
  line-height: 5vw;
  color: #000;
  border-bottom: 1px solid #000;
}
.subServiceList li h3 span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 3.75vw;
  line-height: 3.75vw;
  color: #f2f1b5;
  font-style: italic;
  z-index: -1;
}
.subServiceList li > div {
  padding: 1.25vw 0;
}
.subServiceList li > div .tips {
  margin-top: 1.5vw;
  font-size: 0.9375vw;
  line-height: 1.875vw;
  color: #000;
}
.subServiceList li p {
  position: relative;
  padding-left: 1.2vw;
  font-size: 0.9375vw;
  line-height: 1.875vw;
  color: #000;
}
.subServiceList li p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7vw;
  width: 0.5vw;
  height: 0.5vw;
  border-radius: 50%;
  background-color: #000;
}
.subServiceList li:hover img {
  transform: scale(0.8);
}

.tac {
  text-align: center;
}

.mt4 {
  margin-top: 4vw;
}

.subService03 {
  margin-bottom: 4.5vw;
}
.subService03 h2 {
  width: 60.93vw;
  margin: 0 auto;
  margin-bottom: 4vw;
}
.subService03 .mySwiper01 {
  width: 60.93vw;
  margin: 0 auto;
}
.subService03 .mySwiper01 .img {
  border-radius: 0.8vw 0 0.8vw 0;
  aspect-ratio: 67/45;
  object-fit: cover;
  overflow: hidden;
  margin-bottom: 1vw;
  background-color: #ececec;
}
.subService03 .mySwiper01 .img img {
  display: block;
  width: 100%;
}
.subService03 .mySwiper01 h3 a {
  display: block;
  font-size: 0.9375vw;
  line-height: 2vw;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.subService03 .swiper-button-next, .subService03 .swiper-button-prev {
  position: absolute;
  right: 4vw;
  width: 3.125vw;
  height: 3.125vw;
  border-radius: 50%;
}
.subService03 .swiper-button-next img, .subService03 .swiper-button-prev img {
  display: block;
  width: 100%;
}
.subService03 .swiper-button-prev {
  left: 4vw;
}
.subService03 .swiper-button-next::after, .subService03 .swiper-button-prev::after {
  content: none;
}

.subService04 {
  padding: 5vw 0;
}
.subService04 .txt, .subService04 .txt02 {
  font-size: 1.25vw;
  line-height: 2.5vw;
  color: #000;
  text-align: center;
}
.subService04 .subTitle {
  padding-bottom: 4vw;
  text-align: center;
}
.subService04 .txt02 {
  max-width: 1152px;
  width: 100%;
  margin: 5vw auto 2vw;
}

.E-mobilityList {
  display: flex;
  flex-wrap: wrap;
  padding: 3.75vw 0 2vw;
  margin-top: 5vw;
  border: 1px solid #000;
  border-radius: 1.28vw;
}
.E-mobilityList li {
  position: relative;
  width: 21.9%;
  margin-left: 2.48%;
  margin-bottom: 2vw;
}
.E-mobilityList li a {
  display: block;
  width: 100%;
  border-radius: 0.8vw 0 0.8vw 0;
  box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.E-mobilityList li img {
  display: block;
  width: 100%;
}

.more {
  position: relative;
  display: block;
  width: 18.6vw;
  padding: 0.5vw 2vw;
  margin-top: 1vw;
  background-color: #e8e8e8;
  color: #000;
  box-sizing: border-box;
  font-size: 1.04vw;
  line-height: 2vw;
  font-weight: 700;
}
.more::after {
  content: "";
  position: absolute;
  right: 1vw;
  top: 0.5vw;
  width: 2vw;
  height: 2vw;
  background: #fff url(../images/arr-icon01.png) no-repeat center;
  background-size: 1.2vw auto;
  border-radius: 50%;
}
.more:hover::after {
  background-color: #e0dd1f;
}

.bgn {
  background: none;
  margin-top: 0;
}

.subServiceNav {
  padding: 4vw 0 5vw;
  margin-bottom: 5vw;
  background-color: #e8e8e8;
}
.subServiceNav h2 {
  margin-bottom: 2vw;
}
.subServiceNav ul {
  display: flex;
  flex-wrap: wrap;
}
.subServiceNav ul li {
  width: 31%;
  margin-right: 3.5%;
}
.subServiceNav ul li h3 {
  font-size: 1.25vw;
  line-height: 5vw;
  font-weight: 700;
}
.subServiceNav ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1vw 2vw;
  margin-bottom: 1vw;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 0.3vw rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.subServiceNav ul li a .txt01 {
  display: block;
  font-size: 1.04vw;
  line-height: 1.25vw;
  font-weight: 700;
}
.subServiceNav ul li a .txt02 {
  display: block;
  font-size: 0.833vw;
  line-height: 1.25vw;
  font-weight: 400;
}
.subServiceNav ul li a::after {
  content: "";
  position: absolute;
  right: 1vw;
  top: 1.25vw;
  width: 2vw;
  height: 2vw;
  background: #e8e8e8 url(../images/arr-icon01.png) no-repeat center;
  background-size: 1.2vw auto;
  border-radius: 50%;
}
.subServiceNav ul li a:hover {
  box-shadow: 0 0 0.5vw rgba(0, 0, 0, 0.2);
}
.subServiceNav ul li a:hover::after {
  background-color: #e0dd1f;
}
.subServiceNav ul li:nth-child(3n) {
  margin-right: 0;
}

.pageNav {
  padding: 24px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
.pageNav ul li {
  display: inline-block;
  font-size: 24px;
  line-height: 60px;
}
.pageNav ul li span, .pageNav ul li a {
  display: block;
  padding: 0 10px;
  margin: 0 10px;
  text-transform: uppercase;
  cursor: pointer;
}
.pageNav ul li span:hover, .pageNav ul li a:hover {
  font-weight: bold;
}
.pageNav ul li span img, .pageNav ul li a img {
  vertical-align: middle;
}
.pageNav .current a, .pageNav .current span {
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.subNewsMain {
  padding-bottom: 5vw;
}
.subNewsMain h2 {
  margin-bottom: 4vw;
  text-align: center;
}
.subNewsMain .pageNav {
  padding: 60px 0;
  border: none;
  text-align: center;
}
.subNewsMain .pageNav .prev, .subNewsMain .pageNav .next {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.subNewsMain .pageNav .prev a, .subNewsMain .pageNav .prev span, .subNewsMain .pageNav .next a, .subNewsMain .pageNav .next span {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}

.subpage .indexNews ul li a:hover {
  transform: none;
}

.subNewsList {
  border-top: 1px solid #999;
}
.subNewsList li {
  position: relative;
  padding-left: 266px;
  padding-right: 50px;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 4.27vw;
}
.subNewsList li .time {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.73vw;
}
.subNewsList li .tag {
  position: absolute;
  left: 146px;
  top: 50%;
  margin-top: -11px;
  padding: 0 1em;
  background-color: #fff;
  border: 1px solid #999;
  font-size: 14px;
  line-height: 20px;
  color: #666;
}
.subNewsList li a {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #333;
}
.subNewsList li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 23px;
  height: 15px;
  margin-top: -7px;
  background: url(../images/icon-arr06.png) no-repeat;
  opacity: 0.6;
}
.subNewsList li:hover a {
  color: #333;
  font-weight: bold;
}
.subNewsList li:hover::after {
  opacity: 1;
}

.subContact {
  padding-top: 50px;
}
.subContact .subTitleLine {
  font-size: 28px;
  line-height: 80px;
  position: relative;
}
.subContact .subTitleLine span {
  display: inline-block;
  padding-right: 15px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.subContact .subTitleLine::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #e0dd1f;
  z-index: 0;
}
.subContact .contactForm .tips {
  font-size: 18px;
  line-height: 50px;
  color: #666;
}
.subContact .contactForm .tips i {
  display: inline-block;
  color: #d71517;
}
.subContact .contactForm ul li {
  padding-top: 1.35vw;
  font-size: 1.25vw;
  line-height: 3.85vw;
}
.subContact .contactForm ul li p i {
  display: inline-block;
  color: #d71517;
}
.subContact .contactForm ul li span {
  display: block;
  cursor: pointer;
}
.subContact .contactForm ul li .text, .subContact .contactForm ul li textarea {
  display: block;
  width: 100%;
  height: 4.17vw;
  padding-left: 1vw;
  border: 1px solid #000;
  box-sizing: border-box;
}
.subContact .contactForm ul li textarea {
  height: 9.6vw;
  padding: 1vw;
  margin-bottom: 1.35vw;
}
.subContact .contactForm ul li label {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
}
.subContact .contactForm ul li label input {
  position: relative;
  border: none;
  width: 29px;
  height: 29px;
  margin-right: 15px;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.subContact .contactForm ul li label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 29px;
  height: 29px;
  margin-top: -14px;
  background: url(../images/checkbg01.jpg) no-repeat;
  z-index: 1;
}
.subContact .contactForm ul li label a {
  border-bottom: 1px solid #000;
}
.subContact .contactForm ul li label.checked::before {
  background-image: url(../images/checkbg02.jpg);
}
.subContact .contactForm .txt h3 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 40px;
  color: #000;
}
.subContact .contactForm .txt p {
  font-size: 18px;
  line-height: 40px;
  color: #222;
}

.form-actions {
  text-align: center;
}
.form-actions button, .form-actions a {
  display: inline-block;
  margin: 3vw 2vw;
  padding: 0 2vw;
  height: 3vw;
  background-color: #000;
  border: none;
  border-radius: 3vw;
  font: normal 1.25vw/3vw "NotoSansJP";
  color: #fff;
  cursor: pointer;
}
.form-actions .btn-edit {
  background-color: #969696;
  display: none;
}
.form-actions .btn-submit {
  display: none;
}

/* 错误状态样式 */
.input-error {
  border-color: #f5222d !important;
}

.input-error + label {
  color: #f5222d;
}

/* 只读显示样式 */
.display-value {
  padding: 10px 15px;
  background: #f9f9f9;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.5;
}

/* 隐藏按钮 */
.hidden {
  display: none;
}

/* 显示按钮 */
.visible {
  display: inline-block;
}

.thank-you-message {
  padding-top: 8vw;
  background-color: #fff;
  text-align: center;
}

.thank-you-message h1 {
  font-size: 3vw;
  line-height: 4;
  color: #333;
}

.thank-you-message p {
  font-size: 1.5vw;
  color: #555;
  line-height: 1.6;
}

.articleTitle {
  padding: 30px 0;
}
.articleTitle > div {
  margin-bottom: 24px;
  text-align: right;
}
.articleTitle .time {
  margin-right: 20px;
  font-size: 18px;
  line-height: 24px;
  color: #999;
}
.articleTitle .tag {
  display: inline-block;
  padding: 0 1em;
  background: #000;
  border-radius: 24px;
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}
.articleTitle h1 {
  padding: 30px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #000;
  font-size: 36px;
  line-height: 2em;
  text-align: center;
}

.articleMain .txt {
  padding-top: 30px;
  padding-bottom: 30px;
}
.articleMain .txt p {
  font-size: 16px;
  line-height: 1.8;
  word-break: break-all !important;
  text-wrap: wrap !important;
}
.articleMain .txt p span {
  word-break: break-all !important;
  text-wrap: wrap !important;
}
.articleMain .txt p strong {
  display: block;
  margin: 32px 0 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  word-break: break-all !important;
  text-wrap: wrap !important;
}
.articleMain .txt p img {
  margin: 0 0 20px 30px;
}
.articleMain .txt h3 {
  margin: 32px 0 20px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  word-break: break-all !important;
  text-wrap: wrap !important;
}/*# sourceMappingURL=index-pc.css.map */