@font-face {
	font-family: VWProduct;
	src: url('../../fonts/VWProductFont-Bold.ttf') format('truetype');
	font-weight: 700;
}

html {
	overflow: visible;
}

body {
	overflow-x: hidden;
	overflow-y: scroll;
}
li {
	list-style: none;
}

.img100 {
	width: 100%;
	display: inline-block;
}
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.popup-video {
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	z-index: 100;
	display: none;
}
.popup-video .video-box {
	height: 100%;
	margin: 0 auto;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.popup-video video {
	display: block;
	height: 70%;
	margin-top: 8.2%;
	max-width: 70vw;
}
.popup-video .text-box {
	color: #fff;
	position: relative;
}
.popup-video .text-box .date {
	font-family: HYQiHei-40S;
	margin: 12px 0 6px 0;
}
.popup-video .text-box h3 {
	margin-bottom: 0;
}
.popup-video .text-box .download {
	position: absolute;
	bottom: 0;
	right: 0;
	display: inline-block;
}
.popup-video .text-box .download:hover {
	opacity: 0.7;
}
.popup-video .close {
	opacity: 1;
	position: absolute;
	top: 60px;
	left: 3.7%;
	z-index: 9;
	cursor: pointer;
}
.popup-video .close:hover {
	opacity: 0.7;
}
.mobile-show {
	display: none;
}
.sub-nav {
	width: 100%;
	background: white;
	height: 56px;
	line-height: 56px;
	padding-left: 40px;
	position: fixed;
	z-index: 89;
}
.sub-nav.scroll {
	position: fixed;
	width: 100%;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	max-width: 2050px;
}
.sub-nav .car-name {
	display: inline-block;
	font-family: VWHead-Bold, HYQiHei-80S;
	font-size: 18px;
	margin-right: 40px;
	vertical-align: top;
}
.id .sub-nav .car-name {
	font-family: VWHead-Bold, HYQiHei-80S;
	color: black;
}
.sub-nav .anchor-box {
	display: inline-block;
}
.sub-nav .anchor {
	display: inline-block;
	margin-right: 40px;
	cursor: pointer;
	vertical-align: top;
	font-size: 14px;
	font-family: HYQiHei-40S;
	color: black;
	position: relative;
}
.sub-nav a {
	color: black;
}
.sub-nav .anchor:hover {
	color: #ffffff;
}
.sub-nav .btn-box {
	vertical-align: top;
	position: absolute;
	right: 35px;
	top: 50%;
	transform: translateY(-50%);
	line-height: 0;
}
.sub-nav .btn-box a {
	margin: 0 5px;
	vertical-align: middle;
}
.sub-nav .anchor .line {
	position: absolute;
	width: 0%;
	height: 2px;
	background: #001E50;
	bottom: 10px;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
    left: 27%;
}

.sub-nav .anchor:hover .line {
	left:0%;
	width: 100%;
}

/*.sub-nav .anchor:hover .line1 {*/
/*	left: 0%;*/
/*	width: 100%;*/
/*}*/

/*.sub-nav .anchor:hover .line2 {*/
/*	left: 0%;*/
/*	width: 100%;*/
/*}*/

/*.sub-nav .anchor:hover .line3{*/
/*	left: 0%;*/
/*	width: 100%;*/
/*}*/




.in_con1 {
	position: relative;
}
/*.in_con1 .img-box img{  width: 100%;}*/
.in_con1 .img-box .play {
	cursor: pointer;
	width: 5.6vw;
	position: absolute;
	top: 55%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
}
.in_con2.scroll {
	margin-top: 56px;
}
.in_con1 .img_ban {
	top: 24.7%;
	left: 50%;
	transform: translateX(-50%);
	width: 28.33%;
}
.in_con1 video {
	width: 100%;
}
/*.in_con1 .pc_bf{ width: 100%; height: 100%; z-index: 1; top: 0; left: 0;}*/
/* .in_con1 .yd_ban2, */
.in_con1 .video_1_1 {
	display: none;
}

.in_con2 {
	/* background: #f8f8f8;
	padding: 100px 7.6%; */
}
.Assembly-content {
	position: relative;
	overflow: hidden;
}
.Assembly-content .img-box img {
	width: 100%;
	display: block;
}
.Assembly-content .img-box .text-box {
	color: #000000;
	position: absolute;
	top: 4.4%;
	left: 5.6%;
	transform: translateZ(0px);
}
.Assembly-content .img-box .text-box h2 {
	font-family: VWHead-Bold, HYQiHei-80S;
	font-size: 44px;
	line-height: 140%;
	margin-bottom: 24px;
}
.Assembly-content .img-box .text-box p {
	font-family: HYQiHei-40S;
	color: #000;
	font-size: 22px;
	line-height: 120%;
	margin-bottom: 24px;
	letter-spacing: 2px;
	line-height: 32px;
}
.Assembly-content .video-box video,
.Assembly-content .video-box img {
	/* display: block; */
	width: 100%;
	margin: 0 auto;
	position: relative;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	box-shadow: none;
}
.Assembly-content .video-box .play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	/* display: block; */
	cursor: pointer;
	width: 120px;
}
.Assembly-content .video-box {
	position: absolute;
	top: 22.2%;
	left: 50%;
	transform: translateX(-50%);
	width: 88.6%;
}
.in_con2.Assembly-content .qr-box {
	text-align: center;
	position: absolute;
	top: 5.6%;
	right: 6%;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr 100px;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	width: 360px;
	overflow: hidden;
}
.in_con2.Assembly-content .qr-box .fox-box {
	grid-area: 1 / 1 / 3 / 2;
	width: 220px;
	margin: 0 auto;
}
.in_con2.Assembly-content .qr-box .fox {
	width: 100%;
}
.in_con2.Assembly-content .qr-box .qr-img-box {
	width: 138px;
	grid-area: 1 / 2 / 2 / 3;
	padding-top: 0px;
	margin: 0 auto;
}
.in_con2.Assembly-content .qr-box .qr {
	width: 99%;
}
.in_con2.Assembly-content .qr-box p {
	padding: 0;
	font-size: 16px;
	transform: scale(0.8);
	grid-area: 2 / 2 / 3 / 3;
	font-family: HYQiHei-60S;
	color: #000;
	font-size: 10px;
	letter-spacing: 2px;
	line-height: 14px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	margin-bottom: 50px;
}


.in_con2 .zuo {
	width: calc(360px - 36px); /* border-right: #001e50 4px solid;*/
	padding: 17px 0;
}
.in_con2 .zuo .li {
	list-style: none;
	width: 100%; /* margin-bottom: 11px;*/
	position: relative;
}
.in_con2 .zuo .li span {
	display: block;
	width: 2.2vw;
	height: 2.2vw;
	position: relative;
	margin-left: 70px;
	transform: translateX(-1.1vw);
}
/*.in_con2 .zuo .li span b{ margin-left: 70px;transform: translateX(-1.1vw); }*/
.in_con2 .zuo .li .dhimg {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.in_con2 .zuo .li.cur span {
	width: 140px;
	height: 140px;
	margin-left: 0;
	transform: translateX(0);
}
.in_con2 .zuo .li span,
.in_con2 .zuo .li .dhimg {
	-webkit-transition: all 0.6s ease-out;
}
.in_con2 .zuo .li span b {
	display: block;
	width: 100%;
	height: 100%;
	background: #a0a0a0;
	border-radius: 50%;
}
.in_con2 .zuo .li.cur span b,
.in_con2 .zuo .li .dhimg {
	opacity: 0;
}
.in_con2 .zuo .li.cur .dhimg {
	opacity: 1;
}

.zong_qie .qie {
	display: none;
}
.zong_qie .qie:first-child {
	display: block;
}

/*.in_con2 .zuo .dd_v2{ display: none; }*/
.in_con2 .zuo .qie .sp_4,
.in_con2 .zuo .qie .sp_5,
.in_con2 .zuo .qie .sp_6 {
	font-family: HYQiHei-60S;
}
/*.in_con2 .zuo .li .im2{ width: 50px; right: 0; top: 50%; transform: translateY(-50%); opacity: 0; }*/
/*.in_con2 .zuo .li.cur .im2{ opacity: 1;  }*/
.in_con2 .sp_2 {
	margin: 42px 0 5px 0;
	font-size: 45px;
}
.in_con2 .sp_4 {
	margin: 58px 0 48px 0;
}
.in_con2 .sp_6 {
	margin-top: 100px;
}

.in_con2 .you {
	width: calc(100% - 360px);
	height: auto !important; /*position: absolute; top: 50%; right: 0; transform: translateY(-50%);*/
}
.in_con2 .clearfix {
	position: relative;
}

.in_con2 .swiper-container {
	margin-top: 0px !important;
}

.pc_xian {
	display: none;
}

.mob_xian {
	display: none;
}
.mob_autoscroll-box {
	position: absolute;
	top: 14.2%;
	left: 50%;
	transform: translateX(-50%);
	width: 88.6%;
}


@font-face {
	font-family: VWProductFont-Bold;
	src: url('../../fonts/VWProductFont-Bold.ttf');
}

.popup-car-photo {
	position: fixed;
	top: 0%;
}

/* in_con1 左右布局样式 */
.in_con1.Assembly-content {
    display: flex;
    /*align-items: center;*/
    padding: 5% 5%;
    box-sizing: border-box;
}

.in_con1 .text-content {
    width: 30%;
    flex-shrink: 0;
    /*padding-right: 10%;*/
    box-sizing: border-box;
	text-align: center;
	/*padding-left: 10%;*/
	/*padding-right: 10%;*/
}

.in_con1 .text-content-top {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 5% 18%;
	/*margin-left: -15%;*/
}
.in_con1 .text-content-bottom{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
	box-sizing: border-box;
	padding: 6% 19%;
	/*margin-left: -15%;*/
}
/*.in_con1 .text-content-top img {*/
/*	max-width: 100%;*/
/*	height: auto;*/
/*}*/

.in_con1 .text-content img {
	max-width: 100%;
	height: auto;
}

/*.in_con1 .text-content h1 {*/
/*    font-family: VWHead-Bold, HYQiHei-80S;*/
/*    font-size: 28px;*/
/*    color: #001E50;*/
/*    margin-bottom: 5px;*/
/*    letter-spacing: 2px;*/
/*}*/

/*.in_con1 .text-content h2 {*/
/*    font-family: HYQiHei-60S;*/
/*    font-size: 28px;*/
/*    color: #001E50;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.in_con1 .text-content h3 {*/
/*    font-family: VWHead-Bold, HYQiHei-80S;*/
/*    font-size: 16px;*/
/*    color: #001E50;*/
/*    margin-bottom: 5px;*/
/*}*/

.in_con1 .text-content p {
    font-family: HYQiHei-40S;
    font-size: 20px;
    color: #666;
    line-height: 1.8;
    margin: 0;
}

.in_con1 .text-content .title {
	font-family: HYQiHei-40S;
	color: black;
	line-height: 1.8;
	margin: 0;
	font-weight: bolder;
}

.in_con2{
	margin-top: 5%; background: #a3bdd4 no-repeat center center; background-size: cover;
}
.in_con2 .text-content {
	padding-top: 7%;
	padding-bottom: 2%;
	margin-left: 100px;
	text-align: left;
	color: white;
}

.in_con2 .text-content img {
	width: 36%;        /* 设置固定宽度 */
	/* 或者使用百分比 */
	/* width: 80%; */
	max-width: 100%;     /* 防止超出容器 */
	height: auto;
}
.in_con1 .img-box {
    width: 70%;
    position: relative;
}

.in_con1 .img-box img,
.in_con1 .img-box video {
    width: 100%;
    height: auto;
    display: block;
}

.in_con1 .video-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.in_con1 .video-box .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.text-content-bottom {
	margin-top: 5%;
}
/* 移动端适配 */
@media (max-width: 996px) {
    .in_con1.Assembly-content {
        flex-direction: column;
        padding: 60px 0%;
    }

    .in_con1 .text-content {
        width: 100%;
        padding-right: 0;
        margin-bottom: 30px;
		text-align: center;
    }

    .in_con1 .text-content h1 {
        font-size: 22px;
    }

    .in_con1 .text-content h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .in_con1 .img-box {
        width: 100%;
    }
}

@media (max-width: 1820px) {
	.in_con3.ZPD-content .scroll-video .video-box1 {
		top: 27%;
	}
	.Assembly-content .video-box {
		top: 25%;
	}
	.Assembly-content .img-box .text-box {
		top: 4%;
	}
	.Assembly-content .img-box .text-box h2 {
		font-size: 40px;
		line-height: 140%;
	}
	.in_con2.Assembly-content .qr-box {
		width: 330px;
	}
	.in_con2.Assembly-content .qr-box .fox-box {
		width: 190px;
	}
	.in_con2.Assembly-content .qr-box .qr-img-box {
		width: 120px;
	}
	.in_con2.Assembly-content .qr-box p {
		margin-bottom: 50px;
	}
	.in_con6.anchor-content .img-box .text-box {
		top: 6%;
	}
	.in_con6 .mobile-hidden.autoscroll-box {
		top: 8%;
	}
}

@media (max-width: 1441px) {
	.font_24 {
		font-size: 20px;
	}
	.in_con3.ZPD-content .scroll-video .video-box1 {
		top: 32%;
	}
	.in_con3.ZPD-content .scroll-video .video-box1 video {
		aspect-ratio: 19 / 9;
	}
	.tools-tab .img-box .text-box {
		/*left: 3%;*/
		top: 8%;
	}

	.in_con2 .sp_2 {
		font-size: 36px;
	}
	.in_con2 .zuo .dd_v2 .font_28 {
		font-size: 20px;
	}
	.in_con2 .zuo {
		width: calc(320px - 36px);
	}
	.in_con2 .you {
		width: calc(100% - 320px);
	}
	.in_con2 .sp_2 {
		margin-top: 35px;
	}
	.in_con2 .sp_4 {
		margin: 35px 0;
	}
	.Assembly-content .video-box {
		top: 26%;
	}
	.Assembly-content .img-box .text-box h2 {
		font-size: 38px;
		line-height: 120%;
	}
	.in_con2.Assembly-content .qr-box {
		top: 6%;
	}
}
@media (max-width: 1300px) {
	.Assembly-content .video-box {
		top: 26%;
	}
	.Assembly-content .img-box .text-box h2 {
		font-size: 36px;
		line-height: 100%;
	}
	.in_con2.Assembly-content .qr-box {
		width: 300px;
	}
	.in_con2.Assembly-content .qr-box .fox-box {
		width: 160px;
	}
	.in_con2.Assembly-content .qr-box .qr-img-box {
		width: 100px;
	}
	.in_con2.Assembly-content .qr-box p {
		margin-bottom: 50px;
	}

}
@media (max-width: 1200px) {
	.Assembly-content .img-box .text-box h2 {
		font-size: 36px;
		line-height: 100%;
		margin-bottom: 15px;
	}
	.Assembly-content .img-box .text-box p {
		font-size: 18px;
	}
	.Assembly-content .video-box {
		top: 26.5%;
	}
}
@media (max-width: 1080px) {
	.Assembly-content .img-box .text-box h2 {
		font-size: 32px;
		line-height: 100%;
		margin-bottom: 15px;
	}
	.Assembly-content .video-box {
		top: 22%;
	}
}
@media (max-width: 996px) {
	.header .menu-list {
		position: absolute;
	}
	.mb_yin,
	.pc_xian {
		display: none;
	}
	.mob_xian {
		display: block;
	}

	.in_con1 .img-box .play,
	.in_con2 .play {
		width: 50px;
	}
	.in_con2 .zuo {
		padding-bottom: 15px;
		position: relative;
	}
	.in_con2 .zuo,
	.in_con2 .you {
		width: 100%;
	}
	.in_con2 .sp_2 {
		margin: 0;
		font-size: 24px;
	}
	.in_con2 .sp_4 {
		margin: 20px 0 0px 0;
		font-size: 15px;
	}
	.in_con2 .sp_6 {
		margin-top: 0px;
	}
	.in_con2 .zuo .li {
	}
	.in_con2 .zuo .li span {
		width: 20px;
		height: 20px; /*margin-left: 40%;*/
	}
	.in_con2 .zuo .li.cur span {
		width: 100%;
		height: 20vw;
	}
	.in_con2 .zuo .li span {
		margin-left: 10vw;
		transform: translateX(-10px);
	}

	.in_con2 .ul {
		width: 20vw;
		float: left;
	}
	.in_con2 .dd_v2 {
		width: calc(100% - 20vw);
		padding: 0 0px 0 10px;
		float: left;
	}
	.in_con2 .zuo .li {
		width: 100%;
		margin-bottom: 8px;
	}
	.in_con2 .zuo .dd_v2 .font_28 {
		font-size: 15px;
	}
	.in_con2 .on1 {
		padding-top: 8px;
	}
	.in_con2 .on2 {
		padding-top: 40px;
	}
	.in_con2 .on3 {
		padding-top: 70px;
	}
	.in_con2 .you {
		margin-top: 10px;
		position: static;
		transform: translateY(0%);
	}
	.in_con2 .swiper-container {
		margin-top: 0 !important;
	}
	.in_con2 .you .swiper-slide div {
		opacity: 0;
		font-size: 14px;
	}
	.in_con2 .you .swiper-slide-active div {
		opacity: 1;
	}
	.in_con2 .play {
		margin-top: -15px;
	}
	.in_con2 .zuo .im2 {
		width: 25px;
		bottom: -31px;
		right: auto;
		top: auto;
		left: 50px;
	}
	.in_con2 .zuo .li .dhimg {
		width: 100%;
	}


	.Assembly-content .video-box {
		top: 64%;
	}
	.Assembly-content .img-box .text-box p {
		font-size: 13px;
		line-height: 180%;
	}
	.Assembly-content .video-box .play {
		width: 50px;
	}
	.mobile-hidden {
		display: none;
	}
	.mobile-show {
		display: block;
	}
	.web_xian {
		display: none;
	}
	.Assembly-content .img-box .text-box {
		top: 7%;
	}
	.in_con2.Assembly-content .qr-box {
		text-align: center;
		position: absolute;
		top: 31%;
		left: 3%;
	}
	.in_con2.Assembly-content .qr-box {
		width: 360px;
	}
	.in_con2.Assembly-content .qr-box .fox-box {
		width: 220px;
	}
	.in_con2.Assembly-content .qr-box .qr-img-box {
		width: 130px;
	}
	.in_con2.Assembly-content .qr-box p {
		margin-bottom: 48px;
	}
	.sub-nav {
		padding-left: 5.6%;
		position: fixed;
        display: flex;
	}
	/*.sub-nav .car-name {*/
	/*	font-size: 14px;*/
	/*	padding-right: 26px;*/
	/*	background: url(../../img/arrow.png) right center no-repeat;*/
	/*	background-size: 12px auto;*/
	/*}*/
	.id .sub-nav .car-name {
		font-size: 12px;
	}
	/*.sub-nav .car-name.active {*/
	/*	background: url(../img/../arrow2.png) right center no-repeat;*/
	/*	background-size: 12px auto;*/
	/*}*/
	.sub-nav .btn-box {
		right: 3.5%;
	}
	.sub-nav .btn-box a {
		width: 80px !important;
		min-width: auto !important;
	}
	.sub-nav .anchor-box {
		display: none;
		position: absolute;
		top: 56px;
		background: #6db9f1;
		left: 0;
		width: 100%;
		padding: 0 5.3%;
	}
	.sub-nav .anchor-box .anchor {
		display: block;
		border-top: 1px solid #e6e6e6;
		margin: 0;
	}
    .sub-nav .anchor-box .anchor img{
        width: 100px !important;
    }
	.sub-nav.scroll {
		left: 0;
		transform: translateX(0);
	}
	.sub-nav a {
		color: black;
	}

	.popup-video .video-box {
		display: block;
		width: 100%;
	}
	.popup-video video {
		width: 100%;
		height: auto;
		max-width: none;
		margin-top: 50%;
	}
	.popup-video .text-box {
		padding: 0 5.3%;
		position: static;
	}
	.popup-video .text-box h3 {
		font-size: 22px;
	}
	.popup-video .close {
		top: 20px;
		left: 5.3%;
	}
	.popup-video .swiper-button-next,
	.popup-video .swiper-button-prev {
		display: none;
	}
	.popup-video .text-box .download {
		left: 50%;
		transform: translateX(-50%);
		right: auto;
		bottom: 100px;
	}
}
@media (max-height: 800px) {
	.tools-tab .img-box .text-box p {
		margin-bottom: 20px;
	}
	.tools-tab .img-box .text-box .icon-box {
		width: 700px;
		margin-bottom: 15px;
	}
}

@media (max-width: 400px) {
	.font_56 {
		font-size: 35px;
	}
	.Assembly-content .video-box {
		top: 64%;
	}
}

/* 从下往上渐变显示动画 */
.fade-up-text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
    z-index: 2;
    pointer-events: none;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 1s ease-out, transform 1s ease-out;
}

.fade-up-text.visible {
    opacity: 1;
    transform: translateY(0);
}

/* 三张并排图片区域 */


.three-images-wrapper {
    display: flex;
    padding: 0 100px 100px 100px;
    gap: 1%;
}

.three-images-wrapper .img-box {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.three-images-wrapper .img-box img {
    width: 100%;
    display: block;
    transition: transform 0.3s ease;
}

.three-images-wrapper .img-box:hover img {
    transform: scale(1.05);
}

.three-images-wrapper .img-title {
    position: absolute;
    top: 20px;
    left: 20px;
    color: #fff;
    font-size: 18px;
    font-family: VWHead-Bold, HYQiHei-80S;
}

/* 移动端响应式 */
@media (max-width: 996px) {
    .three-images-wrapper {
        flex-direction: column;
        padding: 0 20px 40px 20px;
    }
}
