.banner {
	height: 31.25rem;
}

.content {
	padding: 7.5rem 0;
	position: relative;

}

.content .form {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.content .form-group {
	width: 38.625rem;
	margin-bottom: 0;
	width: calc(50% - 20px);
	text-align: left;
}


.content .form-group .form-control {
	height: 3rem;
	border: 1px solid #DDDDDD;
}

.content .btn {
	width: 9.5rem;
	height: 3rem;
	background: #CA0100;
	border: none;
	margin-top: 5rem;
	position: absolute;
	bottom: 0;
	right: 0;


}

.content .btn span {
	font-size: 1.125rem;
	color: #fff;
}

.content .title {
	font-size: 3.5rem;
	line-height: 4rem;
	color: #CA0100;
}

.content .text {
	margin: 2.5rem 0 3.75rem;
	font-size: 1.25rem;
	line-height: 2rem;
	text-align: left;
}

.content img {
	width: 100%;
	height: 60rem;
	margin: 5rem 0 0;
}

.content .lr {
	margin-top: 2.5rem;
	height: 47.5rem;

}

.content .lr .l_img {
	width: 50%;
	height: 100%;
	margin: 0;
}

.content .lr .r_text {
	width: 50%;
	height: 100%;
	text-align: left;
	padding: 10rem 5rem 0;
}

.table {
	display: flex;
	margin: 5rem 0 11.9375rem !important;
}

.table tr {
	height: 3.875rem;
	display: flex;
	width: 90rem;
}

.table tr td {
	display: flex;
	align-items: center;
}

.table table{
	border-bottom: 1px solid #E8E8E8;
	border-right: 1px solid #E8E8E8;
	width: 100%;
	display: none;
}
.table td {
	border: 1px solid #E8E8E8;
	border-bottom: none;
	border-right: none;
}
.table tr td:first-child {
	width: 18.75rem;
	padding-left: 2.5rem;
	font-weight: bold;
	color: #000;
	font-size: 1.1875rem;
}
.table tr td:last-child{
	width: calc(100% - 18.75rem);
	justify-content: center;
}