body{overflow-x: hidden;}
a:hover{text-decoration: none; }

/*! font-family */
@font-face {
    font-family: siyuan;
    src: url(../fonts/notosans/NotoSansHans-Medium.otf);

}
@font-face {
    font-family: pinfang;
    src: url('Sansation_Light.ttf'),
    url('Sansation_Light.eot'); /* IE9 */
}

:root {
    --body-bg-color: #e5ecef;
    --theme-bg-color: #fafafb;
    --body-font: "siyuan", sans-serif;
    --body-color: #2f2f33;
    --active-color: #0162ff;
    --active-light-color: #e1ebfb;
    --header-bg-color: #fff;
    --search-border-color: #efefef;
    --border-color: #d8d8d8;
    --alert-bg-color: #e8f2ff;
    --subtitle-color: #83838e;
    --inactive-color: #f0f0f0;
    --placeholder-color: #9b9ba5;
    --time-button: #fc5757;
    --level-button: #5052d5;
    --button-color: #fff;
    --black-0: #000;
    --black-3: #333;
    --black-6: #666;
    --black-9: #999;
    --black-e: #eee;
    --black-d: #ddd;
    --black-c: #ccc;
    --white-f: #fff;
}
.dark-mode {
    --body-bg-color: #1d1d1d;
    --theme-bg-color: #13131a;
    --header-bg-color: #1c1c24;
    --alert-bg-color: #292932;
    --body-color: #fff;
    --inactive-color: #292932;
    --time-button: #fff;
    --level-button: #fff;
    --active-light-color: #263d63;
    --border-color: #26262f;
    --search-border-color: #26262f;
    --black-0: #000;
}
::-webkit-input-placeholder {
    color: var(--placeholder-color);
}
::-moz-placeholder {
    color: var(--placeholder-color);
}
:-ms-input-placeholder {
    color: var(--placeholder-color);
}
::-ms-input-placeholder {
    color: var(--placeholder-color);
}
::placeholder {
    color: var(--placeholder-color);
}

.text-b0{color: var(--black-0)}
.text-b3{color: var(--black-3)}
.text-b6{color: var(--black-6)}
.text-b9{color: var(--black-9)}
.text-be{color: var(--black-e)}
.text-bd{color: var(--black-d)}
.text-bc{color: var(--black-c)}
.text-white{color: var(--white-f)}
.text-blue{color: #1067b7}

/*! padding margin */
.pa-0{padding: 0px!important}
.pa-5{padding: 5px!important}
.pa-10{padding: 10px!important}
.pa-15{padding: 15px!important}
.pa-30{padding: 30px!important}

.pt-0{padding-top: 0px!important}
.pt-5{padding-top: 5px!important}
.pt-10{padding-top: 10px!important}
.pt-15{padding-top: 15px!important}
.pt-30{padding-top: 30px!important}
.pt-60{padding-top: 60px!important}

.pb-0{padding-bottom: 0px!important}
.pb-5{padding-bottom: 5px!important}
.pb-10{padding-bottom: 10px!important}
.pb-15{padding-bottom: 15px!important}
.pb-30{padding-bottom: 30px!important}
.pb-60{padding-bottom: 60px!important}

.pl-0{padding-left: 0px!important}
.pl-5{padding-left: 5px!important}
.pl-10{padding-left: 10px!important}
.pl-15{padding-left: 15px!important}
.pl-30{padding-left: 30px!important}

.pr-0{padding-right: 0px!important}
.pr-5{padding-right: 5px!important}
.pr-10{padding-right: 10px!important}
.pr-15{padding-right: 15px!important}
.pr-30{padding-right: 30px!important}

.ma-0{margin: 0px!important}
.ma-5{margin: 5px!important}
.ma-10{margin: 10px!important}
.ma-15{margin: 15px!important}
.ma-30{margin: 30px!important}

.mt-0{margin-top: 0px!important}
.mt-5{margin-top: 5px!important}
.mt-10{margin-top: 10px!important}
.mt-15{margin-top: 15px!important}
.mt-30{margin-top: 30px!important}
.mt-60{margin-top: 60px!important}

.mb-0{margin-bottom: 0px!important}
.mb-5{margin-bottom: 5px!important}
.mb-10{margin-bottom: 10px!important}
.mb-15{margin-bottom: 15px!important}
.mb-30{margin-bottom: 30px!important}
.mb-60{margin-bottom: 60px!important}

.ml-0{margin-left: 0px!important}
.ml-5{margin-left: 5px!important}
.ml-10{margin-left: 10px!important}
.ml-15{margin-left: 15px!important}
.ml-30{margin-left: 30px!important}
.ml-50{margin-left: 50px!important}


.mr-0{margin-right: 0px!important}
.mr-5{margin-right: 5px!important}
.mr-10{margin-right: 10px!important}
.mr-15{margin-right: 15px!important}
.mr-30{margin-right: 30px!important}

.font-0s{font-size: 0.707rem}
.font-1s{font-size: 1rem}
.font-2s{font-size: 1.414rem}
.font-3s{font-size: 1.999rem}
.font-4s{font-size: 2.827rem}
.font-5s{font-size: 3.998rem}
.font-6s{font-size: 5.653rem}
.font-7s{font-size: 7.993rem}
.font-8s{font-size: 11.302rem}
.font-9s{font-size: 15.981rem}
.font-10s{font-size: 22.597rem}

.radius0{border-radius: 0px;}
.radius2{border-radius: 2px;}
.radius4{border-radius: 4px;}

pre {
    border: none;
    background: none;
    padding: 0;
    margin: 0;
    width: auto;
    white-space: -moz-pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-break: break-all;
    word-wrap: break-word;
    font-size: 14px;
    font-family: "Microsoft Yahei", sans-serif;
}
/*轮播 --begin*/
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{background:rgba(0,0,0,0.2); right: 2px;}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{ font-size: 24px; color: rgba(255,255,255,0.6);}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{background:rgba(0,0,0,0.2); left: 2px;}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{ font-size: 24px; color: rgba(255,255,255,0.6);}
/*轮播--end*/

/*头部--begin*/
.head-backgroud{ height: 26vh; padding-bottom: 70px; background-image: url(../img/wh.jpg); background-position: center top; background-repeat: no-repeat; background-size: 100% auto;animation:mymove 10s infinite;animation-direction:alternate;animation-timing-function:linear;}
.head-home .head-backgroud{height: auto;background-position: center -100px;}
.home-search{display: none;}
.head-home .home-search{display: block;}
.head-home .box-menu-b td:first-child .menu-text::after {position: absolute;content: " ";font-size: 0;line-height: 0;width: 18px;height: 4px;border: solid 2px #2296FB;background: #2296FB;margin: 0 auto;display: block;bottom: -10px;left: 0;right: 0;border-radius: 4px;}
@keyframes mymove {
    from {background-size:100% auto;}
    to {background-size:108% auto;}
}
@-webkit-keyframes mymove {
    from {background-size:100% auto;}
    to {background-size:108% auto;}
}
.logo-img{height: 4.6vh!important; display: inline-block;}
.logo-flexbox{ display: flex; padding: 2vh 0; justify-content: space-between;}
.logo-flexbox a{cursor: pointer;}
.logo-flexbox > section{display: inline-flex; align-items: center; vertical-align: bottom}
.logo-flexbox > section:last-child{text-align: right}
.logo-flexbox .head-btn-bg{background: rgba(255,255,255,0.2); border-radius: 16px !important; padding: 3px 9px;}
.logo-flexbox .other-url{display: inline-block;}
.head-text{height: 13vh; margin-top: 8vh;}
.head-search-box{background: rgba(255,255,255,0.68); width: 100%; border-radius: 8px; position: relative;}
.img-rule{opacity: 0.8; border-radius: 8px; width: 100%;}
.box-menu-b{background: #fff; margin-top: -60px; border-top-left-radius: 0px; border-top-right-radius: 0px;}
.box-menu-b::after{content:"";display:block;position:absolute; background-image: url(../img/menul.png); background-size: 100% auto; width: 45px; height: 65px; top: -60px; left: -24px;}
.box-menu-b::before{content:"";display:block;position:absolute; background-image: url(../img/menur.png); background-size: 100% auto; width: 45px; height: 65px; top: -60px; right: -24px;}
.box-menu-b > table{ width: 100%}
.box-menu-b > table td{width: 20%; text-align: center; padding: 15px 0; font-size: 18px; font-weight: 700; color: #444;cursor: pointer;}
.box-menu-b > table td img{height: 32px; margin-bottom: 10px}
.box-menu-b td.active .menu-text::after{position: absolute;content: " ";font-size: 0;line-height: 0;width: 18px;height: 4px;border: solid 2px #2296FB;background: #2296FB;margin: 0 auto;display: block;bottom: -10px;left: 0;right: 0;border-radius: 4px;}
.head-menu{position: relative;}
.head-menu .menu-text{color: #444;cursor: pointer;position: relative;}
.only-head .head-menu table{display: none;}
.only-head .head-menu .box-menu-b{height: 60px;}
.top-bar {
    background: rgba(40,106,160,0.2);
    font-size: 14px;
    color: white;
    padding: 8px 0;
    /*margin-bottom: 10px;*/
    border-bottom: 1px solid rgba(40,106,160,0.1);
}
.login-btn {
    background: rgba(255,255,255,0.9);
    border-radius: 16px !important;
    padding: 4px 12px;
}
.login-btn:hover{
    background: #1067b7;
    color: #fff;
}
.register-btn{
    background: rgba(255,255,255,0.2);
    border-radius: 16px !important;
    padding: 4px 12px;
}
.log-show-box {
    position: relative;
}
.log-show-box .login-type-list {
    position: absolute;
    right: 0px;
    top: -10px;
    background: #1067b7;
    border-radius: 16px;
    white-space: nowrap;
    padding: 2px 12px;
    font-size: 14px;
    color: #fff;
    opacity: 0.9;
    display: block;
}
.login-type-list a:hover{
    color: #fff;
}
.fix-box{z-index:9999;position: fixed; right: 10px; bottom: 120px; box-shadow: 0 0 1.5rem 0 rgb(9 41 77 / 12%); border-radius: 8px;}
.fix-box a{margin-bottom:-1px!important;display: block; height: auto; width: 64px; background: #fff; font-size: 12px; text-align: center; line-height: 1.2; padding: 8px 0; margin-bottom: 0px; position: relative; color: rgba(0,0,0,.35);}
.fix-box a:first-child{border-top-left-radius: 8px; border-top-right-radius: 8px}
.fix-box a:last-child{border-bottom-left-radius: 8px; border-bottom-right-radius: 8px}
.fix-box a:hover{text-decoration: none; background: #3179f7; color: white;}
.fix-box .tool-icon {
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.fix-box a img{
    filter: drop-shadow(39px 0px #fff);
    -webkit-filter: drop-shadow(39px 0px #fff);
}
.fix-box a:hover img{
    transform: translate(-39px, 0);
    -webkit-transform: translate(-39px, 0);
    -ms-transform: translate(-39px, 0);
    -o-transform: translate(-39px, 0);
}
.fix-box a[disabled]{ opacity:0.9; cursor:default; pointer-events:none}
/*头部--end*/

/*首页--begin*/
.pc-none {display: none;}
.home-notice .title-b{ font-weight: 700; font-size: 24px;}
.home-notice-left{position: relative;padding: 32px 15px 15px; border: 3px solid #e1ecff; border-radius: 4px; height: 260px;}
.home-notice-left .news-ul{list-style: none; margin: 0; padding: 0;}
.home-notice-left .news-ul li a::before{content:'';display: inline-block;width:5px;height:5px;background:#333;margin-right:6px;vertical-align: middle;}
.home-notice-left .news-ul a{color: #333; padding: 8px 0; font-size: 14px; display: inline-block; cursor: pointer;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;width: calc(100% - 120px);}
.home-notice-left .news-ul a:hover{text-decoration: none; color: #0460ca }
.home-notice-left .news-ul li .pull-right{padding: 8px 0; color: #999}
.home-notice-left .news-ul li{border-bottom: 1px dashed #eee;}
.home-notice-left .news-ul li:last-child{border: 0;}
.home-notice-right{position: relative;padding: 19px 0; border-radius: 4px; background-image: url(../img/czzn-bg.png); background-size: 100% auto; background-repeat: no-repeat; background-position: bottom; height: 260px; border: 3px solid #e1ecff;}
.home-notice-right .head{height: 32px; background-image: url(../img/head-bar.png); background-size: auto 100%; background-repeat: no-repeat; color: white; padding: 6px 8px; margin-top: -3px; margin-left: -2px;}
.home-notice-right .news-ul-r{ padding: 0; padding-top: 10px; padding-left: 15px;}
.home-notice-right .news-ul-r li{list-style-position: inside; list-style-image: url(../img/arrow-s.png);}
.home-notice-right .news-ul-r li a{color: #337ab7; padding: 8px 0; font-size: 14px; display: inline-block; cursor: pointer;}
.home-notice-right .news-ul-r li a:hover{text-decoration: none; color: #0460ca;}
.home-notice .news-more {color: #fff;background: #2c83fc;border-radius: 20px;padding: 5px 8px;cursor: pointer;border:1px solid #2c83fc;}
.home-notice .news-more:hover {color: #2c83fc;background: #fff;border:1px solid #2c83fc;padding: 5px 8px;}
.card-box{box-shadow: 0 0 1.5rem rgb(9 41 77 / 12%); padding: 30px}
.search-box2{background: rgba(255,255,255,0.8); border-radius: 8px; width: 100%; padding: 0px 0}
.search-box2-input{background: none; border: 0; box-shadow: none; color: #333}
.search-box2-btn{background: none; border: 0; box-shadow: none; color: #1677FF;}
.search-box2-btn:hover,.search-box2-btn:active,.search-box2-btn:focus{background: linear-gradient(to right, #205a98 0%, #0460ca 100%); color: white; border-radius: 16px;outline:none;}
.search-span{padding-right: 8px; white-space: nowrap; padding-bottom: 8px; display: inline-block; width: 49%; }
.search-hot{ padding: 0}
.search-hot li{ list-style: square; list-style-position: inside; width: 50%; float: left; margin-bottom: 4px; padding-left: 4px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.search-hot li:hover{background: #1492ff; color: white; cursor: pointer;border-radius: 4px;}
/*首页--end*/

/*尾部--begin*/
.footer-box{background-image: linear-gradient(to top, #4facfe 0%, #4497F7 100%); padding: 6vh 0;}
.footer-box .row{display: flex;flex-wrap: wrap;}
.footer41-box{ background: rgba(255,255,255,0.1); padding: 2rem; height: 100%; margin-bottom: 6px;border-right: 2px;}
.footer413-box{ background: rgba(255,255,255,0.1); padding:1.5rem; margin-bottom: 6px; height: calc((100% - 6px) / 2); border-radius: 2px;}
.footer412-box{ background: rgba(255,255,255,0.1); padding:0 1rem; margin-bottom: 6px; height: calc(15vh - ((15vh - 12px) / 2) - 6px); line-height: calc(15vh - ((15vh - 12px) / 2) - 6px); border-radius: 2px;}
.flex9box-item{width: 100%; background: #fff; display: flex; justify-content:flex-start; line-height: 48px; font-size: 16px; font-weight: 700;}
.flex9box-item > div:last-child{text-align: right; flex-shrink: 1; flex-grow: 1;}
.flex9box-item img{height: 48px; margin-right: 16px;}
/*尾部--end*/

/*办事大厅--begin*/
.business-content .content{background-image: linear-gradient(to bottom, #ffffff 38%, #ebedee 100%); background-attachment: fixed; }
.business-content .declare-box .box-img{height: 158px; background-image: url(../img/hall-bg-new.png); background-size: 100% auto;background-repeat: no-repeat;}
.business-content .declare-box .box-img p{padding-top:60px;}
.flexbox-26{width: 100%; display: flex; justify-content: space-between; color: #333; align-items: center; font-size: 14px; background: #fff; padding: 20px 0px; margin-bottom: 3px; font-family: Microsoft YaHei;border: 2px solid #fff;  transition:linear 0.2s;border-top: 1px solid #eee;}
.flexbox-26:hover{background:#E1F5FE;box-shadow:0 2px 3px 2px rgb(0 0 0 / 3%); border: 2px solid #0162ff; border-radius: 4px;padding: 20px 20px;}
.flexbox-26 .card-buttons, .job-action .card-buttons{border: 0;padding: 6px 18px; color: white; border-radius: 24px!important; cursor: pointer;background-image: url(../../pmshb/img/businessHall/taba.png);}
.flexbox-26 .card-buttons.disabled, .job-action .card-buttons.disabled{pointer-events: none;background: #DCDCDC;border-color: #DCDCDC;color: #fff;}
.material-guide-btn{cursor: pointer;}
.material-guide-btn.disabled{color: #DCDCDC;pointer-events: none;}
.flexbox-26 .text-blue{color: dodgerblue;}
.flexbox-26 .icon-img img{height: 48px; border-radius: 4px;vertical-align:sub; margin-right: 10px;}
.flexbox-26 .job-title{font-size: 16px; font-weight: 700; display: inline-block; width: 25%;}
.flexbox-26 .tips{width: 35%;}
.job-logos .bg-box{display: inline-block;width: 46px;height: 46px;border-radius: 10px;}
.job-logos .bg-box img{top: 0;position: absolute;width: 46px;left: 0;}
.job-cards{grid-template-columns:repeat(3, 1fr);}
.overview-text-item:before{width: 12px; height: 12px; margin-top: 3px;}
.search-type-2{visibility: hidden;}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{background: none; color: #4293f4; font-size: 16px; font-weight: bold; font-style: oblique; margin-top: 8px; margin-bottom: 8px;padding: 16px 24px;}
.nav>li>a:focus, .nav>li>a:hover{background-color:var(--alert-bg-color); color: var(--body-color);}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{border: 0;}
.nav>li>a{padding: 12px 12px;}
.nav-stacked a{color: var(--subtitle-color)}
.nav-pills>li.active>a .pull-left:after{
    content: "";
    position: absolute;
    height: 6px;
    left: 0;
    bottom: 0;
    background: var(--active-color);
    transform: skewX(-20deg);
    width: 100%;
}
.click-buttons {
    border: none;
    color: var(--button-color);
    background-color: var(--active-color);
    padding: 10px 10px;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 14px;
    position: absolute;
    bottom: 18px;
    width: calc(100% - 36px);
}
.leftmune-box{position: absolute; left: -140px; top: 180px; width: auto;  height: auto; white-space: nowrap; text-align: right; padding:0 ;}
.leftmune-box ul{list-style: none; }
.job-explain {
    background-color: var(--header-bg-color);
    margin-left: 0px;
    border-radius: 0 0 8px 8px;
}
.job-bg {
    border-radius: 8px 8px 0 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 180px;
    -webkit-transition: .3s;
    transition: .3s;
    position: relative;
}
.job-logos {
    margin-top: -30px;
    position: relative;
    margin-bottom: -36px;
    padding: 0 20px;
}
.job-logos svg {
    width: 66px;
    padding: 12px;
    background-color: #fff;
    border-radius: 10px;
    border: 4px solid var(--header-bg-color);
}

.job-title-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.job-title-wrapper .job-card-title {
    font-size: 20px;
    margin-top: 0;
    font-weight: 600;
}
.job-action {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-left: auto;
}
.job-action svg {
    width: 32px;
    border: 1px solid var(--border-color);
    color: var(--subtitle-color);
    border-radius: 8px;
    padding: 6px;
}
.job-action svg + svg {
    margin-left: 12px;
}

.job-explain-content {
    padding: 50px 25px 30px;
}

.job-subtitle-wrapper {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 20px;
}
.job-subtitle-wrapper .posted {
    margin-left: auto;
}
.job-subtitle-wrapper .company-name {
    color: var(--active-color);
    font-weight: 600;
    font-size: 14px;
}
.job-subtitle-wrapper .comp-location,
.job-subtitle-wrapper .posted {
    color: var(--subtitle-color);
    font-size: 12px;
    font-weight: 500;
}
.job-subtitle-wrapper .comp-location {
    position: relative;
    margin-left: 10px;
}
.job-subtitle-wrapper .comp-location:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--placeholder-color);
    top: 49%;
    left: -8px;
    position: absolute;
}
.job-subtitle-wrapper .app-number {
    color: var(--body-color);
    position: relative;
    margin-left: 12px;
}
.job-subtitle-wrapper .app-number:before {
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: var(--placeholder-color);
    top: 50%;
    left: -7px;
    position: absolute;
}
.explain-bar {
    margin-top: 20px;
    border: 1px solid var(--border-color);
    border-radius: 8px;
    display: -webkit-box;
    display: flex;
    height: 66px;
    padding: 0 16px;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.explain-title {
    color: var(--subtitle-color);
    font-size: 12px;
    line-height: 40px;
    white-space: nowrap;
}
.explain-subtitle {
    font-size: 13px;
    font-weight: 500;
    margin-top: -2px;
    white-space: nowrap;
}
.explain-contents {
    height: 66px;
}
.explain-contents + .explain-contents {
    border-left: 1px solid var(--border-color);
    padding-left: 16px;
}
.overview-text {
    margin-top: 30px;
}
.overview-text-header {
    font-weight: 600;
    margin-bottom: 25px;
}
.overview-text-subheader {
    font-size: 13px;
    line-height: 2em;
}
.overview-text-item {
    font-size: 13px;
    position: relative;
    display: -webkit-box;
    display: flex;
}
.overview-text-item + .overview-text-item {
    margin-top: 20px;
}
.overview-text-item:before {
    content: "";
    border: 2px solid #61bcff;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    margin-right: 8px;
    flex-shrink: 0;
}
.detail-page .declare-box {
    display: none;
}
.material-guide-box{
    display: none;
}
.detail-page .material-guide-box {
    display: block;
}
.table-cp {
    border-collapse: separate;
    background: #fff;
    border-radius: 2px;
    margin: 0;
    width: 100%;
    box-shadow: 0px 2px 6px rgba(0,0,0,.1)
}
.table-cp thead {
    border-radius: 2px;
}
.table-cp thead th {
    font-size: 15px;
    font-weight: 800;
    color: #fff;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding: 16px;
    background-size: 100%;
    background-image: linear-gradient(#646f7f, #4a5564);
    border-top: 1px solid #858d99;
}
.table-cp thead th:first-child {
    border-top-left-radius: 2px;
}
.table-cp thead th:last-child {
    border-top-right-radius: 2px;
}
.table-cp tbody tr td {
    font-weight: 400;
    color: #5f6062;
    font-size: 13px;
    padding: 16px;
    border-bottom: 1px solid #e0e0e0;
}
.table-cp tbody tr:nth-child(2n) {
    background: #f0f3f5;
}
.table-cp tbody tr:last-child td {
    border-bottom: none;
}
.table-cp tbody tr:last-child td:first-child {
    border-bottom-left-radius: 2px;
}
.table-cp tbody tr:last-child td:last-child {
    border-bottom-right-radius: 2px;
}
.table-cp tbody:hover > tr td {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
}
.table-cp tbody:hover > tr:hover td {
    text-shadow: none;
    color: #2d2d2d;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
}
.search-menu {
    height: 56px;
    white-space: nowrap;
    display: -webkit-box;
    display: flex;
    flex-shrink: 0;
    -webkit-box-align: center;
    align-items: center;
    background-color: var(--header-bg-color);
    border-radius: 8px;
    width: 100%;
    padding-left: 20px;
}
.search-menu div:not(:last-of-type) {
    border-right: 1px solid var(--search-border-color);
}
.search-bar {
    height: 55px;
    width: 100%;
    position: relative;
}
.search-bar input {
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    border: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 56.966 56.966' fill='%230162ff'%3e%3cpath d='M55.146 51.887L41.588 37.786A22.926 22.926 0 0046.984 23c0-12.682-10.318-23-23-23s-23 10.318-23 23 10.318 23 23 23c4.761 0 9.298-1.436 13.177-4.162l13.661 14.208c.571.593 1.339.92 2.162.92.779 0 1.518-.297 2.079-.837a3.004 3.004 0 00.083-4.242zM23.984 6c9.374 0 17 7.626 17 17s-7.626 17-17 17-17-7.626-17-17 7.626-17 17-17z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: 0 50%;
    padding: 0 25px 0 35px;
}
.search-location, .search-job, .search-salary {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    width: 50%;
    font-size: 14px;
    font-weight: 500;
    padding: 0 25px;
    height: 100%;
}
.search-location input, .search-job input, .search-salary input {
    width: 100%;
    height: 100%;
    display: block;
    background-color: transparent;
    border: none;
}
.search-location svg, .search-job svg, .search-salary svg {
    margin-right: 8px;
    width: 18px;
    color: var(--active-color);
    flex-shrink: 0;
}
.search-button {
    /*background-color: var(--active-color);*/
    background: linear-gradient(to right, #205a98 0%, #0460ca 100%);
    height: 55px;
    border: none;
    font-weight: 600;
    font-size: 14px;
    padding: 0 15px;
    border-radius: 0 8px 8px 0;
    color: var(--button-color);
    cursor: pointer;
    margin-left: auto;
}
.search.item {
    position: absolute;
    top: 10px;
    left: 25px;
    font-size: 13px;
    color: var(--active-color);
    border: 1px solid var(--search-border-color);
    padding: 8px 10px;
    border-radius: 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.search.item svg {
    width: 12px;
    margin-left: 5px;
}
.search.item:last-child {
    left: 185px;
}
.container-fluid {
    padding: 0 8%
}
.declare-box .search-type {
    float: left;
    width: 265px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
    flex-shrink: 0;
}
.declare-box .search-type .search-type-1 {
    display: block;
}
.declare-box .search-type .job-time {
    padding-top: 20px;
}
.job-time .job-time-title {
    font-size: 14px;
    font-weight: bold;
}
.search-type .job-wrapper {
    padding-top: 20px;
}
.search-type .type-container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: var(--subtitle-color);
    font-size: 13px;
}
.search-type .type-container + .type-container {
    margin-top: 10px;
}
.search-type .type-container label {
    margin-left: 2px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer;
}
.type-container .job-style {
    display: none;
}
.type-container .job-style:checked + label:before {
    background-color: var(--active-color);
    border-color: var(--active-color);
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23fff' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' class='feather feather-check'%3e%3cpath d='M20 6L9 17l-5-5'/%3e%3c/svg%3e");
    background-position: 50%;
    background-size: 14px;
    background-repeat: no-repeat;
}
.type-container .job-style + label:before {
    content: "";
    margin-right: 10px;
    width: 16px;
    height: 16px;
    border: 1px solid var(--subtitle-color);
    border-radius: 4px!important;
    cursor: pointer;
}
.type-container .job-style:checked + label + span {
    background-color: var(--active-light-color);
    color: var(--active-color);
}
.type-container .job-number {
    margin-left: auto;
    background-color: var(--inactive-color);
    color: var(--subtitle-color);
    font-size: 10px;
    font-weight: 500;
    padding: 5px;
    border-radius: 4px!important;
}
.declare-box .searched-jobs {
    /*display: -webkit-box;*/
    /*display: flex;*/
    /*-webkit-box-orient: vertical;*/
    /*-webkit-box-direction: normal;*/
    /*flex-direction: column;*/
    /*-webkit-box-flex: 1;*/
    /*flex-grow: 1;*/
    /*padding-left: 40px;*/
    /*padding-top: 20px;*/
    width: 100%;
    float: right;
}
.declare-box .searched-jobs.declare-zzw{
    width: 100%;
}
.searched-jobs .search-title div{
    display: inline-block;
}
.declare-box .declare-all-nav {
    margin-top: 30px;
    margin-bottom: 0;
}
.declare-box .declare-all-nav>li{
    background-image: url(../img/businessHall/taba2.png);
    background-size: cover;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    color: rgba(255, 255, 255, 0.9);
    display: inline-block;
    text-shadow: rgb(0 0 0 / 10%) 1px 1px 1px;
    font-weight: 700;
    font-family: Microsoft YaHei;
}
.declare-box .declare-all-nav>li.active{
    background-image: linear-gradient(to right, #205a98 0%, #0460ca 100%);
}
.declare-box .declare-all-nav>li>a{
    color: rgba(255,255,255,0.9);
    padding: 6px 18px;
    display: block;
    font-weight: bold;
}
.declare-box .declare-all-nav>li.active>a ,.declare-box .declare-all-nav>li.active>a:focus{
    border: 0;
    text-decoration: none;
    outline: none;
}
.all-bigBatch-block {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.all-bigBatch-block::after {
    content: "";
    width: calc((100% - 30px) / 3);
}
.all-bigBatch-block.hide, .all-batch-block{
    display: none;
}
.all-batch-block.show{
    display: block;;
}
.all-bigBatch-block .animate.loaded {
    opacity: 1;
    transform: translateX(0) translateY(0) rotate(0);
}
.all-bigBatch-block .card-box {
    width: calc((100% - 30px) / 3);
    margin-bottom: 15px;
    text-align: center;
    box-shadow: 0 0 0.5rem rgb(9 41 77 / 8%);
    font-size: 16px;
    font-weight: 700;
    border-radius: 2px;
    border: 2px solid rgba(0,0,0,0.05);
    position: relative;
    cursor: pointer;
    padding: 30px 0;
}
.all-bigBatch-block .animate {
    opacity: .5;
    position: relative;
    transform: translateX(100vw) translateY(100vh) rotate(15deg);
    transition: all 1s ease-out;
}
.all-bigBatch-block img {
    height: 64px;
    margin-left: auto;
    margin-right: auto;
}
.all-bigBatch-block .card-box p {
    margin-bottom: 0;
    margin-top: 15px;
    color: #333;
    font-weight: 700;
}
/* 文字动画效果*/
.rolling-text {
    display: inline-block;
    font-family: 'HYXinRenWenSon';
    font-weight: bold;
    font-size: 36px;
    line-height: 72px;
    letter-spacing: 1px;
    height: 72px;
    text-decoration: none;
    overflow: hidden;
    color: #fff;
}

.rolling-text:hover .letter, .rolling-text.play .letter {
    transform: translateY(-100%);
}

.rolling-text .blockItem:last-child {
    color: #fff;
}

.rolling-text .letter {
    display: inline-block;
    transition: transform 0.6s cubic-bezier(0.76, 0, 0.24, 1);
}

.letter:nth-child(1) {
    transition-delay: 0s;
}

.letter:nth-child(2) {
    transition-delay: 0.015s;
}

.letter:nth-child(3) {
    transition-delay: 0.03s;
}

.letter:nth-child(4) {
    transition-delay: 0.045s;
}

.letter:nth-child(5) {
    transition-delay: 0.06s;
}

.letter:nth-child(6) {
    transition-delay: 0.075s;
}

.letter:nth-child(7) {
    transition-delay: 0.09s;
}

.letter:nth-child(8) {
    transition-delay: 0.105s;
}

.letter:nth-child(9) {
    transition-delay: 0.12s;
}

.letter:nth-child(10) {
    transition-delay: 0.135s;
}

.letter:nth-child(11) {
    transition-delay: 0.15s;
}

.letter:nth-child(12) {
    transition-delay: 0.165s;
}

.letter:nth-child(13) {
    transition-delay: 0.18s;
}

.letter:nth-child(14) {
    transition-delay: 0.195s;
}

.letter:nth-child(15) {
    transition-delay: 0.21s;
}

.letter:nth-child(16) {
    transition-delay: 0.225s;
}

.letter:nth-child(17) {
    transition-delay: 0.24s;
}

.letter:nth-child(18) {
    transition-delay: 0.255s;
}

.letter:nth-child(19) {
    transition-delay: 0.27s;
}

.letter:nth-child(20) {
    transition-delay: 0.285s;
}

.letter:nth-child(21) {
    transition-delay: 0.3s;
}

a:active, a:hover {
    text-decoration: none;
    outline: 0;
}
/*视频背景*/
.videobox {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    object-fit: fill;
    z-index: -3;
}
.flex-bs5 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 30px;
    position: relative;
    z-index: 99;
}
/*五大计划体系*/
.flex-bs5-item {
    width: 19%;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    max-height: 216px;
    text-align: center;
    padding: 30px 0;
    font-size: 18px;
    font-weight: bold;
    box-shadow: 0 0 60px rgb(0 0 0 / 20%);
    border: 4px solid rgba(255, 255, 255, 0.05);
    cursor: pointer;
    position: relative;
    backdrop-filter: blur(10px);
    color: white;
    /*display:inline-block;*/
}

.flex-bs5-item:hover {
    background: rgba(255, 255, 255, 0.4);
    /*border: 4px solid #0460ca;*/
    /*color: #fff;*/
    /*background: linear-gradient(to right, #205a98 0%, #0460ca 100%)*/
}

.flex-bs5-item.active {
    border: 4px solid #0460ca;
    color: #fff;
    background: linear-gradient(to right, #205a98 0%, #0460ca 100%)
}

.flex-bs5-item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.15), transparent);
    transform: skewX(45deg) translate(0);
    transition: 0.5s;
    filter: blur(0px);
}

.flex-bs5-item:hover::before {
    transform: skewX(45deg) translate(200px);
}

.flex-bs5-item p {
    margin: 0
}

.flex-bs5-hover {
    display: none;
    border: 1px solid #eee;
    border-radius: 8px;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #fff 100%);
    box-shadow: 0 0 60px rgb(0 0 0 / 20%);
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    margin-top: 4px;
}

.flex-bs5-item:hover .flex-bs5-hover {
    display: block;
}

.tab-content-bg {
    background: rgba(255, 255, 255, 0);
    min-height: 60vh;
    border-radius: 8px;
    padding: 30px 0 30px 0
}

.tab-content > .tab-pane.active {
    opacity: 1;
}

.tab-content > .tab-pane {
    opacity: 0;
    transition: 0.5s;
}
/*下拉样式begin*/
.fontTable {
    width: 100%;
    font-size: 14px;
    text-align: center
}

.fontTable td {
    border-left: 1px solid #eee;
    width: 20%;
}

.h1box {
    position: relative;
    font-weight: bold;
    margin: 4rem 0 2rem 0;
    color: #333;
    -webkit-transition: .25s cubic-bezier(0.5, -0.5, 0.5, 1.5);
    transition: .25s cubic-bezier(0.5, -0.5, 0.5, 1.5);
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
}

.h1box.active {
    color: hsla(30, 90%, 60%, 1)
}

.h1box:hover {
    color: hsla(30, 90%, 60%, 1);
}
.fontTable td:hover .h1box{
    color: hsla(30, 90%, 60%, 1);
    cursor: pointer;
}
.bullet {
    /*[position the bullets]*/
    position: absolute;
    top: 0%;
    left: 50%;
    transform: translate(-50%, -200%);
    /*[size the bullets]*/
    width: 1rem;
    height: 1rem;
    -webkit-transition: .25s cubic-bezier(0.5, -0.5, 0.5, 1.5);
    transition: .25s cubic-bezier(0.5, -0.5, 0.5, 1.5);
    -webkit-perspective: 4.5rem;
    perspective: 4.5rem;
    pointer-events: none;
}

.cube {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: .25s cubic-bezier(0.5, -0.5, 0.5, 1.5);
    transition: .25s cubic-bezier(0.5, -0.5, 0.5, 1.5);
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.cubeBack,
.cubeFront,
.cubeLeft,
.cubeRight,
.cubeTop,
.cubeBottom {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    font-size: 2rem;
    background: hsla(0%, 0%, 0%, 0);
    border: .15rem solid hsla(30, 90%, 60%, .5);
    text-transform: uppercase;
    -webkit-transition: .25s cubic-bezier(0.5, -0.5, 0.5, 1.5);
    transition: .25s cubic-bezier(0.5, -0.5, 0.5, 1.5);
}

.cubeBack {
    -webkit-transform: translateZ(-.5rem) rotateY(180deg);
    transform: translateZ(-.5rem) rotateY(180deg);
}

.cubeFront {
    -webkit-transform: translateZ(.5rem);
    transform: translateZ(.5rem);
}

.cubeLeft {
    -webkit-transform: translateX(-.5rem) rotateY(-90deg);
    transform: translateX(-.5rem) rotateY(-90deg);
}

.cubeRight {
    -webkit-transform: translateX(.5rem) rotateY(90deg);
    transform: translateX(.5rem) rotateY(90deg);
}

.cubeTop {
    -webkit-transform: translateY(-.5rem) rotateX(90deg);
    transform: translateY(-.5rem) rotateX(90deg);
}

.cubeBottom {
    -webkit-transform: translateY(.5rem) rotateX(90deg);
    transform: translateY(.5rem) rotateX(90deg);
}

.h1box.active .bullet {
    width: 2rem;
    height: 2rem;
    transform: translate(-50%, -150%);
}

.x:hover .bullet,
.y:hover .bullet,
.z:hover .bullet {
    width: 2rem;
    height: 2rem;
    transform: translate(-50%, -150%);
}

.x.exp:hover .bullet,
.y.exp:hover .bullet,
.z.exp:hover .bullet {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
}

.exp.h1box.active .bullet {
    width: 1.25rem;
    height: 1.25rem;
    -webkit-transform: translate(-50%, -200%);
    transform: translate(-50%, -200%);
}

.h1box.active .cube {
    -webkit-animation: spinXYZ 5s infinite linear;
    animation: spinXYZ 5s infinite linear;
}

.x:hover .cube,
.y:hover .cube,
.z:hover .cube {
    -webkit-animation: spinXYZ 5s infinite linear;
    animation: spinXYZ 5s infinite linear;
}

.h1box.active div {
    background: hsla(30, 90%, 60%, .25);
}

.x:hover .cube div,
.y:hover .cube div,
.z:hover .cube div {
    background: hsla(30, 90%, 60%, .25);
}

.exp.h1box.active .cube div {
    border-radius: 50%;
}

.x.exp:hover .cube div,
.y.exp:hover .cube div,
.z.exp:hover .cube div {
    border-radius: 50%;
}

.exp.h1box.active .back {
    -webkit-transform: translateZ(-1rem) rotateY(180deg);
    transform: translateZ(-1rem) rotateY(180deg);
}

.exp:hover .back {
    -webkit-transform: translateZ(-1rem) rotateY(180deg);
    transform: translateZ(-1rem) rotateY(180deg);
}

.exp.h1box.active .front {
    -webkit-transform: translateZ(1rem);
    transform: translateZ(1rem);
}

.exp:hover .front {
    -webkit-transform: translateZ(1rem);
    transform: translateZ(1rem);
}

.exp.h1box.active .left {
    -webkit-transform: translateX(-1rem) rotateY(-90deg);
    transform: translateX(-1rem) rotateY(-90deg);
}

.exp:hover .left {
    -webkit-transform: translateX(-1rem) rotateY(-90deg);
    transform: translateX(-1rem) rotateY(-90deg);
}

.exp.h1box.active .right {
    -webkit-transform: translateX(1rem) rotateY(90deg);
    transform: translateX(1rem) rotateY(90deg);
}

.exp:hover .right {
    -webkit-transform: translateX(1rem) rotateY(90deg);
    transform: translateX(1rem) rotateY(90deg);
}

.exp.h1box.active .top {
    -webkit-transform: translateY(-1rem) rotateX(90deg);
    transform: translateY(-1rem) rotateX(90deg);
}

.exp:hover .top {
    -webkit-transform: translateY(-1rem) rotateX(90deg);
    transform: translateY(-1rem) rotateX(90deg);
}

.exp.h1box.active .bottom {
    -webkit-transform: translateY(1rem) rotateX(90deg);
    transform: translateY(1rem) rotateX(90deg);
}

.exp:hover .bottom {
    -webkit-transform: translateY(1rem) rotateX(90deg);
    transform: translateY(1rem) rotateX(90deg);
}

.x .cube {
    -webkit-animation: spinX 5s infinite linear;
    animation: spinX 5s infinite linear;
}

.y .cube {
    -webkit-animation: spinY 5s infinite linear;
    animation: spinY 5s infinite linear;
}

.z .cube {
    -webkit-animation: spinZ 5s infinite linear;
    animation: spinZ 5s infinite linear;
}

@-webkit-keyframes spinXYZ {
    from {
        -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}

@keyframes spinXYZ {
    from {
        -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
        transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
        transform: rotateX(360deg) rotateY(360deg) rotateZ(360deg);
    }
}

@-webkit-keyframes spinX {
    from {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    to {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }
}

@keyframes spinX {
    from {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
    }
    to {
        -webkit-transform: rotateX(360deg);
        transform: rotateX(360deg);
    }
}

@-webkit-keyframes spinY {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@keyframes spinY {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    to {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}

@-webkit-keyframes spinZ {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinZ {
    from {
        -webkit-transform: rotateZ(0deg);
        transform: rotateZ(0deg);
    }
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}


/*下拉样式end*/

/*办事大厅--end*/
/*专家库*/
.zjkIntroduce p {
    font-weight: bold;
}
/*专家库--end*/
/*全局搜索页面--begin*/
.global-search-box{
    margin-top: -95px;
    position: relative;
}
.global-search-box img{
    position: absolute;
    top: -100px;
    height: 100px;
}
.global-search-box .search-box{
    background: white;
    border-radius: 8px;
    width: 25vw;
    height: 56px;
    box-shadow: 0px 8px 20px rgba(0,0,0,0.15);
    display: flex;
    margin-bottom: 15px;
    border: 4px solid #1492ff;
}
.global-search-box .search-box .glyphicon{
    line-height: 48px;
    padding: 0 0px 0 20px;
}
.global-search-box .search-box input{
    height: 48px;
    border: 0;
    box-shadow: none;
    width: 100%;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-size: 16px;
}
.global-search-box .search-box .search-btn{
    white-space: nowrap;
    height: 48px;
    border: 0;
    box-shadow: none;
    background: #1492ff;
    color: white;
    text-shadow: none;
    padding: 0 2vw;
    border-radius: 0;
}
.title-collapse {
    background: linear-gradient(90deg, rgba(5, 129, 255, 1) 0%, rgba(5, 129, 255, -0.01) 100%) !important;
    cursor: pointer;
    position: relative;
}
.title-collapse .badge-danger {
    position: absolute;
    top: 10px;
    left: 100px;
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #f00;
    border-radius: 10px;
}
.more-box:after {
    pointer-events: none;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    z-index: 1;
    height: 40px;
    background-image: linear-gradient(hsla(0, 0%, 100%, 0), #fff);
}
.question-more {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: rgba(44, 131, 252, 1);
    margin-left: 10px;
}
.search-table{
    table-layout: fixed;
    margin-bottom: 14px;
}
.search-table tr{}
.search-table td{
    vertical-align: middle!important;
    padding: 14px 6px!important;
    border-top: 1px dashed #eee!important;
}
.search-table td h3 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-table .detail-button {
    display: inline-block;
    margin-bottom: 5px;
    background-color: var(--active-light-color);
    color: var(--active-color);
    font-size: 12px;
    font-weight: 500;
    padding: 6px 8px;
    border-radius: 4px!important;
    border: none;
}
.search-table tr:hover {
    background-image: linear-gradient(90deg, #d9edf7 0%, rgba(43, 144, 205, 0) 100%)!important;
    border-radius: 4px!important;
}
/*全局搜索页面--end*/
/*联系我们--begin*/
.contact-img{
    border: 2px solid #fff;
    box-shadow: 8px 8px 20px 0 rgb(55 99 170 / 10%), -8px -8px 20px 0 #fff;
    background-position: center center;
}
.contact_service img{
    position: absolute; right: 15px; bottom: 40px; height: 80px;
}
.contact-box{
    width: 50%; float: left; background: #f3f6f9; height: 208px; padding: 30px; position: relative;
}
.contact-box img{
    position: absolute; right: 15px; bottom: 0px; height: 120px;
}
.contact-box .title, .contact-hbmap .title{
    font-size: 16px; font-weight: bold;
}
.contact-hbmap{
    width: 50%; float: left; background: #f3f6f9; height: 348px; position: relative;
}
.contact-hbmap img{
    height: 348px;
}
/*联系我们--end*/
@media screen and (max-width: 1360px) {
    .leftmune-box #fixed-nav{
        display: none;
    }
}
@media screen and (max-width: 1024px) {
    .declare-box .search-type  {
        display: none;
    }
    .declare-box .searched-jobs {
        padding-left: 0;
        width: 100%;
    }
    .rolling-text{font-size: 18px}
    .flex-bs5-item{padding: 8px; font-size: 14px}
    .bullet {
        display: none;
    }
    .contact-box img {position: absolute;right: 15px;top: 5px;height: 60px;}
    .contact_service img{bottom: 0;}
    .contact-table tr td{width: 50%;float: left;}
    .contact-hbmap{width: 100%;}
    .contact-hbmap.img{height: 280px;}
    .contact-hbmap img{height: auto;}
}
/*手机适配 begin*/
@media only screen and (max-width: 992px) {
    .pc-none {display: block;}
    .flex-bs5-item:hover .flex-bs5-hover {
        display: none;
    }
    /*头部*/
    .device_sheet .search-hot li{width: 33.33%;}
    .device_sheet .img-rule{height: 100px;}
    .device_sheet .head-text{margin-top: 0;height: 6vh;}
    .device_sheet .head-backgroud{background: #1492ff;padding-bottom: 15px;}
    .device_sheet .box-menu-b::after{content:none;}
    .device_sheet .box-menu-b::before{content:none;}
    .device_sheet .box-menu-b {margin: 0;}
    .device_sheet .head-search-box{background: #d9edf7;opacity: 0.8;}
    .phone-none {display: none;}
    .device_sheet .log-show-box {width: 100%;}
    .device_sheet .phone-log {/*background: rgba(255,255,255,0.2);*/width: 100%;padding: 10px 15px;margin-bottom: 30px;border-radius: 16px;}
    .device_sheet .login-btn {float: left;background: none;border-radius: 0;padding: 0;color: white;}
    .device_sheet .register-btn {float: right;background: none;border-radius: 0;padding: 0;color: white;}
    .device_sheet .logo-img {height: auto!important;}
    .device_sheet .logo-flexbox {flex-wrap: wrap-reverse;}
    .device_sheet .log-show-box .login-type-list {left: 0;width: 100%;top: 0;text-align: center;!important;}
    /*全局搜索*/
    .device_sheet .global-search-box .search-box{width: 100%;}
    .device_sheet .global-search-box {margin-top: 0;}
    .device_sheet .search-table .detail-type{display: none;}
    .device_sheet .card-box .keyword{display: none;}
    /*办事大厅*/
    .job-overview .job-explain {margin-left: 0;}
    .search-menu .search-bar {width: auto;}
    .search-location, .search-job, .search-salary{display: none!important;}
    .footer-box .row{display: block;}
}
@media only screen and (max-width: 760px) {
    .public-container{
        width: auto;
    }
    /*头部*/
    .box-menu-b > table td{
        font-size: 12px;
    }
    .footer41-box{height: auto;}
    .fix-box{display: none;}
    /*登录弹窗样式*/
    #loginModal .modal-dialog{
        width: 95%!important;
    }
    #loginModal .login-box-left{
        display: none;
    }
    #loginModal .login-box-right{
        width: 100%;
        background: url(../img/loginModal.JPG)  no-repeat top left;
        background-size: cover;
    }
    #loginModal .login-body{
        border-radius: 6px!important;
        width: 90%;
        padding: 20px;
        background-color: rgba(255,255,255,0.8);
    }
    /*新闻列表页*/
    .public-nav-list>li.active>a{
        font-size: initial;
    }
    .device-news{}
    .device-news .public-main{
        min-height: auto;
        padding: 10px;
    }
    .device-news .public-main .news-list{
        min-height: 50vh;
    }
    .device-news .public-nav-list{
        display: flex;
    }
    .device-news .public-nav-list li{
        flex: 1;
    }
    .device-news .public-nav-list li a{
        padding: 10px 0;
    }
    .public-main{
        padding: 10px;
    }
    .public-center-content{
        margin-top: 20px;
    }
    .public-main .news-list>li{
        width: 100%;
        padding-left: 6px;
    }
    /*全局搜索*/
    .device_sheet .search-table td{
        width: auto!important;
    }
    .device_sheet .search-table td button{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }
    .device_sheet .search-table .detail-type{
        display: none;
    }
    /*办事大厅*/
    .device_sheet .business-content .declare-box .box-img{height: 60px;}
    .device_sheet .business-content .declare-box .box-img p{padding-top: 15px;}
    .device_sheet .explain-bar {flex-wrap: wrap;padding-bottom: 14px;}
    .device_sheet .explain-contents {width: 50%;}
    .device_sheet .explain-contents + .explain-contents {padding: 0;border: 0;}
    .device_sheet .explain-contents:nth-child(2) ~ .explain-contents {
        margin-top: 16px;
        border-top: 1px solid var(--border-color);
    }
    .device_sheet .explain-contents, .explain-bar {height: auto;}
    .device_sheet .job-subtitle-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
        -webkit-box-align: start;
        align-items: flex-start;
    }
    .device_sheet .job-subtitle-wrapper .posted {
        margin-left: 0;
        margin-top: 6px;
    }
    .device_sheet .flexbox-26{display: block;}
    .device_sheet .icon-img{width: 40px;float: left;}
    .device_sheet .flexbox-26 .job-title{margin-right:0!important;width: calc(100% - 50px);float: right;}
    .device_sheet .flexbox-26 .tips{margin-right:0!important;margin-bottom: 10px;width: calc(100% - 50px);float: right;}
    /*.device_sheet .flexbox-26 .text-blue{display: none;}*/
    .device_sheet .flexbox-26 .handle-btn .card-buttons{width: 100%;}
}
/*手机适配 end*/

/*****************************login2.html登陆页面的样式哦 begin*****************************/
.login2-box{
    width: 100%;
    height: 100vh;
    min-height: 400px;
    overflow: auto;
    /*background-image: -moz-linear-gradient(to bottom,#3270F3,#40A1FA,#4BC9FF);*/
    /*background-image: linear-gradient(to bottom ,#3270F3,#40A1FA,#4BC9FF);*/
    background-image: -moz-linear-gradient(to bottom,#3856D9, #7661FE);
    background-image: linear-gradient(to bottom,#3856D9, #7661FE);
    background-size: cover;
    color: #fff;
    font-size: 14px;
}
.login-head-cont,.login-foot-cont{
    height: 60px;
    position: relative;
    z-index: 20;
}
.login-head-cont .login-head,.login-foot-cont .login-foot{
    height: 60px;
    width: 100%;
    font-size: 18px;
    line-height: 60px;
    padding: 0 20px;
    color: #fff;
}
.login-foot-cont .login-foot{
    font-size: 12px;
    text-align: center;
}
.login-cont{
    width: 100%;
    height: calc(100% - 120px);
    position: relative;
    z-index: 10;
}
.login-cont .logBox{
    margin: 0;
    padding: 8vh;
    top: 50%;
    left: 50%;
    position: absolute;
    text-align: center;
    transform: translate(-50%, -50%);
    background-color: #fff;
    border-radius: 9px;
    width: 600px;
    height: auto;
    box-shadow: 1px 1px 6px 1px #fff;
}
.login-cont .logBox .title{
    color: #000;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
}

.login-cont .box input[type = "text"],.login-cont .box input[type = "password"] {
    display: block;
    margin: 2vh auto;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 2vh 10px;
    padding-left: 30px;
    width: 100%;
    outline: none;
    color: #000;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;

}
.login-cont ::-webkit-input-placeholder {
    color: #ccc;
}

.login-cont .box input[type = "text"]:focus,.login-cont .box input[type = "password"]:focus {
    border: 1px solid #79A6FE;

}

.login-cont a{
    color: #5c7fda;
    text-decoration: none;
}

.login-cont a:hover {
    text-decoration: underline;
}

.login-cont .btn1 {
    border:0;
    background: #3A8BF7;
    color: #fff;
    width: 100%;
    height: 8vh;
    max-height: 50px;
    font-size: 16px;
    border-radius: 5px!important;
    outline: none;
    cursor: pointer;
    letter-spacing:30px;
}

.login-cont .btn1:hover {
    background: #4BC9FF;
}

.login-cont .footer {
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    text-align: center;
}
.login-cont .form-box{
    position: relative;
}
.login-cont .form-box .self-icon{
    color: #CCCCCC;
    position: absolute;
    top: 2vh;
    left: 10px;
}
.login-cont .form-box p{
    color: red;
    position: absolute;
    top: 2vh;
    right: 10px;
}

/*自制小图标*/
.self-icon{
    display: inline-block;
    width: 20px;
    height: 20px;
    color: #0b0b0b;
    overflow: hidden;
}
.self-icon:after{
    content: "";
    background: url(../img/icon_user.svg) no-repeat center center;
    filter: drop-shadow(100px 0 #ccc);
    transform: translateX(-100px);
    background-size: 18px auto;
    width: 20px;
    height: 20px;
    display: block;
}
/*li:hover .self-icon:after{*/
/*filter: drop-shadow(100px 0 #ff0);*/
/*}*/
.self-icon.icon-user:after{
    background-image: url(../img/icon_user.svg);
}
.self-icon.icon-lock:after{
    background-image: url(../img/icon_pwd.svg);
}

/*!*****************************登陆页面的样式哦 end*****************************!*/