.information_banner {
	position: relative;
	width: 100%;
	height: 380px;
	background: url('../img/process/information_banner.png');
	background-size: cover;
}
.Press_banner {
	position: relative;
	width: 100%;
	height: 380px;
	/* background: url('../img/process/press.png'); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.Statement_banner {
	position: relative;
	width: 100%;
	height: 250px;
	background: url('../img/process/Statement_banner.png');
	background-size: cover;
}
.Statement_banner_text p:nth-child(1) {
	padding-top: 145px;
	position: relative;
	font-family: 'pingfang';
	color: #fff;
	text-align: center;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 40px;
	text-transform: uppercase;
}
.information_content {
	width: 100%;
	min-height: 705px;
	background-color: #f5f5f5;
}
.Press_content {
	width: 100%;
	height: 520px;
	background-color: #f5f5f5;
}
.Details_content {
	width: 100%;
	min-height: 520px;
}
.Details_content_box {
	width: 73%;
	height: calc(100% - 30px);
	padding-top: 30px;
	margin: 0 auto;
}
.about_information {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
}
.information_box {
	width: 20%;
	height: 696px;
	display: flex;
	flex-direction: column;
	padding: 0 29px 0 29px;
	background-color: #fff;
	position: absolute;
	top: -143px;
}
.information_title {
	height: 80px;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #f1f1f3;
	line-height: 80px;
}
.information_title span {
	color: #D0121B;
}
.information_conter {
	margin-top: 20px;
	font-size: 16px;
	color: #000;
}
.address {
	margin-top: 15px;
	word-wrap: break-word;

	word-break: normal;
}
.address_title {
	color: #6e7281;
}
.map_img {
	margin-top: 30px;
	width: 100%;
	overflow: hidden;
}

.map_img img {
	transform: scale(1);
	transition: all .2s;
}
.map_img:hover img {
	transform: scale(1.3);
}

.map_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.information_form {
	height: 560px;
	position: absolute;
	left: 30%;
	width: 70%;
}
.form_title {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.form_title span {
	color: #D0121B;
}
.form-container {
	width: 100%;
	height: 100%;
}
#myForm {
	width: 100%;
	height: 100%;
}
#contact-form {
	width: 100%;
	height: 100%;
	background-color: #f5f5f5;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
select {
	width: 100%;
	height: 50px;
	padding: 10px;
	background-color: #f5f5f5;
	border: none;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
}
.form-group {
	width: 45%;
	height: 50px;
}
.text_arr {
	width: 100%;
}
.text_arr span {
	font-size: 16px;
	color: #6e7281;
	margin-bottom: 10px;
}
.form-text {
	width: calc(100% - 40px);
	height: 85px;
	margin-top: 10px;
	background-color: #f0f0f0;
	padding: 20px;
	color: #6e7281;
	border: 1px solid #dddddd;
}
input {
	width: 100%;
	height: 50px;
	border: none;
	background-color: #f5f5f5;
	border-bottom: 1px solid #dddddd;
	box-sizing: border-box;
}
.dropdown {
	position: relative;
	display: inline-block;
}

.dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	padding: 12px;
	z-index: 1;
	overflow-y: auto; /* 添加垂直滚动条 */
	max-height: 200px; /* 设置最大高度 */
}

.dropdown.open .dropdown-content {
	display: block;
	width: calc(100% - 24px);
}

.dropdown-content label {
	font-size: 14px;
	display: block;
	margin-bottom: 8px;
	display: flex;
	align-items: center;
	height: 40px;
	justify-content: space-between;
}
.from_btn {
	width: 175px;
	height: 50px;
	background-color: #D0121B;
	color: #fff;
	font-size: 16px;
	line-height: 50px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	clip-path: polygon(96% 0, 125% 100%, 0 100%, 0 0%);
	margin: 20px 0;
	cursor: pointer;
}

label input {
	width: 45px !important;
	height: 14px !important;
}
.Press_Center {
	width: 100%;
	height: 100%;
	position: relative;
}
.Press_Center_form {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.Press_Center_form span {
	color: #D0121B;
}
.Press_Center_box {
	width: 100%;
	height: 380px;
	display: flex;
	justify-content: space-between;
	padding-top: 45px;
}
.Press_Center_A {
	width: 47%;
	height: 100%;
}
.Press_Center_B {
	width: 45%;
	height: 100%;
	position: relative;
}
.B_press_img {
	width: 97%;
	height: 325px;
}
.img_bg {
	position: absolute;
	bottom: 8%;
	right: 0;
}
.B_press_img .img {
	width: 93%;
	height: 82%;
	object-fit: cover;
	position: absolute;
}
.A_data_box {
	width: 80px;
	height: 55px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	color: #D0121B;
}
.data_Month {
	font-size: 24px;
	font-weight: bold;
}
.data_xian {
	width: 20px;
	height: 1px;
	background-color: #D0121B;
}
.data_year {
	font-size: 12px;
}
.A_Press_title {
	font-size: 26px;
	font-weight: bold;
	color: #0C1432;
	margin: 20px 0;
}
.A_Press_txt {
	color: #0c1432;
	font-size: 14px;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4; /* 这里是超出几行省略 */
	overflow: hidden;
	line-height: 2;
	text-align: justify;
}
.A_Press_btn {
	width: 80px;
	height: 30px;
	color: #0c1432;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: space-between;
	clip-path: polygon(96% 0, 125% 100%, 0 100%, 0 0%);
	margin: 20px 0;
	cursor: pointer;
	white-space: nowrap;
}
.A_Press_btn img {
	width: 26px;
	height: 26px;
}
.news_list_box {
	width: 100%;
	min-height: 500px;
	background-color: #f5f5f5;
	padding-bottom: 30px;
	text-align: justify;
}
.news_list_conter {
	width: 73%;
	margin: 0 auto;
}
.news_list_head {
	width: 100%;
	height: 65px;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center;
}
.news_name {
	font-size: 24px;
	font-weight: bold;
	color: #000;
}
.news_name span {
	color: #D0121B;
}
.Screening {
	width: 15px;
	height: 15px;
}
.Screening_title {
	margin-left: 5px;
}
.news_data_Screening {
	font-size: 16px;
	display: flex;
	align-items: center;
	color: #6e7281;
	cursor: pointer;
}
.news_list_btn {
	width: 80px;
	/* height: 100%; */
	color: #0c1432;
	font-size: 14px;
	line-height: 30px;
	text-align: center;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	clip-path: polygon(96% 0, 125% 100%, 0 100%, 0 0%);
	cursor: pointer;
}
.news_list_btn img {
	width: 26px;
	height: 26px;
}
.news_list_btn div {
	width: 80px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	white-space: nowrap;
}
.news_list_body {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.news_list_body a {
	width: 100%;
	margin-top: 30px;
}
.news_list_body a:first-child {
	margin-top: 12px;
}
.news_list:hover {
	transform: translate3d(0, -2px, 0);
	box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}
.news_list:hover .news_list_title {
	color: #D0121B;
}
.news_list {
	width: calc(100% - 60px);
	min-height: 135px;
	background-color: #fff;
	padding: 40px 30px;
	position: relative;
	display: flex;
	justify-content: space-between;
	transition: all 0.2s linear;
}
.list_conter {
	width: 87%;
	height: 100%;
}
.news_list_title {
	font-size: 24px;
	color: #0c1432;
	font-weight: bold;
}
.news_list_conter_a {
	font-size: 14px;
	color: #0c1432;
	line-height: 2;
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3; /* 这里是超出几行省略 */
	overflow: hidden;
	margin-top: 20px;
}
.list_date_box {
	position: absolute;
	top: 0;
	right: -40px;
	width: 20px;
	height: 60px;
	padding: 20px 10px;
	display: flex;
	flex-direction: column-reverse;
	justify-content: center;
	align-items: center;
	background-color: #D0121B;
	color: #fff;
}
.list_date_moth {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	display: flex;
	flex-direction: column;
}
.list_date_year {
	font-size: 14px;
	margin-top: 8px;
	font-weight: bold;
	/* color: #d5d5d5; */
}
.pageBox {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 30px;
}
.pageNav {
	display: flex;
	justify-content: center;
	align-items: center;
}
.page_item {
	color: #D0121B;
	font-family: 'pingfang';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	display: flex;
	margin-right: 15px;
}
.page_item p {
	padding: 0 10px;
}
.pageBox span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 2px;
	border: 1px solid #dde2ff;
	background: #fbfffd;
}
.pageNav {
	display: flex;
	align-items: center;
}

.pageNav li a {
	margin: 0 4px;
	display: flex;
	justify-content: center;
	align-items: center;
	min-width: 32px;
	height: 32px;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	background: #f8f9ff;
	color: #D0121B;
}
.page_active {
	background-color: #D0121B !important;
	color: #fff !important;
}
.pageGo {
	color: #D0121B;
	font-family: 'pingfang';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	display: flex;
	margin-left: 15px;
	align-items: center;
}
.page_input {
	display: flex;
	width: 56px;
	height: 32px;
	padding: 0px 8px;
	justify-content: center;
	align-items: center;
	border-radius: 2px;
	border: 1px solid #d9d9d9;
	background: #fbfffd;
	margin: 0 8px;
	text-align: center;
}

.Statement_content {
	width: 100%;
	min-height: 800px;
	background-color: #f5f5f5;
}
.Statement_content_box {
	width: 73%;
	height: calc(100% - 60px);
	padding-top: 60px;
	margin: 0 auto;
	font-size: 16px;
	color: #000000;
	line-height: 1.6;
}
.Statement_content_box div {
	margin: 40px 0 10px 0;
	font-weight: bold;
}
.year-filter {
	display: none;
	position: absolute;
	background-color: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	z-index: 1;
	align-items: center;
	flex-wrap: wrap;
	width: 200px;
	top: 88%;
	right: -3%;
}
.year-filter label {
	padding: 10px 0;
}

@media screen and (max-width: 1000px) {
	.A_Press_title,
	.news_list_title {
		font-size: 22px;
	}
	.news_list_conter,
	.Details_content_box {
		width: 90%;
	}
	.Statement_content_box {
		width: 90%;
	}
}
@media screen and (max-width: 800px) {
	.form-group {
		width: 100%;
		margin: 10px 0;
	}
	.information_form {
		height: 790px;
	}
	.information_conter {
		margin: 0;
	}
	.information_title,
	.form_title {
		font-size: 24px;
	}
	.img_bg {
		bottom: 0;
	}
	.about_content_box {
		height: calc(100% - 120px);
		padding: 20px 0;
	}
	.map_img {
		display: none;
		width: 49%;
	}
	.information_title {
		height: 60px;
		line-height: 60px;
	}
	.information_box {
		position: static;
		width: calc(100% - 58px);
		margin-top: 43px;
		height: auto;
		padding: 0 29px 29px 29px;
	}
	.about_information {
		flex-direction: column-reverse;
	}

	.form-alert-success {
		margin-top: 30px;
	}
	.information_form {
		position: static;
		margin-top: 30px;
		width: 100%;
	}
	.list_date_box {
		right: 0;
	}
	.Press_Center_box {
		flex-direction: column;
	}
	.Press_Center_A {
		width: 100%;
	}
	.B_press_img {
		height: 255px;
	}
	.Press_content {
		height: 725px;
	}
	.Press_Center_B {
		width: 100%;
	}
	.A_Press_title,
	.news_list_title {
		font-size: 16px;
	}
	.news_list_conter_a,
	.list_date_moth,
	.list_date_year {
		font-size: 12px;
	}
	.news_list_btn div {
		font-size: 12px;
		width: 70px;
	}
	.Screening_title {
		font-size: 12px;
	}
}

.dot,
.short {
	display: none;
}
@media screen and (max-width: 500px) {
	.map_img {
		display: none;
	}
	.about_banner_text p:nth-child(1) {
		font-size: 24px;
		padding-top: 160px;
	}
	.information_banner,
	.Press_banner,
	.Statement_banner {
		height: 290px;
	}
	.information_box {
		height: auto;
		max-height: 696px;
		margin-top: 45px;
		padding: 0 29px 29px 29px;
	}
	.Statement_content_box {
		padding-bottom: 60px;
	}
	.list_conter {
		width: 100%;
	}
	.news_list_title {
		margin-top: 10px;
	}
	.news_list_conter_a {
		margin-top: 12px;
	}
	.information_form {
		height: 648px;
	}
	.form_title {
		margin-bottom: 20px;
	}
	#contact-form {
		align-items: self-start;
	}
	.form-group {
		margin: 0;
		height: 20px;
	}
	input {
		height: 40px;
	}
	.from_btn {
		margin: 0;
	}
	.list_date_box {
		width: 75px;
		height: 20px;
		padding: 10px 5px;
		flex-direction: row;
		align-items: center;
	}
	.news_list {
		flex-direction: column;
	}
	.list_date_year {
		margin: 0;
		/* margin-right: 5px; */
	}
	.dot,
	.short {
		display: block;
	}
	.long {
		display: none;
	}
	.Press_Center_box {
		padding-top: 20px;
	}
	.Press_content {
		height: 645px;
	}
	.information_title {
		height: 60px;
		line-height: 60px;
	}
	.information_form {
		margin: 0;
	}
	.list_date_moth {
		flex-direction: row;
	}
}

.from_btn img {
	width: 30px;
}