/*公用样式
基础颜色 #01AC8A

*/


/*医养结合*/
.around {
    display: flex;
    justify-content: space-between;
    margin-top: 34px;
}

.around .a_left {
    width: 865px;
}

.around .a_right {
    width: 310px;
}

.around .a_left .search {
    display: flex;
    background-color: #fff;
    height: 40px;
    border-bottom: 1px #C9C9C9 dashed;
}

.around .a_left .search .address {
    width: 110px;
    border: none;
    text-align: center;
    padding-left: 20px;
    margin-right: 20px;
    cursor: pointer;
}

.around .a_left .search .input {
    border-left: 1px solid #B5B5B5;
    height: 33px;
    margin-top: 4px;
    flex: 1;
    overflow: hidden
}

.around .a_left .search .input input {
    width: 100%;
    height: 31px;
    border: none;
    padding-left: 25px;
    box-sizing: border-box;
}

.around .a_left .search .btn {
    width: 74px;
    text-align: center;
    line-height: 40px;
    background-color: #01AC8A;
    color: #fff;
    cursor: pointer;
}

.around .a_left .searching {
    padding: 0 18px 10px 18px;
    background-color: #fff;
}

.around .a_left .searching .group {
    display: flex;
    border-bottom: 1px #C9C9C9 dashed;
    padding-top: 14px;
}

.around .a_left .searching .group .lists {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
    overflow: hidden;
    height: 44px;
}

.around .a_left .searching .group .lists.open {
    height: auto;
}

.around .a_left .searching .group .list {
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 5px 14px 5px;
    font-size: 12px;
    cursor: pointer;
}

.around .a_left .searching .group .list.on {
    color: #01AC8A;
}

.around .a_left .searching .group .title {
    width: 60px;
    line-height: 30px;
    color: #292929;
}

.around .a_left .searching .group .san_btn {
    cursor: pointer;
    font-size: 30px;
    width: 30px;
    height: 30px;
    transition: all 0.1s;
}

.around .a_left .searching .group .san_btn.on {
    transform: rotate(180deg);
    transform-origin: center center;
    transition: all 0.1s;
}

.around .a_left .searching .group:nth-child(2) .js_lists_san {
    display: none
}

.around .a_left .searching .group:nth-child(3) .js_lists_san {
    display: none
}

.around .a_left .searching .group:nth-child(4) .js_lists_san {
    display: none
}

.around .a_left .results {
    margin-top: 20px;
}

.around .a_left .results .sort {
    background-color: #E9E6E6;
    display: flex;
    height: 44px;
    line-height: 44px;
    font-size: 16px;
    padding: 3px 0;
}

.around .a_left .results .sort .synthesize {
    width: 186px;
    text-align: center;
    border-right: 1px #C9C9C9 solid;
    cursor: pointer;
}

.around .a_left .results .sort .synthesize.on {
    color: #01AC8A;
}

.around .a_left .results .sort .evaluate {
    width: 222px;
    display: flex;
    padding: 0 70px;
    box-sizing: border-box;
    border-right: 1px #C9C9C9 solid;
    cursor: pointer;
}

.around .a_left .results .sort .price {
    width: 222px;
    display: flex;
    padding: 0 70px;
    box-sizing: border-box;
    cursor: pointer;
}

.around .a_left .results .sort .sj {
    margin: 8px 0 0 7px;
}

.around .a_left .results .sort .sj .iconfont {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 1;
    font-size: 20px;
}

.around .a_left .results .sort .on .name {
    color: #67A9FB;
}

.around .a_left .results .sort .up .icon-sanjiao_d {
    color: #67A9FB;
}

.around .a_left .results .sort .up .icon-sanjiao {
    color: #5B5B5B;
}

.around .a_left .results .on .icon-sanjiao_d {
    color: #5B5B5B;
}

.around .a_left .results .on .icon-sanjiao {
    color: #67A9FB;
}

.around .a_left .results .list {
    height: 206px;
    display: flex;
    background-color: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 0px 0px 8px;
    margin-top: 11px;
    cursor: pointer;
    transition: all 0.3s;
}

.around .a_left .results .list.tuijian {
    background: url("../icon/recommend.png") no-repeat right -7px #ffffff;
}

.around .a_left .results .list:hover {
    box-shadow: 0 3px 4px 0 rgba(204, 204, 204, 0.75);
    transition: all 0.3s;
}

.around .a_left .results .list .pic {
    width: 256px;
    height: 191px;
    overflow: hidden;
    margin: 0 21px 0 5px;
    border-radius: 15px;
    border: 2px #01AC8A solid;
}

.around .a_left .results .list .pic img {
    width: 256px;
    height: 191px;
}

.around .a_left .results .list .text h3 {
    font-size: 16px;
    color: #01AC8A;
    font-weight: 600;
    padding: 16px 0;
}

.around .a_left .results .list .text p {
    line-height: 1.5;
    color: #747474;
    max-width: 320px;
    font-size: 12px;
    padding-bottom: 20px;
}

.around .a_left .results .list .text .nub {
    display: none;
}

.around .a_left .results .list .price {
    margin-left: auto;
    padding: 62px 20px 20px 0;
}

.around .a_left .results .list .price .nub {
    font-size: 30px;
    color: #FA7900;
}

.around .a_left .results .list .price .nub span {
    font-size: 16px;
    color: #9D9D9D;
}

.around .a_left .results .list .price .btn {
    width: 103px;
    height: 34px;
    color: #01AC8A;
    border: 1px #01AC8A solid;
    box-sizing: border-box;
    border-radius: 34px;
    line-height: 34px;
    text-align: center;
    margin: 20px auto;
}

.around .a_right .s_news {
    background-color: #fff;
    margin-bottom: 20px;
    height: 375px;
    padding: 0 25px;
}

.around .a_right .s_news .title {
    display: flex;
    justify-content: space-between;
    height: 65px;
    border-bottom: 1px #C9C9C9 dashed;
}

.around .a_right .s_news .title .name {
    position: relative;
    text-indent: 1em;
    line-height: 65px;
    font-size: 16px;
    color: #4B4B4B;
}

.around .a_right .s_news .title .name:before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 20px;
    background-color: #01AC8A;
    border-radius: 6px;
    position: absolute;
    left: 0;
    top: 22px;
}

.around .a_right .s_news .title .more {
    height: 30px;
    width: 70px;
    text-align: center;
    line-height: 30px;
    color: #01AC8A;
    border: 1px #01AC8A solid;
    border-radius: 7px;
    margin-top: 13px;
    cursor: pointer;
}

.around .a_right .s_news li {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #C9C9C9 dashed;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.around .a_right .s_ranking {
    background-color: #fff;
    height: 385px;
    padding: 0 20px;
    margin-bottom: 20px;
}

.around .a_right .s_ranking .title {
    line-height: 70px;
    text-indent: 10px;
    font-size: 16px;
    color: #333;
    display: flex;
    font-weight: 600;
    border-bottom: 1px #C9C9C9 dashed;
}

.around .a_right .s_ranking .title .icon {
    width: 70px;
    height: 60px;
    background: url("../icon/icons.png") 0 0;
}

.around .a_right .s_ranking .list {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #C9C9C9 dashed;
    width: 100%;
    cursor: pointer;
    display: flex
}

.around .a_right .s_ranking .list .icon {
    background-image: url("../icon/icons.png");
    width: 42px;
    height: 42px;
    margin: 3px 10px 0 0;
}

.around .a_right .s_ranking .list:nth-child(1) .icon {
    background-position: 434px 1px;
}

.around .a_right .s_ranking .list:nth-child(2) .icon {
    background-position: 393px 1px;
}

.around .a_right .s_ranking .list:nth-child(3) .icon {
    background-position: 352px 1px;
}

.around .a_right .s_ranking .list:nth-child(4) .icon {
    background-position: 311px 1px;
}

.around .a_right .s_ranking .list:nth-child(5) .icon {
    background-position: 270px 1px;
}

.around .a_right .s_ranking .list .text {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 210px;
}

.host_tj {
    padding: 24px;
    background-color: #fff;
    box-sizing: border-box;
    margin-top: 20px;
}

.host_tj .area {
    display: flex;
    border-bottom: 1px #DBDBDB solid;
    line-height: 2;
}

.host_tj .city {
    display: flex;
    padding-top: 20px;
}

.host_tj .title {
    width: 120px;
}

.host_tj .lists {
    flex: 1;
    overflow: hidden;
}

.host_tj .lists ul {
    display: flex;
    padding-bottom: 20px;
    flex-wrap: wrap;
}

.host_tj .lists li {
    padding: 0 10px;
    width: 120px;
    box-sizing: border-box;
    height: 28px;
}

.host_tj .lists li a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*养老院入驻*/
.settled {
}

.settled .b_pic {
    background: url("../icon/banner_2.jpg") no-repeat top center;
    height: 550px;
}

.settled .part {
    background-color: #fff;
    padding: 46px 46px 0 46px;
    margin-top: -285px;
    box-shadow: 0 6px 20px 1px rgba(175, 175, 175, 0.75);
    box-sizing: border-box;
}

.settled .part h3 {
    text-align: center;
    border-bottom: 4px #01AC8A solid;
    width: 80px;
    margin: 0 auto;
    font-size: 16px;
    color: #292929;
    font-weight: 600;
    padding-bottom: 16px;
}

.settled .part .advantage {
    width: 450px;
    margin: 33px auto 0 auto;
    display: flex;
    padding-bottom: 46px;
}

.settled .part .advantage .title {
    width: 110px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    box-sizing: border-box;
    border: 1px #01AC8A solid;
    border-radius: 4px;
    color: #01AC8A;
    font-size: 16px;
    font-weight: 600;
    margin: 33px 33px 0 0;
}

.settled .part .advantage .lists .list {
    padding: 8px 0
}

.settled .part .advantage .lists .list:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #01AC8A;
    display: inline-block;
    margin-right: 10px;
}

.settled .content {
    display: flex;
    border: 1px #B5B5B5 dashed;
    border-bottom: none;
}

.settled .content .form {
    width: 750px;
    padding: 25px;
    border-right: 1px #B5B5B5 dashed;
}

.settled .content .form .icon {
    width: 79px;
    height: 79px;
    background: url("../icon/icons.png") no-repeat -2px -68px;
    margin: 0 auto;
}

.settled .content .form .brief {
    width: 500px;
    color: #696969;
    margin: 30px auto;
    line-height: 1.7;
    font-size: 16px;
}

.settled .content .form .group {
    display: flex;
    height: 35px;
    line-height: 35px;
    padding: 15px 0;
}

.settled .content .form .group .inline {
    display: flex;
}

.settled .content .form .group .name {
    color: #696969;
    font-size: 16px;
    width: 100px;
    text-align: right;
    margin-right: 15px;
}

.settled .content .form .group input[type='text'] {
    width: 246px;
    border: 1px solid #B5B5B5;
    height: 35px;
    text-indent: 1em;
    border-radius: 5px;
    transition: all 0.3s;
    margin-right: 15px;
}

.settled .content .form .group input[type='text']:focus {
    border: 1px solid #01AC8A;
    transition: all 0.3s;
}

.settled .content .form .group .bed_number {
    width: 246px;
    border: 1px solid #B5B5B5;
    height: 35px;
    text-indent: 1em;
    margin-right: 15px;
}

.settled .content .form .group .input .short {
    width: 100px;
    margin-right: 0;
}

.settled .content .form .group input[type='radio'] {
    margin: 0 3px 0 10px;
    vertical-align: middle;
}

.settled .content .form .group .input {
    position: relative;
}

.settled .content .form .group .input .iconfont {
    position: absolute;
    right: 20px;
    top: 0;
    color: #989898;
    font-size: 20px;
}

.settled .content .form .submite {
    text-align: center;
}

.settled .content .form .submite input {
    width: 150px;
    height: 35px;
    border: none;
    background: #01AC8A;
    color: #fff;
    margin: 30px auto;
    border-radius: 5px;
    cursor: pointer;
}

.settled .content .kefu .icon {
    width: 81px;
    height: 81px;
    background: url("../icon/icons.png") no-repeat -98px -67px;
    margin: 50px auto 28px auto;
}

.settled .content .kefu .text {
    padding: 0 53px;
    color: #696969;
    line-height: 1.7;
    font-size: 16px;
}

.settled .content .kefu .tel_icon {
    width: 81px;
    height: 81px;
    background: url("../icon/icons.png") no-repeat -195px -67px;
    margin: 150px auto 28px auto;
}

.settled .content .kefu .tel_nub {
    text-align: center;
    font-size: 21px;
    color: #FA7900;
}

.settled .gonow {
    width: 100%;
    height: 160px;
    background-color: #01AC8A;
    margin-top: 20px;
}

.settled .gonow .middle {
    display: flex;
}

.settled .gonow .pic {
    margin: 47px 92px 120px;
}

.settled .gonow .qq a {
    display: block;
    width: 219px;
    height: 52px;
    line-height: 52px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    border: 1px #fff solid;
    border-radius: 5px;
    margin: 54px 44px 0 0;
}

.settled .gonow .iconfont {
    font-size: 30px;
    vertical-align: sub;
}

.settled .gonow .or {
    font-size: 25px;
    line-height: 160px;
    padding-right: 53px;
    color: #fff;
}

.settled .gonow .tel_fw a {
    width: 150px;
    height: 52px;
    line-height: 52px;
    color: #FFFFFF;
    font-size: 20px;
    text-align: center;
    border: 1px #fff solid;
    border-radius: 5px;
    margin: 54px 44px 0 0;
    cursor: pointer;
    display: block;
}

/*养老资讯*/
.news {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.news .news_l {
    width: 860px;
}

.news .news_l .list {
    height: 140px;
    background-color: #fff;
    margin-bottom: 14px;
    display: flex;
    border-left: 8px solid #01AC8A;
    padding: 5px 0 5px 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.news .news_l .list:hover {
    box-shadow: 0 3px 4px 0 rgba(204, 204, 204, 0.35);
}

.news .news_l .list.tuijian {
    background: url("../icon/recommend.png") no-repeat right -7px #ffffff;
    background-size: 10%;
}

.news .news_l .list .pic {
    width: 174px;
    height: 130px;
    margin-right: 13px;
}

.news .news_l .list .pic img {
    width: 100%;
    height: 100%;
}

.news .news_l .list .brief {
    flex: 1;
    padding: 10px 17px 10px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.news .news_l .list .brief h3 {
    color: #444;
    font-weight: 600;
}

.news .news_l .list .brief .text {
    color: #A8A2A2;
    font-size: 12px;
    line-height: 1.5;
}

.news .news_l .list .brief .origin {
    display: flex;
    justify-content: space-between;
    color: #A8A2A2;
}

.news .news_r {
    width: 310px;
}

.news .news_r .s_news {
    background-color: #fff;
    margin-bottom: 20px;
    /* height: 375px; */
    padding: 0 25px;
}

.news .news_r .s_news .title {
    display: flex;
    justify-content: space-between;
    height: 65px;
    border-bottom: 1px #C9C9C9 dashed;
}

.news .news_r .s_news .title .name {
    line-height: 65px;
    font-size: 16px;
    color: #4B4B4B;
}

.news .news_r .s_news .title .more {
    height: 30px;
    width: 70px;
    text-align: center;
    line-height: 30px;
    color: #01AC8A;
    border: 1px #01AC8A solid;
    border-radius: 7px;
    margin-top: 13px;
    cursor: pointer;
}

.news .news_r .s_news li {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #C9C9C9 dashed;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.order_online {
    width: 100%;
    background-color: #fff;
    margin-bottom: 20px;
    box-sizing: border-box;
}

.order_online h2 {
    color: #01AC8A;
    font-weight: 600;
    font-size: 18px;
    padding: 7px 0;
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px;
}

.order_online .case {
    width: 100%;
    border-radius: 8px;
    margin: 0 auto 9px auto;
    line-height: 30px;
    padding: 0 5px;
    display: flex;
}

.order_online .case span {
    width: 70px;
    color: #7C7777;
}

.order_online .case input {
    width: calc(100% - 80px);
    border: 1px solid #A6A6A6;
    font-size: 12px;
    text-indent: 1em;
}

.order_online .btn {
    text-align: center;
}

.order_online .btn input {
    width: 178px;
    background-color: #01AC8A;
    color: #fff;
    height: 38px;
    border: none;
    border-radius: 10px;
    margin: 0 auto;
    cursor: pointer;
}

.order_online textarea {
    width: calc(100% - 80px);
    height: 90px;
}

/*老人需求信息*/
.yanlaoinfo_S_Box {
}

.yanlaoinfo_S_Box .yanlaotitle {
    border-bottom: 1px solid #c9c9c9;
    margin-bottom: 10px;
    overflow: hidden;
    height: 40px;
    line-height: 40px;
}

.yanlaoinfo_S_Box .yanlaotitle h2 {
    float: left;
    color: #01AC8A;
    font-weight: 600;
    font-size: 18px;
}

.yanlaoinfo_S_Box .yanlaotitle h2 span {
    font-size: 14px
}

.yanlaoinfo_S_Box .yanlao_lists {
    width: 100%;
}

.yanlaoinfo_S_Box .yanlao_lists li {
    width: 100%;
    height: 47px;
    font-size: 12px;
    border-bottom: 1px #c9c9c9 dotted;
    padding: 5px 0px;
}

.yanlaoinfo_S_Box .yanlao_lists li p {
    float: left;
    box-sizing: border-box;
}

.yanlaoinfo_S_Box .yanlao_lists li p:nth-child(1) {
    width: 80px;
    color: #999;
}

.yanlaoinfo_S_Box .yanlao_lists li p:nth-child(2) {
    width: calc(100% - 80px);
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

/*养老院推荐*/
.yanlaotuiBox {
    height: auto !important;
    padding-bottom: 20px !important;
}

.yanlaoyuanlist {
}

.yanlaoyuanlist li {
    height: auto !important;
    line-height: normal !important;
    padding: 10px 0px;
}

.yanlaoyuanlist div {
    float: left;
}

.yanlaoyuanlist .pic {
    width: 29%;
    height: 60px;
    margin-right: 1%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #f2f2f2;
}

.yanlaoyuanlist .pic img {
    width: 100%;
}

.yanlaoyuanlist .text {
    width: 70%;
}

.yanlaoyuanlist .text h3 {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.yanlaoyuanlist .text p {
    width: 100%;
    height: 44px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal !important;
}

.yanlaoyuanlist .Addr p {
    font-size: 12px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*公司动态*/

.dongtailist {
}

.dongtailist li {
    display: inline-block;
    padding: 10px 0px;
}

.dongtailist .pic {
    float: left;
    position: relative;
    width: 29%;
    height: 0px;
    padding-bottom: 20%;
    margin-right: 1%;
    box-sizing: border-box;
    overflow: hidden;
    background-color: #f2f2f2;
}

.dongtailist .pic img {
    position: absolute;
    width: 100%;
}

.dongtailist .text {
    float: left;
    width: 70%;
}

.dongtailist .text h3 {
    width: 100%;
    font-size: 16px;
    color: #333;
    font-weight: bold;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.dongtailist .text p {
    width: 100%;
    height: 66px;
    line-height: 22px;
    font-size: 12px;
    color: #666;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    white-space: normal !important;
}

.dongtailist .info {
    clear: both;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
}

/*新闻详情*/
.news_detail {
    background-color: #FFF;
    padding: 20px 85px;
}

.news_detail .title {
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0;
    text-align: center;
}

.news_detail .title h3 {
    font-size: 20px;
    color: #4B4B4B;
    line-height: 50px;
    padding-bottom: 10px;
}

.news_detail .title .time {
    color: #7C7C7C;
}

.news_detail .content {
    line-height: 2.2;
    padding: 20px 0;
    border-bottom: 1px #DCDCDC solid;
    color: #7C7C7C;
}

.news_detail .content p {
    padding: 5px 0;
}

.news_detail .rapid {
    padding-top: 20px;
}

.news_detail .rapid p {
    color: #7C7C7C;
    padding: 10px 0;
}

/*关于我们*/
.about {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    box-sizing: border-box;
}

.about .about_l {
    width: 273px;
    margin-left: 13px;
    background-color: #fff;
}

.about .about_l .logo_big {
    text-align: center;
    padding: 20px 0;
}

.about .about_l .a_nav li a {
    height: 55px;
    border-bottom: 1px #E5E5E5 solid;
    line-height: 55px;
    text-align: center;
    cursor: pointer;
    display: block;
    color: #000000;
}

.about .about_l .a_nav li.on {
    background-color: #01AC8A;
}

.about .about_l .a_nav li.on a {
    color: #fff;
}

.about .about_r {
    flex: 1;
    box-shadow: 0 2px 12px 1px rgba(183, 183, 183, 0.35);
    background-color: #fff;
    padding: 20px 83px;
    box-sizing: border-box;
}

.about .about_r h2 {
    font-size: 16px;
    color: #585858;
    padding: 30px 0 10px 0;
}

.about .about_r .text {
    line-height: 2;
    color: #797878;
}

.about .about_r .text p {
    padding: 5px 0;
}

.about .about_r .map {
    width: 100%;
    height: 200px;
    margin: 20px 0;
}

.about .about_news {
    flex: 1;
}

.about .about_news .list {
}

.about .about_news .list {
    height: 140px;
    background-color: #fff;
    margin-bottom: 14px;
    display: flex;
    border-left: 8px solid #01AC8A;
    padding: 5px 0 5px 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.about .about_news .list:hover {
    box-shadow: 0 3px 4px 0 rgba(204, 204, 204, 0.35);
}

.about .about_news .list .pic {
    width: 174px;
    height: 130px;
    margin-right: 13px;
}

.about .about_news .list .pic img {
    width: 100%;
    height: 100%;
}

.about .about_news .list .brief {
    flex: 1;
    padding: 10px 17px 10px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.about .about_news .list .brief h3 {
    color: #444;
    font-weight: 600;
}

.about .about_news .list .brief .text {
    color: #A8A2A2;
    font-size: 12px;
    line-height: 1.5;
}

.about .about_news .list .brief .origin {
    display: flex;
    justify-content: space-between;
    color: #A8A2A2;
}

.about .about_map {
    flex: 1;
    box-shadow: 0 2px 12px 1px rgba(183, 183, 183, 0.35);
    background-color: #fff;
    padding: 20px 33px;
    box-sizing: border-box;
}

.about .about_map dl {
    border-bottom: 1px solid #DCDCDC;
    padding: 10px 0 5px 0;
    overflow: hidden;
}

.about .about_map dt a {
    color: #01AC8A;
    padding: 10px 0;
    display: block;
}

.about .about_map dd {
    float: left;
    padding: 5px 10px;
}

.about .about_map dd a {
    color: #7F7F7F;
    font-size: 12px;
}

/*养老院详情*/
.nur_home {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 20px;
}

.nur_home .nur_home_l {
    flex: 1;
}

.nur_home .nur_home_r {
    width: 310px;
    margin-left: 13px;
}

.nur_home .nur_home_r .s_news {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 0 25px 20px 25px;
}

.nur_home .nur_home_r .s_news .title {
    display: flex;
    justify-content: space-between;
    height: 65px;
    border-bottom: 1px #C9C9C9 dashed;
}

.nur_home .nur_home_r .s_news .title .name {
    line-height: 65px;
    font-size: 16px;
    color: #4B4B4B;
}

.nur_home .nur_home_r .s_news .title .more {
    height: 30px;
    width: 70px;
    text-align: center;
    line-height: 30px;
    color: #01AC8A;
    border: 1px #01AC8A solid;
    border-radius: 7px;
    margin-top: 13px;
    cursor: pointer;
}

.nur_home .nur_home_r .s_news li {
    list-style: none;
    height: 46px;
    line-height: 46px;
    border-bottom: 1px #C9C9C9 dashed;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    cursor: pointer;
}

.nur_home .f_line {
    display: flex;
    justify-content: space-between;
}

.nur_home .f_line .summarize {
    width: 310px;
    height: 344px;
    background-color: #fff;
}

.nur_home .f_line .summarize .title {
    height: 40px;
    line-height: 40px;
    background-color: #01AC8A;
    color: #fff;
    text-indent: 11px;
}

.nur_home .f_line .summarize .tag {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
}

.nur_home .f_line .summarize .tag li {
    padding: 6px 7px;
    color: #01AC8A;
    border: 1px #01AC8A solid;
    border-radius: 8px;
    margin: 5px 10px 5px 0;
    font-size: 12px;
}

.nur_home .f_line .summarize .lists {
    padding: 0 15px;
}

.nur_home .f_line .summarize .list {
    display: flex;
    padding: 10px 0;
    color: #696969;
    line-height: 1;
}

.nur_home .f_line .summarize .list .name {
    width: 80px;
    text-align: right;
    margin-right: 5px;
}

.nur_home .f_line .summarize .list .price {
    color: #FA7900;
    font-size: 18px;
    line-height: 0.6;
}

.nur_home .f_line .summarize .list .price span {
    color: #8A8A8A;
    font-size: 12px;
}

.nur_home .f_line .pics {
    width: 550px;
    height: 344px;
    box-sizing: border-box;
}

.nur_home .s_line {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.nur_home .s_line .jianjie {
    width: 310px;
    height: 372px;
    background-color: #fff;
}

.nur_home .s_line .title {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    height: 40px;
    color: #fff;
    background-color: #01AC8A;
    line-height: 40px;
}

.nur_home .s_line .jianjie .text {
    color: #696969;
    line-height: 1.5;
    padding: 15px;
}

.nur_home .s_line .round {
    width: 550px;
    background-color: #fff;
    height: 372px;
}

.nur_home .s_line .round .lists {
    margin-top: 15px;
}

.nur_home .s_line .round .list {
    width: 129px;
    height: 129px;
    margin: 10px 4px;
    float: left;
}

.nur_home .s_line .round .list img {
    width: 129px;
    height: 129px;
}

.nur_home .remark {
    width: 870px;
    margin-top: 20px;
}

.remark .title {
    width: 174px;
    height: 36px;
    background: #fff;
    border-top: 2px #01AC8A solid;
    color: #01AC8A;
    text-align: center;
    line-height: 36px;
}

.remark .cont {
    background-color: #fff;
    padding: 20px 70px;
}

.remark .nubs {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px #979797 dashed;
    padding-bottom: 20px;
    align-items: flex-end;
}

.remark .nubs .percent .bt {
    color: #696969;
}

.remark .nubs .percent .big {
    color: #FA7900;
    font-size: 39px;
    padding-top: 10px;
}

.remark .nubs .lists {
    display: flex;
}

.remark .nubs .list {
    height: 30px;
    line-height: 30px;
    padding: 0 19px;
    color: #979797;
    border: 1px solid #979797;
    border-radius: 4px;
    margin-left: 22px;
    cursor: pointer;
}

.remark .nubs .list.on {
    color: #01AC8A;
    border: 1px solid #01AC8A;
}

.remark .grade {
    background-color: #ECECEC;
    padding: 16px;
    box-sizing: border-box;
    margin-top: 20px;
}

.remark .grade .cli {
    display: flex;
    padding-bottom: 13px;
}

.remark .grade .cli .name {
    color: #949494;
}

.remark .grade .cli .stars {
    color: #A7A7A7;
    padding: 0 10px 0 2px;
    margin-top: -2px;
}

.remark .grade .cli .stars .on {
    color: #FA7900;
}

.remark .grade .cli .nub {
    color: #FA7900;
}

.remark .grade .input {
    display: flex;
    justify-content: space-between;
}

.remark .grade .input textarea {
    width: 590px;
    background-color: #fff;
    border: none;
    height: 25px;
    font-size: 13px;
    color: #949494;
    resize: none;
    padding: 7px 10px;
    vertical-align: middle;
    line-height: 25px;
}

.remark .grade .input input[type='button'] {
    width: 84px;
    background-color: #FA7900;
    border: none;
    height: 39px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.remark .review {
}

.remark .review .group {
    padding: 22px 0 25px 0;
    border-bottom: 1px #979797 dashed;
    display: flex;
}

.remark .review .group .name {
    width: 100px;
    margin-right: 5px;
    color: #949494;
    line-height: 1.5;
}

.remark .review .group .content {
    flex: 1;
}

.remark .review .group .content .text {
    color: #949494;
    line-height: 1.5;
}

.remark .review .group .content .record {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

.remark .review .group .content .record .reply {
    margin-left: auto;
    color: #949494;
    cursor: pointer;
}

.remark .review .group .content .record .time {
    color: #949494;
    padding-right: 5px;
}

.remark .review .group .content .record .star {
    color: #A7A7A7;
    padding: 0 10px 0 2px;
    margin-top: -2px;
}

.remark .review .group .content .record .star .on {
    color: #FA7900;
}

.remark .review .group .content .record .nub {
    color: #FA7900;
}

.remark .review .group .content .huifu {
    display: flex;
    justify-content: space-between;
    padding-top: 15px;
}

.remark .review .group .content .huifu textarea {
    width: 510px;
    background-color: #fff;
    border: 1px solid #949494;
    height: 25px;
    font-size: 13px;
    color: #949494;
    resize: none;
    padding: 6px 10px;
    vertical-align: middle;
    line-height: 25px;
}

.remark .review .group .content .huifu input[type='button'] {
    width: 84px;
    background-color: #FA7900;
    border: none;
    height: 39px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.remark .review .group .content .hui_lists .list {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    padding: 10px 0;
    color: #949494;
    background-color: #eee;
    margin-top: 10px;
}

.remark .review .group .content .hui_lists .list .name {
    width: 120px;
}

.remark .review .group .content .hui_lists .list .text {
    flex: 1;
}

.remark .review .group .content .hui_lists .list .reply {
    width: 60px;
    margin-left: auto;
    text-align: right;
    padding-right: 10px;
    cursor: pointer;
}

.remark .review .group .content .huifu {
    display: none;
}

.inside {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.inside .summarize {
    width: 310px;
    height: 344px;
    background-color: #fff;
}

.inside .summarize .title {
    height: 40px;
    line-height: 40px;
    background-color: #01AC8A;
    color: #fff;
    text-indent: 11px;
}

.inside .summarize .tag {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 15px;
}

.inside .summarize .tag li {
    padding: 6px 7px;
    color: #01AC8A;
    border: 1px #01AC8A solid;
    border-radius: 8px;
    margin: 5px 10px 5px 0;
    font-size: 12px;
}

.inside .summarize .lists {
    padding: 0 15px;
}

.inside .summarize .list {
    display: flex;
    padding: 10px 0;
    color: #696969;
    line-height: 1;
}

.inside .summarize .list .name {
    width: 70px;
    text-align: right;
    margin-right: 5px;
}

.inside .summarize .list .price {
    color: #FA7900;
    font-size: 18px;
    line-height: 0.6;
}

.inside .summarize .list .price span {
    color: #8A8A8A;
    font-size: 12px;
}

.inside .inside_r {
    background-color: #fff;
    margin-left: 15px;
    flex: 1;
}

.inside .inside_r .content .title {
    height: 40px;
    text-indent: 11px;
    background-color: #01AC8A;
    color: #fff;
    line-height: 40px;
}

.inside .inside_r .content .text {
    padding: 10px 30px;
    color: #797878;
    line-height: 26px;
    font-size: 16px;
}

.inside .inside_r .content .text h3 {
    color: #585858;
    padding: 10px 0;
}

.inside .inside_r .content .text p {
    padding: 5px 0;
}

.inside .inside_r .content .articlelist {
}

.inside .inside_r .content .articlelist li {
    position: relative;
    list-style: none;
    padding: 0px 10px;
    box-sizing: border-box;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #f2f2f2;
}

.inside .inside_r .content .articlelist li a {
    padding-left: 10px;
}

.inside .inside_r .content .articlelist li i {
    position: absolute;
    top: 6px;
}

.inside .inside_r .content .articlelist li span {
    float: right;
    color: #ccc;
}

.inside .inside_r.bgf5 {
    background-color: #F5F5F5 !important;
}

.inside .inside_r .nur_news .list {
    height: 140px;
    background-color: #fff;
    margin-bottom: 14px;
    display: flex;
    border-left: 8px solid #01AC8A;
    padding: 5px 0 5px 4px;
    box-sizing: border-box;
    cursor: pointer;
}

.inside .inside_r .nur_news .list:hover {
    box-shadow: 0 3px 4px 0 rgba(204, 204, 204, 0.35);
}

.inside .inside_r .nur_news .list.tuijian {
    background: url("../icon/recommend.png") no-repeat right -7px #ffffff;
    background-size: 10%;
}

.inside .inside_r .nur_news .list .pic {
    width: 174px;
    height: 130px;
    margin-right: 13px;
}

.inside .inside_r .nur_news .list .pic img {
    width: 100%;
    height: 100%;
}

.inside .inside_r .nur_news .list .brief {
    flex: 1;
    padding: 10px 17px 10px 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.inside .inside_r .nur_news .list .brief h3 {
    color: #444;
    font-weight: 600;
}

.inside .inside_r .nur_news .list .brief .text {
    color: #A8A2A2;
    font-size: 12px;
    line-height: 1.5;
    padding: 0;
}

.inside .inside_r .nur_news .list .brief .origin {
    display: flex;
    justify-content: space-between;
    color: #A8A2A2;
}

.inside .inside_r .imglist {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
}

.inside .inside_r .imglist a {
    margin: 15px 14px 15px 0;
}

.inside .inside_r .imglist a:nth-child(4n) {
    margin: 15px 0 15px 0;
}

.inside .inside_r .imglist img {
    width: 205px;
    height: 205px;
}

.inside .inside_r .imglist p {
    text-align: center;
    line-height: 1.5;
}

.inside .inside_r .order {
    padding: 15px;
}

.inside .inside_r .order .bt {
    justify-content: space-between;
    display: flex;
    padding: 6px 0;
    border-bottom: 1px #E7E4E4 solid;
}

.inside .inside_r .order .bt .name {
    font-size: 16px;
    color: #000000;
}

.inside .inside_r .order .bt .strt {
    color: #BFBFBD;
}

.inside .inside_r .order .from .list {
    display: flex;
    height: 35px;
    line-height: 35px;
    margin: 15px 0;
}

.inside .inside_r .order .from .name {
    width: 120px;
    text-align: right;
    margin-right: 10px;
}

.inside .inside_r .order .from input[type='text'] {
    height: 35px;
    border: 1px #DCDCDC solid;
    border-radius: 2px;
    width: 350px;
    text-indent: 1em;
}

.inside .inside_r .order .btn input {
    width: 240px;
    height: 40px;
    background-color: #01AC8A;
    border: none;
    color: #fff;
    border-radius: 2px;
    margin: 20px 0 0 130px;
    cursor: pointer;
}

.inside .remark {
    width: auto;
    margin: 0;
}

.inside .inside_r .content .remark .text {
    padding: 0;
}

.inside .inside_r .contact {
    width: 800px;
    margin: 20px auto;
}

.inside .inside_r .contact h3 {
    color: #01AC8A;
    padding: 10px 0 20px 0;
    font-size: 16px;
}

.inside .inside_r .contact h3 span {
    color: #8A8A8A;
}

.inside .inside_r .contact .map {
    width: 100%;
    height: 519px;
}

.register_top {
    justify-content: space-between;
}

.register_top .btns {
    margin-left: auto;
    display: flex;
    height: 30px;
    margin-top: 35px;
    line-height: 30px;
}

.register_top .title {
    margin-left: 45px;
    line-height: 100px;
    color: #8C8C8C;
    font-size: 24px;
}

.register_top .btns .btn a {
    width: 83px;
    height: 30px;
    background-color: #01AC8A;
    color: #fff;
    text-align: center;
    margin-left: 10px;
    cursor: pointer;
    display: block;
}

.login {
    width: 990px;
    padding-top: 50px;
    box-sizing: border-box;
    margin: auto;
}

.login .register {
    overflow: hidden;
    background: url("../icon/login_bj.jpg") no-repeat top left #fff;
}

.login .register .form {
    width: 550px;
    margin: 50px auto 0 auto;
}

.login .register .form .list {
    display: flex;
    line-height: 60px;
    padding: 10px 0;
    justify-content: space-between;
}

.login .register .form .list .name {
    width: 100px;
    text-align: right;
    color: #8C8C8C;
    font-size: 20px;
    margin-right: 10px;
}

.login .register .form .list .input input {
    width: 420px;
    height: 60px;
    border: 1px #D4D4D4 solid;
    border-radius: 5px;
    text-indent: 1em;
}

.login .register .form .list .input .code {
    width: 250px;
    height: 60px;
    border: 1px #D4D4D4 solid;
    border-radius: 5px;
    text-indent: 1em;
}

.login .register .form .list .getcode {
    width: 150px;
    height: 60px;
    border: 1px #01AC8A solid;
    border-radius: 5px;
    background-color: #01AC8A;
    font-size: 18px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.login .register .form .btn input {
    width: 420px;
    margin: 30px 0 60px 110px;
    height: 60px;
    line-height: 60px;
    background: #01AC8A;
    text-align: center;
    border: none;
    font-size: 26px;
    color: #fff;
    cursor: pointer;
    float: right;
}

.login .register .findpassword {
    text-align: right;
    padding-top: 5px;
}

.site_box {
    box-sizing: border-box;
    padding-top: 20px;
}

.site_all {
    background-color: #fff;
    padding: 30px 0;
}

.site_all .tab {
    height: 60px;
    background-color: #F5F4F4;
    margin: 0 30px;
    padding: 0 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #D7D7D7;
}

.site_all .tab li {
    height: 45px;
    margin-top: 15px;
    box-sizing: border-box;
    float: left;
    line-height: 45px;
    width: 145px;
    text-align: center;
    cursor: pointer;
}

.site_all .tab li.on {
    background-color: #fff;
    color: #333333;
    border-left: 1px solid #D7D7D7;
    border-right: 1px solid #D7D7D7;
    border-top: 1px solid #D7D7D7
}

.site_all .cont {
    padding-top: 20px;
    line-height: 30px;
}

.site_all .cont .list {
    display: flex;
    padding: 20px 0;
}

.site_all .cont .list:hover {
    background-color: #FAF8F5;
}

.site_all .cont .list:hover .name {
    color: #01AC8A;
}

.site_all .cont .list .name {
    width: 90px;
    text-align: right;
}

.site_all .cont .list .gather {
    flex: 1;
}

.site_all .cont .list .gather a {
    padding: 0 5px;
    margin: 0 5px;
}

.site_all .cont .list .gather a:hover {
    color: #01AC8A;
}

.site_all .cont .zimu .list .name {
    width: 40px;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: 1px solid #ebebeb;
    background-color: #f5f5f5;
    border-radius: 2px;
    box-sizing: border-box;
    margin-left: 50px;
    font-size: 18px;
}

.site_all .cont .zimu .list:hover .name {
    color: #01AC8A;
    background-color: #fff;
}

.demo-image {
    width: 100%;
}

/*分页*/
.M-box {
    display: inline-block;
    text-align: center;
    zoom: 1;
    margin-top: 20px;
}

.M-box:before, .M-box:after {
    content: "";
    display: table;
}

.M-box:after {
    clear: both;
    overflow: hidden;
}

.M-box span {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    color: #bdbdbd;
    font-size: 14px;
}

.M-box .active {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #01AC8A;
    color: #fff;
    font-size: 14px;
    border: 1px solid #01AC8A;
}

.M-box a {
    float: left;
    margin: 0 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background: #fff;
    border: 1px solid #ebebeb;
    color: #bdbdbd;
    font-size: 14px;
}

.M-box a:hover, .M-box1 a:hover, .M-box2 a:hover, .M-box3 a:hover, .M-box4 a:hover {
    color: #fff;
    background: #4e9bfa;
}

.M-box .next, .M-box .prev, .M-box1 .next, .M-box1 .prev {
    font-family: "Simsun";
    font-size: 16px;
    font-weight: bold;
}

.now, .count {
    padding: 0 5px;
    color: #f00;
}

.eg img {
    max-width: 800px;
    min-height: 500px;
}

/*其它*/
.container-fluid {
    padding: 0;
}

.navbar {
    margin: 0;
}

#activate {
    margin: 17px 0;
    width: 300px;
    height: 64px;
    font-size: 18px;
}

.header {
    margin: 0;
    text-align: center; /*overflow: hidden;*/
}

.headerImg {
    height: 100%;
    margin: 0 auto;
}

.col-lg-7 {
    padding-left: 150px;
}

.col-lg-7 p {
    font-size: 18px;
    margin: 50px 0;
}

.col-lg-5 {
    padding: 0 100px;
}

.col-lg-5 img {
    width: 100%;
    max-width: 400px;
}

.col-lg-5 div {
    margin: 0 auto;
}

.credit {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    z-index: 1;
}

/*Slideshow container*/

.slideshow {
    position: relative;
    max-width: 100%;
}

/*Slideshow images*/

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}

/*Buttons*/

.slideBtn {
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 100%;
    cursor: pointer;
}

.leftBtn {
    left: 0px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

.rightBtn {
    right: 0px;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
}

/*Arrow pointers*/

.pointer {
    position: absolute;
    top: 50%;
    margin-top: -32px;
    z-index: 9001;
    left: 12px;
    opacity: 0.8;
}

.previous {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid white;
}

.next {
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid white;
    right: 12px;
    left: auto;
}

/*Helper style classes*/

.hide {
    visibility: hidden;
}

/*注册 登录 找回密码*/
.RegBox {
    position: relative;
    margin: 0 auto;
    width: 990px;
    background: #FFFFFF;
    padding-top: 75px;
    padding-bottom: 50px;
    box-shadow: 0 6px 6px 1px rgba(175, 175, 175, 0.8);
    box-sizing: border-box;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    overflow: hidden;
}

.RegBox li {
    overflow: hidden;
    height: 60px;
    line-height: 60px;
    list-style: none;
    width: 100%;
    margin-left: 190px;;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
}

.RegBox li p {
    height: 57px;
    line-height: 57px;
    float: left;
}

.RegBox li p input {
    height: 57px;
    line-height: 57px;
    width: 420px;
    font-size: 18px;
}

.RegBox li p:nth-child(1) {
    width: 120px;
}

.RegBox .base_button {
    height: 57px;
    line-height: 57px;
    font-size: 28px;
    width: 420px;
    padding: 0px;
}

.RegBox dt {
    width: 40px;
    height: 0;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    border-bottom: 40px solid #01AC8A;
    color: #fff;
    position: absolute;
    top: 0px;
    left: -60px;
    transform: rotate(-45deg);
    line-height: 60px;
    text-align: center;
    text-indent: -2em;
    letter-spacing: .4em;
    font-size: 12px;
    display: inline-block;
    text-align: center;
}

.RegBox li p .Phone_code {
    width: 260px;
}

.RegBox li p .getbtn {
    width: 150px;
    font-size: 18px;
}

.RegBox .Reg_Right {
    position: absolute;
    width: 100%;
    right: 0px;
    top: 0px;
    display: inline-block;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    text-align: right;
    padding-right: 30px;
    border-bottom: 1px dotted #01AC8A;
}

/*---老人需求---*/
.laorentitle {
    clear: both;
    display: inline-block;
    width: 100%;
    font-size: 12px;
    line-height: 40px;
    background: #FFF;
    border-bottom: 1px solid #01AC8A;
}

.laorentitle span {
    display: inline-block;
    padding: 0px 8px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #01AC8A;
    font-size: 14px;
}

.laorencontent {
}

.laorencontent li {
    width: 100%;
    background: #FFF;
    margin: 10px 0px;
    padding: 5px 15px;;
    box-sizing: border-box;
    border-radius: 5px;
}

.laorencontent li p {
    width: 100%;
}

.laorencontent li .text {
    font-size: 14px;
    font-weight: bold;
    line-height: 36px;
}

.laorencontent li .time {
    font-size: 12px;
    color: #CCC;
}

/*---站点选择---*/
.SiteBox {
    width: 100%;
    border: 1px solid #ccc;
}

.SiteTitle {
    width: 100%;
    background: #FFF;
    padding-top: 3px;
    padding-bottom: 10px;
}

.SiteTitle p {
    background: #F5F5F5;
    height: 40px;
    line-height: 40px;
    padding-top: 15px;
    border-bottom: 1px solid #ccc;
}

.SiteTitle p span {
    display: inline-block;
    width: 100px;
    text-align: center;
    box-sizing: border-box;
    margin-left: 20px;
    cursor: pointer;
}

.Selon {
    border: 1px solid #ccc;
    background: #FFF;
    border-box;
    border-radius: 5px 5px 0 0;
    border-bottom: 0px;
}

.SiteContent {
    margin-bottom: 30px;
}

.SiteContent li {
    width: 100%;
    height: 36px;
    line-height: 36px;
    overflow: hidden;
}

.SiteContent li:nth-child(2n) {
    background: #FFF;
}

.SiteContent li p {
    float: left;
    line-height: 36px;
}

.SiteContent li p:nth-child(1) {
    width: 80px;
    color: #01AC8A;
    text-align: right;
}

.SiteContent li p:nth-child(2) {
    width: calc(100% - 140px);
}

.SiteContent li p:nth-child(2) a {
    padding: 0px 6px;
}

.SiteContent li .more {
    width: 50px;
    color: #01AC8A;
    cursor: pointer;
}

.AutoHeight {
    height: auto !important;
}

@media (max-width: 768px) {
    .col-lg-7 {
        padding: 15px;
    }

    .col-lg-7 h2 {
        font-size: 16px;
    }

    .col-lg-7 p {
        font-size: 12px;
    }

    .credit {
        margin-bottom: 25px;
    }

    .around {
        display: inline-block;
    }

    .news {
        display: block;
    }

    .around .a_left .results .sort {
    }

    .around .a_left .results .sort > div {
        width: 30% !important;
        padding: 0px !important;
        text-align: center;
        margin: 0 auto;
    }

    .around .a_left, .news .news_l {
        width: 100%;
    }

    .around .a_right, .news .news_r {
        width: 100%;
    }

    .around .a_left .searching .group:nth-child(2) .js_lists_san {
        display: block;
    }

    .around .a_left .searching .group:nth-child(3) .js_lists_san {
        display: block;
    }

    .around .a_left .searching .group:nth-child(4) .js_lists_san {
        display: block;
    }

    .around .a_left .results .list {
        position: relative;
        width: 100%;
        height: auto;
        margin-top: 0px;
        background: #fff;
        border-left: none;
    }

    .around .a_left .results .lists .tuijian {
        background: #fff;
        margin-top: 5px;
    }

    .around .a_left .results .list .pic {
        position: relative;
        width: 40%;
        box-sizing: border-box;
        height: auto;
        margin: 0 10px 0 5px;
        overflow: hidden;
    }

    .around .a_left .results .list .pic img {
        width: 100%;
        height: auto;
    }

    .around .a_left .results .list .pic dt {
        width: 40px;
        height: 0;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        border-bottom: 40px solid #01AC8A;
        color: #fff;
        position: absolute;
        top: -20px;
        left: -40px;
        transform: rotate(-45deg);
        line-height: 60px;
        text-align: center;
        text-indent: -2em;
        letter-spacing: .4em;
        font-size: 12px;
        display: inline-block;
        text-align: center;
    }

    .around .a_left .results .list .text {
        width: 60%;
        box-sizing: border-box;
    }

    .around .a_left .results .list .text p:nth-child(2) {
        height: 36px;
        overflow: hidden;
        padding-bottom: 0px;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }

    .around .a_left .results .list .text p:nth-child(3) {
        width: 100%;
        height: 18px;
        padding-bottom: 0px;
        margin-bottom: 5px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .around .a_left .results .list .text p:nth-child(4) {
        padding-bottom: 5px;
    }

    .around .a_left .results .list .text h3 {
        font-size: 14px;
        width: 100%;
        padding: 5px 0px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .around .a_left .results .list .text .nub {
        display: block;
    }

    .around .a_left .results .list .text .nub span {
        font-size: 18px;
        color: #FA7900;
    }

    .around .a_left .results .list .price {
        display: none;
    }

    .M-box a:nth-child(3), .M-box a:nth-child(4), .M-box a:nth-child(5) {
        display: none;
    }

    .settled .b_pic {
        height: 100px;
    }

    .settled .part .advantage {
        width: 100%;
    }

    .settled .part .advantage .title {
        display: none;
    }

    .settled .content .form {
        font-size: 12px;
        width: 100%;
        padding: 0px;
        border-right: none;
    }

    .settled .content .form .group {
        width: 100%;
        display: block;
        height: auto;
        padding: 0px;
    }

    .settled .content .form .group .inline {
        display: inline-block;
        width: 100%;
        box-sizing: border-box;
    }

    .settled .content .form .group .inline > div {
        float: left;
    }

    .settled .content .form .group .name {
        font-size: 12px;
        width: 80px;
        margin-right: 0px;
    }

    .settled .content .form .group .input {
        width: calc(100% - 85px);
    }

    .settled .content .form .group .input input[type='text'] {
        width: 100%;
        margin-right: 0px;
        box-sizing: border-box;
    }

    .settled .content .form .group .input .short {
        width: 100px !important;
        margin-right: 0 !important;
    }

    .settled .content .kefu {
        display: none;
    }

    .settled .part {
        padding: 10px;
    }

    .settled .content .form .brief {
        width: 100%;
        box-sizing: border-box;
        margin: 0px;
        font-size: 12px;
        margin-bottom: 10px;
    }

    .settled .gonow {
        display: none;
    }

    .RegBox {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .RegBox li {
        margin-left: 0px;
        font-size: 14px;
        margin-top: 5px;
        margin-bottom: 5px;
        height: 45px;
        line-height: normal;
    }

    .RegBox li p {
        height: 36px;
        line-height: 36px;
    }

    .RegBox li p:nth-child(1) {
        width: 100px;
    }

    .RegBox li p:nth-child(2) {
        width: calc(100% - 100px);
    }

    .RegBox li p input {
        width: 98%;
        height: 36px;
        line-height: 36px;
        box-sizing: border-box;
        font-size: 12px;
    }

    .RegBox li p .getbtn {
        width: 70px;
        font-size: 12px;
        height: 36px;
        line-height: 36px;
    }

    .RegBox li p .Phone_code {
        width: calc(100% - 80px);
    }

    .RegBox .base_button {
        width: 200px;
        font-size: 18px;
        height: 40px;
        line-height: 40px;
    }

    .header .UnitTop .top_Right .base_button {
        font-size: 12px;
    }

    .header .UnitTop .top_Right {
        line-height: normal;
        width: 180px;
        text-align: right;
        margin-right: 10px;
        margin-top: 20px;
    }

    .header .UnitTop .top_Right span {
        display: inline-block;
        margin-bottom: 20px;
    }

    .order_online {
        width: 100%;
        padding: 0px 10px 20px;
        box-sizing: border-box;
    }

    .news .news_l .list .pic {
        position: relative;
        width: 40%;
        box-sizing: border-box;
        height: auto;
        margin: 0 10px 0 5px;
        overflow: hidden;
    }

    .news .news_l .list .pic img {
        width: 100%;
        height: auto;
    }

    .news .news_l .list .brief {
        width: 60%;
        box-sizing: border-box;
    }

    .news .news_l .list .brief .text {
        height: 54px;
        overflow: hidden;
        padding-bottom: 0px;
        margin-bottom: 5px;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        word-break: break-all;
    }

    .about {
        display: inline-block;
    }

    .about .about_l {
        display: inline-block;
        width: 100%;
    }

    .about .about_r {
        display: inline-block;
        width: 100%;
        padding: 10px;
    }

    .about .about_r h2 {
        font-size: 14px;
        padding: 10px 0px;
    }

    .a_nav li {
        float: left;
        width: 25%;
        box-sizing: border-box;
    }

    /*--养老院,交换--*/
    .inside {
        display: inline-block;
    }

    .inside_l {
        float: right;
        display: inline-block;
        width: 100%;
    }

    .inside_r {
        float: left;
        display: inline-block;
        width: 100%;
        margin-left: 0px !important;
    }

    .inside .summarize {
        width: 100%;
    }

    .inside .inside_r .imglist a {
        width: 46%;
        display: inline-block;
        box-sizing: border-box;
        margin: 15px 2%;
    }

    .inside .inside_r .imglist a p:nth-child(1) {
        position: relative;
        width: 100%;
        height: 0px;
        padding-bottom: 100%;
        overflow: hidden;
    }

    .inside .inside_r .imglist img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
    }

    .inside .inside_r .order .from input[type='text'] {
        width: 200px;
    }

    .inside .inside_r .order .btn {
        width: 100%;
        text-align: center;
    }

    .inside .inside_r .order .btn input {
        margin: 0 auto;
    }

    .remark .cont {
        padding: 10px;
        box-sizing: border-box;
    }

    .remark .nubs .percent .big {
        font-size: 18px;
    }

    .remark .nubs .list {
        margin-left: 8px;
        padding: 0 8px;
    }

    .inside .inside_r .contact {
        width: 100%;
    }

    .nur_home {
        display: inline-block;
        width: 100%;
    }

    .nur_home_l, .f_line, .nur_home .f_line .summarize {
        width: 100%;
        display: inline-block;
    }

    .nur_home .f_line .pics {
        width: 100%;
        display: inline-block;
    }

    .nur_home .s_line {
        width: 100%;
        display: inline-block;
    }

    .nur_home .s_line .jianjie {
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .nur_home .s_line .round {
        width: 100%;
        height: auto;
        display: inline-block;
    }

    .nur_home .nur_home_r {
        width: 100%;
        display: inline-block;
        margin-left: 0px;
    }

    .nur_home .f_line {
        display: inline-block;
    }

    .nur_home .remark {
        width: 100%;
        display: inline-block;
    }

    .nur_home .s_line .round .list {
        position: relative;
        width: 46%;
        height: 0px;
        padding-bottom: 46%;
        margin: 10px 2%;
        box-sizing: border-box;
        overflow: hidden;
        background: #f2f2f2;
    }

    .nur_home .s_line .round .list img {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: auto;
    }

    .host_tj .area, .host_tj .city {
        display: block;
    }

    .news_l .news_detail {
        padding: 10px 10px;
        font-size: 14px !important;
        overflow: hidden;
    }

    .news_l .news_detail .content p {
        margin-left: 0px !important;
        margin-right: 0px !important;
        text-indent: 0px !important;
        padding: 0px !important;
    }

    .news_l .news_detail .content img {
        width: 100% !important;
    }

    .news_l .news_detail .content span {
        text-indent: 0px !important;
        line-height: 35px;
    }

    .news_detail .title h1 {
        font-size: 16px;
    }
}
