img {
  display: block;
}

.section .main {
  width: 100%;
  height: 100%;
  position: relative;
}

.section .main .background {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.section .main .background img {
  display: block;
  width: 100%;
  height: 100%;
}

.sec1 .text {
  width: 100%;
  height: 100%;
  position: relative;
}

.sec1 .text .content1 {
  font-size: 22px;
  font-family: DIN Condensed;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 167px;
  left: 60px;
  display: flex;
}

.sec1 .text .content1 div {
  opacity: 0;
  transition: 1s;
  transform: translateY(-10px);
  min-width: 6px;
}

.sec1 .text .active div {
  opacity: 1;
  transform: translateX(0);
}

.sec2 .circle {
  display: none;
}

.sec1 .text .content2 {
  width: 949px;
  font-size: 224px;
  font-family: DIN Condensed;
  font-weight: bold;
  color: #ffffff;
  position: absolute;
  top: 167px;
  left: 60px;
  display: flex;
  flex-wrap: wrap;
}

.sec1 .text .content2 div {
  opacity: 0;
  transition: 1s;
  transform: translateY(-50px);
  min-width: 6px;
}

.sec1 .text .active div {
  opacity: 1;
  transform: translateX(0);
}

.sec1 .text .content3 {
  font-size: 26px;
  font-family: Source Han Sans CN;
  font-weight: 200;
  color: #ffffff;
  line-height: 50px;
  position: absolute;
  top: 838px;
  left: 60px;
}

.sec1 .text .content3 span {
  display: flex;
}

.sec1 .text .content3 span div {
  opacity: 0;
  transition: 1s;
  transform: translateY(-10px);
  min-width: 6px;
}

.sec1 .text .content3 .active div {
  opacity: 1;
  transform: translateX(0);
}

.sec1 .text .content3 span:nth-last-child(1) {
  font-weight: 700;
}

.sec1 .text .content4 {
  font-size: 26px;
  font-family: Joane Stencil;
  font-weight: 300;
  color: #ffffff;
  opacity: 0.4;
  position: absolute;
  top: 865px;
  right: 259px;
}

.sec1 .text .line {
  position: absolute;
  right: 60px;
}

.sec1 .text .line1 {
  width: 0px;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  top: 175px;
  left: calc(100% - 973px);
  transition: ease 0.6s;
}

.sec1 .text .line2 {
  width: 1px;
  height: 0;
  background: #fff;
  opacity: 0.2;
  top: 175px;
  transition: ease 0.6s;
  transition-delay: 0.6s;
}

.sec1 .text .line3 {
  width: 0px;
  height: 1px;
  background: #fff;
  opacity: 0.2;
  top: 914px;
  transition: ease 0.6s;
  transition-delay: 1.2s;
}

.sec2 {
  overflow: hidden;
}

.sec2 .mountain {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
}

.sec2 .mountain img {
  width: 100%;
}

.transformY_active {
  transform: translateY(0) !important;
}

.sec2 .text {
  width: fit-content;
  position: absolute;
  bottom: 326px;
  left: 50%;
  transform: translate(-50%, 350px);
  z-index: 2;
  transition: 3s;
}

.sec2 .text_active {
  transform: translate(-50%, 0);
}

.sec2 .cloud {
  width: fit-content;
  position: absolute;
  bottom: 266px;
  right: -200px;
  z-index: 1;
  transition: 6s;
  transform: translateY(300px);
}

.sec2 .cloud2 {
  width: fit-content;
  position: absolute;
  bottom: 266px;
  left: -200px;
  transition: 6s;
  z-index: 1;
  transform: translateY(300px);
}

.sec2 .cloud_active {
  transform: translateY(0);
}

.sec3 {
  overflow: hidden;
}

.sec3 .circle {
  position: absolute;
  left: 50%;
  top: 176px;
  transform: translateX(-50%);
}

.sec3 .left {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
}

.sec3 .left .swiper {
  width: 215px;
  height: 2040px;
}

.sec3 .left .swiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
  transition-timing-function: linear !important;
}

.sec3 .right .swiper {
  width: 215px;
  height: 2040px;
}

.sec3 .right .swiper .swiper-wrapper {
  display: flex;
  flex-direction: column;
  transition-timing-function: linear !important;
}

/*.sec3 .left img {*/

/*  animation: 15s movetop infinite linear;*/

/*}*/

.sec3 .right {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

/*.sec3 .right img{*/

/*  animation: 15s movebottom infinite linear;*/

/*}*/

.sec3 .circle .circle_text {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: 15s rotate1 infinite linear;
}

@keyframes movetop {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, 100%, 0);
  }
}

@keyframes movebottom {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(0, -100%, 0);
  }
}

.sec2 .circle a {
  display: flex;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.sec2 .circle a p {
  font-size: 14px;
  font-family: Joane Stencil;
  font-weight: 300;
  color: #ffffff;
}

.sec4 .circle a {
  display: flex;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
}

.sec4 .circle a p {
  font-size: 14px;
  font-family: Joane Stencil;
  font-weight: 300;
  color: #666666;
}

@keyframes rotate1 {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  25% {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  50% {
    transform: translate(-50%, -50%) rotate(180deg);
  }
  75% {
    transform: translate(-50%, -50%) rotate(270deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.sec3 .pro {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 999999;
}

.sec3 .pro .joke {
  margin-top: 219px;
}

.sec3 .pro .swiper-slide {
  height: 700px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
}

.sec3 .pro .index_pro {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.sec3 .pro .swiper-slide-active p:nth-child(2) {
  font-size: 36px;
  font-family: DIN Condensed;
  font-weight: 500;
  color: #ffffff;
  margin-top: 54px;
  text-transform: uppercase;
}

.sec3 .pro .swiper-slide-active a img {
  transform: scale(1.2);
}

.sec3 .pro .swiper-slide {
  transition: 0.6s;
}

.sec3 .pro .swiper-slide .proinfo {
  width: 80%;
}

.sec3 .pro .swiper-slide .proinfo img {
  display: block;
  width: 100%;
}

.sec3 .pro .swiper-slide-active p:nth-child(3) {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 200;
  color: #ffffff;
  margin-top: 15px;
}

.sec3 .pro .swiper-slide p {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 200;
  color: #ffffff;
  opacity: 0;
  transition: 0.6s;
}

.sec3 .pro .swiper-slide-active p {
  opacity: 1;
}

.sec4 .title {
  position: absolute;
  top: 271px;
  right: 180px;
}

.sec4 .title_logo {
  position: absolute;
  top: 171px;
  right: 68px;
  animation: 3s rotate infinite linear;
}

@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(90deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(270deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.sec4 .text {
  width: 100%;
  height: 100%;
  position: relative;
}

.sec4 .text .content1 {
  font-size: 32px;
  font-family: Joane Stencil;
  font-weight: 300;
  color: #000000;
  opacity: 0.4;
  position: absolute;
  top: 140px;
  right: 180px;
}

.sec4 .text .line {
  width: 1396px;
  height: 1px;
  background: linear-gradient(to right, transparent, #1d453f);
  position: absolute;
  top: 465px;
  right: 180px;
}

.sec4 .text .content2 {
  font-size: 36px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  color: #1f4e48;
  position: absolute;
  top: 500px;
  right: 180px;
}

.sec4 .text .content3 {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 200;
  color: #1f4e48;
  line-height: 36px;
  position: absolute;
  top: 565px;
  right: 180px;
  text-align: right;
}

.circle_btn {
  position: absolute;
  bottom: 140px;
  right: 213px;
  transition: 0.6s;
  width: 140px;
  height: 140px;
}

.circle_btn:hover {
  transform: scale(1.3);
}

.sec4 .text .circle {
  width: 140px;
  height: 140px;
  border: 1px solid #999999;
  border-radius: 50%;
  font-size: 14px;
  font-family: Joane Stencil;
  font-weight: 300;
  color: #666666;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle_btn:hover .circle {
  border: none;
  box-shadow: 0px 0px 20px #d2d2d2;
}

.sec4 .text .circle svg {
  fill: #999999;
  position: absolute;
  top: 50%;
  left: 107px;
  transform: translateY(-50%);
}

.sec4 .text .content4 {
  font-size: 22px;
  font-family: Source Han Sans CN;
  font-weight: 200;
  color: #1f4e48;
  position: absolute;
  bottom: 60px;
  right: 180px;
}

.sec4 .text .content4 span {
  margin-left: 50px;
}

.sec5 .main {
  display: flex;
  align-items: flex-end;
}

.sec5 .main .content {
  width: 1560px;
  margin: 0 auto 0;
  overflow: hidden;
  height: 760px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.sec5 .item {
  position: relative;
}

.sec5 .item a {
  display: block;
  width: 440px;
  height: 650px;
  overflow: hidden;
}

.sec5 .item:nth-child(2) a {
  height: 920px;
}

.sec5 .item a img {
  transition: 0.6s;
}

.sec5 .item a:hover img {
  transform: scale(1.2);
}

.sec5 .item:nth-child(2) {
  height: 100%;
}

.sec5 .item .top {
  position: absolute;
  top: 35px;
  left: 20px;
}

.sec5 .item .top .title {
  font-size: 28px;
  font-family: DIN Condensed;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 15px;
}

.sec5 .item .top .text {
  font-size: 18px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  margin-top: 5px;
}

.sec5 .item .line span {
  width: 20px;
  height: 4px;
  background: #ffffff;
  display: block;
}

.sec5 .item .line {
  display: flex;
}

.sec5 .item .line span:nth-child(2) {
  opacity: 0.5;
}

.sec5 .item .line span:nth-child(3) {
  opacity: 0.1;
}

.sec5 .moreNews {
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  transition: 0.6s;
  position: absolute;
  z-index: 999;
  right: 60px;
  top: 120px;
}

.footer .content {
  padding-top: 230px;
  width: 1560px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}

.footer .content ul li a {
  font-size: 16px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #666666;
}

.footer .content ul li {
  margin-bottom: 20px;
}

.footer .content ul li:nth-child(1) a {
  font-size: 32px;
  font-family: DIN Condensed;
  font-weight: bold;
  color: #2a4d46;
  text-transform: uppercase;
}

.footer .content ul li:nth-child(1) {
  position: relative;
  margin-bottom: 75px;
}

.footer .content ul li:nth-child(1)::after {
  content: '';
  width: 12px;
  height: 3px;
  background: #2a4d46;
  position: absolute;
  top: 40px;
  left: 0;
}

.footer .line {
  width: 100%;
  height: 1px;
  background: #000000;
  opacity: 0.1;
  background-image: linear-gradient(to right, #fff, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1), #fff);
  margin: 100px auto 0;
}

.footer .img1 {
  position: absolute;
  bottom: -101px;
  left: 50%;
  transform: translateX(-50%);
  animation: 15s rotate2 infinite linear;
}

.footer .img2 {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.footer .footer_bottom {
  width: 1560px;
  margin: 70px auto 0;
  display: flex;
  justify-content: space-between;
}

.footer .footer_bottom .left {
  font-size: 14px;
  font-family: Joane Stencil;
  font-weight: 300;
  color: #666666;
  line-height: 30px;
}

.footer .footer_bottom .right {
  display: flex;
}

.footer .footer_bottom .right .circle {
  width: 38px;
  height: 38px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
}

.footer .footer_bottom .right .circle .iconfont {
  color: #666;
}

.delay_active div {
  transition-delay: unset !important;
}

@keyframes rotate2 {
  0% {
    transform: translateX(-50%) rotate(0deg);
  }
  25% {
    transform: translateX(-50%) rotate(90deg);
  }
  50% {
    transform: translateX(-50%) rotate(180deg);
  }
  75% {
    transform: translateX(-50%) rotate(270deg);
  }
  100% {
    transform: translateX(-50%) rotate(360deg);
  }
}

.sec1 .index .swiper-slide {
  overflow: hidden;
}

.sec1 .index .swiper-slide img {
  /* transform: scale(1.2);
  transition: cubic-bezier(0.77, 0, 0.175, 1) 1.6s transform; */
}

.sec1 .index .swiper-slide-active img {
  /* transform: scale(1) translate3d(0px, 0px, 0px); */
}

.cursor {
  width: 140px;
  height: 140px;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  transition: opacity 0.3s, color 0.4s;
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  backface-visibility: hidden;
}

.cursor .circle {
  width: 140px;
  height: 140px;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  font-size: 14px;
  font-family: Joane Stencil;
  font-weight: 300;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}

.cursor .circle a {
  display: flex;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.cursor .circle:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(5px);
  z-index: -1;
}

.cursor .circle svg {
  fill: #ffffff;
  position: absolute;
  top: 50%;
  left: 107px;
  transform: translateY(-50%);
}

.cursor_active {
  opacity: 1;
  pointer-events: unset !important;
}

@media screen and (min-width: 2200px) {
  .sec2 .text_active {
    transform: translate(-50%, -153px);
  }
  .sec2 .cloud_active {
    transform: translateY(-140px);
  }
  .sec3 .circle {
    top: 300px;
  }
  .sec3 .pro .joke {
    margin-top: 365px;
  }
}

@media screen and (max-width: 1900px) {
  .sec2 .text {
    width: 90%;
  }
  .sec2 .text img {
    width: 100%;
  }
  .sec4 .title {
    width: 500px;
    top: 240px;
  }
  .sec4 .title img {
    width: 100%;
  }
  .sec4 .title_logo {
    width: 100px;
    top: 199px;
    right: 103px;
  }
  .sec4 .title_logo img {
    width: 100%;
  }
  .sec4 .text .line {
    top: 410px;
  }
  .sec4 .text .content2 {
    top: 445px;
  }
  .sec4 .text .content3 {
    top: 510px;
  }
}

@media screen and (max-width: 1600px) {
  .sec1 .text .content2 {
    width: 590px;
    font-size: 140px;
  }
  .sec1 .text .content3 {
    font-size: 20px;
  }
  .sec1 .text .content4 {
    font-size: 20px;
  }
  .sec5 .main .content {
    width: 90%;
  }
  .sec5 .item {
    width: 30%;
    height: 60%;
  }
  .sec5 .item .top .title {
    font-size: 24px;
  }
  .sec5 .item a {
    width: 100%;
    height: 100%;
  }
  .sec5 .item:nth-child(2) {
    height: 70%;
  }
  .sec5 .item:nth-child(2) a {
    height: 100%;
  }
  .sec5 .item .img {
    width: 100%;
  }
  .sec5 .item .img img {
    width: 100%;
  }
  .sec4 .text .line {
    width: 60%;
  }
  .sec3 .pro .swiper-slide img {
    width: 400px;
  }
  .sec3 .circle {
    width: 26%;
  }
  .sec3 .circle img {
    width: 100%;
  }
  .sec3 .circle .circle_text {
    width: 57%;
  }
  .sec3 .pro .joke {
    margin-top: 150px;
  }
  .sec4 .title {
    width: 350px;
    top: 220px;
    right: 100px;
  }
  .sec4 .title_logo {
    width: 80px;
    top: 170px;
    right: 31px;
  }
  .sec4 .text .line {
    top: 330px;
    right: 100px;
  }
  .sec4 .text .content1 {
    right: 100px;
  }
  .sec4 .text .content2 {
    top: 350px;
    right: 100px;
  }
  .sec4 .text .content3 {
    top: 420px;
    right: 100px;
  }
  .circle_btn {
    bottom: 90px;
    right: 141px;
  }
  .sec4 .text .content4 {
    bottom: 30px;
    right: 100px;
  }
}

@media screen and (max-width: 1440px) {
  .sec2 .text_active {
    transform: translate(-50%, 80px);
  }
  .sec2 .cloud_active {
    transform: translateY(154px);
  }
  .sec4 .title {
    width: 350px;
    top: 220px;
    right: 100px;
  }
  .sec4 .title_logo {
    width: 80px;
    top: 170px;
    right: 31px;
  }
  .sec4 .text .line {
    top: 330px;
    right: 100px;
  }
  .sec4 .text .content1 {
    right: 100px;
  }
  .sec4 .text .content2 {
    top: 350px;
    right: 100px;
  }
  .sec4 .text .content3 {
    top: 420px;
    right: 100px;
  }
  .circle_btn {
    bottom: 90px;
    right: 141px;
  }
  .sec4 .text .content4 {
    bottom: 30px;
    right: 100px;
  }
}

@media screen and (max-width: 1366px) {
  .sec4 .text .content1 {
    top: 110px;
  }
  .sec3 .pro .swiper-slide img {
    width: 300px;
  }
  .sec3 .pro .joke {
    margin-top: 100px;
  }
  .circle_btn {
    bottom: 80px;
  }
  .sec4 .title_logo {
    width: 60px;
    top: 137px;
    right: 48px;
  }
  .sec4 .title {
    width: 250px;
    top: 175px;
  }
  .sec4 .text .line {
    top: 260px;
  }
  .sec4 .text .content2 {
    top: 280px;
  }
  .sec4 .text .content3 {
    top: 350px;
  }
  .sec4 .text .circle {
    width: 120px;
    height: 120px;
  }
  circle_btn {
    bottom: 50px;
  }
}

@media screen and (max-height: 960px) {
  .sec1 .text .content3 {
    font-size: 20px;
    top: 700px;
  }
  .sec1 .text .line2 {
    height: 615px !important;
  }
  .sec1 .text .line3 {
    top: 790px;
  }
  .sec1 .text .content4 {
    top: 740px;
  }
  .sec4 .text .content1 {
    font-size: 24px;
  }
}

@media screen and (max-height: 800px) {
  .sec1 .text .content3 {
    font-size: 20px;
    top: 560px;
  }
  .sec1 .text .content1 {
    top: 120px;
  }
  .sec1 .text .content2 {
    top: 150px;
  }
  .sec1 .text .line1 {
    top: 120px;
  }
  .sec1 .text .line2 {
    top: 120px;
    height: 520px !important;
  }
  .sec1 .text .line3 {
    top: 640px;
  }
  .sec1 .text .content4 {
    top: 605px;
  }
}

@media screen and (max-height: 768px) {
  .sec1 .text .content3 {
    top: 530px;
  }
  .sec1 .text .line2 {
    top: 120px;
    height: 500px !important;
  }
  .sec1 .text .line3 {
    top: 620px;
  }
  .sec1 .text .content4 {
    top: 590px;
  }
}

@media screen and (max-width: 1600px) {
  .footer .content {
    width: 90%;
  }
  .footer .content ul li:nth-child(1) {
    font-size: 28px;
  }
  .footer .footer_bottom {
    width: 90%;
  }
  .footer .img1 {
    width: 300px;
  }
  .footer .img1 img {
    width: 100%;
  }
  .footer .img2 img {
    width: 140px;
  }
}

@media screen and (max-width: 1440px) {
  .footer .img1 {
    width: 300px;
  }
  .footer .img1 img {
    width: 100%;
  }
  .footer .img2 img {
    width: 140px;
  }
  .footer .content ul li:nth-child(1) a {
    font-size: 28px;
  }
  .header .menu .joke .content .first li p {
    font-size: 20px;
  }
  .header .menu .joke .content .second {
    margin: 15px 0 20px;
  }
}

@media screen and (max-height: 900px) {
  .footer .content {
    padding-top: 140px;
  }
}

@media screen and (max-height: 768px) {
  .footer .content {
    padding-top: 135px;
  }
  .footer .content ul li:nth-child(1) {
    margin-bottom: 50px;
  }
  .footer .line {
    margin: 30px auto 0;
  }
  .footer .footer_bottom .left {
    font-size: 12px;
  }
  .footer .img1 {
    width: 250px;
  }
  .footer .img2 img {
    width: 100px;
  }
}

@media screen and (max-width: 1000px) {
  .sec3 .pro .swiper-slide-active p:nth-child(2) {
    font-size: 22px;
  }
  .sec3 .circle {
    width: 80%;
    top: 80px;
  }
  .sec3 .pro .joke {
    margin-top: 0;
  }
  .sec3 .left {
    transform: rotate(-90deg) scale(0.5);
    top: -413px;
  }
  .sec3 .right {
    display: none;
  }
  .section .main .background .swiper {
    height: 100%;
  }
  .section .main .background img {
    height: 100%;
  }
  .section .main .background .swiper .slide-inner {
    height: 100%;
  }
  .sec1 .text .content2 {
    width: 82%;
    font-size: 75px;
  }
  .sec1 .text .content1 {
    left: 30px;
  }
  .sec1 .text .content2 {
    left: 30px;
  }
  .sec1 .text .content3 {
    top: 460px;
    left: 30px;
  }
  .sec1 .text .line1 {
    width: 80% !important;
    top: 100px;
    left: unset;
    right: 20px;
  }
  .sec1 .text .line2 {
    height: 520px !important;
    top: 100px;
    right: 20px;
  }
  .sec1 .text .line3 {
    width: 70% !important;
    right: 20px;
  }
  .sec1 .text .content4 {
    font-size: 14px;
    right: 30px;
  }
  .sec2 .cloud {
    width: 40%;
    right: -52px;
    bottom: 200px;
  }
  .sec2 .cloud img {
    width: 100%;
  }
  .sec2 .cloud2 {
    width: 40%;
    left: -52px;
    bottom: 200px;
  }
  .sec2 .cloud2 img {
    width: 100%;
  }
  .sec2 .text {
    bottom: 164px;
  }
  .cursor .circle {
    width: 80px;
    height: 80px;
  }
  .cursor .circle a {
    width: 80px;
    height: 80px;
  }
  .cursor .circle a p {
    font-size: 12px;
  }
  .cursor {
    width: 80px;
    height: 80px;
    display: none;
  }
  .cursor .circle:after {
    width: 80px;
    height: 80px;
  }
  .cursor .circle svg {
    left: 66px;
    width: 50px;
  }
  .sec4 .text .content1 {
    font-size: 12px;
    top: 50px;
    left: 20px;
    right: unset;
  }
  .sec4 .title {
    top: 100px;
    right: 74px;
  }
  .sec4 .title_logo {
    top: 73px;
    right: 20px;
  }
  .sec4 .text .line {
    top: 170px;
    right: 74px;
  }
  .sec4 .text .content2 {
    font-size: 14px;
    top: 190px;
    right: 74px;
  }
  .sec4 .text .content3 {
    font-size: 14px;
    right: 74px;
    top: 225px;
  }
  .sec4 .text .circle {
    width: 80px;
    height: 80px;
  }
  .sec4 .circle a,
  .circle_btn {
    width: 80px;
    height: 80px;
  }
  .sec4 .circle a p {
    font-size: 12px;
  }
  .sec4 .text .content4 span {
    margin-left: 10px;
  }
  .sec4 .text .content4 {
    right: 74px;
  }
  .sec4 .text .circle svg {
    width: 50px;
    left: 71px;
  }
  .sec4 .text .content4 {
    font-size: 12px;
  }
  .footer .main {
    height: auto;
  }
  .footer .content {
    padding-top: 80px;
    flex-wrap: wrap;
  }
  .footer .content ul {
    width: 50%;
  }
  .footer .content ul li:nth-child(1) {
    margin-bottom: 30px;
  }
  .footer .content ul li {
    margin-bottom: 15px;
  }
  .footer .footer_bottom {
    flex-direction: column-reverse;
    margin-top: 40px;
  }
  .footer .footer_bottom .right {
    margin-bottom: 20px;
  }
  .footer .footer_bottom .left {
    margin-bottom: 180px;
  }
  .sec2 {
    height: 450px !important;
  }
  .sec2 .fp-tableCell {
    height: 100% !important;
  }
  .sec5 .main .content {
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
  }
  .sec5 .item {
    width: 100% !important;
    height: 25% !important;
    margin-bottom: 20px;
  }
  .sec5 .item .img img {
    height: 100%;
  }
  .sec5 .item .top .title {
    font-size: 16px;
  }
  .sec2 .circle {
    display: block;
  }
  .sec2 .circle {
    width: 80px;
    height: 80px;
    border: 1px solid #e6e6e6;
    border-radius: 50%;
    font-size: 14px;
    font-family: Joane Stencil;
    font-weight: 300;
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sec2 .circle a {
    display: flex;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .sec2 .circle a p {
    font-size: 12px;
  }
  .sec2 .circle svg {
    fill: #ffffff;
    position: absolute;
    top: 50%;
    left: 66px;
    width: 50px;
    transform: translateY(-50%);
  }
  .sec2 .circle:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    backdrop-filter: blur(5px);
    z-index: -1;
  }
}
