:root {
  --margin-top1: 5vw;
  --margin-top2: 10vw;
  --margin-banner-top: calc(5vw - 20px);
  --margin-top-4vw: 4vw;
  --margin-top-3vw: 3vw;
  --margin-top2-vw: 2vw;
  --margin-top1-vw: 1vw;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
@font-face {
  font-family: "SourceHanSansCN-Medium";
  src: url("SourceHanSansCN-Medium.woff2") format("woff2"), url("SourceHanSansCN-Medium.woff") format("woff"), url("SourceHanSansCN-Medium.ttf") format("truetype"), url("SourceHanSansCN-Medium.eot") format("embedded-opentype"), url("SourceHanSansCN-Medium.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-family: "SourceHanSansCN-Medium";
  /*background: transparent;*/
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}
img {
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #13337B;
}
.warp {
  transform-origin: 0 0;
}
.f-size26 {
  font-size: 26px;
}
.f-size32 {
  font-size: 32px;
}
.f-size42 {
  font-size: 42px;
}
li {
  list-style: none;
}
.hyphens {
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
}
.letter-spacing2 {
  letter-spacing: 1px;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.public-button {
  text-align: center;
  padding: 50px;
}
.public-button a {
  width: 200px;
  line-height: 70px;
  display: inline-block;
  box-sizing: border-box;
  border: 2px solid #2C4D92;
  background-color: #fff;
  border-radius: 8px;
  font-size: 28px;
  color: #2C4D92;
  font-weight: bold;
  cursor: pointer;
}
header .search-box {
  position: absolute;
  width: 100%;
  left: 0px;
  background-color: #1E3C86;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 999;
}
header .search-box .input-box {
  position: relative;
  margin: 10px 10px;
}
header .search-box .input-box input {
  width: 260px;
  line-height: 35px;
  padding: 6px 10px;
  height: 35px;
  border-radius: 20px;
  outline: none;
  border: 0px;
  padding-left: 15px;
}
header .search-box .input-box button {
  background-color: #fff;
  width: 35px;
  height: 35px;
  position: absolute;
  border-radius: 35px;
  border: 1px solid #CBCBCB;
  right: 0px;
  top: 0px;
  cursor: pointer;
}
header .search-box .input-box button img {
  width: 17px;
}
footer {
  background-color: #0c1127;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 14px;
  position: relative;
  height: 120px;
  box-sizing: border-box;
}
footer:before {
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  top: -1px;
  z-index: 99;
  background-color: #0c1127;
  left: 0px;
}
footer .legal {
  color: #fff;
  font-size: 16px;
}
footer .legal:hover {
  border-bottom: 1px solid;
  padding-bottom: 5px;
  font-weight: bold;
}
.dialog-preview-video {
  position: fixed;
  width: 100%;
  left: 0px;
  top: 0px;
  height: 100%;
  z-index: 999;
  display: none;
  justify-content: center;
  justify-items: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
}
.dialog-preview-video .content-video {
  width: 1280px;
  height: 720px;
  max-width: 90vw;
  max-height: 90vh;
  position: relative;
  aspect-ratio: 16 / 9;
}
.dialog-preview-video .content-video video {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.dialog-preview-video .content-video .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  z-index: 99;
  background-color: #fff;
  cursor: pointer;
}
.header-top {
  background-color: #fff;
  padding: 8px 20px 6px 20px;
  height: 44px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  border-bottom: 1px solid #E3E8EC;
}
.header-top .left {
  display: flex;
  align-items: center;
}
.header-top .left .home {
  font-size: 14px;
  background: url("../img2/header/home.png") no-repeat 0 center;
  background-size: auto 20px ;
  padding: 0 0 0 26px;
  cursor: pointer;
  line-height: 26px;
  display: inline-block;
  height: 26px;
  width: 80px;
  color: #13227a;
}
.header-top .left .pdf {
  display: inline-block;
  font-size: 14px;
  padding: 0 0 0 0;
  cursor: pointer;
  line-height: 26px;
  height: 26px;
  color: #13227a;
}
.header-top .right {
  display: flex;
  align-items: center;
}
.header-top .right .language {
  color: #13227a;
  font-size: 16px;
}
.header-top .right .language a {
  font-size: 14px;
  border: 1px solid #13337B;
  display: inline-block;
  width: 58px;
  text-align: center;
  border-radius: 20px;
  line-height: 24px;
  color: #13227a;
}
.header-top .right .share {
  padding-left: 10px;
}
.header-top .right .share a {
  cursor: pointer;
  display: inline-block;
  position: relative;
}
.header-top .right .share a img {
  width: 26px;
  height: 26px;
  border-radius: 26px;
  border: 1px solid #13337B;
}
.header-top .right .share a .wx-icon-box {
  position: absolute;
  top: 26px;
  right: 0px;
  z-index: 999;
  padding: 10px 10px 0 0 ;
  display: none;
}
.header-top .right .share a .wx-icon-box .box {
  background-color: #fff;
  border-radius: 6px;
  width: 130px;
  z-index: 99;
  text-align: center;
  padding: 6px 0;
  padding-bottom: 10px;
  box-shadow: 0 0 5px gray;
}
.header-top .right .share a .wx-icon-box .box img {
  border-radius: 0px;
  border: 0px;
  width: 120px;
  height: 120px;
}
.header-top .right .share a .wx-icon-box .box p {
  font-size: 12px;
}
.header-top .right .share a:hover .wx-icon-box {
  display: block;
}
.header-top .right .share a:nth-child(3n) img {
  border: none;
}
.header-menu {
  position: relative;
  width: 100%;
  left: 0px;
  top: 0px;
  z-index: 9;
}
.header-menu .menu-content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px 20px 2px 20px;
  gap: 20px;
}
.header-menu .menu-content .logo {
  display: flex;
  align-items: center;
  gap: 8px;
  width: auto;
  height: auto;
  background: none;
  margin-right: auto;
  margin-left: 0;
}
.header-menu .menu-content .logo img {
  width: 80px;
  height: 60px;
  display: block;
}
.header-menu .menu-content .logo span {
  color: #132646;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  margin-top: -6px;
}
.header-menu .menu-content .menu {
  flex: 1;
  display: flex;
  justify-content: center;
}
.header-menu .menu-content .menu .ul-box {
  width: 100%;
  text-align: center;
}
.header-menu .menu-content .menu ul {
  width: 100%;
  text-align: center;
}
.header-menu .menu-content .menu ul li {
  display: inline-block;
  padding: 10px 0 0 0;
  margin: 0 18px;
  height: 35px;
  vertical-align: middle;
  position: relative;
}
.header-menu .menu-content .menu ul li > a {
  color: #13227a;
  font-size: 14px;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 3px;
}
.header-menu .menu-content .menu ul li > a[href*="/contact"] {
  display: none !important;
}
.header-menu .menu-content .menu ul li:has(> a[href*="/contact"]) {
  display: none !important;
}
.header-menu .menu-content .menu ul li .two {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 47px;
  padding-top: 15px;
  display: none;
  box-sizing: border-box;
}
.header-menu .menu-content .menu ul li .two dl {
  background-color: rgba(30, 60, 134, 0.7);
  text-align: center;
  padding: 10px 20px;
}
.header-menu .menu-content .menu ul li .two dl dd {
  display: inline-block;
  color: #96A4C3;
  font-size: 14px;
  box-sizing: content-box;
  padding: 8px 20px;
  position: relative;
  cursor: pointer;
}
.header-menu .menu-content .menu ul li .two dl dd a {
  color: #96A4C3;
}
.header-menu .menu-content .menu ul li .two dl dd:hover,
.header-menu .menu-content .menu ul li .two dl dd.active {
  color: #fff;
}
.header-menu .menu-content .menu ul li .two dl dd:hover a,
.header-menu .menu-content .menu ul li .two dl dd.active a {
  color: #fff;
}
.header-menu .menu-content .menu ul li .two:not(.vertical) dl dd:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #96A4C3;
  right: 0px;
  top: 50%;
  margin-top: -6.5px;
}
.header-menu .menu-content .menu ul li .two:not(.vertical) dl dd:first-child:before {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  background-color: #96A4C3;
  left: 0px;
  top: 50%;
  margin-top: -6.5px;
}
.header-menu .menu-content .menu ul li .two.vertical {
  /* Increase menu width to avoid truncating longer English labels */
  width: 320px;
  left: 50%;
  transform: translateX(-50%);
  top: 35px;
  padding-top: 12px;
  z-index: 100;
}
.header-menu .menu-content .menu ul li .two.vertical dl {
  background-color: #fff;
  border-radius: 16px;
  padding: 12px 0;
  box-shadow: 0 25px 50px rgba(11, 31, 79, 0.18);
  text-align: left;
  overflow: hidden;
}
.header-menu .menu-content .menu ul li .two.vertical dl dd {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  margin: 0;
  padding: 11px 20px;
  color: #1c2f5b;
  font-size: 14px;
  letter-spacing: 0.3px;
  border: none;
  gap: 10px;
  cursor: pointer;
}
.header-menu .menu-content .menu ul li .two.vertical dl dd + dd {
  border-top: 1px solid rgba(17, 37, 84, 0.08);
}
.header-menu .menu-content .menu ul li .two.vertical dl dd:after,
.header-menu .menu-content .menu ul li .two.vertical dl dd:first-child:before {
  display: none;
}
.header-menu .menu-content .menu ul li .two.vertical dl dd a {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: auto;
  color: inherit;
  font-weight: 500;
  padding-left: 0;
  gap: 10px;
}
.header-menu .menu-content .menu ul li .two.vertical dl dd:hover {
  background: linear-gradient(135deg, #1d3172, #2d58c7);
  color: #fff;
  border-radius: 0;
}
.header-menu .menu-content .menu ul li .two.vertical dl dd:hover a {
  color: #fff;
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd {
  padding: 11px 20px;
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd a {
  padding: 0;
  background: none;
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd::before {
  content: '';
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd::before {
  margin-right: 4px;
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="stores"]::before {
  background-image: url("../img2/header/stores-icon-active.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="stores"]:hover::before,
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="stores"].active::before {
  background-image: url("../img2/header/stores-icon.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="spare-parts"]::before {
  background-image: url("../img2/header/spare-parts-icon-active.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="spare-parts"]:hover::before,
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="spare-parts"].active::before {
  background-image: url("../img2/header/spare-parts-icon.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="general-agency"]::before {
  background-image: url("../img2/header/general-agency-icon-active.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="general-agency"]:hover::before,
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="general-agency"].active::before {
  background-image: url("../img2/header/general-agency-icon.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="food"]::before {
  background-image: url("../img2/header/food-icon-active.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="food"]:hover::before,
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="food"].active::before {
  background-image: url("../img2/header/food-icon.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="technical-service"]::before {
  background-image: url("../img2/header/technical-service-icon-active.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="technical-service"]:hover::before,
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="technical-service"].active::before {
  background-image: url("../img2/header/technical-service-icon.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="safety-service"]::before {
  background-image: url("../img2/header/safety-service-icon-active.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="safety-service"]:hover::before,
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="safety-service"].active::before {
  background-image: url("../img2/header/safety-service-icon.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="offshore"]::before {
  background-image: url("../img2/header/offshore-icon-active.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="offshore"]:hover::before,
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key="offshore"].active::before {
  background-image: url("../img2/header/offshore-icon.png");
}
.header-menu .menu-content .menu ul li .two.vertical.business dl dd[data-key] a {
  background-image: none!important;
}
.header-menu .menu-content .menu ul li .two.vertical:not(.business) dl dd a {
  padding-left: 0;
}
.header-menu .menu-content .menu ul li:hover {
  border-bottom: 2px solid #13227a;
}
.header-menu .menu-content .menu ul li:hover .two {
  display: block;
}
.header-menu .menu-content .menu ul li.active {
  border-bottom: 2px solid #13227a;
}
.header-menu .menu-content .menu ul li.search {
  margin-left: 15px;
  margin-right: 0px;
}
.header-menu .menu-content .menu ul li.search #showSearch {
  width: 16px;
  cursor: pointer;
  height: 20px;
  background: url("../img2/header/search-blue.png") no-repeat 0 3px;
  background-size: 100% auto;
}
.header-menu .menu-content .menu ul li.vr {
  margin-right: 0px;
  margin-left: 30px;
}
.header-menu .menu-content .menu ul li.vr a {
  background-image: url("../img2/header/vr.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0 3px;
}
.header-menu .menu-content .menu ul li.vr a img {
  opacity: 0;
}
.header-menu .menu-content .menu ul li.vr img {
  width: 25px;
}
.banner {
  position: relative;
}
.banner .swiper-container .swiper-wrapper .swiper-slide {
  background: no-repeat center 0px;
  background-size: cover;
  height: 600px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text {
  position: absolute;
  z-index: 6;
  top: 32%;
  width: 100%;
  left: 2%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content {
  padding: 0 0 0 60px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content .text {
  font-size: 52px;
  color: #ffffff;
  font-weight: bold;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content a {
  color: #fff;
  font-size: 14px;
  display: inline-block;
  margin-top: 20px;
  transition: all 0.3s;
  transform: translateX(0px);
  cursor: pointer;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content a img {
  width: 60px;
  margin-right: 10px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content a:hover {
  transform: translateX(8px);
}
.banner .swiper-container .swiper-wrapper .swiper-slide .society-text {
  top: 10%;
  left: 0px;
  text-align: center;
  z-index: 6;
  position: absolute;
  font-size: 28px;
  box-sizing: border-box;
  color: #fff;
  width: 100%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .society-text span {
  display: inline-block;
  margin-right: 18px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .society-text strong {
  display: inline-block;
  margin-right: 30px;
  font-weight: normal;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .society-text-bottom {
  position: absolute;
  z-index: 6;
  bottom: 3%;
  width: 100%;
  left: 0px;
  box-sizing: border-box;
  padding: 0 100px;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .society-text-bottom .img {
  display: flex;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .society-text-bottom .img .le {
  width: 60%;
}
.banner .swiper-container .swiper-wrapper .swiper-slide .society-text-bottom .img .ri {
  width: 40%;
}
.banner .bg-top {
  position: absolute;
  width: 100%;
  bottom: -1px;
  left: 0px;
  z-index: 99;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.8) 80%, #fff 100%);
  box-shadow: 0 -10px 30px rgba(0,0,0,0.05);
}
.banner .bg-top img {
  display: none;
}
.banner .major-clients {
  width: 100%;
}
.banner .major-clients img {
  width: 100%;
  min-height: 494px;
  max-height: 500px;
  object-fit: cover;
}
.banner .major-clients img[src*="banner-cus.jpg"] {
  max-height: 640px;
}
.banner .major-clients img[src*="news-banner.jpg"] {
  min-height: auto;
  max-height: 500px;
  height: auto;
  object-fit: cover;
}
.banner .major-clients .bg-top {
  background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.8) 80%, #fff 100%);
  box-shadow: 0 -10px 30px rgba(0,0,0,0.05);
  height: 120px;
}
.banner .major-clients .bg-top img {
  display: none;
}
.banner .bottom-product {
  position: absolute;
  z-index: 999;
  width: 100%;
  left: 0px;
  bottom: 20%;
}
.banner .bottom-product .content {
  text-align: center;
}
.banner .bottom-product .content a {
  font-size: 12px;
  width: 55px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  position: relative;
}
.banner .bottom-product .content a img {
  width: 40px;
}
.banner .bottom-product .content a p {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  display: none;
}
.banner .bottom-product .content a:hover p {
  display: block;
}
.content,
.menu-content {
  width: 1380px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
}
@media screen and (max-width: 1550px) {
  .content.content2 {
    width: 1300px;
  }
}
.page-title {
  text-align: center;
  color: #13337B;
  font-weight: bold;
  position: relative;
  letter-spacing: 1px;
}
.more {
  width: 100%;
  padding: 10px 0 0 0;
}
.more a {
  display: inline-block;
  height: 30px;
  width: 150px;
  border-radius: 10px;
  cursor: pointer;
  background: url("../img2/home/more.gif") no-repeat 0 center;
  background-size: 110% auto;
}
.home-page6 {
  background: #1E2958 url("../img2/home/about-me.jpeg") no-repeat center 0;
  position: relative;
  padding-bottom: 100px;
  margin-top: var(--margin-top1);
  height: 500px;
  background-size: 100% auto;
}
.home-page6 .con {
  height: 100%;
  display: flex;
  align-items: center;
}
.home-page6:before {
  content: '';
  background-color: #fff;
  width: 100%;
  left: 0px;
  top: -1px;
  height: 2px;
  position: absolute;
}
.home-page6 .bot-bg {
  opacity: 0;
  display: none;
}
.home-page6 img {
  width: 100%;
}
.home-page6 .con .content {
  padding: 0;
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
.home-page6 .con .content a {
  display: block;
  color: #fff;
  font-size: 14px;
  transition: all 0.3s;
}
.home-page6 .con .content a.logo {
  display: flex;
  align-items: center;
  gap: 0;
}
.home-page6 .con .content a.logo img {
  width: 80px;
  height: 60px;
}
.home-page6 .con .content a.logo span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.home-page6 .con .content a.hotlines {
  padding: 60px 0 0 0;
  font-size: 16px;
}
.home-page6 .con .content a.hotlines img {
  width: 28px;
  vertical-align: middle;
  margin-left: 50px;
}
.home-page6 .con .content .europe-box {
  padding: 40px 0 0 0;
  display: flex;
}
.home-page6 .con .content .europe-box dd {
  line-height: 25px;
  padding: 0 32px;
  font-size: 16px;
  position: relative;
  white-space: nowrap;
}
.home-page6 .con .content .europe-box dd br {
  display: block;
}
.home-page6 .con .content .europe-box dd:after {
  width: 1px;
  height: 37px;
  content: '';
  position: absolute;
  right: 0px;
  top: 0px;
  background-color: #fff;
}
.home-page6 .con .content .europe-box dd:first-child:after,
.home-page6 .con .content .europe-box dd:last-child:after,
.home-page6 .con .content .europe-box dd.with-qr:after {
  display: none;
}
.home-page6 .con .content .europe-box dd:first-child {
  padding-left: 0px;
}
.home-page6 .con .content .europe-box dd h5 {
  font-weight: normal;
  padding-bottom: 0;
  display: inline-block;
  margin-right: 12px;
}
.home-page6 .con .content .europe-box dd a {
  display: inline-block;
}
.home-page6 .con .content .europe-box dd.with-qr {
  display: flex !important;
  align-items: flex-start;
  gap: 20px;
  padding: 0 32px !important;
  padding-bottom: 20px;
  white-space: normal !important;
  position: relative;
}
.home-page6 .con .content .europe-box dd.with-qr:before {
  width: 1px;
  height: 37px;
  content: '';
  position: absolute;
  left: 0px;
  top: 20px;
  background-color: #ffe5e2;
}
.home-page6 .con .content .europe-box dd.with-qr:after {
  display: none !important;
}
.home-page6 .con .content .europe-box dd.with-qr .contact-info {
  flex: 1 1 auto;
  white-space: normal;
  min-width: 280px;
  flex-basis: auto;
}
.home-page6 .con .content .europe-box dd .qr-code {
  flex-shrink: 0;
  display: block;
  margin-top: 0;
  flex-basis: 120px;
}
.home-page6 .con .content .europe-box dd.with-qr .qr-code {
  margin-top: -15px;
}
.home-page6 .con .content .europe-box dd .qr-code img {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.home-page6 .con .content .left {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-page6 .con .content .right-wrapper {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  padding-top: 60px;
}
.home-page6 .con .content .right {
  line-height: 21px;
  padding-top: 0;
  padding-right: 0;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.home-page6 .con .content .right.company {
  padding-top: 0;
}
.home-page6 .con .content .map-container {
  flex-shrink: 0;
  width: 400px;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
}
.home-page6 .con .content .map-container #allmap {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 4px;
  min-width: 400px;
  min-height: 250px;
}
.home-page6 .con .content .right .line {
  height: 2px;
  width: 80px;
  background-color: #fff;
  margin-bottom: 10px;
}
.home-page6 .con .content .right a.email {
  padding-top: 0;
  display: inline-block;
  margin-left: 10px;
}
.child-menu .content {
  position: relative;
  top: -15px;
  z-index: 99;
}
.child-menu .content dl {
  text-align: center;
  padding: 0px 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0;
  border-bottom: 1px solid #9EC5E8;
  padding-bottom: 12px;
  margin-bottom: 0;
}
.child-menu .content dl dd {
  display: inline-block;
  color: #96A4C3;
  font-size: 14px;
  box-sizing: content-box;
  padding: 0px 16px 0 10px;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
  margin-right: 0;
}
.child-menu .content dl dd a {
  color: #96A4C3;
  display: inline-block;
  padding: 3px 10px;
}
.child-menu .content dl dd:hover a,
.child-menu .content dl dd.active a {
  color: #fff;
  border-radius: 20px;
  background-color: #0B5394;
  display: inline-block;
}
.mobile-box {
  display: none;
}
.pc-box {
  display: block;
}
.lay-page {
  display: flex;
  justify-content: flex-end;
  height: 47px;
}
.lay-page a,
.lay-page span {
  width: 47px;
  height: 47px;
  border: 1px solid #8898A8;
  display: flex;
  font-size: 21px;
  font-family: Arial;
  justify-content: center;
  align-items: center;
  margin: 0 10px;
  color: #8898A8;
  cursor: pointer;
}
.lay-page a.next,
.lay-page span.next,
.lay-page a.prev,
.lay-page span.prev {
  background: url("../img2/header/lay-page-line.png") no-repeat center center;
  background-size: 10px auto;
}
.lay-page a.prev,
.lay-page span.prev {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.lay-page a:hover,
.lay-page span:hover,
.lay-page a.active,
.lay-page span.active {
  color: #fff;
  background-color: #8898A8;
}
.lay-page a:hover.next,
.lay-page span:hover.next,
.lay-page a.active.next,
.lay-page span.active.next,
.lay-page a:hover.prev,
.lay-page span:hover.prev,
.lay-page a.active.prev,
.lay-page span.active.prev {
  background: #8898A8 url("../img2/header/lay-page-line-light.png") no-repeat center center;
  background-size: 10px auto;
}
.lay-page a.m,
.lay-page span.m {
  border: none;
  margin: 0px;
  width: 32px;
  height: 40px;
}
.lay-page a.m:hover,
.lay-page span.m:hover,
.lay-page a.m.active,
.lay-page span.m.active {
  background-color: transparent;
  color: #8898A8;
}
.lay-page span {
  cursor: default;
}
.zs-select {
  width: 290px;
  height: 46px;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  padding: 1px;
  display: inline-block;
}
.zs-select .value {
  height: 100%;
  line-height: 45px;
  color: #7D7D7D;
  padding: 0 37px 0 16px;
  background: url("../img2/header/js2.png") no-repeat 259px center;
  background-size: 12px auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.zs-select .select-item {
  min-width: 650px;
  border: 1px solid #DFE4E8;
  background-color: #fff;
  position: absolute;
  left: 0px;
  top: 51px;
  z-index: 9;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px 0;
  overflow-y: auto;
  max-height: 450px;
  display: none;
}
.zs-select .select-item .scroll .con {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10px 0;
}
.zs-select .select-item .scroll .con:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #DFE4E8;
  top: 0px;
  left: 35px;
}
.zs-select .select-item .scroll .con dd {
  line-height: 30px;
  font-size: 16px;
  color: #7D7D7D;
  position: relative;
  z-index: 1;
  padding-left: 50px;
  margin: 5px 0 5px 21px;
}
.zs-select .select-item .scroll .con dd.select {
  background: url("../img2/header/select1.png") no-repeat 0 0;
  background-size: 30px auto;
  color: #13337B;
}
.zs-select.open .value {
  color: #fff;
  border-radius: 5px;
  background: #13337B url("../img2/header/js2-select.png") no-repeat 259px center;
  background-size: 12px auto;
}
.zs-select.open .select-item {
  display: block;
}
.zs-select.style2 {
  width: 100%;
  border: 1px solid #8898A8;
  border-radius: 0px;
  padding: 0px;
  height: 35px;
}
.zs-select.style2 .value {
  line-height: 35px;
  background: url("../img2/header/js2.png") no-repeat calc(100% - 20px) center;
  background-size: 12px auto;
}
.zs-select.style2 .select-item {
  left: -1px;
  top: 42px;
  z-index: 9;
  border-radius: 0px;
  min-width: calc(100% + 2px);
}
.zs-select.style2.open .value {
  color: #7D7D7D;
  border-radius: 0px;
  line-height: 35px;
  background: url("../img2/header/js2.png") no-repeat calc(100% - 20px) center;
  background-size: 12px auto;
}
.zs-select.style2.open .select-item {
  display: block;
}
.zs-input {
  position: relative;
  width: 340px;
  display: block;
}
.zs-input input {
  display: block;
  width: 340px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #DFE4E8;
  border-radius: 20px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 0 15px;
}
.zs-input .but {
  height: 40px;
  width: 40px;
  border: 1px solid #DFE4E8;
  border-radius: 40px;
  position: absolute;
  right: 0px;
  top: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 9;
}
.zs-input .but img {
  width: 16px;
}
@-webkit-keyframes mapScale {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.6);
  }
}
@media screen and (min-width: 1000px) {
  .header-menu .menu-content .menu ul li .two.business:not(.vertical) {
    width: 100%;
    background-color: transparent;
    padding: 18px 0 6px;
    position: absolute;
    left: 0;
    top: 47px;
    z-index: 99;
    display: none;
  }
  .header-menu .menu-content .menu ul li:hover .two.business:not(.vertical) {
    display: block;
  }
  .header-menu .menu-content .menu ul li .two.business:not(.vertical) dl {
    margin: auto;
    max-width: 1060px;
    display: flex;
    justify-content: space-between;
  }
  .header-menu .menu-content .menu ul li .two.business:not(.vertical) dl dd {
    width: calc(100% / 7);
    text-align: center;
    cursor: pointer;
    padding: 12px 0;
  }
  .header-menu .menu-content .menu ul li .two.business:not(.vertical) dl dd a {
    display: block;
    width: 100%;
    padding-top: 60px;
    background-repeat: no-repeat;
    background-position: center 2px;
    background-size: 36px auto;
    color: #152C54;
    font-size: 13px;
    transition: color 0.2s;
  }
  .header-menu .menu-content .menu ul li .two.business:not(.vertical) dl dd a:hover,
  .header-menu .menu-content .menu ul li .two.business:not(.vertical) dl dd a.active {
    font-weight: bold;
    color: #fff;
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="stores"] a {
    background-image: url("../img2/header/stores-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="stores"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="stores"] a.active {
    background-image: url("../img2/header/stores-icon-active.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="spare-parts"] a {
    background-image: url("../img2/header/spare-parts-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="spare-parts"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="spare-parts"] a.active {
    background-image: url("../img2/header/spare-parts-icon-active.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="general-agency"] a {
    background-image: url("../img2/header/general-agency-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="general-agency"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="general-agency"] a.active {
    background-image: url("../img2/header/general-agency-icon-active.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="food"] a {
    background-image: url("../img2/header/food-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="food"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="food"] a.active {
    background-image: url("../img2/header/food-icon-active.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="technical-service"] a {
    background-image: url("../img2/header/technical-service-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="technical-service"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="technical-service"] a.active {
    background-image: url("../img2/header/technical-service-icon-active.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="safety-service"] a {
    background-image: url("../img2/header/safety-service-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="safety-service"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="safety-service"] a.active {
    background-image: url("../img2/header/safety-service-icon-active.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="offshore"] a {
    background-image: url("../img2/header/offshore-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="offshore"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="offshore"] a.active {
    background-image: url("../img2/header/offshore-icon-active.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="spare-parts"] a {
    background-image: url("../img2/header/spare-parts-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="spare-parts"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="spare-parts"] a.active {
    background-image: url("../img2/header/spare-parts-icon-active.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="general-agency"] a {
    background-image: url("../img2/header/general-agency-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="general-agency"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="general-agency"] a.active {
    background-image: url("../img2/header/general-agency-icon-active.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="food"] a {
    background-image: url("../img2/header/food-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="food"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="food"] a.active {
    background-image: url("../img2/header/food-icon-active.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="technical-service"] a {
    background-image: url("../img2/header/technical-service-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="technical-service"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="technical-service"] a.active {
    background-image: url("../img2/header/technical-service-icon-active.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="safety-service"] a {
    background-image: url("../img2/header/safety-service-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="safety-service"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="safety-service"] a.active {
    background-image: url("../img2/header/safety-service-icon-active.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="offshore"] a {
    background-image: url("../img2/header/offshore-icon.png");
  }
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="offshore"] a:hover,
  .header-menu .menu-content .menu ul li .two.business dl dd[data-key="offshore"] a.active {
    background-image: url("../img2/header/offshore-icon-active.png");
  }
}
.warp {
  display: none;
}
.warp .body {
  transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
/* 确保桌面端菜单正常显示 - 只覆盖移动端样式，不影响桌面端原有逻辑 */
@media screen and (min-width: 1001px) {
  /* 只重置移动端设置的样式，恢复桌面端默认行为 */
  .header-menu .menu-content .menu {
    display: flex !important;
    position: relative !important;
    transform: none !important;
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    left: auto !important;
    top: auto !important;
    z-index: auto !important;
    transition: none !important;
  }
  .header-menu .menu-content .menu .ul-box {
    position: relative !important;
    height: auto !important;
    width: 100% !important;
    padding-top: 0 !important;
    background: none !important;
    background-image: none !important;
  }
  .header-menu .menu-content .menu .ul-box:after {
    display: none !important;
  }
  .header-menu .menu-content .menu ul {
    position: relative !important;
    overflow: visible !important;
    height: auto !important;
    max-height: none !important;
    width: 100% !important;
    text-align: center !important;
  }
  .header-menu .menu-content .menu ul li {
    display: inline-block !important;
    margin-left: 18px !important;
    margin-right: 18px !important;
    height: 35px !important;
  }
  .header-menu .menu-content .menu ul li > a:after {
    display: none !important;
  }
  .header-menu .menu-content .menu .close {
    display: none !important;
  }
  .header-menu .menu-content .menu .mobile-logo2 {
    display: none !important;
  }
}

@media screen and (max-width: 1380px) {
  .dialog-preview-video .content-video {
    width: min(1280px, 90vw);
    height: auto;
    max-width: 90vw;
    max-height: 85vh;
    aspect-ratio: 16 / 9;
  }
  .content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
  }
  .content.content2 {
    width: 100%;
    padding: 0 50px;
  }
  .home-page6 .con .content {
    display: block;
    padding: 300px 50px 0 50px;
  }
  .home-page6 .con .content .right {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .menu-content {
    width: calc(100% - 40px);
    box-sizing: content-box;
    margin: 0 20px;
  }
  .header-menu .menu-content .logo {
    width: 125px;
    height: 40px;
  }
  .header-menu .menu-content .menu {
    display: flex;
    width: calc(100% - 100px);
  }
  .header-menu .menu-content .menu .ul-box {
    width: 100%;
    text-align: right;
  }
  .header-menu .menu-content .menu ul {
    width: 100%;
    text-align: right;
  }
.header-menu .menu-content .menu ul li {
  display: inline-block;
  padding: 10px 0 0 0;
  margin: 0 18px;
  height: 35px;
  vertical-align: middle;
}
.header-menu .menu-content .menu ul li:has(a[href*="/contact"]),
.header-menu .menu-content .menu ul li:has(a[href*="/zh/contact"]) {
  display: none !important;
}
  .header-menu .menu-content .menu ul li > a {
    color: #182987;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 3px;
  }
  .header-menu .menu-content .menu ul li .two {
    position: absolute;
    width: 100%;
    left: 0px;
    top: 47px;
    padding-top: 15px;
    display: none;
    box-sizing: border-box;
  }
  .header-menu .menu-content .menu ul li .two dl {
    background-color: rgba(30, 60, 134, 0.7);
    text-align: center;
    padding: 10px 20px;
  }
  .header-menu .menu-content .menu ul li .two dl dd {
    display: inline-block;
    color: #96A4C3;
    font-size: 14px;
    box-sizing: content-box;
    padding: 8px 20px;
    position: relative;
    cursor: pointer;
  }
  .header-menu .menu-content .menu ul li .two dl dd a {
    color: #96A4C3;
  }
  .header-menu .menu-content .menu ul li .two dl dd:hover,
  .header-menu .menu-content .menu ul li .two dl dd.active {
    color: #fff;
  }
  .header-menu .menu-content .menu ul li .two dl dd:hover a,
  .header-menu .menu-content .menu ul li .two dl dd.active a {
    color: #fff;
  }
  .header-menu .menu-content .menu ul li .two dl dd:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #96A4C3;
    right: 0px;
    top: 50%;
    margin-top: -6.5px;
  }
  .header-menu .menu-content .menu ul li .two dl dd:first-child:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 15px;
    background-color: #96A4C3;
    left: 0px;
    top: 50%;
    margin-top: -6.5px;
  }
  .header-menu .menu-content .menu ul li:hover {
    border-bottom: 2px solid #13227a;
  }
  .header-menu .menu-content .menu ul li:hover .two {
    display: block;
  }
  .header-menu .menu-content .menu ul li.active {
    border-bottom: 2px solid #13227a;
  }
  .header-menu .menu-content .menu ul li.search {
    margin-left: 15px;
    margin-right: 0px;
  }
  .header-menu .menu-content .menu ul li.search #showSearch {
    width: 16px;
    cursor: pointer;
    height: 20px;
    background: url("../img2/header/search-blue.png") no-repeat 0 3px;
    background-size: 100% auto;
  }
  .header-menu .menu-content .menu ul li.vr {
    margin-right: 0px;
    margin-left: 30px;
  }
  .header-menu .menu-content .menu ul li.vr a {
    background-image: url("../img2/header/vr.svg");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: 0 3px;
  }
  .header-menu .menu-content .menu ul li.vr a img {
    opacity: 0;
  }
  .header-menu .menu-content .menu ul li.vr img {
    width: 25px;
  }
  .banner {
    width: 100%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text {
    top: 27%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content .text {
    font-size: 4vw;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content a img {
    width: 40px;
    height: 40px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .society-text {
    top: 10%;
    font-size: 3vw;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .society-text span {
    display: inline-block;
    margin-right: 6px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .society-text strong {
    margin-right: 12px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .society-text-bottom {
    bottom: 0px;
    padding: 0 20px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .society-text-bottom .img {
    display: flex;
    flex-wrap: wrap;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .society-text-bottom .img .le {
    width: 90%;
    height: auto!important;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .society-text-bottom .img .ri {
    width: 90%;
    height: auto!important;
  }
}
@media screen and (max-width: 1024px) {
  .dialog-preview-video .content-video {
    width: 90vw;
    height: auto;
    max-width: 90vw;
    max-height: 85vh;
    aspect-ratio: 16 / 9;
  }
  .header-menu .menu-content .menu ul li .two.vertical {
    position: static;
    width: 100%;
    transform: none;
    padding: 0;
    top: auto;
  }
  .header-menu .menu-content .menu ul li .two.vertical dl {
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    padding: 0;
  }
  .header-menu .menu-content .menu ul li .two.vertical dl dd {
    padding: 10px 0;
    border-top: none;
  }
  .header-menu .menu-content .menu ul li .two.vertical.business dl dd {
    padding-left: 0;
  }
  .header-menu .menu-content .menu ul li .two.vertical.business dl dd a {
    padding-left: 36px;
  }
}
@media screen and (max-width: 750px) {
  .warp .body {
    width: 100%;
    height: auto;
  }
  .f-size32 {
    font-size: 26px;
  }
  html,
  body {
    min-width: 100%;
    width: 100%;
    position: relative;
    overflow-x: hidden;
  }
  .content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 0px;
  }
  .content.content2 {
    width: 100%;
    padding: 0 0px;
  }
  .banner {
    width: 100%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    background: no-repeat center 0px;
    background-size: cover;
    height: 600px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text {
    top: 22%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content {
    padding: 0 40px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content .text {
    font-size: 32px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content a img {
    width: 40px;
    height: 40px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content a:hover {
    transform: translateX(8px);
  }
  .banner .major-clients img {
    min-height: auto;
    height: 50vw;
    max-height: 500px;
  }
  .banner .major-clients img[src*="banner-cus.jpg"] {
    max-height: 640px;
  }
  .banner .major-clients img[src*="news-banner.jpg"] {
    max-height: 500px;
  }
  .banner .bg-top {
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.8) 80%, #fff 100%);
    box-shadow: 0 -8px 20px rgba(0,0,0,0.05);
  }
  .banner .bg-top img {
    display: none;
  }
  .banner .major-clients .bg-top {
    height: 80px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 40%, rgba(255,255,255,0.8) 80%, #fff 100%);
    box-shadow: 0 -8px 20px rgba(0,0,0,0.05);
  }
  .banner .major-clients .bg-top img {
    display: none;
  }
  .banner .bottom-product {
    position: absolute;
    z-index: 999;
    width: 100%;
    left: 0px;
    bottom: 18%;
  }
  .banner .bottom-product .content {
    text-align: center;
  }
  .banner .bottom-product .content a {
    font-size: 12px;
    width: 55px;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    position: relative;
  }
  .banner .bottom-product .content a img {
    width: 40px;
  }
  .banner .bottom-product .content a p {
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    font-size: 2vw;
    display: none;
    width: 150%;
  }
  .banner .bottom-product .content a:hover p {
    display: block;
  }
  .dialog-preview-video .content-video {
    width: calc(100vw - 40px);
    height: auto;
    max-width: 100%;
    max-height: 80vh;
    aspect-ratio: 16 / 9;
  }
  .dialog-preview-video .content-video .close {
    width: 28px;
    height: 28px;
    right: -10px;
    top: -10px;
  }
  .more {
    padding: 10px 0 0 0;
  }
  .more a {
    width: 90px;
  }
}
@media screen and (max-width: 1000px) {
  .f-size32 {
    font-size: 26px;
  }
  .mobile-box {
    display: block;
  }
  .pc-box {
    display: none;
  }
  .child-menu {
    display: none;
  }
  header {
    height: 47px;
  }
  header .search-box {
    top: 52px;
  }
  .header-top {
    padding: 7px 10px 5px 10px;
    display: none;
  }
  .header-top .right .language {
    font-size: 12px;
  }
  .header-top .right .share img {
    width: 25px;
  }
  .header-menu {
    z-index: 1000;
    position: fixed;
    width: 100%;
    left: 0px;
    top: 0px;
    background-color: #fff;
    box-shadow: 0 0px 5px #b4b4b4;
    height: 51px;
  }
  .header-menu .menu-content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 15px;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    gap: 10px;
    position: relative;
    z-index: 1001;
  }
  .header-menu .menu-content .l-menu {
    position: absolute;
    left: 10px;
    top: 14px;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
  }
  .header-menu .menu-content .logo {
    display: flex;
    align-items: center;
    gap: 6px;
    width: auto;
    height: auto;
    background: none;
    margin-right: auto;
    margin-left: 50px;
    position: relative;
    z-index: 1;
  }
  .header-menu .menu-content .logo img {
    width: 60px;
    height: 45px;
    display: block;
    object-fit: contain;
  }
  .header-menu .menu-content .logo span {
    color: #132646;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
    margin-top: -6px;
  }
  .header-menu .menu-content .mobile-box.language {
    position: absolute;
    right: 18px;
    top: 0px;
    padding: 14px 5px 0 5px;
    height: 50px;
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    transition: background 0.2s ease, border-radius 0.2s ease;
  }
  .header-menu .menu-content .mobile-box.language .close {
    display: none;
  }
  .header-menu .menu-content .mobile-box.language .i {
    margin-top: 3px;
  }
  .header-menu .menu-content .mobile-box.language.open {
    background: linear-gradient(135deg, #1d3172, #2d58c7);
    border-radius: 8px;
  }
  .header-menu .menu-content .mobile-box.language.open svg {
    display: none;
  }
  .header-menu .menu-content .mobile-box.language.open .close {
    display: block;
    transform: scale(0.5);
    -moz-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    fill: #fff;
  }
  .header-menu .menu-content .mobile-box.down-language {
    position: fixed;
    width: 200px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 25px 50px rgba(11, 31, 79, 0.18);
    right: 18px;
    top: 50px;
    padding: 12px 0;
    display: none;
    z-index: 99;
    overflow: hidden;
  }
  .header-menu .menu-content .mobile-box.down-language a {
    color: #1c2f5b;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 11px 20px;
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 500;
    transition: background-color 0.2s ease, color 0.2s ease;
    text-decoration: none;
  }
  .header-menu .menu-content .mobile-box.down-language a + a {
    border-top: 1px solid rgba(17, 37, 84, 0.08);
  }
  .header-menu .menu-content .mobile-box.down-language a:hover,
  .header-menu .menu-content .mobile-box.down-language a:active {
    background: linear-gradient(135deg, #1d3172, #2d58c7);
    color: #fff;
  }
  .header-menu .menu-content .menu {
    width: 100%;
    position: fixed;
    z-index: 999;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    left: 0px;
    top: 0px;
    display: block;
    transform: translateX(-100%);
    transition: all 0.1s;
  }
  .header-menu .menu-content .menu .close {
    position: absolute;
    left: 210px;
    top: 20px;
    width: 20px;
    height: 20px;
    z-index: 99;
  }
  .header-menu .menu-content .menu .close img {
    width: 100%;
    height: 100%;
  }
  .header-menu .menu-content .menu.open {
    transform: translateX(0%);
  }
  .header-menu .menu-content .menu .ul-box {
    position: relative;
    height: 100vh;
    width: 260px;
    background: #fff no-repeat 20px 80px;
    padding-top: 150px;
    background-size: 100px auto;
  }
  .header-menu .menu-content .menu .ul-box .mobile-logo2 {
    position: absolute;
    left: 20px;
    top: 80px;
    width: 100px;
    height: 50px;
    z-index: 1;
  }
  .header-menu .menu-content .menu .ul-box:after {
    content: '';
    position: absolute;
    width: 200px;
    height: 1px;
    left: 24px;
    background-color: #cecbcb;
    top: 130px;
  }
  .header-menu .menu-content .menu ul {
    width: 260px;
    text-align: left;
    position: relative;
    overflow-y: auto;
    height: calc(100vh - 150px);
  }
  .header-menu .menu-content .menu ul li {
    display: block;
    margin-left: 26px;
    height: auto;
  }
  .header-menu .menu-content .menu ul li > a {
    color: #182987;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
    padding-bottom: 3px;
    padding-right: 20px;
    position: relative;
    font-weight: normal;
  }
  .header-menu .menu-content .menu ul li.mobile-open > a {
    color: #13227a;
    font-weight: normal;
  }
  .header-menu .menu-content .menu ul li > a:after {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    margin-left: 5px;
    transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transition: transform 0.2s ease;
  }
  .header-menu .menu-content .menu ul li > a:hover:after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .header-menu .menu-content .menu ul li.mobile-open > a:after {
    transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  .header-menu .menu-content .menu ul li .two {
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
    padding-top: 5px;
    display: none;
    overflow: hidden;
  }
  .header-menu .menu-content .menu ul li.mobile-open .two {
    display: block;
  }
  .header-menu .menu-content .menu ul li .two dl {
    background-color: rgba(30, 60, 134, 0.7);
    text-align: center;
    padding: 10px 20px;
    text-align: left;
    border-radius: 4px;
    margin-top: 5px;
    margin-left: 0;
    margin-right: 0;
  }
  .header-menu .menu-content .menu ul li .two.vertical dl {
    background-color: #fff;
    border-radius: 16px;
    padding: 12px 0;
    margin-left: 0;
    margin-right: 0;
    box-shadow: 0 25px 50px rgba(11, 31, 79, 0.18);
  }
  .header-menu .menu-content .menu ul li .two.business.vertical dl {
    background-color: #fff;
    border-radius: 16px;
    padding: 12px 0;
  }
  /* 移动端隐藏二级菜单中的图标 */
  .header-menu .menu-content .menu ul li .two.business.vertical dl dd::before {
    display: none !important;
  }
  .header-menu .menu-content .menu ul li .two dl dd {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    margin: 0;
    padding: 11px 20px;
    color: #1c2f5b;
    font-size: 14px;
    letter-spacing: 0.3px;
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    box-sizing: border-box;
  }
  .header-menu .menu-content .menu ul li .two dl dd + dd {
    border-top: 1px solid rgba(17, 37, 84, 0.08);
  }
  .header-menu .menu-content .menu ul li .two dl dd:active {
    background-color: rgba(29, 49, 114, 0.1);
  }
  .header-menu .menu-content .menu ul li .two dl dd a {
    color: #1c2f5b;
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
    width: auto;
    font-weight: 500;
    padding: 0;
    transition: color 0.2s ease;
  }
  .header-menu .menu-content .menu ul li .two dl dd:hover,
  .header-menu .menu-content .menu ul li .two dl dd.active {
    background: linear-gradient(135deg, #1d3172, #2d58c7);
    color: #fff;
    border-radius: 0;
  }
  .header-menu .menu-content .menu ul li .two dl dd:hover a,
  .header-menu .menu-content .menu ul li .two dl dd.active a {
    color: #fff;
  }
  .header-menu .menu-content .menu ul li .two dl dd:after {
    display: none;
  }
  .header-menu .menu-content .menu ul li .two dl dd:first-child:before {
    display: none;
  }
  .header-menu .menu-content .menu ul li:hover {
    border-bottom: 0px;
  }
  .header-menu .menu-content .menu ul li:hover .two {
    display: block;
  }
  .header-menu .menu-content .menu ul li.active {
    border-bottom: 0px;
  }
  /* 移动端禁用hover效果，使用点击展开 */
  @media screen and (max-width: 750px) {
    .header-menu .menu-content .menu ul li:hover .two {
      display: none;
    }
    .header-menu .menu-content .menu ul li.mobile-open .two {
      display: block;
    }
  }
  .header-menu .menu-content .menu ul li.search {
    display: none;
  }
  .header-menu .menu-content .menu ul li.vr {
    margin-left: 28px;
  }
  .header-menu .menu-content .menu ul li.vr a {
    background-size: 26px auto;
  }
}
@media screen and (max-width: 750px) {
  .banner .swiper-container .swiper-wrapper .swiper-slide {
    background: no-repeat center 0px;
    background-size: cover;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide img {
    width: 100%;
    object-fit: cover;
    height: 60vw;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text {
    top: 18%;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content {
    padding: 0 40px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content .text {
    font-size: 5vw;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content a {
    margin-top: 10px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content a img {
    width: 20px;
    height: 20px;
  }
  .banner .swiper-container .swiper-wrapper .swiper-slide .banner-text .content a:hover {
    transform: translateX(8px);
  }
  .banner .bottom-product .content a {
    font-size: 12px;
    width: 55px;
  }
  .banner .bottom-product .content a img {
    width: 30px;
  }
  .home-page6 {
    background: #20346b url("../img2/home/about-me.jpeg") no-repeat center 0;
    position: relative;
    padding-bottom: 0px;
    background-size: 100% auto;
    height: auto!important;
  }
  .home-page6 img {
    width: 100%;
  }
  .home-page6 .con {
    height: auto;
    display: block;
  }
  .home-page6 .con .content {
    padding: 60px 20px 30px 20px;
    color: #fff;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-width: 100%;
  }
  .home-page6 .con .content .left {
    width: 100%;
    order: 1;
  }
  .home-page6 .con .content .right-wrapper {
    width: 100%;
    order: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-left: 0;
    padding-top: 0;
  }
  .home-page6 .con .content .right {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .home-page6 .con .content .map-container {
    width: 100%;
    height: 250px;
    margin: 0;
    min-width: 0;
  }
  .home-page6 .con .content .map-container #allmap {
    min-width: 0;
    min-height: 250px;
  }
  .home-page6 .con .content a {
    display: block;
    color: #fff;
    transition: all 0.3s;
  }
  .home-page6 .con .content a.logo {
    display: none;
  }
  .home-page6 .con .content a.hotlines {
    padding: 0 0 25px 0;
    font-size: 18px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
  }
  .home-page6 .con .content a.hotlines img {
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-left: 0;
    flex-shrink: 0;
  }
  .home-page6 .con .content .europe-box {
    padding: 0;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 20px;
  }
  .home-page6 .con .content .europe-box dd {
    line-height: 1.6;
    padding: 0;
    font-size: 15px;
    position: relative;
    padding-bottom: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    display: block;
    text-align: left;
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
  .home-page6 .con .content .europe-box dd:after {
    display: none;
  }
  .home-page6 .con .content .europe-box dd:last-child:after {
    display: none;
  }
  .home-page6 .con .content .europe-box dd:first-child {
    padding-left: 0px;
  }
  .home-page6 .con .content .europe-box dd h5 {
    font-weight: 500;
    padding-bottom: 0;
    font-size: 15px;
    margin: 0;
    display: block;
    word-break: break-word;
    white-space: normal;
  }
  .home-page6 .con .content .europe-box dd br {
    display: block;
    margin: 3px 0;
  }
  .home-page6 .con .content .europe-box dd > a,
  .home-page6 .con .content .europe-box dd > span {
    display: inline;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
  }
  .home-page6 .con .content .europe-box dd a {
    display: inline;
    word-break: break-word;
    white-space: normal;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
  }
  .home-page6 .con .content .europe-box dd a:hover {
    text-decoration: underline;
  }
  .home-page6 .con .content .europe-box dd.with-qr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    padding: 0 !important;
    margin-bottom: 15px;
    justify-content: flex-start;
    text-align: left;
  }
  .home-page6 .con .content .europe-box dd.with-qr:before {
    display: none;
  }
  .home-page6 .con .content .europe-box dd.with-qr .contact-info {
    width: 100%;
    text-align: left;
    display: block;
    min-width: 0;
  }
  .home-page6 .con .content .europe-box dd.with-qr .contact-info h5 {
    display: block;
    margin: 0;
    text-align: left;
    font-weight: 500;
    font-size: 15px;
    word-break: break-word;
    white-space: normal;
  }
  .home-page6 .con .content .europe-box dd.with-qr .contact-info br {
    display: block;
  }
  .home-page6 .con .content .europe-box dd br {
    display: block;
  }
  .home-page6 .con .content .europe-box dd.with-qr .contact-info a {
    display: inline;
    word-break: break-word;
    white-space: normal;
  }
  .home-page6 .con .content .europe-box dd.with-qr .contact-info > span,
  .home-page6 .con .content .europe-box dd.with-qr .contact-info > text {
    display: inline;
  }
  .home-page6 .con .content .europe-box dd .qr-code {
    flex-shrink: 0;
    display: block;
    width: 100%;
    text-align: center;
    margin: 5px 0 0 0;
  }
  .home-page6 .con .content .europe-box dd .qr-code img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    display: block;
  }
  .home-page6 .con .content .right {
    line-height: 1.8;
    padding-top: 30px;
    padding-right: 0px;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
  }
  .home-page6 .con .content .right .line {
    display: none;
  }
  .home-page6 .con .content .right.company {
    padding-top: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin-top: 20px;
  }
  .home-page6 .con .content .right.company br {
    display: block;
    margin: 8px 0;
  }
  .home-page6 .con .content .right a.email {
    padding-top: 10px;
    display: block;
    word-break: break-all;
    color: #fff;
    text-decoration: none;
    margin-top: 8px;
  }
  .home-page6 .con .content .right a.email:hover {
    text-decoration: underline;
  }
  .home-page6 .con .content .right.company span {
    display: block;
  }
  footer {
    font-size: 12px;
  }
}
.loading-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.loading-box .toast {
  border-radius: 8px;
  width: 120px;
  height: 120px;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -60px;
}
.loading-box .toast .img {
  width: 38px;
  height: 38px;
  animation: van-rotate 0.8s linear infinite;
  animation-duration: 2s;
}
.loading-box .toast .img .van-loading__circular {
  display: block;
  width: 100%;
  height: 100%;
  padding: var(--van-padding-base);
  color: #fff;
}
.loading-box .toast .img .van-loading__circular circle {
  -webkit-animation: van-circular 1.5s ease-in-out infinite;
  animation: van-circular 1.5s ease-in-out infinite;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
}
.loading-box .toast .text {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 8px;
}
@-webkit-keyframes van-rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes van-rotate {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
@keyframes van-circular {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -40;
  }
  to {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -120;
  }
}
@media screen and (min-width: 1960px) {
  .warp .body {
    width: 100%;
  }
}
/*# sourceMappingURL=./public.css.map */
@import url('./floating-contact.css');