header {
	position: fixed;
	top: 0;
	left: 0px;
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}

p {
	margin: 0;
}

.navigation_list_pc .navigation{
  font-weight: normal;
}

.header-right ul {
	display: flex;
	justify-content: space-between;
	margin: 0;
}

.header-right li a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}

.navigation_list_yd {
	width: .72rem;
	height: .72rem;
	position: fixed;
	top: .24rem;
	right: .48rem;
	z-index: 1;
	/* background: goldenrod; */
}

.navigation_list_yd div {
	width: .47rem;
	height: .06rem;
	border-radius: .03rem;
	background-color: #3D3D3D;
	position: absolute;
	left: .12rem;
}

.navigation-l {
	top: .18rem;
	-webkit-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}

.navigation-2 {
	top: .32rem;
	opacity: 1;
	-webkit-transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s;
}

.navigation-3 {
	top: .46rem;
	-webkit-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}

.navigation-l_active {
	top: .18rem;
	-webkit-transform: rotate(45deg) translate(.11rem, .08rem);
	transform: rotate(45deg) translate(.11rem, .08rem);
	-webkit-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}

.navigation-2_active {
	top: .32rem;
	opacity: 0;
	-webkit-transition: opacity .5s, transform .5s;
	transition: opacity .5s, transform .5s;
}

.navigation-3_active {
	top: .46rem;
	-webkit-transform: rotate(-45deg) translate(.1rem, -.08rem);
	transform: rotate(-45deg) translate(.1rem, -.08rem);
	-webkit-transition: transform .5s ease-in-out;
	transition: transform .5s ease-in-out;
}

.bg_black {
	background: black !important;
}

.bg_white {
	background: white !important;
}

.none {
	display: none !important;
}

.cover {
	width: 100%;
	height: calc(100vh - 16vw);
	position: fixed;
	top: calc(16vw - 100vh);
	left: 0;
	background: #FFFFFF;
	transition: 0.3s all;
}

.cover_show {
	top: 16vw;
}

.cover .cover_navigation {
	height: 1.2rem;
	width: 100%;
	padding: 0 .48rem;
	border-bottom: 1px solid #DFDFDF;
	font-size: .36rem;
	font-weight: 500;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.cover .cover_navigation a {
	flex: 1;
}

.openMenuIcon {
	width: .48rem;
	height: .48rem;
	transform-origin: center;
	transform: rotate(-90deg);
	transition: 0.5s all;
}

.openMenu {
	transform: rotate(0deg) !important;
}

.cover .cover_navigation_list {
	overflow: hidden;
	height: 1.2rem;
	transition: 0.5s all;
}

.cover_navigation_list_none {
	height: 0 !important;
}

.cover .cover_navigation_item {
	height: 1.2rem;
	width: 100%;
	padding: 0 .48rem;
	border-bottom: 1px solid #DFDFDF;
	font-size: .28rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #F9FAFB;
}

.cover .cover_navigation_item a {
  color: #111827;
}

.cover .cover_navigation a {
	display: block;
	color: #111827;
	text-decoration: none;
}
.navigation_list_pc .navigation::after{
	display: block;
	content: '';
	height: .01rem;
	background: #CC0A2D;
	width: 0;
	transition: 0.3s width;
}

.navigation_list_pc .navigation:hover::after{
	width: 100%;
}
.navigation_active{
	color: #CC0A2D !important;
	font-weight: bold;
}
.navigation:has(.navigation_active)::after{
	width: 100%;
}


.scroll-bg {
	background-attachment: fixed;
	/* 固定背景，实现视差效果。 */
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	/* 确保背景图覆盖整个区域，并随视口大小调整。 */
}


/* partfooter start */
.section_footer {
	background: #862F3F;
	color: #FFFFFF;
}

.footer_pc_item {
	width: 1.82rem;
}
.footer_pc {
	width: 7.81rem;
	margin: 0 auto;
}

.footer_pc_top {
	border-bottom: 1px solid #FFFFFF;
	display: flex;
}

.footer_pc_top .icon {
	display: block;
}

.footer_pc_bottom {
	text-align: center;
}

.footer_pc_item:last-child {
	margin-right: 0;
}

.footer_pc_item .contactUs_tit,
.footer_pc_item .followUs_tit,
.footer_pc_item .link_tit {
	font-weight: bold;
}
.footer_pc_item .link_item {
	color: #FFFFFF !important;
}

.footer_yd {
	width: 100vw;
	height: 4rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.footer_yd_lable {
	width: 5.26rem;
	text-align: center;
	font-size: .32rem;
	margin-bottom: .48rem;
}

.footer_yd_links {
	display: flex;
	align-items: center;
}

.footer_yd_links .link_item {
	font-size: .32rem;
	color: #FFFFFF;
	line-height: .48rem;
}

.footer_yd_links .link_item_separate {
	padding: 0 .35rem;
	font-size: .32rem;
}

/* partfooter end */


.red {
	color: #FB384A !important;
}

.bold {
	font-weight: bold;
}

.black {
	color: #000;
}

.hui {
	color: #484848;
}

.hong {
	color: #FB384A;
}

.bai {
	color: #fff
}

.center {
	margin: 0 auto;
}


/* 隐藏 居中 */

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.show {
	display: block;
}

.hide {
	display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
	white-space: nowrap;
	overflow: hidden;
}

.ti {
	text-indent: -999em;
}

.te {
	text-overflow: ellipsis;
}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.cf:after,
.clearfix:after {
	clear: both;
}

.cf,
.clearfix {
	clear: both;
	*zoom: 1;
}

/*-- 字号、颜色、外边距、内补丁、居中、行高、显示、隐藏
--------------------------------------------------------------------------*/
.c-333 {
	color: #333;
}

.c-666 {
	color: #666;
}

.c-999 {
	color: #999;
}

.c-green {
	color: #1fb079;
}

.c-orange {
	color: #fc714c;
}

.c-reg {
	color: #d90106;
}

/** margin **/
/* margin-left */
.ml-15 {
	margin-left: .15rem;
}

.ml-20 {
	margin-left: .20rem;
}

.ml-26 {
	margin-left: .26rem;
}

.ml-40 {
	margin-left: .40rem;
}

/* margin-left */
/* margin-right */
.mr-6 {
  margin-right: .06rem;
}

.mr-9 {
  margin-right: .09rem;
}

.mr-10 {
	margin-right: .10rem;
}

.mr-11 {
	margin-right: .11rem;
}

.mr-15 {
	margin-right: .15rem;
}

.mr-17 {
	margin-right: .17rem;
}

.mr-20 {
	margin-right: .20rem;
}

.mr-28 {
	margin-right: .28rem;
}

.mr-40 {
	margin-right: .40rem;
}

.mr-51 {
	margin-right: .51rem;
}

.mr-64 {
	margin-right: .64rem;
}

.mr-69 {
	margin-right: .69rem;
}

/* margin-right */
/* margin-top */
.mt-5 {
	margin-top: .5rem;
}

.mt-6 {
	margin-top: .06rem;
}

.mt-10 {
	margin-top: .10rem;
}

.mt-15 {
	margin-top: .15rem;
}

.mt-20 {
	margin-top: .20rem;
}

.mt-25 {
	margin-top: .25rem;
}

.mt-40 {
	margin-top: .40rem;
}

.mt-50 {
	margin-top: .50rem;
}

.mt-60 {
	margin-top: .60rem;
}

.mt-84 {
	margin-top: .84rem;
}

/* margin-top */
/* margin-bottom */
.mb-4{
  margin-bottom: .04rem;
}

.mb-6{
  margin-bottom: .06rem;
}

.mb-8{
  margin-bottom: .08rem;
}

.mb-9{
  margin-bottom: .09rem;
}

.mb-10 {
	margin-bottom: .10rem;
}

.mb-11 {
	margin-bottom: .11rem;
}

.mb-12 {
	margin-bottom: .12rem;
}

.mb-13 {
	margin-bottom: .13rem;
}

.mb-15 {
	margin-bottom: .15rem;
}

.mb-17 {
	margin-bottom: .17rem;
}

.mb-19 {
	margin-bottom: .19rem;
}

.mb-20 {
	margin-bottom: .20rem;
}

.mb-25 {
  margin-bottom: .25rem;
}

.mb-28 {
	margin-bottom: .28rem;
}

.mb-30 {
	margin-bottom: .30rem;
}

.mb-32 {
	margin-bottom: .32rem;
}

.mb-51{
  margin-bottom: .51rem;
}

/* margin-bottom */

/** padding **/
.p-15 {
	padding: .15rem;
}

/* padding-left */
.pl-10 {
	padding-left: .10rem;
}

.pl-13 {
	padding-left: .13rem;
}

.pl-15 {
	padding-left: .15rem;
}

.pl-20 {
	padding-left: .20rem;
}

.pl-26 {
	padding-left: .26rem;
}

.pl-128 {
	padding-left: 1.28rem;
}

/* padding-left */
/* padding-right */
.pr-10 {
	padding-right: .10rem;
}

.pr-20 {
	padding-right: .20rem;
}

/* padding-right */
/* padding-top */
.pt-10 {
	padding-top: .10rem;
}

.pt-17 {
	padding-top: .17rem;
}

.pt-20 {
	padding-top: .20rem;
}

.pt-30 {
	padding-top: .30rem;
}

.pt-45 {
	padding-top: .45rem;
}

.pt-72 {
	padding-top: .72rem;
}

/* padding-top */
/* padding-bottom */
.pb-20 {
	padding-bottom: .20rem;
}

.pb-30 {
	padding-bottom: .30rem;
}

.pb-32 {
	padding-bottom: .32rem;
}

.pb-45 {
	padding-bottom: .45rem;
}

.pb-51 {
	padding-bottom: .51rem;
}

/* padding-bottom */
/** padding **/

/** font-size **/
.fs-9 {
	font-size: .09rem;
}
.fs-10 {
	font-size: .10rem;
}

.fs-11 {
	font-size: .11rem;
}

.fs-12 {
	font-size: .12rem;
}

.fs-13 {
	font-size: .13rem;
}

.fs-14 {
	font-size: .14rem;
}

.fs-15 {
	font-size: .15rem;
}

.fs-16 {
	font-size: .16rem;
}

.fs-17 {
	font-size: .17rem;
}

.fs-18 {
	font-size: .18rem;
}

.fs-19 {
	font-size: .19rem;
}

.fs-20 {
	font-size: .20rem;
}

.fs-21 {
	font-size: .21rem;
}

.fs-22 {
	font-size: .22rem;
}

.fs-23 {
	font-size: .23rem;
}

.fs-24 {
	font-size: .24rem;
}

.fs-25 {
	font-size: .25rem;
}

.fs-26 {
	font-size: .26rem;
}

.fs-27 {
	font-size: .27rem;
}

.fs-28 {
	font-size: .28rem;
}

.fs-29 {
	font-size: .29rem;
}

.fs-30 {
	font-size: .30rem;
}

.fs-38 {
	font-size: .38rem;
}

.fs-44 {
	font-size: .44rem;
}

/** font-size **/

/** line-height **/
.lh-10 {
	line-height: .10rem;
}

.lh-11 {
	line-height: .11rem;
}

.lh-12 {
	line-height: .12rem;
}

.lh-13 {
	line-height: .13rem;
}

.lh-14 {
	line-height: .14rem;
}

.lh-15 {
	line-height: .15rem;
}

.lh-16 {
	line-height: .16rem;
}

.lh-17 {
	line-height: .17rem;
}

.lh-18 {
	line-height: .18rem;
}

.lh-19 {
	line-height: .19rem;
}

.lh-20 {
	line-height: .20rem;
}

.lh-21 {
	line-height: .21rem;
}

.lh-28 {
	line-height: .28rem;
}

.lh-42 {
	line-height: .42rem;
}

/** line-height **/