

.banner-slider{
    height: 20rem;
}
.productHead{
    justify-content: space-between;
}
/* banner图 按钮效果 */
.swiper-slide{
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.swiper-slide img{
    width: 100%;
    height: 100%;
}
.productBgRdzq{
    background-image: url(../../assets/img/ptzqBlue.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.productBgRdzq .disTitle{
    font-weight: 600;
    font-size: 2.2rem;
    color: #FFFFFF;
    line-height: 3rem;
    text-shadow: 0px 2px 2px rgba(23,73,135,0.6);
    text-align: center;
    font-style: normal;
}
.productBgXszq{
    background-image: url(../../assets/img/ptzqGreen.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.productBgXszq .disTitle{
    font-weight: 600;
    font-size: 2.2rem;
    color: #FFFFFF;
    line-height: 3rem;
    text-shadow: 0px 2px 2px #198A5B;
    text-align: center;
    font-style: normal;
}
.productMore{
    transition: all 0.15s ease-in-out;
    cursor: pointer;
}
.productMore:hover{
    scale: 1.025;
}
.moreIcon{
    display: inline-block;
    margin-left: 0.25rem;
    width: 1.5rem;
    height: 0.9rem;
    margin-top: -0.15rem;
    background-image: url(../../assets/img/more1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.layui-flow-more{width: 100% !important;}
/* 平台专区过度图 */
.ptzqBg{
    height: 8rem;
    background-image: url(../../assets/img/ptzqBg.png);
    background-repeat: no-repeat;
    background-size: contain;
    
}