/* pc banner-首页轮播图 */
/* 网站banner图 */
.wy004 {
	width: 100%;
	height: 54vw;
}
.wy005 {
	width: 100%;
	height: 54vw;
}
.wy006 {
	z-index: 2;
	padding-left: 9vw;
	position: absolute;
	margin-top: 10.5vw;
	width: 48vw;
}
.wy007 {
	position: absolute;
	width: 100%;
}

.wy007 img {
	width: 100vw;
	height: 54vw;
	z-index: -1;
}
.rdxs-wrap {
	display: flex;
	padding: 0 4vw;
	height: auto;
}
.jdjj{
	/* width: 100%; */
	/* height: 77vh; */
	display: flex;
	justify-content: center;
	/* margin-top: 3.2vh; */
	/* padding: 0 4vw; */
}
.rdxs-left {
	width: 24vw;
	height: 67vh;
	background: url(../img/dtp336.jpg) no-repeat center;
	background-size: 102% 100%;
	border-radius: 0.63vw;
	display: flex;
	/* align-items: center; */
	justify-content: center;
	position: relative;
	/* cursor: pointer; */
	z-index: 2;
}

.rdxs-left-card {
	color: #ffde92;
	padding: 5vh 2vw 5vh;
	position: relative;
}

.rdxs-left-card h3 {
	font-size: 3vh;
	font-weight: bold;
	text-align: center;
	margin: 0;
	font-family: '微软雅黑';
	padding: 0 0 3.5vh;
	margin-bottom: 2vh;
	position: relative;
}

.rdxs-left-card h3::after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background: linear-gradient(90deg, transparent, rgba(255, 222, 146, 0.6), transparent);
	position: absolute;
	bottom: 0;
	left: 0;
}

.rdxs-card-con {
	font-size: 2.1vh;
	line-height: 1.5;
	height: 48vh;
	overflow-y: auto;
}
.rdxs-card-con::-webkit-scrollbar{
	display: none;
}

.rdxs-card-con p {
	text-indent: 2em;
	margin: 0 0 2.2vh 0;
	color: #fff;
}

.rdxs-dh-img img {
	height: 8vh;
	display: block;
	position: absolute;
	left: 1vw;
	top: 1.7vh;
	opacity: 0.2;
}

.rdxs-right-list {
	width: 54vw;
	display: flex;
	flex-flow: row wrap;
	overflow-y: hidden;
	justify-content: space-between;
	padding: 0 0 2vh 1vw;
	/* padding: 0 0 2vh 0; */
	align-content: flex-start;
	/* margin-bottom: -2vh; */
	margin-left: -1vw;
	position: relative;
}

.rdxs-right-list::-webkit-scrollbar {
	height: 1.6vh;
	width: 0.9vw;
	cursor: pointer;
}

.rdxs-right-list::-webkit-scrollbar-track {
	box-shadow: unset;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
}

.rdxs-right-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: unset;
	background: rgb(255, 0, 0, 0.36);
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.rdxs-right-list::-webkit-scrollbar-thumb:hover {
	background: rgb(255, 0, 0, 0.5);
}

.rdxs-right-list::-webkit-scrollbar-thumb:active {
	background: rgb(255, 0, 0, 0.8);
}

.rdxs-item {
	/* margin-bottom: 3.7vh; */
	background-size: 100% 100%;
	border-radius: 0;
	cursor: pointer;
}

.rdxs-item:last-child,.rdxs-item:nth-last-child(2){
	margin-bottom: 0;
}

/* .rdxs-item:hover .rdxs-item-img {
	transform: scale(1.05);
} */

.rdxs-item:active {
	box-shadow: none;
}

.rdxs-item-inner {
	width: 100%;
	height: 100%;
	/* padding: 4.8vh 2.5vw; */
}
.rdxs-item-inner:before{
	content: "";
	background-image: url(../img/wztp044.png);
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}
.rdxs-img-part{
	width: 100vw;
	height: 54vw;
}

.rdxs-item-img {
	display: block;
	border-radius: 0;
	width: 100%;
}
.rdxs-img-part video{
	width: 100%;
	height: 100%;
	object-fit: fill;/*视频铺满*/
}
.rdxs-img-shutu {
	width: auto;
	height: 100%;
	border-radius: 0;
	margin: 0 auto;
}

.rdxs-item-con {
	width: 100%;
	font-size: 3vh;
	line-height: 1.5;
	border-radius: 0 0 1vw 1vw;
	color: #fff;
	text-align: left;
	margin: 2vh 0 0;
}

.rdxs-item-con p{
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: initial;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	word-break: break-word;
	margin: 0;
	line-height: 1.5;
}
.xslb1{
	width: 100%;
	font-size: 3vh;
	line-height: 1.5;
	border-radius: 0 0 1vw 1vw;
	color: #fff;
	text-align: left;
	margin: 2vh 0 0;
}


/* 宣誓列表 */
.xslb1 p{
	display: -webkit-box;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: initial;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	word-break: break-word;
	margin: 0;
	line-height: 1.6;
}
.xslb1 h4{
	font-size: 2vh;
	margin: 1vh 0;
}
.xslb2 {
	width: 66.75vw;
	display: flex;
	flex-flow: row wrap;
	overflow-y: hidden;
	justify-content: space-between;
	padding: 0 3.2vw 2vh 0.95vw!important;
	align-content: flex-start;
	margin-bottom: -2vh;
	margin-left: -0.95vw;
	height: 79vh;
}

.xslb2::-webkit-scrollbar {
	height: 1.6vh;
	width: 0.9vw;
	cursor: pointer;
}

.xslb2::-webkit-scrollbar-track {
	box-shadow: unset;
	border-radius: 10px;
	background: rgba(0, 0, 0, 0.1);
}

.xslb2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	box-shadow: unset;
	background: rgb(255, 0, 0, 0.36);
	border: 1px solid rgba(0, 0, 0, 0.08);
}

.xslb2::-webkit-scrollbar-thumb:hover {
	background: rgb(255, 0, 0, 0.5);
}

.xslb2::-webkit-scrollbar-thumb:active {
	background: rgb(255, 0, 0, 0.8);
}
.xslb3{
	display: flex;
	justify-content: center;
}
.xslb4{
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 4vh 2.4vw 0;
	background: linear-gradient(0deg, rgba(211, 0, 0, 0.8), rgba(211, 0, 0, 0));
}
.xslb5{
	height: 57.7vh;
	width: 57.7vw;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 0.2vw;
	background-color: rgba(0,0,0,0.1);
}
.xslb5 video{
	object-fit: contain;
	width: 100%;
	border-radius: 0.2vw;
}
/* 左侧弹出动画 */
.leftdh{
	animation: leftdh 1s ease both;
}

@keyframes leftdh {
	/* 开始 */
	0% {
		opacity: 0;
		transform: translateX(-100%)
	}
	/* 结束 */
	100% {
		opacity: 1;
		transform: translateX(0%)
	}
}

/* 右侧弹出动画 */
.rightdh{
	animation: rightdh 2s ease both;
}

@keyframes rightdh {
	/* 开始 */
	0% {
		opacity: 0;
		transform: translateX(-100%)
	}
	/* 结束 */
	100% {
		opacity: 1;
		transform: translateX(0%)
	}
}
.dplb1{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.6);
	left: 0;
	width: 100%;
	/* height: 10vh; */
	padding: 2vh 5vw 2vh 1vw;
}
.dplb1 p{
	color: #fff;
	font-size: 2.25vh;
}
.lbtan1{
	position: absolute;
	background-color: rgba(0,0,0,0.6);
	width: 4vw;
	height: 10vh;
	left: 0;
	z-index: 2;
	top: 45%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.lbtan1 img{
	height: 2.5vw;
	width: 3vw;
}
.lbtan2{
	left: auto;
	right: 0;
}
.lbtan2 img{
	transform: rotateZ(180deg);
}
.lbtan1:hover{
	cursor: pointer;
}
.lbtan1:active{
	background-color: rgba(0, 0, 0, 0.5);
}
/* 轮播图文字 */
.wy039{

}
.wy039 span{
	color: #fff;
	font-size: 1.6vw;
	/* letter-spacing: 0.25vw; */
	line-height: 1.8;
}
.wy040{
	border: 2px solid #fff;
	width: 10vw;
	margin-top: 10vw;
	height: 3vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.wy040 button{
	font-size: 1vw;
	background-color: transparent;
	color: #fff;
	border: none;
	cursor: pointer;
}
.wy040 button:focus{
	border: none;
}
.wy040:hover{
	cursor: pointer;
	border: 2px solid transparent;
}
.wy040:active{
	background-color: var(--ztys--wz);
	border: 2px solid var(--ztys--wz);
}
.wy040 span {
	position: absolute;
	background: #fff;
	-webkit-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-moz-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .3s cubic-bezier(.25, .46, .45, .94);
	transition: all .3s cubic-bezier(.25, .46, .45, .94);
}
.wy040 .wk_span_1 {
	top: 0;
	left: 0;
	width: 0;
	height: 2px;

}

.wy040 .wk_span_2 {
	top: 0;
	right: 0;
	width: 2px;
	height: 0;
}

.wy040 .wk_span_3 {
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
}
.wy040 .wk_span_4 {
	bottom: 0;
	left: 0;
	width: 2px;
	height: 0;
}
.wy040:hover .wk_span_1, .wy040:hover .wk_span_3 {
	width: 100%;

}
.wy040:hover .wk_span_2, .wy040:hover .wk_span_4 {
	height: 100%;

}
.wy041{
	display: flex;
	flex-wrap: wrap;
	width: 48vw;
	margin-bottom: 2vw;
}
.wy041 span {
	font-size: 3vw;
	color: #ffffff;
	/* letter-spacing: 0.3vw; */
	/* word-spacing: 2vw; */
	font-weight: bold;
}
/* 轮播图上添加产品 */
.sylbt1{

}
.sylbt1 img{
	height: 31vw;
	width: auto;
	position: absolute;
	right: 3vw;
	z-index: 1;
	bottom: 0;
	filter: drop-shadow(0.5vw 0.5vw 0.3vw rgba(0,0,0,0.6));
}
/* banner图居中文字 */
.lbjz1{
	width: 100%;
	height: 100%;
}
.lbjz2{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	flex-wrap: wrap;
	align-content: center;
}
.lbjz3{
	display: flex;
	justify-content: center;
	width: 100%;
}
.lbjz3 span{
	font-size: 3vw;
	color: #fff;
	/* letter-spacing: 0.6vw; */
	/* word-spacing: 2vw; */
	font-weight: bold;
	text-align: center;
	width: 60%;
	line-height: 1.8;
}
.lbtkd1{
	width:100%;
}
.lbtkd1 span{
	font-size: 1.3vw!important;
	line-height: 1.6!important;
	width: 100%!important;
}