.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-top:80px;

}
.list-child{
    padding-top:50px;
    border-top: 1px solid #eeeeee;
}
.list-child > p:first-child{
    color:#333333;
    font-size: 20px;

}
.list-child > p:nth-child(2){
    margin: 20px 0 30px;

}
.list-child > p:nth-child(2) > i{
    font-size: 14px;
    color:#70ad47
}

.list-child > p:nth-child(2) > span{
    margin: 0 25px 0 8px;
    color:#888888;
    font-size: 14px;
}

.list-child > p:nth-child(3){
    color:#888888;
    font-size: 16px;
    margin-bottom: 45px;
}



















@media screen and (max-width: 1300px){

}


@media screen and (max-width: 991px) {
    .fenye-box{
        padding: 0px 0 100px;
    }
    .list-box{
        padding-top: 50px;
    }
    .list-child{
        padding-top: 30px;
    }
    .list-child > p:nth-child(2){
        margin: 10px 0 15px;
    }
    .list-child > p:nth-child(3){
        margin-bottom: 30px;
    }
}

@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: 0px 0 90px;
    }
    .list-box{
        padding-top: 30px;
    }
    .banner-dw, .banner-dw > a{
        font-size: 12px;
    }
    .list-child{
        padding-top: 10px;
    }
    .list-child > p:first-child{
        font-size: 18px;
    }
    .list-child > p:nth-child(3){
        margin-bottom: 20px;
    }
}