@import "base.css";
@import "style-tc.css";
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dd,
figure,
menu,
input,
textarea,
button,
select,
th,
td iframe {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-size: 100%;
  font-weight: normal;
}
li {
  list-style: none;
}
em,
i {
  font-style: normal;
}
a,
a:visited,
a:active {
  text-decoration: none;
  border: none;
  outline: none;
}
input,
textarea {
  outline: none;
}
textarea {
  resize: vertical;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-touch-callout: none;
  word-wrap: break-word;
  line-height: 1.5;
  font-size: 12px;
  min-width: 7.5rem !important;
  width: 7.5rem;
  margin: 0 auto!important;
  overflow-x: hidden;
  overflow-y: auto;
  background: #ccdbff;
}
body,
button,
input,
select,
textarea {
  font-family: 'helvetica neue', tahoma, 'hiragino sans gb', stheiti, 'wenquanyi micro hei', 'microsoft yahei', simsun, sans-serif;
}
.none {
  display: none;
}
.left {
  float: left;
}
.right {
  float: right;
}
.clearfix {
  width: 100%;
  clear: both;
  display: block;
}
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.flexS {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.transCenter {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.baseStyle {
  width: 100%;
  clear: both;
  float: left;
}
.oneLineTxt {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.transtion {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.gray {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}
@media screen and (max-width: 800px) {
  body {
    background: #ccdbff;
  }
}
.pageIndex {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: #001f67 url('../images/page-index.jpg') no-repeat center top;
  background-size: 7.5rem;
}
.wrap {
  width: 6.9rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.wrap3 {
  width: 7.2rem;
  margin: auto;
  text-align: center;
  clear: both;
  position: relative;
}
.banner-box {
  height: 11.11rem;
  width: 100%;
  float: left;
  position: relative;
}
.banner-box .logo {
  width: 2.13rem;
  display: block;
  position: absolute;
  left: 0.47rem;
  top: 0.51rem;
}
.banner-box .logo img {
  width: 100%;
  display: block;
}
.banner-box .project {
  width: 2.5rem;
  height: 0.7rem;
  display: block;
  background: #002dab;
  background: -webkit-linear-gradient(left, #003cb5, #001ea1);
  /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(right, #003cb5, #001ea1);
  /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(right, #003cb5, #001ea1);
  /* Firefox 3.6 - 15 */
  background: linear-gradient(to right, #003cb5, #001ea1);
  /* 标准的语法 */
  -webkit-border-radius: 0.35rem 0 0 0.35rem;
  -moz-border-radius: 0.35rem 0 0 0.35rem;
  border-radius: 0.35rem 0 0 0.35rem;
  font-size: 0.3rem;
  line-height: 0.7rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0.4rem;
}
.pageEwm {
  width: 100%;
  clear: both;
  height: 1.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 0.48rem;
}
.pageEwm .ewm {
  width: 1.75rem;
  height: 1.75rem;
  background: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.pageEwm .ewm img {
  width: 94%;
  margin: 3%;
}
.pageEwm .txt {
  display: block;
  margin-left: 0.3rem;
  width: 3.74rem;
}
.pageEwm .txt img {
  width: 100%;
  display: block;
}
/*# sourceMappingURL=style.css.map */