@font-face {
  font-family: 'fzxbs';
  src: url(/2024/fonts/fzxbsjt.ttf);
}
@font-face {
  font-family: 'fzfs';
  src: url(/2024/fonts/fzfsgbl.woff);
}
@font-face {
  font-family: 'fzht';
  src: url(/2024/fonts/gzht.woff);
}
@font-face {
  font-family: 'hydsj';
  src: url(/2024/fonts/hydsj.TTF);
  src: url(/2024/fonts/HYa4gj.woff);
  src: url(/2024/fonts/HYa4gj.woff2);
}
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ */
.top{
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0));  
  border-top: 10px solid #a40000;
  padding: 0 2%;
}
.top_start{
  display: flex;
  justify-content: end;
  /* padding-top: .2rem; */
  margin-top: 16px;
  transition: all .3s;
}
.top_link{
  height: 24px;
}
.top_link ul{
  display: flex;
  overflow: hidden;
  align-items: center;
  height: 100%;
}
.top_link ul li a{
  color: #fff;
  font-size: 19px;
  border-right: 1px solid #fff;
  padding: 0 10px;
  display: block;
  white-space: nowrap;
}
 
.topNav{
  display: flex;
  justify-content: space-between;
}

/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â  */
.search{
  margin-left: 10px;
}
.search-btn{
  width: 23px;
  vertical-align: top;
  height: 23px;
  cursor: pointer;
  background: url(/2024/img/search.png) no-repeat center center;
}
.search-text{
  background: #fff;
  width: 0px;
  height: 23px;
  vertical-align: top;
  padding: 0 0px;
  color: #000;
  transition: all .3s;
}


/* logo */
.logo{
  display: block;
  /* width: 4.39rem; */
}
.logo img{
  width: 100%;
  height: auto;
}
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¯ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Âª */
.navUl{
  display: flex;
  justify-content: start;
  align-items: center;
}
.navUl>li{
  margin: 0 21px;
  position: relative;
}
.subNav{
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 100%;
  background: rgba(255, 255, 255, 0.5);
  transform: translate(-50%, 0);
  opacity: 0;
  visibility: hidden;
  transition: all .3s;
}
.navUl>li:hover .subNav{
  opacity: 1;
  top: 80%;
  visibility: visible;
  border-top: 4px solid #a40000;
  transform: (-50%, 0);
}
.subNav li a {
  display: block;
  white-space: nowrap;
  line-height: 45px;
  padding: 0 32px;
}
.subNav li a:hover{
  background: #e1c28b;
  color: #fff;
}

.navUl>li:last-child{
  margin-right: 0;
}
.navUl>li>a{
  color: #fff;
  line-height: 76px;
  font-weight: 600;
  font-size: 18px;
  white-space: nowrap;
  display: block;
  letter-spacing: 1px;
}
/* hoverÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â» ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¼ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â§ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ */
.navUl>li>a>span{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.navUl>li>a>span>span{
  display: block;
  -webkit-transition: opacity .4s,-webkit-transform .4s;
  transition: opacity .4s,-webkit-transform .4s;
  -o-transition: transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s,-webkit-transform .4s;
}
.navUl>li:hover>a>span>span{
  -webkit-transform: translateY(-12px);
  -ms-transform: translateY(-12px);
  transform: translateY(-12px);
  opacity: 0;
}
.navUl>li a>span:after{
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(12px);
  -ms-transform: translateY(12px);
  transform: translateY(12px);
  opacity: 0;
  -webkit-transition: opacity .4s,-webkit-transform .4s;
  transition: opacity .4s,-webkit-transform .4s;
  -o-transition: transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s;
  transition: transform .4s,opacity .4s,-webkit-transform .4s;
}
.navUl>li:hover>a>span:after{
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
/* hoverÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â€šÂ¬Ã‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¤ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â» ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ */
.top-header {
  transition: background-color 0.3s ease; /* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¥ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â³ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¿ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã¢â‚¬Â¹ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¾ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œ */
}

.top-header.scrolled {
  background: #a40000;
  padding-bottom: 10px;

}
.scrolled .top_start{
  margin-top: 0;
}
/* ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¶ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â©ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â§ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¸ */
.footer_wrapper{
  background: #b51f1d;
  position: relative;
}
.footer{
  background: url(/2024/img/footer_bg.jpg)no-repeat;
  background-size: 100% 100%;
}
.footer>div{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 120px 0;
}
.footer>p, .footer>p a{
  color: #fff;
  font-size: 18px;
  text-align: center;
  line-height: 65px;
}
.detail p{
  color: #fff;
  font-size: 18px;
  line-height: 35px;
}
.detail p a{
    color: white;
}
.nav-btn{
  display: none;
}
.nav-btn .icon-bar-nav {
  display: block;
  width: 30px;
  height: 3px;
  border-radius: 1px;
  background-color: #fff;
}

.nav-btn .icon-bar-nav+.icon-bar-nav {
  margin-top: 6px;
}
.xx_2, .xx_2_xx{
  display: none;
}
.navUl_phone{
  display: none;
  width: 100%;
}
.quick_links{
  display: none;
  padding: 20px 40px;
  padding-top: 35px;
  /* background: rgba(255,255,255,0.8); */
  position: relative;
  z-index: 2;
  /* border-top-left-radius: 30px; */
  /* border-top-right-radius: 30px; */
}
.quick_links ul{
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.quick_links ul a{
  display: block;
  color: #fff;
}
.quick_links ul li:hover img{
  -webkit-animation: jello-horizontal 0.9s both;
	        animation: jello-horizontal 0.9s both;
}
.quick_links ul a p{
  font-size: 18px;
  margin-top: 5px;
}
.quick_links ul a img{
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) and (max-width: 1600px) {
  html, body{
    min-width: 1100px;
  }
  .navUl{
    width: 1095px;
  }
  .navUl>li{
    margin: 0 9px;
  }
  .footer>div{
    padding: 50px 0;
  }
  .footer .xx{
    width: 42%;
  }
  .footer .xx img{
    display: block;
    width: 100%;
  }
  .detail p{
    font-size: 16px;
    line-height: 29px;
  }
  .footer>p, .footer>p a{
    font-size: 14px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1000px) {
   .xx{
    display: none;
   }
   .top_start{
    display: none;
   }
  .nav-btn{
    display: block;
    position: absolute;
    right: 0px;
    top: 10px;
    background: none;
  }
  html,body{
    width: 100%;
    min-width: 100%;
  }
  .w-100{
    min-width: 100%;
    min-width: unset;
  }
  .quick_links{
    display: block;
    padding: 10px 11%;
    padding-top: 10px;
  }
  .quick_links ul{
    flex-wrap: wrap;
    justify-content: start;
  }
  .quick_links ul li{
    margin-left: 15px;
  }
  .quick_links ul a div{
    display: flex;
    align-items: center;
    height: 48px;
  }
  .quick_links ul a div img{
    width: 38px;
  }
  .quick_links ul a p{
    color: #fff;
    margin-top: 13px;
  }
  .w{width: 100%;  margin: 0 auto; min-width: 100%; padding: 0 2%;}
  .w-1920{
    width: 100%;
    min-width: 100%;
  }
  .topNav{
    margin-top: 5px;
    display: block;
    position: relative;
  }
  .navUl{
    width: 100%;
    display: none;
  }
  .navUl_phone{
    background: #a40000;
    width: 100%;
    padding-top: 60px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 5;
    overflow-y: scroll;
    height: 100%;
    display: none;
  }
  .navUl_phone .navUl{
    display: block;
  }
  .navUl_phone .search-text{
    display: block;
  }
  .navUl_phone .txt{
    line-height: 37px;
    padding: 0 10px;
    width: 65%;
    border-radius: 0;
  }
  .navUl_phone .btn{
    line-height: 37px;
    color: #fff;
    background: #ff9f9f;
    padding: 0 20px;
    border-radius: 0px;
  }
  .navUl_phone .search{
    margin: 20px auto;
    text-align: center;
  }
  .logo{
    height: 45px;
  }
  .logo img{
    height: 100%;
    width: auto;
  }
  
  .top{
    border-top: 4px solid #a40000;
    position: fixed;
  }
  .scrolled{
  }
  .top_start{
    margin-top: 5px;
  }
  .top_link ul li a{
    font-size: 14px;
  }
  .navUl>li{
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .navUl>li>a{
    display: inline-block;
    font-weight: 300;
    font-size: 18px;
    line-height: 45px;
  }
  .subNav{
    position: unset;
    transform: unset;
    display: none;
  }
  .subNav li a{
    display: block;
    white-space: nowrap;
    line-height: 31px;
    padding: 0 7px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  .navUl>li:hover .subNav{
    display: block;
  }
  .xx img{
    width: 74%;
    margin: 0 auto;
  }
  .footer>div{
    display: block;
    transform: none;
    padding: 20px 0;
  }
  .footer>p, .footer>p a{
    font-size: 14px;
    line-height: 27px;
  }
  .footer>p{
    background: #cd222b;
    line-height: 16px;
    font-size: 12px;
    padding: 14px 10px;
  }
  .footer>p a{
    line-height: 16px;
    font-size: 12px;
  }
  .detail p{
    font-size: 13px;
    line-height: 20px;
    text-align: center;
  }
  .detail{
    padding: 0 2%;
    margin-top: 10px;
  }
  .detail p span{
    display: block;
    font-weight: 600;
  }
  .detail p span i{
    display: none;
  }
  .footer{
    background: url(/2024/img/footer_bg_phone.jpg)no-repeat;
    background-size: 100%;
    background-color: #d64a2e;
  }
  .xx_2{
    display: block;
    width: 258px;
    margin: 0 auto;
  }
  .xx_2 img{
    display: block;
    width: 100%;
  }
  .xx_2_xx{
    display: block;
    width: 89%;
    margin: 0 auto;
    margin-top: 15px;
  }
  .xx_2_xx img{
    display: block;
    width: 100%;
  }
}