* {
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}

.l_wimg {
    width: 100%;
}

.l_box {
    width: 800px;
    margin: 0 auto;
}

.l_limg {
    width: 700px;
    display: block;
    margin: 20px auto;
}

.l_ppp {
    font-size: 22px;
    text-indent: 2em;
    line-height: 40px;
    color: #666;
}

.l_btn {
    text-align: center;
    line-height: 50px;
    background: #CC1300;
    border-radius: 10px;
    color: #fff;
    width: 400px;
    margin: 0 auto;
}

.l_move {
    width: 700px;
    margin: 0 auto;
}

.l_move video {
    width: 100%;
}

.l_list1 {
    overflow: hidden;
    width: 100%;
    margin: 20px 0;
}

.l_list1 li {
    width: 49%;
    float: left;
    list-style: none;
}

.l_list1 li:nth-child(2) {
    margin-left: 10px;
}

.l_list1 li:nth-child(4) {
    margin-left: 10px;
}

.l_list1 li img {
    width: 100%;
}

.l_list1 li a {
    text-decoration: none;
    color: #666;
}

.l_list1 li a p {
    text-align: center;
    line-height: 40px;
}

.l_pp2 {
    text-align: center;
    color: #666;
    font-size: 20px;
    margin-top: 10px;
}