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: 0.4rem;
}
.banner_video video{
	width: 100%;
}
.banner_video img{
    width: 100%;
}

/* unit */
.unit_all{
	padding: 1rem 1.5rem;
}
.unit_tips{
	font-size: 0.22rem;
	opacity: 0.4;
}
.unit_title{
	font-size: 0.48rem;
	font-weight: 600;
	margin-top: 0.1rem;
}
.unit_title span{
	color: rgb(14, 66, 134);
}
.unit_detail{
	font-size: 0.18rem;
	letter-spacing: 0.01rem;
	margin-top: 0.2rem;
	line-height: 0.3rem;
	padding-right: 1rem;
	font-weight: 300;
}
.unit_min_list{
	margin-top: 0.7rem;
	display: flex;
	justify-content: space-between;
}
.unit_min{
	position: relative;
	width: 49.5%;
	cursor: pointer;
}
.unit_min .unit_img{
	width: 100%;
	position: relative;
	z-index: 1;
}
.unit_min_t1{
	position: absolute;
	top: 1rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	text-align: center;
	width: 100%;
}
.unit_min_t1 div:nth-of-type(1){
	color: #fff;
	font-size: 0.22rem;
	font-weight: 300;
}
.unit_min_t1 div:nth-of-type(2){
	margin-top: 0.3rem;
	font-size: 0.38rem;
	color: #fff;
    font-weight: 400;
}
.unit_3 .unit_min_t1 div:nth-of-type(2){
	display: none;
}
.unit_3 .unit_min_t1 div:nth-of-type(1){
	font-size: 0.38rem;
	color: #fff;
    font-weight: 400;
}
.unit_min_t1 div:nth-of-type(3){
	font-size: 0.22rem;
	color: #fff;
	font-weight: 300;
	transition: opacity .4s;
	text-align: center;
	line-height: 0.34rem;
	padding: 0 0.5rem;
	margin-top: 0.4rem;
	opacity: 0;
}
.unit_min.active .unit_min_t1 div:nth-of-type(3){
	opacity: 1;
}
.unit_min_t2{
	position: absolute;
	width: 100%;
	bottom: 1rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	text-align: center;
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.34rem;
	padding: 0 1rem;
	opacity: 0;
	transition: opacity .4s;
	font-weight: 300;
}
.video_play{
	position: absolute;
	top: 40%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 5;
	opacity: 0;
	transition: opacity .4s;
}
.video_play img{
	width: 0.8rem;
}
.unit_min_marks{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 4;
	pointer-events: none;
	opacity: 0;
	transition: opacity .4s;
	backdrop-filter: saturate(100%) blur(80px);
	-webkit-backdrop-filter: saturate(100%) blur(80px);
}
.unit_min:hover .unit_min_marks{
	opacity: 1;
}
.unit_min:hover .unit_min_t2{
	opacity: 1;
}
.unit_min:hover .video_play{
	opacity: 1;
}

.unit_2{
	background-color: rgb(246, 247, 248);
}
.unit_2 .unit_min_double{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.unit_min_single{
	border-radius: 16px;
	overflow: hidden;
}
.unit_min_e{
	position: relative;
	width: 100%%;
	border-radius: 16px;
	overflow: hidden;
}
.unit_min_e .ume_img{
	width: 100%;
}
.unit_text_box{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 2;
	padding: 0.7rem 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ume_t1{
	font-size: 0.4rem;
	color: #fff;
}
.ume_t2{
	font-size: 0.8rem;
	color: #fff;
}
.ume_t3{
	display: flex;
	color: #fff;
	justify-content: center;
	font-size: 0.18rem;
	font-weight: 300;
}
.ume_t3 div{
	margin: 0 0.35rem;
}
.ume_t4{
	display: flex;
	justify-content: center;
}
.ume_t4 .ume_t4_min{
	margin: 0 0.15rem;
}
.u4m_i{
	width: 0.75rem;
}
.u4m_i img{
	width: 100%;
}
.u4m_t{
	color: #fff;
	font-size: 0.18rem;
	font-weight: 300;
	margin-top: 0.15rem;
}




















/* 品牌����*/
.unit_5{
	padding: 1rem 1.5rem;
	background-color: #f6f7f8;
}
.u5_top{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.u5t_left{
	width: 50%;
	padding-right: 0.8rem;
}
.u5t_right{
	width: 35%;
	position: relative;
}
.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: auto;
	text-align: center;
}
.u5t_right .u5tr_tab div:nth-of-type(1){
	width: 30%;
}
.u5t_right .u5tr_tab div:nth-of-type(2){
	width: 35%;
}
.u5t_right .u5tr_tab div:nth-of-type(3){
	width: 35%;
}
.u5t_right .u5tr_tab div.active{
	color: rgb(14, 66, 134);
}
.u5t_left .u5tl_t{
	font-size: 0.45rem;
	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: 0%;
	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;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	pointer-events: none;
	opacity: 0;
	transition: all .5s;
}
.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.37rem;
	font-weight: bold;
}
.u5bl_1 div:nth-of-type(2){
	font-size: 0.16rem;
	line-height: 0.3rem;
	font-weight: normal;
	margin-top: 0.05rem;
}
.u5bl_2{
	margin-top: 1.6rem;
	font-size: 0.16rem;
}
.u5bl_222{
	margin-top: 2.5rem;
}
.u5bl_2 div:nth-of-type(1){
	font-size: 0.7rem;
	color: rgb(14, 66, 134);
	font-weight: bold;
}
.u5bl_2_left div:nth-of-type(1){
	margin-left: -0.4rem;
}
.u5bl_2 div:nth-of-type(2){
	font-size: 0.22rem;
}
.u5_bottom_min:nth-of-type(2) .u5bl_2 div:nth-of-type(2){
	margin-top: 0.1rem;
}
.u5bl_3{
	margin-top: 0.5rem;
}
.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;
	line-height: 0.3rem;
}
.u5bl_5{
	margin-top: 0.4rem;
	font-size: 0.28rem;
	font-weight: bold;
	color: rgb(14, 66, 134);
}
.u5bl_4{
	font-size: 0.16rem;
	line-height: 0.3rem;
	font-weight: normal;
	margin-top: 0.1rem;
}
.u5bl_9{
	font-size: 0.16rem;
	line-height: 0.3rem;
	font-weight: normal;
	margin-top: 0.5rem;
}
.u5bl_2_list{
	display: flex;
}
.u5bl_2_list .u5bl_2{
	width: 50%;
	margin-top: 2.2rem;
}
.u2222{
	margin-top: 0.5rem;
	font-size: 0.16rem;
	line-height: 0.3rem;
	font-weight: normal;
}

/* 播放视频按钮 */
.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;
	z-index: 2;
}
.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;
}


.close_marks{
	display: none;
}


@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: 1rem;
		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: 1rem 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;
		padding: 1rem 0;
	}
	.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 0rem;
		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;
		white-space: nowrap;
	}
	.u5t_right .u5tr_tab div{
		font-size: 0.26rem;
		padding-top: 0.5rem;
	}
	.u5_bottom_min{
		padding: 0.5rem 0.5rem;
		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;
	}
	.u5bl_3_text{
		margin-top: 0;
	}
	
	
	
	
	.unit_all{
		text-align: center;
	}
	.unit_tips{
		font-size: 0.32rem;
	}
	.unit_title{
		font-size: 0.58rem;
	}
	.unit_detail{
		font-size: 0.26rem;
		letter-spacing: 0.01rem;
		margin-top: 0.3rem;
		line-height: 0.45rem;
		padding: 0rem 0.6rem;
		font-weight: 300;
	}
	.unit_min_list{
		flex-direction: column;
		padding: 0 0.4rem;
	}
	.unit_min{
		width: 100%;
	}
	.unit_min_top{
		margin-top: 3%;
	}
	.unit_min_t1 div:nth-of-type(1){
		font-size: 0.32rem;
	}
	.unit_min_t1 div:nth-of-type(2){
		font-size: 0.48rem;
	}
	.unit_min_t2{
		font-size: 0.22rem;
	}
	.unit_video_btn{
		right: auto;
		left: 50%;
		bottom: 0.5rem;
		transform: translateX(-50%);
	}
	
	.unit_min:hover .unit_min_marks{
		opacity: 0;
	}
	.unit_min:hover .unit_min_t2{
		opacity: 0;
	}
	
	.unit_min.active .unit_min_marks{
		opacity: 1 !important;
	}
	.unit_min.active .unit_min_t2{
		opacity: 1 !important;
	}
	.unit_min_e{
		margin-bottom: 3%;
		border-radius: 10px;
	}
	.unit_min_single{
		border-radius: 10px;
	}
	.ume_t3 div{
		font-size: 0.24rem;
	}
	.ume_t1{
		font-size: 0.45rem;
	}
	.ume_t2{
		font-size: 1rem;
	}
	.unit_text_box{
		padding: 0.5rem 0;
	}
	.u4m_i{
		width: 0.85rem;
	}
	.u4m_t{
		font-size: 0.22rem;
	}
	
	.unit_3{
		padding: 1rem 0;
	}
	
	.unit_5{
		background: rgb(237, 238, 240);
	}
	.u5b_right{
		padding: 0;
	}
	.u5b_right img{
		border-radius: 10px 10px 0 0;
	}
	.u5_bottom_min{
		padding: 0.5rem 0.4rem;
	}
	.u5t_right .u5tr_tab div:nth-of-type(1){
		text-align: center;
	}
	.u5bl_1{
		font-size: 0.4rem;
		margin: 0.8rem 0 1rem;
	}
	.u5bl_2 div:nth-of-type(2){
		font-size: 0.28rem;
	}
	.u5bl_2 div:nth-of-type(1){
		font-size: 0.8rem;
		line-height: 0.8rem;
		margin-bottom: 0.1rem;
	}
	.u5bl_222{
		margin-bottom: 0.5rem;
	}
	.u5b_left{
		padding: 0rem 0.5rem 0.8rem;
		min-height: 9.2rem;
	}
	
	.u5bl_2_list .u5bl_2{
		margin-top: 0rem;
	}
	
	.u2222, .u5bl_4, .u5bl_9{
		font-size: 0.26rem;
		line-height: 0.45rem;
	}
	
	.close_marks{
		position: absolute;
		bottom: 0.5rem;
		left: 50%;
		transform: translateX(-50%);
		z-index: 5;
		display: flex;
		justify-content: center;
		align-items: center;
		width: 0.8rem;
		height: 0.8rem;
		border-radius: 100%;
		border: 1px solid rgba(255,255,255,0.2);
		transition: all .4s;
		opacity: 0;
	}
	.close_marks img{
		width: 0.35rem;
	}
	.unit_min.active .close_marks{
		opacity: 1;
	}
	.u5t_right .u5tr_tab div:nth-of-type(1){
		width: 30%;
	}
    .u5t_right .u5tr_tab div:nth-of-type(2){
		width: 35%;
	}
	.u5t_right .u5tr_tab div:nth-of-type(3){
		width: 35%;
	}
	
	.banner_video .unit_video_btn{
		right: 0.5rem;
		left: auto;
		transform: translateX(0);
	}
	
	
	.video_play{
		top: 50%;
	}
	.unit_min.active .video_play{
		display: none;
	}
	
	
	.unit_3 .unit_min_t1 div:nth-of-type(1){
		font-size: 0.48rem;
	}
	.unit_min .video_play{
		opacity: 1;
	}
}