/* 中文正文 */
@font-face {
  font-family: 'sc-font';
  src: url('../css/fonts/Sc-Regular.woff2') format('woff2');
  font-display: swap;
}
@font-face {
  font-family: 'sc-font-heavy';
  src: url('../css/fonts/Sc-Heavy.woff2') format('woff2');
  font-display: swap;
}
/* 英文标题 */
@font-face {
  font-family: 'space-grotesk';
  src: url('../css/fonts/SpaceGrotesk-Bold.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'space-grotesk-regular';
  src: url('../css/fonts/SpaceGrotesk-Regular.ttf') format('truetype');
  font-display: swap;
}
/* 英文正文 */
@font-face {
  font-family: 'inter';
  src: url('../css/fonts/Inter-Regular.ttf') format('truetype');
  font-display: swap;
}
/* 数据/代码 */
@font-face {
  font-family: 'jetbrains-mono';
  src: url('../css/fonts/JetBrainsMono-Thin.ttf') format('truetype');
  font-display: swap;
}
@font-face {
  font-family: 'mont-regular';
  src: url('../css/fonts/Montserrat-Regular.otf') format('truetype');
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
html {
  height: 100%;
  position: relative;
  width: 100%;
  font-family:
    Arial,
    Source Han Sans CN,
    PingFang SC,
    Microsoft YaHei,
    sans-serif;
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

body::-webkit-scrollbar-thumb {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: #222222;
}

body::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1); */
  background: #dedede;
}

img {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

ul,
ol,
li,
dl,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* .swiper-container{
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
} */

:root {
  --font-family:
    'sc-font', Source Han Sans CN, 'PingFang SC', 'Microsoft YaHei', sans-serif,
    Arial;
  --font-family-heavy:
    'sc-font-heavy', Source Han Sans CN, 'PingFang SC', 'Microsoft YaHei',
    sans-serif, Arial;
  --font-family-space-grotesk:
    'space-grotesk', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', Arial,
    sans-serif;
  --font-family-space-grotesk-regular:
    'space-grotesk-regular', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei',
    Arial, sans-serif;
  --font-family-inter:
    'inter', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', Arial, sans-serif;
  --font-family-jetbrains-mono:
    'jetbrains-mono', 'Courier New', monospace, Arial;
  --font-family-montserrat-regular:
    'mont-regular', 'Noto Sans SC', 'PingFang SC', 'Microsoft YaHei', Arial,
    sans-serif;
}

.el-message {
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
}
.hamburger {
  display: none;
}

.center-1200 {
  width: 1200px;
}

.center-1400 {
  width: 1400px;
}

.center-1600 {
  width: 1600px;
}

.app {
  display: none;
}

.diaolog-pb {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
}

.diaolog-pb video,
.diaolog-pb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 75%;
  max-width: 75%;
}

.diaolog-pb i {
  font-size: 46px;
  position: absolute;
  top: 3%;
  right: 3%;
  color: #ffffff;
  cursor: pointer;
}

.diaolog.active {
  display: block;
}

.diaolog iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
}

.message-alert {
  position: fixed;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  padding: 15px 25px;
  border-radius: 4px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 1000;
  width: max-content;
  max-width: 50%;
  text-align: center;
}

.message-alert.success {
  background-color: #55bb8a;
}

.message-alert.error {
  background-color: #f56c6c;
}

.message-alert.warning {
  background-color: #e6a23c;
}

/* seadershow */
.seadershow {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.seaderbox {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
}

.seader {
  position: relative;
}

.seader form {
  width: 1000px;
  height: 80px;
  border: 5px solid #8c8c8c;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  display: flex;
  display: -webkit-flex;
}

.seader form input {
  display: block;
  width: 80%;
  height: 100%;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 0 20px;
  font-size: 16px;
  color: #666666;
  font-family: var(--font-family);
}

.seader form button {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 20%;
  border: none;
  outline: none;
  background-color: #0071bc;
  font-size: 18px;
  color: #ffffff;
  font-family: var(--font-family);
  cursor: pointer;
}

.seader form button img {
  display: block;
  width: auto;
  filter: brightness(11);
  margin-right: 20px;
}

.seader .close {
  display: block;
  position: absolute;
  right: -60px;
  top: -80px;
}

.seader .close img {
  display: block;
}

.el-message {
  font-family: var(--font-family);
  z-index: 9999 !important;
}

.el-form-item__error,
.el-select-dropdown__item,
.el-checkbox__label {
  font-family: var(--font-family);
}

.el-form-item__error {
  z-index: 1;
}
.header-box.active,
.header-box.iactive {
  background-color: #ffffff;
}
.header-box.active {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.header-box.active .headerct .logo img:last-of-type,
.header-box.iactive .headerct .logo img:last-of-type {
  display: block;
}
.header-box.active .headerct .logo img:first-of-type,
.header-box.iactive .headerct .logo img:first-of-type {
  display: none;
}
.header-box.active .headerct .nav li > a,
.header-box.iactive .headerct .nav li > a {
  color: #222222;
}
.header-box.active .headerct .nav li > a::after,
.header-box.iactive .headerct .nav li > a::after {
  background-color: #222222;
}
.header-box.active .headerct .language .line,
.header-box.iactive .headerct .language .line {
  background-color: #222222;
}
.header-box.active .headerct .language a,
.header-box.iactive .headerct .language a {
  color: #222222;
}
.header-box.active .headerct .language a:hover,
.header-box.iactive .headerct .language a:hover {
  color: #222222;
}
.header-box.active .headerct .two-btn p,
.header-box.iactive .headerct .two-btn p {
  background-color: #222222;
}
.header-box.scroll-down {
  top: -110px;
}
.header-box {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  transition: 0.3s;
}
.headerct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1920px;
  padding: 0 60px;
  height: 100px;
}
.headerct .logo img {
  width: 253px;
}
.headerct .logo img:last-of-type {
  display: none;
}
.headerct .right {
  display: flex;
  align-items: center;
  height: 100%;
}
.headerct .nav {
  display: flex;
  height: 100%;
}
.headerct .nav li {
  position: relative;
}
.headerct .nav li .two {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  padding-top: 10px;
  opacity: 0;
  transition: 0.3s;
  transform-origin: top;
}
.headerct .nav li:hover .two {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.headerct .nav li .two .rq {
  width: 170px;
  background-color: rgba(0, 0, 0, 0.7);
  padding: 5px 7px;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.headerct .nav li .two .rq::before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -20px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.7);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
}
.headerct .nav li .two .rq a {
  display: block;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  text-align: center;
  padding: 12px 0;
  position: relative;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
}
.headerct .nav li .two .rq a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: 0.3s;
}
.headerct .nav li .two .rq a:hover::after {
  width: 100%;
}
.headerct .nav li:not(:first-of-type) {
  margin-left: 75px;
}
.headerct .nav li > a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  transition: 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
}
.headerct .nav li > a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 28%;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}
.headerct .nav li.active > a::after,
.headerct .nav li > a:hover::after {
  width: 100%;
}
.headerct .language {
  display: flex;
  align-items: center;
  margin: 0 75px 0 165px;
}
.headerct .language a {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.3);
  transition: 0.3s;
}
.headerct .language a.active {
  color: rgba(255, 255, 255, 1);
}
.headerct .language .line {
  width: 1px;
  height: 15px;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 0 15px;
  transition: 0.3s;
}
.headerct .language a:hover {
  color: rgba(255, 255, 255, 1);
}
.headerct .two-btn {
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.headerct .two-btn.active p {
  background-color: #222222;
}
.headerct .two-btn.active p:nth-of-type(1) {
  transform: rotate(42deg) translateX(1px);
}
.headerct .two-btn.active p:nth-of-type(2) {
  margin-top: 0;
  transform: rotate(-42deg);
}
.headerct .two-btn p {
  width: 40px;
  height: 2px;
  background: #ffffff;
  transition: 0.3s;
}
.headerct .two-btn p:nth-of-type(2) {
  margin-top: 8px;
}
.two-nav {
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #ffffff;
  overflow: hidden;
  transition: 0.7s ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.two-nav.active {
  top: 0;
}
.two-nav-ct {
  margin: 0 auto;
  display: flex;
  height: 100%;
  position: relative;
  transform: translateX(5vw);
}
.two-nav-ct .back {
  width: 151px;
  height: 49px;
  border-radius: 25px;
  border: 1px solid #d2d2d2;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  position: absolute;
  top: 4vh;
  right: calc(100% + 50px);
  transition: 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.two-nav-ct .back::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #222222;
  z-index: -1;
  transition: 0.3s;
}
.two-nav-ct .back:hover {
  border-color: #222222;
  color: #ffffff;
}
.two-nav-ct .back:hover::before {
  width: 100%;
}
.two-nav-ct .item1 {
  width: calc(100% - 532px - 532px);
  padding: 20vh 0 0 56px;
}
.two-nav-ct .item1 .ml {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #aaaaaa;
  padding: 0 15px 0 45px;
}
.two-nav-ct .item1 .nav-b {
  margin-top: 5vh;
}
.two-nav-ct .item1 .nav-b .nav {
  position: relative;
}
.two-nav-ct .item1 .nav-b .nav > a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  padding: 17px 15px 17px 45px;
  display: block;
  position: relative;
  z-index: 1;
}
.two-nav-ct .item1 .nav-b .nav > a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #f8f8f8;
  transition: 0.5s;
  z-index: -1;
}
.two-nav-ct .item1 .nav-b .nav:hover > a:before {
  width: 100%;
}
.two-nav-ct .item1 .nav-b .nav .two-a {
  position: absolute;
  top: 50%;
  transform: translate(-80px, -50%);
  left: 100%;
  width: 532px;
  transition:
    transform 0.5s,
    visibility 0.5s,
    opacity 0.3s;
  visibility: hidden;
  opacity: 0;
}
.two-nav-ct .item1 .nav-b .nav .two-a a {
  display: block;
  width: max-content;
  max-width: 100%;
  padding: 0 90px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  position: relative;
}
.two-nav-ct .item1 .nav-b .nav .two-a a::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 90px;
  width: 0;
  height: 2px;
  background-color: #222222;
  transition: 0.3s;
}
.two-nav-ct .item1 .nav-b .nav .two-a a:hover::after {
  width: calc(100% - 180px);
}
.two-nav-ct .item1 .nav-b .nav .two-a a:not(:first-of-type) {
  margin-top: 34px;
}
.two-nav-ct .item1 .nav-b .nav:hover .two-a {
  visibility: visible;
  transform: translate(0, -50%);
  opacity: 1;
}
.two-nav-ct .item2 {
  width: 532px;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.two-nav-ct .item3 {
  width: 532px;
  padding: 20vh 0 0 66px;
  position: relative;
}
.two-nav-ct .item3 .logo img {
  width: 253px;
}
.two-nav-ct .item3 .language {
  display: flex;
  align-items: center;
  margin: 13vh 0 5vh 0;
}
.two-nav-ct .item3 .language .wz {
  display: flex;
  align-items: center;
  margin-left: 20px;
}
.two-nav-ct .item3 .language .wz a,
.two-nav-ct .item3 .language .wz p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #888888;
}
.two-nav-ct .item3 .language .wz a.active {
  color: #222222;
}
.two-nav-ct .item3 .language .wz p {
  margin: 0 15px;
}
.two-nav-ct .item3 .desc a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  display: block;
}
.two-nav-ct .item3 .icon {
  border-top: 1px solid #e5e5e5;
  display: flex;
  padding-top: 40px;
  margin-top: 7vh;
}
.two-nav-ct .item3 .icon .item:not(:first-of-type) {
  margin-left: 24px;
}
.two-nav-ct .item3 .icon .item {
  position: relative;
}
.two-nav-ct .item3 .icon .item .flow {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) scaleY(0);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 4px;
  overflow: hidden;
  transition: 0.3s;
  transform-origin: bottom;
  opacity: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.two-nav-ct .item3 .icon .item .flow img {
  width: 100px;
}
.two-nav-ct .item3 .icon .item:hover .flow {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
.two-nav-ct .item3 .link {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  position: absolute;
  left: 0;
  bottom: 9vh;
  padding-left: 66px;
}
.js-marquee-wrapper {
  display: flex;
}
.marquee-pb {
  font-family: Arial;
  font-weight: 900;
  font-size: 190px;
  color: rgba(34, 34, 34, 0);
  text-stroke: 1px #212121;
  -webkit-text-stroke: 1px #212121;
  line-height: 1;
  text-align: center;
  overflow: hidden;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  width: max-content;
  letter-spacing: 10px;
}
.marquee-top {
  color: rgba(34, 34, 34, 0);
  text-stroke: 1px #ffffff;
  -webkit-text-stroke: 1px #ffffff;
  height: 620px;
}
.marquee-bottom {
  height: 620px;
}
.flow-log {
  position: absolute;
  left: 1%;
  z-index: 9;
}
.mySwiper .flow-log {
  bottom: 0;
}
.i1-box .flow-log {
  top: 0;
  /* height: 500px;
  overflow: hidden; */
}
.mySwiper {
  width: 100%;
  height: 100vh;
  transform: matrix(1, 0, 0, 1, 0, 0);
  will-change: transform; /* 优化性能 */
}
.mySwiper .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mySwiper .ct {
  position: absolute;
  top: 25%;
  left: 25%;
  width: 584px;
}
.mySwiper .ct .rq {
  opacity: 0;
  transform: translateY(40%);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.mySwiper .swiper-slide-active .ct .rq {
  opacity: 1;
  transform: translateY(0);
}
.mySwiper .ct .line {
  width: 180px;
  height: 1px;
  background: #ffffff;
}
.mySwiper .ct h3 {
  font-family: var(--font-family-montserrat-regular);
  font-weight: 400;
  font-size: 60px;
  color: #ffffff;
  line-height: 66px;
  margin: 50px 0 33px 0;
}
.mySwiper .ct p {
  font-family: var(--font-family-montserrat-regular);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}
.mySwiper .ct .cn {
  display: none;
}
.mySwiper .ct .cn h3 {
  font-family: var(--font-family);
}
.mySwiper .ct .cn p {
  font-family: var(--font-family);
}
.mySwiper .ct .lanqh {
  font-family: var(--font-family-montserrat-regular);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  width: 180px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
  border: 1px solid #ffffff;
  border-radius: 30px;
  cursor: pointer;
  margin-top: 40px;
  transition: 0.3s;
  overflow: hidden;
}
.mySwiper .ct .lanqh::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
  width: 0;
  height: 100%;
  z-index: -1;
  transition: 0.3s;
}
.mySwiper .ct .lanqh:hover {
  color: #000000;
}
.mySwiper .ct .lanqh:hover::before {
  width: 100%;
}
.i1-box {
  padding: 180px 0 0 15%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.i1-box .top {
  position: relative;
}
.i1-title p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.i1-title h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 61px;
  color: #222222;
  line-height: 70px;
  margin-top: 15px;
}
.i1-box .top .right {
  position: absolute;
  right: 9%;
  top: 0;
  width: max-content;
}
.i1-box .top .right .rq {
  display: flex;
}
.i1-box .top .right .pbqh {
  width: 100px;
  height: 100px;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.i1-box .top .right .pbqh i {
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s;
}
.i1-box .top .right .pbqh:not(:first-of-type) {
  margin-left: 5px;
}
.i1-box .top .right .prev:hover i {
  transform: translateX(-7px);
}
.i1-box .top .right .next:hover i {
  transform: translateX(7px);
}
.i1-box .swb {
  margin-top: 45px;
  padding: 0 0 0 66px;
  position: relative;
}
.i1-box .swb::before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% + 100px);
  height: calc(100% - 128px);
  background: #f5f5f5;
}
.i1-swiper {
  padding-top: 25px;
}
.i1-swiper .swiper-slide {
  width: calc((100% - 150px) / 3.05);
}
.i1-swiper .item {
  transition: 0.5s;
  padding-bottom: 200px;
}
.i1-swiper .item:hover {
  transform: translateY(-25px);
}
.i1-swiper .item:hover .ib img {
  transform: scale(1.1);
}
.i1-swiper .ib {
  width: 100%;
  height: 22vw;
  overflow: hidden;
}
.i1-swiper .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.i1-swiper .txt {
  margin-top: 30px;
}
.i1-swiper .txt h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 36px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.i1-swiper .txt .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.i1-swiper .txt h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  height: 60px;
  width: 78%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 20px 0 35px 0;
}
.i-more {
  display: flex;
  align-items: center;
  width: max-content;
}
.i-more .line {
  width: 80px;
  height: 1px;
  background: #1e1e1e;
  transition: 0.5s;
  margin-right: 18px;
}
.i-more p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  transition: 0.5s;
  position: relative;
}
.i-more p::after {
  display: block;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #1b1b1b;
  transition: 0.5s;
}
.i-more:hover p::after {
  width: 100%;
}
.i-more:hover .line {
  width: 100px;
}
.i2-box {
  overflow: hidden;
  padding: 190px 10% 0 0;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.i2-box .left {
  width: calc(100% - 447px - 105px);
}
.i2-box .left img {
  width: 100%;
  min-height: 400px;
  object-fit: cover;
}
.i2-box .right {
  width: 447px;
  padding-top: 20px;
}
.i2-box .right .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  margin: 63px 0 90px 0;
}
.i2-box .right .line-title {
  position: absolute;
  right: 3%;
  top: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.i2-box .right .line-title .line {
  width: 1px;
  height: 100px;
  background: #1e1e1e;
}
.i2-box .right .line-title p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  margin-top: 16px;
  writing-mode: vertical-rl;
  text-orientation: mixed;
}
.i3-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 160px 9% 88px 7%;
  position: relative;
}
.i3-box::before {
  display: block;
  content: '';
  width: calc(100% - 9% - 7% - 2%);
  height: calc(100% - 300px - 160px);
  background-color: #f5f5f5;
  position: absolute;
  right: 0;
  bottom: 0;
}
.i3-box .left {
  width: 370px;
}
.i3-box .left .tag {
  margin-top: 70px;
}
.i3-box .left .tag .item {
  display: flex;
  position: relative;
  width: max-content;
  max-width: 100%;
}
.i3-box .left .tag .item .line {
  width: 0;
  height: 1px;
  background: #1e1e1e;
  position: absolute;
  right: 82%;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.i3-box .left .tag .item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
}
.i3-box .left .tag .item:not(:first-of-type) {
  margin-top: 10px;
}
.i3-box .left .tag .item:hover p {
  color: #222222;
}
.i3-box .left .tag .item.active p {
  color: #222222;
  margin-left: 30px;
}
.i3-box .left .tag .item.active .line {
  width: 40px;
}
.i3-box .left .line-title {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: max-content;
  margin-top: 200px;
}
.i3-box .left .line-title .line {
  width: 1px;
  height: 100px;
  background: #1e1e1e;
}
.i3-box .left .line-title p {
  font-family: var(--font-family-space-grotesk-regular);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
.i3-box .right {
  width: calc(100% - 370px - 149px);
  position: relative;
}
.i3-box .right .flow-case {
  position: absolute;
  right: calc(100% + 10%);
  top: 60%;
  width: max-content;
}
.i3-box .right .flow-case p {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  width: max-content;
}
.i3-box .right .rq {
  transform: translateY(100px);
  opacity: 0;
  transition: 1s;
}
.i3-box .right .grid {
  width: 100% !important;
}
.i3-box .right .rq.active {
  transform: translateY(0);
  opacity: 1;
}
.i3-box .right .rq:not(:first-of-type) {
  display: none;
}
.i3-box .right .grid-item {
  margin-bottom: 40px;
  overflow: hidden;
  width: calc((100% - 40px) / 2);
}
.i3-box .right .grid-sizer {
  width: calc((100% - 40px) / 2);
}
.i3-box .right .grid-item a {
  display: block;
  width: 100%;
  position: relative;
}
.i3-box .right .grid-item a::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 0.5s;
  z-index: 1;
}
.i3-box .right .grid-item a:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}
.i3-box .right .grid-item a:hover i {
  opacity: 1;
}
.i3-box .right .grid-item a:hover .flow-wz {
  transition: 0.5s;
  transform: translateY(0);
  opacity: 1;
}
.i3-box .right .grid-item a:hover img {
  transform: scale(1.06);
}
.i3-box .right .grid-item a img {
  width: 100%;
  height: 330px;
  object-fit: cover;
  transition: 0.5s;
}
.i3-box .right .grid-item a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  color: #ffffff;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
.i3-box .right .grid-item a .flow-wz {
  position: absolute;
  left: 0;
  bottom: 40px;
  z-index: 2;
  padding: 0 50px;
  width: 100%;
  transform: translateY(100px);
  opacity: 0;
}
.i3-box .right .grid-item a .flow-wz h6 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.i3-box .right .grid-item a .flow-wz p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.7;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 5px;
}
.i4-box {
  display: flex;
  padding-bottom: 180px;
  overflow: hidden;
}
.i4-box .left {
  width: 50%;
  height: max-content;
  position: relative;
  z-index: 1;
}
.i4-box .left .flow-ib {
  position: absolute;
  top: 100%;
  left: 100%;
  width: 48%;
}
.i4-box .left .flow-ib .min {
  width: 100%;
}
.i4-box .left .flow-ib .min img {
  width: 100%;
}
.i4-box .left .flow-ib .flog {
  position: absolute;
  bottom: 50px;
  right: 84%;
  width: max-content;
}
.i4-box .left .rund {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s;
  width: 60px;
  height: 60px;
  background: #ffffff;
  border-radius: 50%;
  cursor: not-allowed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.i4-box .left .rund i {
  font-size: 24px;
}
.i4-box .left .rund:hover {
  transform: translate(-50%, -50%) scale(1.15);
}
.i4-box .left .bg {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.i4-box .right {
  padding: 0 9vw 0 120px;
  width: 50%;
  background: linear-gradient(to bottom, #f5f5f5, #ffffff 50%);
}
.i4-box .right .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin: 38px 0 90px 0;
}
.i4-box .right .numContent {
  width: max-content;
  margin-left: auto;
}
.i4-box .right .numContent .item .db {
  display: flex;
  align-items: center;
}
.i4-box .right .numContent .item .db .num {
  font-family: var(--font-family-inter);
  font-weight: 800;
  font-size: 42px;
  color: #222222;
  line-height: 1;
}
.i4-box .right .numContent .item .db p {
  font-family: var(--font-family-inter);
  font-weight: 800;
  font-size: 42px;
  color: #222222;
  line-height: 1;
}
.i4-box .right .numContent .item .wz {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #555555;
  margin-top: 9px;
}
.i4-box .right .numContent .item:not(:first-of-type) {
  margin-top: 80px;
}
.i5-box {
  overflow: hidden;
  background-color: #f8f8f8;
}
.i5ct {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 140px 0 160px 0;
}
.i5ct .left {
  max-width: calc(100% - 850px - 80px);
}
.i5ct .left .i-more {
  margin-top: 110px;
}
.i5ct .right {
  width: 850px;
}
.i5ct .right .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #dcdcdc;
  padding: 55px 0 52px 0;
}
.i5ct .right .row:last-of-type {
  padding-bottom: 0;
}
.i5ct .right .row .txt {
  width: calc(100% - 120px);
  transition: 0.5s;
}
.i5ct .right .row .txt .time {
  font-family: var(--font-family-inter);
  font-weight: bold;
  font-size: 36px;
  color: #222222;
}
.i5ct .right .row .txt .time span:nth-of-type(2) {
  font-weight: 400;
  font-size: 24px;
}
.i5ct .right .row .txt .time span:nth-of-type(3) {
  font-weight: 400;
  font-size: 16px;
  color: #888888;
}
.i5ct .right .row .txt .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 16px;
}
.i5ct .right .row .jt {
  width: 21px;
  height: 1px;
  position: relative;
  width: 60px;
  height: 30px;
}
.i5ct .right .row .jt::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  height: 1px;
  background: #313131;
  transition: 0.5s;
}
.i5ct .right .row .jt img {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-30px, -50%);
  opacity: 0;
  transition: 0.5s;
}
.i5ct .right .row:hover .jt::before {
  width: 100%;
  background-color: #111111;
}
.i5ct .right .row:hover .jt img {
  opacity: 1;
  transform: translate(0, -50%);
}
.i5ct .right .row:hover .txt {
  transform: translateX(20px);
}
.ps1-box {
  overflow: hidden;
}
.ps1ct {
  padding: 120px 0 170px 0;
  margin: 0 auto;
  width: 1540px;
}
.pb-tag {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.pb-tag a {
  width: 200px;
  min-height: 60px;
  padding: 5px 5px;
  background: #f5f5f5;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 18px;
  color: #222222;
  position: relative;
  z-index: 1;
  transition: 0.5s;
}
.pb-tag a::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.5s;
  width: 0;
  height: 100%;
  background: #0a0a0a;
  z-index: -1;
}
.pb-tag a:not(:first-of-type) {
  margin-left: 20px;
}
.pb-tag a.active,
.pb-tag a:hover {
  color: #ffffff;
}
.pb-tag a.active::before,
.pb-tag a:hover::before {
  width: 100%;
}
.ps1ct .mide {
  margin-top: 140px;
  display: flex;
}
.pd-ser-list {
  width: calc((100% - 140px) / 2);
  margin-right: 140px;
}
.pd-ser-list:nth-of-type(2n) {
  margin-right: 0;
}
.pd-ser-list li {
  transition: 0.5s;
  padding-bottom: 20px;
}
.pd-ser-list li:not(:first-of-type) {
  margin-top: 180px;
}
.pd-ser-list:nth-of-type(2) li:first-of-type {
  margin-top: 150px;
}
.pd-ser-list li .ib {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.pd-ser-list li .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.pd-ser-list li .txt {
  margin-top: 45px;
}
.pd-ser-list li .txt h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 42px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.pd-ser-list li .txt h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 20px 0 73px 0;
}
.pd-ser-list li:hover .ib img {
  transform: scale(1.1);
}
/*.pd-ser-list li:hover {*/
/*  transform: translateY(-25px);*/
/*}*/
.psd1-box {
  overflow: hidden;
}
.psd1ct {
  padding: 190px 0 80px 0;
  margin: 0 auto;
}
.psd1ct .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
.psd1ct .top .desc {
  width: 515px;
}
.psd1ct .mide {
  margin-top: 155px;
  position: relative;
}
.psd1ct .psd-swiper {
  height: 686px;
}
.psd1ct .psd-swiper .swiper-slide{
  display: flex;
  align-items: center;
  justify-content: center;
}
.psd1ct .psd-swiper img {
  max-width: 100%;
  max-height: 100%;
  /*object-fit: cover;*/
}
.psd1ct .swiper-pagination {
  left: calc(100% + 50px);
  bottom: unset;
  top: 25%;
}
.psd1ct .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #000000;
  border-radius: 50%;
  opacity: 0.2;
  transition: 0.3s;
}
.psd1ct .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.case1ct {
  padding: 120px 0 160px 0;
  margin: 0 auto;
}
.case1ct .mide {
  margin-top: 120px;
}
.case1ct .mide .grid {
  width: 100% !important;
}
.case1ct .mide .grid-item {
  margin-bottom: 55px;
  overflow: hidden;
  width: calc((100% - 80px) / 3);
}
.case1ct .mide .grid-sizer {
  width: calc((100% - 80px) / 3);
}
.case1ct .mide .grid-item a {
  display: block;
  width: 100%;
}
.case1ct .mide .grid-item a .ib {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.case1ct .mide .grid-item a .ib::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0);
  transition: 0.5s;
  z-index: 1;
}
.case1ct .mide .grid-item a .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.case1ct .mide .grid-item a .ib i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 38px;
  color: #ffffff;
  z-index: 2;
  opacity: 0;
  transition: 0.5s;
}
/*.case1ct .mide .grid-item a:hover .ib::before {*/
/*  background-color: rgba(0, 0, 0, 0.5);*/
/*}*/
/*.case1ct .mide .grid-item a:hover .ib i {*/
/*  opacity: 1;*/
/*}*/
.case1ct .mide .grid-item a:hover img {
  transform: scale(1.06);
}
.case1ct .mide .grid-item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 22px;
}
.banner {
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .b-min-nav {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 25px;
}
.banner .b-min-nav .ct {
  display: flex;
  align-items: center;
}
.banner .b-min-nav .ct a,
.banner .b-min-nav .ct span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.banner .b-min-nav .ct span {
  margin: 0 10px;
}
.cu1-box {
  overflow: hidden;
}
.pb-title-72 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 62px;
  color: #222222;
  letter-spacing: 2px;
}
.pb-title-72.center {
  text-align: center;
}
.pb-js-18 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
  margin-top: 17px;
}
.cu1ct {
  margin: 0 auto;
  padding: 100px 0 155px 0;
}
.cu-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.cu-list .item {
  display: flex;
  justify-content: space-between;
  width: calc((100% - 40px) / 2);
  margin-right: 40px;
  margin-top: 40px;
  /*height: 260px;*/
  background: #f8f8f8;
  padding: 65px 72px 60px 72px;
  transition: 0.3s;
}
.cu-list .item:hover {
  transform: translateY(-15px);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.cu-list .item:nth-of-type(1),
.cu-list .item:nth-of-type(2) {
  margin-top: 0;
}
.cu-list .item:nth-of-type(2n) {
  margin-right: 0;
}
.cu-list .item .rund {
  width: 70px;
  height: 70px;
  background: #0a0a0a;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.cu-list .item .txt {*/
/*  width: calc(100% - 70px - 48px);*/
/*}*/
.cu-list .item .txt h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 22px;
  color: #222222;
}
.cu-list .item .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-top: 12px;
}
.cu2-box {
  padding: 0 calc((100vw - 1400px) / 2) 160px 0;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.cu-swiper {
  width: calc(100% - 120px);
  margin: 0;
}
.cu-swiper .title {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  padding-left: calc((100vw - 1400px) / 2);
  margin-top: 27px;
}
.cu-swiper .ib {
  width: 100%;
  height: 750px;
  overflow: hidden;
}
.cu-swiper .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 1.2s;
}
.cu-swiper .bg:hover {
  transform: scale(1.06);
}
.cu-swiper .swiper-pagination {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  top: 85%;
  padding-right: 56px;
  height: max-content;
}
.cu-swiper .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ffffff;
  border-radius: 50%;
  opacity: 0.7;
  transition: 0.3s;
  margin: 0 7px !important;
}
.cu-swiper .swiper-pagination-bullet-active {
  width: 18px;
  height: 18px;
  opacity: 1;
}
.pb-line-title {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pb-line-title .line {
  width: 1px;
  height: 125px;
  background: #111111;
  opacity: 0.4;
  margin-bottom: 20px;
}
.pb-line-title p {
  font-family: var(--font-family-inter);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
}
.pb-h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.ab1-box {
  overflow: hidden;
}
.ab1ct {
  margin: 0 auto;
  padding: 124px 0 210px 0;
}
.ab1ct .top {
  display: flex;
  justify-content: space-between;
}
.ab1ct .top .right {
  width: 608px;
}
.ab1ct .mide {
  position: relative;
  margin-top: 110px;
}
.ab1ct .mide img {
  width: 100%;
}
.ab1ct .mide .rund {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  width: 81px;
  height: 81px;
  background: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: not-allowed;
}
.ab1ct .mide .rund i {
  font-size: 30px;
  color: #222222;
}
.ab1ct .mide .rund:hover {
  transform: translate(-50%, -50%) scale(1.1);
}
.pb-title-48 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
}
.pb-title-48.center {
  text-align: center;
}
.ab2-box {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0 0 330px calc((100vw - 1400px) / 2);
  position: relative;
}
.ab2-box .left {
  width: 538px;
  padding-top: 100px;
}
.ab2-box .left .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin-top: 20px;
}
.ab2-box .right {
  width: calc(100% - 538px - 160px);
}
.ab2-box .right img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.ab2-box .flow-sw {
  position: absolute;
  left: 0;
  bottom: 180px;
  width: calc(100% - 40%);
}
.ab2-box .ab1-swiper .swiper-slide {
  width: calc((100% - 80px) / 2.3);
}
.ab2-box .ab1-swiper .item {
  background-color: #f8f8f8;
  min-height: 300px;
  padding: 50px 61px 25px 61px;
  transition: 0.3s;
}
.ab2-box .ab1-swiper .item .numb {
  font-family: var(--font-family-inter);
  font-weight: 800;
  font-size: 42px;
  color: #222222;
  transition: 0.3s;
  margin-bottom: 25px;
}
.ab2-box .ab1-swiper .item .txt h6 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
  transition: 0.3s;
}
.ab2-box .ab1-swiper .item .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  margin-top: 12px;
  transition: 0.3s;
}
.ab2-box .ab1-swiper .item:hover {
  background-color: #111111;
}
.ab2-box .ab1-swiper .item:hover .numb {
  color: #ffffff;
}
.ab2-box .ab1-swiper .item:hover .txt h6 {
  color: #ffffff;
}
.ab2-box .ab1-swiper .item:hover .txt p {
  color: rgba(255, 255, 255, 0.5);
}
.ab2-box .gy-qh-btn {
  bottom: 0;
  left: calc(100% + 50px);
}
.gy-qh-btn {
  position: absolute;
  display: flex;
}
.gy-qh-btn .pbqh {
  width: 100px;
  height: 100px;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}
.gy-qh-btn .pbqh.swiper-button-disabled {
  background-color: rgba(0, 0, 0, 0.3);
  cursor: not-allowed;
}
.gy-qh-btn .pbqh.swiper-button-disabled i {
  opacity: 0.5;
}
.gy-qh-btn .pbqh i {
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s;
}
.gy-qh-btn .pbqh:not(:first-of-type) {
  margin-left: 5px;
}
.gy-qh-btn .prev:hover i {
  transform: translateX(-7px);
}
.gy-qh-btn .next:hover i {
  transform: translateX(7px);
}
.ab3-box {
  overflow: hidden;
}
.ab3ct {
  display: flex;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
.ab3ct .left {
  width: 440px;
}
.ab3ct .left .gy-qh-btn {
  left: 50%;
  transform: translateX(-50%);
}
.ab3ct .time-swiper {
  margin-left: auto;
  height: 300px;
  width: max-content;
  padding-bottom: 180px;
  margin-top: 50px;
}
.ab3ct .time-swiper .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.ab3ct .time-swiper .wz {
  font-family: var(--font-family-inter);
  font-weight: 400;
  font-size: 24px;
  color: #222222;
  opacity: 0;
  line-height: 1;
  padding: 5px 0;
  transition: all 0.3s ease;
  text-align: right;
  cursor: pointer;
}
.ab3ct .time-swiper .swiper-slide-active .wz {
  font-size: 110px;
  font-weight: bold;
  opacity: 1;
}
.ab3ct .time-swiper .swiper-slide-prev .wz,
.ab3ct .time-swiper .swiper-slide-next .wz {
  font-size: 40px;
  opacity: 0.5;
}
.ab3ct .mide-line {
  width: 1px;
  height: 600px;
  background-color: #eeeeee;
  margin: 0 100px 0 0;
}
.ab3ct .right {
  width: 800px;
  padding-top: 115px;
}
.ab3ct .right .rq {
  position: relative;
}
.ab3ct .right .rq::after {
  display: block;
  content: '';
  position: absolute;
  top: calc(100% - 125px);
  left: 125px;
  width: 100%;
  height: 429px;
  background-color: #f8f8f8;
}
.ab3ct .desc-swiper {
  width: 100%;
}
.ab3ct .desc-swiper .item .title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 38px;
  color: #222222;
  margin-bottom: 20px;
}
.ab3ct .desc-swiper .item .desc {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.ab3ct .desc-swiper .item .desc p,
.ab3ct .desc-swiper .item .desc span {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.ab3ct .desc-swiper .item img {
  width: 100%;
  height: 515px;
  object-fit: cover;
  margin-top: 58px;
}
.ab4-box {
  overflow: hidden;
  padding: 120px 0 15% calc((100vw - 1400px) / 2);
  /* max-width: 1920px; */
  margin: 0 auto;
}
.ab4-box.abt .ab4-swiper .ib{
  height: 14vw;
}
.ab4-box.abt{
  padding: 120px 0 13% calc((100vw - 1400px) / 2);
}
.ab4-box .sw-b .gy-qh-btn {
  right: calc((100vw - 1400px) / 2);
  top: -125px;
  z-index: 9;
}
.ab4-box .sw-b {
  margin-top: 150px;
  position: relative;
}
.ab4-box .sw-b::after {
  display: block;
  content: '';
  position: absolute;
  top: 38%;
  right: 0;
  width: calc(100% + 70px);
  /* height: calc(100% + 30px); */
  height: 100%;
  background-color: #f5f5f5;
}
.ab4-box .ab4-swiper .swiper-slide {
  width: calc((100% - 120px - 30px) / 3);
}
/*.ab4-box .ab4-swiper .swiper-slide:nth-of-type(even) .ib {*/
/*  margin-top: 110px;*/
/*}*/
.ab4-box .ab4-swiper {
  width: calc(100% - 100px);
  margin: 0 0 0 auto;
}
.ab4-box .ab4-swiper .ib {
  width: 100%;
  height: 17vw;
  overflow: hidden;
}
.ab4-box .ab4-swiper .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.ab4-box .ab4-swiper .swiper-slide:hover .ib img {
  transform: scale(1.08);
}
.ab4-box .ab4-swiper p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 17px;
  color: #222222;
  margin-top: 25px;
}
.ab4-box.case .ab4-swiper .ib {
  height: 18vw;
}
.ab4-box.case .sw-b::after {
  height: calc(95%);
}
.team1-box {
  overflow: hidden;
}
.teamct {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 125px 0 165px 0;
}
.teamct .left {
  width: 100%;
}
.teamct .left h6 {
  font-family: var(--font-family-heavy);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  margin-top: 10px;
}
.teamct .left .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 40px;
}
.teamct .right {
  width: 440px;
}
.teamct .right img {
  width: 100%;
}
.team2-box {
  /* max-width: 1920px; */
  margin: 0 auto;
  padding-right: calc((100vw - 1400px) / 2);
  position: relative;
}
.team2-box img {
  width: 100%;
}
.team2-box .flow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -82px;
  z-index: 9;
}
.team2-box .flow .rq {
  display: flex;
}
.team2-box .flow .rq .line {
  width: 2px;
  height: 107px;
  background: #1e1e1e;
  margin-right: 35px;
}
.team2-box .flow .rq .tm {
  font-family: var(--font-family-space-grotesk);
  font-weight: 400;
  font-size: 72px;
  color: #222222;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  line-height: 1;
}
.team3-box {
  overflow: hidden;
}
.team3ct {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 auto;
  padding: 70px 0 200px 0;
}
.team3ct .left {
  display: flex;
  align-items: center;
}
.team3ct .left .line {
  width: 77px;
  height: 1px;
  background: #1e1e1e;
  margin-right: 20px;
}
.team3ct .left p {
  font-family: var(--font-family-inter);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  text-transform: uppercase;
}
.team3ct .right {
  width: 565px;
}
.team3ct .right .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 23px;
}
.news1-box {
  overflow: hidden;
}
.news1ct {
  margin: 0 auto;
  padding: 100px 0 160px 0;
}
.news1ct .top {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.news-nav {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.news-nav a,
.news-nav a span {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #222222;
}
.news-nav a {
  margin: 0 25px;
  position: relative;
}
.news-nav a::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #222222;
  transition: 0.3s;
}
.news-nav a:hover::after,
.news-nav a.active::after {
  width: 100%;
}
.news-mide {
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
.news-mide .box {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 54px;
  padding-bottom: 50px;
}
.news-mide .content {
  width: calc(100% - 380px - 50px);
}
.news-mide .news-swiper .item {
  display: block;
  width: 100%;
}
.news-mide .news-swiper .item .ib {
  width: 100%;
  height: 620px;
}
.news-mide .news-swiper .item .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news-mide .news-swiper .item .txt {
  margin-top: 35px;
}
.news-mide .news-swiper .item .txt .time {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #999999;
}
.news-mide .news-swiper .item .txt .title {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #111111;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 10px 0 17px 0;
}
.news-mide .news-swiper .item .txt .line {
  width: 30px;
  height: 3px;
  background: #111111;
}
.news-mide .news-swiper .item .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 23px;
}
.news-mide .news-swiper .item .txt .type {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  margin-top: 46px;
}
.news-mide .news-swiper .swiper-pagination {
  display: flex;
  justify-content: flex-start;
  position: unset;
  margin-top: 66px;
}
.news-mide .news-swiper .swiper-pagination-bullet {
  width: 80px;
  height: 3px;
  background: #1e1e1e;
  opacity: 0.2;
  border-radius: 0;
  transition: 0.3s;
  margin: 0 !important;
}
.news-mide .news-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}
.news-mide .news-swiper .swiper-pagination-bullet:not(:first-of-type) {
  margin-left: 5px !important;
}
.news-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 84px;
}
.news-list li {
  width: calc((100% - 55px) / 2);
  margin-right: 0;
  margin-top: 120px;
  margin-right: 55px;
}
.news-list li:nth-of-type(1),
.news-list li:nth-of-type(2) {
  margin-top: 0;
}
.news-list li:nth-of-type(2n) {
  margin-right: 0;
}
.news-list li a {
  display: block;
  transition: 0.5s;
}
.news-list li a .ib {
  width: 100%;
  height: 430px;
  overflow: hidden;
}
.news-list li a .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.news-list li a .txt {
  margin-top: 35px;
}
.news-list li a .txt .time {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #999999;
}
.news-list li a .txt .title {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #111111;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 10px 0 17px 0;
}
.news-list li a .txt .line {
  width: 30px;
  height: 3px;
  background: #1e1e1e;
}
.news-list li a .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  word-break: break-word;
  overflow-wrap: break-word;
  margin-top: 23px;
}
.news-list li a .txt .type {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  margin-top: 23px;
}
.news-list li a:hover .ib img {
  transform: scale(1.06);
}
.news-list li a:hover {
  transform: translateY(-20px);
}
.pb-slide {
  width: 380px;
}
.pb-slide .tj-box .title {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #111111;
}
.pb-slide .tj-box .tj-line {
  width: 100%;
  height: 5px;
  background: #1e1e1e;
  margin-top: 15px;
}
.pb-slide .tj-box .new .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: block;
  padding: 44px 0 50px 0;
}
.pb-slide .tj-box .new .row .time {
  font-family: Arial;
  font-weight: bold;
  font-size: 14px;
  color: #999999;
  transition: 0.3s;
}
.pb-slide .tj-box .new .row h6 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #111111;
  margin-top: 5px;
  transition: 0.3s;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.pb-slide .tj-box .new .row:hover .time,
.pb-slide .tj-box .new .row:hover h6 {
  transform: translateX(15px);
}
.pb-slide .tj-box .new-more {
  width: calc(100% - 40px);
  height: 80px;
  background-color: #0a0a0a;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin: 45px auto 0;
}
.pb-slide .tj-box .new-more span {
  position: relative;
}
.pb-slide .tj-box .new-more span::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}
.pb-slide .tj-box .new-more:hover span:after {
  width: 100%;
}
.pb-slide .tj-box:not(:first-of-type) {
  margin-top: 75px;
}
.pb-slide .tj-box .rm {
  margin-top: 55px;
}
.pb-slide .tj-box .rm .item:not(:first-of-type) {
  margin-top: 65px;
}
.pb-slide .tj-box .rm .item {
  display: block;
  transition: 0.5s;
}
.pb-slide .tj-box .rm .item .ib {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.pb-slide .tj-box .rm .item .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.pb-slide .tj-box .rm .item .txt {
  margin-top: 25px;
}
.pb-slide .tj-box .rm .item .txt h6 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #111111;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.pb-slide .tj-box .rm .item .txt .line {
  width: 30px;
  height: 3px;
  background: #1e1e1e;
  margin: 18px 0 23px 0;
}
.pb-slide .tj-box .rm .item .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.pb-slide .tj-box .rm .item .txt .more {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #222222;
  position: relative;
  width: max-content;
  margin-top: 22px;
}
.pb-slide .tj-box .rm .item .txt .more::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #222222;
  transition: 0.3s;
}
.pb-slide .tj-box .rm .item .txt .more:hover::after {
  width: 100%;
}
.pb-slide .tj-box .rm .item:hover .ib img {
  transform: scale(1.06);
}
.pb-slide .tj-box .rm .item:hover {
  transform: translateY(-20px);
}
.newsd1-box {
  overflow: hidden;
}
.newsd1ct {
  margin: 0 auto;
  padding: 170px 0 0 0;
}
.nd-nav {
  display: flex;
  align-items: center;
}
.nd-nav a,
.nd-nav span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
}
.nd-nav span {
  margin: 0 10px;
}
.newsd-mide {
  margin-top: 82px;
  display: flex;
  justify-content: space-between;
}
.newsd-mide .content {
  width: calc(100% - 380px - 50px);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  padding-right: 54px;
  padding-bottom: 160px;
}
.newsd-mide .top-mide .top-rq .time {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #999999;
}
.newsd-mide .top-mide .top-rq .title {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 48px;
  color: #111111;
  margin: 12px 0 17px 0;
}
.newsd-mide .top-mide .top-rq .type {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #999999;
}
.newsd-mide .top-mide .desc {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
  margin-top: 55px;
}
.newsd-mide .top-mide .desc p,
.newsd-mide .top-mide .desc span {
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 36px;
}
.newsd-mide .top-mide .desc img {
  max-width: 100%;
  margin: 0 auto;
}
.newsd-mide .top-mide .fx {
  display: flex;
  align-items: center;
  margin-top: 125px;
}
.newsd-mide .top-mide .fx .wz {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin-right: 15px;
}
.social-share-icon {
  color: #222222 !important;
  border-color: #222222 !important;
}
.social-share-icon:hover {
  background-color: transparent !important;
}
.newsd-mide .top-mide .fy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 5px solid #1e1e1e;
  border-bottom: 1px solid #1e1e1e;
  margin-top: 75px;
  padding: 55px 0;
}
.newsd-mide .top-mide .fy img {
  width: 38px;
  height: max-content;
}
.newsd-mide .top-mide .fy .it {
  display: flex;
  align-items: center;
  width: calc((100% - 48px - 30px) / 2);
}
.newsd-mide .top-mide .fy .it:first-of-type {
  justify-content: flex-start;
}
.newsd-mide .top-mide .fy .it:last-of-type {
  justify-content: flex-end;
}
.newsd-mide .top-mide .fy .it i {
  font-size: 16px;
  color: #111111;
}
.newsd-mide .top-mide .fy .it p {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #111111;
  position: relative;
  max-width: calc(100% - 16px - 30px);
}
.newsd-mide .top-mide .fy .it:first-of-type p {
  margin-left: 30px;
}
.newsd-mide .top-mide .fy .it:last-of-type p {
  margin-right: 30px;
}
.newsd-mide .top-mide .fy .it p::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0;
  height: 2px;
  background-color: #111111;
  transition: 0.3s;
}
.newsd-mide .top-mide .fy .it:hover p::after {
  width: 100%;
}
.newsd-mide .xgtj {
  margin-top: 70px;
}
.newsd-mide .xgtj .title {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 22px;
  color: #111111;
  border-bottom: 5px solid #1e1e1e;
  padding-bottom: 16px;
}
.xgtj-list {
  margin-top: 65px;
}
.xgtj-list li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 50px 0;
  transition: 0.5s;
}
.xgtj-list li a:hover {
  transform: translateX(20px);
}
.xgtj-list li:first-of-type a {
  padding-top: 0;
}
.xgtj-list li:last-of-type a {
  padding-bottom: 0;
}
.xgtj-list li:not(:first-of-type) a {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.xgtj-list li a .ib {
  width: 250px;
  height: 250px;
}
.xgtj-list li a .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.xgtj-list li a .txt {
  width: calc(100% - 250px - 75px);
}
.xgtj-list li a .txt .time {
  font-family: Arial;
  font-weight: bold;
  font-size: 16px;
  color: #999999;
}
.xgtj-list li a .txt h6 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 20px;
  color: #111111;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  margin: 12px 0 22px 0;
}
.xgtj-list li a .txt .type {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 14px;
  color: #999999;
}
.cased1-box {
  overflow: hidden;
}
.cased1ct {
  padding: 180px 0 40px 0;
  margin: 0 auto;
}
.cased1ct .pb-title-72 {
  margin-top: 58px;
}
.cased2-box {
  background-color: #f8f8f8;
  overflow: hidden;
}
.cased2ct {
  margin: 0 auto;
  padding: 66px 0 100px 0;
}
.cased2ct .row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.cased2ct .row:not(:first-of-type) {
  margin-top: 60px;
}
.cased2ct .row .type {
  width: 150px;
  min-height: 60px;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px 5px;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 18px;
  color: #ffffff;
}
.cased2ct .row .desc {
  width: calc(100% - 150px - 90px);
  font-family: var(--font-family) !important;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  padding-top: 14px;
}
.cased2ct .row .desc h6 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 18px;
  color: #222222;
  line-height: 30px;
}
.cased2ct .row .desc p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.cased2ct .row .desc .item:not(:first-of-type) {
  margin-top: 20px;
}
.cased3ct {
  padding: 89px 0 140px 0;
  margin: 0 auto;
}
.cased3ct .mide img {
  max-width: 100%;
  margin: 0 auto 30px;
}
.cont1-box {
  overflow: hidden;
}
.cont1ct {
  padding: 190px 0 160px 0;
  margin: 0 auto;
}
.cont1ct .top {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.cont1ct .top .right {
  width: 688px;
}
.cont1ct .top .right .icon {
  margin-top: 60px;
}
.cont1ct .top .right .icon a {
  display: flex;
  align-items: center;
}
.cont1ct .top .right .icon a .rund {
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.cont1ct .top .right .icon a p {
  max-width: calc(100% - 40px - 16px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #222222;
}
.cont1ct .top .right .icon a:not(:first-of-type) {
  margin-top: 20px;
}
.map-b {
  margin-top: 200px;
}
.map-b .pb-js-18 {
  text-align: center;
}
.map-b .content {
  margin-top: 80px;
  position: relative;
}
.map-b .bg {
  width: 100%;
}
.map-b .print {
  position: absolute;
  cursor: pointer;
}
.map-b .print .rund {
  position: relative;
}
.map-b .print .rund .pulse {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  background-color: #222222;
  border-radius: 50%;
}
.map-b .print .rund .pulse1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: rgba(34, 34, 34, 0.3);
  animation: bigpulse 3s ease-out infinite;
  transition: 0.3s;
}
@keyframes bigpulse {
  0% {
    width: 12px;
    height: 12px;
  }
  100% {
    width: 34px;
    height: 34px;
  }
}
.map-b .pt1 .rund .pulse1,
.map-b .pt1 .rund .pulse2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s;
}
.map-b .pt1 .rund .pulse1 {
  background-color: rgba(34, 34, 34, 0.3);
  animation: bigpulse2 3s ease-out infinite;
}
.map-b .pt1 .rund .pulse2 {
  background-color: rgba(34, 34, 34, 0.15);
  animation: bigpulse3 3s ease-out infinite;
}
@keyframes bigpulse2 {
  0% {
    width: 16px;
    height: 16px;
  }
  100% {
    width: 64px;
    height: 64px;
  }
}
@keyframes bigpulse3 {
  0% {
    width: 64px;
    height: 64px;
  }
  100% {
    width: 115px;
    height: 115px;
  }
}
.map-b .pt1 {
  right: 21%;
  top: 48%;
}
.map-b .pt2 {
    right: 13%;
    top: 42%;
}
.map-b .pt3 {
    right: 16.5%;
    top: 40%;
}
.map-b .pt4 {
    right: 47%;
    top: 32%;
}
.map-b .pt5 {
    left: 17%;
    top: 40%;
}
.map-b .pt6 {
    top: 20%;
    right: 25%;
}
.map-b .pt7 {
    top: 62%;
    right: 24%;
}
.map-b .wz {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  right: 100%;
  opacity: 0;
  transform-origin: right;
  transition: 0.5s;
  padding-right: 28px;
  z-index: 3;
}
.map-b .pt1 .wz {
  padding-right: 68px;
}
.map-b .print:hover .wz {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
}
.map-b .wzrt .wz {
  right: unset;
  left: 100%;
  padding-right: 0;
  padding-left: 28px;
  transform-origin: left;
}
.map-b .wz .rq {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(34, 34, 34, 0.3);
  max-width: 350px;
  width: max-content;
  min-width: 200px;
  padding: 20px 25px;
}
.map-b .wz .rq h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 20px;
  color: #222222;
}
.map-b .wz .rq .tg {
  display: flex;
  flex-wrap: wrap;
  /*margin-top: 5px;*/
}
.map-b .wz .rq .tg p {
  min-width: 70px;
  min-height: 40px;
  padding: 5px;
  background: #dcdcdc;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-top: 10px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.map-b .wz .rq h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 15px;
}
.join1-box {
  overflow: hidden;
}
.join1ct {
  margin: 0 auto;
  padding: 190px 0 120px 0;
}
.join1ct .top {
  display: flex;
  justify-content: space-between;
  margin-top: 95px;
}
.join1ct .top .right {
  width: 610px;
}
.join2-box img {
  width: 100%;
}
.join3-box {
  overflow: hidden;
}
.join3ct {
  padding: 150px 0;
  margin: 0 auto;
}
.join3ct .l-b {
  margin-top: 120px;
}
.join3ct .l-b .row {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 25px 33px;
}
.join3ct .l-b .row:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.join3ct .l-b .row .lab {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  width: 120px;
}
.join3ct .l-b .row .nr {
  width: calc(100% - 120px - 100px);
}
.join3ct .l-b .row:first-of-type .nr .desc{
  font-weight: bold;
  font-size: 18px;
}
.join3ct .l-b .row .nr .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.join3ct .l-b .row select {
  width: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  background-color: transparent;
  height: 40px;
}
.join3ct .l-b .row select option {
  color: #ffffff;
  background-color: #222222;
  font-family: var(--font-family);
}
.layui-form-select {
  width: 100%;
}
.layui-form-select input {
  width: 100%;
}
.layui-form-select dl dd {
  font-family: var(--font-family);
}
.layui-form-select dl dd.layui-this {
  color: #222222 !important;
}
.layui-input:focus,
.layui-textarea:focus {
  box-shadow: none;
}
.join3ct .l-b .row input {
  border: none;
  border-radius: 0;
  outline: none;
  background-color: transparent;
  height: 40px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  width: 100%;
}
.join3ct .l-b .dbl {
  display: flex;
  margin-top: 80px;
}
.join3ct .l-b .dbl .tj {
  width: 300px;
  height: 70px;
  background: #0a0a0a;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  border: none;
  outline: none;
  cursor: pointer;
  margin-right: 20px;
}
.join3ct .l-b .dbl .tj.fs {
  margin-right: 0;
  background-color: transparent;
  border: 1px solid #1e1e1e;
  color: #1b1b1b;
}
.join3ct .l-b .dbl .tj.fs span::after {
  background-color: #1b1b1b;
}
.join3ct .l-b .dbl .tj span {
  position: relative;
}
.join3ct .l-b .dbl .tj span::after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: 0.3s;
}
.join3ct .l-b .dbl .tj:hover span::after {
  width: 100%;
}
.com1-box {
  overflow: hidden;
}
.com1ct {
  margin: 0 auto;
  padding: 190px 0 160px 0;
}
.com1ct .top {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.com1ct .top .pb-h6 {
  width: 607px;
}
.com2-box {
  position: relative;
  overflow: hidden;
}
.com2-box::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: calc(100% - (100% - 1400px) / 2);
  background-color: #f5f5f5;
}
.com2ct {
  margin: 0 auto;
  padding: 140px 0 180px 0;
  position: relative;
  z-index: 1;
}
.com2ct form .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}
.com2ct form .row:not(:first-of-type) {
  margin-top: 38px;
}
.com2ct form .row .lab {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  text-align: right;
  width: 200px;
}
.com2ct form .row .lab span {
  color: #fd0202;
}
.com2ct form .row .nr {
  width: calc(100% - 200px - 40px);
}
.com2ct form .row .nr input {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-radius: 6px;
  outline: none;
  border: none;
  text-indent: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.com2ct form .row .nr select {
  width: 100%;
  border: none;
  border-radius: 6px;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  background-color: #ffffff;
  height: 50px;
  text-indent: 15px;
}
.com2ct form .row .nr option {
  color: #ffffff;
  background-color: #222222;
  font-family: var(--font-family);
}
.com2ct form .row .nr textarea {
  width: 100%;
  height: 50px;
  background: #ffffff;
  border-radius: 6px;
  outline: none;
  border: none;
  text-indent: 15px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  resize: none;
}
.com2ct form .row:last-of-type {
  align-items: flex-start;
}
.com2ct form .row:last-of-type .lab {
  padding-top: 15px;
}
.com2ct form .line {
  width: 100%;
  height: 1px;
  background: #111111;
  opacity: 0.2;
  margin: 65px 0;
}
.com2ct form .dbl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 120px 0 85px;
}
.com2ct form .dbl .left {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  max-width: 350px;
}
.com2ct form .dbl .left span {
  text-decoration-line: underline;
  cursor: pointer;
}
.com2ct form .dbl button {
  width: 400px;
  height: 60px;
  background: #0a0a0a;
  border-radius: 35px;
  outline: none;
  border: none;
  cursor: pointer;
}
.com2ct form .dbl button span {
  position: relative;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.com2ct form .dbl button span::after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -10px;
  left: 0;
  transition: 0.3s;
}
.com2ct form .dbl button:hover span::after {
  width: 100%;
}
.faq1-box {
  overflow: hidden;
}
.faq1ct {
  padding: 120px 0 160px 0;
  margin: 0 auto;
}
.faq1ct .search {
  margin: 120px auto 0;
  width: max-content;
}
.faq1ct .search form {
  display: flex;
  align-items: center;
  border-radius: 35px;
  border: 1px solid #d2d2d2;
  height: 71px;
  width: 800px;
  padding: 0 6px 0 35px;
}
.faq1ct .search form i {
  font-size: 20px;
  color: #222222;
}
.faq1ct .search form input {
  width: calc(100% - 20px - 120px);
  height: 100%;
  border-radius: 0;
  border: none;
  outline: none;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  padding: 0 27px;
}
.faq1ct .search form input::placeholder {
  color: #bbbbbb;
}
.faq1ct .search form button {
  width: 120px;
  height: 60px;
  background: #0a0a0a;
  border-radius: 30px;
  outline: none;
  border: none;
  cursor: pointer;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.faq1ct .search form button span {
  position: relative;
}
.faq1ct .search form button span::after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -7px;
  left: 0;
  transition: 0.3s;
}
.faq1ct .search form button:hover span::after {
  width: 100%;
}
.faq1ct .mide {
  margin-top: 110px;
  display: flex;
  justify-content: space-between;
}
.faq1ct .mide .slide {
  width: 300px;
}
.faq1ct .mide .slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid transparent;
  margin-bottom: 15px;
}
.faq1ct .mide .slide a p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  width: calc(100% - 30px);
  transition: 0.3s;
}
.faq1ct .mide .slide a i {
  font-size: 18px;
  color: #666666;
  opacity: 0;
  transform: translateX(-15px);
  transition: 0.3s;
}
.faq1ct .mide .slide a.active {
  border-bottom-color: #1e1e1e;
  padding-bottom: 10px;
  margin-bottom: 30px;
}
.faq1ct .mide .slide a:hover p,
.faq1ct .mide .slide a.active p {
  color: #222222;
  font-weight: bold;
}
.faq1ct .mide .slide a:hover i,
.faq1ct .mide .slide a.active i {
  opacity: 1;
  transform: translateX(0);
}
.faq1ct .mide .content {
  width: calc(100% - 300px - 200px);
}
.faq-list li {
  padding: 27px 0;
  border-bottom: 1px solid #e5e5e5;
  position: relative;
}
.faq-list li:first-of-type {
  padding-top: 0;
}
.faq-list li::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #1b1b1b;
  transition: 0.5s;
  width: 0;
  height: 1px;
}
.faq-list li.active::after {
  width: 100%;
}
.faq-list li .db {
  display: flex;
  justify-content: space-between;
}
.faq-list li .db p {
  width: calc(100% - 50px);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
  transition: 0.3s;
}
.faq-list li .db .ic {
  cursor: pointer;
}
.faq-list li .db .ic i {
  font-size: 18px;
  color: #7d7d7d;
  transition: 0.3s;
}
.faq-list li .db .ic i:hover {
  color: #222222;
}
.faq-list li .db .ic i:last-of-type {
  display: none;
}
.faq-list li .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 32px;
  padding: 40px 40px 40px 17px;
  display: none;
}
.faq-list li.active .ic i:last-of-type {
  display: block;
}
.faq-list li.active .ic i:first-of-type {
  display: none;
}
.faq-list li.active p {
  font-weight: bold;
}
.down1-box {
  overflow: hidden;
}
.down1ct {
  margin: 0 auto;
  padding: 120px 0 160px 0;
}
.down-tag {
  display: flex;
  justify-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-top: 90px;
}
.down-tag a {
  padding: 0 24px;
  border-bottom: 2px solid transparent;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  transition: 0.3s;
  margin-right: 45px;
  padding-bottom: 20px;
}
.down-tag a.active {
  font-weight: bold;
  border-bottom-color: #1b1b1b;
  color: #1b1b1b;
}
.down-tag a:hover {
  color: #1b1b1b;
}
.down-list {
  margin-top: 45px;
}
.down-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0;
  position: relative;
}
.down-list li:first-of-type {
  padding-top: 0;
}
.down-list li::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #1b1b1b;
  transition: 0.7s;
}
.down-list li:hover::after {
  width: 100%;
}
.down-list li .left {
  width: calc(100% - 100px);
  transition: 0.3s;
}
.down-list li .left .time {
  font-family: var(--font-family-inter);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}
.down-list li .left .title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin: 10px 0 30px 0;
}
.down-list li .right {
  display: flex;
  align-items: center;
  transition: 0.3s;
  position: relative;
}
.down-list li .right::after {
  display: block;
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: #222222;
  position: absolute;
  bottom: -5px;
  left: 0;
  transition: 0.3s;
}
.down-list li .right:hover::after {
  width: 100%;
}
.down-list li .right p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
}
.down-list li .right i {
  font-size: 18px;
  color: #222222;
  margin-left: 10px;
}
.tec1-box {
  overflow: hidden;
}
.tec1ct {
  margin: 0 auto;
  padding: 0 0 110px 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.tec1ct .left {
  width: 690px;
  padding-top: 120px;
}
.tec1ct .left .desc {
  margin-top: 30px;
}
.tec1ct .left .dd {
  display: flex;
  margin-top: 150px;
}
.tec1ct .left .dd p {
  width: 10px;
  height: 10px;
  background: rgba(0, 0, 0, 1);
  border-radius: 50%;
  margin-right: 10px;
}
.tec1ct .left .dd p:nth-of-type(2) {
  background: rgba(0, 0, 0, 0.6);
}
.tec1ct .left .dd p:nth-of-type(3) {
  background: rgba(0, 0, 0, 0.2);
}
.tec1ct .left .dd p:nth-of-type(4) {
  background: rgba(0, 0, 0, 0.1);
}
.tec1ct .right {
  display: flex;
  align-items: flex-end;
  /*position: absolute;*/
  /*right: 0;*/
  /*top: 0;*/
}
.tec3ct {
  margin: 0 auto;
  padding: 100px 0 200px 0;
}
.tec1ct .right .bg {
  width: 272px;
  height: 584px;
  background: #eeeeee;
  margin-left: 28px;
}
.tec-title {
  position: relative;
}
.tec-title .flow-title {
  position: absolute;
  bottom: 18px;
  left: 0;
  width: 100%;
  text-align: center;
  font-family: var(--font-family-inter);
  font-weight: 900;
  font-size: 150px;
  color: #222222;
  opacity: 0.08;
  line-height: 1;
}
.tec-title.lt {
  width: max-content;
  max-width: 100%;
}
.tec-title.lt .flow-title {
  text-align: left;
  left: -90px;
  width: auto;
}
.tec-title.white .flow-title {
  color: #ffffff;
  opacity: 0.1;
}
.tec-title.white .pb-title-48 {
  color: #ffffff;
}
.tec3ct .swb {
  position: relative;
  margin-top: 61px;
}
.tec3ct .swb .pbqh {
  position: absolute;
  bottom: -50px;
  left: 0;
  display: flex;
  z-index: 3;
}
.tec3ct .swb .pbqh .qh {
  width: 100px;
  height: 100px;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tec3ct .swb .pbqh .qh i {
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s;
}
.tec3ct .swb .pbqh .prev {
  margin-right: 5px;
}
.tec3ct .swb .pbqh .prev:hover i {
  transform: translateX(-10px);
}
.tec3ct .swb .pbqh .next:hover i {
  transform: translateX(10px);
}
.tec3ct .mide {
  display: flex;
  /*height: 460px;*/
}
.tec3ct .mide .left {
  width: 50%;
  height: 100%;
  background-color: #f8f8f8;
  padding: 80px 100px;
  position: relative;
}
.tec3ct .mide .left h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #222222;
}
.tec3ct .mide .left .desc {
  margin-top: 34px;
}
.tec3ct .mide .right {
  width: 50%;
  /*height: 100%;*/
}
.tec3ct .mide .right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.tec4-box {
  background: url(../images/tec16.jpg) no-repeat center / cover;
}
.tec4ct {
  padding: 180px 0 155px 0;
  margin: 0 auto;
}
.tec4ct .tec4-swiper {
  display: flex;
  flex-wrap: wrap;
  margin-top: 80px;
}
.tec4ct .tec4-swiper .swiper-wrapper {
  align-items: stretch;
}
.tec4ct .tec4-swiper .swiper-slide {
  height: auto;
  display: flex;
}
.tec4ct .tec4-swiper .item {
  width: 100%;
  /* margin-right: 40px; */
  /* margin-top: 40px; */
  background-color: #ffffff;
  display: flex;
  justify-content: space-between;
  padding: 52px 91px 64px 81px;
  transition: 0.3s;
  position: relative;
}
.tec4ct .tec4-swiper .item::after {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px;
  background-color: #000000;
  transition: 1s;
}
.tec4ct .tec4-swiper .item:hover::after {
  width: 100%;
}
/* .tec4ct .tec4-swiper .item:nth-of-type(2n) {
  margin-right: 0;
} */
.tec4ct .tec4-swiper .item .rund {
  width: 60px;
  height: 60px;
  background: #0a0a0a;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.tec4ct .tec4-swiper .item .txt {*/
/*  width: calc(100% - 60px - 49px);*/
/*}*/
.tec4ct .tec4-swiper .item .txt h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.tec4ct .tec4-swiper .item .txt h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 26px;
  margin-top: 8px;
}
.tec4ct .tec4-swiper .item .txt .tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 38px;
}
.tec4ct .tec4-swiper .item .txt .tag p {
  /* width: 110px;
  height: 40px; */
  background: #f5f5f5;
  padding: 8px 8px;
  text-align: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  margin-bottom: 10px;
  min-width: 150px;
}
.tec4ct .pbqh {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.tec4ct .pbqh .qh {
  width: 100px;
  height: 100px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tec4ct .pbqh .qh i {
  font-size: 20px;
  color: #0a0a0a;
  transition: 0.3s;
}
.tec4ct .pbqh .prev {
  margin-right: 40px;
}
.tec4ct .pbqh .prev:hover i {
  transform: translateX(-10px);
}
.tec4ct .pbqh .next:hover i {
  transform: translateX(10px);
}
.tec5-box {
  overflow: hidden;
  padding: 210px 0 145px calc((100% - 1400px) / 2);
  position: relative;
}
.tec5-box .desc{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    max-width: 80%;
    margin-top: 20px;
}
.tec5-box .gy-qh-btn {
  top: 170px;
  right: calc((100vw - 1400px) / 2);
}
.tec5-swiper {
  padding: 25px 0;
  margin-top: 25px;
}
.tec5-swiper .swiper-slide {
  width: calc((100% - 68px) / 1.3);
}
.tec5-swiper .item {
  display: block;
  transition: 0.5s;
}
.tec5-swiper .item:hover {
  transform: translateY(-25px);
}
.tec5-swiper .item:hover .ib img {
  transform: scale(1.08);
}
.tec5-swiper .item .ib {
  width: 100%;
  height: 30vw;
  overflow: hidden;
}
.tec5-swiper .item .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.tec5-swiper .item .txt {
  padding-top: 33px;
}
.tec5-swiper .item .txt h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.tec5-swiper .item .txt .wz {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  /*overflow: hidden;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  word-break: break-word;
  margin-top: 10px;
  width: 80%;
}
.tec6-box {
  background: url(../images/tec11.jpg) no-repeat center / cover;
  overflow: hidden;
}
.tec6ct {
  padding: 180px 0 155px 0;
  margin: 0 auto;
}
.tec6ct .mide {
  margin-top: 130px;
}
.tec6ct .mide .rq {
  transition: 0.7s;
  transform: translateX(-50px);
  opacity: 0;
}
.tec6ct .mide .rq.active {
  transform: translateX(0);
  opacity: 1;
}
.tec6ct .mide .rq:not(:first-of-type) {
  display: none;
}
.tec6ct .mide .desc h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 8px;
}
.tec6ct .mide .desc .wz {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  opacity: 0.5;
}
.tec6ct .mide .tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
.tec6ct .mide .tag p {
  background-color: rgba(255, 255, 255, 0.1);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  padding: 15px 20px;
  margin-right: 10px;
  margin-top: 10px;
  min-width: 200px;
  text-align: center;
}
.tec6ct .dbl {
  display: flex;
  width: calc(100% - 200px);
  margin: 0 auto;
  display: flex;
  margin-top: 130px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.tec6ct .dbl a {
  display: flex;
  align-items: center;
  width: calc(100% / 3);
  position: relative;
  padding-bottom: 18px;
}
.tec6ct .dbl a::after {
  display: block;
  content: '';
  width: 0;
  height: 1px;
  background: rgba(255, 255, 255, 1);
  position: absolute;
  bottom: 0;
  left: 0;
  transition: 1s;
}
.tec6ct .dbl a:hover::after,
.tec6ct .dbl a.active::after {
  width: 100%;
}
.tec6ct .dbl a .rund {
  width: 40px;
  height: 40px;
  /*background: #453e36;*/
  border: 1px solid #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}
.tec6ct .dbl a p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  width: calc(100% - 40px - 15px - 10px);
}
.tec7-box {
  overflow: hidden;
}
.tec7ct {
  margin: 0 auto;
  padding: 175px 0 145px 0;
}
.tec7ct .desc{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}
.tec7-box.ab .tec7ct {
  padding: 175px 0 0 0;
}
.tec7ct .top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.tec7ct .top .left {
  width: calc(100% - 250px);
}
.tec7ct .top .qhpb {
  display: flex;
}
.tec7ct .top .qhpb .qh {
  width: 100px;
  height: 100px;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tec7ct .top .qhpb .qh i {
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s;
}
.tec7ct .top .qhpb .prev {
  margin-right: 10px;
}
.tec7ct .top .qhpb .prev:hover i {
  transform: translateX(-10px);
}
.tec7ct .top .qhpb .next:hover i {
  transform: translateX(10px);
}
.tec7-swiper {
  padding: 25px 0;
  margin-top: 55px;
}
.tec7-swiper .item {
  display: block;
  transition: 0.5s;
}
.tec7-swiper .item:hover {
  transform: translateY(-25px);
}
.tec7-swiper .item:hover .ib img {
  transform: scale(1.08);
}
.tec7-swiper .item .ib {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.tec7-swiper .item .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.tec7-swiper .item .txt {
  padding-top: 36px;
}
.tec7-swiper .item .txt h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 30px;
  color: #222222;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
  overflow-wrap: break-word;
}
.tec7-swiper .item .txt .wz {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 28px;
  width: 85%;
  /*overflow: hidden;*/
  /*display: -webkit-box;*/
  /*-webkit-box-orient: vertical;*/
  /*-webkit-line-clamp: 1;*/
  word-break: break-word;
  /*overflow-wrap: break-word;*/
  margin-top: 10px;
}
.tec8-box {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0 calc((100vw - 1400px) / 2) 300px 0;
  position: relative;
}
.tec8-box .left {
  width: calc(100% - 530px - 210px);
  margin-right: 210px;
}
.tec8-box .left img {
  width: 100%;
  min-height: 450px;
  object-fit: cover;
}
.tec8-box .left .qhpb {
  display: flex;
  margin-left: auto;
  width: max-content;
  margin-top: 18px;
}
.tec8-box .left .qhpb .qh {
  width: 100px;
  height: 100px;
  background: #0a0a0a;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.tec8-box .left .qhpb .qh i {
  font-size: 20px;
  color: #ffffff;
  transition: 0.3s;
}
.tec8-box .left .qhpb .prev {
  margin-right: 10px;
}
.tec8-box .left .qhpb .prev:hover i {
  transform: translateX(-10px);
}
.tec8-box .left .qhpb .next:hover i {
  transform: translateX(10px);
}
.tec8-box .right {
  width: 530px;
  padding-top: 100px;
}
.tec8-box .right .desc{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    margin-top: 20px;
}
.tec8-box .flow-rq {
  position: absolute;
  right: 0;
  bottom: 170px;
  z-index: 9;
  width: 45%;
}
.tec8-swiper .swiper-wrapper{
  align-items: stretch;
}
.tec8-swiper .swiper-slide{
  display: flex;
  height: auto;
}
.tec8-swiper .item {
  display: flex;
  justify-content: space-between;
  background-color: #f8f8f8;
  /*min-height: 299px;*/
  padding: 52px 80px 52px 80px;
  width: 100%;
}
.tec8-swiper .item .rund {
  width: 60px;
  height: 60px;
  background: #0a0a0a;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/*.tec8-swiper .item .txt {*/
/*  width: calc(100% - 60px - 47px);*/
/*}*/
.tec8-swiper .item .txt{
  max-width: 100%;
}
.tec8-swiper .item .txt .title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.tec8-swiper .item .txt h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  margin-top: 5px;
}
.tec8-swiper .item .txt .tag {
  /*display: flex;*/
  /*flex-wrap: wrap;*/
  margin-top: 40px;
  max-width: 100%;
}
.tec8-swiper .item .txt .tag.idx3{
  display: flex;
  flex-wrap: wrap;
  width: 520px;
}
.tec8-swiper .item .txt .tag.idx2 p{
  width: 320px;
}
.tec8-swiper .item .txt .tag.idx3 p{
  width: 250px;
}
.tec8-swiper .item .txt .tag p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  background-color: #eeeeee;
  padding: 5px 10px;
  margin-right: 10px;
  margin-top: 10px;
  width: 396px;
  max-width: 100%;
  /*text-align: center;*/
}
.tec9-box {
  background: url(../images/tec16.jpg) no-repeat center / cover;
}
.tec9ct {
  margin: 0 auto;
  padding: 180px 0 190px 0;
}
.tec9ct .mide {
  display: flex;
  margin-top: 60px;
}
.tec9ct .mide .item {
  width: calc((100% - 75px) / 4);
  margin-right: 25px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 62px 49px 67px 49px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.5s;
}
.tec9ct .mide .item:hover {
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.4);
}
.tec9ct .mide .item:nth-of-type(even) {
  transform: translateY(40px);
}
.tec9ct .mide .item:nth-of-type(4n) {
  margin-right: 0;
}
.tec9ct .tec-title.white .flow-title {
  opacity: 0.1;
}
.tec9ct .mide .item .rund {
  width: 60px;
  height: 60px;
  /*background: #ffffff;*/
  border: 1px solid #ffffff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 56px;
}
.tec9ct .mide .item .txt h3 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #ffffff;
  text-align: center;
}
.tec9ct .mide .item .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 24px;
  opacity: 0.5;
  text-align: center;
  margin-top: 18px;
}
.tec9ct .mide .item .tag {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
}
.tec9ct .mide .item .tag p {
  width: calc((100% - 10px) / 2);
  margin-right: 10px;
  margin-top: 10px;
  background-color: rgba(245, 245, 245, 0.2);
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  padding: 9px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tec9ct .mide .item .tag p:nth-of-type(2n) {
  margin-right: 0;
}
.ab4-box.event {
  padding: 100px 0 15% calc((100vw - 1400px) / 2);
}
.tec10-box {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 165px 0 300px calc((100vw - 1400px) / 2);
  position: relative;
}
.tec10-box.odd{
  padding-top: 0;
}
.tec10-box.event {
  flex-direction: row-reverse;
  padding: 0 calc((100vw - 1400px) / 2) 270px 0;
}
.tec10-box.event .flow-sw {
  left: unset;
  right: 0;
  bottom: 140px;
}
.tec10-box .gy-qh-btn {
  bottom: 0;
  left: calc(100% + 50px);
}
.tec10-box.event .gy-qh-btn {
  left: unset;
  right: calc(100% + 50px);
}
.tec10-box .left {
  width: 530px;
  padding-top: 50px;
}
.tec10-box .left .big-title {
  position: relative;
}
.tec10-box .left .big-title .flow-title {
  font-family: var(--font-family-inter);
  font-weight: 900;
  font-size: 150px;
  color: #222222;
  opacity: 0.08;
  position: absolute;
  bottom: -15px;
  right: 78%;
  line-height: 1;
}
.tec10-box .left .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  margin: 19px 0 60px 0;
}
.tec10-box .left .more {
  width: 200px;
  height: 55px;
  background: #0a0a0a;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  display: block;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tec10-box .left .more span {
  position: relative;
}
.tec10-box .left .more span::after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: 0.3s;
}
.tec10-box .left .more:hover span::after {
  width: 100%;
}
.tec10-box .right {
  width: calc(100% - 485px - 200px);
}
.tec10-box .right img {
  width: 100%;
  min-height: 500px;
  object-fit: cover;
}
.tec10-box .flow-sw {
  position: absolute;
  left: 0;
  bottom: 140px;
  width: calc(100% - 33%);
}
.tec10-box .tec-swiper .swiper-wrapper{
  align-items: stretch;
}
.tec10-box .tec-swiper .swiper-slide{
  display: flex;
  height: auto;
}
.tec10-box .tec-swiper .item {
  background-color: #f8f8f8;
  /*min-height: 300px;*/
  padding: 50px 60px 45px 60px;
  transition: 0.3s;
  width: 100%;
}
.tec10-box .tec-swiper .item .numb {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
  transition: 0.3s;
  margin-bottom: 25px;
  text-align: center;
}
.tec10-box .tec-swiper .item .txt {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 30px;
  transition: 0.3s;
  text-align: center;
}
.tec10-box .tec-swiper .item:hover {
  background-color: #111111;
}
.tec10-box .tec-swiper .item:hover .numb {
  color: #ffffff;
}
.tec10-box .tec-swiper .item:hover .txt {
  color: #ffffff;
}
.privacy-diaolog {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1999;
  display: none;
  overflow-y: auto;
}
.privacy-diaolog .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 1000px;
}
.privacy-diaolog .content .top {
  display: flex;
  justify-content: flex-end;
  padding: 15px 10px 0 10px;
}
.privacy-diaolog .content .top i {
  font-size: 22px;
  color: #848484;
  cursor: pointer;
  transition: 0.3s;
}
.privacy-diaolog .content .top i:hover {
  color: #222222;
}
.privacy-diaolog .content .mide {
  padding: 0 0 50px 40px;
  margin-top: 20px;
}
.privacy-diaolog .content .title {
  text-align: center;
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 24px;
  color: #000000;
}
.privacy-diaolog .content .wz {
  overflow-y: auto;
  height: auto;
  max-height: 510px;
  padding-right: 20px;
  margin-top: 25px;
  font-family: var(--font-family);
}
.privacy-diaolog .content .wz h1,
.privacy-diaolog .content .wz h2,
.privacy-diaolog .content .wz h3,
.privacy-diaolog .content .wz h4,
.privacy-diaolog .content .wz h5,
.privacy-diaolog .content .wz h6 {
  font-family: var(--font-family);
  font-weight: bold;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
}
.privacy-diaolog .content .wz p,
.privacy-diaolog .content .wz span {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #555555;
  line-height: 30px;
  text-indent: 16px;
}
.privacy-diaolog .content .wz::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}
.privacy-diaolog .content .wz::-webkit-scrollbar-thumb {
  background: #222222;
}
.privacy-diaolog .content .wz::-webkit-scrollbar-track {
  background: #dedede;
}
.page {
  width: 100%;
  margin-top: 75px;
}
.page.jz .el-pagination {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.page .el-pagination {
  text-align: center;
  width: 100%;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  padding: 0px;
}
.page .el-pagination__total {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
}
.page .el-pagination .btn-prev {
  width: 56px;
  height: 56px;
  margin-right: 9px;
  padding: 0;
  border-radius: 0;
  min-width: 56px;
  border: 1px solid #d2d2d2;
  background-color: transparent;
}
.page .el-pagination .btn-next {
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 0;
  min-width: 56px;
  border: 1px solid #d2d2d2;
  background-color: transparent;
}
.page .el-pagination .btn-prev i,
.page .el-pagination .btn-next i {
  font-size: 18px;
}
.page .el-pager li {
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  margin-right: 9px;
  padding: 0px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #111111;
  border-radius: 0;
  transition: 0.3s;
  border: 1px solid #d2d2d2 !important;
  background-color: transparent;
}
.page .el-pager li.active {
  background-color: #0a0a0a;
  color: #ffffff;
  border-color: #0a0a0a !important;
}
.page .el-pagination .el-pager li:hover {
  color: #ffffff !important;
  background-color: #0a0a0a;
  border-color: #0a0a0a !important;
}
.page .el-pagination .el-pager .btn-quicknext:hover {
  color: #111111;
}
.hover-area {
  cursor: grab;
}
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  background: #000;
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  will-change: transform, opacity;
  transition: opacity 0.2s ease;
}
.custom-cursor i {
  font-size: 18px;
  color: #ffffff;
}
.custom-cursor.white {
  background-color: #ffffff;
}
.custom-cursor.white i {
  color: #000000;
}
.ft-box {
  background-color: #0a0a0a;
}
.ftct {
  margin: 0 auto;
  padding: 85px 0 0 0;
}
.ftct .mide {
  display: flex;
  justify-content: space-between;
}
.ftct .mide .ft-logo img:last-of-type {
  display: none;
}
.ftct .mide .ft-logo img {
  width: 253px;
}
.ftct .mide .ft-nav {
  display: flex;
}
.ftct .mide .ft-nav .item:not(:first-of-type) {
  margin-left: 115px;
}
.ftct .mide .ft-nav .item .title {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 20px;
}
.ftct .mide .ft-nav .item .txt a {
  display: block;
  transition: 0.3s;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 15px;
  color: #ffffff;
  opacity: 0.4;
}
.ftct .mide .ft-nav .item .txt a:not(:first-of-type) {
  margin-top: 10px;
}
.ftct .mide .ft-nav .item .txt a:hover {
  opacity: 1;
  text-decoration: underline;
}
.ftct .cont {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 140px;
  padding: 30px 0 35px 0;
}
.ftct .cont .item {
  display: flex;
  align-items: center;
}
.ftct .cont .item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.4;
}
.ftct .cont .item a {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 16px;
  color: #ffffff;
  display: block;
  margin-left: 15px;
}
.ftct .cont .item .rund {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.ftct .cont .item .rund img{
  transform: scale(0.8);
}
.ftct .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 55px 0;
}
.ftct .link .left a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.4;
  transition: 0.3s;
}
.ftct .link .left a:hover {
  opacity: 1;
}
.ftct .link .icon {
  display: flex;
  align-items: center;
}
.ftct .link .icon .ib img:last-of-type {
  display: none;
}
.ftct .link .icon .item {
  position: relative;
}
.ftct .link .icon .item:hover .ib img:last-of-type {
  display: block;
}
.ftct .link .icon .item:hover .ib img:first-of-type {
  display: none;
}
.ftct .link .icon .item:not(:first-of-type) {
  margin-left: 25px;
}
.ftct .link .icon .item .flow {
  position: absolute;
  left: 50%;
  bottom: calc(100% + 8px);
  transform: translateX(-50%) scaleY(0);
  background-color: #ffffff;
  border-radius: 4px;
  padding: 4px;
  overflow: hidden;
  transition: 0.3s;
  transform-origin: bottom;
  opacity: 0;
}
.ftct .link .icon .item .flow img {
  width: 100px;
}
.ftct .link .icon .item:hover .flow {
  transform: translateX(-50%) scaleY(1);
  opacity: 1;
}
/* 开屏 */
#loading-screen {
  position: fixed;
  inset: 0;
  z-index: 99998;
  background: #0a0a0a;

  display: flex;
  align-items: center;
  justify-content: center;

  overflow: hidden;

  transition:
    opacity 0.8s ease,
    visibility 0.8s ease;
}
#loading-screen.hide {
  opacity: 0;
  visibility: hidden;
}
.loading-inner {
  position: relative;
  text-align: center;
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}
/* 内容离场 */
.loading-inner.hide {
  opacity: 0;
  transform: translateY(-20px);
}
/* logo区域 */
.logo-wrap {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 50px;

  display: flex;
  align-items: center;
  justify-content: center;
}
.loading-logo {
  position: relative;
  width: 220px;
  z-index: 2;
  opacity: 0;
  filter: blur(20px);
  animation: logoShow 1.8s ease forwards;
} /* 光晕 */
.logo-glow {
  position: absolute;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(255, 255, 255, 0.35) 0%,
    rgba(255, 255, 255, 0) 70%
  );
  animation: glowPulse 2.4s infinite;
}
/* 进度条 */
.loading-line {
  width: 260px;
  height: 2px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
  margin: auto;
}
.loading-progress {
  width: 0;
  height: 100%;
  background: #fff;
  animation: progressMove 2.8s ease forwards;
}
.loading-text {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  letter-spacing: 6px;
  animation: textFlash 1.5s infinite;
}
/* Logo出现 */
@keyframes logoShow {
  0% {
    opacity: 0;
    transform: scale(0.7);
    filter: blur(20px);
  }

  100% {
    opacity: 1;
    transform: scale(1);
    filter: blur(0);
  }
}
/* 光晕呼吸 */
@keyframes glowPulse {
  0% {
    transform: scale(0.8);
    opacity: 0.3;
  }

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

  100% {
    transform: scale(1.5);
    opacity: 0;
  }
}
/* 进度条 */
@keyframes progressMove {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
} /* 文字闪烁 */
@keyframes textFlash {
  0%,
  100% {
    opacity: 0.4;
  }

  50% {
    opacity: 1;
  }
}
/* 转场容器 */
.page-transition {
  position: fixed;
  inset: 0;
  z-index: 99999;
  pointer-events: none;

  overflow: hidden;
}
/* 白色色块 */
.transition-white,
.transition-black {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;

  transform: translateY(-100%);
}

/* 白色 */
.transition-white {
  background: #fff;
  z-index: 1;
}

/* 黑色 */
.transition-black {
  background: #0a0a0a;
  z-index: 2;
}

/* 开始动画 */
.page-transition.active .transition-white {
  animation:
    whiteDrop 1s cubic-bezier(0.77, 0, 0.175, 1) forwards,
    whiteLeave 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;

  animation-delay: 0s, 1.1s;
}

.page-transition.active .transition-black {
  animation:
    blackDrop 1s cubic-bezier(0.77, 0, 0.175, 1) forwards,
    blackLeave 0.9s cubic-bezier(0.77, 0, 0.175, 1) forwards;

  animation-delay: 0.15s, 1.2s;
}

/* 白色下刷 */
@keyframes whiteDrop {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

/* 黑色跟着下刷 */
@keyframes blackDrop {
  0% {
    transform: translateY(-100%);
  }

  100% {
    transform: translateY(0%);
  }
}

/* 黑色离场 */
@keyframes blackLeave {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(100%);
  }
}
@keyframes whiteLeave {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(100%);
  }
}
@media only screen and (max-width: 1660px) {
  .center-1600 {
    width: 1400px;
  }
  .headerct .nav li:not(:first-of-type) {
    margin-left: 45px;
  }
  .headerct .language {
    margin: 0 55px 0 135px;
  }
  .i4-box .right {
    padding: 0 9vw 0 100px;
  }
  .marquee-pb {
    font-size: 160px;
  }
  .marquee-top {
    height: 530px;
  }
  .marquee-bottom {
    height: 530px;
  }
  .two-nav-ct .back {
    right: 100%;
  }
  .cu-swiper .ib {
    height: 680px;
  }
  .i3-box .right .grid-item a img{
     height: 250px;
  }
}
@media only screen and (max-width: 1560px) {
  .privacy-diaolog .content .wz {
    max-height: 380px;
  }
  .privacy-diaolog .content {
    width: 900px;
  }
  .headerct .language {
    margin: 0 35px 0 90px;
  }
  .center-1600 {
    width: 1200px;
  }
  .center-1400 {
    width: 1100px;
  }
  .center-1200 {
    width: 1000px;
  }
  .headerct .nav li:not(:first-of-type) {
    margin-left: 35px;
  }
  .two-nav-ct .item1 {
    width: calc(100% - 400px - 400px);
    padding: 20vh 0 0 40px;
  }
  .two-nav-ct .item3 {
    width: 400px;
    padding: 20vh 0 0 50px;
  }
  .two-nav-ct .item2 {
    width: 400px;
  }
  .two-nav-ct .item1 .nav-b .nav .two-a {
    width: 400px;
    transform: translate(-60px, -50%);
  }
  .two-nav-ct .item3 .link {
    bottom: 8vh;
  }
  .mySwiper .ct .line {
    width: 140px;
  }
  .mySwiper .ct h3 {
    font-size: 50px;
    line-height: 56px;
  }
  .mySwiper .ct {
    width: 480px;
  }
  .marquee-pb {
    font-size: 130px;
  }
  .marquee-top {
    height: 430px;
  }
  .marquee-bottom {
    height: 430px;
  }
  .i1-box {
    padding: 140px 0 0 15%;
  }
  .i1-title h3 {
    font-size: 51px;
    line-height: 60px;
    margin-top: 10px;
  }
  .i1-box .top .right .pbqh {
    width: 80px;
    height: 80px;
  }
  .i1-swiper .item {
    padding-bottom: 150px;
  }
  .i1-box .swb::before {
    width: calc(100% + 70px);
    height: calc(100% - 110px);
  }
  .i1-swiper .txt h3 {
    font-size: 30px;
  }
  .i1-swiper .txt {
    margin-top: 20px;
  }
  .i1-swiper .txt h6 {
    margin: 16px 0 30px 0;
    width: 86%;
  }
  .i2-box {
    padding: 150px 10% 0 0;
  }
  .i2-box .right .desc {
    margin: 40px 0 60px 0;
  }
  .i2-box .right .line-title {
    top: 40px;
  }
  .i3-box {
    padding: 150px 9% 70px 7%;
  }
  .i3-box .right .grid-item a .flow-wz {
    padding: 0 30px;
    bottom: 30px;
    transform: translateY(70px);
  }
  .i3-box .right .grid-item a .flow-wz h6 {
    font-size: 20px;
  }
  .i3-box .left .line-title {
    margin-top: 170px;
  }
  .i3-box::before {
    height: calc(100% - 270px - 150px);
  }
  .i3-box .left .tag {
    margin-top: 60px;
  }
  .i3-box .left {
    width: 330px;
  }
  .i3-box .right {
    width: calc(100% - 330px - 120px);
  }
  .i3-box .right .flow-case {
    top: 70%;
  }
  .i4-box .left .flow-ib .flog img {
    width: 424px;
  }
  .i4-box .right {
    padding: 0 9vw 0 100px;
  }
  .i4-box .right .desc {
    margin: 28px 0 65px 0;
  }
  .i4-box .right .numContent .item .db .num {
    font-size: 38px;
  }
  .i4-box .right .numContent .item .db p {
    font-size: 38px;
  }
  .i4-box .right .numContent .item:not(:first-of-type) {
    margin-top: 50px;
  }
  .i4-box {
    padding-bottom: 140px;
  }
  .i4-box .right .numContent .item .wz {
    font-size: 17px;
  }
  .i4-box .right .i1-title h3{
    font-size: 46px;
    line-height: 55px;
  }
  .i5ct .right {
    width: 670px;
  }
  .i5ct .left {
    max-width: calc(100% - 670px - 70px);
  }
  .i5ct {
    padding: 120px 0 140px 0;
  }
  .i5ct .left .i-more {
    margin-top: 90px;
  }
  .i5ct .right .row {
    padding: 45px 0 42px 0;
  }
  .pb-title-72 {
    font-size: 52px;
  }
  .faq1ct {
    padding: 110px 0 140px 0;
  }
  .faq1ct .search {
    margin: 90px auto 0;
  }
  .faq1ct .search form {
    width: 700px;
    height: 66px;
  }
  .faq1ct .search form button {
    height: 55px;
  }
  .faq1ct .mide .slide {
    width: 280px;
  }
  .faq1ct .mide .content {
    width: calc(100% - 280px - 150px);
  }
  .faq1ct .mide {
    margin-top: 90px;
  }
  /*.faq-list li {*/
  /*  padding: 32px 0;*/
  /*}*/
  /*.faq-list li .db p {*/
  /*  font-size: 19px;*/
  /*}*/
  .down1ct {
    padding: 100px 0 140px 0;
  }
  .down-tag {
    margin-top: 70px;
  }
  .cu1ct {
    padding: 90px 0 135px 0;
  }
  .cu-list .item {
    padding: 55px 57px 50px 57px;
    /*height: 250px;*/
  }
  .cu-list .item .rund {
    width: 66px;
    height: 66px;
  }
  /*.cu-list .item .txt {*/
  /*  width: calc(100% - 66px - 48px);*/
  /*}*/
  .cu2-box {
    padding: 0 calc((100vw - 1100px) / 2) 140px 0;
  }
  .cu-swiper .ib {
    height: 610px;
  }
  .cu-swiper .title {
    padding-left: calc((100vw - 1100px) / 2);
    font-size: 19px;
    margin-top: 23px;
  }
  .cu-swiper .swiper-pagination {
    top: 83%;
  }
  .cont1ct {
    padding: 170px 0 140px 0;
  }
  .cont1ct .top {
    margin-top: 80px;
  }
  .cont1ct .top .right .icon {
    margin-top: 50px;
  }
  .map-b {
    margin-top: 160px;
  }
  /*.map-b .content .wz .rq {*/
  /*  width: 440px;*/
  /*  padding: 35px 45px;*/
  /*}*/
  .map-b .content .wz .rq h4 {
    font-size: 22px;
  }
  .com1ct {
    padding: 170px 0 140px 0;
  }
  .com1ct .top {
    margin-top: 85px;
  }
  .com2ct {
    padding: 120px 0 160px 0;
  }
  .com2-box::before {
    width: calc(100% - (100% - 1100px) / 2);
  }
  .com2ct form .row {
    width: 75%;
  }
  .com2ct form .row .lab {
    /*font-size: 19px;*/
    width: 180px;
  }
  .com2ct form .row .nr {
    width: calc(100% - 180px - 35px);
  }
  .com2ct form .row:not(:first-of-type) {
    margin-top: 30px;
  }
  /*.com2ct form .row .nr input {*/
  /*  height: 70px;*/
  /*}*/
  /*.com2ct form .row .nr textarea {*/
  /*  height: 220px;*/
  /*}*/
  /*.com2ct form .dbl button {*/
  /*  width: 420px;*/
  /*  height: 62px;*/
  /*}*/
  .com2ct form .dbl {
    padding: 0 90px 0 65px;
  }
  .case1ct {
    padding: 100px 0 140px 0;
  }
  .case1ct .mide {
    margin-top: 100px;
  }
  .case1ct .mide .grid-item p {
    /*font-size: 19px;*/
    margin-top: 20px;
  }
  .case1ct .mide .grid-item a .ib{
    height: 220px;
  }
  .cased1ct {
    padding: 170px 0 40px 0;
  }
  .ab1ct {
    padding: 110px 0 170px 0;
  }
  .ab1ct .mide {
    margin-top: 90px;
  }
  .ab2-box {
    padding: 0 0 280px calc((100vw - 1100px) / 2);
  }
  .ab2-box .left {
    width: 450px;
    padding-top: 60px;
  }
  .ab2-box .right {
    width: calc(100% - 450px - 120px);
  }
  .ab2-box .flow-sw {
    bottom: 140px;
  }
  .gy-qh-btn .pbqh {
    width: 80px;
    height: 80px;
  }
  .ab2-box .ab1-swiper .item .numb {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .ab2-box .ab1-swiper .item .txt h6 {
    font-size: 17px;
  }
  .ab2-box .ab1-swiper .item .txt p {
    margin-top: 10px;
  }
  .ab2-box .ab1-swiper .item {
    min-height: 250px;
    padding: 40px 51px 25px 51px;
  }
  .ab3ct .left {
    width: 360px;
  }
  .ab3ct .right {
    width: 620px;
  }
  .ab3ct .desc-swiper .item .title {
    font-size: 30px;
  }
  .ab3ct .desc-swiper .item img {
    height: 400px;
  }
  .ab3ct .mide-line {
    height: 500px;
  }
  .ab3ct .time-swiper .swiper-slide-active .wz {
    font-size: 100px;
  }
  .ab3ct .time-swiper .swiper-slide-prev .wz,
  .ab3ct .time-swiper .swiper-slide-next .wz {
    font-size: 38px;
  }
  .tec7-box.ab .tec7ct{
    padding: 145px 0 0 0;
  }
  .ab4-box {
    padding: 100px 0 15% calc((100vw - 1100px) / 2);
  }
  .ab4-box.abt{
    padding: 100px 0 13% calc((100vw - 1100px) / 2);
  }
  .ab4-box .sw-b .gy-qh-btn {
    right: calc((100vw - 1100px) / 2);
    top: -105px;
  }
  .ab4-box .sw-b::after {
    width: calc(100% + 60px);
  }
  .ab4-box .ab4-swiper {
    width: calc(100% - 80px);
  }
  .pb-title-48 {
    font-size: 40px;
  }
  .ab4-box .sw-b {
    margin-top: 110px;
  }
  .join1ct {
    padding: 170px 0 100px 0;
  }
  .join1ct .top {
    margin-top: 80px;
  }
  .join3ct {
    padding: 120px 0;
  }
  .join3ct .l-b {
    margin-top: 100px;
  }
  .newsd1ct {
    padding: 160px 0 0 0;
  }
  .newsd-mide {
    margin-top: 75px;
  }
  .pb-slide {
    width: 320px;
  }
  .newsd-mide .content {
    width: calc(100% - 320px - 40px);
    padding-right: 40px;
    padding-bottom: 140px;
  }
  .newsd-mide .top-mide .top-rq .title {
    font-size: 40px;
  }
  .newsd-mide .top-mide .fx {
    margin-top: 100px;
  }
  .newsd-mide .top-mide .fy {
    margin-top: 60px;
    padding: 45px 0;
  }
  .xgtj-list {
    margin-top: 50px;
  }
  .xgtj-list li a {
    padding: 44px 0;
  }
  .xgtj-list li a .ib {
    width: 220px;
    height: 220px;
  }
  .xgtj-list li a .txt {
    width: calc(100% - 220px - 65px);
  }
  .news1ct {
    padding: 100px 0 140px 0;
  }
  .news-mide .box {
    padding-right: 40px;
  }
  .news-mide .content {
    width: calc(100% - 320px - 40px);
  }
  .news-mide .news-swiper .item .ib {
    height: 460px;
  }
  .news-mide {
    margin-top: 100px;
  }
  .news-list li a .ib {
    height: 322px;
  }
  .news-list li {
    margin-top: 100px;
  }
  .pb-slide .tj-box .new-more {
    height: 70px;
  }
  .pb-slide .tj-box .rm .item .ib {
    height: 180px;
  }
  .psd1ct {
    padding: 170px 0 80px 0;
  }
  .psd1ct .mide {
    margin-top: 125px;
  }
  .psd1ct .psd-swiper {
    height: 550px;
  }
  .ps1ct {
    width: 1150px;
    padding: 110px 0 150px 0;
  }
  .ps1ct .mide {
    margin-top: 120px;
  }
  .pd-ser-list {
    width: calc((100% - 120px) / 2);
    margin-right: 120px;
  }
  .pd-ser-list li .ib {
    height: 290px;
  }
  .pd-ser-list li .txt h3 {
    font-size: 36px;
  }
  .pd-ser-list li .txt {
    margin-top: 35px;
  }
  .pd-ser-list li .txt h6 {
    margin: 16px 0 53px 0;
  }
  .pd-ser-list li:not(:first-of-type) {
    margin-top: 150px;
  }
  .pd-ser-list:nth-of-type(2) li:first-of-type {
    margin-top: 120px;
  }
  .teamct {
    padding: 115px 0 145px 0;
  }
  .team2-box {
    padding-right: calc((100vw - 1100px) / 2);
  }
  .team3ct {
    padding: 70px 0 180px 0;
  }
  .tec10-box {
    padding: 165px 0 350px calc((100vw - 1100px) / 2);
  }
  .tec10-box.event {
    padding: 0 calc((100vw - 1100px) / 2) 270px 0;
  }
  .tec10-box .left .big-title .flow-title {
    font-size: 120px;
    right: 83%;
  }
  .tec10-box.event .flow-sw {
    bottom: 120px;
  }
  .tec10-box .flow-sw {
    bottom: 120px;
  }
  .tec10-box .left {
    width: 470px;
    padding-top: 35px;
  }
  .tec10-box .left .desc {
    margin: 19px 0 50px 0;
  }
  .tec10-box .right {
    width: calc(100% - 450px - 150px);
  }
  .tec10-box .tec-swiper .item {
    /*min-height: 250px;*/
    padding: 40px 53px 35px 53px;
  }
  .tec-title .flow-title {
    font-size: 120px;
    bottom: 15px;
  }
  .tec3ct {
    padding: 80px 0 180px 0;
  }
  .tec3ct .swb .pbqh .qh {
    width: 80px;
    height: 80px;
  }
  .tec3ct .swb .pbqh {
    bottom: -30px;
  }
  /*.tec3ct .mide {*/
  /*  height: 380px;*/
  /*}*/
  .tec3ct .mide .left {
    padding: 50px 50px;
  }
  .tec4ct {
    padding: 170px 0 155px 0;
  }
  .tec4ct .tec4-swiper {
    margin-top: 70px;
  }
  .tec4ct .tec4-swiper .item {
    padding: 45px 75px 54px 75px;
  }
  /*.tec4ct .tec4-swiper .item .txt {*/
  /*  width: calc(100% - 60px - 42px);*/
  /*}*/
  .tec4ct .tec4-swiper .item .txt .tag {
    margin-top: 32px;
  }
  /*.tec4ct .tec4-swiper .item .txt .tag p{*/
  /*  padding: 8px 8px;*/
  /*}*/
  .tec4ct .pbqh .qh {
    width: 80px;
    height: 80px;
  }
  .tec5-box {
    padding: 180px 0 130px calc((100% - 1100px) / 2);
  }
  .tec5-swiper .item .txt h3 {
    font-size: 28px;
  }
  .tec5-swiper .item .txt {
    padding-top: 28px;
  }
  .tec5-box .gy-qh-btn {
    top: 150px;
    right: calc((100vw - 1100px) / 2);
  }
  .tec6ct {
    padding: 160px 0 140px 0;
  }
  .tec6ct .mide {
    margin-top: 100px;
  }
  .tec6ct .dbl {
    margin-top: 100px;
  }
  .tec7ct {
    padding: 155px 0 130px 0;
  }
  .tec7ct .top .qhpb .qh {
    width: 80px;
    height: 80px;
  }
  .tec7-swiper .item .ib {
    height: 320px;
  }
  .tec7-swiper .item .txt h3 {
    font-size: 28px;
  }
  .tec7-swiper .item .txt {
    padding-top: 33px;
  }
  .tec8-box {
    padding: 0 calc((100vw - 1100px) / 2) 300px 0;
  }
  /*.tec8-swiper .item .txt {*/
  /*  width: calc(100% - 60px - 40px);*/
  /*}*/
  .tec8-box .left .qhpb .qh {
    width: 80px;
    height: 80px;
  }
  .tec8-box .left {
    width: calc(100% - 450px - 180px);
    margin-right: 180px;
  }
  .tec8-box .right {
    width: 450px;
    padding-top: 80px;
  }
  .tec8-box .flow-rq {
    width: 48%;
    bottom: 150px;
  }
  .tec8-swiper .item {
    /*min-height: 269px;*/
    padding: 42px 50px 42px 60px;
  }
  .tec9ct {
    padding: 170px 0;
  }
  .tec9ct .mide .item {
    padding: 52px 39px 57px 39px;
  }
  .tec9ct .mide .item .rund {
    width: 56px;
    height: 56px;
    margin: 0 auto 46px;
  }
  .tec9ct .mide .item .txt h3 {
    font-size: 20px;
  }
  .tec9ct .mide .item .txt p {
    margin-top: 15px;
  }
  .tec9ct .mide .item .tag {
    margin-top: 30px;
  }
  .ab4-box.event {
    padding: 100px 0 15% calc((100vw - 1100px) / 2);
  }
  .ftct .mide .ft-nav .item:not(:first-of-type) {
    margin-left: 55px;
  }
  .ftct .cont {
    margin-top: 110px;
    padding: 20px 0 25px 0;
  }
  .ftct .link {
    padding: 45px 0;
  }
}
@media only screen and (max-width: 1460px) {
  .cu-swiper .ib {
    height: 540px;
  }
  .i3-box .right .grid-item a img{
    height: 220px;
  }
  .i3-box .left .line-title{
    margin-top: 130px;
  }
}
@media screen and (min-width: 2120px) {
  .i3-box .right .grid-item a img{
    height: 400px;
  }
}
@media screen and (min-width: 2420px) {
  .i3-box .right .grid-item a img{
    height: 500px;
  }
}