/*----------二级导航面包屑----------*/
.common_subnav {
    margin-top: 15px;
}

.common_subnav .s_tit {
    text-align: center;
}

.common_subnav .s_tit h3 {
    font-family: "Arial";
    font-size: 22px;
    color: #d0d0d0;
    font-weight: normal;
    text-transform: uppercase;

}

.common_subnav .s_tit h4 {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
}

.common_subnav .s_nav {
    line-height: 50px;
    margin-top: 15px;
}

.common_subnav .s_nav a {
    text-align: center;
    width: 20%;
    float: left;
    color: #636973;
    font-size: 16px;
}

.common_subnav .s_nav span {
    color: #636973;
    float: left;
    padding: 0 25px;
}

.common_subnav .s_nav a:hover,
.common_subnav .s_nav a.cur {
    border-bottom: 2px solid #d70000;
    color: #d70000;
    font-weight: bold;
}


/*----------物业 banner----------*/
.banner {
    height: 130px;
    background-position: center top;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(../images/wy/banner.jpg);
    background-size: cover;
}

.grey_line {
    border-bottom: 10px solid #F6F6F6;
}


/*---------- 物业简介 ----------*/
.wy-abpout {
    background: url(../images/wy/bg01.png) no-repeat center top;
    background-size: cover;
    padding: 20px 3%;
}

.wy-abpout .tit {
    padding-top: 10px;
    color: #fff;
}

.wy-abpout .tit h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.wy-abpout .tit h4 {
    font-size: 22px;
    font-weight: normal;
    margin-top: 10px;
}

.wy-abpout .tit span {
    margin-top: 12px;
    display: block;
    width: 50px;
    height: 4px;
    background: #D70000;
}

.wy-abpout .img-block {
    margin-top: 20px;
}

.wy-abpout .img-block img {
    display: block;
    width: 100%;
}

.wy-abpout .txt-block {
    margin-top: 15px;
}

.wy-abpout .txt-block .txt {
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

.wy-abpout .txt-block .txt p {
    padding: 5px 0;
}

.wy-abpout .txt-block .btn {
    margin-top: 30px;
    display: block;
    width: 150px;
    padding-left: 30px;
    line-height: 46px;
    border: 1px solid #007EFF;
    color: #007EFF;
    font-size: 16px;
    background: url(../images/wy/point01.png) no-repeat 110px center;
}


/*---------- 物业视频 ----------*/
.wy-video {
    background: url(../images/wy/bg02.png) no-repeat center top;
    background-size: cover;
    padding: 20px 3%;
}

.wy-video .cnt {
    position: relative;
}

.wy-video .cnt a {}

.wy-video .cnt img {
    display: block;
    width: 100%;
}

.wy-video .cnt .tit {
    position: absolute;
    width: 100%;
    padding-top: 60px;
    top: 50%;
    left: 0;
    text-align: center;
    color: #fff;
    background: url(../images/wy/icon_video.png) no-repeat center 10px;
    background-size: 10% auto;
    transform: translateY(-50%);
}

.wy-video .cnt .tit h3 {
    font-size: 24px;
    text-transform: uppercase;
}

.wy-video .cnt .tit h4 {
    font-size: 16px;
    font-weight: normal;
    margin-top: 10px;
}

.wy-video .cnt .tit span {
    display: block;
    width: 50px;
    height: 4px;
    background: #D70000;
    margin: 10px auto 0;
}


/*---------- 服务项目 ----------*/
.service {
    padding: 30px 2%;
}

.service-tit {
    text-align: center;
}

.service-tit h3 {
    font-size: 24px;
    text-transform: uppercase;
    color: #12246d;
}

.service-tit h4 {
    margin-top: 10px;
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.service-tit span {
    display: block;
    width: 50px;
    height: 4px;
    background: #D70000;
    margin: 10px auto 0;
}

.service-tab {
    text-align: center;
}


.service-tab a {
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    color: #000;
    width: 33.33%;
    float: left;
    text-align: center;
}

.service-tab .cnt a:hover {
    color: #fff;
    background: #12246D;
}

.service-list {
    margin-top: 10px;
}

.service-list .item {
    width: 49%;
    float: left;
    box-sizing: border-box;
    margin: 10px 0.5% 0;
}

.service-list .item img {
    display: block;
    width: 100%;
}


/*----------物业分布----------*/
.wuye-fb {
    padding: 30px 2% 30px;
    background: #FFF2E5;
}

.wuye-fb .tab {
    margin-top: 30px;
}

.wuye-fb .tab li {
    cursor: pointer;
    width: 30%;
    float: left;
    line-height: 40px;
    color: #fff;
    font-size: 16px;
    background: #9C9388;
    margin-right: 3%;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    text-align: center;
}

.wuye-fb .tab li.cur {
    background: #FF911E;
    font-weight: bold;
}

.wuye-fb .cnt {
    padding-top: 10px;
}

.wuye-fb-cnt-wrap {
    min-height: 380px;
}

.wuye-fb-cnt-tit {
    margin-top: 20px;
    font-size: 18px;
    line-height: 20px;
    padding: 10px 0 5px;
    color: #FF911E;
    font-weight: bold;
    border-bottom: 3px solid #FF911E;
    display: inline-block;
}

.wuye-fb-cnt-list {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    margin-bottom: 15px;
}

.wuye-fb-cnt-list li {
    line-height: 24px;
    margin-top: 20px;
}

.wuye-fb-cnt-list li h3 {
    font-size: 15px;
    font-weight: bold;
    color: #685c4d;
    padding-left: 20px;
    background: url(../images/wy/point02.png) no-repeat 5px center;
    margin-bottom: 5px;
}

.wuye-fb-cnt-list li p {
    color: #918a81;
    line-height: 26px;
    height: 26px;
    padding-left: 46px;
}

.wuye-fb-cnt-list li p.t1 {
    background: url(../images/wy/icon_a06.png) no-repeat 22px center;
}

.wuye-fb-cnt-list li p.t2 {
    background: url(../images/wy/icon_a08.png) no-repeat 22px center;
    color: #ff911e;
    font-size: 20px;
}


/*----------服务内容----------*/
.wuye-servicecnt {
    padding: 40px 0 20px 0;
    overflow: hidden;
    background: url(../images/wy/line02.png);
}

.wuye-servicecnt ul {
    margin-top: 30px;
}

.wuye-servicecnt li {
    padding: 0 20px 20px;
    text-align: center;
}

.wuye-servicecnt li img {
    display: block;
    width: 100%;
}

.wuye-servicecnt li h3 {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    margin-top: 20px;
}

.wuye-servicecnt li h4 {
    font-size: 15px;
    color: #919191;
    margin-top: 10px;
}

.wuye-servicecnt li .txt {
    line-height: 22px;
    font-size: 13px;
    color: #6f6f6f;
    padding: 20px;
}


/*----------物业优势----------*/
.wuye-ys {
    padding: 30px 0 30px 0;
    overflow: hidden;
}

.wuye-ys ul {
    margin-top: 30px;
}

.wuye-ys li {
    padding: 20px 20px 0 20px;
    text-align: center;
}

.wuye-ys li img {
    width: 80%
}

.wuye-ys li .txt {
    line-height: 24px;
    font-size: 14px;
    color: #979797;
    margin-top: 20px;
}

.wuye-ys li .txt h3 {
    font-size: 18px;
    color: #000;
    padding-bottom: 15px;
    font-weight: bold;
    white-space: nowrap;
}


/*---------- 荣誉 ----------*/
.wuye-honor {
    padding: 50px 2% 60px;
}

.wuye-honor ul {
    margin-top: 30px
}

.wuye-honor li {
    margin-bottom: 25px;
}

.wuye-honor li .tit {
    font-size: 26px;
    color: #d70000;
}


.wuye-honor li .txt {
    margin-top: 10px;
}

.wuye-honor li .txt p {
    background: url(../images/wy/point03.png) no-repeat left 10px;
    padding: 5px 0 5px 16px;
}


/*----------新闻----------*/
.wuye-news {
    padding: 20px 2% 20px;
    overflow: hidden;
    background: url(../images/wy/line02.png);
}

.wuye-news-cnt {
    margin-top: 20px;
}

/*----------推荐新闻----------*/
.news-tj {
    position: relative;
}

.news-tj a {}

.news-tj a img {
    display: block;
    width: 100%;
    height: 100%;
}

.news-tj a h3 {
    position: absolute;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    line-height: 50px;
    width: 480px;
    padding: 0 20px;
    left: 0;
    bottom: 0;

    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*----------最新新闻----------*/
.news-zx {
    margin-top: 20px;
}

.news-zx h3 {
    line-height: 34px;
    font-size: 18px;
    color: #12246d;
    font-weight: bold;
    border-bottom: 1px solid #DDDDDD;
}

.news-zx .more {
    font-size: 14px;
    color: #d70000;
}


.news-zx ul {
    margin-top: 5px;
    margin-bottom: 15px;
}

.news-zx li {
    line-height: 40px;
    height: 40px;
    text-align: right;
}

.news-zx li span {
    color: #9d9d9d;
}

.news-zx li a {
    float: left;
    text-align: left;
    background: url(../images/wy/point04.png) no-repeat 0 center;
    padding-left: 20px;
    font-size: 14px;
    color: #000;
}

.news-zx li a {
    width: 250px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*----------新闻列表----------*/
.news_list {
    padding: 30px 2%;
}

.news_list li {
    border-bottom: 2px solid #F2F4F7;
    padding: 15px 0;
}

.news_list li img {
    display: block;
    width: 100%;
}

.news_list li .cnt {}


.news_list li h3 {
    line-height: 32px;
    color: #000;
    font-size: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 10px;
}

.news_list li .desc {
    line-height: 20px;
    overflow: hidden;
    color: #706f6f;
    font-size: 14px;
}

.news_list li .more {
    margin-top: 10px;
    font-size: 14px;
    color: #102678;
    display: block;
    border: 1px solid #102678;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}

.news_list li a:hover h3 {
    color: #102678;
}

.news_list li a:hover .desc {}

.news_list li a:hover .more {
    color: #fff;
    background: #102678;
    border: 1px solid #102678;
}


/*----------文章----------*/
.article {
    padding: 30px 2%;

}

/*文章标题*/
.article_tit {
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

/*文章信息*/
.article_msg {
    height: 34px;
    line-height: 34px;
    margin-top: 15px;
    color: #706f6f;
    font-size: 14px;
}

.article_msg .date {
    float: left;
    font-size: 26px;
    color: #b6b6b6;
    font-weight: bold;
    font-family: helvetica_neue_condensedbold;
}

.article_msg .views {
    float: left;
    margin-left: 40px;
}


/*文章内容*/
.article_body {
    margin-top: 20px;
    line-height: 30px;
    font-size: 16px;
    color: #706f6f;
    min-height: 300px;
}

.article_body p {
    padding: 10px 0;
}

.article_body img {
    max-width: 100%;
}

/*----------关于页面----------*/
.about {
    padding: 30px 2%;
    min-height: 300px;
}

.about_body {
    margin-top: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #706f6f;
}

.about_body p {
    padding: 10px 0;
}

.about_body img {
    max-width: 100%;
}