.neBanner {
	position: relative !important;
	overflow: hidden !important;
}

.pcImg {
	display: block;
	width: 100%;
}

.mImg {
	display: none;
}

.menuTxt {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 1.875rem;
	color: #fff;
}

.menuTxt .warp {
	display: flex;
	justify-content: left;
	align-items: self-end;
}

.menuTxt .warp h1 {
	line-height: 1;
	font-size: 3rem;
	margin-right: 1.5625rem;
}

.menuTxt .warp p a {
	color: #fff;
	font-size: 1.375rem;
	margin-right: 1.25rem;
}

.menuTxt .warp p a.on {
	font-weight: bold;
}

.lxBox {
	padding-top: 6.25rem;
}

.lxTitle {
	font-size: 2.625rem;
	margin-bottom: 3.375rem;
}

.lxLis dl {
	display: flex;
	border-top: 1px solid #dedede;
	padding-top: 3rem;
	margin-bottom: 2.5rem;
}

.lxLis dl dt {
	width: 30%;
	font-size: 2.25rem;
}

.lxLis dl dd {
	display: flex;
	justify-content: left;
	width: 70%;
}

.lxLis dl dd ul {
	width: 50%;
}

.lxLis dl dd ul li {
	font-size: 1.375rem;
	margin-bottom: 1.25rem;
	display: flex;
	justify-content: left;
	align-items: center;
}

.lxLis dl dd ul li i {
	color: #888888;
	font-size: 1.875rem;
	margin-right: .625rem;
}

.lxMapbox {
	position: relative;
}

.lxMapbox img {
	width: 100%;
	display: block;
}

.lxMapbox .txt {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	height: 100%;
}

.lxMapbox .txt .warp {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

.lxForm {
	background: #164fb6;
	width: 39.5rem;
	padding: 2.5rem;
	color: #fff;
}

.lxForm h2 {
	font-size: 2.625rem;
	margin-bottom: 1.25rem;
}

.lxForm ul li {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	padding-bottom: .625rem;
	margin-bottom: 1.5625rem;
}

.lxForm ul li p {
	font-size: 1.25rem;
	margin-bottom: 2.5rem;
}

.lxForm ul li input {
	width: 100%;
	height: 1.875rem;
	border: none;
	background: none;
	color: #fff;
	font-size: 1.125rem;
}

.lxForm ul li input::placeholder {
	color: #fff;
	opacity: 0.5;
}

.submit {
	display: block;
	width: 9.75rem;
	line-height: 3.125rem;
	background: #fff;
	text-align: center;
	color: #333;
	font-size: 1.25rem;
	margin: 0 auto;
}

.lxZi {
	color: #fff;
	width: 35%;
	padding-top: 20%;
}

.lxZi h1 {
	font-size: 2.625rem;
	margin-bottom: 2.1875rem;
}

.lxZi p {
	font-size: 1.25rem;
	line-height: 2;
}

.zpBox2 {
	padding: 4.8125rem 0;
}

.subNav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 4.75rem;
	font-size: 1.375rem;
	position: relative;
	cursor: pointer;
	margin-top: .9375rem;
	padding: 0 1.875rem 0 5rem;
	transition-duration: .5s;
	background: #edf1f7;
}

.subNav p {
	font-size: 1.5rem;
	font-weight: bold;
}

.subNav p:last-child {
	width: 2.875rem;
	height: 2.875rem;
	background: #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: normal;
}

.subNav i {
	color: #187fc4;
	font-size: 1.625rem;
	transform: rotate(-90deg);
	display: block;
	font-weight: bold;
	transition-duration: .5s;
}

.currentDd {
	margin-bottom: 0;
	background: #184899;
	color: #fff;
}

.currentDd i {
	transform: rotate(90deg);
}

.zpTi {
	font-size: 1.375rem;
	font-weight: bold;
	color: #000;
}

.gwZi {
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
}

.navContent {
	display: none;
	padding: 2.5rem 5rem;
	margin-bottom: 1.25rem;
	font-size: 1.125rem;
	line-height: 1.8;
	background: #f1f6f9;
}

.upLoad {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 12.5rem;
	height: 4.375rem;
	background: #184899;
	color: #fff;
	font-size: 1.375rem;
	transition-duration: .5s;
	cursor: pointer;
}

.upLoad i {
	display: block;
	font-size: 1.875rem;
	margin-right: .625rem;
}

.upLoad:hover {
	color: #fff;
	box-shadow: inset 0 0 7px 4px rgba(255, 255, 255, .5);

}

.jianT ul {
	width: 100%;
	text-align: center;
	margin: 2.5rem 0 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.jianT li {

	min-width: 3.3125rem;
	height: 3.3125rem;
	margin: 0 .3125rem;
}



.jianT li a,
.jianT li span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 1.25rem;
	color: #474747;
	font-size: 1.375rem;
}

.jianT li a:hover,
.jianT li .on {
	background: #184899;
	color: #fff;
}

.zpBox1 {
	padding-top: 5rem;
	position: relative;
}

.zpBox1 .lxTitle {
	text-align: center;
}

.zzImg {
	transform: scale(0.9);
	position: relative;
	overflow: hidden;
	border-radius: .9375rem;
}

.zzImg img {
	width: 100%;
	display: block;
}

.swiper-slide-active .zzImg {
	transform: scale(1);
}

.swiper-slide-active .zzImg img {
	width: 100%;
	height: 100%;
	display: block;
	transition-duration: .5s;
}

.swiper-slide-active .zzImg:hover img {
	transform: scale(1.1);
}

.zzImg p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	color: #fff;
	font-size: 1.25rem;
	text-align: center;
	padding: 1.875rem .625rem 0;
	background: linear-gradient(top, rgba(26, 73, 152, 0.2) 16%, rgba(25, 71, 149, 0.8) 81%);
	background: -o-linear-gradient(top, rgba(26, 73, 152, 0.2) 16%, rgba(25, 71, 149, 0.8) 81%);
	background: -ms-linear-gradient(top, rgba(26, 73, 152, 0.2) 16%, rgba(25, 71, 149, 0.8) 81%);
	background: -moz-linear-gradient(top, rgba(26, 73, 152, 0.2) 16%, rgba(25, 71, 149, 0.8) 81%);
	background: -webkit-linear-gradient(top, rgba(26, 73, 152, 0.2) 16%, rgba(25, 71, 149, 0.8) 81%);
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}

.swiper-slide-active .zzImg p {
	opacity: 1;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.bannerBar {

	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	margin-top: 2.1875rem;
}

.zzList .swiper-button-next,
.zzList .swiper-button-prev {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	width: 2.4375rem;
	height: 3.4375rem;
	background: #ededed;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 1.875rem;
	transition-duration: .5s;
	color: #979797;
}

.zzList .swiper-button-next i,
.zzList .swiper-button-prev i {
	font-size: 1.875rem;

}

.zzList .swiper-button-next {
	transform: rotate(180deg);
}

.zzList .swiper-button-next:hover,
.zzList .swiper-button-prev:hover {
	background: #184899;
	color: #fff;
}

.zbBox {
	padding: 5rem 0;
}

.zcList dl a {
	background: #eef6fc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 1.5625rem 0;
	margin-bottom: 2.1875rem;
	transition-duration: .5s;
}

.zcList dl a:hover {
	box-shadow: 0 0 5px 2px #487dac2b;
}

.zcList dl a dt {
	width: 10%;
	text-align: center;
	color: #184899;
	border-right: 1px solid #e0e0e0;
}

.zcList dl a dt h1 {
	font-size: 3.125rem;
}

.zcList dl a dt p {
	font-size: 1.625rem;
}

.zcList dl a dd {
	width: 87%;

}

.zcList dl a dd h1 {
	font-size: 1.375rem;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: .625rem;
	font-family: 'syhtB';
}

.zcList dl a dd p {
	font-size: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}

.zbMenu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 2.8125rem;
}

.zbMenu a {
	font-size: 1.875rem;
	position: relative;
	padding-right: .625rem;
	margin-right: .625rem;
}

.zbMenu a:after {
	content: '';
	width: 1px;
	height: 1.25rem;
	background: #333;
	opacity: 0.3;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -0.625rem;
}

.zbMenu a:last-child::after {
	display: none;
}

.zbMenu a.on {
	font-weight: bold;
	font-size: 2.625rem;
}

.detailBit {
	width: 100%;
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 1.25rem;
	margin-bottom: 1.25rem;
}

.detailBit h1 {

	font-size: 1.5rem;
	text-align: center;
}

.detailTime {

	text-align: center;
	font-size: 1.25rem;
}

.detailtext {
	width: 100%;
	font-size: 1.125rem;
}

.abBox1 {
	background: url(../images/ab.png) no-repeat bottom center;
	height: 59.375rem;
	background-size: 100% 100%;
	padding-top: 5rem;
}

.neTitle {
	text-align: center;
	font-size: 2.625rem;
	margin-bottom: 1.25rem;
}

.abZi {
	font-size: 1.375rem;
	width: 80%;
	margin: 0 auto 1.875rem;
	text-align: center;
}

.stats-grid {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #184899;
	color: #fff;
	padding: 1.375rem 0;
	border-radius: .9375rem;
}

.stat-item {
	width: 25%;
	text-align: center;
	position: relative;
}

.stat-item::after {
	content: '';
	width: 1px;
	height: 3.125rem;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -1.5625rem;
	background: #fff;
	opacity: 0.2;
}

.num {
	display: flex;
	justify-content: center;
	align-items: self-end;
}

.num p {
	font-size: 1.25rem;

	padding-right: .3125rem;
}

.num h1 {
	font-size: 1.875rem;

}

.counter {
	font-size: 2.75rem;
	font-weight: bold;

	line-height: 1.2;
	/* 蓝色主色调匹配官网 */

}


.stat-label {
	font-size: 1.25rem;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
}

.abBox1 .more-btn {
	margin: 0 auto 2.5rem;
}

.abBox2 {
	padding: 4.375rem 0;
}

.whList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;

}

.whList dl {
	width: 31%;
}

.whList dl dt,
.abBox4 dl dt {
	overflow: hidden;
}

.whList dl dt img,
.abBox4 dl dt img {
	width: 100%;
	display: block;
	transition-duration: .5s;
}

.whList dl:hover dt img,
.abBox4 dl:hover dt img {
	transform: scale(1.1);
}

.whList dl dd {
	height: 13.4375rem;
	box-shadow: 0 0 5px 2px #5a5a5a2b;
	padding: 1.25rem;
	position: relative;
}

.whList dl dd:after {
	content: '';
	width: 0;
	transition-duration: .5s;
	height: .1875rem;
	background: #164fb6;
	position: absolute;
	bottom: 0;
	left: 0;
}

.whList dl:hover dd:after {
	width: 100%;
}

.whList dl dd p {
	font-size: 1.75rem;
	margin-bottom: .625rem;
}

.whList dl dd span {
	font-size: 1.25rem;
	text-align: justify;
}

.abBox3 {
	position: relative;
}

.abBox3 img {
	width: 100%;
	display: block;
}

.lnTxt {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.lnBox {
	float: right;
	width: 26.3125rem;
	background: #184899;
	color: #fff;
	padding: 5rem 3.125rem;
}

.lnBox h1 {
	font-size: 1.875rem;
	margin-bottom: .9375rem;
}

.lnBox p {
	font-size: 1.375rem;
	text-align: justify;
	margin-bottom: 2.5rem;
}

.abBox4 {
	padding: 5.625rem 0 1.25rem 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.abBox4 dl {
	width: 48%;
}

.abBox4 dl dd {
	background: #fff;
	width: 80%;
	position: relative;
	top: -4.375rem;
	padding: 1.875rem;
}

.abBox4 dl dd h1 {
	font-size: 2.375rem;
}

.abBox4 dl dd p {
	font-size: 1.375rem;
	margin: 1.25rem 0;
}

.jsBox1 {
	height: auto;
	padding-bottom: 43.75rem;
	background-size: 100% auto;
}

.jsBox1 .abZi {
	width: 100%;
	text-align: left;
}

.jsBox1 .abZi p {
	margin-bottom: 2.1875rem;
}

.jsBox1 .stats-grid {
	background: none;
	color: #333;
	padding: 0;
}

.jsBox1 .counter,
.jsBox1 .num h1 {
	color: #184899;
}

.jsBox2 {
	background: url(../images/zrBg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 3.75rem 0;
}

.zzList {
	overflow: hidden;
}

.zrZi {
	font-size: 1.25rem;
	text-align: justify;
	margin-top: 2.5rem;
}

.jsBox2 .zzImg {
	border-radius: 0;
}

.jsBox2 .zzImg p {
	position: relative;
	background: #888888;
	text-align: center;
	height: 2.875rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	opacity: 1;
}

.jsBox2 .swiper-slide-active .zzImg p {
	background: #194999;
	color: #fff;
}

.whBox1 {
	padding: 3.75rem 0;
}

.qyjyBox {
	background: #184899;
	height: 22.625rem;
	margin-top: 1.875rem;
	position: relative;
}

.jx {
	width: 15.75rem;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}

.jyImg {
	width: 29rem;
	display: block;
	position: absolute;
	right: 9.0625rem;
	top: -2.8125rem;
}

.whTxt {
	color: #fff;
}

.whTxt h1 {
	font-weight: normal;
	font-size: 1.875rem;
	border-bottom: 1px solid #3892e4;
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem;
}

.whTxt h1 span {
	border-bottom: 1px solid #f5a21d;
	padding-bottom: 1.875rem;
}

.whTxt p {
	font-size: 1.375rem;
}

.qyjyBox .whTxt h1 {
	width: 36.25rem;
}

.qyjyBox .whTxt {
	padding: 6.875rem 0 0 11.25rem;
}

.whBox2 {
	position: relative;
}

.smImg {
	width: 100%;
	display: block;
}

.whBox2 .whTxt {
	width: 25rem;
	position: absolute;
	top: 30%;
	right: 20%;
}

.whBox3 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 5rem 0;
}

.whBox3 li {
	position: relative;
	background: #3389da;
	margin-bottom: .9375rem;
}

.whBox3 li img {
	display: block;
	width: 100%;
	transition-duration: .5s;
}

.whBox3 li:hover img {
	opacity: 0.1;
}

.whBox3 li .whTxt {
	position: absolute;
	top: 15%;
	left: 10%;
}

.whBox3 li .whTxt h1,
.whBox3 li .whTxt h1 span {
	border: none;
}

.whBox3 li .whTxt p {
	opacity: 0;
}

.whBox3 li:hover .whTxt h1 {
	border-bottom: 1px solid #3892e4;
}

.whBox3 li:hover .whTxt h1 span {
	border-bottom: 1px solid #f5a21d;
}

.whBox3 li:hover .whTxt p {
	opacity: 1;
}

.whBox3 li:nth-child(1) {
	width: 40.7%;
}

.whBox3 li:nth-child(2) {
	width: 25.6%;
}

.whBox3 li:nth-child(3) {
	width: 31.9%;
}

.whBox3 li:nth-child(4),
.whBox3 li:nth-child(5) {
	width: 49.5%;
}

.hjBox {
	padding: 5rem 0;
}

.pc-slide {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 2.5rem;
}

.view {
	width: 79%;
	height: 49.375rem;
	position: relative;
}

.view img {
	width: 100%;
	height: 100%;
	display: block;
}

.view .swiper-container {
	width: 100%;
	height: 100%;
}

.view p {
	position: absolute;
	bottom: 1.875rem;
	left: 1.875rem;
	font-size: 1.625rem;
	color: #fff;
	text-shadow: 2px 2px 2px #333333;
}

.preview {
	width: 20%;
	height: 49.375rem;
	position: relative;
}

.preview .swiper-container {
	width: 100%;
	height: 100%;

}

.preview .swiper-slide {
	width: 100%;
	height: 15.625rem;
	cursor: pointer;
	background: #000;
}

.preview .swiper-slide img {
	width: 100%;
	display: block;
	height: 100%;
	opacity: 0.3;
}



.preview .arrow-left,
.preview .arrow-right {
	width: 5.875rem;
	height: 2.75rem;
	background: #ededed;
	position: absolute;
	top: -3.75rem;
	z-index: 10;
	left: 50%;
	margin-left: -2.9375rem;
	display: flex;
	justify-content: center;
	align-items: center;
	transition-duration: .5s;
}

.preview .arrow-left i {
	transform: rotate(90deg);
	font-size: 1.875rem;
}

.preview .arrow-right {
	top: auto;
	bottom: -3.75rem;
}

.preview .arrow-right i {
	transform: rotate(-90deg);
	font-size: 1.875rem;
}

.preview .arrow-left:hover,
.preview .arrow-right:hover {
	background: #164fb6;
	color: #fff;
}

.preview .active-nav img {
	opacity: 1;
}

.zzlist {
	margin-top: 2.5rem;
}

.zzlist li {
	position: relative;
	width: 23%;
	float: left;
	margin-bottom: 3.375rem;
	margin-right: 2%;
}

.zzlist li img,
.zsList li img {
	width: 100%;
	display: block;
}

.zzlist li:nth-child(4n),
.zsList li:nth-child(4n) {
	margin-right: 0;
}

.zzlist li p {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.375rem;
	text-align: center;
}

.zsList li {
	width: 24%;
	float: left;
	margin-right: 1.2%;
	margin-bottom: 1.875rem;
	border-radius: .625rem;
	border: .25rem solid #d6d6d6;
	overflow: hidden;
}

.proBox1 {
	padding: 4.375rem 0;
	background: url(../images/pro.jpg) no-repeat bottom center;
	background-size: 100% auto;
}

.lxTxt {
	text-align: center;
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 2.2;
	margin-bottom: 1.25rem;
}

.lxTxt span {
	color: #164fb6;
}

.proLis {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.proLis dl {
	background: #fff;
	width: 30%;
	height: 15rem;
	padding-top: 1.875rem;
	transition-duration: .5s;
}

.proLis dl:hover {
	box-shadow: 0 0 5px 2px #5a5a5a2b;
}

.proLis dl dt {
	width: 5.1875rem;
	margin: 0 auto;
}

.proLis dl dd {
	font-size: 1.375rem;
	text-align: center;
}



.yyyTitle,
.yyyList li {
	height: 4.25rem;
	background: #184899;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.yyyTitle p,
.yyyList li p {
	width: 25%;
	text-align: center;
	font-size: 1.375rem;
	color: #fff;
}

.yyyList {
	border: 1px solid #d9d9d9;
}

.yyyList li {
	background: #fff;
	border-bottom: 1px solid #d9d9d9;
}

.yyyList li:nth-child(2n) {
	background: #f1f4f9;
}

.yyyList li p {
	color: #333;
	word-break: break-all;
	/* 兼容更多场景 */
	word-wrap: break-word;
	/* 防止超长内容溢出 */
	overflow-wrap: break-word;
	/* 可选：让换行更美观（不切断单词） */
	white-space: normal;
}

.yyyList li:last-child {
	border: none;
}

.proBox2 {
	padding: 0 0 5rem 0;
}

.zjyMenu {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 4.375rem;
}

.zjyMenu a {
	font-size: 1.625rem;
	margin: 0 .625rem;
}

.zjyMenu a.on {
	font-weight: bold;
	color: #184899;
}

.proList01 dl {
	width: 32%;
	float: left;
	margin-bottom: 2.5rem;
	margin-right: 2%;
}

.proList01 dl:nth-child(3n) {
	margin-right: 0;
}

.proList01 dl a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.proList01 dl dt p {
	background: #f7f7f7;
	height: 4.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.375rem;
}


.proImg img {
	width: 100%;
	display: block;
}

.proList01 dl dd {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #184899;
	padding: 1.875rem;
	color: #fff;
	top: 100%;
	left: 0;
	font-size: 1.125rem;
	transition-duration: .5s;
}

.proList01 dl dd .heightOver {
	height: 86%;
	overflow: auto;
	padding-right: .625rem;
}

.proList01 dl:hover dd {
	top: 0;
}


.syzTi {
	font-size: 1.25rem;
	margin: 1.25rem 0 0;
}



.proList01 dl dd .heightOver::-webkit-scrollbar {
	width: 5px;
	height: 5px;
}

.proList01 dl dd .heightOver::-webkit-scrollbar-track {
	background: #555;
	border-radius: 5px;
}

.proList01 dl dd .heightOver::-webkit-scrollbar-thumb {
	background: #fff;
	border-radius: 5px;
}

.proList01 dl dd .heightOver::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.proMore {
	width: 3.4375rem;
	height: 2.5rem;
	border: 1px solid #fff;
	border-radius: .625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 1.25rem;
	margin-top: 1.875rem;
	position: relative;
	transition-duration: .5s;
	overflow: hidden;
}

.proMore span {
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	color: #fff;
	display: block;
	width: 10rem;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 2.5rem;

}

.proMore:hover {
	width: 10rem;
	text-align: center;
}

.proMore:hover span {
	opacity: 1;
}

.proMore:hover p {
	display: none;
}

.proPop {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

.proTcbox {
	width: 50%;
	height: 70%;
	padding: auto;
	background: #fff;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	padding: 1.25rem;
	border-radius: 1.25rem;
}

.hi {
	height: 100%;
	overflow: auto;
}

.proTcbox .claseDialogBtn {
	position: absolute;
	top: -2.5rem;
	color: #fff;
	right: -2.5rem;
}

.yfBox1 {
	padding: 5rem 0;
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	flex-wrap: wrap;
}

.yfzxRight {
	width: 50%;
}

.yfzxRight img {
	width: 100%;
	display: block;
}

.yfzxLeft {
	width: 40%;
}

.yfzxLeft .lxTitle {
	margin-bottom: 1.25rem;
}

.yfzxZi {
	font-size: 1.25rem;
	text-align: justify;
	margin-bottom: 2.5rem;
}

.yfcgList dl {
	width: 48.5%;
	float: left;

}

.yfcgList dl:nth-child(1) {
	margin-bottom: 2.5rem;
}

.yfcgList dl:nth-child(2n) {
	float: right;
	margin-top: 2.5rem;
}

.yfcgList dl a {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.yfcgList dl a dt {
	width: 60%;
	overflow: hidden;
}

.yfcgList dl a dt img {
	width: 100%;
	display: block;
	transition-duration: .5s;
}

.yfcgList dl a:hover dt img {
	transform: scale(1.1);
}

.yfcgList dl a dd {
	width: 40%;
	background: #184899;
	flex: 1;
	color: #fff;
	padding: 3.75rem 1.875rem;
}

.yfcgList dl a dd h1 {
	font-size: 1.5rem;
}

.yfcgList dl a dd p {
	font-size: 1.125rem;
	margin: 1.875rem 0;
}

.yfcgList dl a dd .more-btn {
	width: 10rem;
	margin-left: .625rem;
}

.yfcgList dl:nth-child(2) a dd,
.yfcgList dl:nth-child(3) a dd {
	background: #f5a21d;
}

.yfBox3 {
	background: url(../images/sysBg.jpg) no-repeat center;
	padding: 3.75rem 0;
	margin-top: 5rem;
	background-size: 100% 100%;
}

.yfBox3 .zzList {
	position: relative;
	margin-bottom: 2.5rem;
}

.yfBox3 .zzList .zzImg {
	border-radius: 0;
}

.yfBox3 .zzList .swiper-button-next,
.yfBox3 .zzList .swiper-button-prev {
	position: absolute;
	top: 50%;
	margin-top: -1.875rem;
}

.yfBox3 .zzList .swiper-button-prev {
	left: 24%;

}

.yfBox3 .zzList .swiper-button-next {
	right: 24%;
	left: auto;
}

.sysList li {
	width: 32.5%;
	float: left;
	overflow: hidden;
	margin-bottom: 1.25rem;
	margin-right: 1%;
}

.sysList li:nth-child(3n) {
	margin-right: 0;
}

.sysList li img {
	width: 100%;
	display: block;
	transition-duration: .5s;
}

.sysList li:hover img {
	transform: scale(1.1);
}

.yfcgBox1 {
	padding: 5rem 0;
}

.yfcgBox1 .zjyMenu a {
	padding: .625rem 1.25rem;
	border-radius: 2.5rem;
	margin: 0;
}

.yfcgBox1 .zjyMenu .on {
	background: #184899;
	color: #fff;
}

.cgList a {
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	flex-wrap: wrap;
	background: #f6f6f6;
	padding: 3.125rem 1.25rem;
	margin-bottom: 3.125rem;
}

.cgList a dt {
	width: 30%;
}

.cgList a dd {
	width: 68%;
}

.cgList a dd h2 {
	font-size: 1.875rem;
	margin-bottom: 1.25rem;
}

.jsLI {
	display: flex;
	justify-content: left;
	align-items: self-start;
	margin-bottom: 1.25rem;
}

.jsZd {
	background: #184899;
	border-radius: 1.875rem;
	font-size: 1.125rem;
	width: 10%;
	color: #fff;
	text-align: center;
	line-height: 2.8125rem;
	margin-right: 1%;
}

.jsTxt {
	width: 89%;
	font-size: 1.125rem;
	min-height: 2.8125rem;
	display: flex;
	justify-content: left;
	align-items: center;
	line-height: 1.7;
}

.yfzxBox2 {
	background: url(../images/yfBg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding: 6.875rem 0;
}

.yfzxBox2 .warp {
	display: flex;
	justify-content: left;
	align-items: center;
	flex-wrap: wrap;
}

.ldImg {
	width: 40%;
}

.ldImg img {
	width: 70%;
	display: block;
	margin: 0 auto;
}

.ldTxt {
	width: 55%;
}

.ldTxt h2 {
	font-size: 2rem;
	margin-bottom: 1.25rem;
}

.ldTxt h3 {
	font-size: 1.5rem;
	font-weight: normal;
	margin-bottom: 1.875rem;
}

.ldTxt p {
	font-size: 1.375rem;
	margin-bottom: .9375rem;
	color: #555555;
}

.yfzxBox1 {
	padding: 5rem 0;
}

.huiBox {
	background: #f8f8f8;
	border-radius: 1.25rem;
	padding: 2.8125rem 1.875rem .9375rem;
	width: 63%;
	position: relative;
	z-index: 2;
}

.yfZi01 {
	font-size: 1.25rem;
	text-indent: 2.375rem;
	text-align: justify;
	margin-bottom: 2.1875rem;
}

.huiBox .stats-grid {
	background: none;
	color: #333;
	padding: 0;
	margin-bottom: 2.1875rem;
}

.huiBox .counter,
.huiBox .num h1 {
	color: #184899;
}

.huiBox .num p {
	padding-left: .625rem;
}

.huiBox .stat-item::after {
	background: #ced7e6;
	opacity: 1;
}

.huiBox .stat-item:last-child:after {
	display: none;
}

.yfnr {
	position: relative;
	padding-bottom: 4.625rem;
}

.yfLogo {
	position: absolute;
	top: 16%;
	right: 0;
	width: 37%;
}

.yfLogo img {
	width: 60%;
	margin: 0 auto;
	display: block;
}

.hzLogo {
	width: 100%;
	background: #0059a7;
	height: 24.4375rem;
	border-radius: .9375rem;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
}

.hzLogo ul {
	width: 37%;
	float: right;
	padding: 3.5rem 3.625rem 0;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.hzLogo ul li {
	width: 33.33%;
	float: left;
	text-align: center;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 1.875rem;
	margin-bottom: 1.875rem;
}

.hzLogo ul li img {
	width: 3.75rem;
	display: block;
	margin: 0 auto;
}

.hzLogo ul li:nth-child(4),
.hzLogo ul li:nth-child(5) {
	border: none;
}

.newBox1 {
	padding: 5rem 0;
}

.xwList {
	overflow: hidden;
	margin-top: 2.5rem;
}

.xwList .swiper-slide {
	padding: .625rem;
}

.xwNr dt {
	overflow: hidden;
}

.xwNr dt img {
	width: 100%;
	display: block;
	transition-duration: .5s;
}

.xwNr:hover dt img {
	transform: scale(1.1);
}

.xwNr dd {
	background: #fff;
	box-shadow: 0 0 5px 2px #5a5a5a2b;
	padding: 1.25rem;
	position: relative;
}

.xwNr dd h1 {
	font-size: 1.375rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

}

.xwNr dd p {
	font-size: 1.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin: .625rem 0;

}

.xwNr dd span {
	font-size: 1.125rem;
}

.xwNr dd::after,
.ggNr:after {
	content: '';
	width: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	height: .1875rem;
	background: #0059a7;
	transition-duration: .5s;
}

.xwNr:hover dd:after,
.ggNr:hover:after {
	width: 100%;
}

.newBox2 {
	background: url(../images/ggBg.jpg) no-repeat center;
	padding: 5rem 0;
	background-size: 100% 100%;
}

.ggList,
.ztList {
	overflow: hidden;
	margin-top: 2.5rem;
}

.ggNr {
	background: #fff;
	border: 1px solid #e2e2e2;
	padding: 1.25rem;
	height: 15.625rem;
	display: block;
	position: relative;
}

.ggNr h2 {
	font-size: 1.375rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;

}

.ggNr p {
	font-size: 1.125rem;
	margin: .625rem 0;
}

.ggNr h3 {
	color: #184899;
	font-size: 1.875rem;
}

.ggNr span {
	font-size: 1.125rem;
	color: #184899;
}

.ztList .xwNr dd {
	box-shadow: none;
	padding: 1.25rem 0;
}

.ztList .xwNr dd h1 {
	margin-bottom: .9375rem;
}

.newBox3 {
	padding-top: 5rem;
	display: flex;
	justify-content: space-between;
	align-items: self-start;
	flex-wrap: wrap;
}

.dsjImg {
	width: 50%;
}

.dsjImg img {
	width: 100%;
	display: block;
}

.dsjBox {
	width: 50%;
	background: url(../images/dsjBg.jpg) no-repeat center;
	position: relative;
	padding: 5.625rem 5% 5.7rem 0;
}

.dsjWhite {
	background: #fff;
	padding: 3.75rem;
}

.dsjTitle {
	position: relative;
}

.dsjTitle h2 {
	font-size: 7.5rem;
	opacity: 0.12;
	line-height: 1;
}

.dsjTitle p {
	font-weight: bold;
	font-size: 2.625rem;
	position: absolute;
	top: 0;
	left: 0;
}

.dsjBox .preview {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 90%;
	height: 5.625rem;
	margin-right: 5%;

}

.dsjBox .preview .swiper-container {
	overflow: hidden;
}

.dsjBox .view {
	height: 21.5625rem;
	overflow-y: auto;
}

.dsjBox .pc-slide {
	display: block;
}

.dsjBox .preview .swiper-slide {
	width: 12.7%;
	background: none;
	height: 5.625rem;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

.dsjBox .preview .swiper-slide p {
	font-size: 1.75rem;
	font-weight: bold;
}

.dsjBox .preview .swiper-slide::after {
	content: '';
	width: 0;
	height: .375rem;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #d1151f;
	transition-duration: .5s;
}

.dsjBox .preview .arrow-left,
.dsjBox .preview .arrow-right {
	background: #d1151f;
	color: #fff;
	top: 0;
	margin-top: 0;
	width: 12rem;
	height: 5.625rem;
	left: -12rem;
	right: auto;
	margin-left: 0;
}

.dsjBox .preview .arrow-left i {
	transform: rotate(0deg);
}

.dsjBox .preview .arrow-right i {
	transform: rotate(-180deg);
}

.dsjBox .preview .arrow-left {
	left: -24rem;
}

.dsjBox .swiper-slide.active-nav:after {
	width: 100%;
}

.dsjBox .view {
	width: 100%;
}

.dsjZi p {
	font-size: 1.25rem;
	margin-bottom: 1.25rem;
}

.dsjDate {
	display: flex;
	justify-content: left;
	align-items: center;
	color: #184899;
	margin-bottom: 1.25rem;
}

.dsjDate h3 {
	font-size: 1.75rem;
	margin-right: .9375rem;
}

.dsjDate p {
	font-size: 1.375rem;
	font-weight: bold;
	padding-top: .25rem;
}

.xwBox1 {
	padding: 5rem 0;
}

.xwBox1 .xwNr {
	display: flex;
	margin-bottom: 1.875rem;
}

.xwBox1 .xwNr dt {
	width: 25%;
}

.xwBox1 .xwNr dd {
	width: 75%;
	flex: 1;
	padding: 1.875rem
}

.xwBox1 .xwNr dd p {
	-webkit-line-clamp: 3;
	line-clamp: 3;
}

.storyBox1 {
	background: url(../images/dt.png) no-repeat top center;
	background-size: contain;
}



.hiLis {
	position: relative;
}

.hiLis:before {
	content: '';
	width: 1px;
	height: 100%;
	background: -webkit-linear-gradient(top, rgb(18 93 249) 53%, rgba(133, 45, 124, 0.01) 98%);
	position: absolute;
	left: 50.4%;
	margin-left: -0.05px;
	top: 5%;
}

.hiLis dl {
	width: 51%;
	float: right;
	padding-bottom: 1.875rem;
}

.hiLis dl:nth-child(2n) {
	float: left;
	margin-left: .8125rem;
}

.hiLis dl dt {
	width: 2.9375rem;
	height: 2.9375rem;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
	position: relative;
	float: left;
	margin-top: .625rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 1.625rem;
	color: #184899;
}

.hiLis dl:nth-child(2n) dt {
	transform: rotate(180deg);
}

.hiLis dl dt img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 1.5625rem;
	transform: rotate(180deg);
}

.hiLis dl dd {
	width: calc(95% - 2.9375rem);
	width: -webkit-calc(95% - 2.9375rem);
	float: right;
}

.hiLis dl dd h1 {
	font-size: 1.625rem;
	margin-bottom: 1.25rem;
}

.hiLis dl dd p {
	font-size: 1.25rem;
	margin-bottom: .625rem;
}

.hiLis dl::after {
	content: '';
	clear: both;
	display: block;
}

.hiLis dl:nth-child(2n) dt {
	float: right;
}

.hiLis dl:nth-child(2n) dt img {
	transform: rotate(0deg);
}

.hiLis dl:nth-child(2n) dd {
	text-align: right;
	padding-right: 2.6875rem;
}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1280px) {}

@media only screen and (max-width: 1190px) {}

@media only screen and (max-width: 996px) {}

@media only screen and (max-width: 768px) {

	.mImg,
	.lxLis dl {
		display: block;
	}

	.lxLis dl dd {
		width: 100%;
		margin-top: 1.875rem;
		display: block;
	}

	.pcImg,
	.dsjImg,
	.yfzxRight,
	.yfLogo {
		display: none;

	}

	.neTitle {
		font-size: 3rem;
		margin-bottom: 3.5rem;
	}

	.lnBox h1,
	.qyjyBox .whTxt h1,
	.whTxt h1,
	.lxTitle {
		font-size: 3rem;
	}

	.abZi,
	.stat-label,
	.whList dl dd p,
	.lnBox p,
	.abBox4 dl dd h1,
	.detailBit h1,
	.hiLis dl dd h1,
	.lxTxt,
	.yfzxZi,
	.yfcgList dl a dd h1,
	.ldTxt h2,
	.cgList a dd h2,
	.lxLis dl dt,
	.lxForm ul li p {
		width: 100%;
		font-size: 2.5rem;
	}

	.num p,
	.num h1,
	.whList dl dd span,
	.abBox4 dl dd p,
	.menuTxt .warp p a,
	.zrZi,
	.whTxt p,
	.zzlist li p,
	.jianT li a,
	.ggNr h3,
	.dsjDate h3,
	.detailTime,
	.detailtext,
	.hiLis dl dd p,
	.zjyMenu a,
	.syzTi,
	.zcList dl a dd h1,
	.yfcgList dl a dd p,
	.yfZi01,
	.hzLogo ul li h3,

	.ldTxt h3,
	.subNav,
	.subNav p,
	.zpTi,
	.lxZi p {
		font-size: 2.4rem;
	}

	.xwNr dd h1,
	.xwNr dd p,
	.xwNr dd span,
	.ggNr h2,
	.ggNr p,
	.ggNr span,
	.dsjZi p,
	.dsjDate p,
	.dsjBox .preview .swiper-slide p,
	.yyyTitle p,
	.yyyList li p,
	.proLis dl dd,
	.proList01 dl dt p,
	.zcList dl a dd p,
	.ldTxt p,
	.jsTxt,
	.zzImg p,
	.gwZi,
	.upLoad,
	.lxLis dl dd ul li,
	.lxForm ul li input,
	.submit {
		font-size: 2.2rem;
	}

	.lxMapbox .txt {
		position: relative;
	}

	.lxZi {
		width: 90%;
		top: -21rem;
		position: absolute;
		left: 5%;
		padding-top: 0;
	}

	.lxZi p {
		line-height: 1.4;
	}

	.yyyTitle,
	.yyyList li {
		height: 8rem;
		line-height: 1.3;
	}

	.ggNr {
		height: 25rem;
	}

	.counter {
		font-size: 3.6rem;
	}

	.stat-item {
		width: 50%;
		margin-bottom: 1.875rem;
	}

	.abBox1 {
		height: 90rem;
		background-size: 100% auto;
	}

	.jsBox1 {
		height: auto;
		padding-bottom: 25rem;
	}

	.whList dl {
		width: 100%;
		margin-bottom: 2.5rem;
	}

	.whList dl dd {
		height: auto;
		padding: 1.875rem;
	}

	.lnTxt,
	.lnBox {
		position: relative;
		top: 0;
		right: 0;
		width: 100%;
	}

	.lnTxt .warp {
		width: 100%;
	}

	.abBox4 dl dd {
		width: 100%;
		top: 0;
	}

	.abBox4 {
		padding: 30px 0;
	}

	.jsBox2 .zzImg p {
		height: 6.375rem;
		font-size: 2.2rem;
	}

	.jx {
		width: 10%;
	}

	.jyImg {
		width: 25%;
		right: 3%;
	}

	.qyjyBox .whTxt {
		padding: 3.75rem;
	}

	.whBox3 li {
		width: 100% !important;
		height: 31.25rem;
	}

	.whBox3 li img {
		height: 100%;
		object-fit: cover;
		opacity: 0.7;
	}

	.whBox3 li .whTxt p {
		opacity: 1;
	}

	.whBox3 li .whTxt h1 {
		border-bottom: 1px solid #3892e4 !important;
	}

	.whBox3 li .whTxt h1 span {
		border-bottom: 1px solid #f5a21d !important;
	}

	.preview .swiper-slide {
		height: 14rem;
	}

	.view img,
	.preview .swiper-slide img {
		object-fit: cover;
	}

	.zzlist li {
		width: 48%;
	}

	.dsjBox,
	.yfzxLeft,
	.hzLogo ul,
	.ldTxt,
	.lxLis dl dd ul {
		width: 100%;
	}

	.hzLogo {
		height: auto;
	}

	.hzLogo ul {
		float: none;
	}

	.hzLogo ul li img {
		width: 30%;
	}

	.lxLis dl dd ul {
		margin-bottom: 2.5rem;
	}

	.newBox3,
	.yfBox1,
	.yfzxBox2 .warp {
		display: block;
	}

	.ldImg {
		margin: 0 auto;
	}

	.ldTxt h2,
	.ldTxt h3 {
		text-align: center;
	}

	.dsjBox .view {
		height: auto;
	}

	.dsjBox .preview .arrow-left,
	.dsjBox .preview .arrow-right {
		left: 0;
		top: 5.8rem;
	}

	.dsjBox .preview .arrow-right {
		left: 12rem;
	}

	.dsjBox {
		margin-bottom: 8.25rem;
	}

	.xwBox1 .xwNr dt {
		width: 35%;
	}

	.xwBox1 .xwNr dd {
		width: 65%;
	}

	.xwNr dd h1,
	.xwBox1 .xwNr dd p {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.hiLis:before {
		top: 2%;
	}

	.proLis dl {
		width: 48%;
		box-shadow: 0 0 5px 2px #5a5a5a1a;
		margin-bottom: 1.875rem;
		height: 21rem;
	}

	.proLis dl:last-child,
	.yfcgList dl {
		width: 100%;
	}

	.yfcgList dl {
		margin-bottom: 1.875rem;
	}

	.yfcgList dl:nth-child(2n) {
		margin-top: 0;
	}

	.yfcgList dl a dt,
	.yfcgList dl a dd {
		width: 50%;
	}

	.proList01 dl {
		width: 48%;
		margin-right: 2% !important;
	}

	.yfcgList dl a dd p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 4;
		line-clamp: 4;
		-webkit-box-orient: vertical;
	}

	.huiBox,
	.cgList a dd {
		width: 100%;
	}

	.huiBox .stat-item {
		width: 33.33%;
	}

	.hzLogo {
		position: relative;
	}

	.zjyMenu {
		flex-wrap: wrap;
	}

	.yfcgBox1 .zjyMenu a {
		width: 32%;
		text-align: center;
	}

	.cgList a dd {
		margin-top: 1.25rem;
	}

	.cgList a dd h2 {
		text-align: center;
	}

	.jsZd {
		width: 20%;
		font-size: 2.2rem;
		line-height: 4.5rem;
	}

	.cgList a dt {
		margin: 0 auto;
		width: 40%;
	}

	.lxForm {
		width: 100%;
		margin-top: 1.875rem;
		margin-bottom: 3.125rem;
	}
}