/* 产品介绍 */
.cpjs1 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 1vw;
}

.cpjs2 {
	width: 100%;
	padding: 4vw 0 4vw 0;
	/* padding: 2vw 0; */
	background-color: #f0f0f0;
	display: flex;
	justify-content: center;
	background-image: url(../img/wztp206.jpg);
	background-size: 100% 100%;
}

.cpjs3 {
	margin-bottom: 2vw;
	width: 81vw;
}

.cpjs10 h3 {
	font-size: 1.5vw;
	font-weight: bold;
	margin-bottom: 2vw;
	position: relative;
	display: flex;
	align-items: center;
	padding: 0 2vw;
}

.cpjs3 h3::before {
	content: "";
	background-color: var(--ztys--wz);
	width: 0.5vw;
	height: 0.5vw;
	border-radius: 50%;
	position: absolute;
	left: 0;
}

.cpjs3:last-child {
	margin-bottom: 0;
}

.cpjs4 {
	display: flex;
	align-items: center;
	/* border-bottom: 2px solid #f0f0f0; */
	justify-content: center;
}

.cpjs5 {
	display: flex;
}

.cpjs6 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 2vw 3vw;
	border-right: 2px solid #dbdbdb;
	width: 33%;
	align-content: flex-start;
}

.cpjs6 img {
	height: 2.5vw;
}

.cpjs6:last-child {
	border-right: none;
}

.cpjs7 {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-top: 1.5vw;
}

.cpjs7 p {
	width: 100%;
	text-align: center;
	font-size: 1.1vw;
	font-weight: bold;
}

.cpjs7 span {
	text-align: center;
	font-size: 1vw;
	margin-top: 1vw;
}

.cpjs8 {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}

.cpjs9 {
	margin: 0 0 1.5vw 0;
	padding: 0 2vw;
}

.cpjs9 h4 {
	font-size: 1vw;
	margin-bottom: 0.5vw;
}

.cpjs9 p {
	font-size: 0.8vw;
	line-height: 1.5;
}

.cpjs10 {
	width: 43vw;
	/* margin-top: 3vw; */
}

.cpjs10 span {
	font-size: 0.9vw;
	line-height: 1.8;
	display: block;
	margin-bottom: 1vw;
}

.cpjs11 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 20vw;
	width: 27vw;
	/* background-color: #f0f0f0; */
	/* padding: 1.5vw; */
	margin-right: 4vw;
}

.cpjs11 img {
	height: 18.5vw;
	margin-right: 1vw;
	height: 100%;
	width: 100%;
}
.cpjs11 img:last-child{
	margin-right: 0;
}
/* 查看更多 */
.cpjs12{
	display: flex;
	margin-top: 3vw;
	border: 0.15vw solid rgba(0, 0, 0, 0.1);
	width: 9vw;
	height: 3.1vw;
	position: relative;
	margin-left: 2vw;
}
.cpjs12 p{
	font-size: 1vw;
	width: 9vw;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cpjs12 p a{
	color: #000;
	text-decoration: none;
}
.cpjs12:hover a{
	color: var(--ztys--wz);
}
.cpjs12:active a{
	color: #fff;
	font-weight: bold;
}
.cpjs12:hover{
	cursor: pointer;
	border: 0.15vw solid transparent;
}
.cpjs12:active{
	background-color: var(--ztys--wz);
	border: 2px solid var(--ztys--wz);
}
.cpjs12 span {
    position: absolute;
    background: var(--ztys--wz);
    -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);
    margin: 0;
}
.cpjs12 .wk_span_1 {
	top: 0;
	left: 0;
	width: 0;
	height: 0.15vw;
}
.cpjs12 .wk_span_2 {
	top: 0;
	right: 0;
	width: 0.15vw;
	height: 0;
}

.cpjs12 .wk_span_3 {
	right: 0;
	bottom: 0;
	width: 0;
	height: 0.15vw;
}
.cpjs12 .wk_span_4 {
	bottom: 0;
	left: 0;
	width: 0.15vw;
	height: 0;
}
.cpjs12:hover .wk_span_1, .cpjs12:hover .wk_span_3 {
	width: 100%;

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