* {
  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: 1.27rem;*/
  background: url(../img/img_02.jpg) no-repeat center top;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: relative;
  margin-top: -1px;
}

.box .list {
  width: 100%;
  margin: 0 auto;
}


.box .list .navBtnL {
  width: 3.75rem;
  height: 1rem;
  background: url(../img/navOffL.png) no-repeat center top;
  background-size: 100%;
}

.box .list .navBtnR {
  width: 3.75rem;
  height: 1rem;
  background: url(../img/navOffR.png) no-repeat center top;
  background-size: 100%;
}
.box .list .activeL {
  width: 3.75rem;
  height: 1rem;
  background: url(../img/navOnL.png) no-repeat center top;
  background-size: 100%;
}

.box .list .activeR {
  width: 3.75rem;
  height: 1rem;
  background: url(../img/navOnR.png) no-repeat center top;
  background-size: 100%;
}


.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;
	/*padding-bottom: 0.35rem;*/
	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;
}
