/* banner分类 */
.open{
    width: 100%;
    height: auto;
    position: relative;
}
.open .row{
    width: 1200px;
    height: 62px;
    background-color: rgb(255, 255, 255,0.7);
    position: absolute;
    z-index: 99;
    left: 50%;
    margin-left: -600px;
    top: -62px;
    opacity: 0.7;
}
.open .row ul{
    height: 100%;
    display: flex;
    justify-content: center;
}
.open .row ul li{
    width: 20%;
    height: 100%;
    flex: 1;
    border-right: 1px solid #ffffff;
}
.open .row ul li a{
    font-size: 18px;
    color: #000000;
    text-align: center;
    line-height: 62px;
    display: block;
}
.open .row ul li .openA{
    font-weight: bold;
    color: #0062ff;
}
/* 资质荣誉 */
.honor{
    width: 100%;
    height: auto;
}
.honor .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
/* 头部 */
.honorTit{
    width: 100%;
    height: 75px;
    border-bottom: 1px solid #e5e5e5;
}
.honorTit p{
    font-size: 22px;
    font-weight: bold;
    float: left;
    margin-top: 33px;
    text-indent: 6px;
}
.honorTit_Yc{
    width: auto;
    height: auto;
    float: right;
    margin-top: 40px;
    margin-right: 8px;
}
.honorTit_Yc span{
    font-size: 14px;
    color: #999999;
}
.honorTit_Yc .span1{
    color: #487ed4;
}
/* 中部 */
.honorBody{
    width: 100%;
    min-height: 300px;
    position: relative;
}
.honorBody ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 48px;
}
.honorBody ul li{
    width: calc(25% - 52px);
    margin: 0px 25px;
    height: 385px;
    margin-bottom: 75px;
    position: relative;
}
.honorBody .Top{
    width: 100%;
    height: 349px;
    position: absolute;
    background: #f8f8f9;
}
.honorBody .TopMax{
    width: 100%;
    height: 349px;
    background-color: rgb(142, 175, 227,0.8);
    display: none;
    position: relative;
    cursor: pointer;
}
.TopMax_Tp{
    width: 36px;
    height: 37px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 156px;
    cursor: pointer;
    display: none;
}
.TopMax_Tp img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.layout_Max{
    width: 199px;
    height: 271px;
    background: url(/static/home/images/indexTp25.png) no-repeat center;
    background-size: 199px 271px; 
    margin: 0 auto;
    margin-top: 37px;
}
.honorBody_Tp{
    width: 176px;
    height: 247px;
    margin: 0 auto;
    padding-top: 12px;
    cursor: pointer;
}
.honorBody_Tp img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
/* 弹窗的位置和背景颜色 */
.modal {
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
    z-index: 99;
    overflow: auto;
    display: none;
    cursor: pointer;
    /* 溢出出现滚动条 */
    overflow-x: hidden;
    overflow-y: hidden;
}

/* 弹窗图片的大小 */
.content {
    margin: auto;
    display: block;
    min-height: 500px;
    max-height: 600px;
    margin-top: 120px;
}
.honorBody ul li .Top p{
    font-size: 16px;
    color: #333333;
    text-align: center;
    margin-top: 60px;
}