.home {
  position: relative;
  width: 100%;
}
.home .header {
  position: fixed;
  left: 0;
  z-index: 10;
  width: 92%;
  padding: 20px 4%;
  transition: all 600ms;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #000000;
}
.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%;
  background-color: #ffffff;
}
.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%;
  position: relative;
}
.home #luxy .banner .pager {
  width: 90%;
  left: 5%;
  position: absolute;
  bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  height: 62px;
  z-index: 100;
}
.home #luxy .banner .pager .l {
  color: #333333;
  font-weight: 200;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.home #luxy .banner .pager .l i {
  display: inline-block;
  margin-right: 2px;
}
.home #luxy .banner .pager .qiehuan {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.home #luxy .banner .pager .qiehuan .prev {
  cursor: pointer;
}
.home #luxy .banner .pager .qiehuan .next {
  cursor: pointer;
  transform: rotateY(180deg);
  margin-left: 10px;
}
.home #luxy .banner .swiper-container {
  width: 100%;
}
.home #luxy .banner .swiper-container .swiper-wrapper{
  margin-top: 10%;
}
.home #luxy .banner .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 70%;
  /* display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; */
  overflow: hidden;
  margin: 7.5% auto;
  transition: 1s;
}
.home #luxy .banner .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 1s;
  transform: scale(1.5);
}
.home #luxy .banner .swiper-container .swiper-wrapper .swiper-slide .st {
  text-align: center;
  border-top: 1px solid #D9D9D9;
  padding: 20px 0;
  color: transparent;
  transition: all 600ms;
}
.home #luxy .banner .swiper-container .swiper-wrapper .swiper-slide-active .pic img {
  transform: scale(1);
}
.home #luxy .banner .swiper-container .swiper-wrapper .swiper-slide-active .pic{
  transform: scale(1.3);
}
.home #luxy .banner .swiper-container .swiper-wrapper .swiper-slide-active .st {
  color: #333333;
}
.home #luxy .intro {
  width: 70%;
  padding: 60px 15%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #F5F3F0;
  align-items: flex-end;
}
.home #luxy .intro .pic {
  width: 20%;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.home #luxy .intro .pic .play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.home #luxy .intro .pic .play i {
  color: #ffffff;
  font-size: 35px;
}
.home #luxy .intro .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home #luxy .intro .pic:hover img {
  transform: scale(1.05);
}
.home #luxy .intro .des {
  width: 75%;
  color: #333333;
  line-height: 30px;
  font-weight: 200;
  margin-bottom: 20px;
}
.home #luxy .content {
  width: 70%;
  margin: 60px auto;
}
.home #luxy .content .t1 {
  color: #333333;
  font-size: 24px;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
.home #luxy .content .item1 {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.home #luxy .content .item1 .p1 {
  color: #333333;
  font-weight: bolder;
}
.home #luxy .content .item1 .des {
  color: #333333;
  width: 60%;
  margin: 30px auto;
  font-size: 14px;
  line-height: 28px;
}
.home #luxy .content .item1 .pic {
  overflow: hidden;
}
.home #luxy .content .item1 .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 2s;
}
.home #luxy .content .item1 .pic:hover img {
  transform: scale(1.05);
}
.home #luxy .recommend {
  width: 70%;
  padding: 60px 15%;
  background-color: #F5F3F0;
}
.home #luxy .recommend .t1 {
  color: #333333;
  font-size: 24px;
  border-bottom: 1px solid #D9D9D9;
  padding: 20px 0;
}
.home #luxy .recommend .allPros {
  width: 100%;
  margin-top: 60px;
}
.home #luxy .recommend .allPros .swiper-container {
  width: 100%;
}
.home #luxy .recommend .allPros .swiper-container .swiper-wrapper .swiper-slide .item {
  width: 100%;
  cursor: pointer;
}
.home #luxy .recommend .allPros .swiper-container .swiper-wrapper .swiper-slide .item a {
  display: block;
}
.home #luxy .recommend .allPros .swiper-container .swiper-wrapper .swiper-slide .item a .pic {
  width: 100%;
  overflow: hidden;
}
.home #luxy .recommend .allPros .swiper-container .swiper-wrapper .swiper-slide .item a .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 600ms;
}
.home #luxy .recommend .allPros .swiper-container .swiper-wrapper .swiper-slide .item a p {
  margin-top: 10px;
  font-weight: 200;
  color: #333333;
}
.home #luxy .recommend .allPros .swiper-container .swiper-wrapper .swiper-slide .item a:hover .pic img {
  transform: scale(1.02);
}
.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 .intro {
    width: 90%;
    padding: 30px 5%;
flex-direction: column;
}
.home #luxy .intro .pic {
    width: 100%;
}
.home #luxy .intro .des {
    width: 100%;
}
.home #luxy .content {
    width: 100%;
    margin: 30px auto;
}
.home #luxy .content  img{
width:100%;
max-width: 100%;
height: auto!important;
}
.home #luxy .recommend {
    width: 90%;
    padding: 30px 5%;
    background-color: #F5F3F0;
}
.home #luxy .recommend .t1 {
    font-size: 20px;
}
.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 .section .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;
}
}




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