.home {
  width: 100%;
}

.bg-light {
  background-color: #fff !important;
}

.banner {
  position: relative;
  height: 56.3vw;
}
.banner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
}
.banner .swiper-slide img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.banner .swiper-slide .video {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.banner .banner-nav {
  display: none;
}
.banner .banner-video {
  position: absolute;
  left: 4.2vw;
  bottom: 8.4vw;
  width: 46vh;
  height: 26vh;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0 1px 0px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 0 1px 0px rgba(255, 255, 255, 0.1);
  border-radius: 1vw;
  z-index: 1;
  overflow: hidden;
}
.banner .banner-video video {
  width: 100%;
  height: 100%;
}
.banner .banner-video img {
  position: absolute;
  top: 0.8vw;
  right: 0.8vw;
  width: 2.7vh;
  height: 2.7vh;
  cursor: pointer;
}

.product {
  padding: 5.2vw 0 3.1vw;
}
.product .wrap {
  padding: 4vw 0;
  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;
}
.product .wrap .item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(50% - 2vw);
          flex: 0 0 calc(50% - 2vw);
  background: #fff;
  border-radius: 1.3vw;
  -webkit-transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  transition: transform 0.3s ease, box-shadow 0.3s ease, -webkit-transform 0.3s ease, -webkit-box-shadow 0.3s ease;
  cursor: pointer;
  overflow: hidden;
  margin-top: 4vw;
}
.product .wrap .item:nth-child(-n+2) {
  margin-top: 0;
}
.product .wrap .item .img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 65.5%;
  background: #F7F9FA;
}
.product .wrap .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product .wrap .item .content {
  padding: 2.7vw;
}
.product .wrap .item .content .tag {
  width: 14vw;
  height: 5.3vw;
  line-height: 5.3vw;
  border-radius: 0.8vw;
  color: #fff;
  text-align: center;
  background: #FFE74F;
}
.product .wrap .item .content .tag-151 {
  background: #E60012;
}
.product .wrap .item .content .tag-161 {
  background: #4B6CB4;
}
.product .wrap .item .content .tag-240 {
  color: #000;
  background: #FFE74F;
}
.product .wrap .item .content .tag-293 {
  color: #000;
  background: #FFE74F;
}
.product .wrap .item .content .name {
  font-weight: 500;
  font-size: 4.3vw;
  color: #374649;
  margin: 3.23vw 0 2.4vw;
}
.product .wrap .item .content .desc {
  font-weight: 400;
  font-size: 3.7vw;
  color: #5A6875;
  line-height: 6.4vw;
}
.product .wrap .item .content .more {
  margin-top: 3.2vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product .wrap .item .content .more img {
  width: 4.3vw;
  height: 4.3vw;
  margin-right: 1.6vw;
}
.product .wrap .item .content .more div {
  font-weight: bold;
  font-size: 3.2vw;
  color: #0E4BA3;
}
.product .wrap .item:hover {
  -webkit-transform: translateY(-0.5vw);
          transform: translateY(-0.5vw);
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  -webkit-box-shadow: 0px 0 0.5vw 0px rgba(14, 75, 163, 0.2);
          box-shadow: 0px 0 0.5vw 0px rgba(14, 75, 163, 0.2);
  border: 0.1vw solid #CCD9EC;
}
.product .gomore {
  width: 48vw;
  height: 10.7vw;
  background: #FFFFFF;
  border-radius: 8.4vw;
  border: 0.3vw solid #0E4BA3;
  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;
  margin: 0 auto;
}
.product .gomore div {
  font-weight: 500;
  font-size: 3.7vw;
  color: #0C4BA7;
  margin-right: 2.7vw;
}
.product .gomore img {
  width: 4.3vw;
}

.footer-hold {
  display: none;
}

@media (max-width: 991.98px) {
  .home {
    width: 100%;
    overflow: hidden;
  }
  .banner .banner-video {
    display: none;
  }
  .company,
  .product {
    position: relative;
    background: linear-gradient(24deg, #EDF1FB 0%, #EDF1FB 34%, #E0EFFC 41%, #E0EFFC 65%, #EDF1FB 70%, #EDF1FB 100%);
    background-size: 200% 200%;
    background-position: 0% 100%;
    -webkit-animation: gradientMove 5s ease infinite alternate;
            animation: gradientMove 5s ease infinite alternate;
  }
  .company .container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
  .company .sticky-slide {
    position: relative;
    padding: 4vw 4vw 6.7vw;
  }
  .company .sticky-slide .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .company .sticky-slide .bg .part1 {
    position: absolute;
    right: 0;
    top: 26.7vw;
    width: 33vw;
    opacity: 0.2;
  }
  .company .sticky-slide .bg .part2 {
    position: absolute;
    left: 2.7vw;
    top: 93.3vw;
    width: 16vw;
    opacity: 0.1;
  }
  .company .sticky-slide .blur-mask {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
  }
  .company .sticky-slide .container .company-slogan {
    position: relative;
  }
  .company .sticky-slide .container .company-slogan .company-watermark {
    width: 62vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 9.6vw;
    color: #4B6CB4;
    opacity: 0.1;
  }
  .company .sticky-slide .container .company-slogan .company-slogan-words {
    font-weight: 500;
    font-size: 4.3vw;
    color: #0E4BA3;
    line-height: 6.9vw;
    text-align: left;
  }
  .company .sticky-slide .container .company-core,
  .company .sticky-slide .container #company-svg1,
  .company .sticky-slide .container #company-svg2 {
    display: none;
  }
  .company .sticky-slide .container .dialog-company,
  .company .sticky-slide .container .dialog-service {
    position: relative;
    padding: 8.8vw 10.7vw 9.6vw;
    background-image: url(../../images/home/company-dialog-wap.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 6vw;
  }
  .company .sticky-slide .container .dialog-company::before,
  .company .sticky-slide .container .dialog-service::before {
    content: "Company Profile";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 400;
    font-size: 2.1vw;
    color: #3B77BE;
    letter-spacing: 1.1vw;
    text-align: center;
  }
  .company .sticky-slide .container .dialog-company .title,
  .company .sticky-slide .container .dialog-service .title {
    font-size: 4.8vw;
    color: #374649;
    line-height: 6vw;
    text-align: center;
  }
  .company .sticky-slide .container .dialog-company .content,
  .company .sticky-slide .container .dialog-service .content {
    font-weight: 400;
    font-size: 3.7vw;
    color: #36464A;
    line-height: 6.4vw;
    margin-top: 4.3vw;
  }
  .company .sticky-slide .container .dialog-company .decoration,
  .company .sticky-slide .container .dialog-service .decoration {
    position: relative;
    width: 2.7vw;
    height: 2.7vw;
    border-radius: 2.7vw;
    border: 1px solid #374649;
    margin: 4vw auto 0;
    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;
  }
  .company .sticky-slide .container .dialog-company .decoration div,
  .company .sticky-slide .container .dialog-service .decoration div {
    width: 1.6vw;
    height: 1.6vw;
    border-radius: 1.6vw;
    border: 1px solid #374649;
  }
  .company .intro-holder,
  .company .service-holder {
    display: none;
  }
  .global {
    background: #01000D;
    color: #fff;
    padding: 4vw 0;
  }
  .global .stickybar .title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 3.7vw;
    color: #fff;
    padding: 0 1.6vw 1.6vw;
    margin-left: 4vw;
  }
  .global .stickybar .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 0.3vw;
    background-color: #fff;
  }
  .global .coreinfo {
    padding: 4vw;
  }
  .global .coreinfo .title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 3.7vw;
    color: #fff;
    padding: 0 1.6vw 1.6vw;
  }
  .global .coreinfo .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 0.3vw;
    background-color: #fff;
  }
  .global .coreinfo .video {
    display: none;
    width: 80vw;
    height: 80vw;
    margin: -2vw auto 0;
  }
  .global .coreinfo .video video {
    width: 100%;
    height: 100%;
  }
  .global .coreinfo .info {
    position: relative;
    padding: 10vw 3.5vw;
    width: 100%;
    background-image: url(../../images/home/global-info-wap.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-top: 2vw;
  }
  .global .coreinfo .info .bg {
    display: none;
  }
  .global .coreinfo .info .name img {
    width: 19.4vw;
    margin-left: calc((100% - 19.4vw) / 2);
  }
  .global .coreinfo .info .name div {
    width: 80%;
    margin: 2vw auto 0;
    font-weight: bold;
    font-size: 4.3vw;
    line-height: 6.9vw;
    text-align: center;
  }
  .global .coreinfo .info .content,
  .global .coreinfo .info .remark {
    font-weight: 400;
    font-size: 3.7vw;
    line-height: 6.4vw;
  }
  .global .coreinfo .info .content {
    margin-top: 4vw;
  }
  .global .map {
    position: relative;
    width: 92vw;
    height: 42vw;
  }
  .global .map::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/world.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .global .branch-wrap {
    width: 100%;
    height: 60vw;
    padding: 0 4vw;
    margin-top: 4vw;
  }
  .global .branch-wrap .branch {
    position: relative;
    width: 86vw;
    height: 60vw;
    background-image: url(../../images/home/global-info-wap.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 9vw 4vw 0;
    font-size: 3.7vw;
    line-height: 5vw;
  }
  .global .branch-wrap .branch .branch-name {
    font-weight: bold;
  }
  .global .branch-wrap .branch .branch-row {
    font-weight: 400;
    margin-top: 5vw;
  }
  .global .data {
    padding: 4vw 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global .data .item {
    width: calc((100% - 27vw) / 4);
  }
  .global .data .item .img {
    width: 8.5vw;
    height: 8.5vw;
    margin: 0 auto;
  }
  .global .data .item .img img {
    width: 100%;
    height: 100%;
  }
  .global .data .item .num {
    width: 100%;
    font-weight: bold;
    font-size: 3.7vw;
    text-align: center;
    margin: 1.2vw 0;
  }
  .global .data .item .word {
    width: 100%;
    font-weight: 400;
    font-size: 3.2vw;
    text-align: center;
  }
  .global .data .item .word-en {
    width: 100%;
    font-weight: 400;
    font-size: 1.6vw;
    text-align: center;
  }
  .product {
    padding: 4vw;
  }
  .product .sticky-container .container .title {
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 3.7vw;
    color: #0E4BA3;
    padding: 0 1.6vw 1.6vw;
  }
  .product .sticky-container .container .title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 0.3vw;
    background-color: #0E4BA3;
  }
  .product .sticky-container .container .slogan {
    margin: 4vw 0;
    font-weight: 400;
    font-size: 4.3vw;
    color: #374649;
    line-height: 6.4vw;
    text-align: center;
  }
  .product .sticky-container .container .core {
    position: relative;
    width: 80vw;
    height: 80vw;
    margin: 0 auto;
  }
  .product .sticky-container .container .core .bg {
    width: 100%;
    height: 100%;
  }
  .product .sticky-container .container .core .pump {
    width: 66%;
    height: 66%;
  }
  .product .container {
    max-width: 100% !important;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .banner {
    position: relative;
    height: 100vh;
    background-color: #fff;
  }
  .banner .banner-nav {
    bottom: 0;
    width: 76vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    z-index: 1;
  }
  .banner .banner-nav .item {
    position: relative;
    width: 21vw;
    height: 7.8vw;
    padding: 0.9vw 0 0 0.8vw;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all linear 0.4s;
    transition: all linear 0.4s;
  }
  .banner .banner-nav .item::before {
    content: "";
    position: absolute;
    left: 0.8vw;
    top: 0;
    width: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .banner .banner-nav .item::after {
    content: "";
    position: absolute;
    left: 0.3vw;
    top: 0;
    width: 0.2vw;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, from(#0E8EC8), to(#4B6CB4));
    background: linear-gradient(180deg, #0E8EC8 0%, #4B6CB4 100%);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .banner .banner-nav .item div {
    position: relative;
    padding-left: 1.8vw;
  }
  .banner .banner-nav .item .cate {
    font-weight: 500;
    font-size: 0.8vw;
  }
  .banner .banner-nav .item .name {
    font-weight: bold;
    font-size: 1.1vw;
    line-height: 1.9vw;
  }
  .banner .banner-nav .active {
    background-size: 100% 100%;
  }
  .banner .banner-nav .active::before {
    width: calc(100% - 0.8vw);
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .banner .banner-nav .active::after {
    left: 0;
    width: 0.8vw;
    -webkit-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .company {
    position: relative;
    width: 100%;
    z-index: 2;
    background-color: #fff;
  }
  .company .sticky-slide {
    position: sticky;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
  }
  .company .sticky-slide .bg {
    width: 100%;
    height: 100%;
    background: linear-gradient(24deg, #EDF1FB 0%, #EDF1FB 34%, #E0EFFC 41%, #E0EFFC 65%, #EDF1FB 70%, #EDF1FB 100%);
    background-size: 200% 200%;
    background-position: 0% 100%;
    -webkit-animation: gradientMove 5s ease infinite alternate;
            animation: gradientMove 5s ease infinite alternate;
  }
  .company .sticky-slide .bg .container {
    position: relative;
    height: 100%;
  }
  .company .sticky-slide .bg .container .part1 {
    position: absolute;
    right: 0;
    top: 9.2592592593vh;
    width: 18.2vw;
    opacity: 0.15;
  }
  .company .sticky-slide .bg .container .part2 {
    position: absolute;
    left: 0;
    bottom: 4.6296296296vh;
    width: 10.3vw;
    opacity: 0.15;
  }
  .company .sticky-slide .blur-mask {
    width: 100%;
    height: 100%;
    backdrop-filter: blur(2px);
  }
  .company .sticky-slide .container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    height: 100%;
  }
  .company .sticky-slide .company-slogan {
    position: absolute;
    left: 0;
    top: 2.1vw;
  }
  .company .sticky-slide .company-slogan .company-watermark {
    width: 32vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 5.2vw;
    color: #4B6CB4;
    opacity: 0.1;
  }
  .company .sticky-slide .company-slogan .company-slogan-words {
    font-weight: 500;
    font-size: 1.3vw;
    color: #0E4BA3;
    line-height: 2vw;
    margin-top: -1vw;
    opacity: 0;
  }
  .company .sticky-slide .company-core {
    position: absolute;
    width: 15vw;
    height: 15vw;
    font-size: 0.9vw;
  }
  .company .sticky-slide .company-core .ring1 img,
  .company .sticky-slide .company-core .ring2 img,
  .company .sticky-slide .company-core .ring3 img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
  }
  .company .sticky-slide .company-core .ring1 {
    opacity: 1;
  }
  .company .sticky-slide .company-core .ring2 {
    width: 74%;
    height: 74%;
    opacity: 1;
  }
  .company .sticky-slide .company-core .ring3 {
    width: 62%;
    height: 62%;
    opacity: 1;
  }
  .company .sticky-slide .company-core .core-circle {
    width: 43.25%;
    height: 43.25%;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, left bottom, from(#0E8EC8), to(#4B6CB4));
    background: linear-gradient(180deg, #0E8EC8 0%, #4B6CB4 100%);
    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;
  }
  .company .sticky-slide .company-core .core-circle .core-circle-words {
    font-weight: bold;
    color: #fff;
    text-shadow: 0px -0.2vw 0.3vw rgba(0, 0, 0, 0.1);
    opacity: 0.2;
  }
  .company .sticky-slide #company-svg1,
  .company .sticky-slide #company-svg2 {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-45%);
            transform: translateY(-45%);
    width: 14.3vw;
    height: 4.8vw;
    stroke: #5B89F3;
    stroke-width: 3px;
    fill: none;
  }
  .company .sticky-slide #company-svg1 {
    left: 14.6vw;
  }
  .company .sticky-slide #company-svg2 {
    right: 14.6vw;
    -webkit-transform: translateY(-45%) scaleX(-1);
            transform: translateY(-45%) scaleX(-1);
  }
  .company .sticky-slide #company-svg1-1,
  .company .sticky-slide #company-svg1-2,
  .company .sticky-slide #company-svg2-2,
  .company .sticky-slide #company-svg2-2 {
    fill: none;
  }
  .company .sticky-slide #company-svg1-2,
  .company .sticky-slide #company-svg2-2 {
    stroke: none;
  }
  .company .sticky-slide .dialog-company,
  .company .sticky-slide .dialog-service {
    width: 46.2vw;
    min-height: 24.6vw;
    margin: 0 auto;
    background-image: url(../../images/home/company-dialog.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 4vw 5vw;
    position: absolute;
    top: 80%;
    -webkit-transform: translateY(-80%);
            transform: translateY(-80%);
    opacity: 0;
  }
  .company .sticky-slide .dialog-company .title,
  .company .sticky-slide .dialog-service .title {
    font-size: 2.3vw;
    color: #374649;
    text-align: center;
  }
  .company .sticky-slide .dialog-company .content,
  .company .sticky-slide .dialog-service .content {
    font-weight: 400;
    font-size: 1vw;
    color: #36464A;
    line-height: 1.8vw;
    margin: 1vw 0 3.7vw;
  }
  .company .sticky-slide .dialog-company .decoration,
  .company .sticky-slide .dialog-service .decoration {
    width: 1vw;
    height: 1vw;
    width: 20px;
    height: 20px;
    border: 1px solid #374649;
    border-radius: 50%;
    margin: 0 auto;
    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;
  }
  .company .sticky-slide .dialog-company .decoration div,
  .company .sticky-slide .dialog-service .decoration div {
    width: 0.4vw;
    height: 0.4vw;
    width: 8px;
    height: 8px;
    border: 1px solid #374649;
    border-radius: 50%;
  }
  .company .sticky-slide .dialog-company {
    left: 29.3vw;
  }
  .company .sticky-slide .dialog-service {
    right: 29.3vw;
  }
  .company .intro-holder {
    width: 100%;
    height: 200vh;
  }
  .company .service-holder {
    width: 100%;
    height: 170vh;
  }
  .global {
    position: relative;
    z-index: 4;
    padding: 40px 0;
    background: #01000D;
  }
  .global .stickybar {
    position: sticky;
    top: 0;
    width: 100%;
    height: 6vw;
    background-color: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(6px);
    z-index: 2;
  }
  .global .stickybar .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 1.3vw;
    color: #fff;
    text-align: center;
    padding: 1.6vw 1vw 0;
    border-bottom: 1px solid #fff;
  }
  .global .coreinfo {
    height: 50vw;
  }
  .global .coreinfo .title {
    position: sticky;
    top: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 1.3vw;
    color: #fff;
    text-align: center;
    padding: 0 1vw;
    border-bottom: 1px solid #fff;
  }
  .global .coreinfo .video {
    width: 41.7vw;
    height: 41.7vw;
    margin-left: calc((100% - 41.7vw) / 2);
  }
  .global .coreinfo .video video {
    width: 100%;
    height: 100%;
  }
  .global .coreinfo .info {
    position: relative;
    width: 40vw;
    min-height: 15.4vw;
    margin: 0 auto;
    color: #fff;
    padding: 2.6vw;
  }
  .global .coreinfo .info .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/home/global-info-pc.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
  }
  .global .coreinfo .info .name {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global .coreinfo .info .name img {
    width: 4.6vw;
  }
  .global .coreinfo .info .name div {
    font-size: 1.3vw;
    margin-top: unset;
    margin-left: 0.5vw;
  }
  .global .coreinfo .info .content {
    position: relative;
    font-size: 1vw;
    line-height: 1.4vw;
    margin-top: 1.5vw;
  }
  .global .coreinfo .info .remark {
    position: relative;
    font-size: 1vw;
    line-height: 1.4vw;
  }
  .global .map-container {
    position: relative;
    width: 100%;
    height: 44vw;
    margin-top: 2.6vw;
  }
  .global .map-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../../images/world.png);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.8;
  }
  .global .map-container .map {
    width: 100%;
    height: 100%;
  }
  .global .map-container .branch-wrap {
    position: absolute;
    left: 5.5vw;
    bottom: 5vw;
    width: 24.5vw;
    height: 15.8vw;
  }
  .global .map-container .branch-wrap .branch {
    width: 24.5vw;
    height: 15.8vw;
    color: #fff;
    background-image: url(../../images/home/global-branch.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 2.7vw 2.2vw;
    backdrop-filter: blur(4px);
    cursor: pointer;
  }
  .global .map-container .branch-wrap .branch .branch-name {
    position: relative;
    font-weight: 500;
    font-size: 0.9vw;
  }
  .global .map-container .branch-wrap .branch .branch-row {
    font-weight: 400;
    font-size: 0.8vw;
    line-height: 1.3vw;
    margin-top: 2vw;
  }
  .global .data {
    padding: 1.6vw 5.3vw 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .global .data .item {
    width: calc((100% - 13vw) / 4);
    color: #fff;
  }
  .global .data .item .img {
    width: 4.2vw;
    height: 4.2vw;
    margin: 0 auto;
  }
  .global .data .item .img img {
    width: 100%;
    height: 100%;
  }
  .global .data .item .num {
    width: 100%;
    font-weight: bold;
    font-size: 2.5vw;
    text-align: center;
    margin: 0.2vw 0;
  }
  .global .data .item .word {
    width: 100%;
    font-weight: 400;
    font-size: 0.8vw;
    text-align: center;
  }
  .global .data .item .word-en {
    width: 100%;
    font-weight: 400;
    font-size: 0.6vw;
    text-align: center;
  }
  .product {
    position: relative;
    z-index: 4;
    padding: 0 0 3.1vw;
    background-color: #EDF1FB;
  }
  .product .sticky-container {
    position: sticky;
    top: 0;
    height: 6vw;
    background-color: rgba(237, 241, 251, 0.7);
    backdrop-filter: blur(6px);
    z-index: 1;
  }
  .product .sticky-container .container {
    position: relative;
    height: 100%;
  }
  .product .sticky-container .title {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-weight: 500;
    font-size: 1.3vw;
    color: #0E4BA3;
    text-align: center;
    padding: 0 1vw;
    border-bottom: 1px solid #0E4BA3;
    padding-top: 1.6vw;
  }
  .product .sticky-container .slogan {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-weight: 400;
    font-size: 1.7vw;
    color: #374649;
    text-align: center;
    top: 6vw;
  }
  .product .sticky-container .core {
    position: absolute;
    width: 29vw;
    height: 29vw;
    top: 10vw;
    left: calc((100% - 29vw) / 2);
  }
  .product .sticky-container .core .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
  .product .sticky-container .core .pump {
    width: 70%;
    height: 70%;
  }
  .product .wrap {
    padding: 34vw 0 2.1vw;
  }
  .product .wrap .item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 4vw) / 3);
            flex: 0 0 calc((100% - 4vw) / 3);
    border-radius: 1.3vw;
    margin: 2vw 0 0;
    background-color: #F7F9FA;
  }
  .product .wrap .item:nth-child(-n+3) {
    margin-top: 0;
  }
  .product .wrap .item .img {
    background-color: #eaeff1;
  }
  .product .wrap .item .content {
    padding: 2vw;
  }
  .product .wrap .item .content .tag {
    width: 4.1vw;
    height: auto;
    line-height: unset;
    padding: 6px 0;
    border-radius: 0.3vw;
  }
  .product .wrap .item .content .tag-151 {
    background: #E60012;
  }
  .product .wrap .item .content .tag-161 {
    background: #4B6CB4;
  }
  .product .wrap .item .content .tag-240 {
    color: #000;
    background: #FFE74F;
  }
  .product .wrap .item .content .name {
    font-weight: 500;
    font-size: 1.3vw;
    color: #374649;
    margin: 1.3vw 0 0.8vw;
  }
  .product .wrap .item .content .desc {
    font-weight: 400;
    font-size: 0.9vw;
    color: #5A6875;
    line-height: 1.5vw;
  }
  .product .wrap .item .content .more {
    margin-top: 1.9vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product .wrap .item .content .more img {
    width: 0.8vw;
    height: 0.8vw;
    margin-right: 0.5vw;
  }
  .product .wrap .item .content .more div {
    font-weight: bold;
    font-size: 0.9vw;
    color: #0E4BA3;
  }
  .product .wrap .item:hover {
    -webkit-transform: translateY(-0.5vw);
            transform: translateY(-0.5vw);
    -webkit-transform-origin: bottom center;
            transform-origin: bottom center;
    -webkit-box-shadow: 0px 0 0.5vw 0px rgba(14, 75, 163, 0.2);
            box-shadow: 0px 0 0.5vw 0px rgba(14, 75, 163, 0.2);
    border: 0.2vw solid #CCD9EC;
  }
  .product .gomore {
    width: 31.58%;
    height: 3.2vw;
    background: #FFFFFF;
    border-radius: 1.6vw;
    border: 0.1vw solid #0E4BA3;
    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;
    margin: 0 auto;
  }
  .product .gomore div {
    font-weight: 500;
    font-size: 0.9vw;
    color: #0C4BA7;
    margin-right: 1vw;
  }
  .product .gomore img {
    width: 1vw;
  }
  .product .gomore:hover img {
    -webkit-animation: bounceRight 0.6s ease forwards;
            animation: bounceRight 0.6s ease forwards;
  }
  .footer-hold {
    display: block;
    position: relative;
    width: 100%;
    height: 0;
  }
  footer {
    position: fixed;
    bottom: 0;
    width: 100%;
  }
}
@-webkit-keyframes gradientMove {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@keyframes gradientMove {
  0% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 100% 0%;
  }
}
@-webkit-keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  30% {
    -webkit-transform: translateX(15px) scale(1.05);
            transform: translateX(15px) scale(1.05);
  }
  50% {
    -webkit-transform: translateX(5px) scale(1.03);
            transform: translateX(5px) scale(1.03);
  }
  70% {
    -webkit-transform: translateX(15px) scale(1.05);
            transform: translateX(15px) scale(1.05);
  }
  85% {
    -webkit-transform: translateX(10px) scale(1.04);
            transform: translateX(10px) scale(1.04);
  }
  100% {
    -webkit-transform: translateX(15px) scale(1.05);
            transform: translateX(15px) scale(1.05);
  }
}
@keyframes bounceRight {
  0% {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
  30% {
    -webkit-transform: translateX(15px) scale(1.05);
            transform: translateX(15px) scale(1.05);
  }
  50% {
    -webkit-transform: translateX(5px) scale(1.03);
            transform: translateX(5px) scale(1.03);
  }
  70% {
    -webkit-transform: translateX(15px) scale(1.05);
            transform: translateX(15px) scale(1.05);
  }
  85% {
    -webkit-transform: translateX(10px) scale(1.04);
            transform: translateX(10px) scale(1.04);
  }
  100% {
    -webkit-transform: translateX(15px) scale(1.05);
            transform: translateX(15px) scale(1.05);
  }
}