@charset "utf-8";

@font-face {
	/* font-family: gillsans; */
	src: url("../images/gillsans/Gill_Sans_MT_Light.ttf");
}

/* CSS Document */
body, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, select {
	font-family: gillsans, PingFang SC;
	font-size: 14px;
}

html, body {
	position: relative;
	/* overflow-x: hidden;
	overflow-y: auto; */
}

.fl {
	float: left;
}

.fr {
	float: right;
}

nav {
	position: absolute;
	top: 0.4rem;
	left: 0.86rem;
	z-index: 99;
	width: 90%;
	opacity: 1;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

nav .nav-ul {
	display: flex;
	flex-wrap: wrap;
	line-height: 48px;
	justify-content: space-between;
}

nav .nav-ul>li {
	position: relative;
	display: inline-block;
}

nav .nav-ul>li>a {
	font-size: 17px;
	color: #fff;
	transition: all .5s ease;
	text-transform: uppercase;
}

/* nav .rightbtn{float:right;} */
nav .rightbtn a {
	margin: 0 0.14rem;
	opacity: 0.6;
	transition: all .2s ease;
}

nav .rightbtn a img {
	width: .4rem;
}

nav .rightbtn a:hover {
	opacity: 1;
}

nav .rightbtn .blackicon {
	display: none;
}

nav.back li a {
	color: #2d2d2d;
}

nav.back .rightbtn img {
	display: none;
}

nav.back .rightbtn .blackicon {
	display: inline-block;
}

nav.bottom {
	opacity: 0;
	transition: all 0.4s ease;
}

nav.bottom:hover {
	opacity: 1;
}



.container {
	background-color: #011228;
	background-size: 100% auto;
	background-repeat: no-repeat;
}

.index .section1 {
	background: #000;
}

.index .section1 .typo-area {
	position: absolute;
	bottom: 0;
	left: 60px;
	z-index: 1;
	opacity: 0;
	width: 100%;
}

.index .section1 .typo-area .btn-toggle {
	display: block;
	margin-bottom: 10px;
	width: 42px;
	height: 42px;
}

.index .section1 .typo-area .btn-toggle.stop {
	background: url(../images/btn-movie-stop.svg) no-repeat 0 0;
}

.index .section1 .typo-area .btn-toggle.play {
	background: url(../images/btn-movie-play.svg) no-repeat 0 0;
}

.index .section1 .typo-area h1 {
	color: #fff;
	text-align: left;
}

.index .section1 .typo-area .typo-medium {
	margin-top: 20px;
	color: #fff;
	font-size: 0.6rem;
	margin-bottom: 0.4rem;
}

.index .section1 .typo-area .btn-more {
	position: relative;
	display: inline-block;
	padding-left: 50px;
	margin-top: 40px;
	color: #fff;
}

.index .section1 .typo-area .btn-more:before {
	content: "";
	position: absolute;
	top: 15px;
	left: 0;
	width: 40px;
	height: 1px;
	background-color: #fff;
}

.index .section1 .typo-h1 {
	font-size: 0.38rem;
}

.index .section1 .typo-txt {
	font-size: 0.4rem;
	color: #c73535;
}

.index .video-animate-wrap {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	pointer-events: none;
}

.index .section1 .video-animate-wrap .video-wrap {
	position: relative;
	transform: translate(0, 0);
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

/*.section1 .video-animate-wrap .video-wrap.active {width: 100%; height: 100%; border-radius: 0; transition: 1.2s cubic-bezier(.69, .11, .18, .96) all;}*/
.index .section1 .video-animate-wrap .video-wrap.dimd:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
}

.index .section1 .video-animate-wrap .intro-desc {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	width: 100%;
	text-align: center;
	font-size: 86px;
	font-weight: 500;
	line-height: 92px;
}

.index .section1 .video-animate-wrap .intro-desc p {
	position: relative;
	width: 100%;
	height: 100px;
	overflow: hidden;
	color: #fff;
}

.index .section1 .video-animate-wrap .intro-desc p {
	position: relative;
	top: 100px;
	opacity: 0;
}

.index .section1 .video-animate-wrap .intro-desc.introdesc_logo {
	width: 2.19rem;
}

.index .section1 .video-animate-wrap .intro-desc.introdesc_txt {
	width: 7.02rem;
}

.index .section1 .video-animate-wrap .video-wrap.completed {
	width: 100%;
	height: 100%;
	border-radius: 0;
	transition: 1s cubic-bezier(.69, .11, .18, .96) all .6s;
}

.index .section1 .swiper-container {
	width: 100%;
	height: 100vh;
}

.index .section2 {
	background-color: #000;
}

.index .wide-type.fixed .wide-visual-wrap.fixed .wide-visual-next-ele {
	padding-top: 100vh;
}

.index .video-wrap {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
}

.index .video-wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.index .video-wrap img {
	height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.index .video-wrap iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
}

/*左侧导航*/
.modelwrap .modelmenu {
	position: fixed;
	right: .3rem;
	top: 50%;
	transform: translate(-150%, -50%);
	z-index: 9;
	opacity: 0;
	transition: all .32s;
}

.modelwrap .modelmenu.on {
	transform: translate(0, -50%);
	opacity: 1;
}

.modelwrap .modelmenu .it {
	display: flex;
	align-items: center;
	margin-bottom: .38rem;
	cursor: pointer;
	justify-content: flex-end;
}

.modelwrap .modelmenu .it:last-child {
	margin-bottom: 0;
}

.modelwrap .modelmenu .it .ic {
	margin-left: .1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	width: .23rem;
	transition: all .3s;
	height: .23rem;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 50%;
}

.modelwrap .modelmenu .it .ic i {
	display: block;
	width: .06rem;
	height: .06rem;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.5);
	transition: all .3s;
}

.modelwrap .modelmenu .it .label {
	font-size: .2rem;
	color: #ffffff;
	opacity: 0;
	width: 0;
	overflow: hidden;
	transition: all .3s;
}

.modelwrap .modelmenu .it.on .ic {
	border-color: #ffffff !important;
}

.modelwrap .modelmenu .it.on .ic i {
	background: #ffffff !important;
}

.modelwrap .modelmenu .it.on .label {
	opacity: 1;
	width: auto;
}

@media all and (max-width:768px) {
	.index .wide-visual-wrap .pos-heading .scroll:after {
		width: 1px;
		height: 24px;
		margin: 14px auto 26px;
	}
}

.index #fp-nav ul li {
	transition: all 0.4s;
}

.index #fp-nav ul li a {
	height: auto;
}

.index #fp-nav ul li.active a span {
	top: 0;
	left: 4px;
}

.index #fp-nav ul li span {
	width: 6px;
	height: 6px;
	transform-origin: 50% 50%;
	transform: scale(1.1);
	transition: all 0.4s;
}


.index #fp-nav ul li::after {
	width: 0;
	background-color: #fff;
	display: block;
	content: '';
	margin-left: 6px;
	margin-top: 40px;
	transition: all 0.4s;
	height: 0;
}

.index #fp-nav ul li a span {
	background: none;
	border: 1px solid #fff;
	left: 2px;
	top: 0;
	transition: all 0.4s;
	margin: 0;
}

.index #fp-nav i {
	transform: rotate(90deg);
	color: #fff;
	font-size: 0.16rem;
	width: 1rem;
	transform-origin: 10% 45%;
	font-style: normal;
	display: block;
	left: 0;
	position: relative;
	top: 0.25rem;
	opacity: 0;
	transition: all 0.4s;
}

.index #fp-nav.back ul li::after {
	background-color: #2d2d2d;
}

.index #fp-nav.back ul li a span {
	border-color: #2d2d2d;
}

.index #fp-nav.back ul li a i {
	color: #2d2d2d;
}

.index #fp-nav ul li.active i {
	opacity: 1;
	left: 0;
}

.index #fp-nav ul li.active span {
	background-color: #c73535;
	width: 6px;
	height: 6px;
	border-color: #c73535;
	transform: scale(1);
}

.index #fp-nav.back ul li.active a span {
	border-color: #c73535;
}

.index #fp-nav ul li.active {
	height: 156px;
}

.index #fp-nav ul li.active::after {
	height: 65%;
	width: 1px;
	margin-left: 8px;
}

.index #fp-nav ul li.froutitle.active::after {
	height: 44%;
	margin-top: 0.8rem;
}

.index #fp-nav ul li.lastPagetitle {
	display: none;
}

@media screen and (max-width: 950px) {
	.index #fp-nav ul li.froutitle.active::after {
		height: 50%;
		margin-top: 1.2rem;
	}
}

@media screen and (max-width: 1300px) {
	.index #fp-nav ul li.froutitle.active::after {
		height: 50%;
		margin-top: 1rem;
	}
}

.index .flip-wrap {
	perspective: 1000px;
}

.index .flip-wrap .flip {
	display: flex;
	width: 100%;
	transform-origin: 0 0;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	/*transform: rotateX(-180deg);*/
	transition: all .8s ease-out;
}

/*.index .section .flip-wrap.active .flip {
	transform: rotateX(0deg);
}*/

@media all and (max-width:1024px) {
	.index .flip-wrap .flip {
		transform: rotateX(0deg);
	}
}

.index .section {
	overflow: hidden;
}

.index .section2 .video-faker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
}

/*technology*/
.techwrap .icon {
	display: block;
	width: .52rem;
	height: .52rem;
	background-image: url(../images/technology_icon.png);
	background-size: 2rem 2rem;
	background-repeat: no-repeat;
}

.techwrap .content {
	padding: 0 2.1rem;
}

.techwrap .video_wrap {
	width: 100%;
	position: relative;
	margin-bottom: .5rem;
	height: 8rem;
	/* margin-top: -1.18rem; */
	margin-top: -1rem;
	cursor: pointer;
}

.techwrap .video_wrap video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.techwrap .video_wrap .play {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2) url(../images/play.png) no-repeat center center;
	background-size: .97rem .97rem;
	cursor: pointer;
}

.techwrap .content .title {
	font-size: .34rem;
	color: #c78e66;
	position: relative;
	padding: .22rem 0;
	font-weight: bold;
	margin-bottom: .4rem;
}

.techwrap .content .title:after {
	content: '';
	display: block;
	width: 1.45rem;
	height: .02rem;
	background: #c78e66;
	position: absolute;
	left: 0;
	bottom: 0;
}

.techwrap .content p {
	position: relative;
	font-size: .2rem;
	line-height: .36rem;
	color: #cacaca;
	margin-bottom: .35rem;
}

.techwrap .pic_show {
	width: 100%;
	position: relative;
}

.techwrap .pic_show .pic {
	width: 100%;
}

.techwrap .pic_show .text {
	color: #cacaca;
}

.techwrap .pic_show .text .icon {
	margin: 0 .08rem;
}

.techwrap .pic_show .text .it {
	font-size: .18rem;
	position: absolute;
}

.techwrap .pic_show .text .it .txt {
	display: flex;
	align-items: center;
	height: .7rem;
	position: relative;
}

.techwrap .pic_show .text .it .txt:after {
	content: '';
	display: block;
	width: .66rem;
	height: .04rem;
	background: #bf8863;
	position: absolute;
	bottom: -.03rem;
	left: 0;
}

.techwrap .pic_show .text .it.rt .txt:after {
	right: 0;
	left: auto;
}

.techwrap .pic_show .text .it.rt .txt {
	justify-content: flex-end;
}

.techwrap .platform_show .text .it {
	width: 4.74rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	padding-bottom: .7rem;
}

.techwrap .platform_show .text .it.lf {
	height: 1.13rem;
	background-image: url(../images/technology_arr_l.png);
}

.techwrap .platform_show .text .it.rt {
	height: .62rem;
	background-image: url(../images/technology_arr_r.png);
}

.techwrap .platform_show .text .it:nth-child(1) {
	left: 16.7%;
	top: 3rem;
}

.techwrap .platform_show .text .it:nth-child(2) {
	right: 23.4%;
	top: 2.7rem;
}

.techwrap .platform_show .text .it:nth-child(3) {
	right: 13%;
	top: 4.26rem;
}

.techwrap .platform_show .text .it:nth-child(1) .icon {
	background-position: left top;
}

.techwrap .platform_show .text .it:nth-child(2) .icon {
	background-position: center top;
}

.techwrap .platform_show .text .it:nth-child(3) .icon {
	background-position: right top;
}

.techwrap .powertrain_show {
	margin-bottom: -.5rem;
}

.techwrap .powertrain_show .text .it {
	width: 3.42rem;
	border-bottom: 0.02rem solid #bdc1c6;
}

.techwrap .powertrain_show .text .it.lf {
	left: 11.86%;
}

.techwrap .powertrain_show .text .it.rt {
	right: 12.65%;
}

.techwrap .powertrain_show .text .it:nth-child(1),
.techwrap .powertrain_show .text .it:nth-child(3) {
	top: 1.6rem;
}

.techwrap .powertrain_show .text .it:nth-child(2),
.techwrap .powertrain_show .text .it:nth-child(4) {
	top: 3.18rem;
}

.techwrap .powertrain_show .text .it:nth-child(1) .icon {
	background-position: left center;
}

.techwrap .powertrain_show .text .it:nth-child(2) .icon {
	background-position: right center;
}

.techwrap .powertrain_show .text .it:nth-child(3) .icon {
	background-position: center center;
}

.techwrap .powertrain_show .text .it:nth-child(4) .icon {
	background-position: left bottom;
}

.techwrap .powertrain_show .text .it .name {
	margin: 0 .2rem;
	font-weight: bold;
}

.techwrap .pic_show .text .it .txt {
	font-size: 16px;
}

.techwrap .para {
	margin-bottom: .6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.techwrap .para h5 {
	position: relative;
	font-size: .2rem;
	color: #c78e66;
	padding-left: .22rem;
	line-height: .38rem;
}

.techwrap .para h5:before {
	content: '';
	display: block;
	width: .14rem;
	height: .14rem;
	background: url(../images/technology_icon.png) no-repeat right bottom;
	background-size: 2rem 2rem;
	position: absolute;
	left: .03rem;
	top: 50%;
	margin-top: -.07rem;
}

.techwrap .para .dot:before {
	content: '';
	display: inline-block;
	width: .14rem;
	height: .14rem;
	background: url(../images/technology_icon.png) no-repeat right bottom;
	background-size: 2rem 2rem;
	margin-right: 0.05rem;
}

.techwrap .para p.num span {
	display: inline-block;
	font-size: .16rem;
	width: .2rem;
	height: .2rem;
	background: #c78e66;
	border-radius: 50%;
	text-align: center;
	line-height: .2rem;
	color: #ffffff;
	margin-right: .05rem;
}

.techwrap .para.textimg .pic_show {
	width: 48.5%;
	flex-shrink: 0;
}

.techwrap .para.textimg .text {
	width: 49%;
}

.techwrap .para.clearfix {
	display: block;
}

.techwrap .para.clearfix .pic_show {
	float: right;
	margin-left: .3rem;
	padding-top: .3rem;
}

.techwrap .para.clearfix .text {
	width: auto
}

.techwrap .para .side {
	font-size: .28rem;
	width: 3.8rem;
	height: .64rem;
	line-height: .64rem;
	font-weight: bold;
	color: #ffffff;
	padding: 0 .32rem;
	box-sizing: border-box;
	position: absolute;
	right: -2.1rem;
	bottom: .2rem;
}

.techwrap .para .side.linearGradientToLeft {
	text-align: right;
	right: auto;
	left: -2.1rem;
}

/*.techwrap .para.para_1 .side{bottom: .24rem;}
.techwrap .para.para_3 .side{bottom: .2rem;}
.techwrap .para.para_4 .side{bottom: .24rem;}
.techwrap .para.para_6 .side{bottom: .24rem;}*/
.techwrap.adas {
	padding-top: 1.3rem;
}

.techwrap.adas .para.para_7 .side {
	bottom: .6rem;
}

.techwrap.adas .para.para_8 .side {
	top: 3.54rem;
	bottom: auto;
}

.index .section2 .video-faker .video-wrap:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: rgba(0, 0, 0, .3);
}

.index .section2 .video-faker .typo-area {
	position: absolute;
	bottom: 45px;
	left: 60px;
	z-index: 1;
}

.index .section2 .typo-h1 {
	position: relative;
	color: #fff;
	text-align: left;
	height: 0.66rem;
	overflow: hidden;
	font-size: 0.55rem;
	/* font-family: gillsans; */
}

.index .section2 .typo-h1 .text-old {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.index .section2 .typo-h1 .text-new span {
	top: 100%;
}

.index .section2 .typo-h1 span {
	position: relative;
}

.index .section2 .typo-medium-light {
	margin-top: 0.1rem;
	color: #fff;
	font-size: 0.3rem;
	/* font-family: gillsans; */
}

.index .section2 .flip-wrap {
	display: flex;
	margin-top: 350px;
	height: 600px;
	/* font-family: gillsans; */
}

.index .section2 .flip-wrap .list {
	position: relative;
	width: 50%;
	background: url(../images/VRfactory.jpg) no-repeat center center;
	background-size: cover;
	transition: all .8s cubic-bezier(.215, .610, .355, 1);
}

.index .section2 .flip-wrap .list:nth-child(2) {
	background: url(../images/corporateSociety.jpg) no-repeat center center;
	background-size: cover;
}

.index .section2 .flip-wrap .list.active {
	width: 65%;
}

.index .section2 .flip-wrap .list.non-active {
	width: 35%;
}

.index .section2 .flip-wrap .list .typo-area {
	position: absolute;
	top: 80px;
	left: 60px;
}

.index .section2 .flip-wrap .list .typo-area .typo-h2 {
	color: #fff;
	font-size: 0.55rem;
	text-transform: uppercase;
	/* font-family: gillsans; */
}

.index .section2 .flip-wrap .list .typo-area .typo-medium {
	margin-top: 20px;
	font-size: 0.28rem;
	color: #fff;
}

.index .section2 .flip-wrap .list .btn-link {
	position: absolute;
	top: 3rem;
	left: 60px;
	padding-left: 35px;
	color: #2d2d2d;
	padding: 10px 64px;
	opacity: 0;
	transition: all .3s ease;
	border: 1px solid #2d2d2d;
	transform-origin: 50% 50%;
	border-radius: 21px;
}

.index .section2 .flip-wrap .list:nth-child(1) .btn-link {
	color: #fff;
	border-color: #fff;
}

.index .section2 .flip-wrap .list .btn-link:focus {
	opacity: 1;
}

.index .section2 .flip-wrap .list .btn-link:hover {
	background-color: #c78e66;
	color: #fff;
	border-color: #c78e66;
	/*transform: scale(1.1);*/
}

.index .section2 .flip-wrap .list .btn-link.wht {
	color: #fff;
}

.index .section2 .flip-wrap .list.active .btn-link {
	opacity: 1;
}

.index .section2 .flip-wrap .list:nth-child(2) .typo-area .typo-h2 {
	color: #373737;
	text-transform: uppercase
}

.index .section2 .flip-wrap .list:nth-child(2) .typo-area .typo-medium {
	color: #373737;
}

.index .section3 {
	width: 100%;
	height: 100%;
	position: relative;
	background: #f7f7f7;
}

.index .section3 .flip-wrap {
	width: 100%;
	height: 100%;
}

.index .section3 .flip {
	width: 100%;
	height: 100%;
}

.index .section3 .box .bg {
	background-repeat: no-repeat;
	background-position: center;
	background-size: 90% auto;
	max-width: 4.67rem;
	margin: 0 auto;
}

.index .section3 .carlistbox {
	width: 100%;
	height: 100%;
}

.index .section3 .carlistbox .bg {
	width: 100%;
	height: 100%;
	transition: all .3s cubic-bezier(.215, .610, .355, 1);
}

.index .section3 .carlistbox .carbg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	transition: opacity .4s cubic-bezier(.215, .610, .355, 1), transform 1s cubic-bezier(.215, .610, .355, 1);
	opacity: 0;
	transform-origin: 50% 50%;
	transform: scale(1.05);
}

.index .section3 .carlistbox .carbg.on {
	opacity: 1;
	transform: scale(1.01);
}

.index .section3 .carlistbox .bg1 {
	background: url(../images/car1_bg.jpg) no-repeat center;
}

.index .section3 .carlistbox .bg2 {
	background: url(../images/car2_bg.jpg) no-repeat center;
}

.index .section3 .carlistbox .bg3 {
	background: url(../images/car3_bg.jpg) no-repeat center;
}

.index .section3 .carlistbox .carlist {
	display: flex;
	width: 90%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 5%;
	transition: all .4s cubic-bezier(.215, .610, .355, 1);
}

.index .section3 .box {
	width: 33.33%;
	height: 100%;
	position: relative;
}

.index .section3 .carlistbox.active .bg {
	opacity: 0;
}

.index .section3 .carlistbox.active .carlist {
	width: 100%;
	left: 0;
}

.index .section3 .carlistbox.active .txtbg {
	opacity: 1;
}

.index .section3 .carlistbox .txtbg {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 11;
	opacity: 0;
	transition: opacity .4s cubic-bezier(.215, .610, .355, 1);
}

.index .section3 .carlistbox .txtbg .bg_txt {
	position: absolute;
	bottom: 0;
	left: 0;
	background: url(../images/section3_txtbg.png) repeat-x;
	background-size: auto 100%;
	height: 0%;
	width: 100%;
	transition: all .6s ease;
}

.index .section3 .carlistbox .txtbox {
	position: absolute;
	bottom: 0.88rem;
	left: 0.72rem;
	height: 1.06rem;
	overflow: hidden;
	transition: all .6s ease;
}

.index .section3 .carlistbox .txtbox .logotxt {
	font-size: 0.2rem;
	color: #d7d7d7;
	font-family: Arial;
	font-weight: bold;
	margin-bottom: 0.1rem;
}

.index .section3 .carlistbox .txtbox h3 {
	font-size: 0.42rem;
	line-height: 0.42rem;
	color: #fff;
	padding-top: 0.08rem;
	padding-bottom: 0.1rem;
	padding-left: 0.22rem;
	border-left: 0.03rem solid #c78e66;
	margin-bottom: 0.11rem;
}

/* .section3 .carlistbox .txtbox .txt1{display: flex; font-size: 0.24rem;} */
/* .section3 .carlistbox .txtbox .txt2{font-size: 0.44rem;color: #c73535; font-family: Arial; font-weight: bold; margin-left: 0.23rem; margin-bottom: 0.3rem; opacity: 0; margin-top: -1rem; transition: all   .6s ease;} 
 */
.index .section3 .carlistbox .txtbox .txt2 {
	display: flex;
	color: #fff;
	width: 4.40rem;
	justify-content: space-around;
	margin-bottom: 0.5rem;
}

.index .section3 .carlistbox .txtbox .txt2 .tbox {
	font-size: 0.32rem;
	text-align: center;
}

.index .section3 .carlistbox .txtbox .txt2 .tbox sup {
	font-size: 0.08rem;
}

.index .section3 .carlistbox .txtbox .txt2 .tbox2 {
	font-size: 0.08rem;
	text-transform: uppercase;
}

.index .section3 .carlistbox .txtbox a {
	font-size: 0.16rem;
	color: #fff;
	display: inline-block;
	width: 1.94rem;
	line-height: 0.4rem;
	border: 1px solid #fff;
	text-align: center;
	opacity: 0;
	margin-top: -1rem;
	transition: all .6s ease;
	transform-origin: 50% 50%;
	border-radius: .2rem;
}

.index .section3 .carlistbox .txtbox a:hover {
	color: #fff;
	background-color: #c78e66;
	border-color: #c78e66;
	/*transform: scale(1.1);*/
}

.index .section3 .carlistbox .on .txtbg .bg_txt {
	height: 100%;
}

.index .section3 .carlistbox .on .txtbg .txtbox {
	height: 3rem;
}

.index .section3 .carlistbox .on .txtbg .txt1 {
	opacity: 1;
	margin-top: 0;
}

.index .section3 .carlistbox .on .txtbg .txt2 {
	opacity: 1;
	margin-top: 0;
}

.index .section3 .carlistbox .on .txtbg a {
	opacity: 1;
	margin-top: 0;
}

.index .section4 .fp-tableCell {
	width: 100%;
	background: url(../images/fp-tableCell_bg.jpg) no-repeat;
	background-size: cover;
	background-position: bottom center;
}

/* .section4 .tit-area .title{width: 2.26rem;} */
.index .section4 .tit-area .desc {
	margin-top: .2rem;
	color: #222;
}

.index .section4 .tit-area .btn-link {
	width: 1.94rem;
	line-height: 0.4rem;
	display: inline-block;
	transition: all .3s ease;
	border: .01rem solid #ffffff;
	color: #ffffff;
	text-align: center;
	margin-top: 0.35rem;
	border-radius: .2rem;
}

.index .section4 .tit-area .btn-link:hover {
	color: #fff;
	border-color: #c78e66;
	background-color: #c78e66;
}

.index .section4 .list-area {
	display: flex;
	height: auto;
	transition: all .6s ease .2s;
	width: 90%;
}

.index .section4 .list-area li {
	margin-left: .5rem;
	width: 3.4rem;
}

.index .section4 .list-area li:first-child {
	margin-left: 0;
}

.index .section4 .list-area li a {
	display: block;
}

.index .section4 .list-area li a:hover .img-area {
	border-radius: .34rem 0 .34rem 0;
	overflow: hidden;
}

.index .section4 .list-area li a:hover .img-area img {
	transform: translate(-50%, -50%) scale(1.1);
}

.index .section4 .list-area li .img-area {
	display: block;
	position: relative;
	width: 3.4rem;
	height: 2.48rem;
	overflow: hidden;
	transition: border-radius .5s ease;
}

.index .section4 .list-area li .img-area img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	transition: all .5s ease;
}

.index .section4 .list-area li .txt-area {
	display: block;
	margin-top: .3rem;
}

.index .section4 .list-area li .cate {
	display: block;
	color: #ffffff;
	font-size: 0.22rem;
	text-transform: uppercase;
	font-weight: bolder;
}

.index .section4 .list-area li .desc {
	display: block;
	margin-top: .1rem;
	height: .7rem;
	overflow: hidden;
	color: #ffffff;
	font-size: 0.18rem;
	text-align: justify;
}

.index .section4 .list-area li .date {
	display: block;
	margin-top: .2rem;
	color: #ffffff;
	font-size: 0.14rem;
}

.index .section4 .slide-wrap {
	display: flex;
	justify-content: space-between;
	width: 30%;
}

.index .section4 .swiper-scrollbar {
	display: none;
}

/*.section4 .active .slide-wrap{margin-top: 0%;}*/
/*.section4 .active .list-area{margin-top: 0%;}*/
.index .section4 .flip-wrap {
	width: 100%;
	height: 100%;
}

.index .section4 .flip {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 1.4rem;
	box-sizing: border-box;
}

footer {
	position: relative;
	padding: 0.30rem 80px 0.4rem;
	background: #282828;
	z-index: 6;
	height: 1.6rem;
	box-sizing: border-box;
}

footer .box {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

footer .txt1 {
	font-size: 0.14rem;
	color: #7d7d7d;
	margin-bottom: 0.1rem;
}

footer .txt2 {
	font-size: 0.3rem;
	color: #ba1b23;
	font-weight: bold;
	/*margin-bottom: 0.15rem;*/
}

footer .txt2 img {
	width: 2.14rem;
}

footer .txt3 {
	font-size: 0.14rem;
	color: #7e7e7e;
	line-height: .54rem;
}

footer .shareicon a {
	display: inline-block;
	margin: 0.2rem 0.1rem;
	background-color: #5e5e5e;
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 100%;
}

footer .shareicon .weibo {
	background-image: url(../images/weibo.png);
	background-repeat: no-repeat;
	background-position: center;
}

footer .shareicon .weixin {
	background-image: url(../images/weixin.png);
	background-repeat: no-repeat;
	background-position: center;
}

footer .share {
	width: 2.7rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .share .link {
	width: .54rem;
	height: .54rem;
	background-size: 2.7rem 100%;
	background-repeat: no-repeat;
	background-image: url(../images/foot_btnicon.png);
}

footer .share .link.icon1 {
	background-position: left center;
}

footer .share .link.icon2 {
	background-position: 25% center;
}

footer .share .link.icon3 {
	background-position: 50% center;
}

footer .share .link.icon4 {
	background-position: 75% center;
}

footer .share .link.icon5 {
	background-position: right center;
}
footer .right-box a {
	font-size: 0.14rem;
	color: #7e7e7e;
}
footer .right-box {
	text-align: right;
}

footer .txtbox a {
	font-size: 0.14rem;
	color: #7e7e7e;
	margin-right: .2rem;
	line-height: .54rem;
	text-transform: uppercase;
}
footer .right-box>a{
	margin-right: .2rem;
} 
.inner nav {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 1;
	width: 100%;
	padding-top: 0.54rem;
	padding-bottom: 0.1rem;
	text-align: center;
	background-color: #fff;
}

.inner nav ul li a {
	color: #111;
}

.inner nav .rightbtn {
	padding-right: 0.9rem;
	line-height: 48px;
}

.inner nav .rightbtn img {
	width: 0.32rem;
	vertical-align: middle;
}

.inner .innerconten {
	position: relative;
	height: 100vh;
	width: 100vw;
	overflow: hidden;
	overflow-y: auto;
}

.inner .pbox {
	position: relative;
	height: 100vh;
	width: 100%;
}

.inner .banner {
	width: 100%;
	height: 100%;
}

.inner .banner .img {
	height: 100%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	position: relative;
	left: 50%;
}

.inner .banner .txt {
	width: 4.18rem;
	position: absolute;
}


/*车型页样式*/
.modelwrap {
	width: 100%;
	position: relative;
}

.modelwrap .banner .video_wrap, .modelwrap .banner .image_wrap {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.modelwrap .banner .video_wrap {
	height: 9.6rem;
}

.modelwrap .banner .video {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.modelwrap .banner .image_wrap img {
	width: 100%;
}

.modelwrap .banner .image_wrap .banner-text {
	font-size: .5rem;
	color: #fff;
	position: absolute;
	top: 3.24rem;
	left: 2.4rem;
}

.modelwrap .banner .image_wrap .banner-text::before {
	content: '';
	width: .04rem;
	height: .64rem;
	background-color: #c38a6e;
	display: inline-block;
	margin-right: .3rem;
	margin-top: .14rem;
}

.modelwrap .banner .pic {
	width: 100%;
}

.modelwrap .banner .play_btn {
	position: absolute;
	width: .97rem;
	height: .97rem;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	cursor: pointer;
}



.modelwrap .module {
	width: 100%;
	position: relative;
}

.modelwrap .module_title {
	font-size: .4rem;
	color: #ffffff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	top: .66rem;
	z-index: 9;
}

.modelwrap .module_title:after {
	content: '';
	display: block;
	width: .44rem;
	height: 0.02rem;
	background: #c78e66;
	position: absolute;
	left: 50%;
	margin-left: -.22rem;
	bottom: -.3rem;
}

/*exterior*/
.modelwrap .exterior {}

.modelwrap .exterior .ripple_wrap {
	width: 100%;
	height: 9.45rem;
	overflow: hidden;
	position: relative;
}

.modelwrap .exterior .slide-item img {
	width: 100%
}

.modelwrap .exterior .imgText {
	width: 50%;
	position: absolute;
	bottom: 3.6rem;
	left: 25%;
	text-align: center;
}

.modelwrap .exterior .imgText .item {
	font-size: .24rem;
	color: #ffffff;
	line-height: .38rem;
	position: absolute;
	width: 100%;
	opacity: 0;
	transition: all .5s .1s;
	-ms-transition: all .5s .1s;
}

.modelwrap .exterior .imgText .item.on {
	opacity: 1;
}

.modelwrap .exterior .swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.modelwrap .exterior .swiper-slide {
	text-align: center;
}

.modelwrap .exterior .swiper-slide.swiper-slide-prev,
.modelwrap .exterior .swiper-slide.swiper-slide-next {
	cursor: pointer;
}

.modelwrap .exterior .swiper-slide .txt {
	position: absolute;
	width: 10rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transition: all .5s .1s;
	-ms-transition: all .5s .1s;
}

.modelwrap .exterior .swiper-slide .on {
	opacity: 0;
}

.modelwrap .exterior .swiper-slide.swiper-slide-active .on {
	opacity: 1;
}

.modelwrap .exterior .swiper-slide.swiper-slide-active img {
	animation: activeSwiper .8s 1s forwards;
}

@keyframes activeSwiper {
	to {
		width: 7rem;
		top: 90%;
	}
}

/*space*/
.modelwrap .space {
	overflow: hidden;
	height: 9.6rem;
	background: url(../images/model/vx_space_bg.jpg) no-repeat center center;
	background-size: cover;
}

.modelwrap .space .small_space {
	display: flex;
	justify-content: center;
	margin-top: 2.9rem;
	position: relative;
}

.modelwrap .space .small_space .item {
	cursor: pointer;
	width: 2.84rem;
	position: relative;
	margin: 0 .19rem;
	overflow: hidden;
	border-radius: 0 0 0 0;
	transition: all .3s;
	-ms-transition: all .3s;
}

.modelwrap .space .small_space .item img {
	width: 100%;
	transition: all .3s;
	-ms-transition: all .3s;
}

.modelwrap .space .small_space .item:hover {
	border-radius: .45rem 0 .45rem 0;
}

.modelwrap .space .small_space .item:hover img {
	transform: scale(1.1);
}

.modelwrap .space .small_space .text {
	color: #ffffff;
	font-size: .26rem;
	position: absolute;
	left: .2rem;
	bottom: .3rem;
}

.modelwrap .space .small_space .text .det {
	font-size: .18rem;
	display: block;
}

.modelwrap .space .big_space .item {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all .3s linear;
	-ms-transition: all .3s linear;
}

.modelwrap .space .big_space .item.on {
	opacity: 1;
	width: 100%;
	height: 100%;
}

.modelwrap .space .bot_info {
	position: absolute;
	left: 1rem;
	top: 6.9rem;
}

.modelwrap .space .bot_info img {
	width: .73rem;
	margin-bottom: .28rem;
}

.modelwrap .space .bot_info span {
	display: block;
	color: #ffffff;
	font-size: .26rem;
	line-height: .44rem;
}

.modelwrap .space .bot_info span.tit {
	font-size: .36rem;
	line-height: .54rem;
}

.modelwrap .space .big_space .describe {
	color: #ffffff;
	font-size: .18rem;
	line-height: .3rem;
	width: 4rem;
	position: absolute;
	transform: translateX(50%);
	opacity: 0;
	transition: all .4s .4s linear;
}

.modelwrap .space .big_space .item.on .describe {
	transform: translateX(0);
	opacity: 1;
}

.modelwrap .space .big_space .describe:before {
	content: '';
	display: block;
	width: 1.56rem;
	height: 1px;
	background: #ffffff;
	position: absolute;
	left: -1.7rem;
	top: 50%;
}

.modelwrap .space .big_space .close {
	display: block;
	width: .35rem;
	height: .35rem;
	background: url(../images/model/close.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	position: absolute;
	right: .25rem;
	top: .5rem;
}

/*vx车型*/
.modelwrap.vx .space .big_space .item:nth-child(1) .describe {
	right: 1rem;
	top: 7.75rem;
}

.modelwrap.vx .space .big_space .item:nth-child(2) .describe {
	right: 1.1rem;
	top: 5.6rem;
}

.modelwrap.vx .space .big_space .item:nth-child(3) .describe {
	right: 1rem;
	top: 2.05rem;
}

.modelwrap.vx .space .big_space .item:nth-child(4) .describe {
	right: .95rem;
	top: 2.16rem;
}

.modelwrap.vx .space .big_space .item:nth-child(5) .describe {
	right: .95rem;
	top: 5.6rem;
}

/*same_module*/
.modelwrap .same_module .swiper-slide .pic {
	width: 100%;
	display: block;
}

.modelwrap .same_module .swiper-slide .txt {
	font-size: .18rem;
	color: #ffffff;
	line-height: .3rem;
	position: absolute;
	width: 4rem;
}

/*.modelwrap .same_module .swiper-slide .txt:before{content: '';display: block;width: 1.56rem;height: 1px;background: #ffffff;position: absolute;left: -1.7rem;top: 50%;}*/
.modelwrap .same_module .cut_tab {
	width: 56%;
	position: absolute;
	bottom: .45rem;
	left: 50%;
	margin-left: -28%;
	display: flex;
	align-items: center;
	z-index: 9;
}

.modelwrap .same_module .cut_tab:before {
	content: '';
	width: 100%;
	height: 2px;
	background: #575a63;
	position: absolute;
	left: 0;
	top: 0;
}

.modelwrap .same_module .cut_tab .cutbtn {
	width: 50%;
	height: .82rem;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #878789;
	font-size: .2rem;
	cursor: pointer;
	transition: all .3s;
	-ms-transition: all .3s;
}

.modelwrap .same_module .cut_tab .cutbtn.on {
	color: #ffffff;
}

.modelwrap .same_module .cut_tab .line {
	display: block;
	width: 50%;
	position: absolute;
	height: 4px;
	background: #ffffff;
	left: 0;
	top: -1px;
	transition: left .3s;
	-ms-transition: left .3s;
}

.modelwrap .same_module .cut_tab.three .cutbtn, .modelwrap .dynamics .cut_tab.three .line {
	width: 33.33%;
}

.modelwrap .same_module .cutwindow {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.modelwrap .same_module .cutwindow .cutbtn {
	width: 33.33333%;
	position: relative;
}

.modelwrap .same_module .cutwindow .cutbtn:after {
	content: '';
	background: rgba(255, 255, 255, 0.1);
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: opacity .5s;
	-ms-transition: opacity .5s;
}

.modelwrap .same_module .cutwindow .cutbtn.on:after {
	opacity: 1;
}

.modelwrap .same_module .cutwindow .cutbtn .text {
	width: 100%;
	height: 1.8rem;
	box-sizing: border-box;
	position: absolute;
	bottom: 0;
	color: #aaacae;
	display: flex;
	flex-direction: column;
	padding-left: .6rem;
}

.modelwrap .same_module .cutwindow .cutbtn .text h5 {
	position: absolute;
	font-weight: bold;
	font-size: .24rem;
	text-align: center;
	left: 50%;
	transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transition: all .3s;
	-ms-transition: all .3s;
}

.modelwrap .same_module .cutwindow .cutbtn .text p {
	opacity: 0;
	height: 0;
	font-size: .18rem;
	line-height: .28rem;
	margin-top: 0;
	transition: all .4s;
	color: #ffffff;
	margin-top: .3rem;
}

.modelwrap .same_module .cutwindow .cutbtn.on .text {
	color: #ffffff;
}

.modelwrap .same_module .cutwindow .cutbtn.on .text h5 {
	color: #ffffff;
	left: .6rem;
	transform: translateX(0);
	-ms-transform: translateX(0);
}

.modelwrap .same_module .cutwindow .cutbtn.on .text h5:after {
	content: '';
	display: block;
	width: .56rem;
	height: .04rem;
	background: #c38a6e;
	position: absolute;
	left: 0;
	bottom: -.2rem;
}

.modelwrap .same_module .cutwindow .cutbtn.on .text p {
	opacity: 1;
	height: auto;
	margin-top: .58rem;
}

/*dynamics*/
.modelwrap.vx .dynamics .params {
	position: absolute;
	color: #ffffff;
	text-align: right;
}

.modelwrap.vx .dynamics .params.lt {
	right: 13.04rem;
	top: 3.05rem;
}

.modelwrap.vx .dynamics .params.rt {
	right: 2.98rem;
	top: 3.05rem;
}

.modelwrap.vx .dynamics .params.lb {
	right: 13.04rem;
	top: 5.23rem;
}

.modelwrap.vx .dynamics .params.rb {
	right: 4.42rem;
	top: 5.27rem;
}

.modelwrap.vx .dynamics .params .num {
	font-size: .66rem;
	font-family: DINCond-Bold;
	position: relative;
}

.modelwrap.vx .dynamics .params .num:before {
	content: '';
	display: block;
	width: .32rem;
	height: .32rem;
	background: url(../images/model/sprite.png) no-repeat;
	background-size: 2rem 1rem;
	position: absolute;
	left: -.32rem;
	top: -.2rem;
}

.modelwrap.vx .dynamics .params .unit {
	font-size: .18rem;
}

.modelwrap.vx .dynamics .params .det {
	font-size: .2rem;
}

.modelwrap.vx .dynamics .params.lt .num {}

.modelwrap.vx .dynamics .params.rt .num:before {
	background-position: -.3rem top;
}

.modelwrap.vx .dynamics .params.lb .num:before {
	background-position: -.64rem top;
}

.modelwrap.vx .dynamics .params.rb .num:before {
	background-position: -1.02rem top;
}

.modelwrap.vx .dynamics .swiper-slide .txt {
	right: 1rem;
	top: 2rem;
	font-size: .2rem;
}

/*safety*/


.modelwrap.vx .safety .pic_det {
	width: 6.48rem; 
	position: absolute;
	left: 50%; 
	/*left: 0;*/
	text-align: center;
	margin-left: -3.24rem; 
	/* margin-left: -1.75rem; */
	/* margin-left: -2.45rem; */
	top: 1.82rem;
}

.modelwrap.lx .safety .pic_det {
	/* width: 6.48rem; */
	/* width: 3.5rem; */
	width: 100%;
	/*position:absolute;*/
	/* left: 50%; */
	left: 0;
	text-align: center;
	/* margin-left: -3.24rem; */
	/* margin-left: -1.75rem; */
	/* margin-left: -2.45rem; */
	margin-left:0;
	top: 1.82rem;
}

.modelwrap.lx .safety .lx-box-txt img {
	width: 100%;
}

.modelwrap.lx .safety .lx-box-txt .text {
	/* position: absolute;
	left: 2.86rem; 
	top: 50%;*/
	/*transform: translateX(50%); */
	color: #acadae;
	font-size: .19rem;
	line-height: .34rem;
}


/*params*/
.modelwrap .params_module {
	padding-bottom: 1.1rem;
	background: #ffffff;
}

.modelwrap .params_module:before {
	content: '';
	display: block;
	width: 100%;
	height: 4.56rem;
	background: #717781;
	position: absolute;
	left: 0;
	top: 0;
}

.modelwrap .params_module .car {
	text-align: center;
	position: relative;
	z-index: 1;
}

.modelwrap .params_module .car .name {
	display: block;
	font-size: 3rem;
	color: #94989f;
	font-family: initial;
	letter-spacing: -.12rem;
}

.modelwrap .params_module .car .pic {
	width: 7.25rem;
	margin-top: -1.25rem;
}

.modelwrap .params_module .car .label {
	font-size: .24rem;
	color: #2d2d2d;
	display: block;
	font-weight: bold;
	margin-top: .45rem;
}

.modelwrap .params_module .params {
	margin-top: 1.04rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modelwrap .params_module .params .item {
	font-size: .18rem;
	padding: 0 .35rem;
	position: relative;
}

.modelwrap .params_module .params .item:after {
	content: '';
	display: block;
	width: 1px;
	height: .78rem;
	background: #b4b4b4;
	position: absolute;
	right: 0;
	top: 0;
}

.modelwrap .params_module .params .item:last-child:after {
	display: none;
}

.modelwrap .params_module .params .item .det {
	display: block;
	margin-bottom: .05rem;
	font-size: .18rem;
}

.modelwrap .params_module .params .item .num {
	font-size: .46rem;
	font-family: DINCond-Bold;
}

.modelwrap .params_module .params .item .unit {
	font-size: .18rem;
}

/*360模块*/
.modelwrap .car_views {
	padding: 0;
	position: relative;
	/*background: url(../images/model/bg_360.jpg) no-repeat;*/
	/*background-size: cover;*/
	/*background-position: center center;*/
	height: 9rem;
}
.modelwrap .car_views .frame{
	display: block;
	width: 100%;
	height: 100%;
}
.modelwrap .car_views .car-box {
	margin: 3rem 0 0.6rem;
}

.modelwrap .car_views .car-box img {
	display: none;
	width: 8rem;
	margin: 0 auto;
}

.modelwrap.vx .car_views .car-box img {
	width: 7rem;
}

.modelwrap.lx .car_views .car-box img, .modelwrap.txl .car_views .car-box img {
	width: 8rem;
}

.modelwrap .car_views .car-box img.on {
	display: block;
}

.modelwrap .car_views .tit_360 {
	font-size: .4rem;
	font-weight: bold;
	color: #343434;
	text-align: center;
	padding: .2rem 0;
	position: relative;
}

.modelwrap .car_views .tit_360:after {
	content: '';
	display: block;
	width: .44rem;
	height: .02rem;
	background: #c78e66;
	position: absolute;
	left: 50%;
	margin-left: -.255rem;
	bottom: 0;
}

.modelwrap .car_views .rotate_icon {
	position: absolute;
	right: 18%;
	top: 30%;
	z-index: 1;
	width: 1.4rem;
	height: 1.4rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.modelwrap .car_views .rotate_icon .ro {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	animation: rotate infinite 5s linear;
	-webkit-animation: rotate infinite 5s linear;
	-ms-animation: rotate infinite 5s linear;
}

.modelwrap .car_views .rotate_icon .ct {
	width: .26rem;
	height: .26rem;
	position: relative;
	z-index: 1;
	transition: all .32s ease-in-out;
}

.modelwrap .car_views .rotate_icon .ct:hover {
	transform: scale(1.3);
}

.modelwrap .car_views .model_360 {
	overflow: hidden;
	width: 62.5%;
	height: 6.33rem;
	margin: 0 auto;
	position: relative;
}

.modelwrap .car_views .model_360 .threesixty {
	width: 100%;
	height: 6.33rem;
}

.modelwrap .car_views .model_360 #interior_360 {
	width: 100%;
	height: 6.33rem;
	cursor: move;
}

.modelwrap .car_views .change_E_I {
	display: flex;
	justify-content: center;
	width: 4.18rem;
	margin: .46rem auto;
	color: #010103;
	font-size: .2rem;
}

.modelwrap .car_views .change_E_I span {
	cursor: pointer;
	width: 47.36%;
	height: .43rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
	border: 1px solid #000000;
	transition: all .42s ease-in-out;
}

.modelwrap .car_views .change_E_I span.on {
	background: #c78e66;
	border: none;
	color: #ffffff;
}

.modelwrap .car_views .change_E_I span+span {
	margin-left: .24rem;
}

.modelwrap .car_views .color_cut {
	height: .53rem;
}

.modelwrap .car_views .color {
	text-align: center;
	position: relative;
	font-size: 0;
	padding-top: .2rem;
}

.modelwrap .car_views .color.off {
	display: none;
}

/*.modelwrap .car_views .color span.on{border: 1px solid #b2b2b2;}*/

.modelwrap .car_views .color {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modelwrap .car_views .color span {
	cursor: pointer;
	margin: 0 0.06rem;
	display: inline-block;
	width: .44rem;
	height: .18rem;
	background: #38393e;
	transform: skew(-35deg);
	-ms-transform: skew(-35deg);
	box-sizing: border-box;
	position: relative;
	transition: width .3s, height: .3s;
	-ms-transition: width .3s, height: .3s;
}

.modelwrap .car_views .color span:after {
	content: '';
	opacity: 0;
	display: block;
	border: 1px solid #858585;
	width: .44rem;
	height: .18rem;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .3s;
	-ms-transition: all .3s;
}

.modelwrap .car_views .color span.on {
	width: .62rem;
	height: .25rem;
}

.modelwrap .car_views .color span.on:after {
	opacity: 1;
	width: .7rem;
	height: .3rem;
	left: -.06rem;
	top: -.04rem;
}

.modelwrap .car_views .pop_360_rou {
	width: 100%;
	position: relative;
}

.modelwrap .car_views .pop_360_rcon {
	width: 100%;
}

.modelwrap .car_views #interior_360 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	opacity: 0;
}

.modelwrap .color_cut .color span.white {
	background: #fff;
}

.modelwrap .color_cut .color span.black {
	background: #000000;
}

.modelwrap .color_cut .color span.gray1 {
	background: #576470;
}

.modelwrap .color_cut .color span.gray2 {
	background: #393a3f;
}

.modelwrap .color_cut .color span.purple {
	background: #4c2139;
}

.modelwrap .color_cut .color span.blue {
	background: #0a1475;
}



.modelwrap .model_360 #image-reel {
	width: 100%;
	height: 5.4rem;
	cursor: url(../images/360_view/cursor.html), move;
}

.modelwrap .model_360 #image {
	width: 100%;
	height: 100%;
}

.modelwrap .model_360 .reel-preloader {
	display: none !important;
}

/*news*/
.newswrap {
	padding: 2.1rem 1.6rem 1.3rem;
	background-image: url(../images/news_bg.jpg);
}

.newswrap .btn {
	width: 2.27rem;
	height: .43rem;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: .16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	/*box-shadow: 0 0 5px #ffffff inset;*/
	cursor: pointer;
	border-radius: .22rem;
	transition: all .3s ease;
}
.newswrap .btn:hover{
	background-color: #c78e66;
	border-color: #c78e66;
}
.newswrap .banner_news {}

.newswrap .banner_news .swiper-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.newswrap .banner_news .img {
	width: 47.625%;
	flex-shrink: 0;
}

.newswrap .banner_news .img .pic {
	width: 100%;
}

.newswrap .banner_news .text {
	width: 49.25%;
	font-size: .2rem;
	color: #cacaca;
}

.newswrap .banner_news .text .date {
	font-size: .2rem;
}

.newswrap .banner_news .text .title {
	margin-bottom: .5rem;
	margin-top: .12rem;
	font-size: .36rem;
	color: #c78e66;
	line-height: .52rem;
	font-weight: bold;
}

.newswrap .banner_news .text .det {
	line-height: .32rem;
	margin-bottom: .78rem;
	font-size: .2rem;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	box-orient: vertical;
	overflow: hidden;
}

.newswrap .swiper-pagination {
	width: 46%;
	text-align: right;
	padding-right: .1rem;
}

.newswrap .swiper-pagination .swiper-pagination-bullet {
	width: .1rem;
	height: .1rem;
	background: #ffffff;
	border-radius: 0;
	opacity: 1;
	margin: 0 .06rem;
}

.newswrap .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #c78e66;
}

.newswrap .same_list {
	padding-top: 1rem;
}

.newswrap .same_list .title {
	font-size: .42rem;
	color: #ffffff;
	font-weight: bold;
	margin-bottom: .38rem;
}

.newswrap .same_list .list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.newswrap .same_list .list .item {
	margin-bottom: .56rem;
	cursor: pointer;
}

.newswrap .same_list .list .img {
	width: 100%;
	overflow: hidden;
	position: relative;
	display: block;
}

.newswrap .same_list .list .pic {
	width: 100%;
	transition: all .3s;
}

.newswrap .same_list .list .det {
	display: block;
	font-size: .22rem;
	line-height: .36rem;
	color: #ffffff;
	margin-top: .15rem;
	margin-bottom: .1rem;
}

.newswrap .same_list .list .date {
	font-size: .2rem;
	color: #a4a7ab;
}

.newswrap .same_list .btn {
	margin: 0 auto;
}

.newswrap .news_list .item {
	width: 31.25%;
}

.newswrap .news_list .list .item:hover .pic {
	transform: scale(1.1);
}

.newswrap .news_list .list:after {
	content: '';
	display: block;
	width: 31.25%;
	height: 0;
}

.newswrap .video_list .item {
	width: 47%;
}

.newswrap .video_list .play {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: url(../images/play.png) rgba(0, 0, 0, 0.6) no-repeat center center;
	background-size: .97rem .97rem;
	cursor: pointer;
	opacity: 0;
	transition: all .3s;
}

.newswrap .video_list .item:hover .play {
	opacity: 1;
}

.newswrap .video_pop {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 10;
}

.newswrap .video_pop .video_wrap {
	width: 68%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.newswrap .video_pop .video_wrap .video {
	width: 100%;
}

.newswrap .video_pop .play {
	width: .97rem;
	height: .97rem;
	position: absolute;
	left: 50%;
	top: 35%;
	margin-left: -.485rem;
	cursor: pointer;
	background: url(../images/play.png) no-repeat;
	background-size: 100% 100%;
}

.newswrap .video_pop .video_wrap .btn {
	margin: .45rem auto;
}

/*内页*/
.newswrap .news_cont {
	width: 74%;
	margin: 0 auto;
}
@media all and (max-width:1600px) {
	.newswrap .news_cont {
		width: 80%;
	}
}
@media all and (max-width:1400px) {
	.newswrap .news_cont {
		width: 86%;
	}
}
.newswrap .news_title {
	text-align: center;
	margin-bottom: .6rem;
}

.newswrap .news_title h3 {
	font-weight: bold;
	line-height: .6rem;
	font-size: 32px;
	color: #c78e66;
	margin-bottom: .2rem;
}

.newswrap .news_title .date {
	font-size: 18px;
	color: #cacaca;
}

.newswrap .cont h4 {
	font-size: 22px;
	color: #ffffff;
	line-height: .5rem;
}

.newswrap .cont p, .newswrap .cont *, .newswrap .cont {
	font-size: 18px;
	color: #cacaca;
	line-height: .4rem;
	text-align: justify;
}

.newswrap .cont ul {
	margin-left: 2.4em;
}

.newswrap .cont img {
	width: 100%;
	margin-bottom: .35rem;
}

.newswrap .news_cont .btn {
	margin: 0 auto;
}

/*contact*/
.contactwrap {
	padding: 4.2rem 0 1.6rem;
	background-image: url(../images/contact_bg.jpg);
}

.contactwrap .form {
	width: 78.125%;
	margin: 0 auto;
}

.contactwrap .form .row {
	display: flex;
	justify-content: space-between;
}

.contactwrap .form .row .tit {
	font-size: .42rem;
	font-weight: bold;
	color: #ffffff;
	width: 18%;
	text-align: right;
}

.contactwrap .form .row .ipt_group {
	width: 76%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.contactwrap .form .row:first-child .ipt_group {
	justify-content: flex-start;
}

.contactwrap .form .row:first-child .ipt_group .red {
	margin-left: .1rem;
	margin-top: .2rem;
}

.contactwrap .form .row .ipt_wrap {
	width: 48%;
	margin-bottom: .52rem;
}

.contactwrap .form .row .textarea_wrap {
	width: 100%;
}

.contactwrap .form .row input,
.contactwrap .form .row select,
.contactwrap .form .row textarea {
	width: 100%;
	height: .54rem;
	font-size: .18rem;
	color: #000000;
	line-height: .54rem;
	background: #cacaca;
	border: none;
	padding: 0 .2rem;
	box-sizing: border-box;
	font-family: none;
}

.contactwrap .form .row textarea {
	resize: none;
	height: 2.18rem;
	line-height: .36rem;
	padding: .1rem .2rem;
}

.contactwrap .form .row .label {
	font-size: .2rem;
	color: #c78e66;
	margin-bottom: .14rem;
	display: block;
}

.contactwrap .form .row .red {
	color: #ff0101;
	font-size: .16rem;
}

.contactwrap .form .submit {
	border: none;
	outline: none;
	color: #ffffff;
	font-size: .18rem;
	font-weight: bold;
	background: none;
	width: 2.28rem;
	height: .64rem;
	cursor: pointer;
	margin-top: .4rem;
	border-radius: .32rem;
	border: 1px solid #FFFFFF;
	transition: all .3s ease;
}
.contactwrap .form .submit:hover{
	background-color: #c78e66;
	border-color: #c78e66;
}
.contactwrap .form .row select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url(../images/select_icon.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: .18rem .11rem;
}

/*设置select下拉框的样式，去掉下拉框箭头*/
.contactwrap .form .row select::-ms-expand {
	display: none;
}

/*technology*/
.techwrap .icon {
	display: block;
	width: .52rem;
	height: .52rem;
	background-image: url(../images/technology_icon.png);
	background-size: 2rem 2rem;
	background-repeat: no-repeat;
}

.techwrap {
	padding: 2.1rem 0 1rem;
	background-image: url(../images/technology_bg.jpg);
}

.techwrap .content {
	padding: 0 2.1rem;
}

.techwrap .video_wrap .play {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2) url(../images/play.png) no-repeat center center;
	background-size: .97rem .97rem;
	cursor: pointer;
}

.techwrap .content .title {
	font-size: 34px;
	color: #c78e66;
	position: relative;
	padding: 18px 0;
	font-weight: bold;
	margin-bottom: 40px;
}

.techwrap .content .title:after {
	content: '';
	display: block;
	width: 145px;
	height: 2px;
	background: #c78e66;
	position: absolute;
	left: 0;
	bottom: 0;
}

.newEnergy .content .title {
	text-align: center;
}

.newEnergy .content .title:after {
	left: 50%;
	transform: translateX(-50%);
}

.newEnergy .content .p1 {
	text-align: center;
}

.techwrap .content p {
	position: relative;
	font-size: 20px;
	line-height: 36px;
	color: #cacaca;
	margin-bottom: 35px;
}

.techwrap .pic_show {
	width: 100%;
	position: relative;
}

.techwrap .pic_show .pic {
	width: 100%;
}

.techwrap .pic_show .top-pic {
	/* margin-top: -2.1rem; */
	margin-top: -1rem;
}

.techwrap .pic_show .text {
	color: #cacaca;
}

.techwrap .pic_show .text .icon {
	margin: 0 .08rem;
}

.techwrap .pic_show .text .it {
	font-size: .18rem;
	position: absolute;
}

.techwrap .pic_show .text .it .txt {
	display: flex;
	align-items: center;
	height: .7rem;
	position: relative;
}

.techwrap .pic_show .text .it .txt:after {
	content: '';
	display: block;
	width: .66rem;
	height: .04rem;
	background: #bf8863;
	position: absolute;
	bottom: -.03rem;
	left: 0;
}

.techwrap .pic_show .text .it.rt .txt:after {
	right: 0;
	left: auto;
}

.techwrap .pic_show .text .it.rt .txt {
	justify-content: flex-end;
}

.techwrap .platform_show .text .it {
	width: 4.74rem;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
	padding-bottom: .7rem;
}

.techwrap .platform_show .text .it.lf {
	height: 1.13rem;
	background-image: url(../images/technology_arr_l.png);
}

.techwrap .platform_show .text .it.rt {
	height: .62rem;
	background-image: url(../images/technology_arr_r.png);
}

.techwrap .platform_show .text .it:nth-child(1) {
	left: 16.7%;
	top: 3rem;
}

.techwrap .platform_show .text .it:nth-child(2) {
	right: 23.4%;
	top: 2.7rem;
}

.techwrap .platform_show .text .it:nth-child(3) {
	right: 13%;
	top: 4.26rem;
}

.techwrap .platform_show .text .it:nth-child(1) .icon {
	background-position: left top;
}

.techwrap .platform_show .text .it:nth-child(2) .icon {
	background-position: center top;
}

.techwrap .platform_show .text .it:nth-child(3) .icon {
	background-position: right top;
}

.techwrap .powertrain_show {
	margin-bottom: -.5rem;
}

.techwrap .powertrain_show .text .it {
	width: 3.42rem;
	border-bottom: 0.02rem solid #bdc1c6;
}

.techwrap .powertrain_show .text .it.lf {
	left: 11.86%;
}

.techwrap .powertrain_show .text .it.rt {
	right: 12.65%;
}

.techwrap .powertrain_show .text .it:nth-child(1),
.techwrap .powertrain_show .text .it:nth-child(3) {
	top: 1.6rem;
}

.techwrap .powertrain_show .text .it:nth-child(2),
.techwrap .powertrain_show .text .it:nth-child(4) {
	top: 3.18rem;
}

.techwrap .powertrain_show .text .it:nth-child(1) .icon {
	background-position: left center;
}

.techwrap .powertrain_show .text .it:nth-child(2) .icon {
	background-position: right center;
}

.techwrap .powertrain_show .text .it:nth-child(3) .icon {
	background-position: center center;
}

.techwrap .powertrain_show .text .it:nth-child(4) .icon {
	background-position: left bottom;
}

.techwrap .para {
	margin-bottom: .6rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.techwrap .para_3, .techwrap .para_6 {
	flex-direction: row-reverse;
}

.techwrap .para h5 {
	position: relative;
	font-size: 20px;
	color: #c78e66;
	padding-left: 22px;
	line-height: 38px;
}

.techwrap .para h5:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(../images/technology_icon.png) no-repeat right bottom;
	background-size: 200px 200px;
	position: absolute;
	left: 3px;
	top: 50%;
	margin-top: -7px;
}

.techwrap .para .dot:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background: url(../images/technology_icon.png) no-repeat right bottom;
	background-size: 200px 200px;
	margin-right: 5px;
}

.techwrap .para p.num span {
	display: inline-block;
	font-size: 16px;
	width: 20px;
	height: 20px;
	background: #c78e66;
	border-radius: 50%;
	text-align: center;
	line-height: 20px;
	color: #ffffff;
	margin-right: .05rem;
}

.techwrap .para.textimg .pic_show {
	width: 48.5%;
	flex-shrink: 0;
}

.techwrap .para.textimg .text {
	width: 49%;
}

.techwrap .para.clearfix {
	display: block;
}

.techwrap .para.clearfix .pic_show {
	float: right;
	margin-left: .3rem;
	padding-top: .3rem;
}

.techwrap .para.clearfix .text {
	width: auto
}

.techwrap .para .side {
	font-size: .28rem;
	width: 3.8rem;
	height: .64rem;
	line-height: .64rem;
	font-weight: bold;
	color: #ffffff;
	padding: 0 .32rem;
	box-sizing: border-box;
	position: absolute;
	right: -2.1rem;
	bottom: .2rem;
}

.techwrap .para .side.linearGradientToLeft {
	text-align: right;
	right: auto;
	left: -2.1rem;
}

/*.techwrap .para.para_1 .side{bottom: .24rem;}
.techwrap .para.para_3 .side{bottom: .2rem;}
.techwrap .para.para_4 .side{bottom: .24rem;}
.techwrap .para.para_6 .side{bottom: .24rem;}*/
.techwrap.adas .para.para_7 .side {
	bottom: .6rem;
}

.techwrap.adas .para.para_8 .side {
	top: 3.54rem;
	bottom: auto;
}

.techwrap .params_wrap .text {
	width: 100%;
}

.techwrap .params {
	margin: .56rem 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.techwrap .params .item {
	font-size: .18rem;
	padding: 0 .5rem;
	position: relative;
	color: #ffffff;
}

.techwrap .params .item:after {
	content: '';
	display: block;
	width: 1px;
	height: .78rem;
	background: #808994;
	position: absolute;
	right: 0;
	top: 0;
}

.techwrap .params .item:last-child:after {
	display: none;
}

.techwrap .params .item .det {
	display: block;
	margin-bottom: .05rem;
	font-size: .18rem;
}

.techwrap .params .item .num {
	font-size: .46rem;
	font-family: DINCond-Bold;
	color: #c78e66;
}

.techwrap .params .item .unit {
	font-size: .18rem;
}



.linearGradientToRight {
	background: -webkit-linear-gradient(left, #c78e66, #282a34);
	background: -ms-linear-gradient(left, #c78e66, #282a34);
	background: linear-gradient(to right, #c78e66, #282a34);
}

.linearGradientToLeft {
	background: -webkit-linear-gradient(right, #c78e66, #282a34);
	background: -ms-linear-gradient(right, #c78e66, #282a34);
	background: linear-gradient(to left, #c78e66, #282a34);
}

/* txl */
.modelwrap.txl .dynamics .params.rt, .modelwrap.vx .dynamics .params.rt{
	right: 1.7rem;
}

.modelwrap.txl .params_module .car .pic {
	width: 7.99rem;
}

/* lx */
.modelwrap.lx .same_module.safety .cut_tab:before {
	width: 0;
}

.modelwrap.lx .same_module.safety .cut_tab {
	margin-left: -14%;
}

@keyframes rotate {
	from {
		transform: rotate(0);
	}

	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rotate {
	from {
		-webkit-transform: rotate(0);
	}

	to {
		-webkit-transform: rotate(360deg);
	}
}

@-ms-keyframes rotate {
	from {
		-ms-transform: rotate(0);
	}

	to {
		-ms-transform: rotate(360deg);
	}
}

.modelwrap.lx .module .title {
	position: absolute;
	top: .52rem;
	z-index: 2;
}

.modelwrap.lx .module .title h4 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modelwrap.lx .module .title h4 .big_num {
	font-size: .6rem;
	padding-right: .1rem;
	position: relative;
	margin-right: .1rem;
}

.modelwrap.lx .module .title h4 .big_num:after {
	content: '';
	display: block;
	width: .03rem;
	height: .47rem;
	background: #c50d27;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -.23rem;
}

.modelwrap.lx .module .samebox {
	z-index: 1;
}

.modelwrap.lx .module .samebox .pic {
	width: 100%;
}

.modelwrap.lx .module .samebox .imgscroll {
	width: 100%;
	overflow: hidden;
}

.modelwrap.lx .module .samebox .imgscroll img {
	width: 134.84375%;
	animation: imgscroll 60s infinite ease-in-out;
	-webkit-animation: imgscroll 60s infinite ease-in-out;
}

.modelwrap.lx .module .samebox .textbox {
	position: absolute;
	z-index: 2;
}

.modelwrap.lx .module .samebox .textbox .textSwi {
	height: .78rem;
}

.modelwrap.lx .module .cutTab {
	text-align: center;
	position: absolute;
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	bottom: .42rem;
	z-index: 2;
}

.modelwrap.lx .module .cutTab .cutbtn {
	font-size: .24rem;
	color: #c8b7b1;
	margin: 0 .19rem;
	width: 18.75%;
	cursor: pointer;
}

.modelwrap.lx .module .cutTab .cutbtn.on {
	color: #ffffff !important;
}

.modelwrap.lx .module .cutwindow {
	width: 100%;
	height: 100%;
	display: flex;
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
}

.modelwrap.lx .module .cutwindow .cutbtn {
	width: 33.33333%;
	position: relative;
}

.modelwrap.lx .comfort .samebox .textbox {
	background: rgba(255, 255, 255, 0.15);
	padding: .2rem .12rem;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.modelwrap.lx .tech .imgwrap {
	width: 100%;
	position: relative;
}

.modelwrap.lx .tech .imgwrap img {
	width: 100%;
}

.modelwrap.lx .tech .imgwrap img.pic {
	position: absolute;
	left: 0;
	top: 0;
}

.modelwrap.lx .tech .imgwrap .warningbox {
	overflow: hidden;
}

.modelwrap.lx .tech .imgwrap img.warning {
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 1s ease-out;
}

.modelwrap.lx .tech .imgwrap img.warning.on {
	opacity: 1;
}

.modelwrap.lx .tech .imgwrap .w1.on {
	transition-delay: .2s;
}

.modelwrap.lx .tech .imgwrap .w2.on {
	transition-delay: .4s;
}

.modelwrap.lx .tech .imgwrap .w3.on {
	transition-delay: .6s;
}

.modelwrap.lx .tech .imgwrap img.warning.off {
	opacity: 0;
}

.modelwrap.lx .tech .imgwrap .w1.off {
	transition-delay: .6s;
}

.modelwrap.lx .tech .imgwrap .w2.off {
	transition-delay: .4s;
}

.modelwrap.lx .tech .imgwrap .w3.off {
	transition-delay: .2s;
}

.modelwrap.lx .tech .imgwrap .movecar {
	transform: translate(-.1rem, -.1rem);
	opacity: 1 !important;
}

.modelwrap.lx .tech .imgwrap .movecar.on {
	transform: translate(.1rem, .1rem);
}

.modelwrap.lx .tech .imgwrap .movecar.off {
	transform: translate(-.1rem, -.1rem);
}

.modelwrap.lx .params_module .car .pic {
	width: 9.2rem;
}

/* idea */
.idea {
	padding-top: 2.1rem;
	padding-bottom: 1.5rem;
	background-image: url(../images/idea-bg.jpg);
}

.idea .content .idea-slogan {
	width: 100%;
}

.idea .content .section {
	position: relative;
	padding: 0 2.1rem;
}

.idea .content .section .text-box {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	line-height: 1;
	margin-top: .76rem;
}

.idea .idea-title {
	position: relative;
	margin-bottom: .2rem;
}

.idea .idea-title .title1 {
	font-size: 130px;
	color: #2a3c54;
	font-weight: bold;
	opacity: .5;
	text-align: center;
	letter-spacing: 5px;
	line-height: 1;
}

.idea .idea-title .title2 {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-size: 32px;
	color: #c78e66;
	font-weight: bold;
}

.idea .section1 .section-box {
	position: relative;
}

.idea .section1 ul {
	text-align: center;
	margin-top: .9rem;
}

.idea .section1 ul li {
	margin-bottom: .45rem;
}

.idea .section1 ul .list-title {
	position: relative;
	font-size: 22px;
	color: #c78e66;
	margin-bottom: .14rem;
	padding-left: 20px;
	display: inline-block;
	font-weight: bold;
}

.idea .section1 ul .list-title::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border: .06rem solid #c78e66;
	border-top-color: transparent;
	border-bottom-color: transparent;
	border-right-color: transparent;
}

.idea .section1 ul .con {
	font-size: 20px;
	color: #fff;
	line-height: 26px;
}

.idea .section .section-con {
	font-size: 20px;
	color: #CACACA;
	line-height: 36px;
	text-align: center;
}

.idea .section2 {
	margin-top: 1.3rem;
}

.idea .section2 ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: .78rem;
}

.idea .section2 ul li {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.idea .section2 ul li img {
	width: 71px;
}

.idea .section2 ul::before {
	content: '';
	width: 4rem;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.3;
	margin-right: .3rem;
	margin-bottom: .5rem;
}

.idea .section2 ul::after {
	content: '';
	width: 4rem;
	height: 1px;
	background: #FFFFFF;
	opacity: 0.3;
	margin-left: .3rem;
	margin-bottom: .5rem;
}

.idea .section2 ul li {
	margin-right: 1.02rem;
}

.idea .section2 ul li:last-child {
	margin-right: 0;
}

.idea .section2 ul li p {
	font-size: 20px;
	color: #fff;
	text-align: center;
	margin-top: .2rem;
}

.idea .section3 {
	margin-top: 1.3rem;
	padding: 0;
}

.idea .section3 img {
	width: 100%;
	margin-top: -1.4rem;
}

.idea .section4 {
	margin-top: -2.2rem;
}

.idea .section5 {
	margin-top: 1.5rem;
}

.idea .section .section-con.left-text {
	text-align: left;
}

.idea .section5 .img-box img {
	width: 7.31rem;
	flex: 1;
}

.idea .section5 .img-box img:first-child {
	margin-right: 30px;
}

.idea .section5 .img-box {
	display: flex;
	justify-content: space-between;
	margin-top: .6rem;
}

nav.pc.bg {
	background: rgba(25, 29, 36, .9);
}

/* nav.pc.on .nav-box {
	border-bottom: 1px solid #d2d2d2;
} */

nav.pc.on::before {
	position: absolute;
	left: 3%;
	bottom: .9rem;
	content: '';
	width: 94%;
	height: 1px;
	background: #d2d2d2;
	z-index: 10;
}

nav.pc .nav-ul>li>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-bottom: 3px solid transparent;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}

nav.pc .nav-ul>li.on>a {
	border-color: #fff;
}

nav.pc .nav-ul>li:first-child {
	position: static;
}

nav.pc {
	top: 0;
	left: 0;
	width: 100%;
	padding: 0 3%;
	padding-top: 0.4rem;
	padding-bottom: .9rem;
	box-sizing: border-box;
	transition: all .3s;
}

.nav-box {
	display: flex;
	justify-content: space-around;
	align-items: center;
	width: 100%;
}

.nav-box>a {
	position: relative;
	z-index: 10;
}

nav .nav-ul>li {
	transition: all .3s;
	padding: 0 .3rem;
}

nav .nav-ul>li ul {
	display: none;
	position: absolute;
	left: -.08rem;
	top: 100%;
}


nav .nav-ul>li.on ul {
	display: flex;
	height: .9rem;
	line-height: .9rem;
}

nav .nav-ul>li ul li {
	color: #fff;
	font-size: 16px;
	padding: 0;
	padding: 0 .3rem;
}

nav .nav-ul>li ul li a {
	white-space: nowrap;
	padding-bottom: .1rem;
	color: #fff;
}

nav .nav-ul>li ul li:hover a {
	color: #c78e66;
	border-bottom: 1px solid #fff;
}

nav .nav-ul>li ul li:last-child {
	margin-right: 0;
}

nav .nav-ul .type-list {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	width: 100%;
	display: none;
	justify-content: center;
	background: rgba(25, 29, 36, .9);
}

nav .nav-ul .type-list.on {
	display: flex;
}

nav .nav-ul .type-list .item {
	padding: 2rem .4rem 1.7rem;
	text-align: center;
}

nav .nav-ul .type-list .item:hover {
	background: #2a2e34;
}

nav .nav-ul .type-list .title {
	font-size: 1.5rem;
	color: #727984;
	line-height: 1;
	text-align: left;
}

nav .nav-ul .type-list img {
	width: 4.19rem;
	margin-top: -.3rem;
}

nav .nav-ul .type-list .name {
	font-size: .2rem;
	color: #fff;
	line-height: 1;
	margin-bottom: .26rem;
	margin-top: .1rem;
}

nav .nav-ul .type-list .more {
	font-size: .16rem;
	color: #fff;
	display: inline-block;
	width: 2.26rem;
	height: .46rem;
	line-height: .46rem;
	text-align: center;
	border: 1px solid #7e7d7d;
	border-radius: .23rem;
	transition: all .3s ease;
}
nav .nav-ul .type-list .more:hover{
	background-color: #c78e66;
	border-color: #c78e66;
}
.world-wide {
	background-image: url(../images/world-bg.jpg);
	background-position: center bottom;
	background-size: cover;
}

.world-wide .content, .honors .content {
	height: calc(100vh - 1.6rem);
	padding-top: 2.1rem;
	box-sizing: border-box;
}

.content .main-title {
	text-align: center;
}

.content .main-title span {
	display: inline-block;
	font-size: 34px;
	color: #c78e66;
	padding-bottom: 20px;
	border-bottom: 3px solid #c78e66;
	font-weight: bold;
}

.world-wide .world-box ul {
	display: flex;
	justify-content: center;
	margin-top: 1rem;
	width: 100%;
	height: 2.5rem;
	background: rgba(255, 255, 255, .1);
	align-items: center;
}

.world-wide .world-box ul li {
	margin-right: .96rem;
}

.world-wide .world-box ul li:last-child {
	margin-right: 0;
}

.world-wide .world-box ul li img {
	width: 54px;
	margin-bottom: .24rem;
	display: none;
}

.world-wide .world-box ul li img:first-child {
	display: block;
}

.world-wide .world-box ul li a {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.world-wide .world-box ul li a:hover img:first-child {
	display: none;
}

.world-wide .world-box ul li a:hover img:nth-child(2) {
	display: block;
}

.world-wide .world-box ul li span {
	width: 133px;
	border-top: 1px solid rgba(255, 255, 255, .4);
	text-align: center;
	padding-top: .14rem;
	font-size: 18px;
	color: #fff;
}

.world-wide .world-box ul li a:hover span {
	border-color: rgba(199, 142, 102, .4);
	color: #C78E66;
}

/* error-page */
.error-page {
	background-image: url(../images/error-bg.jpg);
	background-position: left bottom;
}

.error-page .content {
	height: calc(100vh - 1.6rem);
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.error-page .content .error-box .title {
	font-size: 2.8rem;
	color: #7591b4;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 10px;
}

.error-page .content .error-box .msg {
	text-align: center;
}

.error-page .content .error-box .msg1 {
	font-size: .3rem;
	color: #bd8964;
	font-weight: bold;
	margin-bottom: .1rem;
}

.error-page .content .error-box .msg2 {
	font-size: .2rem;
	color: #fff;
	margin-bottom: .5rem;
}

.error-page .content .error-box .btn {
	display: flex;
	justify-content: center;
}

.error-page .content .error-box .btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 1.88rem;
	height: .46rem;
	cursor: pointer;
	border-radius: .23rem;
	border: 1px solid #ffffff;
	transition: all .3s ease;
}
.error-page .content .error-box .btn a:hover{
	background-color: #c78e66;
	border-color: #c78e66;
}

.error-page .content .error-box .btn a span {
	font-size: .16rem;
	color: #fff;
	margin-left: .14rem;
}

.error-page .content .error-box .btn a img {
	width: .22rem;
}

.error-page .content .error-box .btn .return {
	margin-right: .24rem;
}

/* brand-story */
.brand-story {
	padding-top: 2.1rem;
	background-image: url(../images/team-bg.jpg);
}

.brand-story .content {
	padding: 0 2.1rem;
}

.brand-story .content .story-text>div {
	font-size: 20px;
	line-height: 36px;
	color: #cacaca;
	margin-bottom: 40px;
}

.brand-story .content .story-text>div:last-child {
	margin-bottom: 0;
}

.brand-story .content .main-title {
	margin-bottom: .8rem;
}

.brand-story .content .team {
	border: 1px solid #BD8964;
	padding-top: 1.12rem;
	padding-bottom: .3rem;
	position: relative;
	margin-top: 1.4rem;
	margin-bottom: .74rem;
}

.brand-story .content .team .team-title {
	font-size: 30px;
	color: #C78E66;
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -50%);
	padding: 0 .26rem;
	z-index: 10;
	background: #011228;
}

.brand-story .content .team-ul .country-name {
	font-size: .16rem;
	color: #727277;
	margin-top: .1rem;
}

.brand-story .content .team-ul .team-man {
	width: 1.62rem;
	margin-top: .24rem;
}

.brand-story .content .team-ul .name {
	width: 1.7rem;
	height: .28rem;
	text-align: center;
	color: #fff;
	background: #BD8964;
	border-radius: .15rem;
	font-size: .16rem;
	margin-top: -.1rem;
	position: relative;
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

.brand-story .content .team-ul .intro {
	font-size: .16rem;
	color: #fff;
	line-height: .21rem;
	text-align: center;
	margin-top: .1rem;
}

.brand-story .content .team-ul {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}

.brand-story .content .team-ul li {
	width: 20%;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: .66rem;
}

.brand-story .content .team-ul li .country-box {
	height: .44rem;
	display: flex;
	align-items: center;
}

.brand-story .content .team-ul li .country-box .country {
	width: .67rem;
}

.techwrap.brand-story .video_wrap {
	height: 6.42rem;
	margin-top: .74rem;
}

.brand-story .content .team-m .team-title {
	font-size: .42rem;
	color: #C78E66;
	text-align: center;
	font-weight: bold;
	margin: 1rem 0 .86rem 0;
}

/* honors */
.honors {
	background-image: url(../images/team-bg.jpg);
}

.honors .honors-box .main {
	display: flex;
	padding-bottom: 1.12rem;
	background: url(../images/honors-bg.png) no-repeat left bottom / 100% auto;
	margin-top: .4rem;
}

.honors .honors-box .honors-img {
	width: 2.91rem;
	margin-left: 2.62rem;
	margin-right: .9rem;
}

.honors .honors-box .title, .honors .honors-box .author {
	font-size: .2rem;
	color: #cacaca;
}

.honors .honors-box .title {
	margin-bottom: .1rem;
}

.honors .honors-box .author {
	margin-top: .1rem;
	text-align: right;
}

.honors .honors-box .text {
	font-size: .7rem;
	font-weight: bold;
	color: #bd8964;
}

.honors .honors-box .con {
	margin-top: 1.2rem;
}

.honors .content {
	padding-top: 1.4rem;
}

/* event */
.event ul li {
	display: flex;
	justify-content: space-between;
	padding: 0 .34rem;
	padding-bottom: .78rem;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	margin-bottom: .78rem;
	position: relative;
}

.event ul li:last-child {
	margin-bottom: 0;
}

.event ul li .img-box {
	overflow: hidden;
	position: relative;
	z-index: 10;
}

.event ul li .event-img {
	width: 6.34rem;
	transition: all .3s;
}

.event ul li .event-img:hover {
	transform: scale(1.2);
}

.event ul li .info {
	width: 7.2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.event ul li .info .info-title .event-icon {
	width: 52px;
	margin-right: .1rem;
	margin-bottom: .34rem;
}

.event ul li .info .info-title span {
	font-size: 20px;
	color: #CACACA;
	line-height: 52px;
}

.event ul li .info .con {
	font-size: .34rem;
	color: #C78E66;
	line-height: .48rem;
	font-weight: bold;
	margin-bottom: .9rem;
}

.event ul li .info .btn-box {
	text-align: right;
	position: relative;
	z-index: 10;
}

.event ul li .info .detail-btn {
	display: inline-block;
	width: 2.27rem;
	height: .43rem;
	line-height: .43rem;
	text-align: center;
	border: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-size: .16rem;
	border-radius: .22rem;
	transition: all .3s ease;
}

.event ul li .info .detail-btn:hover {
	/*box-shadow: 0 0 .1rem #fff inset;*/
	background-color: #c78e66;
	border-color: #c78e66;
}

.event ul li .bg-text {
	position: absolute;
	right: .1rem;
	bottom: .2rem;
	font-size: 2.1rem;
	font-weight: bold;
	color: rgba(105, 134, 170, 0.05);
	line-height: 1.05rem;
}

.event {
	background-image: url(../images/event-bg.jpg);
}

.video-pop {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1000;
	display: none;
}
.video-pop .mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .7);
}

.video-pop .con {
	width: 68%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.video-pop .con video {
	width: 100%;
}

.video-pop .con .video-close {
	width: 2.27rem;
	height: 0.43rem;
	border: 1px solid #ffffff;
	color: #ffffff;
	font-size: .16rem;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px #ffffff inset;
	cursor: pointer;
	margin: 0.45rem auto;
}

/* 兼容ie11样式 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.index .video-wrap video {
		height: auto;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
}