<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(layui/css/layui.css);
@import url(font/iconfont.css);


body ,html{
    width:100%;
    height:100%;
}
a {
    cursor: pointer;
    text-decoration: none;
}
.clear-both{
    clear:both
}
.text-center {
    text-align: center
}
ul, ol {
    margin: 0 !important;
    /* margin-bottom: 10px; */
}
.m-5 {
    margin-right: 5px
}
.m-r-10 {
    margin-right: 10px
}
.white-bg {
    background-color: white;
    float: left;
    width: 100%
}
.top-login {
    background-color: #f3f4f8;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #010101
}

.top-text {
    float: left;
}

.login-div {
    float: right;
}

    .login-div ul {
        margin: 0 auto;
        padding: 0;
    }

        .login-div ul li {
            width: auto;
            float: left;
            color: #010101;
            padding-left: 15px;
            padding-right: 15px;
            position: relative
        }

            .login-div ul li:before {
                content: "|";
                position: absolute;
                left: -2px
            }

            .login-div ul li:first-child:before {
                content: "";
            }

            .login-div ul li:hover a {
                color: #007d38;
            }

            .login-div ul li a {
                cursor: pointer
            }

            .login-div ul li:last-child {
                background-color: #007d38;
            }

                .login-div ul li:last-child:hover {
                    background-color: rgb(0 125 56 / 0.90);
                    cursor: pointer
                }

                .login-div ul li:last-child a {
                    color: white;
                }

                .login-div ul li:last-child:before {
                    content: "" !important;
                    position: absolute;
                }

.banner-div {
    width: 100%;
    height: auto;
    position: relative;
    /*background-image: url(../image/banner.jpg);*/
    background-color: #0ea853;
    height: 430px;
    background-repeat: no-repeat;
    object-fit: cover
}

.login-form {
    width: 380px;
    height: 395px;
    float: right;
    margin-right: 50px;
    background-color: white;
    padding: 5px 15px;
    border: 1px solid #fafefc;
    border-radius: 2px;
    margin-top: 50px;
}

.zyl_pad_01 {
    margin-top: 20px;
}

.zyl_lofo_icon {
    position: absolute;
    left: 10px;
    top: 15px;
    font-size: 20px;
    color: #aaaaaa;
}

.layui-input, .layui-select, .layui-textarea {
    background-color: inherit;
    padding-left: 36px;
}

.login-input {
    height: 60px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.login-btn {
    height: 60px;
    border-radius: 4px;
    margin-top: 10px;
    background-color: #0ea853;
    font-size: 16px;
}

.login-reg {
    color: #0ea853;
    margin-top: 25px;
}

    .login-reg a {
        color: #0ea853;
        text-decoration-line: underline;
        cursor: pointer
    }

.login-btn i {
    font-size: 20px;
    margin-right: 15px;
}

.login-title li {
    font-size: 18px;
}

.login-title i {
    font-size: 22px;
    margin-right: 10px;
}

.login-title .layui-this {
    color: #0ea853 !important
}

.nav-div {
    height: 90px;
    position: relative;
    background-color:white
}

    .nav-div .nav-menu {
        float: right;
        width: auto;
        height: 100%;
        position: relative
    }

    .nav-div .logo-jpg {
        float: left;
        padding-top: 20px;
    }
        .nav-div .logo-jpg img {
            border: none;
            height: 48px;
            width: auto; 
        }
        .nav-div .nav-menu li {
            float: left;
            padding: 0 25px;
            line-height: 90px;
            font-size: 16px;
            position: relative;
            cursor: pointer;
            /*善解人意的分割线*/
            transition: width 1s, height 1s, background 1s, transform 1s;
            -moz-transition: width 1s, height 1s, background 1s, -moz-transform 1s;
            -webkit-transition: width 1s, height 1s, background 1s, -webkit-transform 1s;
            -o-transition: width 1s, height 1s, line-height 1s, background 1s, -o-transform 1s;
        }

        .nav-div .nav-menu li:hover {
            background-color: #f3f4f8;
            color: #0ea853
        }

            .nav-div .nav-menu li:hover a {
                color: #0ea853;
                font-weight: bold
            }

            .nav-div .nav-menu li:hover:before {
                position: absolute;
                top: 0;
                height: 3px;
                width: 100%;
                background-color: #1ead5f;
                content: " ";
                left: 0
            }

        .nav-div .nav-menu li.active {
            background-color: #f3f4f8;
            color: #0ea853
        }

            .nav-div .nav-menu li.active a {
                color: #0ea853;
                font-weight: bold
            }

            .nav-div .nav-menu li.active:before {
                position: absolute;
                top: 0;
                height: 3px;
                width: 100%;
                background-color: #1ead5f;
                content: " ";
                left: 0
            }
.footer {
    background-color: #28292d;
    width: 100%;
    height: 275px;
    color: #878787;
    float:left
}

.foot-info {
    padding-top: 40px;
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

    .foot-info .info-list {
        font-size: 13px;
        line-height: 30px;
    }

.foot-logo, .foot-menu {
    float: left;
    color: #a2a2a2;
    padding-top: 30px;
}

.foot-logo {
    width: 48px;
}

.foot-menu {
    width: calc(100% - 58px);
    padding-left: 10px;
}

    .foot-menu .foot-web {
        font-size: 18px;
        font-weight: bold
    }

    .foot-menu li a {
        float: left;
        color: #a2a2a2;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        position: relative;
        cursor: pointer
    }

        .foot-menu li a:before {
            position: absolute;
            left: 0px;
            content: "|"
        }

    .foot-menu li:first-child a:before {
        content: "" !important
    }

    .foot-menu li:first-child a {
        padding-left: 0px;
    }

    .foot-menu li a:hover {
        color: #0ea853
    }

.foot-line {
    height: 1px;
    width: 100%;
    background-color: #3f3f3f;
    margin: 20px 0;
    position: relative;
    float: left
}
.curr-location {
    background-color: #0ea853;
    height: 40px;
    width: 100%;
    float: left
}
    .curr-location li a {
        color:#fff;
    }

    .curr-location li {
        padding: 0 10px;
        float: left;
        color: #ffffff;
        line-height: 40px;
        font-size: 14px;
        position: relative;
    }
        .curr-location li:first-child{
            line-height:38px;
        }
        .curr-location li:first-child:before {
            display: none
        }

        .curr-location li:before {
            
            content: "&gt;";
            position: absolute;
            left: -5px
        }


/*页码容器*/
.page-box {
    margin: 15px 30px;
    padding-bottom: 30px;
    width: 600px;
    margin: 0 auto;
    padding-top: 20px;
}

    .page-box:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }
    .page-box .digg{
        text-align:center;
    }
    .page-box span, .page-box a {
        padding-left: 10px;
        padding-right: 10px;
        background-color: #ffffff;
        margin: 5px;
        padding: 8px 12px;
        border-radius: 5px;
    }

    .page-box .current {
        color: white !important;
        background-color: #0ea753
    }

    .page-box .disabled {
        color: #d7d7d7 !important
    }

/*简历申请*/
.bgPop {
    display: none;
    position: fixed;
    z-index: 9;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.2);
}

.pop {
    display: none;
    width: 500px;
    height: 250px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    z-index: 10;
    background-color: #ffe;
    box-shadow: 0 3px 18px rgba(0, 0, 0, .5);
}

    .pop .title {
        border-bottom: 1px solid #ebebeb;
        font-weight: bold;
        font-size: 18px;
        line-height: 44px;
        margin-left: 15px;
        margin-right: 15px
    }

    .pop .pannel_con {
        line-height: 20px;
        font-family: "Microsoft YaHei";
        font-size: 14px;
    }

    .pop .gp4 {
        padding: 15px
    }

.c_999 {
    color: #999 !important;
}

.cancel, .ok {
    position: absolute;
    bottom: 30px;
    left: 280px;
    width: 80px;
    height: 30px;
    border: none;
    background-color: #00BA98;
    color: #fff;
    cursor: pointer;
}

.cancel {
    background-color: #999;
    left: 150px;
}

.news-list li  .long {
    width: calc(100% - 130px) !important;
}

.load-more-btn {
    color: #0ea853;
    width: auto;
    border: 2px solid #0ea853;
    padding: 6px 25px;
    float: left;
    margin: 0 auto;
    position: relative;
    left: calc(50% - 70px);
    margin-top: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
    width: auto !important;
}
.webuploader-container{ position:relative; }
.webuploader-element-invisible{ position:absolute !important; clip: rect(1px 1px 1px 1px); /* IE6, IE7 */ clip: rect(1px,1px,1px,1px); }
.webuploader-pick{ position:relative; display:inline-block; padding:0 25px; line-height:32px; height:32px; border:1px solid #02598E; border-radius:2px; cursor:pointer; background:#1e7bb3; color:#fff; text-align:center; overflow:hidden; zoom:1; *display:inline; }
.webuploader-pick-hover{ opacity:0.9; }
.webuploader-pick-disable{ opacity:0.6; pointer-events:none; }
.upload-box{ position:relative; display:inline-block; height:32px; vertical-align:middle; zoom:1; *display:inline;}
	.upload-box .upload-btn{ display:inline-block; height:32px; zoom:1; *display:inline; }
	.upload-box .upload-progress{ position:absolute; top:0; left:0; padding:2px 5px; width:115px; height:28px; border:1px solid #d7d7d7; background:#fff; overflow:hidden; }
	.upload-box .upload-progress .txt{ display:block; padding-right:10px; font-weight:normal; font-style:normal; font-size:11px; line-height:18px; height:18px; text-overflow:ellipsis; overflow:hidden; }
	.upload-box .upload-progress .bar{ position:relative; display:block; width:112px; height:4px; border:1px solid #1da76b; }
	.upload-box .upload-progress .bar b{ display:block; width:0%; height:4px; font-weight:normal; text-indent:-99em; background:#28B779; overflow:hidden; }
	.upload-box .upload-progress .close{ position:absolute; display:block; top:1px; right:1px; width:14px; height:14px; text-indent:-99em; background:url(../images/sprite.gif) 0 -240px no-repeat; cursor:pointer; overflow:hidden; }
</pre></body></html>