.form {
	padding: 1.25rem 0;
}

.form-control {
	width: 38.625rem !important;
	height: 3rem !important;
}

.btn {
	width: 9.5rem;
	height: 3rem;
}

#carouselExampleSlidesOnly {
	height: 58.75rem;
}

#carouselExampleSlidesOnly .carousel-img {
	width: 100% !important;
	height: 58.75rem !important;
}

.notice {
	margin-top: 1.25rem;
}

.notice .type_area {
	background: #F5F5F5;
	height: 15.625rem;
	border-radius: 0.25rem;
	padding: 1.25rem 1.875rem;
}

.swiper {
	width: 100%;
	height: 100%;
}

.notice .carousel-item {
	display: flex !important;
}

.notice .swiper .carousel-img {
	width: 17.5rem !important;
	min-width: 17.5rem !important;
	height: 13.125rem !important;
}

.notice .swiper .carousel-item p {
	margin: 0;
	padding: 1.25rem 1.875rem;
	font-size: 1.375rem;
}

.data {
	padding: 5rem 0 2.5rem;
}

.data .item {
	width: 25%;
}

.data .item .top {
	align-items: flex-end;
}

.data .item .top h3 {
	font-size: 3.5rem;
	line-height: 4.25rem;
}

.data .item .top .add {
	font-size: 2.5rem;
	line-height: 2.0625rem;
}

.data .item .top .danwei {
	font-size: 1.75rem;
	line-height: 4.125rem;
}

.data .item .desc {
	margin: 0.5rem 0 1.25rem;
	font-size: 1.125rem;
	line-height: 1.5625rem;
}

.data .item img {
	width: 5rem;
	height: 5rem;
}

.intro {
	padding: 5rem 0 12.5rem;
}

.intro .title {
	font-size: 3.5rem;
	line-height: 4rem;
	color: #CA0100;
}

.intro .nav {
	margin-top: 2.5rem;
	font-size: 1.875rem;
	line-height: 2.625rem;
}

.intro .redline {
	margin-top: 1.25rem;
	width: 2.5rem;
	height: 0.375rem;
	background: #CA0100;
}

.intro .text {
	margin: 2.5rem 0;
	font-size: 1.25rem;
	line-height: 2rem;
	text-align: left;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.intro .btn {
	width: 9.25rem;
	height: 3.25rem;
	background: #CA0100;
	border: none;

}

.intro .btn span {
	font-size: 1.125rem;
	color: #fff;
}

.intro img {
	width: 100%;
	height: 60rem;
	margin: 5rem 0 0;
}