* {
  margin: 0;
  padding: 0;
}

body,
html {
  background-color: #ffffff;
}

ul li {
  list-style: none;
}

a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
  text-decoration: none;
}

/* .bj {
  padding-top: 1.2rem;
} */

.box .head {
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: -1px;
}

.box .menu {
  width: 100%;
  height: 0.96rem;
  background: url(../img/header_02.jpg) no-repeat center top;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
}

.box .list {
  width: 6.88rem;
  height: 0.72rem;
  margin: 0 auto;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3.44rem;
}

.box .list .navBtn {
  width: 1.6rem;
  height: 0.72rem;
  background: url(../img/navOff.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.3rem;
  line-height: 0.72rem;
  color: #ffffff;
  /* font-weight: bold; */
  text-align: center;
}

.box .list .active {
  width: 1.6rem;
  height: 0.72rem;
  background: url(../img/navOn.png) no-repeat;
  background-size: 100% 100%;
  font-size: 0.3rem;
  line-height: 0.72rem;
  color: #322160;
  font-weight: bold;
  text-align: center;
}

.box .conent .block .img {
  display: none;
}

.box .conent .block .img .pic {
  width: 100%;
  margin: 0 auto;
  display: block;
  margin-top: -1px;
}

.box .conent .block .showImg {
  display: block;
}

.floatL {
  float: left;
}

.floatR {
  float: right;
}
.header {
  width: 100%;
  padding: 0.35rem 0;
  position: fixed;
  top: -1px;
  background: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  z-index: 10;
}

.header .headerFont {
  font-size: 0.36rem;
  text-align: center;
  font-weight: bold;
}

.header .menu_btn {
  width: 0.42rem;
  margin-top: 0.1rem;
  display: block;
  position: absolute;
  margin-left: 0.3rem;
}

.header .logo {
  display: block;
  width: 3.19rem;
  margin: 0 auto;
  border: 0;
}

.header .goback {
  width: 0.22rem;
  display: block;
  position: absolute;
  left: 0.4rem;
  top: 0.4rem;
}

.header .homeGo {
  width: 0.48rem;
  display: block;
  margin-top: -0.5rem;
  margin-right: 0.3rem;
}

.header .head_menu {
  position: absolute;
  width: 2.55rem;
  padding-left: 0.3rem;
  padding-right: 0.35rem;
  z-index: 10;
  background: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 0 0.05rem rgba(0, 0, 0, 0.1);
  top: 1.1rem;
  left: 0.3rem;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-focus: none;
  -moz-user-select: none;
}

.header .head_menu .head_menu_list li {
  overflow: hidden;
  font-size: 0.32rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid #dedede;
}

.header .head_menu .head_menu_list li a {
  display: block;
}

.header .head_menu .head_menu_list li .rightIcon {
  width: 0.15rem;
}

.header .head_menu .head_menu_list li:last-child {
  border-bottom: 0;
}

.header .head_menu .triangle {
  width: 0.37rem;
  display: block;
  position: absolute;
  top: -0.18rem;
  left: -0.04rem;
  z-index: 12;
}

.footer {
  padding: 0.4rem 0rem 0rem 0rem;
  background: #f2f3f5;
  width: 100%;
  padding-bottom: 0.35rem;
}

.footer .footer_top {
  font-size: 0.26rem;
  color: #333333;
  text-align: center;

  margin: 0 0.3rem 0rem 0.3rem;
}

.footer .footer_font {
  font-size: 0.26rem;
  color: #333333;
  text-align: center;
  line-height: 0.5rem;
}
.footer .footer_font a {
  color: #333333;
}
