img {
  vertical-align: top;
}

em {
  font-style: normal;
}

ol,
ul,
menu,
li {
  list-style: none outside none;
}

dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
blockquote,
form,
fieldset,
legend,
input,
button,
textarea,
th,
td,
hr,
p,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-weight: normal;
  line-height: 1;
}

html {
  height: 100%;
}

body {
  height: 100%;
  overflow: hidden;
  margin: 0;
  padding: 0;
  font-family: "San Francisco",
  "Helvetica Neue",
  Helvetica,
  Arial,
  "PingFang SC",
  "Hiragino Sans GB",
  "Microsoft YaHei",
  "WenQuanYi Micro Hei",
  sans-serif;
  -webkit-overflow-scrolling: touch;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: #000;
}

a:active,
a:hover,
a:visited,
a:link {
  color: #000;
  text-decoration: none;
}

.weight {
  font-weight: 600;
}

.none {
  display: none !important;
}

.padding_40 {
  padding: 0 0.5333rem;
}

.bg_gray {
  background: #efefef;
}

/* 公共部分的样式 */

/*  主要主体部分头部 */

.main {
  height: 100%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 1.76rem;
  position: relative;
}

/* 主体部分头部 */

.main>header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.56rem;
  height: 1.76rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background: white;
}

.main>header .logo {
	width: 6.56rem;
	height: 1.76rem;
  background: url('./../img/index_02.jpg') no-repeat center;
  background-size: 100% 100%;
}

.main>header .slideDown {
  width: 0.76rem;
  height: 0.5733rem;
}


/* 遮罩层部分 */

.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: scroll;
  z-index: 20;
  background:white;
}

.fixed>header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.56rem;
  height: 1.76rem;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}


.fixed>header .logo {
	width: 6.56rem;
	height: 1.76rem;
	background: url('./../img/index_02.jpg') no-repeat center;
	background-size: 100% 100%;
}

.fixed>header .closeFix {
  width: .56rem;
  height: .56rem;
}

.fixed .nav_list {
  margin-top: 0.1067rem;
  padding: 0 .106667rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fixed .nav_list .nav_list_title {
  height: 1.0133rem;
  border-radius: 0.0667rem;
  border: solid 0.0267rem #bfbfbf;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 0.4533rem 0 0.6667rem;
  font-size: 0.48rem;
  letter-spacing: 0.08rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.fixed .nav_list .nav_list_title img {
  width: .64rem;
  height: .64rem;
}

.fixed .nav_list .nav_list_content {
  height: 0.8533rem;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0.4533rem 0 0.6667rem;
  border-bottom: .013333rem solid #bfbfbf;
  font-size: 0.4rem;
  letter-spacing: 0.08rem;
}

.fixed .nav_list .last_nav_list_content {
  margin-bottom: .746667rem;
}

.fixed .nav_list_open .nav_list_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.fixed .nav_list_open .nav_list_title img {
  position: relative;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.nav_list_content:hover,
.nav_list_content:focus,
a:hover,
a:focus {
  color: #00A0E9!important;
}

.main_content {
  height: 100%;
  width: 100%;
}

.swiper-slide {
  position: relative;
}

.white {
  color: white!important;
}

.products_lists {
  margin-top: .64rem;
  box-shadow: 0.04rem 0.0667rem 0.1067rem 0rem rgba(3, 0, 0, 0.15);
  border-radius: 0.04rem;
  border: solid 0.0267rem #bfbfbf;
}

.main_products h5 {
  font-size: .48rem;
  letter-spacing: 0.08rem;
  text-align: center;
  padding: 0.6rem 0;
}

.products_lists img {
  width: 100%;
}

.products_lists .products_lists_content {
  padding: .64rem .4rem;   
}

.products_lists .products_lists_content p {
  font-size: .32rem;
  text-align: center;
}

.products_lists .products_lists_content p a {
  width: 2.5067rem;
  height: 0.7467rem;
  line-height: 0.7467rem;
  background-color: #ffffff;
  border-radius: 0.0533rem;
  display: inline-block;
  margin-top: .48rem;
}

footer h5{
  font-size: .48rem;
  letter-spacing: .026667rem;
  padding: 0.9333rem 0 0.5333rem 0;
}

footer p {
  font-size: 0.32rem;
  line-height: 0.4267rem;
}

footer img {
  height: 0.8533rem;
  margin: 0.2667rem 0 1.2rem 0;
}

footer aside {
  border-top: .013333rem solid #aeaeae;
  font-size: .32rem;
  padding: 0.1333rem 0;
  text-align: center;
  line-height: .4rem;
}

.scene_items li {
  margin-bottom: .8rem;
}

.scene_items li img {
  width: 100%;
}

.scene_items li p {
  font-size: .32rem;
  margin-top: .666667rem;
  text-align: center;
}