@font-face {  
    font-family: 'yyfhFont';  
    src: url('yyfh_font.ttf') format('truetype');  
    font-weight: normal;  
    font-style: normal;  
}
html, body {
    position: relative;
    height: 100%;
}
.swiper {
  width: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.header{
   position: absolute;
   width: 94%;
   top: 0;
   left: 0;
   /*height: 100px;
   background-color: red;*/
   z-index: 99999;
   height: 150px;
   overflow: hidden;
   padding:20px 3%;
}
.header::before{
   content:"";
   position: absolute;
   width: 100%;
   top: 0;
   left: 0;
   /*height: 100px;
   background-color: red;*/
   z-index: -1;
   /*height: auto;*/
   overflow: hidden;
   padding:20px 3%;
   /*background-color: rgba(150, 133, 204, 0.2);*/
   height: 130px;
   background: linear-gradient(to bottom, rgb(48 0 199 / 90%) 0%, rgba(150, 133, 204, 0.1) 90%);
}
.header_top{
  width: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.header_top a{
  text-decoration: none;
}
.header_top input{
   border-radius: 25px;
   width: 130px;
   border: 1px solid #fff;
   height: 20px;
   font-size: 12px;
}
.header_center{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  /*overflow: hidden;*/
  position: fixed;
  width: 95%;
}
.sticky{
    position: fixed;  
    top: 0;  
    left: 0;  
    width: 94%;  
    z-index: 99999;
    background-color: #6C56BA;
    padding: 0px 3%;
}
.logo_block{
   width: 30%;
   /*height: 100px;*/
   align-items: center;
   display: flex;
   justify-content: start;
}
.logo_block img{
  width: 100%;
}
.menu_nav{
   display: flex;
   justify-content: start;
   align-items: center;
   height: auto;
   /*overflow: hidden;*/
}
.menu{
  color: #fff;
  text-align: center;
  margin-left: 20px;
  height: 30px;
  position: relative;
}
.menu a{
  text-decoration: none;
  color: #fff;
}
.menu a:hover{
  color: #E58007;
}
.sub_cate_block{
  position: absolute;
  top: 28px;
  z-index: 999999;
  background-color: #fff;
  padding: 10px 20px;
  color: #323232;
  height: auto;
  left: -50px;
  width: 120px;
  display: none;
}
/*.menu:hover .sub_cate_block {  
  display: block;  
}*/
.sub_menu_items{
  border-bottom: 1px solid #D5D5D5;
  color: #000;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #4B4B4B;
}
.active{
   color: #E58007;
}
.continer{
  width: 96%;
  padding: 20px 2%;
}
.continer_items_one{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.index_small_items{
  /*width: 410px;*/
  width: 20%;
  padding: 10px 15px;
}
.cate_name_p{
  color: #705ABB;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.cate_name_p_zimu{
  color: #705ABB;
  font-size: 14px;
}
.index_small_items_news_block{
  margin-top: 20px;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index_small_items_news{
   width: 100%;
   border-bottom: 1px solid #B9B9B9;
   height: auto;
   overflow: hidden;
   padding-bottom: 5px;
}
.index_small_items_news img{
  width: 100%;
}
.index_small_items_news a{
  text-decoration: none;
}
.items_news_title{
  padding-top: 10px;
  padding-bottom: 10px;
}
.items_news_title p{
  color: #404040;
white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.items_news_date{
  font-size: 14px;
  color: #767676;
  margin-top: 10px;
  text-align: right;
}
.news_swiper_block{
  /*width: 900px;*/
  width: 50%;
}
.news_swiper_catename_block{
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  overflow: hidden;
  margin-bottom: 10px;
}
.news_swiper_catename{
  margin-left: 10px;
  margin-right: 10px;
}
.span_catename{
  color: #705ABB;
  font-size: 20px;
  font-weight: 600;
}
.index_news_swiper{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gundong_block{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.gundong_news{
  padding: 40px 5%;
  width: 90%;
}
.gundong_title{
  font-size: 20px;
  font-weight: 600;
  color: #666666;
  margin-bottom: 10px;
}
.gundong_text{
  color: #929292;
  font-size: 16px;
  line-height: 30px;
}
.hdmsg_block{
  background-image: url(../images/hdysg_bg.png);
  overflow: hidden;
  width: 94%;
  padding: 50px 3%;
  min-height: 150px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hdmsg_continer{
   width: 100%;
   height: auto;
   overflow: hidden;
}
.hdmsg_top{
  display: flex;
  justify-content: start;
  align-items: center;
}
.hdmsg_menu{
  display: flex;
  justify-content: start;
  align-items: center;
}
.hdmsg_items_block{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
}
.hdmsg_items{
  width: 25%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
margin-top: 25px;
}
.hdmsg_items a{
  text-decoration: none;
}
.hdmsg_items_nei{
   width: 63%;
   height: auto;
   overflow: hidden;
}
.hdmsg_items_nei img{
  width: 100%;
}
.hdmsg_news_title{
   color: #515151;
   margin-top: 10px;
   font-weight: 500;
white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
}
.hdmsg_news_time{
  width: 100%;
  height: auto;
  text-align: right;
  margin-top: 15px;
}
.hdmsg_news_time p{
   font-size: 12px;
   color: #8B8B8B;
}
.rdyy_block{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  height: auto;
  overflow: hidden;
}
.rdyy_items{
  width: 20%;
  height: auto;
  overflow: hidden;
  display: flex;
  justify-content: center;
  /*align-items: center;*/
}
.rdyy_items_nei{
  width: 60%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.rdyy_items_nei img{
  width: 100%;
}
.rdyy_items_nei p{
  font-weight: 600;
}
.rdyy_number{
  font-size: 38px;
}
.rdyy_text_info{
  height: auto;
  overflow: hidden;
  width: 85%;
  text-align: left;
  margin-left: 10%;
  margin-top: 20px;
text-align: center;
}
.rdyy_text_info p{
  color: #6E6E6E;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
}
.yslj_block{
  /*background-color: #9685CC;*/
  width: 90%;
  padding: 70px 5% 10px 5%;
  display: flex;
  justify-content: start;
  height: auto;
  overflow: hidden;
  background-image: url(../images/yslj_bg.png);
  /* 使背景图片完全覆盖div（宽度和高度都为100%） */  
  background-size: 100% 100%;  

  /* 你可以添加以下属性来控制背景图片的位置和是否重复 */  
  background-position: center center; /* 图片居中显示 */  
  background-repeat: no-repeat; /* 图片不重复 */  
}
.yslj_left{
  width: 30%;
  margin-right: 10px;
}
.yslj_catename{
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 10px;
}
.yslj_ename{
  color: #fff;
  font-size: 14px;
}
.yslj_right{
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
/*.yslj_right a{
  text-decoration: none;
  color: #fff;
}*/
.yslj_items{
  /*margin-left: 80px;
  margin-bottom: 80px;*/
  /*margin-right: 30px;*/
  margin-bottom: 50px;
  width: 16%;
  font-size: 14px;
}
.yslj_items a{
  text-decoration: none;
  color: #fff;
}
footer{
  background-color: #63666B;
  height: auto;
  overflow: hidden;
  padding: 25px 10%;
}
.footer_top{
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: auto;
  overflow: hidden;
  border-bottom: 1px solid #828283;
  padding-bottom: 20px;
}
.footer_items{
  text-align: center;
}
.footer_items p{
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}
.footer_items img{
  width: 90px;
}
.footer_text{
  font-size: 14px;
  color: #B8B8B8;
  padding: 1px 10px;
}
.news_swiper_catename_block a{
  text-decoration: none;
}
.page_top{
  width: 100%;
  height: auto;
  overflow: hidden;
}
.page_top img{
  width: 100%;
}
.page_top_info{
  position: absolute;
  /*top: 450px;
  left: 200px;*/
top: 70%;
  left: 10%;
  height: auto;
  overflow: hidden;
  width: 700px;
}
.big_pic_title{
  font-size: 30px;
  color: #fff;
  font-weight: 550;
  margin-bottom: 40px;
}
.big_pic_text{
  color: #fff;
  line-height: 30px;
}
.page_continer_block{
   width: 60%;
   height: auto;
   overflow: hidden;
   padding: 30px 20%;
}
.page_contents{
  padding: 20px 0px;
}
.page_contents a{
  text-decoration: none;
}
.xiaohui_block{
  width: 100%;
  display: none;
  justify-content: center;
  margin-top: -100px;
  position: absolute;
  bottom: -1px;
  z-index: 99999;
}
.szdw_items_block{
   width: 100%;
   /*display: flex;
   justify-content: center;
   align-items: center;*/
}
.szdw_catename{
  background-color: #6C56BA;
  padding: 10px 50px;
  border-radius: 25px;
  color: #fff;
}
.szdw_list_block{
  width: 80%;
  height: auto;
  overflow: hidden;
  margin-left: 10%;
  display: flex;
  flex-wrap: wrap;
  padding: 40px 0px 20px 0px;
}
.szdw_list{
  width: 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
  font-size: 15px;
}
.szdw_list a{
  text-decoration: none;
  color: #000;
}
.news_list_items{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #fff;
  padding: 20px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.news_list_items_left{
  width: 80%;
  height: auto;
  overflow: hidden;
}
.news_list_title{
  font-size: 18px;
  color: #656565;
  margin-bottom: 10px;
}
.news_list_text{
  font-size: 14px;
  color: #999999;
  line-height: 20px;
}
.news_list_items_right{
  width: 20%;
  height: auto;
  overflow: hidden;
  text-align: center;
}
.news_list_date{
  font-size: 24px;
  color: #999999;
  margin-bottom: 20px;
}
.news_list_year{
  color: #999999;
}
.items_cate_name{
  text-align: left;
}
.menu_btn{
  display: none;
}
.zhezhao{
  display: none;
}
.menu_mobile{
  display: none;
}
.zuoyou_block{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.more_items a{
  text-decoration: none;
  color: #705ABB;
}
.img_list_block{
  width: 100%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 0px;
}
.img_list_items{
  /*position: relative;*/
  width: 18%;
  height: auto;
  overflow: hidden;
  margin-right: 1.5%;
  margin-top: 20px;
}
.img_list_items a{
  text-decoration: none;
}
.img_list_items_img{
  width: 100%;
  position: relative;
  padding-top: 100%;
}
.img_list_items img{
  position: absolute;  
  top: 10%;  
  left: 10%;  
  width: 80%; /* 宽度继承自.image-container */  
  height: 80%; /* 保持图片的原始宽高比 */ 
  border-radius: 5px; 
}
.img_list_title{
  width: 100%;
  margin-top: 10px;
  text-align: center;
}
.img_list_title span{
  font-size: 14px;
  color: #999;
  white-space: nowrap; /* 防止文本自动换行 */  
  overflow: hidden; /* 隐藏超出p标签宽度的文本 */  
  text-overflow: ellipsis; /* 在文本被隐藏的地方显示省略号 */  
}
@media screen and (max-width: 800px){
.img_list_items{
    width: 45%;
    margin-right: 5%;
  }
  .continer_items_one{
    display: block;
  }

  .index_small_items{
    width: 96%;
    padding: 10px 2%;
  }
  .news_swiper_block{
    width: 100%;
  }
  .hdmsg_menu{
    display: none;
  }
  .yslj_block{
    width: 96%;
    padding: 10px 2% 10px 2%;
    display: block;
  }
  .yslj_left{
    margin-bottom: 20px;
  }
  .yslj_items{
    width: 50%;
    text-align: center;
    margin-bottom: 30px;
  }
  footer{
    padding: 20px 2%;
  }
  .footer_top{
    display: block;
  }
  .footer_items{
    width: 100%;
  }
  .news_swiper_catename_block{
    display: block;
  }
  .items_cate_name{
    text-align: left;
  }
  .rdyy_block{
    display: block;
  }
  .rdyy_items{
    width: 100%;
    justify-content:start;
  }
  .rdyy_items_nei{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .rdyy_items_nei img{
    width: 20%;
  }
  .hdmsg_items{
    width: 50%;
    height: auto;
    padding-bottom: 10px;
  }
  .hdmsg_items_nei{
    width: 90%;
  }
  .header_top{
    display: none;
  }
  .menu_nav{
    display: none;
  }
  .logo_block{
    width: 70%;
  }
  .menu_btn{
    display: block;
    display: flex;
    justify-content: end;
    align-items: center;
    font-size: 50px;
    color: #fff;
  }
  .zhezhao{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    position: fixed;
    z-index: 99999;
    top: 0px;
    left: 0px;
    display: none;
  }
  .menu_mobile{
    position: fixed;
    right: 0px;
    top: 0px;
    width: 60%;
    background-color: #fff;
    height: 100%;
    z-index: 9999999;
    display: none;
  }
  .menu_mobile a{
    text-decoration: none;
  }
  .mobile_menu_items{
    width: 100%;
    color: #999999;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #EAEAEA;
  }
  .page_top_info{
    display: none;
  }
  .page_continer_block{
    width: 96%;
    padding: 10px 2%;
  }
  .news_list_items{
    display: block;
    padding: 10px 2%;
    width: 96%;
  }
  .news_list_items_left{
    width: 100%;
  }
  .news_list_items_right{
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
  }
  .news_list_date{
    font-size: 14px;
  }
  .news_list_date{
    margin-bottom: 0px;
    padding-right: 10px;
  }
  .page_contents img{
    width: 100% !important;
  }
  .szdw_list{
    width: 33%;
  }
  .szdw_list_block{
    line-height: 60px;
    width: 100%;
    margin-left: 0px;
  }
}