* {margin: 0;padding: 0;}
ul,li {list-style: none;}
a{color: #000;text-decoration: none;}
body{min-width: 1260px;}
.tbgd {width: 100%; height: 102px;position: fixed;top: 0px;z-index: 999;transition: top 0.3s ease; /* 添加过渡效果，使隐藏和显示更平滑 */  }
.gdwz{width: 100%;height: 70px;font-size: 20px;margin: 0 auto;background: #fff;border-bottom: 2px #dbd9db solid;position: sticky;}
.logo {width: 1240px;height: 70px;margin: 0 auto;}
.logo .z{float: left;width:335px;height: 50px;margin-top:10px ;}
.logo .z p{float: right;font-size: 22px;line-height:50px;color: #000;}
.logo .y{float: right;width: 780px;height: 50px;margin-top:10px ;}
.logo ul{float: right;}
.logo ul li{float: left;line-height: 50px;font-size: 20px;}
.logo ul .li{padding: 0 12px;color: #000;}
.logo .y ul li a{text-decoration:none;}
.gh {width: 350px;height:105px;position: absolute;top: 0px;right:370px;}
.top01m .topjz {width: 1240px !important;}
/* 隐藏导航栏，直到滑动超过500px */  
/*.hidden {display: none;}  
*/

.navbar {  
    position: fixed;  
    top: 0;  
    left: 0;  
    width: 100%;  
    background-color: #333;  
    color: #fff;  
    transition: top 0.3s ease-in-out;  
    /* 初始状态隐藏导航栏 */  
    top: -100px; /* 或者使用其他方式来隐藏，比如透明度或display: none（但使用display: none会跳过过渡效果） */  
}  
  
.navbar.show {  
    top: 0; /* 滚动后显示导航栏 */  
}  


.juz_ban{width:100% ;height:610px;position: absolute;top: 15%;z-index: 200;}


.fullpage {width: 100%;display: flex;align-items: center;justify-content: center;position: relative;overflow: hidden;}
.pc_page_swiper {position: relative;display: flex;align-items: center;justify-content: center;}
.pc_page_swiper .swiper-container {	/* position: absolute; */}
.fullpage li {width: 100%;position: absolute;	/*一定要设置这个*/top: 0;left: 0;overflow: hidden;z-index: 4;}
.pc_first_page_img {width: 100%;height: 100%;position: absolute;top: 0;left: 0;}
.pc_second_page_img {width: 100%;height: 100%;position: relative;overflow: hidden;}
.pc_first_page_img img,.pc_second_page_img img {width: 100%;height: 100%;}

/*.pc_first_page_info {position: absolute;z-index:100;margin-top: 40px;top:10%;left:10.5%;}*/
.pc_first_page_info {margin: 0 auto;width: 1240px;}
/*.pc_first_page_info h3 {color: #FFFFFF;font-size: 100px;margin-bottom: 29px;}
.pc_first_page_info h5 {color: #FFFFFF;font-size: 48px;}*/
.pc_second_page {width: 100%;height: 100%;display: flex;}
.pc_first_page_arrow {width: 20px;margin: 0 auto;
	position: absolute;
	bottom: 50px;
	left: 49.5%;
	z-index: 100;
	cursor: pointer;
	animation-name: beat;
	/*动画名称*/
	animation-duration: .5s;
	/*设置秒数*/
	animation-timing-function: linear;
	/*速度曲线*/
	animation-iteration-count: infinite;
	/*播放次数*/
	animation-direction: alternate;
	/*逆向播放*/
	animation-play-state: running;
	/*正在运行*/
}
@keyframes beat {
	0% {
		bottom: 50px;
	}

	100% {
		bottom: 55px;
	}
}
.slide_show {position: relative;height: 100%;width: 100%;}
.slide_show * {	outline: none;}
.slide_show li img {width: 100%;overflow: hidden;-webkit-transition: all 3s cubic-bezier(0.7, 0.5, 0.3, 1);
	transition: all 3s cubic-bezier(0.7, 0.5, 0.3, 1);}
.slide_show .pc_first_page_slide.slick-active img {-webkit-transform: scale(1.05);transform: scale(1.05);}
.slide_show li.one {z-index: 4;}
.slide_show li.two {z-index: 3;}
.slide_show li.three {z-index: 2;}
.slide_show li.four {z-index: 1;}
.slide_show li.current {/* clip:rect(0,1600px,970px,0); */z-index: 9;animation: mymove 1s linear 0s forwards;}


.page_width{width:100%;height:1523px;margin: 0 auto;background: #fff;padding-top: 70px;}
/*工作动态*/
.page_top01{width: 1260px;height: 500px;margin: 0 auto;}
.page_top01 .biaot{width: 1260px;height: 86px;background: url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_bj.png) no-repeat center;text-align: center;position: relative;margin-bottom: 30px;}
.page_top01 .biaot p{font-size:40px;color: #0057b0 ;font-weight: bold;line-height: 72px;}
.page_top01 .biaot a{color: #0057b0;font-size:18px ;position: absolute;right: 0;top:25px;}
.page_top01_z{width: 610px;height: 370px;float: left;}
.page_top01_y{width: 610px;height: 370px;float: right;}
.page_top01_y li {background:url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_01.png) no-repeat left ;padding-left: 30px;margin:10px 0px 40px 0px;}
.page_top01_y li:nth-child(6n) {margin-bottom: 0px;}
.page_top01_y li:hover {background:url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_02.png) no-repeat left ;}
.page_top01_y a{font-size: 18px;}
.page_top01_y a:hover{color: #0057b0;font-weight:bold ;}
.page_top01_y span{float: right;color:#979797;font-size: 18px;}

/*通知公告*/
.page_top02_bj{width: 100%;height: 520px;background: url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_tzgg.jpg) no-repeat center;padding-top: 40px;margin-top: 40px;}
.page_top02{width: 1260px;height: 500px;margin: 0 auto;}
.page_top02 .biaot{width: 1260px;height: 86px;background: url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_bj.png) no-repeat center;text-align: center;position: relative;}
.page_top02 .biaot p{font-size:40px;color: #0057b0 ;font-weight: bold;line-height: 72px;}
.page_top02 .biaot a{color: #0057b0;font-size:18px ;position: absolute;right: 0;top:25px;}
.page_top02 li {background:url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_01.png) no-repeat left ;padding-left: 30px;margin:10px 0px 40px 0px;width:580px;float: left;}
.page_top02 ul {margin-top:60px;}
.page_top02 li:hover {background:url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_02.png) no-repeat left ;}
.page_top02 a{font-size: 18px;}
.page_top02 a:hover{color: #0057b0;font-weight:bold ;}
.page_top02 span{float: right;color:#979797;font-size: 18px;}
.page_top02 li:nth-child(2n) {margin-left:40px;}

/*政策文件*/
.page_b{width: 1260px;height: 410px;margin: 0 auto;margin-top: 30px;}
.page_top03{width:610px;height:410px;margin: 0 auto;float: left;}
.page_top03 .biaot{width:610px;height: 86px;background: url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_bj_b.png) no-repeat center;text-align: left;position: relative;margin-bottom: 30px;}
.page_top03 .biaot p{font-size:40px;color: #0057b0 ;font-weight: bold;line-height: 72px;margin-left:10px ;}
.page_top03 .biaot a{color: #0057b0;font-size:18px ;position: absolute;right: 0;top:25px;}

.page_top03 li {background:url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_01.png) no-repeat left ;padding-left: 30px;margin:0px 0px 50px 0px;width:580px;float: left;}
.page_top03 li:hover {background:url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_02.png) no-repeat left ;}
.page_top03 a{font-size: 18px;}
.page_top03 a:hover{color: #0057b0;font-weight:bold ;}
.page_top03 span{float: right;color:#979797;font-size: 18px;}
.page_top03 li:nth-child(4n) {margin-bottom:0px;}

/*政策解读*/
.page_top04{width:610px;height:410px;margin: 0 auto;float: right;}
.page_top04 .biaot{width:610px;height: 86px;background: url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_bj_b.png) no-repeat center;text-align: left;position: relative;margin-bottom:20px;}
.page_top04 .biaot p{font-size:40px;color: #0057b0 ;font-weight: bold;line-height: 72px;margin-left:10px ;}
.page_top04 .biaot a{color: #0057b0;font-size:18px ;position: absolute;right: 0;top:25px;}

.page_top04 li {background:url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_01.png) no-repeat left ;padding-left: 30px;margin:0px 0px 50px 0px;width:580px;float: left;}
.page_top04 li:hover {background:url(http://www.huaian.gov.cn/images/ztzl/2024/xxgyhzt/cio_02.png) no-repeat left ;}
.page_top04 a{font-size: 18px;}
.page_top04 a:hover{color: #0057b0;font-weight:bold ;}
.page_top04 span{float: right;color:#979797;font-size: 18px;}
.page_top04 li:nth-child(4n) {margin-bottom:0px;}


.page_top04_t{width: 610px;height: 260px;}
.page_top04_t a{display: block;width: 610px;height: 260px;}



/*----------------------------footer----------------------------------------*/
.footer-wrap{width: 100%; min-width: 1260px; background-color: #e8e8e8;  padding-bottom:30px;border-top: 12px solid #355e92 !important; font-size:18px ;position:absolute;margin-top:40px;}
.footer{width: 1200px; margin: 0 auto;}
.footer .link2 {position: relative;}
.footer .link2 p{text-align: center; line-height: 36px; padding-top: 20px;}
.footer .link2 .mk1{position:absolute; left: 5px; top: 20px;}
.footer .link2 .mk2{position:absolute; left: 123px; top: 26px;}
.footer .link2 .mk3{position:absolute; right:80px; top: 32px;}
.footer .link2 .mk4{position:absolute; right:5px; top: 20px;}


/*ie浏览器 升级css*/
/*
.IE-Version {text-align: center;height: 100vh;background-repeat: no-repeat;width: 100%;background-size: 20% 50%;/}
.ie-title {font-weight: bold;font-size: 50px;padding-top: 100px;}
.ie-fu-title {font-size: 40px;margin-top: 10px;}
.ie-image {margin-top: 10px;height: auto;width: 359px;}*/




@keyframes mymove {
	from {
		clip: rect(0, 2000px, 970px, 0);
	}

	to {
		clip: rect(0, 2000px, 970px, 2000px);
	}
}
.activeImg {-webkit-transform: scale(1.05);transform: scale(1.05);}
