* {
    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-top: 30px;
}
.content-box{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 30px;
}
.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: url(wz.png) no-repeat center left; 
}
.weizhi a{
    color: rgba(0,0,0,0.60);
}
.weizhi-s{
    padding: 0 6px;
}
/* --------left----- */
.lmlist {
    position: relative;
}
.lmlist-l {
    width: 240px;
    position: absolute;
    left: 0px;
    right: 0;
    top: 0px;
    bottom: 0;
    background: #ffffff;
}
.lmlist-l-title {
    width: 100%;
    height: 60px;
    background: url(bg.png) no-repeat center;
    font-size: 18px;
    color: #ffffff;
    line-height: 60px;
    text-align: center;
    font-weight: bold;
}
.lmlist-l ul {
   
    min-height: 300px;
}
.lmlist-l ul li {
    font-size: 18px;
    line-height: 60px;
    border-bottom: 1px solid #eeeeee;
    text-align: center;
    margin: 0 26px;
}
.lmlist-l ul li a {
    color: #333333;
}
.lmlist-l ul li.hover {
    background: #DFEDFF;
    margin: 0;
}
.lmlist-l ul li.hover a{
    color: #0B8AF7;
}
/* right */
.lmlist-r {
    width: 930px;
    background: #ffffff;
    padding: 26px;
}
.lmlist-r .lm-ul li {
    font-size: 18px;
    line-height: 45px;
    background: url(bt-listPic.png) no-repeat left 20px;
    padding-left: 19px;
}
.lmlist-r .lm-ul li a {
    color: #333333;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}
.lmlist-r .lm-ul li span {
    color: #999999;
    margin-left: 1em;
    float: right;
}
.lmlist-r .lm-ul {
    min-height: 500px;
    margin-top: 10px;
}
.lmlist-r .lm-ul li a:hover{
    color: #0B8AF7;
}
/* ------------dibu----- */

.phone-lm , .mobile-col-down{
    display: none;
}
/* -----------手机端------- */
@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;
    }
    .content-box {
        width: 100%;
        padding: 0px;
        margin-top: 2.25rem;
    }
    .lmlist-l{
        display: none;
    }
    .lmlist-r {
        width: 100%;
        padding: 1.5rem;
    }
    .lmlist-r .lm-ul {
        min-height: auto;
        margin-top: 0;
    }
    .lmlist-r .lm-ul li {
        font-size: 1.875rem;
        line-height: 26px;
        background: none;
        padding-left: 0;
        padding: 10px 0;
    }
    .lmlist-r .lm-ul li a {
        color: #333333;
        display: block;
        width: 100%;
        white-space: inherit;
    }
    .lmlist-r .lm-ul li span {
        margin-left: 0;
        font-size: 1.5rem;
        float: left;
    }
    .phone-lm{
        display: block;
        font-size: 2.25rem;
    line-height: 60px;
    font-weight: bold;
    }
    .more{font-size: 1.875rem;}
    .mobile-col-down{background: url(open.png) no-repeat 90% center;height: 3.5rem;width:3.5rem;display: block;background-size: 3.5rem auto;position: absolute;right: 1.5rem;top: 1.5rem;}
    .mobile-col-down-active {background: url(close.png) no-repeat 90% center;background-size: 3.5rem auto;}
    .lmlist-l{left: inherit;top: 5.5rem;width: 60%;bottom: inherit;}
    .lmlist-l-title{background-size: cover;}
    .lmlist-l ul{min-height: auto;background: #DFEDFF;}
    .lmlist-l ul li{width: 100%;margin: 0;}
    .lmlist-l ul li.hover{background: #b6d3f7;}
    /* --- */
}