/* 公共样式 */
body,div,p,ul,ol,li,h1,h2,h3,h4,h5,h6{margin:0;padding:0;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
body{font-family: "PingFangSC-Medium",Arial,"Times New Roman","Microsoft YaHei";font-size: 12px;background: #F2F2F2;overflow-x: hidden;-ms-overflow-x: hidden;}
li{list-style: none;}
img{display: block;border: 0;}
a{text-decoration: none;color:#333;outline: none;}
a:hover{color:#BE0018;}
i{font-style: normal;}
u{text-decoration: none;}
input{border: 0;}
button{outline: 0;}
button::-moz-focus-inner{
    border: none;
}
button::-moz-focus-outer{
    border: none;
}
input:focus,area:focus{outline:none;}
select{appearance:none;-mos-appearance:none;-webkit-appearance:none;background:transparent;border:0;}
.fl{float: left;}
.fr{float: right;}
input:-internal-autofill-selected{
    background-color: transparent !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

/* 版心 */
.inner{
    width: 940px;
    margin: 0 auto;
}

/* 顶部导航条 */
.top-bar{
    height: 40px;
    min-width: 940px;
    margin: auto;
}
.top-bar .inner{
    height: 40px;
    line-height: 40px;
}
.top-bar .top-bar_left a{
    line-height: 40px;
    margin-right: 20px;
}
.top-bar .linkbox {
    display: inline-block;
    position: relative;
    margin-right: 20px;
}
.top-bar .linkbox.link_hover span{
    color: #BE0018;
}
.top-bar .linkbox.link_hover .link_list{
    display: block;
}
.top-bar .linkbox .link_list {
    display: none;
    position: absolute;
    left: -15px;
    width: 100px;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
    border-radius: 3px;
    z-index: 2;
}
.top-bar .linkbox .link_list a{
    display: block;
    line-height: 28px;
    padding-left: 12px;
    margin-right: 0;
}
.top-bar .linkbox .link_list a:hover{
    background-color: #f4f4f4;
}
.top-bar .languages span a{
    margin-left: 10px;
    color:#999;
    cursor: pointer;
}
.top-bar .languages span a:hover{
    color:#333;
}
.top-bar .languages span.active a{
    color:#333;
}
/* 头部 */
.header {
    background-color: #fff;
}
.header{
    height: 90px;
    min-width: 940px;
}
.header .inner{
    height: 90px;
    line-height: 90px;
    background-color: #fff;
}
.header h1{
    padding-top: 18px;
    height: 84px;
}
.header h1 img{
    width: 180px;
    height: 54px;
    border: 0;
}
.header .tel-search{
    height: 90px;
}
.header .tel-search .tel span{
    font-size: 14px;
    margin-right: 20px;
}
.header .tel-search .tel span u{
    font-weight: 700;
}
.header .tel-search .search{
    position: relative;
}
.header .tel-search #search_form{
    width: 120px;
    height: 31px;
    margin-top: 30px;
    border: 1px solid #D0D0D0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
}
.header .search_wrapper .search_btn{
    position: absolute;
    background: url(/static/pchome/svg/search.png) 0px 0px no-repeat;
    padding: 0px;
    width: 20px;
    height: 20px;
    right: 8px;
    top: 38px;
    cursor: pointer;
    line-height: 20px;
}
.header .tel-search input{
    position: absolute;
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    background: transparent;
    color: #777;
}
.header .tel-search .search_history{
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    z-index: 9999;
    top: 63px;
    right: 0;
    border-radius: 4px;
    box-shadow: 0 0 8px 0 rgba(0,0,0,0.12);
    overflow: hidden;
}
.header .tel-search .search_history li{
    line-height: 28px;
    padding:0 5px 0 16px;
    max-width: 380px;
    min-width: 120px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 28px;
}
.header .tel-search .search_history li:hover{
    background-color: #F4F4F4;
}
.header .tip_hidden{
    position: absolute;
    left: 0;
    top: 30px;
    height: 32px;
    color: #666;
    text-indent: 1.5em;
    line-height: 32px;
    width: 90px;
}

/* 导航栏 */
.nav{
    background: #BE0018;
    height: 40px;
    min-width: 940px;
    color:#fff;
    font-size: 16px;
    width: 100%;
    margin: auto;
}
.nav .inner{
    position: relative;
}
.nav .nav_item span a{
    display: block;
    padding: 0 26px;
    height: 40px;
    line-height: 40px;
    color:#fff;
}
.nav .nav_item.active span a,
.nav .nav_item.nav_hover span a{
    background: #A60015;
    font-weight: 700;
}
.nav .nav_item:hover span a{
    background: #A60015;
    font-weight: 700;
}
.nav_item .nav_item_content u{
    position: absolute;
    display: block;
    width: 1px;
    height: calc(100% - 40px);
    background-color: #E8E8E8;
}
.nav_item .nav_item_content u:nth-child(1){
    left: 235px;
}
.nav_item .nav_item_content u:nth-child(2){
    left: 470px;
}
.nav_item .nav_item_content u:nth-child(3){
    left: 705px;
}
.nav_item .nav_item_content{
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    width: 940px;
    padding: 20px 0;
    background-color: #fff;
    z-index: 5;
}
.nav_item .nav_item_content li{
    width: 25%;
    font-size: 14px;
    padding: 6px 20px 0 50px;
    height: 42px;
    margin-bottom: 6px;
}
.nav_item .nav_item_content li a{
    display: block;
}

/* 次导航栏 */
.sub_nav{
    height: 30px;
    min-width: 940px;
    margin: auto;
}
.sub_nav .inner{
    position: relative;
    text-align: center;
}
.sub_nav .inner>p{
    display: inline-block;
}
.sub_nav .sub_nav_list{
    display: inline-block;
    text-align: center;
}
.sub_nav .sub_nav_list li{
    display: inline-block;
}
.sub_nav .sub_nav_list li a{
    display: block;
    padding: 0 14px;
    height: 30px;
    line-height: 30px;
}

/* 老年服务-2021.01.29 */
.oldman,
.allman,
.free_entrance {
    color: #fff;
    width: 76px;
    margin-top: 8px;
    line-height: 22px;
}
.oldman {
    padding-left: 27px;
    background: url(/static/CN2/images/common/love_old.png) no-repeat;
}
.allman {
    padding-left: 12px;
    background: url(/static/CN2/images/common/love_normal.png) no-repeat;
}
.free_entrance{
    width: 118px;
    padding-left: 25px;
    background: url(/static/CN2/images/common/free_btn_default.png) no-repeat;
    color: #333;
}
.free_entrance:hover{
    color: #333;
}
.free_entrance.active{
    width: 118px;
    padding-left: 8px;
    background: url(/static/CN2/images/common/free_btn.png) no-repeat;
    color: #fff;
}
.free_entrance.active:hover{
    color: #fff;
}
