.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
}
.title-span{
    color:#333333;
    font-size: 34px;
    display: block;
    position: relative;
    text-align: center;
}
.title-span::before{
    content: '';
    position: absolute;
    width: 64px;
    height: 64px;
    background:url("../img/daocao.png") no-repeat center top;
    top:-64px;
    left: 50%;
    transform: translateX(-50%);
    -ms-transform:  translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}
.title-span::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 2px;
    background:#70ad47;
    left: 50%;
    bottom: -5px;
    margin-left: -20px;
}

.contact-box{
    width: 100%;
    float: left;
    padding:80px 0 60px;
}
.contact-child{
    height: 450px;
    border-radius: 10px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
}
.contact-box .container>div:first-child .contact-child{
    background: url("../img/contact1.jpg") no-repeat;
    background-size: cover;
}
.contact-box .container>div:nth-child(2) .contact-child{
    background: url("../img/contact2.jpg") no-repeat;
    background-size: cover;
}
.contact-box .container>div:nth-child(3) .contact-child{
    background: url("../img/contact3.jpg") no-repeat;
    background-size: cover;
}
.contact-box .container>div:first-child .contact-child>p:first-child{
    color:#fff;
    font-size: 35px;
}
.contact-box .container>div:first-child .contact-child>p:nth-child(2){
    color:#ffffff;
    font-size: 20px;
    margin: 20px 0 10px;
}
.contact-box .container>div:first-child .contact-child>p:nth-child(3){
    font-size: 16px;
    color:#fff
}


.contact-box .container>div:nth-child(2) .contact-child>p:first-child{
    color:#66caa1;
    font-size: 35px;
    display: block;
}
.contact-box .container>div:nth-child(2) .contact-child>p:nth-child(2){
    color:#333333;
    font-size: 20px;
    margin: 20px 0;
}
.contact-box .container>div:nth-child(2) .contact-child>p:last-child img{
    position: absolute;
    bottom: -70px;
    left: 0;
}

.contact-box .container>div:nth-child(3) .contact-child>p:first-child{
    color:#fff;
    font-size: 35px;
}
.contact-box .container>div:nth-child(3) .contact-child>p:nth-child(2){
    color:#fff;
    font-size: 20px;
    margin: 20px 0 10px;
}

.contact-box .container>div:nth-child(3) .contact-child>p:nth-child(3){
    font-size: 20px;
    color:#fff
}
.contact-box .container>div:nth-child(3) .contact-child>p:last-child img{
    position: absolute;
    bottom: -85px;
    left: 25px;
}

.map-box{
    width: 100%;
    float: left;
    margin-bottom: 80px;
    margin-top: 40px;
}
.contact-box img{
    float: none;
}











@media screen and (max-width: 1200px){

}


@media screen and (max-width: 991px) {
    .contact-box > .container>div:first-child img{
        position: absolute;
        right: 30px;
        bottom: 0;
        width: 30%;
    }

    .contact-box .container>div:nth-child(2) .contact-child>p:last-child img{
        position: absolute;
        right: 30px;
        bottom: 0;
        left: auto;
        width: 30%;
    }
    .contact-box .container>div:nth-child(3) .contact-child>p:last-child img{
        left: auto;
        right: 30px;
        bottom: 0;
        width: 30%;
    }
    .contact-child{
        height: auto;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }
    .contact-box{
        padding-top: 60px;
        padding-bottom: 20px;
    }
    .map-box{
        margin-bottom: 100px;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px){

    .banner-dw, .banner-dw > a{
        font-size: 12px;
    }

    .contact-child{
        padding: 15px;
    }
    .contact-box .container>div:first-child .contact-child>p:nth-child(2){
        margin: 10px 0;
        position: relative;
        z-index: 10;
    }
    .contact-box .container>div:nth-child(2) .contact-child>p:nth-child(2){
        margin: 10px 0;
        position: relative;
        z-index: 10;
    }
    .contact-box .container>div:nth-child(3) .contact-child>p:nth-child(2){
        margin: 10px 0;
    }
    .contact-box .container>div:nth-child(3) .contact-child>p:nth-child(2),
    .contact-box .container>div:nth-child(3) .contact-child>p:nth-child(3){
        position: relative;
        z-index: 100;
    }
    .contact-box > .container>div:first-child img{


        bottom: 10px;

    }

    .contact-box .container>div:nth-child(2) .contact-child>p:last-child img{

        bottom: 10px;

    }
    .contact-box .container>div:nth-child(3) .contact-child>p:last-child img{

        bottom: 10px;

    }
    .contact-box{
        padding-top: 30px;
    }
    .contact-box .container{
        padding: 0;
    }
    .contact-child{
        margin-bottom: 15px;
    }
    .contact-box .container>div:first-child .contact-child>p:first-child{
        font-size: 28px;
    }
    .contact-box .container>div:nth-child(2) .contact-child>p:first-child{
        font-size: 28px;
    }
    .contact-box .container>div:nth-child(3) .contact-child>p:first-child{
        font-size: 28px;
    }
    .contact-box .container>div:first-child .contact-child>p:nth-child(2),
    .contact-box .container>div:nth-child(2) .contact-child>p:nth-child(2),
    .contact-box .container>div:nth-child(3) .contact-child>p:nth-child(2),
    .contact-box .container>div:nth-child(3) .contact-child>p:nth-child(3){
        font-size: 16px;
    }
    .map-box >div>div{
        height: 260px!important;
    }
    .map-box{
        margin-bottom: 90px;
    }
}


