﻿@charset "utf-8";
/* CSS Document */

html {
  font-size: 62.5%;
  /*10 ÷ 16 × 100% = 62.5%*/
}

body {
  font-size: 1.4rem;
  /*1.4 × 10px = 14px */
}

h1 {
  font-size: 1.8rem;
  /*1.8 × 10px =18px*/
}

body {
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
}

body {
  color: #666666;
  background: #FFF;
  font-family: "微软雅黑", "Helvetica Neue", Helvetica, STHeiTi, sans-serif;
  line-height: 2.2rem;
}


html,
body,
div,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
select,
button,
textarea,
iframe,
frameset,
table,
th,
tr,
td,
fieldset {
  margin: 0;
  padding: 0;
}

/* IE5.xIE6bug */
* html body {
  overflow: visible;
}

* html iframe,
* html frame {
  overflow: auto;
}

* html frameset {
  overflow: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* body */
body {
  color: #333;
  font-size: 14px;
  font-family: "微软雅黑";
  line-height: 22px;
}

i,
em,
cite {
  font-style: normal;
}

/* a */
a {
  color: #333;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #01509d
}

a:active {
  color: #01509d
}

/* li */
ul,
li {
  list-style-type: none;
}

/* img */
img {
  border: 0;
  vertical-align: middle;
}

/* h* */
h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.clr {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  overflow: hidden;
}

/*公共头部*/
.M_head_wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 44px;
  z-index: 1000;
}

.sect_navi {
  width: atuo;
  height: 44px;
  line-height: 44px;
  text-align: center;
  z-index: 1000;
  font-size: 18px;
  overflow: hidden;
  color: #FFF;
  background: #01509d;
  position: relative;
  padding: 0 70px 0 70px;
}

.sect_navi .back {
  display: block;
  width: 44px;
  height: 44px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/btn_back.png) center center no-repeat;
  background-size: 30px;
}

.sect_navi .back:active {
  background: url(../images/btn_back.png) center center no-repeat #01509d;
  background-size: 30px;
}


.Data_Album {
  position: relative;
  overflow: hidden;
}

.Data_Album .tipsText {
  position: absolute;
  right: 60px;
  z-index: 2;
  top: 0;
  height: 35px;
  line-height: 35px;
  color: #000;
  text-align: center;
  font-size: 1.4rem;
}
#btn1{
  color: #000;
  background: url(../images/fdj.png) 10px center no-repeat;
  background-size: 15px;
  display: inline-block;
  cursor: pointer;
  padding:8px 20px 8px 30px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#btn1.cur{
  background: url(../images/sx.png) 10px center no-repeat;
  background-size: 15px;
}
.Data_Album .picContent {
  position: absolute;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  padding: 0 10px;
  z-index: 2;
  top: 0;
  height: 35px;
  line-height: 35px;
  color: #FFF;
  text-align: center;
  font-size: 1.4rem;
}

.Data_Album .rep_A {
  height: 100%;
  position: relative;
  text-align: center
}

.Data_Album .rep_A img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.Data_Album .swiper-slide {
  height: calc(100vh - 45px);
}


/*** Product List****/
/* .proListBox{ width:auto; overflow:hidden; margin-top:10px;}
.proListBox li{width:33%; float:left; }
.proListBox li a{display:block; margin:10%; text-align:center; position:relative}
.proListBox li a img{ max-height:100%; max-width:100%; margin: auto; text-align:center; display:block} */


.proListBox {
  width: auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  padding: 2%;
}

.proListBox li {
  width: 33.333%;
}

.proListBox li a {
  display: block;
  padding: 8%;
  box-sizing: border-box;
  height: 100%;
  width: 100%;
}

.proListBox li a img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  background: #FFF;
  background-size: 30px
}



/*** Product List****/
.proList {
  width: auto;
  overflow: hidden;
  margin-top: 15px;
}

.proList li {
  margin-bottom: 10px;
  background: #ebebeb;
  height: 45px;
  line-height: 45px;
  overflow: hidden;
  position: relative;
  padding-right: 10px
}

.proList li a {
  display: block;
  font-size: 15px;
  padding-left: 60px;
  padding-right: 10px;
  overflow: hidden;
  height: 45px;
  background: url(../images/goTo.png) right center no-repeat;
  background-size: 16px;
}

.proList li a span {
  display: block;
  width: 50px;
  height: 45px;
  position: absolute;
  left: 0;
  top: 0;
  color: #FFF;
  background: #999999;
  text-align: center;
}

.proList li:active {
  background: #eaeaea
}


.about_Logo {
  background: #eeeeee;
  padding: 25px 15px;
}

.about_Logo img {
  max-width: 70%
}

.about_Add {
  width: auto;
  padding: 0 15px;
}

.about_Add li {
  border-bottom: 1px dashed #CCCCCC;
  padding: 20px 0;
  font-size: 15px;
}

.aboutnr {
  padding: 15px;
  line-height: 32px;
  font-size: 15px;
}

.aboutnr img {
  max-width: 100%;
}


.waplxclr {
  display: block;
  width: 100%;
  height: 45px;
  overflow: hidden;
}

.waplx {
  display: -webkit-box;
  -webkit-box-orient: horizontal;
  width: 100%;
  height: 45px;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  position: fixed;
  background: rgba(0, 0, 0, 0.7);
}

.waplx a {
  color: #ffffff;
  font-size: 0.9em;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: block;
  width: 100%;
  height: 45px;
  text-align: center;
  line-height: 45px;
  -webkit-box-flex: 1;
  box-sizing: border-box;
}

.waplx a:nth-child(1),
.waplx a:nth-child(2),
.waplx a:nth-child(3) {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.waplx a:hover {
  background: none;
  color: #fff;
}

.waplx a:visited {
  color: #fff;
}

.waplx img {
  width: 20px;
  margin-top: -4px;
}