.slide-wrap{
	width: 100%;
	height: 640px;
	position: relative;
	margin: 0 auto;
	overflow-x: visible;
}
.main-slide{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	width: 100%;
	height: 100%;
}
.main-slide .swiper-slide{
	width: 100%;
	height: 100%;
}
.main-slide .swiper-slide .pic{
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 0;
}
.main-slide .swiper-slide .pic img,
.main-slide .swiper-slide .pic video{
	width: 100%;
    height: 100%;
    object-fit: cover;
	position: relative;
	z-index: 0;
}
.main-slide .swiper-slide{
	position: relative;
}
.main-slide .swiper-slide .con{
	position: absolute;
	top: 45.7%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
    /*width: 1340px;*/
    width: 100%;
    max-width: 1280px;
    padding: 0 22px;
    overflow:hidden;
    pointer-events: none;
}
.main-slide .swiper-slide .con .box{
	width: 450px;
	pointer-events: auto;
}
.main-slide .swiper-slide.white .con .box{
	color: #fff;
}
.main-slide .swiper-slide.black .con .box{
	color: #000;
}
.main-slide .swiper-slide.right .con .box{
	float: right;
	text-align: right;
}
.main-slide .swiper-slide .con .text{
	pointer-events: none;
}
.main-slide .swiper-slide .con .text .tit{
	font-size: 42px;
	line-height: 1.4;
	font-weight: 600;
	color: #f5f5f7;
}
.main-slide .swiper-slide .con .text .subtit{
	margin-top: 6px;
	font-size: 24px;
	line-height: 1.45;
	color: #d6d6df;
}
.main-slide .swiper-slide.black .con .text .tit{
	color: #1d1d1f;
}
.main-slide .swiper-slide.black .con .text .subtit{
	color: #38383b;
}
.main-slide .swiper-slide .con .buttons{
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.main-slide .swiper-slide.right .con .buttons{
	justify-content: flex-end;
}
.main-slide .swiper-slide .con .buttons a{
	height: 44px;
	padding: 0 21px;
	border: 1px solid #000;
	line-height: 42px;
	font-size: 16px;
	font-weight: 400;
	border-radius: 22px;
	min-width: 140px;
    max-width: 200px;
    text-align: center;
}
.main-slide .swiper-slide.left .con .buttons{
	justify-content: flex-start;
}
.main-slide .swiper-slide .con .buttons{
	gap: 20px;
}
.main-slide .swiper-slide.white .con .buttons a{
	border-color: #fff;
	color: #fff;
	border-color: rgb(41, 151, 255);
	color: rgb(41, 151, 255);
}
.main-slide .swiper-slide.white .con .buttons a.buy{
	border-color: #2468de;
	background-color: #2468de;
	color: #fff;
}
.main-slide .swiper-slide.black .con .buttons a{
	border-color: #000;
	color: #000;
	border-color: #2468de;
	color: #2468de;
}
.main-slide .swiper-slide .con .buttons a.buy{
	border-color: #2468de;
	background-color: #2468de;
	color: #fff;
}
.main-slide .swiper-slide .con .buttons a:hover,
.main-slide .swiper-slide .con .buttons a.buy:hover{
	background-color: #0f5ada;
	color: #fff;
	border-color: #0f5ada;
}
.main-slide .swiper-button-prev{
	left: 40px;
	translate: background 0.5s;
	-webkit-transition: background 0.5s;
}
.main-slide .swiper-button-next{
	right: 40px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}
.main-slide .swiper-button-next, 
.main-slide .swiper-container-rtl .swiper-button-prev{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
	outline: none;
	box-sizing: border-box;
	cursor: pointer;
}
.main-slide .swiper-button-prev, 
.main-slide .swiper-container-rtl .swiper-button-next{
	background: none;
	border: none;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	cursor: pointer;
	outline: none;
	box-sizing: border-box;
	cursor: pointer;
}
.main-slide .swiper-button-prev,
.main-slide .swiper-button-next{
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	transform: translateY(-50%);
	backdrop-filter: blur(7px);
}
.main-slide .swiper-button-prev svg path,
.main-slide .swiper-button-next svg path{
	transition: fill .3s;
}
.main-slide.black .swiper-button-prev svg path,
.main-slide.black .swiper-button-next svg path{
	fill: rgba(0, 0, 0, .56);
}
.main-slide.white .swiper-button-prev,
.main-slide.white .swiper-button-next{
	background-color: rgba(0,0,0,.16);
}
.main-slide.black .swiper-button-prev,
.main-slide.black .swiper-button-next{
	background-color: rgba(255, 255, 255, 0.2);
}
.main-slide.white .swiper-button-prev svg path,
.main-slide.white .swiper-button-next svg path{
	fill: rgba(255, 255, 255, 0.8);
}
.main-slide.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 40px;
    height: 56px;
    width: auto;
    transform: translateX(-50%);
    left: 50%;
    padding: 0 16px;
    display: inline-flex;
    border-radius: 28px;
    align-items: center;
    justify-content: center;
}
.main-slide.black.swiper-container-horizontal > .swiper-pagination-bullets{
	backdrop-filter: blur(7px);
    background-color: rgba(232, 232, 237, .2);
    will-change: transform;
    box-shadow: inset 0 0 1px rgba(0,0,0,.11);
    transition: linear 250ms background-color;
}
.main-slide.white.swiper-container-horizontal > .swiper-pagination-bullets{

	backdrop-filter: blur(7px);
    background-color: rgba(66, 66, 69, .7);
    background-color: rgba(66, 66, 69, .23);
    /*background-color: rgba(0, 0, 0, .16);*/
    will-change: transform;
    box-shadow: inset 0 0 1px rgba(232,232,237,.11);
    transition: linear 250ms background-color;
}
.main-slide .swiper-pagination-bullet{
	box-sizing: content-box;
	width: 8px;
	height: 8px;
	border-radius: 12px;
	padding: 8px;
	opacity: 1;
	background: transparent;
	position: relative;
	display: inline-flex;
	justify-content: flex-start;
	align-items: center;
	margin:0!important;
	overflow: hidden;
}
.main-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 48px;
}
.main-slide .swiper-pagination-bullet::after{
	content: "";
	width: 8px;
	height: 8px;
	background-color: rgba(245, 245, 247, 0.8);
	position: absolute;
	z-index: 1;
	border-radius: 4px;
}
.main-slide .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	width: 48px;
}
.main-slide.black .swiper-pagination-bullet::after{
	background-color: rgba(29, 29, 31, 0.6);
}
.main-slide.white .swiper-pagination-bullet::after{
	background-color: rgba(245, 245, 247, 0.8);
}
.main-slide .swiper-pagination-bullet .progress-bar-box{
	width: 100%;
	height: 100%;
	z-index: 2;
	border-radius: 4px;
	overflow: hidden;
	display: block;
}
.main-slide .swiper-pagination-bullet .progress-bar{
	display: block;
	width: 0%;
	border-radius: 4px;
	height: 100%;
	background: #2468de;
	transition: width 3.5s linear;
}
.main-slide.black .swiper-pagination-bullet .progress-bar{
	background-color: rgb(41, 41, 42);
}
.main-slide.white .swiper-pagination-bullet .progress-bar{
	background-color: rgb(245, 245, 247);
}


.slide-wrap .swiper-slide .pic .bg-wap{
	display: none;
}
@media only screen and (max-width:1439px){
	.main-slide .swiper-button-prev, 
	.main-slide .swiper-button-next{
		display: none;
	}
}
@media only screen and (max-width:1068px){
	.slide-wrap{
		height: 500px;
	}
	.main-slide .swiper-slide .con .box{
		width: 375px;
	}
	.main-slide .swiper-slide .con .text .tit{
		font-size: 36px;
	}
	.main-slide .swiper-slide .con .text .subtit{
		font-size: 20px;
	}
	.main-slide.swiper-container-horizontal > .swiper-pagination-bullets{
		padding: 0 12px;
		height: 40px;
		border-radius: 20px;
	}
	.main-slide .swiper-slide .con .buttons a{
		font-size: 15px;
		height: 40px;
		line-height: 38px;
		border-radius: 20px;
		min-width: 120px;
		max-width: 180px;
	}
}
@media only screen and (max-width:833px){
	.main-slide .swiper-slide .con{
		padding: 0 16px;
	}
	.slide-wrap{
		height: 400px;
	}
	.main-slide .swiper-slide .con .box{
		width: 300px;
	}
	.main-slide .swiper-slide .con .text .tit{
		font-size: 24px;
	}
	.main-slide .swiper-slide .con .text .subtit{
		font-size: 16px;
	}
	.main-slide .swiper-slide .con .buttons a{
		height: 37px;
		border-radius: 18.5px;
		padding: 0 15px;
		font-size: 13px;
		line-height: 35px;
		min-width: 100px;
		max-width: 160px;
	}
	.main-slide .swiper-slide .con .buttons{
		gap: 15px;
		margin-top: 20px;
	}
}
@media screen and (max-width: 734px){
	.slide-wrap{
		height: 156.25vw;
	}
	.main-slide .swiper-slide .con .box{
		width: 100%;
	}
	.slide-wrap .swiper-slide .pic .bg-pc{
		display: none!important;
	}
	.slide-wrap .swiper-slide .pic .bg-wap{
		display: block;
	}
	.main-slide .swiper-slide{
		position: relative;
	}
	.main-slide .swiper-slide .con{
		position: absolute;
	    top: 12vw;
	    left: 50%;
	    transform: translateX(-50%);
	    z-index: 2;
	    width: 72%;
	    overflow: hidden;
	    text-align: center;
	}
	.main-slide .swiper-slide .con .text .tit{
	    font-size: 5.2vw;
	    line-height: 1.5;
	}
	.main-slide .swiper-slide .con .text .subtit{
	    font-size: 3.5vw;
	    line-height: 1.6;
	    margin-top: 1vw;
	}
	.main-slide .swiper-slide .con .buttons{
	    margin-top: 5vw;
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    gap: 4vw;
	}
	.main-slide .swiper-slide .con .buttons a{
	    height: 8vw;
	    padding: 0 4vw;
	    border: 1px solid #76b900;
	    line-height: calc(8vw - 2px);
	    font-size: 3vw;
	    font-weight: 600;
	    border-radius:4vw;
		min-width: 22vw;
        max-width: 34vw;
	}
	.main-slide.swiper-container-horizontal>.swiper-pagination-bullets{
	    bottom:6vw;
	}
	.main-slide .swiper-pagination-bullet{
	    width: 2vw;
	    height: 2vw;
	    padding: 1vw;
	    border-radius: 0;
	}
	.main-slide .swiper-pagination-bullet::after{
		width: 2vw;
		height: 2vw;
		border-radius: 1vw;
	}
	.main-slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
		width: 10vw;
	}
	.main-slide .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
		width: 10vw;
	}
	.main-slide .swiper-pagination-bullet .progress-bar-box{
		border-radius: 1vw;
	}
	.main-slide.swiper-container-horizontal > .swiper-pagination-bullets{
		padding: 0 4vw;
		height: 10vw;
		border-radius: 5vw;
	}
	.swiper-button-next, .swiper-button-prev{
		width: 3.5156vw;
    	height: 5.7291vw;
	}
	.main-slide .swiper-slide.right .con .box{
		text-align: center;
	}
	.main-slide .swiper-slide.left .con .buttons{
		justify-content: center;
	}
	.main-slide .swiper-slide.right .con .buttons{
		justify-content: center;
	}
}




.bottom-part{
	width: 100%;
	max-width: 1280px;
	padding: 80px 22px;
	margin: 0 auto;
}
.bottom-wrap{
	margin-top: 80px;
}
.bottom-part .bottom-wrap:first-of-type{
	margin-top: 0;
}
.wrap-tit{
	margin-bottom: 36px;
	height: 60px;
	border-bottom: 1px solid #e0e0e0;
	display: flex;
	align-items: center;
}
.wrap-tit .wrap-tit-txt{
	font-size: 32px;
	font-weight: 600;
	color: #1d1d1f;
	line-height: 1.3;
}

@media only screen and (max-width: 1439px){
	.bottom-part{
		padding: 60px 22px;
	}
	.bottom-wrap{
		margin-top: 60px;
	}
}
@media only screen and (max-width: 1068px){
	.bottom-part{
		padding: 50px 22px;
	}
	.bottom-wrap{
		margin-top: 50px;
	}
	.wrap-tit{
		margin-bottom: 24px;
		height: 50px;
	}
	.wrap-tit .wrap-tit-txt{
		font-size: 27px;
	}
}
@media only screen and (max-width: 833px){
	.bottom-part{
		padding: 40px 16px;
	}
	.bottom-wrap{
		margin-top: 40px;
	}
	.wrap-tit{
		margin-bottom: 20px;
		height: 36px;
	}
	.wrap-tit .wrap-tit-txt{
		font-size: 18px;
	}
}
@media only screen and (max-width: 734px){
	.bottom-part{
		width: 80vw;
		padding: 8vw 0;
	}
	.bottom-wrap{
		margin-top: 8vw;
	}
	.wrap-tit{
		margin-bottom: 4vw;
		height: 7vw;
	}
	.wrap-tit .wrap-tit-txt{
		font-size: 4vw;
	}
}
@media only screen and (max-width: 480px){
	.bottom-part{
		width: 86vw;
		padding: 8vw 0;
	}
	.bottom-wrap{
		margin-top: 8vw;
	}
}
/*=====产品循环=====*/
.p-card{
	margin-top: 80px;
}
.product-wrap .p-card:first-of-type{
	margin-top: 0;
}
.p-card .pt{
	margin-bottom: 30px;
}
.p-card .pt .con,
.p-card .pb .con{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.p-card .pt .con .txts{
	width: 50%;
}
.p-card .pt .con .txts .tit{
	font-size: 32px;
	font-weight: 600;
	color: #1d1d1f;
	line-height: 1.3;

}
.p-card .pt .con .txts .subtit{
	font-size: 20px;
	color: #6e6e73;
	line-height: 1.3;
	margin-top: 6px;
}
.p-card .pt .con .txts .tit a,
.p-card .pt .con .txts .subtit a{
	color: inherit;
}
.p-card .pb .pb-box{
	width: 50%;
	/*height: 500px;*/
	aspect-ratio: 67 / 50;
	overflow: hidden;
}
.p-card .pb .pb-box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    transition: opacity .3s ease-in-out;
}
.p-card .pb .pb-box.pb-with-inner{
	position: relative;
}
.p-card .pb .pb-box.pb-with-inner .pb-inner{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.4);
	backdrop-filter: blur(7px);
	padding: 20px;
	transition: background .3s ease;
}
.p-card .pb .pb-box.pb-with-inner:hover .pb-inner{
	background-color: rgba(0, 0, 0, 0.2);
}
.p-card .pb .pb-box.pb-with-inner:hover img{
	opacity: .95;
}
.p-card .pb .pb-box.pb-with-inner .pb-inner p{
	margin: 0;
	font-size: 20px;
	color: #fff;
	line-height: 1.3;
	padding: 0;
	text-align: center;
}
a.home-btn{
	height: 44px;
	padding: 0 21px;
	border: 1px solid #000;
	border-radius: 22px;
	line-height: 41px;
	font-size: 16px;
	display: block;
	color: #000;
	font-weight: 400;
	text-align: center;
	min-width: 140px;
	max-width: 200px;
	color: #2468de;
	border-color: #2468de;
}
a.home-btn.solid-btn{
	color: #fff;
	background-color: #2468de;
	border-color: #2468de;
}
a.home-btn:hover{
	color: #fff;
	background-color: #0f5ada;
	border-color: #0f5ada;
}
.p-card .pt .con .btns a.home-btn:first-of-type{
	margin-left: 0;
}
.p-card .pt .con .btns{
	display: flex;
	align-items: center;
	gap: 20px;
}
.p-card .pb-tr .con{
	flex-direction: row-reverse;
}
.p-card .pb{
	border-radius: 28px;
	overflow: hidden;
}
@media only screen and (max-width: 1439px){
	.p-card{
		margin-top: 60px;
	}
}
@media only screen and (max-width: 1068px){
	.p-card{
		margin-top: 50px;
	}
	a.home-btn{
		font-size: 15px;
        height: 40px;
        line-height: 38px;
        border-radius: 20px;
        min-width: 120px;
        max-width: 180px;
	}
	.p-card .pb{
		border-radius: 20px;
	}
	.p-card .pt .con .txts .tit{
		font-size: 27px;
	}
	.p-card .pt .con .txts .subtit{
		font-size: 16px;
	}
	.p-card .pb .pb-box.pb-with-inner .pb-inner{
		padding: 15px;
	}
	.p-card .pb .pb-box.pb-with-inner .pb-inner p{
		font-size: 16px;
	}
}
@media only screen and (max-width: 833px){
	.p-card{
		margin-top: 40px;
	}
	.p-card .pt .con .btns{
		gap: 15px;
	}
	a.home-btn{
        height: 37px;
        border-radius: 18.5px;
        padding: 0 15px;
        font-size: 13px;
        line-height: 35px;
        min-width: 100px;
        max-width: 160px;
    }
    .p-card .pb{
		border-radius: 16px;
	}
	.p-card .pt .con .txts .tit{
		font-size: 18px;
	}
	.p-card .pt .con .txts .subtit{
		font-size: 13px;
	}
	.p-card .pb .pb-box.pb-with-inner .pb-inner{
		padding: 12px;
	}
	.p-card .pb .pb-box.pb-with-inner .pb-inner p{
		font-size: 13px;
	}
}
@media screen and (max-width: 734px){
	.p-card{
		margin-top: 8vw;
	}
	.p-card .pt{
		margin-bottom: 4vw;
	}
	.p-card .pt .con, .p-card .pb .con{
		display: block;
	}
	.p-card .pt .con .txts{
		width: 100%;
	}
	.p-card .pb .pb-box{
		display: none;
	}
	.p-card .pb .pb-box.pb-with-inner{
		display: block;
		width: 100%;
	}
	.p-card .pt .con .txts .tit{
		font-size: 4vw;
	}
	.p-card .pt .con .txts .subtit, 
	.p-card .pb .pb-box.pb-with-inner .pb-inner p{
		font-size: 3.2vw;
	}
	.p-card .pt .con .txts .subtit{
		margin-top: 1vw;
	}
	.p-card .pt .con .btns{
		margin-top: 3.2vw;
		gap: unset;
		justify-content: space-between;
	}
	a.home-btn{
		height: 8vw;
        padding: 0 4vw;
        line-height: calc(8vw - 2px);
        font-size: 3vw;
        min-width: 38.5vw;
        max-width: 38.5vw;
        border-radius: 4vw;
	}
	/*.p-card a.home-btn{
		margin-left: 3vw;
	}*/
	.p-card .pb .pb-box{
		height: 59.7014vw;
	}
	.p-card .pb .pb-box.pb-with-inner .pb-inner{
		padding: 2vw 3vw;
	}
	.p-card .pb{
		border-radius: 4vw;
	}
}
@media screen and (max-width: 480px){
	a.home-btn{
		min-width: 41.5vw;
		max-width: 41.5vw;
	}
	.p-card .pb .pb-box{
		height: 62.6865vw;
	}
}





/*====新闻循环====*/
.article-wrap .card-con{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.article-wrap .a-card{
	width: calc(50% - 10px);
	border-radius: 28px;
	overflow: hidden;

}
.article-wrap .a-card .a-img{
	aspect-ratio: 33 / 20;
	overflow: hidden;
}
.article-wrap .a-card .a-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .5s ease-in-out;
}
.article-wrap .a-card .a-txt{
	padding: 20px;
	text-align: center;
	background-color: #1d1d1f;
	transition: background .3s ease;
}
.article-wrap .a-card .a-txt .a-tit{
	font-size: 24px;
	color: #f5f5f7;
	font-weight: 600;
	line-height: 1.3;
	transition: color .3s ease;
}
.article-wrap .a-card .a-txt .a-subtit{
	font-size: 16px;
	color: #f5f5f7;
	line-height: 1.3;
	margin-top: 6px;
	transition: color .3s ease;
}
.article-wrap .a-card:hover .a-txt{
	background-color: #000;
}
.article-wrap .a-card:hover .a-txt .a-tit,
.article-wrap .a-card:hover .a-txt .a-subtit{
	color: #fff;
}
.article-wrap .a-card .a-txt .a-tit a,
.article-wrap .a-card .a-txt .a-subtit a{
	color: inherit;
}
@media only screen and (max-width: 1439px){
}
@media only screen and (max-width: 1068px){
	.article-wrap .a-card{
		border-radius: 20px;
	}
	.article-wrap .a-card .a-txt{
		padding: 15px;
	}
	.article-wrap .a-card .a-txt .a-tit{
		font-size: 20px;
	}
	.article-wrap .a-card .a-txt .a-subtit{
		font-size: 14px;
	}
}
@media only screen and (max-width: 833px){
	.article-wrap .a-card{
		border-radius: 16px;
	}
	.article-wrap .a-card .a-txt{
		padding: 12px;
	}
	.article-wrap .a-card .a-txt .a-tit{
		font-size: 16px;
	}
	.article-wrap .a-card .a-txt .a-subtit{
		font-size: 12px;
	}
	.article-wrap .a-card{
		width: calc(50% - 8px);
	}
}
@media only screen and (max-width: 734px){
	.article-wrap .a-card{
		margin-top: 4vw;
		width: 100%;
		border-radius: 4vw;
	}
	.article-wrap .a-card .a-img{
		height: 54.6031vw;
		aspect-ratio: unset;
	}
	.article-wrap .a-card:first-of-type{
		margin-top: 0;
	}
	.article-wrap .a-card .a-txt{
		padding: 2vw 3vw;
	}
	.article-wrap .a-card .a-txt .a-tit{
		font-size: 4vw;
	}
	.article-wrap .a-card .a-txt .a-subtit{
		font-size: 3vw;
		margin-top: 1vw;
	}
}


/*====视频循环====*/
.video-wrap .card-con{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.video-wrap .v-card{
	width: calc(50% - 10px);
	border-radius: 28px;
	overflow: hidden;
}
.video-wrap .v-card .v-img{
	aspect-ratio: 4 / 3;
    overflow: hidden;
}
.video-wrap .v-card .v-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .5s ease-in-out;
}
.video-wrap .v-card a{
	display: block;
	position: relative;
}
.video-wrap .v-card .v-txt{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding: 20px;
	font-size: 20px;
	line-height: 1.3;
}
.video-wrap .v-card .v-txt .t{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}
.video-wrap .v-card .v-txt{
	color: #fff;
	background: rgba(0, 0, 0, .4);
	backdrop-filter: blur(7px);
	transition: background 0.3s;
}
.video-wrap .v-card:hover .v-txt{
	background: rgba(0, 0, 0, 0.2);
}
.video-wrap .v-card .v-play{
	width: 120px;
    height: 120px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    border-radius: 50%;
	background: rgba(0, 0, 0, .4);
	backdrop-filter: blur(7px);
	-webkit-backdrop-filter: blur(10px);
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
	transition: background 0.3s;
}
.video-wrap .v-card:hover .v-play{
	background: rgba(0, 0, 0, 0.2);
}
.video-wrap .v-card .v-play svg{
  width: 72px;
  height: 72px;
  opacity: .9;
  fill: #fff;
  transition: opacity .3s;
}
.video-wrap .v-card:hover .v-play svg{
	opacity: .7;
}
.video-wrap .v-card.vw .v-play svg polygon{
	fill: #fff;
}
@media only screen and (max-width: 1439px){
}
@media only screen and (max-width: 1068px){
	.video-wrap .v-card{
		border-radius: 20px;
	}
	.video-wrap .v-card .v-txt{
		padding: 15px;
		font-size: 16px;
	}
	.video-wrap .v-card .v-play{
		width: 80px;
		height: 80px;
	}
	.video-wrap .v-card .v-play svg{
		width: 48px;
		height: 48px;
	}
}
@media only screen and (max-width: 833px){
	.video-wrap .v-card{
		border-radius: 16px;
	}
	.video-wrap .v-card{
		width: calc(50% - 8px);
	}
	.video-wrap .v-card .v-txt{
		padding: 12px;
		font-size: 13px;
	}
	.video-wrap .v-card .v-play{
		width: 64px;
		height: 64px;
	}
	.video-wrap .v-card .v-play svg{
		width: 38px;
		height: 38px;
	}
}
@media screen and (max-width: 734px){
	.video-wrap .v-card{
        margin-top: 4vw;
        width: 100%;
    }
    .video-wrap .v-card:first-of-type {
        margin-top: 0;
    }
    .video-wrap .v-card .v-img{
        height: 62.6865vw;
        aspect-ratio: unset;
    }
    .video-wrap .v-card .v-txt{
    	font-size: 3.2vw;
    	padding: 2vw 3vw;
    }
    .video-wrap .v-card .v-play{
    	width: 18vw;
    	height: 18vw;
    }
	.video-wrap .v-card .v-play svg{
		width: 10vw;
		height: 10vw;
	}
}


/*=====单张卡片=====*/
.single-wrap .con{
	display: flex;
	justify-content: space-between;
    	align-items: flex-start;
}
.single-wrap .msg{
	width: 40%;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}
.single-wrap .msg .msg-top,
.single-wrap .msg .msg-btm{
	width: 100%;
}
.single-wrap .msg .msg-top .tit{
	font-size: 32px;
	color: #000;
	line-height: 1.3;

}
.single-wrap .msg .msg-top .tit a{
	color: inherit;
}
.single-wrap .msg .msg-btm .subtit{
	font-size: 20px;
	color: #636363;
	line-height: 1.3;
	margin-top: 20px;
}
.single-wrap .msg .msg-btm .home-btn{
	max-width: 180px;
	margin-top: 30px;
	margin-left: 0;
}
.single-wrap .pic{
	width: calc(60% - 20px);
}
.single-wrap .pic .img{
	aspect-ratio: 32 / 17;
	border-radius: 28px;
	overflow: hidden;
}
.single-wrap .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media only screen and (max-width: 1280px){
	.single-wrap .pic .img{
		aspect-ratio: unset;
		height: 380px;
	}
}
@media only screen and (max-width: 1068px){
	.single-wrap .msg .msg-top .tit{
		font-size: 27px;
	}
	.single-wrap .msg .msg-btm .subtit{
		font-size: 16px;
	}
	.single-wrap .pic .img{
		border-radius: 20px;
		height: 360px;
	}
}
@media only screen and (max-width: 833px){
	.single-wrap .pic{
		width: calc(60% - 16px);
	}
	.single-wrap .msg .msg-top .tit{
		font-size: 18px;
	}
	.single-wrap .msg .msg-btm .subtit{
		font-size: 13px;
	}

	.single-wrap .pic .img{
		border-radius: 16px;
		height: 300px;
	}
}
@media only screen and (max-width: 734px){
	.single-wrap .con{
		display: block;
	}
	.single-wrap .msg .msg-top .tit{
		font-size: 4vw;
	}
	.single-wrap .msg .msg-btm .subtit{
		font-size: 3vw;
		margin-top: 2vw;
	}
	.single-wrap .msg .msg-btm .home-btn{
		min-width: 80vw;
		max-width: 80vw;
		margin-top: 4vw;
	}
	.single-wrap .msg{
		width: 100%;
		margin-top: 0;
	}
	.single-wrap .pic{
		width: 100%;
		margin-top: 4vw;
	}
	.single-wrap .pic .img{
		height: 45.6875vw;
		border-radius: 4vw;
	}
}
@media only screen and (max-width: 480px){
	.single-wrap .msg .msg-btm .home-btn{
		min-width: 86vw;
		max-width: 86vw;
	}
}




/*@media(min-width:735px){
	.p-card .pb .pb-box:not(.pb-with-inner) img:hover:hover,
	.article-wrap .a-card .a-img img:hover,
	.video-wrap .v-card a:hover .v-img img{
	    transform: scale(1.05);
	}
}*/
/*滚动渐现样式*/
/* 基础的隐藏和向上偏移样式，可以应用给所有需要动画的元素 */
.fade-in-up {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
/* 当元素进入视口时添加此 class 来触发动画 */
.fade-in-up.visible {
  opacity: 1;
  transform: translateY(0);
}
