.ldxx_detail {
    height: auto;
    background-color: white;
    padding: 15px;
}
.common_detail_title {
     width: 100%;
     float: left;
     padding-bottom: 10px;
     border-bottom: 1px silver solid;
 }
.detail_title {
    width: 100%;
    float: left;
}
.detail_title_h1 {
    text-align: center;
    font-size: 26px;
    font-weight: bolder;
    padding: 30px 0px;
}
.detail_span {
    width: 100%;
    float: left;
    border-bottom: 1px silver solid;
    padding-bottom: 15px;
    line-height: 30px;
}
.detail_span ul li {
    width: 16.66%;
    float: left;
    text-align: center;
}
.ldxx_con {
    width: 100%;
    float: left;
}
.ldxx_con_top {
     width: 100%;
     float: left;
     text-align: center;
 }
.ldxx_con_bot {
    padding: 0px 20px;
    float: left;
    width: 100%;
}
.ldxx_con_p1 {
    text-align: center;
    width: 120px;
    height: 159px;
    overflow: hidden;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
}
.ldxx_con_p1 img {
    max-width: 100%;
}
.ldxx_con_p2 {
    text-align: center;
    padding: 10px;
}
.ldxx_con_p3 {
    color: #0f7ac0;
    font-size: 18px;
    font-weight: bolder;
}
.ldxx_con_div1, .ldxx_con_div2, .ldxx_con_div3 {
    width: 100%;
    float: left;
}
.ldxx_wdfg {
    width: 100px;
    /* float: left; */
    line-height: 32px;
    height: 45px;
    color: white;
    font-size: 18px;
    font-weight: bolder;
    text-align: center;
    background-image: url(../images/ldxx_bj.png;vpn_img);
    background-repeat: no-repeat;
}

.ldxx_wdfg_con p {
    line-height: 30px;
}
.ldxx_con_div2 {
    padding: 20px 0px;
}
.ldxx_wdfg_con ul li {
    background: url(../images/desc_icon.png;vpn_img) no-repeat 0 center;
    line-height: 35px;
    padding-left: 15px;
    margin-left: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
}
.ldxx_wdfg_con ul li a {
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.ldxx_wdfg_con ul li a:hover{
    padding-left: 10px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.erwei {
    width: 100%;
    text-align: center;
    padding: 35px 0px;
    float: left;
}
strong {
    padding: 0 4px;
    cursor: pointer;
}

.import_span ul li{
    width:15%;
}
/*detail*/
@media screen and (max-width: 900px) {
    .ldxx_detail{
        width: 100%;
    }
    .detail_span ul li {
        width: 100%;
        float: left;
        text-align: center;
    }
    .detail_span_phone {
        background-color: #eaeaea;
    }
    .detail_span {
         border: none;
     }
    .detail_title_h1{
        display:none;
    }
    .ldxx_con_bot {
         padding: 0px 0px;
        float: left;
        width: 100%;
    }
    .ldxx_wdfg_con p {
        width: 100%;
        /* width: 100%; */
        height: auto;
        word-wrap: break-word;
        word-break: break-all;
        overflow: hidden;
    }
    /*文章页面*/
    .wangz {
        width: 100%;
        float: left;
        list-style: none;
        text-align: center;
    }
    .erwei{
        display: none;
    }

}