@charset "utf-8";
/* CSS Document */

div,
p,
ul,
li,
a,
img {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    border: 0;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}


.main {
    background: url(bg_wz.jpg) no-repeat top center #eef4fc;
    margin-bottom: 50px;
}

.content_1 {
    width: 100%;
    height: 390px;

}

.con1_box {
    width: 554px;
    margin-left: 53%;
    padding-top: 114px;
}

.content_1 p {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 80px;
    letter-spacing: 6px;
}

.content_1 img {
    margin-top: 20px;
}

.lm_box {
    height: auto;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    box-shadow: 0 2px 12px #99999933;
    overflow: hidden;
    background: #fff;
    padding-bottom: 30px;
}

.dqwz {
    height: 60px;
    background: #415cee;
    line-height: 60px;
    padding: 0 30px;
    font-size: 16px;
    color: #d0dffc;
}

.dqwz a {
    color: #d0dffc;
}

.dqwz img {
    margin-right: 10px;
}

.lm_con {
    margin-top: 30px;
    padding: 0 30px;
    height: auto;
    display: flex;
    align-items: stretch;
}

.lm_l {
    width: 270px;
    min-height: 400px;
    background-color: #f2f2f2;
    padding: 26px;
margin-right: auto;
}

.lm_l li {
    width: 100%;
    margin-top: 20px;
    background: #fff;
    height: 50px;
    line-height: 50px;
    text-align: center;

}
.lm_l li:first-child{
     margin-top: 0px;
}
.lm_l li a {
    color: #333333;
}

.lm_l .lm_active {
    background: url(lm_hov.png) no-repeat center;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
}

.lm_l .lm_active a {
    color: #fff;
    font-weight: bold;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
}

.lm_l li:hover {
    background: url(lm_hov.png) no-repeat center;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
}

.lm_l li:hover a {
    color: #fff;
    font-weight: bold;
    transition: 0;
    -webkit-transition: 0;
    -moz-transition: 0;
    -ms-transition: 0;
    -o-transition: 0;
}

.lm_r {
    width: 830px;
    padding-top: 6px;
margin-left: auto;
}

.lm_r .lucidity_pgContainer li{
    width: 100%;
    height: auto;
    background: url(dian.png) no-repeat left 22px;
    padding-left: 18px;
    font-size: 18px;
    line-height: 45px;
}

.lm_r li a {
    color: #333333;
}

.lm_r li span {
    color: #999999;
    margin-left: 30px;
    display: inline-block;
}

/* 自适应 */
@media screen and (max-width: 1199px) {
    .main {
        padding: 0 20px;
    }

    .con1_box {
        margin-left: calc(100% - 554px);
    }

    .lm_r {
        width: calc(100% - 300px);
    }




}

@media screen and (max-width: 750px) {
    .main {
        background: url(bg_phone.jpg) top center no-repeat;
    }
    .lm_r li {
        border-bottom: 1px dashed #a5a5a5;
    }
    .lm_r {
        width: 100%;
    }

    .lm_l {
        display: none;
    }

}

@media screen and (max-width: 550px) {

    .con1_box {
        margin-left: 0;
        width: 100%;
    }

    .content_1 p {
        font-size: 3.125rem;
    }

    .content_1 img {
        width: 100%;
    }
}