html,
body {
  height: 100%;
}
html {
  font-size: 62.5%;
}
body {
  margin: 0;
  padding: 0;
  font-family: PingFangSC, PingFangSC-Medium;
}
body {
  background: #10101c;
  -webkit-text-size-adjust: 100%;
  color: #9d9d9d;
  font-family: 'PingFangSC, PingF';
  touch-action: none;
}
a {
  color: #2791ff;
  text-decoration: none;
}
a:hover {
  color: #2791ff;
  text-decoration: underline;
}
ol,
ul,
li {
  list-style: none;
}

body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
  padding: 0px;
  margin: 0px;
}
body {
}
.container {
  /* padding-bottom: 79px; */
}
.right-menu-btn {
  display: none;
}
#closeMenu {
  display: none;
}
.tab-mobile {
  display: none;
}
@keyframes movedown {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(10px);
  }
}
@keyframes moveup {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes bounce-down {
  25% {
    transform: translateY(-10px);
  }
  50%,
  100% {
    transform: translateY(0);
  }
  75% {
    transform: translateY(10px);
  }
}
.animate-bounce-down {
  -webkit-animation: bounce-down 1.5s linear infinite;
  animation: bounce-down 1.5s linear infinite;
}
/* 导航 */
.tap .fixed-title {
  height: 100px;
  line-height: 100px;
  max-width: 1100px;
  width: 100%;
  position: fixed;
  z-index: 999999;
  margin-left: -550px;
  left: 50%;
  top: 0;
}

.tap .fixed-title-left {
  float: left;
  /* height: 80px; */
  /* width: 250px; */
}

.tap .fixed-title-left img {
  width: 174px;
  height: 56px;
  display: block;
  margin: 22px 0;
}

.tap .fixed-title-right {
  float: right;
  height: 90px;
}

.tap .fixed-title-right li {
  float: left;
  font-size: 15px;
}

.tap .fixed-title-right li a {
  color: #fff;
  text-decoration: none;
  margin-left: 40px;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
}

.tap .fixed-title-right li.active a {
  color: #008af3;
}

/* 侧边按钮 */
.tap .fixed-contact {
  position: fixed;
  z-index: 99999;
  right: 100px;
  /* margin-top: 316px; */
  top: 50%;
  margin-top: -86px;
  width: 39px;
  /* height: 168px; */
  background: #ffffff;
  border: 2px solid #23273c;
  border-radius: 28px;
  box-shadow: -8px -8px 20px 0px rgba(0, 0, 0, 0.3),
    8px 8px 20px 0px rgba(0, 0, 0, 0.3);
  padding-left: 0;
  background-image: linear-gradient(134deg, #262b41, #1b1e2e);
  cursor: pointer;
  padding-bottom: 10px;
}

.tap .fixed-contact li {
  position: relative;
  height: 28px;
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tap .fixed-contact li span,.tap .fixed-contact li a {
  transition: all 0.5s ease-in-out;
}
.tap .fixed-contact li:hover span,.tap .fixed-contact li:hover a {
  opacity: 1;
  right: 70px;
  width: auto;
  overflow: initial;
  height: auto;
  padding: 11px 20px;
  font-size: 14px;
}
.tap .fixed-contact li:not(:first-child)::after {
  content: '';
  display: block;
  width: 16.5px;
  height: 1px;
  background: #484f70;
  position: absolute;
  top: -6px;
}
.tap .fixed-contact li img:first-child {
  display: none;
}
.tap .fixed-contact li:hover img:first-child {
  display: block;
}
.tap .fixed-contact li:hover img:nth-child(2) {
  display: none;
}
.tap .fixed-contact li img {
  position: absolute;
  width: 18px;
  height: auto;
  display: block;
  z-index: 10;
  color: #fff;
}

.tap .fixed-contact li span,.tap .fixed-contact li a {
  position: absolute;
  z-index: 5;
  color: #fff;
  background: #d8d8d8;
  border: 2px solid #23273c;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.3),
    -8px -8px 20px 0px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(#262b41, #1b1e2e);
  right: 42px;
  /* padding: 11px 20px; */
  font-size: 0;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
  white-space: pre;
  opacity: 0;
  /* width: 0; */
  /* height: 0px; */
  overflow: hidden;
  transition: all 0.4s ease-in-out;
}
.tap .fixed-contact li span::after,.tap .fixed-contact li a::after {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #262b41;
  font-size: 0;
  position: absolute;
  right: -18px;
  top: 12px;
  transform: rotate(90deg);
}

.fixed-side {
  position: fixed;
  z-index: 9999;
  width: 26px;
  /* height: 155px; */
  top: 50%;
  margin-top: -158px;
  left: 50px;
}
.fixed-side li {
  width: 30px;
  height: 30px;
  border-radius: 30px;
  border: 1px solid transparent;

  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  color: #ffffff;
}
.fixed-side li:not(:first-child) {
  margin-top: 20px;
}
.fixed-side li.active {
  border: 1px dashed #008af3;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixed-side li.active div {
  width: 22px;
  height: 22px;
  background: #008af3;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* mouse box */
.mouse-box {
  width: 30px;
  margin-top: 20px;
  text-align: center;
}

.mouse-box img {
  width: 22px;
  height: 34px;
  margin: 0 auto;
}

/* left title */
.left-title .company-title {
  font-size: 36px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #ffffff;
  line-height: 67px;
}

.left-title .company-dec {
  opacity: 0.7;
  font-size: 18px;
  font-weight: 500;
  color: rgba(255 255 255, 0.7);
  line-height: 33px;
}

.tableCell {
  position: relative;
}
/* page one  */
.page-box {
  /* position: relative; */
  width: 1100px;
  margin: 0 auto;
}
.section1 {
  background: url(../images/bg.png) no-repeat center top;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #10101c;
}
.consult-now {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 25px;
  background: linear-gradient(270deg, #175ae6, #31b5f5);
  border-radius: 3px;
  width: 127.5px;
  height: 40.5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 31px;
  position: relative;
  cursor: pointer;
}

.qr-line {
  width: 112.5px;
  height: auto;
  background: #ffffff;
  margin-top: 4px;
  /* visibility: hidden; */
  overflow: hidden;
  margin: 4px auto;
  opacity: 0;
}
.qr-line span {
  font-size: 12px;
  font-family: PingFangSC, PingFangSC-Regular;
  font-weight: 400;
  text-align: right;
  color: #666666;
  line-height: 20px;
  display: block;
  text-align: center;
  padding-top: 8px;
}
.qrcode-containers {
  position: relative;
  width: 127.5px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.qrcode-containers:hover .qr-line {
  /* visibility: visible; */
  position: relative;
  z-index: 2;
  transition: all 0.5s ease-in;
  opacity: 1;
}


/* 底部优势 */
.page-one-footer {
  display: flex;
  flex-direction: row;
  position: absolute;
  bottom: 40px;
  width: 1100px;
}
.page-one-footer .footer-list {
  padding: 24px 30px;
  background: linear-gradient(134deg, #262b41 3%, #1b1e2e 99%);
  border: 2px solid #23273c;
  border-radius: 6px;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.3),
    -8px -8px 20px 0px rgba(0, 0, 0, 0.3);
  flex: 1;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
  position: relative;
}
.page-one-footer .footer-list:hover {
  background: linear-gradient(134deg, #1b1e2e 3%, #262b41 99%);
  transition: all 0.5s ease-in-out;
  transform: translateY(-10px);
  /* top: -10px; */

  /* animation: moveup 1s ease-in; */
}
.page-one-footer .footer-list:not(:first-child) {
  margin-left: 37px;
}
.page-one-footer .footer-list .fotter-title {
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 10px;
}

.page-one-footer .footer-list .fotter-title img {
  width: 28px;
  height: auto;
  vertical-align: middle;
  margin-right: 14px;
}

.page-one-footer .footer-list .fotter-dec {
  font-size: 14px;
  font-weight: 400;
  color: #9f9fa8;
}

/* page two */
.public-title {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.public-title .up-title {
  font-size: 21px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  position: relative;
  z-index: 2;
}

.public-title .down-title {
  opacity: 0.2;
  font-size: 21px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-top: -10px;
  position: relative;
  z-index: 1;
}
.section2,
.section3,
.section4,
.section5 {
  background: #10101c;
}
.section2 .page-box,
.section3 .page-box,
.section4 .page-box,
.section5 .page-box {
  height: 525px;
  margin-top: 60px;
}
.section5 .page-box {
  width: 100%;
}

.tab-group {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 52px;
}

.tab-group .tab-nav {
  display: flex;
  align-items: center;
  flex: 1;
  justify-content: center;
  opacity: 0.7;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  cursor: pointer;
  border-bottom: 2px solid transparent;
  padding-bottom: 20px;
}
.tab-group .tab-nav:hover {
  opacity: 1;
}
.tab-group .tab-nav.active {
  color: #008af3;
  opacity: 1;
  border-bottom: 2px solid #008af3;
  /* padding-bottom: 20px; */
}
.tab-group .tab-nav img {
  width: 30px;
  height: auto;
  margin-right: 14px;
}
.tab-container {
  margin-top: 45px;
}
.tab-box {
  /* width: 1100px; */
  background: #d8d8d8;
  border: 1px solid #979797;
  border: 2px solid #23273c;
  border-radius: 10px;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.2),
    -8px -8px 20px 0px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(133deg, #222638, #1a1e2e);
  display: flex;
  flex-direction: row;
  margin-right: 20px;
  height: 285px;
  display: flex;
  align-items: center;
}
.tab-box-left {
  margin-left: 70px;
  /* margin-top: 75px; */
  width: 336px;
}
.tab-container .tab-content {
  display: none;
}
.tab-container .tab-content.active {
  display: block;
}
.tab-container .tab-box-right img {
  width: 285.75px;
  height: auto;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.tab-container .tab-box-right img:hover {
  margin-top: -10px;
  transition: all 0.3s;
}
.tab-container .tab-box-right {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.tab-container .tab-box-title {
  font-size: 20px;
  font-weight: 400;
  color: #ffffff;
}

.tab-container .tab-box-title-en {
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  margin-top: 2px;
  margin-bottom: 15px;
}

.tab-container .tab-box-dec {
  opacity: 0.7;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

.tab-container .more-btn {
  width: 116px;
  height: 36px;
  background: #d8d8d8;
  border-radius: 18px;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(270deg, #31b5f5, #175ae6);
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 30px;
}
.tab-container .more-btn:hover {
  background-image: linear-gradient(270deg, #175ae6, #31b5f5);
}

/* page three */
.section3 .swiper-container {
  margin-top: 60px;
}
.section3 .swiper-slide .slider-content .slider-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  /* padding: 25px 30px; */
  height: 318px;
  flex: 1;
  padding-left: 45px;
  padding-right: 45px;
}
.section3 .swiper-slide:nth-child(2) .slider-content .slider-center {
  /* padding: 54px; */
}
.section3 .swiper-slide:nth-child(2) .slider-content .slider-left {
  margin-left: 54px;
}
.section3 .swiper-slide .slider-content {
  background: #d8d8d8;
  border: 1px solid #979797;
  border: 2px solid #23273c;
  border-radius: 10px;
  box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.2),
    -8px -8px 20px 0px rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(133deg, #222638, #1a1e2e);
  /* padding: 72px; */
  margin: 0 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* width: 769px; */
}

.section3 .swiper-container .swiper {
  /* padding-left: 40px; */
  /* padding-right: 40px; */
  /* width: 800px; */
}
.section3 .swiper-box {
  /* display: flex; */
  /* justify-content: center; */
  /* flex-direction: row; */
}
.section3 .swiper-box .swiper-pagination {
  margin: 0 auto;
  position: relative;
  margin-top: 34px;
}
.section3 .swiper-box .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 6px;
  opacity: 0.5;
  background: #ffffff;
  border-radius: 4px;
}
.section3
  .swiper-box
  .swiper-pagination
  .swiper-pagination-bullet:not(:first-child) {
  margin-left: 10px;
}
.section3 .swiper-box .swiper-pagination .swiper-pagination-bullet-active {
  width: 25px;
  height: 6px;
  background: #ffffff;
  border-radius: 4px;
  opacity: 1;
}

.section3 .swiper-container .swiper-slide {
  /* width: 800px; */
  height: 318px;
}
.section3 .swiper-container .swiper-pagination {
  /* bottom: -38px; */
}

.slider-title span {
  font-size: 18px;
  font-weight: 500;
  color: #ff8400;
}
.slider-title span:nth-child(2) {
  color: #ff0000;
}
.slider-title span:nth-child(3) {
  color: #00b4ff;
}

.slider-title span em {
  color: #fff;
  font-style: normal;
}
.section3 .swiper-slide:nth-child(1) .slider-dec-container .slider-item {
  margin-top: 23px;
}
.slider-dec-container .slider-item {
  vertical-align: top;
  margin-top: 10px;
  display: flex;
  align-items: baseline;
}
.slider-dec-container .slider-item img {
  vertical-align: top;
  margin-right: 10.5px;
  width: 15px;
  height: auto;
}
.slider-dec-container .slider-item p {
  padding: 0;
  margin: 0;
  opacity: 0.7;
  font-size: 10.5px;
  font-weight: 400;
  color: #ffffff;
  width: 214px;
}

.slider-content .slider-left {
  /* width: 320px; */
}
.slider-content .slider-right {
  flex: 1;
  margin-left: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.slider-content .slider-right .slider-right-img {
  width: 419.25px;
  height: 210px;
  cursor: pointer;
  transition: all 0.35s;
}
.slider-content .slider-right .slider-right-img:hover {
  margin-top: -10px;
  transition: all 0.35s;
}

.slider-content .slider-right .slider-right-item {
  background: #d8d8d8;
  border: 0.5px solid #979797;
  border: 1px solid #23273c;
  border-radius: 6px;
  box-shadow: -2px -2px 7.5px 0px rgba(0, 0, 0, 0.3),
    2px 2px 7.5px 0px rgba(0, 0, 0, 0.3);
  background-image: linear-gradient(134deg, #262b41, #1b1e2e);
  padding: 12px 13px 10px 13px;
  cursor: pointer;
  min-width: 62px;
}
.slider-content .slider-right .slider-right-item span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.35s;
}
.slider-content .slider-right .slider-right-item:hover {
  background-image: linear-gradient(134deg, #1b1e2e, #262b41);
}

.slider-content .slider-right .slider-right-item:hover span {
  margin-top: -5px;
  transition: all 0.35s;
  /* animation: move 1s linear; */
}

.slider-content .slider-right .slider-right-item img {
  margin-bottom: 18px;
  width: 50px;
  height: 50px;
}

.slider-content .slider-right-column .slider-right-item:not(:first-child) {
  margin-left: 24px;
}
.slider-content .slider-right-column {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.slider-content .slider-right-column:nth-child(2) {
  margin-top: 24px;
}

.section .swiper-button-next,
.section .swiper-button-prev {
  width: 15px;
  height: 25px;
  background-size: 15px 25px;
}
.section .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(../images/prev_icon.png);
}
.section .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(../images/nex_icon.png);
}

.flex {
  display: flex !important;
}
.item-center {
  align-items: center !important;
}
.direction-row {
  flex-direction: row;
}
.direction-col {
  flex-direction: column;
}
/* four page */
.business-dec .business-item {
  width: 258px;
  height: 90px;
  background: linear-gradient(134deg, #262b41 3%, #1b1e2e 99%);
  border: 1.5px solid #23273c;
  border-radius: 4.5px;
  box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.3),
    -6px -6px 15px 0px rgba(0, 0, 0, 0.3);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.5s ease-in-out;
}
.business-dec .business-item:hover {
  background: linear-gradient(134deg, #1b1e2e 3%, #262b41 99%);
  /* margin-top: -10px; */
  transform: translateY(-10px);
  transition: all 0.3s;
}

.business-dec .business-item img {
  width: 32.25px;
  height: auto;
}

.business-dec .business-item .business-item-dec .business-dec-title {
  font-size: 13.5px;
  font-weight: 500;
  color: #ffffff;
}
.business-dec .business-item .business-item-dec .business-dec-text {
  font-size: 10.5px;
  font-weight: 400;
  color: #9f9fa8;
  margin-top: 6px;
  width: 157px;
}
.business-dec .business-item:nth-child(1) .business-item-dec {
  text-align: right;
}

.business-dec .business-item:nth-child(1) img {
  margin-left: 18px;
  margin-right: 19px;
}

.business-dec .business-item:nth-child(3) .business-item-dec {
  text-align: right;
}

.business-dec .business-item:nth-child(3) img {
  margin-left: 18px;
  margin-right: 19px;
}
.business-dec .business-item:nth-child(2) .business-item-dec {
  text-align: left;
}

.business-dec .business-item:nth-child(2) img {
  margin-left: 19px;
  margin-right: 18px;
}

.business-dec .business-item:nth-child(4) .business-item-dec {
  text-align: left;
}

.business-dec .business-item:nth-child(4) img {
  margin-left: 18px;
  margin-right: 19px;
}
.win-business-center {
  /* width: 446px;
  height: 384px;
  background: url(../images/big/win_business.png) no-repeat;
  margin: 0 auto;
  background-size: contain;
  position: relative; */
  margin-top: 82px;
}
.win-business-center .business-dec {
  width: 334px;
  height: 288px;
  background: url(../images/win_business.png) no-repeat;
  margin: 0 auto;
  background-size: contain;
  position: relative;
}
.business-dec .business-item:nth-child(1) {
  position: absolute;
  left: -265px;
  top: 4.5px;
  /* padding-left: 30px; */
}
.business-dec .business-item:nth-child(2) {
  position: absolute;
  right: -265px;
  top: 4.5px;
  /* padding-right: 20px; */
}
.business-dec .business-item:nth-child(3) {
  position: absolute;
  left: -292px;
  top: 161px;
  /* padding-right: 9px; */
}

.business-dec .business-item:nth-child(4) {
  position: absolute;
  right: -297px;
  top: 153px;
  /* padding-right: 30px; */
}
/* five page  */
.contact-us-box {
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  padding: 40px;
}
.contact-dec {
  text-align: center;
  opacity: 0.7;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255 255 255, 0.7);
  margin-top: 15px;
  margin-bottom: 45px;
}
.contact-us-box .contact-us-list {
  width: 283.5px;
  height: 240px;
  background: rgba(0, 138, 243, 0.4);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
  /* animation: hidden-contact 0.25s ease-out; */
}
.contact-us-box .contact-us-list .contact-items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 0.25s ease-out;
}
.contact-us-box .contact-us-list:hover {
  background: rgba(0, 138, 243, 0.8);
}
.contact-us-box .contact-us-list:hover .qrcode-line {
  /* visibility: visible; */
  /* display: block; */
  transition: all 0.5s ease-in;
  opacity: 1;
  /* display: block; */
  /* visibility: visible; */
  margin-bottom: 0px;
}
.contact-us-box .contact-us-list:nth-child(3) .contact-icon {
  animation: hide-contact-icon 0.5s ease-out;
  transition: all 0.25s ease 0s;
  transform: translateY(0);
}
.contact-us-box .contact-us-list:nth-child(3) .flex {
  animation: hide-contact-icon 0.5s ease-out;
  transition: all 0.25s ease 0s;
  transform: translateY(0);
}
.contact-us-box .contact-us-list .contact-icon,
.contact-us-box .contact-us-list .flex {
  transition: all 0.5s ease-in-out;
}
.contact-us-box .contact-us-list:nth-child(3):hover .contact-icon {
  /* animation: show-contact-icon 0.25s ease-in; */
}
.contact-us-box .contact-us-list:nth-child(3):hover .flex {
  /* animation: show-contact-icon 0.25s ease-in; */
}
.contact-us-box .contact-us-list .contact-icon {
  width: 41px;
  height: 41px;
}

.contact-us-box .contact-us-list:not(:first-child) {
  margin-left: 53px;
}
.contact-us-box .contact-us-list .contact-title {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  margin: 16px 0;
}
.contact-us-box .contact-us-list:first-child .contact-title {
  margin: 12px 0 15px;
}
.contact-us-box .contact-us-list .contact-circle {
  border: 1px solid #ffffff;
  border-radius: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  padding: 3px 23px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.contact-us-box .contact-us-list .qrcode-line {
  width: 75px;
  height: 75px;
  margin-top: 18px;
  /* visibility: hidden; */
  /* display: none; */
  margin-bottom: -100px;
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
/* .contact-us-box .contact-us-list:hover .contact-us-btn {
  animation: show-contact 0.25s ease-in-out;
  display: block;
} */
.contact-us-box .contact-us-list:hover .contact-us-btn {
  /* animation: show-contact 0.25s ease-in; */
  opacity: 1;
  /* display: block; */
  /* position: relative; */
  margin-bottom: 0px;
}
.contact-us-box .contact-us-list .contact-us-btn {
  /* animation: hidden-contact 0.25s ease-out; */
  /* transition: all 0.25s ease 0s; */
  /* transform: translateY(0); */
  opacity: 0;
  /* position: absolute; */
  margin-bottom: -50px;
  transition: all 0.4s ease-in-out;
}
.cursor-pointer {
  cursor: pointer;
}
@keyframes hide-contact-icon {
  0% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes show-contact-icon {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes show-contact {
  0% {
    transform: translateY(85px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes hidden-contact {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(85px);
    opacity: 0;
  }
}

/* 1920 */
@media only screen and (min-width: 1920px) {
  .qr-line {
    width: 150px;
    height: 169px;
  }
  .qrcode-lien {
    margin: 7px 14px 14px;
  }
  .qr-line span {
    font-size: 14px;
  }
  .qrcode-lien {
    width: 122px;
    height: 122px;
  }
  .consult-now {
    font-size: 18px;
  }
  .qrcode-containers {
    width: 170px;
  }
  .tap .fixed-contact li {
    height: 40px;
  }
  .tap .fixed-contact li img {
    width: 24px;
  }
  .section .page-box .left-title {
    margin-top: 91px;
  }
  .left-title .company-title {
    font-size: 48px;
  }
  .left-title .company-dec {
    font-size: 24px;
    margin-top: 16px;
  }
  .consult-now {
    width: 170px;
    height: 54px;
    border-radius: 4px;
    margin-top: 0px;
  }
  .qrcode-containers {
    margin-top: 31px;
  }
  .fixed-side {
    left: 263px;
  }
  .tap .fixed-contact {
    right: 245px;
  }
  .section1 {
    background-size: 100% auto;
  }
  .page-one-footer {
    width: 1240px;
  }
  .page-one-footer .footer-list .fotter-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .page-one-footer .footer-list .fotter-dec {
    font-size: 14px;
  }
  .section2 .page-box,
  .section3 .page-box,
  .section4 .page-box,
  .section5 .page-box {
    margin-top: 20px;
  }
  .public-title .up-title,
  .public-title .down-title {
    font-size: 28px;
  }
  .section .tab-group {
    margin-top: 66px;
  }
  .section .tab-container {
    margin-top: 62px;
  }
  .section .tab-box {
    width: 1200px;
    height: 380px;
  }
  .tap .fixed-title {
    max-width: 1240px;
    margin-left: -620px;
  }
  .section .page-box {
    width: 1200px;
    height: 580px;
  }
  .section .tab-container .tab-box-title {
    font-size: 20px;
  }
  .section .tab-container .tab-box-title-en {
    font-size: 18px;
  }
  .section .tab-container .tab-box-dec {
    font-size: 14px;
  }
  .section .tab-container .more-btn {
    margin-top: 40px;
    font-size: 14px;
    width: 116px;
    height: 36px;
  }
  .section .tab-container .tab-box-right img {
    width: auto;
    height: 321px;
  }
  .section .slider-title span {
    font-size: 24px;
    font-weight: 500;
  }
  .section3 .swiper-slide:nth-child(1) .slider-dec-container .slider-item {
    margin-top: 30px;
  }
  .slider-dec-container .slider-item img {
    width: 26px;
  }
  .slider-dec-container .slider-item p {
    line-height: 20px;
  }
  .section3 .swiper-container .swiper-slide {
    height: 424px;
  }
  .section3 .swiper-slide .slider-content {
    width: 1026px;
    height: 424px;
    border-radius: 10px;
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.2),
      -8px -8px 20px 0px rgba(0, 0, 0, 0.2);
  }
  .slider-dec-container .slider-item.sys-list p {
    line-height: 20px;
  }
  .slider-dec-container .slider-item.sys-list:not(:first-child) {
    margin-top: 14px;
  }
  .slider-dec-container .slider-item.sys-list:first-child {
    margin-top: 24px;
  }
  .section3
    .swiper-slide:nth-child(2)
    .slider-content
    .slider-right
    .slider-right-img {
    width: 559px;
    height: 280px;
  }
  .section3 .swiper-slide:nth-child(1) .slider-right-item {
    padding: 24px 26px 20px 26px;
    overflow: hidden;
    border: 2px solid #23273c;
    box-shadow: -4px -4px 15px 0px rgba(0, 0, 0, 0.3),
      4px 4px 15px 0px rgba(0, 0, 0, 0.3);
  }
  .section3 .swiper-slide:nth-child(1) .slider-right-item img {
    width: 68px;
    height: 68px;
    margin-bottom: 18px;
  }
  .section3 .swiper-slide:nth-child(1) .slider-right-item span {
    font-size: 14px;
  }
  .section3 .swiper-slide .slider-content .slider-center {
    padding-left: 60px;
    padding-right: 60px;
  }
  .win-business-center {
    margin-top: 110px;
  }
  .win-business-center .business-dec {
    width: 446px;
    height: 384px;
  }
  .business-dec .business-item {
    width: 344px;
    height: 120px;
    border: 2px solid #23273c;
    border-radius: 6px;
    box-shadow: 8px 8px 20px 0px rgba(0, 0, 0, 0.3),
      -8px -8px 20px 0px rgba(0, 0, 0, 0.3);
  }
  .business-dec .business-item:nth-child(1) {
    left: -358px;
    margin-top: 6px;
    justify-content: flex-end;
  }
  .business-dec .business-item:nth-child(2) {
    right: -358px;
    margin-top: -15px;
    justify-content: flex-start;
  }
  .business-dec .business-item:nth-child(3) {
    left: -394px;
    top: 215px;
    justify-content: flex-end;
  }
  .business-dec .business-item:nth-child(4) {
    top: 204px;
    right: -401px;
    justify-content: flex-start;
  }
  .business-dec .business-item img {
    margin-left: 24px;
    margin-right: 26px;
    width: 43px;
    height: auto;
  }
  .business-dec .business-item .business-item-dec .business-dec-title {
    font-size: 18px;
    font-weight: 500;
  }
  .business-dec .business-item .business-item-dec .business-dec-text {
    font-size: 14px;
    font-weight: 400;
    width: 210px;
  }
  .section5 .page-box {
    width: 100%;
  }
  .contact-dec {
    margin-top: 20px;
    margin-bottom: 61px;
  }
  .tap .fixed-title-right {
    height: 100px;
  }
  /* page 5 */
  .contact-us-box .contact-us-list {
    width: 378px;
    height: 321px;
  }
  .contact-us-box .contact-us-list .contact-icon {
    width: auto;
    height: 55px;
  }
  .contact-us-box .contact-us-list .contact-title {
    margin-top: 20px;
    margin-bottom: 22px;
    font-size: 22px;
  }
  .contact-us-box .contact-us-list .contact-circle {
    font-size: 16px;
  }
  .contact-us-box .contact-us-list .qrcode-line {
    width: 75px;
    height: 75px;
  }
  .contact-dec {
    font-size: 16px;
  }

  .section2 .page-box {
    width: 100%;
  }
  .section2 .tab-container,
  .section2 .tab-group {
    margin: 0 auto;
    width: 1200px;
    padding-top: 45px;
  }
  .page-tab-box {
    background-color: #171a2a;
    padding-bottom: 100%;
  }
}
/* 1440 */
@media only screen and (max-width: 1440px) {
  .section2 .page-box {
    width: 100%;
  }
  .section2 .tab-container,
  .section2 .tab-group {
    margin: 0 auto;
    width: 1100px;
    padding-top: 45px;
  }
  .page-tab-box {
    background-color: #171a2a;
    padding-bottom: 100%;
  }
}
/* 1280 */
@media only screen and (min-width: 993px) and (max-width: 1279px) {
  .fixed-side {
    left: 20px;
  }
  .tap .fixed-title {
    width: 1000px;
    margin-left: -500px;
  }
  .page-box {
    width: 800px;
  }
  .contact-us-box .contact-us-list {
    width: 200px;
    height: 160px;
  }
  .contact-us-box .contact-us-list:first-child .contact-title,
  .contact-us-box .contact-us-list .contact-title {
    margin: 5px 0 5px;
  }
  .contact-us-box .contact-us-list .qrcode-line {
    margin-top: 5px;
    width: 50px;
    height: 50px;
  }
  .contact-us-box .contact-us-list:nth-child(1):hover .contact-icon {
    margin-top: 0px;
  }
  .contact-us-box .contact-us-list:nth-child(1) .contact-icon {
    margin-top: -40px;
  }
  .contact-us-box .contact-us-list .contact-icon {
    width: 35px;
    height: 35px;
  }
  .tap .fixed-contact {
    right: 20px;
  }
  .page-one-footer {
    width: 800px;
  }
  .page-one-footer .footer-list .fotter-title {
    font-size: 14px;
  }
  .page-one-footer .footer-list .fotter-dec {
    font-size: 12px;
  }
  .slider-content .slider-right-column .slider-right-item:not(:first-child) {
    margin-left: 5px;
  }
  .slider-content .slider-right .slider-right-item {
    padding: 6px 7px 5px 7px;
    min-width: 50px;
    transition: all 2s;
  }
  .slider-content .slider-right .slider-right-item img {
    width: 40px;
    height: 40px;
  }
  .section3 .swiper-slide .slider-content .slider-center {
    padding-left: 30px;
    padding-right: 30px;
  }
  .slider-content .slider-right .slider-right-img {
    width: 300px;
    height: auto;
  }
  .section3 .swiper-slide:nth-child(2) .slider-content .slider-left {
    margin-left: 20px;
  }
  .section2 .page-box {
    width: 100%;
  }
  .section2 .tab-container,
  .section2 .tab-group {
    margin: 0 auto;
    width: 1000px;
    padding-top: 45px;
  }
  .page-tab-box {
    background-color: #171a2a;
    padding-bottom: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .tap .fixed-title {
    width: 800px;
    margin-left: -400px;
  }
}
