.wrapper {
  max-width: 10rem;
  margin: 0 auto;
  overflow: hidden;
}
.wrapper_box {
  transition: width 0.3s;
}
.wrapper_box {
  max-width: 10rem;
  overflow: hidden;
}
.pc-show {
  display: none;
}
/* .bg_blue_05305c {
  background-color: #05305c;
  width: 100%;
}
.bg_grey_f2f4f7 {
  background-color: #f2f4f7;
  width: 100%;
} */
a:hover {
  color: #05305c;
}
/* .fl {
  float: left;
}
.fr {
  float: right;
}
.tac {
  text-align: center;
} */

/* 头部 */
.top_bar {
  height: 1.26rem;
  overflow: hidden;
  display: flex;
  background-color: #fff;
  align-content: space-between;
}
.top_bar .logo {
  display: block;
  margin-top: 0.3rem;
  height: 0.746rem;
}
.top_bar .logo img {
  height: 0.746rem;
}
.logo-pc {
  display: none;
}
.menu-m {
  width: 1.06rem;
  height: 1.26rem;
  background: url(../images/menu-m.jpg) no-repeat 0 0;
  background-size: cover;
}
.top_bar .line {
  width: 1px;
  overflow: hidden;
  background-color: #333;
  height: 0.6rem;
  margin: 0.3rem 0.3rem 0;
}
.top_bar h1 {
  color: #333;
  line-height: 0.34rem;
  padding-top: 0.3rem;
}
.top_bar_phone {
  line-height: 1.26rem;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  margin-left: auto;
  padding-right: 0.3rem;
}
.top_bar_phone i {
  display: block;
  width: 0.186rem;
  height: 0.186rem;
  background: url(../images/icon-phone-m.jpg) no-repeat;
  background-size: 0.186rem 0.186rem;
}
.top_bar_phone i::after {
  content: "";
  height: 0.24rem;
  background-color: #333;
  width: 1px;
  overflow: hidden;
  position: absolute;
  left: 0.3rem;
  top: 0.5rem;
}
.top_bar_phone p {
  font-weight: bold;
  color: #333;
  font-size: 0.3rem;
  padding-left: 0.26rem;
}
.language {
  font-size: 0.24rem;
  color: #333;
  position: absolute;
  right: 0.2rem;
  z-index: 9999;
}
.language a {
  font-size: 0.3rem;
  color: #333;
}

/* 导航 */
.nav_bar {
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  background-color: #fff;
  padding: 0.5rem;
  display: none;
}
.nav_bar_close {
  width: 0.466rem;
  height: 0.466rem;
  background: url(../images/close.jpg) no-repeat;
  background-size: 100% 100%;
  margin-bottom: 0.5rem;
}
.nav_first_list {
  line-height: 1rem;
  text-align: center;
}
.nav_first_list_a {
  color: #333;
  font-size: 0.4rem;
  text-align: left;
  font-weight: bold;
  display: block;
}
.nav_first_list_a:hover {
  color: #05305c;
}
.nav_first_list ul {
  background-color: #fff;
}
.nav_first_list ul li.nav_first_list {
  height: 1rem;
  line-height: 1rem;
  padding: 0 0.1rem;
  font-weight: normal;
}
.nav_first_list ul li.nav_first_list a {
  color: #333;
  display: block;
  font-weight: normal;
  font-size: 0.35rem;
}

/* 页脚 */
.footer-pc {
  display: none;
}
.footer {
  padding: 0.4rem;
  overflow: hidden;
  background-color: #05305c;
  position: relative;
}
.footer .top_bar_phone {
  line-height: 0.5rem;
  display: flex;
}
.footer .top_bar_phone i {
  background: url(../images/icon-phone.png) no-repeat;
  background-size: contain;
}
.footer .top_bar_phone i::after {
  top: 6px;
}
.footer .top_bar_phone p {
  color: #fff;
}
.ewm {
  width: 1.94rem;
  height: 1.94rem;
  position: absolute;
  right: 0.4rem;
  bottom: 0.3rem;
}
.ewm img {
  width: 1.94rem;
  height: 1.94rem;
}
.footer_bottom {
  color: #fff;
  padding-top: 0.1rem;
}
.footer_bottom p {
  padding-bottom: 0.2rem;
}
.footer_bottom p a {
  color: #fff;
}