* {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
a {
  text-decoration: none !important;
  color: #282828;
}

.clear {
  clear: both;
  line-height: 0;
}

body {
  font-size: 18px !important;
  font-family: "微软雅黑";
  line-height: 32px;
  background: #effdff
    url(http://www.gxzf.gov.cn/material/zt/2024/whzgx_gx/bg.png) no-repeat top
    center;
  background-size: 1920px;
}

.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  overflow: initial;
}

.main1 {
  padding: 25px 0 0 0;
  margin: 0 auto;
  width: 1500px;
  overflow: hidden;
}

/* 内容页 */
.navbox {
  margin: 200px auto 0;
  width: 1300px;
  min-height: 200px;
  padding: 10px;
}
.tit1 {
  margin: 60px auto 20px;
  width: 395px;
  height: 169px;
}
.tit2 {
  margin: 60px auto 60px;
  width: 395px;
  height: 169px;
}
.tit3 {
  margin: 60px auto 60px;
  width: 395px;
  height: 169px;
}
.box1 {
  position: relative;
  padding-top: 1px;
  margin: 0 auto;
  margin-left: -30px;
  /* width: 1230px; */
  height: 480px;
  background: url(http://www.gxzf.gov.cn/material/zt/2024/whzgx_gx/box3.png);
  background-repeat: no-repeat;
}
.box1 .swiper-pagination {
     position: absolute;
     top: 435px;
     left: 55px;
}
.box1 .swiper-pagination-bullet-active {
  background: #f08300;
  opacity: 1 !important;
}
.box1 .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: #f08300;
  opacity: 0.4;
}
.box1 .swiper-pagination span {
  margin-right: 12px;
}
.box1_swiper {
    margin: 45px 0 0 50px;
  width: 733px;
  height: 387px;
  overflow: hidden;
}
.imgbox {
  width: 100%;
  height: 100%;
  background-color: aqua;
}
.box1_list {
    padding: 10px 0 30px 45px;
    position: absolute;
    top: 14px;
    left: 833px;
    width: 561px;
    height: 412px;
    background: url(http://www.gxzf.gov.cn/material/zt/2024/whzgx_gx/box5.png);
    z-index: 100;
}
.box1_list li {
  display: flex;
  align-items: center;
  width: 474px;
  color: #530000;
  font-size: 30px;
  padding: 20px 0;
  border-bottom: 1px solid #8d4f38;
  
}
.box1_list li  p{
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.box1_list a:nth-child(4) li {
  border-bottom: none;
}
.box1_list a:hover li {
  font-weight: 700;
}
.box2 {
  position: relative;
  margin: 0 auto;
  width: 1300px;
  overflow: hidden;
  padding-bottom: 60px;
}
.box2_swiper {
  margin: 0 auto;
  width: 985px;
  height: 525px;
}
.box2_swiper .imgbox {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: aqua;
}
.box2_swiper .imgbox p {
  text-align: center;
  position: absolute;
  width: 905px;
  padding: 0 40px;
  height: 100px;
  line-height: 100px;
  bottom: 0;
  background: linear-gradient(to top, #157968, transparent);
  font-size: 24px;
  color: #fff;

  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.box2 .swiper-pagination2 {
  position: absolute;
  left: 50%;
  bottom: 0%;
  z-index: 100;
  transform: translate(-50%, 0);
}
.box2 .swiper-pagination-bullet-active {
  background: #f08300;
  opacity: 1 !important;
}
.box2 .swiper-pagination-bullet {
  width: 56px;
  height: 12px;
  background: #f08300;
  opacity: 0.4;
  border-radius: 20px;
}
.box2 .swiper-pagination2 span {
  margin-right: 10px;
}
.box3 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto 0;
  width: 1300px;
  height: 518px;
  background: url(http://www.gxzf.gov.cn/material/zt/2024/whzgx_gx/box2.png);
  border-radius: 20px;
}
.box3 li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  height: 50%;
}
.box3 li .content {
  width: 570px;
  height: 160px;
}
.box3 li:nth-child(1) .content {
  margin-left: 15px;
}
.box3 li:nth-child(3) .content {
  margin-left: 15px;
}
.box3 li .content p {
  font-size: 30px;
  color: #530000;
  font-weight: 700;
  overflow: hidden;
  line-height: 35px;
  display: -webkit-box;

  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box3 li .content div {
  margin-top: 15px;
  font-size: 20px;
  color: #530000;
  text-indent: 40px;
  line-height: 40px;
  overflow: hidden;

  display: -webkit-box;

  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.bar{
	margin-top: 120px;
	display: flex;
	background: #efcda9;
	border-radius: 10px;
	height: 98px;
}
.bar li{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	color: #0a463c;
	font-size: 40px;
	cursor: pointer;
	border-radius: 10px;
}
.bar li::before{
	position: absolute;
	top: 50%;
	transform: translate(0,-50%);
	left: 0;
	content: '';
	width: 2px;
	height: 40px;
	background-color: #126d60;
}
.bar .active{
	position: relative;
	color: #fff;
	font-weight: 700;
	background:#126d60 ;
}
.bar .active::after{
	content: '';
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-top:10px solid #126d60;
	position: absolute;
	bottom: -20px;
}
.bar li:first-child::before{
	display: none;
}
.cxpt_left{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 653px;
	height: 496px;
	background: url(http://www.gxzf.gov.cn/material/zt/2024/whzgx_gx/dt.png);
}
.cxpt{
	display: flex;
	justify-content: space-between;
}
.cxpt_left .ck{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 493px;
	height: 67px;
	background-color: rgba(255, 255, 255, .7);
	border-radius: 40px;
	font-size: 25px;color: #000000;
	cursor: pointer;
}
.cxpt_right a {
	margin-right:20px ;
}
.cxpt_right a:nth-child(2n){
	margin-right: 0;
}
.cxpt_right a li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 303px;
	height: 153px;
	background: #fff;
	margin-bottom: 20px;font-size: 30px;color: #0a463c;
	font-weight: 700;
	border-radius: 10px;
}
.cxpt_right a li:hover{
	color: #6f0000;
	background: url(http://www.gxzf.gov.cn/material/zt/2024/whzgx_gx/li.png);
}
.cxpt_right{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	width: 626px;
}
.bigShadow{
	display: flex;
	justify-content: center;
align-items: center;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .3);
	position: fixed;
	top: 0;
	z-index: 999;
	display: none;
}
img {

-webkit-user-drag: none;

-moz-user-drag: none;

-ms-user-drag: none;

user-drag: none;

}
.close{
	position: absolute;
	right: 150px;
	top: 100px;color: #fff;
	font-size: 100px;
	cursor: pointer;
	  -webkit-user-select: none; /* Safari 3.1+ */
	  -moz-user-select: none;    /* Firefox 2+ */
	  -ms-user-select: none;     /* IE 10+ */
	  user-select: none;      
		 z-index: 999;/* æ ‡å‡†è¯­æ³• */

}
#draggableImg{
/* 	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%); */
}
#draggableImg img{
	height: 50vw;
}
.dy{
	margin-top: 490px;
	padding-top: .1px;
	width: 1300px;
	height: 326px;
	background: url(http://www.gxzf.gov.cn/material/zt/2024/whzgx_gx/dy.png);
}
.dy div{
	margin-top: 40px;
	    margin-left: 120px;
	text-align: justify;
	width: 1142px;
	text-indent: 52px;
	font-size: 26px;color: #530000;
	line-height: 50px;
}
.box3{
	display: none;
}