.header {
	background-color: #fff;
}

.header .header_top {
	width: 1200px;
	margin: 0 auto;
}

.header .header_logo {
	width: 144px;
	height: 67px;
	line-height: 0;
	padding-top: 40px;
}

.header .header_right {
	width: 1000px;
}

.header .header_right_top {
	padding-top: 26px;
}

.header .header_right_top_float {
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 15px;
	background-color: #4C1E4D;
	font-size: 14px;
	color: #FFFEDF;
	padding: 0 20px;
}

.header_right_top_nav {
	margin-left: 18px;
}

.header_right_top_nav .item {
	font-size: 14px;
	color: #666;
	line-height: 28px;
	border: 1px solid #ddd;
	padding: 0 20px;
	cursor: pointer;
	border-right: 0;
}

.header_right_top_nav .item:last-child {
	border-right: 1px solid #ddd;
}

.header_right_top_nav .item_first {
	border-radius: 14px 0 0 14px;
}

.header_right_top_nav .item_last {
	border-radius: 0 14px 14px 0;
}

.header_right_top_nav .active {
	background-color: #f5922f;
	color: #fff;
}

.header_right_bottom .item {
	font-size: 20px;
	line-height: 80px;
	margin-left: 50px;
	position: relative;
	cursor: pointer;
}

.header_right_bottom .item:last-child {
	margin-left: 0;
}

.header_right_bottom .item a {
	color: #333;
}

.header_right_bottom .active a {
	color: #FE9F0B;
}

.header_right_bottom .active:after {
	content: '';
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	background-color: #FE9F0B;
	color: #FE9F0B;
	bottom: 0;
	left: 0;
	right: 0;
}

.lan_hidden {
	display: none;
}

.footer {
	background-color: #F4E5F4;
	height: 96px;
	border-top: 1px solid #E7D9E7;
}

/* .footer .footer_detail {
	padding-top: 27px;
} */
.footer .footer_detail {
	width: 1200px;
	margin: 0 auto;
	height: 96px;
	position: relative;
}

.footer_detail_float {
	position: absolute;
	left: 0;
	font-size: 16px;
	color: #666;
	top: 70px;
	line-height: 18px;
}

.footer .footer_icon {
	width: 24px;
	height: 26px;
	line-height: 0;
	margin-right: 20px;
	padding-top: 27px;
}

.footer .footer_text {
	font-size: 16px;
	line-height: 26px;
}

.footer .footer_middle {
	margin-left: 163px;
}

.footer .lan_zh,
.footer .lan_en,
.footer .lan_zf {
	display: inline-block;
	padding-top: 27px;
}

.footer .footer_middle .lan_en {
	max-width: 340px;
	padding-top: 0;
}

.footer .lan_hidden {
	display: none;
	padding-top: 27px;
}

.footer_left a {
	/* cursor: pointer; */
	color: #000;
}

.footer_detail_float .lan_hidden {
	padding-top: 0;
}

.footer_detail_float .lan_zh,
.footer_detail_float .lan_en,
.footer_detail_float .lan_zf {
	padding-top: 0;
}


/* ***** */
.index_m_page {
	transition: transform 0.3s linear;
	position: relative;
}

.m_page_active {
	transform: translateX(-2.5rem);
}

.index_m_page img {
	width: 100%;
	height: 100%;
	vertical-align: top;
}

.m_header {
	height: 0.5rem;
	background-color: #4C1E4D;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0.15rem;
	position: relative;
}

.m_header_left {
	display: flex;
	align-items: center;
	font-size: 0.12rem;
	color: #F9DBB1;
}

.m_header_left_icon {
	width: 0.14rem;
	height: 0.08rem;
	line-height: 0;
	margin-left: 0.06rem;
	transition: all 0.3s linear;
}

.m_header_left_active .m_header_left_icon {
	transform: rotate(-180deg);
}

.m_header_xl {
	height: 1rem;
	position: absolute;
	width: 100%;
	left: 0;
	top: 0.5rem;
	background-color: #532056;
	display: none;
}

.m_header_xl_active {
	display: block;
}

.m_header_xl_item {
	height: 0.5rem;
	line-height: 0.5rem;
	padding-left: 0.1rem;
	font-size: 0.12rem;
	color: #F9DBB1;
	box-sizing: border-box;
	border-bottom: 1px solid #6C3E6D;
}

.m_header_xl_item:last-child {
	border-bottom: 0;
}

.m_header_logo {
	width: 0.55rem;
	height: 0.26rem;
	line-height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.m_header_right {
	width: 0.24rem;
	height: 0.24rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
	padding: 0.04rem 0;
}

.m_header_right_bar {
	width: 100%;
	height: 2px;
	background-color: #F9DBB1;
}

.header_right_active .m_header_right_bar {
	display: none;
}

.header_right_active .m_header_right_bar_one {
	position: absolute;
	width: 100%;
	height: 2px;
	background-color: #F9DBB1;
	transform: rotate(45deg);
	display: block;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.header_right_active .m_header_right_bar_two {
	position: absolute;
	width: 2px;
	height: 100%;
	background-color: #F9DBB1;
	transform: rotate(45deg);
	display: block;
	left: 0;
	bottom: 0;
	right: 0;
	top: 0;
	margin: auto;
}

.m_header_fixed {
	position: fixed;
	left: 100%;
	top: 0;
	width: 2.5rem;
	height: 100%;
	background-color: #571F58;
	overflow: auto;
}

.m_header_fixed_list .item {
	min-height: 0.55rem;
	font-size: 0.18rem;
	line-height: 0.55rem;
	padding-left: 0.2rem;
	padding-right: 0.15rem;
}

.m_header_fixed_list .item a {
	color: #F9DBB1;
}

.m_fixed_type_one {
	background-color: #571F58;
}

.m_fixed_type_two {
	background-color: #4E1D4F;
}

.m_header_child_list {
	display: none;
}

.m_header_child_title {
	color: #F9DBB1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.m_header_kz {
	width: 0.16rem;
	height: 0.16rem;
	position: relative;
}

.m_header_kz_icon {
	position: absolute;
	background-color: #F8DAB1;
	transition: all 0.3s linear;
}

.m_header_kz_one {
	width: 100%;
	height: 2px;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
}

.m_header_kz_two {
	width: 2px;
	height: 100%;
	left: 0;
	bottom: 0;
	top: 0;
	right: 0;
	margin: auto;
}

.m_nav_item_active .m_header_child_list {
	display: block;
}

.m_nav_item_active .m_header_kz_icon {
	transform: rotate(45deg);
}

.m_header_child_list {
	padding-bottom: 0.14rem;
	padding-left: 0.18rem;
}

.m_header_child_item {
	font-size: 0.15rem;
	line-height: 0.4rem;
}

.m_fixed_bottom {
	padding: 0.5rem 0;
	padding-left: 0.2rem;
}

.m_fiex_bottom_top {
	font-size: 0.14rem;
	color: #F9DBB1;
	line-height: 0.18rem;
	padding-top: 0.1rem;
}

.m_fiex_bottom_bottom {
	font-size: 0.24rem;
	color: #F9DBB1;
	line-height: 0.28rem;
	padding-top: 0.06rem;
}

.m_footer {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 0.5rem;
	background-color: #F4EFF6;
	font-size: 0.12rem;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 0.2rem;
	z-index: 100;
}

.m_dz_place {
	height: 1rem;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0.5rem;
	background-color: #F9F7FA;
	z-index: 30;
	text-align: center;
	font-size: 0.12rem;
	line-height: 0.2rem;
	box-sizing: border-box;
	padding-top: 0.15rem;
}

.m_dz_phone {
	display: flex;
	align-items: center;
	justify-content: center;
}

.m_phone_color {
	color: #F5922F;
}

.m_dz_bottom a {
	color: #333;
}

.m_dz_jg {
	margin-left: 0.08rem;
}