.f28 {
  font-size: 28px
}

.mt3 {
  margin-top: 3px
}

.mr10 {
  margin-right: 10px
}

.mt13 {
  margin-top: 13px
}

.mt25 {
  margin-top: 25px
}

.ml5 {
  margin-left: 5px
}

.mb10 {
  margin-bottom: 10px
}

.tc {
  text-align: center
}

.deg180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.green {
  color: #20b09f
}

.lh32 {
  height: 32px;
  line-height: 32px;
  text-align: center
}

.poi {
  cursor: pointer
}

.w80 {
  width: 80px
}

.main-wrap {
  width: 1200px !important
}

.top-arrow {
  position: absolute
}

.top-arrow:before {
  position: absolute;
  content: "";
  border-left: 5px dashed transparent;
  border-right: 5px dashed transparent;
  border-bottom: 5px solid;
  border-top: none !important;
  border-bottom: 5px solid #09c
}

.none {
  display: none
}

.bottom-arrow {
  position: absolute
}

.bottom-arrow:after,
.bottom-arrow:before {
  position: absolute;
  content: "";
  border: 5px dashed transparent;
  border-top: 5px solid
}

.bottom-arrow:before {
  border-top: 5px solid #09c
}

.top-menu {
  position: relative;
  z-index: 999;
}

.top-menu .topbar-body {
  background: #fff;
  position: relative;
  box-shadow: 1px 0 3px #ccc;
  z-index: 3000
}

.top-menu .topbar-box {
  width: 1200px !important;
  height: 60px;
  margin: 0 auto
}

.top-menu .logo {
  margin-top: 10px
}

.top-menu .logo img {
  max-width: 269px;
  min-width: 111px;
}

.top-menu .tool-body .t-l {
  margin: 5px 5px 0
}

.top-menu .tool-body a {
  display: block;
  height: 30px;
  line-height: 30px
}

.footer {
  color: #999;
  padding: 10px 0;
  font-size: 12px;
}

.footer p {
  font-size: 12px;
}

.footer-menu-line {
  margin: 0 5px
}

.footer .footer-menu a {
  color: inherit;
  display: inline-block;
}

.menu-icon {
  display: inline-block;
  height: 35px;
  vertical-align: middle;
}

/* ie x 去除 */
::-o-clear {
  display: none;
}

::-ms-clear {
  display: none;
}

::-ms-reveal {
  display: none;
}