.nav-list ul li a {
    color: black;
	font-weight:bold;
}
.home {
  width: 100%;
}
.home #luxy {
  width: 100%;
}
.home #luxy .products {
  width: 100%;
  display: flex;
  align-items: center;
  height: 100vh;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.home #luxy .products .ball {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -650px;
  text-align: center;
}
.home #luxy .products .ball img {
  vertical-align: bottom;
}
.home #luxy .products .content {
  width: 90%;
  height: 80vh;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home #luxy .products .content .line1 {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #E7E7E7;
  left: 0;
  top: 0;
}
.home #luxy .products .content .line2 {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E7E7E7;
  left: 15%;
  top: 0;
}
.home #luxy .products .content .line3 {
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #E7E7E7;
  right: 15%;
  top: 0;
}
.home #luxy .products .content .lp {
  width: 15%;
}
.home #luxy .products .content .lp .p1 {
  color: #343434;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  margin-top: 60px;
}
.home #luxy .products .content .lp .swiper-pagination {
  position: static;
  width: 50%;
  margin: 40px auto;
}
.home #luxy .products .content .lp .swiper-pagination .swiper-pagination-bullet {
  width: 100%;
  height: auto;
  background-color: transparent;
  border-radius: 0;
  display: block;
  text-align: left;
  color: #2A2C34;
  font-size: 15px;
  margin-bottom: 15px;
  opacity: 1;
  transition: all 600ms;
}
.home #luxy .products .content .lp .swiper-pagination .swiper-pagination-bullet-active {
  color: #D0111B;
}
.home #luxy .products .content .cp {
  width: 60%;
  padding: 0 5%;
}
.home #luxy .products .content .cp .btns {
  display: flex;
  justify-content: flex-end;
  margin: 60px 0;
}
.home #luxy .products .content .cp .btns div {
  width: 46px;
  height: 46px;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  color: #BFBFBF;
  font-size: 18px;
  margin-left: 40px;
  cursor: pointer;
  transition: all 600ms;
}
.home #luxy .products .content .cp .btns div:hover {
  background-color: #D0111B;
  color: white;
  border-color: #D0111B;
}
.home #luxy .products .content .cp .btns .prev {
  transform: rotate(-90deg);
}
.home #luxy .products .content .cp .btns .next {
  transform: rotate(90deg);
}
.home #luxy .products .content .cp .sw1 {
  width: 100%;
}
.home #luxy .products .content .cp .sw1 .swiper-container {
  width: 100%;
}
.home #luxy .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .pic {
  width: 100%;
  text-align: center;
}
.home #luxy .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .pic img {
  max-width: 100%;
  vertical-align: bottom;
  object-fit: cover;
  transition: all 600ms;
}
.home #luxy .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .pic:hover img {
  transform: scale(1.05);
}
.home #luxy .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .text {
  width: 100%;
  display: flex;
  justify-content: center;
}
.home #luxy .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .text .tl {
  color: #D0111B;
  font-size: 30px;
  font-weight: 500;
}
.home #luxy .products .content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .text .des {
  color: #383838;
  font-weight: 400;
  line-height: 32px;
  margin-left: 40px;
}
.home #luxy .products .content .cp .more {
  margin: 30px 0;
  text-align: center;
}
.home #luxy .products .content .cp .more .base-cta-text {
  cursor: pointer;
}
.home #luxy .products .content .cp .more .base-cta-text .base-cta-text__label {
  letter-spacing: -1px;
}
.home #luxy .products .content .cp .sw2 {
  margin-top: 60px;
  padding: 0 80px;
  box-sizing: border-box;
  position: relative;
}
.home #luxy .products .content .cp .sw2 .swiper-container {
  width: 100%;
}
.home #luxy .products .content .cp .sw2 .swiper-container .swiper-wrapper .swiper-slide{
  box-sizing: border-box;
  padding: 20px 15px;
}
.home #luxy .products .content .cp .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic {
  width: 100%;
  cursor: pointer;
  transform-origin: center bottom;
  transition: ease all .2s;
  overflow: hidden;
}
.home #luxy .products .content .cp .sw2 .swiper-container .swiper-wrapper .swiper-slide.swiper-slide-thumb-active .pic{
  transform: scale(1.2);
}
.home #luxy .products .content .cp .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: all 2s;
}
.home #luxy .products .content .cp .sw2 .swiper-container .swiper-wrapper .swiper-slide .pic:hover img {
  transform: scale(1.05);
}
.home #luxy .products .content .rp {
  width: 15%;
}
.home #luxy .products .content .rp .p1 {
  text-align: center;
  color: #393939;
  font-size: 14px;
  margin-top: 80px;
}
.home #luxy .products .content .rp .op {
  text-align: center;
  margin-top: 150px;
}
.home #luxy .products .content .rp .op .pic img {
  max-width: 100%;
  vertical-align: bottom;
  transition: all 600ms;
}
.home #luxy .products .content .rp .op p {
  color: #D0111B;
  font-size: 18px;
  margin-top: 20px;
}
.home #luxy .products .content .rp .op:hover .pic img {
  transform: scale(1.05);
}

.product-detail{
 background-color: #E8E7ED; 
}
.home #luxy .products .product-detail-content{
  height: auto;
  padding-top: 100px;
}
.home #luxy .products .product-detail-content .rp .p1,
.home #luxy .products .product-detail-content .lp .p1{
  margin-top: 0px;
}
.home #luxy .products .product-detail-content .cp .sw1 .swiper-container .swiper-wrapper .swiper-slide .item .text .tl{
  font-weight: 500;
}
.home #luxy .products .product-detail-content .cp .prev,
.home #luxy .products .product-detail-content .cp .next {
  width: 46px;
  height: 46px;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  color: #BFBFBF;
  font-size: 18px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  z-index: 9;
  transition: all 600ms;
}
.home #luxy .products .product-detail-content .cp .prev:hover,
.home #luxy .products .product-detail-content .cp .next:hover {
  background-color: #D0111B;
  color: white;
  border-color: #D0111B;
}
.home #luxy .products .product-detail-content .cp .prev {
  transform: rotate(-90deg);
  left: 0;
}
.home #luxy .products .product-detail-content .cp .next {
  transform: rotate(90deg);
  right: 0;
}
/*.products-recommend{
  box-sizing: border-box;
  padding: 80px 0;
}
.products-recommend .wrapper{
  width: 100%;
  max-width: 1600px;
  margin: auto;
}
*/

#luxy .product-main *{
  box-sizing: border-box;
}
.product-page .header{
  background-color: transparent;
}
.product-page .header.hasBg{
  background-color: #ffffff;
}
.product-main{
  width: 100%;
  height: 85vh;
  display: flex;
  align-items: center;
  overflow: hidden;

  position: relative;
}
.product-main .main{
  width: 100%;
}
.product-main-left-nav{
  position: absolute;
  left: 5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.product-main-left-nav .nav-top{
  color: #343434;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.product-main-left-nav .nav-list{
  margin-top: 60px;
}
.product-main-left-nav .nav-list li{
  cursor: pointer;
  color: #2A2C34;
  font-size: 15px;
  margin-bottom: 20px;
  transition: ease all .2s
}
.product-main-left-nav .nav-list li:hover{
  color: #D0111B
}
.product-main-left-nav .nav-list li.active{
  color: #D0111B
}
.product-main-right{
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.product-main-thumb-swiper{
  position: absolute;
  padding: 50px 0;
  height: 500px;
  overflow: hidden;
}
.product-main-thumb-swiper .swiper-container{
  height: 100%;
}
.product-main-thumb-swiper .swiper-slide img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-main .prev,
.product-main .next{
  position: absolute;
  left: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #BFBFBF;
  font-size: 18px;
  cursor: pointer;
  transition: all 600ms;
}
.product-main .next{
  bottom: 0;
  transform: translateX(-50%)rotate(90deg);
}
.product-main .prev{
  top: 0;
  transform: translateX(-50%)rotate(-90deg);
}
.product-main .next:hover,
.product-main .prev:hover{
  background-color: #D0111B;
  border-color: #D0111B;
  color: #ffffff;
}
#main_swiper .swiper-slide img{
  width: 100%;
}
.product-thumb-grid{
  padding: 10px;
  cursor: pointer;
}
.product-list-grid-pic img,
.product-thumb-grid img{
  transition: ease all .5s;
}
.product-list-grid-pic:hover img{
	transform: scale(1.1);
}
.products-list-group{
  padding: 80px 0;
}
.products-list-group *{
  box-sizing: border-box;
}
.products-list-group img{
  max-width: 100%;
}
.products-list-wrapper{
  width: 100%;
  margin: auto;
  padding: 0 20px;
  max-width: 1440px;
  display: flex;
  flex-wrap: wrap;
}
.products-list-grid{
  width: 25%;
  display: block;
  padding: 0 20px;
  margin-bottom: 50px;
}
.product-list-grid-pic{
  overflow: hidden;
}
.product-list-grid-info{
  padding: 32px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #dedede;
}
.product-list-grid-info:after{
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  border-bottom: 1px solid #D0111B;
  transition: ease all .7s;
}
.products-list-grid:hover .product-list-grid-info:after{
  width: 70%;
}
.product-list-grid-info h4{
  font-size: 18px;
  color: #333;
  margin: 0;
}
.product-list-grid-info span{
  font-size: 15px;
  color: #797979;
  cursor: pointer;
  transition: ease all .2s;
}
.product-list-grid-info span:hover{
  color: #D0111B;
}
.product-contact{
  padding: 100px 0;
}

.product-detail-info{
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 25%;
}
.product-detail-info-content h4{
  font-size: 36px;
  color: #D0111B;
  font-weight: 500;
}
.product-detail-info-content p{
  font-size: 16px;
  line-height: 1.75;
}
.home #luxy .form {
  width: 60%;
  margin: 60px auto;
}
.home #luxy .form .t1 {
  color: #303030;
  font-size: 32px;
  font-weight: 400;
}
.home #luxy .form .content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0 auto;
}
.home #luxy .form .content .item {
  width: 48%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  margin-bottom: 30px;
}
.home #luxy .form .content .item p {
  color: #1B1B1B;
  font-weight: 400;
  width: 160px;
}
.home #luxy .form .content .item p span {
  color: #D0111B;
}
.home #luxy .form .content .item .shuru {
  width: calc(100% - 160px);
  position: relative;
}
.home #luxy .form .content .item .shuru::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #E2E2E2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home #luxy .form .content .item .shuru input {
  width: 100%;
  border: none;
  outline: none;
  text-indent: 20px;
}
.home #luxy .form .content .item1 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  margin-bottom: 30px;
}
.home #luxy .form .content .item1 p {
  color: #1B1B1B;
  font-weight: 400;
  width: 160px;
}
.home #luxy .form .content .item1 p span {
  color: #D0111B;
}
.home #luxy .form .content .item1 .shuru {
  width: calc(100% - 160px);
  position: relative;
}
.home #luxy .form .content .item1 .shuru::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 36px;
  background: #E2E2E2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.home #luxy .form .content .item1 .shuru input {
  width: 100%;
  border: none;
  outline: none;
  text-indent: 20px;
}
.home #luxy .form .content .msg {
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding: 20px 0;
  margin-bottom: 30px;
}
.home #luxy .form .content .msg p {
  color: #1B1B1B;
  font-weight: 400;
}
.home #luxy .form .content .msg .shuru {
  width: 100%;
  position: relative;
  margin-top: 40px;
}
.home #luxy .form .content .msg .shuru textarea {
  width: 100%;
  outline: none;
  height: 100px;
  border: none;
  color: #989898;
  font-family: Arial, Microsoft YaHei, sans-serif;
}
.home #luxy .form .content .msg .shuru textarea::placeholder {
  font-family: Arial, Microsoft YaHei, sans-serif;
}
.home #luxy .form .btn {
  width: 194px;
  height: 55px;
  background: #D0111B;
  text-align: center;
  line-height: 55px;
  color: white;
  font-weight: 400;
  cursor: pointer;
}