.type__list {
    height: 280px;
}

.menu {
    z-index: 9999 !important;
}

.menuli:hover a {
    color: #FFF;
}

.p-window {
    display: none;
    width: 800px;
    height: 500px;
    box-shadow: 0 0 20px rgba(27, 57, 109, 0.2);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -250px 0 0 -400px;
    z-index: 999;
    overflow: hidden;
    background-color: #fff;
}

.p-window-advice {
    display: none;
    width: 600px;
    height: 400px;
    box-shadow: 0 0 20px rgba(27, 57, 109, 0.2);
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -200px 0 0 -300px;
    z-index: 99;
    overflow: hidden;
    background-color: #fff;
}

.p-window-advice .close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 25px;
    top: 25px;
    transition: all .3s linear;
}

.p-window-advice .close:hover {
    transform: rotate(360deg);
    cursor: pointer;
}

.window-left-advice {
    width: 200px;
    height: 400px;
    background-color: #f8f8f8;
    float: left;
    position: relative;
}

.p-window .close {
    width: 28px;
    height: 28px;
    position: absolute;
    right: 25px;
    top: 25px;
    transition: all .3s linear;
}

.p-window .close:hover {
    transform: rotate(360deg);
    cursor: pointer;
}

.window-left {
    width: 240px;
    height: 500px;
    background-color: #f8f8f8;
    float: left;
    padding-left: 50px;
    position: relative;
}

.window-left #icon-sign {
    width: 30px;
    position: absolute;
    right: -25px;
    top: 60px;
}

.window-left h1 {
    font-size: 22px;
    margin-top: 60px;
    color: #444;
    font-weight: normal;
}

.window-left p {
    width: 200px;
    font-size: 14px;
    color: #666;
    line-height: 24px;
}
.window-right {
    font-family: "微软雅黑";
    width: 450px;
    height: 460px;
    padding-left: 50px;
    display: inline-block;
}

.window-right form {
    margin-top: 30px;
}

.window-right h1 {
    font-size: 22px;
    margin-top: 60px;
    color: #444;
    font-weight: normal;
}

.window-right span {
    display: inline-block;
    width: 80px;
    color: #666;
}

.window-right input {
    margin: 6px 0;
    width: 280px;
    height: 35px;
    border: 1px solid #e0e0e0;
    padding-left: 10px;
}

.window-right-advice {
    width: 400px;
    float: right;
}

.window-right-advice h1 {
    width: 80%;
    font-size: 22px;
    margin: 100px auto 0;
    color: #444;
    font-weight: normal;
    line-height: 36px;
    color: #2b5ebb;
}


.window-right-advice p {
    width: 80%;
    margin: 20px auto 0;
    font-size: 16px;
    color: #999;
    line-height: 30px;
}

input::-webkit-input-placeholder {
    color: #bbb;
    font-size: 13px;
}

input::-moz-placeholder {
    color: #bbb;
}

input::-ms-input-placeholder {
    color: #bbb;
}

textarea::-webkit-input-placeholder {
    color: #bbb;
    font-size: 13px;
}

textarea::-moz-placeholder {
    color: #bbb;
}

textarea::-ms-input-placeholder {
    color: #bbb;
}

#button {
    width: 120px !important;
    height: 40px !important;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bb8fc), to(#2588e8));
    background-image: -webkit-linear-gradient(#6bb8fc, #2588e8);
    background-image: -moz-linear-gradient(#6bb8fc, #2588e8);
    background-image: -o-linear-gradient(#6bb8fc, #2588e8);
    background-image: linear-gradient(#6bb8fc, #2588e8);
    color: #fff;
    border: none;
    text-align: center;
    line-height: 40px;
    padding-left: 0;
    border-radius: 10px;
    font-size: 16px;
    margin-left: 125px;
    cursor: pointer;
}

.window-left .contact {
    margin-top: 15px;
}

.window-left img {
    width: 30px;
    margin-right: 10px;
    border-radius: 10px;
    float: left;
}

.window-left h2 {
    display: inline-block;
    font-size: 18px;
    color: #2F85F4;
    line-height: 30px;
}

.entry-button {
    width: 200px;
    margin-top: 30px;
}

.entry-button a {
    text-decoration: none;
}

.entry-button div {
    width: 200px;
    height: 40px;
    border-radius: 5px;
    line-height: 40px;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#6bb8fc), to(#2588e8));
    background-image: -webkit-linear-gradient(#6bb8fc, #2588e8);
    background-image: -moz-linear-gradient(#6bb8fc, #2588e8);
    background-image: -o-linear-gradient(#6bb8fc, #2588e8);
    background-image: linear-gradient(#6bb8fc, #2588e8);
    transition: all .3s linear;
    margin-bottom: 15px;
}

.entry-button div img {
    width: 25px;
    vertical-align: middle;
    margin: 7px 10px 0px 10px;
}

.coop-down {
    text-align: left;
}

/*20220224新增*/

.bottom .consult-us {
    position: absolute;
    top: -10px;
    right: 0;
    text-align: left;
}

.bottom .consult-us img {
    width: 25px;
    float: left;
    margin-top: 0;
    margin-right: 8px;
}

.bottom .consult-us span {
    font-size: 18px;
    color: #0088ec;
    display: block;
    line-height: 25px;

}

/*20230111新增样式修改*/
.bottom{
    margin-top:20px;
}
.bottom a{
    line-height: 60px;
}
.bottom .call-us span{
    line-height: 60px;
}
.qrcode_test{
    margin-left: 10px;
}
.qrcode_test img{
    width: 60px;
    height: 60px;
    transition: .5s all linear;
    display: inline-block;
    vertical-align: middle;
}
.qrcode_test img:hover{
    transform: scale(2);
    transition: .5s all linear;
    cursor: pointer;
}
.qrcode_test p{
    width: 70px;
    font-size: 14px;
    color: #666;
    text-align: left;
    line-height: 24px;
    float: right;
    margin-left: 10px;
    margin-top:5px;
}

/*20230616*/
.window-right textarea{
    margin:10px 0;
    width:280px;
    height:35px;
    max-width:280px;
    max-height:35px;
    border: 1px solid #e0e0e0;
    padding-left: 10px;
    line-height: 35px;
}
.consult-box{
    width:120px;
    margin-left: 125px;
    text-align: center;
    margin-top:15px;
    position: relative;
}
.consult-box img{
    width:90px;
    margin: 0 auto;
    transition: .3s all linear;

}
.consult-box img:hover{
    transform: scale(1.5);
    transition: .3s all linear;
    position: relative;
    z-index: 99;
}
.consult-box span{
    font-size: 14px;
    color: #999;
    position: absolute;
    right: -40px;
    top: 8px;
    line-height: normal;
}
</style>
<script>
$(function () {
    new WOW().init();
    $("#button").click(function () {
        var companyName = $("#companyName").val().trim().replace('&nbsp','');
        var contacts = $("#contacts").val().trim().replace('&nbsp','');
        var phone = $("#phone").val().trim().replace('&nbsp','');
        var content = $("#content").val().trim().replace('&nbsp','');
        if (!companyName) {
            layer.msg('单位名称不能为空');
            return false;
        }
        if (!contacts) {
            layer.msg('联系人不能为空');
            return false;
        }
        if (!phone) {
            layer.msg('电话不能为空');
            return false;
        }
        if (!content) {
            layer.msg('合作意向不能为空');
            return false;
        }
        if (companyName.length > 100) {
            layer.msg('单位名称不能超过100个字');
            return false;
        }
        if (contacts.length > 50) {
            layer.msg('联系人不能超过50个字');
            return false;
        }
        if (phone.length > 50) {
            layer.msg('电话不能超过50个字');
            return false;
        }
        if (content.length > 300) {
            layer.msg('合作意向不能超过300个字');
            return false;
        }
        var bscMessage = {
            companyName: companyName,
            contacts: contacts,
            phone: phone,
            content: content
        }
        $.get("/addMessage", bscMessage, function (res) {
            if (res && res.code === -1) {
                layer.msg(res.message, {icon: 5});
                closeMsg();
            } else {
                layer.msg("提交成功！", {icon: 1});
                closeMsg();
            }
        })


    });
});

function viewMsg() {
    $("#adviceWindow").hide();
    $("#msgArea").show(300);
    $("#companyName").val("");
    $("#contacts").val("");
    $("#phone").val("");
    $("#content").val("");
}

function closeMsg() {
    $("#msgArea").hide(300);
}

function showAdvice() {
    $("#msgArea").hide();
    $("#adviceWindow").show(300);
}

function closeAdvice() {
    $("#adviceWindow").hide(300);
}
</script>
<style>
* {padding: 0;margin: 0;}
body {
font-size: 16px;
color: #333;
background-color: #fff;
font-family: "Microsoft Yahei";
overflow-x: hidden;
height: 100%;
background-image: url(../images/login-bg.jpg);
line-height: unset;
}
li{
list-style: none;
}
.query-box {
width: 280px;
margin: 40px auto 0;
}
#qr-code{
width: 80px;
margin: 10px auto 0;
transition:.3s all linear;
position: relative;
z-index: 3;
}
#qr-code:hover{
transform: scale(2);
transition:.3s all linear;
}
#sign-gif{
width: 30px;
position: absolute;
bottom: 35px;
z-index:2;
}
.old-query{
position: absolute;
right: 100px;
bottom:20px;
}
.old-query:hover{
cursor: pointer;
color: #268DF0 !important;
}
.login-page {
width: 100%;
height: 100%;
position: relative;
}


.login-box {
width: 1100px;
height: 650px;
background-color: #fff;
margin:20px auto 0;
box-shadow: 0px 0px 20px rgba(125, 134, 162, 0.3);
position: relative;
}
.login-logo-box{
width: 100%;
text-align:center;
padding-top:20px;
}
.login-logo-box img{
width: 300px;
margin: 0 auto;
}
.login-box-img {
position: absolute;
left: 0;
bottom: 0;
z-index: 0;
}

.login-enter {
width: 1100px;
display: flex;
flex-direction: row;
justify-content: space-between;
}

.login-enter li {
width: 550px;
height: 650px;
text-align: center;
}

.login-enter li h1 {
font-size: 22px;
color: #2b5ebb;
margin-top:40px;
letter-spacing: 0.02em;
}
.login-enter li h2{
font-size: 22px;
font-weight: normal;
color: #2b5ebb;
margin-top:20px;
letter-spacing: 0.02em;
}
.enter-box {
width: 280px;
margin: 40px auto 0;
}

.enter-box h2 {
width: 280px;
text-align: left;
font-weight: normal;
font-size: 18px;
line-height: 40px;
border-bottom: 2px solid #d2daf7;
margin-bottom: 30px;
}

.enter-box div {
width: 135px;
height: 106px;
display: inline-block;
}

.enter-box div img {
margin-top: 15px;
}

.enter-box .first-box {
background-color: #234de8;
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
border: 1px solid #234de8;
}

.enter-box .first-box h3 {
color: #fff;
font-size: 15px;
margin-top: 5px;
}

.enter-box .right-box {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border: 1px solid #d2daf7;
}

.enter-box .right-box h3 {
color: #234de8;
font-size: 15px;
margin-top: 5px;
}

.enter-box:hover {
cursor: pointer;
}

.query-box {
width:380px;
margin: 40px auto 0;
}

.query-box h2 {
width: 280px;
text-align: left;
font-weight: normal;
font-size: 18px;
line-height: 42px;
border-bottom: 2px solid #d2daf7;
margin-bottom: 30px;
}

.query-box h2 span {
display: inline-block;
width: 140px;
text-align: center;
color: #333;
margin-bottom: -2px;
}

.query-box h2 span:hover {
cursor: pointer;
color: #234DE8;
border-bottom: 2px solid #234de8;
}

.selected-query {
color: #234DE8 !important;
border-bottom: 2px solid #234de8;
}

.selected-query li {
margin: 0;
}

.login-input {
text-align: left;

}

.login-input span {
display:inline-block;
width:65px;
margin-bottom: 5px;
text-align-last: justify;
position: relative;
}
.login-input span.login-input-required:before {
content: '*';
position: absolute;
left: -10px;
color: #ed0040;
}

.login-input input {
width: 270px;
height: 40px;
border-radius: 5px;
border: 1px solid #d2daf7;
background-color: #f9faff;
margin-bottom: 25px;
padding-left: 10px;
margin-left: 10px;
}

.login-input .yzm {
width: 170px !important;
display: inline-block;
}

.login-input .yzm-pic {
width: 90px;
height: 40px;
display: inline-block;
vertical-align: middle;
}

.query-box button {
width: 280px;
height: 40px;
border-radius: 5px;
background-color: #234de8;
border: none;
color: #fff;
}

.query-box button:hover {
cursor: pointer;
background-color: #1f44cd;
}

.datebase-li p {
font-size: 12px;
color: #2b5ebb;
margin-top: 20px;
}

.first-box:hover {
background-color: #1f44cd;
}

.right-box:hover {
background-color: #ebeeff;
}



.query-txt-box{
width:360px;
margin: 0 auto;
}


.query-txt-box img{
margin-top: 200px;
margin-bottom: 50px;
}
.query-txt-box p{
font-size: 12px;
text-align: left;
color: #2b5ebb;
line-height:28px;
margin-top: 0;
}


.result-box{
width:490px;
margin:0px auto 0;
text-align: left;
height: 530px;
overflow-y: auto;
position: relative;
z-index: 99;
}
::-webkit-scrollbar{
width:5px;
height:16px;
background-color:#F5F5F5;
margin-right: -15px;
}
/*定义滚动条轨道内阴影+圆角*/
::-webkit-scrollbar-track{
-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,0.2);
border-radius:10px;
background-color:#F5F5F5;
}
/*定义滑块内阴影+圆角*/
::-webkit-scrollbar-thumb{
border-radius:10px;
-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.2);
background-color:#dde3f7;
}

.result-box .title{
margin-top: 12px;
padding: 0;
border: 0;
}
.result-box .title img{
width:25px;
display: inline-block;
vertical-align: middle;
margin-right: 8px;
}
.result-box .title span{
font-size: 16px;
color:  #2b5ebb;
}

.base-infor{
width: 480px;
margin-top: 10px;
}
.base-infor img{
width:87px;
height: 132px;
display: inline-block;
vertical-align: middle;
}
.base-infor table{
width: 380px;
float: right;
border: 1px solid #d2daf7;
font-size: 14px;
line-height: 25px;
border-bottom: none;
}
.base-infor table th{
width: 60px;
padding: 0 20px;
text-align-last: justify;
font-weight: normal;
background-color: #f9faff;
color: #999;
border-right: 1px solid #d2daf7;
border-bottom: 1px solid #d2daf7;
}
.base-infor table td{
padding-left: 20px;
color: #666666;
border-bottom: 1px solid #d2daf7;
}

.test-infor{
width: 480px;
border: 1px solid #d2daf7;
border-radius: 10px;
margin-top: 10px;
}
.result-list{
width: 460px;
margin: 5px auto 0;
}
.result-list li{
width: 460px;
height:55px;
text-align: left;
font-size: 14px;
border-bottom: 3px solid #f5f5f5;
}
.result-list li:last-child{
border-bottom: none;
}
.result-list li h1{
font-size: 14px;
color: #2B5EBB;
font-weight: normal;
margin-top: 0px;
width: 460px;
padding-bottom: 5px;
border-bottom: 1px dashed #e3e3e3;
}
.result-value{
width:460px;
padding-top: 5px;
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
.result-value span{
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-align: center;
}
.result-value .time{
font-size: 12px;
color: #999;
width: 15%;
}
.result-value .number{
font-size: 12px;
width: 40%;
text-align: left;
}
.result-value .see-more{
color: #2B5EBB;
width: 15%;
cursor: pointer;
}
.result-value .com-name{
width:30%;
text-align: right;
}
.result-value .zs-name{
width:45%;
}
.result-value .hour{
width: 15%;
}
.result-value .score{
width: 10%;
text-align: left;
}
.result-value .years{
width: 30%;
text-align: right;
font-size: 12px;
color: #999;
}
.result-value .job{
width: 30%;
}
.result-value .job-com{
width: 30%;
text-align: left;
}
.result-value .xl-zy{
width: 30%;
text-align: left;
}
.result-value .xl-edu{
width: 10%;
}
.result-value .xl-years{
width: 30%;
font-size: 12px;
color: #999;
}
.result-value .xl-cer{
text-align: right;
}
.result-box .fz-com{
width: 40%;
text-align: left;
}
.result-list h1 {
display: flex;
flex-wrap: nowrap;
justify-content: space-between;
}
.result-list h1 span{
display: inline-block;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.result-list h1 .occu-name{
min-width: 35%;
max-width: 50%;
}
.result-list h1 .lever{
color: #999;
}
.result-list h1 .cer-num{
width: 50%;
text-align: right;
}
.infor-tab{
width: 480px;
margin-top:8px;
border:1px solid #d2daf7;
border-radius:10px;
overflow: hidden;
}
.infor-tab .training-tips {
font-size: 12px;
color: #ed0040;
width: 460px;
margin: 5px auto;
}

.tab-title{
width: 480px;
/*background: #dde3f7;*/
border-bottom:1px solid #d2daf7;
margin-top: 10px;
}
.tab-title li{
width: 25%;
height:33px;
float: left;
line-height: 33px;
transition: .3s all linear;
border-bottom: 2px solid #fff;
color: #2B5EBB;
}
.tab-title li img{
vertical-align: middle;
width: 25px;
display: inline-block;
margin-right: 5px;
}
.tab-title .selected{
border-bottom: 2px solid #2B5EBB;
}
.tab-title li:hover{
border-bottom: 2px solid #2B5EBB;
transition: .3s all linear;
}
.query-box p{
color: #ed0040;
font-size: 12px;
margin-top: 0;
margin-bottom: 20px;
text-align: left;
}


.txt-none{
display: block;
font-size: 14px;
line-height: 60px;
color: #999 !important;
width: 100%;
text-align: center;
}
