
@media screen and (max-width: 991px) {
    .banner-child > p:nth-of-type(1){
        font-size: 30px;
    }
    .banner-child > p:nth-of-type(2) > a{
        font-size: 14px;
    }
}
@media screen and (max-width: 767px) {
    .banner-child > p:nth-of-type(1){
        display: none;
    }
}
.contact-wrap{
    width: 100%;
    float: left;
    margin: 100px 0 ;
}

.contact-child{
    width: 100%;
}

.contact-child > div:first-of-type{
    width: 100%;
    position: relative;
    background: #055fcf;
    padding-top: 100px;
}
.contact-child > div:first-of-type:after{
    content: '';
    display: block;
    clear: both;
}
.contact-child > div:first-of-type > p {
    text-align: center;
    height: 67px;
    color:#ffffff;
    font-size: 20px;
    line-height: 67px;
    width: 100%;
}
.contact-child > div:first-of-type > i{
    float: left;
    width: 100%;
    height: 67px;
    text-align: center;
    line-height: 67px;
    color:#fff;
    background: #055fcf;
    font-size: 76px;
    position: absolute;
    z-index: 100;
    top: 24px;
    left: 0px;
}

.contact-child > div:nth-of-type(2){
    width: 100%;
    padding: 30px 0;
    text-align: center;
    background: #333;
    position: relative;
}
.contact-child > div:nth-of-type(2) > img{
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.contact-child > div:nth-of-type(2) > p {
    color:#fff;
    font-size: 16px;
    line-height: 22px;
}
.contact-child > div:nth-of-type(2) > p:first-of-type{
    margin-bottom: 20px;
}
.contact-child > div:nth-of-type(2) > p > b {
    font-weight: normal;
}
#dituContent{
    margin-top: 30px
}
@media screen and (max-width: 1200px) {
    .contact-child > div:nth-of-type(2) > p{
        font-size: 14px;
    }
}
@media screen and (max-width: 991px){
    .contact-child > img {
        display: none;
    }
    .contact-child > div:nth-of-type(2) > p{
        width:-moz-calc(100% - 168px);
        width:-webkit-calc(100% - 168px);
        width:calc(100% - 168px);
        margin-left: 168px;
        font-size: 18px;
    }
    .contact-child > div:first-of-type > p{
        height: 50px;
        line-height: 50px;
        font-size: 18px;
        width: -moz-calc(100% - 50px);
        width: -webkit-calc(100% - 50px);
        width: calc(100% - 50px);
    }
    .contact-child > div:first-of-type > i{
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }
    .contact-child{
        margin-bottom: 20px;
    }
    .contact-wrap{
        margin: 60px 0 100px;
    }
    #dituContent{
        margin-top: 0px
    }
}


@media screen and (max-width: 767px) {
    .contact-child > div:nth-of-type(2) > p {
        width: 100%;
        margin-left: 0;
        font-size: 14px;
    }
    .contact-wrap{
        margin: 30px 0 90px;
    }
    .contact-child > div:first-of-type > p{
        height: 40px;
        line-height: 40px;
        width: -moz-calc(100% - 40px);
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
        font-size: 16px;
    }
    .contact-child > div:first-of-type > i{
        width: 40px;
        line-height: 40px;
        height: 40px;
        font-size: 18px;
    }
    .contact-child > div:nth-of-type(2){
        padding: 20px 0;
    }
    .contact-child > div:nth-of-type(2) > p:first-of-type{
        margin-bottom: 15px;
    }
    #dituContent{
        height: 260px!important;
    }
    .contact-child{
        margin-bottom: 15px;
    }
}




























































