body{
	color: #111;
    max-width: 100%;
}

.new_body{
	position: relative;
    max-width: 1920px;
    margin: 0 auto;
}

/* banner */
.banner_title{
	font-size: 0.48rem;
	font-weight: 600;
	text-align: center;
	margin-top: 1.5rem;
	margin-bottom: 0.24rem;
	color: #000;
	letter-spacing: 0.018rem;
}
.banner_tab{
	display: flex;
	width: 100%;
	justify-content: center;
	align-items: center;
	height: 0.8rem;
	line-height: 0.8rem;
	border-bottom: 1px solid transparent;
	/* border-bottom: 1px solid #ccc;
	background-color: #ccc; */
	position: sticky;
	top: 0;
	z-index: 200;
	transition:  all .3s;
}
.banner_tab.active{
	background-color: rgba(55, 55, 55, 0.8);
}
.banner_tab.active a{
	color: #fff !important;
}
.banner_tab div{
	margin: 0rem 0.4rem;
	border-bottom: 1px solid transparent;
	font-size: 0.2rem;
	font-weight: 500;
	cursor: pointer;
	z-index: 2;
	height: 0.5rem;
	line-height: 0.5rem;
}
.banner_tab div.active{
	border-bottom: 1px solid #2a5f9b;
}
.banner_tab div.active a{
	color: #2a5f9b;
}
.banner_tab.active div{
	color: rgba(255, 255, 255, 0.3);
}
.banner_tab.active div.active{
	color: rgba(255, 255, 255, 1);
	border-bottom: 1px solid rgba(255, 255, 255, 1);
}
.banner_tab_marks{
	margin: 0 !important;
}
.banner_tab.active .banner_tab_marks{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0 !important;
	z-index: 1;
	backdrop-filter: saturate(80%) blur(50px);
	-webkit-backdrop-filter: saturate(80%) blur(50px);
}
.banner_detail{
	text-align: center;
	font-size: 0.2rem;
	color: #515151;
	margin-top: 0.4rem;
	letter-spacing: 0.009rem;
	line-height: 0.4rem;
}
.banner_video{
	padding: 0 1.5rem;
	margin-top: 0.8rem;
	margin-bottom: 1rem;
}
.banner_video video{
	width: 100%;
}

/* unit */
.unit_all{
	padding: 1rem 1.5rem;
	display: flex;
	align-items: center;
	position: relative;
}
.u_bk_box{
	position: absolute;
	top: 0;
	left: 0;
	height: 75%;
	width: 100%;
	background-color: rgb(246, 247, 248);
	z-index: 1;
	overflow: hidden;
}
.u_bk_box img{
	position: absolute;
	bottom: -1rem;
	left: 1.9rem;
	width: 25%;
}
.u1_left, .u1_right{
	z-index: 2;
}
.u1_left{
	width: 38%;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
.u1_right{
	width: 62%;
	position: relative;
}
.u1_right img{
	width: 100%;
}
.ua_t1{
	font-size: 0.34rem;
	font-weight: bold;
}
.ua_t1 span{
	color: rgb(14, 66, 134);
}
.ua_t2{
	font-size: 0.4rem;
	line-height: 0.35rem;
	font-weight: bold;
	color: rgb(14, 66, 134);
}
.ua_t3{
	font-size: 0.2rem;
	margin-top: 0.08rem;
}
.ua_t4{
	font-size: 0.16rem;
	margin-top: 0.3rem;
	line-height: 0.3rem;
	color: #444;
}

.unit_2 .u1_left{
	padding-right: 0rem;
	padding-left: 0.8rem;
}
.unit_2 .u_bk_box img{
	left: auto;
	right: 1.9rem;
	opacity: 0.8;
}

/* 品牌����*/
.unit_5{
	padding: 1rem 1.5rem;
	background-color: #f6f7f8;
}
.u5_top{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.u5t_left{
	width: 68%;
	padding-right: 0.8rem;
}
.u5t_right{
	width: 20%;
	position: relative;
	display: none;
}
.u5t_right .u5tr_tab{
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.u5t_right .u5tr_tab div{
	font-size: 0.16rem;
	cursor: pointer;
	padding-top: 0.2rem;
	width: 50%;
	text-align: center;
}
.u5t_right .u5tr_tab div.active{
	color: rgb(14, 66, 134);
}
.u5t_left .u5tl_t{
	font-size: 0.34rem;
	font-weight: bold;
}
.u5t_left .u5tl_d{
	font-size: 0.16rem;
	margin-top: 0.3rem;
	line-height: 0.3rem;
}
.u5tr_line{
	width: 100%;
	height: 2px;
	background-color: rgb(216, 217, 218);
}
.u5tr_line div{
	height: 100%;
	width: 50%;
	background-color: rgb(14, 66, 134);
	transition: all .3s;
}
.u5_bottom{
	background-color: rgb(237, 238, 240);
	border-radius: 15px;
	margin-top: 0.6rem;
	position: relative;
}
.u5_bottom_min{
	/* padding: 0.5rem 0.8rem; */
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	pointer-events: none;
	opacity: 0;
	transition: all .5s;
}
.u5_bottom_min img{
	width: 100%;
}
.u5_bottom_min:nth-of-type(1){
	position: relative;
}
.u5_bottom_min.active{
	opacity: 1;
	pointer-events: auto;
}
.u5b_left{
	width: 50%;
	padding-right: 0.8rem;
}
.u5b_right{
	width: 50%;
}
.u5b_right img{
	width: 100%;
	border-radius: 20px;
}
.u5bl_1{
	font-size: 0.2rem;
	font-weight: 500;
}
.u5bl_2{
	margin-top: 0.1rem;
	font-size: 0.16rem;
	margin-top: 0.3rem;
	line-height: 0.3rem;
}
.u5bl_3{
	margin-top: 0.8rem;
}
.u5bl_3_min{
	display: flex;
}
.u5bl_3_min div{
	font-size: 0.3rem;
	color: rgb(14, 66, 134);
	font-weight: 500;
}
.u5bl_3_min div span{
	font-style: italic;
	margin-right: 0.1rem;
}
.u5bl_3_min div:nth-of-type(2){
	margin-left: 0.3rem;
}
.u5bl_3_text{
	font-size: 0.16rem;
	margin-top: 0.08rem;
	line-height: 0.3rem;
}
.u5bl_5{
	margin-top: 0.4rem;
	font-size: 0.28rem;
	font-weight: bold;
	color: rgb(14, 66, 134);
}



/* 播放视频按钮 */
.unit_video_btn{
	position: absolute;
	width: 1.7rem;
	height: 0.5rem;
	backdrop-filter: saturate(80%) blur(50px);
	-webkit-backdrop-filter: saturate(80%) blur(50px);
	right: 0.3rem;
	bottom: 0.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	font-size: 0.14rem;
	opacity: 0.8;
	transition: all .3s;
}
.unit_video_btn img{
	width: 0.16rem;
	margin-left: 0.13rem;
}
.unit_video_btn:hover{
	opacity: 1;
}

/* 弹窗视频 */
.pc_pop_video{
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	z-index: 2000;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
}
.pc_pop_video video{
	height: 100%;
	width: 100%;
}
.pc_pop_close{
	position: absolute;
	top: 0.5rem;
	right: 0.5rem;
	width: 0.5rem;
	height: 0.5rem;
	z-index: 6;
	background-color: #6b6b6b;
	border-radius: 100%;
	opacity: 0.5;
	transition: all .5s;
	cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pc_pop_close img{
    width: 0.15rem;
}
.pc_pop_close:hover{
	opacity: 1;
}
.pc_pop_video.active{
	opacity: 1;
	pointer-events: auto;
}



@media (max-width: 769px){
	.banner_title{
		font-size: 0.58rem;
		margin-top: 2rem;
		margin-bottom: 0.5rem;
	}
	.banner_video{
		padding: 0rem;
		margin-top: 1rem;
		margin-bottom: 1rem;
		position: relative;
	}
	.banner_video video{
		z-index: 2;
		position: relative;
	}
	.video_mb_mark{
		position: relative;
		width: 100%;
		z-index: 1;
	}
	.banner_tab{
		height: 1rem;
		line-height: 1rem;
	}
	.banner_video .unit_video_btn{
		z-index: 3;
	}
	.banner_tab div{
		margin: 0rem 0.3rem;
		font-size: 0.28rem;
		height: 0.7rem;
		line-height: 0.7rem;
	}
	.banner_detail_mb{
		padding: 0 0.5rem;
		padding-bottom: 1.5rem;
		color: #b4b4b4;
		line-height: 0.5rem;
		text-align: center;
	}
	
	/* 了解更多按钮 */
	.unit_video_btn{
		width: 2.3rem;
		height: 0.7rem;
		font-size: 0.2rem;
		opacity: 1;
	}
	.unit_video_btn img{
		width: 0.2rem;
		margin-left: 0.22rem;
	}
	
	/* 单元 */
	.unit_all{
		flex-direction: column-reverse;
		padding: 0;
	}
	.u1_left, .u1_right{
		width: 100%;
	}
	.u_bk_box{
		display: none;
	}
	.u1_left{
		padding-left: 0.5rem;
		padding-top: 0.8rem;
		padding-bottom: 1.5rem;
		padding-right: 0.5rem;
	}
	.unit_2 .u1_left{
		padding-right: 0.5rem;
		padding-left: 0.5rem;
		background-color: rgba(237, 238, 240,0.5);
	}
	.unit_2{
		flex-direction: column;
	}
	.ua_t1{
		font-size: 0.44rem;
		line-height: 0.44rem;
	}
	.ua_t2{
		font-size: 0.5rem;
		line-height: 0.5rem;
		margin-top: 0.1rem;
	}
	.ua_t3{
		font-size: 0.3rem;
		line-height: 0.4rem;
		margin-top: 0.1rem;
	}
	.ua_t4{
		font-size: 0.26rem;
		margin-top: 0.4rem;
		line-height: 0.43rem;
		color: #444;
	}
	
	
	/* 关于 */
	.unit_5{
		padding: 1rem 0 0;
		background-color: #fff;
	}
	.u5_top{
		flex-direction: column;
	}
	.u5t_left{
		width: 100%;
		padding: 0 0.5rem 0.8rem;
		text-align: center;
	}
	.u5t_right{
		background-color: rgb(237, 238, 240);
		width: 100%;
		padding: 0.8rem 0.5rem 0.5rem;
	}
	.u5_bottom{
		margin-top: 0;
		border-radius: 0;
		/* padding-bottom: 1rem; */
	}
	.u5t_left .u5tl_t{
		font-size: 0.44rem;
	}
	.u5t_left .u5tl_d{
		font-size: 0.26rem;
		margin-top: 0.3rem;
		line-height: 0.45rem;
	}
	.u5t_right .u5tr_tab div{
		font-size: 0.26rem;
		padding-top: 0.5rem;
	}
	.u5_bottom_min{
		padding: 0.5rem 0.5rem;
		padding: 0;
		flex-direction: column-reverse;
		height: calc(100% - 1rem);
	}
	.u5b_left{
		width: 100%;
		padding: 0rem 0.5rem 0.5rem;
		background-color: rgb(229, 229, 230);
		border-radius: 0px 0px 10px 10px;
		flex: 1;
	}
	.u5b_right{
		padding: 0.5rem 0.5rem;
		width: 100%;
		background-color: rgb(229, 229, 230);
		border-radius: 10px 10px 0 0;
	}
	.u5b_right img{
		border-radius: 10px;
	}
	.u5bl_1{
		font-size: 0.3rem;
	}
	.u5bl_2{
		font-size: 0.26rem;
		margin-top: 0.3rem;
		line-height: 0.45rem;
	}
	.u5bl_3_min div{
		font-size: 0.4rem;
	}
	.u5bl_3_text{
		font-size: 0.26rem;
		margin-top: 0.08rem;
		line-height: 0.45rem;
	}
	.u5bl_3{
		margin-top: 0;
	}
	.u5bl_3_min{
		/* display: none; */
		margin: 0.1rem 0;
	}
	.u5bl_3_text{
		margin-top: 0;
	}
	
	
	.u5_bottom_min img{
		height: 5rem;
		object-fit: cover;
	}
	
}