.home-con {
	width: 100%;
	height: 100vh;
}

.home-con-banner {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100vh;
	cursor: pointer;
}

.home-banner-txt {
	position: absolute;
	top: 41%;
	left: 9%;
	transform: translateY(-50px);
	transform-origin: center center;
	opacity: 0;
	transition: transform 0.6s ease-out 0.5s, opacity 0.6s ease-out 0.5s;
}

.home-banner-txt img {
	transform-origin: center center;
	width: 100%;
}

@media (max-width: 1850px) {
	.home-banner-txt img {
		width: 90%;
	}
}

@media (max-width: 1800px) {
	.home-banner-txt img {
		width: 85%;
	}
}

@media (max-width: 1700px) {
	.home-banner-txt img {
		width: 80%;
	}
}

@media (max-width: 1650px) {
	.home-banner-txt img {
		width: 75%;
	}
}

@media (max-width: 1500px) {
	.home-banner-txt img {
		width: 70%;
	}
}

@media (max-width: 1400px) {
	.home-banner-txt img {
		width: 60%;
	}
}

.swiper-slide-active .home-banner-txt {
	transform: translateY(0px);
	opacity: 1;
}

.home-banner01-txt {
	position: absolute;
	top: 46%;
	right: 10%;
	width: 25.52%;
	transform: translateY(-50px);
	transform-origin: center;
	opacity: 0;
	transition: transform 0.6s ease-out 0.5s, opacity 0.6s ease-out 0.5s;
}

.home-banner01-txt img {
	width: 100%;
}

.swiper-slide-active .home-banner01-txt {
	transform: translateY(0px);
	opacity: 1;
}

.home-banner02-txt {
	position: absolute;
	top: 41%;
	right: 9%;
	width: 22.5%;
	transform: translateY(-50px);
	transform-origin: center;
	opacity: 0;
	transition: transform 0.6s ease-out 0.5s, opacity 0.6s ease-out 0.5s;
}

.home-banner02-txt img {
	width: 100%;
}

.swiper-slide-active .home-banner02-txt {
	transform: translateY(0px);
	opacity: 1;
}

.home-banner03-txt {
	position: absolute;
	top: 40%;
	left: 11%;
	width: 25.7%;
	transform: translateY(-50px);
	transform-origin: center;
	opacity: 0;
	transition: transform 0.6s ease-out 0.5s, opacity 0.6s ease-out 0.5s;
}

.home-banner03-txt img {
	width: 100%;
}

.swiper-slide-active .home-banner03-txt {
	transform: translateY(0px);
	opacity: 1;
	transition: transform 0.6s ease-out 0.5s, opacity 0.6s ease-out 0.5s;
}

.home-banner04-txt {
	position: absolute;
	top: 32%;
	left: 9.8%;
	width: 25.7%;
	transform: translateY(-50px);
	transform-origin: center;
	opacity: 0;
	transition: transform 0.6s ease-out 0.5s, opacity 0.6s ease-out 0.5s;
}

.home-banner04-txt img {
	width: 100%;
}

.swiper-slide-active .home-banner04-txt {
	transform: translateY(0px);
	opacity: 1;
	transition: transform 0.6s ease-out 0.5s, opacity 0.6s ease-out 0.5s;
}

.home-banner05-txt {
	position: absolute;
	top: 35%;
	right: 8.3%;
	width: 15%;
	transform: translateY(-50px);
	transform-origin: center;
	opacity: 0;
	transition: transform 0.6s ease-out 0.5s, opacity 0.6s ease-out 0.5s;
}

.home-banner05-txt img {
	width: 100%;
}

.swiper-slide-active .home-banner05-txt {
	transform: translateY(0px);
	opacity: 1;
	transition: transform 0.6s ease-out 0.5s, opacity 0.6s ease-out 0.5s;
}

.home-banner06-txt {
	position: absolute;
	top: 35%;
	left: 9.8%;
	width: 25.7%;
	transform: translateY(-50px);
	transform-origin: center;
	opacity: 0;
	transition: transform 0.6s ease-out 0.5s, opacity 0.6s ease-out 0.5s;
}

.home-banner06-txt img {
	width: 100%;
}

.swiper-slide-active .home-banner06-txt {
	transform: translateY(0px);
	opacity: 1;
	transition: transform 0.6s ease-out 0.5s, opacity 0.6s ease-out 0.5s;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url("../../img/index/next.png") !important;
	right: 57px;
	top: 55%
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url("../../img/index/prev.png") !important;
	left: 57px;
	top: 55%
}

.swiper-button-next,
.swiper-button-prev {
	width: 26px;
	height: 47px;
	-moz-background-size: 26px 47px;
	-webkit-background-size: 26px 47px;
	background-size: 26px 47px;
}

.swiper-pagination-bullet {
	display: inline-block;
	width: 10px;
	height: 10px;
	opacity: 1;
	border-radius: 10px;
	background: white;
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
	background: #D80C24;
	width: 30px;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 33px;
}

/* 车型展示 */
.car {
	position: relative;
	width: 100%;
	height: 900px;
	background-color: #EDEDED;
	overflow: hidden;
}

.car-bg {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 35.57%;
}

.car-bg img {
	max-width: 100%;
}

.car-title {
	position: relative;
	padding-top: 120px;
	width: 100%;
	text-align: center;
	font-size: 150px;
	color: #D80C24;
	font-weight: bold;
}

@media (max-width: 1400px) {
	.car-title {
		font-size: 120px;
	}
}

.car-menu {
	position: relative;
	padding-top: 85px;
	width: 100%;
	min-width: 1270px;
	display: flex;
	justify-content: center;
}

.car-menu-list {
	position: relative;
	min-width: 350px;
	display: flex;
}

.car-menu-item {
	cursor: pointer;
	padding: 21px 19px 0px 19px;
	color: #000;
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	border-top: #ccc solid 2px;
	white-space: nowrap;
}

.car-menu-line {
	position: absolute;
	top: -4px;
	left: 0px;
	width: 48px;
	height: 8px;
	border-radius: 4px;
	background-color: #D80C24;
}

.car-menu-cc {
	position: relative;
	margin-left: 90px;
	width: 695px;
	display: flex;
}

.car-menu-cc-enalbed {
	pointer-events: none;
	opacity: 0.2;
}

.car-menu-ccitem {
	cursor: pointer;
	padding: 21px 50px 0px 50px;
	border-top: #ccc solid 2px;
	color: #000;
	font-family: 黑体;
	font-size: 17px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.car-menu-ccitem:first-child {
	padding-left: 0px;
	padding-right: 50px;
	width: 0px;
}

.car-menu-ccitem:first-child span {
	display: inline-block;
	margin-left: -20px;
}

.car-menu-ccitem:nth-child(5) {
	padding-left: 50px;
	padding-right: 0px;
	width: 30px;
}

.car-menu-line2 {
	position: absolute;
	top: -4px;
	left: 0px;
	width: 611px;
	height: 8px;
	border-radius: 4px;
	background-color: #D80C24;
	pointer-events: none;
}

.car-menu-circle01 {
	position: absolute;
	top: -12px;
	left: 0px;
	width: 20px;
	height: 20px;
	border: 2px solid #D80C24;
	background-color: #fff;
	border-radius: 50%;
	pointer-events: none;
}

.car-menu-circle02 {
	position: absolute;
	top: -12px;
	left: 601px;
	width: 20px;
	height: 20px;
	border: 2px solid #D80C24;
	background-color: #fff;
	border-radius: 50%;
	pointer-events: none;
}

.car-btn {
	position: absolute;
	bottom: 72px;
	width: 100%;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
}

.car-btn-arrow {
	width: 153px;
	height: 81px;
	background-image: url("../../img/index/line.png");
	background-repeat: no-repeat;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.car-btn-left {
	width: 48px;
	height: 40px;
	cursor: pointer;
	transition: transform .4s ease-out;
}

.car-btn-left img {
	transform: rotate(180deg);
}

.car-btn-left:hover {
	transform: translateX(-5px);
}

.car-btn-right {
	width: 48px;
	height: 40px;
	cursor: pointer;
	transition: transform .4s ease-out;
}

.car-btn-right:hover {
	transform: translateX(5px);
}

.car-type {
	position: absolute;
	width: 100%;
	height: 720px;
	display: flex;
	justify-content: center;
	bottom: 0px;
}

.car-type.active {
	opacity: 1;
}

.car-nocar {
	width: 100%;
	height: 775px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.car-list {
	width: 70%;
	height: 759px;
	position: absolute;
	bottom: 0px;
	cursor: w-resize;
}

.car-list-one {
	width: 25%;
}

.car-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	position: absolute;
	transform-origin: bottom right;
	transform: scale(1);
	cursor: pointer;
	white-space: nowrap;
}

.car-item img {
	width: 550px;
}

.car-item-p0 {
	left: -900px;
}

.car-item-p1 {
	left: 0%;
}

.car-item-p2 {
	left: calc(100% - 580px);
	transform: scale(0.7);
}

.car-item-p3 {
	left: 100%;
	transform: scale(0.7);
}

/* 体验服务 */
.service {
	position: relative;
	width: 100%;
	background-color: #000;
}

.service-title {
	padding-top: 23px;
	padding-left: 8.5%;
	width: 450px;
	color: #D80C24;
	font-family: Source Han Sans CN;
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	opacity: 0;
	transform: translateX(30px);
	transition: opacity 1s ease-out, transform 1s ease-out;
}

.service-title.active {
	opacity: 1;
	transform: translateX(0px);
}

@media (max-width: 1400px) {
	.service-title {
		font-size: 80px;
	}
}

.service-list {
	position: relative;
	width: 100%;
	min-height: 500px;
	min-width: 600px;
	padding-top: 42px;
}

.service-shouhou,
.service-wangdian {
	display: none;
}

.service-item {
	position: relative;
}

.service-item-bg {
	width: 100%;
	min-height: 300px;
	overflow: hidden;
}

.service-item-bg img {
	width: 100%;
	height: 100%;
}

.service-item-name {
	position: absolute;
	top: 100px;
	left: 8.5%;
	color: #FFF;
	font-family: Source Han Sans CN;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

@media (max-width: 1400px) {
	.service-item-name {
		font-size: 30px;
	}
}

.service-item-more {
	position: absolute;
	top: 203px;
	left: 8.5%;
	width: 200px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #D80C24;
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: 2px solid #D80C24;
	transition: background-color 0.3s ease-out;
	cursor: pointer;
}

.service-item-more:hover {
	color: #FFF;
	background-color: #D80C24;
}

.service-menu {
	position: absolute;
	top: 66px;
	right: 34px;
	min-width: 200px;
	width: 26%;
}

.service-menu.active {
	opacity: 1;
	transform: translateX(0px);
}

.service-menu1 {
	position: relative;
	width: 100%;
	max-width: 500px;
	cursor: pointer;
}

.service-menu1 img {
	max-width: 100%;
}

.service-menu2 {
	position: relative;
	width: 100%;
	max-width: 500px;
	cursor: pointer;
}

.service-menu2 img {
	max-width: 100%;
}

.service-menu3 {
	position: relative;
	width: 100%;
	max-width: 500px;
	cursor: pointer;
}

.service-menu3 img {
	max-width: 100%;
}

.service-menu-mask {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #D80C24;
	opacity: 0;
	transition: opacity 0.3s ease-out;
}

.service-menu-masks {
	opacity: 0.5;
}

.service-menu1 .service-menu-num {
	position: absolute;
	top: 18px;
	left: 28px;
	width: 40px;
	height: 43px;
	background-image: url("../../img/index/01.png");
	background-repeat: no-repeat;
}

.service-menu2 .service-menu-num {
	position: absolute;
	top: 18px;
	left: 28px;
	width: 40px;
	height: 43px;
	background-image: url("../../img/index/02.png");
	background-repeat: no-repeat;
}

.service-menu3 .service-menu-num {
	position: absolute;
	top: 18px;
	left: 28px;
	width: 40px;
	height: 43px;
	background-image: url("../../img/index/03.png");
	background-repeat: no-repeat;
}

.service-menu-name {
	position: absolute;
	bottom: 18px;
	left: 28px;
	color: #FFF;
	font-family: Source Han Sans CN;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

@media (max-width: 1400px) {
	.service-menu-name {
		font-size: 22px;
	}
}

.service-pageBtn {
	position: relative;
	width: 100%;
	display: flex;
	justify-content: center;
}

@media (max-width: 1400px) {
	.service-pageBtn {
		transform-origin: top center;
		transform: scale(0.8);
	}
}

@media (max-width: 1024px) {
	.service-pageBtn {
		transform-origin: top center;
		transform: scale(0.6);
	}
}

.service-pageBtn-arrow {
	margin-top: 10%;
	width: 81px;
	height: 153px;
	background-image: url("../../img/index/line2.png");
	background-repeat: no-repeat;
	background-size: contain;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.service-pageBtn-top {
	cursor: pointer;
	transition: transform 0.3s ease-out;
}

.service-pageBtn-top img {
	transform: rotate(-90deg);
}

.service-pageBtn-top:hover {
	transform: translateY(-10px)
}

.service-pageBtn-bottom {
	cursor: pointer;
	transition: transform 0.3s ease-out;
}

.service-pageBtn-bottom img {
	transform: rotate(90deg);
}

.service-pageBtn-bottom:hover {
	transform: translateY(10px)
}

/* 品牌故事 */
.story {
	width: 100%;
	background-color: #fff;
}

.story-list .swiper-pagination-bullet {
	background-color: #BCBCBC;
}

.story-list .swiper-container-horizontal>.swiper-pagination-bullets {
	left: 20%;
}

.story-list .swiper-pagination-bullet-active {
	background: #D80C24;
	width: 10px;
}

.story-item {
	display: flex;
}

.story-item-img {
	width: 62%;
}

.story-item-img img {
	max-width: 100%;
}

.story-item-desc {
	width: 38%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-items: center;
	justify-content: center;
}

.story-item-desc-title {
	margin-top: -160px;
	padding-left: 46px;
	color: #D80C24;
	font-family: Source Han Sans CN;
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	transform: translateX(150px);
	opacity: 0;
	transition: transform 1s ease-out, opacity 1s ease-out;
}

.story .swiper-slide-active .titleactive {
	transform: translateX(0px);
	opacity: 1;
}

.story .swiper-slide-active .txt1active {
	transform: translateX(0px);
	opacity: 1;
	transition: transform 1s ease-out 0.5s, opacity 1s ease-out 0.5s;
}

.story .swiper-slide-active .txt2active {
	transform: translateX(0px);
	opacity: 1;
	transition: transform 1s ease-out 1s, opacity 1s ease-out 1s;
}

.story .swiper-slide-active .btnctive {
	transform: translateX(0px);
	opacity: 1;
	transition: transform 1s ease-out 1.5s, opacity 1s ease-out 1.5s, background-color 0.3s ease-out;
}

@media (max-width: 1715px) {
	.story-item-desc-title {
		font-size: 80px;
	}

	.story-item-desc-txt {
		font-size: 40px;
	}

	.story-item-btn {
		font-size: 16px;
	}
}

@media (max-width: 1400px) {
	.story-item-desc-title {
		font-size: 60px;
	}
}

@media (max-width: 1100px) {
	.story-item-desc-title {
		font-size: 50px;
	}
}

.story-item-desc-txt1 {
	padding-top: 7px;
	padding-left: 46px;
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	transform: translateX(150px);
	opacity: 0;
}

@media (max-width: 1400px) {
	.story-item-desc-txt1 {
		font-size: 40px;
	}
}

@media (max-width: 1100px) {
	.story-item-desc-txt1 {
		font-size: 35px;
	}
}

.story-item-desc-txt2 {
	padding-top: 7px;
	padding-left: 46px;
	color: #000;
	font-family: Source Han Sans CN;
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	white-space: nowrap;
	transform: translateX(150px);
	opacity: 0;
}

@media (max-width: 1400px) {
	.story-item-desc-txt2 {
		font-size: 40px;
	}
}

@media (max-width: 1100px) {
	.story-item-desc-txt2 {
		font-size: 35px;
	}
}

.story-item-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 65px;
	color: #D80C24;
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: #D80C24 2px solid;
	margin-top: 49px;
	margin-left: 46px;
	cursor: pointer;
	transform: translateX(150px);
	opacity: 0;
}

.story-item-btn:hover {
	color: #FFF;
	background-color: #D80C24;
}

@media (max-width: 1500px) {
	.story-item-desc-title {
		font-size: 80px;
	}

	.story-item-desc-txt {
		font-size: 30px;
	}
}

@media (max-width: 1200px) {
	.story-item-desc-title {
		font-size: 60px;
	}

	.story-item-desc-txt {
		font-size: 25px;
	}
}

/* 新闻动态 */
.news {
	position: relative;
	width: 100%;
	background-color: #fff;
}

.news-bg {
	width: 100%;
}

.news-bg img {
	width: 100%;
	height: 100%;
}

.news-title {
	position: absolute;
	top: 13%;
	left: 9.4%;
	color: #FFF;
	font-family: Source Han Sans CN;
	font-size: 100px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	transition: opacity 1s ease-out, transform 1s ease-out;
	opacity: 0;
	transform: translateY(100px);
}

.news-title.active {
	opacity: 1;
	transform: translateY(0px);
}

.news-btn {
	position: absolute;
	top: 30%;
	left: 9.4%;
	width: 200px;
	height: 65px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #D80C24;
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border: #D80C24 2px solid;
	cursor: pointer;
	transition: opacity 1s ease-out 0.5s, transform 1s ease-out 0.5s, background-color 0.3s ease-out;
	opacity: 0;
	transform: translateY(100px);
}

.news-btn.active {
	opacity: 1;
	transform: translateY(0px);
}

.news-btn:hover {
	color: #FFF;
	background-color: #D80C24;
}

@media (max-width: 1715px) {
	.news-title {
		font-size: 80px;
	}

	.news-btn {
		font-size: 16px;
	}
}

@media (max-width: 1500px) {
	.news-title {
		font-size: 70px;
	}
}

@media (max-width: 1200px) {
	.news-title {
		font-size: 60px;
	}
}