@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 0; }

ul, li {
  list-style: none; }

a {
  text-decoration: none;
  outline: none; }

input {
  outline: none; }

html, body {
  font-family: 'PingFangSC', "Microsoft YaHei", arial, "宋体", sans-serif, tahoma;
  position: relative;
  width: 100%; }

#allContainer {
  width: 100%; }

.clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.slideBox {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto;
  display: inline-block; }
  .slideBox .slide {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    .slideBox .slide img {
      width: 100%;
      height: auto; }
    .slideBox .slide a {
      width: 100%;
      height: 100%;
      display: inline-block; }
  .slideBox .slide:first-child {
    position: relative; }
  .slideBox .slide.active {
    z-index: 2; }
  .slideBox .pageDot {
    width: 100%;
    position: absolute;
    z-index: 99;
    bottom: 10px;
    left: 0;
    text-align: center; }
    .slideBox .pageDot span {
      display: inline-block;
      width: 15px;
      height: 4px;
      margin: 0 2px;
      background-color: #FFF;
      cursor: pointer;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      -ms-border-radius: 2px;
      border-radius: 2px; }
    .slideBox .pageDot span.active {
      background-color: #0A7EDE; }

#fixbox {
  position: fixed;
  bottom: 150px;
  right: 60px;
  display: inline-block; }
  #fixbox .hoverBox {
    display: inline-block; }
    #fixbox .hoverBox i, #fixbox .hoverBox span {
      display: inline-block;
      vertical-align: middle;
      color: #09C; }
    #fixbox .hoverBox i {
      font-size: 20px;
      margin-right: 6px; }
    #fixbox .hoverBox span {
      font-size: 16px; }
  #fixbox .showBox {
    display: none;
    position: absolute;
    bottom: 100%;
    right: -10px;
    padding-bottom: 10px; }
    #fixbox .showBox .lineA {
      width: 200px;
      text-align: right; }
    #fixbox .showBox span, #fixbox .showBox a {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      color: #333; }
    #fixbox .showBox a {
      min-width: 86px; }
    #fixbox .showBox span {
      margin-bottom: 5px; }
    #fixbox .showBox .telNum {
      margin-bottom: 5px; }
  #fixbox:hover .showBox {
    display: inline-block; }

#footer {
  width: 100%;
  height: 40px;
  line-height: 40px; }
  #footer .copyRight {
    width: 100%;
    text-align: center;
    letter-spacing: 2px;
    margin-left: -2px;
    font-size: 12px; }
    #footer .copyRight span {
      margin-right: 8px; }
    #footer .copyRight span, #footer .copyRight a, #footer .copyRight p {
      font-size: 12px;
      display: inline-block; }
    #footer .copyRight a img {
      margin-bottom: -6px; }

.typeImg {
  display: inline-block;
  vertical-align: middle;
  width: 60px; }

  #resetPwd{
    color: #8594C4;
    font-size: 12px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }

  #announcePart #announceUl li.redli span {
    color: red; }

/*# sourceMappingURL=base.css.map */
