.header {
  width: 100%;
  margin: 0 auto;
  height: 2.625rem;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
}
.header .m-img {
  position: absolute;
  left: 0.75rem;
  width: 1.375rem;
  height: 1.375rem;
}
.header .logo {
  width: 6.3125rem;
  height: 2.0313rem;
  margin: 0 auto;
}
.header .logo img {
  width: 100%;
  height: 100%;
}
.toTop {
  width: 50px;
  height: 50px;
  display: none;
}
.toTop img {
  width: 100%;
  height: 100%;
}
.menu {
  margin: 0 auto;
  display: none;
  position: absolute;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
}
.menu .heade {
  background-color: #0c624f;
  /* height: 4.0938rem; */
}
.menu .heade .back {
  width: 30%;
  height: 4.0313rem;
}
.menu .heade .back img {
  width: 0.7188rem;
  height: 1.2188rem;
  margin-left: 2.1563rem;
  margin-top: 1.1563rem;
}
.menu .list {
  color: #fff;
}
.menu .searchInput {
   width: 75%;
    margin: 0 auto;
    display: block;
    height: 40px;
    border-radius: 1.25rem;
    border: none;
	padding: 0 2.5rem 0 1.25rem;
	}
.menu .searchBtn{
	 position: relative;
		 background: #fff;
		 top: -32px;
		 left: 85%;
	}
.menu .list .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #0c624f;
  border-bottom: 1px solid #18ab8b;
  height: 3.4688rem;
  font-size: 1rem;
}
.menu .list .title div {
  margin-left: 2.1563rem;
}
.menu .list .title img {
  margin-right: 1.0313rem;
  width: 0.4375rem;
  height: 0.75rem;
}
.menu .second {
  color: #fff;
}
.menu .second .tit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #33917e;
  height: 3.2188rem;
  font-size: 0.8125rem;
}
.menu .second .tit:hover {
  background-color: #2CAF94;
}
.menu .second .tit div {
  margin-left: 2.1563rem;
}
.menu .second .tit img {
  margin-right: 1.0313rem;
  width: 0.4375rem;
  height: 0.75rem;
}
.footer {
  width: 100%;
  color: #ffffff;
}
.footer .introduce-footer {
  width: 100%;
  height: 9.0625rem;
  background-color: #0c624f;
  box-sizing: border-box;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin: 0 auto;
}
.footer .introduce-footer .consult-footer {
  width: 21.875rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.footer .introduce-footer .consult-footer .apply-phone .title {
  width: 12.5rem;
  height: 1.625rem;
  font-size: 1.1875rem;
  text-align: left;
  line-height: 1.625rem;
  margin-bottom: 0.625rem;
}
.footer .introduce-footer .consult-footer .apply-phone .title .bgwhite {
  display: inline-block;
  width: 5.4375rem;
  height: 1.625rem;
  color: #4c4c4a;
  font-size: 0.8125rem;
  background: #ffffff;
  border-radius: 0.3125rem;
  border: none;
  margin-left: 0.75rem;
  position: relative;
  bottom: 0.1875rem;
}
.footer .introduce-footer .consult-footer .apply-phone ul li {
  margin-bottom: 0.3125rem;
  font-size: 0.9063rem;
}
.footer .introduce-footer .consult-footer .apply-phone ul .font42 {
  font-size: 1.6875rem;
}
.footer .introduce-footer .consult-footer .qr .mobile-qr {
  width: 6.25rem;
  height: 6.25rem;
  background: url("../img/common/mobile-qr.png") no-repeat;
  background-position: center;
  background-size: 100% 100%;
}
.footer .introduce-footer .consult-footer .qr .qr-name {
  font-size: 0.75rem;
  text-align: center;
}
.footer .copyright {
  width: 100%;
  height: 1.375rem;
  font-size: 0.4375rem;
  background-color: #064d3d;
}
.footer .copyright .copyright-cont {
  height: 100%;
  line-height: 1.375rem;
  text-align: center;
  margin: 0 0.2rem;
  display: flex;
  justify-content: center;
}
.footer .copyright .copyright-cont .name1 {
  margin-right: 0.25rem;
}
.footer .copyright .img {
  width: 0.625rem;
  height: 0.625rem;
  margin-right: 0.3125rem;
}
.swiper {
  width: 94%;
  margin: 0 auto;
  overflow: visible !important;
}
