.contact{
    width: 75%;
    margin: auto;
    margin-top: 5%;
    display: flex;
    justify-content: space-between;
}
.contact-left {
    width: 32%;
}
.contact-left h3{
	font-size: 30px;
	color: #333333;
}
.contact-left h4{
	font-size: 16px;
	line-height: 30px;
	color: #333333;
    font-weight: 600;
    margin-top: 5%
}
.contact-left p{
	font-size: 16px;
	color: #333333;
    margin-top: 1%;
}
.contact-left .tel{
	font-size: 16px;
	color: #333333;
    margin-top: 8%;
}
.contact-right{
    width: 60%;
}
.input-box{
    display: flex;
    justify-content: space-between;
    background-color: #f8f8f8;
    margin-top: 2%;
}
.contact-right>form>.input-box>input{
    width: 100%;
    width: 853px;
	height: 60px;
	background-color: #f8f8f8;
    margin-left: 3%;
}
.img-box{
    display: flex;
    align-items: center;
    margin-left: 2%;
}
.contact-right>form>.input-box textarea{
    background-color: #f8f8f8;
    width: 100%;
    padding: 3%;
}
#input-box{
    display: flex;
    align-items: baseline;
}
#input-box>.img-box{
    margin-top: 1%;
}
.tj-btn{
    display: flex;
    justify-content: center;
    margin-top: 5%;
}
#tj{
	width: 112px;
	height: 40px;
	background-color: #cf3341;
    color: #fff;
    outline: 0;
    margin: auto;
}
@media (max-width:1199px){
    .contact{
        display: flex;
        flex-wrap: wrap;
    }
    .contact-left{
        width: 100%;
    }
    .contact-right{
        width: 100%;
        margin-top: 3%;
    }
    .contact-left h4 {
        font-size: 16px;
        line-height: 30px;
        color: #333333;
        font-weight: 600;
        margin-top: 2%;
    }
    .contact-left .tel {
        font-size: 16px;
        color: #333333;
        margin-top: 1%;
    }
}
@media (max-width:767px){
    .contact{
        display: flex;
        flex-wrap: wrap;
        width: 92%;
        margin-top: 3%;
    }
    .contact-left{
        width: 100%;
    }
    .contact-right{
        width: 100%;
        margin-top: 3%;
    }
    .contact-left h4 {
        font-size: 16px;
        line-height: 30px;
        color: #333333;
        font-weight: 600;
        margin-top: 2%;
    }
    .contact-left .tel {
        font-size: 16px;
        color: #333333;
        margin-top: 1%;
    }
    .contact-left h3 {
        font-size: 16px;
        color: #333333;
    }
    .contact-right>h3{
        font-size: 16px;
    }
    .contact-left h4 {
        font-size: 14px;
        line-height: 30px;
        color: #333333;
        font-weight: 600;
        margin-top: 2%;
    }
    .contact-left p {
        font-size: 14px;
        color: #333333;
        margin-top: 1%;
    }
    .contact-left .tel {
        font-size: 14px;
        color: #333333;
        margin-top: 1%;
    }

}