.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
}

.list-box{
    padding: 80px 0;
    width: 100%;
    float: left;
    position: relative;
}
#myTab{
    text-align: center;
}
#myTab li{
    display: inline-block;

}
#myTab li:nth-child(2) {
    margin: 0 30px;
    font-size: 28px;
}
#myTab li>a{
    color:#333333;
    font-size: 28px;
    position: relative;
    display: block;
}

#myTab li>a>i{
    color:#666666;
    font-size: 28px;
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom:-40px;
}
#myTab li.active>a,#myTab li.active>a>i{
    color:#70ad47;
}

#myTabContent{
    margin-top: 70px;
}

.list-child{
    border: 1px solid #eeeeee;
    text-align: center;
    padding-bottom: 40px;
    transition: all .3s;
    overflow: hidden;
    margin-bottom: 30px;
}
.list-child img{
    float: none;
    transition: all .6s;
}
.over-hd{
    overflow: hidden;
}
.list-child> span{
    color:#70ad47;
    display: inline-block;
    font-size: 20px;
}

.list-child> i{
    color:#70ad47;
    font-size: 22px;
    display: inline-block;
    opacity: 0;
    transition: all .6s;
}
.list-child:hover{
    border: 1px solid #70ad47;
}
.list-child:hover >i{
    opacity: 1;
    margin-left: 20px;
}
.list-child:hover  img {
    transform: scale(1.1);
}

.fenye-box{
    width: 100%;
    padding: 30px 0;
    text-align: center;
}
.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;
}





@media screen and (max-width: 1200px) {


}

@media screen and (max-width: 991px) {
    .list-box{
        padding: 60px 0;
    }
    .list-child{
        padding-bottom: 20px;
    }
    .list-child> span{
        font-size: 18px;
    }
    #myTab li>a{
        font-size: 22px;
    }
    #myTabContent{
        margin-top: 50px;
    }
}

@media screen and (max-width: 767px){

    .banner-dw, .banner-dw > a{
        font-size: 12px;
    }




    .list-box{
        padding: 30px 0 60px;
    }
    #myTab li>a{
        font-size: 16px;
    }
    #myTab li:nth-child(2){
        margin: 0 20px;
        font-size: 18px;
    }
    .list-box > .container{
        padding: 0 5px;
    }
    .list-child> i{
        display: none;
    }
    .list-child> span{
        font-size: 16px;
    }
    .list-box .col-xs-6{
        padding: 0 5px;
    }
    .list-child{
        margin-bottom: 10px;
    }
    .fenye-box{
        padding: 20px 0 40px;
    }
    .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;
    }
}


