:root {
  --box: 75vw;
  --margin: 0 auto;
  --font-size-12: 0.625vw;
  --font-size-14: 0.72916667vw;
  --font-size-16: 0.83333333vw;
  --font-size-18: 0.9375vw;
  --font-size-20: 1.04166667vw;
  --font-size-24: 1.25vw;
  --font-size-28: 1.45833333vw;
  --font-size-30: 1.5625vw;
  --font-size-36: 1.875vw;
  --margin-3: 0.15625vw;
  --margin-5: 0.26041667vw;
  --margin-10: 0.52083333vw;
  --margin-15: 0.78125vw;
  --margin-20: 1.04166667vw;
  --margin-25: 1.30208333vw;
  --margin-30: 1.5625vw;
  --margin-35: 1.82291667vw;
  --margin-40: 2.08333333vw;
  --margin-45: 2.34375vw;
  --width-50: 2.60416667vw;
  --width-60: 3.125vw;
  --width-70: 3.64583333vw;
  --width-80: 4.16666667vw;
  --width-90: 4.6875vw;
  --width-100: 5.20833333vw;
  --width-110: 5.72916667vw;
  --width-200: 10.41666667vw;
  --width-220: 11.45833333vw;
  --width-270: 14.0625vw;
  --width-120: 6.25vw;
  --width-300: 15.625vw;
  --width-125: 6.51041667vw;
  --width-150: 7.8125vw;
  --width-775: 40.36458333vw;
  --width-1200: 62.5vw;
  --width-330: 17.1875vw;
  --width-370: 19.27083333vw;
  --width-430: 22.39583333vw;
  --width-500: 26.04166667vw;
  --width-1000: 52.08333333vw;
  --width-600: 31.25vw;
  --width-780: 40.625vw;
  --height-40: 2.08333333vw;
  --height-85: 4.42708333vw;
  --height-220: 11.45833333vw;
  --height-240: 12.5vw;
  --height-175: 9.11458333vw;
  --height-180: 9.375vw;
  --height-265: 13.80208333vw;
  --height-310: 16.14583333vw;
  --height-400: 20.83333333vw;
  --height-630: 32.8125vw;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.ele {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.transition {
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.radius {
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
}
.radiused {
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
}
.column {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.wap_nav_sw {
  display: none;
}
.pub_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body {
  font-size: var(--font-size-16);
  overflow-x: hidden;
}
.box {
  width: var(--box);
  margin: var(--margin);
}
header {
  background: rgba(8, 10, 9, 0.72);
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 999;
}
header h1 img {
  height: var(--height-40);
}
header li {
  position: relative;
  cursor: pointer;
}
header li:hover {
  background: #d11919;
}
header li.cur {
  background: #d11919;
}
header li > a {
  color: #fff;
  padding: var(--margin-30) var(--margin-30);
  display: block;
}
header dl {
  color: #fff;
  margin-left: var(--margin-20);
  display: flex;
}
header dl img {
  width: var(--margin-20);
  margin-right: var(--margin-10);
  align-self: center;
}
header dl dd {
  align-self: center;
}
header dl dd a {
  color: #fff;
}
.nav-list {
  position: absolute;
  left: 0;
  width: 100%;
  display: none;
  z-index: -9999;
}
.nav-list.cur {
  display: block;
  z-index: 9999;
}
.nav-list .bg_fff {
  background: #de2525;
  overflow: hidden;
}
.nav-list .bg_fff a {
  color: #fff;
  display: block;
  padding: var(--margin-20) 0;
  text-align: center;
  border-bottom: 1px #c81919 solid;
}
.swiper-button img {
  width: var(--width-80);
}
.swiper-button.swiper-button-next {
  right: var(--width-100);
}
.swiper-button.swiper-button-prev {
  left: var(--width-100);
}
.index_swiper .swiper-slide img {
  height: 91vh;
  object-fit: cover;
}
.index_swiper .AddImg {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  bottom: var(--width-60);
  z-index: 99;
  width: var(--width-110);
}
.PublicTitle {
  padding-top: var(--width-90);
}
.PublicTitle h2 {
  font-size: var(--font-size-36);
  font-weight: bold;
}
.PublicTitle p {
  color: #787878;
  font-size: var(--font-size-16);
  margin: var(--margin-15) auto;
}
.PublicTitle i {
  display: block;
  width: var(--width-80);
  height: var(--margin-5);
  background: #d11919;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  margin: 0 auto;
}
.IndexSolution {
  overflow-y: hidden;
}
.IndexSolution .PublicDl {
  padding: var(--margin-30) 0 var(--width-80) 0;
}
.IndexSolution dl {
  width: 18.4%;
}
.IndexSolution dt {
  width: 100%;
  height: var(--height-175);
  overflow: hidden;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
.IndexSolution dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.IndexSolution dd {
  position: relative;
  top: -2.08vw;
  text-align: center;
}
.IndexSolution dd h2 {
  width: 85%;
  margin: 0 auto;
  background: #fff;
  padding-top: var(--margin-25);
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  font-size: var(--font-size-24);
}
.IndexSolution dd p {
  margin: var(--margin-15) 0 var(--margin-25) 0;
  color: #787878;
  line-height: 1.5;
}
.IndexSolution dd a {
  color: #787878;
  border: 1px #787878 solid;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  padding: var(--font-size-14) var(--margin-40);
  display: inline-block;
}
.IndexSolution dd button {
  z-index: 1;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  transition: color 0.4s ease-in-out;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  border: none;
}
.IndexSolution dd button::before {
  content: '';
  z-index: -1;
  position: absolute;
  bottom: 100%;
  right: 100%;
  width: 1.5em;
  height: 1em;
  border-radius: 50%;
  background-color: #d11919;
  transform-origin: center;
  transform: translate3d(50%, 50%, 0) scale3d(0, 0, 0);
  transition: transform 0.45s ease-in-out;
}
.IndexSolution dd button:hover {
  cursor: pointer;
  color: #fff;
}
.IndexSolution dd button:hover a {
  color: #fff;
  border: 1px #d11919 solid;
}
.IndexSolution dd button:hover::before {
  transform: translate3d(50%, 50%, 0) scale3d(15, 15, 15);
  color: #fff;
}
.IndexProduct {
  background: #f9f9f9;
  overflow: hidden;
  padding-bottom: var(--width-90);
}
.IndexProduct .ProductHref {
  background: #fff;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  margin: var(--margin-30) 0;
}
.IndexProduct .ProductHref a {
  width: 20%;
  text-align: center;
  font-size: var(--font-size-20);
  color: #787878;
  padding: var(--margin-20) 0;
  position: relative;
  display: flex;
  justify-content: center;
}
.IndexProduct .ProductHref a em {
  align-self: center;
  margin-left: var(--margin-10);
}
.IndexProduct .ProductHref a:hover {
  color: #c81919;
}
.IndexProduct .ProductHref a::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: var(--margin-25);
  background: #e6e6e6;
  position: absolute;
  right: 0;
}
.IndexProduct .ProductHref a:last-child::after {
  display: none;
}
.IndexProduct .ProductHref a i {
  display: block;
  width: var(--margin-35);
  height: var(--margin-35);
}
.IndexProduct .ProductHref a:nth-child(1) i {
  background: url(../images/IconPro1.png) no-repeat;
  background-size: var(--margin-35) var(--margin-35);
}
.IndexProduct .ProductHref a:nth-child(2) i {
  background: url(../images/IconPro2.png) no-repeat;
  background-size: var(--margin-35) var(--margin-35);
}
.IndexProduct .ProductHref a:nth-child(3) i {
  background: url(../images/IconPro3.png) no-repeat;
  background-size: var(--margin-35) var(--margin-35);
}
.IndexProduct .ProductHref a:nth-child(4) i {
  background: url(../images/IconPro4.png) no-repeat;
  background-size: var(--margin-35) var(--margin-35);
}
.IndexProduct .ProductHref a:nth-child(5) i {
  background: url(../images/IconPro5.png) no-repeat;
  background-size: var(--margin-35) var(--margin-35);
}
.IndexProduct .PublicDl {
  margin-top: var(--margin-30);
}
.IndexProduct .PublicDl dl {
  width: 31.94%;
  overflow: hidden;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  background: #fff;
}
.IndexProduct .PublicDl dt {
  border-bottom: 1px #f0f1f3 solid;
  padding: var(--margin-30);
  position: relative;
}
.IndexProduct .PublicDl dt i {
  position: absolute;
  top: var(--margin-30);
  left: var(--margin-30);
  color: #787878;
  border: 1px #c5c5c5 solid;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  padding: var(--margin-10) var(--margin-25);
}
.IndexProduct .PublicDl dd {
  margin: var(--margin-30);
  font-size: var(--font-size-24);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_product_swiper .swiper-slide dl {
  position: relative;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  overflow: hidden;
}
.index_product_swiper .swiper-slide dl dd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  left: 65%;
}
.index_product_swiper .swiper-slide dl h2 {
  font-size: var(--font-size-36);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: var(--width-500);
}
.index_product_swiper .swiper-slide dl p {
  color: #cdcdcd;
  font-size: var(--font-size-20);
  line-height: 1.6;
  margin: var(--margin-20) 0 var(--width-50) 0;
  width: var(--width-500);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index_product_swiper .swiper-slide dl a {
  color: #fff;
  font-size: var(--font-size-20);
}
.index_product_swiper .swiper-horizontal > .swiper-pagination-bullets,
.index_product_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.index_product_swiper .swiper-pagination-custom,
.index_product_swiper .swiper-pagination-fraction {
  bottom: var(--width-50);
  text-align: right;
  padding-right: var(--margin-30);
}
.index_product_swiper .swiper-pagination-bullet {
  width: var(--font-size-14);
  height: var(--margin-5);
  border-radius: 0.52vw;
  background: #ffffff;
}
.index_product_swiper .swiper-pagination-bullet-active {
  background: #d11919;
  width: var(--margin-25);
}
.IndexCaseList {
  margin-top: var(--margin-30);
}
.IndexCaseList dl {
  width: 18.4%;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  position: relative;
}
.IndexCaseList dt {
  height: var(--height-180);
  overflow: hidden;
  -moz-border-radius: var(--margin-15) var(--margin-15) 0 0;
  -webkit-border-radius: var(--margin-15) var(--margin-15) 0 0;
  border-radius: var(--margin-15) var(--margin-15) 0 0;
}
.IndexCaseList dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.IndexCaseList dd {
  background: #fff;
  padding: var(--margin-30) 0 var(--margin-45) 0;
  -moz-border-radius: 0 0 var(--margin-15) var(--margin-15);
  -webkit-border-radius: 0 0 var(--margin-15) var(--margin-15);
  border-radius: 0 0 var(--margin-15) var(--margin-15);
}
.IndexCaseList h2 {
  font-size: var(--font-size-24);
  text-align: center;
}
.IndexCaseList a {
  display: block;
  width: var(--width-150);
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  background-color: #d11919;
  color: #fff;
  text-align: center;
  padding: var(--margin-15) 0;
  margin: 0 auto;
  position: absolute;
  bottom: -1.25vw;
  left: 50%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
.IndexCase {
  background: url(../images/CaseBg.jpg) no-repeat;
  background-size: cover;
  padding-bottom: var(--width-100);
}
.IndexCase .PublicTitle h2,
.IndexCase .PublicTitle p {
  color: #fff;
}
.IndexCase .swiper-button {
  width: var(--margin-30);
}
.IndexCase .index_case_swiper {
  margin: var(--margin-40) auto;
  padding-bottom: var(--width-60);
}
.IndexCase .index_case_swiper .swiper-pagination-bullet {
  width: var(--margin-35);
  height: 2px;
  border-radius: 0;
  background: #d11919;
}
.IndexCase .index_case_swiper .swiper-pagination-bullet-active {
  width: var(--width-80);
  background: #c6c6c6;
}
.IndexCase .index_case_swiper dl {
  position: relative;
  width: 100%;
}
.IndexCase .index_case_swiper dd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  left: 43%;
  display: none;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.IndexCase .index_case_swiper dd h2 {
  font-size: var(--font-size-30);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.IndexCase .index_case_swiper dd p {
  margin: var(--margin-20) 0 var(--margin-35) 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: var(--font-size-18);
  line-height: 1.8;
}
.IndexCase .index_case_swiper dd a {
  background: #d11919;
  -moz-border-radius: 500px;
  -webkit-border-radius: 500px;
  border-radius: 500px;
  color: #fff;
  padding: var(--margin-15) var(--margin-30);
  display: inline-block;
}
.IndexCase .index_case_swiper dt {
  position: relative;
  height: var(--height-630);
  overflow: hidden;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
.IndexCase .index_case_swiper dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.IndexCase .index_case_swiper dt p {
  background: rgba(209, 25, 25, 0.72);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.IndexCase .index_case_swiper .swiper-slide-active dt p {
  background: rgba(0, 0, 0, 0.28);
}
.IndexCase .index_case_swiper .swiper-slide-active dd {
  display: block;
}
.IndexAbout {
  background: #f9f9f9;
  padding-bottom: var(--width-90);
}
.IndexAbout dl {
  display: flex;
  background: #fff;
  width: 31.94%;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  padding: var(--margin-35) var(--margin-30) var(--margin-35) var(--margin-30);
}
.IndexAbout dl dt {
  width: var(--width-70);
  margin-right: var(--margin-30);
}
.IndexAbout dl dd {
  align-self: center;
  width: 75%;
}
.IndexAbout dl h2 {
  color: #383838;
  font-size: var(--font-size-20);
  font-weight: bold;
  margin-bottom: var(--margin-10);
}
.IndexAbout dl p {
  color: #787878;
  line-height: 1.8;
}
.IndexNews {
  padding-bottom: var(--width-90);
}
.IndexNews .PublicDl {
  margin-top: var(--margin-40);
}
.IndexNews dl {
  width: 31.94%;
}
.IndexNews dl:hover dt img {
  transform: scale(1.08, 1.08);
  -webkit-transform: scale(1.08, 1.08);
  -o-transform: scale(1.08, 1.08);
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.IndexNews dl dt {
  height: var(--height-310);
  overflow: hidden;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
.IndexNews dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.IndexNews dl p {
  color: #787878;
  margin: var(--margin-30) 0 var(--margin-10) 0;
}
.IndexNews dl h2 {
  font-size: var(--font-size-20);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PublicBanner dl {
  position: relative;
  color: #fff;
}
.PublicBanner dl dt img {
  width: 100%;
  object-fit: cover;
}
.PublicBanner dl dd {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: var(--box);
  top: 55%;
}
.PublicBanner dl h2 {
  font-size: var(--font-size-28);
}
.PublicBanner dl p {
  margin-top: var(--margin-15);
  color: #efefef;
}
.PublicNav {
  background: #f9f9f9;
  padding: var(--margin-15) 0;
  color: #787878;
  font-size: var(--font-size-14);
}
.PublicNav i {
  margin: 0 var(--margin-5);
}
.PublicNav img {
  width: var(--margin-20);
  margin-right: var(--margin-10);
  align-self: center;
}
.PublicNav a {
  color: #787878;
}
.PublicNav a:hover {
  color: #c81919;
}
.Solution {
  margin: var(--margin-35) auto var(--width-50) auto;
}
.SolutionNav {
  width: var(--width-200);
}
.SolutionNav dl {
  background: url(../images/NavBg.png) no-repeat;
  background-size: var(--width-200) var(--width-100);
  width: var(--width-200);
  height: var(--width-100);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: var(--margin-20);
}
.SolutionNav dl dt {
  font-size: var(--font-size-24);
  color: #fff;
  display: flex;
}
.SolutionNav dl dt::before {
  content: '';
  display: block;
  width: var(--margin-5);
  height: var(--margin-25);
  background: #fff;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  align-self: center;
  margin-right: var(--margin-15);
}
.SolutionNav dl dd {
  font-size: var(--font-size-12);
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  margin-top: var(--margin-5);
  margin-left: var(--margin-20);
}
.SolutionNav ul li.cur .dl {
  display: block;
}
.SolutionNav ul li.cur a.dl_a {
  background: #d11919;
  color: #fff;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
.SolutionNav ul li.cur a.dl_a i {
  background: #fff;
}
.SolutionNav ul li {
  background: #f9f9f9;
  margin-top: var(--margin-10);
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  overflow: hidden;
}
.SolutionNav ul .dl {
  background: #f9f9f9;
  padding: 0 var(--margin-10);
  display: none;
}
.SolutionNav ul .dl a {
  display: flex;
  justify-content: center;
  border-bottom: 1px #ededed solid;
  padding: var(--margin-15);
}
.SolutionNav ul .dl a::before {
  content: '';
  display: block;
  width: var(--margin-5);
  height: var(--margin-5);
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  background: #383838;
  align-self: center;
  margin-right: var(--margin-10);
}
.SolutionNav ul .dl a:last-child {
  border-bottom: none;
}
.SolutionNav ul .dl a:hover,
.SolutionNav ul .dl a.cur {
  color: #d11919;
}
.SolutionNav ul .dl a:hover::before,
.SolutionNav ul .dl a.cur::before {
  background: #d11919;
}
.SolutionNav ul a.dl_a {
  display: flex;
  font-size: var(--font-size-18);
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  height: var(--width-60);
  line-height: var(--width-60);
  overflow: hidden;
}
.SolutionNav ul a.dl_a.cur,
.SolutionNav ul a.dl_a:hover {
  background: #d11919;
  color: #fff;
}
.SolutionNav ul a.dl_a.cur i,
.SolutionNav ul a.dl_a:hover i {
  background: #fff;
}
.SolutionNav ul a.dl_a em {
  padding-left: var(--margin-40);
}
.SolutionNav ul a.dl_a i {
  display: block;
  width: var(--margin-3);
  height: var(--margin-45);
  background: #d11919;
  -moz-border-radius: 0 5px 5px 0;
  -webkit-border-radius: 0 5px 5px 0;
  border-radius: 0 5px 5px 0;
  align-self: center;
  transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
}
.SolutionWord {
  width: var(--width-1200);
}
.SolutionWord .title {
  font-size: var(--font-size-28);
  padding: var(--margin-40) 0 var(--margin-30) 0;
  border-bottom: 1px #c3c3c3 dashed;
}
.SolutionWord .word p {
  color: #787878;
  font-size: var(--font-size-18);
  line-height: 2;
  margin-top: var(--margin-20);
}
.SolutionWord .IndexProduct {
  background: #fff;
  padding-bottom: 0;
}
.SolutionWord .IndexProduct .index_product_swiper .swiper-horizontal > .swiper-pagination-bullets,
.SolutionWord .IndexProduct .index_product_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.SolutionWord .IndexProduct .index_product_swiper .swiper-pagination-custom,
.SolutionWord .IndexProduct .index_product_swiper .swiper-pagination-fraction {
  bottom: var(--margin-30);
}
.SolutionWord .IndexProduct .PublicDl dl {
  background: #fff;
  border: var(--margin-10) #f9f9f9 solid;
  margin-left: var(--margin-25);
  margin-top: var(--margin-25);
}
.SolutionWord .IndexProduct .PublicDl dl:nth-child(3n+1) {
  margin-left: 0;
}
.SolutionWord .IndexProduct .PublicDl dl:nth-child(-n + 3) {
  margin-top: 0;
}
.SolutionWord .IndexProduct .PublicDl dl dt {
  padding: 0;
  height: var(--height-240);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.SolutionWord .IndexProduct .PublicDl dl dt img {
  width: 80%;
  display: block;
  margin: 0 auto;
}
.SolutionWord .IndexProduct .PublicDl dl dt i {
  font-size: var(--font-size-14);
  top: var(--margin-20);
  left: var(--margin-20);
}
.SolutionWord .IndexProduct .PublicDl dl dd {
  font-size: var(--font-size-20);
}
.SolutionImg {
  width: var(--width-600);
}
.SolutionTow {
  margin-top: var(--margin-30);
}
.SolutionTow .SoluTitle {
  background: #f9f9f9;
  -moz-border-radius: var(--margin-15) var(--margin-15) 0 0;
  -webkit-border-radius: var(--margin-15) var(--margin-15) 0 0;
  border-radius: var(--margin-15) var(--margin-15) 0 0;
}
.SolutionTow .SoluTitle h2 {
  padding: var(--margin-20) var(--margin-30);
  background: #d11919;
  width: var(--width-200);
  -moz-border-radius: var(--margin-15) var(--margin-15) 0 0;
  -webkit-border-radius: var(--margin-15) var(--margin-15) 0 0;
  border-radius: var(--margin-15) var(--margin-15) 0 0;
  color: #fff;
  display: flex;
  font-size: var(--font-size-24);
}
.SolutionTow .SoluTitle h2::before {
  content: '';
  width: var(--margin-5);
  height: var(--margin-25);
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  background: #fff;
  display: block;
  align-self: center;
  margin-right: var(--margin-15);
}
.SolutionTow p {
  color: #787878;
  line-height: 2;
  font-size: var(--font-size-18);
  margin-top: var(--margin-10);
}
.SolutionTow p img {
  display: block;
  margin: 0 auto;
}
.PublicNext {
  border-top: 1px #c3c3c3 dashed;
  margin-top: var(--margin-40);
  padding-top: var(--margin-40);
}
.PublicNext div:nth-child(1) {
  width: 70%;
}
.PublicNext .back {
  align-self: center;
  width: var(--width-150);
  margin-top: var(--margin-20);
}
.PublicNext p {
  margin-top: var(--margin-20);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.PublicNext p a {
  color: #787878;
  font-size: var(--font-size-18);
}
.AddPt30 {
  margin-top: var(--margin-30);
}
.SolutionTest {
  width: var(--width-780);
}
.SolutionTest h2 {
  font-size: var(--font-size-28);
  font-weight: bold;
  margin-bottom: var(--margin-25);
}
.SolutionTest p {
  color: #787878;
  font-size: var(--font-size-18);
  line-height: 2;
}
.CaseList {
  width: var(--width-1200);
  padding-bottom: var(--margin-40);
}
.CaseOne {
  margin-top: var(--margin-30);
}
.CaseOne:nth-child(1) {
  margin-top: 0;
}
.CaseOne a {
  background: #f9f9f9;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  padding: var(--margin-10);
  display: flex;
  justify-content: space-between;
}
.CaseOne span {
  font-size: var(--font-size-18);
  display: flex;
  align-self: center;
  margin-right: var(--margin-25);
}
.CaseOne span img {
  width: var(--font-size-14);
  height: var(--font-size-12);
  margin-left: var(--margin-10);
  align-self: center;
}
.CaseOne dl {
  display: flex;
  justify-content: space-between;
}
.CaseOne dl dt {
  width: var(--width-300);
  height: var(--height-220);
  overflow: hidden;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
.CaseOne dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.CaseOne dl dd {
  width: var(--width-600);
  margin-left: var(--margin-25);
  align-self: center;
}
.CaseOne dl dd h2 {
  font-size: var(--font-size-24);
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.CaseOne dl dd em {
  margin: var(--margin-10) 0 var(--margin-25) 0;
  display: block;
  color: #757575;
}
.CaseOne dl dd p {
  color: #787878;
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.CaseCont {
  padding: var(--margin-30) 0 var(--margin-45) 0;
}
.CaseCont .CaseNav {
  width: var(--width-370);
}
.CaseCont .CaseNav h1 {
  border-bottom: 1px #efefef solid;
  padding-bottom: var(--margin-20);
  display: flex;
}
.CaseCont .CaseNav h1 img {
  width: var(--font-size-16);
  height: var(--font-size-16);
  align-self: center;
  position: relative;
  top: var(--margin-3);
}
.CaseCont .CaseNav h1 span {
  margin: 0 var(--margin-15);
  font-size: var(--font-size-24);
  font-weight: bold;
}
.CaseCont .CaseNav h1 i {
  color: #787878;
  align-self: flex-end;
}
.CaseCont .CaseNav dl {
  padding: var(--margin-20) 0;
  border-bottom: 1px #efefef solid;
}
.CaseCont .CaseNav dl:last-child {
  border-bottom: none;
}
.CaseCont .CaseNav dl a {
  display: flex;
  justify-content: space-between;
}
.CaseCont .CaseNav dl dt {
  width: var(--width-125);
  height: var(--height-85);
  overflow: hidden;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
.CaseCont .CaseNav dl dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.CaseCont .CaseNav dl dd {
  width: var(--width-220);
  align-self: center;
}
.CaseCont .CaseNav dl dd h2 {
  font-size: var(--font-size-18);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.CaseCont .CaseNav dl dd p {
  color: #757575;
  margin-top: var(--margin-10);
  font-size: var(--font-size-14);
}
.CaseCont .CaseWord {
  width: var(--width-1000);
}
.CaseCont .CaseWord .Word p {
  color: #787878;
  line-height: 2;
  margin-top: var(--margin-20);
}
.CaseCont .CaseWord .Word p img {
  display: block;
  margin: 0 auto;
}
.CaseCont .CaseWord .Title {
  border-bottom: 1px #c3c3c3 dashed;
}
.CaseCont .CaseWord .Title h2 {
  font-size: var(--font-size-28);
  font-weight: bold;
}
.CaseCont .CaseWord .Title p {
  color: #787878;
  padding: var(--margin-15) 0 var(--margin-25) 0;
}
.AboutMain .Word p {
  color: #787878;
  line-height: 1.8;
  font-size: var(--font-size-18);
  margin-top: var(--margin-25);
}
.AboutOne {
  background: #f9f9f9 url(../images/AboutBg.jpg) no-repeat;
  background-size: 100%;
  margin-top: var(--width-60);
  padding-bottom: var(--width-60);
}
.AboutOne .Title {
  font-size: var(--font-size-28);
  color: #fff;
  padding: var(--width-80) 0 var(--margin-30) 0;
}
.AboutOne dl {
  background: #fff;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  width: 31.25%;
  padding: var(--width-60) 0;
  text-align: center;
}
.AboutOne dt img {
  width: var(--width-70);
}
.AboutOne dd h2 {
  font-size: var(--font-size-24);
  margin: var(--margin-25) auto var(--margin-20) auto;
}
.AboutOne dd i {
  display: block;
  width: var(--width-60);
  height: var(--margin-5);
  background: #d11919;
  margin: 0 auto var(--margin-15) auto;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
.AboutOne dd p {
  color: #787878;
  width: 45%;
  margin: 0 auto;
  line-height: 1.8;
}
.NewsOne {
  padding: var(--width-60) 0 var(--margin-30) 0;
}
.NewsOne dl {
  background: #f9f9f9;
  width: 31.94%;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  padding: var(--margin-30);
}
.NewsOne dt h2 {
  font-size: var(--font-size-24);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.NewsOne dt span {
  color: #757575;
  display: block;
  margin: var(--margin-15) 0 var(--margin-20) 0;
}
.NewsOne dt img {
  width: 100%;
  height: var(--height-265);
  overflow: hidden;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
.NewsOne dd p {
  color: #787878;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.6;
  margin: var(--margin-25) 0;
}
.NewsOne dd h6 {
  border-top: 1px #eaeaea solid;
  padding-top: var(--margin-30);
  display: flex;
  justify-content: space-between;
}
.NewsOne dd h6 img {
  align-self: center;
  width: var(--font-size-14);
}
.NewsList .CaseOne a {
  padding: var(--margin-30);
}
.NewsList .CaseOne dl dt {
  width: var(--width-270);
  height: var(--height-180);
}
.NewsList .CaseOne dl dd h2 {
  font-weight: normal;
}
.ContactMain .ContFlex {
  padding: var(--width-60) 0 var(--margin-40) 0;
}
.ContactMain .ContFlex dl {
  width: 31.25%;
  background: #f9f9f9;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  text-align: center;
  padding: var(--width-60) 0;
}
.ContactMain .ContFlex dt img {
  width: var(--width-70);
}
.ContactMain .ContFlex h2 {
  margin: var(--margin-20) auto var(--margin-15) auto;
  font-size: var(--font-size-24);
  font-weight: bold;
}
.ContactMain .ContFlex p {
  color: #787878;
  line-height: 2;
  padding: 0 var(--width-50);
}
.mySwiper2 {
  background: #f9f9f9;
  height: var(--height-400);
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  padding: var(--margin-10);
}
.mySwiper2 .swiper-slide img {
  width: 95%;
  height: auto;
}
.w98 {
  width: var(--width-780);
  background: #f9f9f9;
  position: absolute;
  right: 0;
  bottom: 0;
  height: var(--width-150);
  padding: var(--margin-20);
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
.w98 .swiper-button {
  width: var(--margin-30);
  top: 60%;
}
.w98 .swiper-button:hover {
  opacity: .5;
}
.w98 .swiper-button-prev {
  left: var(--margin-20);
}
.w98 .swiper-button-next {
  right: var(--margin-20);
}
.mySwiper3 {
  width: 85%;
}
.mySwiper3 .swiper-slide img {
  width: 95%;
  height: auto;
}
.mySwiper3 .swiper-slide {
  background: #fff;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
.mySwiper3 .swiper-slide-thumb-active {
  border: 1px #eabfbf solid;
}
.mapeds {
  width: 100%;
  height: 490px;
  margin-bottom: var(--margin-60);
}
.contact_tc {
  background: #fff;
  position: absolute;
  top: 45.5%;
  left: 60%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 3px 19px 0px rgba(0, 0, 0, 0.15);
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  padding: var(--margin-20);
  width: 315px;
}
.contact_tc dl a {
  display: flex;
}
.contact_tc dt {
  width: var(--font-size-12);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  left: -5px;
}
.contact_tc dd {
  align-self: center;
}
.contact_tc dd h2 {
  font-weight: bold;
  margin-bottom: var(--margin-10);
  font-size: var(--font-size-18);
}
.contact_tc dd p {
  color: #555555;
}
.ContactForm {
  padding: var(--width-50) 0;
}
.ContactForm .textarea {
  font-family: 微软雅黑;
  color: #999999;
  padding: var(--margin-20) var(--margin-25);
  border: 1px #e5e5e5 solid;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  width: 100%;
  margin-bottom: var(--margin-30);
}
.ContactForm .ContactBtn {
  width: var(--width-370);
  background: #d11919;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  margin: var(--width-60) auto 0 auto;
  text-align: center;
  color: #fff;
  cursor: pointer;
  padding: var(--margin-20) 0;
  font-size: var(--font-size-18);
}
.ContactForm p {
  width: 31.25%;
  border: 1px #e5e5e5 solid;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
  overflow: hidden;
  display: flex;
}
.ContactForm p i {
  color: #d11919;
  margin: 0 var(--margin-5) 0 var(--margin-30);
  align-self: center;
}
.ContactForm p .text {
  padding: var(--margin-20) 0;
  width: 91%;
  border: none;
}
.ptbt30 {
  padding: var(--margin-30);
}
.radiused {
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
.page {
  margin: var(--width-50) auto var(--margin-15) auto;
}
#pages {
  display: flex;
  justify-content: center;
}
.page ul li a,
.page ul li span {
  background: #fff;
  border: 1px #e8e8e8 solid;
  color: #282828;
  text-align: center;
  padding: var(--margin-10) var(--font-size-16);
  margin-right: var(--margin-10);
  cursor: pointer;
  -moz-border-radius: var(--margin-15);
  -webkit-border-radius: var(--margin-15);
  border-radius: var(--margin-15);
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
.page ul li a:hover,
.page ul li span:hover,
.page ul li.active span {
  background: #d11919;
  border: 1px #d11919 solid;
  color: #fff;
}
footer {
  background: #101316;
  padding-top: var(--width-70);
}
footer .FootOne {
  padding-bottom: var(--width-90);
}
footer .FootOne dt {
  color: #d11919;
  font-size: var(--font-size-18);
}
footer .FootOne dt i {
  display: block;
  width: var(--width-70);
  height: 1px;
  background: #c81919;
  margin-top: var(--margin-25);
}
footer .FootOne dd a {
  color: #fff;
  width: 50%;
  margin-top: var(--margin-25);
}
footer .FootOne dd p {
  color: #fff;
  margin-top: var(--margin-25);
}
footer .FootOne dl:nth-child(1) {
  width: var(--width-220);
}
footer .FootOne dl:nth-child(2) img {
  width: var(--margin-25);
  margin-right: var(--margin-10);
}
footer .FootOne dl:nth-child(3) dt {
  text-align: right;
  position: relative;
}
footer .FootOne dl:nth-child(3) dt i {
  float: right;
}
footer .FootOne dl:nth-child(3) dd {
  clear: both;
  padding-top: var(--margin-25);
}
footer .FootOne dl:nth-child(3) .FootCore {
  width: var(--width-120);
  margin-left: var(--margin-30);
}
footer .FootOne dl:nth-child(3) .FootCore img {
  -moz-border-radius: var(--margin-10);
  -webkit-border-radius: var(--margin-10);
  border-radius: var(--margin-10);
}
footer .FootOne dl:nth-child(3) .FootTel img {
  width: var(--margin-25);
  margin-right: var(--margin-15);
}
footer .FootOne dl:nth-child(3) .FootTel p {
  margin-top: 0;
}
footer .FootOne dl:nth-child(3) .FootTel p:nth-child(1) {
  font-size: var(--font-size-28);
  font-weight: bold;
  font-style: italic;
}
footer .FootOne dl:nth-child(3) .FootTel p:nth-child(2) {
  color: #828886;
  font-size: var(--font-size-14);
  margin-top: var(--margin-15);
  padding-left: var(--margin-40);
}
footer .FootCopyright {
  padding: var(--margin-35) 0;
  color: #c7c7c7;
}
footer .FootCopyright a {
  color: #c7c7c7;
  margin-left: var(--margin-40);
}
.PulicWord {
  margin-top: var(--margin-30);
}
.PulicWord p {
  color: #787878;
  line-height: 1.8;
}
.mt35 {
  margin-top: var(--margin-35);
}
/* 动画 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
.wap_nav_sw_ck {
  opacity: 0;
  z-index: -9999;
}
@media (max-width: 800px) {
  :root {
    --box: 100%;
    --font-size-12: 0.16rem;
    --font-size-14: 0.18666667rem;
    --font-size-16: 0.21333333rem;
    --font-size-18: 0.24rem;
    --font-size-20: 0.26666667rem;
    --font-size-24: 0.32rem;
    --font-size-28: 0.37333333rem;
    --font-size-30: 0.4rem;
    --font-size-36: 0.48rem;
    --margin-3: 0.04rem;
    --margin-5: 0.06666667rem;
    --margin-10: 0.13333333rem;
    --margin-15: 0.2rem;
    --margin-20: 0.26666667rem;
    --margin-25: 0.33333333rem;
    --margin-30: 0.4rem;
    --margin-35: 0.46666667rem;
    --margin-40: 0.53333333rem;
    --margin-45: 0.6rem;
    --width-50: 0.66666667rem;
    --width-60: 0.8rem;
    --width-70: 0.93333333rem;
    --width-80: 1.06666667rem;
    --width-90: 1.2rem;
    --width-100: 1.33333333rem;
    --width-110: 1.46666667rem;
    --width-200: 2.66666667rem;
    --width-220: 2.93333333rem;
    --width-270: 3.6rem;
    --width-120: 1.6rem;
    --width-125: 1.66666667rem;
    --width-150: 2rem;
    --width-775: 10.33333333rem;
    --width-1200: 16rem;
    --width-330: 4.4rem;
    --width-370: 4.93333333rem;
    --width-430: 5.73333333rem;
    --width-500: 6.66666667rem;
    --width-1000: 13.33333333rem;
    --width-600: 8rem;
    --width-780: 10.4rem;
    --height-40: 0.53333333rem;
    --height-85: 1.13333333rem;
    --height-220: 2.93333333rem;
    --height-240: 3.2rem;
    --height-175: 2.33333333rem;
    --height-180: 2.4rem;
    --height-265: 3.53333333rem;
    --height-310: 4.13333333rem;
    --height-400: 5.33333333rem;
    --height-630: 8.4rem;
  }
  .header-show {
    z-index: 99999;
    top: 1.34rem;
    opacity: 1;
    display: block;
    position: fixed;
    width: 100%;
    background: #fff;
    height: 100%;
    border-top: 1px #f5f5f5 solid;
  }
  .header-show .postion.cur ul {
    display: block;
    width: 18.5%;
    left: 14px;
    top: 51px;
  }
  .header-show .postion.cur ul li {
    line-height: 2;
  }
  .header-show .postion ul {
    width: 100%;
  }
  .header-show .postion ul li {
    text-align: left;
  }
  .header-show p {
    padding: var(--margin-30);
    display: flex;
    justify-content: space-between;
  }
  .header-show p em {
    width: 20%;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
  }
  .header-show p .text {
    width: 60%;
    background: #f1f1f1;
    border: 0;
  }
  .header-show p .btn_srh {
    background: #e60012;
    -webkit-appearance: none;
    color: #fff;
    border: 0;
    cursor: pointer;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    font-size: var(--font-size-26);
    width: 20%;
  }
  .wap_nav_sw li {
    line-height: 36px;
    border-bottom: 1px #f5f5f5 solid;
  }
  .wap_nav_sw li dl {
    display: none;
  }
  .wap_nav_sw li.active dl {
    display: block;
    border-top: 1px #f5f5f5 solid;
  }
  .wap_nav_sw li.active dl dd {
    display: flex;
    flex-wrap: wrap;
    padding: 0.15rem var(--margin-30);
  }
  .wap_nav_sw li.active dl dd a {
    width: 33.33%;
    display: block;
    text-align: center;
    padding: 0;
  }
  .wap_nav_sw h6 {
    display: flex;
    justify-content: center;
    padding: var(--margin-30) 0;
  }
  .wap_nav_sw h6 a {
    font-size: 14px;
    padding: 0 25px;
  }
  .wap_nav_sw li a {
    width: 100%;
    justify-content: space-between;
    padding: 0.15rem var(--margin-30);
    display: flex;
    font-size: 14px;
    text-transform: uppercase;
  }
  .wap_nav span {
    display: block;
    width: 25px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #fff;
    transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), width 0.5s;
    left: 0;
    transform-origin: 16px;
    border-radius: 3px;
    opacity: 1;
  }
  .wap_nav span:last-child {
    margin-bottom: 0;
  }
  .wap_nav span:nth-of-type(2) {
    transition: width .5s ease;
  }
  .wap_nav .first-rotate {
    transform: rotate(-45deg);
    position: relative;
    top: 4px;
    margin-top: 0;
  }
  .wap_nav.self {
    display: block;
  }
  .wap_nav .last-rotate {
    transform: rotate(45deg);
    position: relative;
    top: -5px;
  }
  .wap_nav span.mid-width {
    width: 0;
    opacity: 0;
  }
  .wap_nav_sw li.cur > a {
    color: #d11919;
    font-weight: bold;
  }
  .wap_nav_sw li img {
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
  }
  .wap_nav_sw li.active img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .wap_nav_sw li.cur dd a.cur {
    color: #d11919;
    font-weight: bold;
  }
  header {
    padding: var(--margin-30);
  }
  header h1 img {
    height: var(--height-40);
  }
  header ul.flex,
  header dl.flex {
    display: none;
  }
  .swiper-button {
    display: none;
  }
  .index_swiper .swiper-slide img {
    height: 50vh;
  }
  .index_swiper .AddImg {
    bottom: var(--margin-40);
  }
  .PublicTitle {
    padding-top: var(--margin-40);
  }
  .PublicTitle h2 {
    font-size: var(--font-size-30);
  }
  .PublicTitle p {
    font-size: var(--font-size-16);
    margin: var(--margin-15) auto var(--margin-25) auto;
  }
  .IndexSolution .PublicDl {
    padding: var(--margin-30);
  }
  .IndexSolution dl {
    width: 100%;
  }
  .IndexSolution dt {
    height: var(--height-310);
  }
  .IndexSolution dd {
    top: -0.5rem;
  }
  .IndexSolution dd h2 {
    width: 90%;
    font-size: var(--font-size-28);
    font-weight: bold;
  }
  .IndexSolution dd p {
    margin: var(--margin-15) auto var(--margin-25) auto;
    line-height: 1.5;
    width: 85%;
  }
  .IndexSolution dd a {
    padding: var(--font-size-14) var(--margin-40);
  }
  .IndexProduct {
    padding-bottom: 0;
  }
  .IndexProduct .ProductHref {
    display: none;
  }
  .IndexProduct .PublicDl {
    margin-top: 0;
    padding: var(--margin-30) var(--margin-25);
  }
  .IndexProduct .PublicDl dl {
    width: 100%;
    margin-bottom: 3%;
  }
  .IndexProduct .PublicDl dl:last-child {
    margin-bottom: 0;
  }
  .IndexProduct .PublicDl dl dd {
    font-size: var(--font-size-28);
  }
  .index_product_swiper {
    margin: var(--width-50) auto 0 auto;
    width: 93%;
  }
  .index_product_swiper .swiper-slide dl dd {
    left: 45%;
  }
  .index_product_swiper .swiper-slide dl img {
    height: var(--height-400);
  }
  .index_product_swiper .swiper-slide dl h2 {
    font-size: var(--font-size-28);
    font-weight: bold;
  }
  .IndexCase {
    padding: 0 var(--margin-30);
  }
  .IndexCase .PublicTitle h2,
  .IndexCase .PublicTitle p {
    color: #fff;
  }
  .IndexCase .swiper-button {
    width: var(--margin-30);
  }
  .IndexCase .index_case_swiper {
    margin: var(--margin-40) auto;
    padding-bottom: var(--width-60);
  }
  .IndexCase .index_case_swiper .swiper-pagination-bullet {
    width: var(--margin-35);
    height: 2px;
    border-radius: 0;
    background: #d11919;
  }
  .IndexCase .index_case_swiper .swiper-pagination-bullet-active {
    width: var(--width-80);
    background: #c6c6c6;
  }
  .IndexCase .index_case_swiper dd {
    left: 50%;
    width: 80%;
  }
  .IndexCase .index_case_swiper dd h2 {
    font-size: var(--font-size-28);
  }
  .IndexCase .index_case_swiper dd a {
    font-size: var(--font-size-14);
  }
  .IndexCase .index_case_swiper dt {
    height: var(--height-400);
  }
  .IndexAbout {
    padding: var(--margin-25);
    padding-top: 0;
  }
  .IndexAbout .PulicWord p {
    font-size: var(--font-size-24);
    line-height: 2;
  }
  .IndexAbout dl {
    width: 48.5%;
    padding: var(--margin-30);
    display: block;
    text-align: center;
  }
  .IndexAbout dl:nth-child(1) {
    width: 100%;
    margin-bottom: 3%;
  }
  .IndexAbout dl:nth-child(1) dd {
    width: 44%;
  }
  .IndexAbout dl dt {
    width: var(--width-70);
    margin: 0 auto;
  }
  .IndexAbout dl dd {
    width: 100%;
    margin: 0 auto;
  }
  .IndexAbout dl h2 {
    font-size: var(--font-size-28);
    margin: var(--margin-20) auto;
  }
  .IndexNews {
    padding: var(--margin-30) var(--margin-25);
  }
  .IndexNews .PublicDl {
    margin-top: var(--margin-40);
  }
  .IndexNews dl {
    width: 48.5%;
  }
  .IndexNews dl:nth-child(1) {
    width: 100%;
    margin-bottom: 5%;
  }
  .IndexNews dl h2 {
    font-size: var(--font-size-24);
  }
  footer {
    padding: var(--margin-30) var(--margin-25);
    padding-bottom: 0;
  }
  footer .FootOne {
    padding-bottom: var(--width-50);
  }
  footer .FootOne dt {
    font-size: var(--font-size-24);
  }
  footer .FootOne dl:nth-child(1) {
    display: none;
  }
  footer .FootOne dl:nth-child(2) {
    width: 100%;
  }
  footer .FootOne dl:nth-child(3) {
    width: 100%;
    margin-top: var(--margin-25);
  }
  footer .FootOne dl:nth-child(3) dt {
    text-align: left;
    position: relative;
  }
  footer .FootOne dl:nth-child(3) dt i {
    float: left;
  }
  footer .FootOne dl:nth-child(3) .FootCore {
    width: 2.25rem;
    margin-top: -1rem;
  }
  footer .FootOne dl:nth-child(3) .FootTel p:nth-child(1) {
    font-size: var(--font-size-36);
  }
  footer .FootOne dl:nth-child(3) .FootTel p:nth-child(2) {
    color: #828886;
    font-size: var(--font-size-14);
    margin-top: var(--margin-15);
    padding-left: var(--margin-40);
  }
  footer .FootCopyright {
    text-align: center;
  }
  footer .FootCopyright a {
    display: block;
    margin: 0;
    margin-top: var(--margin-15);
  }
  .PublicBanner dl dt img {
    width: 100%;
    height: var(--height-400);
  }
  .PublicBanner dl dd {
    top: 55%;
    width: 91%;
  }
  .PublicBanner dl h2 {
    font-size: var(--font-size-28);
  }
  .PublicBanner dl p {
    margin-top: var(--margin-15);
    color: #efefef;
  }
  .PublicNav {
    padding: var(--margin-25);
    font-size: var(--font-size-14);
  }
  .PublicNav i {
    margin: 0 var(--margin-5);
  }
  .PublicNav img {
    width: var(--margin-20);
    margin-right: var(--margin-10);
    align-self: center;
  }
  .PublicNav a {
    color: #787878;
  }
  .PublicNav a:hover {
    color: #c81919;
  }
  .Solution {
    width: 95%;
    margin: var(--margin-25) auto;
  }
  .SolutionNav {
    width: 100%;
  }
  .SolutionNav dl {
    background: -webkit-linear-gradient(left, #eb5352, #d21c1c);
    background: -o-linear-gradient(bottom, #eb5352, #d21c1c);
    background: -moz-linear-gradient(bottom, #eb5352, #d21c1c);
    background: linear-gradient(to bottom, #eb5352, #d21c1c);
    background-size: cover;
    width: 100%;
    height: var(--width-100);
    -moz-border-radius: var(--margin-15);
    -webkit-border-radius: var(--margin-15);
    border-radius: var(--margin-15);
    -moz-border-radius: var(--margin-10);
    -webkit-border-radius: var(--margin-10);
    border-radius: var(--margin-10);
  }
  .SolutionNav dl dt {
    font-size: var(--font-size-24);
  }
  .SolutionNav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .SolutionNav ul li {
    width: 48.5%;
  }
  .SolutionWord {
    width: 100%;
  }
  .SolutionWord .title {
    font-weight: bold;
    font-size: var(--font-size-30);
  }
  .SolutionWord .word p {
    font-size: var(--font-size-24);
    line-height: 2;
  }
  .SolutionWord .IndexProduct {
    background: #fff;
    padding-bottom: 0;
  }
  .SolutionWord .IndexProduct .index_product_swiper .swiper-horizontal > .swiper-pagination-bullets,
  .SolutionWord .IndexProduct .index_product_swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
  .SolutionWord .IndexProduct .index_product_swiper .swiper-pagination-custom,
  .SolutionWord .IndexProduct .index_product_swiper .swiper-pagination-fraction {
    bottom: var(--margin-30);
  }
  .SolutionWord .IndexProduct .PublicDl dl {
    background: #fff;
    border: var(--margin-10) #f9f9f9 solid;
    margin-left: var(--margin-25);
    margin-top: var(--margin-25);
  }
  .SolutionWord .IndexProduct .PublicDl dl:nth-child(3n+1) {
    margin-left: 0;
  }
  .SolutionWord .IndexProduct .PublicDl dl:nth-child(-n + 3) {
    margin-top: 0;
  }
  .SolutionWord .IndexProduct .PublicDl dl dt {
    padding: 0;
    height: var(--height-240);
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .SolutionWord .IndexProduct .PublicDl dl dt img {
    width: 80%;
    display: block;
    margin: 0 auto;
  }
  .SolutionWord .IndexProduct .PublicDl dl dt i {
    font-size: var(--font-size-14);
    top: var(--margin-20);
    left: var(--margin-20);
  }
  .SolutionWord .IndexProduct .PublicDl dl dd {
    font-size: var(--font-size-20);
  }
  .SolutionImg {
    width: 100%;
  }
  .Solution .index_product_swiper {
    width: 100%;
  }
  .Solution .page {
    margin: var(--margin-30) auto;
  }
  .Solution .IndexProduct .PublicDl {
    padding: var(--margin-25) 0;
    justify-content: space-between;
  }
  .Solution .IndexProduct .PublicDl dl {
    margin-left: 0;
    width: 100%;
    margin-top: 0;
  }
  .Solution .IndexProduct .PublicDl dl dt {
    height: 5rem;
  }
  .Solution .IndexProduct .PublicDl dl dd {
    font-size: var(--font-size-28);
  }
  .SolutionTest {
    width: 100%;
  }
  .SolutionTest h2 {
    font-size: var(--font-size-30);
    margin: var(--margin-25) 0;
  }
  .SolutionTest p {
    font-size: var(--font-size-24);
    line-height: 2.25;
  }
  .ptbt30 {
    padding: var(--margin-30) 0;
  }
  .SolutionTow {
    margin-top: var(--margin-30);
  }
  .SolutionTow .SoluTitle {
    -moz-border-radius: var(--margin-15) var(--margin-15) 0 0;
    -webkit-border-radius: var(--margin-15) var(--margin-15) 0 0;
    border-radius: var(--margin-15) var(--margin-15) 0 0;
  }
  .SolutionTow .SoluTitle h2 {
    padding: var(--margin-20) var(--margin-30);
    width: var(--width-270);
    font-size: var(--font-size-30);
  }
  .SolutionTow p {
    font-size: var(--font-size-24);
    line-height: 2.25;
  }
  .mySwiper2 {
    height: auto;
    padding: var(--margin-10);
  }
  .mySwiper2 .swiper-slide img {
    width: 100%;
    height: auto;
  }
  .w98 {
    display: none;
  }
  .PublicNext {
    margin-top: var(--margin-25);
    padding-top: var(--margin-25);
  }
  .PublicNext div:nth-child(1) {
    width: 100%;
  }
  .PublicNext .back {
    display: none;
  }
  .PublicNext p a {
    font-size: var(--font-size-24);
  }
  .CaseList {
    padding: 0;
    margin: var(--margin-25) auto 0 auto;
    width: 100%;
  }
  .CaseList .page {
    margin: var(--width-50) auto;
  }
  .CaseOne {
    margin-top: var(--margin-25);
  }
  .CaseOne a {
    padding: var(--margin-20);
  }
  .CaseOne span {
    display: none;
  }
  .CaseOne dl dt {
    width: 40%;
    height: 3rem;
  }
  .CaseOne dl dd {
    width: 56%;
  }
  .CaseOne dl dd h2 {
    font-size: var(--font-size-28);
  }
  .CaseOne dl dd em {
    margin: var(--margin-10) 0 var(--margin-25) 0;
  }
  .CaseOne dl dd p {
    line-height: 2;
    font-size: var(--font-size-24);
  }
  .CaseCont {
    padding: 0;
    width: 95%;
  }
  .CaseCont .CaseNav {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-top: var(--margin-35);
  }
  .CaseCont .CaseNav h1 {
    padding-bottom: var(--margin-20);
  }
  .CaseCont .CaseNav h1 span {
    font-size: var(--font-size-30);
  }
  .CaseCont .CaseNav dl dt {
    width: 35%;
    height: 2rem;
  }
  .CaseCont .CaseNav dl dd {
    width: 62%;
  }
  .CaseCont .CaseNav dl dd h2 {
    font-size: var(--font-size-28);
  }
  .CaseCont .CaseNav dl dd p {
    color: #757575;
    margin-top: var(--margin-10);
    font-size: var(--font-size-14);
  }
  .CaseCont .CaseWord {
    width: 100%;
  }
  .CaseCont .CaseWord .Word p {
    line-height: 2.24;
    margin-top: var(--margin-20);
  }
  .CaseCont .CaseWord .Title h2 {
    font-size: var(--font-size-30);
    padding: var(--margin-30) 0 0 0;
  }
  .CaseCont .CaseWord .Title p {
    font-size: var(--font-size-24);
    line-height: 2.24;
  }
  .AboutMain .Word {
    padding: 0 var(--margin-25);
  }
  .AboutMain .Word p {
    line-height: 2.25;
    font-size: var(--font-size-24);
    margin-top: var(--margin-25);
  }
  .AboutOne {
    background: #f9f9f9 url(../images/AboutBg.jpg) no-repeat;
    background-size: cover;
    margin-top: var(--margin-30);
    padding-bottom: var(--margin-10);
  }
  .AboutOne .box {
    margin: var(--margin-30);
    width: 92.2%;
  }
  .AboutOne .Title {
    font-size: var(--font-size-36);
    padding: var(--width-60) 0;
  }
  .AboutOne dl {
    width: 100%;
    padding: var(--width-60) 0;
  }
  .AboutOne dl:nth-child(2) {
    margin: var(--margin-30) 0;
  }
  .AboutOne dt img {
    width: 1.5rem;
  }
  .AboutOne dd h2 {
    font-size: var(--font-size-30);
    margin: var(--margin-25) auto var(--margin-20) auto;
  }
  .AboutOne dd p {
    width: 45%;
    line-height: 2.25;
    font-size: var(--font-size-24);
  }
  .NewsOne {
    padding: var(--margin-30) var(--margin-25);
  }
  .NewsOne dl {
    width: 100%;
  }
  .NewsOne dl:nth-child(2) {
    margin: var(--margin-25) 0;
  }
  .NewsOne dt h2 {
    font-size: var(--font-size-30);
  }
  .NewsOne dd p {
    line-height: 2.25;
    font-size: var(--font-size-24);
  }
  .NewsOne dd h6 {
    font-size: var(--font-size-24);
  }
  .NewsOne dd h6 img {
    width: var(--margin-15);
  }
  .NewsList .CaseOne:nth-child(1) {
    margin-top: 0;
  }
  .NewsList .CaseOne a {
    padding: var(--margin-30);
  }
  .NewsList .CaseOne dl dt {
    width: 40%;
    height: 3rem;
  }
  .NewsList .CaseOne dl dd {
    width: 56%;
  }
  .NewsList .CaseOne dl dd h2 {
    font-weight: bold;
  }
  .IndexCaseList {
    margin-top: var(--margin-30);
  }
  .IndexCaseList dl {
    width: 48.5%;
    margin-bottom: var(--width-70);
  }
  .IndexCaseList dl:last-child {
    width: 100%;
  }
  .IndexCaseList dl:last-child dt {
    height: 4rem;
  }
  .IndexCaseList dt {
    height: 2.5rem;
  }
  .IndexCaseList dd {
    padding: var(--margin-30) 0 var(--width-70) 0;
  }
  .IndexCaseList h2 {
    font-size: var(--font-size-28);
    font-weight: bold;
  }
  .IndexCaseList a {
    width: 45%;
    bottom: -0.35rem;
  }
  .ContactMain .ContFlex {
    padding: var(--margin-25);
  }
  .ContactMain .ContFlex dl {
    width: 100%;
    padding: var(--width-60) 0;
  }
  .ContactMain .ContFlex dl:nth-child(2) {
    margin: var(--margin-25) 0;
  }
  .ContactMain .ContFlex h2 {
    margin: var(--margin-20) auto;
    font-size: var(--font-size-30);
  }
  .ContactMain .ContFlex p {
    line-height: 2.25;
    font-size: var(--font-size-24);
  }
  .map {
    margin-bottom: var(--margin-25);
  }
  .mapeds {
    height: 7rem;
    margin-bottom: var(--margin-60);
  }
  .contact_tc {
    left: 50%;
    padding: var(--margin-20);
    width: 90%;
  }
  .contact_tc dt {
    display: none;
  }
  .contact_tc dd h2 {
    font-size: var(--font-size-30);
  }
  .contact_tc dd p {
    font-size: var(--font-size-24);
  }
  .ContactForm {
    padding: var(--width-25);
    width: 93%;
    margin: 0 auto;
  }
  .ContactForm .textarea {
    padding: var(--margin-20) var(--margin-25);
    margin-bottom: var(--margin-30);
  }
  .ContactForm .textarea::-webkit-input-placeholder {
    font-size: var(--font-size-24);
  }
  .ContactForm .textarea::-moz-placeholder {
    font-size: var(--font-size-24);
  }
  .ContactForm .textarea::-ms-input-placeholder {
    font-size: var(--font-size-24);
  }
  .ContactForm .ContactBtn {
    width: var(--width-370);
    margin: var(--width-60) auto;
    font-size: var(--font-size-24);
  }
  .ContactForm p {
    width: 100%;
  }
  .ContactForm p:nth-child(2) {
    margin: var(--margin-25) 0;
  }
  .ContactForm p .text {
    padding: var(--margin-30) 0;
  }
  .ContactForm p .text::-webkit-input-placeholder {
    font-size: var(--font-size-24);
  }
  .ContactForm p .text::-moz-placeholder {
    font-size: var(--font-size-24);
  }
  .ContactForm p .text::-ms-input-placeholder {
    font-size: var(--font-size-24);
  }
  .AddPt30 {
    margin: var(--margin-25);
  }
  .SolutionNav ul li.cur .dl {
    display: none;
  }
  .wap_nav_sw_ck {
    z-index: -99999;
    top: 0;
    opacity: 0;
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .wap_nav_sw_ck.cur {
    opacity: 1;
    z-index: 99999;
  }
  .wap_nav_sw_ck.cur ul {
    left: 0;
  }
  .wap_nav_sw_ck .wap_mask {
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9;
  }
  .wap_nav_sw_ck ul {
    width: 80%;
    height: 100vh;
    background: #fff;
    padding: var(--margin-30);
    position: relative;
    z-index: 10;
    left: -80%;
    transition: all .5s;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
  }
  .wap_nav_sw_ck .wap_name {
    font-size: var(--font-size-28);
    display: block;
    font-weight: bold;
    padding-bottom: var(--margin-25);
    color: #000;
    border-bottom: 1px #f5f5f5 solid;
  }
  .wap_nav_sw_ck dd a {
    display: block;
    padding: var(--margin-20);
    border-bottom: 1px #f5f5f5 solid;
  }
  .wap_nav_sw_ck dd a.cur {
    color: #d11919;
  }
}
