.contact h3{
	margin:0;
	padding-top: 73px;
	padding-bottom: 60px;
	font-size: 30px;
}
.contact .item{
    margin-bottom: 40px;
    font-size:22px;
    font-weight: bold;
    
}
.contact .item .icon{
    display: flex;
    align-items:center;
    justify-content: center;
    flex-direction:column;
    margin:60px auto 20px auto;
    width: 146px;
	height: 146px;
	background-color: #ffffff;
	border-radius: 35px;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
	font-size: 15px;
	font-weight:normal
}
.contact .item .icon .name{
    margin-top:15px;
}
.message{
    margin-top: 30px;
	padding-top: 30px;
	background: url("../../images/flrd/message-bg.png") no-repeat top center;
	background-size:100% 100%;
}
.message h3{
	font-size: 45px;
	color: #0747b0;
}
.message .desc{
	font-size: 20px;
	color: #0747b0;
}
.message .content{
    width:1000px;
    margin:0 auto;
	padding: 59px 0;
}
.form-content input{
	width: 100%;
	padding: 0 20px;
	height: 56px;
	background-color: #ffffff;
	border-radius: 7px;
	border: solid 1px #e0e0e0;
	outline: none;
}
.form-content textarea{
	margin-bottom: 25px;
	padding: 20px;
	width: 100%;
	height: 185px;
	background-color: #ffffff;
	border-radius: 7px;
	border: solid 1px #e0e0e0;
	outline: none;
}
.form-content .input-list{
	margin-bottom: 25px;
	display: flex;
	justify-content: space-between;
}
.form-content .input-list .item{
	width: 483px;
}
.form-content button{
	background: #0747b0;
	width: 218px;
	height: 53px;
	background-color: #0747b0;
	border-radius: 10px;
	color: #fff;
	border:none;
}