@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;
}

* {
  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;
}

.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 {
  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;
}
.headerct .nav {
  display: flex;
}
.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;
}
.headerct .nav li > a::after {
  display: block;
  content: '';
  position: absolute;
  top: calc(100% + 10px);
  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;
}
.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: Arial;
  font-weight: 900;
  font-size: 60px;
  color: #ffffff;
  line-height: 66px;
  margin: 50px 0 33px 0;
}
.mySwiper .ct p {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
}
.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-heavy);
  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: #1b1b1b;
  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% - 100px) / 2.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: 34vw;
  overflow: hidden;
}
.i1-swiper .ib img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s;
}
.i1-swiper .txt {
  margin-top: 45px;
}
.i1-swiper .txt h3 {
  font-family: var(--font-family-heavy);
  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;
}
.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: #1b1b1b;
  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%;
}
.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: #898989;
}
.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;
  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: #1b1b1b;
  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: 250px;
}
.i3-box .left .line-title .line {
  width: 1px;
  height: 100px;
  background: #898989;
}
.i3-box .left .line-title p {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.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 .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%;
  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-heavy);
  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: max-content;
}
.i4-box .left .flow-ib .min {
  width: max-content;
}
.i4-box .left .flow-ib .flog {
  position: absolute;
  bottom: 50px;
  right: 385px;
  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: pointer;
  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%;
}
.i4-box .right {
  padding: 0 9vw 0 180px;
  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-heavy);
  font-weight: 800;
  font-size: 42px;
  color: #222222;
  line-height: 1;
}
.i4-box .right .numContent .item .db p {
  font-family: var(--font-family-heavy);
  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: Arial;
  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: #222222;
  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;
}
.pd-ser-list li:not(:first-of-type) {
  margin-top: 200px;
}
.pd-ser-list:nth-of-type(2) li:first-of-type {
  margin-top: 150px;
}
.pd-ser-list li .ib {
  width: 100%;
  height: 700px;
  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-heavy);
  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 img {
  width: 100%;
  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-item {
  margin-bottom: 50px;
  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%;
  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%;
  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: 20px;
  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: 18px;
}
.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-heavy);
  font-weight: 800;
  font-size: 72px;
  color: #222222;
}
.pb-title-72.center {
  text-align: center;
}
.pb-js-18 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin-top: 20px;
}
.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: 70px 72px 30px 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: #1b1b1b;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cu-list .item .txt {
  width: calc(100% - 70px - 58px);
}
.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: 24px;
  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;
  bottom: 10%;
  padding-right: 56px;
}
.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: Arial;
  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: pointer;
}
.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-heavy);
  font-weight: 800;
  font-size: 48px;
  color: #222222;
}
.ab2-box {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  padding: 0 0 310px 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%;
}
.ab2-box .flow-sw {
  position: absolute;
  left: 0;
  bottom: 200px;
  width: calc(100% - 40%);
}
.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-heavy);
  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: #c9a87c;
}
.ab2-box .ab1-swiper .item:hover .txt h6 {
  color: #c9a87c;
}
.ab2-box .ab1-swiper .item:hover .txt p {
  color: rgba(255, 255, 255, 0.5);
}
.ab3-box {
  overflow: hidden;
}
.ab3ct {
  display: flex;
  margin: 0 auto;
  padding: 0 0 100px 0;
}
.ab3ct .left {
  width: 514px;
}
.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: Arial;
  font-weight: 400;
  font-size: 28px;
  color: #222222;
  opacity: 0;
  line-height: 1;
  padding: 5px 0;
  transition: all 0.4s ease;
  text-align: right;
  cursor: pointer;
}
.ab3ct .time-swiper .swiper-slide-active .wz {
  font-size: 150px;
  font-weight: bold;
  opacity: 1;
}
.ab3ct .time-swiper .swiper-slide-prev .wz,
.ab3ct .time-swiper .swiper-slide-next .wz {
  font-size: 60px;
  opacity: 0.5;
}
.ab3ct .mide-line {
  width: 1px;
  height: 600px;
  background-color: #eeeeee;
  margin: 0 125px;
}
.ab3ct .right {
  width: 531px;
  padding-top: 115px;
}
.ab3ct .right .rq {
  position: relative;
}
.ab3ct .right .rq::after {
  display: block;
  content: '';
  position: absolute;
  top: calc(100% - 125px);
  left: 125px;
  width: 766px;
  height: 429px;
  background-color: #f8f8f8;
}
.ab3ct .desc-swiper {
  width: 100%;
}
.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%;
  margin-top: 58px;
}
.ab4-box {
  overflow: hidden;
  padding: 120px 0 315px calc((1920px - 1400px) / 2);
  max-width: 1920px;
  margin: 0 auto;
}
.ab4-box .sw-b {
  margin-top: 150px;
  position: relative;
}
.ab4-box .sw-b::after {
  display: block;
  content: '';
  position: absolute;
  top: 168px;
  right: 0;
  width: calc(100% + 70px);
  height: 486px;
  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: 320px;
  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: 20px;
  color: #222222;
  margin-top: 25px;
}
.ab4-box .ab4-swiper.case .ib {
  height: 350px;
}
.team1-box {
  overflow: hidden;
}
.teamct {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 125px 0 165px 0;
}
.teamct .left {
  width: 565px;
}
.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((1920px - 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: #111111;
  margin-right: 35px;
}
.team2-box .flow .rq .tm {
  font-family: var(--font-family-heavy);
  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: #1b1b1b;
  margin-right: 20px;
}
.team3ct .left p {
  font-family: Arial;
  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: #111111;
  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: #111111;
}
.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: #000000;
  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: #111111;
  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: #111111;
  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);
}
.news1-box {
  overflow: hidden;
}
.news1ct {
  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 #111111;
  border-bottom: 1px solid #111111;
  margin-top: 75px;
  padding: 55px 0;
}
.newsd-mide .top-mide .fy img {
  width: 48px;
  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 #111111;
  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: #111111;
  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 160px 0;
  margin: 0 auto;
}
.cased3ct .mide img {
  max-width: 100%;
  margin: 0 auto;
}
.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 .content .bg {
  width: 100%;
}
.map-b .content .print {
  position: absolute;
  cursor: pointer;
}
.map-b .content .print .rund {
  position: relative;
}
.map-b .content .print .rund .pulse {
  position: relative;
  z-index: 1;
  width: 12px;
  height: 12px;
  background-color: #222222;
  border-radius: 50%;
}
.map-b .content .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 .content .pt1 .rund .pulse1,
.map-b .content .pt1 .rund .pulse2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  transition: 0.3s;
}
.map-b .content .pt1 .rund .pulse1 {
  background-color: rgba(34, 34, 34, 0.3);
  animation: bigpulse2 3s ease-out infinite;
}
.map-b .content .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 .content .pt1 {
  right: 21%;
  top: 48%;
}
.map-b .content .pt2 {
  right: 26%;
  top: 22%;
}
.map-b .content .pt3 {
  left: 18%;
  top: 39%;
}
.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 .content .pt1 .wz {
  padding-right: 68px;
}
.map-b .content .print:hover .wz {
  transform: translateY(-50%) scaleX(1);
  opacity: 1;
}
.map-b .content .wzrt .wz {
  right: unset;
  left: 100%;
  padding-right: 0;
  padding-left: 28px;
  transform-origin: left;
}
.map-b .content .wz .rq {
  background-color: #ffffff;
  box-shadow: 0px 0px 40px 0px rgba(34, 34, 34, 0.3);
  width: 480px;
  padding: 45px 55px;
}
.map-b .content .wz .rq h4 {
  font-family: var(--font-family);
  font-weight: 800;
  font-size: 24px;
  color: #222222;
}
.map-b .content .wz .rq .tg {
  display: flex;
  flex-wrap: wrap;
  margin-top: 5px;
}
.map-b .content .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 .content .wz .rq h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 24px;
  margin-top: 30px;
}
.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 form {
  margin-top: 120px;
}
.join3ct form .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 form .row:first-of-type {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.join3ct form .row .lab {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  width: 120px;
}
.join3ct form .row .nr {
  width: calc(100% - 120px - 100px);
}
.join3ct form .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 form .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;
}
.layui-input:focus,
.layui-textarea:focus {
  box-shadow: none;
}
.join3ct form .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 form .dbl {
  display: flex;
  margin-top: 80px;
}
.join3ct form .dbl .tj {
  width: 300px;
  height: 70px;
  background: #1b1b1b;
  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 form .dbl .tj.fs {
  margin-right: 0;
  background-color: transparent;
  border: 1px solid #1b1b1b;
  color: #1b1b1b;
}
.join3ct form .dbl .tj.fs span::after {
  background-color: #1b1b1b;
}
.join3ct form .dbl .tj span {
  position: relative;
}
.join3ct form .dbl .tj span::after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #ffffff;
  position: absolute;
  bottom: -2px;
  left: 0;
  transition: 0.3s;
}
.join3ct form .dbl .tj:hover span::after {
  width: 100%;
}
.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;
  min-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: #111111;
  color: #ffffff;
  border-color: #111111 !important;
}
.page .el-pagination .el-pager li:hover {
  color: #ffffff !important;
  background-color: #111111;
  border-color: #111111 !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: #171717;
}
.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: 18px;
  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: 16px;
  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 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: 18px;
  color: #ffffff;
  display: block;
  margin: 19px 0;
}
.ftct .cont .item .rund {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.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;
}
