.contact{
	width: 1440px;
	margin:100px auto 40px auto;
}
.contact .xx{
	display: flex;
	flex-wrap: wrap;
	    justify-content: space-between;
}
.contact .xx li{
	padding: 10px;
	text-align: center;
	width: 300px;
	color: #57606c;
}

.contact .xx li img{
	width: 60px;
	height: 60px;
	transition: all 1s ease;
}
.contact .xx li:hover img{
	transform: rotate(360deg);
	    
}
.contact .xx h4{
	font-size: 16px;
	font-weight:600;
}
 .formBox{
	background-color: #f7f7f7;
}
 .formBox h2{
	text-align: center;
	font-size: 42px;
	line-height: 63px;
	padding-top: 76px;
}
 .formBox p{
	color: #7f7f7f;
	text-align: center;
}
.juz{
	width: 1440px;
	margin: 0 auto;
}

.formBox form{
	margin-top: 35px;
	padding: 49px 100px 80px;
	background-color: #fff;
}
.formBox form ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.formBox form li{
	width:49%;
	box-sizing: border-box;
}
.formBox form li p{
	text-align: left;
	font-weight: bold;
	color: #000;
	margin-bottom: 15px;
	font-size: 16px;
}
.formBox form li input,textarea,button{
	line-height: 48px;
	    height: 48px;
		background-color: #fbfbfb;
		width: 100%;
		border: 1px solid #e5e5e5;
		padding: 0 8px;
		display: block;
		box-sizing: border-box;
}
.formBox form li input:focus ,textarea:focus{
	border: 1px solid #333333;
}
.formBox form li textarea{
	height: 100px;
}
.formBox form button{
	background-color: #343434;
	transition: all .5s ease;
	cursor: pointer;
	color: #fff;
}
.formBox form button:hover{
	background-color: #19CE67;
}
@media all and (max-width:1440px) {
	.contact,.juz{
		width: 96%;
	}
	.contact .xx li{
		width: 200px;
	}
}

@media all and (max-width:1100px) {
    .contact{
        margin-top: 50px;
    }

	.contact,.juz{
		width: 96%;
	}
	.formBox form li{
		width:100%;
	}
	.formBox form{
		padding: 15px;
	}
	 .formBox h2{
		 font-size: 25px;
		 padding-top: 15px;
	 }
	
}
@media all and (max-width:560px){
	.contact .xx li{
		width: 40%;
	}
}