/* 公共样式 */
body,div,p,ul,ol,li,h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
body{font-size: 12px;overflow-x: hidden;-ms-overflow-x: hidden;background: #fff;}
li{list-style: none;}
img{border: 0;}
a{text-decoration: none;color:#333;outline: none;}
a:hover{color:#BE0018;}
i{font-style: normal;}
u{text-decoration: none;}
button{outline: 0;}
button::-moz-focus-inner{
    border: none;
}
button::-moz-focus-outer{
    border: none;
}
.fl{float: left;}
.tel.fl{float: left;}
.fr{float: right;}


/* 版心 */
.inner{
    width: 960px;
    margin: 0 auto;
    box-sizing: border-box;
    zoom: 1;
    font-family: "PingFangSC-Medium",Arial,"Times New Roman","Microsoft YaHei";
}
.inner::after{
    display: block;
    content: '';
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}

/* 顶部导航条 */
.header{
    min-width: 940px;
}
.header .top-bar{
    height: 40px;
    min-width: 940px;
    width: 100%;
    background: #F2F2F2;
}
.top-bar{
    height: 40px;
    background: #F2F2F2;
}
.header .top-bar .inner{
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}
.top-bar .inner{
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}
.top-bar .top-bar_left a{
    line-height: 40px;
    margin-right: 20px;
}
.top-bar .linkbox {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    width: auto;
}
.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: 1000;
    box-sizing: border-box;
}
.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;
    text-decoration: none;
}
.top-bar .languages span a:hover{
    color:#333;
}
.top-bar .languages span.active a{
    color:#333;
}

/* 头部 */
.header {
    background-color: #fff;
    width: 100%;
}
#header{
    height: 90px;
    width: 100%;
}
#header h1{
    padding-top: 18px;
    height: 84px;
    box-sizing: border-box;
    margin: 0;
}
#header h1 img{
    display: block;
    width: 180px;
    height: 54px;
    border: 0;
}
#header .tel-search{
    height: 90px;
    line-height: 90px;
    width: auto;
}
#header .tel-search .tel{
    text-align: right;
    margin-top: 0;
}
#header .tel-search .tel a {
    color: #be0018;
    font-weight: bold;
}
#header .tel-search .tel a:hover {
    color: #BE0018;
}
#header .tel-search .tel span{
    font-size: 14px;
    margin-right: 20px;
}
#header .tel-search .tel span u{
    font-weight: 700;
}
#header .tel-search .search_wrapper{
    position: relative;
    width: auto;
    text-align: left;
}
#header .tel-search .search{
    position: relative;
}
#header .tel-search #search_form{
    width: 120px;
    height: 31px;
    margin-top: 30px;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    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 .search_wrapper::after{
    position: absolute;
    content: '';
    background: transparent;
    left: 0;
    width: 100%;
    top: 52px;
    height: 12px;
}
#header .search .search_btn{
    position: absolute;
    right: 8px;
    top: 38px;
    cursor: pointer;
}
#header .tel-search input{
    position: absolute;
    width: 86px;
    height: 30px;
    line-height: 30px;
    text-indent: 1em;
    background: transparent;
    color: #777;
    border: 0;
    outline: none;
    box-sizing: border-box;
}
#header .tel-search input:-internal-autofill-selected{
    background-color: transparent !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}
#header .tel-search .search_history{
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 120px;
    z-index: 9999;
    top: 62px;
    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;
    box-sizing: border-box;
    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;
}
.top-bar_left{
    width: auto;
    text-align: left;
    color: #333;
}
.top-bar_right,
.top-bar_right .fl,
.top-bar_right .fr{
    width: auto;
}
/* 导航栏 */
.nav{
    background: #BE0018;
    color:#fff;
    min-width: 940px;
    width: 100%;
    font-size: 16px;
    box-sizing: border-box;
}
.nav .inner{
    position: relative;
}
.nav .nav_item{
    width: auto;
}
.nav .nav_item span a{
    display: block;
    padding: 0 26px;
    box-sizing: border-box;
    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);
    box-sizing: border-box;
    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: 960px;
    padding: 20px 0;
    box-sizing: border-box;
    background-color: #fff;
    z-index: 999;
}
.nav_item .nav_item_content li{
    width: 25%;
    font-size: 14px;
    padding: 6px 26px 0 50px;
    height: 42px;
    margin-bottom: 6px;
    box-sizing: border-box;
}
.nav_item .nav_item_content li a{
    display: block;
}

/* 次导航栏 */
.sub_nav{
    background-color: #F2F2F2;
    min-width: 940px;
    width: 100%;
}
#sub_nav.sub_nav{
    min-width: auto;
}
.sub_nav .inner{
    position: relative;
    text-align: center;
    line-height: 30px;
}
.sub_nav .inner>p{
    display: inline-block;
    font-family: "PingFangSC-Medium",Arial,"Times New Roman","Microsoft YaHei";
    font-size: 12px;
}
.sub_nav .sub_nav_list{
    display: inline-block;
    text-align: center;
    line-height: 30px;
}
.sub_nav .sub_nav_list li{
    display: inline-block;
    line-height: 30px;
}
.sub_nav .sub_nav_list li a{
    display: block;
    padding: 0 14px;
    box-sizing: border-box;
    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;
    text-align: left;
}
.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;
}

/* 详情页 [大 中 小] 字号设置 */
.controler .size_big{
    font-size: 13pt;
}
.controler .size_mid{
    font-size: 11pt;
}
.controler .size_small{
    font-size: 9pt;
}