@charset "utf-8";

.nav-contact { background: #DA251C; color: #fff !important;}
	
.contact-us-img{
    width: 460px;
    height: 280px;
    float: left;
    object-fit:cover
}
.contact-us-right{
    float: right;
    width: 690px;
}
.contact-us-title{
    width: 100%;
    float: left;
    font-size: 24px;
    color: #696969;
    margin-top: 50px;
    font-weight: 600;
}
.contact-us-address{
    width: 100%;
    float: left;
    font-size: 15px;
    color: #999999;
    margin-top: 20px;
    line-height: 25px;
}
.contact-us-address i{font-size: 24px;color: #DA251C;font-weight: 600;}
.contact-us-icon{
    width: 55px;
    float: right;
}
.contact-us-message{
    width: 100%;
    float: left;
    padding: 70px 0px;
    background: #F9F9F9;
}
.contact-us-title2{
    width: 100%;
    float: left;
    font-size: 26px;
    color: #333333;
    font-weight: 600;
    text-align: center;
}
.contact-us-input{
    width: 46%;
    height: 50px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:none;
    outline: none;
    padding-left: 3%;
    font-size: 16px;
	color:#666666;
}
.contact-us-textera{
    width: 94%;
    height: 200px;
    float: left;
    margin-top: 25px;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:none;
    outline: none;
    padding: 15px 3%;
    font-size: 16px;
	color:#666666;
}
.contact-us-submit{
    cursor: pointer;
    width: 180px;
    height: 50px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    background: #DA251C;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border:none;
    outline: none;
    margin-top: 35px;
}
.container{
    width: 100%;
    height: 450px;
    float: left;
    margin: 100px 0px;
}
