@charset "utf-8";

/*清除内边�?*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
ul,
ol,
li,
pre,
fieldset,
lengend,
input,
textarea,
th,
td,
figure {
	border: none;
	padding: 0;

	margin: 0;

}

/*设置默认字体*/

body,
button,
select,
textarea {
	/* �? ascii 字符表示，使得在任何编码下都无问�? */
	border: none;
}

html {

	height: 100%;

}

html,
body {
	color: rgba(0, 0, 0, 1);
}

h1 {

	font-size: 52px;

}

h2 {

	font-size: 18px;

}

h3 {

	font-size: 17px;

}

h4 {

	font-size: 16px;

}

h5,
h6 {

	font-size: 14px;

}

address,
cite,
dfn,
em,
var {

	font-style: normal;

}

code,
kbd,
pre,
samp,
tt {
	font-family: "Courier New", Courier, monospace;
}

/* 统一等宽字体 */

small {
	font-size: 12px;
}

/* 小于 12px 的中文很难阅读，�? small 正常�? */



/*重置列表元素*/

ul,
li {

	list-style: none;
	cursor: pointer;
}

/*重置文本格式元素*/

a {
	text-decoration: none;
}


a:hover {
	text-decoration: none;
	/* color:rgba(229,126,26,1); */
}

abbr[title],
acronym[title] {
	/* 注：1.ie6 不支�? abbr; 2.这里用了属�?��?�择符，ie6 下无效果 */

	border-bottom: 1px dotted;

	cursor: help;
}

/*重置表单元素*/

legend {
	color: #000;
}

/* for ie6 */

fieldset,
img {
	border: none;
}

/* img 让链接里�? img 无边�? */

/* 注：optgroup 无法扶正 */

img {
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
	font-size: 0;

	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 2s;
	-webkit-transition-property: all;
	-webkit-transition-timing-function: ease;
}

button,
input,
select,
textarea {

	font-size: 100%;
	/* 使得表单元素�? ie 下能继承字体大小 */
	outline: none;
	border: 0;
	border-color: #2f6ad3;

}

/*重置表格元素*/

table {

	border-collapse: collapse;

	border-spacing: 0;

}

/*重置hr元素*/

hr {

	border: none;

	height: 1px;

}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪�? */

/* html { overflow-y: scroll; } */

/*规定html5样式*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
section,
summary {

	display: block;

}

audio,
canvas,
progress,
video {

	display: inline-block;

	vertical-align: baseline;

	*display: inline;

	*zoom: 1;

}

audio:not([controls]) {

	display: none;

	height: 0;

}

/*苹果系统input去除*/
input[type="button"],
input[type="submit"],
input[type="reset"] {
	-webkit-appearance: none;
}

textarea {
	-webkit-appearance: none;
}

/* 浮动 */
.left {
	float: left;
}

.right {
	float: right;
}

/*清理浮动*/

.clear:before,
.clear:after {

	content: "";

	display: table;

}

.clear:after {
	clear: both;
}

.clear {

	*zoom: 1;
	/*IE/7/6*/

}

/*动画*/

p:hover {
	transition: all 0.3s ease 0s;
}

/* a:hover{ opacity:0.8;transition: all 0.3s ease 0s;} */


.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

.btn {
	display: block;
	width: 270px;
	height: 54px;
	color: #000000;
	margin: 60px auto;
	border-radius: 5px;
	text-align: center;
	background: #ffd200;
	border: none;
	cursor: pointer;
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn p:nth-child(1) {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.btn p:nth-child(2) {
	font-size: 12px;
}

.btn:after {
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
	background: #0068b7;
}

.btn:hover,
.btn:active {
	color: #ffffff;
	background: #0068b7;
}

.btn:hover:after,
.btn:active:after {
	width: 100%;
}

.box {
	overflow: hidden;
}

.tupian {
	line-height: 0;
}

.container {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}




/*Styling Buttons*/
.login-button {
	background-color: transparent;
	border: 1.5px solid #f2f5f7;
	border-radius: 2em;
	padding: 0.6rem 0.8rem;
	margin-left: 2vw;
	cursor: pointer;

}

.login-button:hover {
	color: #131418;
	background-color: #f2f5f7;
	border: 1.5px solid #f2f5f7;
	transition: all ease-in-out 350ms;
}

.join-button {
	color: #131418;
	background-color: #61DAFB;
	border: 1.5px solid #61DAFB;
	border-radius: 2em;
	padding: 0.6rem 0.8rem;
	cursor: pointer;
}

.join-button:hover {
	color: #f2f5f7;
	background-color: transparent;
	border: 1.5px solid #f2f5f7;
	transition: all ease-in-out 350ms;
}

/*Styling Hamburger Icon*/



/*Stying for small screens*/
@media screen and (max-width: 750px) {
	.container {
		width: 7.5rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.nav_box {
		width: 7.5rem;
		position: fixed;
		z-index: 10;
		top: 0;
		background: rgba(0, 0, 0, 1);
	}

	.nav {
		width: 7.5rem;
		height: 1.5rem;
		margin: 0 auto;
		display: flex;
	}

	.logo {
		width: 2.5rem;
		height: .9rem;
		margin-left: .2rem;
		line-height: 0;
		text-align: center;
	}

	.logo img {
		width: 2.25rem;
		height: .66rem;
		margin-top: .45rem;
	}

	.hamburger {
		display: block;
		position: absolute;
		cursor: pointer;
		right: 5%;
		top: 50%;
		transform: translate(-5%, -50%);
		z-index: 2;
		transition: all 0.7s ease;
	}

	.hamburger div {
		width: 30px;
		height: 3px;
		background: #fff;
		margin: 5px;
		transition: all 0.3s ease;
	}

	.nav-links {
		position: fixed;
		background: #222222;
		height: 50vh;
		width: 7.5rem;
		flex-direction: column;
		clip-path: circle(50px at 90% -20%);
		-webkit-clip-path: circle(50px at 90% -15%);
		transition: all 1s ease-out;
		pointer-events: none;
		top: 0;
	}

	.nav-links {
		display: flex;
		list-style: none;
		padding: 0;
		justify-content: space-evenly;
		align-items: center;
		text-transform: uppercase;
	}

	.nav-links.open {
		clip-path: circle(1000px at 90% -10%);
		-webkit-clip-path: circle(1000px at 90% -10%);
		pointer-events: all;
	}

	.nav-links li {
		opacity: 0;
	}

	.nav-links li a {
		width: 7.5rem;
		text-align: center;
		font-size: .32rem;
		font-weight: 300;
		display: block;
		color: #fff;
	}

	.nav-links li a:hover {
		color: #fff;
	}

	.nav-links li:nth-child(1) {
		transition: all 0.5s ease 0.2s;
	}

	.nav-links li:nth-child(2) {
		transition: all 0.5s ease 0.4s;
	}

	.nav-links li:nth-child(3) {
		transition: all 0.5s ease 0.6s;
	}

	.nav-links li:nth-child(4) {
		transition: all 0.5s ease 0.7s;
	}

	.nav-links li:nth-child(5) {
		transition: all 0.5s ease 0.8s;
	}

	.nav-links li:nth-child(6) {
		transition: all 0.5s ease 0.9s;
		margin: 0;
	}

	.nav-links li:nth-child(7) {
		transition: all 0.5s ease 1s;
		margin: 0;
	}

	li.fade {
		opacity: 1;
	}

	.pgqm {
		width: 7.5rem;
		margin: 1.3rem auto 0 auto;
		position: relative;
		background-image: url(../images/w1_01.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		height: 10.56rem;
		overflow: hidden;
	}

	.pgqm_box {
		width: 7.5rem;
		position: relative;
		line-height: 0;
		overflow: hidden;
	}


	.pgqm_nr {
		width: 7.5rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.pgqm_bt {
		width: 5.8rem;
		height: 1rem;
		font-size: .7rem;
		line-height: 1rem;
		text-align: center;
		margin: .5rem auto 0 auto;
		overflow: hidden;
	}

	.gradient-text {
		/* 渐变背景（从左到右方向） */
		background-image: linear-gradient(to right,
				#ffe2e7 1%,
				#1853f6 35%,
				#ff779d 77%,
				#ffffff 95%);

		/* 裁剪背景为文字形�? */
		-webkit-background-clip: text;
		background-clip: text;

		/* 隐藏原始文字颜色 */
		color: transparent;

		/* 建议样式（可调整�? */
		font-size: .7rem;
		font-weight: bold;
		text-align: center;
		display: inline-block;
		/* 确保渐变容器正确渲染 */
		margin: 0 auto;
	}

	.pgqm_tbt {
		width: 4.76rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.pgqm_tbt_l {
		width: .86rem;
		line-height: 0;
		float: left;
	}

	.pgqm_tbt_l img {
		width: .76rem;
		height: .64rem;
		margin-top: .2rem;
	}

	.pgqm_tbt_r {
		width: 3.9rem;
		font-size: .67rem;
		color: #fff;
		text-align: right;
		float: left;
		line-height: 1rem;
		font-weight: bold;
	}

	.pgqm_xbt {
		display: none;
	}

	.ptlogo {
		width: 5.4rem;
		position: relative;
		margin: .3rem auto 0 auto;
		overflow: hidden;
	}

	.ptlogo_dy {
		display: none;
	}

	.ptlogo ul li {
		width: 1.7rem;
		margin-right: .15rem;
		margin-top: .15rem;
		float: left;
	}

	.ptlogo ul li:nth-child(3n) {
		margin-right: 0px;
	}

	.touan {
		width: 3.36rem;
		height: .81rem;
		position: relative;
		margin: .46rem auto 0 auto;
		line-height: 0;
		overflow: hidden;
	}

	.touan img {
		width: 3.36rem;
		height: .81rem;
	}

	.touan_zi {
		font-size: .4rem;
		font-weight: bold;
		line-height: .81rem;
		color: #fff;
		position: absolute;
		top: 0;
		left: .38rem;
	}

	.touan_zi a {
		color: #fff;
	}

	.touan_zi a:hover {
		color: #fff;
	}

	.sdnd_box {
		width: 7.5rem;
		height: 17.37rem;
		margin: 0 auto;
		background-image: url(../images/w2_02.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.sdnd_bt {
		width: 6rem;
		font-size: .56rem;
		line-height: .7rem;
		text-align: center;
		margin: .6rem auto 0 auto;
		overflow: hidden;
	}

	.sdnd-text {
		/* 渐变背景（从左到右方向） */
		background-image: linear-gradient(to right,
				#ffe2e7 1%,
				#1853f6 35%,
				#ff779d 77%,
				#ffffff 95%);

		/* 裁剪背景为文字形�? */
		-webkit-background-clip: text;
		background-clip: text;

		/* 隐藏原始文字颜色 */
		color: transparent;

		/* 建议样式（可调整�? */
		font-size: .56rem;
		font-weight: bold;
		text-align: center;
		display: inline-block;
		/* 确保渐变容器正确渲染 */
		margin: 0 auto;
	}

	.sdnd_nav {
		width: 6.8rem;
		margin: .1rem auto 0 auto;
		overflow: hidden;
	}

	.sdnd_nav_dy {
		width: 1.1rem;
		height: 1rem;
		position: absolute;
		bottom: .80rem;
		right: .30rem;
		line-height: 0;
	}

	.sdnd_nav_dy img {
		width: 1.1rem;
		height: 1rem;
	}

	.sdnd_nav ul li {
		width: 6.8rem;
		height: 3.66rem;
		position: relative;
		background-image: url(../images/w2_1.png);
		background-repeat: no-repeat;
		margin-top: .36rem;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.sdnd_nav ul li h1 {
		width: 6.8rem;
		font-size: .45rem;
		font-weight: 400;
		margin-top: .7rem;
		line-height: .6rem;
		color: #fff;
		text-align: center;
	}

	.sdnd_zw {
		width: 5rem;
		line-height: .42rem;
		font-size: .3rem;
		color: #9e9e9e;
		margin-top: .3rem;
		margin-left: .3rem;
	}

	.sdnd_xbt {
		width: 5.5rem;
		margin: .3rem auto 0 auto;
		overflow: hidden;
	}

	.sdnd_xbt_l {
		width: .58rem;
		text-align: center;
		line-height: 0;
		margin: 0 auto;
		overflow: hidden;
	}

	.sdnd_xbt_l img {
		width: .58rem;
		height: .69rem;
		margin-top: .2rem;
	}

	.sdnd_xbt_r {
		width: 5rem;
		font-size: .42rem;
		font-weight: bold;
		text-indent: .24rem;
		text-align: center;
		color: #fff;
		line-height: .6rem;
	}

	.fwtx_box {
		width: 7.5rem;
		height: 18.9rem;
		margin: 0 auto;
		background-image: url(../images/w3_03.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.fwtx_nav {
		display: none;
	}

	.fwtx_wnav {
		width: 6.8rem;
		margin: 1.1rem auto 0 auto;
		position: relative;
		overflow: hidden;
	}

	.fwtx_wnav ul li {
		width: 2.4rem;
		margin-right: 2rem;
		float: left;
	}

	.fwtx_wnav ul li:nth-child(2n) {
		margin-right: 0;
	}

	.fwtx_wnav ul li:nth-child(3) {
		margin-top: 7rem;
	}

	.fwtx_wnav ul li:nth-child(4) {
		margin-top: 7rem;
	}

	.fwtx_muen {
		width: 2.4rem;
		overflow: hidden;
	}

	.fwtx_muen_l {
		width: 2.4rem;
	}

	.fwtx_muen_l h1 {
		font-size: .45rem;
		color: #fff;
		font-weight: bold;
		line-height: .6rem;
		text-align: center;
	}

	.fwtx_muen_wz {
		width: 2.4rem;
		line-height: .4rem;
		font-size: .3rem;
		color: #9e9e9e;
		margin-top: .2rem;
	}

	.fwtx_muen_r {
		width: 1.37rem;
		height: 1.25rem;
		line-height: 0;
		margin: 0 auto;
		overflow: hidden;
	}

	.fwtx_muen_r img {
		width: 1.37rem;
		height: 1.25rem;
	}

	.fwtx_muen1 {
		width: 2.4rem;
		overflow: hidden;
	}

	.fwtx_muen1_l {
		width: 2.4rem;
	}

	.fwtx_muen1_l h1 {
		font-size: .45rem;
		color: #fff;
		font-weight: bold;
	}

	.fwtx_muen1_wz {
		width: 2.4rem;
		line-height: .4rem;
		font-size: .3rem;
		color: #9e9e9e;
		text-align: left;
		margin-top: .2rem;
	}

	.fwtx_muen1_r {
		width: 1rem;
		height: .91rem;
		line-height: 0;
		text-align: right;
	}

	.fwtx_muen1_r img {
		width: 1rem;
		height: .91rem;
		margin-top: 30px;
	}

	.fwtx_muen_img {
		width: 100%;
		position: absolute;
		top: 3.7rem;
		left: 0;
		margin: 0 auto;
	}

	.fwtx_muen_tp {
		width: 6rem;
		height: 6.07rem;
		margin: .2rem auto 0 auto;
		line-height: 0;
	}

	.fwtx_muen_tp img {
		width: 6rem;
		height: 6.07rem;
	}

	.xiangy_box {
		width: 7.5rem;
		height: 7.44rem;
		margin: 0 auto;
		background-image: url(../images/w4_04.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.xiangy_nav {
		width: 6.9rem;
		margin: 1.1rem auto 0 auto;
		overflow: hidden;
	}

	.xiangy_nav ul li {
		width: 50%;
		float: left;
		margin-top: .3rem;
		overflow: hidden;
	}

	.xiangy_nav ul li:nth-child(3) {
		margin-top: 1.2rem;
	}

	.xiangy_nav ul li:nth-child(4) {
		margin-top: 1.2rem;
	}


	.xiangy_nav ul li h1 {
		font-size: .85rem;
		font-weight: 400;
		line-height: 1rem;
		color: #fff;
		text-align: center;
	}

	.xiangy_nav ul li h1 span {
		font-size: .3rem;
	}

	.xiangy_nav_wz {
		font-size: .3rem;
		line-height: .4rem;
		font-weight: 600;
		color: #9e9e9e;
		text-align: center;
	}

	.yytx_box {
		width: 7.5rem;
		height: 12.28rem;
		margin: 0 auto;
		background-image: url(../images/w5_05.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.yytx_bt {
		width: 6.8rem;
		height: 1rem;
		font-size: .56rem;
		line-height: 1rem;
		text-align: center;
		margin: 1rem auto 0 auto;
		overflow: hidden;
	}

	.yytx_wnav {
		width: 7.5rem;
		margin: 1.1rem auto 0 auto;
		line-height: 0;
		overflow: hidden;
	}

	.yytx_nav {
		display: none;
	}

	.yytx_wnav img {
		width: 7.5rem;
		height: 7.21rem;
	}

	.qfwtf_box {
		width: 7.5rem;
		height: 16rem;
		margin: 0 auto;
		background-image: url(../images/w6_06.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}



	.qfwtf_wnav {
		width: 7.5rem;
		/* 750px �? 7.5rem */
		margin: .9rem auto 0 auto;
		overflow: hidden;
		padding: 0.2rem 0;
		/* 20px �? 0.2rem */
	}




	/* 行样�? */
	.row {
		height: 2rem;
		/* 80px �? 1.0667rem */
		margin: 0.1333rem 0;
		/* 10px �? 0.1333rem */
		overflow: hidden;
		position: relative;
	}

	/* 滚动内容 */
	.scroll-content {
		position: absolute;
		white-space: nowrap;
		animation-iteration-count: infinite;
		animation-timing-function: linear;
		animation-direction: alternate;
	}

	/* li元素样式 */
	.scroll-content ul li {
		display: inline-block;
		width: 3.7333rem;
		/* 280px �? 3.7333rem */
		height: 1.5rem;
		/* 60px �? 0.8rem */
		/* 垂直居中 */
		margin: 0 0.1333rem;
		/* 10px �? 0.1333rem */
		background: rgba(255, 255, 255, 0.1);
		border-radius: 0.1067rem;
		/* 8px �? 0.1067rem */
		font-size: 0.32rem;
		/* 24px �? 0.32rem */
		list-style: none;
	}

	/* 动画配置 */
	.row:nth-child(odd) .scroll-content {
		animation-name: scrollLeft;
		animation-duration: 30s;
	}

	.row:nth-child(even) .scroll-content {
		animation-name: scrollRight;
		animation-duration: 30s;
	}

	@keyframes scrollLeft {
		0% {
			transform: translateX(0);
		}

		100% {
			transform: translateX(-50%);
		}
	}

	@keyframes scrollRight {
		0% {
			transform: translateX(-50%);
		}

		100% {
			transform: translateX(0);
		}
	}








	.qfwtf_nav {
		display: none;
	}

	.qfwtf_nav ul li {
		width: 2.9rem;
		height: 1.58rem;
		float: left;
		border-radius: .25rem;
		background: rgba(255, 255, 255, 0.1);
		margin-top: .15rem;
		margin-right: .15rem;
		overflow: hidden;
	}

	.qfwtf_nav ul li:nth-child(5n) {
		margin-right: 0px;
	}

	.qfwtf_nav_tp {
		width: .53rem;
		height: .53rem;
		line-height: 0;
		margin: .3rem auto 0 auto;
		overflow: hidden;
	}

	.qfwtf_nav_tp img {
		width: .53rem;
		height: .53rem;
		text-align: center;
	}

	.qfwtf_nav_wz {
		font-size: .42rem;
		color: #fff;
		line-height: .5rem;
		text-align: center;
	}

	.qfwtf_xbt {
		width: 6.58rem;
		margin: .3rem auto 0 auto;
		overflow: hidden;
	}

	.qfwtf_xbt_l {
		width: .58rem;
		line-height: 0;
		float: left;
	}

	.qfwtf_xbt_l img {
		width: .58rem;
		height: .69rem;
		margin-top: .2rem;
	}

	.qfwtf_xbt_r {
		width: 6rem;
		font-size: .42rem;
		font-weight: bold;
		float: left;
		text-indent: .24rem;
		color: #fff;
		line-height: 1rem;
	}

	.hzlx_box {
		width: 7.5rem;
		height: 18.05rem;
		margin: 0 auto;
		background-image: url(../images/s_02.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}


	.carousel-container {
		width: 7.5rem;
		overflow: hidden;
		position: relative;
		margin: .5rem auto;
	}

	.carousel-list {
		display: flex;
		gap: .32rem;
		padding: 0 0 0 .6rem;
		/* (750 - 649 - 20)/2 = 40.5 �? �?55优化显示 */
		transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
	}

	.carousel-item {
		width: 6.65rem;
		height: 2.91rem;
		margin: .6rem auto 0 auto;
		background-image: url(../images/x_03.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}
	.carousel-item2 {
		width: 6.65rem;
		height: 2.91rem;
		margin: .6rem auto 0 auto;
		background-image: url(../images/x_06.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}
	.carousel-item3 {
		width: 6.65rem;
		height: 2.91rem;
		margin: .6rem auto 0 auto;
		background-image: url(../images/x_08.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}
	.carousel-item4 {
		width: 6.65rem;
		height: 2.91rem;
		margin: .6rem auto 0 auto;
		background-image: url(../images/x_10.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	

	.hzlc_nrq {
		width: 6.49rem;
		height: 7.44rem;
		position: relative;
		overflow: hidden;
	}

	.hzlc_nrq_tp {
		width: 6.49rem;
		height: 7.44rem;
		line-height: 0;
		overflow: hidden;
	}

	.hzlc_nrq_tp img {
		width: 6.49rem;
		height: 7.44rem;
	}

	.hzlc_icwz {
		width: 6.65rem;
		margin: 0 auto;
		overflow: hidden;
	}
	.hzlc_xicwz{
		width: 2.4rem;
		margin: .8rem auto 0 auto;
		overflow: hidden;
	}

	.hzlc_icwz_icon {
		width:.5rem;
		height: .5rem;
		line-height: 0;
		text-align: center;
		float: left;
		margin-right:0.15rem;
	}
	.hzlc_icwz_icon img{
		width:.5rem;
		height: .5rem;
		margin-top: .26rem;
	}

	.hzlc_icwz_bt {
		width: 1.75rem;
		float: left;
		font-size: .42rem;
		color: #fff;
		line-height: 1rem;
		font-weight: bold;
		text-align: center;
	}

	.hzlc_icwz_wz {
		width: 80%;
		font-size: .28rem;
		line-height: .36rem;
		color: #9e9e9e;
		margin:0 auto;
		padding-left: 10%;
	}



	.hzlx_nav {
		display: none;
	}

	.hzlx_nr {
		width: 1450px;
		position: absolute;
		top: 0;
		left: 0;
	}

	.hzlx_nr_xq {
		width: 1450px;
		margin: 0 auto;
		overflow: hidden;
	}

	.hzlx_nr_xq ul li {
		width: 25%;
		float: left;
		overflow: hidden;
	}

	.hzlx_nr_xq ul li:nth-child(1) {
		margin-top: 260px;
	}

	.hzlx_nr_xq ul li:nth-child(2) {
		margin-top: 190px;
	}

	.hzlx_nr_xq ul li:nth-child(3) {
		margin-top: 120px;
	}

	.hzlx_nr_xq ul li:nth-child(4) {
		margin-top: 60px;
	}

	.hzlx_nav_tp {
		width: 75px;
		height: 75px;
		margin: 0 auto;
		line-height: 0;
		overflow: hidden;
	}

	.hzlx_nav_tp img {
		width: 75px;
		height: 75px;
	}

	.hzlx_nav_wz {
		font-size: 40px;
		color: #fff;
		text-align: center;
		line-height: 60px;
		margin-top: 20px;
		font-weight: 400;
	}

	.hzlx_nav_nr {
		width: 80%;
		font-size: 20px;
		color: #9e9e9e;
		margin: 10px auto 0 auto;
	}

	.gyhky_box {
		width: 7.5rem;
		height: 15.19rem;
		margin: 0 auto;
		background-image: url(../images/w9_08.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.gyhky_wnav {
		width: .6.58rem;
		margin: .7rem auto 0 auto;
		overflow: hidden;
	}

	.gyhky_nav {
		display: none;
	}

	.gyhky_bg {
		width: 6.58rem;
		height: 6.14rem;
		background-image: url(../images/w9_07.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		margin: .4rem auto 0 auto;
		overflow: hidden;
	}

	.gyhky_tp {
		width: 6.56rem;
		height: 3.07rem;
		line-height: 0;
		margin: 0 auto;
		text-align: center;
		overflow: hidden;
	}

	.gyhky_tp img {
		width: 6.56rem;
		height: 3.07rem;
	}

	.gyhky_bg_wz {
		width: 962px;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}

	.hkynr {
		width: 5.78rem;
		font-size: .3rem;
		color: #c5c5d1;
		line-height: .36rem;
		margin: .7rem auto 0 auto;
		overflow: hidden;
	}

	.hkynr_xbt {
		width: 6.56rem;
		margin: .6rem auto 0 auto;
		overflow: hidden;
	}

	.pgqm_xbt_l {
		width: 1.14rem;
		height: 1.11rem;
		margin-right: .2rem;
		line-height: 0;
		float: left;
	}

	.pgqm_xbt_l img {
		width: 1.14rem;
		height: 1.11rem;
	}

	.pgqm_xbt_r {
		width: 5.22rem;
		font-size: .39rem;
		color: #fff;
		line-height: .48rem;
		float: left;
		overflow: hidden;
	}

	.gywm_box {
		width: 7.5rem;
		height: 8.84rem;
		margin: 0 auto;
		background-image: url(../images/w9_09.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.gywm_nave {
		width: 7.5rem;
		margin: 1.1rem auto 0 auto;
		position: relative;
		overflow: hidden;
	}

	.gywm_bt {
		width: 7.5rem;
		height: 1rem;
		font-size: .56rem;
		line-height: 1rem;
		text-align: center;
		margin: 1.1rem auto 0 auto;
		overflow: hidden;
	}

	.gywm_xbt {
		width: 7.5rem;
		margin: .6rem auto 0 auto;
		overflow: hidden;
	}

	.gywm_xbt_l {
		width: 3.38rem;
		height: .91rem;
		line-height: 0;
		margin: 0 auto;
		overflow: hidden;
	}

	.gywm_xbt_r {
		width: 6.76rem;
		height: 2.36rem;
		font-size: .4rem;
		color: #fff;
		text-align: center;
		line-height: .48rem;
		margin: .6rem auto 0 auto;
		background-image: url(../images/bqw.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.bddls {
		width: 80%;
		margin: .6rem auto 0 auto;
		overflow: hidden;
	}

	.gywm_xbt_l img {
		width: 3.38rem;
		height: .91rem;
	}

	.gywm_bq {
		width: 7.5rem;
		font-size: .25rem;
		color: #948f9a;
		text-align: center;
		margin: .6rem auto 0 auto;
	}



}

html {
	font-size: 16px;
	/* 默认�? */
}

/* 大屏适配 */
@media (min-width: 1920px) {
	html {
		font-size: 18px;
	}

	/* 1rem = 18px */
}

/* 超大屏�?�配 */
@media (min-width: 2560px) {
	html {
		font-size: 20px;
	}
}

@media (min-width:751px) {




	.nav_box {
		width: 100%;
		background: rgba(0, 0, 0, 1);
		position: fixed;
		top: 0;
		z-index: 10;
	}

	.nav {
		width: 15rem;
		height: 1rem;
		margin: 0 auto;
		display: flex;
	}

	.logo {
		width: 1.8rem;
		font-size: .22rem;
		text-align: center;
	}

	.logo img {
		width: 1.8rem;
		height: .53rem;
		margin-top: .2rem;
		margin-left: .5rem;
	}

	.hamburger {
		display: none;
	}

	.nav-links {
		display: flex;
		list-style: none;
		width: 9.6rem;
		font-size:.22rem;
		font-weight: bold;
		justify-content: space-evenly;
		align-items: center;
		text-transform: uppercase;
		margin-left: 3.1rem;
	}

	.nav-links li a:nth-child(6) {
		margin-right: 0;
		padding-right: 0;
	}

	.nav-links li a {
		font-size: .22rem;
		color: #727272;
	}

	.nav-links li a:hover {
		color: #fff;
	}

	.nav-links li {
		position: relative;
	}

	.nav-links li a::before {
		content: "";
		display: block;
		height: 3px;
		width: 0%;
		background-color: #fff;
		position: absolute;
		bottom: -.1rem;
		transition: all ease-in-out 250ms;
		margin: 0 0 0 10%;
	}

	.nav-links li a:hover::before {
		width: 80%;
	}

	.pgqm {
		width: 19.2rem;
		height: 9.76rem;
		margin: 0 auto;
		background-image: url(../images/1_01.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.pgqm_box {
		width: 100%;
		position: relative;
		line-height: 0;
		overflow: hidden;
	}

	.pgqm_box img {
		width: 100%;
		height: auto;
		max-height: 9.76rem;
	}

	.pgqm_nr {
		width: 100%;

		margin: 0 auto;
		overflow: hidden;
	}

	.pgqm_bt {
		width: 10rem;
		height: 1rem;
		font-size: .81rem;
		line-height: 1rem;
		text-align: center;
		margin: 2rem auto 0 auto;
		overflow: hidden;
	}

	.gradient-text {
		/* 渐变背景（从左到右方向） */
		background-image: linear-gradient(to right,
				#ffe2e7 1%,
				#1853f6 35%,
				#ff779d 77%,
				#ffffff 95%);

		/* 裁剪背景为文字形�? */
		-webkit-background-clip: text;
		background-clip: text;

		/* 隐藏原始文字颜色 */
		color: transparent;

		/* 建议样式（可调整�? */
		font-size: .81rem;
		font-weight: bold;
		text-align: center;
		display: inline-block;
		/* 确保渐变容器正确渲染 */
		margin: 0 auto;
	}

	.pgqm_tbt {
		width: 5.4rem;
		margin: .3rem auto 0 auto;
		overflow: hidden;
	}

	.pgqm_tbt_l {
		width: .86rem;
		line-height: 0;
		float: left;
	}

	.pgqm_tbt_l img {
		width: .76rem;
		height: .64rem;
		margin-top: .2rem;
	}

	.pgqm_tbt_r {
		font-size: .78rem;
		color: #fff;
		line-height: 1rem;
		font-weight: bold;
	}

	.pgqm_xbt {
		width: 6.8rem;
		margin: .3rem auto 0 auto;
		overflow: hidden;
	}

	.pgqm_xbt_l {
		width: 1rem;
		line-height: 0;
		float: left;
	}

	.pgqm_xbt_l img {
		width: 1rem;
		height: .81rem;
		margin-top: .1rem;
	}

	.pgqm_xbt_r {
		font-size: .29rem;
		color: #fff;
		line-height: 1rem;
	}

	.ptlogo {
		width: 8.72rem;
		position: relative;
		margin: .6rem auto 0 auto;
	}

	.ptlogo_dy {
		width: 2.08rem;
		height: 3.02rem;
		position: absolute;
		top: -2.6rem;
		left: -1.4rem;
		line-height: 0;
	}

	.ptlogo_dy img {
		width: 2.08rem;
		height: 3.02rem;
	}

	.ptlogo ul li {
		width: 1.37rem;
		margin-right: .1rem;
		float: left;
	}

	.ptlogo ul li:nth-child(6) {
		margin-right: 0px;
	}

	.touan {
		width: 2.43rem;
		height: .63rem;
		position: relative;
		margin: 0 auto;
		overflow: hidden;
	}

	.touan_zi {
		font-size: .28rem;
		font-weight: bold;
		line-height: .63rem;
		color: #fff;
		position: absolute;
		top: 0;
		left: .38rem;
	}

	.touan_zi a {
		color: #fff;
	}

	.touan_zi a:hover {
		color: #fff;
	}


	.sdnd_box {
		width: 19.2rem;
		height: 9.06rem;
		margin: 0 auto;
		background-image: url(../images/bg_02.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.sdnd_bt {
		width: 10rem;
		height: 1rem;
		font-size: .56rem;
		line-height: 1rem;
		text-align: center;
		margin: .6rem auto 0 auto;
		overflow: hidden;
	}

	.sdnd-text {
		/* 渐变背景（从左到右方向） */
		background-image: linear-gradient(to right,
				#ffe2e7 1%,
				#1853f6 35%,
				#ff779d 77%,
				#ffffff 95%);

		/* 裁剪背景为文字形�? */
		-webkit-background-clip: text;
		background-clip: text;

		/* 隐藏原始文字颜色 */
		color: transparent;

		/* 建议样式（可调整�? */
		font-size: .56rem;
		font-weight: bold;
		text-align: center;
		display: inline-block;
		/* 确保渐变容器正确渲染 */
		margin: 0 auto;
	}

	.sdnd_nav {
		width: 14.5rem;
		margin: 1.1rem auto 0 auto;
		overflow: hidden;
	}

	.sdnd_nav_dy {
		width: 1.04rem;
		height: .95rem;
		position: absolute;
		bottom: .5rem;
		right: .3rem;
		line-height: 0;
	}

	.sdnd_nav_dy img {
		width: 1.04rem;
		height: .95rem;
	}

	.sdnd_nav ul li {
		width: 4.63rem;
		height: 3.95rem;
		position: relative;
		background-image: url(../images/3_03.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
		margin-right: .3rem;
		float: left;
	}

	.sdnd_nav ul li h1 {
		width: 4.63rem;
		font-size: .45rem;
		font-weight: 400;
		margin-top: .7rem;
		line-height: .6rem;
		color: #fff;
		text-align: center;
	}

	.sdnd_zw {
		width: 3.7rem;
		line-height: .3rem;
		font-size: .2rem;
		color: #9e9e9e;
		margin: .3rem auto 0 auto;
	}

	.sdnd_nav ul li:nth-child(3) {
		margin-right: 0px;
	}

	.sdnd_xbt {
		width: 9rem;
		margin: .8rem auto 0 auto;
		overflow: hidden;
	}

	.sdnd_xbt_l {
		width: .58rem;
		line-height: 0;
		float: left;
	}

	.sdnd_xbt_l img {
		width: .58rem;
		height: .69rem;
		margin-top: .2rem;
	}

	.sdnd_xbt_r {
		width: 8.42rem;
		font-size: .42rem;
		font-weight: bold;
		text-indent: .24rem;
		float: left;
		color: #fff;
		line-height: 1rem;
	}

	.fwtx_box {
		width: 19.2rem;
		height: 10.32rem;
		margin: 0 auto;
		background-image: url(../images/bg_03.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.fwtx_wnav {
		display: none;
	}

	.fwtx_nav {
		width: 14.5rem;
		margin: 1.1rem auto 0 auto;
		position: relative;
		overflow: hidden;
	}

	.fwtx_nav ul li {
		width: 4.8rem;
		height: 2rem;
		float: left;
	}

	.fwtx_nav ul li:nth-child(1) {
		margin-right: 2.45rem;
		margin-left: 0;
		margin-top: .6rem;
	}

	.fwtx_nav ul li:nth-child(2) {
		margin-left: 2.45rem;
		margin-right: 0;
		margin-top: .6rem;
	}

	.fwtx_nav ul li:nth-child(3) {
		margin-right: 2.45rem;
		margin-left: 0;
		margin-top: 1.8rem;
	}

	.fwtx_nav ul li:nth-child(4) {
		margin-left: 2.45rem;
		margin-right: 0;
		margin-top: 1.8rem;
	}

	.fwtx_muen {
		width: 4.6rem;
		overflow: hidden;
	}

	.fwtx_muen_l {
		width: 3rem;
		margin-right: .23rem;
		float: left;
	}

	.fwtx_muen_l h1 {
		font-size: .45rem;
		color: #fff;
		font-weight: bold;
		text-align: right;
	}

	.fwtx_muen_wz {
		width: 3rem;
		line-height: .3rem;
		font-size: .2rem;
		color: #9e9e9e;
		text-align: right;
		margin-top: .2rem;
	}

	.fwtx_muen_r {
		width: 1.37rem;
		height: 1.25rem;
		float: left;
		line-height: 0;
	}

	.fwtx_muen_r img {
		width: 1rem;
		height: .91rem;
		margin-top: .3rem;
	}

	.fwtx_muen1 {
		width: 4.8rem;
		overflow: hidden;
	}

	.fwtx_muen1_l {
		width: 3.57rem;
		float: left;
	}

	.fwtx_muen1_l h1 {
		font-size: .45rem;
		color: #fff;
		font-weight: bold;
		text-align: left;
	}

	.fwtx_muen1_wz {
		width: 3.57rem;
		line-height: .3rem;
		font-size: .2rem;
		color: #9e9e9e;
		text-align: left;
		margin-top: .2rem;
	}

	.fwtx_muen1_r {
		width: 1rem;
		height: .91rem;
		margin-right: .23rem;
		float: left;
		line-height: 0;
		text-align: right;
	}

	.fwtx_muen1_r img {

		width: 1rem;
		height: .91rem;
		margin-top: .3rem;
	}

	.fwtx_muen_img {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
		margin: 0 auto;
	}

	.fwtx_muen_tp {
		width: 6.17rem;
		height: 6.24rem;
		margin: 0 auto;
		line-height: 0;
	}

	.fwtx_muen_tp img {
		width: 6.17rem;
		height: 6.24rem;
	}

	.xiangy_box {
		width: 19.2rem;
		height: 3.6rem;
		margin: 0 auto;
		background-image: url(../images/bg_04.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.xiangy_nav {
		width: 14.5rem;
		margin: 1.1rem auto 0 auto;
		overflow: hidden;
	}

	.xiangy_nav ul li {
		width: 25%;
		float: left;
		overflow: hidden;
	}

	.xiangy_nav ul li h1 {
		font-size: .78rem;
		font-weight: 400;
		line-height: .8rem;
		color: #fff;
		text-align: center;
	}

	.xiangy_nav ul li h1 span {
		font-size: .3rem;
	}

	.xiangy_nav_wz {
		font-size: .3rem;
		line-height: .3rem;
		font-weight: 600;
		color: #9e9e9e;
		text-align: center;
	}

	.yytx_box {
		width: 19.2rem;
		height: 11.42rem;
		margin: 0 auto;
		background-image: url(../images/bg_05.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.yytx_bt {
		width: 10rem;
		height: 1rem;
		font-size: .56rem;
		line-height: 1rem;
		text-align: center;
		margin: 1rem auto 0 auto;
		overflow: hidden;
	}

	.yytx_wnav {
		display: none;
	}

	.yytx_nav {
		width: 14.5rem;
		margin: 1.1rem auto 0 auto;
		line-height: 0;
		overflow: hidden;
	}

	.yytx_nav img {
		width: 14.5rem;
		height: 5.56rem;
	}

	.qfwtf_box {
		width: 19.2rem;
		height: 13.68rem;
		margin: 0 auto;
		background-image: url(../images/bg_06.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.qfwtf_wnav {
		display: none;
	}

	.row {
		display: none;
	}

	.qfwtf_nav {
		width: 14.5rem;
		margin: .9rem auto 0 auto;
		overflow: hidden;
	}

	.qfwtf_nav ul li {
		width: 2.78rem;
		height: 1.54rem;
		float: left;
		border-radius: .25rem;
		background: rgba(255, 255, 255, 0.1);
		margin-top: .15rem;
		margin-right: .15rem;
		overflow: hidden;
	}

	.qfwtf_nav ul li:nth-child(5n) {
		margin-right: 0px;
	}

	.qfwtf_nav_tp {
		width: .53rem;
		height: .53rem;
		line-height: 0;
		margin: .3rem auto 0 auto;
		overflow: hidden;
	}

	.qfwtf_nav_tp img {
		width: .53rem;
		height: .53rem;
		text-align: center;
	}

	.qfwtf_nav_wz {
		font-size: .32rem;
		color: #fff;
		line-height: .5rem;
		text-align: center;
	}

	.qfwtf_xbt {
		width: 6.58rem;
		margin: .8rem auto 0 auto;
		overflow: hidden;
	}

	.qfwtf_xbt_l {
		width: .58rem;
		line-height: 0;
		float: left;
	}

	.qfwtf_xbt_l img {
		width: .58rem;
		height: .69rem;
		margin-top: .2rem;
	}

	.qfwtf_xbt_r {
		width: 6rem;
		font-size: .42rem;
		font-weight: bold;
		float: left;
		text-indent: .24rem;
		color: #fff;
		line-height: 1rem;
	}

	.hzlx_box {
		width: 19.2rem;
		height: 10.6rem;
		margin: 0 auto;
		background-image: url(../images/bg_08.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.carousel-container {
		display: none;
	}

	.hzlx_nav {
		width: 14.5rem;
		margin: .7rem auto 0 auto;
		position: relative;
		overflow: hidden;
	}

	.hzlx_nr {
		width: 14.5rem;
		position: absolute;
		top: 0;
		left: 0;
	}

	.hzlx_nr_xq {
		width: 14.5rem;
		margin: 0 auto;
		overflow: hidden;
	}

	.hzlx_nr_xq ul li {
		width: 25%;
		float: left;
		overflow: hidden;
	}

	.hzlx_nr_xq ul li:nth-child(1) {
		margin-top: 2.6rem;
	}

	.hzlx_nr_xq ul li:nth-child(2) {
		margin-top: 1.9rem;
	}

	.hzlx_nr_xq ul li:nth-child(3) {
		margin-top: 1.2rem;
	}

	.hzlx_nr_xq ul li:nth-child(4) {
		margin-top: .6rem;
	}

	.hzlx_nav_tp {
		width: .75rem;
		height: .75rem;
		margin: 0 auto;
		line-height: 0;
		overflow: hidden;
	}

	.hzlx_nav_tp img {
		width: .75rem;
		height: .75rem;
	}

	.hzlx_nav_wz {
		font-size: .40rem;
		color: #fff;
		text-align: center;
		line-height: .6rem;
		margin-top: .2rem;
		font-weight: 400;
	}

	.hzlx_nav_nr {
		width: 80%;
		font-size: .2rem;
		color: #9e9e9e;
		margin: .1rem auto 0 auto;
	}

	.gyhky_box {
		width: 19.2rem;
		height: 10.88rem;
		margin: 0 auto;
		background-image: url(../images/bg_09.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.gyhky_wnav {
		display: none;
	}

	.gyhky_nav {
		width: 14.5rem;
		margin: 1.1rem auto 0 auto;
		position: relative;
		overflow: hidden;
	}

	.gyhky_bg {
		width: 9.62rem;
		height: 3.42rem;
		line-height: 0;
		margin-top: 1rem;
		float: right;
		overflow: hidden;
	}

	.gyhky_tp {
		width: 6.06rem;
		height: 3.07rem;
		position: absolute;
		line-height: 0;
		top: 0;
		left: 0;
		overflow: hidden;
	}

	.gyhky_tp img {
		width: 6.06rem;
		height: 3.07rem;
	}

	.gyhky_bg_wz {
		width: 9.62rem;
		position: absolute;
		top: 0;
		right: 0;
		overflow: hidden;
	}

	.hkynr {
		width: 7.8rem;
		font-size: .2rem;
		color: #c5c5d1;
		line-height: .3rem;
		padding-left: 1rem;
		margin: 1.6rem auto 0 auto;
		overflow: hidden;
	}

	.hkynr_xbt {
		width: 6.8rem;
		margin: 1rem auto 0 auto;
		overflow: hidden;
	}

	.gywm_box {
		width: 19.2rem;
		height: 7.02rem;
		margin: 0 auto;
		background-image: url(../images/bg_10.jpg);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.gywm_nave {
		width: 14.5rem;
		margin: 1.1rem auto 0 auto;
		position: relative;
		overflow: hidden;
	}

	.gywm_bt {
		width: 10rem;
		height: 1rem;
		font-size: .56rem;
		line-height: 1rem;
		text-align: center;
		margin: 1.5rem auto 0 auto;
		overflow: hidden;
	}

	.gywm_xbt {
		width: 12rem;
		margin: 1rem auto 0 auto;
		overflow: hidden;
	}

	.gywm_xbt_l {
		width: 2.55rem;
		line-height: 0;
		margin-right: .73rem;
		float: left;
	}

	.gywm_xbt_r {
		width: 8.72rem;
		height: 1.12rem;
		float: left;
		font-size: .36rem;
		color: #fff;
		text-align: center;
		line-height: 1.12rem;
		margin: 0 auto;
		background-image: url(../images/10_03.png);
		background-repeat: no-repeat;
		background-size: 100% 100%;
		overflow: hidden;
	}

	.gywm_xbt_l img {
		width: 2.55rem;
		margin-top: .2rem;
	}

	.bddls {
		width: 100%;
		overflow: hidden;
	}

	.gywm_bq {
		width: 14.5rem;
		font-size: .18rem;
		color: #948f9a;
		text-align: center;
		margin: 1.2rem auto 0 auto;
	}

}
