* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Microsoft YaHei", sans-serif;
  background-color: #ffffff;
}
.layui-container{
  padding: 0;
}

    .layui-container {
     
        padding: 0 0 !important;
    }
    .header_main {
    }
    
@media screen and (max-width:900px) {
   #body{

}
  .layui-container {
   
      padding: 0 0 !important;
  }
  .swiper-slide,.hero-banner{
       height: 300px !important;
  }
  .paragraph_1{
      margin-bottom: 10px;
  }
  .paragraph_1 a{
    height: auto !important;
  }
  .bd ul {
    display: block  !important;
}
.bd ul img {
    width: 100%;
    height: 120px !important;
}
.text_55{
    display: none;
}

  
.new-box{
   display: block !important;
}
.new .layui-col-md12:nth-child(2) .new-box{
  display: grid !important;
  flex-direction: row-reverse;
    flex-wrap: nowrap;
}
.new .layui-col-md12:nth-child(2) .new-text{
   order:2;
  width: 100% !important;
}
.new .layui-col-md12:nth-child(2) .zzjsimg {
    order:1;
  height: 100% !important;
  width: 100% !important;
}
.new-text {
    width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
}
  
}
@media screen and (min-width:900px) {

}
#timeline-controls i{
   font-size: 60px; color: #febc4e;
}
#timeline-prev{
    position: absolute;
    left:0;
    z-index: 10;
    top:45%;
    cursor: pointer;
}

#timeline-next{
    position: absolute;
    right:0;
    z-index: 10;
    top:45%;
    cursor: pointer;
}

.navtop{
  background: linear-gradient(#d30b15, #b0030c);
}

.banner-controls{
    z-index: 10 !important;
    position: relative;
}
.icon-left{
     width: 58px !important;
    height: 28px !important;
    display: block;
    overflow: hidden;
    cursor: pointer;
    
    z-index: 12; /* 确保 z-index 高于其他内容 */
}

.icon-right{
    width: 58px !important;
    height: 28px !important;
    display: block;
    overflow: hidden;
    cursor: pointer;
    
    z-index: 10; /* 确保 z-index 高于其他内容 */
}

.banner-controls .swiper-pagination{
    top: 0 !important;
     z-index: 10; 
}


.swiper-pagination-bullet{
    width: 25px !important;
    height: 25px !important;
    z-index: 10; 
    border:2px solid #fff;
    background:#fff !important;
     opacity: 1 !important;
   box-shadow: 0 0 10px rgba(255, 255, 255, 0.8);
}

.swiper-pagination-bullet-active{
      background:rgba(255, 255, 255, 0) !important;
}
/* 导航栏样式 */
.header {
  background-color: rgba(255,255,255,0.2);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 100;
}


.header_main {
  margin: 0 auto;
  height: 48px;
}

.mobile-nav {
  margin: 0 auto;
  width: 100%;
  top: 0px;
  z-index: 100;
  background: #ffffff
}


.mobile-nav .logo {
  padding-left: 10px;
  float: left;
  margin: 10px 0;
}

.mobile-nav .logo img {
  max-width: 300px;
  width: 90%;
}

.mobile-nav ul {
  right:0px !important;
  left:unset;
  float: right;
  margin-top: 120px;
  width: 100%;
  background: linear-gradient(#d30b15, #b0030c);
  padding: 0 !important;
}

.mobile-nav ul .layui-nav-item {
  line-height: 35px;
}
.mobile-nav ul .layui-nav-child{
  top:0 !important;
}
.mobile-nav ul .layui-nav-item a {
  padding: 0 18px;
  height: 35px !important;
  line-height: 35px !important;
  color: #ffffff;
}

.navmenu {
  float: right;
  font-weight: bold;
  padding-right: 10px;
  font-size: 18px;
  color: #C72015;
  margin-top: 5px;
}


.nav ul {
  padding: 0 !important;
}

.nav ul .layui-nav-item {
  line-height: 48px;
}

.nav ul .layui-nav-item a {
  padding: 0 28px;
  color: #ffffff;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
}

.layui-nav-more, .layui-nav-bar, .layui-nav .layui-this:after {
  display: none;
}

.layui-nav-child {
  border: 0px;
  padding: 0;
  background: #c13f47;
  top: 48px !important;
}

.nav ul .layui-nav-item a:hover {
  color: #ffffff;
  background: #c13f47;
}

.layui-nav-child dd {
  text-align: center;
  color: #ffcfcb;
  border-top: 1px solid #ffcfcb;
}

.layui-nav .layui-nav-child a {
  padding: 0 20px !important;
  font-size: 14px !important;

}
 .swiper{
    --swiper-navigation-color:#febc4e;/* 单独设置按钮颜色 */
    --swiper-navigation-size: 50px;/* 设置按钮大小 */
  }
.header_list {
  float: left;
  height: 48px;
  line-height: 48px;
  margin-left: 0px;
  font-size: 20px;
}

.header_list a {
  color: #fff;
  display: inline-block;
  padding: 0 26px;
  height: 48px;
}

/*.header_list a:hover{border-bottom:3px solid #ac7939;}*/
/*.header_list a.header_listCurrent{border-bottom:3px solid #ac7939;}*/
.header_search {
  float: right;
  width: 48px;
  height: 48px;
  background-color: #b10005;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.header_search img {
  margin-top: 13px;
  width: auto;
  height: auto;
}

.header_searchBox {
  display: none;
}

.header_searchCurrent {
  background: #4d2227;
}

.header_searchCurrent .header_searchBox {
  display: block;
  background: #4d2227;
  position: absolute;
  top: 48px;
  right: 0;
  width: 350px;
  height: 45px;
  z-index: 100;
}

.header_searchBox input {
  float: left;
  width: 250px;
  height: 31px;
  margin-top: 7px;
  border-radius: 4px;
  font-size: 12px;
  text-indent: 1em;
  margin-left: 21px;
}

.header_searchBox .header_searchBtn {
  float: left;
  width: 50px;
  height: 31px;
  border-radius: 4px;
  color: #fff;
  background: #df0023;
  margin-left: 13px;
  line-height: 31px;
  margin-top: 7px;
  font-size: 14px;
  border: unset;
}


.top_search {
  float: right;
  margin-top: 0px;
  text-align: center;
  position: relative;
  cursor: pointer;
}

.top_search i {
  color: #df0023;
  font-size: 16px;
}

.top_search input {
  width: 70%;
  height: 30px;
  border-radius: 4px;
  font-size: 12px;
  text-indent: 1em;
  margin-left: 21px;
}
.top_search .header_searchBtn{
  float: left;
  width: 50px;
  height: 31px;
  border-radius: 4px;
  color: #fff;
  background: #df0023;
  margin-left: 13px;
  line-height: 31px;
  margin-top: 7px;
  font-size: 14px;
  border: unset;
}

.search_Box{

}
.show_search {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0px;
  display: block;
  background: #ffffff;
  width: 98%;
  padding:0px 1%;
  height: 38px;
  z-index: 100;
}
.search_Box input {
  float: left;
  width: 85%;
  height: 38px;
  border-radius: 0px;
  font-size: 12px;
  text-indent: 2em;
  border: 0;
  border-right:1px solid #cccccc;
}

.search_Box .header_searchBtn {
  width: 15%;
  height: 35px;
  margin-top: 3px;
  border-radius: 4px;
  color: #fff;
  background: #fff;
  margin-left: 0px;
  line-height: 35px;
  font-size: 14px;
  border: unset;
}

.zzjsmore{
    text-align: right;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 10px;
}
.zzjsmore span{
    font-size: 20px;
}

.search-icon {
  font-size: 20px;
  color: #666;
  cursor: pointer;
}

/* 英雄横幅 */
.hero-banner {
  position: relative;
  background: linear-gradient(135deg, #d32f2f 0%, #b71c1c 100%);
  overflow: hidden;
  width: 100%;
  height: 100vh;
}


.banner-controls {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 10;
  transform: translateX(-50%);
  display: flex;
  gap: 100px;
}

.banner-controls .layui-icon {
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  background-color: rgba(255,255,255,0.2);
  border-radius: 50%;
  padding: 5px;
  z-index: 11;
  transition: background-color 0.3s;
}

.banner-controls .layui-icon:hover {
  background-color: rgba(255,255,255,0.4);
}

.banner-list{
  width: 100%;
  height: 100%;
  display: block;
}
.banner-list a{
  width: 100%;
  height: 100%;
  display: block;
}


.about{
  text-align: center;
}

.about img{
  width: 60%;
  text-align: center;
  margin: 50px auto;
}
.fhgk-desc{
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 140%;
  text-indent: 2em;
  
}
.fhhd-title{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  width: 100%;
  margin: 0 auto;
  height: 55px;
  display: block;
  padding-bottom: 5px;
}
.fhhd-title a{
}
.paragraph_4{
  text-align: left;
  margin-top: 10px;
}
.fhhd-box{
  margin: 20px 0;
  padding: 0 5%;
  border-right: 1px solid #ccc;
}
.last{
  border-right: none !important;
}
.timeline{
  position: relative;
}

.bg{
  background-image: url('../images/nsz/bg.jpg');
  background-color: #666;
  background-size: 100% auto;
  background-position: top;
  padding: 50px 0 100px;
}
.new{
  padding:0;
  background: #fff;
}

.new-box{
  display: flex;
  justify-self: space-between;
  text-align: center;
}



.text_52{
  font-size: 21px;
  font-weight: bold;
  width: 200px;
  padding-bottom: 10px;
  border-bottom: 2px solid #ccc;
  margin: 20px auto;
}

.text_56 {
  display: inline-block;
  width:100%; /* 设置容器宽度 */
  white-space: nowrap;
  animation: scroll 120s linear infinite;
  font-weight: bold;
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

@keyframes zoomText {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}

.zzjsimg{
  width: 50%;
  overflow: hidden;
  height: 310px;
}
.zzjsimg img{
  width: 100%;
 height: 100%;
}

.new-text{
  width: 50%;
  height: 310px;
  text-align: center;
}

.new-bt{
  display: block;
  color: #fff;
  border-radius: 30px;
  width: 130px;
  height: 45px;
  line-height: 45px;
  background: #C61518;
  margin: 0 auto;
  margin-top: 0px;
}
.new-bt-text{
    font-weight: bold;
  color: #fff;
}
.new-bt-text:hover{
  animation: zoomText 2s;
}

.paly{
  display: flex;
  margin:10px auto;
}
.image_18{
  width: 45px;
}
.text-paly{
  overflow: hidden;
  height: 38px;
  line-height: 38px;
}
.paragraph_1 a{
    display: block;
  height: 35px;
  font-weight: bold;
}

.box_20{
  padding-left: 10px;
  color: #fff;
  background-color: rgba(198, 21, 24, 1);
  border-radius: 8px;
  width:100%;
  height: 38px;
  line-height: 38px;
  display: flex;
  justify-content: left;
  align-items: center;
}
#audioPlayer{
  display: none;
}
.text_55{
  width: 160px;
  font-size:16px;
  color: #febc4e;
  font-weight: bold;
}
.playbt{
  height: 20px;
  cursor: pointer;
  margin-right: 10px;
}

.bd ul{
  margin:35px 0;
  display: flex;
}
.bd ul li{
  padding: 5px;
}
.bd ul img{
  width: 100%;
  height: 80px;
}

/*footer*/
.footer {
  height: 168px;
  background: #f6f6f6;
  border-top: 1px solid #e5e5e5;
  clear: both;
  margin-top: 10px;
  text-align: center;
  color: #7f7f7f;
  font-size: 12px;
}

.footer_tip {
  line-height: 25px;
}

.footer_tip a {
  color: #7f7f7f;
}

.footer_sign {
  margin-top: 40px;
  height: 40px;
}

.footer_sign span {
  margin-left: 4px;
}
