.banner{
	background:url(../image/contact.png)no-repeat center center;
	width:100%;
	height:634px;
}
.banner h1,.banner p{
	width:1000px;
	margin:0 auto;
	color:#fff;
}
.banner h1{
	font-size:68px;
	padding:190px 0 30px;
}
.banner p{
	font-size:28px;
	line-height: 40px;
}
/* 专属服务 */
.exclusive{
	width:1190px;
	margin:0 auto;
}
.phoneWrap{
	width:100%;
	height: 160px;
	border-radius: 80px;
	color:#fff;
	background:#00aaff url(../image/phone.png)no-repeat 50px center;
	padding-left:188px;
	box-sizing: border-box;
}
.phoneWrap p{
	font-size: 36px;
	font-weight: 900;
	padding:30px 0 10px 0;
	margin-right:40px;
}
.phoneWrap p span{
	display: block;
	font-size: 24px;
	font-weight: normal;
	text-align: center;
	margin-top:5px;
}
.phoneWrap>span{
	font-size: 28px;
}
/* 联系我们 */
.formWrap{
	width:1100px;
	margin:0 auto;
}
.formWrap>img{
	width:400px;
	margin-top:160px;
}
.contact{
	/*float:right;
	width:600px;*/
	width:100%;
}
.contact h2,.exclusive h2{
	font-size:32px;
	font-weight: normal;
	padding:30px 0;
}
.exclusive h2{
	text-align: center;
	padding:40px 0;
}
.contact p{
	display: flex;
	display: -webkit-flex;
	height:66px;
	margin-bottom: 20px;
}
.contact p span{
	display: block;
	width:188px;
	color:#fff;
	text-align: center;
	background:#04a1f0;
	font-size:22px;
	line-height: 66px;
}
.contact p i{
    width: 50px;
    height: 50px;
    background: url(../image/refresh.png)no-repeat center center;
    background-size: 30px;
    padding: 7px;
    cursor: pointer;
}
.contact p button{
	height: 66px;
    width: 130px;
    text-indent: 0;
    cursor: pointer;
    background: #f8be00;
    color: #fff;
    border-radius: 5px;
    margin-left: 5px;
    border: none;
    font-size: 20px;
}
.contact p input,.contact p textarea{
	border:solid 1px #dcdcdc;
	flex:1;
	-webkit-flex:1;
	margin-left:5px;
	outline: none;
	padding:0 10px;
}
.contact p:last-of-type{
	height:148px;
}
.contact p:last-of-type span{
	line-height: 148px;
}
.contact p textarea{
	height:136px;
	resize:none;
	padding:5px 10px;
}
.contact a{
	display: block;
	width:90%;
	height:60px;
	background:#04a1f0;
	border-radius: 30px;
	color:#fff;
	line-height: 60px;
	text-align: center;
	margin:0 auto 20px;
	font-size: 26px;
}