/* 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;
}
/* 销售网络 */
.work{
    width: 100%;
    height: auto;
    padding-bottom: 177px;
}
.work .row{
    width: 1200px;
    height: auto;
    margin: 0 auto;
}
.workTit{
    width: 100%;
    height: auto;
}
.workTit p{
    font-size: 18px;
    color: #333333;
    line-height: 40px;
    text-align: center;
    margin-top: 50px;
}
.workTit p span{
    font-weight: bold;
    color: #ff853a;
}
.workBody{
    width: 100%;
    height: auto;
}
.workBody_Tp1{
    width: 100%;
    height: 531px;
    margin: 0 auto;
    margin-top: 50px;
}
.workBody_Tp1 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.workBody_Tp2{
    width: 874px;
    height: 624px;
    margin: 0 auto;
}
.workBody_Tp2 img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}