@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: 14px; }
.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;
}
/*predefined style end*/
/*clear float end*/

@media screen and (max-width:767px) {
    body, html {
        -moz-user-select: auto;
        -webkit-user-select: auto;
        -ms-user-select: auto;
        -khtml-user-select: auto;
        user-select: auto;
    }
    .container_all {
        display: none;
    }
    .container {
        width: 100%;
        min-width: 290px;
    }
    .container_top {
        width: 100%;
        height: 72px;
        background: url(../../img/top_bg.png) no-repeat 100% 0;
        background-size: 157px 75px;
        background-color: #fff; 
        border-bottom: 2px solid #0052a3;
    }
    .container_top .logo {
        display: inline-block;
        width: auto;
        height: 72px;
        position: relative;
        margin-left: 15px;
    }
    .container_top > .logo > a {
        position: absolute;
        top: 50%;
        margin-top: -13.5px;
        display: block;
        width: 203.5px;
        height: 27px;
    }
    .logo .logo_pic {
        display: block;
        width: 100%;
        height: 27px;
    }
    .logo .logo_pic img {
        display: block;
        width: 100%;
        height: 100%;
    }
    .container_top .logo_text {
        float: left;
        display: inline-block;
        height: 72px;
        margin-left: 10px;
    }
    .container_top .logo_text a {
        display: inline-block;
        height: 72px;
        line-height: 80px;
        font-size: 18px;
        color: #0056a5; 
    }
    .fright {
        float: right;
        height: 72px;
    }
    .container_top .current_page {
        float: left;
        font-size: 15px;
        color: #6a6e71;
        margin-top: 23px;
        margin-right: 12px;
    }
    .container_top .fright .menu_icon {
        position: relative;
        float: right;
        display: inline-block;
        width: 30.5px;
        height: 72px;
        margin-right: 15px;
        margin-top: -2px;
    }
    .container_top .fright .menu_icon img {
        display: inline-block;
        width: 30.5px;
        height: 21px;
        position: absolute;
        top: 50%;
        margin-top: -10.5px;
    }
    .menu {
        display: none;
        position: absolute;
        top: 72px;
        right: 0;
        z-index: 999;
        width: 200px;
        background: #19557c;
    }
    .menu ul li {
        width: 100%;
        height: auto;
        font-size: 16px;
        color: #fff;
        background: #19557c;
    }
    .menu li span {
        float: right;
        display: block;
        width: 75%;
        height: auto;
        padding-top: 15px;
        padding-bottom: 15px;
        text-align: left;
        border-bottom: 1px solid #306689;
        background: url(../../img/nav_select.png) no-repeat 105px 35px;
        background-size: 8.5px 5px;
    }
    .menu li span.about_MA, 
    .menu li span.cooperative {
        background: none;
    }
    .menu li a {
        display: block;
        widows: 100%;
        font-size: 16px;
        color: #fff;
    }
    .menu ul li ul {
        display: none;
    }
    .menu ul li ul li {
        float: left;
        width: 200px;
        height: auto;
        /* height: 40px;
        line-height: 40px; */
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 25%;
        background: #3980ae;
        border-bottom: 1px solid #19557c;
    }
    .menu ul li ul li:last-child {
        border-bottom: none;
    }
    .menu ul li ul li a {
        font-size: 12px;
        color: #fff;
    }
    .go_top {
        display: none;
        position: fixed;
        bottom: 60px;
        right: 10%;
        width: 50px;
        height: 50px;
    }
    .go_top > img {
        display: block;
        width: 50px;
        height: 50px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    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 {
        min-height: 800px;
    }
    .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_wrapper > li:last-child > ul {
        left: -22px;
    }
    .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_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;
        padding-left: 10px;
        margin: 0 auto 9px auto;
    }
    .nav_bottom > ul > li {
        float: left;
        width: auto;
        cursor: pointer;
        margin-left: 0;
    }
    .nav_bottom > ul > li.separator {
        margin-right: 29px;
        margin-left: 29px;
        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;
    }
}
@media screen and (min-width:960px) {
    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 {
        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_wrapper > li:last-child > ul {
        left: -22px;
    }
    .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_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;
    }
}
