.banner {
	width: 100%;
	height: 100%;
	margin: 2.8125rem auto 0;
	position: relative;
	overflow: hidden;
}


.pc-banner {
	display: block;
}

.banner .swiper {
	width: 100% !important;
}

.mobile-banner {
	display: none;
}

.banner .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}

.banner .swiper-slide .pc-banner {
	width: 100%;
}

.banner .swiper-slide .txt {
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	top: 15%;
	transition-duration: 2s;
}

.banner .swiper-slide .txt img {
	width: 31.25rem;
}

.banner .swiper-slide-active .pc-banner {
	animation: changeScale 1 6s ease-out forwards;
}

.banner .swiper-slide-active .txt {
	top: 25%;
}

.banner .title {
	width: 100%;
	position: absolute;
	left: 16.25rem;
	top: 16.75rem;
	z-index: 2;
	text-align: left;
	color: #fff;
}


.banBtn {
	width: 14.375rem;
	border-radius: 0.625rem;
	text-align: center;
	line-height: 3.5rem;
	color: #fff;
	font-size: 1.375rem;
	font-weight: bold;
	background-image: linear-gradient(to right, #6eae1b, #87bd43);
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: .5s;
}

.banner .swiper-button-next,
.banner .swiper-button-prev {
	width: 3.25rem;
	height: 3.25rem;
	border-radius: 100%;
	border: .1875rem solid #49a634;
}

.banner .swiper-button-next:after,
.banner .swiper-button-prev:after {
	color: #49a634;
	font-size: 1.7rem;
	font-weight: bold;
}

.banner .swiper-button-next {
	right: 10%;
}

.banner .swiper-button-prev {
	left: 10%;
}

.banner .swiper-pagination {
	bottom: 3.375rem !important;
}

.banner .swiper-pagination-bullet {
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
	background: #fff;
	opacity: 1;
	margin: 0 0.75rem !important;
}

.banner .swiper-pagination-bullet-active {
	border: 2px solid #fff;
	background: none !important;
}

.content {
	width: 100%;
	padding-top: 5.3125rem;
}

.homeAbout {
	padding-bottom: 5.625rem;
}

.abBox {
	position: relative;
}

.abImg {
	width: 80%;
	display: block;
	margin-left: 20%;
}

.abTxt {
	width: 50%;
	background: #f9ecf4;
	padding: 1.25rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.abTxt dl {
	border: 1px dashed #beaaca;
	padding: 1.5625rem 3.4375rem;
}

.abTxt dl dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 1.25rem;
}

.abTxt dl dt img {
	display: block;
	width: 26%;
}

.abTxt dl dt ul {
	width: 70%;
}

.abTxt dl dt ul li {
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: .3125rem;
}

.abTxt dl dt ul li p {
	font-size: 1.25rem;
}

.abTxt dl dt ul li span {
	border: 1px solid #553480;
	width: 1.125rem;
	height: 1.125rem;
	display: block;
	border-radius: 50%;
	position: relative;
	opacity: 0.7;
	margin-right: .625rem;
}

.abTxt dl dt ul li span::after {
	content: '';
	width: 50%;
	height: 50%;
	border: 1px solid #553480;
	border-radius: 50%;
	top: 15%;
	left: 15%;
	position: absolute;
}

.homeTitle {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2rem;
}

.blx {
	width: 20.75rem;
	display: block;
}

.HomeBit {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	margin: 0 .625rem;

}

.HomeBit .Img1 {
	width: 6.25rem;
}

.HomeBit .Img2 {
	display: block;
	margin: 0 0.9375rem;
	width: 9.6875rem;
}

.HomeBit .pText {
	position: relative;
	margin-bottom: 0;
}

.HomeBit .pText h2 {
	font-size: 2.5rem;
	line-height: 2.5rem;
	padding-bottom: 2rem;
}

.HomeBit .pText p {
	font-size: 1.25rem;
	color: #49a634;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 11.25rem;
}

.HomeNews {
	width: 100%;
	padding-bottom: 5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.HomeNews .left {
	width: 50%;
}

.HomeNews .left .swiper-slide {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.HomeNews .left .swiper-slide .time {
	width: 6.25rem;
	text-align: center;
	display: flex;
	z-index: 2;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	height: 5.5rem;
	padding: 0.5rem 0;
	position: absolute;
	left: 0;
	top: 0;
	background: #b04b85;
	color: #fff;
	font-size: 2.25rem;
	line-height: 1.8rem;
	font-weight: bold;
}

.HomeNews .left .swiper-slide .time span {
	display: inline-block;
	width: 100%;
	font-size: 1.125rem;
	opacity: 0.7;
	line-height: 1.2rem;
}

.HomeNews .left .swiper-slide img {
	display: block;
	width: 100%;
	transition-duration: .5s;
	position: relative;
	z-index: 1;
	height: 29rem;
}

.HomeNews .left .swiper-slide:hover img {
	transform: scale(1.1);
}

.HomeNews .left .swiper-slide .title {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	color: #fff;
	font-size: 1.25rem;
	padding: .625rem 2.5rem;
	background: -webkit-linear-gradient(top, rgb(176 75 133 / 4%) 16%, rgb(176 75 133 / 86%) 71%);
}

.HomeNews .right {
	width: 48.2%;
}

.in-news2 {
	width: 100%;
}

.in-news2 dl {
	width: 100%;
	border-bottom: 1px solid #dddddd;
	padding: 1.4rem 0;
	transition-duration: .5s;
}

.in-news2 dl:hover {
	background: #b04b85
}

.in-news2 dl dt {
	width: 14.6%;
	text-align: center;
	float: left;
}

.in-news2 dl dt h1 {
	font-size: 3rem;
	line-height: 3rem;
	color: #333333;
}

.in-news2 dl dt p {
	font-size: 1rem;
	line-height: 1.375rem;
	color: #333333;
}

.in-news2 dl:hover dt h1,
.in-news2 dl:hover dt p {
	color: #fff;
}

.in-news2 dl dd {
	width: 85.4%;
	padding-left: 1.125rem;
	border-left: 1px solid #dddddd;
	float: right;
}

.in-news2 dl dd .bit {
	font-size: 1.25rem;

	font-weight: bold;
	color: #111111;
	padding-bottom: 8px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.in-news2 dl dd .neir {
	font-size: 1rem;
	line: height 22px;
	color: #808181;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.in-news2 dl:nth-child(1) {
	padding-top: 5;
}

.in-news2 dl:hover dd .bit,
.in-news2 dl:hover dd .neir {
	color: #fff;
}

.newBox {
	background: url(../images/newBg.jpg) no-repeat bottom center;
	background-size: 100% auto;
	margin-bottom: 5rem;
}

@keyframes float {

	0%,
	100% {
		transform: translateY(0);
	}

	50% {
		transform: translateY(-5px);
	}
}

.HomePicture {
	width: 100%;
	padding-bottom: 5rem;
}

.HomePicture .swiper-slide {
	background: #000;
	overflow: hidden;
	cursor: pointer;
}

.HomePicture .swiper-slide .title {
	width: 100%;
	background: url(../images/picBg.png)repeat-x;
	position: absolute;
	height: 8.6875rem;
	left: 0;
	bottom: 0;
	color: #fff;
	padding: 5.5rem 1.5rem 1rem 1.5rem;
	font-size: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	font-weight: bold;
	z-index: 2;
	transition-duration: .5s;
}

.HomePicture .swiper-slide .title_hover {
	position: absolute;
	width: 5.875rem;
	opacity: 0;
	transition-duration: .5s;
	background: #b04b85;
	color: #fff;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 0.75rem;
}

.HomePicture .swiper-slide .title_hover p {
	width: 100%;
	font-size: 1.25rem;
	line-height: 1.5rem;
	border: 1px dashed #fff;
	padding: 1.5rem 1.5625rem;
	font-weight: bold;
	/* min-height: 15rem; */
	text-align: center;
}

.HomePicture .swiper-slide img {
	display: block;
	width: 100%;
	transition-duration: .5s;
	position: relative;
	z-index: 1;
}

.HomePicture .swiper-slide:hover img {
	transform: scale(1.1);
	opacity: 0.8;
}

.HomePicture .swiper-slide:hover .title {
	opacity: 0;
}

.HomePicture .swiper-slide:hover .title_hover {
	opacity: 1;
}

.HomePicture .swiper-button-prev,
.HomePicture .swiper-button-next {
	background: #b04b85;
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;


}

/*  */
.HomePlay {
	width: 100%;

	padding-bottom: 8.125rem;
}

.ywBox {
	border: 1px solid #b04b85;
	transition-duration: .5s;
}

.ywBox:hover {
	background: #b04b85;
	color: #fff;
}

.xl {
	width: 1.5625rem;
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}

.eatImg {
	width: 9.6875rem;
	display: block;
	margin: 0 auto;
	position: relative;
	top: -1rem;
	z-index: 1;
}

.title h2 {
	font-size: 1.875rem;
}

.title p {
	font-size: 1.25rem;
	opacity: 0.6;
	padding-bottom: 2.1875rem;
	font-weight: normal;
}

.HomePlay .swiper-slide .pic img {
	border-radius: 100%;
}

.HomePlay .swiper-slide .title {
	width: 100%;
	text-align: center;
	font-size: 2.25rem;
	font-weight: bold;
}

.HomePlay .HomeWarp {
	padding-top: 1.25rem;
}

.HomeTel {
	width: 100%;
	background: url(../images/mobileBg.jpg)no-repeat top center;
	background-size: cover;
	min-height: 47.625rem;
}

.TelBox {
	padding-top: 7.1875rem;
	width: 46%;
}

.TelBox .title {
	width: 100%;
	display: flex;
	align-items: self-start;
	font-size: 2.4375rem;
	color: #000;
	font-weight: bold;
	margin-bottom: 1.875rem;
}

.TelBox .title img {
	margin-right: 0.9375rem;
	width: 9.6875rem;
}

.TelBox .Stitle {
	width: 100%;
	line-height: 3.125rem;
	font-size: 2.25rem;
	color: #333333;
	margin-bottom: 1.4rem;
}

.pText {
	font-size: 1.25rem;
	color: #333;
	margin-bottom: 2.5rem;
}

.btnBox {
	width: 11.125rem;
}

.btnBox a img {
	width: 100%;
	display: block;
}

.btnBox a {
	position: relative;
}

.btnBox a p {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 1.125rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	top: 0;
	left: 0;
}







.aboutBox {
	width: 100%;
	margin-top: 5rem;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.aboutBox .left {
	width: 44%;
	padding-top: 1.6875rem;
}

.aboutBox .left .pText {
	width: 100%;
	font-size: 1.25rem;
	color: #333;
	line-height: 2.25rem;
	margin-bottom: 5rem;
}

.aboutBox .right {
	width: 51.5%;
	border-radius: 0.9375rem;
	overflow: hidden;
}

.aboutBox .right img {
	display: block;
	width: 100%;
	animation: run 12s linear infinite;
}



@keyframes changeScale {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.06);
	}
}



.homeProTab ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 2.8125rem;
}

.homeProTab ul li {
	line-height: 4.125rem;
	cursor: pointer;
	color: #555555;
	font-size: 1.625rem;
	position: relative;
	transition-duration: 1s;
}

.homeProTab ul li:after {
	width: 0;
	height: 2px;
	background: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	transition-duration: 1s;
}

.homeProTab ul li.hover {
	color: #000000;
	position: relative;
}

.homeProTab ul li.hover::after {
	width: 100%;
	height: 2px;
	background: #000000;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
}


.proList {
	margin-bottom: 1.875rem;
}

.proList ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.proList ul li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 1.25rem;
}

.proList ul li:nth-child(3n) {
	margin-right: 0;
}

.proList ul li a {
	display: inline-block;
	width: 100%;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	transition-duration: .5s;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.2);
	line-height: 3.125rem;
	text-align: center;
	font-size: 1.375rem;
}

.proList ul li a:hover {
	background: #de0026;
	color: #fff;
	border: 1px solid #de0026;
}

.more-btn.white {
	color: #fff;
	border-color: #fff;
}

.more-btn.white:hover {
	background: #fff;
	color: #333;
}

.more-btn.white::after {
	width: 30px;
	height: 3.25rem;
	content: "";
	display: inline-block;
	margin-left: 8px;
	transform: skewX(15deg);
	/* 箭头也需要反向倾斜 */
	transition: transform 0.3s ease;
	background: url(../images/btn-icon1.png)no-repeat center center;
}

.more-btn.white:hover::after {
	transform: skewX(15deg) translateX(3px);
	/* 箭头微动 */
	background: url(../images/btn-icon.png)no-repeat center center;
}




@keyframes run {
	0% {
		transform: scale(1);
	}

	25% {
		transform: scale(1.04);
	}

	50% {
		transform: scale(1.08);
	}

	75% {
		transform: scale(1.04);
	}

	100% {
		transform: scale(1);
	}
}




.stats-section {
	padding: 50px 0;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.stats-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(9.375rem, 1fr));
	gap: 20px;
	align-items: center;
}


.stat-item {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	line-height: 1.2;
	align-items: center;
	font-size: 1.25rem;
}

.stat-number {
	font-size: 2rem;
	font-weight: bold;
	color: #184899;
	/* 蓝色主色调匹配官网 */
	margin-bottom: 8px;
	line-height: 1.2;
	margin-left: 5px;
}


.stat-label {
	font-size: 20px;
	color: #333;
	font-weight: bold;
	line-height: 1.4;
}

@media (max-width: 768px) {
	.stat-number {
		font-size: 36px;
	}

	.stat-label {
		font-size: 14px;
	}
}

@media (max-width: 480px) {
	.stat-number {
		font-size: 28px;
	}
}



/*  */

.home_ct_Box dl dt:after {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-ms-transform: skewX(-25deg);
	transform: skewX(-25deg);
}


.home_ct_Box dl:hover dt:after {
	-webkit-animation: shine2 1s;
	animation: shine2 1s;
}

@-webkit-keyframes shine2 {
	100% {
		left: 125%;
	}
}

@keyframes shine2 {
	100% {
		left: 125%;
	}
}


.home_ct_Box dl dt img {
	display: block;
	width: 100%;
	transition-duration: .5s;
}

.home_ct_Box dl:hover dt img {
	transform: scale(1.1);
	opacity: 0.7;
}

.home_ct_Box dl:hover dd {
	background: #ffc800;
	color: #393e3a;
}

.home_ct_Box dl dd {
	width: 50%;
	height: 4.375rem;
	position: absolute;
	left: 25%;
	bottom: 1.875rem;
	background: #ffffff;
	color: #111111;
	text-align: center;
	line-height: 4.375rem;
	font-weight: bold;
	font-size: 1.875rem;
	transition-duration: .5s;
}



.homeRd {
	width: 100%;
	padding: 6.25rem 7.5rem;
}

.homeRdBox {
	width: 100%;
}

.homeRdBox .picture {
	width: 100%;
}


.TelBox .btnBox {
	position: relative;
	display: inline-block;
}

.qrcode-hover {
	width: 10rem;
	position: absolute;
	bottom: 100%;
	left: 50%;
	transform: translateX(-50%);
	margin-bottom: 10px;
	display: none;
	z-index: 9999;
	background: #fff;
	padding: 10px;
	border-radius: 6px;
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

.qrcode-hover img {
	width: 100%;
	display: block;
}

.TelBox .btnBox:hover .qrcode-hover {
	display: block;
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {
	.about-warp {
		width: 78%;
		margin: 0 auto;
	}

	.HomeAbout {
		padding-left: 13rem;
	}


}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 996px) {}

@media only screen and (max-width: 768px) {
	.banner .pText {
		font-size: 34px;
		margin-bottom: 26px;
	}

	.Home_btn {
		width: 130px;
		height: 37px;
		padding: 5px;
	}

	.Home_btn p {
		width: calc(95% - 2.5rem);
		line-height: 22px;
		font-size: 16px;
	}

	.Home_btn .jt {
		width: 30px;
		height: 27px;
	}

	.Home_btn .jt .iconfont {
		font-size: 20px;
	}

	.banner .round {
		width: 140px;
		height: 140px;
		bottom: -70px;
		z-index: 9;
		left: 35%;
	}

	.banner .mouse {
		width: 140px;
		bottom: 0px;
		left: 35%;
	}

	.banner .mouse .iconfont {
		font-size: 26px;
	}

	.banner .mouse p {
		line-height: 26px;
		font-size: 15px;
	}

	.yyMenubox {
		display: none;
	}

	.mobile_yy {
		display: block;
	}

	.homeBit {
		height: 42px;
		line-height: 26px;
		font-size: 26px;
		margin-bottom: 10px;
	}

	.homeBit .dw {
		width: 40%;
		left: 40%;
	}

	.bitBox .fText {
		width: 90%;
		font-size: 15px;
		padding: 0 0 20px 0;
	}

	.HomeAbout {
		padding: 0 2% 30px 2% !important;
	}

	.HomeAbout .introBox {
		width: 100%;
		padding: 0 0 30px 0;
	}

	.HomeAbout .introBox .bitBox .fText {
		width: 100%;
		text-align: left;
		font-size: 18px;
		line-height: 28px;
		padding: 0 0 20px 0;
	}

	.HomeAbout .picture {
		width: 370px;
		height: 370px;
	}

	.HomeAbout .picture .map {
		width: 320px;
		height: 320px;
	}

	.boll {
		font-size: 12px;
	}

	.b4 {
		right: -6%;
		top: 3rem;
	}

	.b5 {
		right: 4.4%;
		top: 44.5%;
	}

	.d1 {
		right: 19.5%;
		top: 28rem;
	}

	.b3 {
		right: 17%;
		top: 1.2rem;
	}

	.HomeAbout .picture .map .posBox .icon {
		width: 20px;
		height: 26px;
	}

	.introBox .pText {
		font-size: 15px;
		line-height: 28px;
		padding-bottom: 20px;
	}

	.news_warp {
		padding: 20px 2%;
	}

	.HomeNews {
		padding: 40px 0;
	}

	.news_warp .left {
		width: 100%;
		margin-bottom: 12px;
	}

	.news_warp .right {
		width: 100%;
	}

	.news_warp .left .dw .time {
		line-height: 28px;
		font-size: 15px;
	}

	.news_warp .left .dw p {
		line-height: 24px;
		font-size: 16px;
	}

	.news_warp .right .newsBox .time {
		line-height: 22px;
		font-size: 12px;
	}

	.news_warp .right .newsBox h2 {
		font-size: 15px;
		line-height: 26px;
		height: 78px;
	}

	.news_warp .right .newsBox .jt {
		width: 30px;
		height: 30px;
	}

	.news_warp .right .newsBox .jt .iconfont {
		font-size: 16px;
	}

	.joinBox {
		width: 84%;
		text-align: center;
	}

	.joinBox .fbt {
		font-size: 16px;
		margin: 15px 0;
	}

	.joinBox .time {
		font-size: 18px;
	}

	.jBtn {
		width: 130px;
		height: 34px;
		line-height: 34px;
		font-size: 16px;
	}







	.banner,
	.banner .swiper-slide {
		height: auto;
	}

	.banner .title {
		flex-wrap: wrap;
		top: 26%;
	}

	.banner .title img {
		width: auto;
		margin-right: 0;
	}

	.banner .title .text {
		width: 100%;
		font-size: 16px;
		line-height: 24px;
		display: none;
	}

	.banner .swiper-pagination-bullets.swiper-pagination-horizontal {
		width: auto !important;
		bottom: 3%;
		right: 5%;
		display: none;
	}

	.banner .swiper-pagination-bullet {
		width: 30px;
		height: 30px;
		line-height: 24px;
		font-size: 15px;
	}

	.banner {
		margin-top: 50px;
	}

	.banner .swiper-slide .txt img {
		width: 40%;
	}

	.HomeWarp {
		width: 90%;
	}

	.abTxt {
		width: 100%;
		position: relative;
		transform: none;
	}

	.abImg,
	.abTxt dl dt ul,
	.HomeNews .left,
	.HomeNews .right {
		width: 100%;
		margin-left: 0;
	}

	.abTxt dl dt {
		display: block;
	}

	.in-news2 dl dd .bit,
	.title h2 {
		font-size: 14px;
	}

	.abTxt dl dt ul li p,
	.pText,
	.btnBox a p,
	.HomeNews .left .swiper-slide .title,
	.in-news2 dl dd .neir,
	.HomePicture .swiper-slide .title,
	.title p {
		font-size: 12px;
	}

	.abTxt dl dt img {
		margin: 0 auto;
	}

	.abTxt dl {
		padding: 20px;
	}

	.TelBox {
		width: 66%;
	}

	.btnBox {
		width: 40%;
	}

	.HomeNews {
		padding-top: 0;
	}

	.HomeNews .left .swiper-slide img {
		height: auto;
	}

	.in-news2 dl dt h1 {
		font-size: 22px;
		line-height: 2;
	}

	.in-news2 dl dt p {
		font-size: 12px;
	}
}