.PcBanenr .PcBanenr_content .PcBanenr_content_list {
	position: relative;
	visibility: hidden;
	transition: all 0.6s;
	
}
.PcBanenr .PcBanenr_content .PcBanenr_content_list > div{
	position: relative;
	height: 100vh;
}
.PcBanenr .PcBanenr_content .PcBanenr_content_list.swiper-slide-active{
	visibility:visible !important;
}
.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_img img {
	width: 100%;
	height:100%;
	object-fit: cover;
	transition:all .5s ease;
	left: 50%!important;
	top: 50%!important;
	-webkit-transform: translate(-50%,-50%)!important;
	-ms-transform: translate(-50%,-50%)!important;
	transform: translate(-50%,-50%)!important;
	position: absolute;
}

.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title {
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	display: flex;
	align-items: center;
	flex-direction: column;
	z-index: 20;
}

.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title .list_title_dd {
	font-size: 0.24rem;
	color: #fff;
	text-transform: uppercase;
	font-family: 'RobotoB' !important;
	font-weight: bolder;
	margin-bottom: 10px;
	padding-left: 3px;
}
.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title .list_title_dd i{width: 6px;height: 6px;display: inline-block;background: #fff;border-radius: 50%;opacity: 0.8;margin-right: 3px;}

.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title .list_title_dt {
	font-size: 46px;
	color: #fff;
	margin-bottom: 5px;
}

.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title .list_title_dt b {
	font-weight: bold !important;
}

.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title .list_title_p {
	font-size: 18px;
	color: #fff;
	margin-bottom: 50px;
}

.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title .list_title_btn {
	color: #FFFFFF;
	display: flex;
	height: 50px;
	border-radius: 50px;
	align-items: center;
	justify-content: center;
	border: 1px solid #fff;
	width: fit-content;
	width: 170px;
	transition: all 0.6s;
}

.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title .list_title_btn:hover {
	background: #fff;
	color: var(--yx_Color);
}

.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title .list_title_btn i {
	margin-left: 15px;
}

.PcBanenr .PcBanenr_content .PcBanenr_content_arrow {
	position: relative;
	top: 0;
	right: 0;
	z-index: 12;
	height: 100%;
	display: flex;
	/* justify-content: center; */
	/* flex-direction: column; */
}
.bannercont{position:absolute;bottom: 50px;width: 90%;max-width: 1440px;left: 50%;transform: translate(-50%,0%)!important;display: flex;z-index: 9;}
.PcBanenr .PcBanenr_content .PcBanenr_content_arrow .PcBanenr_prev {
	/* margin-bottom: 20px; */
	cursor: pointer;
	margin-right: 20px;
}

.PcBanenr .PcBanenr_content .PcBanenr_content_arrow .PcBanenr_next {
	cursor: pointer;
}

.PcBanenr .PcBanenr_content_list.swiper-slide-active .banner_bn {
}


@keyframes mymove3 {
	from {
		opacity: .3;
		transition: all 0.5s ease 0s;
		-webkit-transform: all 0.5s ease 0s;
	}

	to {
		opacity: 0;
		transition: all 0.5s ease 0s;
		-webkit-transform: all 0.5s ease 0s;
	}
}


.indexBanner .priontBox li svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.indexBanner .priontBox li svg .jdt2 {
	transform: rotate(-90deg);
	transform-origin: 32px;
}

.PcBanenr .PcBanenr_content_list.swiper-slide-active .priontBox li svg .jdt2 {
	animation: jtd2 infinite 6s linear;
}

@keyframes jtd2 {
	0% {
		stroke-dasharray: 0 190;
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dasharray: 190 0;
		stroke-dashoffset: 0;
	}
}


.PcBanenr .PcBanenr_content_list2.swiper-slide-active .priontBox li svg .jdt2 {
	animation: jtd2 infinite 4.9s linear;
}

.PcBanenr .PcBanenr_content_list2.swiper-slide-active .banner_bn {
	opacity: 0.8 !important;
	left: -5%;
}


.indexBanner .indexBox .swiper-pagination {
	position: relative;
}

.indexBanner .indexBox .swiper-pagination .swiper-pagination-current::before {
	content: "0";
}

.indexBanner .indexBox .swiper-pagination .swiper-pagination-total::before {
	content: "0";
}




.indexBanner .indexBox {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0;
	position: relative;
	top: 0;
	font-size: 15px;
	color: #FFFFFF;
	z-index: 1;
	margin-right: 30px;
}

.indexBanner .indexBox span:nth-child(1) {
	font-size: 38px;
	font-weight: bolder;
}

.indexBanner .arrowBox {
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 3.125vw;
	position: absolute;
	top: 0;
	flex-direction: column;
	z-index: 3;
}

.indexBanner .arrowBox img {
	margin: 10px 0;
	cursor: pointer;
}

.indexBanner .banner_bn {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: -20%;
	z-index: 1;
	display: flex;
	align-items: center;
	background: url(../image/banner_bn.png) no-repeat 50%/cover;
	transition: all 1s ease 0s;
	opacity: 0.3 !important;
}


@keyframes mymove2 {
	from {
		opacity: .38;
		transition: all 0.5s ease 0s;
		-webkit-transform: all 0.5s ease 0s;
	}

	to {
		opacity: .18;
		transition: all 0.5s ease 0s;
		-webkit-transform: all 0.5s ease 0s;
	}
}

.indexBanner .priontBox {
	width: 90%;
	height: auto;
	position: absolute;
	bottom: 100px;
	left: 50%;
	z-index: 1;
	/* background: url('../image/banner_bg.png') no-repeat 50%/cover; */
	display: flex;
	justify-content: flex-start;
	max-width: 1440px;
	transform: translate(-50%,0%)!important;
}

.indexBanner .priontBox li {
	width: 7px;
	height: 7px;
	position: relative;
	margin: 0 20px;
}

.indexBanner .priontBox li div {
	width: 7px;
	height: 7px;
	border-radius: 7px;
	background: #FFFFFF;
}

.indexBanner .priontBox li canvas {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.indexBanner .priontBox li svg {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.indexBanner .priontBox li svg .jdt2 {
	transform: rotate(-90deg);
	transform-origin: 32px;
}

.indexBanner .priontBox li svg .jdts2 {
	animation: jtd2 infinite 5s linear;
}

@keyframes jtd2 {
	0% {
		stroke-dasharray: 0 190;
		stroke-dashoffset: 0;
	}

	100% {
		stroke-dasharray: 190 0;
		stroke-dashoffset: 0;
	}
}

.indexBanner .priontBox li:nth-child(1) {
	/* top: 50%; */
	/* left: calc(100% * (1212 / 1920)); */
	/* transform: translateY(-100px); */
}

.indexBanner .priontBox li:nth-child(2) {
	/* top: 50%; */
	/* left: calc(100% * (1217 / 1920)); */
}

.indexBanner .priontBox li:nth-child(3) {
	top: 50%;
	/* left: calc(100% * (1212 / 1920)); */
	/* transform: translateY(100px); */
}

.videoIcon {
	position: absolute;
	left: 4.9vw;
	bottom: 5vw;
	display: flex;
	align-items: center;
	z-index: 9999;
	cursor: pointer;
}

.videoIcon .videoIcon1 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.videoIcon .videoIcon1 .videoIcon11 {
	position: absolute;
	left: 0;
	top: 0;
	animation: xunzhuan infinite 5s linear;
}

@keyframes xunzhuan {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.videoIcon .videoIcon2 {
	display: flex;
	flex-direction: column;
	color: #fff;
	padding-left: 10px;
	text-transform: uppercase;
}

.videoIcon .videoIcon2 .videoIcon21 {
	font-size: 16px;
}

.videoIcon .videoIcon2 .videoIcon22 {
	font-size: 14px;
}

.indexBanner .linkBox {
	display: flex;
	align-items: center;
	position: absolute;
	right: 3.125vw;
	bottom: 3.125vw;
	z-index: 3;
}

.indexBanner .linkBox .linkBoxXun {
	border: rgba(191, 191, 200, .39) solid 1px;
	border-radius: 5px;
	width: 200px;
	padding: 15px 22px 22px 22px;
	color: #fff;
	margin-left: 15px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.indexBanner .linkBox .linkBoxXun:hover {
	background: rgba(191, 191, 200, .39);
}

.indexBanner .linkBox .linkBoxXun .linkBoxXun1 {
	font-size: 14px;
	line-height: 2em;
}

.indexBanner .linkBox .linkBoxXun .linkBoxXun2 {
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 15px;
}

.indexBanner .linkBox .linkBoxXun .linkBoxXun3 {
	font-size: 14px;
	color: #fff;
	display: inline-block;
}

.indexBanner .linkBox .linkBoxXun .linkBoxXun3 i {
	margin-right: 10px;
}

@media screen and (max-width:992px) {
	.PcBanenr .PcBanenr_content .PcBanenr_content_list > div{height: 300px;}
	.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title .list_title_dt{font-size: 20px;}
	.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title .list_title_p{font-size:14px;padding-right: 60%;}
	.PcBanenr .PcBanenr_content .PcBanenr_content_list .content_list_title .list_title_btn{display:none}
	.bannercont{bottom:10px}
	.indexBanner .indexBox span:nth-child(1){font-size:20px}
	.PcBanenr .PcBanenr_content .PcBanenr_content_arrow{top:-13px;}
}
