.container {
	position: relative;
	top: 0px;
	width: 100%;
	background-color: #fff;
	overflow-x: hidden;
}

.banner {
	width: 100%;
	height: calc(100vh - 109px);
}

.home-con-banner {
	position: relative;
	background-image: url("../../img/index/banner01.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.home-banner-txt {
	position: absolute;
	top: 100px;
	left: 128px;
	transform: translateY(-50px);
	opacity: 0;
	transition: transform 1s ease-out, opacity 1s ease-out;
}

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

.home_banner-txt800 {
	color: #FFF;
	font-family: Impact;
	font-size: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-transform: uppercase;
}

.banner02_txt {
	position: absolute;
	top: 100px;
	left: 128px;
	transform: translateY(-50px);
	opacity: 0;
	transition: transform 1s ease-out, opacity 1s ease-out;
}

.swiper-slide-active .banner02_txt {
	transform: translateY(0px);
	opacity: 1;
}
.home_banner-txt600 {
	color: #FFF;
	font-family: Impact;
	font-size: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-transform: uppercase;
}
.banner03_txt {
	position: absolute;
	top: 100px;
	left: 128px;
	transform: translateY(-50px);
	opacity: 0;
	transition: transform 1s ease-out, opacity 1s ease-out;
}

.swiper-slide-active .banner03_txt {
	transform: translateY(0px);
	opacity: 1;
}
.home_banner-txt300 {
	color: #fff;
	font-family: Impact;
	font-size: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-transform: uppercase;
}
.banner04_txt {
	position: absolute;
	top: 100px;
	left: 128px;
	transform: translateY(-50px);
	opacity: 0;
	transition: transform 1s ease-out, opacity 1s ease-out;
}

.swiper-slide-active .banner04_txt {
	transform: translateY(0px);
	opacity: 1;
}
.home_banner-txt650 {
	color: #FFF;
	font-family: Impact;
	font-size: 54px;
	line-height: 52px;
	white-space: nowrap;
	text-transform: uppercase;
}
.banner05_txt {
	position: absolute;
	top: 100px;
	left: 128px;
	transform: translateY(-50px);
	opacity: 0;
	transition: transform 1s ease-out, opacity 1s ease-out;
}

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

.home_banner-txt125 {
	color: #FFF;
	font-family: Impact;
	font-size: 50px;
	line-height: 50px;
	white-space: nowrap;
	text-transform: uppercase;
}
.swiper-container {
	width: 100%;
	height: 100%;
}

.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: #f5f5f5;
	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: 38px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.car-menu-list {
	min-width: 350px;
	display: flex;
	transform: translateX(-30px);
	transition: transform 1s ease-out, opacity 1s ease-out;
	opacity: 0;
}

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

.car-menu-item {
	cursor: pointer;
	padding: 21px 12px 0px 12px;
	color: #000;
	text-align: center;
	font-family: Source Han Sans CN;
	font-size: 18px;
	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;
	top: 56px;
	width: 570px;
	display: flex;
	transform: translatex(30px);
	transition: transform 1s ease-out, opacity 1s ease-out;
	opacity: 0;
}

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

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

.car-menu-ccitem {
	cursor: pointer;
	padding: 21px 40px 0px 40px;
	border-top: #ccc solid 2px;
	color: #000;
	font-family: Source Han Sans CN;
	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: 570px;
	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: 557px;
	width: 20px;
	height: 20px;
	border: 2px solid #D80C24;
	background-color: #fff;
	border-radius: 50%;
	pointer-events: none;
}

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

.car-btn-arrow {
	width: 212px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #000;
	text-align: center;
	font-family: Arial;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

.car-btn-left {
	width: 16px;
	height: 32px;
	background-image: url("../../img/index/arrow-left01.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.car-btn-left:hover {
	background-image: url("../../img/index/arrow-left02.png");
}

.car-btn-right {
	width: 16px;
	height: 32px;
	background-image: url("../../img/index/arrow-right01.png");
	background-repeat: no-repeat;
	cursor: pointer;
}

.car-btn-right:hover {
	background-image: url("../../img/index/arrow-right02.png");
}

.car-type {
	padding-top: 100px;
	width: 100%;
	height: 806px;
	display: flex;
	justify-content: center;
}

.car-type-title {
	width: 100%;
	text-align: center;
	color: #FFF;
	font-family: Impact;
	font-size: 110px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
}

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

.car-list {
	width: 820px;
	height: 600px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
}

.car-list-loading {
	position: absolute;
	top: 380px;
}

.car-list-nocar {
	position: absolute;
	top: 335px;
}

.car-list-nocar img {
	width: 500px;
}

.car-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #EAEAEA;
	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: 750px;
}

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

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

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

.car-item-p3 {
	left: 100%;
}

/* 赛事 */
.race {
	position: relative;
	width: 100%;
	background: #FFF;
}

.race-con {
	position: relative;
	width: 100%;
	height: 1770px;
}

.race-con-fix {
	position: relative;
	width: 100%;
	height: 100vh;
}

.race-con-fixed {
	position: fixed;
	top: 120px;
	left: 0px;
}

.race-con-fix-ty {
	transform: translateY(370px);
}

.race-con-scale {
	width: 100%;
	height: 100vh;
	transform: scale(0.825);
	transition: transform .5s linear;
}

.race-con-scale-active {
	transform: scale(1);
}

.race-bg {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.race-bg-img {
	width: 100%;
}

.race-bg-img.active {
	transform: scale(1.1);
	transition: transform 3s ease-out;
}

.race-title {
	position: absolute;
	top: 360px;
	width: 100%;
	text-align: center;
	color: #FFF;
	text-align: center;
	font-family: Impact;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 55px;
	text-transform: uppercase;
	transform: translateY(-50px);
	opacity: 0;
}

.race-title.active {
	opacity: 1;
	transform: translateY(0px);
	transition: all 1s ease-out;
}

.race-more {
	position: absolute;
	top: 460px;
	width: 100%;
	display: flex;
	justify-content: center;
}

.race-more-btn {
	width: 305px;
	height: 65px;
	border-radius: 5px;
	border: 1px solid #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #FFF;
	text-align: center;
	font-family: Impact;
	font-size: 27px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.8px;
	transition: all .5s ease-out;
	cursor: pointer;
	opacity: 0;
	transform: translateY(-50px);
}

.race-more-btn.active {
	opacity: 1;
	transform: translateY(0px);
	transition: all 1s ease-out 0.5s;
}

.race-more-btn:hover {
	background-color: #D80C24;
}

/* 新闻动态 */
.news {
	position: relative;
	width: 100%;
	max-height: 955px;
	background-color: #fff;
	opacity: 0;
}

.news.active {
	opacity: 1;
	transition: all 1s ease-out 0.5s;
}

.news-title {
	color: #000;
	text-align: center;
	font-family: Impact;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 55px;
	text-transform: uppercase;
}

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

.new-more {
	padding-top: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	color: #000;
	text-align: center;
	font-family: Impact;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.8px;
}

.new-more-btn {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.new-more-btn img {
	transition: transform .5s ease-out;
}
.news-list-scroll{
	width: 100%;
	height: 625px;
	overflow: hidden;
}
.news-list {
	padding-top: 100px;
	padding-left: 36px;
	padding-bottom: 50px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
	overflow-x: auto;
}

.news-item {
	width: 488px;
	transition: all .4s ease-in-out;
	flex-shrink: 0;
	padding-right: 112px;
}

.news-item img {
	width: 100%;
	height: 270px;
	object-fit: cover;
}

.news-item-time {
	padding-top: 21px;
	color: #B3271B;
	font-family: Arial;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 27px;
}

.news-item-descrip {
	padding-top: 34px;
	padding-bottom: 36px;
	color: #000;
	font-family: Impact;
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	white-space: nowrap;  
  	overflow: hidden;  
	text-overflow: ellipsis;  
}

.news-item-btn {
	width: 200px;
	height: 65px;
	border-radius: 5px;
	border: 1px solid #000;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000;
	text-align: center;
	font-family: Impact;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 1.8px;
	cursor: pointer;
	transition: all 0.5s ease-out;
}

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

/* 公司 */
.company {
	position: relative;
	width: 100%;
	height: 100%;
	background-color: #000;
}

.company-bg-img {
	transform: scale(1.1);
	width: 100%;
}

.company-bg-img.active {
	transform: scale(1);
	transition: transform 4s ease-out;
}

.company-title {
	position: absolute;
	top: 131px;
	width: 100%;
	text-align: center;
	color: #FFF;
	text-align: center;
	font-family: Impact;
	font-size: 64px;
	font-style: normal;
	font-weight: 400;
	line-height: 55px;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(-50px);
}

.company-title.active {
	opacity: 1;
	transform: translateY(0);
	transition: all 1s ease-out;
}

.company-more {
	position: absolute;
	top: 244px;
	width: 100%;
	display: flex;
	justify-content: center;
}

/* 历史 */
.history {
	position: relative;
	width: 100%;
	background-color: #000;
}

.history-title {
	position: absolute;
	top: 61px;
	left: 22px;
	color: #FFF;
	font-family: Impact;
	font-size: 36px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-transform: uppercase;
	opacity: 0;
	transform: translateY(-50px);
}

.history-title.active {
	opacity: 1;
	transform: translateY(0);
	transition: all 1s ease-out;
}

.history-list {
	position: absolute;
	top: 198px;
	left: 22px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.history-item {
	width: 301px;
	flex-shrink: 0;
}

.history-item-num {
	color: #FFF;
	font-family: Impact;
	font-size: 42px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.history-item-txt {
	padding-top: 10px;
	padding-bottom: 16px;
	color: #FFF;
	font-family: Arial;
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	opacity: 0;
}

.history-item-txt.active {
	opacity: 1;
	transition: all 1s ease-out .2s;
}

.history-item-line {
	width: 0px;
	height: 1px;
	background: #FFF;
}

.history-item-line.active {
	width: 204px;
	transition: width 1s ease-out;
}