.clearfix:before,.clearfix:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}

.clearfix:after {
    clear: both
}

.clearfix {
    zoom:1}
body{
    min-width: 1200px;
    background-color:#f1f0f0;
}
.header-box{
    width: 100%;
    height:549px;
    background: url(https://www.lv66.net/images/r-top-bg.png) no-repeat;
    background-size: 100% 549px;
}
.r-container{
    width: 1200px;
    margin:0 auto;
    color: #333333;
    background-color:#fff;
    padding-bottom: 40px;
}
.r-line{
    width: 880px;
    height:10px;
    background: url(https://www.lv66.net/images/r-line.png) no-repeat 0 0 ;
    margin: 0 auto 55px;
}
.r-center .r-tx{
    width: 186px;
    height: 106px;
    display: block;
    margin: 0px auto 20px;
    position: relative;
}
.r-center .r-tx img{
    position: absolute;
    top:-88px;
    z-index: 10;
}
.r-center h2{
    font-size: 26px;
    text-align: center;

}
.r-center h3{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
}
.r-center .r-tit-p{
    font-size: 16px;
    line-height: 55px;
    text-align: center;
    color: #818080;
}
.article{
    width:1110px;
    margin: 0 auto;
}
.article p{
    margin-top:28px;
    color: #333333;
    font-size:15px;
    line-height:28px;
}
.article div{
    float: left;
}
.article .imgboxs{
    width: 340px;
    height:224px;
    border: 1px solid #c3c5c3;
    margin-right: 30px;
    margin-bottom:20px;
}
.article-right{
    width:730px;
}
.article .imgboxs img{
    margin:7px auto;
    display: block;
}
.article-box{
    padding-bottom: 30px;
}
.r-lists{
    width: 1110px;
    margin:0 auto;
    
}
.r-lists li{
    display: block;
    width: 340px;
    height: 294px;
    float: left;
    box-shadow: 2px 2px 5px 2px #e0e0e0;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 42px;
}
.r-lists li img{
    width: 340px;
    height: 160px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.r-right{
    margin-right: 0 !important;
}
.r-lists li p{
    font-size: 15px;
    padding:10px 12px;
    line-height: 26px;
}
.footer-box{
    width: 100%;
    height:100px;
    background-color: #4b4a4a;
    line-height: 100px;
    text-align: center;
}
.footer-box a{
    color:#fff;
    font-size: 20px;
}