/* 子页公共样式 */

body {
    background: #f3f3f3;
}

.footer-top {
    margin-top: 30px;
}

#subHeader {
    min-height: 432px;
}

/* pad 端 */
@media (max-width:979px)  {
    #subHeader {
        min-height: 0;
    }
 }

.subhead {
    min-height: 432px;
    background: url("../images/sub_headbg.jpg") center bottom no-repeat;
}

/* pad 端 */
 @media (max-width:979px)  {
    .subhead  {
        min-height: 0;
        padding-bottom: 20px;
    }
 }


.back-link {
    display: block;
    width: 135px;
    height: 108px;
    background: url("../images/back_ico.png") center no-repeat;
}

.sub-name {
    padding-top: 46px;
    text-align: center;
}


/* pad 端 */
@media (max-width:979px)  {
    .sub-name {
        padding-top: 20px;
    }
 }

 /* 面包屑 */

 .route-info {
     padding: 17px 0 15px;
     line-height: 24px;
 }

 .route-info >a {
     color: #333;
 }

 .route-last {
     color: #d11a2d;
 }

 /* 内容背景 */

 .main-info {
     background-color: #fff;
 }


 
/* 分享 */
.share-area {
    margin-top: 50px;
    border-top: 1px solid #eee;
}

.share-link {
    margin-top: 25px;
    display: block;
    width: 89px;
    text-indent: 43px;
    height: 36px;
    line-height: 34px;
    border-radius: 4px;
    background: #fff;
}

.share-link:hover,.share-link.accfocus {
    background: #e1313f;
    background: linear-gradient(to right, #e1313f, #fd753f);
    background: -webkit-linear-gradient(left, #e1313f, #fd753f);
    background: -o-linear-gradient(right, #e1313f, #fd753f);
    background: -moz-linear-gradient(left, #e1313f, #fd753f);
}

.share-link>span {
    display: block;
    color: #999;
    border-radius: 4px;
    border: 1px solid #e5e5e5;

}

.share-link:hover>span,.share-link.accfocus>span {
    color: #fff;
    border-color: transparent;
}

.print-link>span {
    background: url("../images/collect_ico1.png") 17px 50% no-repeat;
}

.print-link:hover>span,.print-link.accfocus>span {
    background-image: url("../images/collect_ico1h.png");
}

.collect-link {
    margin-right: 20px;
}

/* 手机端 */
 @media  (max-width:480px)  {
    .collect-link {
        margin-right: 10px;
    }
 }

.collect-link>span {
    background: url("../images/collect_ico2.png") 15px 50% no-repeat;
}

.collect-link:hover>span,.collect-link.accfocus>span {
    background-image: url("../images/collect_ico2h.png");
}

/* 分享 */
.share-wrap {
    margin-top: 31px;
}

.share-txt {
    line-height: 25px;
    color: #999;
}
.ewb-share {
    position: relative;
    display: inline-block;
}

.ewb-share-hidebox {
    position: absolute;
    top: 100%;
    z-index: 9;
    left: -68px;
    padding-top: 10px;
    display: none;
}

.ewb-share i {
    width: 25px;
    height: 25px;
    background: url("../images/content_icon.png") 0 -201px no-repeat;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.ewb-share-hidebox dl {
    border: #e5e5e5 1px solid;
    background: #fff;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    border-radius: 0 0 5px 5px;
    width: 170px;
    text-align: center;
    position: relative;
}

.ewb-share-hidebox a {
    display: inline-block;
    float: none;
    margin: 0 2px;
    text-indent: 0;
}

.ewb-share-hidebox dt {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #626262;
    background: #f6f6f6;
}

.ewb-share-hidebox dd {
    padding: 5px;
}

.ewb-share-hidebox dl:after {
    content: '';
    display: block;
    line-height: 0;
    font-size: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 8px solid transparent;
    border-bottom-color: #e5e5e5;
    position: absolute;
    left: 50%;
    top: -16px;
    margin-left: -8px;
}

.ewb-share:hover .ewb-share-hidebox,.ewb-share.accfocus .ewb-share-hidebox {
    display: block;
}


.bdshare-button-style0-32 a {
    display: inline-block !important;
    float: none !important;
    vertical-align: middle !important;
    margin: 6px 0 6px 6px !important;
}

.bdshare-button-style0-32 a:first-child {
    margin-left: 0 !important;
}

.bd_weixin_popup .bd_weixin_popup_main {
    padding: 5px 0 !important;
}

.bd_weixin_popup .bd_weixin_popup_foot {
    margin: 0 -5px !important;
}