.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: url("../images/introBg.png") no-repeat;
  background-size: cover;
}
.home #luxy .main .intro .t1 {
  width: 70%;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.home #luxy .main .intro .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 .intro .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 .intro .des {
  color: #666666;
  font-weight: 200;
  line-height: 32px;
  margin: 40px 0;
  text-align: center;
}
.home #luxy .main .intro .nums {
  width: 70%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.home #luxy .main .intro .nums .item {
  text-align: center;
  width: 25%;
}
.home #luxy .main .intro .nums .item .num {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: center;
}
.home #luxy .main .intro .nums .item .num p {
  font-size: 54px;
  font-family: "Oswald-Regular";
  color: #333333;
}
.home #luxy .main .intro .nums .item .num span {
  font-weight: 200;
  font-size: 14px;
  color: #999999;
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 5px;
}
.home #luxy .main .intro .nums .item .st {
  margin-top: 10px;
  color: #999999;
  font-size: 14px;
}
.home #luxy .main .intro .pic {
  width: 100%;
  margin-top: 60px;
  overflow: hidden;
}
.home #luxy .main .intro .pic img {
  width: 75%;
  margin: 0 auto;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home #luxy .main .intro .pic:hover img {
  transform: scale(1.02);
}
.home #luxy .main .history {
  width: 100%;
  background: url("../images/hiBg.jpg") no-repeat;
  background-size: cover;
  padding: 120px 0;
}
.home #luxy .main .history .t1 {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.home #luxy .main .history .t1 p:nth-child(1) {
  color: rgba(230, 230, 230, 0.5);
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
}
.home #luxy .main .history .t1 p:nth-child(2) {
  color: #ffffff;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home #luxy .main .history .allItems {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home #luxy .main .history .allItems .l {
  width: 50%;
  padding-left: 15%;
  position: relative;
}
.home #luxy .main .history .allItems .l .prev {
  width: 41px;
  height: 41px;
  background: #DDDDDD;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: -121px;
  cursor: pointer;
  transition: all 600ms;
}
.home #luxy .main .history .allItems .l .prev i {
  color: #ffffff;
}
.home #luxy .main .history .allItems .l .prev:hover {
  background-color: #F5AB18;
}
.home #luxy .main .history .allItems .l .next {
  width: 41px;
  height: 41px;
  background: #DDDDDD;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: calc(50% + 100px);
 bottom: -121px;
  cursor: pointer;
  transition: all 600ms;
  transform: rotateY(180deg);
}
.home #luxy .main .history .allItems .l .next i {
  color: #ffffff;
}
.home #luxy .main .history .allItems .l .next:hover {
  background-color: #F5AB18;
}
.home #luxy .main .history .allItems .l::before {
  content: "";
  display: block;
  height: 1px;
  width: calc(100% + 10vw);
  background-color: #D9D9D9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home #luxy .main .history .allItems .l .swiper-container {
  width: 100%;
}
.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  cursor: pointer;
}
.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide .item .time {
  color: #999999;
  font-size: 40px;
  font-family: "Oswald-Regular";
  transition: all 600ms;
}
.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide .item .circle {
  width: 20px;
  height: 20px;
  border: 1px solid #999999;
  border-radius: 50%;
  position: relative;
  display: flex;
  margin: 30px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-left: 20px;
  transition: all 600ms;
}
.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide .item .circle::before {
  content: "";
  width: 10px;
  height: 10px;
  background: #999999;
  border-radius: 50%;
  display: block;
  transition: all 600ms;
}
.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide .item .st {
  color: #999999;
  font-weight: 200;
  font-size: 14px;
  transition: all 600ms;
  height: 60px;
  overflow-y: scroll;
  line-height: 30px;
  overflow-x: hidden;
}
.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide .item .st::-webkit-scrollbar {
  width: 1px;
  background: #EEEEEE;
}
.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide .item .st::-webkit-scrollbar-thumb {
  width: 1px;
  background-color: rgba(0, 0, 0, 0.5);
}
.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide-active .item .time {
  color: #F5AB18;
}
.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide-active .item .circle {
  border-color: #F5AB18;
}
.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide-active .item .circle::before {
  background-color: #F5AB18;
}
.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide-active .item .st {
  color: #F5AB18;
}
.home #luxy .main .history .allItems .r {
  width: 35%;
  position: relative;
  transform: translateX(10vw);
}
.home #luxy .main .history .allItems .r .pic1 {
  width: 100%;
  display: block;
  object-fit: contain;
  animation: rotate 8s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}
.home #luxy .main .history .allItems .r .pic2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
}
.home #luxy .main .team {
  width: 70%;
  background-color: #F9F9F9;
  padding: 60px 15%;
}
.home #luxy .main .team .t1 {
  position: relative;
  text-align: center;
}
.home #luxy .main .team .t1 p:nth-child(1) {
  color: rgba(230, 230, 230, 0.5);
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
}
.home #luxy .main .team .t1 p:nth-child(2) {
  color: #333333;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.home #luxy .main .team .navList {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  margin: 30px auto;
}
.home #luxy .main .team .navList span {
  display: inline-block;
  margin: 0 20px;
  color: #ffffff;
  cursor: pointer;
  background:#dddddd;
  font-weight: 200;
  position: relative;
  padding: 5px 10px;
  transition: all 600ms;
}

.home #luxy .main .team .navList span:hover {
    background: #F5AB18;
}
.home #luxy .main .team .navList .active {
    background: #F5AB18;
}
.home #luxy .main .team .allItems {
  width: 80%;
  margin: 90px auto 60px auto;
  position: relative;
  padding-bottom: 120px;
}
.home #luxy .main .team .allItems .btns {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  z-index: 100;
  top: 265px;
}
.home #luxy .main .team .allItems .btns .prev {
  width: 41px;
  height: 41px;
  background: #DDDDDD;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 600ms;
  margin: 0 20px;
}
.home #luxy .main .team .allItems .btns .prev i {
  color: #ffffff;
}
.home #luxy .main .team .allItems .btns .prev:hover {
  background-color: #F5AB18;
}
.home #luxy .main .team .allItems .btns .next {
  width: 41px;
  height: 41px;
  background: #DDDDDD;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 600ms;
  transform: rotateY(180deg);
}
.home #luxy .main .team .allItems .btns .next i {
  color: #ffffff;
}
.home #luxy .main .team .allItems .btns .next:hover {
  background-color: #F5AB18;
}
.home #luxy .main .team .allItems .swiper-container {
  width: 100%;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 100%;
  padding-top: 120px;
  cursor: pointer;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item .text {
  width: 90%;
  padding: 20px 5%;
  background-color: #E4E4E4;
  transition: all 600ms;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item .text .p1 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #333333;
  transition: all 600ms;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item .text .p1 span:nth-child(1) {
  font-size: 24px;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item .text .p1 span:nth-child(2) {
  font-weight: 200;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item .text .p2 {
  margin-top: 10px;
  color: #999999;
  transition: all 600ms;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item .pic {
  width: 100%;
  overflow: hidden;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item:hover .text {
  background-color: #F5AB18;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item:hover .text .p1 {
  color: #ffffff;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item:hover .text .p2 {
  color: #ffffff;
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item:hover .pic img {
  transform: scale(1.05);
}
.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide:nth-of-type(2n) .item {
  display: flex;
  flex-direction: column-reverse;
  padding-top: 0;
}
.home #luxy .main .cooperation {
  width: 70%;
  margin: 60px auto;
}
.home #luxy .main .cooperation .t1 {
  position: relative;
}
.home #luxy .main .cooperation .t1 p:nth-child(1) {
  color: rgba(230, 230, 230, 0.5);
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
}
.home #luxy .main .cooperation .t1 p:nth-child(2) {
  color: #333333;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home #luxy .main .cooperation .allItems {
  width: 100%;
  margin: 60px auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
flex-wrap: wrap;
}
.home #luxy .main .cooperation .allItems .item {
  width: 45%;
}
.home #luxy .main .cooperation .allItems .item .pic {
  width: 100%;
  position: relative;
}
.home #luxy .main .cooperation .allItems .item .pic::before {
  width: 70px;
  height: 50px;
  background: #F5AB18;
  content: "";
  display: inline-block;
  position: absolute;
  left: -35px;
  bottom: -25px;
  transition: all 600ms;
}
.home #luxy .main .cooperation .allItems .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
}
.home #luxy .main .cooperation .allItems .item .p1 {
  color: #333333;
  font-size: 24px;
  margin: 60px 0 30px 0;
}
.home #luxy .main .cooperation .allItems .item .des {
  color: #999999;
  line-height: 28px;
  font-weight: 200;
  font-size: 14px;
}
.home #luxy .main .cooperation .allItems .item:hover .pic::before {
  transform: translateY(-60px);
}
.home #luxy .main .cooperation .allItems .item:last-child {
  margin-top: 60px;
}
.home #luxy .main .honor {
  width: 100%;
  padding: 80px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../images/honorBg.png");
}
.home #luxy .main .honor .t1 {
  width: 70%;
  margin: 0 auto;
  position: relative;
}
.home #luxy .main .honor .t1 p:nth-child(1) {
  color: rgba(230, 230, 230, 0.5);
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
}
.home #luxy .main .honor .t1 p:nth-child(2) {
  color: #333333;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home #luxy .main .honor .allImgs {
  width: 85%;
  margin-left: 15%;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}
.home #luxy .main .honor .allImgs .prev {
  width: 41px;
  height: 41px;
  background: #DDDDDD;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 40%;
  bottom: 20px;
  cursor: pointer;
  transition: all 600ms;
}
.home #luxy .main .honor .allImgs .prev i {
  color: #ffffff;
}
.home #luxy .main .honor .allImgs .prev:hover {
  background-color: #F5AB18;
}
.home #luxy .main .honor .allImgs .next {
  width: 41px;
  height: 41px;
  background: #DDDDDD;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 20px;
  cursor: pointer;
  transition: all 600ms;
  transform: rotate(180deg);
}
.home #luxy .main .honor .allImgs .next i {
  color: #ffffff;
}
.home #luxy .main .honor .allImgs .next:hover {
  background-color: #F5AB18;
}
.home #luxy .main .honor .allImgs .swiper-container {
  width: 100%;
}
.home #luxy .main .honor .allImgs .swiper-container .swiper-wrapper .swiper-slide .item {
}
.home #luxy .main .honor .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home #luxy .main .honor .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .text .p1 {
  color: #333333;
  font-size: 35px;
  font-family: "DINPro-Bold";
}
.home #luxy .main .honor .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .des {
  color: #333333;
  margin-top: 10px;
  font-size: 16px;
  line-height: 25px;
}
.home #luxy .main .honor .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic {
  padding: 40px;
}
.home #luxy .main .honor .allImgs .swiper-container .swiper-wrapper .swiper-slide .item .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transform-origin: center bottom;
  transition: all 600ms;
}
.home #luxy .main .honor .allImgs .swiper-container .swiper-wrapper .swiper-slide .item:hover .pic img {
  transform: scale(1.05);
}
.home #luxy .main .honor .allImgs .swiper-scrollbar {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #DCDCDC;
}
.home #luxy .main .honor .allImgs .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #F5AB18;
}
.home #luxy .main .project {
  width: 70%;
  margin: 120px auto;
}
.home #luxy .main .project .t1 {
  position: relative;
}
.home #luxy .main .project .t1 p:nth-child(1) {
  color: rgba(230, 230, 230, 0.5);
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
}
.home #luxy .main .project .t1 p:nth-child(2) {
  color: #333333;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home #luxy .main .project .content {
  width: 90%;
  margin-left: 10%;
  margin-top: 80px;
}
.home #luxy .main .project .content .item {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 40px;
}
.home #luxy .main .project .content .item .l {
  width: 25%;
  text-align: right;
  color: #666666;
  font-size: 24px;
}
.home #luxy .main .project .content .item .rCon {
  width: 60%;
  height: 330px;
  overflow-x: hidden;
  overflow-y: auto;
}
.home #luxy .main .project .content .item .rCon::-webkit-scrollbar {
  width: 5px;
  background: #e8e8e8;
}
.home #luxy .main .project .content .item .rCon::-webkit-scrollbar-thumb {
  width: 5px;
  background-color: #F5AB18;
}
.home #luxy .main .project .content .item .rCon p {
  color: #999999;
  border-bottom: 1px solid #D9D9D9;
  padding: 15px 0;
  font-weight: 200;
}
.home #luxy .main .newPro {
  width: 100%;
  display: flex;
  flex-direction: row;
}
.home #luxy .main .newPro .l {
  width: 40%;
  padding: 0 5% 0 10%;
  background-color: #F9F9F9;
  position: relative;
}
.home #luxy .main .newPro .l .prev {
  width: 41px;
  height: 41px;
  background: #DDDDDD;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
left: 40%;
    bottom: 10%;
  cursor: pointer;
  transition: all 600ms;
}
.home #luxy .main .newPro .l .prev i {
  color: #ffffff;
}
.home #luxy .main .newPro .l .prev:hover {
  background-color: #F5AB18;
}
.home #luxy .main .newPro .l .next {
  width: 41px;
  height: 41px;
  background: #DDDDDD;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
 left: 50%;
    bottom: 10%;
  cursor: pointer;
  transition: all 600ms;
  transform: rotate(180deg);
}
.home #luxy .main .newPro .l .next i {
  color: #ffffff;
}
.home #luxy .main .newPro .l .next:hover {
  background-color: #F5AB18;
}
.home #luxy .main .newPro .l .t1 {
  position: relative;
  margin-top: 80px;
}
.home #luxy .main .newPro .l .t1 p:nth-child(1) {
  color: rgba(230, 230, 230, 0.5);
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
}
.home #luxy .main .newPro .l .t1 p:nth-child(2) {
  color: #333333;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home #luxy .main .newPro .l .swiper-container {
  width: 100%;
  margin-top: 300px;
}
.home #luxy .main .newPro .l .swiper-container .swiper-wrapper .swiper-slide .item {
  cursor: pointer;
  width: 100%;
}
.home #luxy .main .newPro .l .swiper-container .swiper-wrapper .swiper-slide .item .pic img {
  filter: grayscale(100%);
  transition: all 600ms;
}
.home #luxy .main .newPro .l .swiper-container .swiper-wrapper .swiper-slide .item .p1 {
  color: #999999;
  font-size: 20px;
  margin: 30px 0;
  transition: all 600ms;
}
.home #luxy .main .newPro .l .swiper-container .swiper-wrapper .swiper-slide .item .des {
  color: #F5AB18;
  font-weight: 200;
  line-height: 25px;
  font-size: 14px;
  opacity: 0;
  transform: translateY(30px);
  transition: all 600ms;
}
.home #luxy .main .newPro .l .swiper-container .swiper-wrapper .swiper-slide-active .item .pic img {
  filter: grayscale(0);
}
.home #luxy .main .newPro .l .swiper-container .swiper-wrapper .swiper-slide-active .item .p1 {
  color: #F5AB18;
}
.home #luxy .main .newPro .l .swiper-container .swiper-wrapper .swiper-slide-active .item .des {
  opacity: 1;
  transform: translateY(0);
}
.home #luxy .main .newPro .l .swiper-pagination {
  position: absolute;
  left: 10%;
  top: 34%;
  width: 20%;
  height: 50px;
}
.home #luxy .main .newPro .l .swiper-pagination .swiper-pagination-total {
  color: #29292B;
  font-size: 14px;
  font-family: "Oswald-Regular";
}
.home #luxy .main .newPro .l .swiper-pagination .swiper-pagination-current {
  color: #F5AB18;
  font-size: 30px;
  font-family: "Oswald-Regular";
  font-weight: bolder;
}
.home #luxy .main .newPro .r {
  width: 40%;
}
.home #luxy .main .newPro .r .swiper-container .swiper-wrapper {
  width: 100%;
}
.home #luxy .main .newPro .r .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.home #luxy .main .newPro .r .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 100%;
  overflow: hidden;
}
.home #luxy .main .newPro .r .swiper-container .swiper-wrapper .swiper-slide .item img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
height:100%;
}

.home #luxy .main .newPro .r  .swiper-container{
height:100%;
}
.home #luxy .main .newPro .r .swiper-container .swiper-wrapper .swiper-slide .item:hover img {
  transform: scale(1.05);
}
.home #luxy .main .subject {
  width: 70%;
  margin: 80px auto;
  position: relative;
  padding-top: 100px;
}
.home #luxy .main .subject .t1 {
  position: absolute;
  left: 0;
  top: 10%;
}
.home #luxy .main .subject .t1 p:nth-child(1) {
  color: rgba(51, 51, 51, 0.2);
  font-size: 80px;
  font-family: "Oswald-Regular";
  text-transform: uppercase;
  line-height: 95px;
}
.home #luxy .main .subject .t1 p:nth-child(2) {
  color: #333333;
  font-size: 30px;
  font-weight: bolder;
  position: absolute;
  left: 0;
  bottom: 0;
}
.home #luxy .main .subject .swiper-container {
  width: 100%;
}
.home #luxy .main .subject .swiper-container .swiper-wrapper .swiper-slide {
  width: 100%;
}
.home #luxy .main .subject .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 100%;
  position: relative;
  padding: 100px 0 80px 0;
}
.home #luxy .main .subject .swiper-container .swiper-wrapper .swiper-slide .item .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70%;
  background-color: #F9F9F9;
  padding: 60px 5%;
  z-index: -1;
}
.home #luxy .main .subject .swiper-container .swiper-wrapper .swiper-slide .item .text .p1 {
  color: #333333;
  font-size: 24px;
}
.home #luxy .main .subject .swiper-container .swiper-wrapper .swiper-slide .item .text .des {
  color: #999999;
  line-height: 32px;
  margin-top: 40px;
  font-weight: 200;
  font-size: 14px;
}
.home #luxy .main .subject .swiper-container .swiper-wrapper .swiper-slide .item .pic {
  width: 50%;
  margin-left: 50%;
}
.home #luxy .main .subject .swiper-container .swiper-wrapper .swiper-slide .item .pic img {
  width: 100%;
  object-fit: cover;
  display: block;
  transition: all 600ms;
}
.home #luxy .main .subject .swiper-container .swiper-wrapper .swiper-slide .item .pic:hover img {
  transform: scale(1.02);
}
.home #luxy .main .subject .swiper-pagination {
  position: absolute;
  right: 20%;
  width: 20%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  bottom: 5%;
}
.home #luxy .main .subject .swiper-pagination .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #E0E0E0;
  border-radius: 50%;
  opacity: 1;
  transition: all 600ms;
  margin: 0 5px;
}
.home #luxy .main .subject .swiper-pagination .swiper-pagination-bullet-active {
  background: #F5AB18;
}
.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: 1440px){
.home #luxy .main .newPro .l .prev {
    left: 30%;
}

.home #luxy .main .newPro .l .next {
    left: 61%;
}

}
@media screen and (max-width: 1300px){
.home #luxy .banner .text p:nth-child(1) {
    color: #ffffff;
    font-size: 20px;
}
.home #luxy .main .intro {
    width: 90%;
    padding: 40px 5%;
}
.home #luxy .main .intro .t1 {
    width: 100%;
    margin: 0 auto;
}
.home #luxy .main .intro .t1 p:nth-child(1) {
    font-size: 40px;
}
.home #luxy .main .intro .t1 p:nth-child(2) {
    font-size: 20px;
}

.home #luxy .main .intro .nums {
    width: 100%;
    flex-wrap: wrap;
}
.home #luxy .main .intro .nums .item {
    text-align: center;
    width: 50%;
}
.home #luxy .main .intro .pic {
    margin-top: 30px;
}

.home #luxy .main .intro .nums .item .num p {
    font-size: 28px;
}

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

.home #luxy .main .team .allItems .swiper-container .swiper-wrapper .swiper-slide .item {
    display: flex;
    flex-direction: column;
    padding-top: 0;
}
.home #luxy .main .cooperation {
    width: 90%;
    margin: 30px auto;
}
.home #luxy .main .cooperation .t1 p:nth-child(1) {
    font-size: 40px;
}
.home #luxy .main .cooperation .t1 p:nth-child(2) {
    font-size: 20px;
}
.home #luxy .main .history {
    padding: 60px 0;
}
.home #luxy .main .history .t1 {
    width: 90%;
}
.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide .item .circle {
    transform: translateY(11px);
}
.home #luxy .main .history .allItems .l {
    width: 60%;
    padding-left: 5%;
}
.home #luxy .main .history .t1 p:nth-child(1) {
    font-size: 40px;
}
.home #luxy .main .history .t1 p:nth-child(2) {
    font-size: 20px;
}
.home #luxy .main .history .allItems .l .prev,.home #luxy .main .history .allItems .l .next{
display:none;
}

.home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide .item .time {
    font-size: 24px;
}

.home #luxy .main .cooperation .allItems {
    width: 100%;
    margin: 30px auto;
}

.home #luxy .main .cooperation .allItems .item {
    width: 100%;
    margin-bottom: 50px;
}
.home #luxy .main .cooperation .allItems .item .p1 {
    color: #333333;
    font-size: 20px;
    margin: 20px 0 15px 0;
}
.home #luxy .main .cooperation .allItems .item:last-child{
  margin-top: 0;
}
.home #luxy .main .honor {
    padding: 40px 0;
}
.home #luxy .main .honor .t1 {
    width: 90%;
}

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

.home #luxy .main .honor .t1 p:nth-child(2) {
    font-size: 20px;
}

.home #luxy .main .honor .allImgs {
    width: 90%;
    margin-left: 5%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}

.home #luxy .main .honor .allImgs .prev {
    left: 30%;
}

.home #luxy .main .honor .allImgs .next{
    left: 54%;
    /*border: 1px solid red;*/
}
.home #luxy .main .project {
    width: 90%;
    margin: 40px auto;
}

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

.home #luxy .main .project .t1 p:nth-child(2) {
    font-size: 20px;
}

.home #luxy .main .project .content {
    width: 90%;
    margin-left: 5%;
    margin-top: 40px;
}
.home #luxy .main .project .content .item {
    flex-direction: column;
}
.home #luxy .main .project .content .item .l {
    width: 100%;
    text-align: center;
}
.home #luxy .main .project .content .item .rCon {
    width: 100%;
    margin-top: 30px;
}
.home #luxy .main .subject {
    width: 90%;
    margin: 40px auto;
    padding-top: 90px;
}
.home #luxy .main .newPro {
    flex-direction: column;
}
.home #luxy .main .newPro .l {
    width: 90%;
    padding: 0px 5% 80px 5%;
}
.home #luxy .main .newPro .l .swiper-container .swiper-wrapper .swiper-slide .item {
    cursor: pointer;
    width: 100%;
    text-align: center;
}
.home #luxy .main .newPro .l .swiper-container .swiper-wrapper .swiper-slide .item .p1 {
    margin: 10px 0;
}
.home #luxy .main .newPro .l .prev{
z-index:100;
left: 36%;
  bottom: 20px;
}
.home #luxy .main .newPro .l .next{
z-index:100;
left: 55%;
    bottom: 20px;
}
.home #luxy .main .newPro .r {
    width: 100%;
}
.home #luxy .main .newPro .l .t1 {
    margin-top: 40px;
}
.home #luxy .main .newPro .l .t1 p:nth-child(1) {
    font-size: 40px;
}
.home #luxy .main .newPro .l .t1 p:nth-child(2) {
    font-size: 20px;
}
.home #luxy .main .newPro .l .swiper-container {
    margin-top: 60px;
}
.home #luxy .main .subject .t1 p:nth-child(1) {
    font-size: 40px;
    line-height: 40px;
}
.home #luxy .main .subject .t1 p:nth-child(2) {
    font-size: 20px;
}

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

.home #luxy .main .subject .swiper-container .swiper-wrapper .swiper-slide .item .pic {
    width: 100%;
    margin-left: 0;
}

.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 .intro .pic img{
    width: 100%;
  }
  .home #luxy .main .history .allItems .l .swiper-container .swiper-wrapper .swiper-slide .item .st{
    height: 100%;
    line-height: 24px;
  }
  .home #luxy .main .history .allItems{
    flex-direction: column-reverse;
  }
  .home #luxy .main .history .allItems .l{
    width: 90%;
    padding: 0;
  }
  .home #luxy .main .history .allItems .r{
    transform: unset;
  }
  .home #luxy .main .team .allItems{
    margin: 0 auto;
    padding-bottom: 10px;
  }
  .home #luxy .main .team .allItems .btns{
    justify-content: space-between;
    bottom: 50%;
    /*width: 134%;
    left: 17%;*/
    width: 100%;
  }
  .home #luxy .main .team .allItems .btns .prev{
    /*margin: 0;*/
    margin-left: -50px;
  }
  .home #luxy .main .team .allItems .btns .next{
    /*margin: 0;*/
    margin-right: -50px;
  }
  .home #luxy .main .cooperation .allItems .item .pic::before{
    display: none;
  }
  .home #luxy .main .subject .swiper-pagination{
    right: 40%;
  }
}
/*# sourceMappingURL=research.css.map */
