

.back{
    width: 100%;
    background: #fff;
    padding: 0.15rem 0.3rem;
    display: flex;
    align-items: center;
    border-bottom:1px solid #ddd ;
    box-sizing: border-box;
}
.back img{
    transform: rotate(180deg);
    width: 0.2rem;
}
.back span{
    font-size: 0.28rem;
    color: #666;
    padding-left: 0.1rem;
}
.szll_xq{
    width: 90%;
    margin:  0 auto;
    background: #fff;
    border-radius: 10px;
    margin-top: 20px;
}
.szll_xq_img img{
    width: 89%;
    padding: 20px;
}
.szll_xq_name{
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 5px;
    box-sizing: border-box;
    padding: 0 10px;
}
.szll_xq_xh{
    width: 40px;
    margin: 0 auto;
    border-bottom: solid #4228b0 2px;
}
.szll_xq_position{
    margin-top: 5px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #333;
    box-sizing: border-box;
    padding: 0 10px;
}
.szll_xq_position video{
    width: 100%;
    text-align: center;
    text-indent: unset;
    display: block;
}
.szll_xq_desc{
    font-size: 14px;
    color: #333;
    text-align: justify;
    padding: 10px;
}

/* 资质荣誉 */
.zzry{
    /* padding: 10px; */
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-left: 10px;
}
.zzry_con{
    margin-top: 10px;
    width: 90%;
    background: #fff;
    height: 100%;
    border-radius: 10px;
    margin-right: 10px;

}
.zzry_con_img img{
    width: 93%;
    padding: 10px;
}
.zzry_con_title{
    text-align: center;
    font-size: 12px;
    padding: 0 10px;
    color: #333;
        margin-top: 12px;
            margin-bottom: 16px;
}
.zzry_con_img{
    position: relative;
   width: 100%;
    height: 86%;
    overflow: hidden;
}
.fdj{
    width: 20px;
    height: 20px;
    position: absolute;
   bottom: 28px;
    right: 30px;
}
.fdj img{
    width: 100%;
}
.showimgmdbg {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    opacity: 0;
    transition: 300ms;
}

.showimgmd {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
    margin: auto;
    width: 70%;
}

.showimgmd>img {
    max-width: 100%;
    max-height: 80%;
}

.showimgmd-close {
    width: 1rem;
    height: 1rem;
    position: absolute;
    right: 0.5rem;
    top: 0.5rem;
    background: url(../images/closeimgtcmd.png) no-repeat center/100%;
    cursor: pointer;
}