@charset "UTF-8";
/*header start*/
#menuWap {
  display: none;
}
.header{
    position: sticky;
    left:0;
    top:0;
    width:100%;
    z-index:999;
}
.header .header-bar {
  padding: clamp(10px, 0.78125vw, 15px) 0;
  background: #E60000;
}
.header .header-bar .ipd-20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .header-bar .ipd-20 .link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: clamp(32px, 2.5vw, 48px);
}
.header .header-bar .ipd-20 .link-item .icon {
  width: clamp(17.33333px, 1.35417vw, 26px);
  height: clamp(17.33333px, 1.35417vw, 26px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*border: 1px solid #fff;*/
  /*border-radius: 50%;*/
}
.header .header-bar .ipd-20 .link-item .icon img {
  max-width: 100%;
  height: auto;
}
.header .header-bar .ipd-20 .link-item a {
  font-size: clamp(14px, 0.9375vw, 18px);
  display: inline-block;
  margin-left: clamp(5.33333px, 0.41667vw, 8px);
  color: #fff;
}
.header .logo-nav-tool {
  border-bottom: 3px solid #eaeaea;
  background:#fff;
}
.header .logo-nav-tool .ipd-20 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.header .logo-nav-tool .ipd-20 .logo {
  width: clamp(150px, 11.71875vw, 225px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo-nav-tool .ipd-20 .logo a {
  display: block;
}
.header .logo-nav-tool .ipd-20 .logo a img {
  width: 100%;
  height: auto;
}
.header .logo-nav-tool .ipd-20 .nav-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - clamp(150px, 11.71875vw, 225px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(33.33333px, 2.60417vw, 50px);
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box {
  width: calc(100% - 200px);
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li {
  /*padding: clamp(18px, 1.40625vw, 27px) clamp(20px, 1.4vw, 35px);*/
  padding: clamp(18px, 1.40625vw, 27px) clamp(10px, 1.4vw, 35px);
  position: relative;
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > a {
  font-size: clamp(16px, 0.9375vw, 18px);
  display: inline-block;
  font-weight: 800;
  color: #222;
  white-space: nowrap;
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li:hover > a, .header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li.act > a {
  color: #E60000;
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 3px;
  background: #E60000;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li.act::after, .header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul {
  position: absolute;
  left: 0;
  top: calc(100% + 3px);
  z-index: 99;
  background: #fff;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
  width: 260px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.08);
          box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.08);
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul > li {
  border-bottom: 1px solid #F3F3F3;
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul > li > a {
  display: block;
  padding: 15px 20px;
  font-size: clamp(14px, 0.83333vw, 16px);
  color: #222;
  font-weight: 800;
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul > li:hover > a {
  background: #F3F3F3;
  color: #222;
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul > li:last-child {
  border-bottom: none;
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul > li > ul {
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 99;
  background: #fff;
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  visibility: hidden;
  opacity: 0;
  width: 260px;
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 15px 20px;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  color: #222;
  font-weight: 800;
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul > li > ul > li:hover > a {
  background: #F3F3F3;
  color: #222;
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li:hover > ul {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box {
  width: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .search {
  width: 143px;
  height: 27px;
  position: relative;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .search input {
  width: 100%;
  height: 100%;
  border-radius: clamp(8.66667px, 0.67708vw, 13px);
  padding: 0 clamp(6.66667px, 0.52083vw, 10px) 0 clamp(23.33333px, 1.82292vw, 35px);
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F0EDEC;
  border: none;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .search input::-webkit-input-placeholder {
  color: #b3b3b3;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .search input::-moz-placeholder {
  color: #b3b3b3;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .search input:-ms-input-placeholder {
  color: #b3b3b3;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .search input::-ms-input-placeholder {
  color: #b3b3b3;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .search input::placeholder {
  color: #b3b3b3;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .search button {
  position: absolute;
  top: 0;
  left: 5px;
  z-index: 3;
  width: clamp(18px, 1.40625vw, 27px);
  height: 100%;
  background: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .lan dl {
  position: relative;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .lan dl dt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .lan dl dt span {
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #222;
  margin-right: 5px;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .lan dl dt img {
  -webkit-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .lan dl:hover dt img {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .lan dl dd {
  position: absolute;
  visibility: hidden;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  left: 50%;
  top: 100%;
  width: 50px;
  margin-left: -25px;
  background: #bfbfbf;
  z-index: 3;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .lan dl dd a {
  display: block;
  text-align: center;
  font-size: 12px;
  padding: 5px 0;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .lan dl dd a:hover {
  background: #E60000;
}
.header .logo-nav-tool .ipd-20 .nav-tool .tool-box .lan:hover dd {
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*header end*/
.banner {
  --swiper-pagination-color:#E60000;
  --swiper-theme-color:#fff;
  --swiper-navigation-size:36px;
}
.banner .img-box {
  padding-bottom: 41.66667%;
  position: relative;
  overflow: hidden;
}
.banner.sup-kv .img-box{
    padding-bottom:26%;
}
.banner .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .video-box {
  position: relative;
  padding-bottom: 41.66667%;
  overflow: hidden;
}
.banner .video-box video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .swiper-button-prev {
  padding: 50px 20px;
  background: rgba(0, 0, 0, 0.3);
  left: 0;
  border-radius: 0 5px 5px 0;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.banner .swiper-button-next {
  padding: 50px 20px;
  background: rgba(0, 0, 0, 0.3);
  right: 0;
  border-radius: 5px 0 0 5px;
  margin-top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*footer start*/
.footer {
  background: #565656;
}
.footer .footer-nav-tool {
  padding: clamp(30px, 5.98958vw, 115px) 0;
}
.footer .footer-nav-tool .nav-tool {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.footer .footer-nav-tool .nav-tool .nav {
  width: 78%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer-nav-tool .nav-tool .nav dl {
  /*width: 22%;*/
}
.footer .footer-nav-tool .nav-tool .nav dl:last-child {
  width: 34%;
}
.footer .footer-nav-tool .nav-tool .nav dl dt a {
  font-weight: 800;
  font-size: clamp(16px, 1.14583vw, 22px);
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.footer .footer-nav-tool .nav-tool .nav dl dd {
  padding-top: 10px;
  font-size: 16px;
}
.footer .footer-nav-tool .nav-tool .nav dl dd a {
  margin-top: 10px;
  display: block;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.footer .footer-nav-tool .nav-tool .nav dl dd div {
  color: #fff;
  margin-top: 10px;
}
.footer .footer-nav-tool .nav-tool .nav dl dd div a {
  display: inline-block;
  font-size: 16px;
  margin-top: 0;
}
.footer .footer-nav-tool .nav-tool .nav dl a:hover {
  color: #E60000;
}
.footer .footer-nav-tool .nav-tool .tool {
  padding-left: 2%;
  width: 17%;
}
.footer .footer-nav-tool .nav-tool .tool .subscribe .title {
  font-size: 16px;
  color: #fff;
}
.footer .footer-nav-tool .nav-tool .tool .subscribe .form {
  margin-top: 15px;
  position: relative;
}
.footer .footer-nav-tool .nav-tool .tool .subscribe .form input {
  width: 100%;
  height: clamp(29.33333px, 2.29167vw, 44px);
  border-radius: clamp(14.66667px, 1.14583vw, 22px);
  padding: 0 clamp(10px, 0.78125vw, 15px);
  font-size: clamp(9.33333px, 0.72917vw, 14px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
  border: 1px solid #a6a6a6;
}
.footer .footer-nav-tool .nav-tool .tool .subscribe .form input::-webkit-input-placeholder {
  color: #fff;
}
.footer .footer-nav-tool .nav-tool .tool .subscribe .form input::-moz-placeholder {
  color: #fff;
}
.footer .footer-nav-tool .nav-tool .tool .subscribe .form input:-ms-input-placeholder {
  color: #fff;
}
.footer .footer-nav-tool .nav-tool .tool .subscribe .form input::-ms-input-placeholder {
  color: #fff;
}
.footer .footer-nav-tool .nav-tool .tool .subscribe .form input::placeholder {
  color: #fff;
}
.footer .footer-nav-tool .nav-tool .tool .subscribe .form button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: clamp(50px, 3.90625vw, 75px);
  height: clamp(29.33333px, 2.29167vw, 44px);
  background: #fff url('../images/submit.png') center no-repeat;
  background-size:20px 20px;
  border-radius: clamp(14.66667px, 1.14583vw, 22px);
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all 0.6s;
}
.footer .footer-nav-tool .nav-tool .tool .subscribe .form button  img{
    display:none;
}
.footer .footer-nav-tool .nav-tool .tool .subscribe .form button:hover{
    background:#E60000 url('../images/submit2.png') center no-repeat;
    background-size:20px 20px;
}
.footer .footer-nav-tool .nav-tool .tool .social {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*width:calc(100% - clamp(50px, 3.90625vw, 75px));*/
  justify-content: space-between;
}
.footer .footer-nav-tool .nav-tool .tool .social .icon {
  /*margin-left: 15px;*/
}
.footer .footer-nav-tool .nav-tool .tool .social .icon:first-child {
  margin-left: 0;
}
.footer .footer-nav-tool .nav-tool .tool .social .icon a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(24.66667px, 1.92708vw, 37px);
  height: clamp(24.66667px, 1.92708vw, 37px);
  border-radius: 50%;
  border: 1px solid #fff;
  color: #565656;
  text-align: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.footer .footer-nav-tool .nav-tool .tool .social .icon a img{
    max-width:100%;
    width:15px;
    height:auto;
}
.footer .footer-nav-tool .nav-tool .tool .social .icon a:hover {
  background: #E60000;
  border-color: #E60000;
}
.footer .footer-copy {
  padding-bottom: clamp(26.66667px, 2.08333vw, 40px);
}
.footer .footer-copy .copy-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer-copy .copy-link .copy {
  width: 50%;
  color: #fff;
  font-size: 16px;
}
.footer .footer-copy .copy-link .link {
  width: 50%;
  text-align: right;
}
.footer .footer-copy .copy-link .link a {
  display: inline-block;
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.footer .footer-copy .copy-link .link a:hover {
  color: #E60000;
}

.right-fixed {
  position: fixed;
  right: 25px;
  bottom: 10%;
  z-index: 999;
}
.right-fixed a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: clamp(31.33333px, 2.44792vw, 47px);
  height: clamp(31.33333px, 2.44792vw, 47px);
  border-radius: 50%;
  color: #565656;
  text-align: center;
  line-height: clamp(26.66667px, 2.08333vw, 40px);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: #E60000;
  margin-top: 16px;
}
.right-fixed a img {
  max-width: clamp(20px, 1.5625vw, 30px);
  height: auto;
}

/*footer end*/
.crumbs-box {
  padding: 24px 0;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}
.crumbs-box a {
  color: #222222;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.crumbs-box a:hover {
  color: #E60000;
}
.crumbs-box a.home {
  padding: 10px 0 10px 40px;
  background: url(../images/home-icon-01.png) no-repeat left center;
  background-size:30px 30px;
}
.crumbs-box i {
  display: inline-block;
  padding: 0 5px;
  color: #222222;
}
.crumbs-box span {
  color: #222222;
}

/*公共样式定义 start*/
/*例如,统一间距,统一字体,统一大小写,统一最大距离*/
.ipd-20 {
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}

/* 内容区域宽度+40px */
.m-width-content {
  max-width: 1640px;
  margin: 0 auto;
}

/*分页 start*/
.page-box {
  padding: 50px 0;
  text-align: center;
}
.page-box .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page-box .wp-pagenavi a,
.page-box .wp-pagenavi span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 14px;
  color: #222;
  margin: 0 5px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: transparent;
  border-radius: 50%;
}
.page-box .wp-pagenavi a.nextpostslink,
.page-box .wp-pagenavi a.previouspostslink {
  width: auto;
}
.page-box .wp-pagenavi .current {
  font-weight: bold;
  color: #fff;
  background: #E60000;
}

/*分页 end*/
.h-cloud-map .hc-map-inner {
  position: relative;
}
.h-cloud-map .hc-map-inner .map-pic img {
  width: 100%;
  height: auto;
}
.h-cloud-map .hc-map-inner .location {
  position: absolute;
  display: none;
}
.h-cloud-map .hc-map-inner .fixate .text {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 150px;
  text-align: center;
  margin-left: -75px;
  line-height: 1;
  padding: 5px;
  font-size: 16px;
  color: #000000;
}
.h-cloud-map .hc-map-inner .fixate .f4 .text {
  left: 100%;
  top: 0;
  margin-left: 10px;
  text-align: left;
  width: 220px;
  color: #ED1C24;
  padding: 8.5px 0;
}
.h-cloud-map .hc-map-inner .moving .text {
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -9px;
  font-size: 12px;
  width: 150px;
  margin-left: 5px;
  height: 18px;
  line-height: 18px;
  color: #ED1C24;
  display: none;
  -webkit-transform: translateX(10%);
          transform: translateX(10%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.h-cloud-map .hc-map-inner .moving .location {
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.h-cloud-map .hc-map-inner .moving .location:hover .text {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  display: block;
}
.h-cloud-map .hc-map-inner .moving .location:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.h-cloud-map .hc-map-inner .moving .dot {
  width: 6px;
  height: 6px;
  background: rgb(237, 28, 36);
  border-radius: 50%;
  position: relative;
}
.h-cloud-map .hc-map-inner .moving .dot::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  background: rgba(237, 28, 36, 0.3);
  border-radius: 50%;
  -webkit-animation: sanfang 1s ease-out infinite;
          animation: sanfang 1s ease-out infinite;
}
.h-cloud-map .hc-map-inner .moving .dot::before {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -7px 0 0 -7px;
  background: rgba(237, 28, 36, 0.2);
  border-radius: 50%;
  -webkit-animation: sanfang 1.5s ease-out infinite;
          animation: sanfang 1.5s ease-out infinite;
}
@-webkit-keyframes sanfang {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0.6;
  }
  25% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
}
@keyframes sanfang {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    opacity: 0.6;
  }
  25% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 1;
  }
  75% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.8;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.6;
  }
}
.h-cloud-map .hc-map-inner .moving .m1 .text,
.h-cloud-map .hc-map-inner .moving .m2 .text,
.h-cloud-map .hc-map-inner .moving .m4 .text,
.h-cloud-map .hc-map-inner .moving .m9 .text {
  left: auto;
  right: 100%;
  margin-right: 5px;
  margin-left: 0;
  text-align: right;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
}
.h-cloud-map .hc-map-inner .moving .m14 {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}
.h-cloud-map .hc-map-inner .moving .m14 .text {
  left: auto;
  right: 100%;
  margin-right: 5px;
  margin-left: 0;
  text-align: right;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  display: block;
}

.index-tit {
  text-align: center;
}
.index-tit h6 {
  padding-bottom: clamp(28px, 2.1875vw, 42px);
  position: relative;
  line-height: 1;
  font-size: clamp(28px, 2.29167vw, 44px);
  color: #222;
  font-weight: 800;
  text-transform: uppercase;
}
.index-tit h6::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(72.66667px, 5.67708vw, 109px);
  height: 5px;
  background: #ED1C24;
}
.index-tit h6::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 44%;
  height: 1px;
  background: #E6E6E6;
}
.index-tit p {
  margin-top: clamp(24px, 1.875vw, 36px);
  font-size: 16px;
  color: #222;
}





.btn a {
  width: clamp(116px, 9.0625vw, 174px);
  height: clamp(36px, 2.8125vw, 54px);
  border-radius: clamp(18px, 1.40625vw, 27px);
  line-height: clamp(36px, 2.8125vw, 54px);
  border: 1px solid #E60000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: clamp(29.33333px, 2.29167vw, 44px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn a span {
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #E60000;
}
.btn a i {
  margin-left: clamp(10px, 0.78125vw, 15px);
  width: clamp(22.66667px, 1.77083vw, 34px);
  height: clamp(22.66667px, 1.77083vw, 34px);
  background: #E60000 url(../images/index-1.png) no-repeat center center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.btn a:hover {
  background: #E60000;
}
.btn a:hover span {
  color: #fff;
}
.btn a:hover i {
  background: #fff url(../images/index-1-h.png) no-repeat center center;
}

.index-01 .index-tit {
  /*padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(66.66667px, 5.20833vw, 100px);*/
  padding: clamp(35px, 4.16667vw, 80px) 0 clamp(35px, 5.20833vw, 100px);
}
.index-01 .pro-cate-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-01 .pro-cate-list ul li {
  width: calc(33.3333333333% - 13.3333333333px);
  margin-left: 20px;
}
.index-01 .pro-cate-list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.index-01 .pro-cate-list ul li a {
  display: block;
  position: relative;
}
.index-01 .pro-cate-list ul li a .img-box {
  padding-bottom: 99.040307%;
  position: relative;
  overflow: hidden;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.index-01 .pro-cate-list ul li a .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index-01 .pro-cate-list ul li a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.index-01 .pro-cate-list ul li a .name {
  position: absolute;
  z-index: 3;
  left: 20px;
  bottom: 25px;
  width: clamp(182.66667px, 14.27083vw, 274px);
  height: clamp(44px, 3.4375vw, 66px);
  line-height: clamp(44px, 3.4375vw, 66px);
  font-size: clamp(17.33333px, 1.35417vw, 26px);
  color: #fff;
  font-weight: 800;
  text-transform: capitalize;
  background: #E60000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 4%;
}
.index-01 .pro-cate-list ul li a .name span {
  display: block;
  background: url(../images/index-01-name.png) no-repeat right center;
}

.index-02 .index-tit {
  /*padding: clamp(66.66667px, 5.20833vw, 100px) 0 clamp(60px, 4.6875vw, 90px);*/
  padding: clamp(35px, 4.16667vw, 80px) 0 clamp(35px, 5.20833vw, 100px);
}
.index-02 .service-index {
  position: relative;
  /*padding-bottom: clamp(30px, 2.34375vw, 45px);*/
  padding-bottom: clamp(65px, 2.34375vw, 45px);
}
.index-02 .service-index .text {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.index-02 .service-index .text .tit {
  font-size: clamp(20px, 1.35417vw, 26px);
  color: #E60000;
  font-weight: 800;
  text-transform: uppercase;
  padding: clamp(20px, 1.5625vw, 30px) 0;
  position: relative;
}
.index-02 .service-index .text .tit::before {
  content: attr(data-tit);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: clamp(61.33333px, 4.79167vw, 92px);
  color: rgba(230, 0, 0, 0.08);
  font-weight: 800;
  white-space: nowrap;
}
.index-02 .service-index .text .desc {
  background: #fff url(../images/is-01-l.png) no-repeat center;
  background-color:#fff !important;
  border: 2px solid #F61824;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  -webkit-box-shadow: 0px 5px 26px 6px rgba(57, 57, 57, 0.07);
          box-shadow: 0px 5px 26px 6px rgba(57, 57, 57, 0.07);
  /*padding: clamp(40px, 3.125vw, 60px) clamp(40px, 3.125vw, 60px) clamp(40px, 3.125vw, 60px) clamp(80px, 6.25vw, 120px);*/
  padding: clamp(40px, 3.125vw, 60px) clamp(40px, 4.125vw, 60px) clamp(40px, 3.125vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-02 .service-index .text .desc .dt {
  font-weight: 800;
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  color: #222222;
  margin-bottom: clamp(20px, 1.5625vw, 30px);
}
.index-02 .service-index .text .desc .dd {
  /*font-size: clamp(10.66667px, 0.93333vw, 16px);*/
  font-size: clamp(14px, 0.93333vw, 16px);
  color: #222222;
  line-height: clamp(20px, 1.71875vw, 30px);
  /*height: clamp(110px, 10.59375vw, 165px);*/
  height: auto;
  /*margin-bottom: clamp(66.66667px, 5.20833vw, 100px);*/
  margin-bottom: clamp(20px, 1.20833vw, 100px);
  text-align: justify;
}
.index-02 .service-index .pic {
  width: 61.6875%;
  padding-left: 38.3125%;
}
.index-02 .service-index .pic .img-box {
  padding-bottom: 65.45086%;
  position: relative;
  overflow: hidden;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.index-02 .service-index .pic .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index-02 .service-index .pic .img-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.index-03 .sany-benelux {
  background: url(../images/index-03-bg.png) no-repeat center;
  background-size: cover;
}
.index-03 .sany-benelux .sb-inner {
  padding: clamp(38.66667px, 3.02083vw, 58px) 0 clamp(106.66667px, 8.33333vw, 160px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-03 .sany-benelux .sb-inner .t-but {
  width: 50%;
}
.index-03 .sany-benelux .sb-inner .t-but .t {
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(29.33333px, 2.29167vw, 44px);
  font-weight: 800;
}
.index-03 .sany-benelux .sb-inner .t-but .btn {
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.index-03 .sany-benelux .sb-inner .t-but .btn a {
  border-color: #fff;
}
.index-03 .sany-benelux .sb-inner .t-but .btn a span {
  color: #fff;
}
.index-03 .sany-benelux .sb-inner .t-but .btn a i {
  background: #fff url(../images/index-1-h.png) no-repeat center center;
}
.index-03 .sany-benelux .sb-inner .t-but .btn a:hover {
  background: #fff;
}
.index-03 .sany-benelux .sb-inner .t-but .btn a:hover span {
  color: #E60000;
}
.index-03 .sany-benelux .sb-inner .t-but .btn a:hover i {
  background: #E60000 url(../images/index-1.png) no-repeat center center;
}
.index-03 .sany-benelux .sb-inner .des {
  width: 50%;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2.1;
  text-align: justify;
}
.index-03 .video-box {
  margin: clamp(-80px, -6.25vw, -120px) auto 0;
  max-width: clamp(866.66667px, 67.70833vw, 1300px);
  position: relative;
}
.index-03 .video-box .vb-inner {
  padding-bottom: 62.3%;
  overflow: hidden;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
/*视频弹窗*/
/* 弹窗样式 */
.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.modal-overlay.active {
    opacity: 1;
    visibility: visible;
}

.modal-content {
    width: 90%;
    max-width: 900px;
    background: #1a1a1a;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
    transform: scale(0.9);
    transition: transform 0.3s ease;
}

.modal-overlay.active .modal-content {
    transform: scale(1);
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 比例 */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
    transition: background 0.3s ease;
}

.close-btn:hover {
    background: rgba(255, 0, 0, 0.8);
}

.close-btn::before,
.close-btn::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background: white;
}

.close-btn::before {
    transform: rotate(45deg);
}

.close-btn::after {
    transform: rotate(-45deg);
}

.instructions {
    margin-top: 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.1);
    padding: 20px;
    border-radius: 10px;
    max-width: 800px;
}

.instructions h2 {
    margin-bottom: 15px;
}
.index-03 .video-box .vb-inner img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.index-03 .video-box .vb-inner .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
  width: clamp(80px, 6.25vw, 120px);
  height: clamp(80px, 6.25vw, 120px);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}
.index-03 .video-box:hover .vb-inner .play{
    animation: scale 1s infinite alternate;
}
@keyframes scale {
    0% {
        transform: translate(-50%, -50%) scale(1);
    }
    100% {
        transform: translate(-50%, -50%) scale(1.3);
    }
}
.index-03 .share-box {
  margin-top: clamp(30px, 2.34375vw, 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-03 .share-box a {
  width: clamp(33.33333px, 2.60417vw, 50px);
  height: clamp(33.33333px, 2.60417vw, 50px);
  background: #E60000;
  border-radius: 50%;
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-03 .share-box a img {
  max-width: clamp(16.66667px, 1.30208vw, 25px);
  height: auto;
}

.index-04 {
  /*padding: clamp(86.66667px, 6.77083vw, 130px) 0 clamp(46.66667px, 3.64583vw, 70px);*/
  padding: clamp(50px, 6.77083vw, 130px) 0 clamp(46.66667px, 3.64583vw, 70px);
}
.index-04 .index-tit {
  margin-bottom: clamp(86.66667px, 6.77083vw, 130px);
}
.index-04 .map-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-04 .map-flex .core-data {
  width: 336px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 20px;
}
.index-04 .map-flex .core-data .cd-tit {
  font-size: clamp(26.66667px, 2.08333vw, 40px);
  color: #222222;
  font-weight: 800;
  text-transform: capitalize;
  position: relative;
}
.index-04 .map-flex .core-data .cd-list {
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
  position: relative;
}
.index-04 .map-flex .core-data .cd-list::before {
  content: "";
  position: absolute;
  left: clamp(29.33333px, 2.29167vw, 44px);
  top: 5px;
  width: 3px;
  margin-left: -1.5px;
  height: calc(100% - clamp(30px, 1.3625vw, 40px));
  background: url(../images/cd-line-bg.png) repeat-y center;
  opacity: 0.2;
}
.index-04 .map-flex .core-data .cd-list ul li {
  margin-bottom: clamp(40px, 3.125vw, 60px);
}
.index-04 .map-flex .core-data .cd-list ul li .icon-num {
  position: relative;
  padding-left: clamp(66.66667px, 5.20833vw, 100px);
}
.index-04 .map-flex .core-data .cd-list ul li .icon-num .icon {
  width: clamp(60px, 4.6875vw, 90px);
  position: absolute;
  left: 0;
  top: 0;
}
.index-04 .map-flex .core-data .cd-list ul li .icon-num .icon img {
  width: 100%;
  height: auto;
}
.index-04 .map-flex .core-data .cd-list ul li .icon-num .num {
  font-size: clamp(33.33333px, 2.60417vw, 50px);
  color: #E60000;
  line-height: clamp(40px, 3.125vw, 60px);
  font-weight: 800;
}
.index-04 .map-flex .core-data .cd-list ul li .tips {
  padding-left: clamp(66.66667px, 5.20833vw, 100px);
  font-size: clamp(16px, 1.25vw, 24px);
  color: #222222;
}
.index-04 .map-flex .h-cloud-map {
  width: calc(100% - 336px);
}

.index-05 {
  background: #e60000;
  padding: clamp(16.66667px, 1.30208vw, 25px) 0;
}
.index-05 .vlrt-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-05 .vlrt-list ul li {
  width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  padding: clamp(26.66667px, 2.08333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-05 .vlrt-list ul li::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
}
.index-05 .vlrt-list ul li:first-child{
    padding-left:0;
}
.index-05 .vlrt-list ul li:first-child::after {
  display: none;
}
.index-05 .vlrt-list ul li .icon {
  width: clamp(62px, 4.84375vw, 93px);
  height: clamp(62px, 4.84375vw, 93px);
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-05 .vlrt-list ul li .icon img {
  max-width: 100%;
  height: auto;
}
.index-05 .vlrt-list ul li .text {
  width: calc(100% - clamp(63.33333px, 4.94792vw, 95px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(13.33333px, 1.04167vw, 20px);
  color: #fff;
}
.index-05 .vlrt-list ul li .text .t {
  text-transform: uppercase;
  font-weight: 800;
  /*font-size: clamp(14.66667px, 1.14583vw, 22px);*/
  font-size: clamp(18px, 1.14583vw, 22px);
}
.index-05 .vlrt-list ul li .text .d {
  font-size: 16px;
  line-height: 1.8;
  margin-top: clamp(6px, 0.52083vw, 10px);
}

.index-06 {
  padding: clamp(80px, 6.25vw, 120px) 0;
}
.index-06 .ex-dis {
  background: #FFFFFF url(../images/ie-01.png) no-repeat center 5%;
  -webkit-box-shadow: 0px 9px 17px 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 9px 17px 4px rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 clamp(33.33333px, 2.60417vw, 50px) clamp(53.33333px, 4.16667vw, 80px);
  position: relative;
}
.index-06 .ex-dis::after {
  content: "";
  width: 80%;
  height: clamp(26.66667px, 2.08333vw, 40px);
  position: absolute;
  left: 10%;
  top: clamp(-26.66667px, -2.08333vw, -40px);
  background: #E0E0E0;
}
.index-06 .ex-dis::before {
  content: "";
  width: 100%;
  height: clamp(26.66667px, 2.08333vw, 40px);
  position: absolute;
  left: 0;
  top: clamp(-26.66667px, -2.08333vw, -40px);
  background: #eeeeee;
}
.index-06 .ex-dis .index-tit {
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(53.33333px, 4.16667vw, 80px);
}
.index-06 .ex-dis .ex-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-06 .ex-dis .ex-flex .text {
  width: 56.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5%;
}
.index-06 .ex-dis .ex-flex .text .t {
  padding-bottom: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-size: clamp(18px, 1.35417vw, 26px);
  font-weight: 800;
  color: #E60000;
  position: relative;
}
.index-06 .ex-dis .ex-flex .text .t::after {
  content: "";
  width: clamp(78.66667px, 6.14583vw, 118px);
  height: clamp(2px, 0.15625vw, 3px);
  position: absolute;
  left: 0;
  bottom: 0;
  background: #E60000;
}
.index-06 .ex-dis .ex-flex .text .des {
  font-size: 16px;
  color: #222;
  line-height: 2.1;
  height: 8.4em;
  margin: clamp(23.33333px, 1.82292vw, 35px) 0 clamp(73.33333px, 5.72917vw, 110px);
}
.index-06 .ex-dis .ex-flex .pic {
  width: 43.75%;
  position: relative;
}
.index-06 .ex-dis .ex-flex .pic .tag {
  position: absolute;
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  color: #fff;
  font-weight: 800;
  background: #E60000;
  right: clamp(25.33333px, 1.97917vw, 38px);
  top: -16px;
  z-index: 3;
  padding: 10px 15px;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(4, 0, 0, 0.38);
          box-shadow: 0px 1px 3px 0px rgba(4, 0, 0, 0.38);
}
.index-06 .ex-dis .ex-flex .pic .tag::after {
  content: "";
  width: 7px;
  height: 16px;
  background: url(../images/ex-su-icon.png) no-repeat center center;
  position: absolute;
  left: -7px;
  top: 0;
}
.index-06 .ex-dis .ex-flex .pic .img-box {
  padding-bottom: 62.57%;
  position: relative;
  overflow: hidden;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.index-06 .ex-dis .ex-flex .pic .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.index-07-08-bg {
  background: url(../images/ict-bg.png) no-repeat center bottom;
  background-size: 100% auto;
}
.index-07-08-bg .index-07 .index-tit {
  padding-bottom: clamp(53.33333px, 4.16667vw, 80px);
}
.index-07-08-bg .index-07 .news-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.index-07-08-bg .index-07 .news-flex .hot {
  width: calc(50% - clamp(11.33333px, 0.88542vw, 17px));
  position: relative;
}
.index-07-08-bg .index-07 .news-flex .hot .pic {
  display: block;
  height: 100%;
}
.index-07-08-bg .index-07 .news-flex .hot .pic .img-box {
  min-height: 76.299%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.index-07-08-bg .index-07 .news-flex .hot .pic .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index-07-08-bg .index-07 .news-flex .hot:hover .pic img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.index-07-08-bg .index-07 .news-flex .hot .tit {
  padding: clamp(20px, 1.5625vw, 30px);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: rgba(0, 0, 0, 0.055);
}
.index-07-08-bg .index-07 .news-flex .hot .tit .t {
  display: block;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1.8;
  height: 3.6em;
}
.index-07-08-bg .index-07 .news-flex .hot .tit .btn {
  margin-top: 15px;
}
.index-07-08-bg .index-07 .news-flex .hot .tit .btn a {
  border-color: #E60000;
  background: #E60000;
}
.index-07-08-bg .index-07 .news-flex .hot .tit .btn a span {
  color: #fff;
}
.index-07-08-bg .index-07 .news-flex .hot .tit .btn a i {
  background: #fff url(../images/index-1-h.png) no-repeat center center;
}
.index-07-08-bg .index-07 .news-flex .hot .tit .btn a:hover {
  background: #fff;
}
.index-07-08-bg .index-07 .news-flex .hot .tit .btn a:hover span {
  color: #E60000;
}
.index-07-08-bg .index-07 .news-flex .hot .tit .btn a:hover i {
  background: #E60000 url(../images/index-1.png) no-repeat center center;
}
.index-07-08-bg .index-07 .news-flex .list {
  width: calc(50% - clamp(11.33333px, 0.88542vw, 17px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: clamp(22.66667px, 1.77083vw, 34px);
}
.index-07-08-bg .index-07 .news-flex .list ul {
  height: 100%;
}
.index-07-08-bg .index-07 .news-flex .list ul li {
  height: calc(33.3333333333% - 6px);
  margin-top: 9px;
  background: #F7F6F5;
  padding: 3% 15px;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.index-07-08-bg .index-07 .news-flex .list ul li:first-child {
  margin-top: 0;
}
.index-07-08-bg .index-07 .news-flex .list ul li .t {
  font-size: clamp(18px, 1.04167vw, 20px);
  font-weight: 800;
  color: #222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index-07-08-bg .index-07 .news-flex .list ul li .t:hover {
  color: #E60000;
}
.index-07-08-bg .index-07 .news-flex .list ul li .tips {
  font-size: 16px;
  color: #222;
  line-height: 1.8;
  height: 3.6em;
  margin: 1% 0;
  /*text-transform: uppercase;*/
}
.index-07-08-bg .index-07 .news-flex .list ul li .more {
  font-size: 16px;
  color: #E60000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index-07-08-bg .index-07 .news-flex .list ul li .more:hover {
  color: #222;
}
.index-07-08-bg .index-08 {
  padding: clamp(50px, 4.16667vw, 80px) 0;
}
.index-07-08-bg .index-08 .index-tit {
  padding-bottom: clamp(53.33333px, 4.16667vw, 80px);
}
.index-07-08-bg .index-08 .ct-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.index-07-08-bg .index-08 .ct-flex .text {
  width: 56.25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 5%;
  --swiper-theme-color:#E60000;
  --swiper-navigation-size:32px;
}
.index-07-08-bg .index-08 .ct-flex .text .ss-inner {
  display: block;
  padding: 0 clamp(44px, 3.4375vw, 66px) clamp(93.33333px, 7.29167vw, 140px);
}
.index-07-08-bg .index-08 .ct-flex .text .ss-inner .des {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  color: #222;
  line-height: 1.6;
  height: 8em;
  /*text-transform: uppercase;*/
  text-align: justify;
}
.index-07-08-bg .index-08 .ct-flex .text .ss-inner .by {
  padding-top: clamp(33.33333px, 2.60417vw, 50px);
  text-align: right;
  font-size: 16px;
  color: #222;
  text-transform: uppercase;
}
.index-07-08-bg .index-08 .ct-flex .text .swiper-pagination-bullet {
  border: 1px solid #464340;
  background: transparent;
  opacity: 1;
}
.index-07-08-bg .index-08 .ct-flex .swiper-pagination-bullet-active {
  background: #464340;
}
.index-07-08-bg .index-08 .ct-flex .swiper {
    padding-bottom: 50px;
}
.index-07-08-bg .index-08 .ct-flex .text .swiper-button-next,
.index-07-08-bg .index-08 .ct-flex .text .swiper-button-prev {
  top: 30%;
}
.index-07-08-bg .index-08 .ct-flex .pic {
  /*width: 43.75%;*/
  width: 100%;
}
.index-07-08-bg .index-08 .ct-flex .pic .img-box {
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.index-07-08-bg .index-08 .ct-flex .pic .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.index-07-08-bg .index-08 .ct-flex .pic .img-box:hover img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.inner-banner {
  position: relative;
}
.inner-banner .pic {
  position: relative;
}
.inner-banner .pic .img-box {
  padding-bottom: 26%;
  position: relative;
  overflow: hidden;
}
.inner-banner .pic .img-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.inner-banner .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.inner-banner .text .m-width-content {
  height: 100%;
}
.inner-banner .text .m-width-content .ipd-20 {
  height: 100%;
}
.inner-banner .text .m-width-content .ipd-20 .text-inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inner-banner .text .m-width-content .ipd-20 .text-inner .t {
  display: block;
  font-size: clamp(43.33333px, 3.38542vw, 65px);
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: clamp(30px, 2.34375vw, 45px);
}
.inner-banner .text .m-width-content .ipd-20 .text-inner .link a {
  display: block;
  color: #fff;
  width: clamp(133.33333px, 10.41667vw, 200px);
  height: clamp(44px, 3.4375vw, 66px);
  line-height: clamp(44px, 3.4375vw, 66px);
  text-align: center;
  background: #E60000;
  font-size: clamp(16px, 1.25vw, 24px);
}

.product-page-list {
  padding-top: 20px;
}
.product-page-list .ppl-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-page-list .ppl-flex .menu {
  width: 322px;
}
.product-page-list .ppl-flex .menu .menu-nav > ul > li {
  margin-bottom: 20px;
}
.product-page-list .ppl-flex .menu .menu-nav > ul > li > a {
  display: block;
  padding: 20px 25px;
  font-size: 16px;
  color: #fff;
  background: #737373;
  text-transform: uppercase;
  position: relative;
}
.product-page-list .ppl-flex .menu .menu-nav > ul > li > a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: url(../images/pro-list-icon-01.png) no-repeat center center;
}
.product-page-list .ppl-flex .menu .menu-nav > ul > li.act > a {
  background: #E60000;
}
.product-page-list .ppl-flex .menu .menu-nav > ul > li.act > ul {
  display: block;
}
.product-page-list .ppl-flex .menu .menu-nav > ul > li > ul {
  display: none;
  border: 1px solid #A0A0A0;
}
.product-page-list .ppl-flex .menu .menu-nav > ul > li > ul > li {
  border-top: 1px solid #A0A0A0;
}
.product-page-list .ppl-flex .menu .menu-nav > ul > li > ul > li > a {
  display: block;
  padding: 20px 25px;
  font-size: 16px;
  color: #666;
  background: #F9F8F8;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-page-list .ppl-flex .menu .menu-nav > ul > li > ul > li > a:hover {
  background: #666;
  color: #fff;
}
.product-page-list .ppl-flex .menu .menu-card {
  width: 100%;
  height: clamp(207.33333px, 16.19792vw, 311px);
  background: url(../images/pro-list-pic-02.jpg) no-repeat center center;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-page-list .ppl-flex .menu .menu-card .tit {
  text-transform: uppercase;
  line-height: 2;
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #555;
  font-weight: 800;
  text-align: center;
}
.product-page-list .ppl-flex .menu .menu-card .btn-small {
  padding-top: clamp(13.33333px, 1.04167vw, 20px);
}
.product-page-list .ppl-flex .menu .menu-card .btn-small a {
  width: clamp(89.33333px, 6.97917vw, 134px);
  height: clamp(28px, 2.1875vw, 42px);
  border-radius: clamp(12.66667px, 0.98958vw, 19px);
  border: 1px solid #E60000;
  display: block;
  line-height: clamp(28px, 2.1875vw, 42px);
  position: relative;
  padding: 0 35px 0 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.product-page-list .ppl-flex .menu .menu-card .btn-small a span {
  font-size: clamp(8.66667px, 0.67708vw, 13px);
  color: #E60000;
  text-align: center;
  width: 100%;
  font-weight: 500;
  display: block;
}
.product-page-list .ppl-flex .menu .menu-card .btn-small a i {
  display: block;
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  height: 26px;
  background: #E60000 url(../images/pro-list-icon-02.png) no-repeat center center;
  border-radius: 50%;
}
.product-page-list .ppl-flex .menu .menu-card .btn-small a:hover {
  background: #E60000;
}
.product-page-list .ppl-flex .menu .menu-card .btn-small a:hover span {
  color: #fff;
}
.product-page-list .ppl-flex .menu .menu-card .btn-small a:hover i {
  background: #fff url(../images/pro-list-icon-02-h.png) no-repeat center center;
}
.product-page-list .ppl-flex .list {
  width: calc(100% - 322px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3%;
}
.product-page-list .ppl-flex .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-page-list .ppl-flex .list ul li {
  width: calc(33.3333333333% - 24.6666666667px);
  margin-left: 37px;
  margin-bottom: 40px;
  background: #F9F8F8;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.06), 0px 3px 7px 0px rgba(4, 0, 0, 0.06);
          box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.06), 0px 3px 7px 0px rgba(4, 0, 0, 0.06);
  border-top: 4px solid #E60000;
}
.product-page-list .ppl-flex .list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.product-page-list .ppl-flex .list ul li .pic .img-box {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 63.197969%;
}
.product-page-list .ppl-flex .list ul li .pic .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.product-page-list .ppl-flex .list ul li .pic .img-box:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.product-page-list .ppl-flex .list ul li .text {
  padding: 25px;
}
.product-page-list .ppl-flex .list ul li .text .tit {
  font-size: clamp(16px, 1.1vw, 20px);
  color: #222;
  font-weight: 800;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.product-page-list .ppl-flex .list ul li .text .tit:hover {
  color: #E60000;
}
.product-page-list .ppl-flex .list ul li .text .des {
  margin: 20px 0;
}
.product-page-list .ppl-flex .list ul li .text .des dd {
  position: relative;
  padding-left: 14px;
  margin-top: 14px;
  color: #222;
  line-height: 28px;
}
.product-page-list .ppl-flex .list ul li .text .des dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 28px;
  background: #E60000;
}
.product-page-list .ppl-flex .list ul li .text .des dd:first-child {
  margin-top: 0;
}

.prodis-01 {
  max-width: 1920px;
  margin: 0 auto;
}
.prodis-01 .photo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodis-01 .photo-text .photo {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 8.5%;
  padding-bottom: 20px;
}
.prodis-01 .photo-text .photo .pic {
  position: relative;
}
.prodis-01 .photo-text .photo .pic .img-box {
  padding-bottom: 64.135%;
  overflow: hidden;
  position: relative;
}
.prodis-01 .photo-text .photo .pic .img-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box {
  margin-top: clamp(23.33333px, 1.82292vw, 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 40px;
  position: relative;
  --swiper-navigation-size:16px;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner .spb-box {
  position: relative;
  padding: 0 20px;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner .spb-box .swiper-pagination {
  position: relative;
  bottom: 0;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner .spb-box .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #464340;
  background: transparent;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner .spb-box .swiper-pagination .swiper-pagination-bullet-active {
  background: #464340;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner .swiper-button-prev {
  left: 0;
  width: 32px;
  height: 32px;
  background: #464340;
  border-radius: 50%;
  border: 1px solid #464340;
  margin-top: -16px;
  font-weight: 700;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner .swiper-button-prev::after {
  color: #FFF;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: transparent;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner .swiper-button-prev.swiper-button-disabled::after {
  color: #464340;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner .swiper-button-next {
  right: 0;
  width: 32px;
  height: 32px;
  background: #464340;
  border-radius: 50%;
  border: 1px solid #464340;
  margin-top: -16px;
  font-weight: 700;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner .swiper-button-next::after {
  color: #FFF;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background: transparent;
}
.prodis-01 .photo-text .photo .pic .swiper-page-box .spb-inner .swiper-button-next.swiper-button-disabled::after {
  color: #464340;
}
.prodis-01 .photo-text .text {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: 8.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.prodis-01 .photo-text .text .text-inner {
  padding: clamp(93.33333px, 7.29167vw, 140px);
}
.prodis-01 .photo-text .text .text-inner .sub-tit {
  font-weight: 700;
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #E60000;
  line-height: 1;
  text-transform: uppercase;
}
.prodis-01 .photo-text .text .text-inner .name {
  font-size: clamp(32px, 2.5vw, 48px);
  color: #fff;
  font-weight: 800;
  line-height: 1.3;
}
.prodis-01 .photo-text .text .text-inner .des {
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #fff;
  line-height: 1.3;
}

.prodis-02 {
  background: #eeeeee;
  padding: clamp(26.66667px, 23vw, 40px) 0;
  margin-bottom: 20px;
}
.prodis-02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodis-02 ul li {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(26.66667px, 2.08333vw, 40px) 0;
}
.prodis-02 ul li .icon {
  width: clamp(54px, 4.21875vw, 81px);
  height: clamp(54px, 4.21875vw, 81px);
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.prodis-02 ul li .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.prodis-02 ul li .line {
  width: clamp(120px, 9.375vw, 180px);
  height: 3px;
  background: #E60000;
  margin: 18px 0 30px;
  position: relative;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.prodis-02 ul li .line::after {
  content: "";
  position: absolute;
  left: 50%;
  background: url(../images/pro-dis-icon-06.png) no-repeat center center;
  width: 12px;
  height: 10px;
  bottom: 0;
  margin-left: -6px;
}
.prodis-02 ul li:hover .icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.prodis-02 ul li:hover .line {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.prodis-02 ul li .txt {
  text-align: center;
}
.prodis-02 ul li .txt .tit {
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #222;
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1.3;
}
.prodis-02 ul li .txt .des {
  margin-top: 10px;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  color: #222;
}

.prodis-03 {
  padding: clamp(80px, 4.5vw, 130px) 0;
}
.prodis-03 .top-high {
  padding: clamp(80px, 6.25vw, 120px) clamp(37.33333px, 2.91667vw, 56px);
  background: #FFFFFF url(../images/pro-dis-bg-01.png) no-repeat center center;
  -webkit-box-shadow: 0px 9px 17px 4px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 9px 17px 4px rgba(0, 0, 0, 0.08);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodis-03 .top-high::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: clamp(26.66667px, 2.08333vw, 40px);
  background: #C4C4C4;
}
.prodis-03 .top-high::after {
  content: "";
  position: absolute;
  left: 10%;
  top: 0;
  width: 80%;
  height: clamp(26.66667px, 2.08333vw, 40px);
  background: #EEEEEE;
  z-index: 3;
}
.prodis-03 .top-high .text {
  width: 37.5%;
}
.prodis-03 .top-high .text .t {
  padding-bottom: clamp(24.66667px, 1.92708vw, 37px);
  text-transform: uppercase;
  font-size: clamp(29.33333px, 2.29167vw, 44px);
  color: #E60000;
  font-weight: 800;
  position: relative;
  line-height: 1;
}
.prodis-03 .top-high .text .t::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(78.66667px, 6.14583vw, 118px);
  height: 3px;
  background: #E60000;
}
.prodis-03 .top-high .text .list {
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.prodis-03 .top-high .text .list dl dd {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  color: #222;
  line-height: 1.3;
  margin-bottom: clamp(6.66667px, 0.52083vw, 10px);
}
.prodis-03 .top-high .pic {
  width: 62.5%;
}
.prodis-03 .top-high .pic .img-box {
  padding-bottom: 37.5%;
  position: relative;
  overflow: hidden;
}
.prodis-03 .top-high .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.prodis-04 {
  margin-bottom: clamp(80px, 6.25vw, 120px);
}
.prodis-04 .tit {
  padding-bottom: clamp(18px, 1.40625vw, 27px);
  text-transform: uppercase;
  font-size: clamp(29.33333px, 2.29167vw, 44px);
  color: #E60000;
  font-weight: 800;
  position: relative;
  line-height: 1;
}
.prodis-04 .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(78.66667px, 6.14583vw, 118px);
  height: 3px;
  background: #E60000;
}
.prodis-04 .feat-flex {
  margin-top: clamp(30px, 2.34375vw, 45px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodis-04 .feat-flex .list-pic {
  width: 52.1875%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.prodis-04 .feat-flex .list-pic .list {
  width: 40%;
}
.prodis-04 .feat-flex .list-pic .list ul {
  height: 100%;
}
.prodis-04 .feat-flex .list-pic .list ul li {
  height: calc(16.6666666667% - 10px);
  margin-top: 12px;
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #222;
  line-height: 1.3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.prodis-04 .feat-flex .list-pic .list ul li:first-child {
  margin-top: 0;
}
.prodis-04 .feat-flex .list-pic .list ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 28px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #565656 url(../images/pro-list-icon-01.png) no-repeat calc(100% - 28px) center;
  text-transform: uppercase;
  color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.prodis-04 .feat-flex .list-pic .list ul li.act a, .prodis-04 .feat-flex .list-pic .list ul li:hover a {
  background: #E60000 url(../images/pro-list-icon-01.png) no-repeat calc(100% - 28px) center;
}
.prodis-04 .feat-flex .list-pic .pic {
  width: 60%;
  padding: 0 clamp(16.66667px, 1.30208vw, 25px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.prodis-04 .feat-flex .list-pic .pic .img-box {
  padding-bottom: 87.6033%;
  position: relative;
  overflow: hidden;
}
.prodis-04 .feat-flex .list-pic .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.prodis-04 .feat-flex .text {
  width: 47.8125%;
  border-top: 4px solid #E60000;
  padding: clamp(16.66667px, 1.30208vw, 25px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #F9F8F8;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.06), 0px 3px 7px 0px rgba(4, 0, 0, 0.06);
          box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.06), 0px 3px 7px 0px rgba(4, 0, 0, 0.06);
}
.prodis-04 .feat-flex .text .con {
  display: none;
}
.prodis-04 .feat-flex .text .con.act {
  display: block;
}

.prodis-05 .tit {
  padding-bottom: clamp(18px, 1.40625vw, 27px);
  text-transform: uppercase;
  font-size: clamp(29.33333px, 2.29167vw, 44px);
  color: #E60000;
  font-weight: 800;
  position: relative;
  line-height: 1;
}
.prodis-05 .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(78.66667px, 6.14583vw, 118px);
  height: 3px;
  background: #E60000;
}
.prodis-05 .tips-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.prodis-05 .tips-link .tips {
  width: calc(100% - 280px);
}
.prodis-05 .tips-link .tips .t {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  color: #222;
}
.prodis-05 .tips-link .tips .d {
  color: #222;
  margin-top: 10px;
  font-size: clamp(14px, 1.2vw, 16px);
}
.prodis-05 .tips-link .link {
  padding-left: 20px;
  width: 280px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.prodis-05 .tips-link .link a {
  width: 100%;
  width: 261px;
  height: 29px;
  border: 1px solid #E60000;
  color: #E60000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 29px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.prodis-05 .tips-link .link a i {
  width: 22px;
  height: 17px;
  background: url(../images/pro-dis-icon-07.png) no-repeat center center;
}
.prodis-05 .tips-link .link a span {
  margin-left: 5px;
}
.prodis-05 .tips-link .link a:hover {
  color: #fff;
  background: #E60000;
}
.prodis-05 .tips-link .link a:hover i {
  background: url(../images/pro-dis-icon-07-hover.png) no-repeat center center;
}
.prodis-05 .table {
  margin-top: clamp(23.33333px, 1.82292vw, 35px);
}
.prodis-05 .table table {
  border: 1px solid #ACACAC;
  width: 100%;
  color: #222;
}
.prodis-05 .table table td {
  padding: 15px;
}
.prodis-05 .table table td:first-child {
  padding-left: 10%;
}
.prodis-05 .table table tr:nth-child(odd) {
  background: #F9F8F8;
}

.prodis-06 {
  padding: clamp(86.66667px, 6.77083vw, 130px) 0;
}
.prodis-06 .big-tit {
  padding-bottom: clamp(18px, 1.40625vw, 27px);
  text-transform: uppercase;
  font-size: clamp(29.33333px, 2.29167vw, 44px);
  color: #E60000;
  font-weight: 800;
  position: relative;
  line-height: 1;
}
.prodis-06 .big-tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: clamp(78.66667px, 6.14583vw, 118px);
  height: 3px;
  background: #E60000;
}
.prodis-06 .tips {
  margin-top: clamp(20px, 1.5625vw, 30px);
  width: 80%;
}
.prodis-06 .tips .t {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  color: #222;
}
.prodis-06 .tips .d {
  color: #222;
  margin-top: 10px;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
}
.prodis-06 .list {
  margin-top: clamp(20px, 1.5625vw, 30px);
}
.prodis-06 .list .item .tit {
  position: relative;
  cursor: pointer;
  padding: clamp(23.33333px, 1.82292vw, 35px) 20px clamp(23.33333px, 1.82292vw, 35px) 56px;
  border-bottom: 1px solid #565656;
}
.prodis-06 .list .item .tit .btn {
  width: 38px;
  height: 38px;
  background: #565656;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.prodis-06 .list .item .tit .btn::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 15px;
  height: 2px;
  background: #fff;
}
.prodis-06 .list .item .tit .btn::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 2px;
  height: 15px;
  background: #fff;
  -webkit-transform: translate(-50%, -50%) rotate(0deg);
          transform: translate(-50%, -50%) rotate(0deg);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.prodis-06 .list .item .tit .t {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  color: #222;
  text-transform: uppercase;
}
.prodis-06 .list .item.act .btn {
  background: #E60000;
}
.prodis-06 .list .item.act .btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}
.prodis-06 .list .item .dis {
  padding-left: 56px;
  margin-top: 35px;
  display: none;
}

.support-parts-box .index-tit {
  /*padding: 0 30px clamp(33.33333px, 2.60417vw, 50px);*/
}
.support-parts-box .index-tit p {
  text-align: justify;
}
.support-parts-box .parts-list {
  margin-top: clamp(23.33333px, 1.82292vw, 35px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support-parts-box .parts-list .item {
  width: calc(50% - 27px);
  margin-bottom: clamp(23.33333px, 1.82292vw, 35px);
  margin-left: 54px;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  background: #E5E5E5;
  overflow: hidden;
}
.support-parts-box .parts-list .item:nth-child(2n+1) {
  margin-left: 0;
}
.support-parts-box .parts-list .item .pic .img-box {
  border-radius: clamp(13.33333px, 1.04167vw, 20px) clamp(13.33333px, 1.04167vw, 20px) 0 0;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
}
.support-parts-box .parts-list .item .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-parts-box .parts-list .item .text {
  position: relative;
  padding: clamp(53.33333px, 4.16667vw, 80px) clamp(26.66667px, 2.08333vw, 40px) clamp(26.66667px, 2.08333vw, 40px);
}
.support-parts-box .parts-list .item .text .t {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80%;
  height: clamp(56.66667px, 4.42708vw, 85px);
  background: #E60000;
  border-radius: 0px clamp(28.66667px, 2.23958vw, 43px) clamp(28.66667px, 2.23958vw, 43px) 0px;
  padding: 0 clamp(26.66667px, 2.08333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.support-parts-box .parts-list .item .text .t h6 {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  color: #fff;
  font-weight: 800;
}
.support-parts-box .parts-list .item .text .desc {
  color: #222222;
  line-height: 2.1;
}
.support-parts-box .map-warp{
    padding:clamp(40px,4.6875vw,90px) 0;
}
.support-parts-box .map-warp .map-box{
    margin-top: clamp(23.33333px, 1.82292vw, 35px);
}
.support-parts-box .map-warp .map-box iframe{
    width:100%;
    height:auto;
    min-height:500px;
}
.contact-page-bg{
    position: relative;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: center;
}
.contact-page-bg .bg{
    padding:70px 0;
    background:rgba(0,0,0,0.5);
}
.contact-page-bg .contact-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.contact-page-bg .contact-flex .t-list{
    width:30%;
    display:block;
}
.contact-page-bg .contact-flex .t-list .t{
    color:#fff;
    font-weight: 600;
    font-size: clamp(22px,2.29vw,44px);
    padding-bottom:25px;
    position: relative;
    line-height:1;
}
.contact-page-bg .contact-flex .t-list .t:after{
    content: '';
    width: 109px;
    height: 3px;
    background: #FFFFFF;
    position: absolute;
    bottom:0;
    left:0;
}
.contact-page-bg .contact-flex .t-list .list{
    margin-top:35px;
}
.contact-page-bg .contact-flex .t-list .list ul li{
    display:flex;
    flex-wrap: wrap;
    margin-bottom:15px;
    align-items: center;
}
.contact-page-bg .contact-flex .t-list .list ul li .icon{
    width:22px;
    display: flex;
    align-items: center;
}
.contact-page-bg .contact-flex .t-list .list ul li .icon img{
    width:100%;
    height:auto;
    filter: brightness(0) invert(1); /* 反转颜色 */
}
.contact-page-bg .contact-flex .t-list .list ul li .text{
    width:calc(100% - 22px);
    box-sizing:border-box;
    padding-left:10px;
    color:#fff;
}
.contact-page-bg .contact-flex .t-list .list ul li .text a{
    color:#fff;
}
.contact-page-bg .contact-flex .t-list .list ul li .text a:hover{
    color:#E60000;
}
.support-service .index-02 {
  padding: clamp(46.66667px, 3.64583vw, 70px) 0 clamp(66.66667px, 5.20833vw, 100px);
}
.support-service .index-tit {
  padding-bottom: clamp(53.33333px, 4.16667vw, 80px);
}
.support-service .service-page-box {
  padding-bottom: clamp(100px, 7.8125vw, 150px);
  max-width: 1920px;
  margin: 0 auto;
}
.support-service .service-page-box .swiper {
  padding: clamp(20px, 1.5625vw, 30px) 0 clamp(40px, 3.125vw, 60px);
}
.support-service .service-page-box .swiper-slide a {
  display: block;
  border: 1px solid #fff;
}
.support-service .service-page-box .swiper-slide a.play-btn .pic {
  position: relative;
}
.support-service .service-page-box .swiper-slide a.play-btn .pic::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: clamp(46.66667px, 3.64583vw, 70px);
  height: clamp(46.66667px, 3.64583vw, 70px);
  z-index: 4;
  background: url(../images/play-but.png) no-repeat center center;
  background-size: cover;
}
.support-service .service-page-box .swiper-slide a .pic .img-box {
  padding-bottom: 55%;
  overflow: hidden;
  position: relative;
}
.support-service .service-page-box .swiper-slide a .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-service .service-page-box .swiper-slide a .text {
  background: #EEEEEE;
  padding: clamp(16.66667px, 1.30208vw, 25px);
  color: #222;
  min-height: 50px;
}
.support-service .service-page-box .swiper-pagination {
  bottom: 0;
}
.support-service .service-page-box .swiper-pagination-bullet {
  border: 1px solid #464340;
  background: transparent;
  opacity: 1;
}
.support-service .service-page-box .swiper-pagination-bullet-active {
  background: #464340;
}

.evi-banner .pic .img-box {
  padding-bottom: 40%;
  overflow: hidden;
  position: relative;
}
.evi-banner .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.evi-01 {
  padding-top: clamp(20px, 1.5625vw, 30px);
}
.evi-01 .what-is-evi {
  padding: clamp(40px, 3.125vw, 60px);
  position: relative;
  background: #F5F3F2;
}
.evi-01 .what-is-evi::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40%;
  height: 100%;
  background: #F5F3F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  border-top: clamp(40px, 3.125vw, 60px) solid #E60000;
  border-left: clamp(40px, 3.125vw, 60px) solid #E60000;
  z-index: 1;
}
.evi-01 .what-is-evi::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 10%;
  height: 25%;
  background: #F5F3F2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 2;
  border-bottom: clamp(40px, 3.125vw, 60px) solid #E60000;
  border-right: clamp(40px, 3.125vw, 60px) solid #E60000;
  z-index: 1;
}
.evi-01 .what-is-evi .wie-inner {
  background: #fff;
  position: relative;
  z-index: 3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(33.33333px, 2.60417vw, 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.evi-01 .what-is-evi .wie-inner .text {
  width: 45%;
  padding-right: 6%;
}
.evi-01 .what-is-evi .wie-inner .text .t {
  padding-bottom: clamp(16.66667px, 1.30208vw, 25px);
  position: relative;
  font-size: clamp(29.33333px, 2.29167vw, 44px);
  font-weight: 800;
  color: #E60000;
  line-height: 1;
  text-transform: uppercase;
}
.evi-01 .what-is-evi .wie-inner .text .t::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #E60000;
}
.evi-01 .what-is-evi .wie-inner .text .st {
  text-transform: uppercase;
  color: #222;
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  margin: clamp(16.66667px, 1.30208vw, 25px) 0;
  font-weight: 800;
}
.evi-01 .what-is-evi .wie-inner .text .des {
  font-size: 16px;
  color: #222222;
}
.evi-01 .what-is-evi .wie-inner .text .link {
  margin-top: clamp(30px, 2.34375vw, 45px);
}
.evi-01 .what-is-evi .wie-inner .text .link a {
  width: 261px;
  height: 29px;
  border: 1px solid #E60000;
  text-align: center;
  line-height: 29px;
  color: #E60000;
  display: block;
}
.evi-01 .what-is-evi .wie-inner .text .link a i {
  width: clamp(14.66667px, 1.14583vw, 22px);
  height: clamp(11.33333px, 0.88542vw, 17px);
  background: url(../images/pro-dis-icon-07.png) no-repeat center center;
  background-size: cover;
  display: inline-block;
  margin-right: clamp(3.33333px, 0.26042vw, 5px);
}
.evi-01 .what-is-evi .wie-inner .text .link a:hover {
  background: #E60000;
  color: #fff;
}
.evi-01 .what-is-evi .wie-inner .text .link a:hover i {
  background: url(../images/pro-dis-icon-07-hover.png) no-repeat center center;
}
.evi-01 .what-is-evi .wie-inner .pic {
  width: 44%;
  padding-right: 5%;
}
.evi-01 .what-is-evi .wie-inner .pic .img-box {
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}
.evi-01 .what-is-evi .wie-inner .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.evi-02 {
  margin-top: clamp(66.66667px, 5.20833vw, 100px);
}
.evi-02 .how-does {
  position: relative;
}
.evi-02 .how-does .pic .img-box {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
}
.evi-02 .how-does .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.evi-02 .how-does .text {
  position: absolute;
  right: 0;
  top: 0;
  width: 46%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to right, transparent, rgba(0, 0, 0, 0.55););
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 3;
	background:rgba(0, 0, 0, 0.5);
  padding: clamp(26.66667px, 2.08333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0 clamp(13.33333px, 1.04167vw, 20px) clamp(13.33333px, 1.04167vw, 20px) 0;
}
.evi-02 .how-does .text .t {
  color: #fff;
  padding-bottom: 20px;
  position: relative;
  font-size: clamp(28px, 2.29167vw, 44px);
  font-weight: 800;
  line-height: 1;
}
.evi-02 .how-does .text .t::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #E60000;
}
.evi-02 .how-does .text .st {
  text-transform: uppercase;
  color: #fff;
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  margin: clamp(5px, 0.30208vw, 25px) 0;
  font-weight: 800;
}
.evi-02 .how-does .text .des {
  color: #fff;
}
.evi-02 .how-does .text .des p{
  margin-top: 10px;
}
.evi-02 .how-does .text .link {
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
}
.evi-02 .how-does .text .link img {
  max-width: 100%;
  height: auto;
}

.evi-03 {
  padding-bottom: clamp(40px, 3.125vw, 60px);
}
.evi-03 .index-tit {
  padding: clamp(66.66667px, 5.20833vw, 100px) 0 clamp(26.66667px, 2.08333vw, 40px);
}
.evi-03 .taoe-box ul li {
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.evi-03 .taoe-box ul li .item {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: clamp(20px, 1.5625vw, 30px);
}
.evi-03 .taoe-box ul li .item:nth-child(odd) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.evi-03 .taoe-box ul li .item:nth-child(odd) .text {
  /*text-align: right;*/
  padding-left: 0;
  padding-right: 35px;
}
.evi-03 .taoe-box ul li .item .icon {
  width: clamp(92px, 7.1875vw, 138px);
  height: clamp(92px, 7.1875vw, 138px);
  background: #E60000;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.evi-03 .taoe-box ul li .item .icon img {
  max-width: clamp(66.66667px, 5.20833vw, 100px);
  height: auto;
}
.evi-03 .taoe-box ul li .item .text {
  width: calc(100% - clamp(92px, 7.1875vw, 138px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 35px;
}
.evi-03 .taoe-box ul li .item .text .t {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  color: #E60000;
  text-transform: uppercase;
}
.evi-03 .taoe-box ul li .item .text .d {
  color: #222;
  margin-top: 5px;
}
.evi-03 .taoe-box ul li:nth-child(even) {
  background: #F5F3F2;
}

.evi-04 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: clamp(53.33333px, 4.16667vw, 80px) 0 clamp(33.33333px, 2.60417vw, 50px);
  --swiper-navigation-size:clamp-px-to-vw(18);
  --swiper-theme-color:#fff;
}
.evi-04 .index-tit {
  padding-bottom: clamp(13.33333px, 1.04167vw, 20px);
}
.evi-04 .fid-box .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.evi-04 .fid-box .text {
  width: 54%;
}
.evi-04 .fid-box .text .t {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  color: #E60000;
  text-transform: uppercase;
}
.evi-04 .fid-box .text .d {
  margin-top: 25px;
  color: #222;
  line-height: 2.1;
}
.evi-04 .fid-box .text .d img {
  vertical-align: middle;
  margin-right: 10px;
}
.evi-04 .fid-box .pic {
  width: 46%;
}
.evi-04 .fid-box .pic .img-box {
  padding-bottom: 95%;
  overflow: hidden;
  position: relative;
}
.evi-04 .fid-box .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.evi-04 .swiper {
  padding: 0 clamp(66.66667px, 5.20833vw, 100px);
}
.evi-04 .swiper-pagination {
  bottom: 0;
}
.evi-04 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #464340;
  background: transparent;
}
.evi-04 .swiper-pagination .swiper-pagination-bullet-active {
  background: #464340;
}
.evi-04 .swiper-button-next,
.evi-04 .swiper-button-prev {
  width: clamp(21.33333px, 1.66667vw, 32px);
  height: clamp(21.33333px, 1.66667vw, 32px);
  margin-top: clamp(-10.66667px, -0.83333vw, -16px);
  background: #E60000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E60000;
  border-radius: 50%;
}
.evi-04 .swiper-button-next::after,
.evi-04 .swiper-button-prev::after {
  font-weight: 700;
}
.evi-04 .swiper-button-next.swiper-button-disabled,
.evi-04 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: transparent;
  --swiper-theme-color:#E60000;
}

.evi-05 {
  padding: clamp(66.66667px, 5.20833vw, 100px) 0;
  --swiper-navigation-size:clamp-px-to-vw(18);
  --swiper-theme-color:#fff;
}
.evi-05 .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #EEEEEE;
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  overflow: hidden;
}
.evi-05 .swiper .swiper-slide .pic {
  width: 66%;
}
.evi-05 .swiper .swiper-slide .pic .img-box {
  padding-bottom: 50%;
  overflow: hidden;
  position: relative;
  border-radius: clamp(13.33333px, 1.04167vw, 20px) 0 0 clamp(13.33333px, 1.04167vw, 20px);
}
.evi-05 .swiper .swiper-slide .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*.evi-05 .swiper .swiper-slide .pic .img-box::after {*/
  /*content: "";*/
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0;*/
  /*width: 15px;*/
  /*height: 100%;*/
  /*background: url("../images/evi-06-line.png") no-repeat center center;*/
  /*background-size: cover;*/
/*}*/
.evi-05 .swiper .swiper-slide .text {
  width: 34%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(66.66667px, 5.20833vw, 100px);
}
.evi-05 .swiper .swiper-slide .text .t {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  color: #E60000;
  text-transform: uppercase;
}
.evi-05 .swiper .swiper-slide .text .d {
  margin-top: clamp(20px, 1.5625vw, 30px);
  color: #222;
  line-height: 1.8;
}
.evi-05 .swiper-pagination {
  bottom: 0;
}
.evi-05 .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #464340;
  background: transparent;
}
.evi-05 .swiper-pagination .swiper-pagination-bullet-active {
  background: #464340;
}
.evi-05 .swiper-button-next,
.evi-05 .swiper-button-prev {
  width: clamp(21.33333px, 1.66667vw, 32px);
  height: clamp(21.33333px, 1.66667vw, 32px);
  margin-top: clamp(-10.66667px, -0.83333vw, -16px);
  background: #E60000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E60000;
  border-radius: 50%;
}
.evi-05 .swiper-button-next::after,
.evi-05 .swiper-button-prev::after {
  font-weight: 700;
}
.evi-05 .swiper-button-next.swiper-button-disabled,
.evi-05 .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: transparent;
  --swiper-theme-color:#E60000;
}

.evi-06 {
  background-repeat: no-repeat;
  padding: clamp(23.33333px, 1.82292vw, 35px) 0;
}
.evi-06 .cont-det {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #ffffff;
}
.evi-06 .cont-det .cd-01 {
  width: 33%;
  background: -webkit-gradient(linear, left top, right top, from(#faf8f8), color-stop(75%, #ececec), to(#e6e6e6));
  background: linear-gradient(to right, #faf8f8 0%, #ececec 75%, #e6e6e6 100%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(26.66667px, 2.08333vw, 40px);
}
.evi-06 .cont-det .cd-01 .t {
  font-weight: 800;
  color: #222;
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  text-transform: uppercase;
  line-height: 1;
}
.evi-06 .cont-det .cd-01 .list {
  margin-top: clamp(6.66667px, 0.52083vw, 10px);
}
.evi-06 .cont-det .cd-01 .list .item {
  position: relative;
  padding: clamp(30px, 2.34375vw, 45px) 0 clamp(30px, 2.34375vw, 45px) clamp(50px, 3.90625vw, 75px);
  border-bottom: 1px solid #D2D2D2;
}
.evi-06 .cont-det .cd-01 .list .item .icon {
  position: absolute;
  left: 0;
  top: clamp(30px, 2.34375vw, 45px);
  width: 47px;
}
.evi-06 .cont-det .cd-01 .list .item .icon img{
  width: 100%;
}
.evi-06 .cont-det .cd-01 .list .item:last-child {
  border-bottom: none;
}
.evi-06 .cont-det .cd-01 .list .item .i-box .i-t {
  font-weight: 500;
  color: #222;
  text-transform: uppercase;
}
.evi-06 .cont-det .cd-01 .list .item .i-box .i-d {
  margin-top: 5px;
  color: #222;
}
.evi-06 .cont-det .cd-01 .list .item .i-box .i-d a {
  color: #222;
}
.evi-06 .cont-det .cd-01 .list .item .i-box .i-d a:hover {
  color: #E60000;
}
.evi-06 .cont-det .cd-02 {
  width: 67%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(26.66667px, 2.08333vw, 40px) clamp(33.33333px, 2.60417vw, 50px) clamp(26.66667px, 2.08333vw, 40px) clamp(53.33333px, 4.16667vw, 80px);
}
.evi-06 .cont-det .cd-02 .t {
  font-weight: 800;
  color: #222;
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  text-transform: uppercase;
  line-height: 1;
}
.evi-06 .cont-det .cd-02 .q-a {
  margin-top: clamp(20px, 1.5625vw, 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.evi-06 .cont-det .cd-02 .q-a .q {
  width: 47%;
}
.evi-06 .cont-det .cd-02 .q-a .q ul li {
  color: #222;
  /*text-transform: uppercase;*/
  line-height: 1;
  padding: clamp(26.66667px, 2.08333vw, 40px) 0;
  border-bottom: 1px solid #A6A6A6;
  cursor: pointer;
}
.evi-06 .cont-det .cd-02 .q-a .q ul li.act {
  color: #E60000;
  border-bottom-color: #E60000;
}
.evi-06 .cont-det .cd-02 .q-a .a {
  width: 48%;
  margin-left: 5%;
  background: rgba(166, 166, 166, 0.13);
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(13.33333px, 1.04167vw, 20px);
}
.evi-06 .cont-det .cd-02 .q-a .a .con {
  display: none;
  line-height: 2.1;
  /*text-transform: uppercase;*/
  text-align: justify;
}
.evi-06 .cont-det .cd-02 .q-a .a .con.act {
  display: block;
}

.evi-07 {
  background: #565656;
  border-bottom: 2px solid #fff;
}
.evi-07 .sany-evi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: clamp(60px, 4.6875vw, 90px) 0 clamp(80px, 6.25vw, 120px);
}
.evi-07 .sany-evi .text {
  width: calc(100% - clamp(340.66667px, 26.61458vw, 511px));
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-right: clamp(46.66667px, 3.64583vw, 70px);
}
.evi-07 .sany-evi .text .t {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  color: #E60000;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 25px;
  position: relative;
}
.evi-07 .sany-evi .text .t::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background: #E60000;
}
.evi-07 .sany-evi .text .st {
  margin-top: clamp(16.66667px, 1.30208vw, 25px);
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 500;
  color: #fff;
  line-height: 1;
}
.evi-07 .sany-evi .text .tips {
  margin-top: clamp(10px, 0.78125vw, 15px);
  color: #fff;
  line-height: 1.8;
}
.evi-07 .sany-evi .text a {
  color: #fff;
}
.evi-07 .sany-evi .text a:hover{
  color: #e60000;
}
.evi-07 .sany-evi .pic {
  width: clamp(340.66667px, 26.61458vw, 511px);
}
.evi-07 .sany-evi .pic .img-box {
  padding-bottom: 40%;
  overflow: hidden;
  position: relative;
}
.evi-07 .sany-evi .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.support-solution {
  --swiper-navigation-size:clamp-px-to-vw(18);
  --swiper-theme-color:#fff;
}
.support-solution .solution-01 {
  padding: clamp(33.33333px, 2.60417vw, 50px) 0;
}
.support-solution .solution-01 .index-tit {
  padding-bottom: clamp(33.33333px, 2.60417vw, 50px);
}
.support-solution .solution-01 .s1-swiper {
  padding: 0 clamp(40px, 3.125vw, 60px) clamp(40px, 3.125vw, 60px);
  position: relative;
}
.support-solution .solution-01 .swiper .swiper-slide {
  position: relative;
}
.support-solution .solution-01 .swiper .swiper-slide .img-box {
  padding-bottom: 100%;
  overflow: hidden;
  position: relative;
}
.support-solution .solution-01 .swiper .swiper-slide .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-solution .solution-01 .swiper .swiper-slide .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(13.33333px, 1.04167vw, 20px);
  background: rgba(0, 0, 0, 0.29);
  height: clamp(41.33333px, 3.22917vw, 62px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.support-solution .solution-01 .swiper .swiper-slide .text .t {
  font-size: clamp(16px, 1.25vw, 24px);
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.support-solution .solution-01 .swiper .swiper-slide .text .d {
  color: #fff;
  margin-top: clamp(3.33333px, 0.26042vw, 5px);
  display: none;
}
.support-solution .solution-01 .swiper .swiper-slide:hover .text {
  height: 100%;
}
.support-solution .solution-01 .swiper .swiper-slide:hover .text .d {
  display: block;
}
.support-solution .solution-02 {
  padding-bottom: clamp(33.33333px, 2.60417vw, 50px);
}
.support-solution .solution-02 .s2-swiper {
  padding: clamp(40px, 3.125vw, 60px);
  position: relative;
}
.support-solution .solution-02 .s2-swiper .swiper-slide {
  position: relative;
  padding-left: 46.375%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.support-solution .solution-02 .s2-swiper .swiper-slide .pic .img-box {
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
.support-solution .solution-02 .s2-swiper .swiper-slide .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-solution .solution-02 .s2-swiper .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 4;
  width: 50%;
  height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url("../images/solution-Jobs.webp") no-repeat center center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #e60000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  padding: clamp(46.66667px, 3.64583vw, 70px);
}
.support-solution .solution-02 .s2-swiper .swiper-slide .text .t {
  font-size: clamp(23.33333px, 1.82292vw, 35px);
  font-weight: 800;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
}
.support-solution .solution-02 .s2-swiper .swiper-slide .text .d {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  line-height: 1.5;
  color: #fff;
  margin-top: 15px;
}
.support-solution .solution-03 .index-tit {
  padding-bottom: clamp(40px, 3.125vw, 60px);
}
.support-solution .solution-03 .s2-swiper {
  position: relative;
  padding-bottom: clamp(33.33333px, 2.60417vw, 50px);
}
.support-solution .solution-03 .s2-swiper .swiper {
  border-radius: clamp(13.33333px, 1.04167vw, 20px);
}
.support-solution .solution-03 .s2-swiper .swiper .swiper-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support-solution .solution-03 .s2-swiper .swiper .swiper-slide .pic {
  width: 50%;
  position: relative;
}
.support-solution .solution-03 .s2-swiper .swiper .swiper-slide .pic .img-box {
  padding-bottom: 60%;
  overflow: hidden;
  position: relative;
}
.support-solution .solution-03 .s2-swiper .swiper .swiper-slide .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-solution .solution-03 .s2-swiper .swiper .swiper-slide .pic::after {
  content: "";
  position: absolute;
  right: -1px;
  top: 0;
  width: 15px;
  height: 100%;
  background: url("../images/evi-06-line.png") no-repeat center center;
}
.support-solution .solution-03 .s2-swiper .swiper .swiper-slide .text {
  width: 50%;
  background-color: #eee;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 clamp(40px, 3.12vw, 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.support-solution .solution-03 .s2-swiper .swiper .swiper-slide .text .d {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  line-height: 1.5;
  color: #000;
  margin-top: 15px;
  text-align: justify;
}
.support-solution .solution-03 .s2-swiper .swiper .swiper-slide .text .by {
  text-align: right;
  color: #222;
  margin-top: clamp(20px, 1.16667vw, 80px);
}
.support-solution .solution-04 {
  padding: clamp(40px, 3.125vw, 60px) 0;
}
.support-solution .solution-04 .page-box .wp-pagenavi {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.support-solution .solution-04 .list {
  margin-top: clamp(40px, 3.125vw, 60px);
}
.support-solution .solution-04 .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support-solution .solution-04 .list ul li {
  width: calc(50% - 11px);
  margin-bottom: clamp(20px, 1.5625vw, 30px);
  border-top: 4px solid #E60000;
  background: #F9F8F8;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.06), 0px 3px 7px 0px rgba(4, 0, 0, 0.06);
          box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.06), 0px 3px 7px 0px rgba(4, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(26.66667px, 2.08333vw, 40px) clamp(26.66667px, 2.08333vw, 40px) clamp(26.66667px, 2.08333vw, 40px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.support-solution .solution-04 .list ul li:nth-child(2n) {
  margin-left: clamp(14.66667px, 1.14583vw, 22px);
}
.support-solution .solution-04 .list ul li .pic {
  width: 35%;
}
.support-solution .solution-04 .list ul li .pic .img-box {
  display: block;
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}
.support-solution .solution-04 .list ul li .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.support-solution .solution-04 .list ul li .text {
  width: 65%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
}
.support-solution .solution-04 .list ul li .text .tit {
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #222;
  font-weight: 800;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.support-solution .solution-04 .list ul li .text .tit:hover {
  color: #E60000;
}
.support-solution .solution-04 .list ul li .text .des {
  margin: 20px 0;
}
.support-solution .solution-04 .list ul li .text .des dd {
  position: relative;
  padding-left: 14px;
  margin-top: 10px;
  color: #222;
  line-height: 28px;
}
.support-solution .solution-04 .list ul li .text .des dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 28px;
  background: #E60000;
}
.support-solution .solution-04 .list ul li .text .des dd:first-child {
  margin-top: 0;
}
.support-solution .swiper-pagination {
  bottom: 0;
}
.support-solution .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: 1px solid #464340;
  background: transparent;
}
.support-solution .swiper-pagination .swiper-pagination-bullet-active {
  background: #464340;
}
.support-solution .swiper-button-next,
.support-solution .swiper-button-prev {
  width: clamp(21.33333px, 1.66667vw, 32px);
  height: clamp(21.33333px, 1.66667vw, 32px);
  margin-top: clamp(-10.66667px, -0.83333vw, -16px);
  background: #E60000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E60000;
  border-radius: 50%;
}
.support-solution .swiper-button-next::after,
.support-solution .swiper-button-prev::after {
  font-weight: 700;
}
.support-solution .swiper-button-next.swiper-button-disabled,
.support-solution .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: transparent;
  --swiper-theme-color:#E60000;
}
.support-solution .swiper-button-prev {
  left: 0;
}
.support-solution .swiper-button-next {
  right: 0;
}

.dealers-box .index-tit {
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(20px, 1.5625vw, 30px) clamp(40px, 3.125vw, 60px);
}
.dealers-box .index-tit p {
	margin-top:15px;
}
.dealers-box .index-tit p, .dealers-box .index-tit ul {
  text-align: left;
}
.dealers-box .index-tit ul li {
    list-style-type: initial;
	    margin-left: 20px;
}
.dealers-box .dealers-iframe {
  padding-bottom: 41.66666%;
  position: relative;
}
.dealers-box .dealers-iframe iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}

.news-box {
  padding-bottom: clamp(40px, 3.125vw, 60px);
}
.news-box .tit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: clamp(20px, 1.5625vw, 30px) 0 clamp(40px, 3.125vw, 60px);
}
.news-box .tit h6 {
  font-size: clamp(29.33333px, 2.29167vw, 44px);
  color: #222;
  font-weight: 800;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.news-box .tit .tag-box {
  margin-left: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-box .tit .tag-box .label {
  color: #222;
}
.news-box .tit .tag-box .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-box .tit .tag-box .link a {
  display: block;
  font-size: clamp(10.66667px, 0.83333vw, 16px);
  color: #E60000;
  font-weight: 800;
  padding: 10px 15px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  line-height: 1;
  border: 2px solid #E60000;
  margin-left: 10px;
}
.news-box .tit .tag-box .link a.act, .news-box .tit .tag-box .link a:hover {
  background: #E60000;
  color: #fff;
}
.news-box .list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: clamp(26.66667px, 2.08333vw, 40px) 0;
  border-bottom: 1px solid rgba(86, 86, 86, 0.25);
}
.news-box .list ul li .pic {
  width: 289px;
}
.news-box .list ul li .pic .img-box {
  display: block;
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}
.news-box .list ul li .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-box .list ul li .text {
  width: calc(100% - 289px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: clamp(53.33333px, 4.16667vw, 80px);
}
.news-box .list ul li .text .time-name {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-box .list ul li .text .time-name::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 47px;
  background: #E60000;
}
.news-box .list ul li .text .time-name .time {
  font-size: clamp(13.33333px, 1.04167vw, 20px);
  color: #333;
}
.news-box .list ul li .text .time-name .name {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  color: #222;
  font-weight: 800;
  margin-left: 20px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.news-box .list ul li .text .time-name:hover .name {
  color: #E60000;
}
.news-box .list ul li .text .des {
  margin: 20px 0;
  line-height: 2;
  height: 6em;
}

.news-dis-box {
  padding: clamp(13.33333px, 1.04167vw, 20px) 0 clamp(40px, 3.125vw, 60px);
  max-width: 1130px;
  margin: 0 auto;
}
.news-dis-box .pic img {
  width: 100%;
  height: auto;
  margin-bottom: clamp(46.66667px, 3.64583vw, 70px);
}
.news-dis-box .tit {
  font-size: clamp(29.33333px, 2.29167vw, 44px);
  color: #222;
  font-weight: 800;
}
.news-dis-box .time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
}
.news-dis-box .time img {
  margin-right: 5px;
}
.news-dis-box .edit-box {
  padding: clamp(26.66667px, 2.08333vw, 40px) 0;
}
.news-dis-box .edit-box p{
  margin-bottom: 10px;
}
.news-dis-box .edit-box li{
  list-style-type: initial;
  margin-left: 20px;
}
.news-dis-box .news-page {
  padding: clamp(33.33333px, 2.60417vw, 50px) 0;
  border-top: 3px solid #B4B4B4;
  border-bottom: 3px solid #B4B4B4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-dis-box .news-page .prev,
.news-dis-box .news-page .next {
  width: 50%;
}
.news-dis-box .news-page .prev a,
.news-dis-box .news-page .next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news-dis-box .news-page .prev a:hover .c,
.news-dis-box .news-page .next a:hover .c {
  color: #E60000;
}
.news-dis-box .news-page .prev .icon,
.news-dis-box .news-page .next .icon {
  width: 16px;
  height: 26px;
}
.news-dis-box .news-page .prev .text,
.news-dis-box .news-page .next .text {
  width: calc(100% - 16px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 15px;
}
.news-dis-box .news-page .prev .text .b,
.news-dis-box .news-page .next .text .b {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  color: #E60000;
}
.news-dis-box .news-page .prev .text .c,
.news-dis-box .news-page .next .text .c {
  color: #222;
}
.news-dis-box .news-page .prev.next a,
.news-dis-box .news-page .next.next a {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: right;
}
.news-dis-box .news-page .prev.next a .text,
.news-dis-box .news-page .next.next a .text {
  padding-right: 15px;
  padding-left: 0;
}

.about-page-box .evi-02 {
  margin-top: clamp(33.33333px, 2.60417vw, 50px);
}

.careers-page-box {
  padding-bottom: clamp(33.33333px, 2.60417vw, 50px);
}
.careers-page-box .index-tit {
  padding-bottom: clamp(33.33333px, 2.60417vw, 50px);
}
.careers-page-box .index-tit p {
  text-align: left;
}
.careers-page-box .careers-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.careers-page-box .careers-flex .menu {
  width: 322px;
}
.careers-page-box .careers-flex .menu .menu-nav > ul > li {
  margin-bottom: 20px;
}
.careers-page-box .careers-flex .menu .menu-nav > ul > li > a {
  display: block;
  padding: 20px 25px;
  font-size: 16px;
  color: #fff;
  background: #737373;
  text-transform: uppercase;
  position: relative;
}
.careers-page-box .careers-flex .menu .menu-nav > ul > li > a::after {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 5px;
  height: 10px;
  background: url(../images/pro-list-icon-01.png) no-repeat center center;
}
.careers-page-box .careers-flex .menu .menu-nav > ul > li.act > a {
  background: #E60000;
}
.careers-page-box .careers-flex .menu .menu-nav > ul > li.act > ul {
  display: block;
}
.careers-page-box .careers-flex .menu .menu-nav > ul > li > ul {
  display: none;
  border: 1px solid #A0A0A0;
}
.careers-page-box .careers-flex .menu .menu-nav > ul > li > ul > li {
  border-top: 1px solid #A0A0A0;
}
.careers-page-box .careers-flex .menu .menu-nav > ul > li > ul > li > a {
  display: block;
  padding: 20px 25px;
  font-size: 16px;
  color: #666;
  background: #F9F8F8;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.careers-page-box .careers-flex .menu .menu-nav > ul > li > ul > li > a:hover {
  background: #666;
  color: #fff;
}
.careers-page-box .careers-flex .list {
  width: calc(100% - 322px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 3%;
}
.careers-page-box .careers-flex .list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.careers-page-box .careers-flex .list ul li {
  background-color: #F9F8F8;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.06), 0px 3px 7px 0px rgba(4, 0, 0, 0.06);
          box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.06), 0px 3px 7px 0px rgba(4, 0, 0, 0.06);
  border-top: 4px solid #e60000;
  padding: clamp(16.66667px, 1.30208vw, 25px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(33.3333333333% - 15.3333333333px);
  margin-left: 23px;
  margin-bottom: 23px;
  background-position: 90% 70%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  color: #222;
}
.careers-page-box .careers-flex .list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.careers-page-box .careers-flex .list ul li:hover {
  color: #fff;
  background-image: url(../images/car-pic-01.png);
  background-color: #565656;
}
.careers-page-box .careers-flex .list ul li:hover .name {
  color: #fff;
}
.careers-page-box .careers-flex .list ul li:hover .btn a {
  background: #e60000;
}
.careers-page-box .careers-flex .list ul li:hover .btn a span {
  color: #fff;
}
.careers-page-box .careers-flex .list ul li:hover .btn a i {
  background: #fff url(../images/index-1-h.png) no-repeat center center;
}
.careers-page-box .careers-flex .list ul li .name {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  color: #222;
  font-weight: 800;
  margin-bottom: 10px;
  height: 2.8em;
  line-height: 1.4;
  text-transform: uppercase;
}
.careers-page-box .careers-flex .list ul li .job-tag {
  margin: 20px 0 clamp(53.33333px, 4.16667vw, 80px);
}
.careers-page-box .careers-flex .list ul li .job-tag dl dd {
  margin-top: 14px;
  padding-left: 13px;
  position: relative;
}
.careers-page-box .careers-flex .list ul li .job-tag dl dd:first-child {
  margin-top: 0;
}
.careers-page-box .careers-flex .list ul li .job-tag dl dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 4px;
  height: 29px;
  background-color: #E60000;
}

.careers-dis-box .index-tit {
  padding: clamp(13.33333px, 1.04167vw, 20px) 0 clamp(23.33333px, 1.82292vw, 35px);
}
.careers-dis-box .careers-flex-dis {
  padding: clamp(33.33333px, 2.60417vw, 50px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.careers-dis-box .careers-flex-dis .form-box {
  background-color: #e60000;
  width: 26%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 25px;
}
.careers-dis-box .careers-flex-dis .form-box .form-tit {
  padding: 25px 0 0;
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  color: #fff;
  line-height: 1;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .item {
  margin-bottom: 10px;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .item .wpcf7-not-valid-tip{
    color:#fff;
    font-size:12px;
}
.careers-dis-box .careers-flex-dis .form-box .wpcf7-response-output{
    color:#fff;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .item .wpcf7-list-item-label{
    color:#fff;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .item .wpcf7-list-item{
    margin-left:0;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .item .lable {
  font-weight: 800;
  color: #fff;
  padding: 20px 0;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .item .input-box input[type=text],
.careers-dis-box .careers-flex-dis .form-box .form-con .item .input-box input[type=email],
.careers-dis-box .careers-flex-dis .form-box .form-con .item .input-box input[type=tel] {
  border: none;
  width: 100%;
  background-color: #fff;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .item .input-box textarea {
  resize: none;
  width: 100%;
  padding: 15px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .item .input-box input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border: 2px solid #fff;
  vertical-align: bottom;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .item .input-box label {
  color: #fff;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .item .input-box label a {
  color: #fff;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .submit {
  margin-top: 40px;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .submit input[type=submit] {
  width: 233px;
  height: 61px;
  background: #222222;
  text-transform: uppercase;
  color: #fff;
  border: none;
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 25px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.careers-dis-box .careers-flex-dis .form-box .form-con .submit input[type=submit]:hover {
  background: #e60000;
  color: #fff;
}
.careers-dis-box .careers-flex-dis .edit-cer {
  width: 74%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 4%;
}

.contact-page-box {
  padding-bottom: clamp(40px, 3.125vw, 60px);
}
.contact-page-box .icon-list {
  margin-top: clamp(46.66667px, 3.64583vw, 70px);
}
.contact-page-box .team-box{
    margin-top: clamp(46.66667px, 3.64583vw, 70px);
}
.contact-page-box .team-box .team-list{
    margin-top: clamp(46.66667px, 3.64583vw, 70px);
}
.contact-page-box .team-box .team-list ul{
    display: flex;
    flex-wrap: wrap;
}
.contact-page-box .team-box .team-list ul li{
    width:calc(25% - 12.75px);
    margin-left: 17px;
    margin-bottom:30px;
    background:rgba(4, 0, 0, 0.06);
}
.contact-page-box .team-box .team-list ul li:nth-child(4n+1){
    margin-left:0;
}
.contact-page-box .team-box .team-list ul li .pic .img-box{
    padding-bottom:100%;
    overflow: hidden;
    position: relative;
}
.contact-page-box .team-box .team-list ul li .pic .img-box img{
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    object-fit:cover;
}
.contact-page-box .team-box .team-list ul li .text{
    padding:20px;
}
.contact-page-box .team-box .team-list ul li .text .name{
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 5px;
    color: #222222;
}
.contact-page-box .team-box .team-list ul li .text .jci-item{
    padding-left:10px;
    margin-bottom:5px;
    color:rgba(34, 34, 34, 1);
    position: relative;
    line-height:1.5;
    min-height: 3.5em;
    word-break: break-word;
    font-size: clamp(12px, 1vw, 16px);
}
.contact-page-box .team-box .team-list ul li .text .jci-item:last-child{
    margin-bottom:0;
}
.contact-page-box .team-box .team-list ul li .text .jci-item:after{
    content: '';
    position: absolute;
    left:0;
    top:4px;
    width: 4px;
    /*height: 22px;*/
    height: clamp(12px, 1vw, 20px);
    background: #F61824;
}
.contact-page-box .icon-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.contact-page-box .icon-list ul li {
  width: calc(33.3333333333% - 16px);
  margin-left: 24px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 9px 17px 4px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 9px 17px 4px rgba(0, 0, 0, 0.04);
  border: 1px solid #999898;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: clamp(36.66667px, 2.86458vw, 55px);
  text-align: center;
}
.contact-page-box .icon-list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.contact-page-box .icon-list ul li:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.contact-page-box .icon-list ul li a {
  display: block;
}
.contact-page-box .icon-list ul li a .icon {
  max-width: 100%;
  height: clamp(36px, 2.8125vw, 54px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto clamp(23.33333px, 1.82292vw, 35px);
}
.contact-page-box .icon-list ul li a .text {
  /*max-width: 225px;*/
  margin: 0 auto;
  color: #464340;
  font-size: 16px;
}
.contact-page-box .map-box {
  margin: clamp(40px, 3.125vw, 60px) 0;
}
.contact-page-box .form-box .tit {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  color: #222;
  line-height: 1;
  padding-bottom: clamp(20px, 1.5625vw, 30px);
  position: relative;
}
.contact-page-box .form-box .tit::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #E60000;
  width: clamp(78.66667px, 6.14583vw, 118px);
  height: 3px;
}

.search-page-box .index-tit h6::before, .search-page-box .index-tit h6::after {
  display: none;
}
.search-page-box .input-box {
  max-width: clamp(366.66667px, 28.64583vw, 550px);
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search-page-box .input-box input {
  width: calc(100% - 77px);
  height: clamp(32px, 2.5vw, 48px);
  border: none;
  background: rgba(86, 86, 86, 0.25);
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search-page-box .input-box button {
  margin-left: 10px;
  width: 67px;
  height: clamp(32px, 2.5vw, 48px);
  border: none;
  background-color: #565656;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.search-page-box .input-box button:hover {
  background-color: #e60000;
}
.search-page-box .search-list {
  max-width: 1326px;
  margin: 0 auto;
  padding-bottom: clamp(40px, 3.125vw, 60px);
  padding-top: clamp(46.66667px, 3.64583vw, 70px);
}
.search-page-box .search-list ul li {
  margin-top: clamp(33.33333px, 2.60417vw, 50px);
  background: #F9F8F8;
  -webkit-box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 9px 5px 0px rgba(0, 0, 0, 0.06);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.search-page-box .search-list ul li:first-child {
  margin-top: 0;
}
.search-page-box .search-list ul li .pic {
  max-width: 317px;
  width: 100%;
}
.search-page-box .search-list ul li .pic .img-box {
  display: block;
  padding-bottom: 65%;
  overflow: hidden;
  position: relative;
}
.search-page-box .search-list ul li .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.search-page-box .search-list ul li .text {
  width: calc(100% - 317px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(13.33333px, 1.04167vw, 20px) clamp(26.66667px, 2.08333vw, 40px) clamp(26.66667px, 2.08333vw, 40px) clamp(26.66667px, 2.08333vw, 40px);
}
.search-page-box .search-list ul li .text .tit {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  color: #222;
  padding-bottom: clamp(6.66667px, 0.52083vw, 10px);
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
}
.search-page-box .search-list ul li .text .tips {
  color: #222;
  line-height: 2.1;
  height: 6.3em;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.search-page-box .search-list ul li:hover {
  background-color: #565656;
}
.search-page-box .search-list ul li:hover .tit {
  color: #e60000;
}
.search-page-box .search-list ul li:hover .tips {
  color: #fff;
}

.webshop-page-box {
  padding-bottom: clamp(40px, 3.125vw, 60px);
}
.webshop-page-box .webshop-tag {
  padding: clamp(38.66667px, 3.02083vw, 58px) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.webshop-page-box .webshop-tag a {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  color: #222;
  margin: 0 10px;
  width: clamp(128px, 10vw, 192px);
  height: clamp(40.66667px, 3.17708vw, 61px);
  border: 1px solid #222222;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.webshop-page-box .webshop-tag a:hover, .webshop-page-box .webshop-tag a.act {
  color: #fff;
  border-color: #e60000;
  background-color: #e60000;
}
.webshop-page-box .webshop-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.webshop-page-box .webshop-list ul li {
  width: calc(33.3333333333% - 22px);
  margin-left: 33px;
  margin-bottom: 58px;
  background: #F9F8F8;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.06);
          box-shadow: 0px 3px 7px 0px rgba(4, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: clamp(23.33333px, 1.82292vw, 35px);
}
.webshop-page-box .webshop-list ul li:nth-child(3n+1) {
  margin-left: 0;
}
.webshop-page-box .webshop-list ul li .pic .img-box {
  display: block;
  padding-bottom: 70%;
  overflow: hidden;
  position: relative;
}
.webshop-page-box .webshop-list ul li .pic .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.webshop-page-box .webshop-list ul li .text {
  padding-top: clamp(13.33333px, 1.04167vw, 20px);
}
.webshop-page-box .webshop-list ul li .text .tit {
  font-size: clamp(16px, 1.1vw, 20px);
  font-weight: 800;
  color: #222;
  padding-bottom: clamp(6.66667px, 0.52083vw, 10px);
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
  line-height: 1.4;
  height: 2.8em;
}
.webshop-page-box .webshop-list ul li .text .tit:hover {
  color: #e60000;
}
.webshop-page-box .webshop-list ul li .text .tag {
  font-size: clamp(14.66667px, 1.14583vw, 22px);
  font-weight: 800;
  color: #222;
  padding-bottom: clamp(6.66667px, 0.52083vw, 10px);
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
}
.webshop-page-box .webshop-list ul li .text .tips {
  color: #282828;
}
.webshop-page-box .webshop-list ul li .text .btn {
  margin-top: clamp(13.33333px, 1.04167vw, 20px);
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.webshop-page-box .webshop-list .page-box {
  padding-top: 0;
}

.webshop-dis-box {
  padding-bottom: clamp(40px, 3.125vw, 60px);
  --swiper-navigation-size:clamp-px-to-vw(18);
  --swiper-theme-color:#fff;
}
.webshop-dis-box .photo-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.webshop-dis-box .photo-text .photo {
  width: 46%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 clamp(33.33333px, 2.60417vw, 50px);
  position: relative;
}
.webshop-dis-box .photo-text .photo .img-box {
  display: block;
  padding-bottom: 90%;
  overflow: hidden;
  position: relative;
}
.webshop-dis-box .photo-text .photo .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.webshop-dis-box .photo-text .photo .swiper {
  border: 1px solid rgba(4, 0, 0, 0.1);
}
.webshop-dis-box .photo-text .text {
  padding-top: clamp(26.66667px, 2.08333vw, 40px);
  width: 54%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 5%;
}
.webshop-dis-box .photo-text .text .edit-box {
  color: #222;
}
.webshop-dis-box .photo-text .text .link {
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.webshop-dis-box .photo-text .text .link a {
  display: block;
  text-align: center;
  border: 1px solid #E60000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #E60000;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 10px 15px;
  border-radius: 7px;
  margin-right: clamp(10px, 0.78125vw, 15px);
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 800;
  transition: all 0.6s;
}
.webshop-dis-box .photo-text .text .link a:hover {
  background-color: #E60000;
  color: #fff;
}
.webshop-dis-box .tit {
  padding: clamp(40px, 3.125vw, 60px) 0 clamp(16.66667px, 1.30208vw, 25px);
  font-size: clamp(29.33333px, 2.29167vw, 44px);
  font-weight: 800;
  color: #e60000;
  display: block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
.webshop-dis-box .tit::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 4px;
  background-color: #e60000;
}
.webshop-dis-box .table {
  margin-top: clamp(26.66667px, 2.08333vw, 40px);
}
.webshop-dis-box .table table {
  width: 100%;
  border: 1px solid #ACACAC;
  color: #222;
}
.webshop-dis-box .table table th {
  padding: clamp(10px, 0.78125vw, 15px) clamp(13.33333px, 1.04167vw, 20px);
  font-size: clamp(12px, 0.9375vw, 18px);
  font-weight: 800;
  background-color: #F9F8F8;
}
.webshop-dis-box .table table td {
  padding: clamp(10px, 0.78125vw, 15px) clamp(13.33333px, 1.04167vw, 20px);
  font-size: clamp(12px, 0.9375vw, 18px);
}
.webshop-dis-box .swiper-button-next,
.webshop-dis-box .swiper-button-prev {
  width: clamp(21.33333px, 1.66667vw, 32px);
  height: clamp(21.33333px, 1.66667vw, 32px);
  margin-top: clamp(-10.66667px, -0.83333vw, -16px);
  background: #E60000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #E60000;
  border-radius: 50%;
}
.webshop-dis-box .swiper-button-next::after,
.webshop-dis-box .swiper-button-prev::after {
  font-weight: 700;
}
.webshop-dis-box .swiper-button-next.swiper-button-disabled,
.webshop-dis-box .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background: transparent;
  --swiper-theme-color:#E60000;
}
.webshop-dis-box .swiper-button-prev {
  left: 0;
}
.webshop-dis-box .swiper-button-next {
  right: 0;
}
.sip-list{
    padding-bottom:50px;
}
.sip-list ul{
    display: flex;
    flex-wrap: wrap;
}
.sip-list ul li{
    width:calc(50% - 26px);
    margin-left:52px;
    margin-bottom:52px;
    position: relative;
}
.sip-list ul li a{
    display: block;
    pointer-events: relative;
}
.sip-list ul li .pic .img-box{
    padding-bottom:59.62264%;
    position: relative;
    overflow: hidden;
}
.sip-list ul li .pic .img-box img{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    object-fit:cover;
}
.sip-list ul li .text{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    z-index:3;
    display: flex;
    justify-content:center;
    align-items: center;
    flex-direction:column;
}
.sip-list ul li .pic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.sip-list ul li .text .tit{
    font-weight: 800;
    font-size: 36px;
    color: #FFFFFF;
    text-transform: uppercase;
}
.sip-list ul li .text .btn{
    margin-top:20px;
}
.sip-list ul li .text:after{
    content: '';
    width:90%;
    height:90%;
    position: absolute;
    left:5%;
    top:5%;
    border: 3px solid #FFFFFF;
}
.sip-list ul li:nth-child(2n+1){
    margin-left:0;
}

.sip-list ul li .btn div {
  width: clamp(116px, 9.0625vw, 174px);
  height: clamp(36px, 2.8125vw, 54px);
  border-radius: clamp(18px, 1.40625vw, 27px);
  line-height: clamp(36px, 2.8125vw, 54px);
  border: 1px solid #fff;
  background:#fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: clamp(29.33333px, 2.29167vw, 44px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sip-list ul li .btn div span {
  font-size: clamp(12px, 0.9375vw, 18px);
  color: #222222;
}
.sip-list ul li .btn div i {
  margin-left: clamp(10px, 0.78125vw, 15px);
  width: clamp(22.66667px, 1.77083vw, 34px);
  height: clamp(22.66667px, 1.77083vw, 34px);
  background: #222222 url(../images/index-1.png) no-repeat center center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.sip-list ul li a:hover .btn div{
  background: #E60000;
  border-color:#E60000;
}
.sip-list ul li a:hover .btn div span {
  color: #fff;
}
.sip-list ul li a:hover .btn div i{
  background: #fff url(../images/index-1-h.png) no-repeat center center;
}

.inquiry-form .form-tit {
  text-align: center;
  padding-bottom:clamp(23.33333px, 1.82292vw, 35px);
}
.inquiry-form .form-tit p {
  padding-bottom: clamp(28px, 2.1875vw, 42px);
  position: relative;
  line-height: 1;
  font-size: clamp(28px, 2.29167vw, 44px);
  color: #222;
  font-weight: 800;
  text-transform: uppercase;
}
.inquiry-form .form-tit p::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: clamp(72.66667px, 5.67708vw, 109px);
  height: 5px;
  background: #ED1C24;
}
.inquiry-form .form-tit p::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 44%;
  height: 1px;
  background: #E6E6E6;
}
.inquiry-form{
   padding: clamp(40px, 4.6875vw, 90px) 0;
}
/* 表单基础样式 */
.inq-form .form-con {
    max-width: 100%;
    margin: 0 auto;
    padding: 30px;
    color: #333;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* 标题样式 */
.inq-form .item-tit {
    margin: 40px 0 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #ED1C24;
    position: relative;
}

.inq-form .item-tit:first-child {
    margin-top: 0;
}

.inq-form .item-tit p {
    font-size: 20px;
    font-weight: 600;
    color: #ED1C24;
    margin: 0;
}

/* 表单项容器 */
.inq-form .item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    position: relative;
}

/* 标签样式 */
.inq-form .lable {
    flex: 0 0 200px;
    padding: 10px 20px 10px 0;
    text-align: right;
    font-weight: 500;
}

.inq-form .lable p {
    margin: 0;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.inq-form .lable sup {
    color: #ED1C24;
    font-size: 14px;
    margin-left: 4px;
}

/* 输入框容器 */
.inq-form .input-box {
    flex: 1;
    min-width: 300px;
    max-width: 100%;
}

.inq-form .input-box p {
    margin: 0;
}

/* 输入框基础样式 */
.inq-form .wpcf7-form-control {
    width: 100%;
    padding: 12px 16px;
    font-size: 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fff;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.inq-form .wpcf7-form-control:focus {
    outline: none;
    border-color: #ED1C24;
    box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.1);
}

/* 验证错误状态 */
.inq-form .wpcf7-not-valid {
    border-color: #d32f2f !important;
    background-color: #fff5f5;
}

.inq-form .wpcf7-not-valid:focus {
    box-shadow: 0 0 0 3px rgba(211, 47, 47, 0.1);
}
.inq-form .wpcf7-form-control-wrap{
    display: block;
}
/* 验证提示样式 */
.inq-form .wpcf7-not-valid-tip {
    display: block;
    color: #d32f2f;
    font-size: 12px;
    margin-top: 2px;
    padding-left: 4px;
    animation: inqSlideDown 0.3s ease;
    position: absolute;
    left: 0; /* 对应lable宽度 */
    right: 0;
    top: 100%;
}

@keyframes inqSlideDown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* 单选按钮样式 */
.inq-form .wpcf7-radio {
    display: flex;
    gap: 30px;
    padding: 10px 0;
}

.inq-form .wpcf7-list-item {
    display: flex;
    align-items: center;
}

.inq-form .wpcf7-list-item label {
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 15px;
    color: #555;
}

.inq-form .wpcf7-list-item input[type="radio"] {
    width: 18px;
    height: 18px;
    margin-right: 8px;
    cursor: pointer;
    accent-color: #ED1C24;
}

/* 提交按钮样式 */
.inq-form .submit {
    margin: 40px auto 0;
    width:250px;
    padding-top: 20px;
    text-align: center;
}

.inq-form .wpcf7-submit {
    background: linear-gradient(135deg, #ED1C24, #b71c1c);
    color: white;
    border: none;
    padding: 14px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 180px;
}

.inq-form .wpcf7-submit:hover {
    background: linear-gradient(135deg, #b71c1c, #ED1C24);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(237, 28, 36, 0.3);
}

.inq-form .wpcf7-submit:active {
    transform: translateY(0);
}

/* 加载动画 */
.inq-form .wpcf7-spinner {
    display: inline-block;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: inqSpin 1s ease-in-out infinite;
    opacity: 0;
}

.inq-form .wpcf7-submit:focus + .wpcf7-spinner,
.inq-form .wpcf7-submit:hover + .wpcf7-spinner {
    opacity: 1;
}

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

/* 占位符样式 */
.inq-form .wpcf7-form-control::placeholder {
    color: #999;
    font-size: 14px;
}

/* 响应式设计 */
@media (max-width: 768px) {
    .inq-form .form-con {
        padding: 20px;
        margin: 10px;
    }
    
    .inq-form .item {
        flex-direction: column;
        margin-bottom: 30px;
    }
    
    .inq-form .lable {
        flex: none;
        width: 100%;
        padding: 0 0 8px 0;
        text-align: left;
    }
    
    .inq-form .input-box {
        flex: none;
        width: 100%;
        min-width: auto;
    }
    
    .inq-form .wpcf7-not-valid-tip {
        position: static;
        left: 0;
        margin-top: 6px;
        bottom: auto;
    }
    
    .inq-form .wpcf7-radio {
        flex-direction: column;
        gap: 15px;
    }
    
    .inq-form .item-tit p {
        font-size: 18px;
    }
}

@media (max-width: 480px) {
    .inq-form .form-con {
        padding: 15px;
    }
    
    .inq-form .lable p {
        font-size: 14px;
    }
    
    .inq-form .wpcf7-form-control {
        padding: 10px 14px;
        font-size: 14px;
    }
    
    .inq-form .wpcf7-submit {
        width: 100%;
        padding: 12px 20px;
    }
}

/* 表单成功/错误状态提示 */
.inq-form .wpcf7-response-output {
    padding: 15px;
    margin: 20px 0;
    border-radius: 6px;
    font-size: 14px;
    animation: inqFadeIn 0.3s ease;
}

@keyframes inqFadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.inq-form .wpcf7-validation-errors {
    border: 1px solid #d32f2f;
    background-color: #fff5f5;
    color: #d32f2f;
}

.inq-form .wpcf7-mail-sent-ok {
    border: 1px solid #4caf50;
    background-color: #f1f8e9;
    color: #2e7d32;
}

/* 焦点状态辅助功能 */
.inq-form .wpcf7-form-control:focus-visible {
    outline: 2px solid #ED1C24;
    outline-offset: 2px;
}

/* 主题色相关调整 */
.inq-form .item-tit::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 60px;
    height: 2px;
    background: #ED1C24;
}

.inq-form .wpcf7-submit:disabled {
    background: linear-gradient(135deg, #ff8a80, #ff5252);
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* 单选按钮选中状态 */
.inq-form .wpcf7-list-item input[type="radio"]:checked {
    box-shadow: 0 0 0 3px rgba(237, 28, 36, 0.2);
}

/* 输入框聚焦时的主题色效果 */
.inq-form .wpcf7-form-control:focus {
    background-color: #fff9f9;
}

/* 必填字段的视觉提示 */
.inq-form .lable p sup {
    font-weight: bold;
    position: relative;
    top: -2px;
}

#cookie-bar {
  position: fixed;
  top: auto;
  bottom: 0;
  width: 100%;
  background-color: #231E1F;
  z-index: 1001;
  text-align: center;
  padding: 10px 0;
  display: block;
}
@media (max-width: 767px) {
  #cookie-bar {
    border-top: 3px solid #fff;
  }
}
#cookie-bar p {
  font-family: arial;
  margin: 0;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
}
@media (max-width: 767px) {
  #cookie-bar p {
    line-height: 21px;
  }
}
#cookie-bar p .cb-enable {
  background: rgb(237, 28, 36);
  color: #ffffff;
}
@media (max-width: 767px) {
  #cookie-bar p .cb-enable {
    margin: 10px 0;
    display: block;
  }
}
#cookie-bar p .cb-enable:hover, #cookie-bar p .cb-enable:focus, #cookie-bar p .cb-enable:active {
  color: #ffffff;
}
#cookie-bar p .cb-policy {
  border: solid 1px #ffffff;
  color: #ffffff;
}
@media (max-width: 767px) {
  #cookie-bar p .cb-policy {
    margin-bottom: 10px;
    display: block;
  }
}
#cookie-bar p .cb-policy:hover, #cookie-bar p .cb-policy:focus, #cookie-bar p .cb-policy:active {
  color: #ffffff;
}
#cookie-bar .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

@media screen and (max-width: 1700px) {
  .m-width-content {
    max-width: 1480px;
  }
}
@media screen and (max-width: 1600px) {
  .footer .footer-nav-tool .nav-tool .tool .social .icon a img {
    width: 15px;
    height: auto;
  }
  .banner .swiper-button-prev,
  .banner .swiper-button-next {
    padding: 25px 10px;
    --swiper-navigation-size:clamp-px-to-vw(28);
  }
}
@media screen and (max-width: 1500px) {
  .m-width-content {
    max-width: 1280px;
  }
  .header .header-bar .ipd-20 .link-item .icon img {
    width: 15px;
    height: auto;
  }
  .index-05 .vlrt-list ul li .icon {
    padding: 15px;
  }
  .btn a i {
    background-size: 12px auto;
  }
  .h-cloud-map .hc-map-inner .fixate .f4 .text {
    left: auto;
    right: 100%;
    text-align: right;
    margin-right: 10px;
  }
}
@media screen and (max-width: 1300px) {
  body, input, select, button, textarea {
    font-size: 14px;
  }
  .m-width-content {
    max-width: 1000px;
  }
  .index-05 .vlrt-list ul li .text .d {
    font-size: 12px;
  }
  .header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul {
    width: 170px;
  }
  .header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul > li:hover > ul {
    width: 170px;
  }
  .header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li {
    padding: 10px;
  }
  .header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul > li > a {
    padding: 10px;
  }
  .header .logo-nav-tool .ipd-20 .nav-tool .nav-box #menuPc > ul > li > ul > li > ul > li > a {
    padding: 10px;
  }
  .evi-02 .how-does .text {
    width: 53%;
  }
  .careers-dis-box .careers-flex-dis .form-box {
    width: 300px;
  }
  .careers-dis-box .careers-flex-dis .edit-cer {
    width: calc(100% - 300px);
  }
  .sip-list ul li{
      width:calc(50% - 10px);
      margin-left:20px;
      margin-bottom:20px;
  }
  .contact-page-box .team-box .team-list ul li{
      /*width:calc(50% - 10px);*/
      /*margin-left:20px;*/
      
  }
  .contact-page-box .team-box .team-list ul li:nth-child(2n+1){
      /*margin-left:0;*/
  }
  .contact-page-box .team-box .team-list ul li .text .name {
      font-size: 18px;
  }
  
}
@media screen and (max-width: 1023px) {
  /* 手机菜单 start */
  html.mm-blocking body {
    overflow: initial;
  }
  #menuPc {
    display: none;
  }
  .mm-opened #menuWap {
    display: block;
  }
  #page {
    background: #ffffff;
  }
  .btn-nav {
    position: absolute;
    top: 50%;
    right: 20px;
    background: transparent;
    border: none;
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    z-index: 99999;
    display: block;
    width: 30px;
    float: right;
  }
  .icon-bar {
    display: block;
    margin: 6px 0;
    width: 30px;
    height: 3px;
    background-color: #e60000;
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    z-index: 999999;
  }
  .mm-opening .top {
    -webkit-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }
  .mm-opening .bottom {
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }
  .mm-opening .middle {
    width: 0;
  }
  /* 手机菜单 end */
  .tool-box .lan {
    display: none;
  }
  .header .logo-nav-tool {
    position: relative;
    padding: 5px 0;
  }
  .index-01 .pro-cate-list ul li {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .index-01 .pro-cate-list ul li:first-child {
    margin-top: 0;
  }
  .index-02 .service-index .text {
    position: relative;
    width: 100%;
  }
  .index-02 .service-index .text .tit {
    overflow: hidden;
  }
  .index-02 .service-index .text .tit::before {
    font-size: 30px;
  }
  .index-02 .service-index .pic {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .index-03 .sany-benelux .sb-inner{
      display: block;
  }
  .index-03 .sany-benelux .sb-inner .t-but{
      width:100%;
  }
  .index-03 .sany-benelux .sb-inner .des{
      width:100%;
      margin-top:40px;
  }
  .index-04 .map-flex .core-data {
    width: 100%;
  }
  .index-04 .map-flex .h-cloud-map {
    width: 100%;
  }
  .h-cloud-map .hc-map-inner .fixate .icon {
    width: 20px;
  }
  .h-cloud-map .hc-map-inner .fixate .icon img {
    width: 100%;
    height: auto;
  }
  .h-cloud-map .hc-map-inner .fixate .text {
    font-size: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .index-05 .vlrt-list ul li {
    width: 100%;
  }
  .index-05 .vlrt-list ul li:first-child{
      padding-left:clamp(26.66667px, 2.08333vw, 40px);
  }
  .index-05 .vlrt-list ul li::after {
    display: none;
  }
  .index-06 .ex-dis .ex-flex .text {
    width: 100%;
    padding-right: 0;
  }
  .index-06 .ex-dis .ex-flex .pic {
    width: 100%;
    margin-top: 40px;
  }
  .index-07-08-bg .index-07 .news-flex .hot {
    width: 100%;
    margin-bottom: 20px;
  }
  .index-07-08-bg .index-07 .news-flex .list {
    width: 100%;
    margin-left: 0;
  }
  
  .index-07-08-bg .index-07 .news-flex .hot .pic .img-box {
    height: 0;
    min-height: 0;
    padding-bottom: 76.299%;
  }
  .index-07-08-bg .index-08 .ct-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .index-07-08-bg .index-08 .ct-flex .pic {
    width: 100%;
  }
  .index-07-08-bg .index-08 .ct-flex .text {
    padding-top: 40px;
    width: 100%;
    padding-left: 0;
  }
  .index-07-08-bg .index-08 .ct-flex .text .ss-inner {
      padding: 0 0 clamp(50px, 7.29167vw, 140px);
  }
  .index-08 .swiper-button-next, .swiper-button-prev {
      display: none !important;
  }
  .index-07-08-bg .index-08 .ct-flex .text {
      padding-right: 0;
  }
  .footer .footer-nav-tool .nav-tool .nav {
    width: 100%;
  }
  .footer .footer-nav-tool .nav-tool .nav dl {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .footer .footer-nav-tool .nav-tool .nav dl dt a {
    font-size: 18px;
  }
  .footer .footer-nav-tool .nav-tool .tool {
    width: 100%;
    padding-left: 0;
  }
  .footer .footer-copy .copy-link .copy {
    width: 100%;
    text-align: center;
  }
  .footer .footer-copy .copy-link .link {
    width: 100%;
    text-align: center;
  }
  .right-fixed {
    right: 20px;
  }
  .evi-02 .how-does .text {
    position: relative;
    width: 100%;
    margin-top: 20px;
    background: #333;
    padding: 20px;
    height: auto;
    border-radius: 20px;
  }
  .careers-dis-box .careers-flex-dis {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .careers-dis-box .careers-flex-dis .edit-cer {
    width: 100%;
    padding-left: 0;
  }
  .careers-dis-box .careers-flex-dis .form-box {
    width: 100%;
    margin-top: 20px;
  }
  .careers-page-box .careers-flex .menu {
    display: none;
  }
  .careers-page-box .careers-flex .list {
    width: 100%;
    padding-left: 0;
  }
  .careers-page-box .careers-flex .list ul li {
    width: 100%;
    margin-left: 0;
  }
  .contact-page-box .icon-list ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .dealers-box .index-tit {
    padding-left: 0;
    padding-right: 0;
  }
  .dealers-box .dealers-iframe {
    padding-bottom: 100%;
  }
  .news-box .tit .tag-box {
    margin-left: 0;
  }
  .news-box .tit .tag-box .label {
    margin-bottom: 10px;
  }
  .news-box .tit .tag-box .link a {
    margin-left: 0;
    margin-right: 10px;
  }
  .news-box .list ul li .pic {
    width: 100%;
  }
  .news-box .list ul li .text {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .prodis-01 .photo-text .photo {
    width: 100%;
    margin-bottom: 20px;
  }
  .prodis-01 .photo-text .text {
    width: 100%;
    padding-right: 0;
  }
  .prodis-01 .photo-text .text .text-inner {
    padding: 40px;
  }
  .prodis-02 ul li {
    width: 50%;
  }
  .prodis-03 .top-high .text {
    width: 100%;
  }
  .prodis-03 .top-high .pic {
    width: 100%;
    margin-top: 20px;
  }
  .prodis-04 .feat-flex .list-pic {
    width: 100%;
    margin-bottom: 20px;
  }
  .prodis-04 .feat-flex .list-pic .list {
    width: 100%;
  }
  .prodis-04 .feat-flex .list-pic .list ul li a {
    padding: 10px 20px;
  }
  .prodis-04 .feat-flex .list-pic .pic {
    width: 100%;
    padding: 30px 0 0;
  }
  .prodis-04 .feat-flex .text {
    width: 100%;
  }
  .prodis-05 .tips-link .tips {
    width: 100%;
  }
  .prodis-05 .tips-link .link {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .product-page-list .ppl-flex .menu {
    display: none;
  }
  .product-page-list .ppl-flex .list {
    width: 100%;
    padding-left: 0;
  }
  .product-page-list .ppl-flex .list ul li {
    width: 100%;
    margin-left: 0;
  }
  .search-page-box .search-list ul li .pic {
    max-width: 100%;
  }
  .search-page-box .search-list ul li .text {
    width: 100%;
    padding: 20px;
  }
  .evi-01 .what-is-evi {
    padding: 10px;
  }
  .evi-01 .what-is-evi .wie-inner {
    padding: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .evi-01 .what-is-evi .wie-inner .text {
    width: 100%;
    padding-right: 0;
  }
  .evi-01 .what-is-evi .wie-inner .pic {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .evi-03 .taoe-box ul li {
    display: block;
  }
  .evi-03 .taoe-box ul li .item {
    width: 100%;
    display: block;
  }
  .evi-03 .taoe-box ul li .item .icon {
    margin: 0 auto;
  }
  .evi-03 .taoe-box ul li .item:nth-child(odd) .text {
    text-align: center;
    padding-right: 0;
  }
  .evi-03 .taoe-box ul li .item .text {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    padding-left: 0;
  }
  .evi-04 .swiper {
    padding: 0 0;
  }
  .evi-04 .fid-box .text {
    width: 100%;
  }
  .evi-04 .fid-box .pic {
    width: 100%;
    padding: 20px 0;
  }
  .evi-05 .swiper .swiper-slide .pic {
    width: 100%;
  }
  .evi-05 .swiper .swiper-slide .text {
    padding: 40px 20px;
    width: 100%;
  }
  .evi-06 .cont-det .cd-01 {
    width: 100%;
  }
  .evi-06 .cont-det .cd-02 {
    width: 100%;
    padding: 20px;
  }
  .evi-06 .cont-det .cd-02 .q-a .q {
    width: 100%;
  }
  .evi-06 .cont-det .cd-02 .q-a .a {
    margin-left: 0;
    width: 100%;
  }
  .evi-06 {
    background-size: cover;
  }
  .evi-07 .sany-evi {
    padding: 40px 0;
  }
  .evi-07 .sany-evi .text {
    width: 100%;
    padding-right: 0;
  }
  .evi-07 .sany-evi .pic {
    width: 100%;
    padding-top: 20px;
  }
  .support-parts-box .parts-list .item {
    width: 100%;
    margin-left: 0;
  }
  .inner-banner .pic .img-box {
    /*padding-bottom: 100%;*/
    /*padding-bottom: 35%;*/
  }
  .inner-banner .text .m-width-content .ipd-20 .text-inner .t {
    font-size: 22px;
    margin-bottom:15px;
  }
  .inner-banner .text .m-width-content .ipd-20 .text-inner .link a{
      width:120px;
      height:36px;
      line-height:36px;
  }
  .support-service .service-page-box {
    padding: 0 20px 20px;
  }
  .support-solution .solution-02 .s2-swiper .swiper-slide {
    display: block;
    padding-left: 0;
  }
  .support-solution .solution-02 .s2-swiper .swiper-slide .text {
    position: relative;
    top: 0;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    width: 100%;
    padding: 20px;
  }
  .support-solution .solution-02 .s2-swiper {
    padding: 40px 25px;
  }
  .support-solution .solution-03 .s2-swiper .swiper .swiper-slide .pic {
    width: 100%;
  }
  .support-solution .solution-03 .s2-swiper .swiper .swiper-slide .pic::after {
      position: relative;
  }
  .support-solution .solution-03 .s2-swiper .swiper .swiper-slide .text {
    width: 100%;
    min-height: 300px;
    border-radius: 0 0 20px 20px;
  }
  .support-solution .solution-04 .list ul li {
    padding: 0;
    width: 100%;
  }
  .support-solution .solution-04 .list ul li:nth-child(2n) {
    margin-left: 0;
  }
  .support-solution .solution-04 .list ul li .pic {
    width: 100%;
  }
  .support-solution .solution-04 .list ul li .text {
    width: 100%;
    padding: 20px;
  }
  .support-solution .solution-04 .list ul li .text .tit {
    font-size: 18px;
  }
  .webshop-dis-box .photo-text .photo {
    width: 100%;
  }
  .webshop-dis-box .photo-text .text {
    width: 100%;
    padding: 40px 0 0;
  }
  .webshop-dis-box .table {
    overflow-x: auto;
  }
  .webshop-page-box .webshop-tag a {
    margin-bottom: 20px;
  }
  .webshop-page-box .webshop-list ul li {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
  .contact-page-bg .contact-flex .t-list{
      width:100%;
  }
  .header .logo-nav-tool .ipd-20 .logo{
      width:100px;
  }
  .sip-list ul li{
      margin-left:0;
      width:100%;
  }
  .contact-page-box .team-box .team-list ul {
    justify-content: space-between;
  }
  .contact-page-box .team-box .team-list ul li{
      width:100%;
      margin-left:0;
      width: calc(50% - 10px);
  }
  
}

.box-form{
        display: flex;
    align-items: center;
}

@media  (max-width: 1024px) {
    .header .logo-nav-tool .ipd-20 .nav-tool .tool-box .search {
    width: 110px;
    }
}

.language-selector .flag{
    display: none;
}
.tp-lang-wrapper .lang-trigger{
	justify-content:start !important;
	width: 70px !important;
}
.tp-lang-wrapper .lang-dropdown { 
    min-width: 70px !important;  
    width: 70px !important;
}

.swp-text-box{
    line-height: 1.35;
    margin-top: 12px;
/*     text-align: center; */
	 padding: 0 10px;
}

.swp-text-box h2{
    font-size: 18px; 
	min-height:50px;
    color: #222222;
}

.swp-text-box div{
    font-size: 16px;
    margin-top: 8px;
	text-align:justify;
}
@media  (max-width: 768px) {
.swp-text-box h2{
    font-size: 20px;  
}

.swp-text-box div{
    font-size: 16px;
}
}