.contact.ani .contactInfo{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}
.contact.ani .map{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
}

.f-l{
    width: 50%;
    float: left;
}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.contact{
    width: 100%;
}
.contact .title{
    margin-top: 120px;
    height: 60px;
    text-align: center;
    font-size: 27px;
    color: #206bd1;
    background: url("../images/title-i1.png") no-repeat center bottom;
}

.contactInfo{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 110px 0 43px 0;
    padding-bottom: 60px;
    border-bottom: 1px solid #666666;
    box-sizing: border-box;
}

.contactInfo .item{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.contactInfo .item.i1{
    border-bottom: 1px solid #666666;
    box-sizing: border-box;
}

.dz1,.dz2{
    width: 50%;
}
.contactInfo .item.i2{
    margin-top: 40px;
}

.contactInfo .item .area{
    font-size: 20px;
}
.contactInfo .area span:first-child{
    font-weight: bold;
}
.contactInfo .area span:last-child{
    color: #666666;
}

.contactInfo .address{
    width: 100%;
    margin-top: 20px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contactInfo .address div:first-child{
    float: left;
    width: 70px;
    height: 32px;
    background: url("../images/icon-address.png") no-repeat center;
    background-size: contain;
}
.contactInfo .address div:last-child{
    float: left;
    width:auto;
    height: 100%;
    font-size: 20px;
    overflow: auto;
}

.contactInfo .email{
    width: 100%;
    margin-top: 20px;
}
.contactInfo .email div:first-child{
    float: left;
    width: 70px;
    height: 32px;
    background: url("../images/icon-email.png") no-repeat center;
    background-size: contain;
}
.contactInfo .email div:last-child{
    float: left;
    width: auto;
    height: 100%;
    font-size: 20px;
    min-height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contactInfo .email div:last-child a{
    width: 100%;
    height: 100%;
}

.contactInfo .tel{
    width: 100%;
    margin-top: 20px;
}

.contactInfo .tel div:first-child{
    float: left;
    width: 70px;
    height: 32px;
    background: url("../images/icon-tel.png") no-repeat center;
    background-size: contain;
}
.contactInfo .tel div:last-child{
    float: left;
    width:auto;
    height: 100%;
    font-size: 20px;
}

#allmap1{
    width:50%;
    height:300px;
    margin: 20px 0;
}

#allmap2{
    width:50%;
    height:300px;
    margin: 20px 0;
}


.BMap_shadow img{
    display: none;
}

@media screen and (max-width: 1184px){
    .contactInfo .address div:last-child{
        font-size:18px;
    }
}
@media screen and (max-width: 980px){
    .contactInfo .address div:last-child{
        font-size: 16px;
    }
}
@media screen and (max-width: 750px){
    .contactInfo .address div:last-child{
        font-size: 14px;
    }
    .contactInfo .item.i2>div{
        float: inherit;
    }
    .contactInfo .email div:last-child a{
        font-size: 14px;
    }
    .contactInfo .tel div:last-child{
        font-size: 14px;
    }
    .contactInfo .area span:last-child{
        font-size: 16px;
    }
    .contactInfo .item.i2 > div{
        width: 100%;
    }

    .dz1, .dz2{
        width: 100%;
    }
    #allmap1{
        width: 100%;
        height:300px;
    }

    #allmap2{
        width: 100%;
        height:300px;
    }
}

@media screen and (max-width: 415px){
    .map{
        display: none;
    }
    .contact .title{
        margin-top: 40px;
        font-size: 20px;
        height: 40px;
    }
    .contactInfo{
        margin-top: 40px;
        padding-bottom: 30px;
    }
    .contactInfo .item{
        width: 100%;
    }
    .contactInfo .item .area{
        font-size: 18px;
    }
    .contactInfo .address div:first-child{
        width: 40px;
        height: 22px;
    }
    .contactInfo .email div:first-child{
        width: 40px;
        height: 22px;
    }
    .contactInfo .tel div:first-child{
        width: 40px;
        height: 22px;
    }
    .contactInfo .email div:last-child{
        font-size: 16px;
    }
    .contactInfo .area span:last-child{
        font-size: 16px;
    }
}
