<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

.enterprisecon{
    position: relative;
}
.enterprisecon img{
   width: 100%;
   height: 100%;
   display: block;
}

.manlist{
    display: flex;
    justify-content: space-between;
    border-top: 1px dashed #ccc;
    padding: 60px 0 50px 0;
}

.manlist .leftdiv{
    width: 235px;
}
.manlist .leftdiv .title{
    font-size: 24px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: 400;
    color: #333333;
    line-height: 36px;
}
.manlist .leftdiv .eng{
    font-size: 14px;
    font-family: HelveticaNeueLTPro;
    font-weight: normal;
    color: #999999;
    line-height: 26px;
    letter-spacing: 1px;
}
.manlist .rightdiv{
    width: 1045px;
}

.manlist .rightdiv p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 36px;
}
.manlist .rightdiv .ib{
    width: 20px;
    height: 20px;
    font-size: 14px;
    font-family: Arial;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
    background: #ABCFED;
    border-top-left-radius:6px;
    border-bottom-right-radius: 6px;
    display: inline-block;
    margin-right: 10px;
}

.manlist .rightdiv .dd{
    width: 330px;
    height: 330px;
    background: #F7F9FA;
    padding: 40px 30px;
    box-sizing: border-box;
}
.manlist .rightdiv .dd p{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
}
.manlist .rightdiv .dd .titile2{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 26px;
    margin-bottom: 10px;
}
.manlist .rflex{
    display: flex;
    justify-content: space-between;
}
.manlist .rightdiv .d1{
    background: url(../images/d1.png) center no-repeat;
    background-size: 100% 100%;
}
.manlist .rightdiv .d2{
    background: url(../images/d2.png) center no-repeat;
    background-size: 100% 100%;
}
.manlist .rightdiv .d3{
    background: url(../images/d3.png) center no-repeat;
    background-size: 100% 100%;
}
.manlist .leftdiv .manphone{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 26px;
    margin-top: 60px;
}
.manlist .rflex2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.manlist .zlist{
    width: 32%;
    height: auto;
    border: 1px solid #EDEDED;
    padding: 30px 24px;
    margin-bottom: 25px;
    box-sizing: border-box;
}
.manlist .zlist .z1{
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ededed;
    margin-bottom: 24px;
}
.manlist .zlist .z1 .zl{
    width: 75%;
}
.manlist .zlist .z1 .zl&gt;p:nth-child(1){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.manlist .zlist .z1 .zl&gt;p:nth-child(2){
    color: #ededed;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}
.manlist .zlist .z1 .zl&gt;p:nth-child(2) span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
}
.manlist .zlist .z1 .zl&gt;p:nth-child(2) text{
    margin: 0 4px;
}
.manlist .zlist .z1 .zr{
    width: 25%;
}
.manlist .zlist  .z1 .zr&gt;p:nth-child(1){
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FF6100;
    line-height: 40px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
}
.manlist .zlist  .z1 .zr&gt;p:nth-child(2){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;   
    text-align: right;
}
.manlist .zlist .z2{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.manlist .zlist .z2 .zt{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 40px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 70%;
}
.manlist .zlist .z2 .zt img{
    width: 40px;
    height: 40px;
    display: block;
    margin-right: 8px;
}
.manlist .zlist .z2 .zb{
    width: 68px;
    height: 32px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #0061AE;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0061AE;
    line-height: 32px;
    text-align: center;
}
.zlistid{
    display: none;
}
.manpowerlistcon:after{
    content: '';
    width: 30%;
}
.manlist .zlist:hover{
    border: 1px solid #0061AE;
}
.manlist .zlist:hover .z2 .zb{
   background: #0061AE;
   color: #fff;
}

@media screen and (max-width: 1024px){
    

    .enterprisecon{
        position: relative;
    }
    .enterprisecon img{
    width: 100%;
    height: 100%;
    display: block;
    }

    .manlist{
        display: block;
        justify-content: space-between;
        border-top: 1px dashed #ccc;
        padding: 30px 0;
    }
    .manlist .leftdiv{
        width: 100%;
    }
    .manlist .leftdiv .title{
        font-size: 24px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #333333;
        line-height: 36px;
    }
    .manlist .leftdiv .eng{
        font-size: 14px;
        font-family: HelveticaNeueLTPro;
        font-weight: normal;
        color: #999999;
        line-height: 36px;
    }
    .manlist .rightdiv{
        width: 100%;
    }
    .manlist .rightdiv p{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 36px;
    }
    .manlist .rightdiv .ib{
        width: 20px;
        height: 20px;
        font-size: 14px;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        text-align: center;
        background: #ABCFED;
        border-top-left-radius:6px;
        border-bottom-right-radius: 6px;
        display: inline-block;
        margin-right: 10px;
    }

    .manlist .rightdiv .dd{
        width: 33%;
        height: 280px;
        background: #F7F9FA;
        padding: 40px 30px;
        box-sizing: border-box;
    }
    .manlist .rightdiv .dd p{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 26px;
    }
    .manlist .rightdiv .dd .titile2{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
    }
    .manlist .rflex{
        display: flex;
        justify-content: space-between;
    }
    .manlist .rightdiv .d1{
        background: url(../images/d1.png) center no-repeat;
        background-size: cover;
    }
    .manlist .rightdiv .d2{
        background: url(../images/d2.png) center no-repeat;
        background-size: cover;
    }
    .manlist .rightdiv .d3{
        background: url(../images/d3.png) center no-repeat;
        background-size: cover;
    }
    .manlist .leftdiv .manphone{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 26px;
        margin: 20px 0;
    }
    .manlist .rflex2{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .manlist .zlist{
        width: 48%;
        height: auto;
        border: 1px solid #EDEDED;
        padding: 30px 24px;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .manlist .zlist .z1{
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px dashed #ededed;
        margin-bottom: 24px;
    }
    .manlist .zlist .z1 .zl{
    }
    .manlist .zlist .z1 .zl&gt;p:nth-child(1){
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
    }
    .manlist .zlist .z1 .zl&gt;p:nth-child(2){
        color: #ededed;
    }
    .manlist .zlist .z1 .zl&gt;p:nth-child(2) span{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 40px;
    }
    .manlist .zlist .z1 .zl&gt;p:nth-child(2) text{
        margin: 0 4px;
    }
    .manlist .zlist .z1 .zr{
    }
    .manlist .zlist  .z1 .zr&gt;p:nth-child(1){
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FF6100;
        line-height: 40px;
        text-align: right;
    }
    .manlist .zlist  .z1 .zr&gt;p:nth-child(2){
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 40px;
    }
    .manlist .zlist .z2{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .manlist .zlist .z2 .zt{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 40px;
        display: flex;
        align-items: center;
    }
    .manlist .zlist .z2 .zt img{
        width: 40px;
        height: 40px;
        display: block;
        margin-right: 8px;
    }
    .manlist .zlist .z2 .zb{
        width: 68px;
        height: 32px;
        background: rgba(255, 255, 255, 0);
        border: 1px solid #0061AE;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #0061AE;
        line-height: 32px;
        text-align: center;
    }
}

@media screen and (max-width: 767px){
    .enterprisecon{
        position: relative;
    }
    .enterprisecon img{
    width: 100%;
    height: 100%;
    display: block;
    }

    .manlist{
        display: block;
        justify-content: space-between;
        border-top: 1px dashed #ccc;
        padding: 30px 0;
    }
    .manlist .leftdiv{
        width: 100%;
    }
    .manlist .leftdiv .title{
        font-size: 24px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #333333;
        line-height: 36px;
    }
    .manlist .leftdiv .eng{
        font-size: 14px;
        font-family: HelveticaNeueLTPro;
        font-weight: normal;
        color: #999999;
        line-height: 36px;
    }
    .manlist .rightdiv{
        width: 100%;
        flex-wrap: wrap;
    }
    .manlist .rightdiv p{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 36px;
    }
    .manlist .rightdiv .ib{
        width: 20px;
        height: 20px;
        font-size: 14px;
        font-family: Arial;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 20px;
        text-align: center;
        background: #ABCFED;
        border-top-left-radius:6px;
        border-bottom-right-radius: 6px;
        display: inline-block;
        margin-right: 10px;
    }

    .manlist .rightdiv .dd{
        width: 100%;
        height: 260px;
        background: #F7F9FA;
        padding: 40px 30px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .manlist .rightdiv .dd p{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 26px;
    }
    .manlist .rightdiv .dd .titile2{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 20px;
    }
    .manlist .rflex{
        display: flex;
        justify-content: space-between;
    }
    .manlist .rightdiv .d1{
        background: url(../images/d1.png) center no-repeat;
        background-size: cover;
    }
    .manlist .rightdiv .d2{
        background: url(../images/d2.png) center no-repeat;
        background-size: cover;
    }
    .manlist .rightdiv .d3{
        background: url(../images/d3.png) center no-repeat;
        background-size: cover;
    }
    .manlist .leftdiv .manphone{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 26px;
        margin: 20px 0;
    }
    .manlist .rflex2{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .manlist .zlist{
        width: 100%;
        height: auto;
        border: 1px solid #EDEDED;
        padding: 30px 24px;
        margin-bottom: 25px;
        box-sizing: border-box;
    }
    .manlist .zlist .z1{
        display: flex;
        justify-content: space-between;
        padding-bottom: 20px;
        border-bottom: 1px dashed #ededed;
        margin-bottom: 24px;
    }
    .manlist .zlist .z1 .zl{
    }
    .manlist .zlist .z1 .zl&gt;p:nth-child(1){
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
    }
    .manlist .zlist .z1 .zl&gt;p:nth-child(2){
        color: #ededed;
    }
    .manlist .zlist .z1 .zl&gt;p:nth-child(2) span{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 40px;
    }
    .manlist .zlist .z1 .zl&gt;p:nth-child(2) text{
        margin: 0 4px;
    }
    .manlist .zlist .z1 .zr{
    }
    .manlist .zlist  .z1 .zr&gt;p:nth-child(1){
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FF6100;
        line-height: 40px;
        text-align: right;
    }
    .manlist .zlist  .z1 .zr&gt;p:nth-child(2){
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 40px;
    }
    .manlist .zlist .z2{
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .manlist .zlist .z2 .zt{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        line-height: 40px;
        display: flex;
        align-items: center;
    }
    .manlist .zlist .z2 .zt img{
        width: 40px;
        height: 40px;
        display: block;
        margin-right: 8px;
    }
    .manlist .zlist .z2 .zb{
        width: 68px;
        height: 32px;
        background: rgba(255, 255, 255, 0);
        border: 1px solid #0061AE;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #0061AE;
        line-height: 32px;
        text-align: center;
    }
}

</pre></body></html>