.wzsr1 {
	background-image: url(../img/wztp63.jpg);
	background-size: 100% 100%;
	padding-top: 1vw;
}

.wzsr2 {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.wzsr2 h5 {
	width: 100%;
	text-align: center;
	font-size: 1.1vw;
	font-weight: normal;
	margin: 0;
}

.wzsr3 {
	display: flex;
	flex-wrap: wrap;
	position: absolute;
	top: -2vw;
	width: 12vw;
	left: 0;
	padding-left: 2vw;
}

.wzsr3 p {
	font-size: 1.3vw;
	width: 100%;
}

.wzsr4 {
	display: flex;
}

.wzsr4 p {
	font-size: 3vw;
}

.wzsr4 img {
	height: 2vw;
}

.wzsr5 {
    width: 87%;
}

.wzsr5 p {
    font-size: 1vw;
    line-height: 1.6;
    margin: 0;
}
.wzsr6 {
    width: 100%;
    padding: 5vw 10vw 0;
    display: flex;
    margin-bottom: 1vw;
}
.wzsr7 {
    display: flex;
    background-color: rgba(172,172,172,0.2);
    position: relative;
    justify-content: flex-end;
    padding: 2.5vw 2vw 1vw 9vw;
    margin-bottom: 6vw;
    color: #333;
    background-image: linear-gradient(0deg, #fff, #f4f8ff);
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff;
    border-radius: 0.3vw;
}
.wzsr7:nth-child(2n){
	margin-right: 0;
}
.wzsr9{
	width: 46%;
	margin-right: 4%;
}
.wzsr8{
	width: 46%;
	margin-left: 4%;
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}
.wzsr10{
	background-color: var(--ztys--tm);
	color: var(--ztys--wz);
}
.wzsr7:hover{
	cursor: pointer;
	background-color: var(--ztys--wz);
	background-image: linear-gradient(0deg, var(--ztys--wz), var(--ztys--wz));
	border: 2px solid #fff;
	box-shadow: 8px 8px 20px 0 rgba(55, 99, 170, .1), -8px -8px 20px 0 #fff;
}
.wzsr7:hover .wzsr3 p{
	color:#fff;
	font-weight: bold;    
}
.wzsr7:hover .wzsr3{
	top: -3.5vw;
	transition: ease all 0.3s;
}
.wzsr7:hover .wzsr4 p{
	color:var(--ztys--wz);
	font-weight: bold;
}
.wzsr11:hover .wzsr4 img{
	content: url(../img/wztp64-2.png);
}
.wzsr7:hover .wzsr5 p{
	color:#fff;
	font-weight: bold;    
}