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

body {
  font-family: "Microsoft YaHei", sans-serif;
  background-color: #ffffff;
}
.layui-container{
  padding: 0;
}
@media screen and (min-width:900px) {
  .layui-container {
      width: 1280px !important;
      padding: 0 0 !important;
  }
  .header_main {
      width: 1280px !important;
  }

}
.navtop{
  
  background: linear-gradient(#d30b15, #b0030c);
}
/* 导航栏样式 */
.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 42px;
  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;

}

.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;
}



.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: 1000px;
  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;
}
.fhhd-title{
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid #ccc;
  width: 100%;
  margin: 0 auto;
}

.paragraph_4{
  text-align: center;
  margin-top: 20px;
}
.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;
}

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

.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;
}
@keyframes scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}

.new-bt{
  display: block;
  color: #fff;
  border-radius: 30px;
  width: 130px;
  height: 45px;
  line-height: 45px;
  background: #C61518;
  margin: 0 auto;
  margin-top: 50px;
}
.new-bt-text{
  color: #fff;
}
.new-bt-text:hover{
  animation: zoomText 2s;
}
@keyframes zoomText {
  0% { transform: scale(1); }
  50% { transform: scale(1.3); }
  100% { transform: scale(1); }
}



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

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

.box_20{
  padding-left: 10px;
  color: #fff;
  background-color: rgba(198, 21, 24, 1);
  border-radius: 8px;
  width:96%;
  height: 38px;
  line-height: 38px;
  display: flex;
  justify-content: left;
  align-items: center;
}
#audioPlayer{
  display: none;
}
.text_55{
  width: 250px;
  color: #DEB269;
}
.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;
}
