header {
  height: 6.25rem;
  background-color: #f0f3f3;
  position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 1111111;
}
header .navbox {
  height: 100%;
  text-align: center;
}

header .navbox > h1 a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
header .navbox > h1 a img {
  width: 100%;
  height: 100%;
}
header .navbox .pub_menu {
  display: none;
}
header .navbox .nav > li {
  flex: 1;
  font-size: 1rem;
  font-weight: 600;
}
header .navbox .nav > li > a {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
header .navbox .nav > li > a::after {
  bottom: 1.5rem;
  height: 0.1875rem;
  width: 2.5rem; transform:translateX(-50%); left:50%;
  background-color: var(--cColor);
}
header .navbox .nav > li > a:hover {
  background-color: #f0f3f3;
}
header .navbox .nav > li > a:hover::after {
  content: '';
  position: absolute;
}
header .navbox .nav > li.active a {
  color: var(--lColor);
}
header .navbox .nav > li.active a::after {
  content: '';
  position: absolute;
  bottom: 1.5rem;
  height: 0.1875rem;
  width: 2.5rem;
  background-color: var(--cColor);
}
.m-nav{ display:none;}

footer {
  background-color: #0f599a;
  color: #c1c1c1;
  padding: 1rem 0; height:180px;
}
footer .foot_left{ width:85%; float:left;}
footer .foot_right{ width:15%; float:right;}
.footer_nav_list{ height:30px; line-height:30px; clear:both; margin-bottom:60px;	}
.qrcode{ width:80%; text-align:center;}
.footer_nav_item{ width:16%; float:left; text-align:center;}
.foot_left a{ color:#fff;}
.ylink{ height:30px;}
.beian{ line-height:30px; text-align:center;}
.beian2{ display:none;}

footer .footer_nav .footer_nav_list {
  display: flex;
  justify-content: space-evenly;
}
footer .footer_nav .footer_nav_list .footer_nav_item a {
  color: #c1c1c1;
  font-size: 1rem;
  line-height: 2rem;
}
footer .footer_nav .footer_nav_list .footer_nav_item a:hover {
  color: #fff;
}
footer .footer_nav{position: relative;}
footer .footer_nav .beian {
  display: flex;position: absolute;
    top: 6rem; text-align:center;
  justify-content: center; width:100%;
}
footer .footer_nav .ylink{ text-align:left; width:100%;display: flex;position: absolute;
    top: 4rem;}
footer .footer_nav .ylink a{color: #c1c1c1; padding-right:1rem;}
footer .footer_nav .beian a {
  color: #c1c1c1;
  padding-left: 1rem;
}
footer .footer_nav .qrcode {
  text-align: center;
}
footer .footer_nav .qrcode img {
  width: 120px;
  height: 120px;
  background-color: #000;
  margin-bottom: 0.625rem;
}
@media screen and (max-width: 800px) {
  header {
    height: 3.89rem;
  /*position: static;*/
  
  }
  header .navbox {
    display: flex;
    position: relative;
  }
  header .navbox h1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .navbox h1 a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header .navbox h1 a img {
    width: auto;
    height: auto;
  }
  header .navbox .nav {
    display: none;
	 
  }
  header .navbox .pub_menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 4.376rem;
    position: absolute;
    right: 0;
    height: 100%;
  }
  header .navbox .pub_menu span {
    width: 1.875rem;
    height: 0.25rem;
    background-color: var(--lColor);
  }
  header .navbox .pub_menu span:nth-child(2) {
    margin: 0.3125rem 0;
  }
  .m-nav{
   background-color: rgba(255, 255, 255, .9);
    overflow: hidden;
    display: block;
    position: fixed;
    top: 0px;
    width: 100%;
    height: 0;
    z-index: 666;
    margin-top: 3.89rem;
    margin-bottom: -3.89rem;
  }
  .m-nav > li {
    text-align: center;
    border-bottom: 1px dashed #ccc;
    margin: 0 50px;
  }
  .m-nav > li:last-child {
    border-bottom: none;
  }
  .m-nav > li a {
    line-height: 3rem;
    font-size: 16px;
   /* font-weight: 600;*/
    color: var(--lColor);
  }
footer{ height: auto;}
footer a{ color:#fff;}
  footer .foot_left{ display:none;}
footer .foot_right{ width:100%;background-color: #0f599a;}
.footer_nav_list{display:none;}
.qrcode{ width:50%; text-align:center; margin:0 auto;}
.foot_left a{ color:#fff;}
.ylink{ display:none;}
.beian{ line-height:30px; text-align:center;}
.beian{ display:none;}
.beian2{ display:block; text-align:center;}
  footer .footer_nav .footer_nav_list {
    margin-bottom: 1rem;
    flex-wrap: wrap;
  }
  footer .footer_nav .footer_nav_list .footer_nav_item {
    display: none;
  }
  footer .footer_nav .footer_nav_list .footer_nav_item:last-child {
    display: block;
  }
  footer .footer_nav .beian {
    flex-direction: column; top:auto;
    text-align: center; position:relative;
  }
    footer .footer_nav .ylink { display:none;}
}
.y-hidden {
  overflow-y: hidden;
}
