.home {
  position: relative;
  width: 100%;
}
.home .header {
  position: fixed;
  left: 0;
  z-index: 10;
  width: 92%;
  padding: 50px 4%;
  transition: all 600ms;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home .header a {
  position: relative;
  display: inline-block;
}
.home .header a i {
  color: white;
  font-size: 39px;
  transition: all 600ms;
  display: inline-block;
}
.home .header a img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: 0;
  transition: all 600ms;
}
.home .header .lines {
  width: 18px;
  height: 16px;
  position: relative;
  cursor: pointer;
}
.home .header .lines span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 2px;
  background-color: #ffffff;
  transition: all 600ms;
}
.home .header .lines span:nth-child(2) {
  top: 5px;
}
.home .header .lines span:nth-child(3) {
  top: 10px;
}
.home .hasBg {
  padding: 20px 4%;
}
.home .hasBg a i {
  opacity: 0;
}
.home .hasBg a img {
  opacity: 1;
}
.home .hasBg .lines span {
  background-color: #000000;
}
.home #luxy {
  width: 100%;
}
.home #luxy .banner {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100vh;
}
.home #luxy .banner .dots {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  z-index: 100;
  cursor: pointer;
}
.home #luxy .banner .dots div {
  width: 10px;
  height: 10px;
  top: -5px;
  margin-left: -5px;
  transform: translateZ(0) scale(0);
  animation: square 4s linear infinite;
  background: #fff;
  display: block;
  position: absolute;
  left: 50%;
}
.home #luxy .banner .dots div:first-child {
  animation-delay: 0.8s;
}
.home #luxy .banner .dots div:nth-child(2) {
  animation-delay: 1.6s;
}
.home #luxy .banner .dots div:nth-child(3) {
  animation-delay: 2.4s;
}
.home #luxy .banner .dots div:nth-child(4) {
  animation-delay: 3.2s;
}
@keyframes square {
  0% {
    transform: translateZ(0) scale(0);
  }
  30% {
    transform: translate3d(0, 15px, 0) scale(0.35);
  }
  50% {
    transform: translate3d(0, 30px, 0) scale(1);
  }
  70% {
    transform: translate3d(0, 45px, 0) scale(0.35);
  }
  100% {
    transform: translate3d(0, 60px, 0) scale(0);
  }
}
.home #luxy .banner img {
  width: 100%;
  display: block;
  height: 100vh;
  object-fit: cover;
  animation: big2 32s forwards linear;
}
@keyframes big2 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.home #luxy .banner .text {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 90%;
  text-align: center;
}
.home #luxy .banner .text p:nth-child(1) {
  color: #ffffff;
  font-size: 40px;
}
.home #luxy .banner .text p:nth-child(2) {
  color: #ffffff;
  font-family: "Oswald-Light";
  margin-top: 20px;
}
.home #luxy .main {
  width: 100%;
}
.home #luxy .main .intro {
  width: 70%;
  padding: 80px 15%;
  background-color: #F5F5F5;
}
.home #luxy .main .intro .t1 {
  color: #434343;
  font-size: 24px;
}
.home #luxy .main .intro .des {
  background: linear-gradient(115deg, #F5AB18 0%, #FCD13E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 18px;
  margin-top: 40px;
  line-height: 32px;
}
.home #luxy .main .intro .infos{
  color: #434343;
  margin-top: 50px;
    font-size: 18px;
    line-height: 1.7;
}
.home #luxy .main .solution {
  width: 100%;
}
.home #luxy .main .solution .t1 {
  width: 70%;
  margin: 60px auto;
  position: relative;
  text-align: center;
}
.home #luxy .main .solution .t1 p:nth-child(1) {
  color: rgba(51, 51, 51, 0.04);
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
}
.home #luxy .main .solution .t1 p:nth-child(2) {
  color: #333333;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.home #luxy .main .solution .content {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-top: 40px;
}
.home #luxy .main .solution .content .allImgs {
  width: 30%;
  padding: 0 10%;
  background-color: #F8F8F8;
  position: relative;
}
.home #luxy .main .solution .content .allImgs .swiper-container {
  width: 100%;
  height: 100%;
}
.home #luxy .main .solution .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home #luxy .main .solution .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .p1 {
  color: #434343;
  font-size: 30px;
}
.home #luxy .main .solution .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .des {
  color: #999999;
  line-height: 30px;
  margin-top: 60px;
  font-size: 14px;
}
.home #luxy .main .solution .content .allImgs .swiper-pagination {
  position: absolute;
  left: 20%;
  bottom: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home #luxy .main .solution .content .allImgs .swiper-pagination .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  background: #E4E4E4;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-family: "Oswald-Regular";
  opacity: 1;
  margin-right: 10px;
  transition: all 600ms;
}
.home #luxy .main .solution .content .allImgs .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #F5AB18;
}
.home #luxy .main .solution .content .allImgs .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F5AB18;
}
.home #luxy .main .solution .content .rpic {
  width: 50%;
  overflow: hidden;
}
.home #luxy .main .solution .content .rpic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 4s;
}
.home #luxy .main .solution .content .rpic:hover img {
  transform: scale(1.02);
}
.home #luxy .main .tech {
  width: 100%;
}
.home #luxy .main .tech .t1 {
  width: 70%;
  margin: 60px auto;
  position: relative;
  text-align: center;
}
.home #luxy .main .tech .t1 p:nth-child(1) {
  color: rgba(51, 51, 51, 0.04);
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
}
.home #luxy .main .tech .t1 p:nth-child(2) {
  color: #333333;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.home #luxy .main .tech .des {
  color: #434343;
  line-height: 30px;
  margin: 60px auto;
  text-align: center;
  font-weight: 200;
}
.home #luxy .main .tech .allImgs {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home #luxy .main .tech .allImgs .item {
  width: 34%;
  overflow: hidden;
  position: relative;
}
.home #luxy .main .tech .allImgs .item::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: all 600ms;
  z-index: 10;
}
.home #luxy .main .tech .allImgs .item img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home #luxy .main .tech .allImgs .item p {
  position: absolute;
  left: 0;
  bottom: 15%;
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  width: 100%;
  transition: all 600ms;
  z-index: 11;
}
.home #luxy .main .tech .allImgs .item:hover::before {
  opacity: 1;
}
.home #luxy .main .tech .allImgs .item:hover img {
  transform: scale(1.02);
}
.home #luxy .main .tech .allImgs .item:hover p {
  bottom: 48%;
}
.home #luxy .main .empower {
  width: 70%;
  margin: 60px auto;
}
.home #luxy .main .empower .t1 {
  width: 100%;
  margin: 60px auto;
  position: relative;
}
.home #luxy .main .empower .t1 p:nth-child(1) {
  color: rgba(51, 51, 51, 0.04);
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
}
.home #luxy .main .empower .t1 p:nth-child(2) {
  color: #333333;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.home #luxy .main .empower .allImgs {
  width: 100%;
  position: relative;
  margin: 60px auto;
}
.home #luxy .main .empower .allImgs .swiper-pagination {
  position: absolute;
  right: 25.5%;
  bottom: 10%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home #luxy .main .empower .allImgs .swiper-pagination .swiper-pagination-bullet {
  width: auto;
  height: 20px;
  border-radius: 50%;
  display: flex;
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  color: #999999;
  font-family: "Oswald-Regular";
  opacity: 1;
  margin-right: 20px;
  transition: all 600ms;
  position: relative;
}
.home #luxy .main .empower .allImgs .swiper-pagination .swiper-pagination-bullet::after {
  width: 0;
  height: 1px;
  background: #000000;
  content: "";
  display: inline-block;
  transition: all 600ms;
}
.home #luxy .main .empower .allImgs .swiper-pagination .swiper-pagination-bullet-active {
  color: #333333;
}
.home #luxy .main .empower .allImgs .swiper-pagination .swiper-pagination-bullet-active::after {
  width: 80px;
}
.home #luxy .main .empower .allImgs .swiper-container {
  width: 100%;
}
.home #luxy .main .empower .allImgs .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home #luxy .main .empower .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic {
  width: 50%;
  overflow: hidden;
}
.home #luxy .main .empower .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 4s;
}
.home #luxy .main .empower .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic:hover img {
  transform: scale(1.05);
}
.home #luxy .main .empower .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text {
  background-color: #F8F8F8;
  width: 30%;
  padding: 0 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home #luxy .main .empower .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .p1 {
  color: #434343;
  font-size: 30px;
}
.home #luxy .main .empower .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .des {
  color: #999999;
  line-height: 30px;
  margin-top: 60px;
  font-size: 14px;
}
.home #luxy .main .videos {
  width: 70%;
  padding: 80px 15%;
  background-color: #F5F6F7;
}
.home #luxy .main .videos .t1 {
  width: 100%;
  position: relative;
}
.home #luxy .main .videos .t1 p:nth-child(1) {
  color: #ececec;
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
}
.home #luxy .main .videos .t1 p:nth-child(2) {
  color: #333333;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 0;
  bottom: 0px;
}
.home #luxy .main .videos .allItems {
  width: 100%;
  margin: 60px auto;
  position: relative;
}
.home #luxy .main .videos .allItems .prev {
  width: 50px;
  height: 50px;
  background: #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 45%;
  z-index: 100;
  transform: rotate(90deg);
  transition: all 600ms;
  color: #666666;
  cursor: pointer;
}
.home #luxy .main .videos .allItems .prev:hover {
  background-color: #F5AB18;
  color: #ffffff;
}
.home #luxy .main .videos .allItems .next {
  width: 50px;
  height: 50px;
  background: #D9D9D9;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: calc(45% + 50px);
  z-index: 100;
  transform: rotate(-90deg);
  transition: all 600ms;
  color: #666666;
  cursor: pointer;
}
.home #luxy .main .videos .allItems .next:hover {
  background-color: #F5AB18;
  color: #ffffff;
}
.home #luxy .main .videos .allItems .swiper-container {
  width: 100%;
}
.home #luxy .main .videos .allItems .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 100%;
  position: relative;
}
.home #luxy .main .videos .allItems .swiper-container .swiper-wrapper .swiper-slide .item img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home #luxy .main .videos .allItems .swiper-container .swiper-wrapper .swiper-slide .item .text {
  position: absolute;
  left: 15%;
  top: 50%;
  transform: translateY(-50%);
}
.home #luxy .main .videos .allItems .swiper-container .swiper-wrapper .swiper-slide .item .text .p1 {
  color: #F5AB18;
  font-weight: bolder;
}
.home #luxy .main .videos .allItems .swiper-container .swiper-wrapper .swiper-slide .item .text .p2 {
  color: #ffffff;
  font-size: 24px;
  margin-top: 10px;
}
.home #luxy .main .videos .allItems .swiper-container .swiper-wrapper .swiper-slide .item .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home #luxy .main .videos .allItems .swiper-container .swiper-wrapper .swiper-slide .item .play i {
  color: #ffffff;
  font-size: 62px;
}
.home #luxy .main .service {
  width: 70%;
  margin: 60px auto;
}
.home #luxy .main .service .t1 {
  width: 70%;
  margin: 60px auto;
  position: relative;
  text-align: center;
}
.home #luxy .main .service .t1 p:nth-child(1) {
  color: rgba(51, 51, 51, 0.04);
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
}
.home #luxy .main .service .t1 p:nth-child(2) {
  color: #333333;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0px;
}
.home #luxy .main .service .allItems {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 40px 0;
}
.home #luxy .main .service .allItems .item {
  width: 14%;
  padding: 40px 2%;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 10px;
  border-radius: 20px;
  transition: all 600ms;
}
.home #luxy .main .service .allItems .item .pic i {
  font-size: 35px;
  transition: all 600ms;
}
.home #luxy .main .service .allItems .item .p1 {
  font-size: 20px;
  margin: 20px 0;
  transition: all 600ms;
}
.home #luxy .main .service .allItems .item .des {
  color: #999999;
  line-height: 30px;
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 150px;
  transition: all 600ms;
}
.home #luxy .main .service .allItems .item:hover {
  background-color: #F5AB18;
}
.home #luxy .main .service .allItems .item:hover .pic i {
  color: #ffffff;
}
.home #luxy .main .service .allItems .item:hover .p1, .home #luxy .main .service .allItems .item:hover .des {
  color: #ffffff;
}
.home #luxy .main .program {
  width: 70%;
  padding: 80px 15%;
  background: url("../images/programBg.png") no-repeat;
  background-size: cover;
}
.home #luxy .main .program .t1 {
  position: relative;
}
.home #luxy .main .program .t1 p:nth-child(1) {
  color: rgba(255, 255, 255, 0.05);
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
}
.home #luxy .main .program .t1 p:nth-child(2) {
  color: #ffffff;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home #luxy .main .program .nr {
  width: 100%;
  margin: 60px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.home #luxy .main .program .nr .left {
  width: 35%;
}
.home #luxy .main .program .nr .left .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 20px;
  cursor: pointer;
}
.home #luxy .main .program .nr .left .item span:nth-child(1) {
  color: #ffffff;
  opacity: 0.5;
  transition: all 600ms;
}
.home #luxy .main .program .nr .left .item .line {
  width: 40px;
  height: 0.5px;
  background-color: #F5AB18;
  display: block;
  margin: 0 15px;
  opacity: 0;
  transition: all 600ms;
}
.home #luxy .main .program .nr .left .item span:last-child {
  color: #ffffff;
  opacity: 0.5;
  transition: all 600ms;
}
.home #luxy .main .program .nr .left .item:hover .line {
  opacity: 1;
}
.home #luxy .main .program .nr .left .item:hover span:nth-child(1), .home #luxy .main .program .nr .left .item:hover span:nth-child(3) {
  opacity: 1;
}
.home #luxy .main .program .nr .left .active .line {
  opacity: 1;
}
.home #luxy .main .program .nr .left .active span:nth-child(1), .home #luxy .main .program .nr .left .active span:nth-child(3) {
  opacity: 1;
}
.home #luxy .main .program .nr .rpic {
  width: 60%;
  position: relative;
}
.home #luxy .main .program .nr .rpic .hint {
  position: absolute;
  width: 60px;
  height: 60px;
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.5, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.5, 0, 0, 1);
}
.home #luxy .main .program .nr .rpic .hint::before {
  width: 8px;
  height: 8px;
  background-color: #F5AB18;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}
.home #luxy .main .program .nr .rpic .hint::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  width: 2px;
  height: 2px;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-animation: home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
  animation: home_hero_item_hints_glow-data-v-8d9497d2 2s cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
}
.home #luxy .main .program .nr .rpic .hint .pulse {
  position: absolute;
  top: -5px;
  left: -6px;
  height: 66px;
  width: 66px;
  border: 2px solid #F5AB18;
  border-radius: 48px;
  -webkit-box-shadow: 0 0 4px #82878f, 0 0 10px #82878f inset;
  box-shadow: 0 0 4px #82878f, inset 0 0 10px #82878f;
  opacity: 0.12;
  filter: alpha(opacity=0);
  -webkit-animation: warn 2s ease-out both;
  animation: warn 2s ease-out both;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  background: 0 0;
}
.home #luxy .main .program .nr .rpic .hint .delay-08 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.home #luxy .main .program .nr .rpic .hint .delay-09 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.home #luxy .main .program .nr .rpic .hint .delay-10 {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s;
}
.home #luxy .main .program .nr .rpic .hint .hint-radius {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 250px;
  margin: -125px 0 0 -125px;
  border-radius: 50%;
  transition-property: background-color, opacity, visibility, transform, -webkit-transform;
  -webkit-transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
  transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.home #luxy .main .program .nr .rpic .hint .hint-dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-animation: home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite;
  animation: home_hero_item_hints_border-data-v-8d9497d2 2s linear infinite;
}
@keyframes warn {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes home_hero_item_hints_border-data-v-8d9497d2 {
  0%, 100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
  }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.home #luxy .main .program .nr .rpic .hint1 {
    left: 29%;
    top: 25%;
}
.home #luxy .main .program .nr .rpic .hint2 {
    left: 56%;
    top: 59%;
}
.home #luxy .main .program .nr .rpic .hint3 {
left: 51%;
    top: 61%;
}
.home #luxy .main .program .nr .rpic .hint4 {
left: 51%;
top: 56%;
}
.home #luxy .main .program .nr .rpic .hint5 {
    left: 26%;
    top: 58%;
}
.home #luxy .main .program .nr .rpic .hint6 {
    left: 56%;
    top: 56%;
}
.home #luxy .main .program .nr .rpic .hint7 {
left: 47%;
    top: 70%;
}

.home #luxy .main .program .nr .rpic .hide{
 opacity:0;
}

.home #luxy .main .program .nr .rpic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home #luxy .foot {
  width: 100%;
  height: 100vh;
  background: url("../images/fbg.png") no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home #luxy .foot .content {
  width: 75%;
  margin: 0 auto;
}
.home #luxy .foot .content .dom1 .t1 {
  color: #333333;
  font-size: 60px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
  line-height: 70px;
}
.home #luxy .foot .content .dom1 .t2 {
  color: #333333;
  font-size: 30px;
  font-weight: bolder;
  margin-top: 20px;
}
.home #luxy .foot .content .dom2 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 70px 0;
}
.home #luxy .foot .content .dom2 .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
}
.home #luxy .foot .content .dom2 .links .item {
  width: 25%;
}
.home #luxy .foot .content .dom2 .links .item p {
  color: #333333;
  font-size: 20px;
  font-weight: bolder;
}
.home #luxy .foot .content .dom2 .links .item .aList {
  margin-top: 30px;
}
.home #luxy .foot .content .dom2 .links .item .aList a {
  color: #999999;
  position: relative;
  display: block;
  margin-bottom: 10px;
  font-weight: 200;
  transition: all 600ms;
}
.home #luxy .foot .content .dom2 .links .item .aList a::before {
  width: 4px;
  height: 4px;
  background: #333333;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  opacity: 0;
  transition: all 600ms;
}
.home #luxy .foot .content .dom2 .links .item .aList a:hover {
  color: #333333;
}
.home #luxy .foot .content .dom2 .links .item .aList a:hover::before {
  opacity: 1;
}
.home #luxy .foot .content .dom2 .rIcons .icons {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
}
.home #luxy .foot .content .dom2 .rIcons .icons a {
  width: 45px;
  height: 45px;
  background: #333333;
  border-radius: 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.home #luxy .foot .content .dom2 .rIcons .icons a i {
  color: white;
}
.home #luxy .foot .content .dom2 .rIcons .icons a:last-child {
  border: 1px solid #333333;
  background-color: transparent;
}
.home #luxy .foot .content .dom2 .rIcons .icons a:last-child img {
  width: 20px;
}
.home #luxy .foot .content .dom2 .rIcons .text {
  text-align: right;
  margin-top: 50px;
}
.home #luxy .foot .content .dom2 .rIcons .text p, .home #luxy .foot .content .dom2 .rIcons .text a {
  color: #333333;
  font-size: 12px;
  margin-bottom: 5px;
}
.home #luxy .foot .content .dom3 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 70px 0;
}
.home #luxy .foot .content .dom3 .links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
}
.home #luxy .foot .content .dom3 .links .item {
  width: 25%;
}
.home #luxy .foot .content .dom3 .links .item a {
  color: #333333;
  font-size: 20px;
  font-weight: bolder;
}
.home #luxy .foot .content .dom3 .r a {
  color: #333333;
  font-size: 12px;
}

@media screen and (max-width: 1300px){
.home #luxy .banner .text p:nth-child(1){
font-size:20px;
}
.home #luxy .main .intro {
    width: 90%;
    padding: 40px 5%;
    background-color: #F5F5F5;
}
.home #luxy .main .intro .des{
font-size: 16px;
    margin-top: 20px;
}

.home #luxy .main .intro .infos{
margin-top: 25px;
}

.home #luxy .main .solution .t1 {
    width: 90%;
    margin: 30px auto;
}

.home #luxy .main .solution .t1 p:nth-child(1) {
    font-size: 40px;
}
.home #luxy .main .solution .t1 p:nth-child(2) {
    font-size: 20px;
}
.home #luxy .main .solution .content{
flex-direction: column;
}

.home #luxy .main .solution .content .allImgs {
    width: 90%;
 padding: 30px 5% 60px 5%;
}

.home #luxy .main .solution .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .p1 {
    font-size: 20px;
}

.home #luxy .main .solution .content .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .des {
    margin-top: 10px;
}

.home #luxy .main .solution .content .allImgs .swiper-pagination {
    bottom: 5%;
}

.home #luxy .main .solution .content .rpic {
    width: 100%;
}

.home #luxy .main .tech .t1 {
    width: 90%;
    margin: 30px auto;
}
.home #luxy .main .tech .t1 p:nth-child(1) {
    font-size: 40px;
}
.home #luxy .main .tech .t1 p:nth-child(2) {
    font-size: 20px;
}

.home #luxy .main .tech .des {
    margin: 30px auto;
    width: 90%;
}

.home #luxy .main .tech .allImgs {
    flex-direction: column;
}

.home #luxy .main .tech .allImgs .item {
    width: 100%;
}

.home #luxy .main .tech .allImgs .item p {
    bottom: 40%;
font-size:20px;
}

.home #luxy .main .empower {
    width: 90%;
    margin: 30px auto;
}
.home #luxy .main .empower .t1 {
    width: 100%;
    margin: 30px auto;
    position: relative;
}
.home #luxy .main .empower .t1 p:nth-child(1) {
    font-size: 40px;
}

.home #luxy .main .empower .t1 p:nth-child(2) {
    font-size: 20px;
}
.home #luxy .main .empower .allImgs {
    margin: 30px auto;
}

.home #luxy .main .empower .allImgs .swiper-container .swiper-wrapper .swiper-slide .item {
    flex-direction: column;
}
.home #luxy .main .empower .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic {
    width: 100%;
}

.home #luxy .main .empower .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text {
    width: 90%;
padding: 30px 5% 70px 5%;
}
.home #luxy .main .empower .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .p1 {
    font-size: 20px;
}
.home #luxy .main .empower .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .des {
    margin-top: 20px;
}

.home #luxy .main .videos {
    width: 90%;
    padding: 40px 5%;
}

.home #luxy .main .videos .t1 p:nth-child(1) {
    font-size: 40px;
}

.home #luxy .main .videos .t1 p:nth-child(2) {
    font-size: 20px;
}
.home #luxy .main .videos .allItems .swiper-container .swiper-wrapper .swiper-slide .item img {
    height: 300px;
}

.home #luxy .main .videos .allItems .swiper-container .swiper-wrapper .swiper-slide .item .play i {
    font-size: 30px;
}

.home #luxy .main .program {
    width: 90%;
    padding: 40px 5%;
}
.home #luxy .main .program .t1 p:nth-child(1) {
    font-size: 40px;
}
.home #luxy .main .program .t1 p:nth-child(1) {
    font-size: 20px;
}

.home #luxy .main .program .nr{
    margin: 30px auto;
flex-direction: column;
}
.home #luxy .main .program .nr .left {
    width: 100%;
}
.home #luxy .main .program .nr .rpic {
    width: 100%;
margin-top: 30px;
}

.home #luxy .foot{
height: auto;
}
.home #luxy .foot .content {
    width: 90%;
padding: 40px 0;
}
.home #luxy .foot .content .dom1 .t1 {
    font-size: 30px;
    line-height: 35px;
}
.home #luxy .foot .content .dom1 .t2 {
    font-size: 20px;
}
.home #luxy .foot .content .dom2 {
    flex-direction: column;
}
.home #luxy .foot .content .dom2 .links {
    display: none;
}
.home #luxy .foot .content .dom3 .links {
    display: none;
}
.home #luxy .foot .content .dom3 {
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}

}
@media screen and (max-width: 767px){
  .home #luxy .main .solution .content{
    flex-direction: column-reverse;
  }
}


/*# sourceMappingURL=smark.css.map */
