.banner-box > img {
    width: 100%;
    float: none;
}
.banner-box {
    position: relative;
    width: 100%;
    float: left;
}
.banner-dw{
    position: absolute;
    left: 50%;
    top:50%;
    transform: translate(-50%,-50%);
    -ms-transform:  translate(-50%,-50%);
    -moz-transform:  translate(-50%,-50%);
    -webkit-transform:  translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.banner-dw ,.banner-dw > a{
    display: inline-block;
    color:#fff;
    font-size: 20px;
    transition: all .3s;
}
.banner-dw > a:hover{
    color:#70ad47
}
.fenye-box{
    width: 100%;
    padding:30px 0 80px;
    text-align: center;
    float: left;
}
.fenye-box li{
    display: inline-block;
    margin: 0 2px;
}
.fenye-box li > a{
    background:#f0f0f0;
    color:#333333;
    font-size: 14px;
    border: 1px solid #dedede;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    border-radius: 50%;
    transition: all .2s;
}
.fenye-box li:first-child > a{
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
}

.fenye-box li:last-child > a{
    width: 100px;
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
}

.not-fanye > a{
    background: #ffffff!important;
    color: #cccccc!important;
    cursor: default;
    border-color: #dedede!important;
}
.fenye-box li > a:hover{
    color:#fff;
    background: #70ad47;
    border: 1px solid #70ad47;
}

.list-box{
    width:100%;
    float: left;
    padding: 80px 0 0;
}

.list-child{
    width: 100%;
}
.over-hd{
    width: 100%;
    overflow: hidden;
}
.over-hd > img{
    width: 100%;
    float: none;
    transition: all .8s;
}
.list-a{
    width: 100%;
    background: #f8f8f8;
    position: relative;
    padding: 20px 25px;
}
.list-a > p:first-child{
    color:#70ad47;
    font-size: 18px;
}
.list-a > p:nth-child(2){
    color:#333333;
    font-size: 16px;
    margin-top: 5px;
    transition: all .3s;
}
.list-a > p:nth-child(3){
    position: absolute;
    color:#888888;
    font-size: 30px;
    right: 20px;
    top: 50%;
    line-height: 30px;
    margin-top: -15px;
    transition: all .3s;
}

.list-child:hover img{
    transform: scale(1.1);
}
.list-child:hover .list-a > p:nth-child(3){
    color:#70ad47
}

.list-child:hover .list-a > p:nth-child(2){
    color:#70ad47
}
.list-child {
    margin-bottom: 30px;
}














@media screen and (max-width: 1200px){
    .list-a{
        padding: 10px 15px;
    }
    .list-a > p:first-child{
        font-size: 16px;
    }
    .list-a > p:nth-child(2){
        font-size: 14px;
    }
    .list-a > p:nth-child(3){
        font-size: 25px;
        right: 15px;
        line-height: 25px;
        margin-top: -13px;
    }
}


@media screen and (max-width: 991px) {
    .fenye-box{
        padding: 0px 0 100px;
    }
    .list-a > p:nth-child(3){
        top: 10px;
        margin-top: 0;
        right: 10px;
    }
    .list-box{
        padding-top: 60px;
    }
}

@media screen and (max-width: 767px){
    .fenye-box li:first-child > a,
    .fenye-box li:last-child > a{
        width: 80px;
        height: 35px;
        line-height: 35px;
    }
    .fenye-box li > a{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .fenye-box{
        padding: 10px 0 90px;
    }
    .banner-dw, .banner-dw > a{
        font-size: 12px;
    }
    .list-box{
        padding-top: 30px;
    }
    .list-box .col-xs-6 {
        padding: 0 5px;
    }
    .list-box .container{
        padding: 0 15px;
    }
    .list-child{
        margin-bottom: 10px;
    }
    .list-a > p:nth-child(2){
        font-size: 12px;
    }
    .list-a > p:first-child{
        font-size: 14px;
    }
    .list-a > p:nth-child(3){
        font-size: 20px;
    }
}