.wrap{
    padding:0px 10px;
}
.box-news{
    float: left;
    width: 100%;
    clear: both;
}
.box-news .news-top{
    height:210px;
    width: 100%;
    float: left;
    clear: both;
}
.box-news .news-top img{
    width: 100%;
    height: 100%;
}
.box-news .news-rec{
    width: 100%;
    float: left;
    clear: both;
}
.box-news .news-rec li{
    border-bottom: 1px dashed #959595;
    color: #959595;
    padding-top: 10px;
}
.box-news .news-rec li a{  
    font-size: 18px;
    color: #000;
}


.pro-wrap{
    width: 100%;
    height: 100px;
    position: relative;
    float: left;
    clear: both;
    margin-bottom: 20px;
    margin-top: -20px;
}

.wrap a.a-left{
    position: absolute;
    left: 0px;
    top:40px;
    width: 30px;
    height: 30px;
    display: block;
    background: url('/apps/home/view/wap/images/icon-left.png') no-repeat center;
    background-size:30px; 
    z-index: 9;
    
}
.wrap a.a-right{
    position: absolute;
    right: 0px;
    top:40px;
    width: 30px;
    height: 30px;
    background-size:30px; 
    display: block;
    background: url('/apps/home/view/wap/images/icon-right.png') no-repeat center;
    background-size:30px;
    z-index: 9;
}
.pro-list{
    margin:0px 40px;
    height: 100px;
    float: left;
    clear: both; 
    overflow: hidden;
    position: relative;
}
.pro-list ul{
    position: absolute;
    top: 20px;
}
.pro-list li{
    height: 70px;
    padding: 10px;
    float: left;    
}

.pro-list li .img{
    width: 100%;
    height: 50px;
    clear: both;
    float: left;
}
.pro-list li .title{
    line-height: 20px;
    text-align: center;
    color: #B98B2D;
}

.case-list ul{
    float: left;
    width: 100%;
}
.case-list li{
    width: 50%;
    float: left;
    padding:0px 5%;
}

.case-list li .img{
    width: 100%;
    height: 120px;
    clear: both;
    float: left;
}
.case-list li .title{
    line-height: 30px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #B98B2D;
}

.footer-link{
    width: 100%;
    float: left; 
    font-size: 14px;
    border-top: 1px solid #adadad;
    padding-top: 5px;
    min-height: 110px;
    position: relative;
    z-index: 999;
}
.footer-link .link-title{
    color: #333;
    font-weight: bold;
    display: inline-block;
    margin-top: -7px;
    padding-top:5px;
    border-top: 2px solid #6C0D64;
}
.footer-link a{
    color:#ACACAC;
    font-size: 12px;
}

.footer-qrcode{
    text-align: center;
    position: absolute;
    right: 10px;
    top:10px;
    width: 50%;
}
.footer-qrcode li{
    width: 22%;
    height: 100px;
    line-height: 20px;
    color: #000;
    float: right;
    margin-left: 3%;
    font-size: 12px;
    display: block;

}
.footer-qrcode li img{
    width: 100%;
}
.box-title{
        border-bottom: 1px solid #959595;
}
.box-title a.more{
    float: right;
    display: inline-block;
    color: #959595;
    font-size: 12px;
    font-weight: normal;
}