.contact .contact-wrap{
    margin-top: 30px;
}

.contact .contact-items{
    border: 1px solid #ccc;
    background-color: rgba(255,255,255,0.9);
    text-align: center;
    min-height: 220px;
    cursor: pointer
}

.contact .contact-tel{
    padding: 48px 0 42px;
}

.contact .contact-tel:hover img{
    transform:rotate(15deg);
}

.contact .contact-add{
    padding: 38px 0 42px;
}

.contact .contact-add:hover img{
    transform:scale(1.1);
}

.contact .contact-mail{
    padding: 38px 0 42px;
}

.contact .contact-mail:hover img{
    transform: rotate(15deg)
}

.contact .contact-tel img{
    max-width:52px;
}

.contact .contact-items p{
    margin-top: 15px;
    color: #333;
    font-size: 24px;
    line-height: 36px;
}

.contact .contact-items span{
    font-size: 18px;
    line-height: 27px;
    color: #999;
    display: block;
}

/***************************************/
#dituContent {
    width: 100%;
    height: 560px;
    margin-top: 30px;
}

#dituContent img{
    max-width: none;
}
.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}
/**************************************/
.online-wrap{
    margin-top:30px;
}

label{
    width: 90px;
    float: left;
    font-size: 18px;
    line-height: 42px;
    color: #333;
    font-weight: none;
}

.form-group{
    float: left;
    width: 100%;
    margin-left: 10px;
}

.form-control{
    border-radius: 0;
}

.adv-mess textarea.form-control{
    height: 122px;
}

.adv-mess textarea:focus{
    border-color: #00937D;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,147,125,.6);
}

.adv-mess .form-group{
    max-width: 1190px;
}

.form-group input{
    height: 42px;
    line-height: 42px;
}
.form-group input:focus{
    border-color: #00937D;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,147,125,.6);
}

.online .row .col-md-6{
    padding-left: 10px;
    padding-right: 10px;
}

.submit{
    text-align: center;
}

.submit .btn{
    width: 180px;
    height: 42px;
    left: 42px;
    background-color: #00937D;
    text-align: center;
    color: #fff;
    border-radius: 0;
    margin: auto;
}

.submit .btn:hover{
    background-color: #00937D;
}

.btn:focus{
    outline: none;
}
.btn:active:focus{
    outline: none;
}
@media (max-width:992px) {
    .contact{
        padding-top: 0px;
    }
    .contact .contact-items{
        min-height: 100%;
        padding: 10px 0;
        margin-bottom: 10px;
    }

    .contact .contact-items img{
        max-width: 36px;
    }
    .contact .contact-items p{
        font-size: 20px;
        line-height: 30px;
        margin-top: 5px;
    }

    .contact .contact-items span{
        font-size: 16px;
        line-height: 24px;
    }

    .map{
        padding-top: 40px;
    }

    #dituContent{
        height: 300px;
        margin-top: 10px;
    }
    .online{
        padding: 40px 0;
    }
    .form-group{
        margin-left: 0;
    }
    .online-wrap{
        margin-top: 10px;
    }
    label{
        line-height: 24px;
    }
}