@keyframes slideActive {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}
.kv {
  width: 100%;
  height: 100vh;
  position: relative;
}
.kv .kv-icon {
  position: absolute;
  z-index: 10;
  left: 0;
  width: 30%;
  bottom: 0;
}
.kv .kv-icon img {
  width: 100%;
}
.kv .kv-swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
.kv .kv-swiper .swiper-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
.kv .kv-swiper .swiper-slide .bg {
  width: 100%;
  height: 100%;
}
.kv .kv-swiper .swiper-slide .bg img,
.kv .kv-swiper .swiper-slide .bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.bg_i_mask{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	pointer-events: none;
}
.kv .kv-swiper .swiper-slide .detail {
  position: absolute;
  left: 1.2rem;
  top: 2.3rem;
  z-index: 5;
}
.kv .kv-swiper .swiper-slide .detail img {
  width: 4.7rem;
}
.kv .kv-swiper .swiper-slide .detail .btn-box {
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
}
.kv .kv-swiper .swiper-slide .detail .btn-box .btn {
  width: 1.8rem;
  height: 0.6rem;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.17rem;
}
.kv .kv-swiper .swiper-slide .detail .btn-box .btn1 {
  border: 1px solid #dfb591;
  transition: border 0.5s;
}
.kv .kv-swiper .swiper-slide .detail .btn-box .btn1:hover {
  /* border: 1px solid #dfb591; */
}
.kv .kv-swiper .swiper-slide .detail .btn-box .btn2 {
  background-color: transparent;
  border: 1px solid #dfb591;
  margin-left: 0.2rem;
}
.kv .kv-swiper .swiper-control {
  position: absolute;
  bottom: 1.26rem;
  right: 1.26rem;
  z-index: 3;
  display: flex;
  align-items: center;
}
.kv .kv-swiper .swiper-control .control {
  color: #dfb591;
  width: 1.05rem;
  /* border-bottom: 2px solid #dfb591; */
  font-size: 0.17rem;
  font-weight: 800;
  padding-bottom: 0.1rem;
  margin-left: 0.1rem;
  opacity: 0.3;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.kv .kv-swiper .swiper-control .control::after{
    content: '';
    width: 0%;
    left: 0;
    bottom: 0;
    background: #dfb591;
    display: block;
    position: absolute;
    height: 1px;
    z-index: 2;
}
.kv .kv-swiper .swiper-control .control::before{
    content: '';
    width: 100%;
    left: 0;
    bottom: 0;
    background: #dfb591;
    display: block;
    position: absolute;
    height: 1px;
    opacity: 0.5;
    z-index: 1;
}
.kv .kv-swiper .swiper-control .control.active::after{
    width: 100%;
    transition: all 10s;
}
.kv .kv-swiper .swiper-control .control:hover img {
  bottom: 0;
  transition: all 0.5s;
  opacity: 1;
}
.kv .kv-swiper .swiper-control .control img {
  position: absolute;
  width: 100%;
  bottom: -0.3rem;
  opacity: 0;
}
.kv .kv-swiper .swiper-control .control.active {
  opacity: 1;
}

.model {
  width: 100%;
  height: 100vh;
  background: #131619;
  padding: 1rem 0rem 0 1.2rem;
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 0;
}
.model .title {
  font-size: 0.5rem;
  letter-spacing: 0.005rem;
  color: #fff;
  font-weight: 500;
}
.model .desc {
  font-size: 0.2rem;
  letter-spacing: 0.03rem;
  font-weight: 300;
  color: #fff;
  margin-top: 0.1rem;
}
.model .navs {
  display: flex;
  align-items: center;
  margin-top: 0.7rem;
}
.model .navs .nav {
  font-size: 0.24rem;
  color: rgba(255, 255, 255, 0.5);
  margin-right: 0.6rem;
  padding-bottom: 0.2rem;
  cursor: pointer;
  font-weight: 300;
}
.model .navs .nav.active {
  color: #dfb591;
  border-bottom: 2px solid #dfb591;
}
.model .model-swiper-box {
  position: relative;
  flex: 1;
  margin-top: 0.5rem;
}
.model .model-swiper-box .model-swiper {
  width: 100%;
  position: absolute;
  padding-right: 1.2rem;
  opacity: 0;
  left: 0;
  top: 0;
}
.model .model-swiper-box .model-swiper .swiper-slide {
  background-color: #181c1f;
  transition: all 0.5s;
  width: 29%;
  height: auto;
  padding: 0.4rem 0.7rem;

}
.model .model-swiper-box .model-swiper .swiper-slide .is-new {
  color: #dfb591;
  font-size: 0.17rem;
  height: 0.3rem;
}
.model .model-swiper-box .model-swiper .swiper-slide .carname {
  display: flex;
  align-items: center;
}
.model .model-swiper-box .model-swiper .swiper-slide .carname .car {
  color: #fff;
  font-size: 0.3rem;
}
.model .model-swiper-box .model-swiper .swiper-slide .carname .name {
  font-size: 0.28rem;
  color: #fff;
  margin-left: 0.1rem;
  font-weight: 300;
}
.model .model-swiper-box .model-swiper .swiper-slide .price {
  font-weight: 400;
  font-size: 0.17rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.1rem;
}
.model .model-swiper-box .model-swiper .swiper-slide img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0.2rem;
}
.model .model-swiper-box .model-swiper .swiper-slide .btn {
  width: 85%;
  height: 0.67rem;
  border: 1px solid #dfb591;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #dfb591;
  font-size: 0.16rem;
  letter-spacing: 0.1rem;
  margin: 0.1rem auto;
  cursor: pointer;
  transition: all 0.5s;
  /* position: absolute;
  bottom: 0.5rem;
  left: 50%;
  transform: translateX(-50%) */
}
.model .model-swiper-box .model-swiper .swiper-slide:hover {
  border: 1px solid #6c6156;
  background: #1f2327;
}
.model .model-swiper-box .model-swiper .swiper-slide:hover .btn {
  /* transform: translate(-50% , -10%); */
  transform: translateY(-10%)
}
.model .model-swiper-box .model-swiper .swiper-control {
  display: flex;
  margin-top: 0.3rem;
  align-items: flex-start;
}
.model .model-swiper-box .model-swiper .swiper-control img{
    width: 0.45rem;
    opacity: 0.7;
    transition: all 1s;
    cursor: pointer;
}
.model .model-swiper-box .model-swiper .swiper-control img:hover{
    opacity: 1;
}
.model .model-swiper-box .model-swiper .swiper-control img:nth-of-type(2){
    margin-left: 0.2rem;
}
.model .model-swiper-box .model-swiper .swiper-control .model-swiper-pagination {
  position: static;
}
.model .model-swiper-box .model-swiper .swiper-control .model-swiper-pagination .swiper-pagination-bullet {
  background-color: rgba(255, 255, 255, 0.3);
  width: 0.12rem;
  height: 0.12rem;
  border: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 1;
  margin-right: 0.3rem;
}
.model .model-swiper-box .model-swiper .swiper-control .model-swiper-pagination .swiper-pagination-bullet-active {
  background-color: transparent;
  border: 1px solid #dfb591;
}
.model .model-swiper-box .model-swiper-active {
  opacity: 1;
  z-index: 2;
}

.links {
  display: flex;
  height: 100vh;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  top: 0;
}
.links .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.links .bg img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.links .bg .img2 {
  z-index: 2;
}
.links .bg .img3 {
  z-index: 1;
}
.links .link {
  flex: 1;
  height: 100%;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 6;
}
.links .link .detail {
  position: absolute;
  bottom: 1rem;
  left: 0.44rem;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  right: 0.44rem;
}
.links .link .detail .l .t {
  color: #fff;
  line-height: 1.2;
  font-size: 0.47rem;
  font-weight: 500;
}
.links .link .detail .l .d {
  font-size: 0.21rem;
  color: #fff;
  margin-top: 0.1rem;
  font-weight: 300;
}
.links .link .detail .r {
  position: relative;
  width: 0.42rem;
  height: 0.42rem;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.5s;
}
.links .link .detail .r img {
  position: absolute;
  width: 0.1rem;
  left: 50%;
  top: 50%;
  transition: all 0.5s;
  transform: translate(-50%, -50%);
}
.links .link .detail .r .img2 {
  opacity: 0;
}
.links .link .detail .r:hover {
  background-color: #dfb591;
}
.links .link .detail .r:hover .img2 {
  opacity: 1;
}
.links .link .detail .r:hover .img1 {
  opacity: 0;
}
.links .link:nth-last-of-type(1) {
  border-right: 0;
}

.life-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100vh;
  width: 100%;
  position: sticky;
  top: 0;
}
.life-box .left {
  width: 50%;
  height: 100%;
  background-color: #dfb591;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.life-box .left .top {
  width: 3.3rem;
}
.life-box .left .top img {
  width: 100%;
}
.life-box .left .bottom {
  display: flex;
  align-items: center;
  font-size: 0.25rem;
  color: #fff;
  margin-top: 1.5rem;
}
.life-box .left .bottom div {
  padding: 0 0.7rem;
  border-right: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.life-box .left .bottom div:nth-last-of-type(1) {
  border: 0;
}
.life-box .left .bottom div::after {
  position: absolute;
  content: "";
  height: 1px;
  background-color: #fff;
  width: 40%;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: all 0.5s;
}
.life-box .left .bottom div:hover::after {
  opacity: 1;
}
.life-box .right {
  width: 50%;
  height: 100%;
}
.life-box .right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.news {
  height: 100vh;
  width: 100%;
  background-color: #131619;
  padding: 1rem 0.7rem;
  position: sticky;
  top: 0;
}
.news .bg {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.news .bg img {
  width: 100%;
}
.news .news-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.news .news-box .left-box {
  width: 29.9%;
  background-color: #2b2e30;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 1rem 0.8rem;
}
.news .news-box .left-box .detail .t1 {
  font-weight: 500;
  font-size: 0.58rem;
  color: #fff;
}
.news .news-box .left-box .detail .t2 {
  font-size: 0.21rem;
  color: #fff;
  font-weight: 300;
}
.news .news-box .left-box .detail .t2 span {
  color: #dfb591;
  text-decoration: underline;
  cursor: pointer;
}
.news .news-box .right-box-new {
  width: 70%;
}
.news .news-box .right-box {
  width: 100%;
  height: 100%;
  background-color: #2b2e30;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.news .news-box .right-box .li {
  width: 45%;
}
.news .news-box .right-box .li .date {
  font-weight: bold;
  color: #fff;
  font-size: 0.2rem;
  border-bottom: 4px solid #fff;
  padding-bottom: 0.1rem;
}
.news .news-box .right-box .li .title {
  color: #fff;
  font-size: 0.21rem;
  font-weight: 300;
  margin-top: 0.2rem;
}
.news .news-box .right-box .li .more {
  font-size: 0.17rem;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 0.5rem;
  font-weight: 300;
  transition: all .3s;
}
.news .news-box .right-box .li .more a{
    color: rgba(255, 255, 255, 0.5);
}
.news .news-box .right-box .li .more:hover a{
	color: #dfb591;
	text-decoration: underline;
	cursor: pointer;
}

.download-box {
  display: flex;
  background-color: #131619;
  padding: 0rem 0.7rem 1rem;
}
.download-box .left-box {
  width: 5.58rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  padding-left: 0.5rem;
  justify-content: center;
  transform: translateY(1.5rem);
  opacity: 0;
  transition: all 1s;
}
.download-box .left-box._into{
	transform: translateY(0rem);
	opacity: 1;
}
.download-box .left-box .t1 {
  font-size: 0.17rem;
  color: #fff;
  font-weight: 300;
}
.download-box .left-box .t2 {
  font-size: 0.38rem;
  color: #fff;
  margin-top: 0.2rem;
  font-weight: 500;
  letter-spacing: 0.019rem;
}
.download-box .left-box .qrcode {
  width: 1.74rem;
  height: 1.74rem;
  margin-top: 0.2rem;
}
.download-box .left-box .qrcode img {
  width: 100%;
  height: 100%;
}
.download-box .left-box .t3 {
  font-size: 0.14rem;
  color: #fff;
  margin-top: 0.2rem;
  opacity: 0.6;
  font-weight: 300;
}
.download-box .right-box {
  flex: 1;
  margin-left: 0.2rem;
}
.download-box .right-box img {
  width: 100%;
  height: 100%;
}


/* 按钮 1 */
.cta-button {
  position: relative;
}
.cta-button:hover{
	border: 1px solid #dfb591;
}
.cta-button::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 0;
  background-color: #dfb591;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  content: "";
  transition: all .3s;
}
.cta-button:hover::before {
  width: 100%;
}
.cta-button:hover span {
  color: #fff;
}
.cta-button span {
  position: relative;
  z-index: 2;
}

/* 按钮2 */
.cta-button-z {
  position: relative;
}
.cta-button-z:hover{
	border: 1px solid #dfb591;
}
.cta-button-z::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #dfb591;
  opacity: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  content: "";
  transition: all .3s;
}
.cta-button-z:hover::before {
  width: 0;
}
.cta-button-z:hover span {
  color: #fff;
}
.cta-button-z span {
  position: relative;
  z-index: 2;
}


.sticky-box {
  position: relative;
  height: 200vh;
}








/* 新闻动效 */
.right-box-new .right-box .li{
	transform: translateY(1.5rem);
	opacity: 0;
	transition: all 1.5s;
}
.right-box-new .right-box._into .li{
	transform: translateY(0rem);
	opacity: 1;
}

.home-jiage{
    padding-bottom: 1rem;
    background: #131619;
}



@media (max-width: 768px) {
	.swiper-pagination-bullet{
		border-radius: 0 !important;
	}
  .sticky-box-mb {
    height: auto;
  }
  .kv .kv-swiper .swiper-slide .detail {
    height: 65%;
    left: 0;
    top: 2.56rem;
    width: 100%;
  }
  .kv .kv-swiper .swiper-slide .detail img {
    width: 5.5rem;
    padding-left: 0.47rem;
  }
  .kv .kv-swiper .swiper-slide .detail .btn-box {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv .kv-swiper .swiper-slide .detail .btn-box .btn {
    width: 2rem;
    height: 0.77rem;
    font-size: 0.21rem;
  }
  .kv .kv-swiper .swiper-control {
    left: 49%;
    transform: translateX(-50%);
    right: auto;
  }
  .kv .kv-swiper .swiper-control .control {
    width: 0.7rem;
    font-size: 0.21rem;
  }
  .model {
    overflow: hidden;
    padding: 1rem 0rem 0 0.66rem;
    height:70vh;
    position: static;
  }
  .model .model-swiper-box .model-swiper .swiper-control .model-swiper-pagination .swiper-pagination-bullet{
	  border-radius: 100% !important;
  }
  .model .title {
    font-size: 0.58rem;
  }
  .model .desc {
    font-size: 0.22rem;
  }
  .model .navs .nav {
    font-size: 0.28rem;
  }
  .model .model-swiper-box {
    overflow: hidden;
    width: 100%;
  }
  .model .model-swiper-box .model-swiper {
    overflow: hidden;
    width: 100%;
  }
  .model .model-swiper-box .model-swiper .swiper-slide {
    width: 85%;
  }
  .model .model-swiper-box .model-swiper .swiper-slide .is-new {
    font-size: 0.2rem;
  }
  .model .model-swiper-box .model-swiper .swiper-slide .carname .car {
    font-size: 0.34rem;
  }
  .model .model-swiper-box .model-swiper .swiper-slide .carname .name {
    font-size: 0.32rem;
  }
  .model .model-swiper-box .model-swiper .swiper-slide .price {
    font-size: 0.21rem;
  }
  .links .links-swiper {
    width: 100%;
    height: 100%;
  }
  .links .links-swiper .swiper-slide {
    width: 100%;
    height: 100%;
    position: relative;
  }
  .links .links-swiper .swiper-slide .bg {
    width: 100%;
    height: 100%;
  }
  .links .links-swiper .swiper-slide .bg img {
    width: 100%;
    height: 100%;
  }
  .links .links-swiper .swiper-slide .detail {
    position: absolute;
    bottom: 2.5rem;
    left: 0;
    z-index: 5;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 0.66rem;
    align-items: flex-end;
  }
  .links .links-swiper .swiper-slide .detail .l .t {
    font-size: 0.63rem;
    color: #fff;
    font-weight: 400;
  }
  .links .links-swiper .swiper-slide .detail .l .d {
    font-size: 0.28rem;
    color: #fff;
    font-weight: 400;
    margin-top: 0.2rem;
  }
  .links .links-swiper .swiper-slide .detail .r {
    width: 0.73rem;
    height: 0.73rem;
    background-color: #dfb591;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .links .links-swiper .swiper-slide .detail .r img {
    width: 0.18rem;
  }
  .links .links-swiper .swiper-control .swiper-pagination {
    position: absolute;
    bottom: 1rem;
    left: 0.66rem;
  }
  .links .links-swiper .swiper-control .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    margin-right: 0.2rem;
  }
  .links .links-swiper .swiper-control .swiper-pagination .swiper-pagination-bullet-active {
    width: 1rem;
    position: relative;
  }
  .links .links-swiper .swiper-control .swiper-pagination .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #dfb591;
    opacity: 1;
    animation: slideActive 8s linear;
    animation-fill-mode: forwards;
  }
  .life-box {
    flex-direction: column-reverse;
  }
  .life-box .left {
    width: 100%;
  }
  .life-box .left .bottom div {
    font-size: 0.3rem;
  }
  .life-box .right {
    width: 100%;
  }
  .news {
    padding: 1rem 0.4rem;
    height: auto;
    position: static;
  }
  .news .news-box {
    flex-direction: column;
  }
  .news .news-box .left-box {
    width: 100%;
    padding: 1rem 0.4rem;
  }
  .news .news-box .left-box .detail .t1 {
    font-size: 0.59rem;
  }
  .news .news-box .left-box .detail .t2 {
    font-size: 0.24rem;
  }
  .news .news-box .right-box {
    padding: 1rem 0.4rem;
    width: 100%;
  }
  .news .news-box .right-box .news-swiper {
    width: 100%;
  }
  .news .news-box .right-box .news-swiper .swiper-slide {
    width: 100%;
  }
  .news .news-box .right-box .news-swiper .swiper-slide .li {
    width: 100%;
    margin-top: 1rem;
  }
  .news .news-box .right-box .news-swiper .swiper-slide .li .date {
    font-size: 0.38rem;
  }
  .news .news-box .right-box .news-swiper .swiper-slide .li .title {
    font-size: 0.28rem;
  }
  .news .news-box .right-box .news-swiper .swiper-slide .li .more {
    font-size: 0.21rem;
  }
  .news .news-box .right-box .news-swiper .swiper-slide .li:nth-of-type(1) {
    margin-top: 0;
  }
  .news .news-box .right-box .news-swiper .swiper-control {
    margin-top: 1rem;
  }
  .news .news-box .right-box .news-swiper .swiper-control .swiper-pagination {
    position: static;
    bottom: 0rem;
  }
  .news .news-box .right-box .news-swiper .swiper-control .swiper-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 1;
    margin-right: 0.2rem;
  }
  .news .news-box .right-box .news-swiper .swiper-control .swiper-pagination .swiper-pagination-bullet-active {
    width: 1rem;
    position: relative;
  }
  .news .news-box .right-box .news-swiper .swiper-control .swiper-pagination .swiper-pagination-bullet-active::after {
    content: "";
    display: block;
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #dfb591;
    opacity: 1;
    animation: slideActive 8s linear;
    animation-fill-mode: forwards;
  }
  .download-box {
    flex-direction: column-reverse;
    padding: 0 0.44rem 1rem;
  }
  .download-box .right-box {
    margin-left: 0;
  }
  .download-box .left-box {
    width: 100%;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 0.2rem;
    padding: 0rem 0.5rem 0.5rem;
  }
  .download-box .left-box .t2 {
    font-size: 0.59rem;
    margin-top: 1rem;
  }
  .download-box .left-box .down-btn {
    width: 3.8rem;
    height: 0.77rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.21rem;
    border: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 0.3rem;
  }
  .download-box .left-box .t3 {
    font-size: 0.2rem;
    margin: 1rem 0;
    line-height: 2;
  }
}





