body{
    background: #FFF;
}
[v-cloak] {
    display: none
}
/* 中间内容部分 */
/* 轮播 */
.swiper-container{
    width: 70%;
    height: auto;
    margin: 0 auto;
    position: relative;

}
.lunbo_nav {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    bottom: 10px;
}
.lunbo_nav li {
    float: left;
    list-style: none;
    background: #fff;
    margin: 0 4px;
    width: 4px;
    height: 4px;
    border-radius: 10px;
    padding: 4px;
    cursor: pointer;
}
.swiper-slide img {
    width: 100%;
}

/* 招聘公告、登录注册 */
.operate{
    width: 100%;
    background: #FAFAFA;
}
.zheng{
    width: 70%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
}
.news{
    width: 68%;
    height: 300px;
}
.know .news{
    height: 260px;
}
.know .zheng{
    padding:20px 0 0 0;
}
.news_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}
.news_top_left{
    display: flex;
    align-items: center;
}
.news_top_left img {
    width: 18px;
    height: 18px;
}
.news_top_left span{
    font-size: 18px;
    margin-left: 5px;
}
.news_top_right{
    /*width: 60px;*/
    padding: 0px 10px;
    line-height: 20px;
    text-align: center;
    background: #337aca;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 12px;
    margin-top: 5px;
}
.news_top_right:hover{
    /*text-decoration: underline;*/
    color: #FFF;
}
.news ul{
    height: 260px;
    overflow-y:auto;
    border-top: 1px solid #EEE;
    box-sizing: border-box;
    padding-top: 10px;
}
.know ul{
    height: 190px;
    border-top: 1px solid #999;
}
.news ul::-webkit-scrollbar{/* 滚动条整体部分 */
    width: 4px;
}
.news ul::-webkit-scrollbar-thumb{/* 滚动的滑块 */
    border-radius: 10px;
    height: 100px;
    -webkit-box-shadow: inset 0 0 5px #ccc;
    background: #ccc;
}
.news ul li, .news ul li a {
    width: 100%;
    line-height: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news ul li:hover{
    color: #2C4684;
}
.news ul li span:first-child::before{
    content: '\2022';
    margin-right: 5px;
}
.news ul li span.title{
    display: inline-block;
    width: 70%;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news ul li span.date{
    position: relative;
    padding-right: 16px;
}

.zhidin{
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 28px;
}

.login{
    width: 30%;
    height: 300px;
    /*background: url(../image/login_bg.png) no-repeat;*/
    background-color: #F3F3F3;
    background-repeat: no-repeat;
    background-size: cover;
    /* margin-top: 30px; */
    border-radius: 10px;
    /* display: flex;
    align-items: center;
    justify-content: space-around; */
}
.lg_right{
    width: 100%;
    height: 300px;
}
.lg_logo{
    text-align: center;
    padding: 30px 20px 20px 20px;
    color: #337aca;
}
.lg_logo img {
    height: 45px;
    max-width: 100%;
}
.lg_logo h5 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 5px;
}
.lg_logo p {
    font-size: 13px;
    line-height: 1;
    width: 120px;
    margin: 0 auto;
}
.lg_right_top{
    text-align: center;
    /*line-height: 100px;*/
    padding-bottom: 30px;
    padding-left: 110px;
    height: 60px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
    color: #337aca;
    line-height: 1.2;
}
.lg_right_top img{
    width: 60px;
    /*margin-right: 8px;*/
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 0px;
}
.lg_right_top .u-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 60px;
    display: inline-block;
    position: absolute;
    left: 40px;
    top: 0px;
}
.lg_right_top span{
    color: #337aca;
    /*margin-left: 8px;*/
    line-height: 30px;
    display: inline-block;
    width: 150px;
    vertical-align: middle;
    max-height: 100px;
    overflow: hidden;
    word-break: break-all;
    white-space: pre-wrap;
}

.lg_right_bottom{
    width: 80%;
    margin: 0 auto;
    text-align: center;
}
.lg_right_bottom p{
    margin-top: 25px;
}
.lg_right_bottom p img{
    width: 100%;
    height: auto;
    cursor: pointer;
}
.lg_right_bottom p:nth-child(1){
    float: left;
    width: 47%;
}
.lg_right_bottom p:nth-child(2){
    float: right;
    width: 47%;
}

.login .login-btn-w {
    display: block;
    /*width: 45%;*/
    background: #337aca;
    color: #FFF;
    margin-left: 2%;
    margin-right: 2%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    margin-bottom: 10px;
    cursor: pointer;
    text-align: center;
}
.login .login-btn-w.outline {
    border:1px solid #337aca;
    background: none;
    color: #337aca;
}
.go_login .iconfont {
    font-size: 24px;
    color: #337aca;
}

/* 登录、注册 */
.go_login,.go_register,.into,.logoff{
    /*display: none;*/
    margin-top: 10px !important;
}
.go_login p,.go_register p{
    overflow: hidden;
    height: 40px;
    width: 85%;
    margin: 10px auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.go_login .title {
    font-size: 18px;
}
.go_login .back {
    font-size: 15px;
    font-weight: normal;
    color: #666;
    cursor: pointer;
}
.go_register p{
    height: 30px;
}
.go_register input{
    width: 73%;
}

.go_login p:nth-child(1),.go_register p:nth-child(1){
    font-size: 18px;
    color: #337aca;
    font-weight: bold;
}
.go_login p:nth-child(1) #zhuce,.go_register p:nth-child(1) #fanhui{
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    color: #fff;
}
.go_login p:nth-child(1) #zhuce:hover,.go_register p:nth-child(1) #fanhui:hover{
    color: #2b4582;
}
.go_login p:nth-child(2) img {
    line-height: 40px;
}
.go_login p:nth-child(2) input{
    text-indent: 6px;
    line-height: 100%;
    width: 85%;
    display: block;
    height: 32px;
}
.go_login p:nth-child(3){
    font-size: 16px;
}
.go_login p:nth-child(3) img{
    line-height: 40px;
}
.go_login p:nth-child(3) input{
    text-indent: 6px;
    line-height: 32px;
    line-height: 100%;
    width: 85%;
    display: block;
    height: 32px;
}
.go_login p:nth-child(4) input{
    text-indent: 6px;
    line-height: 32px;
    line-height: 100%;
    width: 85%;
    display: block;
    height: 32px;
    margin-left: 24px;
}
#verifycode-img{
    width: 100px;
}
.go_login #xuanxiangkuang{
    margin-right: 10px;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}
#forget{
    cursor: pointer;
    font-size: 14px;
}
#denglu span,#register span,.into span,.logoff span{
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #2b4582;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
    user-select: none;
}
.into span,.logoff span{
    width: 85%;
}




/* 招聘岗位 */
.recruit{
    width: 100%;
    /* min-height: 500px; */
    background: url(../image/mbg.png) repeat;
    padding: 40px 0;
}
.gangwei{
    width: 70%;
    /* min-height: 500px; */
    background: #fff;
    margin: 0 auto;
    padding-bottom: 15px;
}
.gw_top{
    width: 100%;
    height: 90px;
    line-height: 90px;
    text-align: center;
}
.gw_top span{
    font-size:20px;
    margin: 0 50px;
    color: #333;
}

/* 岗位卡片 */
.allgw{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.gw_card{
    width: 29%;
    border:1px solid #EEE;
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
    cursor: pointer;

    transition: all .2s;
}
.card_img{
    width: 100%;
    padding-bottom: 60%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
.allgw .gw_card:nth-child(1) .card_img{
    background: url(../image/gang_1.png) no-repeat;
    background-size: cover;
}
.allgw .gw_card:nth-child(2) .card_img{
    background: url(../image/gang_2.png) no-repeat;
    background-size: cover;
}
.allgw .gw_card:nth-child(3) .card_img{
    background: url(../image/gang_3.png) no-repeat;
    background-size: cover;
}
.allgw .gw_card:nth-child(4) .card_img{
    background: url(../image/gang_4.png) no-repeat;
    background-size: cover;
}
.allgw .gw_card:nth-child(5) .card_img{
    background: url(../image/gang_5.png) no-repeat;
    background-size: cover;
}
.allgw .gw_card:nth-child(6) .card_img{
    background: url(../image/gang_6.png) no-repeat;
    background-size: cover;
}
.card_bt {
    height: 55px;
    line-height: 55px;
    padding-left: 10px;
    font-size: 20px;
    /* font-weight: bold; */
    cursor: pointer;
    user-select: none
}
.gw_card:hover {
    -webkit-transform: scale(1.03);
    -moz-transform: scale(1.03);
    -ms-transform: scale(1.03);
    -o-transform: scale(1.03);
    transform: scale(1.03);
}
.gw_card:hover .card_bt {
    background:#27418B;
    color: #fff;
}

/* 高层次人才 */
.talent{
    width: 100%;
    background:#F0F1F2;
    padding: 15px 0;
}
.tal_middle{
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}
.talent .high{
    width: 16.2%;
    margin-bottom: 5px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    cursor: pointer;
}
.talent .high:nth-child(1){
    background: url(../image/rc_1.png) no-repeat;
}
.talent .high:nth-child(2){
    background: url(../image/rc_2.png) no-repeat;
}
.talent .high:nth-child(3){
    background: url(../image/rc_3.png) no-repeat;
}
.talent .high:nth-child(4){
    background: url(../image/rc_4.png) no-repeat;
}
.talent .high:nth-child(5){
    background: url(../image/rc_5.png) no-repeat;
}
.talent .high:nth-child(6){
    background: url(../image/rc_6.png) no-repeat;
}
.talent .high:nth-child(7){
    background: url(../image/rc_7.png) no-repeat;
}
.talent .high:nth-child(8){
    background: url(../image/rc_8.png) no-repeat;
}
.talent .high:nth-child(9){
    background: url(../image/rc_9.png) no-repeat;
}
.talent .high:nth-child(10){
    background: url(../image/rc_10.png) no-repeat;
}
.talent .high:nth-child(11){
    background: url(../image/rc_11.png) no-repeat;
}
.talent .high:nth-child(12){
    background: url(../image/rc_12.png) no-repeat;
}
.talent .high img{
    margin: 0 auto;
    margin-bottom: 10px;
}
.talent .high p{
    text-align: center;
    margin-top: 10px;
}
.talent .high span{
    color: #fff;
    font-size: 18px;
}




/* 了解安大，视频  */
.know{
    width: 100%;
    height: auto;
    background: #fff;
}

.video{
    width: 68%;
    height: 280px;
}
.vd_top{
    margin-bottom: 11px;
}
.vd_top span{
    font-size: 24px;
    margin-left: 10px;
    vertical-align: middle;
}
.vd_top img{
    vertical-align: middle;
}
.player{
    width: 100%;
    text-align: center;
    border-top: 1px solid #999;
}
.video video{
    width: 400px;
    height: 200px;
    margin-top: 20px;
}
.kongbai{
   height: 260px;
   width: 8%;
}
