.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-child2{
    padding-top: 50px;
    margin-bottom: 50px;
    border-top: 1px solid #dddddd;
    width: 100%;
}
.list-child2:after{
    content: '';
    display: block;
    clear: both;
}
.list-a2{
    width: 66.6666%;
    float: left;
}
.list-b2{
    width: 33.3333%;
    float: left;
    padding-left: 30px;
}
.list-a2>p:first-child span{
    margin: 0 30px 0 5px;
    color:#70ad47;
    font-size: 18px;
}
.list-a2>p:first-child i{
    color:#70ad47
}
.list-a2>p:nth-child(2){
    color:#333333;
    font-size: 18px;
    margin-top: 15px;
    transition: all .2s;
}

.list-a2>p:nth-child(3){
    color:#555555;
    font-size: 14px;
    line-height: 35px;
    margin-top: 25px;
}
.list-b2 img{
    width: 100%;
    transition: all .8s;
}
.list-b2 > div{
    overflow: hidden;
    position: relative;
}
.list-b2 > div > div{
    position: absolute;
    width: 100%;
    height: 0;
    background: rgba(0,0,0,.8);
    transition: all .4s;
    top: 0;
    left: 0;
    background-image: url("../img/jia.png");
    background-repeat: no-repeat;
    background-position: center;
}
.list-child2:hover .list-a2>p:nth-child(2){
    color:#70ad47;
}
.list-child2:hover img{
    transform: scale(1.1);
}

.list-child2:hover .list-b2> div > div {
    height: 100%;
}

#myTab {
    text-align: center;
    margin-bottom: 50px;
}

#myTab li{
    display: inline-block;
    margin: 0 10px;
}

#myTab li > a{
    display: inline-block;
    padding: 10px 30px;
    background: #70ad47;
    color:#fff;
    border-radius: 50px;
}
#myTab li.active > a{
    background: #ed7d31;
}



















@media screen and (max-width: 1300px){

}


@media screen and (max-width: 991px) {
    .fenye-box{
        padding: 0px 0 100px;
    }
    .list-box{
        padding-top: 60px;
    }
    .list-child2{
        padding-top: 30px;
        margin-bottom: 30px;
    }
    .list-a2>p:first-child span{
        font-size: 16px;
    }
    .list-a2>p:nth-child(2){
        margin-top: 10px;
        font-size: 16px;
    }
    .list-a2>p:nth-child(3){
        margin-top: 15px;
        line-height: 28px;
    }
    #myTab{
        margin-bottom: 30px;
    }
    #myTab li > a{
        padding: 5px 20px;
    }
}

@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-a2,.list-b2{
        width: 100%;
    }
    .list-b2{
        padding-left: 0;
    }
    .list-box{
        padding-top: 20px;
    }
    .list-child2{
        padding-top: 20px;
        margin-bottom: 20px;
    }
    .list-a2>p:first-child span{
        font-size: 14px;
    }
    .list-a2>p:nth-child(2){
        margin-top: 0;
        font-size: 16px;
    }
    .list-a2>p:nth-child(3){
        margin-top: 5px;
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .list-child2:hover .list-b2> div > div {
        display: none;
    }
    #myTab{
        margin-bottom: 20px;
    }
}