@font-face {
  font-family: 'Helvetica';
  src: url("../font/Helvetica.ttf");
}

body {
  height: 100vh;
  overflow: hidden;
  width: 100vw;
  overflow-x: hidden;
  font-size: 14px;
  line-height: 1.5;
}

body .bold {
  font-weight: bold;
}

body .defalutColor {
  color: #74d4d3;
}

body .Helvetica {
  font-family: 'Helvetica';
}

body .swiper-body {
  height: 100vh;
  overflow: hidden;
}

body .swiper-wrapper-body {
  position: absolute;
  bottom: 0;
  max-height: 100%;
}

body .swiper-slide-body.swiper-slide-active {
  height: auto !important;
}

.header .uk-container .brand img {
  width: 56px;
}

.footer {
  background-color: #1b2028;
  font-size: 16px;
  color: #fff;
}

.footer .uk-container {
  max-width: 1400px;
}

.footer .uk-container .footer-top {
  padding: 70px 0 50px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 640px) {
  .footer .uk-container .footer-top {
    padding: 40px 0 30px;
  }
}

.footer .uk-container .footer-top .uk-grid-divider> :not(.uk-first-column)::before {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer .uk-container .footer-top .uk-grid-divider.uk-grid-stack>.uk-grid-margin::before {
  border-color: rgba(255, 255, 255, 0.1);
}

.footer .uk-container .footer-top .left {
  width: 230px;
  font-size: 18px;
}

.footer .uk-container .footer-top .left .brand {
  margin-bottom: 20px;
}

@media (max-width: 1100px) {
  .footer .uk-container .footer-top .left {
    width: 100%;
  }
}

.footer .uk-container .footer-top .right {
  font-size: 14px;
}

.footer .uk-container .footer-top .right .email {
  margin-bottom: 20px;
  display: block;
}

.footer .uk-container .footer-top .right .item-title {
  margin-bottom: 5px;
}

@media (max-width: 1100px) {
  .footer .uk-container .footer-top .right {
    text-align: center;
  }

  .footer .uk-container .footer-top .right .email {
    margin: 0 auto 20px;
  }
}

.footer .uk-container .footer-top .footer-nav li a {
  display: block;
  margin: 0 20px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 10px 0;
}

.footer .uk-container .footer-top .footer-nav li a:hover {
  color: #74d4d3;
  text-decoration: underline;
}

@media (max-width: 640px) {
  .footer .uk-container .footer-top .footer-nav .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.footer .uk-container .footer-bottom {
  padding: 40px 0;
  font-size: 14px;
  color: #929292;
}

@media (max-width: 640px) {
  .footer .uk-container .footer-bottom {
    font-size: 13px;
    padding: 20px 0;
  }
}

.header {
  position: fixed;
  font-size: 16px;
  color: #ffffff;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  padding: 30px 0;
}

.header.scroll {
  padding: 10px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#1b2028), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#1b2028, rgba(255, 255, 255, 0));
}

@media (max-width: 960px) {
  .header {
    font-size: 16px;
  }
}

.header .uk-container {
  max-width: 1400px;
}

@media (max-width: 1200px) {
  .header .uk-container .brand img {
    width: 50px;
  }
}

@media (max-width: 640px) {
  .header .uk-container .brand img {
    width: 40px;
  }
}

.header .uk-container .header-nav ul li a {
  margin: 0 0 0 40px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.header .uk-container .header-nav ul li a:hover,
.header .uk-container .header-nav ul li a.active {
  color: #74d4d3;
}

.header .uk-container #header-offcanvas-slide .uk-offcanvas-bar {
  background-color: #1b2028;
  padding: 60px 0;
}

.header .uk-container #header-offcanvas-slide .uk-offcanvas-bar .uk-offcanvas-close {
  color: #fff;
}

.header .uk-container #header-offcanvas-slide .uk-offcanvas-bar .brand {
  display: block;
  padding: 40px 0 60px;
}

.header .uk-container #header-offcanvas-slide .uk-offcanvas-bar .header-nav-mobile {
  font-size: 16px;
  overflow-y: auto;
}

.header .uk-container #header-offcanvas-slide .uk-offcanvas-bar .header-nav-mobile li a {
  padding: 20px 0;
  display: block;
}

.header .uk-container #header-offcanvas-slide .uk-offcanvas-bar .header-nav-mobile li a:hover,
.header .uk-container #header-offcanvas-slide .uk-offcanvas-bar .header-nav-mobile li a.active {
  color: #74d4d3;
}

.main .banner-box {
  position: relative;
}

.main .banner-box .banner-bg {
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
}

.main .banner-box .banner-text {
  position: absolute;
  inset: 0;
  background-color: rgba(24, 30, 39, 0.8);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main .banner-box .banner-text .banner-title {
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  margin-top: 10px;
}

@media (max-width: 640px) {
  .main .banner-box .banner-text .banner-title {
    font-size: 36px;
  }
}

.main .section-title {
  font-size: 30px;
  padding-bottom: 20px;
}

@media (max-width: 960px) {
  .main .section-title {
    font-size: 24px;
    padding-bottom: 20px;
  }
}

@media (max-width: 640px) {
  .main .section-title {
    font-size: 20px;
  }
}

.main .join .uk-container {
  max-width: 1400px;
  position: relative;
  z-index: 1;
}

.main .join .join-box {
  overflow: hidden;
  position: relative;
  height: 100vh;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  .main .join .join-box .uk-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.main .join .join-box .join-item-box .item {
  background-color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 50px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 10px 9px 1px rgba(226, 230, 231, 0.2);
  box-shadow: 0px 10px 9px 1px rgba(226, 230, 231, 0.2);
}

.main .join .join-box .join-item-box .item .item-title {
  font-size: 24px;
}

@media (max-width: 640px) {
  .main .join .join-box .join-item-box .item .item-title {
    font-size: 20px;
  }
}

.main .join .join-box .join-item-box .item,
.main .join .join-box .join-item-box .item>* {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main .join .join-box .join-item-box .item .item-tag {
  background-color: #efefef;
  border-radius: 18px;
  padding: 5px 10px;
  font-size: 14px;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 10px;
}

.main .join .join-box .join-item-box .item .item-desc {
  font-size: 15px;
  line-height: 25px;
  color: #424242;
  margin-top: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}

@media (max-width: 640px) {
  .main .join .join-box .join-item-box .item .item-desc {
    font-size: 14px;
    padding-bottom: 20px;
    margin-top: 15px;
  }
}

.main .join .join-box .join-item-box .item .item-tips {
  font-size: 15px;
  color: #424242;
  line-height: 1.5;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 15px 0;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 640px) {
  .main .join .join-box .join-item-box .item .item-tips {
    height: auto;
  }
}

@media (max-width: 640px) {
  .main .join .join-box .join-item-box .item .item-tips {
    font-size: 14px;
  }
}

.main .join .join-box .join-item-box .item .uk-button {
  width: 131px;
  line-height: 40px;
  background-color: #efefef;
  color: #555555;
  font-size: 16px;
}

.main .join .join-box .join-item-box .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.main .join .join-box .join-item-box .item:hover .item-tag,
.main .join .join-box .join-item-box .item:hover .uk-button {
  background-color: #74d4d3;
  color: #fff;
}

@media (max-width: 960px) {
  .main .join .join-box .join-item-box .item {
    padding: 40px;
  }
}

@media (max-width: 640px) {
  .main .join .join-box .join-item-box .item {
    padding: 20px;
    margin-bottom: 20px;
  }
}

.main .join .join-box .uk-grid-item {
  border-radius: 20px;
  overflow: hidden;
  height: 100%;
}

.main .join .join-box .uk-grid-item .item {
  height: 100%;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}

@media (max-width: 1200px) {
  .main .join .join-box {
    padding-top: 50px;
    box-sizing: border-box;
  }

  .main .join .join-box .uk-grid-item .item {
    padding: 20px;
  }

  .main .join .join-box .join-item-box .item .item-desc {
    padding-bottom: 10px;
    font-size: 15px;
    margin-top: 10px
  }

  .main .join .join-box .join-item-box .item .item-tag {
    margin-top: 15px;
  }

  .main .join .join-box .join-item-box .item .item-tips {
    font-size: 14px;
    margin: 10px 0;
  }

  .main .section-title {
    padding-bottom: 10px
  }
}

.main .join .join-box li {
  padding: 0 15px;
}

@media (max-width: 640px) {
  .main .join .join-box li {
    padding: 0 0;
  }
}

.main .join .join-box .top,
.main .join .join-box .bottom {
  position: absolute;
  z-index: 0;
}

.main .join .join-box .top {
  top: 0px;
  left: 0px;
  -webkit-animation: move infinite 6s;
  animation: move infinite 6s;
}

.main .join .join-box .bottom {
  bottom: 0px;
  right: 0px;
  -webkit-animation: moveRe infinite 6s;
  animation: moveRe infinite 6s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.main .join .join-bottom {
  text-align: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.main .join .join-bottom .join-bottom-text {
  background-color: rgba(24, 30, 39, 0.8);
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main .join .join-bottom .join-bottom-text .item-title {
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 960px) {
  .main .join .join-bottom .join-bottom-text .item-title {
    font-size: 16px;
  }
}

@media (max-width: 640px) {
  .main .join .join-bottom .join-bottom-text .item-title {
    font-size: 14px;
  }
}

.main .join .join-bottom .join-bottom-text .item-desc {
  font-size: 24px;
  line-height: 1.8;
}

.main .join .join-bottom .join-bottom-text .item-desc p {
  padding: 5px 0;
}

@media (max-width: 960px) {
  .main .join .join-bottom .join-bottom-text .item-desc {
    font-size: 20px;
  }
}

@media (max-width: 640px) {
  .main .join .join-bottom .join-bottom-text .item-desc {
    font-size: 16px;
  }
}

.main .team .uk-container {
  max-width: 1200px;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.main .team .team-box {
  overflow: hidden;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: center;
  background-size: cover;
}

.main .team .team-box .team-swiper {
  padding-top: 20px;
	overflow: hidden
}

.main .team .team-box .team-swiper li{
	width: calc(100% / 3);
	overflow: hidden;
}

@media (max-width:960px){
	.main .team .team-box .team-swiper li{
		width: calc(100% / 2)
	}
}

@media (max-width:640px){
	.main .team .team-box .team-swiper li{
		width: calc(100% / 1)
	}
}

.main .team .team-box .team-swiper li img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center;
	display: block;
	border: 2px solid #fff;
}

.main .team .team-box #swiperTeam {
  width: 100%;
  /* margin-left: -80px; */
}

.main .team .team-box #swiperTeam .swiper-slide {
  background-color: #fff;
}

.main .team .team-box #swiperTeam .swiper-slide img {
  display: block;
  width: 100%;
  height: 350px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border: 5px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}

.main .team .team-box #swiperTeam .swiper-btn {
  width: 100%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main .team .team-box #swiperTeam .swiper-btn .swiper-button-prev,
.main .team .team-box #swiperTeam .swiper-btn .swiper-button-next {
  width: 45px;
  height: 45px;
  border-radius: 100px;
}

.main .team .team-box #swiperTeam .swiper-btn .swiper-button-prev::before,
.main .team .team-box #swiperTeam .swiper-btn .swiper-button-next::before {
  display: none;
}

.main .team .team-box .right {
  position: absolute;
  right: 0;
  -webkit-animation: move2 infinite 5s;
  animation: move2 infinite 5s;
  bottom: 0;
}

.main .team .team-box .left {
  position: absolute;
  left: 0;
  -webkit-animation: move infinite 5s;
  animation: move infinite 5s;
  bottom: 0;
}

.main .fuli .uk-container {
  max-width: 1400px;
  position: relative;
  z-index: 1;
}

.main .fuli .fuli-box {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
  display: flex;
  align-items: center;
}

.main .fuli .fuli-box .fuli-flex {
  padding-bottom: 50px;
}

.main .fuli .fuli-box .fuli-flex li {
  padding: 15px;
  box-sizing: border-box;
  max-width: 148px;
}

@media (max-width: 640px) {
  .main .fuli .fuli-box .fuli-flex li {
    padding: 5px;
  }
}

.main .fuli .fuli-box .fuli-flex li img {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main .fuli .fuli-box .fuli-flex li img:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 1200px) {
  .main .fuli .fuli-box .fuli-flex li img {
    width: 80px;
  }
}

@media (max-width: 960px) {
  .main .fuli .fuli-box .fuli-flex li img {
    width: 80px;
  }
}

.main .fuli .fuli-box .img-inner {
  margin-top: 30px;
  max-width: 70%;
  margin: 0 auto;
  display: block;
}

.main .fuli .fuli-box .dot-left {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #ff6b58;
  opacity: 0.3;
  border-radius: 100px;
  left: 0;
  top: 20%;
  -webkit-animation: scle infinite 4s;
  animation: scle infinite 4s;
}

.main .fuli .fuli-box .dot-right {
  position: absolute;
  width: 26px;
  height: 26px;
  background-color: #50d8d6;
  opacity: 0.3;
  border-radius: 100px;
  right: 0;
  bottom: 30%;
  -webkit-animation: scle infinite 4s;
  animation: scle infinite 4s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.main .about .uk-container {
  max-width: 1400px;
  position: relative;
  z-index: 1;
  margin: 20px auto 0;
}

.main .about .about-box .section-1 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.main .about .about-box .section-1 .uk-grid {
  /* margin-left: -100px; */
  box-sizing: border-box;
  padding: 0 40px 0 80px;
}

.main .about .about-box .section-1 .uk-grid>* {
  /* padding-left: 50px; */
  box-sizing: border-box;
  padding: 0 25px;
}

@media (max-width: 1200px) {
  .main .about .about-box .section-1 .uk-grid {
    margin-left: -60px;
  }

  .main .about .about-box .section-1 .uk-grid>* {
    padding-left: 60px;
  }
}

@media (max-width: 960px) {
  .main .about .about-box .section-1 .uk-grid {
    margin-left: -30px;
  }

  .main .about .about-box .section-1 .uk-grid>* {
    padding-left: 30px;
  }
}

.main .about .about-box .section-1 .item {
  font-size: 15px;
  line-height: 1.8;
  color: #424242;
}

@media (max-width: 960px) {
  .main .about .about-box .section-1 .item img {
    height: 25vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.main .about .about-box .section-1 .item .item-title {
  font-size: 30px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 940px) {
  .main .about .about-box .section-1 .item .item-title {
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 16px;
  }
}

.main .about .about-box .section-1 .item .item-title .text {
  position: relative;
  z-index: 1;
}

.main .about .about-box .section-1 .item .item-title .bg-text {
  position: absolute;
  font-size: 100px;
  color: #f5f5f5;
  left: 0;
  top: -118%;
}

@media (max-width: 960px) {
  .main .about .about-box .section-1 .item .item-title .bg-text {
    font-size: 40px;
    top: -86%;
  }
}

@media (max-width: 960px) {
  .main .about .about-box .section-1 .item .item-desc {
    font-size: 13px;
  }
}

.main .about .about-box .section-1 .item .uk-button,
.uk-button.uk-scrollspy-inview {
  width: 160px;
  height: 40px;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  margin-top: 30px;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.uk-button.uk-scrollspy-inview:hover {
  background: #74D4D3;
  color: #fff;
}

.main .about .about-box .section-1 .item .uk-button:hover {
  background-color: #74d4d3;
  color: #fff;
}

@media (max-width: 640px) {
  .main .about .about-box .section-1 .item .uk-button {
    font-size: 13px;
    height: 40px;
  }
}

.main .about .about-box .section-1 .top {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: move2 infinite 5s;
  animation: move2 infinite 5s;
  z-index: 0;
}

.main .about .about-box .section-1 .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: move infinite 5s;
  animation: move infinite 5s;
  z-index: 0;
}

.main .about .about-box .section-2 {
  overflow: hidden;
  position: relative;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #a2deee;
}

.main .about .about-box .section-2 .section-title {
  padding-bottom: 0;
}

@media (max-width: 640px) {
  .main .about .about-box .section-2 .uk-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.main .about .about-box .section-2 .waves {
  position: absolute;
  inset: 0;
  bottom: 0;
}

.main .about .about-box .section-2 .licheng {
  margin-top: 0;
}

.main .about .about-box .section-2 .licheng li {
  padding: 50px 15px 0;
}

@media (max-width: 960px) {
  .main .about .about-box .section-2 .licheng li {
    padding: 40px 15px 0;
  }
}

.main .about .about-box .section-2 .licheng li .item {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #ffffff;
  border-radius: 30px 0 30px 0;
  padding: 0 25px 25px;
  box-sizing: border-box;
}

.main .about .about-box .section-2 .licheng li .item * {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main .about .about-box .section-2 .licheng li .item img {
  margin: 0 auto 0px;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 960px) {
  .main .about .about-box .section-2 .licheng li .item img {
    width: 50px;
  }
}

.main .about .about-box .section-2 .licheng li .item .item-title {
  position: relative;
}

.main .about .about-box .section-2 .licheng li .item .item-title .text-bg {
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 70px;
  font-weight: bold;
  line-height: 24px;
  letter-spacing: 0px;
  color: #06c67f;
  opacity: 0.2;
}

@media (max-width: 960px) {
  .main .about .about-box .section-2 .licheng li .item .item-title .text-bg {
    font-size: 60px;
  }
}

.main .about .about-box .section-2 .licheng li .item .item-title .text {
  display: block;
  margin: 0 auto;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}

@media (max-width: 640px) {
  .main .about .about-box .section-2 .licheng li .item .item-title .text {
    font-size: 24px;
  }
}

.main .about .about-box .section-2 .licheng li .item .item-desc {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 30px;
  color: #767676;
  font-size: 16px;
  line-height: 1.6;
}

@media (max-width:1200px) {
  .main .about .about-box .section-2 .licheng li .item .item-desc {
    margin-top: 20px;
    padding-top: 20px
  }
}

.main .about .about-box .section-2 .licheng li .item .item-desc li {
  padding: 5px;
  font-size: 15px;
  color: #424242;
}

.main .about .about-box .section-2 .licheng li .item:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.main .about .about-box .section-2 .licheng li .item:hover img {
  -webkit-transform: translateY(-50%) scale(1.1);
  transform: translateY(-50%) scale(1.1);
}

.main .about .about-box .section-3 {
  background-color: #fcf7f7;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100vh;
}

@media (max-width: 640px) {
  .main .about .about-box .section-3 .uk-container {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.main .about .about-box .section-3 .pro-box {
  padding: 40px 0 0;
}

@media (max-width: 640px) {
  .main .about .about-box .section-3 .pro-box {
    padding: 20px 0 0;
  }
}

.main .about .about-box .section-3 .pro-box .pro-menu-box .pro-menu {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  height: 76px;
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
}

@media (max-width: 640px) {
  .main .about .about-box .section-3 .pro-box .pro-menu-box .pro-menu {
    margin-bottom: 20px;
  }
}

.main .about .about-box .section-3 .pro-box .pro-menu-box .pro-menu li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 25px;
  width: 52px;
  height: 52px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main .about .about-box .section-3 .pro-box .pro-menu-box .pro-menu li>div {
  padding: 0;
  width: inherit;
  height: inherit;
}

.main .about .about-box .section-3 .pro-box .pro-menu-box .pro-menu li img {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  background-color: #fff;
  border-radius: 10px;
}

.main .about .about-box .section-3 .pro-box .pro-menu-box .pro-menu li.uk-active {
  width: 76px;
  height: 76px;
}

.main .about .about-box .section-3 .pro-box .pro-menu-box .pro-details {
  color: #767676;
  font-size: 16px;
  line-height: 1.8;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 10px 18px 2px rgba(231, 231, 231, 0.5);
  box-shadow: 0px 10px 18px 2px rgba(231, 231, 231, 0.5);
  border: solid 1px #eeeeee;
  max-width: 1200px;
  margin: 40px auto 0;
  padding: 70px 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
  width: 100%;
}

.main .about .about-box .section-3 .pro-box .pro-menu-box .pro-details::before {
  content: '';
  position: absolute;
  width: 250px;
  height: 100%;
  background-position: left bottom;
  background-size: 100% 100%;
  background-image: url("../images/about-pro-bg.png");
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  z-index: 0;
}

@media (max-width: 640px) {
  .main .about .about-box .section-3 .pro-box .pro-menu-box .pro-details::before {
    display: none;
  }
}

.main .about .about-box .section-3 .pro-box .pro-menu-box .pro-details * {
  z-index: 1;
  position: relative;
}

@media (max-width: 960px) {
  .main .about .about-box .section-3 .pro-box .pro-menu-box .pro-details {
    padding: 40px 60px;
    margin: 20px auto 0;
  }
}

@media (max-width: 640px) {
  .main .about .about-box .section-3 .pro-box .pro-menu-box .pro-details {
    padding: 20px;
    margin: 20px auto 0;
  }
}

@media (max-width: 960px) {
  .main .about .about-box .section-3 .pro-box .pro-menu-box .pro-details>.uk-flex {
    display: block;
  }
}

.main .about .about-box .section-3 .pro-box .pro-menu-box .pro-details .uk-flex>img {
  width: 235px;
  margin-right: 50px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 1200px) {
  .main .about .about-box .section-3 .pro-box .pro-menu-box .pro-details .uk-flex>img {
    width: 160px;
    margin-right: 60px;
  }
}

@media (max-width: 960px) {
  .main .about .about-box .section-3 .pro-box .pro-menu-box .pro-details .uk-flex>img {
    width: 80px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}

.main .about .about-box .section-3 .pro-box .pro-menu-box .pro-details .desc p {
  margin-bottom: 20px;
  color: #424242;
}

.main .about .about-box .section-3 .pro-box .pro-menu-box .pro-details .desc .uk-flex a {
  margin-left: 25px;
  width: 25px;
}

.main .about .about-box .section-3 .right {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: moveRe infinite 5s ease;
  animation: moveRe infinite 5s ease;
}

.main .about .about-box .section-3 .left {
  position: absolute;
  background-color: #ff6b58;
  opacity: 0.5;
  left: 10%;
  top: 50%;
  width: 26px;
  height: 26px;
  border-radius: 100px;
}

.main .index .uk-container {
  max-width: 1400px;
}

.main .index .index-banner {
  width: 100%;
  height: 100dvh;
  background-color: #000;
  position: relative;
}

.main .index .index-banner .banner-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100dvh;
}

.main .index .index-banner .banner-text .item-text {
  text-shadow: 0px 3px 3px rgba(1, 5, 18, 0.1);
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .main .index .index-banner .banner-text .item-text {
    font-size: 35px;
  }
}

.main .index .index-banner .banner-text .item-desc {
  text-shadow: 0px 3px 3px rgba(1, 5, 18, 0.1);
  font-size: 26px;
  margin-bottom: 20px;
}

@media (max-width: 640px) {
  .main .index .index-banner .banner-text .item-desc {
    font-size: 20px;
  }
}

.main .index .index-banner .banner-text .item-btn {
  font-size: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 145px;
  height: 50px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border: solid 1px #ffffff;
}

@media (max-width: 640px) {
  .main .index .index-banner .banner-text .item-btn {
    height: 40px;
    font-size: 16px;
  }
}

.main .index .index-banner .banner-text .item-btn:hover {
  background-color: #fff;
  color: #1b2028;
}

.main .index .section-1 {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-color: #fff;
}

.main .index .section-1 .uk-grid {
  margin-left: -100px;
}

.main .index .section-1 .uk-grid>* {
  padding-left: 100px;
}

@media (max-width: 1200px) {
  .main .index .section-1 .uk-grid {
    margin-left: -60px;
  }

  .main .index .section-1 .uk-grid>* {
    padding-left: 60px;
  }
}

@media (max-width: 960px) {
  .main .index .section-1 .uk-grid {
    margin-left: -30px;
  }

  .main .index .section-1 .uk-grid>* {
    padding-left: 30px;
  }
}

.main .index .section-1 .item {
  font-size: 16px;
  line-height: 1.8;
  color: #424242;
}

@media (max-width: 640px) {
  .main .index .section-1 .item img {
    height: 25vh;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.main .index .section-1 .item .item-title {
  font-size: 30px;
  margin-bottom: 60px;
  position: relative;
}

@media (max-width: 960px) {
  .main .index .section-1 .item .item-title {
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: 16px;
  }
}

.main .index .section-1 .item .item-title .text {
  position: relative;
  z-index: 1;
}

.main .index .section-1 .item .item-title .bg-text {
  position: absolute;
  font-size: 100px;
  color: #f5f5f5;
  left: 0;
  top: -118%;
}

@media (max-width: 960px) {
  .main .index .section-1 .item .item-title .bg-text {
    font-size: 40px;
    top: -86%;
  }
}

@media (max-width: 960px) {
  .main .index .section-1 .item .item-desc {
    font-size: 13px;
  }
}

.main .index .section-1 .item .uk-button {
  width: 160px;
  height: 55px;
  background-color: #efefef;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 0;
  margin-top: 30px;
  z-index: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.main .index .section-1 .item .uk-button:hover {
  background-color: #74d4d3;
  color: #fff;
}

@media (max-width: 960px) {
  .main .index .section-1 .item .uk-button {
    font-size: 13px;
    height: 30px;
    margin-top: 10px;
  }
}

.main .index .section-1 .top {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-animation: move2 infinite 5s;
  animation: move2 infinite 5s;
  z-index: 0;
}

.main .index .section-1 .bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-animation: move infinite 5s;
  animation: move infinite 5s;
  z-index: 0;
}

.main .index .section-2 {
  height: 100vh;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.main .index .section-2 .inner {
  position: absolute;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.3);
}

.main .index .section-2 .inner .uk-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main .index .section-2 .inner .uk-container .banner-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  height: 100dvh;
}

.main .index .section-2 .inner .uk-container .banner-text .item-text {
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 20px;
  text-shadow: 0px 3px 3px rgba(1, 5, 18, 0.1);
}

@media (max-width: 640px) {
  .main .index .section-2 .inner .uk-container .banner-text .item-text {
    font-size: 35px;
  }
}

.main .index .section-2 .inner .uk-container .banner-text .item-desc {
  font-size: 30px;
  margin-bottom: 20px;
  text-shadow: 0px 3px 3px rgba(1, 5, 18, 0.1);
}

@media (max-width: 640px) {
  .main .index .section-2 .inner .uk-container .banner-text .item-desc {
    font-size: 20px;
  }
}

.main .index .section-2 .inner .uk-container .banner-text .item-btn {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 160px;
  height: 55px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #74d4d3;
  color: #fff;
}

@media (max-width: 640px) {
  .main .index .section-2 .inner .uk-container .banner-text .item-btn {
    height: 40px;
    font-size: 16px;
  }
}

@-webkit-keyframes move {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  50% {
    -webkit-transform: scale(2) translateY(-50%);
    transform: scale(2) translateY(-50%);
  }

  100% {
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
  }
}

@keyframes move {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  50% {
    -webkit-transform: scale(2) translateY(-50%);
    transform: scale(2) translateY(-50%);
  }

  100% {
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
  }
}

@-webkit-keyframes move2 {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  50% {
    -webkit-transform: scale(1) translateY(50%);
    transform: scale(1) translateY(50%);
  }

  100% {
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
  }
}

@keyframes move2 {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  50% {
    -webkit-transform: scale(1) translateY(50%);
    transform: scale(1) translateY(50%);
  }

  100% {
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
  }
}

@-webkit-keyframes moveRe {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  50% {
    -webkit-transform: scale(2) translate(-5%, 50%);
    transform: scale(2) translate(-5%, 50%);
  }

  100% {
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
  }
}

@keyframes moveRe {
  0% {
    -webkit-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
  }

  50% {
    -webkit-transform: scale(2) translate(-5%, 50%);
    transform: scale(2) translate(-5%, 50%);
  }

  100% {
    -webkit-transform: scale(1) translateY(0%);
    transform: scale(1) translateY(0%);
  }
}

@-webkit-keyframes scle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }

  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
}

@keyframes scle {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: .3;
  }

  100% {
    -webkit-transform: scale(5);
    transform: scale(5);
    opacity: 0;
  }
}

#picture-modal.uk-modal {
  padding: 0;
}

#picture-modal .uk-modal-dialog {
  width: 100%;
  height: 100%;
}

#picture-modal .uk-modal-body {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#picture-modal .uk-modal-body img {
  width: 100%;
  max-height: 100vh;
}