﻿/* 头部 */

.header_top {
    background: #f4f4f4;
    height: 40px;
}

.heade_welecome {
    font-size: 12px;
    color: #343434;
    line-height: 40px;
}

.head_login {
    line-height: 40px;
    background: #e1e1e1;
    transition: all 0.4s;
    cursor: pointer;
    position: relative;
}

.head_login>a {
    display: inline-block;
    transition: all 0.4s;
    padding: 0 14px;
}

.head_login span {
    font-size: 12px;
    color: #343434;
    margin: 0 4px;
    transition: all 0.4s;
}

.head_login img {
    display: inline-block;
    margin-top: -2px;
    transition: all 0.4s;
}

.head_login .login_2, .head_login .login_4 {
    display: none;
}

.head_login:hover {
    background: #fff;
    box-shadow: -0px 0px 10px rgba(0, 0, 0, .2), /*左边阴影*/
    0px -10px 10px #fff, /*上边阴影*/
    0px 0px 10px rgba(0, 0, 0, .2), /*右边阴影*/
    0px 10px 10px #fff;
    /*下边阴影*/
}

.head_login:hover span {
    color: #c90915;
}

.head_login:hover .login_2, .head_login:hover .login_4 {
    display: inline-block !important;
}

.head_login:hover .login_1, .head_login:hover .login_3 {
    display: none !important;
}

.login_show {
    position: absolute;
    top: 40px;
    right: 0;
    width: 170px;
    background: #fff;
    display: none;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

.head_login:hover .login_show {
    display: inline-block;
}

.login_show a {
    display: inline-block;
    font-size: 14px;
    color: #646464;
    border-bottom: 1px solid #ebebeb;
    padding: 7.5px 24px;
    width: 100%;
    transition: all 0.4s;
    position: relative;
}

.login_show a::before {
    content: "";
    position: absolute;
    top: 0;
    margin-top: 22px;
    right: 13%;
    background: url("../images/jian_1.png")no-repeat;
    width: 16px;
    height: 9px;
    display: none;
    transition: all 0.4s;
}

.login_show a:hover {
    color: #c90915;
}

.login_show a:hover::before {
    display: inline-block;
}

.login_show a:last-child {
    border-bottom: none;
}

.logo {
    width: 134px;
    height: 80px;
    margin: 14px 0;
    overflow: hidden;
}

.logo img {
    width: 134px;
    height: 80px;
}

.menu_list {
    margin-left: 126px;
}

.menu_list ul li {
    float: left;
    padding: 0 22px;
    position: relative;
}

.menu_list>ul>li>a {
    display: inline-block;
    font-size: 16px;
    color: #343434;
    padding: 42px 12px 43px;
    transition: all 0.4s;
}

.menu_list>ul>li>a:hover {
    color: #c90915;
    border-bottom: 2px solid #c90915;
}

.menu_list>ul>.on>a {
    color: #c90915;
    border-bottom: 2px solid #c90915;
}

.menu_tel {
    padding: 36px 0;
}

.menu_tel i {
    font-family: "Arial";
    font-weight: bold;
    font-size: 24px;
    color: #c90915;
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
}

/* 底部 */

.footer {
    background: #c90915;
}

.foot_top {
    padding: 68px 0 64px 0;
}

.foot_top_fl ul li {
    float: left;
    min-width: 168px;
    max-width: 206px;
}

.foot_top_fl ul li h1 {
    font-size: 16px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 26px;
}

.foot_top_fl ul li a {
    display: block;
    font-size: 14px;
    color: #ffffff;
    margin-bottom: 12px;
    text-align: left;
}

.foot_top_fl ul li a:hover {
    text-decoration: underline;
}

.foot_er {
    padding: 5px;
    background: #fff;
    text-align: center;
    margin-left: 50px;
    width: 120px;
}

.foot_er:first-child {
    margin-left: 0;
}

.foot_er_tu {
    width: 110px;
    height: 110px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 4px;
}

.foot_er_tu img {
    width: 100%;
    height: 100%;
}

.foot_er p {
    font-size: 12px;
    color: #c90915;
}

.foot_center {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-left: none;
    border-right: none;
    padding: 35px 0;
}

.foot_cen_lf span {
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    margin-left: 11px;
}

.foot_cen_rg span {
    font-size: 15px;
    color: #ffffff;
    margin-right: 26px;
    line-height: 39px;
}

.foo_care_list {
    position: relative;
    margin-right: 20px;
    cursor: pointer;
    float: left;
}

.foo_care_list:last-child {
    margin-right: 0;
}

.car_posi {
    position: absolute;
    top: -139px;
    left: -94%;
    background: #fff;
    padding: 5px;
    display: none;
}

.car_jian {
    position: absolute;
    top: -24px;
    left: 30%;
    display: none;
}

.foo_care_list:hover .car_posi {
    display: block;
}

.foo_care_list:hover .car_jian {
    display: block;
}

.foot_boot {
    padding: 48px 0;
}

.foot_boot_fl span {
    font-size: 14px;
    color: #ffffff;
    margin-right: 14px;
}

.foot_boot_fr a {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    border-left: 1px solid #eab7b8;
    line-height: 13px;
    padding: 0 13px;
}

.foot_boot_fr a:hover {
    text-decoration: underline;
}

.foot_boot_fr a:first-child {
    border-left: none;
}

/* 固定底部 */

.every_top {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: #d6020f;
    box-shadow: 0 0 7px rgba(0, 0, 0, .4);
    position: fixed;
    bottom: 12%;
    right: 5%;
    text-align: center;
    z-index: 15;
    cursor: pointer;
    display: none;
}

.every_top img {
    margin: 14px 0 10px 0;
    display: inline-block;
}

.every_top span {
    font-size: 11px;
    color: #fff;
    display: block;
}

/* 头部 */

.nurse_surplus {
    position: absolute;
    /* top: -1000%; */
    top: 106px;
    display: none;
    /* left: -162px; */
    right: 0;
    width: 256px;
    background: #fff;
    z-index: 66;
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    transition: all 0.4s;
}

.nurse_surplus a {
    display: block;
    line-height: 76px;
    border-bottom: 1px solid #e6e6e6;
    padding: 0 28px;
    color: #383432;
    font-size: 16px;
}

.duo_jian {
    position: absolute;
    /* top: -1000%; */
    top: 91px;
    display: none;
    left: 41px;
    z-index: 67;
    transition: all 0.4s;
}

.nurse_surplus a:hover {
    border-bottom: 1px solid #c90915 !important;
    color: #c90915;
    /* font-size: 17px; */
}
/* 菜单 */
.nurse_surplus_last{
    width: 780px !important;
    font-size: 0;
}
.nurse_surplus_last a{
    display: inline-block !important;
    width: 33%;
}
.nurse_surplus_last .c_on{
    background: #f4f4f4;
}



.menu_list>ul>li:hover .nurse_surplus {
    /* top: 106px; */
    display: inline-block;
}

.menu_list>ul>li:hover .duo_jian {
    /* top: 91px; */
    display: inline-block;
}


/* 弹框 */
.coop_tans .on{
    top: 0;
}
.coop_tans_fixed{
    position: fixed;
    top: -1000%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9888;
    background: #5b0005;
    opacity: 0.5;
    filter:alpha(opacity=50);
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.coop_tans_con{
    position: fixed;
    top: -1000%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 900px;
    height: 600px;
    z-index: 9999;
    background: #fff;
    padding: 40px 44px;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
}
.coop_fix_guan{
    text-align: right;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    right: -41px;
    cursor: pointer;
}
.coop_tans_con h1{
    font-size: 30px;
    color: #232323;
    border-bottom: 1px solid #d5d5d5;
    padding-bottom: 40px;
}
.coop_tans_list{
    height: 400px;
    margin-top: 42px;
}
.coop_tans_list p{
    font-size: 16px;
    color: #5a5a5a;
    line-height: 29px;
}

.coop_tan_tu{
    margin-top: 40px;
    width: 500px;
    height: 288px;
    overflow: hidden;
}
.coop_tan_tu img{
    width: 500px;
    height: 288px;
}
.coop_tans_con .nicescroll-rails {
    background: url(../images/off_dian.png)repeat-y center 0;
    left: 869px !important;
}
.coop_tans_con .nicescroll-cursors{
    width: 7px !important;
    border-radius: 0 !important;
}
.expert_fix_con .nicescroll-rails {
    left: 586px !important;
}
.expert_fix_con .coop_tans_list{
    height: 525px;
}
.export_line_pos{
    position: relative;
}

.expert_fix_con{
    height:600px;
    width: 625px;
    border: 1px solid #fff;
    position: fixed;
    right: 0;
    bottom: 0;
    top: -1000%;
    left: 0;
    margin: auto;
    z-index: 9999;
    transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    
}
.export_line2{
    border: 1px solid #fff;
    height:625px;
    width: 600px;
    margin-left: 13px;
    margin-top: -13px;
}
.expor_fix_lists{
    background: #fff;
    width: 600px;
    height: 600px;
    margin-top: 12px;
    padding: 40px 44px;
}
.expert_fix_con .coop_fix_guan{
    right: -46px;
}
.rexp_list_con h5{
    font-size: 30px;
    color: #000000;
    margin-bottom: 15px;
}
.rexp_list_con h6{
    font-size: 16px;
    color: #000000;
    margin-bottom: 18px;
}
.expor_fix_lists .coop_tans_list{
    margin-top: 0;
    font-size: 16px; 
}
.expert_fix_cona .nicescroll-rails {
    background: url(../images/off_dian.png)repeat-y center 0;
    /* left: 869px !important; */
}

/* 会员中心头部 */
.member_header{
    background: #c90915;
    height: 80px;
}
.member_header .logo img{
    width: 36px;
    height: 50px;
}
.member_header .logo{
    width: 36px;
    height: 50px;
}
.member_header .menu_list>ul>li>a{
    color: #ffffff;
    padding: 29px 12px;
}
.member_header .nurse_surplus {
    top: 80px;
}
.member_header .duo_jian {
    top: 66px;
}
.mam_menu_show{
    background: rgba(0, 0, 0, 0.1);
    width: 80px;
    text-align: center;
    margin-left: 18px;
    height: 80px;
    line-height: 80px;
    cursor: pointer;
}
.mam_menu_fr:hover .mam_menu_hide{
    display: inline-block;
}
.mam_menu_show img{
    width: 42px;
    height: 42px;
    border-radius: 50%;
}
.member_menu_tel .yun{
    line-height: 76px;
}
.mam_menu_fr{
    position: relative;
}
.mam_menu_hide{
    position: absolute;
    top: 80px;
    right: 0;
    width: 200px;
    background: #fff;
    z-index: 12;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
}
.mam_hide_name{
    border-bottom: 1px solid #e6e6e6;
    line-height: 60px;
    padding: 0 26px;
    font-size: 14px;
    color: #383432;
    font-weight: bold;
}
.mam_hide_ul li{
    margin-top: 10px;
}
.mam_hide_ul li a{
    display: inline-block;
    line-height: 44px;
    padding: 0 26px;
    font-size: 14px;
    color: #383432;
    width: 100%;
}
.mam_hide_ul li a:hover{
    color: #fff;
    background: #c90915;
}
.mam_quit{
    border-top: 1px solid #e6e6e6;
    line-height: 60px;
    padding: 0 26px;
    font-size: 14px;
    color: #383432;
    font-weight: bold;
    width: 100%;
    display: inline-block;
}
/*新加 12.21 底部飘窗 */
.index_foot_piao{
    min-width: 980px;
    position: fixed;
    width: 100%;
    z-index: 14;
    left: 0px;
    bottom: 0px;
    color: #fff;
    height: 100px;
    background: rgba(0, 25, 48, .9);
    transition: all 0.4s;
}
.xin_clon{
    cursor: pointer;
}
.new_on{
    bottom: -1000%;
}
.paio_wrap{
    width: 1090px;
    margin: 15px auto 0;
    overflow: hidden;
    height: 100px;
}

.piao_right{
    position: fixed;
    top: 50%;
    right:0;
    z-index: 33;
    width:70px;
    height: 140px;
    margin-top: -70px;
    background: #fff;
}
.piao_right{
    margin-bottom: 10px;
}
.piao_right>ul>li{
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #ededed;
    border-bottom: none;
    position: relative;
    cursor: pointer;
}
.piao_rights{
    position: absolute;
    top: -1px;
    left: -252px;
    border: 1px solid #c70915;
    border-left: 2px solid #c70915;
    border-right: none;
    padding: 12px 2px 12px 16px;
    min-width: 251px;
    background: #fff;
    display: none;
}
.piao_rights p{
    font-size: 14px;
    color: #3a3a3a;
    line-height: 21px;
    text-align: left;
}
.piao_rights p i{
    font-size: 14px;
    font-weight: bold;
    color: #c90915;
}
.piao_rights p:last-child{
    margin-top: 2px;
}
.piao_right>ul>li:hover{
    border: 1px solid #c70915 !important;
}
.piao_right>ul>li:hover .piao_rights{
    display: inline-block;
}
.piao_right>ul>li:hover .piao_er{
    display: inline-block;
}
.piao_er{
    position: absolute;
    top: 0;
    left: -140px;
    width: 128px;
    height: 145px;
    background: url("../images/jian_s.png") no-repeat;
    background-size: 100% 100%;
    text-align: left;
    display: none;
}
.piao_er img{
    width: 100px;
    height: 100px;
    overflow: hidden;
    margin: 9px;
}
.piao_er p{
    text-align: center;
    font-size: 14px;
    color: #000000;
    line-height: 18px;
    width: 120px;
}





.piao_right>ul>li>a{
    display: inline-block;
}
.piao_right>ul>li:last-child{
    border-bottom: 1px solid #ededed;
}
.xin_data{
    background: url("../images/xin_bac.png")no-repeat center center;
    background-size: 100% 100%;
    width: 1003px;
    height: 80px;
}
.xin_data_fr{
    margin-right: 90px;
    margin-top: 10px;
}
.xin_right{
    margin-left: 10px;
}
.xin_right a{
    color:#c11a12;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    width: 130px;
    height: 62px;
    line-height: 62px;
    border-radius: 4px;
    background: #ffd835;
    display: inline-block;
}

.xin_left{
    width: 428px;
}
.xin_left>ul>li{
    float: left;
    width: calc((100% - 10px)/2);
    margin-right: 10px;
    height: 28px;
    padding: 0 10px;
    line-height: 28px;
    margin-bottom: 6px;
    background: #fff;
    border-radius: 4px;
}
.xin_left>ul>li input{
    font-size: 14px;
    color: #868686;
    width: 100%;
    height: 100%;
}
.xin_left>ul>li select{
    font-size: 14px;
    color: #666666;
    width: 100%;
    height: 100%;
}

.xin_left>ul>li input::-webkit-input-placeholder{
    color: #868686;
}
.xin_left>ul>li:nth-child(2n){
    margin-right: 0;
}
@media screen and (max-width: 768px){
    .index_foot_piao{
        display: none;
    }
    .piao_right{
        display: none;
    }
}





