body{
  background: #fff;
}
.header {
  width: 100%;
  height: 25vw;
  background: #ffffff;
  position: relative;
}
.header .headCon {
  width: 96%;
  margin: 0 auto;
}
.header .headCon .logo {
  width: 78%;
  line-height: 25vw;
}
.header .headCon .logo img {
  width: 100%;
}
.header .headCon .gj {
  margin: 0.7rem 0.1rem 0 0;
}
.header .headCon .gj .search_m {
  float: left;
  display: block;
  width: 0.5rem;
  margin-right: 0.2rem;
}
.header .headCon .gj .search_m img {
  width: 100%;
  height: 100%;
}
.header .headCon .gj .navtoggle {
  float: left;
  width: 0.5rem;
  height: 0.4rem;
  margin-top: 0.05rem;
  background: url(../images/icon_m_menu.png) no-repeat;
  cursor: pointer;
  background-size: 100% 100%;
}
.header .headCon .gj .navclose {
  background-image: url("../images/icon_m_back.png");
}
.header .mainnav_mobile {
  background: #027ad0;
  width: 35vw;
  right: 0;
  top: 25vw;
  overflow: hidden;
  display: none;
  position: absolute;
  z-index: 999;
}
.header .mainnav_mobile li {
  text-align: center;
  position: relative;
  line-height: 0.9rem;
  font-weight: bolder;
  border-bottom: 1px solid #77A9F4;
  font-size: 0.38rem;
  color: #fff;
}
.header .mainnav_mobile li a {
  display: block;
}
.header .mainnav_mobile li:last-child {
  border-bottom: 0;
}
.footer {
  background: #027ad0;
  width: 100%;
  padding: 0.3rem 0;
}
.footer .footerCon {
  margin: 0 auto;
}
.footer .footerCon .footWrap {
  margin-left: 9vw;
}
.footer .footerCon .footWrap img {
  width: 18vw;
}
.footer .footerCon .massage {
  float: none;
  font-size: 0.28rem;
  color: #ffffff;
  line-height: 0.5rem;
}