@font-face {
  font-family: 'mont-regular';
  src: url('../css/fonts/Montserrat-Regular.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'mont-medium';
  src: url('../css/fonts/Montserrat-Medium.otf') format('opentype');
  font-display: swap;
}
@font-face {
  font-family: 'mont-light';
  src: url('../css/fonts/Montserrat-Light.otf') format('opentype');
  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:
    'mont-regular', 'PingFang SC', 'Microsoft YaHei', sans-serif, Arial;
  --font-family-medium:
    'mont-medium', 'PingFang SC', 'Microsoft YaHei', sans-serif, Arial;
  --font-family-light:
    'mont-light', '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;
  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 .contact::before,
.header-box.iactive .headerct .contact::before {
  background-color: #066128;
}
.header-box.active .headerct .contact:hover,
.header-box.iactive .headerct .contact:hover {
  color: #ffffff;
}
.header-box {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  transition: 0.3s;
}
.headerct {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
  margin: 0 auto;
}
.headerct .logo img:last-of-type {
  display: none;
}
.headerct .nav {
  display: flex;
}
.headerct .nav li > a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  position: relative;
}
.headerct .nav li > a::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}
.headerct .nav li:hover > a::after,
.headerct .nav li.active > a::after {
  width: 100%;
}
.headerct .nav li:not(:first-of-type) {
  margin-left: 59px;
}
.headerct .contact {
  width: 120px;
  height: 45px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 23px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: 0.3s;
}
.headerct .contact::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #ffffff;
  z-index: -1;
  transition: 0.3s;
}
.headerct .contact:hover {
  color: #222222;
}
.headerct .contact:hover::before {
  width: 100%;
}
.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;
  left: 50%;
  top: 25%;
  transform: translateX(-50%);
}
.mySwiper .ct .rq {
  opacity: 0;
  transform: translateX(-10vw);
  transition: 1.5s;
  transition-delay: 0.4s;
}
.mySwiper .swiper-slide-active .ct .rq {
  opacity: 1;
  transform: translateX(0);
}
.mySwiper .ct h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 66px;
  color: #ffffff;
  line-height: 80px;
}
.mySwiper .ct h3 p {
  font-family: var(--font-family-medium);
  color: #01a33d;
  text-transform: uppercase;
  font-style: italic;
}
.mySwiper .dbl {
  position: absolute;
  bottom: 7%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}
.mySwiper .dbl .nr {
  opacity: 0;
  transform: translateX(-10vw);
  transition: 1.5s;
  transition-delay: 0.4s;
  width: 460px;
}
.mySwiper .swiper-slide-active .dbl .nr {
  opacity: 1;
  transform: translateX(0);
}
.mySwiper .dbl a {
  width: 280px;
  height: 60px;
  background: #066128;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
.mySwiper .dbl a span {
  position: relative;
}
.mySwiper .dbl a span::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #ffffff;
  transition: 0.3s;
}
.mySwiper .dbl a:hover span::after {
  width: 100%;
}
.mySwiper .dbl p {
  font-family: var(--font-family-light);
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
  line-height: 26px;
  opacity: 0.6;
  margin-top: 38px;
}
.mySwiper .flow-dbl {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 7%;
  display: flex;
  justify-content: flex-end;
  z-index: 1;
}
.mySwiper .flow-dbl .line {
  width: 300px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.mySwiper .flow-dbl .line .progress {
  width: 0;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 1.2s;
}
.mySwiper .flow-dbl .db {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.mySwiper .flow-dbl .db .cr {
  font-family: var(--font-family-light);
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  margin-right: 10px;
}
.mySwiper .flow-dbl .db .to,
.mySwiper .flow-dbl .db p {
  font-family: var(--font-family-light);
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.4;
}
.mySwiper .flow-dbl .db p {
  margin-right: 5px;
}
.vd-play {
  display: none;
}
.pb-desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 26px;
}
.pb-lt-title-33 {
  font-family: var(--font-family-medium);
  font-weight: 500;
  font-size: 33px;
  color: #222222;
}
.pb-lt-title-33.lv {
  color: #066128;
}
.i1-box {
  overflow: hidden;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.i1-box .zmbg {
  position: absolute;
  top: calc(100% + 15px);
  left: 50%;
  transform: translateX(-50%);
  width: 84%;
}
.i1-box .flow-marquee {
  font-size: 470px;
  color: #fbfbfb;
  font-weight: 500;
  font-family: var(--font-family-medium);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  z-index: -1;
}
.i1ct {
  margin: 0 auto;
  padding: 120px 0 165px 0;
  position: relative;
  z-index: 1;
}
.i1ct .top {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.i1ct .top .right {
  width: 464px;
}
.i1ct .mide {
  display: flex;
  justify-content: space-between;
  margin-top: 130px;
}
.i1ct .mide .item {
  width: calc((100% - 320px) / 3);
  padding-top: 10px;
}
.i1ct .mide .item .ib {
  height: 60px;
  display: flex;
  align-items: center;
}
.i1ct .mide .item .ib img {
  max-height: 100%;
}
.i1ct .mide .item .title {
  font-family: var(--font-family-medium);
  font-weight: 500;
  font-size: 22px;
  color: #111111;
  margin: 33px 0 20px 0;
}
.i1ct .mide .item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  opacity: 0.7;
}
.i1ct .mide .line {
  width: 1px;
  height: 308px;
  background-color: #eaeaea;
}
.pb-title-36 {
  font-family: var(--font-family-medium);
  font-weight: 500;
  font-size: 36px;
  color: #111111;
  text-align: center;
}
.pb-title-36.lv {
  color: #066128;
}
.pb-title-36.lt {
  text-align: left;
}
.pb-title-16 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #000001;
  opacity: 0.7;
  text-align: center;
}
.pb-title-rq .pb-title-36.lv {
  margin-top: 10px;
}
.pb-title-rq .pb-title-16 {
  margin-top: 25px;
}
.pb-title-48 {
  text-align: center;
  font-family: var(--font-family-medium);
  font-weight: 500;
  font-size: 48px;
  color: #111111;
}
.i2-box {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
}
.i2swiper {
  margin-top: 70px;
}
.i2swiper .item {
  position: relative;
}
.i2swiper .item::before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: 1;
}
.i2swiper .item .bg {
  width: 100%;
  transition: 0.5s;
}
.i2swiper .item .flow {
  position: absolute;
  bottom: 0px;
  left: 0;
  padding: 0 80px 0 60px;
  width: 100%;
  opacity: 0;
  z-index: 2;
}
.i2swiper .item:hover::before {
  opacity: 1;
}
.i2swiper .item:hover .bg {
  filter: blur(2px);
}
.i2swiper .item:hover .flow {
  transition: 0.5s;
  bottom: 60px;
  opacity: 1;
}
.i2swiper .item .flow h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
}
.i2swiper .item .flow p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  line-height: 23px;
  color: #ffffff;
  opacity: 0.5;
  margin: 24px 0 63px 0;
}
.i2swiper .item .flow a {
  width: 60px;
  height: 60px;
  background: #066128;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.i2swiper .item .flow a:hover {
  box-shadow: 0 0 14px rgb(2, 153, 58);
}
.i2swiper .item .flow a i {
  font-size: 24px;
  color: #ffffff;
  transition: 0.3s;
}
.i2swiper .item .flow a:hover i {
  transform: translate(3px, -3px);
}
.i3ct {
  padding: 135px 0 170px 0;
  margin: 0 auto;
}
.i3ct .mide {
  display: flex;
  flex-wrap: wrap;
  margin-top: 0;
  margin-top: 105px;
}
.i3ct .mide .item {
  width: calc((100% - 195px) / 2);
  margin-right: 195px;
  margin-top: 80px;
  border-bottom: 1px solid rgba(49, 49, 49, 0.2);
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
  transition: 0.3s;
  position: relative;
}
.i3ct .mide .item::after {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: #000000;
  transition: 0.3s;
}
.i3ct .mide .item:hover::after {
  width: 100%;
}
.i3ct .mide .item:hover {
  transform: translateX(20px);
}
.i3ct .mide .item:nth-of-type(1),
.i3ct .mide .item:nth-of-type(2) {
  margin-top: 0;
}
.i3ct .mide .item:nth-of-type(2n) {
  margin-right: 0;
}
.i3ct .mide .item .rund {
  width: 41px;
}
.i3ct .mide .item .rund img {
  max-width: 100%;
}
.i3ct .mide .item .txt {
  width: calc(100% - 41px - 205px);
}
.i3ct .mide .item .txt h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 22px;
  color: #222222;
}
.i3ct .mide .item .txt p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
  opacity: 0.7;
  margin-top: 12px;
  line-height: 23px;
}
.i5-box {
  display: flex;
  overflow: hidden;
}
.i5-box .left {
  width: 50%;
}
.i5-box .left img {
  width: 100%;
  min-height: 520px;
  object-fit: cover;
}
.i5-box .right {
  width: 50%;
  background-color: #f8f8f8;
  padding: 25px calc((100vw - 1400px) / 2) 25px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.i5-box .right .time {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  line-height: 1;
}
.i5-box .right .time span {
  font-size: 72px;
  margin-right: 10px;
}
.i5-box .right .title {
  font-family: var(--font-family-medium);
  font-weight: 500;
  font-size: 30px;
  color: #222222;
  margin-top: 30px;
}
.i5-box .right .min-title {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #066128;
  margin-top: 23px;
}
.i5-box .right .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 24px;
  opacity: 0.7;
  margin: 52px 0 50px 0;
}
.pb-more {
  width: 250px;
  height: 45px;
  background: #066128;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
}
.pb-more span {
  position: relative;
}
.pb-more span::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #ffffff;
  transition: 0.3s;
}
.pb-more:hover span::after {
  width: 100%;
}
.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;
}
.i4swiper {
  width: 100%;
  height: 100vh;
}
.i4swiper .bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: bgZoom 8s ease-in-out infinite alternate;
  will-change: transform;
}
@keyframes bgZoom {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.1);
  }
}
.i4-box {
  position: relative;
  overflow: hidden;
}
.i4-flow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  display: flex;
  align-items: center;
}
.i4ct {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.i4ct .left {
  width: 684px;
}
.i4ct .left h3 {
  font-family: var(--font-family-medium);
  font-weight: 500;
  font-size: 48px;
  color: #ffffff;
}
.i4ct .left h6 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 30px;
}
.i4ct .left .flow-dbl {
  margin-top: 210px;
}
.i4ct .left .flow-dbl .line {
  width: 300px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
}
.i4ct .left .flow-dbl .line .progress {
  width: 0;
  height: 100%;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  transition: width 1.2s;
}
.i4ct .left .flow-dbl .db {
  display: flex;
  align-items: flex-end;
  margin-bottom: 15px;
}
.i4ct .left .flow-dbl .db .cr {
  font-family: var(--font-family-light);
  font-weight: 300;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  margin-right: 10px;
}
.i4ct .left .flow-dbl .db .to,
.i4ct .left .flow-dbl .db p {
  font-family: var(--font-family-light);
  font-weight: 300;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.4;
}
.i4ct .left .flow-dbl .db p {
  margin-right: 5px;
}
.i4ct .right {
  min-width: 300px;
}
.i4ct .right .item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 80px 0;
}
.i4ct .right .item:first-of-type {
  padding-top: 0;
}
.i4ct .right .item:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.i4ct .right .item h3 {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 48px;
  color: #ffffff;
  line-height: 1;
}
.i4ct .right .item p {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  opacity: 0.5;
  margin-top: 8px;
}
.i6-box {
  overflow: hidden;
  position: relative;
}
.i6-box::before {
  display: block;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  /* background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 1)); */
  background-image: linear-gradient(rgba(10, 10, 10, 0) 30%, #0a0a0a 90%);
  z-index: 1;
  width: 100%;
  height: 40%;
}
.i6-box .bg {
  width: 90%;
  position: absolute;
  right: 0;
  bottom: 0;
}
.i6ct {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-top: 140px;
  padding-bottom: 50px;
}
.i6ct form {
  width: 619px;
  margin-top: 100px;
}
.i6ct form .desc {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 18px;
  color: #222222;
  margin-bottom: 25px;
}
.i6ct form .row {
  justify-content: space-between;
  display: flex;
}
.i6ct form .row .item {
  width: calc((100% - 19px) / 2);
}
.i6ct form .item {
  position: relative;
  margin-bottom: 19px;
}
.i6ct form .item span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 60px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #f60606;
  transition: 0.3s;
  pointer-events: none;
}
.i6ct form .item.it4 span {
  left: 87px;
}
.i6ct form .item.it5 span {
  left: 79px;
  top: 12px;
  transform: unset;
}
.i6ct form input {
  width: 100%;
  height: 51px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  outline: none;
  padding: 0 14px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.i6ct form textarea {
  width: 100%;
  height: 99px;
  border-radius: 6px;
  border: 1px solid #dcdcdc;
  outline: none;
  resize: none;
  padding: 10px 14px 0 14px;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #222222;
}
.i6ct form input::placeholder,
.i6ct form textarea::placeholder {
  color: #666666;
}
.i6ct form .item input:focus + span,
.i6ct form .item input:not(:placeholder-shown) + span,
.i6ct form .item textarea:focus + span,
.i6ct form .item textarea:not(:placeholder-shown) + span {
  opacity: 0;
}
.i6ct form button {
  width: 250px;
  height: 50px;
  background: #066128;
  border-radius: 25px;
  outline: none;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  margin-top: 50px;
}
.i6ct form button span {
  position: relative;
}
.i6ct form button span::after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #ffffff;
  transition: 0.3s;
}
.i6ct form button:hover span::after {
  width: 100%;
}
.i6ct .dbi {
  width: 85%;
  margin: 190px auto 0;
}
.ft-box {
  background-color: #0a0a0a;
}
.ftct {
  padding: 148px 0 0 0;
  margin: 0 auto;
}
.ftct .mide {
  display: flex;
  justify-content: space-between;
  padding-right: 75px;
}
.ftct .mide .item h3 {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 20px;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.ftct .mide .item .txt a {
  display: block;
  font-family: var(--font-family-light);
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
  opacity: 0.6;
  transition: 0.3s;
}
.ftct .mide .item .txt a:not(:first-of-type) {
  margin-top: 12px;
}
.ftct .mide .item .txt a:hover {
  opacity: 1;
  text-decoration: underline;
}
.ftct .icon {
  display: flex;
  margin-top: 15px;
}
.ftct .icon a {
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  margin-right: 10px;
}
.ftct .icon a:hover {
  background: rgba(255, 255, 255, 0.5);
}
.ftct .link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 32px 0;
  margin-top: 95px;
}
.ftct .link .left a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
  transition: 0.3s;
}
.ftct .link .left a:hover {
  color: #ffffff;
}
.ftct .link .right {
  display: flex;
}
.ftct .link .right a {
  font-family: var(--font-family);
  font-weight: 400;
  font-size: 14px;
  color: #aaaaaa;
}
.ftct .link .right a:not(:first-of-type) {
  margin-left: 40px;
}
.ftct .link .right a:hover {
  color: #ffffff;
}
/* 开屏 */
#loading-screen {
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #000;

  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;
}
/* 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: 120px;
  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 3s 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;
  }
}
@media only screen and (max-width: 1560px) {
  .center-1400 {
    width: 1100px;
  }
  .mySwiper .ct h3 {
    font-size: 50px;
    line-height: 64px;
  }
  .mySwiper .dbl a {
    width: 250px;
    height: 50px;
    font-size: 16px;
  }
  .mySwiper .dbl p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 25px;
  }
  .mySwiper .flow-dbl .db .cr {
    font-size: 22px;
  }
  .mySwiper .dbl {
    bottom: 6%;
  }
  .mySwiper .flow-dbl {
    bottom: 6%;
  }
  .mySwiper .flow-dbl .line {
    width: 250px;
  }
  .i1ct {
    padding: 100px 0 140px 0;
  }
  .pb-lt-title-33 {
    font-size: 30px;
  }
  .i1-box .marquee {
    font-size: 340px;
  }
  .i1ct .mide {
    margin-top: 110px;
  }
  .i1ct .mide .item .ib {
    height: 54px;
  }
  .i1ct .mide .item .title {
    font-size: 21px;
    margin: 30px 0 18px 0;
  }
  .i1ct .mide .item {
    width: calc((100% - 200px) / 3);
  }
  .i1-box .flow-marquee {
    font-size: 350px;
    top: 60%;
  }
  .pb-title-48 {
    font-size: 42px;
  }
  .i2swiper .item .flow {
    padding: 0 60px 0 45px;
  }
  .i2swiper .item .flow p {
    margin: 20px 0 53px 0;
  }
  .i2swiper .item:hover .flow {
    bottom: 50px;
  }
  .i2swiper .item .flow a {
    width: 54px;
    height: 54px;
  }
  .i2swiper .item .flow a i {
    font-size: 22px;
  }
  .i3ct {
    padding: 115px 0 150px 0;
  }
  .pb-title-36 {
    font-size: 33px;
  }
  .i3ct .mide .item {
    width: calc((100% - 145px) / 2);
    margin-right: 145px;
  }
  .i3ct .mide .item .txt {
    width: calc(100% - 41px - 105px);
  }
  .i4ct .left h3 {
    font-size: 38px;
  }
  .i4ct .left h6 {
    margin-top: 25px;
  }
  .i4ct .right .item h3 {
    font-size: 38px;
  }
  .i4ct .right .item {
    padding: 60px 0;
  }
  .i4ct .right {
    min-width: 250px;
  }
  .i4ct .left .flow-dbl .line {
    width: 250px;
  }
  .i4ct .left .flow-dbl .db .cr {
    font-size: 22px;
  }
  .i4ct .left .flow-dbl {
    margin-top: 160px;
  }
  .i5-box .right {
    padding: 25px calc((100vw - 1100px) / 2) 25px 80px;
  }
  .i5-box .right .time span {
    font-size: 56px;
  }
  .i5-box .right .time {
    font-size: 17px;
  }
  .i5-box .right .title {
    font-size: 23px;
    margin-top: 25px;
  }
  .i5-box .right .min-title {
    font-size: 19px;
    margin-top: 18px;
  }
  .i5-box .right .desc {
    margin: 42px 0 50px 0;
  }
  .i6ct {
    padding-top: 120px;
  }
  .i6ct form {
    width: 560px;
    margin-top: 80px;
  }
  .i6ct .dbi {
    margin: 140px auto 0;
  }
  .ftct {
    padding: 128px 0 0 0;
  }
  .ftct .link {
    padding: 26px 0;
    margin-top: 75px;
  }
  .ftct .mide .item h3 {
    margin-bottom: 30px;
    font-size: 19px;
  }
  .ftct .mide {
    padding-right: 0;
  }
}
@media (prefers-color-scheme: dark) {
  .i1-box{
    background-color: #000000;
  }
  .i1ct .mide .item .ib img{
    filter: brightness(0) invert(1);
  }
  .i1-box .pb-lt-title-33,
  .i1-box .pb-desc,
  .i1ct .mide .item .title,
  .i1ct .mide .item p{
    color: #ffffff;
  }
  .i1-box .flow-marquee{
    opacity: 0.18;
  }
  .pb-lt-title-33.lv,
  .pb-title-36.lv,
  .i5-box .right .min-title{
    color: #01a33d;
  }
}