.nav {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  box-shadow: 0 0 8px #eee;
}

.main {
  margin-top: 0.65rem;
}

.nav li {
  cursor: pointer;
}

.nav li:hover {
  color: #fc8b03;
}

.down_arrow {
  transform: rotateX(180deg);
  position: absolute;
  top: 0.27rem;
}

.down {
  position: relative;
}

.down:hover .down_ul {
  color: #333;
  display: block;
  z-index: 999;
}

.down:hover .down_arrow {
  transform: rotateX(0deg);
  position: absolute;
  transition: all 0.5s;
  top: 0.25rem;
}

.down_ul {
  display: none;
  position: absolute;
  z-index: 999;
  transform: translateX(-25%);
  top: 0.6rem;
}

.down_ul li {
  width: 1.32rem;
  text-align: center;
}

/****banner****/
.banner {
  width: 100%;
  height: 8.15rem;
  position: relative;
  background: url("../imgs/banner.png") top center no-repeat;
}

.banner_text {
  position: absolute;
  top: 2.41rem;
  left: 3.61rem;
}

.banner_text p {
  font-size: 0.87rem;
  color: #fff;
}

.order_mode {
  padding: 1rem 0;
}

.youshi_ul li {
  position: relative;
  width: 3.8rem;
  height: 3.8rem;
  background-size: contain;
}

.youshi_ul li p {
  position: absolute;
  z-index: 9;
  top: 0.3rem;
  left: 50%;
  transform: translateX(-50%);
}

.youshi_ul li img {
  position: absolute;
  top: 0;
  width: 3.8rem;
  height: 3.8rem;
}

.desc_text {
  width: 5rem;
}

.desc img {
  width: 9.11rem;
}

.fanwei {
  background: url(../imgs/fugai_bg.png) top center no-repeat;
  background-size: cover;
}

.connect {
  padding: 2rem 0;
}

.connect > div {
  width: 5.76rem;
  height: 2.2rem;
}

.connect img {
  width: 1.08rem;
  height: 1.08rem;
  margin-right: 0.24rem;
  margin-left: 0.72rem;
}

.shadow-c {
  box-shadow: 0 0 10px #ddd;
}

.ok {
  width: 2.16rem;
  height: 2.16rem;
  text-align: center;
  line-height: 2.16rem;
  border-radius: 50%;
  font-size: 0.86rem;
}

.newandold {
  padding-bottom: 1rem;
}

.go_register {
  background: url(../imgs/go_register.png) #000 no-repeat;
  background-size: cover;
}

footer {
  background: #252525;
  color: #ABABAC;
}

.fixedDiv {
  position: fixed;
  top: 50%;
  right: 1.2rem;
}

.fixedDiv img {
  width: 1.2rem;
}

.tel-box:hover .numbg {
  display: block;
}

.numbg {
  display: none;
  width: 2.68rem;
  height: 0.72rem;
  background: url(../imgs//number.png) center no-repeat;
  line-height: 0.72rem;
  background-size: contain;
  position: absolute;
  right: 1.2rem;
  bottom: 0.35rem;
}/*# sourceMappingURL=index.css.map */