
.header-container {
  position: fixed;
  z-index: 10005;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  -webkit-transition: all .5s;
  transition: all .5s;
  color: #fff;
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.header-container-hover {
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
  /* background: rgba(225, 0, 0, 0.8); */
  background: rgba(0,0,0,.8);
}



.topBox{
  position: absolute;
  /* top:20px; */
  left:50%;
  width: 100%;
  height: 60px;
  transform: translate(-50%,0);
  display:flex;
  z-index:99;
  justify-content: space-between;
  align-items: center;
}
.topBox a {
  color: #fff;
}
.topBox a:hover {
  color: #df2c25;
}

.topBox .navLogo {
  display: flex;
  align-items: center;
  cursor: pointer;
  margin-left: 0.4rem;
  z-index: 999;
}
.topBox .navLogo .logo {
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
}
.topBox .navLogo .logo .img {
  width: 100%;
  height: 100%;
  background: url(../images/logo.png) no-repeat center;
  background-size: 80%;
}

.topBox .navLogo h2 {
  font-size: 18px;
  margin-left: 5px;
  color: #fff;
}


.topBox .navList{
  display: flex;
  width: 244px;
  justify-content: space-around;
  color: #fff;
  font-size: 16px;
}
.topBox .navList > li{
  flex:1;
  text-align: center;
}
.topBox .navList > li > a{
  display: inline-block;
  padding: 10px 0;
  width: 100%;
}

.topBox .navList .product{
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.topBox .navList .product:hover{
  color: #df2c25;
}
.guidePop{
  position: absolute;
    right: -71px;
    top: 40px;
    padding: 20px;
    border-radius: 5px;
    background: #fff;
    color: #fff;
    z-index: 999;
    /* width: 100px; */
    display: none;
    cursor:default;
}
.topBox .navList .product:hover .guidePop{
  display: block;
}
.guidePop::before{
  position: absolute;
  left:20px;
  top:-16px;
  width:0;
  height:0;
  border: 8px solid transparent;
  border-bottom-color: #fff;
  content:'';
}
.guidePop ul{
  color: #333;
}
.guidePop ul li{
  margin-bottom: 10px;
  text-align: left!important;
}
.guidePop ul li a{
  display: block;
  padding: 10px 0;
  color: #000;
}
.guidePop ul li:hover{
  color:#df2c25;
}
.guidePop ul h5{
  font-size: 16px;
  font-style: normal;
}
.guidePop ul p{
  color: #999;
  font-size: 12px;
  margin-top: 5px;
}







.navBox{
  position: absolute;
  right: 0rem;
  z-index: 2;
  padding: 22px 0.4rem 22px 65%;
}
.navBox .navLogo1{
  width:20px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 89898;
  position: relative;
}
.navBox .navLogo1 span{
  display: block;
  width: 20px;
  height: 2px;
  background: #fff;
  transition:all .4s ease;
}
.navBox .navLogo1 #up.active{
  transform: rotate(-45deg) translate(0,10px);
  /* transform-origin:left; */
  transition: transform .4s ease, top .4s ease, background .2s ease, -webkit-transform .4s ease
}
.navBox .navLogo1 #down.active{
  transform: rotate(45deg) translate(0,-10px);
  /* transform-origin:right; */
  transition: transform .4s ease, top .4s ease, background .2s ease, -webkit-transform .4s ease
}









.page02{
  display: none;
  width: 7.5rem;
  position: absolute;
  right:0rem;
  top:0rem;
  z-index: 999;
  background: rgba(225, 0, 0, 0.8);
}
.page02 .logoBox{
  position: relative;
  padding: 0 0.4rem;
  height: 1.84rem;
  display: flex;
  align-items:center;
  justify-content: space-between;
}




.listBox .item{
  border-top: 1px solid #ec4242;
  color: #fff;
  font-size: 0.32rem;
}
.listBox .item .title{
  height: 1.1rem;
  line-height: 1.1rem;
  padding: 0 0.4rem;
}
.listBox .item ul{
  display: none;
  padding: 0 0.4rem;
  background: #fff;
  color: #333;
}
.listBox .item ul li{
  padding: 0.3rem 0;
  font-size: 0.28rem;
  color: #999;
}
.listBox .item ul li h5{
  font-size: 0.4rem;
  color: #333;
  margin-bottom: 0.1rem;
}
.listBox .item dl{
  padding: 0.1rem 0.4rem;
  background: #fff;
  color: #333;

}








.consult {
  padding: 0.8rem 0.4rem;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: rgb(245, 245, 245);
}

.consult .desc {
  font-size: 0.4rem;
  line-height: 0.66rem;
  text-align: justify;
}

.consult .btn {
  color: rgba(225, 0, 0, 0.8);
  line-height: 0.8rem;
  border: 0.06rem solid rgba(225, 0, 0, 0.8);
  border-radius: 0.1rem;
  display: block;
  cursor: pointer;
  width: 4rem;
  text-align: center;
  font-size: 0.4rem;
  font-weight: 600;
  box-sizing: border-box;
  margin: 0.4rem auto 0;
}

.consult .scanTips {
  font-size: 0.4rem;
  line-height: 0.66rem;
  text-align: center;
  margin-top: 0.4rem;
}

.consult .miniprogramCode {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.3rem;
  height: 3.3rem;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto;
}








.footer{
  padding: 0.8rem 0 0;
  font-size: 0.32rem;
}
.footer .logo2{
  width: 2.6rem;
  height: 1.21rem;
  margin-left: 0.5rem;
}
.footer .footerLogo {
  display: flex;
  align-items: center;
  width: 2.6rem;
  height: 1.21rem;
  margin-left: 0.3rem;
}
.footer .footerLogo .logo {
  width: 1.21rem;
  height: 1.21rem;
  background-color: #fff;
  border-radius: 50%;
}
.footer .footerLogo .logo .img {
  width: 100%;
  height: 100%;
  background: url(../images/logo.png) no-repeat center;
  background-size: 80%;
}

.footer .footerLogo h2 {
  font-size: 0.4rem;
  color: rgba(225, 0, 0, 0.8);
}
.footer .top{
  line-height: 0.54rem;
  color: #333;
  padding: 0 0.4rem;
}
.footer .center{
  display: flex;
  padding:0.8rem 0.4rem;
  border-bottom: 1px solid #e5e5e5;
}
.footer .center .item{
  display: flex;
  flex-direction: column;
  width: 3.35rem;
  font-size: 0.28rem;
}
.footer .center .item a{
  margin-top: 0.1rem;
}
.footer .center .item strong{
  font-size: 0.36rem;
  margin-bottom: 0.1rem;
}
.footer .center .item span{
  margin-top: 0.2rem;
}
.footer .end{
  padding: 0.4rem;
  color: #999;
  font-size: 0.27rem;
  background: #eee;
}
.footer .end p{
  word-break: break-all;
}


