/* CSS Document */
@charset "utf-8";/* reset */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{margin:0;padding:0;}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:14px;}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
h1,h2,h3,h4,h5,h6,em,strong,b{font-weight:bold;}
del,ins,u,s,a,a:hover{text-decoration:none;}
body,textarea,input,button,select,keygen,legend{font:14px/24px arial,\5b8b\4f53;outline:0;vertical-align: middle;font-family:"MicrosoftYaHei";}
body{font-family:"MicrosoftYaHei";background: #fff;font-size: 16px;}
.clearfix:after {content: " ";display: block;clear: both;height: 0;}
.clearfix {zoom: 1;}
.fl{float: left;}
.fr{float: right;}
/* "身边之星"样式 */
.sbzx-header{
    width: 100%;
    height: 450px;
    background: url('../images/sbzx/header-bg.png')no-repeat;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
}
.sbzx-title{
    width: 800px;
    height: 175px;
    display: block;
    margin: 125px auto;
    background: url('../images/sbzx/header-title.png')no-repeat;
    background-size: 100% 100%;
}
.sbzx-container{
    width: 1170px;
    margin:0 auto;
}
.bread-crumb ul{
    overflow: hidden;
}
.sbzx-bread-crumb ul li{
    display: inline-block;
}
.sbzx-bread-crumb ul li a{
	font-size: 14px;
	font-weight: normal;
	line-height: 52px;
    color: #000;
}
.sbzx-single-title{
    width: 100%;
}
.sbzx-single-title h4{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 40px;
    color: #000;
    text-align: center;
    padding: 0 10px;
}
.sbzx-single-title .sbzx-single-infos{
    width: 100%;
    height:40px;
    margin-top:20px;
}
.sbzx-single-title span{
    font-size: 14px;
	font-weight: normal;
	letter-spacing: 0px;
    color: #888;
    float: left;
    margin-right: 2rem;
}

.social-share{
	float:right;
}
.social-share-icon{
    width: 20px ;
    height: 16px ;
  	margin:0 !important;
    margin-right: 10px !important;
	cursor: pointer ;
	float:none !important;
	padding:0 !important;
	line-height: 60px !important;
    display: inline-block;
	position:relative;
}
.icon-wechat{
    background: url('../images/sbzx/icon-wechat.png')no-repeat !important;
    background-size: 100% 100%;
}
.icon-wechat:hover{
    background: url('../images/sbzx/icon-wechat-hover.png')no-repeat !important;
    background-size: 100% 100%;
    transition: all .5s;
}
.icon-qq{
    background: url('../images/sbzx/icon-qq.png')no-repeat !important;
    background-size: 100% 100%;
}
.icon-qq:hover{
    background: url('../images/sbzx/icon-qq-hover.png')no-repeat !important;
    background-size: 100% 100%;
    transition: all .5s;
}
.icon-weibo{
    background: url('../images/sbzx/icon-website.png')no-repeat !important;
    background-size: 100% 100%;
}
.icon-weibo:hover{
    background: url('../images/sbzx/icon-website-hover.png')no-repeat !important;
    background-size: 100% 100%;
    transition: all .5s;
}

.social-share .icon-wechat .wechat-qrcode {
    display: none;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -215px;
    left: -90px;
    width: 200px;
    height: 202px;
    color: #666;
    font-size: 12px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 10px #aaa;
    transition: all 200ms;
    -webkit-tansition: all 350ms;
    -moz-transition: all 350ms
}

.social-share .icon-wechat .wechat-qrcode.bottom {
    top: 40px;
    left: -84px
}

.social-share .icon-wechat .wechat-qrcode.bottom:after {
    display: none
}

.social-share .icon-wechat .wechat-qrcode h4 {
    font-weight: normal;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    background-color: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #777
}

.social-share .icon-wechat .wechat-qrcode .qrcode {
    width: 105px;
    margin: 10px auto 0 auto;
}

.social-share .icon-wechat .wechat-qrcode .qrcode table {
    margin: 0 !important
}

.social-share .icon-wechat .wechat-qrcode .help p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0
}

.social-share .icon-wechat .wechat-qrcode:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent
}

.social-share .icon-wechat:hover .wechat-qrcode {
    display: block
}



.cut-line{
    width: 100%;
    height: 10px;
    background: url('../images/sbzx/line-cut.png')repeat-x;
    background-size: contain;
}
.sbzx-single-body{
    padding: 20px 0 60px;
    min-height: 500px;
}
.sbzx-single-body p{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 30px;
	letter-spacing: 0px;
    color: #444;
    text-indent: 2rem;
    word-break: break-all;
    padding: 10px 0;
}
.sbzx-side-title{
    font-size: 16px;
	font-weight: 700;
	letter-spacing: 0px;
    color: #111;
    display: inline-block;
    text-indent: 2rem;
    padding:15px 0
}
.sbzx-single-body img{
    max-width: 100%;
    height: auto;
    display: block;
    margin:30px auto
}
.sbzx-footer{
    background: #cd0a0a;
    padding: 20px 0;
}
.sbzx-footer .sbzx-footer-center{
    width: 1170px;
    margin: 0 auto;
    overflow: hidden;
}
.sbzx-footer .sbzx-footer-center .sbzx-footer-left{
    width: 600px;
    float: left;
	margin-top: 30px;
}
.sbzx-footer .sbzx-footer-center .sbzx-footer-left .sbzx-footer-nav{
    padding-top: 20px;
    margin-bottom: 10px;
}
.sbzx-footer .sbzx-footer-center .sbzx-footer-left .sbzx-footer-nav li{
    float: left;
    color:#fff;
}
.sbzx-footer .sbzx-footer-center .sbzx-footer-left .sbzx-footer-nav li a{
    color:#fff;
    margin: 0 5px;
}
.sbzx-footer .sbzx-footer-center .sbzx-footer-left .sbzx-footer-nav li a:hover{
    font-weight: bold;
}
.sbzx-footer .sbzx-footer-center .sbzx-footer-left p{
    color:#fff;
    line-height: 30px;
}
.sbzx-footer .sbzx-footer-center .sbzx-footer-right{
    float: right;
}
.sbzx-footer .sbzx-footer-center .sbzx-footer-right ul li{
    float: left;
    width: 160px;  
}
.sbzx-footer .sbzx-footer-center .sbzx-footer-right ul li  img{
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto;
}
.sbzx-footer .sbzx-footer-center .sbzx-footer-right ul li  p{
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
}


/* 移动端兼容 */
@media (max-width: 1200px) {
    .sbzx-header{
        height: 28rem;
    }
    .sbzx-title{
        width: 50rem;
        height: 10rem;
        margin-top: 7.5rem;
    }
    .sbzx-container{
        width:calc(100% - 2rem);
        padding-left:1rem;
        padding-right: 1rem;
    }
    .sbzx-footer .sbzx-footer-center{
        width:calc(100% - 2rem);
        padding-left:1rem;
        padding-right: 1rem;
    }
    .sbzx-footer .sbzx-footer-center .sbzx-footer-left{
        width: 100%;
        text-align: center;
    }
    .sbzx-footer .sbzx-footer-center .sbzx-footer-left .sbzx-footer-nav li{
        float: none;
        display: inline-block;
    }
    .sbzx-footer .sbzx-footer-center .sbzx-footer-right{
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
    .sbzx-footer .sbzx-footer-center .sbzx-footer-right ul li{
        float: none;
        display: inline-block;
    }
}
@media (max-width: 996px) {
    .sbzx-header{
        height: 24rem;
    }
    .sbzx-title{
        width: 42rem;
        height: 8rem;
        margin-top: 6rem;
    }
}
@media (max-width: 742px) {
    .sbzx-header{
        height: 20rem;
    }
    .sbzx-single-title .fl{
        width: 100%;
    }
    .sbzx-single-title .fr{
        width: 100%;
		display: none;
    }
    .sbzx-single-title span{
        line-height: 42px;
    }
}
@media (max-width: 640px) {
    .sbzx-header{
        background: url('../images/sbzx/640-2.jpg')no-repeat;
        background-size: 100% 100%;
        height: 12.5rem;
    }
    .sbzx-title{
        display: none;
    }
    .sbzx-single-title span{
        margin-right: 1rem;
    }
}
