html,
body {
    height: 100%;
    width: 100%;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
    margin: 0;
    padding: 0;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Roboto", "SF Pro SC", "SF Pro Display", "SF Pro Icons", "PingFang SC", BlinkMacSystemFont, -apple-system, "Segoe UI", "Microsoft Yahei", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    background-color: #f6f6f6;
}
input:focus{
    outline: none;
}
a {
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
    color: #474157;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #474157;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 1px;
}

p {
    font-size: 16px;
    /*line-height: 1.5;*/
    display: inline-block;
    margin: 0;
    padding: 0;
}

.main{
    width: 100%;
}
/********************************************** header 开始 ****************************************************************/
.header{
    width: 100%;
}
.header-top-box{
    height: 29px;
    background-color: #f1f0ef;
}
.header-top{
    width: 76vw;
    margin: 0 auto;
}
.header-top-loc-icon{
    width: 10px;
    height: 13px;
    margin-right: 6px;
}
.header-top-lef p{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #666666;
}
.header-top-rig p,.header-top-rig a{
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    /*line-height: 75px;*/
    letter-spacing: 0;
    color: #666666;
    margin-right: 20px;
}
.web-nav-box{
    position: absolute;
    width: 188px;
    left: -138px;
    top: 21px;
    display: none;
    box-shadow: 0 0 4px 1px #eee;
    background-color: #fff;
}
.web-nav-box a{
    float: left;
    margin-top: 12px;
    margin-right: 5px;
    margin-left: 12px;
    margin-bottom: 5px;
}
.btn-close{
    position: absolute;
    top: 8px;
    width: 15px;
    text-align: center;
    background: #ddd;
    right: 11px;
    margin-right: 1px!important;
}
.header-top-wap-qrcode-pic{
    width: 120px;
    height: 120px;
    position: absolute;
    top: 12px;
    right: 1px;
    display: none;
}
.show-wap-qrcode-bth{
    position: relative;
}
.show-wap-qrcode-bth:hover .header-top-wap-qrcode-pic{
    display: block;
}
.header-cent{
    width: 76vw;
    margin: 0 auto;
    height: 117px;
}
.head-cent-logo{
    width: 30vw;
    /*height: 51px;*/
}
.header-cent-search{
    width: 21vw;
    height: 2vw;
    background-color: #3b82de;
    border-radius: 1vw;

    /*border: solid 2px #afafaf;*/
}
.header-cent-search input{
    border: 0;
    margin-left: 1vw;
    height: 1vw;
    font-size: 0.8vw;
    width: 74%;
    color: #fff;
    background-color: transparent;
    margin-right: 8vw;
}

.header-cent-search input::-webkit-input-placeholder {
    /* WebKit, Blink, Edge */
    color: #fff;
}
.header-cent-search input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #fff;
}
.header-cent-search input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #fff;
}
.header-cent-search input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff;
}

.top-sear-box .btn-header-cent-search{
    width: 1.2vw;
}

.header-cent-search button{
    width: 1.7vw;
    border: 0;
    height: 1.2vw;
    background-color: #3b82de;
    border-radius: 10px;
    font-size: 1vw;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 2px;
    color: #ffffff;
    cursor: pointer;
    margin-right: 0.5vw;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("/assets/img/white_search32x32.png");
}

.idx-head-logi{
    width: 5vw;
    margin-left: 2vw;
}

.header-bott-box{
    width: 100%;
    height: 65px;
    background-color: #3b82de;
}
.header-bott{
    width: 76vw;
    margin: 0 auto;
    height: 65px;
}
.head-notice-box{
    position: relative;
}
.head-notice-box-p{
    position: absolute;
    background-color: #ff0000;
    left: 7px;
    top: -3px;
    width: 12px;
    border-radius: 10px;
    height: 11px;
    animation-name: test;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}

@keyframes test{
    from {background-color: white;}
    to {background-color: red; }
}
.header-bott a{
    width: 170px;
    line-height: 65px;
    /*margin-left: 15px;*/
    margin-right: 30px;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    letter-spacing: 1px;
    color: #ffffff;
}
.header-bott a:hover{
    color: #fff;
  background-color: #0665de;
}
a:hover{
    color: #6d9dde;
}

.header-cent-bott{
    width:44vw;
}
.header-cent-bott a{
    color: #000;
    /*width: ;*/
    line-height: 65px;
    display: block;
    margin-left: 2vw;
    font-size: 1vw;
    font-weight: normal;
    font-stretch: normal;
    text-align: center;
    letter-spacing: 1px;
}
.header-cent-bott .act{
    color: #3b82de;
    border-bottom: 2px solid #3b82de;
}
.header-cent-bott a:nth-last-child(1){
    margin-right: 0;
}
.top-filter-box{
    width: 76vw;
    margin: 0 auto;
}

.content .header-cent-search{
    width: 75vw;
    margin: 0 auto;
    margin-top: 2vw;
    height: 3vw;
}

/********************************************** header 结束 ****************************************************************/

.big-map-box{
    width: 100%;
    /*background-color: #91c1f1;*/
    background-color: #f7f7f7;
}
.big-map{
    width: 76vw;
    height: 35vw;
    margin: 0 auto;
    background-color: #91c1f1;
}
.notice-box{
    width: 76vw;
    margin: 0 auto;
    margin-top: 31px;
    margin-bottom: 28px;
}
.notice-box-one{
    width: 34vw;
    height: 7vw;
    background-color: #e5f0fe;
}
.notice-box-one-lef{
    width: 4vw;
    height: 6vw;
    margin-right: 1vw;
    margin-left: 12px;
    background-color: #3b82de;
}
.notice-box-one-lef h2{
    text-align: center;
    font-size: 1.2vw;
    font-weight: bold;
    color: #ffffff;
}
.notice-box .notice-box-one:nth-of-type(2){
    margin-left: 2vw;
    width: 40vw;
}
.notice-box-one-rig li{
    width: 28vw;
    font-size: 1.6vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.6vw;
    letter-spacing: 2px;
    color: #6b6b6b;
}
.notice-box-one-rig li a{
    width: 18.5vw;
    font-size: 1vw;
    display: inline-block;
}
.notice-box-one-rig li p{
    margin-right: 1vw;
    font-size: 1vw;
}
.notice-box-one-rig-desc{
    width: 33vw;
    height: 6vw;
    font-size: 1vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5vw;
    overflow: hidden;
    letter-spacing: 1px;
    color: #6b6b6b;
}

/**************************************** 2024-1-2 *********************************************/
.idx-announ-box-cont{

    width: 73vw;
    height: 13vw;
    background-color: #ffffff;
    box-shadow: 0px 0px 7px 0px
    rgba(20, 20, 20, 0.22);
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
}

.idx-announ-box{
    width: 73vw;
    height: 13vw;
    margin: 0 auto;
    position: relative;
    top: -3vw;
    z-index: 1111;
}

.idx-announ-box-top{
    width: 68vw;
    margin-left: 2.5vw;
    margin-right: 3vw;
    border-bottom: 1px solid #dedede;
}
.idx-announ-box-top-lef-tit{
    font-size: 1.5vw;
    font-weight: normal;
    font-stretch: normal;
    /*line-height: 8vw;*/
    letter-spacing: 0;
    color: #3b82de;
    margin-right: 4vw;
    width: 7vw;
}
.idx-announ-box-top-rig-swiper-one{
    width: 25vw;
    margin-right: 1vw;
}
.idx-announ-box-top-rig-swiper-one-tit{
    width: 18vw;
}
.idx-announ-box-top-rig-swiper-one-time{
    width: 5vw;
}

.anno-top-rig-indicator{
    margin-left: 3vw;
}
.anno-top-rig-indicator span:nth-of-type(1){
    margin-bottom: 0.8vw;
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: transparent transparent #ff954f transparent;
}
.anno-top-rig-indicator span:nth-of-type(2){
    width: 0;
    height: 0;
    border: 7px solid;
    border-color: #ff954f transparent transparent transparent;
}
.idx-announ-box-bott{
    width: 68vw;
    margin-left: 2.5vw;
    margin-right: 3vw;
}
.idx-announ-box-bott-rig p{
    width: 57vw;
    height: 3vw;
    font-size: 1vw;
    line-height: 1.5vw;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #6b6b6b;
    margin-top: 1.5vw;
}
.idx-announ-box-bott-rig-more{
    float: right;
    font-size: 0.7vw;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1vw;
    letter-spacing: 0;
    color: #ff954f;
}

.wide-1200-banner{
    display: block;
    width: 76vw;
    /*height: 139px;*/
    margin: 0 auto;
    /*margin-top: 28px;*/
    margin-bottom: 52px;
}
.wide-1200-banner img{
    width: 100%;
}
.idx-fac-recom-box{
    width: 76vw;
    margin: 0 auto;
}
.page-model-head h1{
    font-size: 2vw;
    font-weight: bold;
    font-stretch: normal;
    line-height: 1vw;
    letter-spacing: 0;
    color: #000000;
    margin-left: 2vw;
    margin-right: 2vw;
}
.idx-fac-recom-box-list{
    width: 100%;
    margin-top: 45px;
    overflow: hidden;
}
.idx-fac-recom-box-list li{
    float: left;
    width: 18vw;
    margin-right: 0.5vw;
    margin-bottom: 15px;
    margin-top: 10px;
    box-shadow: 0 0 0.7vw 0
    rgba(20, 20, 20, 0.23);
    border-radius: 10px;
    margin-left: 0.5vw;
}

.idx-fac-recom-factory-pic-border{
    margin-bottom: 21px;
    margin-top: 0.9vw;
    margin-left: 0.9vw;
    width: 16vw;
    height: 13vw;
    border-top-right-radius: 0.3vw;
    border-top-left-radius: 0.3vw;
    background-color: #f6f6f6;
    border: solid 0.1vw #cac8c8;
}

.idx-fac-recom-factory-pic-border img{
    width: 14.3vw;
    height: 11.3vw;
    border-radius: 10px;
    margin: 0.8vw;
    background-color: #fff;
    border: solid 1px #cac8c8;
}
.idx-fac-recom-tit{
    width: 14vw;
    margin-bottom: 0.4vw;
    font-size: 1.2vw;
    margin-left: 18px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 0;
    color: #2b2b2b;
}
.sm-dark-info{
    width: 15vw;
    margin-left: 18px;
    font-size: 0.8vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 0;
    color: #7c7c7c;
}
.idx-fac-red-price{
    margin-left: 18px;
    font-size: 0.7vw;
}
.idx-fac-red-price span{
    color: #000;
}
.idx-fac-red-price p{
    color: #ff0000;
}
.idx-fac-recom-factory-bott{
    margin-bottom: 1vw;
    margin-top: 0.5vw;
    width: 100%;
}
.idx-fac-recom-factory-bott-btn-more{
    width: 5.5vw;
    height: 1.8vw;
    text-align: center;
    background-color: #2b7ffe;
    font-size: 0.8vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.8vw;
    letter-spacing: 0;
    color: #ffffff;
    border-radius: 5px;
    margin-right: 1vw;
}


.idx-fac-recom-price{
    margin-left: 18px;
    margin-top: 10px;
}
.idx-fac-recom-price span{
    margin-bottom: 7px;
}
.idx-fac-recom-price p{
    margin-left: 5px;
    font-size: 1.2vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 1px;
    color: #ff0000;
}
.comm-location-group{
    margin-left: 18px;
    margin-top: 15px;
    margin-bottom: 20px;
}
.comm-location-group img{
    width: 18px;
    height: 24px;
    margin-right: 15px;

}
.comm-location-group span{
    width: 12vw;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 28px;
    letter-spacing: 0;
    color: #3b82de;
}
.idx-fac-recom-box-list li:nth-of-type(4n+0){
    margin-right: 0;
}

.idx-fac-recom-box-list li:hover{
    box-shadow: 0 0 9px 2px #e1e0e0;
}

.page-more-btn{
    width: 17vw;
    height: 3vw;
    background-color: #f6f6f6;
    border-radius: 10px;
    border: solid 2px #3b82de;
    font-size: 1vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 3vw;
    text-align: center;
    letter-spacing: 1px;
    color: #428ed9;
    margin-top: 30px;
    margin-bottom: 70px;
}
.page-more-btn:hover{
    color: #719fda;
    border: 2px solid #719fda;
}

.idx-job-recom-box{
    width: 76vw;
    margin: 0 auto;
}
.idx-job-recom-box-list{
    width: 100%;
    margin-top: 50px;
    overflow: hidden;
}
.idx-job-recom-box-list li{
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
    width: 17vw;
    height: 170px;
}
.idx-job-recom-box-list li:hover{
    box-shadow: 0 0 9px 2px #e1e0e0;
}
.idx-job-recom-top{
    margin-left: 13px;
    width: 90%;
    margin-top: 20px;
}
.idx-job-recom-top .comm-tit{
    width: 7vw;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #252525;
}
.big-red-txt{
    color: #ff0000;
}
.idx-job-recom-box-list-one .comm-location-group{
    margin-left: 12px;
    margin-bottom: 8px;
}
.idx-job-recom-box-list-one .sm-dark-info{
    margin-left: 13px;
    margin-bottom: 0;
    border-bottom:1px solid #ddd;
    padding-bottom: 20px;
}

.idx-job-recom-box-list li:nth-of-type(4n+0){
    margin-right: 0;
}

.idx-recom-member-box{
    width: 76vw;
    margin: 0 auto;
}
.idx-recom-member-box-list{
    width: 100%;
    margin-top: 40px;
    overflow: hidden;
}
.idx-recom-member-box-list .idx-recom-member-box-list-one{
    float: left;
    margin-top: 10px;
}

.idx-recom-member-box-list .idx-recom-member-box-list-one:hover{
    box-shadow: 0 0 9px 2px #e1e0e0;
}

.idx-recom-member-box-top{
    margin-top: 18px;
    width: 90%;
}
.idx-recom-member-box-top img{
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.idx-recom-member-box-list-one{
    width: 17vw;
    height: 139px;
    margin-right: 16px;
    margin-bottom: 8px;
}
.idx-recom-member-box-list li:nth-of-type(4n+0){
    margin-right: 0;
}
.idx-recom-member-box-top{
    margin-left: 1vw;
}
.idx-recom-member-box-top p{
    font-size: 20px;
    width: 232px;
    margin-bottom: 10px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 30px;
    letter-spacing: 0;
    color: #252525;
}
.comm-sm-big-box{
    margin-left: 17px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.comm-sm-big-box p:nth-of-type(1){
    color: #7c7c7c;
    font-size: 20px;
}
.comm-sm-big-box p:nth-of-type(2){
    color: #3b82de;
    font-size: 20px;
    width: 120px;
}
.idx-bott-news-box{
    width: 76vw;
    margin: 0 auto;
}
.idx-bott-news-box-cont{
    width: 100%;
    margin-top: 40px;
    background-color: #ffffff;
}
.idx-bott-news-box-lef{
    width: 45vw;
    height: 17.5vw;
}
.idx-bott-news-box-lef-img{
    width: 23vw;
    height: 15vw;
    margin-left: 16px;
    margin-right: 39px;
}
.idx-bott-news-box-lef-rig{

}
.idx-bott-news-box-lef-rig-tit{
    width: 18vw;
    height: 2.4vw;
    overflow: hidden;
    font-size: 28px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 2.4vw;
    letter-spacing: 0;
    color: #1970e0;
    margin-bottom: 1vw;
}
.idx-bott-news-box-lef-rig-desc{
    width: 18vw;
    height: 9vw;
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 29px;
    letter-spacing: 1px;
    color: #595959;
    overflow: hidden;
    text-indent: 30px;
    /*margin-bottom: 20px;*/
}
.idx-bott-news-box-lef-rig-time{
    font-size: 17px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 34px;
    letter-spacing: 1px;
    color: #595959;
}
.idx-bott-news-box-rig{
    width: 28vw;
    margin-right: 28px;
}
.idx-bott-news-box-rig li{
    width: 28vw;
    height: 2.5vw;
}
.idx-bott-news-box-rig li div span{
    width: 0;
    height: 0;
    border: 6px solid;
    margin-right: 8px;
    border-color: transparent transparent transparent #e20505;
}
.idx-bott-news-box-rig li div a{
    width: 17vw;
    font-size: 18px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0;
    color: #353535;
}
.idx-bott-news-box-rig li div a:hover{
    color: #1970e0;
}
.news-more-link{
    font-size: 18px;
    font-weight: bold;
    margin-top: 1vw;
    margin-bottom: 1vw;
    font-stretch: normal;
    letter-spacing: 0;
    color: #428ed9;
    float: right;
}

/********************************************** footer 开始 ****************************************************************/
.footer{
    height: 296px;
    width: 100%;
    margin-top: 61px;
    background-color: #3a3a46;
}
.footer-box{
    width: 76vw;
    margin: 0 auto;
}
.footer-box-top{
    width: 100%;
    height: 172px;
    margin-bottom: 29px;
    border-bottom: 2px dashed #61616b;
}
.footer-box-top-lef{
    width: 1057px;
    height: 70px;
    border-right: 2px dashed #61616b;
}
.footer-box-top-rig{
    margin-left: 70px;
}
.footer-box-top-rig img{
    width: 10vw;
}
.footer-box-top-lef a{
    width: 120px;
    font-size: 1vw;
    font-weight: bold;
    font-stretch: normal;
    line-height: 70px;
    letter-spacing: 2px;
    color: #ffffff;
    margin-left: 1.5vw;
    margin-right: 1.7vw;
}
.footer-box-top-lef a:hover{
    color: #1970e0;
}
.footer-box-bott-one{
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    line-height: 25px;
    letter-spacing: 1px;
    color: #a1a1a3;
}
.footer-box-bott-one p:nth-of-type(1){
    margin-right: 15px;
}
/********************************************** footer 结束 ****************************************************************/

/********************************************** 职位列表开始 ****************************************************************/
.top-sear-box{
  width: 76vw; margin: 0 auto;
}
.hot-ser-box{
  width: 97%;
  margin-bottom: 12px;
}
.hot-ser-box p{
    font-size: 14px;
    margin-right: 12px;
    color: #333;
}
.hot-ser-box a{
    font-size: 14px;
    margin-right: 12px;
    color: #333;
}
.bott-list-cont-rig-bott{
    width: 251px;
}
.rig-recom-comp-one img{
    width: 90px;
    height: 90px;
}
.bott-list-cont{
    width: 76vw;
    margin: 0 auto;
}
.top-list-box{
    width: 1131px;
    margin-right: 15px;
}
.top-list-box-one-lef{
    margin-left: 13px;
}
.top-list-box-one{
    height: 135px;
    margin-bottom: 14px;
}
.top-list-box-one .sm-dark-info{
    font-size: 15px;
    width: auto;
}
.top-list-box-one-rig {
    width: 144px;
}
.top-list-box-one-lef-tit{
    margin-bottom: 10px;
    font-size: 22px;
}
.top-list-box-one-lef-bott{
    margin-top: 14px;
}
.top-list-box-one-lef-bott p{
    padding: 0 8px;
    height: 25px;
    line-height: 25px;
    background: #f0faff;
    color: #666;
    font-size: 12px;
    margin-right: 8px;
    display: inline-block;
    border-radius: 5px;
}
.top-list-box-one-cent-tit{
    margin-bottom: 10px;
}
.top-list-box-one-rig button{
    border: 0;
    margin-bottom: 14px;
    background-image: linear-gradient(45deg, #3b99fc, #6d93fe);
    border-radius: 100px;
    font-size: 14px;
    color: #fff;
    letter-spacing: .9px;
    text-align: center;
    width: 84px;
    line-height: 28px;
    height: 28px;
    display: inline-block;
}
.top-filter-box-one .lef-tit{
    font-size: 0.8vw;
    width: 2.5vw;
}
.top-filter-box-one{
    margin-left: 13px;
    min-height: 31px;
    margin-bottom: 13px;
    width: 97%;
}
.top-filter-box-one-rig{
    margin-left: 12px;
    width: 89%;
    height: 34px;
    overflow: hidden;
}
.top-filter-box-one-rig p,.top-filter-box-one-rig a{
    font-size: 0.8vw;
    margin-right: 13px;
    display: inline-block;
    height: 29px;
    margin-bottom: 0.5vw;
    line-height: 29px;
}
.top-sort-box{
    height: 70px;
    width: 76vw;
    margin: 0 auto;
}
.top-sort-box-tit{
    margin-left: 13px;
}
.top-sort-box p{
    margin-right: 20px;
}
.top-sort-box a{
    margin-right: 20px;
}
.filt-show-more-btn{
    font-size: 12px;
    margin-left: 13px;
}
.filt-close-more-btn{
    font-size: 12px;
    margin-left: 13px;
    display: none;
}
.top-filter-box-one-rig-act{
    background-color: #2778f8;
    padding: 1px 8px;
    border-radius: 3px;
    color: #fff;
}
.top-filter-box-one-sort-act{
    color:  #2778f8;
}
.top-list-box-one-lef-user img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.rig-recom-resume-pic{
    width: 50px;
    height: 50px;
    margin-left: 13px;
    border-radius: 50%;
}

.bott-list-cont-rig-top .sm-dark-info{
    width: 185px;
}
.bott-list-cont-rig-top{
    width: 252px;
}
.company-one-pic{
    width: 93px;
    height: 93px;
    margin-right: 13px;
}
.company-list-one-tit{
    margin-left: 19px;
    font-size: 22px;
    margin-bottom: 11px;
}
.company-list-one-follow-btn{
    width: 70px;
    height: 33px;
    line-height: 33px;
    font-size: 14px;
    text-align: center;
    display: inline-block;
    background: #3b82de;
    color: #fff;
    border-radius: 3px;
    margin-top: 12px;
    margin-bottom: 20px;
}

/*************************************************** 资讯页面 **********************************************************/
.page-bread-nav{
    width: 76vw;
    margin: 1.3vw auto;
}

.page-bread-nav p,.page-bread-nav a{
    font-size: 13px;
    margin-right: 5px;
}
.news-page{
    width: 76vw;
    margin: 0 auto;
}
.news-page-lef{
    width: 54vw;
    margin-left: 1vw;
    margin-bottom: 2vw;
}
.news-page-lef-list-one-rig a, .news-page-lef-list-one-rig p{
    width: 34vw;
}
.news-page-lef-list-one-pic{
    width: 110px;
    height: 90px;
    margin-left: 13px;
}
.news-page-lef-list-one{
    margin-top: 13px;
}
.news-page-rig{
    width: 19vw;
    margin-left: 20px;
    margin-right: 1.4vw;
    margin-bottom: 2vw;
}
.news-top-rig-sear{
    margin-top: 15px;
    height: 40px;
    margin-left: 13px;
    border: 1px solid #ddd;
    border-radius: 8px;
}
.news-top-rig-sear input{
    border: 0;
    margin-left: 12px;
}
.news-top-rig-sear button{
    background-color: #3b82de;
    border: 0;
    cursor: pointer;
    border-top-right-radius:8px;
    border-bottom-right-radius: 8px;
    height: 40px;
    width: 60px;
    color: #fff;
    text-align:center;
}
.rig-news-cate-list{
    margin-left: 13px;
    overflow: hidden;
    width: 19.3vw;
}
.rig-recom-news-info{
    margin-bottom: 1vw;
}
.rig-news-cate-list a{
    border: 1px solid #ddd;
    margin-right: 0.4vw;
    float: left;
    width: 8.7vw!important;
    line-height: 36px;
}
.rig-news-cate-list a:nth-of-type(2n+0){
    margin-right: 0;
}
.rig-recom-news-info img{
    width: 6vw;
    height: 5vw;
}
.rig-recom-news-list li{
    width:18vw;
    height: 28px;
    margin-bottom: 4px;
}
.rig-recom-news-list li a{
    width: 18vw;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rig-recom-news-info div a,.rig-recom-news-info div p{
    width: 11vw;
}
.news-page-lef-info{
    width: 43vw;
    margin-left: 17px;
    margin-right: 13px;
    margin-top: 20px;
}
.news-page-lef-info .arti-cont-box p{
    font-size: 14px;
}
.sub-tit-box p{
    font-size: 14px;
}
.pagination{
    margin-top: 55px;
}
.pagination li{
    width: 41px;
    height: 23px;
    line-height: 23px;
    border-radius: 8px;
    color: #fff;
    text-align: center;
    float: left;
    border: 1px solid cornflowerblue;

    margin-right: 10px;
}

.pagination .active{
    background-color: cornflowerblue;
}
.pagination .disabled{
    background-color: #999;
    border: 1px solid #999;
}
.arti-cont-box{

}
.arti-cont-box img{
    max-width: 98% !important;
    margin: 10px 0;
}

.all-site-box{
    overflow: hidden;
}

.all-site-box a{
    font-size: 14px;
    line-height: 30px;
    display: inline-block;
    background: #fff;
    padding: 0 22px;
    border-radius: 20px;
    margin-left: 12px;
    cursor: pointer;
    border: 1px solid #eee;
}

/************************************************************************** 大数据界面开始 ******************************************************/
.videoBackground{
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 55vw;
    z-index: 0;
    overflow: hidden;
}
.videoBackground video{
    width: 100%;
    height: 55vw;
    object-fit: cover;
}
.das-dat-full-box{
    /*border: 1px solid;*/
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000c3b;
    padding: 0;
    margin: 0;
}
.das-dat-full-box-top{
    z-index: 1;
}
.das-dat-full-box-top-tit h2{
    color: #c6e9fa;
    font-weight: bold;
    font-size: 1.6vw;
    margin-top: 0.6vw;
    margin-bottom: 0.8vw;
}
.das-dat-full-box-top-tit img:nth-of-type(1){
    /*width: 2vw;*/
    /*height: 4vw;*/
    margin-right: 1vw;
}
.das-dat-full-box-top-tit img:nth-of-type(2){
    /*width: 2vw;*/
    /*height: 4vw;*/
    margin-left: 1vw;
}
.das-dat-full-box-top-info p{
    color: #bfdbf5;
    padding: 8px 29px;
    font-weight: bold;
    margin-bottom: 1vw;
    background-size: 100% 100%;
    background-image: url("/assets/img/heng.png");
}
.das-dat-full-box-bott{
    /*border: 1px solid #ff0000;*/
    width: 99vw;
    height: 47vw;
}
.das-dat-full-box-bott-lef{
    width: 34vw;
    margin-left: 1vw;
    margin-right: 1.5vw;
    /*border: 1px solid;*/
}
.das-dat-full-box-bott-cent{
    width: 73vw;
    /*margin-left: 2.5vw;*/
    /*margin-right: 2.5vw;*/
    /*border: 1px solid;*/
}
.das-dat-full-box-bott-rig{
    width: 34vw;
    margin-left: 1.5vw;
    margin-right: 1.5vw;
    /*border: 1px solid;*/
}
.das-dat-full-box-bott-lef-fenbu{
    /*border: 1px solid #0EFCFF;*/
    width: 100%;
    height: 14vw;
    margin-bottom: 1.5vw;
    position: relative;
    background-size: 100% 100%;
    background-image: url("/assets/img/dabj_06.png");
    /*margin-top: 1.5vw;*/
}
.dat-box-tit{
    color: #8bcce5;
    position: absolute;
    top: -0.6vw;
    right: 7vw;
    padding: 0 0.6vw;
    background-size: 100% 100%;
    background-image: url("/assets/img/bt_06.png");
}
.dat-box-wid-tit{
    color: #8bcce5;
    position: absolute;
    top: -0.4vw;
    right: 19vw;
    z-index: 11;
    padding: 0 0.6vw;
    background-size: 100% 100%;
    background-image: url("/assets/img/bt_06.png");
}
.das-dat-full-box-bott-lef-jiuye{
    /*border: 1px solid #0EFCFF;*/
    width: 100%;
    height: 13vw;
    margin-bottom: 2vw;
    position: relative;
    background-size: 100% 100%;
    background-image: url("/assets/img/dabj_12.png");
}
.das-dat-full-box-bott-lef-qiuzhi{
    /*border: 1px solid #0EFCFF;*/
    width: 100%;
    height: 16.5vw;
    position: relative;
    background-size: 100% 100%;
    background-image: url("/assets/img/dabj_12.png");
}

.das-dat-full-box-bott-cent-top{
    /*border: 1px solid #0EFCFF;*/
    width: 100%;
    height: 12vw;
    margin-bottom: 2vw;
    position: relative;
}
.today-add-box-one-top{
    /*background-color: #034aca;*/
    width: 4vw;
    height: 4vw;
    border-radius: 50%;
    margin-top: 2vw;
    margin-bottom: 2vw;
    background-size: 100% 100%;
    background-image: url("/assets/img/yuan.png");
}
.today-add-box-one-top p:nth-of-type(1){
    margin-top: 0.7vw;
    margin-bottom: 0.2vw;
    font-size: 1.1vw;
    color: #e3de16;
}
.today-add-box-one-top p:nth-of-type(2){
    color: #fff;

}
.today-add-box-one-bott{
    /*background-color: #034aca;*/
    width: 7vw;
    height: 2vw;
    color: #fff;
    text-align: center;
    line-height: 2vw;
    margin-bottom: 2vw;
    border-radius: 19%;
    background-size: 100% 100%;
    background-image: url("/assets/img/wi.png");
}

.today-add-box{
    background-size: 100% 100%;
    height: 12vw;
    background-image: url("/assets/img/bs_03.png");
}

.das-dat-full-box-bott-cent-bott img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1111;
}

.das-dat-full-box-bott-cent-bott{
    /*border: 1px solid #0EFCFF;*/
    width: 100%;
    height: 33vw;
    position: relative;
    background-size: 100% 100%;
    background-image: url("/assets/img/dabj_14.png");
    /*margin-bottom: 2vw;*/
}
.das-dat-full-box-bott-rig-top{
    /*border: 1px solid #0EFCFF;*/
    width: 100%;
    height: 21.3vw;
    margin-bottom: 2vw;
    position: relative;
    background-size: 100% 100%;
    background-image: url("/assets/img/dabj_14.png");
}
.das-dat-full-box-bott-rig-bott{
    /*border: 1px solid #0EFCFF;*/
    width: 100%;
    height: 23vw;
    position: relative;
    background-size: 100% 100%;
    background-image: url("/assets/img/dabj_14.png");
}

.carousel-job{
    width: 22vw;
    margin-left: 1.5vw;
}
.carousel-job-one{
    height: 1vw;
}
.carousel-job-one p{
    color: #fff;
    width: 4vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 0.7vw;
    margin-right: 1vw;
    margin-left: 1vw;
}
/************************************************************************** 大数据界面结束 ******************************************************/

/********* 简历pdf下载页面 **********/
.down-pdf-mask{
    position: absolute; left: 0; top: 0;background-color: #ddd;width: 100%;height: 100%; display: none;
}
.down-pdf-page{
    position: absolute; left: -500px;margin-left: 50%;top: 20px;background-color: #fff;width: 1000px;
    /*height: 1000px;*/
    z-index: 111;display: none;
}
.down-pdf-btn{
    width: 120px;
    height: 39px;
    text-align: center;
    border: 0;
    border-radius: 10px;
    color: #fff;
    margin-bottom: 30px;
    background-color: #3b82de;
}