				    				    				    				    				    				    				    				    				    				    				    				    html,
body {
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none;
}

.jd_contain {
	width: 100vw;
	height: 100vh;
	overflow-y: auto;
	/* 只在垂直方向需要时显示滚动条 */
	scrollbar-width: none;
}

.jd_contain {
	background: url("bg.png") no-repeat center top;
	background-size: 100%;
}

/* 头部 */
.jd_top {
	height: 100px;
	padding-left: 20px;
	padding-right: 40px;
	margin-bottom: 20px;
}

.jd_top ul {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.jd_top_search {
	width: 260px;
	height: 40px;
	background: #fff;
	position: relative;
}

.jd_top_search .ipt_txt1 {
	background: #ffffff;
	border: 0px;
	outline: none;
	font-size: 14px;
	color: #999;
	line-height: 40px;
	padding-left: 20px;
	width: 80%;
}

.jd_top_search .ipt_txt2 {
	position: absolute;
	top: 8px;
	right: 20px;
}

.reset_btn {
	line-height: 40px;
	padding: 0 10px;
	background: #245399;
	color: #fff;
	margin-left: 0px;
	cursor: pointer;
}

/* 内容 */
.jd_main {
	padding: 0 40px;
	display: flex;
}

/* 左侧 */
.jd_m_left {
	flex: 0 0 104px;
	padding: 20px;
	background: #ffffff;
	border-radius: 16px;
}

.jd_m_left p:nth-child(2),
.jd_m_left p:nth-child(3) {}

.jd_m_left a {
	display: block;
	width: 64px;
	height: 60px;
	margin-bottom: 4px;
}

.jd_m_left p {
	cursor: pointer;
}

.jd_m_left p:nth-child(1) a {
	background: url("nav01.png") no-repeat center center;
}

.jd_m_left p:nth-child(2) a {
	background: url("nav02.png") no-repeat center center;
}

.jd_m_left p:nth-child(3) a {
	background: url("nav03.png") no-repeat center center;
}

.jd_m_left p:hover,
.jd_m_left p.active {
	border-radius: 8px;
	background: linear-gradient(90.94deg, #e5edff 0%, #fff 100%);
}

.jd_m_left p:nth-child(1):hover a,
.jd_m_left p:nth-child(1).active a {
	background: url("nav01h.png") no-repeat center center;
}

.jd_m_left p:nth-child(2):hover a,
.jd_m_left p:nth-child(2).active a {
	background: url("nav02h.png") no-repeat center center;
}

.jd_m_left p:nth-child(3):hover a,
.jd_m_left p:nth-child(3).active a {
	background: url("nav03h.png") no-repeat center center;
}

/* 右侧 */
.jd_m_right {
	flex: 1;
	padding-left: 40px;
	position: relative;
	width: calc(100% - 104px);
}

.xx_nav {
	border-radius: 8px;
	background: #fff;
	padding: 0 20px;
}

.xx_nav table {
	border-collapse: collapse;
	width: 100%;
}

.xx_nav td,
.xx_nav th {
	border-bottom: 1px solid #eaeaea;
	box-sizing: content-box;
}

.xx_nav th {
	width: 60px;
	height: 72px;
	font-size: 18px;
	color: #333333;
	font-weight: 700;
	line-height: 36px;
}

.xx_nav td {
	font-weight: 400;
	font-size: 16px;
	line-height: 32px;
	text-align: left;
	color: #333;
	padding: 18px 0;
}

.xx_nav>table>tbody>tr td>ul {
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}

.xx_nav td li {
	margin-right: 20px;
	font-weight: 400;
	font-size: 16px;
	color: #666;
	float: left;
	cursor: pointer;
	margin-bottom: 10px;
}

.xx_nav td li span {
	display: block;
	line-height: 32px;
	padding: 0 14px;
}

.xx_nav .list_xs li span:hover {
	background: #245399;
	color: #fff;
	border-radius: 4px;
}

.xx_nav .list_xs li span.activexz {
	border-radius: 4px;
	background: #245399;
	color: #fff;
}

.xx_nav .list_fl li span:hover {
	border-radius: 4px;
	background: #245399;
	color: #fff;
}

.xx_nav .list_fl li span.activexz {
	border-radius: 4px;
	background: #245399;
	color: #fff;
}

.xx_nav .list_dq li span:hover {
	border-radius: 4px;
	background: #245399;
	color: #fff;
}

.xx_nav .list_dq li span.activexz {
	border-radius: 4px;
	background: #245399;
	color: #fff;
}

.select_xl {
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
	margin-bottom: 28px;
	width: 100%;
	text-align: right;
	font-size: 16px;
	color: #333333;
}

.select_xl span.xl {
	height: 40px;
	width: 100px;
	text-align: left;
	margin: 0 8px;
	border-radius: 4px;
	background: #fff;
	border: 1px solid #ccc;
	position: relative;
	display: inline-block;
	padding-left: 20px;
	cursor: pointer;
}

.select_xl span.xl em {
	font-style: inherit;
}

.select_xl span.xl img {
	position: absolute;
	right: 20px;
	top: 15px;
}

.select_xl span.xl ul {
	position: absolute;
	left: 0;
	top: 40px;
	z-index: 9999;
	max-height: 224px;
	overflow-y: scroll;
	height: unset;
	min-height: unset;
	background: #fff;
	border: 1px solid #ccc;
}

.select_xl span.xl li {
	line-height: 32px;
	width: 83px;
	text-align: center;
	cursor: pointer;
}

.select_xl span.xl li:hover {
	background: #24539929;
	color: #245399;
}

/* 展开收起 */
.zcjg_box {
	display: flex;
	justify-content: space-between;
	border: none !important;
}

.zcjg_box .list_dq {
	width: 95%;
	transition: all 0.2s ease-out 0s;
	height: 32px;
	overflow: hidden;
}

.zcjg_box.zk .list_dq {
	transition: all 0.2s ease-out 0s;
	height: auto;
	overflow: visible;

}

.zcjg_box i.zk_sq {
	width: 5%;
	height: 32px;
	background: url("down.png") center no-repeat;
	transition: all 0.2s ease-out 0s;
	cursor: pointer;
	display: block;
}

.zcjg_box.zk i.zk_sq {
	transform: rotate(180deg);
	transition: all 0.2s ease-out 0s;
}

/* 信息列表 */
.xx_list ul.xx_list_ul {
	/*overflow: hidden;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.xx_list li.xx_list_li {
	width: 15%;
	height: 375px;
	border-radius: 8px;
	box-shadow: 0 2px 12px #99999933;
	/*float: left;*/
	margin-right: 0;
	margin-bottom: 32px;
	cursor: pointer;
	overflow: hidden;
	margin-right: 1.6%;
}

.zwxx {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 40px;
}

.xx_list li.xx_list_li:hover {
	margin-top: -10px;
	transition: all 0.2s ease-out 0s;
}

/*.xx_list li.xx_list_li:nth-child(6n) {*/
/*	margin-right: 0;*/
/*}*/

.xx_list li.xx_list_li div.xx_list_div {
	height: 280px;
	position: relative;
	overflow: hidden;
}

.xx_list li.xx_list_li div.xx_list_div span {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 8px;
	background: #245399;
	width: 82px;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	color: #fff;
}

.xx_list li.xx_list_li div.xx_list_div span.latest {
	background: #c61f0c;
}

.xx_list li.xx_list_li div.xx_list_div img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.xx_list li.xx_list_li p.xx_list_p {
	padding: 20px;
	font-size: 18px;
	line-height: 30px;
	height: 95px;
	color: #333;
	background: #ffffff;
	border-radius: 0 0 8px 8px;
	transition: all 0.3s ease;
	position: relative;
	z-index: 10;
}

.xx_list li.xx_list_li p.xx_list_p span {
	display: block;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	height: 60px;
}

.xx_list li.xx_list_li:hover p.xx_list_p {
	color: #245399;
}

/* 弹窗begin */
/* 遮罩层 */
.overlay1 {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 99;
}

/* 弹出框样式 */
.wip_fixeds {
	display: none;
	/* 默认隐藏 */
	position: fixed;
	z-index: 100;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 1200px;
	min-height: 660px;
	padding: 45px 30px 30px 30px;
	background: white;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	border-radius: 5px;
}

.wip_fixbt {
	text-align: right;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}

.wip_fixcon ul {
	display: flex;
	justify-content: space-between;
}

.wip_fixcon ul li.v1 {
	width: 800px;
	height: 450px;
	border-radius: 8px;
	background: #503131;
}

.wip_fixcon ul li.v1 video {
	width: 100%;
	height: 100%;
}

.wip_fixcon ul li.v2 {
	width: calc(100% - 830px);
}

.wip_fixcon ul li.v2 span {
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	text-align: left;
	color: #333;
}

.wip_fixcon ul li.v2 p {
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	text-align: left;
	color: #333;
	margin-bottom: 15px;
}

.wip_fixcon_js {
	margin-top: 30px;
}

.wip_fixcon_js h2 {
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
	color: #333;
}

.wip_fixcon_js p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	margin-top: 8px;
	max-height: 72px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

/* 音频 */
.wip_fixeds_audio {
	width: 415px;
}

.wip_fixeds_audio .wip_fixcon ul {
	flex-wrap: wrap;
}

.wip_fixeds_audio .wip_fixcon ul li.v1 {
	width: 100%;
	height: auto;
	background: linear-gradient(133.52deg, #f5f8fc 0%, #e2effb 100%);
	box-shadow: 0 3px 6px #00000029;
}

.wip_fixeds_audio .wip_fixcon ul li.v1::before {
	margin-left: 30px;
	margin-top: 20px;
	width: 148px;
	height: 148px;
	content: "";
	display: block;
	background: url("audio.png") no-repeat;
}

.wip_fixeds_audio .wip_fixcon ul li.v1 audio {
	width: 100%;
	margin-top: 8px;
	background: transparent !important;
	background-color: transparent !important;
}

/* Chrome/Safari */
.wip_fixeds_audio audio::-webkit-media-controls-panel {
	background-color: transparent;
}

/* Firefox */
.wip_fixeds_audio audio::-moz-media-controls-panel {
	background-color: transparent;
}

.wip_fixeds_audio .wip_fixcon ul li.v2 {
	width: 100%;
}

.wip_fixeds_audio .wip_fixcon ul li.v2 span {
	margin-top: 15px;
	display: block;
}

.wip_fixeds_audio .wip_fixcon ul li.v2 p {
	margin-bottom: 0;
}

.wip_fixeds_audio .wip_fixcon_js {
	margin-top: 15px;
}

.wip_fixeds_audio .wip_fixcon_js p {
	height: auto;
	max-height: 190px;
	-webkit-line-clamp: 8;
}

/* 图片 */
.wip_fixeds_pic .wip_fixcon ul li.v1 {
	width: 500px;
	height: 674px;
	border-radius: 4px;
	overflow-y: auto;
	background: #ffffff;
}

.wip_fixeds_pic .wip_fixcon ul li.v1 img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.wip_fixeds_pic .wip_fixcon ul li.v2 {
	width: calc(100% - 530px);
}

.wip_fixeds_pic .wip_fixcon ul li.v2 p {
	margin-bottom: 15px;
}

.wip_fixeds_pic .v2_p {
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 9;
	-webkit-box-orient: vertical;
	max-height: 324px;
}

/* 弹窗end */
/* 案例库展示二层 */
.zcjd_zdwj ul {
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.zcjd_zdwj ul li.fl {
	width: 66%;
	height: 700px;
	border-radius: 8px;
	background: url("zcjd_zdwj01.png") no-repeat center center;
	background-size: cover;
}

.zcjd_zdwj ul li.fl a {
	display: block;
	height: 100%;
	position: relative;
	padding: 30px;
}

.zcjd_zdwj ul li.fl a h3 {
	font-weight: 700;
	font-size: 60px;
	line-height: 120px;
	text-align: center;
	color: #fff;
	margin-top: 120px;
}

.zcjd_zdwj ul li.fl a div {
	position: absolute;
	bottom: 20px;
	left: 30px;
}

.zcjd_zdwj ul li.fl a div p {
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 15px;
}

.zcjd_zdwj ul li.fl a div span {
	font-weight: 400;
	font-size: 16px;
	color: #fff;
}

.zcjd_zdwj ul li.fr {
	width: 32%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.zcjd_zdwj ul li.fr a {
	height: 31%;
	display: block;
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	line-height: 50px;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 0 10px;
}

.zcjd_zdwj ul li.fr a:nth-child(1) {
	background: url("zcjd_zdwj02.png") no-repeat;
	background-size: cover;
}

.zcjd_zdwj ul li.fr a:nth-child(2) {
	background: url("zcjd_zdwj03.png") no-repeat;
	background-size: cover;
}

.zcjd_zdwj ul li.fr a:nth-child(3) {
	background: url("zcjd_zdwj04.png") no-repeat;
	background-size: cover;
}

/* 案例库展示三层 */
.swiper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	overflow: clip;
	list-style: none;
	padding: 0;
	z-index: 1;
	display: block
}

.swiper-vertical>.swiper-wrapper {
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
	box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0)
}

.swiper-horizontal {
	touch-action: pan-y
}

.swiper-vertical {
	touch-action: pan-x
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	display: block
}

.swiper-slide-invisible-blank {
	visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
	height: auto
}

.swiper-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height
}

.swiper-backface-hidden .swiper-slide {
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.picBtnTop {
	width: 100%;
	/* height: 214px; */
	position: relative;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 40px;
}


.picBtnTop .mySwiper2 {
	width: 100%;
	height: 720px;
	position: relative;
	overflow: hidden;
}

.picBtnTop .mySwiper2 li {
	position: relative;
	zoom: 1;
	vertical-align: middle;
	height: 720px;
}

.picBtnTop .mySwiper2 li .pic {
	position: relative;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.picBtnTop .mySwiper2 li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}

.picBtnTop .mySwiper2 li .title {
	width: 80%;
	height: auto;
	line-height: 30px;
	left: 128px;
	top: 192px;
	position: absolute;
	z-index: 2;
}

.picBtnTop .mySwiper2 li .title h3 {
	font-weight: 700;
	font-size: 72px;
	line-height: 110px;
	color: #fff;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.picBtnTop .mySwiper2 li .title p {
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	color: #fff;
	margin-top: 30px;
	overflow: hidden;
	/* height: 160px; */
	/* display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical; */
	position: relative;
	padding: 10px;
}
.picBtnTop .mySwiper2 li .title p::after {
  content: ""; /* 伪类必须有 content（空值也可） */
  position: absolute; /* 绝对定位，脱离文档流 */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; /* 上下左右全拉伸，与父元素 p 等大 */
  background-color: rgba(0, 0, 0, 0.3); /* 黑色半透明（50%不透明） */
  z-index: -1; /* 背景层在文字下方 */
  border-radius: 10px; /* 可选：圆角优化 */
}

.picBtnTop .mySwiper2 li .title a {
	display: block;
	width: 148px;
	line-height: 57px;
	border-radius: 8px;
	border: 1px solid #245399;
	font-weight: 700;
	font-size: 22px;
	text-align: center;
	color: #fff;
	margin-top: 40px;
	*background: url("tmbg.png");
	background: #245399;
}

.picBtnTop .mySwiper {
	width: 100%;
	height: 296px;
	margin-top: 30px;
	overflow: hidden;
}

.picBtnTop .mySwiper ul {
	overflow: hidden;
	width: 800%;
	/* padding: 20px 0; */
}

.picBtnTop .mySwiper ul li {
	width: 224px;
	height: 296px;
	border-radius: 8px;
	/* background: #fff; */
	text-align: center;
	float: left;
	margin-right: 21px;
	position: relative;
	cursor: pointer;
}

.picBtnTop .mySwiper ul li img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	vertical-align: bottom;
	object-fit: cover;
	border-radius: 8px;
}

.picBtnTop .mySwiper ul li div {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 20px;
}

.picBtnTop .mySwiper ul li div p {
	text-align: left;
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	color: #fff;
}

.picBtnTop .mySwiper ul li div span {
	display: block;
	width: 88px;
	line-height: 40px;
	border-radius: 20px;
	background: #24539900;
	border: 1px solid #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}

.picBtnTop .mySwiper ul li.swiper-slide-thumb-active {
	overflow: hidden;
}

.picBtnTop .mySwiper ul li.swiper-slide-thumb-active div p {
	color: #245399;
	-webkit-text-stroke: 1px #fff;
	/* 1px 宽度，黑色描边 */
}

.picBtnTop .mySwiper ul li.swiper-slide-thumb-active img {
	transform: scale(1.1);
	transition: transform 0.3s ease;
}

.picBtnTop .prev,
.picBtnTop .next {
	position: absolute;
	width: 36px;
	height: 36px;
	bottom: 110px;
	top: auto;
	z-index: 9999;
}

.picBtnTop .prev {
	background: url("btn_left.png") no-repeat;
	left: 0;
}

.picBtnTop .next {
	background: url("btn_right.png") no-repeat;
	right: 2px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

@media screen and (min-width: 1920px) {
	.xx_list li.xx_list_li:nth-child(6n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 1919px) {

	/* 第一层 */
	/* .xx_list ul.xx_list_ul {
	    justify-content: space-around;
	} */
	/* 第二层 */
	.zcjd_zdwj ul {
		flex-wrap: wrap;
	}

	.zcjd_zdwj ul li.fl {
		width: 66%;
		background: url(zcjd_zdwj01.png) no-repeat center center;
		background-size: cover;
	}

	.zcjd_zdwj ul li.fr {
		width: 32%;
	}

	.zcjd_zdwj ul li.fr a {
		border-radius: 8px;
		padding-top: 29px;
	}

	.zcjd_zdwj ul li.fr a:nth-child(1) {
		background: url(zcjd_zdwj02.png) no-repeat;
		background-size: cover;
	}

	.zcjd_zdwj ul li.fr a:nth-child(2) {
		background: url(zcjd_zdwj03.png) no-repeat;
		background-size: cover;
	}

	.zcjd_zdwj ul li.fr a:nth-child(3) {
		background: url(zcjd_zdwj04.png) no-repeat;
		background-size: cover;
	}

	/* 第三层 */
	.picBtnTop .mySwiper ul li {
		/* width: 20%; */
	}
}

@media screen and (min-width: 1850px) {
	.zcjg_box i.zk_sq {
		display: none;
	}
}

@media screen and (max-width: 1560px) {
	.xx_list li.xx_list_li {
		height: 325px;
	}

	.xx_list li.xx_list_li div.xx_list_div {
		height: 230px;
	}
}

@media screen and (max-width: 1420px) {
	.jd_contain {
		background-size: cover;
	}

	.zcjd_zdwj ul li.fl {
		width: 100%;
	}

	.zcjd_zdwj ul li.fr {
		width: 100%;
		height: auto;
		display: flex;
		justify-content: inherit;
		flex-wrap: wrap;
		margin-top: 30px;
		flex-direction: inherit;
	}

	.zcjd_zdwj ul li.fr a {
		width: 49%;
		height: auto;
		padding: 29px 15px;
		margin-bottom: 30px;
	}
}

@media screen and (max-width: 1400px) {
	.xx_list li.xx_list_li {
		height: 255px;
		margin-bottom: 22px;
	}

	.xx_list li.xx_list_li div.xx_list_div {
		height: 200px;
	}

	.xx_list li.xx_list_li p.xx_list_p {
		padding: 10px 20px;
		line-height: 30px;
		height: 56px;
		font-size: 16px;
	}

	.xx_list li.xx_list_li p.xx_list_p span {
		-webkit-line-clamp: 1;
		height: 30px;
	}
}

@media screen and (max-width: 1200px) {
	.xx_list li.xx_list_li {
		width: 31%;
		height: 365px;
		margin-bottom: 32px;
	}

	.xx_list li.xx_list_li div.xx_list_div {
		height: 280px;
	}

	.xx_list li.xx_list_li p.xx_list_p {
		padding: 10px 20px;
		line-height: 30px;
		height: 86px;
		font-size: 16px;
	}

	.xx_list li.xx_list_li p.xx_list_p span {
		-webkit-line-clamp: 2;
		height: 60px;
	}
}

@media screen and (max-width: 768px) {
	.jd_contain {
		background-size: 100% 100%;
	}

	.jd_top {
		min-height: 17rem;
		height: auto;
		padding-left: 1rem;
		padding-right: 1rem;
		margin-bottom: 2rem;
	}

	.jd_top ul {
		flex-wrap: wrap;
		padding-top: 2rem;
	}

	.jd_top ul li:nth-child(2) {
		margin-top: 2rem;
	}

	.jd_top ul img {
		max-width: 100%;
	}

	.jd_top ul li:nth-child(3) {
		width: 100%;
	}

	.jd_top_search {
		width: 85%;
		height: 40px;
		margin-top: 2rem;
	}

	.reset_btn {
		height: 40px;
		margin-top: 2rem;
		width: 15%;
		text-align: center;
	}

	.jd_main {
		padding: 0 1rem;
		flex-wrap: wrap;
		display: block;
	}

	.jd_m_left {
		width: 100%;
		flex: 0 0 100%;
		display: flex;
		justify-content: space-between;
		margin-bottom: 2rem;
	}
	.jd_m_left p:hover span{
		display: none !important;
	}

	.jd_m_right {
		padding-left: 0;
		width: 100%;
	}

	.xx_nav th {
		width: 20%;
		height: auto;
		font-size: 1.875rem;
		line-height: normal;
	}

	.xx_nav td {
		font-size: 1.75rem;
		line-height: 3rem;
		padding: 2rem 0;
	}

	.xx_nav td li {
		margin-right: 1rem;
		font-size: 1.75rem;
		margin-bottom: 0;
	}

	.xx_nav td li span {
		line-height: 4rem;
		padding: 0 1.5rem;
	}

	.zcjg_box .list_dq {
		height: auto;
	}

	.zcjg_box i.zk_sq {
		display: none;
	}

	.xx_list li.xx_list_li {
		width: 100%;
		height: auto;
		margin-right: 0;
		margin-bottom: 2rem;
	}

	.xx_list li.xx_list_li div.xx_list_div {
		height: 30rem;
	}

	.xx_list li.xx_list_li div.xx_list_div span {
		width: auto;
		line-height: 4rem;
		font-size: 1.5rem;
		padding: 0 2rem;
	}

	.xx_list li.xx_list_li p.xx_list_p {
		padding: 2rem;
		font-size: 1.875rem;
		line-height: 3rem;
		height: auto;
	}

	.xx_list li.xx_list_li p.xx_list_p span {
		-webkit-box-orient: inherit;
		height: auto;
	}

	.result_paging {
		margin-top: 2rem;
		margin-bottom: 3rem;
	}

	.pagination_bar li {
		height: 2.5rem !important;
		font-size: 1.5rem !important;
		line-height: 2.5rem !important;
		padding: 0 1rem !important;
		margin-bottom: 1rem !important;
	}

	.xlJumpNum {
		width: 3rem !important;
		height: 100% !important;
		line-height: 2.5rem !important;
	}

	.pagination_bar li.xl-jumpButton {
		height: 100% !important;
		padding: 0 1rem !important;
		margin-left: 1rem !important;
	}

	.hidesmallfooter {
		display: none !important;
	}

	/* 第二层 */
	.zcjd_zdwj ul li.fl {
		height: auto;
	}

	.zcjd_zdwj ul li.fl a {
		padding: 2rem;
	}

	.zcjd_zdwj ul li.fl a h3 {
		font-size: 3rem;
		line-height: 200%;
		margin-top: 2rem;
	}

	.zcjd_zdwj ul li.fl a div {
		position: relative;
		margin-top: 3rem;
	}

	.zcjd_zdwj ul li.fl a div p {
		font-size: 1.5rem;
		line-height: 3rem;
		margin-bottom: 1rem;
	}

	.zcjd_zdwj ul li.fl a div span {
		font-size: 1rem;
	}

	.zcjd_zdwj ul li.fr a {
		font-size: 2rem;
		line-height: 200%;
		padding: 1rem;
		width: 100%;
		margin-bottom: 2rem;
	}
	/* 第三层 */
	.picBtnTop .mySwiper2 {
	    height: 76rem;
	}
	.picBtnTop .mySwiper2 li{
		height: 100%;
	}
	.picBtnTop .mySwiper2 li .title {
	    width: 90%;
	    height: auto;
	    line-height: 3rem;
	    left: 5%;
	    top: 11%;
	}
	.picBtnTop .mySwiper2 li .title h3 {
	    font-size: 4rem;
	    line-height: 4rem;
	}
	.picBtnTop .mySwiper2 li .title p {
	    font-size: 1.75rem;
	    line-height: 4rem;
	    margin-top: 5rem;
	    height: auto;
	}
	.picBtnTop .mySwiper2 li .title a {
	    width: 15rem;
	    line-height: 4rem;
	    font-size: 2rem;
	    margin-top: 5rem;
	    background: #245399;
	}
	.picBtnTop .mySwiper {
	    height: 30rem;
	    margin-top: 3rem;
	    display:none;
	}
	.picBtnTop .mySwiper ul li {
	    width: 100%;
	    height: 100%;
	    margin-right: 0;
	}
	.picBtnTop .mySwiper ul li div p {
	    font-size: 3rem;
	    line-height: 5rem;
	}
	.picBtnTop .prev, .picBtnTop .next {
	    width: 3rem;
	    height: 3rem;
	    bottom: 50%;
	}
	.picBtnTop .prev {
	    background-size: cover;
	}
	.picBtnTop .next {
	    background-size: cover;
	}
}
				
				
				
				
				
				
				
				
				
				
				
				