<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 鍏叡鏍峰紡 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ol, ul {
    list-style: none;
}
a {
    color: #555555;
    text-decoration: none;
    cursor: pointer;
}
a:hover {
    color: #054F99;
    text-decoration: none;
}
button:focus {
    outline: 0!important;
}
.left {
    float: left;
}
.right {
    float: right;
}
.hidden {
    overflow: hidden;
}
body {
    color: #000000;
}
/* 甯冨眬鏍峰紡 */
.box {
    position: relative;
}
.header {
    height: 78px;
    width: 100%;
    background: #ffffff;
    position: fixed;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    z-index: 100000000;
    border-bottom: 1px solid #cccccc;
}
.headerContent {
    width: 1230px;
    height: 78px;
    line-height: 78px;
    margin: 0 auto;

}
.headerContent .leftBox img{
    vertical-align: middle;
    max-height: 78px;
}
.headerContent .centerBox {
    margin-left: 55px;
}
.headerContent .centerBox ul li {
    font-size: 14px;
    color: #333333;
    float: left;
    margin-left: 35px;
    cursor: pointer;
}
.headerContent .centerBox ul img {
    vertical-align: text-top;
}
.headerContent .centerBox ul li:hover {
    font-weight: bold;
}
.rightBox .btn-default {
    width: 79px;
    height: 24px;
    line-height: 10px;
    color: #f77a23;
    font-size: 14px;
    border-radius: 12px;
    border: solid 1px #f77a23;
}
.searchArea {
    margin-top: 90px;
    width: 100%;
    height: 220px;
}
.headBgs{
    top:0 !important;
}
.searchContent {
    width: 1230px;
    height: 100%;
    margin: 0 auto;
    z-index: 3;
}
.searchContent .searchLogo {
    line-height: 120px;
}
.searchContent .searchLogo .title {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    vertical-align: middle;
    margin-right: 10px;
}
.searchContent .searchLogo img {
    vertical-align: middle;
}
.searchContent .searchInput  {
    margin-top: 30px;
}
.searchContent .searchInput .input-group {
    width: 700px;
    height: 40px;
}
.searchContent .searchInput .input-group .form-control {
    height: 40px;
}
.searchContent .searchInput .input-group-addon {
    height: 40px;
    width: 100px;
    color: #ffffff;
    background-color: #054F99;
}
.searchContent .searchInput .searchNav ul li{
    float: left;
    /*margin-top: 14px;*/
    margin-right: 30px;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
}
.searchContent .searchInput .searchNav ul li:hover {
    /*color: #e2e2e2;*/
    /*text-decoration: underline;*/
}
.content {
    background: #f1f1f3;
    padding-bottom: 34px;

}
.breadcrumbs {
    width: 1230px;
    height: 46px;
    margin: 0 auto;
    z-index: 2;
    position: relative;
    display: none;
}
.breadcrumbs ol {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.companyContent {
    width: 1230px;
    margin: 0 auto;
    padding: 32px 24px 40px 30px;
    background: #ffffff;
    z-index: 2;
    position: relative;
    border-radius: 10px;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */
}
.companyContent .imgBox {
    width: 150px;
    height: 150px;
    border: 1px solid #eeeeee;
    margin-right: 30px;
    float: left;
    border-radius: 10px;
}
.companyContent .leftCompany {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
    display: inline-block;
}
.companyTitle {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 6px;
    /* float: left; */
}
.companyAddredd {
    font-size: 14px;
    color: #666666;
    margin-bottom: 30px;
}
.companyAddredd span {
    padding: 0 16px;
    border-right: 1px solid #666666;
}
.companyAddredd span:last-child {
    border: none;
}
.companyAddredd span:first-child {
    padding-left: 0;
}
.dataList {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; */
}
.dataList li {
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    padding: 0 30px;
    border-right: 1px solid #e9e9e9;
    float: left;
}
.dataList li:first-child {
    padding-left: 0;
}
.dataList li p {
    color: #054F99;
}
.dataList li span {
    color: #666666;
}
.rightCompany {
    margin-top: 30px;
    float: right;
}
.rightCompany .btn01 {
    width: 240px;
    height: 48px;
    background: #054F99;
    border-radius: 3px;
    border: none;
    color: #ffffff;
}
.rightCompany .btn01 img {
    margin-right: 10px;
}
.share {
    font-size: 12px;
    color: #7b7263;
    margin-top: 16px;
    text-align: right;
}
.firendLoop {
    margin-right: 30px;
    cursor: pointer;
}
.smallApp {
    cursor: pointer;
}
.firendLoop::before {
    content: url(../images/friendLoop.jpg);
    vertical-align: middle;
    margin-right: 6px;
}
.smallApp::before {
    content: url(../images/smallApp.png);
    vertical-align: middle;
    margin-right: 6px;
}
.centerContent {
    width: 1230px;
    margin: 0 auto;
    margin-top: 16px;
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */
}
.centerContent .leftBox {
    width: 914px;
    float: left;
}
.rightBoxs {
    float: right;
}
.rightTopBox {
    background: #ffffff;
    width: 300px;
    position: relative;
    /* text-align: center; */
    padding: 15px;
    border-radius: 10px;
}

.rightBottomBox {
    background: #ffffff;
    width: 300px;
    text-align: center;
    padding: 30px;
    margin-top: 16px;
    border-radius: 10px;
}
.rightTopBox .top {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */
    margin-bottom: 20px;
}
.rightTopBox .top p {
    font-weight: bold;
    display: inline-block;
}
.rightTopBox .top a {
    font-size: 14px;
    color: #999999;
    float: right;
}
.jobSalary {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */
}
.jobSalary p {
    display: inline-block;
}
.jobSalary .job {
    flex: 6;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.jobSalary .salary {
    text-align: right;
    flex: 4;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #054F99;
    float: right;
}
.comname {
    font-size: 14px;
    color: #999999;
    margin-top: 20px;
}
.rightTopBox ul li {
    padding: 20px 0;
    border-top: 1px solid #e3e7ed;
}
.checkMoreBtns {
    width: 100%;
    height: 40px;
    border: 1px solid #999999;
    background: #ffffff;
    color: #333333;
    margin: 10px 0;
    border-radius: 10px;
}
.saoyisao {
    width: 100%;
    overflow: hidden;
}
.saoyisao .qrcode {
    float: left;
    margin-right: 30px;
    width: 80px;
    height: 80px;
}
.saoyisao .qrcode img {
    width: 100%;
    height: 100%;
}
.saoyisao .text {
    font-size: 14px;
    line-height: 24px;
    margin-top: 16px;
    text-align: left;
}
.contactType {
    width: 100%;
    height: 225px;
    background: #ffffff;
    padding: 30px 30px 0 30px;
    border-radius: 10px;
}
.contactType .top {
    width: 100%;
    height: -webkit-calc(100% - 50px);
    height: calc(100% - 50px);
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; */
}
.contactType .bottom {
    width: 100%;
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #cccccc;
    font-size: 12px;
    color: #054F99;
}
.contactType .bottom button {
    width: 64px;
    height: 24px;
    border: none;
    background-color: #054F99;
    border-radius: 3px;
    color: #ffffff;
    line-height: 24px;
    margin-left: 16px;
}
.lianxifangshi {
    /* display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold; */
    margin-bottom: 26px;
}
.lianxifangshi::before {
    content:'';
    display:block;
    width: 7px;
    height: 17px;
    background: #054F99;
    margin-right: 8px;
    border-radius: 25%;
    float: left;
}

.wechat {
    float: left;
}
.wechat .name {
    font-size: 14px;
    margin-bottom: 30px;
}
.wechat .name button {
    width: 100px;
    height: 32px;
    line-height: 32px;
    border: 1px solid #7db627;
    color: #7db627;
    background: #ffffff;
    margin-left: 20px;
}
.chatting {
    vertical-align: middle;
    margin-top: -5px;
    margin-right: 10px;
}
.wechat .nearTime {
    font-size: 12px;
    color: #666666;
}
.jobDesc {
    width: 100%;
    /* height: 500px; */
    background: #ffffff;
    margin-top: 16px;
    padding: 30px;
    border-radius: 10px;
}
.companyBrief {
    font-size: 14px;
    color: #474747;
    line-height: 30px;
}
.otherJobs {
    width: 100%;
    /* height: 500px; */
    background: #ffffff;
    margin-top: 16px;
    padding: 30px;
    border-radius: 10px;
}
.otherJobs ul li {
    font-size: 14px;
    color: #474747;
    border-bottom: 1px solid #e9e9e9;
    margin-top: 30px;
}
.otherJobs ul li span {
    display: inline-block;
    width: 120px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 10px;
}
.otherJobs ul li span:first-child {
    width: 250px;
}
.otherJobs ul li a {
    color: #2f7ec9;
}
.otherJobs .salary {
    color: #054F99;
}
.otherJobs button {
    float: right;
    width: 100px;
    height: 32px;
    background-color: #054F99;
    border-radius: 5px;
    border: none;
    color: #ffffff;
}
.otherJobs .updateTime {
    color: #b2b2b2;
    margin-top: 14px;
    margin-bottom: 17px;
}
/* footer鍖哄煙 */
.footer {
    width: 100%;
    height: 320px;
    background: #2b2c31;
}
.footerContent {
    width: 1230px;
    margin: 0 auto;
    padding: 50px 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footerLeft {
    width: 600px;
    height: 190px;
}
.footerLeft .top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.footerLeft li {
    font-size: 12px;
    line-height: 30px;
    color: #abacad;
}
.footerLeft li:first-child {
    font-size: 14px;
    line-height: 40px;
    color: #eaebeb;
}
.footerLeft .bottom {
    font-size: 12px;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 60px;
    line-height: 100px;
}
.footerRight {
    color: #abacad;
    font-size: 12px;
    text-align: right;
}
.footerRight .title {
    font-size: 24px;
}
.footerRight p {
    margin-bottom: 20px;
}
.footerRight p img {
    margin-left: 10px;
}

/* 04.07 浼佷笟logo 鏍峰紡澶勭悊 */
.companyContent .imgBox{
    text-align: center;
}
.companyContent .imgBox img{
    width: 100%!important;
    height: 100%!important;
    object-fit: contain;
}
.companyAddredd span:last-child{
    display: inline-block;
    max-width: 480px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    vertical-align: middle;
}
</pre></body></html>