.contact_us {
    margin-top: 65px;
}

.contact_us .body {
    margin-top: 60px;
}


.contact_us .body .side {
    background-color: #f3f3f3;
    height: 100%;
    padding: 40px 30px;
}

.contact_us .body .side .item {
    padding: 15px 0;
}

.contact_us .body .side .item div {
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.contact_us .body .side .item.company {
    color: #757575;
    font-size: 18px;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: 1;
    padding-top: 0;
}

.contact_us .body .side .item.phone i {
    background-image: url(../images/contact/phone.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 38px;
    vertical-align: middle;
    width: 38px;
}

.contact_us .body .side .item.email i {
    background-image: url(../images/contact/email.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 38px;
    vertical-align: middle;
    width: 38px;
}

.contact_us .body .side .item.address i {
    background-image: url(../images/contact/address.png);
    background-size: 100% 100%;
    display: inline-block;
    height: 38px;
    vertical-align: top;
    width: 38px;
}

.contact_us .body .side .item span {
    color: #757575;
    display: block;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 1;
}

.contact_us .body .side .item p {
    color: #212121;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    margin-top: 8px;
}
.contact_us .body .side .item p a{
	color: inherit;
}

.contact_us .body .side .item.address p {
    font-size: 16px;
    line-height: 1.5;
}

.contact_us .body .side .item.wechat {
    display: table;
    padding-bottom: 0;
}

.contact_us .body .main {
    background-color: #002447;
    padding: 0 50px 40px;
}

.contact_us .body .main form {
    height: 100%;
}

.contact_us .body .main .item {
    padding: 15px 10px;
}

.contact_us .body .main .row > div {
    margin-top: 36px;
}

.contact_us .body .main i {
    color: #ff0000;
    font-style: normal;
    left: 30px;
    position: absolute;
    top: 10px;
}

.contact_us .body .main .form-control {
    background-color: #f3f3f3;
    border: 1px solid #b2b2b2;
    padding: 12px 25px;
    width: 100%;
}

.contact_us .body .main .wenti textarea {
    font-family: inherit;
    font-size: inherit;
    height: 150px;
    width: 100%;
}

.contact_us .body .main .submit button {
    background-color: #7fbe26;
    border: 0;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    line-height: 1;
    padding: 16px 42px;
    text-align: center;
}


.map {
    margin-top: 40px;
}

.map img {
    display: table;
}

@media only screen and (min-width: 1230px) {
    .contact_us .body .side .item div {
        margin-left: 15px;
    }
    
    .contact_us .body .side {
        padding: 40px 50px;
    }
    
    .contact_us .body .side .item.company {
        font-size: 20px;
    }
    
    .contact_us .body .side .item p {
        font-size: 18px;
    }
    
    
}