/* index-home.css: 首页专用 - 轮播 .bannerBox、.part2、.part3、.part4、.swiper */

.swiper-slide {
	filter: brightness(1);
}

.swiper-button-prev,
.swiper-button-next {
	margin: 0;
	border: none;
}

.swiper-button-prev {
	left: 30px;
}

.swiper-button-next {
	right: 30px;
	left: auto;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	pointer-events: unset;
}

.bannerBox {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin-top: 1.1rem;
}

.bannerBox .item {
	height: 100%;
	position: relative;
}

.bannerBox .item a {}

.bannerBox .item video {
	width: 100%;
}

.bannerBox .item .pic {
	width: 100%;
	position: relative;
	padding-bottom: 45%;
}

.bannerBox .item .pic img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	object-fit: cover;
}

.bannerBox .item .con {
	width: 8rem;
	padding: 0.26rem 0.5rem;
	height: 1.9rem;
	flex-shrink: 0;
	background: rgba(0, 0, 0, 0.60);
	position: absolute;
	right: 0;
	bottom: 1.3rem;
	z-index: 6;
}

.bannerBox .item .con .bt {
	color: #FFF;
	width: 5.76rem;
	font-family: "Noto Sans SC";
	font-size: 0.32rem;
	font-style: normal;
	font-weight: bold;
	line-height: 0.46rem;
	margin-bottom: 0.17rem;
	max-height: 0.9rem;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;

}

.bannerBox .item .con .xx {
	display: flex;
	justify-content: space-between;
}

.bannerBox .item .con .sj {
	color: #FF6631;
	font-family: "Helvetica Neue LT Std";
	font-size: 0.24rem;
	font-style: italic;
	font-weight: 750;
	line-height: 120%;
	/* 0.288rem */
}

.bannerBox .item .con .xq {
	color: #C9CACA;
	font-family: "Noto Sans SC";
	font-size: 0.22rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	letter-spacing: 0.0176rem;
	text-decoration-line: underline;
	transition: 0.4s;
}

.bannerBox .item a:hover .con .xq {
	color: #FF6631;
}

.bannerBox .slick-dots {
	bottom: 0.3rem;
	display: flex;
	justify-content: center;
	position: absolute;
	z-index: 6;
	left: 0;
	width: 100%;
}

.bannerBox .slick-dots li {
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 100px;
	opacity: 0.5;
	background: #fff;
	margin: 0 0.075rem !important;
	transition: 0.4s;
	cursor: pointer;
}

.bannerBox .slick-dots li button {
	text-indent: 100rem;
	display: none;
}

.bannerBox .slick-dots li.slick-active {
	width: 0.6rem;
	opacity: 1;
}



.bannerBox .slick-arrow {
	width: 1rem;
	height: 1rem;
	background: url(../images/group-183.svg) no-repeat center center;
	background-size: 100% !important;
	border-radius: 50%;
	position: absolute;
	left: 1.4rem;
	top: calc(50% - 1rem);
	text-indent: 10rem;
	border: 0 solid #000;
	z-index: 66;
	transition: 0.4s;
	border-radius: 50%;
	overflow: hidden;
	cursor: pointer;

}

.bannerBox .slick-arrow.slick-prev {
	transform: rotateY(180deg);
}

.bannerBox .slick-arrow.slick-next {
	left: auto;
	right: 1.4rem;
	display: block !important;
}

.bannerBox .slick-arrow:hover {
	background: url(../images/group-183-on.svg) no-repeat center center;
}


.bannerBox .slick-arrow.slick-disabled {
	display: none !important;
}

.bannerBox_sj {
	display: none;
}


@media(max-width: 1024px) {
	.bannerBox .slick-arrow {
		width: 0.6rem;
		height: 0.6rem;
		top: calc(50% - 0.3rem);
		left: 0.3rem;
	}

	.bannerBox .slick-arrow.slick-next {
		left: auto;
		right: 0.3rem;
		width: 0.6rem;
		height: 0.6rem;
	}

	.bannerBox {
		margin-top: 60px;
	}

	.bannerBox .item a::after {
		display: none;
	}

	.bannerBox .slick-dots {
		bottom: 0.2rem;
	}


	.bannerBox_sj {
		display: block;
	}

	.bannerBox_sj .slick-arrow {
		left: 0.4rem;
	}

	.bannerBox_sj .slick-arrow.slick-next {
		left: auto;
		right: 0.4rem;
	}


	.bannerBox .item .con {
		width: 8rem;
		bottom: 0.1rem;
		right: 0.1rem;
	}

	.bannerBox .item .con .bt {
		font-size: 0.26rem;
		width: 100%;
		line-height: 0.4rem;
		max-height: 0.8rem;
	}
}

@media(max-width: 650px) {
	.bannerBox .slick-arrow {
		width: 0.4rem;
		height: 0.4rem;
		top: calc(50% - 0.6rem);
		left: 0.1rem;
	}

	.bannerBox .slick-arrow.slick-next {
		left: auto;
		right: 0.1rem;
		width: 0.4rem;
		height: 0.4rem;
	}

	.bannerBox .item .con {
		width: 100%;
		bottom: 0rem;
		right: 0rem;
		height: auto;
		padding: 0.15rem;
	}

	.bannerBox .item .con .bt {
		height: 0.24rem;
		font-size: 0.22rem;
		line-height: 0.24rem;
		-webkit-line-clamp: 1;
	}

	.bannerBox .item .con .sj {
		font-size: 0.14rem;
	}

	.bannerBox .item .con .xq {
		font-size: 0.14rem;
	}
}


.part2 {
	padding: 0.43rem 0 0.4rem;
}

.p2_main {
	max-height: 8.5rem;
	overflow: hidden;
}

.p2_ul {
	display: flex;
	margin: 0 -0.16rem;
	flex-wrap: wrap;
}

.p2_ul li {
	width: calc(33.33% - 0.32rem);
	margin: 0 0.16rem 0.32rem;
	background: #FFF;
	box-shadow: 0px 0.12rem 0.515rem -0.06rem rgba(145, 196, 232, 0.20);
}

.p2_ul li::after {
	content: "";
	display: block;
	width: 0;
	height: 0.03rem;
	background: #FF6631;
	transition: 0.4s;
	position: absolute;
	top: 100%;
	left: 0;
}

.p2_ul li a {
	display: block;
}

.p2_ul li .box {
	box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, .1);
	position: relative;
	transition: 0.4s;

}

.p2_ul li.stamp {
	position: absolute;
	right: 0;
	top: 0;
}

.p2_ul li .img_out {
	position: relative;
	overflow: hidden;
}

.p2_ul li .img_out::after {
	content: '';
	display: block;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 100%);
	box-shadow: 0px 0.04rem 0.16rem -0.05rem rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	transition: 0.4s;
}

.p2_ul li .img_out::before {
	content: '';
	display: block;
	background: linear-gradient(180deg, rgba(20, 137, 242, 0.00) 0%, #1489F2 100%);
	box-shadow: 0px 4px 16px -5px rgba(0, 0, 0, 0.25);
	width: 100%;
	height: 80%;
	position: absolute;
	bottom: -100%;
	left: 0;
	z-index: 3;
	transition: 0.4s;
}

.p2_ul li .img {
	padding-bottom: 0;
	height: 3.08rem;
}

.p2_ul li .con {
	padding: 0rem 0.35rem;
	position: relative;
	z-index: 3;
	height: 1.38rem;
}

.p2_ul li .box>.con {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.p2_ul li .con .sj {
	color: #C8C8C8;
	font-family: "Helvetica Neue LT Std";
	font-size: 0.24rem;
	font-style: italic;
	font-weight: 750;
	line-height: 120%;
	/* 0.288rem */
	transition: 0.4s;
	margin-bottom: 0.1rem;
}

.p2_ul li .con .bt {
	color: #191919;
	font-family: "Noto Sans SC";
	font-size: 0.22rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	height: 0.58rem;
	transition: 0.4s;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


.p2_ul li .img_out .con {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 5;
	height: auto;
	padding-bottom: 0.25rem;
}

.p2_ul li .img_out .con .sj {
	color: #fff;
}

.p2_ul li .img_out .con .bt {
	color: #fff !important;
}


.p2_ul li:hover::after {
	width: 100%;
}

.p2_ul li:hover .box::after {
	width: 100%;
	box-shadow: 0 0.02rem 0.6rem rgba(0, 0, 0, .08);
}

.p2_ul li:hover .con .sj {}

.p2_ul li:hover .con .bt {}

.p2_ul li:hover .box {
	box-shadow: 0 0.02rem 0.04rem rgba(0, 0, 0, .2);
}

.p2_ul li:hover .img_out::before {
	bottom: 0;
}

.p2_ul li:hover .img_out::after {
	bottom: -100%;
}


@media(max-width: 1024px) {
	.part2 {
		padding: 0.3rem 0 0;
	}

	.p2_main {
		flex-wrap: wrap;
		height: auto;
		max-height: none;
	}

	.p2_ul {}

	.p2_ul li {
		width: calc(50% - 0.32rem);
	}


}

@media(max-width: 650px) {
	.p2_ul {
		margin: 0;
	}

	.p2_ul li {
		width: calc(100%);
		margin: 0;
		margin-bottom: 0.1rem;
	}

	.p2_ul li .con .sj {
		font-size: 0.18rem;
		margin-bottom: 0.05rem;
	}

	.p2_ul li .img_out .con {
		width: 100%;
	}

	.p2_ul li .img {
		height: 0;
		padding-bottom: 54%;
	}

	.p2_ul li .con .bt {
		height: auto;
		max-height: 0.58rem;
	}
}


.part3 {
	padding: 0rem 0 0.65rem;
	margin-bottom: 0.1rem;
	position: relative;
}

.p3_bg1 {
	width: 4.95rem;
	height: 4.95rem;
	flex-shrink: 0;
	border-radius: 4.95rem;
	opacity: 0.3;
	background: #B4D821;
	box-shadow: 0px 0px 1.411rem 0.99rem #B4D821;
	position: absolute;
	left: 0.58rem;
	top: 1.3rem;
	z-index: 1;
}

.p3_bg2 {
	width: 1.2rem;
	height: 1.2rem;
	flex-shrink: 0;
	background: #17C69C;
	border-radius: 50%;
	opacity: 0.3;
	box-shadow: 0px 0px 1.516rem 1.516rem #17C69C;
	position: absolute;
	right: 6.73rem;
	bottom: 1.39rem;
	z-index: 1;
}

.p3_bg3 {
	width: 1.2rem;
	height: 1.2rem;
	flex-shrink: 0;
	background: #FF6631;
	opacity: 0.3;
	box-shadow: 0px 0px 1.516rem 1.516rem #FF6631;
	position: absolute;
	right: 0.65rem;
	top: 2.5rem;
	z-index: 1;
}

.part3 .w15 {}

.p3_main {
	margin-right: -0.65rem;
	overflow: hidden;
}

.p3_lb {
	position: relative;
	width: 19.75rem;
}

.swiper-wrapper {
	align-items: center;
}

.p3_lb a {
	display: block;
	width: 100%;
	padding: 0.18rem;
	position: relative;
}

.p3_lb a::after {
	content: "";
	display: block;
	width: 0;
	height: 0.03rem;
	background: #C8C8C8;
	transition: 0.4s;
	position: absolute;
	bottom: 0;
	left: 0;
}

.p3_lb .zt {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transition: 0.4s;
	z-index: 6;
}

.p3_lb .zt div {
	border-radius: 0rem 0rem 0.16rem 0rem;
	width: 1.08rem;
	height: 0.4rem;
	color: #FFF;
	font-family: "Noto Sans SC";
	font-size: 0.22rem;
	font-style: normal;
	font-weight: 500;
	line-height: 0.4rem;
	text-align: center;
	display: none;
}

.p3_lb .zt .zt1 {
	background: #1489F2;
}

.p3_lb .zt .zt2 {
	background: #FF6631;
}

.p3_lb .zt .zt3 {
	background: #C8C8C8;
}

.p3_lb .pic {
	width: 100%;
	margin-bottom: 0.2rem;
	position: relative;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
}

.p3_lb .pic img {
	display: block;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.p3_lb .dks .pic {
	padding-bottom: 142%;
}

.p3_lb .jxz .pic {
	padding-bottom: 56.2%;
}

.p3_lb .yjs .pic {
	padding-bottom: 100%;
}


.p3_lb .sj {
	display: flex;
	margin-bottom: 0.05rem;
}

.p3_lb .sj p {
	color: #C8C8C8;
	font-family: "Helvetica Neue LT Std";
	font-size: 0.24rem;
	font-style: italic;
	font-weight: 750;
	line-height: 120%;
	margin: 0 0.05rem;
}

.p3_lb .sj p.p1,
.p3_lb .sj p.p1 {
	margin: 0 0rem;
}

.p3_lb .bt {
	color: #191919;
	font-family: "Noto Sans SC";
	font-size: 0.22rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	max-height: 0.58rem;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.p3_lb .dks {}

.p3_lb .dks a::after {
	background: #1489F2;
}

.p3_lb .dks .sj p.p1 {
	color: #392BEF;
}

.p3_lb .dks .zt .zt1 {
	display: block;
}

.p3_lb .jxz {}

.p3_lb .jxz a::after {
	background: #FF6631;
}

.p3_lb .jxz .sj p.p1 {
	color: #FF6631;
}

.p3_lb .jxz .zt .zt2 {
	display: block;
}

.p3_lb .yjs {}

.p3_lb .yjs a::after {
	background: #C8C8C8;
}

.p3_lb .yjs .sj p.p1 {
	color: #C8C8C8;
}

.p3_lb .yjs .zt .zt3 {
	display: block;
}


.p3_lb .jxz .p3_lb a:hover::after {
	width: 100%;
}

.p3_lb a:hover .zt {
	opacity: 1;
	visibility: visible;
}

@media(max-width: 1024px) {
	.part3 {
		padding: 0.3rem 0 0.2rem;
	}

	.p3_bg1,
	.p3_bg2,
	.p3_bg3 {
		transform: scale(0.6);
	}

}

@media(max-width: 650px) {
	.p3_main {
		margin-right: 0;
	}

	.part3 {
		overflow: hidden;
		width: 100%;
	}

	.p3_lb {
		width: 100%;
	}

	.p3_bg1 {
		left: 0;
		width: 0.1rem;
		height: 0.1rem;
	}

	.p3_bg2 {
		width: 0.01rem;
		height: 0.01rem;
		right: 30%;
		box-shadow: 0px 0px 1rem 1rem #17C69C;
	}

	.p3_bg3 {
		width: 0.1rem;
		height: 0.1rem;
	}

	.p3_bg1,
	.p3_bg2,
	.p3_bg3 {
		transform: scale(1);
	}

	.p3_lb .sj p {
		font-size: 0.14rem;
	}
}


.part4 {
	padding: 0.34rem 0 2rem;
	position: relative;
	background: #191919;
}


.p4_main {
	position: relative;
}

.p4_main ul {
	margin: 0 -0.16rem;
}


.p4_main ul li.stamp {
	position: absolute;
	right: 0;
	top: 0;
}

.p4_main ul li {
	margin-bottom: 0.32rem;
	padding: 0 0.16rem;
}

.p4_main ul li.box1_1 {
	width: 33.33%;
	height: 3.08rem;
}

.p4_main ul li.box1_2 {
	width: 33.33%;
	height: 6.48rem;
}

.p4_main ul li.box1_3 {
	width: 33.33%;
	height: 9.88rem;
}

.p4_main ul li.box2_1 {
	width: 66.66%;
	height: 3.08rem;
}

.p4_main ul li a {
	width: 100%;
	display: block;
	height: 100%;
}

.p4_main ul li .pic {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
}

.p4_main ul li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 0.4s;
}

.p4_main ul li.video .pic::after {
	content: '';
	display: block;
	width: 0.8rem;
	height: 0.8rem;
	background: url(../images/play.png) no-repeat center center;
	background-size: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 3;
	opacity: 0.6;
}

.p4_main ul li .con {
	width: calc(100% - 0.32rem);
	height: 100%;
	background: rgba(0, 0, 0, 0.80);
	position: absolute;
	top: 0;
	left: 0.16rem;
	z-index: 3;
	padding: 0.9rem 0.72rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	transform: scale(0.3);
	transition: 0.4s;
	opacity: 0;
	visibility: hidden;
}

.p4_main ul li .con .bt {
	color: #FFF;
	font-family: "Noto Sans SC";
	font-size: 0.36rem;
	font-style: normal;
	font-weight: 700;
	line-height: 0.47rem;

	max-height: 1.41rem;

	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.p4_main ul li .con .xq {
	color: #C9CACA;
	font-family: "Noto Sans SC";
	font-size: 0.22rem;
	font-style: normal;
	font-weight: 400;
	line-height: normal;



}

.p4_main ul li.box1_1 .con {
	padding: 0.6rem 0.72rem;
}

.p4_main ul li.box2_1 .con {
	padding: 0.6rem 0.72rem;
}

.p4_main ul li a:hover .con {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}


@media(max-width: 1300px) {}


@media(max-width: 1024px) {
	.part4 {
		padding-bottom: 0.4rem;
	}

	.p4_main ul li.box1_1 {
		width: 33.33%;
		height: 2.08rem;
	}

	.p4_main ul li.box1_2 {
		width: 33.33%;
		height: 4.48rem;
	}

	.p4_main ul li.box1_3 {
		width: 33.33%;
		height: 6.88rem;
	}

	.p4_main ul li.box2_1 {
		width: 66.66%;
		height: 2.08rem;
	}

	.p4_main ul li .con {
		padding: 0.2rem !important;
	}

	.p4_main ul li .con .bt {
		font-size: 0.26rem;
		line-height: 0.4rem;
		max-height: 1.2rem;
	}
}


@media(max-width: 650px) {
	.p4_main ul li.stamp {
		left: 0;
		top: 0;
	}

	.p4_main ul li .con {
		width: 100%;
		left: 0;
	}

	.p4_main ul li .pic img {
		position: absolute;
		top: 0;
		left: 0;
	}

	.p4_main ul {
		margin: 0 -0.05rem;
	}

	.p4_main ul li {
		margin: 0 0.05rem 0.1rem;
	}

	.p4_main ul li.box1_1 {
		width: calc(50% - 0.1rem);
		height: 0;
		padding: 0;
		padding-bottom: 26%;
	}

	.p4_main ul li.box1_2 {
		width: calc(50% - 0.1rem);
		height: 0;
		padding: 0;
		padding-bottom: calc(52% + 0.1rem);
	}

	.p4_main ul li.box1_3 {
		width: calc(50% - 0.1rem);
		height: 0;
		padding: 0;
		padding-bottom: calc(78% + 0.2rem);
	}

	.p4_main ul li.box2_1 {
		width: calc(100% - 0.1rem);
		height: 2.08rem;
	}

	.p4_main ul li a {
		position: absolute;
		top: 0;
		left: 0;
	}
