.zpPlate .y-1320>div{
    display: flex;
    width: 49.09%;
    justify-content: center;
}
.zpPlate .y-1320{
    display: flex;
    justify-content: space-between;
}
.zpPlate .y-1320>div div{
    width: 50%;
}
.zpPlate .shzp .desc{
	background-color: #0066b6;
    color: #fff;
    position: relative;
    padding: 21px;
}
.zpPlate .xyzp .desc{
	background-color: #ff9326;
    color: #fff;
    position: relative;
    padding: 21px;
}
.zpPlate .shzp .desc .zp{
    position: absolute;
    left: 0;
    top: 40px;
    line-height: 36px;
    width: 38.88%;
    text-align: center;
    border-radius: 0px 18px 18px 0px;
    background-color: rgba(0, 0, 0, .2);
}
.zpPlate .xyzp .desc .zp{
    position: absolute;
    left: 0;
    top: 40px;
    line-height: 36px;
    width: 38.88%;
    text-align: center;
    border-radius: 0px 18px 18px 0px;
    background-color: rgba(0, 0, 0, .2);
}
.zpPlate .shzp .desc p{
    font-size: 14px;
	line-height: 26px;
	color: #ffffff;
    margin-top: 90px;
}
.zpPlate .shzp .desc .ljxq{
    position: absolute;
    left: 21px;
    bottom: 30px;
}
.zpPlate .xyzp .desc p{
    font-size: 14px;
	line-height: 26px;
	color: #ffffff;
    margin-top: 90px;
}
.zpPlate .xyzp .desc .ljxq{
    position: absolute;
    left: 21px;
    bottom: 30px;
}
.myqywh{
    padding: 62px;
    background-image: url(../../images/rcfz/qywhbgm.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: 80px;
}
.myqywh .whlist{
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}
.myqywh .whlist>div{
    width: 23.48%;
    background-color: #ffffff;
	box-shadow: 0px 0px 8px 0px 
		rgba(33, 24, 21, 0.08);
	border-radius: 12px;
    padding: 0 22px;
    height: 310px;
    transition: all .3s linear;
    cursor: pointer;
}
.myqywh .whlist .outside:hover{
    transform: translateX(-8px);
}
.myqywh .whlist .outside p{
    font-size: 14px;
	line-height: 26px;
	color: #666666;
    text-align: justify;
}
.myqywh .whlist .outside h5{
    font-size: 18px;
	line-height: 19px;
    font-weight: bold;
	color: #333333;
    text-align: center;
    margin-top: 47px;
}
.myqywh .whlist .outside .lines{
    width: 31px;
	height: 3px;
	background-color: #71bf44;
    margin: auto;
    margin-top: 18px;
    margin-bottom: 10px;
}
.myrcln{
    margin-top: 80px;
}
.lnitems{
    display: flex;
    height: 336px;
    margin-top: 40px;
    justify-content: space-between;
}
.lnitems>div{
    height: 100%;
    width: 23.84%;
}
.lnitems>div .img{
    height: 59.52%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.lnitems>div .desc{
    height: 40.47%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 21px;
    text-align: center;
}
.lnitems>div .desc h3{
    font-size: 18px;
	line-height: 19px;
    font-weight: bold;
	color: #ffffff;
}
.lnitems>div .desc p{
    font-size: 14px;
	line-height: 20px;
	color: #ffffff;
    margin-top: 12px;
}
@media (max-width:1335px){
    .myqywh{
        padding: 50px 0;
    }
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px){
    .myqywh .whlist>div {
        padding: 0 20px;
        height: 325px;
    }
    .myqywh .whlist .outside p{
        line-height: 22px;
    }
}
/* pad端 */
@media screen and (min-width:768px) and (max-width:991px) {
    .zpPlate .y-1320>div div img{
        height: 100%;
    }
    .zpPlate .shzp .desc p {
        font-size: 13px;
        line-height: 22px;
        margin-top: 52px;
    }
    .zpPlate .xyzp .desc p {
        font-size: 13px;
        line-height: 22px;
        color: #ffffff;
        margin-top: 52px;
    }
    .zpPlate .shzp .desc .zp,.zpPlate .xyzp .desc .zp{
        top: 30px;
    }
    .myqywh .whlist{
        flex-wrap: wrap;
    }
    .myqywh .whlist>div{
        width: 45%;
        margin-bottom: 20px;
    }
    .myrcln{
        margin-top: 60px;
    }
    .myqywh {
        margin-top: 60px;
        padding: 35px 0;
    }
    .lnitems{
        flex-wrap: wrap;
        height: auto;
    }
    .lnitems>div{
        width: 48%;
        margin-bottom: 30px;
    }
    .lnitems>div .desc{
        padding: 20px;
    }
    .lnitems>div .img{
        height: 250px;
    }
}
/* 移动端 */
@media (max-width:767px){
    .zpPlate .y-1320>div div img{
        height: 100%;
    }
    .zpPlate .shzp .desc p,.zpPlate .xyzp .desc p{
        font-size: 12px;
        line-height: 20px;
        margin-top: 32px;
    }
    .zpPlate .shzp .desc .zp,.zpPlate .xyzp .desc .zp{
        top: 15px;
        width: 50%;
        line-height: 28px;
        font-size: 12px;
    }
    .zpPlate .shzp .desc,.zpPlate .xyzp .desc{
        padding: 15px;
    }
    .myqywh .whlist{
        margin-top: 10px;
        flex-wrap: wrap;
    }
    .myqywh .whlist>div{
        width: 100%;
        margin-bottom: 10px;
        height: unset;
        padding: 30px 20px;
    }
    .myqywh {
        padding: 25px 0;
        margin-top: 25px;
    }
    .lnitems{
        flex-wrap: wrap;
        height: auto;
        margin-top: 10px;
    }
    .zpPlate .shzp .desc .ljxq,.zpPlate .xyzp .desc .ljxq{
        position: absolute;
        left: 15px;
        bottom: 18px;
    }
    .lnitems>div{
        width: 100%;
        margin-bottom: 15px;
    }
    .lnitems>div .img{
        height: 250px;
    }
    .lnitems>div .desc{
        padding: 15px 10px;
    }
    .zpPlate .y-1320{
        flex-wrap: wrap;
    }
    .zpPlate .y-1320>div{
        width: 100%;
    }
    .myqywh .whlist .outside h5{
        margin-top: 18px;
        font-size: 16px;
    }
    .myqywh .whlist .outside .lines {
        margin-top: 8px;
        margin-bottom: 2px;
    }
    .myqywh .whlist .outside p{
        line-height: 23px;
    }
    .shzp{
        margin-bottom: 10px;
    }
    .myrcln{
        margin-top: 25px;
    }
    .lnitems>div .desc h3{
        font-size: 16px;
    }
}