﻿html {
  width: 100%;
  height: 100%;
}

body {
  padding: 0 0 !important;
  height: 100%;
  overflow-y: scroll;
}

.aboutus {
  padding: 0 0;
  margin: 0 0;
}

.aboutus h2 {
  color: #fff;
}

.aboutus h3 {
  font-weight: 300;
  font-size: 1.2vw;
}

.aboutus p {
  font-size: 20px;
  color: #fff;
}

.aboutus span {
  font-size: 21px;
}

.aboutus b {
  font-size: 21px;
  color: #ffffff;
}

.aboutus hr {
  width: 50px;
  background-color: #ba1b21;
  height: 0.1vw;
  border-top: none;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: none !important;
}

.aboutus-banner img {
  width: 100%;
  padding: 0 0;
  margin: 0 0;
}

.introduction {
  background-image: url(/images/bg-introduction.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4vw 0 18vw 0;
}

.introduction b {
  font-size: 28px;
}

.introduction-icon {
  width: 26%;
  margin-bottom: 10px;
}

.globalNetwork {
  padding: 0vw 0 0vw 0;
  position: relative;
}

.globalNetwork h2,
.globalNetwork p {
  color: #fff;
}

.globalNetwork-message {
  position: absolute;
  top: 10%;
}

.globalNetwork-message b {
  font-size: 28px;
}

/* country point start*/
.point {
  width: 21px;
  height: 14px;
  border-radius: 50%;
  border: 2px solid #e0e0e0;
  position: absolute;
  cursor: pointer;
}

.pointanimation {
  -webkit-animation: warn 3s ease-out;
  -moz-animation: warn 3s ease-out;
  animation: warn 3s ease-out;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  box-shadow: 0px 0px 5px #e0e0e0;
}

@keyframes warn {
  0% {
    transform: scale(0.4);
    -webkit-transform: scale(0.4);
    opacity: 0.4;
  }

  25% {
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
    opacity: 0.6;
  }

  50% {
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    opacity: 0.8;
  }

  75% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    opacity: 0.2;
  }
}

.point:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  border-radius: 50%/15px;
  transition: height 0.5s;
  cursor: pointer;
  z-index: 9999999;
}

.point:after {
  background: radial-gradient(30px 30px at 50% 0%,
      rgba(182, 182, 182, 0) 80%,
      rgba(182, 182, 182, 0.4) 100%);
  z-index: 0;
}

.point:hover:after {
  /* height: 200px; */
}

.pointt {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  background-color: #e0e0e0;
  position: absolute;
  top: 24%;
  left: 25%;
}

.America {
  top: 52%;
  left: 22%;
  width: 36px;
  height: 24px;
}

.India {
  top: 60%;
  left: 63.5%;
  width: 30px;
  height: 20px;
}

.Hungary {
  top: 52.8%;
  left: 47.5%;
  width: 15px;
  height: 10px;
}

.SouthKorea {
  top: 55.2%;
  left: 73.8%;
  width: 15px;
  height: 10px;
}

.Germany {
  top: 52%;
  left: 45%;
  width: 15px;
  height: 10px;
}

.Japan {
  top: 55%;
  left: 76.5%;
}

.Hongkong {
  top: 59%;
  left: 73%;
  width: 15px;
  height: 10px;
}

.Mexico {
  top: 57%;
  left: 17.5%;
  width: 30px;
  height: 20px;
}

.Brazil {
  top: 74%;
  left: 28%;
  width: 36px;
  height: 24px;
}

.Turkey {
  top: 54%;
  left: 49.5%;
}

.Vietnam {
  top: 62.5%;
  left: 72.2%;
}

.Canada {
  top: 52.5%;
  left: 26%;
}

.Thailand {
  top: 62%;
  left: 70.5%;
}

.Russia {
  top: 50%;
  left: 50%;
  width: 30px;
  height: 20px;
}

.UK {
  top: 51%;
  left: 43%;
}

.Belarus {
  top: 51%;
  left: 48.5%;
  width: 15px;
  height: 10px;
}

.Poland {
  top: 51.5%;
  left: 47%;
  width: 15px;
  height: 10px;
}

.Ukraine {
  top: 52.3%;
  left: 49%;
  width: 15px;
  height: 10px;
}

.CzechRepublic {
  top: 52.8%;
  left: 45.6%;
  width: 15px;
  height: 10px;
}

.Bulgaria {
  top: 54%;
  left: 48.5%;
  width: 15px;
  height: 10px;
}

.Greece {
  top: 55.2%;
  left: 48.5%;
  width: 15px;
  height: 10px;
}

.Colombia {
  top: 66%;
  left: 21.8%;
}

.Chile {
  top: 80%;
  left: 20.8%;
}

.Peru {
  top: 70%;
  left: 20.5%;
}

.Argentina {
  top: 79%;
  left: 25%;
}

.SaudiArabia {
  top: 60%;
  left: 55%;
}

.SouthAfrica {
  top: 76%;
  left: 50%;
}

.globalmessage-country {
  position: absolute;
  display: none;
  top: 10%;
  overflow: hidden;
}

.globalmessage .globalmessage-mes {
  padding: 10px 30px;
  border-radius: 20px;
  box-shadow: 0 0 30px #000;
  border: 1px solid#ba1b21;
  background-color: rgba(0, 0, 0, 0.6);
}

.globalmessage .globalmessage-mes h2 {
  font-size: 25px;
  color: #fff;
  border-bottom: 1px dashed #fff;
  padding: 0 0 10px 0;
  text-align: center;
  margin-bottom: 18px;
  margin-top: 28px;
}

.globalmessage .globalmessage-country img {
  width: 16px;
  margin-right: 8px;
}

.globalmessage .globalmessage-country b,
.globalmessage .globalmessage-country p {
  text-align: left;
  color: #fff;
  margin-bottom: 18px;
}

/* country point end */
.companyHistory {
  background-image: url(/images/bg-companyHistory.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4vw 0 31vw 0;
}

.companyHistory img {
  width: 100%;
}

.capability {
  background-image: url(/images/bg-capability.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7vw 0 12vw 0;
}

.capability hr {
  margin-left: 0;
  left: 0;
}

.capability b,
.capability p {
  color: #fff;
}

.rdcapability {
  background-image: url(/images/bg-rdcapability.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4vw 0 5vw 0;
}

.rdcapability hr {
  margin-left: 0;
  left: 0;
}

/* .service {
  background-image: url(/images/bg-service.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vw 0 5vw 0;
} */

.service-box {
  border: 1px solid #c4c4c4;
  padding: 20px 10px;
  margin-bottom: 60px;
  height: 250px;
  cursor: pointer;
  border-radius: 10px;
}

.service-box-center {
  margin-left: 80px;
  margin-right: 80px;
}

.service-box h3,
.service-box p {
  color: #fff;
}

.service-box h3 {
  font-size: 22px;
  font-weight: bolder;
}

.service-box p {
  font-size: 18px;
}

.service-box img {
  margin-top: 30px;
  width: 80%;
}

.service-box:hover {
  background-color: rgba(255, 255, 255, 0.08);
  border-top: 3px solid #ba1b21;
  box-shadow: 0 0 8px #fff inset, 0 0 8px #000;
}

.aboutusVideo {
  background-color: #d9d9d9;
  padding: 5vw 0;
}

@media only screen and (max-width: 1300px) {
  .aboutus h2 {
    font-size: 28px;
    font-weight: bolder;
  }

  .aboutus h3 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .aboutus hr {
    width: 50px;
    height: 1.5px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .aboutus p {
    font-size: 16px;
  }

  .aboutus b {
    font-size: 16px;
  }

  .globalmessage .globalmessage-mes h2 {
    font-size: 23px;
  }

  .globalmessage .globalmessage-country b,
  .globalmessage .globalmessage-country p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 750px) {
  .aboutus h2 {
    font-size: 28px;
    font-weight: bolder;
  }

  .aboutus h3 {
    font-size: 18px;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  .aboutus hr {
    width: 50px;
    height: 1.5px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .aboutus p {
    font-size: 14px;
  }

  .aboutus b {
    font-size: 14px;
    color: #ffffff;
  }

  .aboutus-banner img {
    width: 100%;
    padding: 0 0;
    margin: 0 0;
    margin-top: 50px;
  }

  .introduction {
    background-image: url(/images/bg-introduction-m.webp);
    padding: 14vw 0 64vw 0;
  }

  .introduction b {
    font-size: 20px;
  }

  .introduction-icon {
    width: 50%;
    margin-bottom: 10px;
  }

  .globalNetwork {
    background-image: url(/images/bg-globalNetwork-m.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 56vw 0 100vw 0;
  }

  .globalNetwork-message p {
    line-height: 26px;
    margin: 0 0 0px;
  }

  .globalNetwork-message b {
    font-size: 30px;
    background-image: -webkit-gradient(linear,
        0 0,
        0 bottom,
        from(#888888),
        to(#eeeeee));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .companyHistory {
    background-image: url(/images/bg-companyHistory-m.webp);
    padding: 2vw 0 136vw 0;
  }

  .capability {
    background-image: url(/images/bg-capability-m.webp);
    padding: 9vw 0 72vw 0;
  }

  .capability hr {
    text-align: center;
    margin: 10px auto;
  }

  .capability p {
    font-size: 16px;
  }

  .capability b {
    font-size: 17px;
  }

  .capability h2,
  .capability p {
    text-align: center;
  }

  .rdcapability {
    background-image: url(/images/bg-rdcapability-m.webp);
    padding: 5vw 0 72vw 0;
  }

  .rdcapability h2 {
    text-align: center;
  }

  .rdcapability p {
    margin: 0 0 5px;
  }

  .rdcapability hr {
    text-align: center;
    margin: 10px auto;
  }

  .rdcapability .rdcapability-icon {
    width: 30%;
    margin-bottom: 10px;
  }

  .service-box {
    height: auto;
    padding: 5px;
    border-top: 4px solid #ba1b21;
    margin-bottom: 15px;
  }

  .service-icon {
    width: 80%;
  }

  .service-box-center {
    margin-left: 32px;
    margin-right: auto;
  }

  .aboutusVideo {
    padding: 10vw 5vw;
  }
}

.renke-assistant {
  padding: 0;
  position: relative;
  z-index: 4
}

.renke-assistant__hd {
  margin-bottom: 16px
}

.renke-assistant__title {
  font-weight: 500;
  font-size: 28px;
  color: #000;
  line-height: 48px;
  text-align: center
}

.renke-assistant__inner {
  min-height: 302px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  padding: 0
}

@media screen and (min-width: 769px) {
  .renke-assistant__inner {
    min-width: 1160px
  }
}

.renke-assistant__label {
  width: 0;
  padding: 45px 0
}

@media screen and (min-width: 769px) {
  .renke-assistant__label {
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 710px
  }
}

.renke-assistant__text {
  color: #181818;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px
}

.renke-assistant__item-list {
  margin-top: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px
}

.renke-assistant__item {
  width: calc(50% - 8px);
  height: 44px;
  border-radius: 4px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 1px;
  background: hsla(0, 0%, 100%, .5);
  transition: all .3s ease-in-out
}

@media screen and (min-width: 769px) {
  .renke-assistant__item {
    max-width: 344px
  }
}

.renke-assistant__item:before {
  content: "";
  width: 360px;
  height: 360px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  background: linear-gradient(99deg, #59f 6.54%, #b39aff 58.36%, #eaa3cc 79.54%, #ffc048 93.46%);
  opacity: 0
}

.renke-assistant__item:hover {
  background: hsla(0, 0%, 100%, .8)
}

.renke-assistant__item-inner {
  width: 100%;
  height: 42px;
  border-radius: 3px;
  padding: 11px 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  background: transparent;
  position: relative;
  z-index: 1
}

.renke-assistant__item.is-active {
  background: #fff;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, .02), 0 10px 10px -5px rgba(0, 0, 0, .02)
}

.renke-assistant__item.is-active:before {
  transition: opacity .3s ease-in-out;
  opacity: 1;
  -webkit-animation: animate-1 1.2s ease-in-out infinite;
  animation: animate-1 1.2s ease-in-out infinite
}

.renke-assistant__item.is-active .renke-assistant__item-inner {
  border-radius: 3px;
  background: #fff
}

.renke-assistant__item-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 16px;
  height: 16px
}

.renke-assistant__item-title {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 4px;
  font-weight: 500
}

.renke-assistant__item-desc,
.renke-assistant__item-title {
  color: #4b5b76;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap
}

.renke-assistant__item-desc {
  width: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis
}

.renke-assistant__ft {
  margin-top: 32px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.renke-assistant__ft .renke-btn {
  border: 0;
  width: 127px;
  background: #1E9FFF;
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  transition: all .3s ease-in-out
}

.renke-assistant__ft .renke-btn:active,
.renke-assistant__ft .renke-btn:hover {
  background-color: #2670e8;
  box-shadow: none
}

.renke-assistant__ft .renke-link {
  margin-left: 24px;
  font-size: 14px;
  line-height: 22px
}

.renke-assistant__qrcode {
  margin-left: 12px;
  border: 1px solid transparent;
  background: #fff;
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
  padding: 6px 15px;
  font-size: 14px;
  line-height: 22px;
  cursor: pointer;
  color: #43474d;
  transition: all .3s ease-in-out
}

.renke-assistant__qrcode:active,
.renke-assistant__qrcode:hover {
  border-color: #2670e8;
  background-color: #ecf2fe;
  box-shadow: none;
  color: #1E9FFF
}

.renke-assistant__qrcode-img {
  width: 106px;
  height: 106px
}

.renke-assistant__img-content {
  margin-left: 24px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 345px;
  height: 286px;
  position: relative
}

.renke-assistant__img-content:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2
}

.renke-assistant__icon-video {
  width: 44px;
  height: 44px
}

.renke-assistant__video-wrap {
  height: 100%;
  border: 2px solid #fff;
  border-bottom: 0;
  background: linear-gradient(0deg, #f9fbff, #eff4fd);
  opacity: 0;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px)
}

.renke-assistant__video,
.renke-assistant__video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.renke-assistant__item-icon {
  width: auto;
  height: auto;
}

.renke-assistant__section+.renke-product__section {
  padding-top: 60px !important
}

.renke-assistant__qrcode-bubble .tp-bubble__inner {
  border: 0
}

.renke-assistant__qrcode-bubble .tp-bubble__inner:before {
  border-top-color: transparent !important
}

@media screen and (min-width: 1440px) {
  .renke-view-l .renke-assistant__inner {
    width: 100%
  }
}

@media screen and (max-width: 768px) {
  .renke-assistant {
    margin-top: 32px
  }

  .renke-assistant__title {
    font-size: 20px;
    line-height: 28px
  }

  .renke-assistant__inner {
    width: 100%;
    height: auto;
    padding: 0;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .renke-assistant__img-content {
    margin-left: 0;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative
  }

  .renke-assistant__img-content:after {
    content: none;
    display: none
  }

  .renke-assistant__img-wrap {
    width: 284px;
    height: 284px;
    border: 2px solid #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-mask-image: linear-gradient(180deg, #000 50%, transparent);
    mask-image: linear-gradient(180deg, #000 50%, transparent)
  }

  .renke-assistant__img {
    width: 280px;
    height: 280px;
    background-size: cover
  }



  .renke-assistant__icon-video {
    width: 36px;
    height: 36px
  }

  .renke-assistant__label {
    padding: 0 16px;
    margin-top: 8px;
    width: 100%
  }

  .renke-assistant__item-list {
    gap: 0
  }

  .renke-assistant__item {
    width: 100%
  }

  .renke-assistant__item:before {
    width: 768px;
    height: 768px
  }

  .renke-assistant__item+.renke-assistant__item {
    margin-top: 8px
  }

  .renke-assistant__item-icon,
  .renke-assistant__item-title {
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .renke-assistant__item-desc {
    width: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
  }

  .renke-assistant__item-inner {
    width: 100%
  }

  .renke-assistant__qrcode {
    display: none
  }

  .renke-assistant__ft {
    margin-top: 16px
  }

  .renke-assistant__ft .renke-btn {
    width: 100%;
    background: #1E9FFF;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
    color: #fff;
    font-size: 14px
  }
}

.renke-btn {
  display: inline-block;
  box-sizing: border-box;
  min-width: 104px;
  height: 36px;
  padding: 0 24px;
  color: #fff;
  font-size: 14px;
  line-height: 34px;
  white-space: nowrap;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  background-color: #1E9FFF;
  border: 1px solid transparent;
  outline: 0 none;
  cursor: pointer;
  box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1);
}

.renke-link.tp-link {
  color: #1E9FFF;
}

