@charset "utf-8";
/*css rest*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,a,img { 
    padding: 0; 
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: "微软雅黑";
    color: rgb( 30, 30, 30 );
    -webkit-user-select: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background: #f6f6f6;
}
table { 
    border-collapse: collapse; 
    border-spacing: 0; 
} 
fieldset,img { 
    border: 0;
    -webkit-touch-callout: none;
    pointer-events: none;
} 
address,caption,cite,code,dfn,em,strong,th,var { 
    font-weight: normal; 
    font-style: normal; 
} 
ol,ul { 
    list-style: none; 
} 
caption,th { 
    text-align: left; 
} 
h1,h2,h3,h4,h5,h6 { 
    font-weight: normal; 
    font-size: 100%; 
} 
q:before,q:after { 
    content:""; 
} 
abbr,acronym { 
    border: 0; 
}
a{
    color: #000; text-decoration: none; border: 0; outline: none; -webkit-touch-callout: none;
}
textarea {
    outline: none; resize: none; overflow: hidden; border: 0;
}
html {
    -webkit-text-size-adjust: 100%;
}
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a, input[type="text"], input[type="number"], button, textarea, select {
    -webkit-appearance: none;
    outline: 0;
    border: 0;
    color: rgb(30, 30, 30);
    font-size: .28rem;
}
input::-webkit-input-placeholder { color: rgb(199, 199, 199); }
/*css rest end*/
/*clear float*/
.clearfix {
    zoom: 1;
}
.clearfix:after {
    content: "\200B";
    display: block;
    height: 0;
    clear: both;
}
/*predefined style start*/
.f13 { font-size: 13px; }
.f16 { font-size: 16px; }
.f18 { font-size: 18px; }
.fb { font-weight: bold }
.fn { font-weight: normal }
.unl { text-decoration: underline; }
.no_unl { text-decoration: none; }
.first_title { color: #333; }
.second_title { color: #3e3e3e; }
.artical { color: #666; }
.time { color: #999; }
.bto {
    border-bottom: 2px solid #0056a5;
}
body, html {
    width: 100%;
    height: 100%;
    -moz-user-select: auto;
    -webkit-user-select: auto;
    -ms-user-select: auto;
    -khtml-user-select: auto;
    user-select: auto;
}
.logo_ipad {
    display: none;
}
.mobile_container {
    display: none;
}
.container_all, .container_toal {
    width: 100%;
    min-height: 100%;
    position: relative;
}
.industry_infor, .news_top, .industry_list_top,
.train_outline, .recruit_contents,
.security_content, .problem_content,
.contact_content, .copy_content,
.data_top, .recruit_contents, .co_agency_list,
.children_hospital_top, .MA_hospital_top,
.MA_hospital_top, .recruit,
.download_contents, .real_estate_content,
.develop_process,
.children_health_top {
    /*padding-bottom: 145px;*/
    min-height: 700px;
}
.group_profile_bottom {
    min-height: 300px;
}
.top_content {
        width: 100%;
        height: 120px;
        background: #fff;
    }
    .top_content .top_wrapper {
        position: relative;
        width: 1000px;
        height: 120px;
        margin: 0 auto;
    }
    .top_wrapper .logo_and_lang {
        position: relative;
        width: 100%;
        height: 60px;
    }
    .logo_and_lang .language_but {
        position: absolute;
        right: 0;
        bottom: 0;
        color: rgb(51,51,51);
    }
    .logo_and_lang .language_but a {
        font-size: 12px;
    }
    .top_wrapper .logo {
        float: left;
        width: 326px;
        height: 44px;
        margin-top: 16px;
    }
    .top_wrapper .logo a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }
    .top_wrapper .logo a .logo_pic {
        display: block;
        width: 326px;
        height: 44px;
    }
    .logo_pic img {
        display: block;
        width: 326px;
        height: 44px;
    }
    .top_wrapper > div {
        width: 100%;
        height: 60px;
    }
    .top_wrapper .nav_wrapper {
        float: left;
        width: auto;
        height: 60px;
    }
    .nav_wrapper > li {
        position: relative;
        width: auto;
        height: 60px;
        float: left;
        margin-right: 60px;

    }
    .nav_wrapper > li:hover {
        cursor: pointer;
    }
    .nav_wrapper > li > .nav_title,
    .nav_wrapper > li > .nav_title > a {
        display: block;
        font-size: 13px;
        color: rgb(102,102,102);
        height: 60px;
        line-height: 60px;
    }
    .nav_wrapper > li:nth-child(2) > .nav_title,
    .nav_wrapper > li:nth-child(4) > .nav_title,
    .nav_wrapper > li:nth-child(5) > .nav_title,
    .nav_wrapper > li:nth-child(6) > .nav_title {
        padding-right: 16px;
    }
    .ID {
        background: url(../img/arrow_icon1.png) no-repeat 137px 29px;
        background-size: 9px 6px;
    }
    .PC {
        background: url(../img/arrow_icon1.png) no-repeat 103px 29px;
        background-size: 9px 6px;
    }
    .OP {
        background: url(../img/arrow_icon1.png) no-repeat 92px 29px;
        background-size: 9px 6px;
    }
    .IR {
        background: url(../img/arrow_icon1.png) no-repeat 114px 29px;
        background-size: 9px 6px;
    }
    .nav_container {
        display: none;
        position: absolute;
        top: 60px;
        left: -33px;
        z-index: 999;
    }
    .nav_container_id {
        left: -75px;
    }
    .nav_container > li {
        width: 170px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        border-bottom: 1px solid rgba(255,255,255,.67);
        background: rgba(0,82,163,.67);
    }
    .nav_container_id > li {
        width: 290px;
    }
    .nav_container > li:last-child {
        border-bottom: none;
    }
    .nav_wrapper > li:last-child > ul {
        left: -22px;
    }
    .nav_container > li:hover {
        cursor: pointer;
        background: #0052a3;
    }
    .nav_container > li > a {
        display: block;
        width: 100%;
        height: 100%;
        font-size: 12px;
        color: #fff;
    }
    .nav_wrapper > li > .nav_title.selected,
    .nav_wrapper > li > .nav_title > a.selected {
        color: #0052a3;
    }
/*当前位置显示*/
.selected_title {
    display: inline-block;
    float: left;
    font-size: 12px;
    color: #666;
    margin-top: 40px;
}
.selected_title > a {
    font-size: 12px;
    color: #666;
}
.selected_title > a:hover {
    color: #0376e8;
}
.selected_title img {
    display: inline-block;
    width: 17px;
    height: 16px;
    margin-right: 5px;
}
.selected_title .current {
    color: #666;
}
/*底部菜单栏*/   
.transForm {
    transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
}
.nav_bottom {
    width: 100%;
    height: 90px;
    text-align: center;
    margin: 50px auto 0 auto;
    background: #fff;
}
.nav_bottom ul {
    width: 620px;
    padding-top: 20px;
    margin: 0 auto 9px auto;
}
.nav_bottom > ul > li {
    float: left;
    cursor: pointer;
    margin-left: 0;
}
.nav_bottom > ul > li:nth-child(1),
.nav_bottom > ul > li:nth-child(3),
.nav_bottom > ul > li:nth-child(5),
.nav_bottom > ul > li:nth-child(7),
.nav_bottom > ul > li:nth-child(9),
.nav_bottom > ul > li:nth-child(11) {
    width: 102px;
    text-align: center;
}
.nav_bottom > ul > li.separator {
    /*margin-right: 29px;*/
    /*margin-left: 29px;*/
    width: 1px;
    color: #d8d8d8;
}
.nav_bottom > ul > li > a {
    width: auto;
    font-size: 12px;
    color: #9f9f9f;
    text-align: left;
    margin-left: 0;
}
.nav_bottom > ul > li > a:hover {
    color: #0052a3;
}
.copyright-content {
    width: 100%;
    margin: 0 auto;
}
.copyright-content .mayl-copyright {
    font-size: 12px;
    color: #9f9f9f;
}