/* 通用 */
*{padding: 0;margin: 0;}
li{list-style: none;}
a{text-decoration: none;}
img{max-width: 100%;}
.clear::after{
  content: '';
  display: block;
  clear: both;
}
/* 页面设定 */
body{
  background: #0c95ea;
}
.htop{
  position: relative;
  z-index: -1;
  text-align: center;
}
.setwidth{
  max-width: 95%;
  width: 1200px;
  margin: 0 auto;
}
.setMarginTop{
  margin-top: 60px;
}
.titlebox{
  position: relative;
  text-align: center;
  margin-bottom: 50px;
}
.titlebox img{
  display: block;
}
.titlebox a{
  position: absolute;
  top: 54%;
  right: 4%;
  transform: translateY(-50%);
  max-width: 20%;
}


/* 活动预告 */
.hdyg{
  margin-top: -160px;
}
/* .hdygbox{
  width: 800px;
  margin: 0 auto;
} */
.hdyg_swiper{
  background: #dff5ff;
  border-radius: 15px;
  padding: 40px 50px;
  border: 1px solid #46c6fb;
}
.hdyg_swiper_con1{
  width: 48%;
  display: inline-block;
  height: 320px;
}
.hdyg_swiper_con1:nth-child(1){
  margin-right: 3.5%;
}
.hdyg_swiper_con2{
  width: 100%;
  height: 310px;
}
.hdyg_swiper h3{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 25px;
  color: #000;
  line-height: 33px;
  height: 66px;
}
.hdyg_swiper_txt{
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #767676;
  font-size: 16px;
  max-height: 70px;
}
.hdyg_swiper_center{
  margin-top: 20px;
}
.hdyg_swiper_center>span{
  float: left;
  font-size: 14px;
  margin-bottom: 20px;
}
.hdyg_swiper_center>span img{
  vertical-align:middle
}
.hdyg_sj {
  width: 50%;
}
.hdyg_dh{
  width: 50%;
}
.hdyg_dz{
  width: 100%;
}
.btn_box{
  text-align: center;
  margin-top: 20px;
}
.btn_hdxx{
  display: inline-block;
  background-color: #008bda;
  color: #fff;
  line-height: 46px;
  padding: 0 50px;
  border-radius: 23px;
}
.btn_hdxx.disable{
  background-color: #c7c7c7;
}
/* 通知公告 */
.tzgg_video{
  width: 50%;
  float: left;
}
.tzgg_list{
  width: 45%;
  float: right;
}
.list_one h3{
  color: #40ffeb;
  font-size: 20px;
  white-space: nowrap;      /* 限定文本不换行 */
  overflow: hidden;         /* 超出容器部分隐藏 */
  text-overflow: ellipsis;  /* 超出部分显示为省略号 */
}
.list_one p{
  font-size: 16px;
  color: #fff;
  border-bottom: 1px dashed #fff;
  line-height: 1.5;
  padding: 20px 0;
}
.list_one .to_xx{
  color: #40ffeb;
  display: inline-block;
}
.tzgg_ul li{
  padding: 10px 0 10px 20px;
  position: relative;
  color: #fff;
  border-bottom: 1px dashed #fff;
}
.tzgg_ul li>a{
  font-size: 18px;
  line-height: 1.5;
  white-space: nowrap;      /* 限定文本不换行 */
  overflow: hidden;         /* 超出容器部分隐藏 */
  text-overflow: ellipsis;  /* 超出部分显示为省略号 */
  width: 100%;
  display: block;
  color: #40ffeb;
}
.tzgg_ul li::before{
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #40ffeb;
}
.tzgg_ul li p {
  font-size: 16px;
  color: #fff;
  line-height: 1.5;
  padding: 10px 0;
}
.tzgg_ul li p span{
  display: inline-block;
  width: 90%;
  white-space: nowrap;      /* 限定文本不换行 */
  overflow: hidden;         /* 超出容器部分隐藏 */
  text-overflow: ellipsis;  /* 超出部分显示为省略号 */
}
.tzgg_ul li .to_xx{
  color: #40ffeb;
  vertical-align: top;
}



/* 申报指引 */
.sbzy_bg{
  background: url(/ggpyfwzq/bg_sbzy.png) no-repeat;
  background-size: 100%;
  padding-top: 100px;
  padding-bottom: 140px;
}
.sbzy_header{
  position: relative;
}
.sbzy_header .sbzy_header_icon{
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 34px;
  background-repeat: no-repeat;
  background-position: center;
}
.sbzy_header p{
  float: left;
  background: #a5dfff;
  text-align: center;
  line-height: 80px;
  /* hra */
  /* width: 50%; */
  width: 100%;
  font-size: 20px;
  color: #000;
  position: relative;
  cursor: pointer;
}
.sbzy_header p.active{
  background-image: linear-gradient(to bottom,#1c8fd6,#24b2ff);
  color: #fff;
}
.sbzy_header p.active::before{
  content: "";
  border: 20px solid transparent;
  border-top-color: #24b2ff;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.sbzy_header1::after{
  content: "";
  border-top: 40px solid #a5dfff;
  border-right:20px solid transparent;
  border-bottom: 40px solid transparent;
  border-left:20px solid #a5dfff;
  position: absolute;
  top: 0;
  right: -40px;
  z-index: 9;
  pointer-events:none;
  /* hra2 */
  display: none;
  /* hra2 */
}
.sbzy_header1.active::after{
  content: "";
  border-top: 40px solid transparent;
  border-right:20px solid #a5dfff;
  border-bottom: 40px solid #a5dfff;
  border-left:20px solid transparent;
  right:0;
}
.sbzy_header1 .sbzy_header_icon{
  background-image: url(/ggpyfwzq/icon_sbzn_tt_1.png);
}
.sbzy_header1.active .sbzy_header_icon{
  background-image: url(/ggpyfwzq/icon_sbzn_tt_1_active.png);
}
.sbzy_header2 .sbzy_header_icon{
  background-image: url(/ggpyfwzq/icon_sbzn_tt_2.png);
}
.sbzy_header2.active .sbzy_header_icon{
  background-image: url(/ggpyfwzq/icon_sbzn_tt_2_active.png);
}
.sbzy_con{
  background: #dff5ff;
  padding: 5% 5%;
  
}
.sbzyul{
  justify-content: space-around;
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
}
.sbzyul li{
  min-width: 100px;
}
.sbzyul.active{
  display: flex;
}
/* 政策专区 */
.zczqbox{
  background-image: linear-gradient(to bottom,#1192e8,#2c81e0);
  padding: 40px 5% 20px 5%;
}
.zczqul{
  display: flex;
  justify-content: space-around;
  flex-direction: row;
  flex-wrap: wrap;
}
.zczqul li{
  width: 25%;
  text-align: center;
  margin-bottom: 40px;
  min-width: 100px;
}

/* 联系方式 */
.lxfs_bg{
  background: url(/ggpyfwzq/bg_lxfs.png) no-repeat;
  background-size: 100%;
  padding-top: 60px;
  padding-bottom: 140px;
}

/* 活动回顾 */
.hdhg_bg{
  background: url(/ggpyfwzq/bg_hdhg.png) no-repeat;
  background-size: 100%;
  padding-top: 60px;
  padding-bottom: 140px;
}
.hdhg_contain{
  position: relative;
  padding: 0 30px;
}
.hdhg_swiper_c{
  width: 100%;
  margin: 0 auto;
}

.hdhg_swiper_c .swiper-slide a{
  position: relative;
  display: block;
  width: 95%;
  margin: 0 auto;
}
.hdhg_swiper_c .swiper-slide a img{
  width: 100%;
  height:277px;
  display: block;
}
.hdhg_swiper_c .swiper-slide a::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 30px;
  background-color: rgba(255,255,255,.36);
  z-index: 1;
  bottom: 0;
  left: 0;
}
.hdhg_swiper_c .swiper-slide p{
  position: absolute;
  z-index: 2;
  width: 90%;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
  white-space: nowrap;      /* 限定文本不换行 */
  overflow: hidden;         /* 超出容器部分隐藏 */
  text-overflow: ellipsis;  /* 超出部分显示为省略号 */
  bottom: 0;
  left: 5%;
}
.lunbo_btn{
  font-size: 30px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  color: #fff;
  background-color: #0e75e9;
  cursor: pointer;
  line-height: 60px;
}
.btn_l{
  left: 0;
}
.btn_r{
  right: 0;
}
@media screen and (max-width: 1050px){
  .setMarginTop{
    margin-top: 30px;
  }
  .titlebox{
    margin-bottom: 30px;
  }
  .hdyg_swiper{
    padding: 20px 10px;
  }
  .hdyg_sj,.hdyg_dh{
    width: 100%;
  }
  .hdyg_swiper_con1,.hdyg_swiper_con2{
    display: block;
    width: 95%;
    margin: 0 auto!important;
    height: 380px;
  }
  .tzgg_contain>div{
    float: unset;
    width: 100%;
  }
   .tzgg_contain>.tzgg_video{
    text-align: center;
  }
  .hdhg_bg,.lxfs_bg,.sbzy_bg{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .sbzy_header p{
    float: unset;
    width: 100%;
  }
  .sbzy_header1::after{
    display: none;
  }
  .sbzy_header p::before{
    display: none!important;
  }
  .sbzy_con{
    padding:10% 1%;
  }
  .zczqul li{
    margin-bottom: 10px;
  }
}