@charset "UTF-8";
.YYTY{
  cursor: pointer;
}

.index-swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.index-swiper .swiper-wrapper {
  width: 100%;
}

.index-swiper .swiper-wrapper .swiper-slide {
  width: 100%;
  position: relative;
}

.index-swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}

.index-swiper .swiper-wrapper .swiper-slide .container {
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

.index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc {
  position: absolute;
  top: 90px;
  left: 0;
}

.index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .title {
  line-height: 1;
  font-size: 26px;
  margin-bottom: 20px;
}

.index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .theme {
  line-height: 1;
  font-size: 46px;
  font-weight: bolder;
  margin-bottom: 10px;
}

.index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .desc {
  line-height: 28px;
  font-size: 18px;
  padding-top: 22px;
  margin-bottom: 64px;
  width: 350px;
}

.index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a {
  width: 232px;
  height: 65px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #727171;
  font-size: 15px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}

.index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a:hover {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .title {
  color: #fff;
}

.index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .theme {
  color: #fff;
}

.index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .desc {
  color: #c9caca;
}

.index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .title {
  color: #000;
}

.index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .theme {
  color: #000;
}

.index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .desc {
  color: #000;
}

.index-swiper .swiper-page {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 90;
}

.index-swiper .swiper-page .swiper-pagination-bullet {
  width: 42px;
  height: 6px;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background: rgba(255, 255, 255, 0.8);
}

.index-swiper .swiper-page .swiper-pagination-bullet-active {
  background: white;
}

.index-swiper-button {
  width: 100%;
  position: absolute;
  bottom: 30px;
  left: 0;
  z-index: 90;
}

.index-swiper-button .container {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}

.index-swiper-button .container a {
  width: 180px;
  height: 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  background: #414141;
  font-size: 18px;
  margin-left: 4px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-sizing: border-box;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}

.index-swiper-button .container a:nth-child(1) i {
  display: block;
  width: 32px;
  height: 32px;
  background: url(/themes/llumar/images/index/icon_16.png) no-repeat center center;
  background-size: cover;
  margin-right: 8px;
}

.index-swiper-button .container a:nth-child(2) i {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(/themes/llumar/images/index/icon_18.png);
  background-size: cover;
  margin-right: 8px;
}

.index-swiper-button .container a:nth-child(3) i {
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(/themes/llumar/images/index/icon_20.png);
  background-size: cover;
  margin-right: 8px;
}

.index-swiper-button .container a:nth-child(1):hover {
  background-color: #fff;
  color: #000;
}

.index-swiper-button .container a:nth-child(1):hover i {
  background: url(/themes/llumar/images/index/icon_17.png) no-repeat center center;
  background-size: cover;
}

.index-swiper-button .container a:nth-child(2):hover {
  background-color: #fff;
  color: #000;
}

.index-swiper-button .container a:nth-child(2):hover i {
  background: url(/themes/llumar/images/index/icon_19.png) no-repeat center center;
  background-size: cover;
}

.index-swiper-button .container a:nth-child(3):hover {
  background-color: #fff;
  color: #000;
}

.index-swiper-button .container a:nth-child(3):hover i {
  background: url(/themes/llumar/images/index/icon_21.png) no-repeat center center;
  background-size: cover;
}

/*缩放*/
@-webkit-keyframes zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.5);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/*浮现*/
@-webkit-keyframes emergingL {
  0% {
    opacity: 0;
    -webkit-transform: translate(10px, 10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}

@keyframes emergingL {
  0% {
    opacity: 0;
    transform: translate(10px, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

@-webkit-keyframes emergingR {
  0% {
    opacity: 0;
    -webkit-transform: translate(-10px, -10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
  }
}

@keyframes emergingR {
  0% {
    opacity: 0;
    transform: translate(0, 10px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}

.typeIndex {
  width: 100%;
  height: 843px;
  position: relative;
}

.typeIndex-foot {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 3;
}

.typeIndex-foot-left, .typeIndex-foot-right {
  width: 50%;
  height: 9px;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}

.typeIndex-foot-left {
  background: url(/themes/llumar/images/index/Protective_filmLeftLine.png) no-repeat center center;
  background-size: 100%;
}

.typeIndex-foot-right {
  background: url(/themes/llumar/images/index/Protective_filmRightLine.png) no-repeat center center;
  background-size: 100%;
}

.typeIndex-foot .active {
  height: 19px;
}

.typeIndex-desc {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}

.typeIndex-desc .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-sizing: border-box;
}

.typeIndex-desc-left, .typeIndex-desc-right {
  width: 50%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 151px;
  display: flex;
  flex-direction: column;
}

.typeIndex-desc-left .title, .typeIndex-desc-right .title {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  margin-bottom: 28px;
  line-height: 1;
}

.typeIndex-desc-left .theme, .typeIndex-desc-right .theme {
  font-size: 26px;
  line-height: 1;
  margin-bottom: 14px;
  color: #595757;
}

.typeIndex-desc-left .desc, .typeIndex-desc-right .desc {
  font-size: 18px;
  line-height: 28px;
  color: #595757;
  width: 344px;
  margin-bottom: 25px;
}

.typeIndex-desc-left a, .typeIndex-desc-right a {
  width: 152px;
  height: 52px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #727171;
  font-size: 18px;
  line-height: 1;
  display: none;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
  margin-bottom: 39px;
}

.typeIndex-desc-left a:hover, .typeIndex-desc-right a:hover {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.typeIndex-desc-left .goodList, .typeIndex-desc-right .goodList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.typeIndex-desc-left .goodList p, .typeIndex-desc-right .goodList p {
  font-size: 18px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 20px;
}

.typeIndex-desc-left .goodList p i, .typeIndex-desc-right .goodList p i {
  width: 49px;
  height: 49px;
  display: block;
  background: url(/themes/llumar/images/index/icon_1.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 15px;
}

.typeIndex-desc-left .goodList p:nth-child(2) i, .typeIndex-desc-right .goodList p:nth-child(2) i {
  background: url(/themes/llumar/images/index/icon_2.png) no-repeat center center;
  background-size: cover;
}

.typeIndex-desc-left .goodList p:nth-child(3) i, .typeIndex-desc-right .goodList p:nth-child(3) i {
  background: url(/themes/llumar/images/index/icon_3.png) no-repeat center center;
  background-size: cover;
}

.typeIndex-desc-left .goodList p:nth-child(4) i, .typeIndex-desc-right .goodList p:nth-child(4) i {
  background: url(/themes/llumar/images/index/icon_4.png) no-repeat center center;
  background-size: cover;
}

.typeIndex-desc-left .goodList:nth-of-type(2), .typeIndex-desc-right .goodList:nth-of-type(2) {
  margin-top: 45px;
}

.typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(2) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2) i {
  background: url(/themes/llumar/images/index/icon_5.png) no-repeat center center;
  background-size: cover;
}

.typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(3) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(3) i {
  background: url(/themes/llumar/images/index/icon_6.png) no-repeat center center;
  background-size: cover;
}

.typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(1) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1) i {
  background: url(/themes/llumar/images/index/icon_7.png) no-repeat center center;
  background-size: cover;
}

.typeIndex-desc-left .videoForDetails, .typeIndex-desc-right .videoForDetails {
  width: 328px;
  height: 184.5px;
  opacity: 0;
  position: relative;
  background-color: black;
  cursor: pointer;
  z-index: 999 !important;
}

.typeIndex-desc-left .videoForDetails:hover:after, .typeIndex-desc-right .videoForDetails:hover:after {
  transform: scale(1.1);
}

.typeIndex-desc-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.typeIndex-desc-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.typeIndex-desc-right .goodList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.typeIndex-desc-right .goodList p {
  font-size: 18px;
  line-height: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 20px;
  margin-right: 0;
}

.typeIndex-desc-right .goodList p i {
  width: 49px;
  height: 49px;
  display: block;
  background: url(/themes/llumar/images/index/icon_8.png) no-repeat center center;
  background-size: cover;
  margin-bottom: 15px;
}

.typeIndex-desc-right .goodList p:nth-child(2) i {
  background: url(/themes/llumar/images/index/icon_9.png) no-repeat center center;
  background-size: cover;
}

.typeIndex-desc-right .goodList:nth-of-type(2) {
  margin-top: 45px;
}

.typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2) i {
  background: url(/themes/llumar/images/index/icon_10.png) no-repeat center center;
  background-size: cover;
}

.typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1) i {
  background: url(/themes/llumar/images/index/icon_11.png) no-repeat center center;
  background-size: cover;
}
.typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2){
  margin-right: 18px;
}
.typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1){
  margin-right: 20px;
}
.typeIndex-desc .active a {
  display: flex;
}

.typeIndex-desc .active .goodList {
  display: none;
}

.typeIndex-desc .active .videoForDetails {
  opacity: 1;
}

.typeIndex-car {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  height: 668px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}

.typeIndex-car-left {
  width: 364px;
  height: 668px;
  background: url(/themes/llumar/images/index/icon_12.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.typeIndex-car-left .window {
  width: 228px;
  position: absolute;
  top: 7px;
  right: 0;
  opacity: 0;
}

.typeIndex-car-left .light {
  width: 356px;
  position: absolute;
  top: 156px;
  left: -90px;
  opacity: 0;
}

.typeIndex-car-left-active {
  background: url(/themes/llumar/images/index/icon_13.png) no-repeat center center;
  background-size: cover;
}

.typeIndex-car-left-active .window {
  -webkit-animation: emergingL 1s forwards ease-out 1.1s;
  animation: emergingL 1s forwards ease-out 1.1s;
}

.typeIndex-car-left-active .light {
  -webkit-animation: zoom 1s forwards ease-in 0.3s;
  animation: zoom 1s forwards ease-in 0.3s;
}

.typeIndex-car-right {
  width: 364px;
  height: 668px;
  background: url(/themes/llumar/images/index/icon_14.png) no-repeat center center;
  background-size: cover;
  position: relative;
}

.typeIndex-car-right .car {
  width: 377px;
  position: absolute;
  top: 121px;
  left: 0;
  opacity: 0;
}

.typeIndex-car-right .light {
  width: 356px;
  position: absolute;
  top: 156px;
  right: -120px;
  opacity: 0;
}

.typeIndex-car-right-active {
  background: url(/themes/llumar/images/index/icon_15.png) no-repeat center center;
  background-size: cover;
}

.typeIndex-car-right-active .car {
  -webkit-animation: emergingL 1s forwards ease-out 1.1s;
  animation: emergingL 1s forwards ease-out 1.1s;
}

.typeIndex-car-right-active .light {
  -webkit-animation: zoom 1s forwards ease-in 0.3s;
  animation: zoom 1s forwards ease-in 0.3s;
}

.building {
  width: 100%;
  height: 283px;
  background: url(/themes/llumar/images/index/Building_diaphragm.jpg) no-repeat center center;
  background-size: cover;
}

.building .container {
  height: 100%;
  overflow: hidden;
}

.building .container .title {
  line-height: 1;
  font-size: 46px;
  font-weight: bold;
  margin-bottom: 22px;
  margin-top: 42px;
}

.building .container .theme {
  line-height: 1;
  font-size: 26px;
  margin-bottom: 18px;
}

.building .container .desc {
  line-height: 28px;
  font-size: 18px;
  margin-bottom: 21px;
}

.building .container a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 52px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #727171;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}

.building .container a:hover {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.introduction {
  width: 100%;
  height: 736px;
  background: url(/themes/llumar/images/index/Brand_introduction.jpg) no-repeat center center;
  background-size: cover;
}

.introduction .container {
  height: 100%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 165px;
}

.introduction-left .title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
}

.introduction-left .desc {
  text-align: justify;
  width: 685px;
  font-size: 18px;
  line-height: 28px;
  color: #060606;
  margin-bottom: 68px;
}

.introduction-left a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 52px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #727171;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}

.introduction-left a:hover {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.introduction-right {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.introduction-right .title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
  color: #fff;
}

.introduction-right .desc {
  text-align: justify;
  width: 556px;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 68px;
}

.introduction-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 156px;
  height: 52px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  background: #fff;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  color: #727171;
  box-sizing: border-box;
  border: 2px solid transparent;
  transition: all 0.35s;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  -o-transition: all 0.35s;
}

.introduction-right a:hover {
  background-color: transparent;
  border-color: #de7032;
  color: #de7032;
}

.index-news {
  width: 100%;
  padding: 38px 0;
  background: #f4f4f4;
}

.index-news .container {
  height: 100%;
}

.index-news .container .title {
  font-size: 46px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 25px;
}

.index-news-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.index-news-list-item {
  display: block;
  text-decoration: none;
  width: 656px;
}

.index-news-list-item-title {
  font-size: 26px;
  margin-bottom: 12px;
  color: #595757;
  line-height: 1.5;
}

.index-news-list-item-desc {
  font-size: 18px;
  line-height: 28px;
  color: #898989;
}

@media screen and (max-width: 1680px) {
  .index-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .index-swiper .swiper-wrapper {
    width: 100%;
  }
  .index-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
  }
  .index-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc {
    position: absolute;
    top: 78.75px;
    left: 0;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .title {
    line-height: 1;
    font-size: 22.75px;
    margin-bottom: 17.5px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .theme {
    line-height: 1;
    font-size: 40.25px;
    font-weight: bolder;
    margin-bottom: 8.75px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .desc {
    line-height: 24.5px;
    font-size: 15.75px;
    padding-top: 19.25px;
    margin-bottom: 56px;
    width: 306.25px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a {
    width: 203px;
    height: 56.875px;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    background: #727171;
    font-size: 13.125px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .title {
    color: #fff;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .theme {
    color: #fff;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .desc {
    color: #c9caca;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .title {
    color: #000;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .theme {
    color: #000;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .desc {
    color: #000;
  }
  .index-swiper .swiper-page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 8.75px;
    left: 0;
    z-index: 90;
  }
  .index-swiper .swiper-page .swiper-pagination-bullet {
    width: 36.75px;
    height: 5.25px;
    border-radius: 2.625px;
    -webkit-border-radius: 2.625px;
    -moz-border-radius: 2.625px;
    -ms-border-radius: 2.625px;
    -o-border-radius: 2.625px;
    background: rgba(255, 255, 255, 0.8);
  }
  .index-swiper .swiper-page .swiper-pagination-bullet-active {
    background: white;
  }
  .index-swiper-button {
    width: 100%;
    position: absolute;
    bottom: 26.25px;
    left: 0;
    z-index: 90;
  }
  .index-swiper-button .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .index-swiper-button .container a {
    width: 157.5px;
    height: 59.5px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #414141;
    font-size: 15.75px;
    margin-left: 3.5px;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    box-sizing: border-box;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-swiper-button .container a:nth-child(1) i {
    display: block;
    width: 28px;
    height: 28px;
    background: url(/themes/llumar/images/index/icon_16.png) no-repeat center center;
    background-size: cover;
    margin-right: 7px;
  }
  .index-swiper-button .container a:nth-child(2) i {
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(/themes/llumar/images/index/icon_18.png);
    background-size: cover;
    margin-right: 7px;
  }
  .index-swiper-button .container a:nth-child(3) i {
    display: block;
    width: 28px;
    height: 28px;
    background-image: url(/themes/llumar/images/index/icon_20.png);
    background-size: cover;
    margin-right: 7px;
  }
  .index-swiper-button .container a:nth-child(1):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(1):hover i {
    background: url(/themes/llumar/images/index/icon_17.png) no-repeat center center;
    background-size: cover;
  }
  .index-swiper-button .container a:nth-child(2):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(2):hover i {
    background: url(/themes/llumar/images/index/icon_19.png) no-repeat center center;
    background-size: cover;
  }
  .index-swiper-button .container a:nth-child(3):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(3):hover i {
    background: url(/themes/llumar/images/index/icon_21.png) no-repeat center center;
    background-size: cover;
  }
  /*缩放*/
  @-webkit-keyframes zoom {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
    }
  }
  @keyframes zoom {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*浮现*/
  @-webkit-keyframes emergingL {
    0% {
      opacity: 0;
      -webkit-transform: translate(8.75px, 8.75px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
    }
  }
  @keyframes emergingL {
    0% {
      opacity: 0;
      transform: translate(8.75px, 8.75px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes emergingR {
    0% {
      opacity: 0;
      -webkit-transform: translate(-8.75px, -8.75px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
    }
  }
  @keyframes emergingR {
    0% {
      opacity: 0;
      transform: translate(0, 8.75px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .typeIndex {
    width: 100%;
    height: 737.625px;
    position: relative;
  }
  .typeIndex-foot {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 3;
  }
  .typeIndex-foot-left, .typeIndex-foot-right {
    width: 50%;
    height: 7.875px;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .typeIndex-foot-left {
    background: url(/themes/llumar/images/index/Protective_filmLeftLine.png) no-repeat center center;
    background-size: 100%;
  }
  .typeIndex-foot-right {
    background: url(/themes/llumar/images/index/Protective_filmRightLine.png) no-repeat center center;
    background-size: 100%;
  }
  .typeIndex-foot .active {
    height: 16.625px;
  }
  .typeIndex-desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .typeIndex-desc .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .typeIndex-desc-left, .typeIndex-desc-right {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 132.125px;
    display: flex;
    flex-direction: column;
  }
  .typeIndex-desc-left .title, .typeIndex-desc-right .title {
    font-size: 42px;
    font-weight: bold;
    color: #000;
    margin-bottom: 24.5px;
    line-height: 1;
  }
  .typeIndex-desc-left .theme, .typeIndex-desc-right .theme {
    font-size: 22.75px;
    line-height: 1;
    margin-bottom: 12.25px;
    color: #595757;
  }
  .typeIndex-desc-left .desc, .typeIndex-desc-right .desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #595757;
    width: 301px;
    margin-bottom: 21.875px;
  }
  .typeIndex-desc-left a, .typeIndex-desc-right a {
    width: 133px;
    height: 45.5px;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    background: #727171;
    font-size: 15.75px;
    line-height: 1;
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    margin-bottom: 34.125px;
  }
  .typeIndex-desc-left a:hover, .typeIndex-desc-right a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .typeIndex-desc-left .goodList, .typeIndex-desc-right .goodList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-left .goodList p, .typeIndex-desc-right .goodList p {
    font-size: 15.75px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 17.5px;
  }
  .typeIndex-desc-left .goodList p i, .typeIndex-desc-right .goodList p i {
    width: 42.875px;
    height: 42.875px;
    display: block;
    background: url(/themes/llumar/images/index/icon_1.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 13.125px;
  }
  .typeIndex-desc-left .goodList p:nth-child(2) i, .typeIndex-desc-right .goodList p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_2.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList p:nth-child(3) i, .typeIndex-desc-right .goodList p:nth-child(3) i {
    background: url(/themes/llumar/images/index/icon_3.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList p:nth-child(4) i, .typeIndex-desc-right .goodList p:nth-child(4) i {
    background: url(/themes/llumar/images/index/icon_4.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2), .typeIndex-desc-right .goodList:nth-of-type(2) {
    margin-top: 39.375px;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(2) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_5.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(3) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(3) i {
    background: url(/themes/llumar/images/index/icon_6.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(1) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1) i {
    background: url(/themes/llumar/images/index/icon_7.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .videoForDetails, .typeIndex-desc-right .videoForDetails {
    width: 287px;
    height: 161.4375px;
    opacity: 0;
    position: relative;
    background-color: black;
    cursor: pointer;
    z-index: 999 !important;
  }
  .typeIndex-desc-left .videoForDetails:hover:after, .typeIndex-desc-right .videoForDetails:hover:after {
    transform: scale(1.1);
  }
  .typeIndex-desc-left {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-right {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .typeIndex-desc-right .goodList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-right .goodList p {
    font-size: 15.75px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 17.5px;
    margin-right: 0;
  }
  .typeIndex-desc-right .goodList p i {
    width: 42.875px;
    height: 42.875px;
    display: block;
    background: url(/themes/llumar/images/index/icon_8.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 13.125px;
  }
  .typeIndex-desc-right .goodList p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_9.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) {
    margin-top: 39.375px;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_10.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1) i {
    background: url(/themes/llumar/images/index/icon_11.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2){
    margin-right: calc(18px * 0.875);
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1){
    margin-right: calc(20px * 0.875);
  }
  .typeIndex-desc .active a {
    display: flex;
  }
  .typeIndex-desc .active .goodList {
    display: none;
  }
  .typeIndex-desc .active .videoForDetails {
    opacity: 1;
  }
  .typeIndex-car {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 584.5px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .typeIndex-car-left {
    width: 318.5px;
    height: 584.5px;
    background: url(/themes/llumar/images/index/icon_12.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .typeIndex-car-left .window {
    width: 199.5px;
    position: absolute;
    top: 6.125px;
    right: 0;
    opacity: 0;
  }
  .typeIndex-car-left .light {
    width: 311.5px;
    position: absolute;
    top: 136.5px;
    left: -78.75px;
    opacity: 0;
  }
  .typeIndex-car-left-active {
    background: url(/themes/llumar/images/index/icon_13.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-car-left-active .window {
    -webkit-animation: emergingL 1s forwards ease-out 1.1s;
    animation: emergingL 1s forwards ease-out 1.1s;
  }
  .typeIndex-car-left-active .light {
    -webkit-animation: zoom 1s forwards ease-in 0.3s;
    animation: zoom 1s forwards ease-in 0.3s;
  }
  .typeIndex-car-right {
    width: 318.5px;
    height: 584.5px;
    background: url(/themes/llumar/images/index/icon_14.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .typeIndex-car-right .car {
    width: 329.875px;
    position: absolute;
    top: 105.875px;
    left: 0;
    opacity: 0;
  }
  .typeIndex-car-right .light {
    width: 311.5px;
    position: absolute;
    top: 136.5px;
    right: -105px;
    opacity: 0;
  }
  .typeIndex-car-right-active {
    background: url(/themes/llumar/images/index/icon_15.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-car-right-active .car {
    -webkit-animation: emergingL 1s forwards ease-out 1.1s;
    animation: emergingL 1s forwards ease-out 1.1s;
  }
  .typeIndex-car-right-active .light {
    -webkit-animation: zoom 1s forwards ease-in 0.3s;
    animation: zoom 1s forwards ease-in 0.3s;
  }
  .building {
    width: 100%;
    height: 247.625px;
    background: url(/themes/llumar/images/index/Building_diaphragm.jpg) no-repeat center center;
    background-size: cover;
  }
  .building .container {
    height: 100%;
    overflow: hidden;
  }
  .building .container .title {
    line-height: 1;
    font-size: 40.25px;
    font-weight: bold;
    margin-bottom: 19.25px;
    margin-top: 36.75px;
  }
  .building .container .theme {
    line-height: 1;
    font-size: 22.75px;
    margin-bottom: 15.75px;
  }
  .building .container .desc {
    line-height: 24.5px;
    font-size: 15.75px;
    margin-bottom: 18.375px;
  }
  .building .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136.5px;
    height: 45.5px;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    background: #727171;
    font-size: 15.75px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .building .container a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .introduction {
    width: 100%;
    height: 644px;
    background: url(/themes/llumar/images/index/Brand_introduction.jpg) no-repeat center center;
    background-size: cover;
  }
  .introduction .container {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 144.375px;
  }
  .introduction-left .title {
    font-size: 40.25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30.625px;
  }
  .introduction-left .desc {
    text-align: justify;
    width: 599.375px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #060606;
    margin-bottom: 59.5px;
  }
  .introduction-left a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136.5px;
    height: 45.5px;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    background: #727171;
    font-size: 15.75px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .introduction-left a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .introduction-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .introduction-right .title {
    font-size: 40.25px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 30.625px;
    color: #fff;
  }
  .introduction-right .desc {
    text-align: justify;
    width: 486.5px;
    font-size: 15.75px;
    line-height: 24.5px;
    color: #fff;
    margin-bottom: 59.5px;
  }
  .introduction-right a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 136.5px;
    height: 45.5px;
    border-radius: 3.5px;
    -webkit-border-radius: 3.5px;
    -moz-border-radius: 3.5px;
    -ms-border-radius: 3.5px;
    -o-border-radius: 3.5px;
    background: #fff;
    font-size: 15.75px;
    line-height: 1;
    text-decoration: none;
    color: #727171;
    box-sizing: border-box;
    border: 1.75px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .introduction-right a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .index-news {
    width: 100%;
    padding: 33.25px 0;
    background: #f4f4f4;
  }
  .index-news .container {
    height: 100%;
  }
  .index-news .container .title {
    font-size: 40.25px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 21.875px;
  }
  .index-news-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .index-news-list-item {
    display: block;
    text-decoration: none;
    width: 574px;
  }
  .index-news-list-item-title {
    font-size: 22.75px;
    margin-bottom: 10.5px;
    color: #595757;
    line-height: 1.5;
  }
  .index-news-list-item-desc {
    font-size: 15.75px;
    line-height: 24.5px;
    color: #898989;
  }
}

@media screen and (max-width: 1440px) {
  .index-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .index-swiper .swiper-wrapper {
    width: 100%;
  }
  .index-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
  }
  .index-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc {
    position: absolute;
    top: 67.5px;
    left: 0;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .title {
    line-height: 1;
    font-size: 19.5px;
    margin-bottom: 15px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .theme {
    line-height: 1;
    font-size: 34.5px;
    font-weight: bolder;
    margin-bottom: 7.5px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .desc {
    line-height: 21px;
    font-size: 13.5px;
    padding-top: 16.5px;
    margin-bottom: 48px;
    width: 262.5px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a {
    width: 174px;
    height: 48.75px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #727171;
    font-size: 11.25px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .title {
    color: #fff;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .theme {
    color: #fff;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .desc {
    color: #c9caca;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .title {
    color: #000;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .theme {
    color: #000;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .desc {
    color: #000;
  }
  .index-swiper .swiper-page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 7.5px;
    left: 0;
    z-index: 90;
  }
  .index-swiper .swiper-page .swiper-pagination-bullet {
    width: 31.5px;
    height: 4.5px;
    border-radius: 2.25px;
    -webkit-border-radius: 2.25px;
    -moz-border-radius: 2.25px;
    -ms-border-radius: 2.25px;
    -o-border-radius: 2.25px;
    background: rgba(255, 255, 255, 0.8);
  }
  .index-swiper .swiper-page .swiper-pagination-bullet-active {
    background: white;
  }
  .index-swiper-button {
    width: 100%;
    position: absolute;
    bottom: 22.5px;
    left: 0;
    z-index: 90;
  }
  .index-swiper-button .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .index-swiper-button .container a {
    width: 135px;
    height: 51px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #414141;
    font-size: 13.5px;
    margin-left: 3px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    box-sizing: border-box;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-swiper-button .container a:nth-child(1) i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(/themes/llumar/images/index/icon_16.png) no-repeat center center;
    background-size: cover;
    margin-right: 6px;
  }
  .index-swiper-button .container a:nth-child(2) i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/themes/llumar/images/index/icon_18.png);
    background-size: cover;
    margin-right: 6px;
  }
  .index-swiper-button .container a:nth-child(3) i {
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(/themes/llumar/images/index/icon_20.png);
    background-size: cover;
    margin-right: 6px;
  }
  .index-swiper-button .container a:nth-child(1):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(1):hover i {
    background: url(/themes/llumar/images/index/icon_17.png) no-repeat center center;
    background-size: cover;
  }
  .index-swiper-button .container a:nth-child(2):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(2):hover i {
    background: url(/themes/llumar/images/index/icon_19.png) no-repeat center center;
    background-size: cover;
  }
  .index-swiper-button .container a:nth-child(3):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(3):hover i {
    background: url(/themes/llumar/images/index/icon_21.png) no-repeat center center;
    background-size: cover;
  }
  /*缩放*/
  @-webkit-keyframes zoom {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
    }
  }
  @keyframes zoom {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*浮现*/
  @-webkit-keyframes emergingL {
    0% {
      opacity: 0;
      -webkit-transform: translate(7.5px, 7.5px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
    }
  }
  @keyframes emergingL {
    0% {
      opacity: 0;
      transform: translate(7.5px, 7.5px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes emergingR {
    0% {
      opacity: 0;
      -webkit-transform: translate(-7.5px, -7.5px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
    }
  }
  @keyframes emergingR {
    0% {
      opacity: 0;
      transform: translate(0, 7.5px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .typeIndex {
    width: 100%;
    height: 632.25px;
    position: relative;
  }
  .typeIndex-foot {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 3;
  }
  .typeIndex-foot-left, .typeIndex-foot-right {
    width: 50%;
    height: 6.75px;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .typeIndex-foot-left {
    background: url(/themes/llumar/images/index/Protective_filmLeftLine.png) no-repeat center center;
    background-size: 100%;
  }
  .typeIndex-foot-right {
    background: url(/themes/llumar/images/index/Protective_filmRightLine.png) no-repeat center center;
    background-size: 100%;
  }
  .typeIndex-foot .active {
    height: 14.25px;
  }
  .typeIndex-desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .typeIndex-desc .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .typeIndex-desc-left, .typeIndex-desc-right {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 113.25px;
    display: flex;
    flex-direction: column;
  }
  .typeIndex-desc-left .title, .typeIndex-desc-right .title {
    font-size: 36px;
    font-weight: bold;
    color: #000;
    margin-bottom: 21px;
    line-height: 1;
  }
  .typeIndex-desc-left .theme, .typeIndex-desc-right .theme {
    font-size: 19.5px;
    line-height: 1;
    margin-bottom: 10.5px;
    color: #595757;
  }
  .typeIndex-desc-left .desc, .typeIndex-desc-right .desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #595757;
    width: 258px;
    margin-bottom: 18.75px;
  }
  .typeIndex-desc-left a, .typeIndex-desc-right a {
    width: 114px;
    height: 39px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #727171;
    font-size: 13.5px;
    line-height: 1;
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    margin-bottom: 29.25px;
  }
  .typeIndex-desc-left a:hover, .typeIndex-desc-right a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .typeIndex-desc-left .goodList, .typeIndex-desc-right .goodList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-left .goodList p, .typeIndex-desc-right .goodList p {
    font-size: 13.5px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 15px;
  }
  .typeIndex-desc-left .goodList p i, .typeIndex-desc-right .goodList p i {
    width: 36.75px;
    height: 36.75px;
    display: block;
    background: url(/themes/llumar/images/index/icon_1.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 11.25px;
  }
  .typeIndex-desc-left .goodList p:nth-child(2) i, .typeIndex-desc-right .goodList p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_2.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList p:nth-child(3) i, .typeIndex-desc-right .goodList p:nth-child(3) i {
    background: url(/themes/llumar/images/index/icon_3.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList p:nth-child(4) i, .typeIndex-desc-right .goodList p:nth-child(4) i {
    background: url(/themes/llumar/images/index/icon_4.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2), .typeIndex-desc-right .goodList:nth-of-type(2) {
    margin-top: 33.75px;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(2) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_5.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(3) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(3) i {
    background: url(/themes/llumar/images/index/icon_6.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(1) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1) i {
    background: url(/themes/llumar/images/index/icon_7.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .videoForDetails, .typeIndex-desc-right .videoForDetails {
    width: 246px;
    height: 138.375px;
    opacity: 0;
    position: relative;
    background-color: black;
    cursor: pointer;
    z-index: 999 !important;
  }
  .typeIndex-desc-left .videoForDetails:hover:after, .typeIndex-desc-right .videoForDetails:hover:after {
    transform: scale(1.1);
  }
  .typeIndex-desc-left {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-right {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .typeIndex-desc-right .goodList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-right .goodList p {
    font-size: 13.5px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 15px;
    margin-right: 0;
  }
  .typeIndex-desc-right .goodList p i {
    width: 36.75px;
    height: 36.75px;
    display: block;
    background: url(/themes/llumar/images/index/icon_8.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 11.25px;
  }
  .typeIndex-desc-right .goodList p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_9.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) {
    margin-top: 33.75px;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_10.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1) i {
    background: url(/themes/llumar/images/index/icon_11.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2){
    margin-right: calc(18px * 0.75);
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1){
    margin-right: calc(20px * 0.75);
  }
  .typeIndex-desc .active a {
    display: flex;
  }
  .typeIndex-desc .active .goodList {
    display: none;
  }
  .typeIndex-desc .active .videoForDetails {
    opacity: 1;
  }
  .typeIndex-car {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 501px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .typeIndex-car-left {
    width: 273px;
    height: 501px;
    background: url(/themes/llumar/images/index/icon_12.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .typeIndex-car-left .window {
    width: 171px;
    position: absolute;
    top: 5.25px;
    right: 0;
    opacity: 0;
  }
  .typeIndex-car-left .light {
    width: 267px;
    position: absolute;
    top: 117px;
    left: -67.5px;
    opacity: 0;
  }
  .typeIndex-car-left-active {
    background: url(/themes/llumar/images/index/icon_13.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-car-left-active .window {
    -webkit-animation: emergingL 1s forwards ease-out 1.1s;
    animation: emergingL 1s forwards ease-out 1.1s;
  }
  .typeIndex-car-left-active .light {
    -webkit-animation: zoom 1s forwards ease-in 0.3s;
    animation: zoom 1s forwards ease-in 0.3s;
  }
  .typeIndex-car-right {
    width: 273px;
    height: 501px;
    background: url(/themes/llumar/images/index/icon_14.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .typeIndex-car-right .car {
    width: 282.75px;
    position: absolute;
    top: 90.75px;
    left: 0;
    opacity: 0;
  }
  .typeIndex-car-right .light {
    width: 267px;
    position: absolute;
    top: 117px;
    right: -90px;
    opacity: 0;
  }
  .typeIndex-car-right-active {
    background: url(/themes/llumar/images/index/icon_15.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-car-right-active .car {
    -webkit-animation: emergingL 1s forwards ease-out 1.1s;
    animation: emergingL 1s forwards ease-out 1.1s;
  }
  .typeIndex-car-right-active .light {
    -webkit-animation: zoom 1s forwards ease-in 0.3s;
    animation: zoom 1s forwards ease-in 0.3s;
  }
  .building {
    width: 100%;
    height: 212.25px;
    background: url(/themes/llumar/images/index/Building_diaphragm.jpg) no-repeat center center;
    background-size: cover;
  }
  .building .container {
    height: 100%;
    overflow: hidden;
  }
  .building .container .title {
    line-height: 1;
    font-size: 34.5px;
    font-weight: bold;
    margin-bottom: 16.5px;
    margin-top: 31.5px;
  }
  .building .container .theme {
    line-height: 1;
    font-size: 19.5px;
    margin-bottom: 13.5px;
  }
  .building .container .desc {
    line-height: 21px;
    font-size: 13.5px;
    margin-bottom: 15.75px;
  }
  .building .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 117px;
    height: 39px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #727171;
    font-size: 13.5px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .building .container a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .introduction {
    width: 100%;
    height: 552px;
    background: url(/themes/llumar/images/index/Brand_introduction.jpg) no-repeat center center;
    background-size: cover;
  }
  .introduction .container {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 123.75px;
  }
  .introduction-left .title {
    font-size: 34.5px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 26.25px;
  }
  .introduction-left .desc {
    text-align: justify;
    width: 513.75px;
    font-size: 13.5px;
    line-height: 21px;
    color: #060606;
    margin-bottom: 51px;
  }
  .introduction-left a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 117px;
    height: 39px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #727171;
    font-size: 13.5px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .introduction-left a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .introduction-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .introduction-right .title {
    font-size: 34.5px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 26.25px;
    color: #fff;
  }
  .introduction-right .desc {
    text-align: justify;
    width: 417px;
    font-size: 13.5px;
    line-height: 21px;
    color: #fff;
    margin-bottom: 51px;
  }
  .introduction-right a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 117px;
    height: 39px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    background: #fff;
    font-size: 13.5px;
    line-height: 1;
    text-decoration: none;
    color: #727171;
    box-sizing: border-box;
    border: 1.5px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .introduction-right a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .index-news {
    width: 100%;
    padding: 28.5px 0;
    background: #f4f4f4;
  }
  .index-news .container {
    height: 100%;
  }
  .index-news .container .title {
    font-size: 34.5px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 18.75px;
  }
  .index-news-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .index-news-list-item {
    display: block;
    text-decoration: none;
    width: 492px;
  }
  .index-news-list-item-title {
    font-size: 19.5px;
    margin-bottom: 9px;
    color: #595757;
    line-height: 1.5;
  }
  .index-news-list-item-desc {
    font-size: 13.5px;
    line-height: 21px;
    color: #898989;
  }
}

@media screen and (max-width: 1366px) {
  .index-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .index-swiper .swiper-wrapper {
    width: 100%;
  }
  .index-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
  }
  .index-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc {
    position: absolute;
    top: 63px;
    left: 0;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .title {
    line-height: 1;
    font-size: 18.2px;
    margin-bottom: 14px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .theme {
    line-height: 1;
    font-size: 32.2px;
    font-weight: bolder;
    margin-bottom: 7px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .desc {
    line-height: 19.6px;
    font-size: 12.6px;
    padding-top: 15.4px;
    margin-bottom: 44.8px;
    width: 245px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a {
    width: 162.4px;
    height: 45.5px;
    border-radius: 2.8px;
    -webkit-border-radius: 2.8px;
    -moz-border-radius: 2.8px;
    -ms-border-radius: 2.8px;
    -o-border-radius: 2.8px;
    background: #727171;
    font-size: 10.5px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .title {
    color: #fff;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .theme {
    color: #fff;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .desc {
    color: #c9caca;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .title {
    color: #000;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .theme {
    color: #000;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .desc {
    color: #000;
  }
  .index-swiper .swiper-page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 7px;
    left: 0;
    z-index: 90;
  }
  .index-swiper .swiper-page .swiper-pagination-bullet {
    width: 29.4px;
    height: 4.2px;
    border-radius: 2.1px;
    -webkit-border-radius: 2.1px;
    -moz-border-radius: 2.1px;
    -ms-border-radius: 2.1px;
    -o-border-radius: 2.1px;
    background: rgba(255, 255, 255, 0.8);
  }
  .index-swiper .swiper-page .swiper-pagination-bullet-active {
    background: white;
  }
  .index-swiper-button {
    width: 100%;
    position: absolute;
    bottom: 21px;
    left: 0;
    z-index: 90;
  }
  .index-swiper-button .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .index-swiper-button .container a {
    width: 126px;
    height: 47.6px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #414141;
    font-size: 12.6px;
    margin-left: 2.8px;
    border-radius: 2.8px;
    -webkit-border-radius: 2.8px;
    -moz-border-radius: 2.8px;
    -ms-border-radius: 2.8px;
    -o-border-radius: 2.8px;
    box-sizing: border-box;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-swiper-button .container a:nth-child(1) i {
    display: block;
    width: 22.4px;
    height: 22.4px;
    background: url(/themes/llumar/images/index/icon_16.png) no-repeat center center;
    background-size: cover;
    margin-right: 5.6px;
  }
  .index-swiper-button .container a:nth-child(2) i {
    display: block;
    width: 22.4px;
    height: 22.4px;
    background-image: url(/themes/llumar/images/index/icon_18.png);
    background-size: cover;
    margin-right: 5.6px;
  }
  .index-swiper-button .container a:nth-child(3) i {
    display: block;
    width: 22.4px;
    height: 22.4px;
    background-image: url(/themes/llumar/images/index/icon_20.png);
    background-size: cover;
    margin-right: 5.6px;
  }
  .index-swiper-button .container a:nth-child(1):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(1):hover i {
    background: url(/themes/llumar/images/index/icon_17.png) no-repeat center center;
    background-size: cover;
  }
  .index-swiper-button .container a:nth-child(2):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(2):hover i {
    background: url(/themes/llumar/images/index/icon_19.png) no-repeat center center;
    background-size: cover;
  }
  .index-swiper-button .container a:nth-child(3):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(3):hover i {
    background: url(/themes/llumar/images/index/icon_21.png) no-repeat center center;
    background-size: cover;
  }
  /*缩放*/
  @-webkit-keyframes zoom {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
    }
  }
  @keyframes zoom {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*浮现*/
  @-webkit-keyframes emergingL {
    0% {
      opacity: 0;
      -webkit-transform: translate(7px, 7px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
    }
  }
  @keyframes emergingL {
    0% {
      opacity: 0;
      transform: translate(7px, 7px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes emergingR {
    0% {
      opacity: 0;
      -webkit-transform: translate(-7px, -7px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
    }
  }
  @keyframes emergingR {
    0% {
      opacity: 0;
      transform: translate(0, 7px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .typeIndex {
    width: 100%;
    height: 590.1px;
    position: relative;
  }
  .typeIndex-foot {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 3;
  }
  .typeIndex-foot-left, .typeIndex-foot-right {
    width: 50%;
    height: 6.3px;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .typeIndex-foot-left {
    background: url(/themes/llumar/images/index/Protective_filmLeftLine.png) no-repeat center center;
    background-size: 100%;
  }
  .typeIndex-foot-right {
    background: url(/themes/llumar/images/index/Protective_filmRightLine.png) no-repeat center center;
    background-size: 100%;
  }
  .typeIndex-foot .active {
    height: 13.3px;
  }
  .typeIndex-desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .typeIndex-desc .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .typeIndex-desc-left, .typeIndex-desc-right {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 105.7px;
    display: flex;
    flex-direction: column;
  }
  .typeIndex-desc-left .title, .typeIndex-desc-right .title {
    font-size: 33.6px;
    font-weight: bold;
    color: #000;
    margin-bottom: 19.6px;
    line-height: 1;
  }
  .typeIndex-desc-left .theme, .typeIndex-desc-right .theme {
    font-size: 18.2px;
    line-height: 1;
    margin-bottom: 9.8px;
    color: #595757;
  }
  .typeIndex-desc-left .desc, .typeIndex-desc-right .desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #595757;
    width: 240.8px;
    margin-bottom: 17.5px;
  }
  .typeIndex-desc-left a, .typeIndex-desc-right a {
    width: 106.4px;
    height: 36.4px;
    border-radius: 2.8px;
    -webkit-border-radius: 2.8px;
    -moz-border-radius: 2.8px;
    -ms-border-radius: 2.8px;
    -o-border-radius: 2.8px;
    background: #727171;
    font-size: 12.6px;
    line-height: 1;
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    margin-bottom: 27.3px;
  }
  .typeIndex-desc-left a:hover, .typeIndex-desc-right a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .typeIndex-desc-left .goodList, .typeIndex-desc-right .goodList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-left .goodList p, .typeIndex-desc-right .goodList p {
    font-size: 12.6px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 14px;
  }
  .typeIndex-desc-left .goodList p i, .typeIndex-desc-right .goodList p i {
    width: 34.3px;
    height: 34.3px;
    display: block;
    background: url(/themes/llumar/images/index/icon_1.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 10.5px;
  }
  .typeIndex-desc-left .goodList p:nth-child(2) i, .typeIndex-desc-right .goodList p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_2.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList p:nth-child(3) i, .typeIndex-desc-right .goodList p:nth-child(3) i {
    background: url(/themes/llumar/images/index/icon_3.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList p:nth-child(4) i, .typeIndex-desc-right .goodList p:nth-child(4) i {
    background: url(/themes/llumar/images/index/icon_4.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2), .typeIndex-desc-right .goodList:nth-of-type(2) {
    margin-top: 31.5px;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(2) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_5.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(3) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(3) i {
    background: url(/themes/llumar/images/index/icon_6.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(1) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1) i {
    background: url(/themes/llumar/images/index/icon_7.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .videoForDetails, .typeIndex-desc-right .videoForDetails {
    width: 229.6px;
    height: 129.15px;
    opacity: 0;
    position: relative;
    background-color: black;
    cursor: pointer;
    z-index: 999 !important;
  }
  .typeIndex-desc-left .videoForDetails:hover:after, .typeIndex-desc-right .videoForDetails:hover:after {
    transform: scale(1.1);
  }
  .typeIndex-desc-left {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-right {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .typeIndex-desc-right .goodList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-right .goodList p {
    font-size: 12.6px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 14px;
    margin-right: 0;
  }
  .typeIndex-desc-right .goodList p i {
    width: 34.3px;
    height: 34.3px;
    display: block;
    background: url(/themes/llumar/images/index/icon_8.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 10.5px;
  }
  .typeIndex-desc-right .goodList p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_9.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) {
    margin-top: 31.5px;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_10.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1) i {
    background: url(/themes/llumar/images/index/icon_11.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2){
    margin-right: calc(18px * 0.7);
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1){
    margin-right: calc(20px * 0.7);
  }
  .typeIndex-desc .active a {
    display: flex;
  }
  .typeIndex-desc .active .goodList {
    display: none;
  }
  .typeIndex-desc .active .videoForDetails {
    opacity: 1;
  }
  .typeIndex-car {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 467.6px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .typeIndex-car-left {
    width: 254.8px;
    height: 467.6px;
    background: url(/themes/llumar/images/index/icon_12.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .typeIndex-car-left .window {
    width: 159.6px;
    position: absolute;
    top: 4.9px;
    right: 0;
    opacity: 0;
  }
  .typeIndex-car-left .light {
    width: 249.2px;
    position: absolute;
    top: 109.2px;
    left: -63px;
    opacity: 0;
  }
  .typeIndex-car-left-active {
    background: url(/themes/llumar/images/index/icon_13.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-car-left-active .window {
    -webkit-animation: emergingL 1s forwards ease-out 1.1s;
    animation: emergingL 1s forwards ease-out 1.1s;
  }
  .typeIndex-car-left-active .light {
    -webkit-animation: zoom 1s forwards ease-in 0.3s;
    animation: zoom 1s forwards ease-in 0.3s;
  }
  .typeIndex-car-right {
    width: 254.8px;
    height: 467.6px;
    background: url(/themes/llumar/images/index/icon_14.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .typeIndex-car-right .car {
    width: 263.9px;
    position: absolute;
    top: 84.7px;
    left: 0;
    opacity: 0;
  }
  .typeIndex-car-right .light {
    width: 249.2px;
    position: absolute;
    top: 109.2px;
    right: -84px;
    opacity: 0;
  }
  .typeIndex-car-right-active {
    background: url(/themes/llumar/images/index/icon_15.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-car-right-active .car {
    -webkit-animation: emergingL 1s forwards ease-out 1.1s;
    animation: emergingL 1s forwards ease-out 1.1s;
  }
  .typeIndex-car-right-active .light {
    -webkit-animation: zoom 1s forwards ease-in 0.3s;
    animation: zoom 1s forwards ease-in 0.3s;
  }
  .building {
    width: 100%;
    height: 198.1px;
    background: url(/themes/llumar/images/index/Building_diaphragm.jpg) no-repeat center center;
    background-size: cover;
  }
  .building .container {
    height: 100%;
    overflow: hidden;
  }
  .building .container .title {
    line-height: 1;
    font-size: 32.2px;
    font-weight: bold;
    margin-bottom: 15.4px;
    margin-top: 29.4px;
  }
  .building .container .theme {
    line-height: 1;
    font-size: 18.2px;
    margin-bottom: 12.6px;
  }
  .building .container .desc {
    line-height: 19.6px;
    font-size: 12.6px;
    margin-bottom: 14.7px;
  }
  .building .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 109.2px;
    height: 36.4px;
    border-radius: 2.8px;
    -webkit-border-radius: 2.8px;
    -moz-border-radius: 2.8px;
    -ms-border-radius: 2.8px;
    -o-border-radius: 2.8px;
    background: #727171;
    font-size: 12.6px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .building .container a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .introduction {
    width: 100%;
    height: 515.2px;
    background: url(/themes/llumar/images/index/Brand_introduction.jpg) no-repeat center center;
    background-size: cover;
  }
  .introduction .container {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 115.5px;
  }
  .introduction-left .title {
    font-size: 32.2px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24.5px;
  }
  .introduction-left .desc {
    text-align: justify;
    width: 479.5px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #060606;
    margin-bottom: 47.6px;
  }
  .introduction-left a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 109.2px;
    height: 36.4px;
    border-radius: 2.8px;
    -webkit-border-radius: 2.8px;
    -moz-border-radius: 2.8px;
    -ms-border-radius: 2.8px;
    -o-border-radius: 2.8px;
    background: #727171;
    font-size: 12.6px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .introduction-left a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .introduction-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .introduction-right .title {
    font-size: 32.2px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 24.5px;
    color: #fff;
  }
  .introduction-right .desc {
    text-align: justify;
    width: 389.2px;
    font-size: 12.6px;
    line-height: 19.6px;
    color: #fff;
    margin-bottom: 47.6px;
  }
  .introduction-right a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 109.2px;
    height: 36.4px;
    border-radius: 2.8px;
    -webkit-border-radius: 2.8px;
    -moz-border-radius: 2.8px;
    -ms-border-radius: 2.8px;
    -o-border-radius: 2.8px;
    background: #fff;
    font-size: 12.6px;
    line-height: 1;
    text-decoration: none;
    color: #727171;
    box-sizing: border-box;
    border: 1.4px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .introduction-right a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .index-news {
    width: 100%;
    padding: 26.6px 0;
    background: #f4f4f4;
  }
  .index-news .container {
    height: 100%;
  }
  .index-news .container .title {
    font-size: 32.2px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 17.5px;
  }
  .index-news-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .index-news-list-item {
    display: block;
    text-decoration: none;
    width: 459.2px;
  }
  .index-news-list-item-title {
    font-size: 18.2px;
    margin-bottom: 8.4px;
    color: #595757;
    line-height: 1.5;
  }
  .index-news-list-item-desc {
    font-size: 12.6px;
    line-height: 19.6px;
    color: #898989;
  }
}

@media screen and (max-width: 1280px) {
  .index-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .index-swiper .swiper-wrapper {
    width: 100%;
  }
  .index-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
  }
  .index-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc {
    position: absolute;
    top: 59.4px;
    left: 0;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .title {
    line-height: 1;
    font-size: 17.16px;
    margin-bottom: 13.2px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .theme {
    line-height: 1;
    font-size: 30.36px;
    font-weight: bolder;
    margin-bottom: 6.6px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .desc {
    line-height: 18.48px;
    font-size: 11.88px;
    padding-top: 14.52px;
    margin-bottom: 42.24px;
    width: 231px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a {
    width: 153.12px;
    height: 42.9px;
    border-radius: 2.64px;
    -webkit-border-radius: 2.64px;
    -moz-border-radius: 2.64px;
    -ms-border-radius: 2.64px;
    -o-border-radius: 2.64px;
    background: #727171;
    font-size: 9.9px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .title {
    color: #fff;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .theme {
    color: #fff;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .desc {
    color: #c9caca;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .title {
    color: #000;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .theme {
    color: #000;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .desc {
    color: #000;
  }
  .index-swiper .swiper-page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 6.6px;
    left: 0;
    z-index: 90;
  }
  .index-swiper .swiper-page .swiper-pagination-bullet {
    width: 27.72px;
    height: 3.96px;
    border-radius: 1.98px;
    -webkit-border-radius: 1.98px;
    -moz-border-radius: 1.98px;
    -ms-border-radius: 1.98px;
    -o-border-radius: 1.98px;
    background: rgba(255, 255, 255, 0.8);
  }
  .index-swiper .swiper-page .swiper-pagination-bullet-active {
    background: white;
  }
  .index-swiper-button {
    width: 100%;
    position: absolute;
    bottom: 19.8px;
    left: 0;
    z-index: 90;
  }
  .index-swiper-button .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .index-swiper-button .container a {
    width: 118.8px;
    height: 44.88px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #414141;
    font-size: 11.88px;
    margin-left: 2.64px;
    border-radius: 2.64px;
    -webkit-border-radius: 2.64px;
    -moz-border-radius: 2.64px;
    -ms-border-radius: 2.64px;
    -o-border-radius: 2.64px;
    box-sizing: border-box;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-swiper-button .container a:nth-child(1) i {
    display: block;
    width: 21.12px;
    height: 21.12px;
    background: url(/themes/llumar/images/index/icon_16.png) no-repeat center center;
    background-size: cover;
    margin-right: 5.28px;
  }
  .index-swiper-button .container a:nth-child(2) i {
    display: block;
    width: 21.12px;
    height: 21.12px;
    background-image: url(/themes/llumar/images/index/icon_18.png);
    background-size: cover;
    margin-right: 5.28px;
  }
  .index-swiper-button .container a:nth-child(3) i {
    display: block;
    width: 21.12px;
    height: 21.12px;
    background-image: url(/themes/llumar/images/index/icon_20.png);
    background-size: cover;
    margin-right: 5.28px;
  }
  .index-swiper-button .container a:nth-child(1):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(1):hover i {
    background: url(/themes/llumar/images/index/icon_17.png) no-repeat center center;
    background-size: cover;
  }
  .index-swiper-button .container a:nth-child(2):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(2):hover i {
    background: url(/themes/llumar/images/index/icon_19.png) no-repeat center center;
    background-size: cover;
  }
  .index-swiper-button .container a:nth-child(3):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(3):hover i {
    background: url(/themes/llumar/images/index/icon_21.png) no-repeat center center;
    background-size: cover;
  }
  /*缩放*/
  @-webkit-keyframes zoom {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
    }
  }
  @keyframes zoom {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*浮现*/
  @-webkit-keyframes emergingL {
    0% {
      opacity: 0;
      -webkit-transform: translate(6.6px, 6.6px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
    }
  }
  @keyframes emergingL {
    0% {
      opacity: 0;
      transform: translate(6.6px, 6.6px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes emergingR {
    0% {
      opacity: 0;
      -webkit-transform: translate(-6.6px, -6.6px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
    }
  }
  @keyframes emergingR {
    0% {
      opacity: 0;
      transform: translate(0, 6.6px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .typeIndex {
    width: 100%;
    height: 556.38px;
    position: relative;
  }
  .typeIndex-foot {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 3;
  }
  .typeIndex-foot-left, .typeIndex-foot-right {
    width: 50%;
    height: 5.94px;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .typeIndex-foot-left {
    background: url(/themes/llumar/images/index/Protective_filmLeftLine.png) no-repeat center center;
    background-size: 100%;
  }
  .typeIndex-foot-right {
    background: url(/themes/llumar/images/index/Protective_filmRightLine.png) no-repeat center center;
    background-size: 100%;
  }
  .typeIndex-foot .active {
    height: 12.54px;
  }
  .typeIndex-desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .typeIndex-desc .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .typeIndex-desc-left, .typeIndex-desc-right {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 99.66px;
    display: flex;
    flex-direction: column;
  }
  .typeIndex-desc-left .title, .typeIndex-desc-right .title {
    font-size: 31.68px;
    font-weight: bold;
    color: #000;
    margin-bottom: 18.48px;
    line-height: 1;
  }
  .typeIndex-desc-left .theme, .typeIndex-desc-right .theme {
    font-size: 17.16px;
    line-height: 1;
    margin-bottom: 9.24px;
    color: #595757;
  }
  .typeIndex-desc-left .desc, .typeIndex-desc-right .desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #595757;
    width: 227.04px;
    margin-bottom: 16.5px;
  }
  .typeIndex-desc-left a, .typeIndex-desc-right a {
    width: 100.32px;
    height: 34.32px;
    border-radius: 2.64px;
    -webkit-border-radius: 2.64px;
    -moz-border-radius: 2.64px;
    -ms-border-radius: 2.64px;
    -o-border-radius: 2.64px;
    background: #727171;
    font-size: 11.88px;
    line-height: 1;
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    margin-bottom: 25.74px;
  }
  .typeIndex-desc-left a:hover, .typeIndex-desc-right a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .typeIndex-desc-left .goodList, .typeIndex-desc-right .goodList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-left .goodList p, .typeIndex-desc-right .goodList p {
    font-size: 11.88px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 13.2px;
  }
  .typeIndex-desc-left .goodList p i, .typeIndex-desc-right .goodList p i {
    width: 32.34px;
    height: 32.34px;
    display: block;
    background: url(/themes/llumar/images/index/icon_1.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 9.9px;
  }
  .typeIndex-desc-left .goodList p:nth-child(2) i, .typeIndex-desc-right .goodList p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_2.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList p:nth-child(3) i, .typeIndex-desc-right .goodList p:nth-child(3) i {
    background: url(/themes/llumar/images/index/icon_3.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList p:nth-child(4) i, .typeIndex-desc-right .goodList p:nth-child(4) i {
    background: url(/themes/llumar/images/index/icon_4.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2), .typeIndex-desc-right .goodList:nth-of-type(2) {
    margin-top: 29.7px;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(2) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_5.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(3) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(3) i {
    background: url(/themes/llumar/images/index/icon_6.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(1) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1) i {
    background: url(/themes/llumar/images/index/icon_7.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .videoForDetails, .typeIndex-desc-right .videoForDetails {
    width: 216.48px;
    height: 121.77px;
    opacity: 0;
    position: relative;
    background-color: black;
    cursor: pointer;
    z-index: 999 !important;
  }
  .typeIndex-desc-left .videoForDetails:hover:after, .typeIndex-desc-right .videoForDetails:hover:after {
    transform: scale(1.1);
  }
  .typeIndex-desc-left {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-right {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .typeIndex-desc-right .goodList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-right .goodList p {
    font-size: 11.88px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 13.2px;
    margin-right: 0;
  }
  .typeIndex-desc-right .goodList p i {
    width: 32.34px;
    height: 32.34px;
    display: block;
    background: url(/themes/llumar/images/index/icon_8.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 9.9px;
  }
  .typeIndex-desc-right .goodList p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_9.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) {
    margin-top: 29.7px;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_10.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1) i {
    background: url(/themes/llumar/images/index/icon_11.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2){
    margin-right: calc(18px * 0.66);
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1){
    margin-right: calc(20px * 0.66);
  }
  .typeIndex-desc .active a {
    display: flex;
  }
  .typeIndex-desc .active .goodList {
    display: none;
  }
  .typeIndex-desc .active .videoForDetails {
    opacity: 1;
  }
  .typeIndex-car {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 440.88px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .typeIndex-car-left {
    width: 240.24px;
    height: 440.88px;
    background: url(/themes/llumar/images/index/icon_12.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .typeIndex-car-left .window {
    width: 150.48px;
    position: absolute;
    top: 4.62px;
    right: 0;
    opacity: 0;
  }
  .typeIndex-car-left .light {
    width: 234.96px;
    position: absolute;
    top: 102.96px;
    left: -59.4px;
    opacity: 0;
  }
  .typeIndex-car-left-active {
    background: url(/themes/llumar/images/index/icon_13.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-car-left-active .window {
    -webkit-animation: emergingL 1s forwards ease-out 1.1s;
    animation: emergingL 1s forwards ease-out 1.1s;
  }
  .typeIndex-car-left-active .light {
    -webkit-animation: zoom 1s forwards ease-in 0.3s;
    animation: zoom 1s forwards ease-in 0.3s;
  }
  .typeIndex-car-right {
    width: 240.24px;
    height: 440.88px;
    background: url(/themes/llumar/images/index/icon_14.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .typeIndex-car-right .car {
    width: 248.82px;
    position: absolute;
    top: 79.86px;
    left: 0;
    opacity: 0;
  }
  .typeIndex-car-right .light {
    width: 234.96px;
    position: absolute;
    top: 102.96px;
    right: -79.2px;
    opacity: 0;
  }
  .typeIndex-car-right-active {
    background: url(/themes/llumar/images/index/icon_15.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-car-right-active .car {
    -webkit-animation: emergingL 1s forwards ease-out 1.1s;
    animation: emergingL 1s forwards ease-out 1.1s;
  }
  .typeIndex-car-right-active .light {
    -webkit-animation: zoom 1s forwards ease-in 0.3s;
    animation: zoom 1s forwards ease-in 0.3s;
  }
  .building {
    width: 100%;
    height: 186.78px;
    background: url(/themes/llumar/images/index/Building_diaphragm.jpg) no-repeat center center;
    background-size: cover;
  }
  .building .container {
    height: 100%;
    overflow: hidden;
  }
  .building .container .title {
    line-height: 1;
    font-size: 30.36px;
    font-weight: bold;
    margin-bottom: 14.52px;
    margin-top: 27.72px;
  }
  .building .container .theme {
    line-height: 1;
    font-size: 17.16px;
    margin-bottom: 11.88px;
  }
  .building .container .desc {
    line-height: 18.48px;
    font-size: 11.88px;
    margin-bottom: 13.86px;
  }
  .building .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102.96px;
    height: 34.32px;
    border-radius: 2.64px;
    -webkit-border-radius: 2.64px;
    -moz-border-radius: 2.64px;
    -ms-border-radius: 2.64px;
    -o-border-radius: 2.64px;
    background: #727171;
    font-size: 11.88px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .building .container a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .introduction {
    width: 100%;
    height: 485.76px;
    background: url(/themes/llumar/images/index/Brand_introduction.jpg) no-repeat center center;
    background-size: cover;
  }
  .introduction .container {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 108.9px;
  }
  .introduction-left .title {
    font-size: 30.36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 23.1px;
  }
  .introduction-left .desc {
    text-align: justify;
    width: 452.1px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #060606;
    margin-bottom: 44.88px;
  }
  .introduction-left a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102.96px;
    height: 34.32px;
    border-radius: 2.64px;
    -webkit-border-radius: 2.64px;
    -moz-border-radius: 2.64px;
    -ms-border-radius: 2.64px;
    -o-border-radius: 2.64px;
    background: #727171;
    font-size: 11.88px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .introduction-left a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .introduction-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .introduction-right .title {
    font-size: 30.36px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 23.1px;
    color: #fff;
  }
  .introduction-right .desc {
    text-align: justify;
    width: 366.96px;
    font-size: 11.88px;
    line-height: 18.48px;
    color: #fff;
    margin-bottom: 44.88px;
  }
  .introduction-right a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 102.96px;
    height: 34.32px;
    border-radius: 2.64px;
    -webkit-border-radius: 2.64px;
    -moz-border-radius: 2.64px;
    -ms-border-radius: 2.64px;
    -o-border-radius: 2.64px;
    background: #fff;
    font-size: 11.88px;
    line-height: 1;
    text-decoration: none;
    color: #727171;
    box-sizing: border-box;
    border: 1.32px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .introduction-right a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .index-news {
    width: 100%;
    padding: 25.08px 0;
    background: #f4f4f4;
  }
  .index-news .container {
    height: 100%;
  }
  .index-news .container .title {
    font-size: 30.36px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 16.5px;
  }
  .index-news-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .index-news-list-item {
    display: block;
    text-decoration: none;
    width: 432.96px;
  }
  .index-news-list-item-title {
    font-size: 17.16px;
    margin-bottom: 7.92px;
    color: #595757;
    line-height: 1.5;
  }
  .index-news-list-item-desc {
    font-size: 11.88px;
    line-height: 18.48px;
    color: #898989;
  }
}

@media screen and (max-width: 1024px) {
  .index-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .index-swiper .swiper-wrapper {
    width: 100%;
  }
  .index-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
  }
  .index-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc {
    position: absolute;
    top: 47.7px;
    left: 0;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .title {
    line-height: 1;
    font-size: 13.78px;
    margin-bottom: 10.6px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .theme {
    line-height: 1;
    font-size: 24.38px;
    font-weight: bolder;
    margin-bottom: 5.3px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .desc {
    line-height: 14.84px;
    font-size: 9.54px;
    padding-top: 11.66px;
    margin-bottom: 33.92px;
    width: 185.5px;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a {
    width: 122.96px;
    height: 34.45px;
    border-radius: 2.12px;
    -webkit-border-radius: 2.12px;
    -moz-border-radius: 2.12px;
    -ms-border-radius: 2.12px;
    -o-border-radius: 2.12px;
    background: #727171;
    font-size: 7.95px;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .title {
    color: #fff;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .theme {
    color: #fff;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .desc {
    color: #c9caca;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .title {
    color: #000;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .theme {
    color: #000;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .desc {
    color: #000;
  }
  .index-swiper .swiper-page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 5.3px;
    left: 0;
    z-index: 90;
  }
  .index-swiper .swiper-page .swiper-pagination-bullet {
    width: 22.26px;
    height: 3.18px;
    border-radius: 1.59px;
    -webkit-border-radius: 1.59px;
    -moz-border-radius: 1.59px;
    -ms-border-radius: 1.59px;
    -o-border-radius: 1.59px;
    background: rgba(255, 255, 255, 0.8);
  }
  .index-swiper .swiper-page .swiper-pagination-bullet-active {
    background: white;
  }
  .index-swiper-button {
    width: 100%;
    position: absolute;
    bottom: 15.9px;
    left: 0;
    z-index: 90;
  }
  .index-swiper-button .container {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .index-swiper-button .container a {
    width: 95.4px;
    height: 36.04px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #414141;
    font-size: 9.54px;
    margin-left: 2.12px;
    border-radius: 2.12px;
    -webkit-border-radius: 2.12px;
    -moz-border-radius: 2.12px;
    -ms-border-radius: 2.12px;
    -o-border-radius: 2.12px;
    box-sizing: border-box;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-swiper-button .container a:nth-child(1) i {
    display: block;
    width: 16.96px;
    height: 16.96px;
    background: url(/themes/llumar/images/index/icon_16.png) no-repeat center center;
    background-size: cover;
    margin-right: 4.24px;
  }
  .index-swiper-button .container a:nth-child(2) i {
    display: block;
    width: 16.96px;
    height: 16.96px;
    background-image: url(/themes/llumar/images/index/icon_18.png);
    background-size: cover;
    margin-right: 4.24px;
  }
  .index-swiper-button .container a:nth-child(3) i {
    display: block;
    width: 16.96px;
    height: 16.96px;
    background-image: url(/themes/llumar/images/index/icon_20.png);
    background-size: cover;
    margin-right: 4.24px;
  }
  .index-swiper-button .container a:nth-child(1):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(1):hover i {
    background: url(/themes/llumar/images/index/icon_17.png) no-repeat center center;
    background-size: cover;
  }
  .index-swiper-button .container a:nth-child(2):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(2):hover i {
    background: url(/themes/llumar/images/index/icon_19.png) no-repeat center center;
    background-size: cover;
  }
  .index-swiper-button .container a:nth-child(3):hover {
    background-color: #fff;
    color: #000;
  }
  .index-swiper-button .container a:nth-child(3):hover i {
    background: url(/themes/llumar/images/index/icon_21.png) no-repeat center center;
    background-size: cover;
  }
  /*缩放*/
  @-webkit-keyframes zoom {
    0% {
      opacity: 0;
      -webkit-transform: scale(0.5);
    }
    100% {
      opacity: 1;
      -webkit-transform: scale(1);
    }
  }
  @keyframes zoom {
    0% {
      opacity: 0;
      transform: scale(0.5);
    }
    100% {
      opacity: 1;
      transform: scale(1);
    }
  }
  /*浮现*/
  @-webkit-keyframes emergingL {
    0% {
      opacity: 0;
      -webkit-transform: translate(5.3px, 5.3px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
    }
  }
  @keyframes emergingL {
    0% {
      opacity: 0;
      transform: translate(5.3px, 5.3px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  @-webkit-keyframes emergingR {
    0% {
      opacity: 0;
      -webkit-transform: translate(-5.3px, -5.3px);
    }
    100% {
      opacity: 1;
      -webkit-transform: translate(0, 0);
    }
  }
  @keyframes emergingR {
    0% {
      opacity: 0;
      transform: translate(0, 5.3px);
    }
    100% {
      opacity: 1;
      transform: translate(0, 0);
    }
  }
  .typeIndex {
    width: 100%;
    height: 446.79px;
    position: relative;
  }
  .typeIndex-foot {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 3;
  }
  .typeIndex-foot-left, .typeIndex-foot-right {
    width: 50%;
    height: 4.77px;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .typeIndex-foot-left {
    background: url(/themes/llumar/images/index/Protective_filmLeftLine.png) no-repeat center center;
    background-size: 100%;
  }
  .typeIndex-foot-right {
    background: url(/themes/llumar/images/index/Protective_filmRightLine.png) no-repeat center center;
    background-size: 100%;
  }
  .typeIndex-foot .active {
    height: 10.07px;
  }
  .typeIndex-desc {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
  }
  .typeIndex-desc .container {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .typeIndex-desc-left, .typeIndex-desc-right {
    width: 50%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 80.03px;
    display: flex;
    flex-direction: column;
  }
  .typeIndex-desc-left .title, .typeIndex-desc-right .title {
    font-size: 25.44px;
    font-weight: bold;
    color: #000;
    margin-bottom: 14.84px;
    line-height: 1;
  }
  .typeIndex-desc-left .theme, .typeIndex-desc-right .theme {
    font-size: 13.78px;
    line-height: 1;
    margin-bottom: 7.42px;
    color: #595757;
  }
  .typeIndex-desc-left .desc, .typeIndex-desc-right .desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #595757;
    width: 182.32px;
    margin-bottom: 13.25px;
  }
  .typeIndex-desc-left a, .typeIndex-desc-right a {
    width: 80.56px;
    height: 27.56px;
    border-radius: 2.12px;
    -webkit-border-radius: 2.12px;
    -moz-border-radius: 2.12px;
    -ms-border-radius: 2.12px;
    -o-border-radius: 2.12px;
    background: #727171;
    font-size: 9.54px;
    line-height: 1;
    display: none;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
    margin-bottom: 20.67px;
  }
  .typeIndex-desc-left a:hover, .typeIndex-desc-right a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .typeIndex-desc-left .goodList, .typeIndex-desc-right .goodList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-left .goodList p, .typeIndex-desc-right .goodList p {
    font-size: 9.54px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 10.6px;
  }
  .typeIndex-desc-left .goodList p i, .typeIndex-desc-right .goodList p i {
    width: 25.97px;
    height: 25.97px;
    display: block;
    background: url(/themes/llumar/images/index/icon_1.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 7.95px;
  }
  .typeIndex-desc-left .goodList p:nth-child(2) i, .typeIndex-desc-right .goodList p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_2.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList p:nth-child(3) i, .typeIndex-desc-right .goodList p:nth-child(3) i {
    background: url(/themes/llumar/images/index/icon_3.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList p:nth-child(4) i, .typeIndex-desc-right .goodList p:nth-child(4) i {
    background: url(/themes/llumar/images/index/icon_4.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2), .typeIndex-desc-right .goodList:nth-of-type(2) {
    margin-top: 23.85px;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(2) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_5.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(3) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(3) i {
    background: url(/themes/llumar/images/index/icon_6.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .goodList:nth-of-type(2) p:nth-child(1) i, .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1) i {
    background: url(/themes/llumar/images/index/icon_7.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-left .videoForDetails, .typeIndex-desc-right .videoForDetails {
    width: 173.84px;
    height: 97.785px;
    opacity: 0;
    position: relative;
    background-color: black;
    cursor: pointer;
    z-index: 999 !important;
  }
  .typeIndex-desc-left .videoForDetails:hover:after, .typeIndex-desc-right .videoForDetails:hover:after {
    transform: scale(1.1);
  }
  .typeIndex-desc-left {
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-right {
    justify-content: flex-start;
    align-items: flex-end;
  }
  .typeIndex-desc-right .goodList {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .typeIndex-desc-right .goodList p {
    font-size: 9.54px;
    line-height: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-left: 10.6px;
    margin-right: 0;
  }
  .typeIndex-desc-right .goodList p i {
    width: 25.97px;
    height: 25.97px;
    display: block;
    background: url(/themes/llumar/images/index/icon_8.png) no-repeat center center;
    background-size: cover;
    margin-bottom: 7.95px;
  }
  .typeIndex-desc-right .goodList p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_9.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) {
    margin-top: 23.85px;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2) i {
    background: url(/themes/llumar/images/index/icon_10.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1) i {
    background: url(/themes/llumar/images/index/icon_11.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(2){
    margin-right: calc(18px * 0.53);
  }
  .typeIndex-desc-right .goodList:nth-of-type(2) p:nth-child(1){
    margin-right: calc(20px * 0.53);
  }
  .typeIndex-desc .active a {
    display: flex;
  }
  .typeIndex-desc .active .goodList {
    display: none;
  }
  .typeIndex-desc .active .videoForDetails {
    opacity: 1;
  }
  .typeIndex-car {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    height: 354.04px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
  }
  .typeIndex-car-left {
    width: 192.92px;
    height: 354.04px;
    background: url(/themes/llumar/images/index/icon_12.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .typeIndex-car-left .window {
    width: 120.84px;
    position: absolute;
    top: 3.71px;
    right: 0;
    opacity: 0;
  }
  .typeIndex-car-left .light {
    width: 188.68px;
    position: absolute;
    top: 82.68px;
    left: -47.7px;
    opacity: 0;
  }
  .typeIndex-car-left-active {
    background: url(/themes/llumar/images/index/icon_13.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-car-left-active .window {
    -webkit-animation: emergingL 1s forwards ease-out 1.1s;
    animation: emergingL 1s forwards ease-out 1.1s;
  }
  .typeIndex-car-left-active .light {
    -webkit-animation: zoom 1s forwards ease-in 0.3s;
    animation: zoom 1s forwards ease-in 0.3s;
  }
  .typeIndex-car-right {
    width: 192.92px;
    height: 354.04px;
    background: url(/themes/llumar/images/index/icon_14.png) no-repeat center center;
    background-size: cover;
    position: relative;
  }
  .typeIndex-car-right .car {
    width: 199.81px;
    position: absolute;
    top: 64.13px;
    left: 0;
    opacity: 0;
  }
  .typeIndex-car-right .light {
    width: 188.68px;
    position: absolute;
    top: 82.68px;
    right: -63.6px;
    opacity: 0;
  }
  .typeIndex-car-right-active {
    background: url(/themes/llumar/images/index/icon_15.png) no-repeat center center;
    background-size: cover;
  }
  .typeIndex-car-right-active .car {
    -webkit-animation: emergingL 1s forwards ease-out 1.1s;
    animation: emergingL 1s forwards ease-out 1.1s;
  }
  .typeIndex-car-right-active .light {
    -webkit-animation: zoom 1s forwards ease-in 0.3s;
    animation: zoom 1s forwards ease-in 0.3s;
  }
  .building {
    width: 100%;
    height: 149.99px;
    background: url(/themes/llumar/images/index/Building_diaphragm.jpg) no-repeat center center;
    background-size: cover;
  }
  .building .container {
    height: 100%;
    overflow: hidden;
  }
  .building .container .title {
    line-height: 1;
    font-size: 24.38px;
    font-weight: bold;
    margin-bottom: 11.66px;
    margin-top: 22.26px;
  }
  .building .container .theme {
    line-height: 1;
    font-size: 13.78px;
    margin-bottom: 9.54px;
  }
  .building .container .desc {
    line-height: 14.84px;
    font-size: 9.54px;
    margin-bottom: 11.13px;
  }
  .building .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82.68px;
    height: 27.56px;
    border-radius: 2.12px;
    -webkit-border-radius: 2.12px;
    -moz-border-radius: 2.12px;
    -ms-border-radius: 2.12px;
    -o-border-radius: 2.12px;
    background: #727171;
    font-size: 9.54px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .building .container a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .introduction {
    width: 100%;
    height: 390.08px;
    background: url(/themes/llumar/images/index/Brand_introduction.jpg) no-repeat center center;
    background-size: cover;
  }
  .introduction .container {
    height: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 87.45px;
  }
  .introduction-left .title {
    font-size: 24.38px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18.55px;
  }
  .introduction-left .desc {
    text-align: justify;
    width: 363.05px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #060606;
    margin-bottom: 36.04px;
  }
  .introduction-left a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82.68px;
    height: 27.56px;
    border-radius: 2.12px;
    -webkit-border-radius: 2.12px;
    -moz-border-radius: 2.12px;
    -ms-border-radius: 2.12px;
    -o-border-radius: 2.12px;
    background: #727171;
    font-size: 9.54px;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .introduction-left a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .introduction-right {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
  }
  .introduction-right .title {
    font-size: 24.38px;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 18.55px;
    color: #fff;
  }
  .introduction-right .desc {
    text-align: justify;
    width: 294.68px;
    font-size: 9.54px;
    line-height: 14.84px;
    color: #fff;
    margin-bottom: 36.04px;
  }
  .introduction-right a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 82.68px;
    height: 27.56px;
    border-radius: 2.12px;
    -webkit-border-radius: 2.12px;
    -moz-border-radius: 2.12px;
    -ms-border-radius: 2.12px;
    -o-border-radius: 2.12px;
    background: #fff;
    font-size: 9.54px;
    line-height: 1;
    text-decoration: none;
    color: #727171;
    box-sizing: border-box;
    border: 1.06px solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .introduction-right a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .index-news {
    width: 100%;
    padding: 20.14px 0;
    background: #f4f4f4;
  }
  .index-news .container {
    height: 100%;
  }
  .index-news .container .title {
    font-size: 24.38px;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 13.25px;
  }
  .index-news-list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .index-news-list-item {
    display: block;
    text-decoration: none;
    width: 347.68px;
  }
  .index-news-list-item-title {
    font-size: 13.78px;
    margin-bottom: 6.36px;
    color: #595757;
    line-height: 1.5;
  }
  .index-news-list-item-desc {
    font-size: 9.54px;
    line-height: 14.84px;
    color: #898989;
  }
}

@media screen and (max-width: 799px) {
  .index-swiper {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .index-swiper .swiper-wrapper {
    width: 100%;
  }
  .index-swiper .swiper-wrapper .swiper-slide {
    width: 100%;
    position: relative;
  }
  .index-swiper .swiper-wrapper .swiper-slide img {
    width: 100%;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc {
    position: absolute;
    top: 25px;
    left: 0;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .title {
    line-height: 1;
    font-size: 0.4rem;
    margin-bottom: 0.3rem;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc .theme {
    line-height: 1;
    font-size: 0.5rem;
    font-weight: bolder;
    line-height: 1.2;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a {
    margin-top: .64rem;
    width: 1.5rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
    background: #ee1a30;
    font-size: 0.14rem;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 0.02rem solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-desc a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .title {
    color: #fff;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .theme {
    color: #fff;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-black .desc {
    color: #c9caca;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .title {
    color: #000;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .theme {
    color: #000;
  }
  .index-swiper .swiper-wrapper .swiper-slide .container .swiper-white .desc {
    color: #000;
  }
  .index-swiper .swiper-page {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    z-index: 90;
  }
  .index-swiper .swiper-page .swiper-pagination-bullet {
    width: 0.42rem;
    height: 0.06rem;
    border-radius: 0.03rem;
    -webkit-border-radius: 0.03rem;
    -moz-border-radius: 0.03rem;
    -ms-border-radius: 0.03rem;
    -o-border-radius: 0.03rem;
    background: rgba(255, 255, 255, 0.8);
  }
  .index-swiper .swiper-page .swiper-pagination-bullet-active {
    background: white;
  }
  .index-swiper-button {
    width: 100%;
    position: relative;
    bottom: 0;
    left: 0;
    z-index: 90;
    margin-top: 0.22rem;
  }
  .index-swiper-button .container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .index-swiper-button .container a {
    width: 2.3rem;
    height: 39px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    background: #737172;
    font-size: 0.24rem;
    margin-left: 0;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
    box-sizing: border-box;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-swiper-button .container a:nth-child(1) i {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(/themes/llumar/images/index/icon_16.png) no-repeat center center;
    background-size: cover;
    margin-right: 8px;
  }
  .index-swiper-button .container a:nth-child(2) i {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url(/themes/llumar/images/index/icon_18.png);
    background-size: cover;
    margin-right: 8px;
  }
  .index-swiper-button .container a:nth-child(3) i {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background-image: url(/themes/llumar/images/index/icon_20.png);
    background-size: cover;
    margin-right: 8px;
  }
  .index-swiper-button .container a:nth-child(1):hover {
    color: #fff;
    background: #737172;
  }
  .index-swiper-button .container a:nth-child(1):hover i {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(/themes/llumar/images/index/icon_16.png) no-repeat center center;
    background-size: cover;
    margin-right: 8px;
  }
  .index-swiper-button .container a:nth-child(2):hover {
    color: #fff;
    background: #737172;
  }
  .index-swiper-button .container a:nth-child(2):hover i {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(/themes/llumar/images/index/icon_18.png) no-repeat center center;
    background-size: cover;
    margin-right: 8px;
  }
  .index-swiper-button .container a:nth-child(3):hover {
    color: #fff;
    background: #737172;
  }
  .index-swiper-button .container a:nth-child(3):hover i {
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    background: url(/themes/llumar/images/index/icon_20.png) no-repeat center center;
    background-size: cover;
    margin-right: 8px;
  }
  .typeIndexmb {
    padding-top: 1.16rem;
    font-size: 0;
  }
  .typeIndexmb-car, .typeIndexmb-qi {
    width: 100%;
    position: relative;
  }
  .typeIndexmb-car img, .typeIndexmb-qi img {
    width: 100%;
  }
  .typeIndexmb-car .title, .typeIndexmb-qi .title {
    font-size: 0.44rem;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin-bottom: 0.3rem;
    text-align: center;
  }
  .typeIndexmb-car .theme, .typeIndexmb-qi .theme {
    text-align: center;
    font-size: 0.16rem;
    color: #000;
    margin-bottom: 0.08rem;
  }
  .typeIndexmb-car .desc, .typeIndexmb-qi .desc {
    text-align: justify;
    width: 4.1rem;
    margin: 0 auto;
    padding-top: 0.2rem;
    font-size: 0.24rem;
    color: #000;
    margin-bottom: 0.26rem;
  }
  .typeIndexmb-car a, .typeIndexmb-qi a {
    display: block;
    width: 1.5rem;
    height: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.14rem;
    color: #fff;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
    background-color: #727171;
    text-decoration: none;
    margin: 0 auto;
    margin-bottom: 0.62rem;
  }
  .typeIndexmb-car .videoForDetails, .typeIndexmb-qi .videoForDetails {
    width: 5.54rem;
    margin: 0 auto;
    margin-bottom: 0.52rem;
  }
  .typeIndexmb-car-pic, .typeIndexmb-qi-pic {
    width: 100%;
  }
  .typeIndexmb-car-pic img, .typeIndexmb-qi-pic img {
    width: 100%;
  }
  .typeIndexmb-car-swiper, .typeIndexmb-qi-swiper {
    width: 100%;
    position: relative;
    margin-bottom: 0.5rem;
    overflow: hidden;
  }
  .typeIndexmb-car-swiper .swiper-wrapper, .typeIndexmb-qi-swiper .swiper-wrapper {
    width: 100%;
  }
  .typeIndexmb-car-swiper .swiper-wrapper .swiper-slide, .typeIndexmb-qi-swiper .swiper-wrapper .swiper-slide {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    text-align: center;
    font-size: 0;
  }
  .typeIndexmb-car-swiper .swiper-wrapper .swiper-slide img, .typeIndexmb-qi-swiper .swiper-wrapper .swiper-slide img {
    width: 0.46rem;
  }
  .typeIndexmb-car-swiper .swiper-wrapper .swiper-slide p, .typeIndexmb-qi-swiper .swiper-wrapper .swiper-slide p {
    font-size: 0.16rem;
    color: #000;
    margin-top: 0.16rem;
    text-align: center;
  }
  .typeIndexmb-car .membrane-type-arrow-left,
  .typeIndexmb-car .membrane-type-arrow-right, .typeIndexmb-qi .membrane-type-arrow-left,
  .typeIndexmb-qi .membrane-type-arrow-right {
    width: 0.2rem;
    font-size: 0;
    z-index: 10;
    position: absolute;
    bottom: 1rem;
  }
  .typeIndexmb-car .membrane-type-arrow-left img,
  .typeIndexmb-car .membrane-type-arrow-right img, .typeIndexmb-qi .membrane-type-arrow-left img,
  .typeIndexmb-qi .membrane-type-arrow-right img {
    width: 100%;
  }
  .typeIndexmb-car .membrane-type-arrow-left, .typeIndexmb-qi .membrane-type-arrow-left {
    left: 0.6rem;
  }
  .typeIndexmb-car .membrane-type-arrow-right, .typeIndexmb-qi .membrane-type-arrow-right {
    right: 0.6rem;
  }
  .typeIndexmb-qi {
    background: #d6d6d6;
    overflow: hidden;
    padding-top: 1.16rem;
  }
  .typeIndexmb-qi .typeIndexmb-qi-swiper {
    margin-top: -1.4rem;
  }
  .building {
    width: 100%;
    height: 3.2rem;
    background: url(/themes/llumar/images/index/Building_diaphragm.jpg) no-repeat center center;
    background-size: cover;
  }
  .building .container {
    overflow: hidden;
  }
  .building .container .title {
    line-height: 1;
    font-size: 0.4rem;
    font-weight: bold;
    margin-bottom: 0.2rem;
    margin-top: 0.52rem;
  }
  .building .container .theme {
    line-height: 1;
    font-size: 0.16rem;
    margin-bottom: 0.12rem;
  }
  .building .container .desc {
    line-height: 0.3rem;
    font-size: 0.2rem;
    margin-bottom: 0.22rem;
    width: 3.4rem;
  }
  .building .container a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
    background: #727171;
    font-size: 0.14rem;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 0.02rem solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .introduction {
    width: 100%;
    height: 9.1rem;
    background: #fff;
  }
  .introduction .container {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    display: block;
    padding-top: 0;
  }
  .introduction-left {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    height: 4.66rem;
    box-sizing: border-box;
    padding: 0 0.78rem;
    padding-top: 0.68rem;
    background: url(/themes/llumar/images/index/Brand_introduction-left.jpg) left top/2rem no-repeat;
  }
  .introduction-left .title {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
  .introduction-left .desc {
    text-align: justify;
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #060606;
    margin-bottom: 0.34rem;
  }
  .introduction-left a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
    background: #727171;
    font-size: 0.14rem;
    line-height: 1;
    text-decoration: none;
    color: #fff;
    box-sizing: border-box;
    border: 0.02rem solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .introduction-left a:hover {
    background-color: transparent;
    border-color: #de7032;
    color: #de7032;
  }
  .introduction-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: 4.4rem;
    box-sizing: border-box;
    padding: 0 0.78rem;
    padding-top: 0.68rem;
    background: url(/themes/llumar/images/index/Brand_introduction-right.jpg) center/cover no-repeat;
  }
  .introduction-right .title {
    font-size: 0.4rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.2rem;
  }
  .introduction-right .desc {
    text-align: justify;
    width: 100%;
    font-size: 0.2rem;
    line-height: 0.3rem;
    color: #fff;
    margin-bottom: 0.34rem;
  }
  .introduction-right a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1.5rem;
    height: 0.4rem;
    border-radius: 0.04rem;
    -webkit-border-radius: 0.04rem;
    -moz-border-radius: 0.04rem;
    -ms-border-radius: 0.04rem;
    -o-border-radius: 0.04rem;
    background: #fff;
    font-size: 0.14rem;
    line-height: 1;
    text-decoration: none;
    color: #ed1b30;
    box-sizing: border-box;
    border: 0.02rem solid transparent;
    transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    -o-transition: all 0.35s;
  }
  .index-news {
    width: 100%;
    padding: 0.38rem 0;
    background: #f4f4f4;
  }
  .index-news .container {
    height: 100%;
  }
  .index-news .container .title {
    font-size: 0.4rem;
    line-height: 1;
    font-weight: bold;
    margin-bottom: 0.5rem;
  }
  .index-news-list {
    width: 100%;
    display: block;
    justify-content: space-between;
    align-items: flex-start;
  }
  .index-news-list-item {
    display: block;
    text-decoration: none;
    width: 100%;
    margin-top: 0.5rem;
  }
  .index-news-list-item-title {
    font-size: 0.3rem;
    margin-bottom: 0.3rem;
    color: #595757;
    line-height: 1.5;
  }
  .index-news-list-item-desc {
    font-size: 0.24rem;
    line-height: 0.3rem;
    color: #898989;
  }
}

/* 2023改版 */
.home-part-2 {
  background: url(/themes/llumar/img2023/index/part2-bg.jpg) no-repeat top center;
  background-size: cover;
  overflow:auto;
  position:relative；
}

.liuyi{
  width:1430px;
  margin:190px auto 293px auto;
  justify-content: end;
  display: flex;
}

.liuyi h3{
  color:#4c4948;
  font-size:45px;
}

.liuyi .subtitle{
  font-size:30px;
  color:#383838;
  margin:30px 0 80px -15px;
}

.liuyi .liuyi-content{
  margin-bottom:100px;
}

.liuyi .bt-ppf{
  margin-left:125px;
}

.selectpro{
  width:1430px;
  margin:auto;
  display: flex;
}

.selectpro .col-6{
  width:50%;
}

.selectpro .subtitle{
  font-size:30px;
  color:#383838;
  margin:45px 0 36px 0;
}

.selectpro .selectprot-content{
  font-size:20px;
  color:#383838;
  line-height: 40px;
  width:640px;
  margin-bottom:45px;
}

.clearfix{
  clear: both;
}

@media screen and (max-width: 1708px) {
  .liuyi,.selectpro{
    zoom:.89;
  }
}

@media screen and (max-width: 1440px) {
  .liuyi,.selectpro{
    zoom:.75;
  }
}

@media screen and (max-width: 1366px) {
  .liuyi,.selectpro{
    zoom:.71;
  }
}

@media screen and (max-width: 1280px) {
  .liuyi,.selectpro{
    zoom:.66;
  }
}

@media screen and (max-width: 1280px) {
  .liuyi,.selectpro{
    zoom:.53;
  }
}

@media screen and (max-width: 960px) {
  .liuyi,.selectpro{
    zoom:.5;
  }
}

@media screen and (max-width: 799px) {
  .home-part-2 {
    background: url(/themes/llumar/img2023/index/part2-bg-m.jpg) no-repeat top center;
    background-size: cover;
    overflow:auto;
    position:relative;
  }

  .liuyi{
    width:85%;
    margin:80px auto 100px auto;
    display: block;
  }

  
  .liuyi h3{
    color:#4c4948;
    font-size:36px;
  }

  .liuyi .subtitle{
    font-size:20px;
    color:#383838;
    margin:20px 0 50px -15px;
  }

  .liuyi-content img{
    width:100%;
  }

  .liuyi .liuyi-content{
    margin-bottom:400px;
  }

  .liuyi .bt-wf{
    float:right;
    display: block;
  }

  .liuyi .bt-wf img{
    width:260px;
  }

  .liuyi .bt-ppf{
    float:right;
    display: block;
    clear: both;
    margin-top:45px;
  }  

  .liuyi .bt-ppf img{
    width:260px;
  }

  .selectpro{
    width:85%;
    margin:auto;
    display: block;
  }

  .selectpro .col-6{
    width:100%;
    display:block;
  }

  .selectpro-pic {
    width:100%;
  }
}