body {
	font-family: "微软雅黑";
}

.index_header,
.be_current_header {
	position: absolute;
	top: 0;
	z-index: 999;
}


.be_current_header {
	display: none;
	box-shadow: 0 2px 12px #99999933;
}

body,
html {
	height: 100%;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.hide {
	display: none !important;
}

.hide-banner {
	display: none !important;
}

#myContainer {
	width: 100%;
	height: 100%;
	position: relative;
	transition: transform 0.5s ease-in-out;
	/* 添加过渡效果 */
}

.section {
	width: 100%;
	height: 100vh;
	background-size: 100% 100% !important;
	position: relative;
	/* 将绝对定位改为相对定位 */
	display: flex;
	justify-content: center;
	align-items: center;
}

.navfixed {
	width: 100%;
	z-index: 4;
	position: fixed;
	left: 0;
	top: 0;
}

.navfixedhide {
	display: none;
}

.wip_tit {
	background: url(title.png) no-repeat 55% center;
	line-height: 56px;
	font-weight: 700;
	font-size: 32px;
	text-align: center;
	color: #333;
	margin-bottom: 30px;
}

/*首页展示第一屏*/

.sec1 {
	position: relative;
	z-index: 3;
	height: 100%;
	background: #fff url(http://jnns.jinan.gov.cn/cms_files/filemanager/1668/picture/20266/E9D364845515B6CBFC31A63A38069805.png) no-repeat center;
	background-size: cover;
	overflow: hidden;
}

.sec1bg {
	position: absolute;
	z-index: 1;
}

.home-content {
	position: relative;
	height: 100vh;
}


/**/

@keyframes TopBots {
	0% {
		transform: translateY(-8px);
	}

	50% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-8px);
	}
}

@-webkit-keyframes TopBots {
	0% {
		transform: translateY(-8px);
	}

	50% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-8px);
	}
}

@-moz-keyframes TopBots {
	0% {
		transform: translateY(-8px);
	}

	50% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-8px);
	}
}

@-ms-keyframes TopBots {
	0% {
		transform: translateY(-8px);
	}

	50% {
		transform: translateY(0px);
	}

	100% {
		transform: translateY(-8px);
	}
}

.home-footer {
	position: absolute;
	left: 0;
	right: 0px;
	bottom: 103px;
	font-weight: 400;
	text-align: center;
}

.home-footer .mouse {
	position: relative;
	margin-top: 25px;
	font-size: 16px;
	-webkit-animation: TopBots 1.2s ease-in-out infinite both;
	-moz-animation: TopBots 1.2s ease-in-out infinite both;
	-ms-animation: TopBots 1.2s ease-in-out infinite both;
	animation: TopBots 1.2s ease-in-out infinite both;
}

.home-footer .mouse p {
	margin-top: 20px;
}

.home-footer .mouse img {
	width: auto;
}

.home-footer-nav {
	position: absolute;
	left: 0;
	right: 0px;
	bottom: 35px;
}

.home-footer-nav ul {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 26px;
	text-align: left;
	color: #fff;
}

.home-footer-nav ul a {
	color: #fff;
}

.home-footer-nav ul li.active {
	font-weight: 700;
	position: relative;
}

.home-footer-nav ul li.active ::after {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 8px;
	bottom: -15px;
	left: 50%;
	margin-left: -8px;
	background: url(/cms_files/filemanager/1668/picture/20266/AC744F06A11E87E49CCD2BB750C69E78.png) no-repeat;
}

/*头部*/


/*跳过视频样式*/

.home-content .skip_video_div {
	position: fixed;
	right: 100px;
	top: 41px;
	width: 108px;
	box-sizing: border-box;
	cursor: pointer;
}

.home-content .skip_video_div img {
	width: 108px;
}

.home-content .next_div {
	display: none;
	padding: 14px 17px;
	width: 146px;
	height: 88px;
	background: #1467D1;
	border-radius: 12px;
	position: fixed;
	top: 90px;
	right: 122px;
	color: #fff;
	opacity: 0.9;
}

.home-content .next_div .sanjiao {
	position: absolute;
	top: -6px;
	right: 20px;
	z-index: 4;
	transform: rotate(45deg);
	display: block;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid transparent;
	border-left: 10px solid #1467D1;
	border-bottom: 10px solid transparent;
}

.home-content .next_div .next_title {
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 22px;
	text-align: right;
	font-style: normal;
	margin-bottom: 10px;
}

.home-content .next_div .next_btn_box {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.home-content .next_div .next_btn_box .submit_bth {
	width: 50px;
	height: 26px;
	border-radius: 4px;
	border: 1px solid #5590bc;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 24px;
	text-align: center;
	cursor: pointer;
}

/* 第一屏 */
.section_swiper {
	background: url(section1bg.png) no-repeat center top;
}

/* 第二屏 */
.section2 {
	background: url(section2bg.png) no-repeat center bottom;
	background-size: 100% auto !important;
}

.nsgk_list {
	width: 1200px;
	/* height: 389px; */
	border-radius: 16px;
	background: url(nsgkbg.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px;
	padding-top: 45px;
	padding-bottom: 0;
}

.nsgk_list ul {
	display: flex;
}

.nstit {
	width: 663px;
}

.nstit span {
	font-family: "PingFang SC Bold";
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	color: #36c;
}

.nstit p {
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	text-align: left;
	color: #333;
	text-indent: 2em;
	margin-top: 17px;
}

.nsimg {
	width: 463px;
}

/* 第三屏 */
.section3 {
	background: url(section3bg.png) no-repeat center;
}

.ywgl_list {
	display: flex;
	justify-content: space-between;
}

.ywgl_txt {
	width: 501px;
	height: 353px;
	background: url(ywglbg.png) no-repeat;
	padding: 30px 40px 0 30px;
	margin-top: 80px;
}

.ywgl_txt span {
	font-family: "PingFang SC Bold";
	font-weight: 700;
	font-size: 24px;
	line-height: 36px;
	text-align: left;
	color: #36c;
}

.ywgl_txt p {
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	text-align: left;
	color: #333;
	text-indent: 2em;
	margin-top: 17px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ywgl_txt a {
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	text-align: left;
	color: #36c;
	margin-top: 10px;
	display: inline-block;
}

.ywgl_txt a img {
	margin-left: 15px;
}

/* 第四屏 */
.section4 .jdgk {
	padding-top: 100px;
	height: 100vh;
	position: absolute;
	left: 0;
	right: 0;
}

.section4 .jdgk_top {
	min-height: 577px;
	padding-bottom: 73px;
	position: absolute;
	bottom: 250px;
	width: 100%;
	background: url(section4bg.png) no-repeat center bottom;
	background-size: 100% auto !important;
}

.section4 .jdgk_footer {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.section4 .jdgk .wip_zhnav {
	height: 72px;
	border-radius: 24px 24px 0 0;
	background: #f4f6f9;
}

.section4 .jdgk .wip_zhnav ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section4 .jdgk .wip_zhnav ul li {
	width: 33.3%;
	text-align: center;
	position: relative;
}

.section4 .jdgk .wip_zhnav ul li .line {
	width: 2px;
	height: 37px;
	background: #a6d0ff;
	position: absolute;
	right: 0;
	top: 19px;
}

.section4 .jdgk .wip_zhnav ul li.wip_zhnavli_hov .line {
	top: 29px;
}

.section4 .jdgk .wip_zhnav ul li a {
	font-family: "PingFang SC Bold";
	font-weight: 700;
	font-size: 26px;
	letter-spacing: 0.2px;
	line-height: 72px;
	color: #36c;
}

.section4 .jdgk .wip_zhnav ul li.wip_zhnavli_hov {
	background: url(jdgktit.png) no-repeat center;
	height: 82px;
	margin-top: -10px;
	line-height: 92px;
}

.section4 .jdgk .wip_zhnav ul li.wip_zhnavli_hov a {
	color: #fff;
}

.section4 .wip_zhcons {
	height: 392px;
	border-radius: 0 0 24px 24px;
	background: #fff;
	box-shadow: 0 2px 12px #99999933;
	padding: 20px;
}

.section4 .wip_zhconbox {
	display: flex;
	justify-content: space-between;
}

.wip_zhconbox_l {
	width: 527px;
	height: 352px;
	background: #fff;
}

.wip_zhconbox_r {
	width: 603px;
}

.wip_zhconbox_r h4 {
	position: relative;
	padding-bottom: 20px;
	font-family: "PingFang SC Bold";
	font-weight: 700;
	font-size: 24px;
	text-align: left;
	color: #36c;
}

.wip_zhconbox_r h4::after {
	position: absolute;
	content: "";
	width: 48px;
	height: 4px;
	background: #36c;
	left: 0;
	bottom: 0;
}

.wip_zhconbox_r p {
	text-indent: 2em;
	margin-top: 10px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 18px;
	line-height: 36px;
	text-align: left;
	color: #333;
}

.wip_zhconbox_r a {
	display: inline-block;
	margin-top: 24px;
	width: 148px;
	line-height: 48px;
	border-radius: 24px;
	background: #36c;
	font-family: "PingFang SC";
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #fff;
}

/* 右侧图标 */
#fp-nav {
	position: fixed;
	z-index: 100;
	margin-top: -32px;
	top: 50%;
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
	right: 17px;
}

#fp-nav.left {
	left: 17px;
}

.fp-slidesNav {
	position: absolute;
	z-index: 4;
	left: 50%;
	opacity: 1;
}

.fp-slidesNav.bottom {
	bottom: 17px;
}

.fp-slidesNav.top {
	top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
	margin: 0;
	padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	display: block;
	width: 14px;
	height: 13px;
	margin: 7px;
	position: relative;
}

.fp-slidesNav ul li {
	display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
	display: block;
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	height: 12px;
	width: 12px;
	margin: -6px 0 0 -6px;
	border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	border-radius: 50%;
	position: absolute;
	z-index: 1;
	height: 4px;
	width: 4px;
	border: 0;
	background: #333;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -2px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
	position: absolute;
	top: -2px;
	color: #fff;
	font-size: 14px;
	font-family: arial, helvetica, sans-serif;
	white-space: nowrap;
	max-width: 220px;
	overflow: hidden;
	display: block;
	opacity: 0;
	width: 0;
	cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
	-webkit-transition: opacity 0.2s ease-in;
	transition: opacity 0.2s ease-in;
	width: auto;
	opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
	right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
	left: 20px;
}

#fp-nav ul li,
.fp-slidesNav ul li {
	margin: 18px;
	width: 16px;
	height: 16px;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
	width: 16px;
	height: 16px;
	background: #8E9399;
	margin: 0;
	left: 0;
	top: 0;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
	width: 16px;
	height: 16px;
	background: #3366CC;
	margin: 0;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
	width: 16px;
	height: 16px;
	margin: 0;
}