html {
  font-size: 100px;
  max-width: 640px;
  font-family: "Microsoft YaHei";
  margin: 0 auto !important;
}

@media screen and (min-width: 0px) and (max-width: 639px) {
  html {
    font-size: calc(100vw/640*100);
  }
}

body {
  width: 100%;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}

/* 页头开始 */
.header-new {
  width: 100%;
  height: 0.87rem;
  background-color: white;
  display: flex;
  align-items: center;
  background-color: rgb(245, 244, 244);
  padding-left: 0.2rem;
  box-sizing: border-box;
}

.header-new a {
  display: flex;
}

.header-new .jlogo {
  width: 1.85rem;
  height: 0.38rem;
  margin-right: 0.26rem;
}

.header-new .jipone {
  width: 2.43rem;
  height: 0.24rem;
  /* 8.6改 */
  /* margin-right: 0.47rem; */
}

.header-new .jsearch {
  width: 0.32rem;
  height: 0.33rem;
  /* 8.6改 */
  /* margin-right: 0.28rem; */
  margin: 0 0.38rem 0 0.38rem;
}

.header-new .jnav {
  width: 0.36rem;
  height: 0.28rem;
}

/* 弹出内容 */
.navbt_box {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.25rem;
  width: 100%;
  max-width: 640px;
  height: 100%;
  background: rgba(255, 255, 255, 0.98);
  margin: 0 auto;
  box-sizing: border-box;
}

.navbt_box .logo img {
  width: 2.06rem;
  height: 0.43rem;
}

.navbt_box .top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.navbt_box .top .logo {
  width: 2.06rem;
  display: block;
  float: left;
  line-height: 0;
}

.navbt_box .top .guanbi {
  display: flex;
  width: 0.28rem;
  height: 0.25rem;
  margin-top: 0.1rem;
}

.navbt_box .navbt_tab {
  margin-top: 0.3rem;
}

.navbt_box .navbt_tab li {
  float: left;
  width: 1.8rem;
  height: 1.2rem;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 0.24rem;
  padding-top: 0.7rem;
  margin-right: 0.25rem;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0.3rem;
}

.navbt_box .navbt_tab .lic:before {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.18rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0.33rem;
  height: 0.18rem;
}

.navbt_box .navbt_tab li:last-child {
  margin-right: 0;
}

.navbt_box .navbt_tab li.li1 {
  background: url('../img/dh_icon1.jpg') no-repeat center center / cover;
}

.navbt_box .navbt_tab li.li1:before {
  background: url('../img/b_icon1.png') no-repeat center center / cover;
}

.navbt_box .navbt_tab li.li2 {
  background: url('../img/dh_icon2.jpg') no-repeat center center / cover;
}

.navbt_box .navbt_tab li.li2:before {
  background: url('../img/b_icon2.png') no-repeat center center / cover;
}

.navbt_box .navbt_tab li.li3 {
  background: url('../img/dh_icon3.jpg') no-repeat center center / cover;
}

.navbt_box .navbt_tab li.li3:before {
  background: url('../img/b_icon3.png') no-repeat center center / cover;
}

.navbt_box .navbt_tab li.cur:before {
  display: block;
}

.navbt_box .navbt_con {
  margin-top: 0 !important;
}

.navbt_box .navbt_con ul li {
  float: left;
  width: 1.8rem;
  margin-right: 0.25rem;
  margin-bottom: 0.25rem;
  background: #474e5e;
  height: 0.7rem;
  line-height: 0.7rem;
  font-size: 0.24rem;
  text-align: center;
}

.navbt_box .navbt_con ul li:nth-child(3n) {
  margin-right: 0;
}

.navbt_box .navbt_con ul li a {
  display: block;
  color: #fff;
}


/* 页脚开始 */
.footer90 {
  width: 100%;
  height: 0.9rem;
}

.footer-new {
  width: 100%;
  max-width: 640px;
  height: 0.9rem;
  display: flex;
  position: fixed;
  bottom: 0;
  z-index: 8;
  box-shadow: 0 -0.03rem 0.1rem rgba(40, 40, 40, .35);
  display: flex;
}

.footer-new .footer-new-item {
   /* width: 1.81rem; */
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0.12rem 0 0.1rem;
  box-sizing: border-box;
  background-color: rgb(221, 23, 33);
}

.footer-new-item .footerimg {
  width: 100%;

  height: 0.32rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-new a:nth-child(1) img {
  width: 0.27rem;
}

.footer-new a:nth-child(2) img {
  width: 0.37rem;
}

.footer-new a:nth-child(3) img {
  width: 0.3rem;
}

.footer-new-item span {
  max-width: 640px;
  font-size: 0.24rem;
  color:white;
  text-transform: uppercase;
  line-height: 1;
}

.footercenter {
/*   width: 2.81rem !important; */
  /*  background-color: rgb(77, 115, 192) !important;*/
background-color: rgb(173, 16, 24) !important;
  box-shadow: 0rem 0.14rem 0.0574rem 0.0126rem rgba(249, 240, 240, 0.35);
}

.footercenter span {
  color: white !important;
}

.footer-new>a{
flex:1;