@charset "UTF-8";
body {
  position: relative;
  font-size: 0.26rem;
  color: #333;
}

html {
  overflow-x: hidden;
}

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

.w1152 {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.indexNavMain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 1rem;
  background-color: #fff;
  z-index: 999;
}
.indexNavMain .logo {
  position: absolute;
  left: 0.36rem;
  top: 0.18rem;
  height: 0.9rem;
}
.indexNavMain .logo img {
  display: block;
  width: auto;
  height: 0.9rem;
}
.indexNavMain ul {
  display: none;
}

.phoneNavBtn {
  position: fixed;
  right: 0.3rem;
  top: 0.2rem;
  width: 0.76rem;
  height: 0.76rem;
  z-index: 999;
  cursor: pointer;
  z-index: 999;
}

.phoneNavBtn .line01,
.phoneNavBtn .line02,
.phoneNavBtn .line03 {
  position: absolute;
  left: 0;
  top: 0.18rem;
  width: 0.76rem;
  height: 0.06rem;
  background-color: #000;
  transition: all 0.3s;
}

.phoneNavBtn .line02 {
  top: 0.34rem;
  width: 0.56rem;
}

.phoneNavBtn .line03 {
  top: 0.5rem;
  width: 0.56rem;
}

.phoneNavBtn.openNav {
  position: fixed;
}

.phoneNavBtn.openNav .line01 {
  top: 0.34rem;
  width: 0.76rem;
  transform: rotateZ(45deg);
  transform-origin: 50% 50%;
}

.phoneNavBtn.openNav .line02 {
  display: none;
}

.phoneNavBtn.openNav .line03 {
  top: 0.34rem;
  width: 0.76rem;
  transform: rotateZ(-45deg);
  transform-origin: 50% 50%;
}

.leftMenu_z {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #e7ecef;
  z-index: 99;
  display: none;
}
.leftMenu_z > img {
  position: absolute;
  left: 30%;
  bottom: 8%;
  width: 40%;
  opacity: 0.4;
}
.leftMenu_z #leftMenu {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate3d(-50%, -50%, 0);
}
.leftMenu_z #leftMenu ul li {
  display: block;
  padding-left: 0.5rem;
  margin-bottom: 0.3rem;
  background: url(../images/icon03.png) no-repeat;
  background-position: 0 0.25rem;
  background-size: 0.22rem auto;
  box-sizing: border-box;
}
.leftMenu_z #leftMenu ul li a {
  display: block;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #333;
}
.leftMenu_z .itemList {
  display: none;
  padding-top: 0.2rem;
}
.leftMenu_z .itemList a {
  display: block;
  padding: 0 0.2rem;
  font-size: 0.28rem;
  line-height: 0.7rem;
  color: #666;
}

.footer {
  position: relative;
  padding: 0.6rem 0 0.3rem;
  background-color: #080808;
  text-align: center;
}
.footer .bottomLogo {
  display: block;
  width: 2rem;
  margin: 0 auto 0.4rem;
}
.footer .bottomLogo img {
  width: 100%;
}
.footer .bottomNav li {
  position: relative;
  display: inline-block;
  margin-left: 0.3rem;
}
.footer .bottomNav li a {
  position: relative;
  display: block;
  font-size: 0.24rem;
  line-height: 0.6rem;
  color: #fff;
}
.footer .bottomNav .itemList {
  position: absolute;
  top: 0.6rem;
  left: -1rem;
  width: 3rem;
  background: #333;
  z-index: 2;
  display: none;
}
.footer .bottomNav .itemList a {
  font-size: 0.24rem;
  line-height: 0.6rem;
}
.footer .bottomNav .item:hover .itemList {
  display: block;
}
.footer .sharebox {
  margin: 0.3rem 0;
}
.footer .sharebox a {
  display: inline-block;
  margin: 0 0.2rem;
}
.footer .sharebox a img {
  display: block;
  width: 0.48rem;
}
.footer p {
  color: #fff;
  font-size: 0.24rem;
  line-height: 0.6rem;
}
.footer p a {
  color: #fff;
  margin-right: 0.3rem;
}

.indexBanner {
  position: relative;
  width: 100%;
  height: 7.6rem;
  /* 初始黑色长方形背景 - 平滑淡出 */
  /* 梯形主容器 */
  /* 互补梯形对 */
  /* 单个梯形基础样式 */
  /* 左梯形 - 平滑展开和移动 */
  /* 右梯形 - 平滑展开和移动 */
  /* 轮播图容器 */
  /* 轮播图片样式 - 平滑淡入淡出 */
}
.indexBanner h1 {
  position: absolute;
  left: 50%;
  top: 1.6rem;
  margin-left: -0.3rem;
  font-size: 0.26rem;
  line-height: 0.5rem;
  letter-spacing: 0.1rem;
  font-weight: 400;
  opacity: 0;
  writing-mode: vertical-rl;
  animation: fadeIn 1s cubic-bezier(0.22, 0.61, 0.36, 1) forwards;
  animation-delay: 1s;
}
.indexBanner .black-rectangle {
  position: absolute;
  top: 1.8rem;
  width: 100%;
  height: 4.8rem;
  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: 7.6rem;
  margin: auto;
  display: flex;
  justify-content: space-between;
  transform: translateZ(0);
}
.indexBanner .trapezoid-pair {
  width: 100%;
  height: 6.2rem;
  padding-top: 1.2rem;
  position: relative;
  overflow: hidden;
  transform: translateZ(0);
}
.indexBanner .trapezoid {
  position: absolute;
  height: 4.8rem;
  width: 50%;
  background-color: #000;
  overflow: hidden;
  top: 1.8rem;
  will-change: transform, width, clip-path; /* 优化性能 */
  transform: translateZ(0);
}
.indexBanner .trapezoid-left {
  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 {
  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: 4.8rem;
  position: relative;
  transform: translateZ(0);
  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: 44%;
    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: 44%;
    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(-0.6rem) translateZ(0);
  }
}
@keyframes moveDown {
  to {
    transform: translateY(0.6rem) translateZ(0);
  }
}
.looptxt {
  position: relative;
  width: 100%;
  height: 9.375vw;
  margin: 0.6rem 0;
  overflow: hidden;
  font-size: 7.8vw;
  line-height: 9.375vw;
  color: #545454;
  letter-spacing: 0;
  white-space: nowrap;
}
.looptxt div {
  position: absolute;
  left: 0;
  top: 0;
  width: 115vw;
  animation: loopText 30s linear infinite normal;
}
.looptxt .txt02 {
  left: 115vw;
}
.looptxt .txt03 {
  left: 230vw;
}
.looptxt .txt04 {
  left: 345vw;
}

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

.indexConcept {
  padding: 0.6rem 0;
  background: #080808 url(../images/logo-bg.png) no-repeat center center;
  background-size: 80% auto;
  background-attachment: fixed;
}
.indexConcept main {
  position: relative;
  color: #fff;
}
.indexConcept h3 {
  margin-bottom: 0.3rem;
  font-size: 0.32rem;
  line-height: 0.6rem;
  font-weight: 700;
}
.indexConcept p {
  margin-bottom: 0.6rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.more-link {
  display: flex;
  column-gap: 0.2rem;
  align-items: center;
  width: fit-content;
  margin-inline: auto 0;
}
.more-link .more-txt {
  font-size: 0.28rem;
  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: 0.64rem;
  height: 0.64rem;
  background-color: #fff;
  border-radius: 50%;
  transition: all 0.25s cubic-bezier(0.09, 0.53, 0.72, 0.98);
}
.more-link .circle::before {
  content: "";
  position: absolute;
  top: 0.18rem;
  left: 0.18rem;
  width: 0.28rem;
  height: 0.28rem;
  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;
}

.indexService {
  padding: 0.6rem 0;
  background-color: #F4F4F4;
  text-align: center;
}
.indexService ul {
  width: 90%;
  margin: 0.3rem auto;
}
.indexService ul li {
  margin-bottom: 0.3rem;
}
.indexService ul li h3 {
  font-size: 0.32rem;
  line-height: 0.8rem;
  font-weight: 700;
}
.indexService ul li div {
  width: 6rem;
  height: 1.8rem;
  margin: 0 auto 0.3rem;
  background: url(../images/service-bg.png) no-repeat;
  background-size: 100% 100%;
  line-height: 1.8rem;
}
.indexService ul li a {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  color: #000;
}
.indexService ul li a .txt01 {
  display: block;
  font-size: 0.28rem;
  line-height: 0.48rem;
  font-weight: 700;
}
.indexService ul li a .txt02 {
  display: block;
  font-size: 0.26rem;
  line-height: 0.48rem;
  font-weight: 400;
}

.indexNews {
  padding: 0.3rem 0 0.6rem;
}
.indexNews ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0.6rem auto;
}
.indexNews ul li {
  width: 100%;
  margin-bottom: 0.3rem;
}
.indexNews ul li a {
  display: block;
  color: #000;
}
.indexNews ul li .imgbox {
  margin-bottom: 0.2rem;
  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: 0.32rem;
  line-height: 0.6rem;
  font-weight: 600;
}
.indexNews ul li .info {
  font-size: 0.26rem;
  line-height: 0.48rem;
}
.indexNews ul li .info span {
  border-left: 1px solid #000;
  padding-left: 0.15rem;
  margin-left: 0.1rem;
}
.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);
}

.indexContact {
  padding: 0.6rem 0.3rem;
  margin-bottom: 0.6rem;
  background-color: #e8e8e8;
  box-sizing: border-box;
}
.indexContact h2 {
  float: left;
}
.indexContact .more-link {
  float: right;
}

.w1600 {
  position: relative;
  width: 90%;
  margin: 0 auto;
}

.subBannerMain {
  position: relative;
  width: 100%;
  padding-top: 1rem;
  margin-top: 1rem;
  background: url(../images/sub-banner.png) no-repeat right top;
  background-size: 64% auto;
  box-sizing: border-box;
}
.subBannerMain h1 {
  width: 90%;
  margin: 0 auto 1rem;
  font-size: 0.36rem;
  line-height: 0.6rem;
}
.subBannerMain h1 span {
  display: block;
  font-size: 0.48rem;
  line-height: 0.6rem;
}
.subBannerMain .breadnav {
  font-size: 0.24rem;
  line-height: 0.52rem;
  color: #999;
}
.subBannerMain .breadnav a {
  color: #999;
}

.subTitle {
  position: relative;
  font-size: 0.36rem;
  line-height: 0.6rem;
  color: #000;
  z-index: 1;
}
.subTitle span {
  display: block;
  font-size: 0.28rem;
  line-height: 0.6rem;
  font-weight: normal;
}

.subTable table {
  width: 100%;
}
.subTable table td {
  font-size: 0.26rem;
  line-height: 0.48rem;
  padding: 0.2rem 0.1rem;
}
.subTable table td:nth-child(1) {
  width: 2rem;
  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: 0.3rem;
}
.subCompany01 .bg {
  position: absolute;
  left: 16.9vw;
  top: 5.2vw;
  width: 80vw;
}

.EmployeeIntroList li {
  padding: 0.3rem 0;
  border-bottom: 1px solid #000;
}
.EmployeeIntroList li .img {
  overflow: hidden;
  border-radius: 0.1rem 0 0.1rem 0;
  display: none;
}
.EmployeeIntroList li .img img {
  display: block;
  width: 100%;
}
.EmployeeIntroList li .txt {
  padding-top: 0.3rem;
}
.EmployeeIntroList li .txt .name {
  font-size: 0.36rem;
  line-height: 0.8rem;
  font-weight: bold;
  color: #000;
  background: url(../images/sub-icon01.png) no-repeat left center;
  background-size: 0.8rem auto;
}
.EmployeeIntroList li .txt .post {
  font-size: 0.28rem;
  line-height: 0.6rem;
}
.EmployeeIntroList li .txt .motto {
  margin: 0.2rem 0 0.1rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #e0dd1f;
  font-weight: bold;
}
.EmployeeIntroList li .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #000;
  text-align: justify;
}

.Representative li {
  padding-bottom: 0.6rem;
  border-bottom: none;
}

.subCompany02 {
  position: relative;
  padding-bottom: 0.3rem;
}
.subCompany02 .subTitle {
  padding: 0.5rem 0 0.3rem;
  text-align: center;
}
.subCompany02 .w1600 {
  padding: 0.2rem;
  border: 1px solid #000;
  border-radius: 0.1rem;
}
.subCompany02 .w1152 {
  width: auto;
}
.subCompany02 .bg {
  position: absolute;
  left: 0;
  right: 0;
  top: 2rem;
  bottom: 0;
  width: 100%;
  height: auto;
}

.subAbout {
  padding-top: 19.3vw;
}
.subAbout .subTitle {
  padding: 0.5rem 0 0.3rem;
  text-align: center;
}
.subAbout .bg {
  position: absolute;
  left: 16.9vw;
  top: 5.2vw;
  width: 71vw;
}
.subAbout h3 {
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #e0dd1f;
  text-align: center;
}
.subAbout ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0.5rem;
}
.subAbout ul li {
  position: relative;
  width: 100%;
  padding: 0.3rem 0;
  margin-top: 0.5rem;
  border: 1px solid #000;
  border-radius: 0.1rem;
  box-sizing: border-box;
}
.subAbout ul h4 {
  font-size: 0.32rem;
  line-height: 0.8rem;
  color: #000;
  text-align: center;
}
.subAbout ul span {
  display: block;
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #f2f1b5;
  text-align: center;
  font-style: italic;
  z-index: -1;
}
.subAbout ul p {
  padding: 0 0.3rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
}

.subService01 {
  padding: 0.6rem 0 0.3rem;
}
.subService01 .txt {
  margin-bottom: 0.3rem;
}
.subService01 .txt h2 {
  font-size: 0.36rem;
  line-height: 0.8rem;
  color: #000;
}
.subService01 .txt h3 {
  padding: 0.2rem 0;
  font-size: 0.32rem;
  line-height: 0.52rem;
  color: #e0dd1f;
}
.subService01 .txt p {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #000;
  text-align: justify;
}
.subService01 .img {
  display: block;
  width: 100%;
}

.subService02 {
  padding: 0 0 0.3rem;
  margin-top: 0.6rem;
  background: url(../images/sub-bg01.png) no-repeat center top;
  background-size: 100% auto;
}
.subService02 .txt {
  margin-bottom: 0.3rem;
}
.subService02 .txt p {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #000;
  text-align: justify;
}
.subService02 .img {
  display: block;
  width: 100%;
}

.subServiceList {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0;
  margin-top: 0.3rem;
  border: 1px solid #000;
  border-radius: 0.1rem;
}
.subServiceList li {
  position: relative;
  width: 100%;
  padding: 0 0.3rem;
  margin-bottom: 0.5rem;
  box-sizing: border-box;
  z-index: 1;
}
.subServiceList li img {
  display: block;
  height: 1rem;
  margin: 0 auto 0.1rem;
}
.subServiceList li h3 {
  position: relative;
  padding-left: 0.3rem;
  font-size: 0.28rem;
  line-height: 0.8rem;
  color: #000;
  border-bottom: 1px solid #000;
}
.subServiceList li h3 span {
  display: inline-block;
  margin-right: 0.2rem;
  font-size: 0.48rem;
  line-height: 0.8rem;
  color: #f2f1b5;
  font-style: italic;
  z-index: -1;
}
.subServiceList li > div {
  padding: 0.3rem 0;
}
.subServiceList li > div .tips {
  margin-top: 0.2rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #000;
}
.subServiceList li p {
  position: relative;
  padding-left: 0.6rem;
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #000;
}
.subServiceList li p::before {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.21rem;
  width: 0.1rem;
  height: 0.1rem;
  border-radius: 50%;
  background-color: #000;
}

.tac {
  text-align: center;
}

.mt4 {
  margin-top: 0.4rem;
}

.subService03 {
  margin-bottom: 0.5rem;
}
.subService03 h2 {
  text-align: center;
  margin-bottom: 0.3rem;
}
.subService03 .mySwiper01 {
  width: 4rem;
  margin: 0 auto;
}
.subService03 .mySwiper01 .img {
  aspect-ratio: 67/45;
  object-fit: cover;
  border-radius: 0.1rem 0 0.1rem 0;
  overflow: hidden;
  margin-bottom: 0.3rem;
  background-color: #ececec;
}
.subService03 .mySwiper01 .img img {
  display: block;
  width: 100%;
}
.subService03 .mySwiper01 h3 a {
  display: block;
  font-size: 0.26rem;
  line-height: 0.6rem;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.subService03 .swiper-button-next, .subService03 .swiper-button-prev {
  position: absolute;
  right: 0;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 50%;
}
.subService03 .swiper-button-next img, .subService03 .swiper-button-prev img {
  display: block;
  width: 100%;
}
.subService03 .swiper-button-prev {
  left: 0;
}
.subService03 .swiper-button-next::after, .subService03 .swiper-button-prev::after {
  content: none;
}

.subService04 {
  padding: 0.5rem 0;
}
.subService04 .txt, .subService04 .txt02 {
  font-size: 0.26rem;
  line-height: 0.52rem;
  color: #000;
  text-align: justify;
}
.subService04 .subTitle {
  padding-bottom: 0.3rem;
  text-align: center;
}
.subService04 .txt02 {
  width: 100%;
  margin: 0.5rem auto 0.2rem;
}

.E-mobilityList {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3rem 0 0;
  margin-top: 0.5rem;
  border: 1px solid #000;
  border-radius: 0.1rem;
}
.E-mobilityList li {
  position: relative;
  width: 44%;
  margin-left: 4%;
  margin-bottom: 0.3rem;
}
.E-mobilityList li a {
  display: block;
  width: 100%;
  border-radius: 0.1rem 0 0.1rem 0;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
}
.E-mobilityList li img {
  display: block;
  width: 100%;
}

.more {
  position: relative;
  display: block;
  width: 4rem;
  padding: 0 0.3rem;
  margin-top: 0.3rem;
  background-color: #e8e8e8;
  color: #000;
  box-sizing: border-box;
  font-size: 0.28rem;
  line-height: 0.6rem;
  font-weight: 700;
}
.more::after {
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 0.1rem;
  width: 0.4rem;
  height: 0.4rem;
  background: #fff url(../images/arr-icon01.png) no-repeat center;
  background-size: 0.2rem auto;
  border-radius: 50%;
}
.more:hover::after {
  background-color: #e0dd1f;
}

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

.subServiceNav {
  padding: 0.5rem 0;
  margin-bottom: 0.5rem;
  background-color: #e8e8e8;
}
.subServiceNav h2 {
  margin-bottom: 0.2rem;
}
.subServiceNav ul li h3 {
  font-size: 0.32rem;
  line-height: 0.8rem;
  font-weight: 700;
}
.subServiceNav ul li a {
  position: relative;
  display: block;
  padding: 0.2rem 0.3rem;
  margin-bottom: 0.3rem;
  background-color: #fff;
  color: #000;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.subServiceNav ul li a .txt01 {
  display: block;
  font-size: 0.28rem;
  line-height: 0.52rem;
  font-weight: 700;
}
.subServiceNav ul li a .txt02 {
  display: block;
  font-size: 0.26rem;
  line-height: 0.52rem;
  font-weight: 400;
}
.subServiceNav ul li a::after {
  content: "";
  position: absolute;
  right: 0.2rem;
  top: 0.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #e8e8e8 url(../images/arr-icon01.png) no-repeat center;
  background-size: 0.3rem auto;
  border-radius: 50%;
}

.pageNav {
  padding: 0.24rem 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  text-align: center;
}
.pageNav ul li {
  display: inline-block;
  font-size: 0.26rem;
  line-height: 0.6rem;
}
.pageNav ul li span, .pageNav ul li a {
  display: block;
  padding: 0 0.16rem;
  margin: 0 0.1rem;
  text-transform: uppercase;
}
.pageNav ul li span img, .pageNav ul li a img {
  vertical-align: middle;
  width: 0.51rem;
}
.pageNav .current a, .pageNav .current span {
  border-bottom: 1px solid #000;
  font-weight: bold;
}

.subNewsMain {
  padding-bottom: 10vw;
}
.subNewsMain h2 {
  margin-bottom: 0.3rem;
  text-align: center;
}
.subNewsMain .pageNav {
  padding: 0.6rem 0;
  border: none;
  text-align: center;
}
.subNewsMain .pageNav .prev, .subNewsMain .pageNav .next {
  width: 0.6rem;
  height: 0.6rem;
}
.subNewsMain .pageNav .prev a, .subNewsMain .pageNav .prev span, .subNewsMain .pageNav .next a, .subNewsMain .pageNav .next span {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
}
.subNewsMain .pageNav .prev img, .subNewsMain .pageNav .next img {
  width: 100%;
}

.subpage .indexNews {
  padding-bottom: 0;
}

.subNewsList {
  border-top: 1px solid #999;
}
.subNewsList li {
  position: relative;
  padding-left: 3rem;
  border-bottom: 1px solid #999;
  box-sizing: border-box;
  font-size: 0.26rem;
  line-height: 0.9rem;
}
.subNewsList li .time {
  position: absolute;
  left: 0;
  top: 0;
  padding: 0 0.12rem;
}
.subNewsList li .tag {
  position: absolute;
  left: 1.6rem;
  top: 50%;
  margin-top: -0.21rem;
  padding: 0 0.12rem;
  background-color: #fff;
  border: 1px solid #999;
  font-size: 0.24rem;
  line-height: 0.4rem;
  color: #666;
}
.subNewsList li a {
  display: block;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.subNewsList li:hover a {
  color: #666;
}

.subContact {
  padding: 0 0.42rem 0.6rem;
}
.subContact .subTitleLine {
  margin-top: 0.5rem;
  font-size: 0.32rem;
  line-height: 0.8rem;
  position: relative;
}
.subContact .subTitleLine span {
  display: inline-block;
  padding-right: 0.15rem;
  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 {
  width: 100%;
}
.subContact .contactForm .tips {
  font-size: 0.32rem;
  line-height: 0.8rem;
  color: #666;
}
.subContact .contactForm .tips i {
  display: inline-block;
  color: #d71517;
}
.subContact .contactForm ul li {
  padding-top: 0.4rem;
  font-size: 0.32rem;
  line-height: 0.8rem;
}
.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: 0.8rem;
  padding-left: 0.1rem;
  border: 1px solid #000;
  box-sizing: border-box;
}
.subContact .contactForm ul li textarea {
  height: 1.6rem;
  padding: 0.1rem;
  margin-bottom: 0.3rem;
}
.subContact .contactForm ul li label {
  position: relative;
  display: block;
  font-size: 0.32rem;
  line-height: 0.8rem;
}
.subContact .contactForm ul li label input {
  position: relative;
  border: none;
  width: 0.3rem;
  height: 0.3rem;
  margin-right: 0.2rem;
  z-index: 2;
  opacity: 0;
  cursor: pointer;
}
.subContact .contactForm ul li label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.3rem;
  height: 0.3rem;
  margin-top: -0.14rem;
  background: url(../images/checkbg01.jpg) no-repeat;
  background-size: 100% 100%;
  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 .txt h3 {
  margin-top: 0.3rem;
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #000;
}
.subContact .txt p {
  font-size: 0.26rem;
  line-height: 0.4rem;
  color: #222;
}

.form-actions {
  text-align: center;
}
.form-actions button, .form-actions a {
  display: inline-block;
  margin: 0.3rem 0.1rem;
  padding: 0 0.3rem;
  background-color: #000;
  border: none;
  border-radius: 0.6rem;
  font: normal 0.26rem/0.6rem "NotoSansJP";
  color: #fff;
  cursor: pointer;
}
.form-actions .btn-edit {
  background-color: #969696;
  display: none;
}
.form-actions .btn-submit {
  display: none;
}

.display-text {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  width: 100%;
  box-sizing: border-box;
}

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

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

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

.thank-you-message h1 {
  font-size: 0.4rem;
  line-height: 0.8rem;
  color: #333;
}

.thank-you-message p {
  font-size: 0.28rem;
  color: #555;
  line-height: 0.52rem;
}

.articleTitle {
  padding: 0.3rem 0;
}
.articleTitle > div {
  margin-bottom: 0.3rem;
  text-align: right;
}
.articleTitle .time {
  margin-right: 0.2rem;
  font-size: 0.28rem;
  line-height: 0.6rem;
  color: #999;
}
.articleTitle .tag {
  display: inline-block;
  padding: 0 1em;
  background: #000;
  border-radius: 0.48rem;
  font-size: 0.26rem;
  line-height: 0.48rem;
  color: #fff;
}
.articleTitle h1 {
  padding: 0.3rem 0;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #000;
  font-size: 0.36rem;
  line-height: 2em;
  text-align: center;
}

.articleMain .txt p {
  font-size: 0.26rem;
  line-height: 2em;
  margin-bottom: 0.3rem;
  word-break: break-all !important;
  text-wrap: wrap !important;
}
.articleMain .txt p span {
  word-break: break-all !important;
  text-wrap: wrap !important;
}
.articleMain .txt h3 {
  margin: 0.3rem 0 0.2rem;
  font-size: 0.32rem;
  font-weight: 600;
  line-height: 1.8em;
  word-break: break-all !important;
  text-wrap: wrap !important;
}
.articleMain .txt img {
  display: block;
  margin: 0.3rem auto;
  max-width: 100%;
}/*# sourceMappingURL=index-phone.css.map */