.banner{
	width: 100%;
	min-width: 1230px;
	height: 300px;
	background:url(../../img/banner/banner-contact.jpg);
	background-size: cover;
	background-position: center 0;
	position: relative;
}
.banner::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
	background-color: rgba(0, 0, 0, 0.5);
}
.banner h1{
	color: #fff;
	position: absolute;
	z-index: 2;
	transform: translate(-50%,-50%);
	width: 1200px;
	left: 50%;
	top: 50%;
	text-align: center;
	font-size: 55px;
	line-height: 1.3;
	font-weight: bold;
}
.white{
	background-color: #fff;
}
.container{
	width: 1180px;
	margin: 0 auto;
}
.contact{
	display: flex;
	padding: 32px 0;
	justify-content: space-between;
}
.contact .form,
.contact .msg{
	width: 574px;
}
.contact .txt .tit{
	font-size: 18px;
	color: #000;
	line-height: 1.8;
	font-weight: bold;
}
.contact .txt .desc{
	font-size: 17px;
	color: #000;
	line-height: 1.8;
	margin-top: 10px;
}
.contact .txt .desc p{
	font-size: 17px;
	color: #000;
	line-height: 1.8;
	margin-top: 10px;
}
.contact .txt{
	margin-bottom: 24px;
}
.contact .wpcf7 p{
	margin: 17px 0;
	font-size: 17px;
	line-height: 1.8;
	color: #000;
}
.contact .wpcf7 select, 
.contact .wpcf7 input[type="text"], 
.contact .wpcf7 input[type="email"], 
.contact .wpcf7 input[type="url"], 
.contact .wpcf7 input[type="password"], 
.contact .wpcf7 input[type="search"], 
.contact .wpcf7 input[type="number"], 
.contact .wpcf7 input[type="tel"], 
.contact .wpcf7 input[type="range"], 
.contact .wpcf7 input[type="date"], 
.contact .wpcf7 input[type="month"], 
.contact .wpcf7 input[type="week"], 
.contact .wpcf7 input[type="time"], 
.contact .wpcf7 input[type="datetime"], 
.contact .wpcf7 input[type="datetime-local"], 
.contact .wpcf7 input[type="color"], 
.contact .wpcf7 textarea{
	background-color: #fff;
	line-height: 1.75;
	display: block;
	padding: 7px 15px;
	font-size: 17px;
	width: 100%;
	color: #000;
	border: 1px solid #e9e9e9;
}
.contact .wpcf7 select:focus, 
.contact .wpcf7 input[type="text"]:focus, 
.contact .wpcf7 input[type="email"]:focus, 
.contact .wpcf7 input[type="url"]:focus, 
.contact .wpcf7 input[type="password"]:focus, 
.contact .wpcf7 input[type="search"]:focus, 
.contact .wpcf7 input[type="number"]:focus, 
.contact .wpcf7 input[type="tel"]:focus, 
.contact .wpcf7 input[type="range"]:focus, 
.contact .wpcf7 input[type="date"]:focus, 
.contact .wpcf7 input[type="month"]:focus, 
.contact .wpcf7 input[type="week"]:focus, 
.contact .wpcf7 input[type="time"]:focus, 
.contact .wpcf7 input[type="datetime"]:focus, 
.contact .wpcf7 input[type="datetime-local"]:focus, 
.contact .wpcf7 input[type="color"]:focus, 
.contact .wpcf7 textarea:focus{
	color: #dd1215;
    box-shadow: none;
    outline: none;
    border: 1px solid #dd1215;
}
.contact .wpcf7 p textarea{
	height: 120px;
	resize: vertical;
	max-height: 300px;
}
.contact .wpcf7 input[type="button"], 
.contact .wpcf7 input[type="reset"], 
.contact .wpcf7 input[type="submit"] {
    border: none;
    background-color: #0f5fda;
    color: #fff;
    padding: 10px 30px;
    cursor: pointer;
    font-size: 17px;
    line-height: 1.5;
    font-weight: bold;
}
.contact .wpcf7 input[type="button"]:hover, 
.contact .wpcf7 input[type="reset"]:hover, 
.contact .wpcf7 input[type="submit"]:hover{
	background-color: #af0003;
}
.contact .wpcf7 .wpcf7-not-valid-tip {
    font-size: 14px;
}
.contact .wpcf7 form .wpcf7-response-output{
	margin: 32px 0 20px;
	padding: 10px 20px;
}