	* {
		margin: 0;
		padding: 0;
		box-sizing: border-box;
		vertical-align: middle;
	}

	ul {
		list-style: none;
	}

	a {
		text-decoration: none;
	}

	input:focus,
	select:focus,
	textarea:focus {
		outline: none;
	}

	option {
		border: none;
	}

	html,
	body {
		height: 100%;
	}

	.qz {
		position: absolute;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 10;
	}

	/*åˆ†é¡µ*/
	.pagination {
		padding-top: 40px;
		text-align: center;
	}

	.pagination li {
		display: inline-block;
		margin: 0 5px;
	}

	.pagination span,
	.pagination a {
		display: block;
		font-size: 14px;
		line-height: 14px;
		padding: 15px 18px;
		color: #666;
		cursor: pointer;
		background-color: #fafafa;
	}

	.pagination .disabled span,
	.pagination .disabled a {
		color: #666;
	}

	.pagination .active span,
	.pagination .active a {
		background-color: #c458a8;
		color: #fff;
	}

	.pagination li:nth-child(2) {
		/*transform: rotate(180deg);*/
	}

	.pagination li:nth-child(1) {
		display: none;
	}

	.pagination li:nth-last-child(1) {
		display: none;
	}

	/* .bar {
		max-width: 1735px;
		width: 100%;
		margin: 0 auto;
	} */

	/*修改滚动条样式*/
	::-webkit-scrollbar {
		width: 5px;
		height: 5px;
	}

	::-webkit-scrollbar-track {
		background: #EBEBEB;
		border-radius: 2px;
		background-color: #f7f7f7;
		border-left: 2px solid #EBEBEB;
		border-right: 2px solid #EBEBEB;
	}

	::-webkit-scrollbar-thumb {
		background: #CCCCCC;
		border-radius: 10px;
		height: 10px;
	}

	::-webkit-scrollbar-thumb:hover {
		background: #ccc;
	}

	::-webkit-scrollbar-corner {
		/* background: #179a16; */
	}

	body {
		font-family: "PingFangRegular", "寰蒋闆呴粦", "PingFang SC", Arial;
		font-size: 16px;
	}

	@font-face {
		font-family: 'din_bold';
		src: url('../fonts/impact-2.ttf') format('truetype');
	}

	@font-face {
		font-family: 'gilroy_bold';
		src: url('../fonts/gilroy-bold-4.otf') format('truetype');
	}

	@font-face {
		font-family: 'gilroy_light';
		src: url('../fonts/Gilroy-Light-11.otf') format('truetype');
	}

	@font-face {
		font-family: 'gilroy_Medium';
		src: url('../fonts/Gilroy-Medium-2.otf') format('truetype');
	}

	@font-face {
		font-family: 'gilroy_regular';
		src: url('../fonts/gilroy-regular-3.otf') format('truetype');
	}

	@font-face {
		font-family: 'PingFangBold';
		src: url('../fonts/PingFang Bold.woff2') format('truetype');
	}

	@font-face {
		font-family: 'PingFangRegular';
		src: url('../fonts/PingFang Regular.woff2') format('truetype');
	}

	.bar {
		width: 100%;
		max-width: 16.5rem;
		margin: 0 auto;
		/* height: 30px; */
	}

	.navigation .bar {
		width: 100%;
		max-width: 17.2rem;
		margin: 0 auto;
		/* height: 30px; */
	}

	.navigation {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99;
		background: transparent;
		height: 1rem;
		/* box-shadow: 0 -2px 25px 2px rgb(0 0 0 / 0.2); */
		transition: all 0.5s;
		background: linear-gradient(180deg, rgb(0 0 0 / 50%) 0%, rgb(0 0 0 / 40%) 10%, rgb(0 0 0 / 37%) 20%, rgb(0 0 0 / 18%) 40%, rgba(0, 0, 0, 0) 100%);
	}

	.navigation .logo a {
		height: 1rem;
		display: flex;
		align-items: center;
	}

	.navigation .ntr_zi a {
		height: 1rem;
		display: flex;
		align-items: center;
	}

	.navigation_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}

	.logo img {
		width: 2.8rem;
		height: auto;
		transition: all 0.2s;
	}

	.navigation_top_ul {
		height: 1rem;
		transition: all 0.5s;
	}

	/* 手机导航 */
	.left {
		width: 60%;
		height: 100%;
		background: rgb(0 0 0 / 80%);
		position: fixed;
		z-index: 9999;
		display: none;
		right: 0;
		overflow: auto !important;
		padding: 0 2%;
		top: 0;
	}

	.nr {
		padding-top: 30px;
		border-bottom: 1px #ccc6c6 solid;
		padding-bottom: 15px;
	}

	.nr1 a {
		font-size: 16px;
		color: #fff;
		font-weight: 600;
	}

	.nr2 {
		padding-top: 15px;
	}

	.nr2 ul {
		display: flex;
		flex-wrap: wrap;
	}

	.nr2 ul li a {
		font-size: 14px;
		color: #fff;
		padding-bottom: 10px;
		padding-right: 20px;
	}

	.slog {
		text-align: center;
		padding-top: 50px;
	}

	.vb {
		position: absolute;
		top: 22px;
		right: 24px;
		cursor: pointer;
	}

	.dbs {
		border-bottom: solid 3px #DA2031;
	}

	#toggle {
		display: none;
	}

	.slog img {
		width: 185px;
	}

	.vb img {
		width: 30px;
	}

	.cbanner {
		width: 100%;
		height: 426px;
		position: relative;
	}

	.cbanner img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}

	.bbiaoti {
		position: absolute;
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		top: 0;
	}

	.bbiaoti p {
		font-size: 56px;
		font-weight: bold;
		color: #FFFFFF;
		line-height: 50px;
	}

	/* 导航菜单核心样式 */
	.navigation_top_ul>ul {
		display: flex;
		height: 100%;
		transition: all 0.5s;
	}

	.navigation_top_ul_item {
		position: relative;
		height: 100%;
		display: flex;
		align-items: center;
		padding: 0 0.45rem;
		/* 菜单间距 */
	}

	.navigation_top_ul_item>a {
		color: #fff;
		font-size: 0.19rem;
		font-weight: 500;
		transition: all 0.5s;
	}

	/* 下拉菜单核心样式（高度从0到有） */
	.mod-pull {
		position: absolute;
		top: 100%;
		/* 紧贴父菜单底部 */
		left: 0;
		width: 1.8rem;
		/* 下拉菜单宽度 */
		background: #fff;
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
		border-radius: 0 0 4px 4px;
		overflow: hidden;
		/* 关键：隐藏超出高度的内容 */
		max-height: 0;
		/* 初始高度为0 */
		opacity: 0;
		/* 初始透明 */
		transition: max-height 1s ease, opacity 0.3s ease;
		/* 过渡动画 */
		z-index: 100;
	}

	/* 鼠标经过时展开下拉菜单 */
	.navigation_top_ul_item:hover .mod-pull {
		max-height: 3rem;
		/* 足够容纳所有子项的高度（根据实际子项数量调整） */
		opacity: 1;
		/* 完全显示 */
	}

	/* 父菜单链接 hover 样式 */
	.navigation_top_ul_item:hover>a {
		color: #c541a7;
	}

	/* 下拉菜单项样式 */
	.mod-pull_ul_li {
		border-bottom: 1px solid #f5f5f5;
	}

	.mod-pull_ul_li:last-child {
		border-bottom: none;
	}

	.mpul-box {
		display: block;
		padding: 0.12rem 0.2rem;
		color: #333;
		font-size: 0.16rem;
		transition: background-color 0.3s, color 0.3s;
	}

	/* 下拉菜单项 hover 样式 */
	.mod-pull_ul_li:hover .mpul-box {
		background-color: #f5f9ff;
		color: #c541a7;
	}

	.navigation_top_ul_item_a {
		height: 100%;
		position: relative;
		display: flex;
		align-items: center;

	}

	.navigation_top_ul_item_a::after {
		content: "";
		position: absolute;
		bottom: 0px;
		left: 50%;
		transform: translateX(-50%);
		width: 0%;
		height: 0.04rem;
		background: #c541a7;
		transition: all .4s;
	}

	.navigation_top_ul_item:hover .navigation_top_ul_item_a::after {
		width: 120%;
	}

	.navigation_top_rili {
		display: flex;
		align-items: center;
	}

	.ntr_tu a{
		color: #fff;
		font-size:0.25rem;
		font-weight: bold;
		font-family: PingFangBold;

	}

	

	.ntr_tu:hover::after {
		transform: scaleX(1);
		transform-origin: left;
	}

	.ntr_tu img {
		width: 0.22rem;
		height: auto;
		margin-right: 0.1rem;
		position: relative;
		z-index: 5;
	}

	.ntr_tu p {
		color: #fff;
		font-size: 0.19rem;
		/* margin-top: -0.05rem; */
		position: relative;
		z-index: 5;
	}

	.ntr_zi img {
		margin-left: 0.2rem;
		width: 0.38rem;
	}

	.l_img2 {
		display: none;
	}

	.k_img2 {
		display: none;
	}

	.white_framework {
		height: 0.9rem;
		background: #fff;
		box-shadow: 0 -2px 25px 2px rgb(0 0 0 / 0.2);
	}

	.white_framework .l_img2 {
		display: block;
	}

	.white_framework .l_img1 {
		display: none;
	}

	.white_framework .k_img2 {
		display: block;
	}

	.white_framework .k_img1 {
		display: none;
	}

	.white_framework .navigation_top_ul_item>a {
		color: #333;

	}

	.white_framework .navigation_top_ul {
		height: 0.9rem;
	}

	.white_framework .logo img {
		/* width:2.1rem; */
	}

	.white_framework .logo a {
		height: 0.8rem;
		display: flex;
		align-items: center;
	}

	.white_framework .ntr_zi a {
		height: 0.8rem;
		display: flex;
		align-items: center;
	}
	.white_framework .ntr_tu a{
		 background: linear-gradient(to right, #f15c8e, #c458a8); /* 从左到右渐变（可改方向） */
		  -webkit-background-clip: text; /* 背景裁剪为文字形状（webkit前缀兼容主流浏览器） */
		  background-clip: text; /* 标准属性 */
		  color: transparent; /* 文字透明，显示背景渐变 */
		  
		  /* 可选优化：保持文字可读性和样式 */
		  text-decoration: none; /* 去除下划线（如需保留可删除） */
		 
		  font-weight: normal; /* 可根据需求调整字重 */
		  display: inline-block; /* 确保渐变正常生效（行内元素可能需此属性） */
	}

	/* 底部栏 */
	.bottom {
		width: 100%;
		background-color: #1c1a1a;
		padding-top: 0.9rem;
	}

	.bottom_bar {
		width: 100%;
		max-width: 17.2rem;
		margin: 0 auto;
	}

	.bottom_zuoyou {
		display: flex;
		justify-content: space-between;
		padding-bottom: 0.7rem;
	}

	.bottom_zuo .bottom_logo {
		width: 2.5rem;
		padding-bottom: 0.45rem;
	}

	.bottom_logo img {
		width: 100%;
		height: auto;
	}

	.bottom_lx p {
		display: flex;
		font-size: 0.19rem;
		color: #fff;
		align-items: anchor-center;
	}

	.bottom_lx p text {
		font-size: 0.3rem;
	}

	.bottom_lx span {
		font-size: 0.19rem;
		color: #fff;
		display: block;
		margin-top: 0.2rem;
	}

	.bottom_gzh {
		display: flex;
		margin-top: 0.7rem;
	}

	.bottom_gzh_li {
		margin-right: 0.2rem;
		position: relative;
	}

	.bottom_gzh_li_item img {
		width: 0.64rem;
		height: auto;
		object-fit: cover;
		cursor: pointer;
	}

	.bottom_you_ul {
		display: flex;
	}

	.bottom_you_ul_li {
		margin-left: 0.85rem;
	}

	.bottom_you_ul_li p a {
		display: block;
		font-size: 0.24rem;
		color: #fff;
		margin-bottom: 0.5rem;
	}

	.bottom_you_ul_li ul li a {
		display: block;
		font-size: 0.19rem;
		color: #a2a2a2;
		margin-bottom: 0.25rem;
		transition: all 0.3s;
	}

	.bottom_you_ul_li ul li a:hover {
		color: #fff;
	}

	.bottom2 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 0.15rem 0;
		border-top: 1px solid #403e3e;
	}

	.bottom2 a {
		color: #8e8e8e;
		margin-left: 0.1rem;
		display: block;
		font-size: 0.19rem;
	}

	.bottom2_li {
		display: flex;
		align-items: center;

	}

	.bottom2 p {
		font-size: 0.19rem;
		color: #8e8e8e;
	}

	.erwem img {
		width: 1.5rem;
		height: 1.5rem;
		transition: all 0.3s;
		opacity: 0;
	}

	.bottom_gzh_li {
		position: relative;
	}

	.erwem {
		position: absolute;
		top: 0px;
		left: 0;
		width: 0;


		overflow: hidden;
	}

	.bottom_gzh_li:hover .erwem {
		width: 1.5rem;
		top: -1.8rem;
	}

	.bottom_gzh_li:hover .erwem img {
		opacity: 1;
		margin-top: 0.05rem;
	}

	/* @media screen and (min-width:2390px) {
		.bar {
			max-width: 100%;
			width: 100%;
			padding: 0 126px 0 128px;
		}
	} */

	
	
	
	
	

	@media screen and (max-width:1024px) {
		#toggle {
			display: block;
			width: 40px;
			height: 40px;
			top: 12px;
		}

		.left {
			width: 100%;
			background: #c458a8;
		}

		.navigation_top_ul {
			display: none;
		}

		.navigation_top_rili {
			display: none;
		}

		.logo {
			margin: 0 auto;
		}

		.navigation {
			height: 60px;
			background: #fff;
		}

		.navigation .logo a {
			height: 60px;
		}

		.logo img {
			width: auto;
			height: 50px;
			transition: all 0.2s;
		}

		.l_img2 {
			display: block;
		}

		.l_img1 {
			display: none;
		}
		.bottom_zuoyou{
		flex-wrap: wrap;
		}
		.bottom{
			padding-left: 5%;
			padding-right: 5%;
		}
		.bottom_you_ul_li p a {
		    display: block;
		    font-size: 16px;
		    color: #fff;
		    margin-bottom: 20px;
		}
		.bottom_you_ul_li ul li a {
		    display: block;
		    font-size: 14px;
		    color: #a2a2a2;
		    margin-bottom: 15px;
		    transition: all 0.3s;
		}
		.bottom_lx p {
		 
		    font-size: 18px;
		    
		}
		.bottom_lx p text {
		    font-size: 18px;
		}
		.bottom_gzh_li_item img {
		    width: 54px;
		   
		}
		.bottom_lx span{
		    font-size: 18px;
		  
		    margin-top: 20px;
		}
		.bottom_zuo .bottom_logo {
		    width: 200px;
		    padding-bottom: 0.45rem;
		}
		.bottom_gzh {
		  
		    margin-top: 30px;
			margin-bottom: 60px;
		}
		.bottom2 a {
		   
		    font-size: 16px;
			text-align: center;
			
		}
		.bottom2 p{
			 font-size: 16px;
			 text-align: center;
		}
		.bottom2_li{
			flex-wrap: wrap;
		}
		.bottom2{
			flex-wrap: wrap;
		}
	}

	@media screen and (max-width:768px) {
		.logo img {

			height: 35px;

		}
		.bottom_you{
			display: none;
		}
	}