.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
}


.details-box{
    width: 100%;
    float: left;
    padding-top: 80px;
    margin-bottom: 50px;
}

.details-box .swiper-container{
    border: 1px solid #eee;
    padding-bottom: 60px;
}
.details-box .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 45px;
}
.details-box .swiper-pagination-bullet-active{
    background: #70ad47;
}

.details-a{
    padding-top: 30px;
    position: relative;
    padding-left: 15px;
}

.details-a > p:first-child{
    color:#333333;
    font-size: 22px;
    position: relative;
}
.details-a > p:nth-child(2){
    color:#888888;
    font-size: 14px;
    margin-top: 10px;
}
.details-a > p:nth-child(3){
    margin-top: 30px;
    border-top: 1px solid #eee;
    padding-top: 25px;
    color: #888888;
    line-height: 35px;
}

.details-a > p:nth-child(3) span{
    margin-top: 20px;
    display: block;
    color:#888888;
    font-size: 14px;
    line-height: 35px;
}
.details-a > p:first-child > a{
    color:#70ad47;
    position: absolute;
    right: 0;
    font-size: 30px;
    top: 20px;
    line-height: 30px;
}

.tab-box{
    width: 100%;
    float: left;
}

#myTab li{
    display: inline-block;
    float: left;
}
#myTab:after{
    content: '';
    display: block;
    clear: both;
}
#myTab{
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 5;
}
#myTab li>a{
    padding: 10px 35px;
    display: inline-block;
    color:#888888;
    font-size: 16px;
    border-bottom: transparent;
    z-index: 6;
    position: relative;
    top: 1px;
}
#myTab li.active a{
    border-bottom: 1px solid #fff;
    border-top:1px solid #eee;
    border-left:1px solid #eee;
    border-right: 1px solid #eee;
}
#home2 ul{
    margin-top: 40px;
}
#home2 ul:after{
    display: block;
    content: '';
    clear: both;
}
#home2 li{
    width: 20%;
    padding: 0 15px;
    float: left;
    display: inline-block;
}

#home2 li>img{
    width: 100%;
    cursor: pointer;
}



.swiper-slide > img{
    float: none;
}

.swiper-slide {
    text-align: center;
}







.list-box{
    padding: 80px 0;
    width: 100%;
    float: left;
    position: relative;
}


.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);
}
.list-box .container> p{
    color:#333333;
    font-size: 20px;
    margin-bottom: 30px;
}

#home1{
    padding-top: 25px;
    line-height: 30px;
    color:#888
}



@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;
    }

    .details-box{
        padding-top: 60px;
        margin-bottom: 30px;
    }
    .details-a{
        padding-top: 20px;
        padding-left: 0;
    }
    .details-a > p:nth-child(2){
        margin-top: 5px;
    }
    .details-a > p:nth-child(3){
        margin-top: 20px;
    }
    .details-a > p:nth-child(3) span{
        margin-top: 15px;
        line-height: 30px;
    }
    #myTab li>a{
        padding: 8px 30px;
        font-size: 14px;
    }
    #home2 ul{
        margin-top: 20px;
    }
    #home2 li{
        padding: 0 10px;
    }
    .list-box{
        padding: 30px 0 90px;
    }
    .list-box .container> p{
        font-size: 18px;
        margin-bottom: 10px;
    }
    .list-child> span{
        font-size: 16px;
    }
    .list-child> i{
        display: none;
    }
    .details-a > p:nth-child(3){
        padding-top: 10px;
    }
    #home1{
        padding-top: 10px;
    }
}

@media screen and (max-width: 767px){
    .details-a > p:nth-child(3){
        line-height: 30px;
    }
    .banner-dw, .banner-dw > a{
        font-size: 12px;
    }
    .details-box{
        padding-top: 30px;
    }

    .details-a > p:first-child{
        font-size: 18px;
    }
    .details-a > p:nth-child(2){
        font-size: 13px;
        margin: 0;
    }
    .details-a > p:first-child > a{
        font-size: 24px;
        top: 10px;
    }
    .list-box{
        padding: 10px 0 90px;
    }
    #home2 li{
        width: 50%;
        margin-bottom: 20px;
    }
    #home2 > .row{
        margin-left: -10px;
        margin-right: -10px;
    }
    .list-box .container{
        padding: 0 20px;
    }
    .list-child> i{
        display: none;
    }
    .list-child> span{
        font-size: 14px;
    }
    .list-box .col-xs-6{
        padding: 0 5px;
    }
    .list-child{
        margin-bottom: 10px;
    }
    .details-box .swiper-container{
        padding-bottom: 40px;
    }
    .details-box .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 25px;
    }
    .list-box .container> p{
        margin-left: -10px;
        font-size: 16px;
    }
}


