<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
	font: 16px "alger";
	color: #333;
	overflow: hidden;
	overflow-y: auto;
	max-width: 100vw;
}

:root {
	--size36: 36px;
}

.head1 .layui-nav .layui-nav-item {
	line-height: 80px;
}

.head1 .layui-nav .layui-nav-item a {
	color: #fff;
}

.top_boxa {
	color: #fff;
	aspect-ratio: 1960/700;
	padding-top: 110px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

.layui-nav .layui-nav-item:after {
	content: "";
	position: absolute;
	left: 0;
	width: 0;
	height: 3px;
	background-color: #16b777;
	transition: all 0.2s;
	-webkit-transition: all 0.2s;
	pointer-events: none;
	bottom: 0;
	background: var(--ftc);
}

.layui-nav .layui-nav-item.layui-this::after,
.layui-nav .layui-nav-item:hover::after {
	top: auto;
	bottom: 0;
	width: 100%;
}

.top_boxa .en {
	font-weight: bold;
	font-size: 98px;
	line-height: 1em;
	color: rgba(255, 255, 255, 0.5);
}

.top_boxa .block1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.lange {
	margin-left: 100px;
}

.top_boxa .cn {
	font-size: 48px;
}

.top_boxa {}

.top_boxa .t1 {
	font-size: var(--size36);
}

.top_boxa .t2 {
	color: #ebebeb;
	width: 580px;
	line-height: 1.8em;
	max-width: 100%;
}

.form1 {
	padding: 50px 100px;
	background: #f6f6f6;
	line-height: 1.7em;
}

.layui-btn.black {
	background: #2c2c2c;
}

.join_box1 {
	padding-bottom: 50px;
	border-bottom: 4px solid #a12a2f;
}

.title_com1 {
	text-align: center;
	font-weight: bold;
	color: #333;
	font-size: 36px;
}

.join_table {
	box-shadow: 0px 0px 93px 10px rgba(141, 141, 141, 0.14);
}

.join_table th {
	background: #bd0d17;
	color: #fff;
	font-weight: normal;
	text-align: center;
	padding: 16px 10px;
	font-size: 20px;
}

.join_table td {
	color: #666;
	padding: 20px 10px;
	text-align: center;
}

.join_table tbody tr:hover,
.join_table tbody tr:nth-child(odd) {
	background: #f7f7f7;
}

.see_more {
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #999;
}

.nav_top {
	border-bottom: 1px solid #e4e4e4;
	--breadcrumb_color: #999;
}

.nav_top .layui-main {
	padding: 12px 0;
}

.nav_top .layui-breadcrumb a:hover {
	color: var(--ftc) !important;
}

.nav_top .layui-breadcrumb * {
	color: #999 !important;
}

.join_hr {
	border-color: var(--ftc);
	width: 809px;
	max-width: 100%;
}

section {
	padding: 50px 0;
}

.s_content {
	color: #666;
	line-height: 1.7em;
}

.fanye_box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
	background: #f5f5f5;
	padding: 20px 13px;
}

.fanye_box a {
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.cooper_banner {
	background: linear-gradient(to bottom, #971f24 350px, #fff 350px);
}

.swiper_cooper {}

.swiper_cooper .item .img1 {
	width: 100%;
	aspect-ratio: 522/389;
}

.swiper_cooper .swiper-slide {
	scale: 0.8;
	transition: all 0.3s;
}

.swiper_cooper .swiper-slide-active {
	scale: 1;
}

.swiper_cooper .t1 {
	opacity: 0;
	margin-top: 10px;
	text-align: center;
}

.swiper_cooper .swiper-slide-active .t1 {
	opacity: 1;
}

.nav_s1 {
	padding-top: 20px;
	border-bottom: 1px solid #e4e4e4;
	gap: 20px;
}

.nav_s1 .layui-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}

.nav_s1 .layui-nav .layui-nav-item {
	line-height: 40px;
	padding: 0;
}

.nav_s1 .layui-nav .layui-nav-item a {
	color: #333;
	padding: 0;
	font-size: 18px;
}

.page_box {
	margin-top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page_box .layui-laypage a,
.page_box .layui-laypage span {
	font-size: 20px;
	border: none;
}

.page_box .layui-laypage a:hover {
	color: var(--ftc, #000);
}

.page_box .layui-laypage .layui-laypage-curr .layui-laypage-em {
	background: #fff;
}

.page_box .layui-laypage .layui-laypage-curr em {
	color: var(--ftc, #000);
}

.new_list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px 20px;
}

.new_list .item {
	padding: 60px 27px 50px;
	border: 1px solid #e6e6e6;
	box-shadow: 0px 0px 10px rgba(141, 141, 141, 0.14);
}

.new_list .time {
	color: #dbdbdb;
	font-size: 14px;
}

.new_list .title {
	color: #333333;
	font-size: 24px;
	height: calc(2 * 1.7em);
	line-height: 1.7em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 60px;
}

.new_list .content {
	color: #fff;
	margin-top: 40px;
	height: calc(3 * 1.7em);
	line-height: 1.7em;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}

.new_list .jt {
	display: inline-block;
	margin-top: 130px;
	width: 28px;
	height: 19px;
	background: url(../images/jt_gary.png) no-repeat;
}

.new_list .item {
	background: #fff;
	position: relative;
}

.new_list .item .b1 {
	transition: all 0.3s;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	overflow: hidden;
	z-index: -2;
}

.new_list .item .b1::before {
	position: absolute;
	display: block;
	content: "";
	z-index: 0;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;

	background: rgba(189, 13, 23, 0.8);
}

.new_list .item .b1 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.new_list .item:hover {
	background: ;
}

.new_list .item:hover .time {
	color: #fff;
}

.new_list .item:hover .title {
	color: #fff;
}

.new_list .item:hover .content {
	color: #dbdbdb;
}

.new_list .item:hover .jt {
	background: url(../images/jt_white.png);
}

.new_list .item:hover .b1 {
	width: 100%;
}

.new_fenye {
	border-top: 1px solid #cdcdcd;
}

.red_hr {
	border-bottom: 4px solid var(--ftc);
}

footer {
	background: #fafafa;
	padding: 90px 0 70px;
}

.swiper_box {
	position: relative;
	--swiper-pagination-progressbar-size: 1px;
	--swiper-pagination-color: var(--ftc);
}

.swiper_box .button-prev,
.swiper_box .button-next {
	width: 40px;
	height: 28px;
	background-repeat: no-repeat;
	background-size: 100%;
	position: absolute;
	top: calc(50% - 40px);
	cursor: pointer;
}

.swiper_box .button-prev {
	left: -60px;
	background-image: url("../images/left.png");
}

.swiper_box .button-next {
	right: -60px;
	background-image: url("../images/right.png");
}

.swiper_box {
	padding-bottom: 35px;
}

.swiper_box .swiper-pagination-progressbar {
	position: absolute;
	top: unset !important;
	bottom: 0;
}

.shadow-pop-bl {
	-webkit-animation: shadow-pop-bl 0.3s cubic-bezier(0.7, 0, 0.745, 0.715) both;
	animation: shadow-pop-bl 0.3s cubic-bezier(0.7, 0, 0.745, 0.715) both;
}

.swiper_box .swiper-pagination-progressbar .swiper-pagination-prog {
	height: 2px;
}

.video {
	width: 100%;
	/*aspect-ratio: 140/57;*/
}

.index_swiper {
	--swiper-pagination-bullet-inactive-opacity: 0.8;
}

@-webkit-keyframes shadow-pop-bl {
	0% {
		-webkit-box-shadow: 0 0 var(--bgc), 0 0 var(--bgc), 0 0 var(--bgc),
			0 0 var(--bgc), 0 0 var(--bgc), 0 0 var(--bgc), 0 0 var(--bgc),
			0 0 var(--bgc);
		box-shadow: 0 0 var(--bgc), 0 0 var(--bgc), 0 0 var(--bgc),
			0 0 var(--bgc), 0 0 var(--bgc), 0 0 var(--bgc), 0 0 var(--bgc),
			0 0 var(--bgc);
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	100% {
		-webkit-box-shadow: -1px 1px var(--bgc), -2px 2px var(--bgc),
			-3px 3px var(--bgc), -4px 4px var(--bgc), -5px 5px var(--bgc),
			-6px 6px var(--bgc), -7px 7px var(--bgc), -8px 8px var(--bgc);
		box-shadow: -1px 1px var(--bgc), -2px 2px var(--bgc),
			-3px 3px var(--bgc), -4px 4px var(--bgc), -5px 5px var(--bgc),
			-6px 6px var(--bgc), -7px 7px var(--bgc), -8px 8px var(--bgc);
		-webkit-transform: translateX(8px) translateY(-8px);
		transform: translateX(8px) translateY(-8px);
	}
}

@keyframes shadow-pop-bl {
	0% {
		-webkit-box-shadow: 0 0 var(--bgc), 0 0 var(--bgc), 0 0 var(--bgc),
			0 0 var(--bgc), 0 0 var(--bgc), 0 0 var(--bgc), 0 0 var(--bgc),
			0 0 var(--bgc);
		box-shadow: 0 0 var(--bgc), 0 0 var(--bgc), 0 0 var(--bgc),
			0 0 var(--bgc), 0 0 var(--bgc), 0 0 var(--bgc), 0 0 var(--bgc),
			0 0 var(--bgc);
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	100% {
		-webkit-box-shadow: -1px 1px var(--bgc), -2px 2px var(--bgc),
			-3px 3px var(--bgc), -4px 4px var(--bgc), -5px 5px var(--bgc),
			-6px 6px var(--bgc), -7px 7px var(--bgc), -8px 8px var(--bgc);
		box-shadow: -1px 1px var(--bgc), -2px 2px var(--bgc),
			-3px 3px var(--bgc), -4px 4px var(--bgc), -5px 5px var(--bgc),
			-6px 6px var(--bgc), -7px 7px var(--bgc), -8px 8px var(--bgc);
		-webkit-transform: translateX(8px) translateY(-8px);
		transform: translateX(8px) translateY(-8px);
		-moz-transform: translateX(8px) translateY(-8px);
		-ms-transform: translateX(8px) translateY(-8px);
		-o-transform: translateX(8px) translateY(-8px);
	}
}

.qytz_box {
	padding: 40px 0 180px;
	background: url(../images/qyzy_bg.png) no-repeat;
	background-position: bottom;
}

.jszx_ul hr {
	width: 300px;
	max-width: 100%;
	border-bottom: 2px solid var(--ftc);
	margin: 12px 0;
}

.jszx_ul .item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

.jszx_ul .item:nth-child(odd) {
	flex-direction: row-reverse;
}

.jszx_ul .item .img1 {
	max-width: 50%;
}

.jszx_ul .item .text_box {
	max-width: 50%;
}

.qytgc_ul .item .img1 {}

.qytgc_ul .item {
	background: #f9f9f9;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: content;
}

.qytgc_ul .item hr {
	width: 400px;
	max-width: 100%;
	border-bottom: 2px solid var(--ftc);
}

.qytgc_ul2 .item:nth-child(even) .text_box,
.qytgc_ul .item:nth-child(even) .text_box {
	grid-column: 1;
	grid-row: 1;
}

.bg_f9 {
	background: #f9f9f9;
}

.qytgc_ul2 .img1 {
	position: relative;
	z-index: 1;
	aspect-ratio: 1/1;
	background: #fff;
}

.map_item {
	position: absolute;
}

.map_box {
	position: relative;
	overflow: visible;
}

.map_item .map_info {
	display: none;
	position: absolute;
	top: 10px;
	background: #fff;
	padding: 20px;
	box-shadow: 0px 12px 35px 3px rgba(94, 94, 94, 0.29);
	top: 100%;
	width: 600px;
}

.map_item .map_info .img1 {
	max-width: 200px;
	flex-shrink: 0;
}

.map_item .map_info .block h3 {
	font-size: 20px;
	font-weight: bold;
}

.map_item .map_info .block hr {
	border-color: var(--ftc);
	margin: 8px 0;
}

.map_item .map_info .block p {
	color: #666;
	font-size: 14px;
	line-height: 1.7em;
}

.map_item:hover .map_info {
	display: flex;
	align-items: flex-start;
	gap: 20px;
}

.map_info_box {
	position: relative;
}

.qywh_ul .item {
	padding: 50px 20px;
	transition: all 0.3s;
	background: #f8f8f8;
	border-radius: 10px;
	border-bottom: 4px solid #f8f8f8;
}

.qywh_ul .item:hover,
.qywh_ul .item.active {
	background: #ffffff;
	box-shadow: 0px 7px 68px 8px rgba(96, 96, 96, 0.15);
	border-color: var(--ftc);
}

.qywh_ul .item:hover .img_box {
	overflow: visible;
}

.qywh_ul .item:hover img {
	animation: 1s 0.2s bounceIn both;
}

.video {
	background: #000;
}

@keyframes bounceIn {

	0%,
	20%,
	40%,
	60%,
	80%,
	to {
		-webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
		animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(0.3, 0.3, 0.3);
		transform: scale3d(0.3, 0.3, 0.3);
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1);
	}

	40% {
		-webkit-transform: scale3d(0.9, 0.9, 0.9);
		transform: scale3d(0.9, 0.9, 0.9);
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03);
	}

	80% {
		-webkit-transform: scale3d(0.97, 0.97, 0.97);
		transform: scale3d(0.97, 0.97, 0.97);
	}

	to {
		opacity: 1;
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
}

.gsjj_ul {
	background: #ffffff;
	box-shadow: 0px 0px 35px 3px rgba(200, 200, 200, 0.29);
}

.qxgg_title {
	background: #971f24;
	border-radius: 4px;
	border: 1px solid #971f24;
	padding: 15px 24px;
	color: #fff;
}

.zyyw_ul .item {
	display: block;
	background: #fff;
	box-shadow: 0px 0px 35px 3px rgba(200, 200, 200, 0.29);
}

.zyyw_ul .img1 {
	aspect-ratio: 454/288;
}

.zyyw_ul .b1 {
	padding: 37px 30px;
}

.more_link {
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #999;
}

.index_serive_item_left .subtitle {
	min-height: 300px;
}

.zyyw_ul .item:hover .more_link,
.more_link:hover {
	color: var(--ftc);
	border-color: var(--ftc);
}

.pagin_box {
	--swiper-pagination-bullet-inactive-color: #fff;
	--swiper-pagination-color: var(--ftc);
	--swiper-pagination-bullet-width: 80px;
	--swiper-pagination-bullet-height: 8px;
	--swiper-pagination-bullet-border-radius: 0;
}

.index_contact {
	padding: 70px 0;
}

.index_form {
	background: rgba(255, 255, 255, 0.5);
	padding: 50px;
}

.index_form {}

.index_form .layui-textarea {
	height: 120px !important;
}

.index_form .layui-textarea,
.index_form .layui-input {
	background: #f3f3f3;
}

.index section {
	padding: 80px 0;
}

.index_news {
	background: #f8f8f8;
}

.index_new_title .item {
	transition: all 0.3s;
	cursor: pointer;
	line-height: 1.7em;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.index_new_title .item.active,
.index_new_title .item:hover {
	color: var(--ftc);
	border-color: var(--ftc);
}

.index .map_item .map_info {
	flex-direction: column;
	max-width: 335px;
}

.index .map_item .map_info .img1 {
	max-width: unset;
	width: 100%;
}

.index .map_item .map_info .img1 img {
	width: 100%;
}

.index_serive {
	background-size: auto;
	background-repeat: no-repeat;
	background-position: top;
}

.index_serive_tab .item {
	color: #fff;
	cursor: pointer;
	transition: all 0.3s;
	opacity: 0.8;
	border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.index_serive_tab .item:hover,
.index_serive_tab .item.active {
	border-color: #fff;
	opacity: 1;
}

.index_serive_item {
	background: #fff;
	box-shadow: 0px 9px 41px 8px rgba(176, 176, 176, 0.22);
}

.index_serive_item hr {
	width: 160px;
	border-color: var(--ftc);
	border-width: 2px;
}

.shadow-pop-br {
	-webkit-animation: shadow-pop-br 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both;
	animation: shadow-pop-br 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2024-10-21 10:46:13
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

@-webkit-keyframes shadow-pop-br {
	0% {
		-webkit-box-shadow: 0 0 var(--ftc), 0 0 var(--ftc), 0 0 var(--ftc),
			0 0 var(--ftc), 0 0 var(--ftc), 0 0 var(--ftc), 0 0 var(--ftc),
			0 0 var(--ftc);
		box-shadow: 0 0 var(--ftc), 0 0 var(--ftc), 0 0 var(--ftc),
			0 0 var(--ftc), 0 0 var(--ftc), 0 0 var(--ftc), 0 0 var(--ftc),
			0 0 var(--ftc);
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	100% {
		-webkit-box-shadow: 1px 1px var(--ftc), 2px 2px var(--ftc),
			3px 3px var(--ftc), 4px 4px var(--ftc), 5px 5px var(--ftc),
			6px 6px var(--ftc), 7px 7px var(--ftc), 8px 8px var(--ftc);
		box-shadow: 1px 1px var(--ftc), 2px 2px var(--ftc), 3px 3px var(--ftc),
			4px 4px var(--ftc), 5px 5px var(--ftc), 6px 6px var(--ftc),
			7px 7px var(--ftc), 8px 8px var(--ftc);
		-webkit-transform: translateX(-8px) translateY(-8px);
		transform: translateX(-8px) translateY(-8px);
	}
}

@keyframes shadow-pop-br {
	0% {
		-webkit-box-shadow: 0 0 var(--ftc), 0 0 var(--ftc), 0 0 var(--ftc),
			0 0 var(--ftc), 0 0 var(--ftc), 0 0 var(--ftc), 0 0 var(--ftc),
			0 0 var(--ftc);
		box-shadow: 0 0 var(--ftc), 0 0 var(--ftc), 0 0 var(--ftc),
			0 0 var(--ftc), 0 0 var(--ftc), 0 0 var(--ftc), 0 0 var(--ftc),
			0 0 var(--ftc);
		-webkit-transform: translateX(0) translateY(0);
		transform: translateX(0) translateY(0);
	}

	100% {
		-webkit-box-shadow: 1px 1px var(--ftc), 2px 2px var(--ftc),
			3px 3px var(--ftc), 4px 4px var(--ftc), 5px 5px var(--ftc),
			6px 6px var(--ftc), 7px 7px var(--ftc), 8px 8px var(--ftc);
		box-shadow: 1px 1px var(--ftc), 2px 2px var(--ftc), 3px 3px var(--ftc),
			4px 4px var(--ftc), 5px 5px var(--ftc), 6px 6px var(--ftc),
			7px 7px var(--ftc), 8px 8px var(--ftc);
		-webkit-transform: translateX(-8px) translateY(-8px);
		transform: translateX(-8px) translateY(-8px);
	}
}

.index_about {
	background-repeat: no-repeat;
	background-position: right center;
}

.index_about_left {
	display: grid;
	align-content: space-between;
}

.index_gsjj_ul {
	padding: 70px 0;
}

.leader_img {
	display: inline-block;
	position: relative;
	left: 30px;
	top: 44px;
}

.leader_img .img_100 {
	background: var(--ftc);
	border-radius: 20px;
	width: 442px;
	/*height:500px;*/
	max-width: 100%;
	aspect-ratio: 442/500;
	border: 6px solid var(--ftc);
}

.leader_img::before {
	display: block;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 40px 0px 0px 0px;
	background: var(--ftc);
	left: -30px;
	top: -44px;
	z-index: -1;
}

.swiper-button-lock {
	display: block;
}

.scale-up-hor-left {
	-webkit-animation: scale-up-hor-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
	animation: scale-up-hor-left 1s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes scale-up-hor-left {
	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

@keyframes scale-up-hor-left {
	0% {
		-webkit-transform: scaleX(0.4);
		transform: scaleX(0.4);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}

	100% {
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		-webkit-transform-origin: 0 0;
		transform-origin: 0 0;
	}
}

.swiper_leader .item {
	aspect-ratio: 234/267;
	background: var(--ftc);
	border-radius: 20px;
	border: 6px solid #971f24;
	width: 234px;
}

.leader_box {
	position: relative;
	left: 500px;
	bottom: 100px;
}

.leader_box .swiper-pagination-custom {
	width: auto;
}

.new_content {
	width: 900px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.yw_map_ul hr {
	border: 1px solid #C50404;
	width: calc(50% - 10px);
	margin: 5px 0 10px;
}

.top_boxa .img1 {
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1440px) {
	.lange {
		margin-left: 20px;
	}

	/*.map_item {*/
	/*	display: none;*/
	/*}*/
}

@media only screen and (max-width: 990px) {}

@media only screen and (max-width: 768px) {
	.index_form {
		padding: 20px;
	}

	.top_boxa .en {
		font-size: 30px;
	}

	.top_boxa .cn {
		font-size: 20px;
	}

	.form1 {
		padding: 20px;
	}

	.top_boxa {
		padding: 120px 30px;
		height: auto;
	}

	footer {
		padding: 20px 0;
	}

	.swiper_box .button-prev,
	.swiper_box .button-next {
		display: none;
	}

	.jszx_ul .item,
	.jszx_ul .item:nth-child(odd) {
		flex-direction: column;
	}

	.jszx_ul .item .text_box,
	.jszx_ul .item .img1 {
		max-width: 100%;
	}

	.qytgc_ul .item {
		background: #f9f9f9;
		display: grid;
		grid-template-columns: 1fr;
		align-items: content;
	}

	.qytgc_ul2 .item:nth-child(even) .text_box,
	.qytgc_ul .item:nth-child(even) .text_box {
		grid-column: auto;
		grid-row: auto;
	}

	.layui-nav-tree .layui-nav-item {
		overflow: visible !important;
		height: auto;
	}

	/*.layui-nav-tree .layui-nav-item a{*/
	/*    color: #000;*/
	/*}*/
	/*.layui-nav .layui-nav-item a:hover, .layui-nav .layui-this a{*/
	/*    color: #000;*/
	/*}*/
	.logo {
		max-width: 200px;
	}

	.site-tree-mobile i {
		color: #fff;
	}

	.leader_img {
		left: 0;
		top: 0;
		width: 60%;
		margin: 0 auto;
	}

	.index_gsjj_ul {
		padding: 0;
	}

	.join_table th {
		font-size: 14px;
		white-space: nowrap;
	}

	.join_table th:nth-child(1) {
		width:
			30%;
	}

	.join_table th:nth-child(2) {
		width: 30%;
	}

	.join_table th:nth-child(3) {
		width: 30%;
	}

	.join_table th:nth-child(4) {
		width: 80px;
	}

	.join_table th:nth-child(4) {
		width: 80px;
	}

	.join_table th,
	.join_table td {

		padding: 9px 2px;
	}

	.qyt_box1 {

		flex-direction: column-reverse;
	}

	.grid-xs1 {
		display: flex;
		flex-direction: column;
	}

	.form1 .layui-btn {
		margin-left: 0;
	}
}

@media only screen and (min-width: 751px) and (max-width: 1400px) {}

@media only screen and (min-width: 751px) {}

@media only screen and (max-width: 768px) {
	.new_list {
		grid-template-columns: repeat(1, 1fr);
	}

	.new_list .item {
		padding: 20px 10px;
	}

	.new_list .title,
	.new_list .content,
	.new_list .item .jt {
		color: #fff;
		margin-top: 20px;
	}

	.new_list .item .b1 {
		width: 100%;
	}

	.title_p .en {}

	.map_item .map_info {
		opacity: 0;
	}

	.pagin_box {
		--swiper-pagination-bullet-width: 20px;
	}

	.index section {
		background: none;
	}

	.title_p .en {
		font-size: 30px;
	}

	.title_p .cn {
		font-size: 20px;
	}

	.top_boxa {
		padding: 120px 30px 50px;
	}

	.top_boxa .img1 img {
		object-fit: unset;
	}

	.gsjj_ul {

		background-size: 100% 100%;
		background-repeat: no-repeat;
	}

	.index_serive {
		background-size: 100%;

	}

	.index_serive_item_left .subtitle {
		min-height: auto;
	}

	.leader_img .img_100 {
		width: auto;
	}

	.top_boxa {
		height: unset;
		min-height: unset;
		padding: 54px 30px 20px;
	}

	.top_boxa .t1 {
		font-size: 18px;
	}

	.top_boxa .t2 {

		font-size: 9px;
		margin-top: 5px;
	}

	.leader_swiper {

		overflow: hidden;
		opacity: 0;
		visibility: hidden;
		height: 10px;
	}

	.leader_box {
		left: 0;
		max-width: 100%;

	}</pre></body></html>