.xq>p{
    text-align: center;
}
.xq>p:nth-child(1){

}
.xq>p:nth-child(2){
    width: 100%;
    text-indent: 2em;
    text-align: left;
    margin-top: 50px;
    margin-bottom: 35px;
}

.xq>img{
    display: block;
    width: 100%;
    margin-bottom: 44px;
}
.content p{
    text-align: left;
    text-indent: 2em;
    font-size: 14px;
    line-height: 28px;;
}
.content{
    margin-bottom: 85px;
}
.zlj{
    display: flex;
    justify-content: space-between;
    border: 1px solid #efefef;
    height: 93px;

}
.zlj>a{
    width: 33.3%;
    position: relative;
}
.syp{
    display: flex;
    align-items: center;
    padding: 18px 0;
    width: 80%;
    margin: auto;
}
.xs{
    margin: 0 18px;
    opacity: 0;
}
.nwn:hover{
    background: #0672BB ;
    transition: .6s;
}
.nwn:hover .xs{
    opacity: 1;
    transition: .6s;
}
.nwn:hover .aaa{
    color: white;
    transition: .6s;
}
.gjj .iconfont{
    text-align: center;
    font-size: 26px;
    color: #0672BB ;
}
.nwn:hover .icon-fanhui1{
    color: white;
    transition: .6s;
}
.fx{
    color: #0672BB;
}
.dx{
    font-size: 14px;
    color: #666666 ;
}
.ps{
    font-size: 17px;

    color: #222222;
}
.gjj{
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
}
.you{
    display: flex;
    justify-content: space-between;
}
.ysp{
    display: flex;
    align-items: center;
}

@media (max-width: 1440px){
    .xq>p:nth-child(2){
        margin-top: 40px;
        margin-bottom: 28px;
    }
    .xq>img{
        margin-bottom: 34px;
    }
    .content{
        margin-bottom: 68px;
    }
    .syp{
        padding: 12px 0;
    }
    .gjj .iconfont{
        font-size: 22px;
    }
}

@media (max-width: 1200px){
    .zlj{
        height: 105px;
    }
}
@media (max-width: 768px){
    .xq>p:nth-child(2) {
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .dx{
        display: none;
    }
    .content {
        margin-bottom: 40px;
    }
    .zlj{
        flex-wrap: wrap;
    }
    .syp{
        width: 30%;
    }
    .gjj{
        position: relative;
        transform: unset;
        left: unset;
        top: unset;
    }

}
@media (max-width: 414px){
    .syp {
        width: 92%;
    }
    .syp {
        padding: 5px 0;
    }
    .ps {
        font-size: 14px;

    }
    .xs {
        margin: 0 6px;

    }
    .zlj{
        height: 41px;
    }
    .ps{
        font-size: 14px;
    }
}
