.banner {
	width: 100%;
}
.banner .img {
	width: 100%;
}
.wrap {
	width: 1200px;
	margin: 0 auto;
	padding: 50px 0;
}
.wrap .content {
	padding: 80px 0;
}
.wrap .content h2 {
	font-size: 30px;
	font-weight: 600;
	text-align: center;
}
.wrap .content .box {
	margin-top: 20px;
	border: 1px solid #999999;
	border-radius: 20px;
	padding: 30px 120px;
}
.wrap .content .box h3 {
	font-size: 26px;
	text-align: center;
	font-weight: normal;
}
.wrap .content .box input {
	padding: 0 30px;
	font-size: 36px;
	border: 1px solid #999999;
	width: 100%;
	height: 80px;
	border-radius: 40px;
	margin-top: 80px;
}
.wrap .content .box button {
	color: #FFFFFF;
	font-size: 24px;
	background-color: #FE1C0E;
	margin: 80px auto;
	width: 350px;
	height: 60px;
	border-radius: 30px;
	border: none;
}
.wrap .content .address {
	margin-top: 20px;
}
.wrap .content .address img {

}
.wrap .content .types {
	margin-top: 50px;
}
.wrap .content .types .title {
	color: #6C6C6C;
	font-size: 36px;
}
.wrap .content .types .phone {
	font-size: 36px;
	color: #6C6C6C;
}
.wrap .content .types .boxs {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.wrap .content .types .boxs .item {
	display: flex;
	align-items: center;
	width: 50%;
	margin-top: 50px;
}
.wrap .content .types .boxs .item .img {
	width: 54px;
	height: 54px;
}
.wrap .content .types .boxs .item .right {
	font-size: 18px;
	color: #6C6C6C;
	margin-left: 22px;
}