* {
    margin: 0px;
    padding: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

img {
    border: none;
}

a {
    color: #333333;
    /* position:relative; */
}

a:hover {

    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    text-decoration: none;
}

ul li,
ol li {
    list-style-type: none;
}

body {
    font-family: "microsoft Yahei";

}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "020";
    height: 0px;
    display: block;
    overflow: hidden;
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cf:after {
    display: block;
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
}

.cf {
    zoom: 1;
}

.hide {
    display: none;
}

.bt-none {
    display: none;
}

.bt-block {
    display: block;
}

/* -----------head--------- */

/* ------------ */
.content{
    width: 100%;
    height: auto;
    background: #f5f5f5; 
    padding-bottom: 30px;
    padding-top: 30px;
}
.content-box{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px 150px;
    background: #ffffff;  
}
.lmlogo{height: 120px !important;}
.weizhi{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #ffffff;
    font-size: 14px;
    color: rgba(0,0,0,0.60);
    display: none;
}
.weizhi-box{
    width: 1200px;
    margin: 0 auto;
    padding-left: 20px; 
    background: #ffffff;  
    background: url(wz.png) no-repeat center left;
}
.weizhi a{
    color: rgba(0,0,0,0.60);
}
.weizhi-s{
    padding: 0 6px;
}
/* --------文章----- */
.zw-title{
    font-size: 30px;
    color: #000000;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 30px;
}
.zw-text{
    font-size: 14px;
color: #333333;
margin-top: 11px;
text-align: center;
}
.zw{
    font-size: 18px;
color: #000000;
line-height: 36px;
margin-top: 26px;
}
.zw img{
    max-width: 100%;
}
.wjzz{
    font-size: 18px;
color: #999999;
text-align: right;
line-height: 36px;
margin-top: 36px;
}
.fx{
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #FAFAFB;
    margin-top: 37px;
    padding: 0 20px;
}
.fx-l{
    font-size: 18px;
color: #333333;
}
.social-share .social-share-icon{
    width: 24px !important;
    height: 24px !important;
}
.social-share a{
    margin: 0 6px !important;
    margin-top: -10px !important;
}
.fx-r{
    font-size: 18px;
color: #000000;
}
.fx-r a{
    padding-left: 16px;
}
/* ------------dibu----- */

/* -----------手机端------- */
@media (max-width: 768px) {
    body {
        min-width: 100%;
    }
 
    /* --- */
    .content{padding-top: 0;}
    .lmlogo{display: none;}
    .weizhi-box{
        width: 100%;
    }
    .weizhi{
        padding: 0 1.5rem;
        height: auto;
        display: block;
    }
    .zw-title{
        margin-top: 0;
        font-size: 3.375rem;
        line-height: 4.6875rem;
    }
    .zw p , .zw span{font-size: 2.25rem;line-height: 4rem;}
  .zw img{
    width: 100%;
}
    .content-box {
        width: 100%;
        padding: 1.5rem;
        margin-top: 2.25rem;
    }
    .fx{display: none !important;}
    /* --- */
  .cx-text span{font-size:14px;}
}