/* 分享 */
.social-share a {
	margin: 0;
	
}

.social-share .social-share-icon {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: none;
	background-color: transparent !important;
}
.social-share .icon-wechat .wechat-qrcode{
	top: calc(100% + 0.1rem);
}
.social-share .icon-wechat .wechat-qrcode:after{
	display: none;
}

.social-share .social-share-icon::before {
	display: none;
}

/* 网站顶部 */
.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.5s;
	padding: 0 1.2rem;
	border-bottom: 1.5px solid rgba(255, 255, 255, 0.06);
}

.header .img2 {
	display: none;
}

.header .h_left ul {
	display: flex;
	gap: 0.35rem;
}
.header .h_left ul li:has(.dropdown.other),.header .h_right ul li:has(.dropdown.other){
  position: relative;
}

.header .h_left ul li a ,.header .h_right ul li a{
	color: #ffffff;
	transition: all 0.5s;
	display: block;
	line-height: 1.33;
	font-weight: 400;
	padding: .28rem 0;
}

.header .h_left ul li a:hover {
	color: var(--vi) !important;
}

.header .logo {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
	display: block;
	width: 1.77rem;
}

.header .h_right {
	display: flex;
	align-items: center;
}

.header .h_right ul {
	margin-right: 0.4rem;
	display: flex;
	gap: 0.35rem;
}

.header .h_right ul li a {
	color: #ffffff;
	transition: all 0.5s;
	display: block;
	line-height: 1.33;
	font-weight: 400;
}

.header .h_right ul li a:hover {
	color: var(--vi) !important;
}

.header .h_right .h_ser {
	width: 0.18rem;
	height: 0.18rem;
	margin-right: 0.3rem;
}

.header .h_right .h_lag {
	position: relative;
	margin-right: 0.3rem;
}

.header .h_right .h_lag .h {
	display: flex;
	align-items: center;
	gap: 0.1rem;
	color: #ffffff;
}

.header .h_right .h_lag .h .jt {
	width: 0.08rem;
}

.header .h_right .h_btn {
	display: block;
	width: fit-content;
	line-height: 1.357;
	padding: 0.08rem 0.2rem;
	color: #ffffff;
	background-color: var(--vi);
	border-radius: 0.05rem;
}

.header.on,
.header.on2 {
	background-color: #ffffff;
}

.header.on .img2,
.header.on2 .img2 {
	display: block;
}

.header.on .img1,
.header.on2 .img1 {
	display: none;
}

.header.on .h_left ul li a,
.header.on2 .h_left ul li a {
	color: #333;
}

.header.on .h_right ul li a,
.header.on2 .h_right ul li a {
	color: #333;
}

.header.on .h_right .h_lag .h,
.header.on2 .h_right .h_lag .h {
	color: #333;
}

.more.show {
	animation: more 0.6s linear;
	-webkit-animation: more 0.6s linear;
	opacity: 1;
}

@-webkit-keyframes more {
	0% {
		transform: translateY(0.6rem);
	}

	50% {
		transform: translateY(-0.6rem);
	}

	100% {
		transform: translateY(0);
	}
}

@keyframes more {
	0% {
		transform: translateY(0.6rem);
	}

	50% {
		transform: translateY(-0.6rem);
	}

	100% {
		transform: translateY(0);
	}
}

/* 首页 */

.part1 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}

.part1 .swiper-slide {
	position: relative;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.part1 .swiper-slide .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.part1 .swiper-slide .pic img,
.part1 .swiper-slide .pic video {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.part1 .swiper-slide .txt {
	position: absolute;
	top: 38vh;
	left: 0;
	width: 100%;
}

.part1 .swiper-slide .txt .tit {
	max-width: 70%;
	margin: 0 auto;
	text-align: center;
	color: #ffffff;
	line-height: 1.328;
	margin-bottom: 0.5rem;
	font-weight: 600;
	text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.25);
	font-size: 0.7rem;
	text-align: center;
}

.part1 .swiper-slide .txt .btn {
	margin: 0 auto;
	width: fit-content;
	padding: 0.11rem 0.35rem;
	border: 1px solid #ffffff;
	border-radius: 0.05rem;
	line-height: 1.3;
	color: #ffffff;
	margin: 0 auto;
	display: block;
	transition: all 0.5s;
}

.part1 .swiper-slide .txt .btn:hover {
	border-color: transparent;
	background-color: var(--vi);
}

.part1 .swiper-pagination {
	position: absolute;
	bottom: 0.2rem;
	left: 0;
	width: 100%;
	text-align: center;
}

.part1 .swiper-pagination-bullet {
	width: 0.4rem;
	height: 0.06rem;
	background-color: #ffffff;
	opacity: 1;
	border-radius: 0.03rem;
	margin: 0 0.08rem;
}

.part1 .swiper-pagination-bullet-active {
	background-color: var(--vi);
}

.part2 {
	padding: 1.4rem 0 0 0;
}

.part2 .top {
	padding: 0 3.2rem;
}

.part2 .tit1 {
	text-align: center;
	color: var(--vi);
	font-weight: 400;
	line-height: 1.33;
	margin-bottom: 0.2rem;
}

.part2 .tit {
	text-align: center;
	color: #333;
	line-height: 1.5;
	font-weight: 600;
	margin-bottom: 0.48rem;
}

.part2 .top .p {
	text-align: center;
	color: #333;
	font-weight: 400;
	line-height: 2;
	margin-bottom: 1rem;
}

.part2 .list {
	padding: 0 3.2rem;
	display: flex;
	gap: 0.6rem;
	margin-bottom: 0.38rem;
}

.part2 .list .item {
	width: calc(25% - 0.45rem);
	position: relative;
}

.part2 .list .item .icon {
	padding-bottom: 0.25rem;
	/* border-bottom: 1px solid #bfbfbf; */
	margin-bottom: 0.06rem;
}


.part2 .list .item .icon img {
	width: 0.3rem;
	height: 0.3rem;
	object-fit: contain;
}

.part2 .list .item .nums {
	display: flex;
	color: var(--vi);
	gap: 0.04rem;
	position: relative;
}
.part2 .list .item .nums::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.7px;
	background-color: #bfbfbfba;
}
.part2 .list .item .nums .num {
	font-weight: 700;
	line-height: 1.66;
}

.part2 .list .item .nums .dw {
	font-weight: 400;
	line-height: 1.9;
}

.part2 .list .item .p1 {
	color: #666;
	font-weight: 400;
	line-height: 1.33;
}

.part2 .txt {
	padding: 0.52rem 3.2rem 0 3.2rem;
	height: 8.42rem;
	background: no-repeat center;
	background-size: cover;
	color: #333;
	line-height: 1.8;
	font-weight: 400;
	text-align: center;
}

/* .part3{padding: 1.4rem 1.2rem 0 1.2rem;}
.part3 .tit{text-align: center;color: #333;line-height: 1.34;margin-bottom: 1rem;font-weight: 600;}
.part3 .list1{display: flex;flex-wrap: wrap;row-gap: 0.4rem;margin-bottom: 0.4rem;}
.part3 .list1 .item{position: relative;width: 100%;height: 7.2rem;border-radius: 0.1rem;}
.part3 .list1 .item .pic{width: 100%;height: 100%;}
.part3 .list1 .item .pic img,.part3 .list1 .item .pic video{display: block;width: 100%;height: 100%;object-fit: cover;}
.part3 .list1 .item .card{position: absolute;bottom: 0;right: 1.1rem;width: 5.38rem;height: 6.5rem;}
.part3 .list1 .item .card .txt1{position: absolute;top: 2.16rem;left: 0;width: 100%;color: #ffffff;text-align: center;}
.part3 .list1 .item .card .txt1 .h{font-weight: 700;line-height: 1.34;margin-bottom: 0.4rem;}
.part3 .list1 .item .card .txt1 .p{font-weight: 600;line-height: 1.32;}
.part3 .list1 .item .card .txt2{position: absolute;top: 0;right: 0;width: 100%;height: 5.7rem;border-radius: 0.15rem;background: rgba(255, 255, 255, 0.20);backdrop-filter: blur(15px);padding: 0.33rem 0.4rem 0.47rem 0.4rem;text-align: center;color: #fff;}
.part3 .list1 .item .card .txt2 .h_1{font-weight: 600;line-height: 1.33;margin-bottom: 0.25rem;}
.part3 .list1 .item .card .txt2 .h_2{font-weight: 400;line-height: 1.3;margin-bottom: 0.4rem;}
.part3 .list1 .item .card .txt2 .solid{width: 100%;height: 0.02rem;background: rgba(255, 255, 255, 0.60);position: relative;margin-bottom: 0.45rem;}
.part3 .list1 .item .card .txt2 .solid::before{content: "";position: absolute;top: 0;left: 0;height: 0.02rem;width: 0.9rem;background-color: var(--vi);}
.part3 .list1 .item .card .txt2 .p{font-weight: 300;line-height: 2;height: 10em;margin-bottom: 0.7rem;text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.part3 .list1 .item .card .txt2 .btn{margin: 0 auto;width: fit-content;padding: 0.11rem 0.35rem;border: 1px solid #ffffff;border-radius: 0.05rem;line-height: 1.3;color: #ffffff;margin: 0 auto;display: block;transition: all 0.5s;}
.part3 .list1 .item .card .txt2 .btn:hover{border-color: transparent;background-color: var(--vi);}
.part3 .list2{display: flex;gap: 0.3rem;}
.part3 .list2 .item{width: calc(33.33% - 0.2rem);position: relative;height: 6.2rem;border-radius: 0.1rem;overflow: hidden;}
.part3 .list2 .item .pic{width: 100%;height: 100%;overflow: hidden;}
.part3 .list2 .item .pic img{width: 100%;height: 100%;object-fit: cover;transition: all 0.5s;}
.part3 .list2 .item:hover .pic img{transform: scale(1.05);}
.part3 .list2 .item::before{content: "";position: absolute;top: 0;left: 0;z-index: 2; width: 100%;height: 100%;background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 60%, rgba(0, 0, 0, 0.40) 80%);}
.part3 .list2 .item .txt{position: absolute;left: 0;width: 100%;z-index: 3; bottom: 0;padding: 0 0.2rem 1.06rem 0.2rem;color: #ffffff;text-align: center;}
.part3 .list2 .item .txt .h{font-weight: 600;line-height: 1.33;margin-bottom: 0.25rem;}
.part3 .list2 .item .txt .p{font-weight: 400;line-height: 1.3;} */

.part4 {
	padding: 1.6rem 0 1.5rem 0;
	width: 100%;
	overflow: hidden;
}

.part4 .top {
	padding: 0 1.2rem;
	margin-bottom: 0.5rem;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.part4 .top .txt .p {
	color: var(--vi);
	font-weight: 400;
	line-height: 1.33;
	margin-bottom: 0.2rem;
}

.part4 .top .txt .h {
	color: #333;
	font-weight: 600;
	line-height: 1.33;
}

.part4 .top .btns {
	width: 1rem;
	display: flex;
	justify-content: space-between;
}

.part4 .top .btns>div {
	width: 0.45rem;
	height: 0.45rem;
	cursor: pointer;
}

.part4 .top .btns>div img {
	width: 100%;
	height: 100%;
}

.part4 .top .btns>div img.img2 {
	display: none;
}

.part4 .top .btns>div:hover img.img2 {
	display: block;
}

.part4 .top .btns>div:hover img.img1 {
	display: none;
}

.part4 .list {
	padding: 0.1rem 0 0.1rem 1.2rem;
	margin-bottom: 0.5rem;
}

.part4 .list .swiper-slide {
	background-color: #F9F9F9;
	border-radius: 0.1rem;
	overflow: hidden;
	height: auto;
	transition: all 0.5s;
}

.part4 .list .swiper-slide:hover {
	background-color: #fff;
	box-shadow: 0 4px 56.1px rgba(0, 0, 0, 0.07);
}

.part4 .list .swiper-slide .pic {
	width: 100%;
	height: 3.2rem;
	overflow: hidden;
	border-radius: 0.1rem;
}

.part4 .list .swiper-slide .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s;
}

.part4 .list .swiper-slide:hover .pic img {
	transform: scale(1.05);
}

.part4 .list .swiper-slide .txt {
	padding: 0.3rem 0.3rem 0.56rem 0.3rem;
}

.part4 .list .swiper-slide .txt .day {
	color: #333;
	font-weight: 300;
	line-height: 1.33;
	margin-bottom: 0.12rem;
}

.part4 .list .swiper-slide .txt .h {
	line-height: 1.5;
	font-weight: 600;
	color: #333;
	transition: all 0.5s;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.part4 .list .swiper-slide:hover .txt .h {
	color: var(--vi);
}

.part4 .btn {
	margin: 0 auto;
	width: fit-content;
	padding: 0.11rem 0.35rem;
	border: 1px solid var(--vi);
	border-radius: 0.05rem;
	line-height: 1.3;
	color: var(--vi);
	margin: 0 auto;
	display: block;
	transition: all 0.5s;
}

.part4 .btn:hover {
	border-color: transparent;
	background-color: var(--vi);
	color: #fff;
}

/* 首页 end */

/* 加入我们 */
.jo_con {
	padding: 0.9rem 0 1.36rem 0;
	background-color: #F8F8F8;
}

.jo_con .top1 {
	margin-bottom: 0.5rem;
}

.jo_con .top1 .tit {
	color: #333;
	line-height: 1.34;
	font-weight: 600;
	margin-bottom: 0.46rem;
	text-align: center;
}

.jo_con .top1 form {
	width: fit-content;
	margin: 0 auto;
	display: flex;
	border-radius: 0.1rem;
	border: 1px solid #DADADA;
	background: url(/static/img/webp/jo_ser.webp)no-repeat 0.4rem center;
	background-size: 0.15rem 0.15rem;
}

.jo_con .top1 form input {
	width: 6rem;
	line-height: 0.56rem;
	padding: 0 0.64rem;
	background: transparent;
}

.jo_con .top1 form button {
	width: 1.33rem;
	border-radius: 0.1rem;
	background-color: var(--vi);
	color: #fff;
	text-align: center;
	font-weight: 400;
}

.jo_con .bottom1 {
	padding: 0 2.08rem 0 1.82rem;
	position: relative;
}

.jo_con .bottom1 .left {
	position: sticky;
	top: 1.2rem;
	float: left;
	width: 3.8rem;
	border-radius: 0.12rem;
	background-color: #ffffff;
	box-shadow: 0 2px 30px 0 rgba(113, 130, 136, 0.12);
	padding: 0.49rem 0.4rem 0.34rem 0.38rem;
}

.jo_con .bottom1 .left .top1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0.54rem;
}

.jo_con .bottom1 .left .top1 .h {
	color: #333;
	font-weight: 600;
	line-height: 1.34;
}

.jo_con .bottom1 .left .top1 .reset {
	color: var(--vi);
	font-weight: 400;
	cursor: pointer;
}

.jo_con .bottom1 .left .item .h_1 {
	color: #333;
	font-weight: 600;
	position: relative;
	margin-bottom: 0.13rem;
	line-height: 1.35;
}

.jo_con .bottom1 .left .item .h_1 span {
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 0.12rem;
	height: 0.02rem;
	background-color: #000;
}

.jo_con .bottom1 .left .item ul li {
	display: flex;
	align-items: center;
	gap: 0.1rem;
	line-height: 2.55;
	color: #666;
	font-weight: 400;
	margin-bottom: 0.15rem;
	cursor: pointer;
}

.jo_con .bottom1 .left .item ul li:last-child {
	margin-bottom: 0;
}

.jo_con .bottom1 .left .item ul li span {
	display: block;
	width: 0.16rem;
	height: 0.16rem;
}

.jo_con .bottom1 .left .item ul li span img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.jo_con .bottom1 .left .item ul li span img.img2 {
	display: none;
}

.jo_con .bottom1 .left .item ul li.on span img.img2 {
	display: block;
}

.jo_con .bottom1 .left .item ul li.on span img.img1 {
	display: none;
}

.jo_con .bottom1 .right {
	width: 11.1rem;
	float: right;
}

.jo_con .bottom1 .right .list {
	padding-bottom: 0.8rem;
}

.jo_con .bottom1 .right .item {
	background-color: #fff;
	border-radius: 0.15rem;
	margin-bottom: 0.2rem;
	padding: 0.4rem 0.43rem 0.4rem 0.5rem;
}

.jo_con .bottom1 .right .item .top {}

.jo_con .bottom1 .right .item .top .h {
	position: relative;
	padding-right: 2.6rem;
	display: flex;
	align-items: center;
	gap: 0.16rem;
	color: #333;
	font-weight: 600;
	line-height: 1.5;
	margin-bottom: 0.16rem;
}

.jo_con .bottom1 .right .item .top .h span {
	color: var(--vi);
	display: block;
	width: fit-content;
	padding: 0 0.12rem;
	border: 1px solid var(--vi);
	border-radius: 0.04rem;
	font-weight: 400;
	line-height: 0.24rem;
}

.jo_con .bottom1 .right .item .top .h .time {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	color: #999;
	line-height: 1.5;
	font-weight: 400;
}

.jo_con .bottom1 .right .item .top .p {
	display: flex;
	align-items: center;
	gap: 0.2rem;
	color: #666;
	line-height: 1.5;
	font-weight: 400;
	margin-bottom: 0.32rem;
	transition: all 0.5s;
}

.jo_con .bottom1 .right .item .top .p span {
	display: block;
	width: 1px;
	height: 0.16rem;
	background-color: #B1B1B1;
}

.jo_con .bottom1 .right .item.on .top .p {
	margin-bottom: 0.42rem;
}

.jo_con .bottom1 .right .item .top .btn {
	width: fit-content;
	line-height: 1.2;
	color: var(--vi);
	padding: 0.14rem 0.42rem;
	border: 1px solid var(--vi);
	border-radius: 0.05rem;
	transition: all 0.5s;
	cursor: pointer;
}

.jo_con .bottom1 .right .item .top .btn:hover {
	background-color: var(--vi);
	color: #fff;
}

.jo_con .bottom1 .right .item.on .top .btn {
	display: none;
}

.jo_con .bottom1 .right .item .bottom {
	display: none;
}

.jo_con .bottom1 .right .item .bottom .item1 {
	margin-bottom: 0.47rem;
}

.jo_con .bottom1 .right .item .bottom .item1 .h {
	color: #333;
	line-height: 1.3;
	margin-bottom: 0.2rem;
	font-weight: 400;
}

.jo_con .bottom1 .right .item .bottom .item1 .p {
	color: #666;
	line-height: 2;
	font-weight: 400;
}

.jo_con .bottom1 .right .item .bottom .item1 .p span {
	color: var(--vi);
}

.jo_con .bottom1 .right .item .bottom .item1 .p a {
	color: var(--vi);
}

.jo_con .bottom1 .right .item .bottom .btns {
	display: flex;
	gap: 0.2rem;
}

.jo_con .bottom1 .right .item .bottom .btns a {
	display: block;
	text-align: center;
	width: fit-content;
	line-height: 1.16;
	padding: 0.1rem 0.42rem;
	border: 1px solid #DCDCDC;
	border-radius: 0.04rem;
	background-color: #f9f9f9;
	transition: all 0.5s;
}

.jo_con .bottom1 .right .item .bottom .btns a:hover {
	color: #ffffff;
	background-color: var(--vi);
	border-color: transparent;
}

/* 加入我们 end */

/* 联系爱游戏 */
.cat_con {
	padding: 2.72rem 2.17rem 1.5rem 2.17rem;
	/* background: url(/static/img/webp/cat_bj.webp)no-repeat center top; */
	background-size: 100% auto;
	background-color: #F8F8F8;
}
.cat_con .bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}


.cat_con .tit {
	position: relative;
	text-align: center;
	color: #ffffff;
	margin-bottom: 0.76rem;
	font-weight: 600;
	line-height: 1.34;
}

.cat_con .forms {
	position: relative;
	background-color: #ffffff;
	border-radius: 0.1rem;
	padding: 0.8rem 1.18rem 0.7rem 1.18rem;
}

.cat_con .forms .tab {
	display: flex;
	justify-content: center;
	gap: 0.5rem;
	align-items: center;
	margin-bottom: 0.5rem;
}

.cat_con .forms .tab li {
	display: flex;
	align-items: center;
	cursor: pointer;
	color: #777;
	font-weight: 600;
	line-height: 1.6;
	gap: 0.1rem;
}

.cat_con .forms .tab li span {
	display: block;
	width: 0.18rem;
	height: 0.18rem;
}

.cat_con .forms .tab li span svg {
	display: block;
	width: 100%;
	height: 100%;
}

.cat_con .forms .tab li span svg.img2 {
	display: none;
}

.cat_con .forms .tab li.on span svg.img2 {
	display: block;
}

.cat_con .forms .tab li.on span svg.img1 {
	display: none;
}

.cat_con .forms form {
	display: none;
}

.cat_con .forms form.on {
	display: flex;
	column-gap: 0.5rem;
	row-gap: 0.4rem;
	flex-wrap: wrap;
}

.cat_con .forms form .input {
	width: calc(50% - 0.25rem);
}

.cat_con .forms form .input.input1 {
	width: 100%;
}

.cat_con .forms form .input .name {
	line-height: 1;
	font-weight: 400;
	color: #333;
	margin-bottom: 0.15rem;
}

.cat_con .forms form .input .name span {
	color: var(--vi);
	margin-right: 0.04rem;
}

.cat_con .forms form .input input {
	width: 100%;
	background-color: transparent;
	padding: 0.12rem 0.13rem;
	line-height: 1.2;
	border: 1px solid #D9D9D9;
	border-radius: 0.06rem;
}

.cat_con .forms form .input textarea {
	width: 100%;
	background-color: transparent;
	padding: 0.12rem 0.13rem;
	line-height: 1.2;
	border: 1px solid #D9D9D9;
	border-radius: 0.06rem;
}

.cat_con .forms form input[type="submit"] {
	margin: 0 auto;
	width: fit-content;
	padding: 0.11rem 0.43rem;
	color: #fff;
	background-color: var(--vi);
	border-radius: 0.06rem;
}

/* 联系爱游戏 end */

/* 廉政合规 */
.inte_con {
	padding: 1.7rem 3.13rem 6.57rem 3.13rem;
	background: url(/static/img/webp/inte_bj.webp)no-repeat center bottom;
	background-size: 100% auto;
	background-color: #F8F8F8;
}

.inte_con .tit {
	text-align: center;
	color: #333;
	font-weight: 600;
	line-height: 1.34;
	margin-bottom: 0.4rem;
}

.inte_con .p1 {
	color: #666;
	line-height: 1.66;
	font-weight: 400;
	margin-bottom: 0.25rem;
}

.inte_con .h {
	color: var(--vi);
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0.2rem;
}

.inte_con .p {
	color: #333;
	line-height: 1.66;
	font-weight: 400;
	margin-bottom: 0.4rem;
}

.inte_con .h_1 {
	color: var(--vi);
	margin-bottom: 0.2rem;
	font-weight: 600;

}

/* 廉政合规 end */





@media screen and (min-width: 1922px) {}

@media screen and (max-width: 1680px) {
	.header .con .h_right .h_nav {
		margin-right: 1rem;
		gap: 0.5rem;
	}
}

@media screen and (max-width: 1560px) {}

@media screen and (max-width: 1440px) {
	.header .con .h_right .h_nav {
		margin-right: 1rem;
		gap: 0.36rem;
	}

}

@media screen and (max-width: 1366px) {}

@media screen and (max-width: 1290px) {}

@media screen and (max-width: 1290px) {}

@media screen and (max-width: 1024px) {
	.mimg {
		display: block !important;
	}

	.pimg {
		display: none !important;
	}

	.header {
		display: none;
	}

	.m_header {
		position: sticky;
		top: 0;
		left: 0;
		width: 100%;
		background-color: transparent;
		z-index: 98;
		display: flex !important;
		justify-content: space-between;
		transition: all 0.5s;
		padding:.3rem .4rem;
		background-color: #fff;
	}

	.m_header.on {
		background-color: #fff;
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}

	.m_header .logo {
		width: 1.77rem;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

	.m_header .logo img {
		width: 100%;
		display: block;
	}

	.m_header .right {
		display: flex;
		align-items: center;
	}

	.m_header .right .tel {
		font-size: 16px;
		font-weight: 600;
		margin-right: 12px;
		padding-left: 26px;
		line-height: 26px;
		background: url(/static/img/m_tel.svg)no-repeat left center;
		background-size: 22px auto;
	}

	/*.m_header .right .tel{width: 22px;margin-right: 18px;}*/
	/*.m_header .right .tel img{width: 100%;}*/
	.m_header .right .ser {
		width: .4rem;
		margin-right: .24rem;
		display: flex;
		gap: .12rem;
	}
	.m_header .right .ser:last-child{
		/* margin-right: 0; */
	}
	.m_header .right .ser .icon{
		width: .14rem;
	}
	.m_header .right .ser img {
		width: 100%;
	}

	.m_header .btn {
		display: block;
	}

	.m_header .btn {
		margin-right: 0;
		cursor: pointer;
		display: flex;
		flex-direction: column;
		gap: .1rem;
	}

	.m_header .btn.hide {
		opacity: 0;
	}

	.m_header .btn div {
		display: block;
		width: .4rem;
		height: 2px;
		background-color: #333;
		border-radius: 1px;
		transition: all 0.3s;
	}
	.m_header {
		display: flex !important;
		display: flex;
		justify-content: space-between;
		align-items: center
	}

	.mh_nav {
		display: block !important;
	}

	.mh_nav {
		position: fixed;
		top: 0;
		right: 10%;
		width: 90%;
		transform: translateX(-120%);
		z-index: 999;
		background-color: #fff;
		height: 100vh;
		overflow: auto;
		padding: 50px 15px;
		transition: all 0.5s;
		box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
	}

	.mh_nav.show {
		transform: translateX(0);
	}

	.mh_nav .close {
		position: absolute;
		top: 25px;
		right: 20px;
		width: 20px;
		height: 20px;
	}
	.mh_nav .close span{
		display: inline-block;
		width: 100%;
		height: 2px;
		background-color: #333;
		position: absolute;
		top: 0%;
		left: 0;
	}
	.mh_nav .close span:nth-child(1){
		transform: rotate(45deg) ;
	}
	.mh_nav .close span:nth-child(2){
		transform: rotate(135deg) ;
	}

	.mh_nav .nav>li {
		border-bottom: 1px solid rgba(0, 0, 0, 0.1);
		position: relative;
		padding-right: 60px;
	}

	.mh_nav .nav>li>a {
		line-height: 60px;
		font-size: 16px;
		display: block;
	}

	.mh_nav .nav>li:after {
		content: "";
		position: absolute;
		right: 0;
		top: 24px;
		transition: all 0.5s;
		width: 12px;
		height: 12px;
		background: url(/static/img/common/hx_add.svg)no-repeat center;
		background-size: auto 100%;
		transform: rotate(-90deg);
		opacity: 0;
		visibility: hidden;
	}

	.mh_nav .nav>li.on:after {
		transform: rotate(0deg);
	}
	.mh_nav .nav>li:has(ul)::after{
		opacity: 1;
		visibility: visible;
	}


	.mh_nav .nav>li .nav1 {
		padding: 15px;
		line-height: 24px;
		display: none;
		font-size: 14px;
	}

	.mh_nav .nav>li .nav1 .h {
		font-weight: 600;
		font-size: 14px;
		color: #1f1f1f;
		margin-bottom: 8px;
	}

	.mh_nav .nav>li .nav1 a {
		padding: 6px 0;
	}

	.mh_nav .nav>li .nav2 {
		font-size: 13px;
		padding-left: 16px;
		font-family: hr;
	}

	.mh_nav .nav>li .nav2 a {
		font-size: 13px;
		padding: 0;
	}

	
}

@media screen and (max-width: 668px) {}<!--耗时1775253790.1803秒-->