/* 悬浮头部 */
.header_box{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
}
.resident_top{
	background-color: #000;
	height: 0.86rem;
	position: relative;
	z-index: 2;
}
.header_logo{
	position: absolute;
	left: 50%;
	top: 90%;
	transform: translate(-50%,-50%);
	width: 1.7rem;
	opacity: 0;
	transition: all 1s;
	cursor: pointer;
}
.rt_right{
	display: flex;
	align-items: center;
	position: absolute;
	right: 0.8rem;
	top: 90%;
	transform: translateY(-50%);
	opacity: 0;
	transition: all 1s;
}
.resident_top.active .header_logo{
	top: 50%;
	opacity: 1;
}
.resident_top.active .rt_right{
	top: 50%;
	opacity: 1;
}
.heander_icon img{
	width: 0.19rem;
	transition: all .6s;
	opacity: 1;
}
.heander_icon img:hover{
	transform: scale(1.1);
}
.heander_icon.global{
	position: relative;
}
/* .heander_icon.global::after{
	content: '';
	width: 1px;
	height: 0.2rem;
	background-color: #bf906c;
	position: absolute;
	right: -0.2rem;
	top: 50%;
	transform: translateY(-50%);
	opacity: 0.5;
} */

.stretch_bottom{
	position: relative;
	width: 100%;
	height: 0.6rem;
	background-color: rgba(0, 0, 0, 0.86);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 1s;
	top: 0rem;
	z-index: 1;
}
.stretch_bottom .btn_s1{
	color: #c4c4c4;
	margin: 0 0.25rem;
	font-size: 0.14rem;
	letter-spacing: 0.007rem;
	transform: translateY(0.3rem);
	opacity: 0;
	transition: all 1s;
	transition-delay: 0.5s;
	cursor: pointer;
	font-family: 'PM';
}
.stretch_bottom.active .btn_s1{
	transform: translateY(0rem);
	opacity: 1;
}
.stretch_bottom._hide{
	top: -0.6rem;
}


.heander_icon.search{
	margin-left: 0.4rem;
}
.head_select_box img{
	width: 0.15rem;
	margin-left: 0.1rem;
	transition: all .6s;
	opacity: 1;
	cursor: pointer;
}
.stretch_bottom .btn_s1{
	position: relative;
	height: 100%;
	line-height: 0.6rem;
	overflow: hidden;
}

.ponone{
	pointer-events: none !important;
}
.head_pop{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: #000;
	position: fixed;
	z-index: 10000;
	display: flex;
	opacity: 0;
	pointer-events: none;
	transition: all 1s;
	top: 0;
}
.head_pop.active{
	opacity: 1;
	pointer-events: auto;
}
.hp_min_1{
	background-color: #181818;
	position: relative;
	padding: 0 0.15rem;
}
.hp_logo{
	position: relative;
	width: 1.3rem;
	margin-bottom: 0.5rem;
}
.hp1_btn{
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	transform: translateX(-50%) rotate(90deg);
	top: 0.65rem;
	cursor: pointer;
	
}
.hp1_btn{
	position: relative;
}
.shadow_l{
	width: 40px;
	height: 40px;
	border-radius: 100%;
	box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
	position: absolute;
	top: 1px;
	left: 1px;
	z-index: 0;
}
.btn_s2 svg{
	z-index: 1;
	position: relative;
}
.shadow_i{
	position: absolute;
	width: 50%;
	height: 50%;
	z-index: 2;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}

.hp_min_2{
	display: flex;
	flex-direction: column;
	background: #131313;
}
.hp_min_2 .hp_fb{
	height: 0.6rem;
	line-height: 0.6rem;
	display: flex;
	justify-content: flex-start;
	overflow: hidden;
	font-size: 0.2rem;
	color: rgba(255, 255, 255, 0.6);
	position: relative;
	width: auto;
	margin-bottom: 0.1rem;
	flex-shrink: 0;
	cursor: pointer;
}
.hp_fb.active .btn_s1 .a_h2{
	color: #fff;
}

.hp_min_3{
	flex: 1;
}
.models_list{
	display: flex;
}
.models_name{
	padding: 1.6rem 1.4rem 0 0.6rem;
	height: 100vh;
	transition: all 1s;
}
.models_name.color_e{
	background-color: #969a9e;
}
.models_name.color_r{
	background-color: #171717;
}
.models_name .ch_a{
	display: flex;
	margin-bottom: 0.22rem;
	opacity: 0;
	position: relative;
	transform: translateX(0.5rem);
	transition: opacity 0.8s, transform 1.2s;
	height: 0.55rem;
	line-height: 0.55rem;
	overflow: hidden;
	cursor: pointer;
}
.models_name .ch_a .btn_s1::after{
	width: 0 !important;
}
.models_list.active .models_name .ch_a:nth-of-type(2){
	transition-delay: 0.25s;
}
.models_list.active .models_name .ch_a:nth-of-type(3){
	transition-delay: 0.5s;
}
.models_list.active .models_name .ch_a:nth-of-type(4){
	transition-delay: 0.75s;
}
.models_list.active .models_name .ch_a:nth-of-type(5){
	transition-delay: 1s;
}
.models_list.active .models_name .ch_a:nth-of-type(6){
	transition-delay: 1.25s;
}
.models_list.active .models_name .ch_a{
	transform: translateX(0rem);
	opacity: 1;
}
.models_i{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
}
.ch_a.active .models_i{
	animation-name: fade-in;
	animation-duration: 0.3s;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
.models_i img{
	position: absolute;
	width: 0.1rem;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	transition: all .5s;
}
.models_i img:nth-of-type(1){
	position: relative;
	top: 0;
	left: 0;
	z-index: 0;
	opacity: 1;
}
.models_t{
	color: rgba(255, 255, 255, 0.6);
	transition: all .5s;
	font-size: 0.2rem;
	margin-right: 0.3rem;
	font-weight: bold;
}
.models_t.e_color{
	color: rgba(255, 255, 255, 1);
}

@keyframes fade-in{
  0% {
    opacity: 0;
	top: 100%;
  }
  100% {
    opacity: 1;
	top: 50%;
  }
}


.models_name .ch_a.active .models_t{
	color: #bf906c;
}
.models_name .ch_a.active .models_t_1{
	color: rgb(0, 183, 187);
}
.models_name .ch_a.active .models_i img{
	opacity: 1;
}

.models_detail{
	flex: 1;
	position: relative;
	overflow: hidden;
}
.models_d_min{
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: all 0.8s;
	pointer-events: none;
}
.models_d_min.active{
	opacity: 1;
	pointer-events: auto;
}
.models_d_min .mdm_bk{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transform: scale(1.1);
	opacity: 0;
	pointer-events: none;
	transition: all 1s;
}
.models_d_min .mdm_bk.active{
	transform: scale(1);
	opacity: 1;
	pointer-events: auto;
}
.mdm_bk_color{
	background: linear-gradient(to bottom, rgb(224,224,224), rgb(160,165,171));
	width: 100%;
	height: 100vh;
}
.mdm_detail{
	position: absolute;
	bottom: 0.5rem;
	left: 1.3rem;
	z-index: 1;
}
.mdmd_t1{
	color: #fff;
	margin-bottom: 0.45rem;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	font-weight: bold;
	font-size: 0.45rem;
	font-family: 'PM';
}
.mdmd_t1_btn{
	display: flex;
	border-radius: 10px;
}
.mdmd_t1_btn div{
	width: 0.8rem;
	height: 0.28rem;
	line-height: 0.28rem;
	text-align: center;
	font-size: 0.12rem;
	color: rgb(0, 183, 187);
	border: 1px solid rgb(0, 183, 187);
	margin-bottom: 0.15rem;
	cursor: pointer;
	font-weight: 300;
	transition: all .3s;
}
.mdmd_t1_btn div:nth-of-type(1){
	border-radius: 3px 0 0 3px;
}
.mdmd_t1_btn div:nth-of-type(2){
	border-radius: 0px 0px 0px 0px;
}
.mdmd_t1_btn div.active,
.mdmd_t1_btn div:hover{
	background-color: rgb(0, 183, 187);
	color: #fff;
}
/* 首页和 side的 rx */
/* 公共样式 */
.mdmd_t1_btn-rx,
.mdmd_t1_btn-rxSide {
  display: flex;
  border-radius: 10px;
}

.mdmd_t1_btn-rx div,
.mdmd_t1_btn-rxSide div {
  width: 0.8rem;
  height: 0.28rem;
  line-height: 0.28rem;
  text-align: center;
  font-size: 0.12rem;
  color: #DBB093;
  border: 1px solid #DBB093;
  margin-bottom: 0.15rem;
  cursor: pointer;
  font-weight: 300;
  transition: all 0.3s;
}

/* 选择第一个和第二个 div 的样式 */
.mdmd_t1_btn-rx div:nth-of-type(1),
.mdmd_t1_btn-rxSide div:nth-of-type(1) {
  border-radius: 0px 0 0 0px;
}

.mdmd_t1_btn-rx div:nth-of-type(2),
.mdmd_t1_btn-rxSide div:nth-of-type(2) {
  border-radius: 0px 0px 0px 0px;
}

/* 激活状态和 hover 状态 */
.mdmd_t1_btn-rx div.active,
.mdmd_t1_btn-rxSide div.active,
.mdmd_t1_btn-rx div:hover,
.mdmd_t1_btn-rxSide div:hover {
  background-color: #DBB093;
  color: #fff;
}


/*  rx页面 */
.mdmd_t1_btn-rxPage{
	display: flex;
	border-radius: 10px;
}
.mdmd_t1_btn-rxPage div{
	width: 1.72rem;
	height: 0。44rem;
	line-height: 0.44rem;
	text-align: center;
	font-size: 0.17rem;
	color: #DBB093;
	border: 1px solid #DBB093;
	margin-bottom: 0.15rem;
	cursor: pointer;
	font-weight: 300;
	transition: all .3s;
}
.mdmd_t1_btn-rxPage div:nth-of-type(1){
	border-radius: 3px 0 0 3px;
}
.mdmd_t1_btn-rxPage div:nth-of-type(2){
	border-radius: 0px 3px 3px 0px;
}
.mdmd_t1_btn-rxPage div.active,
.mdmd_t1_btn-rxPage div:hover{
	background-color: #DBB093;
	color: #fff;
}

/*  rx页面 */
.mdmd_t1_btn-rxPageEnd{
	display: flex;
	border-radius: 10px;
	justify-content: center;
	margin-top: 0.24rem;
	/* margin-left: 6.85rem; */
	/* margin-bottom: 0.3rem; */
}
.mdmd_t1_btn-rxPageEnd div{
	width: 1.72rem;
	height: 0。44rem;
	line-height: 0.44rem;
	text-align: center;
	font-size: 0.17rem;
	color: #DBB093;
	border: 1px solid #DBB093;
	/* margin-bottom: 0.15rem; */
	cursor: pointer;
	font-weight: 300;
	transition: all .3s;
}
.mdmd_t1_btn-rxPageEnd div:nth-of-type(1){
	border-radius: 3px 0 0 3px;
}
.mdmd_t1_btn-rxPageEnd div:nth-of-type(2){
	border-radius: 0px 3px 3px 0px;
}
.mdmd_t1_btn-rxPageEnd div.active,
.mdmd_t1_btn-rxPageEnd div:hover{
	background-color: #DBB093;
	color: #fff;
}

.rxPage-phev-mb-btn{
	margin-top: 0.24rem;
}

.mdmd_t2{
	display: flex;
}
.mdmd_t2_min{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 1.7rem;
	position: relative;
}
.mdmd_t2_min::after{
	content: '';
	width: 1px;
	height: 0.7rem;
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	right: -0.85rem;
	top: 50%;
	transform: translateY(-50%);
}
.mdmd_t2_min:nth-last-of-type(1)::after{
	width: 0;
}
/* side rx */
.mdmd_t2_min-rxSide{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 1.2rem;
	position: relative;
}
.mdmd_t2_min-rxSide::after{
	content: '';
	width: 1px;
	height: 0.7rem;
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	right: -0.85rem;
	top: 50%;
	transform: translateY(-50%);
}
.mdmd_t2_min-rxSide:nth-last-of-type(1)::after{
	width: 0;
}
/* et header */
.mdmd_t2_min-et{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin-right: 1rem;
	position: relative;
}
.mdmd_t2_min-et::after{
	content: '';
	width: 1px;
	height: 0.7rem;
	background-color: rgba(255, 255, 255, 0.1);
	position: absolute;
	right: -0.85rem;
	top: 50%;
	transform: translateY(-50%);
}
.mdmd_t2_min-et:nth-last-of-type(1)::after{
	width: 0;
}
.mmt2_top{
	display: flex;
	align-items: flex-end;
}
.mdmdt_num{
	display: flex;
	align-items: flex-end;
}
.mmt2_top{
	/* font-size: 0.4rem;
	line-height: 0.45rem;
	color: #fff; */
}
.mm_st{
	font-size: 0.4rem;
	line-height: 0.45rem;
	color: #fff;
}
.mmmn{
	overflow: hidden;
	width: 0.27rem;
	height: 0.45rem;
}
.mmmn div::after{
	content: '0 1 2 3 4 5 6 7 8 9';
    display: block;
    transition: 1.5s cubic-bezier(0.0, 0.1, 0.58, 1.0), text-shadow 150ms;
	text-align: center;
	font-size: 0.4rem;
	line-height: 0.45rem;
	color: #fff;
}
.active.mmmn[data-val="0"] div::after{
	transform: translateY(0rem);
}
.active.mmmn[data-val="1"] div::after{
	transform: translateY(-0.45rem);
}
.active.mmmn[data-val="2"] div::after{
	transform: translateY(-0.9rem);
}
.active.mmmn[data-val="3"] div::after{
	transform: translateY(-1.35rem);
}
.active.mmmn[data-val="4"] div::after{
	transform: translateY(-1.8rem);
}
.active.mmmn[data-val="5"] div::after{
	transform: translateY(-2.25rem);
}
.active.mmmn[data-val="6"] div::after{
	transform: translateY(-2.7rem);
}
.active.mmmn[data-val="7"] div::after{
	transform: translateY(-3.15rem);
}
.active.mmmn[data-val="8"] div::after{
	transform: translateY(-3.6rem);
}
.active.mmmn[data-val="9"] div::after{
	transform: translateY(-4.05rem);
}
.mmmd{
	color: #fff;
	font-size: 0.25rem;
}
.mmt2t_unit{
	color: #fff;
	font-size: 0.14rem;
	line-height: 0.28rem;
	margin-left: 0.1rem;
}
.mmt2_bottom{
	color: rgba(255, 255, 255, 0.6);
	font-size: 0.16rem;
	margin-top: 0.1rem;
}
.one_line{
	white-space: nowrap;
}
.mmt2_bottom span{
	white-space: nowrap;
}
.mdmd_btn{
	margin-top: 0.4rem;
	display: flex;
}
.mdmd_btn1{
	display: block;
	width: 3.4rem;
	height: 0.75rem;
	line-height: 0.75rem;
	font-size: 0.15rem;
	text-align: center;
}

.mdmd_t1, .mdmd_t2, .mdmd_btn{
	position: relative;
	top: 0.3rem;
	opacity: 0;
}
.mdmd_t1.active, .mdmd_btn.active{
	top: 0;
	opacity: 1;
	transition: all 0.5s;
}
.mdmdt2_change{
	position: relative;
}
.mdmd_t2_second{
	position: absolute;
	left: 0;
	top: 0.3rem;
}
.mdmd_t2.active._into{
	top: 0;
	opacity: 1;
	transition: all 0.5s;
}

.hp_min_1{
	left: -100%;
	opacity: 0;
	transition-delay: 0.5s;
}
.hp_min_2{
	position: relative;
	top: 1rem;
	opacity: 0;
	padding: 0.8rem 0.6rem 0 0.6rem;
}
.hp_min_3{
	position: relative;
	top: 1rem;
	opacity: 0;
}
.head_pop.active .hp_min_1{
	left: 0;
	opacity: 1;
	transition: all 0.8s;
}
.head_pop.active .hp_min_2{
	top: 0;
	transition: all 1s;
	transition-delay: 0.5s;
	opacity: 1;
}
.head_pop.active .hp_min_3{
	top: 0;
	transition: all 1s;
	transition-delay: 1s;
	opacity: 1;
}

.hp_min_3 .hm3_min{
	height: 100vh;
	position: relative;
	top: 0;
	left: 0;
	opacity: 0;
	pointer-events: none;
	transition: opacity 1s;
}
.hp_min_3 .hm3_min:nth-of-type(2){
	top: -100vh;
}
.hp_min_3 .hm3_min:nth-of-type(3){
	top: -200vh;
}
.hp_min_3 .hm3_min:nth-of-type(4){
	top: -300vh;
}
.hp_min_3 .hm3_min:nth-of-type(5){
	top: -400vh;
}
.hp_min_3 .hm3_min:nth-of-type(6){
	top: -500vh;
}
.hp_min_3 .hm3_min.active{
	opacity: 1;
	pointer-events: auto;
}

.innovation_list{
	display: flex;
	cursor: none;
}
.inn_left .innl_bk{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transform: scale(1.1);
	transition: transform 1.2s;
	z-index: 0;
	position: relative;
}
.inn_right_min{
	position: relative;
	overflow: hidden;
}
.inn_right_min img{
	width: 100%;
	height: 50vh;
	object-fit: cover;
	transform: scale(4);
	transition: transform 1.2s, opacity 1s;
}
.inn_right_min video{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 50vh;
	object-fit: cover;
	opacity: 0;
	top: 0;
	transition: all 1s;
}
.inn_right_100vh img, .inn_right_100vh video{
	height: 100vh;
}
.inn_right_min:hover video{
	opacity: 1;
}
.inn_right_min:hover .amp_1{
	transform: scale(1.06) !important;
}
.inn_left:hover .amp_1{
	transform: scale(1.06) !important;
}
.amp_2{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 50vh;
	object-fit: cover;
	opacity: 0;
	top: 0;
	transition: all 1s;
}
.inn_right_min:hover .amp_2{
	opacity: 1;
	transform: scale(1.06) !important;
}
.inn_right_min div{
	position: absolute;
	z-index: 3;
	top: 0.5rem;
	left: 0.3rem;
	color: #fff;
	font-size: 0.35rem;
	font-weight: bold;
}
.inn_left{
	position: relative;
	width: 60%;
	overflow: hidden;
}
.inn_right{
	position: relative;
	width: 40%;
}
.innl_t{
	position: absolute;
	bottom: 0rem;
	font-size: 0.75rem;
	left: 0.1rem;
	color: #fff;
	z-index: 4;
	font-family: 'PM';
}
.innl_t span,
.inn_right_min div span{
	transform: translateY(1rem);
	display: block;
	transition: all 1s;
	opacity: 0;
	font-family: 'PM';
}
.innl_t span:nth-of-type(2),
.inn_right_min div span:nth-of-type(2){
	transition-delay: 0.5s;
}
.innovation_list.active .innl_t span,
.innovation_list.active .inn_right_min div span{
	transform: translateY(0rem);
	opacity: 1;
}

.hm3_min.innovation_list.active img{
	transform: scale(1);
}
.inn_left video{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100vh;
	object-fit: cover;
	opacity: 0;
	top: 0;
	transition: all 1s;
}
.inn_left:hover video{
	opacity: 1;
}

/* 上线部分隐藏 */
.hm_online.hm3_min{
	flex-direction: column;
	justify-content: space-between;
}
.hm_online.hm3_min .inn_left,
.hm_online.hm3_min .inn_right{
	width: 100%;
	height: 49.3vh;
}
.hm_online.hm3_min .inn_left .innl_bk,
.hm_online.hm3_min .inn_right_min img{
	transform: scale(1.5);
}
.hm_online.hm3_min.uni_list.active img{
	transform: scale(1);
}
.hm_online.hm3_min.uni_list.active img:hover{
	transform: scale(1.06);
}
.hm_online.hm3_min .inn_left .innl_bk,
.hm_online.hm3_min .inn_left video,
.hm_online.hm3_min .uni_right_min img{
	height: 100%;
}
.hmt1_online{
	bottom: auto;
	top: 0.8rem;
	font-size: 0.75rem;
	left: 0.7rem;
}
.hmt2_online{
	top: auto !important;
	bottom: 0.8rem;
	left: auto !important;
	right: 0.7rem !important;
	font-size: 0.75rem !important;
}


.hm_1_online .inn_left{
	width: 100%;
	height: 100vh;
}
.hm_1_online .innl_t {
    bottom: auto;
	top: 0.8rem;
    font-size: 0.75rem;
    left: 0.7rem;
}
.hm_1_online .inn_left .innl_bk{
	transform: scale(1.5);
}





/* 鼠标跟随 */
.mouse_follow{
	width: 200px;
	height: 42px;
	position: fixed;
	pointer-events: none;
	opacity: 1;
	z-index: 20000;
	opacity: 0;
	transition: opacity .5s;
}
.mouse_follow img{
	width: 240px;
	height: 50px;
}

/* head 车型滚动 */
.mdm_car_roll{
	position: absolute;
	top: 0;
	right: 0rem;
	width: 100%;
}
.mdm_ir{
	position: relative;
	z-index: 1;
	margin-top: 17%;
	width: 85%;
	margin-left: 15%;
	transform: scale(1.2);
	opacity: 0;
}
.mdmcr_c{
	width: 100%;
}
.mdmcr_l{
	position: absolute;
	bottom: 6%;
	left: 13%;
	width: 15%;
}
.mdmcr_r{
	position: absolute;
	bottom: 7%;
	left: 66%;
	width: 15%;
}
.mdmcr_t{
	position: absolute;
	top: 50%;
	right: 0;
	width: 80%;
	opacity: 0;
	transition: all 2s;
}
.mdmcr_t2{
	right: auto;
	left: 0;
}
.models_d_min.active .mdm_ir{
	transition: transform 2s, opacity 0.5s;
	transition-delay: 0.2s;
	transform: scale(1);
	opacity: 1;
}
.models_d_min.active .mdmcr_t{
	top: 0;
	opacity: 1;
}

.contact_us img{
	width: 100%;
}

/* head 按钮 */
.md_b1_b1{
	background-color: rgba(255, 255, 255, 0.6);
	color: #000;
	margin-right: 0.2rem;
}
.md_b1_b1::after{
	background-color: rgb(0, 183, 187);
}

.md_b1_b2{
	background-color: rgba(35, 35, 35, 0.65);
	color: rgba(255, 255, 255, 0.9);
	margin-right: 0.24rem;
}
.md_b1_b2::after{
	background-color: rgb(199 142 102);
}

/* about exeeo */
.ae_clip_box{
	display: flex;
	cursor: none;
}
.ae_clip_left, .ae_clip_right{
	width: 55%;
	flex-shrink: 0;
	position: relative;
}
.ae_clip_left{
	clip-path: polygon(0% 0%, 100% 0%, 80% 100%, 0% 100%);
}
.ae_clip_right{
	margin-left: -9.5%;
	clip-path: polygon(20% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.ae_clip_left img, .ae_clip_right img{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transition: all 1s;
	transform: scale(1.1);
}
.ae_clip_left video{
	width: 100%;
	height: 100vh;
	object-fit: cover;
	transition: all 1s;
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}
.ae_clip_left:hover video{
	opacity: 1;
}
.about_exeeo.active .ae_clip_left img, .about_exeeo.active .ae_clip_right img{
	transform: scale(1);
}
.ae_clip_left:hover img, .ae_clip_right:hover img{
	transform: scale(1.06) !important;
}
.ae_clip_t{
	position: absolute;
	color: #fff;
	font-size: 0.75rem;
	z-index: 1;
}
.ae_clip_left .ae_clip_t{
	top: 0.8rem;
	left: 0.8rem;
}
.ae_clip_right .ae_clip_t{
	bottom: 0.8rem;
	left: 1.2rem;
}
.ae_clip_left .ae_clip_t div{
	transform: translateY(1rem);
	transition: all 1s;
	opacity: 0;
}
.ae_clip_left .ae_clip_t div:nth-of-type(2){
	transition-delay: 0.5s;
}
.ae_clip_right .ae_clip_t div{
	transform: translateY(1rem);
	transition: all 1s;
	opacity: 0;
}
.ae_clip_right .ae_clip_t div:nth-of-type(2){
	transition-delay: 0.5s;
}
.about_exeeo.active .ae_clip_left .ae_clip_t div,
.about_exeeo.active .ae_clip_right .ae_clip_t div{
	transform: translateY(0rem);
	opacity: 1;
}


/* universe */
.uni_list{
	display: flex;
	cursor: none;
}
.uni_list.active .innl_t span,
.uni_list.active .inn_right_min div span{
	transform: translateY(0rem);
	opacity: 1;
}

.hm3_min.uni_list.active img{
	transform: scale(1);
}
.uni_right_min img{
	height: 50vh;
}
.uni_right_min video{
	height: 50vh;
}
.uni_list.active .ae_clip_left img, .uni_list.active .ae_clip_right img{
	transform: scale(1);
}
.uni_list.active .ae_clip_left .ae_clip_t div,
.uni_list.active .ae_clip_right .ae_clip_t div{
	transform: translateY(0rem);
	opacity: 1;
}

/* sites */
.sites_list{
	position: relative;
}
.sites_title{
	height: 25vh;
	color: rgb(199 142 102);
	text-align: center;
	padding-top: 18vh;
	font-size: 0.38rem;
}
.sites_map{
	height: 75vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.sites_map .st_map{
	width: 80%;
	transform: scale(1.1);
	transition: all 1s;
}
.sites_list.active .sites_map .st_map{
	transform: scale(1);
}
.sit_map_ti{
	position: absolute;
	display: flex;
	align-items: center;
	text-align: right;
	opacity: 0;
}
.sites_list.active .sit_map_ti{
	transition: all 3s;
	transition-delay: .5s;
	opacity: 1;
}
.sit_map_ti div{
	color: #fff;
	font-size: 0.18rem;
	line-height: 0.24rem;
}
.sit_map_ti img{
	width: 0.3rem;
	margin-left: 0.2rem;
}
.sit_map_ti_f img{
	margin-left: 0rem;
	margin-right: 0.2rem;
}
.sit_map_t1{
	left: 12%;
	top: 38%;
}
.sit_map_t2{
	left: 23%;
	top: 61%;
}
.sit_map_t3{
	left: 44%;
	top: 31%;
}
.sit_map_t4{
	left: 60%;
	top: 21.5%;
}
.sit_map_t5{
	left: 57%;
	top: 41.5%;
}
.sit_map_t6{
	left: 73%;
	top: 47%;
}


/* contact us */
.cu_title{
	background-color: rgb(230, 230, 232);
	padding: 0.8rem 1.3rem 0.3rem;
	font-size: 1.3rem;
	line-height: 0.8rem;
	color: #d99a6a;
}
.cu_detail{
	height: calc(100vh - 2.8rem);
	width: 100%;
	background-color: rgb(245, 245, 245);
	display: flex;
	flex-direction: column;
	padding: 0.3rem 1.5rem 0.6rem 1rem;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	font-weight: 300;
}
.cu_detail input, .cu_detail textarea{
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	font-weight: 300;
}
.cu_about{
	display: flex;
	align-items: flex-start;
}
.cu_tab_name{
	color: #d99a6a;
	font-size: 0.28rem;
	text-align: right;
	padding-right: 0.3rem;
	padding-top: 0.1rem;
	width: 2.8rem;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	font-weight: 300;
}
.cu_tab_choose{
	display: flex;
	justify-content: space-between;
}
.ctc_min{
	position: relative;
	font-size: 0.18rem;
	padding: 0.16rem 0.2rem;
	background-color: rgb(209, 210, 215);
	cursor: pointer;
	transition: all .62s;
	margin-right: 0.15rem;
}
.ctc_min:nth-last-of-type(1){
	margin-right: 0rem;
}
.ctc_min img{
	position: absolute;
	width: 0.15rem;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all .62s;
}
.ctc_min:hover{
	background-color: rgb(100, 100, 104);
	color: rgba(255, 255, 255, 0.7);
}
.ctc_min:hover img{
	opacity: 0;
}
.ctc_min.active{
	background-color: rgb(65, 65, 66);
	color: rgba(255, 255, 255, 0.7);
}
.ctc_min.active img{
	opacity: 1;
}
.cu_inf{
	display: flex;
	align-items: flex-start;
	margin-top: 0.2rem;
}
.cu_message{
	position: relative;
}
.cu_mes_min{
	width: 4.1rem;
	height: 0.502rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	cursor: pointer;
}
.cu_mes_min::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #000;
}
.cu_m_val{
	line-height: 0.502rem;
	font-size: 0.18rem;
}
.cu_mes_min img{
	width: 0.18rem;
}
.ctr_line{
	display: flex;
	margin-top: 0.36rem;
}
.ctr_line:nth-of-type(1){
	margin-top: 0.05rem;
}
.ctr_line .cu_message:nth-of-type(2){
	margin-left: 0.25rem;
}
.error_message{
	position: absolute;
	top: 0.502rem;
	color: #ff0101;
	padding: 0.05rem 0;
	opacity: 0;
	transition: all .5s;
}
.cu_select{
	position: absolute;
	top: 0.502rem;
	pointer-events: none;
	height: 0rem;
	box-shadow: 0 0 2rem 0 rgb(0 0 0 / 10%);
	background-color: #fff;
	width: 100%;
	overflow-y: scroll;
	z-index: 2;
	transition: all .5s;
}
.cu_select div{
	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0 0.2rem;
	transition: all .4s;
	cursor: pointer;
}
.cu_select div:hover{
	background-color: rgb(238, 238, 238);
}
.cu_select div.active{
	background-color: rgb(238, 238, 238);
}
.error_message.err_show{
	opacity: 1;
}
.cu_select.active{
	height: 1.5rem;
	pointer-events: auto;
}
.cu_m_val input{
	width: 4.1rem;
	height: 0.502rem;
	border: none;
	background-color: transparent;
	font-size: 0.18rem;
}
.cu_m_val input::placeholder, .ctr_line textarea::placeholder{
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	font-weight: 300;
}
.ctr_textarea{
	position: relative;
}
.ctr_line textarea{
	width: 8.45rem;
	font-size: 0.18rem;
	padding: 0.1rem 0.2rem;
	height: 1.5rem;
	resize: none;
	background-color: rgb(245, 245, 245);
	border: 1px solid #000;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	font-weight: 300;
}
.ctr_line .mdmd_btn1{
	cursor: pointer;
	font-size: 0.18rem;
	background-color: rgb(65, 65, 66);
	height: 0.62rem;
	line-height: 0.62rem;
	width: 3.2rem;
}
.ctr_textarea .error_message{
	top: 1.5rem;
}
.ctr_check{
	margin-top: 0.24rem;
	font-size: 0.18rem;
	font-weight: 300;
	display: flex;
	align-items: center;
	position: relative;
}
.ctr_check a{
	margin-left: 0.15rem;
	margin-top: 0.05rem;
	letter-spacing: 0;
}
.ctr_check img{
	opacity: 0;
	transition: all .5s;
}
.ctr_check.active img{
	opacity: 1;
}
.ctr_check img{
	width: 70%;
}
.check_moni{
	width: 0.24rem;
	height: 0.24rem;
	border: 1px solid #000;
	background-color: rgb(245, 245, 245);
	display: flex;
	cursor: pointer;
}
.check_moni{
	display: flex;
	align-items: center;
	justify-content: center;
}
.check_error{
	position: absolute;
	top: 0.3rem;
	color: #ff0101;
	transition: all .5s;
	opacity: 0;
	font-size: 14px;
}
.ctr_check._show .check_error{
	opacity: 1;
}
.ctr_check.active .check_error{
	opacity: 0;
}






/* global弹窗 */
.global_pop{
	width: 100%;
	height: 100vh;
	position: fixed;
	z-index: 20000;
	top: 0;
	background: linear-gradient(to bottom, #1c1918, #645347);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: all .8s;
}
.global_pop.active{
	opacity: 1;
	pointer-events: auto;
}
.gp_close{
	width: 0.35rem;
	position: absolute;
	top: 0.8rem;
	right: 0.8rem;
	opacity: 0.5;
	transition: all .4s;
	cursor: pointer;
}
.gp_close:hover{
	opacity: 1;
}
.gp_logo{
}
.global_detail{
	background-color: #fff;
	margin-top: 1rem;
}
.gd_top{
	padding: 0.8rem 1.8rem 0;
}
.gd_t1{
	font-size: 0.55rem;
	font-family: 'PM' !important;
	text-align: center;
}
.gd_t2{
	text-align: center;
	font-size: 0.2rem;
	font-weight: 300;
	margin-top: 0.05rem;
	font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, WenQuanYi Micro Hei, Helvetica Neue, Arial, sans-serif;
	line-height: 0.28rem;
}
.gd_t3{
	margin-top: 0.8rem;
	opacity: 0.6;
	font-size: 0.2rem;
}
.gd_t4{
	position: relative;
}
.gd_t4_choose{
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: space-between;
	border-bottom: 1px solid #000;
	cursor: pointer;
}
.gd_t4_choose img{
	width: 0.25rem;
}
.gd_now_text{
	font-size: 0.24rem;
	font-weight: bold;
	padding: 0.2rem 0;
}
.gd_t5{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.35rem 0;
	margin-top: 1rem;
	background-color: rgb(238, 238, 238);
	cursor: pointer;
}
.gd_t5 div{
	font-size: 0.24rem;
	opacity: 0.5;
	transition: all .4s;
}
.gd_t5 img{
	margin-left: 0.2rem;
	width: 0.35rem;
	opacity: 0.5;
	transition: all .4s;
}
.gd_t5:hover div, .gd_t5:hover img{
	opacity: 1;
}

.gd_t4_select{
	position: absolute;
	top: 105%;
	height: auto;
	width: 100%;
	background-color: #fff;
	z-index: 20;
	transition: all .4s;
	height: 0rem;
	overflow: hidden;
}
.gd_t4_select.active{
	height: 2.4rem;
}
.gd_t4_select.active{
	box-shadow: 0 0 2rem 0 rgb(0 0 0 / 10%);
}
.gd_t4_select div{
	height: 0.4rem;
	line-height: 0.4rem;
	padding: 0 0.2rem;
	transition: all .4s;
	cursor: pointer;
}
.gd_t4_select div:hover{
	background-color: rgb(238, 238, 238);
}

@media (max-width: 767px){
	.pc_block{
		display: none;
	}
	/* 弹窗 */
	.gp_logo{
		width: 2rem;
	}
	.global_detail{
		width: 80%;
	}
	.gd_top{
		padding: 1rem 0.4rem;
	}
	.gd_t1{
		font-size: 0.4rem;
	}
	.gd_t2{
		font-size: 0.2rem;
		line-height: 0.3rem;
		margin-top: 0.1rem;
	}
	.gd_t3{
		margin-top: 1.1rem;
	}
	.gd_now_text{
		padding: 0.3rem 0;
		font-size: 0.28rem;
	}
	.gd_t4_choose img{
		width: 0.3rem;
	}
	.gd_t5 div{
		font-size: 0.28rem;
	}
	.gd_t5 img{
		width: 0.45rem;
	}
	.gp_close{
		width: 0.55rem;
	}
	
	.gd_t4_select.active{
		height: 3.6rem;
	}
	.gd_t4_select div{
		height: 0.6rem;
		line-height: 0.6rem;
		padding: 0 0.2rem;
		transition: all .4s;
		cursor: pointer;
	}
	
	
}


/* 移动 */
.head_pop_mb{
	display: none;
}
.mobile-view-contact {
  display: none;
}
@media (max-width: 767px){
	.head_pop_mb{
		display: block;
	}
	
    .desktop-view-contact {
    display: none;
  }
  .mobile-view-contact {
    display: block;
  }
	
	.heander_icon img{
		width: 0.33rem;
	}
	/* .heander_icon.global::after{
		height: 0.3rem;
	} */
	.stretch_bottom{
		display: none;
	}
	
	
	
	.resident_top{
		height: 1.2rem;
	}
	.rt_left{
		height: 0.24rem;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		left: 0.4rem;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.rt_left div{
		width: 0.45rem;
		height: 1px;
		background-color: rgb(199 142 102);
	}
	
	.head_pop_mb{
		width: 100%;
		height: 100vh;
		overflow: hidden;
		background: #000;
		position: fixed;
		z-index: 10000;
		opacity: 0;
		pointer-events: none;
		transition: all 1s;
	}
	.head_pop_mb.active{
		opacity: 1;
		pointer-events: auto;
	}
	.hpm_top{
		position: relative;
		height: 1.2rem;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	}
	.hpm_logo{
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
		width: 1.7rem;
	}
	.hpm_back, .hpm_close{
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 0.7rem;
		height: 0.7rem;
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 100%;
		border: 1px solid #fff;
	}
	.hpm_back{
		left: 0.4rem;
		transition: all .4s;
		opacity: 0;
		pointer-events: none;
	}
	.hpm_back.active{
		opacity: 1;
		pointer-events: auto;
	}
	.hpm_close{
		right: 0.4rem;
	}
	.hpm_back img{
		width: 0.17rem;
	}
	.hpm_close img{
		width: 0.25rem;
	}
	
	.hpm_bottom{
		height: calc(100vh - 1.2rem);
		width: 100%;
		position: relative;
	}
	.hpm_first_menu{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 1;
		padding-top: 0.3rem;
	}
	.hfm_min{
		height: 1.4rem;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 0 0.5rem;
		position: relative;
	}
	.hfm_min .hfmm_t{
		color: #fff;
		font-size: 0.28rem;
		font-weight: bold;
	}
	.hfm_min .hfmm_i{
		width: 0.2rem;
	}
	
	/* 一级菜单 css 动画 */
	.hfm_min{
		left: -50%;
		opacity: 0;
	}
	.hfm_min._into{
		transition: left 1.2s, opacity 0.8s;
		left: 0%;
		opacity: 1;
	}
	.hfm_min:nth-of-type(2)._into{
		transition-delay: 0.2s;
	}
	.hfm_min:nth-of-type(3)._into{
		transition-delay: 0.4s;
	}
	.hfm_min:nth-of-type(4)._into{
		transition-delay: 0.6s;
	}
	.hfm_min:nth-of-type(5)._into{
		transition-delay: 0.8s;
	}
	.hfm_min:nth-of-type(6)._into{
		transition-delay: 1s;
	}
	
	.hsm_min{
		width: 100%;
		max-height: 100%;
		position: absolute;
		top: 0;
		opacity: 0;
		pointer-events: none;
		padding: 0 0.4rem 0.5rem;
		overflow-y: scroll;
	}
	.hsm_min._into{
		opacity: 1;
		pointer-events: auto;
	}
	
	.hpm_second_menu{
		position: absolute;
		width: 100%;
		height: 100%;
		z-index: 2;
		opacity: 0;
		pointer-events: none;
		transition: all 1s;
	}
	.hpm_second_menu.active{
		opacity: 1;
		pointer-events: auto;
	}
	
	.hsmm_title{
		font-size: 0.23rem;
		color: rgba(255, 255, 255, 0.6);
		overflow: hidden;
		margin-top: 0.8rem;
	}
	.hsmm_title span{
		display: block;
		transition: all .6s;
		transition-delay: 0.2s;
		transform: translateY(100%);
	}
	.hsm_min._into .hsmm_title span{
		transform: translateY(0%);
	}
	.hsmm_line{
		width: 0.4rem;
		height: 2px;
		margin: 0.4rem 0;
	}
	.hsmm_line div{
		background-color: rgb(199 142 102);
		width: 0%;
		height: 100%;
		transition: all .6s;
		transition-delay: 0.3s;
	}
	.hsm_min._into .hsmm_line div{
		width: 100%;
	}
	.hsmm_detail{
		width: 100%;
		position: relative;
	}
	.hsmmd_min{
		position: relative;
		left: -50%;
		opacity: 0;
	}
	.hsmmd_min_car{
		margin-bottom: 1rem;
	}
	.hsmmd_min_inn{
		margin-bottom: 1.5rem;
	}
	.hsmmd_min._into{
		transition: left 1.2s, opacity 2s;
		left: 0%;
		opacity: 1;
	}
	.inn_img{
		width: 100%;
		border-radius: 5px;
	}
	.inn_text{
		position: absolute;
		z-index: 1;
		left: 5%;
	}
	.inn_text_car{
		top: 74%;
		font-size: 0.4rem;
		line-height: 0.7rem;
		color: rgb(199 142 102);
	}
	.car_e .inn_text_car{
		color: #fff;
	}
	.inn_text_inn{
		top: 78%;
		font-size: 0.5rem;
		line-height: 0.7rem;
		color: #fff;
	}
	.inn_text div{
		overflow: hidden;
	}
	.inn_text div span{
		transition: opacity 2s, transform 1s;
		transform: translateY(100%);
		opacity: 0;
		display: block;
		font-weight: bold;
	}
	.inn_text div:nth-of-type(1) span{
		transition-delay: 0.3s;
	}
	.inn_text div:nth-of-type(2) span{
		transition-delay: 0.6s;
	}
	.hsmmd_min._into .inn_text div span{
		transform: translateY(0%);
		opacity: 1;
	}
	.hmc_car_list{
		overflow: hidden;
		width: 100%;
		position: relative;
	}
	.inn_car_name{
		height: 50%;
		position: absolute;
		right: -5%;
		z-index: 1;
		top: 2rem;
		opacity: 0;
		transition: all 1.5s;
		transition-delay: .5s;
	}
	.car_e .inn_car_name{
		right: auto;
		left: 2%;
	}
	.hsmmd_min._into .inn_car_name{
		top: 0;
		opacity: 1;
	}
	.hsmmd_min._into.car_e .inn_car_name{
		top: 3%;
	}
	.inn_car{
		position: absolute;
		z-index: 2;
		right: -100%;
		top: 18%;
		width: 75%;
		transition: all 1.5s;
		transition-delay: .5s;
	}
	.hsmmd_min._into .inn_car{
		right: 5%;
	}
	
	/* contact us */
	.hsm_num_5{
		position: relative;
		padding: 0 0rem 1rem;
		display: flex;
		flex-direction: column;
		background-color: rgb(230, 231, 233);
	}
	.contact_t{
		background-color: rgb(209, 210, 215);
		font-size: 0.7rem;
		color: rgb(199 142 102);
		padding: 0.6rem 0.4rem;
	}
	.contact_detail{
		background-color: rgb(230, 231, 233);
		padding: 0 0.4rem;
	}
	.cd_title{
		color: rgb(199 142 102);
		font-size: 0.28rem;
		margin-top: 1rem;
		position: relative;
	}
	.cd_title::before{
		content: '';
		position: absolute;
		width: 2px;
		height: 75%;
		background-color: rgb(199 142 102);
		left: -0.15rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.cd_line_box{
		height: 1.2rem;
		width: 100%;
		position: relative;
		display: flex;
		flex-direction: column;
		justify-content: flex-end;
	}
	.cd_line_box::before{
		content: '';
		position: absolute;
		bottom: 0;
		width: 100%;
		height: 1px;
		background-color: rgb(162, 162, 164);
	}
	.cd_select{
		height: 1rem;
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
	}
	.cd_val, .cd_mess_t{
		font-size: 0.26rem;
	}
	.select_icon{
		width: 0.28rem;
	}
	.cd_line_box input{
		border: none;
		background-color: transparent;
		height: 1rem;
	}
	.cd_line_box input::placeholder{
		color: #444;
	}
	.cd_mess_t{
		margin-top: 1rem;
	}
	.cd_message textarea{
		margin-top: 0.3rem;
		width: 100%;
		height: 2.4rem;
		background-color: rgb(225, 226, 228);
		border: 1px solid rgb(162, 162, 164);
		resize: none;
		border-radius: 0;
	}
	.cd_su_vmit{
		width: 100%;
		position: relative;
		margin-top: 0.6rem;
	}
	.su_vmit{
		width: 100%;
		height: 0.97rem;
		line-height: 0.97rem;
		font-size: 0.2rem;
		color: rgba(255, 255, 255, 0.9);
		text-align: center;
		position: relative;
		display: block;
	}
	
	.check_moni{
		width: 0.35rem;
		height: 0.35rem;
		font-size: 0.26rem;
		background-color: rgb(230, 231, 233);
	}
	.ctr_check a{
		font-size: 0.26rem;
		margin-left: 0.2rem;
	}
	.check_error{
		font-size: 0.18rem;
		top: 0.45rem;
		font-weight: normal;
	}
	
	
	
	.con_select_mb{
		position: absolute;
		top: 1.2rem;
		left: 0;
		width: 100%;
		height: 0rem;
		transition: all .802s;
		pointer-events: none;
		overflow-y: scroll;
		box-shadow: 0 0 2rem 0 rgb(0 0 0 / 10%);
		background-color: #fff;
		z-index: 2;
	}
	.con_select_mb.active{
		height: 3.7rem;
		pointer-events: auto;
	}
	.con_select_mb div{
		padding: 0.3rem 0.2rem;
		font-size: 0.24rem;
		transition: all .5s;
	}
	.con_select_mb div.active{
		background-color: rgb(238, 238, 238);
	}
	.con_error_mb{
		position: absolute;
		top: 1.2rem;
		left: 0;
		padding: 0.05rem 0 0;
		color: red;
		pointer-events: none;
		opacity: 0;
		transition: all .34s;
		font-size: 0.18rem;
	}
	.con_error_mb.err_show{
		opacity: 1;
	}
	.cd_message{
		position: relative;
	}
	.cd_message .con_error_mb{
		top: 3rem;
		z-index: 2;
	}
	.hpm_second_menu.no_choose,.hsm_min.no_choose{
		pointer-events: none !important;
	}
	
	/* sites */
	.hsm_num_4{
		padding: 0 0rem 0.5rem;
	}
	.hsm_num_4 .sites_title{
		height: auto;
		padding-top: 1.5rem;
		padding-bottom: 1.5rem;
	}
	.hsm_num_4 .sites_map{
		height: auto;
		overflow: hidden;
	}
	.hsm_num_4 .sites_map .st_map{
		width: 100%;
		transition: all 2s;
	}
	.hsm_num_4._into .sites_map .st_map{
		transform: scale(1);
	}
	.sit_map_ti{
		align-items: flex-end;
		transition: all 2s;
		opacity: 0;
		transition-delay: 1s;
	}
	.sit_map_ti div{
		font-size: 0.2rem;
		line-height: 0.3rem;
	}
	.sit_map_ti_f img{
		width: 0.35rem;
	}
	.hsm_num_4._into .sit_map_ti{
		opacity: 1;
	}
	.sit_map_t1{
		left: 3%;
		top: 35%;
	}
	.sit_map_t2{
		left: 23%;
		top: 63%;
	}
	.sit_map_t3{
		left: 36%;
		top: 24%;
	}
	.sit_map_t4{
		left: 64%;
		top: 14%;
	}
	.sit_map_t5{
		left: 58%;
		top: 34%;
	}
	.sit_map_t6{
		left: 78%;
		top: 47%;
	}
	
	
	
}