@charset "UTF-8";
@keyframes comSwiperPoints {
  0% {
    background-position: center -20px;
  }
  24% {
    background-position: center -20px;
  }
  25% {
    background-position: center -50px;
  }
  49% {
    background-position: center -50px;
  }
  50% {
    background-position: center -80px;
  }
  74% {
    background-position: center -80px;
  }
  75% {
    background-position: center -110px;
  }
  100% {
    background-position: center -110px;
  }
}
@keyframes comSwiperColorPoints {
  0% {
    background-color: rgba(255, 255, 255, 0);
  }
  100% {
    background-color: rgb(255, 255, 255);
  }
}
@keyframes marqueeScroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-300%);
  }
}
@keyframes rotate_added {
  0% {
    background-color: #012FA7;
    transform: rotate(-180deg);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(1deg);
  }
}
@keyframes rotate_added2 {
  0% {
    background-color: #012FA7;
    transform: rotate(0);
  }
  100% {
    background-color: #012FA7;
    transform: rotate(180deg);
  }
}
.btn {
  cursor: pointer;
  transition: all ease 0.2s;
  border-radius: 50px;
  border: 1px solid;
}

.btn-small {
  padding: 3px 29px;
}

.btn-normal {
  padding: 0.09rem 0.29rem;
}

.btn-theme {
  background-color: #012FA7;
  color: #fff;
  border-color: #012FA7;
}
.btn-theme:hover {
  background-color: #1664ff;
  border-color: #1664ff;
}

.btn-info {
  background-color: #fff;
  color: #797979;
  border-color: #797979;
}
.btn-info:hover {
  background-color: #012FA7;
  border-color: #012FA7;
  color: #fff;
}

.text-btn-theme {
  color: rgba(0, 0, 0, 0.72);
}
.text-btn-theme:hover {
  color: #012FA7;
}

.btn-text {
  border: none;
}

.com_main_left {
  float: left;
  width: 904px;
}

.com_main_right {
  float: right;
  width: 280px;
}

@media screen and (max-width: 1280px) {
  .com_main_left {
    width: calc(100vw - 64px - 200px - 38px);
  }
  .com_main_right {
    width: 200px;
  }
}
@media screen and (max-width: 900px) {
  .com_main_left {
    width: 100%;
  }
  .com_main_right {
    width: 100%;
  }
}
main {
  background-color: #fff;
}
main .section-title {
  font-size: 0.48rem;
  line-height: 0.6rem;
  font-weight: 900;
  text-align: center;
}
main .section-sub-title {
  font-weight: 500;
  font-size: 0.24rem;
  line-height: 0.36rem;
  color: #797979;
  text-align: center;
  margin-top: 0.08rem;
}
main .section-box {
  padding: 0.64rem 0;
}
main .section-main {
  margin-top: 0.36rem;
}

.banner-section {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("/assets/img/home_banner.jpg");
}
.banner-section .section-box {
  padding: 0;
  margin: 0 -0.3rem;
}
.banner-section .section-main .title {
  max-width: 100%;
  font-size: 0.72rem;
  line-height: 0.8rem;
}
.banner-section .container {
  position: relative;
  z-index: 3;
}
.banner-section video {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  z-index: 1;
}
.banner-section::before {
  content: "";
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.addr-section .list-box {
  overflow: hidden;
  border-radius: 0.12rem;
}
.addr-section .list {
  display: flex;
  gap: 0.1rem;
  margin: 0 -0.34rem;
}
.addr-section .list .item {
  flex: 10;
  transform: skewX(-7.5deg);
  font-size: 0.3rem;
  line-height: 0.42rem;
  color: #fff;
  font-weight: 900;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  overflow: hidden;
  transition: all ease 0.2s;
}
.addr-section .list .item .inner {
  height: 4.6rem;
  transform: skewX(7.5deg);
  margin: 0 -0.4rem;
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: bottom center;
}
.addr-section .list .item .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.13) 77.78%, rgba(0, 0, 0, 0.6) 100%);
}
.addr-section .list .item .inner::after {
  content: attr(data-title);
  position: absolute;
  z-index: 2;
  display: block;
  margin: 0 auto;
  bottom: 0.13rem;
  width: 1.3rem;
  text-align: center;
  left: 0.14rem;
}
.addr-section .list .item .inner[data-title=北京] {
  background-image: url("/assets/img/website/北京.jpg");
}
.addr-section .list .item .inner[data-title=美国] {
  background-image: url("/assets/img/website/美国.jpg");
}
.addr-section .list .item .inner[data-title=英国] {
  background-image: url("/assets/img/website/英国.jpg");
}
.addr-section .list .item .inner[data-title=泰国] {
  background-image: url("/assets/img/website/泰国.jpg");
}
.addr-section .list .item .inner[data-title=越南] {
  background-image: url("/assets/img/website/越南.jpg");
}
.addr-section .list .item .inner[data-title=马来西亚] {
  background-image: url("/assets/img/website/马来西亚.jpg");
}
.addr-section .list .item .inner[data-title=新加坡] {
  background-image: url("/assets/img/website/新加坡.jpg");
}
.addr-section .list .item.active {
  flex: 23;
}
.addr-section .list .item:nth-child(1) .inner::after {
  padding-left: 0.32rem;
}
.addr-section .list .item:nth-child(1).active .inner::after {
  left: 0.3rem;
}

.case-section .section-box {
  padding: 0 0 0.36rem;
}
.case-section .swiper-slide {
  background-color: #fff;
}
.case-section .com-img-dec {
  display: block;
}
.case-section .com-img-dec > .title {
  margin-bottom: 0.36rem;
  padding-right: 1rem;
}
.case-section .com-img-dec .text-box {
  width: 5.6rem;
  flex-shrink: 0;
}
.case-section .com-img-dec .text-box .info {
  font-size: 0.24rem;
  line-height: 0.36rem;
  margin: 0;
}
.case-section .com-img-dec .text-box .info .title {
  font-size: 0.32rem;
  line-height: 0.44rem;
  font-weight: 700;
  margin: 0 0 0.12rem;
}
.case-section .com-img-dec .text-box .info .desc + .title {
  margin-top: 0.36rem;
}
.case-section .com-img-dec .text-box .list {
  margin-top: 0.36rem;
  padding-top: 0.36rem;
}
.case-section .com-img-dec .text-box .btns {
  display: flex;
  gap: 0.36rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
  margin-top: 0.64rem;
}
.case-section .com-img-dec .mob-fg {
  flex: 1;
  display: flex;
  gap: 0.24rem;
  margin-left: 0.24rem;
}
.case-section .com-img-dec figure {
  height: 6rem;
  flex: 1;
  border: 0.1rem solid #000;
  border-radius: 0.3rem;
  overflow: hidden;
  background-color: #000;
}
.case-section .com-img-dec figure .img-addon {
  margin: 0;
  width: 100%;
  height: 100%;
}
.case-section .com-img-dec figure .img-addon img {
  -o-object-fit: cover;
     object-fit: cover;
}
.case-section .com-img-dec figure .img-addon video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.case-section .tools {
  position: absolute;
  width: 100%;
  top: 0;
  z-index: 10;
}
.case-section .tools .swiper-btns {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  justify-content: flex-end;
  height: 0.64rem;
}
.case-section .tools .swiper-btns > div {
  width: 0.36rem;
  height: 0.36rem;
  background-color: #585858;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.12rem;
  color: #fff;
  font-weight: 600;
  border-radius: 3rem;
  cursor: pointer;
}

.flow-section [data-index="1"] {
  flex: 1;
}
.flow-section [data-index="2"],
.flow-section [data-index="4"] {
  flex: 3;
}
.flow-section [data-index="3"] {
  flex: 5;
}
.flow-section .top {
  position: relative;
  overflow: hidden;
}
.flow-section .top .line {
  position: absolute;
  bottom: 0.52rem;
  left: -1%;
  right: 0;
  pointer-events: none;
}
.flow-section .top .line svg {
  width: 102%;
  height: auto;
  stroke-dasharray: 2000;
  stroke-dashoffset: 2000;
}
@keyframes show {
  to {
    stroke-dashoffset: 0;
  }
}
.flow-section .top .list {
  display: flex;
  gap: 0.16rem;
  margin-bottom: 0.2rem;
}
.flow-section .top .list .item {
  font-weight: 700;
  font-size: 0.24rem;
  line-height: 0.36rem;
  text-align: center;
  height: 4.12rem;
  padding-bottom: 0.16rem;
  color: #012FA7;
  cursor: pointer;
}
.flow-section .top .list .item::before {
  content: "";
  display: block;
  background-color: #012FA7;
  border-radius: 0.12rem;
  margin-bottom: 0.16rem;
  height: calc(100% - 0.52rem);
}
.flow-section .top .list .item.active {
  color: #012FA7 !important;
}
.flow-section .top .list .item.active::before {
  background-color: #012FA7 !important;
}
.flow-section .main #flow-swiper {
  margin: 0 -0.3rem;
  padding: 0 0.3rem;
  opacity: 0;
}
.flow-section .main #flow-swiper .swiper-slide {
  width: 9.67rem;
  padding: 0.48rem 0.36rem;
  border: 1px solid #F1F1F1;
  border-radius: 0.12rem;
  display: flex;
  align-items: center;
  gap: 0.36rem;
  font-size: 0.18rem;
  line-height: 0.28rem;
}
.flow-section .main #flow-swiper .swiper-slide .media {
  width: 2.63rem;
  height: 2.32rem;
  border-radius: 0.12rem;
  overflow: hidden;
  flex-shrink: 0;
}
.flow-section .main #flow-swiper .swiper-slide .media .img-box, .flow-section .main #flow-swiper .swiper-slide .media img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow-section .main #flow-swiper .swiper-slide .media + div {
  flex: 1;
}
.flow-section .main #flow-swiper .swiper-slide .text-top {
  display: flex;
  border-bottom: 1px solid #F1F1F1;
  padding-bottom: 0.24rem;
  justify-content: space-between;
  gap: 0.24rem;
  align-items: baseline;
}
.flow-section .main #flow-swiper .swiper-slide .text-top .flow-title {
  font-size: 0.32rem;
  line-height: 0.44rem;
  color: #000;
  font-weight: 700;
}
.flow-section .main #flow-swiper .swiper-slide .text-top .flow-info {
  margin-right: auto;
  font-size: 0.16rem;
  line-height: 0.24rem;
  color: #797979;
}
.flow-section .main #flow-swiper .swiper-slide .text-list {
  margin-top: 0.24rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  line-height: 0.32rem;
}
.flow-section .main #flow-swiper .swiper-slide .text-list li {
  padding-left: 0.18rem;
  position: relative;
}
.flow-section .main #flow-swiper .swiper-slide .text-list li::before {
  content: "";
  display: block;
  width: 0.06rem;
  height: 0.06rem;
  background-color: #012FA7;
  left: 0;
  top: 50%;
  border-radius: 50%;
  transform: translateY(-50%);
  position: absolute;
}

.team-section .team-box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.24rem;
  margin-bottom: 0.8rem;
}
.team-section .item {
  position: relative;
  height: 4rem;
  transform-origin: left;
  border-radius: 0.12rem;
  transform: skewY(-6.2deg);
  height: 5rem;
  overflow: hidden;
}
.team-section .item::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: #012FA7;
  transform-origin: left;
  border-radius: 0.12rem;
  height: 3.4rem;
}
.team-section .item .inner {
  transform: skewY(6.2deg);
  position: absolute;
  bottom: 0;
  color: #fff;
  writing-mode: vertical-rl;
  left: 0;
  right: 0.16rem;
  height: 3.3rem;
  bottom: -0.1rem;
}
.team-section .item .inner .img-box {
  position: absolute;
  right: -0.16rem;
  left: -0.4rem;
  bottom: -0.4rem;
  top: -1rem;
  transition: all ease 0.4s;
}
.team-section .item .inner .name {
  text-orientation: upright;
  font-size: 0.32rem;
  line-height: 0.44rem;
  font-weight: 700;
  margin-right: 0.06rem;
  letter-spacing: 0.08rem;
  position: relative;
  z-index: 4;
  right: -0.3rem;
  transition: all ease 0.2s;
}
.team-section .item .inner .sub-title {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-weight: 300;
  text-orientation: upright;
  position: relative;
  z-index: 4;
  opacity: 0;
  right: -0.3rem;
  transition: all ease 0.4s;
  padding-top: 0.6rem;
}
.team-section .item .inner .sub-title::before {
  content: "";
  width: 1px;
  height: 0.54rem;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.team-section .item:hover .inner .name {
  right: 0;
}
.team-section .item:hover .inner .sub-title {
  opacity: 1;
  right: 0;
}
.team-section .item:hover .inner .img-box {
  transform: scale(0.96);
}
.team-section .item:nth-child(2) {
  bottom: -0.4rem;
}
.team-section .item:nth-child(3) {
  bottom: -0.8rem;
}

@media screen and (width <= 980px) {
  main .section-title {
    font-size: 0.6rem;
    line-height: 0.82rem;
  }
  main .section-sub-title {
    font-size: 0.32rem;
    line-height: 0.48rem;
  }
  main .section-main {
    margin-top: 0.6rem;
  }
  .addr-section .list {
    flex-direction: column;
    gap: 0.24rem;
    margin: 0;
  }
  .addr-section .list .item {
    flex: 1;
    transform: skewX(0);
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .addr-section .list .item .inner {
    height: 1.76rem;
    transform: skewX(0);
    margin: 0;
    background-size: cover;
  }
  .addr-section .list .item .inner::before {
    content: none;
  }
  .addr-section .list .item .inner::after {
    top: 0.56rem;
    width: auto;
    text-align: left;
    left: 0.6rem;
  }
  .addr-section .list .item .inner[data-title=北京] {
    background-image: url("/assets/img/website/北京_m.jpg");
  }
  .addr-section .list .item .inner[data-title=美国] {
    background-image: url("/assets/img/website/美国_m.jpg");
  }
  .addr-section .list .item .inner[data-title=英国] {
    background-image: url("/assets/img/website/英国_m.jpg");
  }
  .addr-section .list .item .inner[data-title=泰国] {
    background-image: url("/assets/img/website/泰国_m.jpg");
  }
  .addr-section .list .item .inner[data-title=越南] {
    background-image: url("/assets/img/website/越南_m.jpg");
  }
  .addr-section .list .item .inner[data-title=马来西亚] {
    background-image: url("/assets/img/website/马来西亚_m.jpg");
  }
  .addr-section .list .item .inner[data-title=新加坡] {
    background-image: url("/assets/img/website/新加坡_m.jpg");
  }
  .addr-section .list .item.active {
    flex: 1;
  }
  .addr-section .list .item:nth-child(1) .inner::after {
    padding-left: 0;
  }
  .addr-section .list .item:nth-child(1).active .inner::after {
    left: 0.6rem;
  }
  .case-section .section-box {
    padding: 0.64rem 0;
  }
  .case-section .com-img-dec > .title {
    text-align: center;
    padding: 0 1rem;
  }
  .case-section .com-img-dec > .flex {
    flex-direction: column-reverse;
  }
  .case-section .com-img-dec .text-box {
    width: 100%;
    text-align: center;
  }
  .case-section .com-img-dec .text-box .info {
    font-size: 0.36rem;
    line-height: 0.56rem;
  }
  .case-section .com-img-dec .text-box .info .title {
    font-size: 0.48rem;
    line-height: 0.72rem;
    margin: 0 0 0.24rem;
  }
  .case-section .com-img-dec .text-box .info .desc + .title {
    margin-top: 0.6rem;
  }
  .case-section .com-img-dec .text-box .list {
    margin-top: 0.48rem;
    padding-top: 0.48rem;
  }
  .case-section .com-img-dec .text-box .btns {
    gap: 0.24rem;
    font-size: 0.36rem;
    line-height: 0.56rem;
    margin-top: 0.96rem;
  }
  .case-section .com-img-dec .text-box .btns .btn {
    padding: 0.2rem 0;
    flex-grow: 1;
  }
  .case-section .com-img-dec .mob-fg {
    margin: 0 0 0.6rem;
  }
  .case-section .com-img-dec figure {
    height: 6rem;
  }
  .case-section .tools .swiper-btns {
    justify-content: space-between;
    height: 0.86rem;
  }
  .case-section .tools .swiper-btns > div {
    width: 0.72rem;
    height: 0.72rem;
    font-size: 0.24rem;
  }
  .flow-section {
    margin-top: 0.64rem;
  }
  .flow-section .top .list {
    word-break: keep-all;
    margin-bottom: 0.24rem;
  }
  .flow-section .top .list .item {
    font-size: 0.28rem;
    height: 3.16rem;
    padding-bottom: 0.24rem;
  }
  .flow-section .top .list .item::before {
    border-radius: 0.06rem;
    margin-bottom: 0.24rem;
    height: calc(100% - 0.76rem);
  }
  .flow-section .top .line {
    bottom: 1rem;
  }
  .flow-section .main #flow-swiper {
    margin: 0;
    padding: 0;
  }
  .flow-section .main #flow-swiper .swiper-slide {
    width: 100%;
    padding: 0.34rem 0.48rem 0.72rem;
    border-radius: 0.24rem;
    flex-direction: column;
    gap: 0.6rem;
    font-size: 0.36rem;
    line-height: 0.36rem;
  }
  .flow-section .main #flow-swiper .swiper-slide .media {
    width: 100%;
    height: 3.6rem;
    border-radius: 0.24rem;
  }
  .flow-section .main #flow-swiper .swiper-slide .text-top {
    padding-bottom: 0.24rem;
    justify-content: center;
    gap: 0.16rem;
    align-items: center;
  }
  .flow-section .main #flow-swiper .swiper-slide .text-top .flow-title {
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .flow-section .main #flow-swiper .swiper-slide .text-top .flow-info {
    margin-right: 0;
    font-size: 0.32rem;
    line-height: 0.48rem;
    margin-top: 0.08rem;
  }
  .flow-section .main #flow-swiper .swiper-slide .text-list {
    margin-top: 0.32rem;
    grid-template-columns: repeat(1, 1fr);
    line-height: 0.64rem;
    justify-items: center;
    font-size: 0.34rem;
    text-align: center;
  }
  .flow-section .main #flow-swiper .swiper-slide .text-list li {
    padding-right: 0.24rem;
    padding-left: 0.24rem;
  }
  .flow-section .main #flow-swiper .swiper-slide .text-list li::before {
    width: 0.08rem;
    height: 0.08rem;
  }
  .flow-section .main #flow-swiper .swiper-slide .text-list li::after {
    content: "";
    display: block;
    width: 0.08rem;
    height: 0.08rem;
    background-color: #012FA7;
    right: 0;
    top: 50%;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
  }
  .flow-section .main #flow-swiper .tools .swiper-btns {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.36rem;
    line-height: 0.36rem;
    gap: 0.32rem;
    margin-top: 0.32rem;
    margin-bottom: 0.64rem;
  }
  .flow-section .main #flow-swiper .tools .swiper-btns .swiper-btn-prev,
  .flow-section .main #flow-swiper .tools .swiper-btns .swiper-btn-next {
    color: #DEDEDE;
    font-size: 0.28rem;
    line-height: 0.4rem;
    width: 0.72rem;
    height: 0.72rem;
    border-radius: 50%;
    border: 1px solid #F1F1F1;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .flow-section .main #flow-swiper .tools .swiper-btns .ehib {
    color: #797979;
    font-weight: 700;
  }
  .flow-section .main #flow-swiper .tools .swiper-btns .ehib span {
    color: #012FA7;
    font-size: 0.48rem;
    line-height: 0.72rem;
  }
  .team-section .team-box {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 0.36rem;
    margin-bottom: 1.28rem;
  }
  .team-section .item:nth-child(2), .team-section .item:nth-child(3) {
    bottom: 0;
  }
}/*# sourceMappingURL=stream.css.map */