.head_nav {
  width: 100%;
  background: #3276ee;
  display: flex;
  justify-content: center;
}

.head_nav .friend_link {
  width: 18rem;

  height: 0.5rem;
  display: flex;
  align-items: center;
  background: #3276ee;
  justify-content: space-between;
}

.head_nav .friend_link a {
  color: #fff;
  text-align: center;
  border-right: 1px solid #fff;
  width: 14.2%;
  font-size: 0.18rem;
  line-height: 1;
}

.head_nav .friend_link a:last-child {
  border-right: none;
}

.nav {
  width: 15.8rem;

  margin: 0 auto;

  margin-top: 0.2rem;

  display: flex;

  flex-direction: column;

  top: 0;

  z-index: 5;
}

.head_swiper {
  margin: 0;

  padding: 0;

  cursor: pointer;
}

.head_swiper img {
  width: 100%;
  display: block;
  height: 100%;
}

.navtop {
  width: 15.8rem;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;

  align-items: center;
}

.navtopl img {
  width: 4.5rem;
}
.logo_right {
  width: 45%;
  padding-right: 0.05rem;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}

.logo_right .text {
  font-size: 0.22rem;
  color: #0069b9;
  white-space: nowrap;
  font-weight: bold;
  margin-bottom: 0.1rem;
}

.logo_right .logo_nav {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-left: 0.1rem;
}

.logo_right .logo_nav a {
  cursor: pointer;
  color: #000;
  text-align: center;
  font-size: 0.15rem;
  margin-top: -0.02rem;
}

.logo_right .logo_nav p {
  cursor: pointer;
  color: #000;
  text-align: center;
  font-size: 0.15rem;
  margin-top: -0.02rem;
}

.logo_right .logo_nav a:hover {
  color: red;
}

.logo_right .logo_nav p:hover {
  color: red;
}

.logo_right .logo_nav span {
  width: 0.01rem;
  height: 0.15rem;
  background: #000;
  display: inline-block;
  margin: 0 0.15rem; 
}

.logo_right .logo_nav span:nth-last-child(1) {
  margin: 0; 
}

.logo_right .logo_nav span:last-child {
  width: 0rem;
  background: #fff;
}

.logo_right .head-code {
  display: none;
  width: 30%;
  position: absolute;
  top: 0.8rem;
  right: 13%;
  background: #fff;
  border: #efefef 0.01rem solid;
  z-index: 99;
}

.logo_right .head-code img {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

.logo_right .wire {
  width: 0.02rem;
  height: 0.4rem;
  left: 3.96rem;
  bottom: 0.24rem;
  position: relative;
  background: #3276ee;
}

.navtopr {
  display: flex;

  justify-content: center;

  color: #0685eb;

  text-align: center;

  line-height: 0.4rem;

  font-size: 0.24rem;

  letter-spacing: 0.02rem;

  font-weight: bold;
}

.navbtm {
  width: 15.8rem;

  margin: 0 auto;

  margin-top: 0.1rem;

  display: flex;

  justify-content: space-around;
}

.navbtml {
  width: 3rem;

  display: flex;

  color: #fff;
}

.navbtmr {
  width: 12.8rem;

  display: flex;

  justify-content: space-around;

  overflow: hidden;

  text-align: center;

  line-height: 0.46rem;

  height: 0.46rem;

  border-bottom: 0.03rem solid #3496e1;
  padding: 0 1.4rem 0 0.4rem;
}

.navbtmr .navr {
  color: #000;

  text-decoration: none;

  transition: all 0.2s ease-out;

  border-bottom: 0.03rem solid #3496e1;

  font-size: 0.18rem;

  line-height: 0.46rem;

  display: inline-block;
}

.navbtmr .navr:hover {
  color: #3496e1;

  height: 0.38rem;
}

.hot {
  z-index: 999;

  width: 3rem;

  position: relative;

  display: inline-block;

  text-align: center;

  background: linear-gradient(#057cd7, #48abf9);

  color: #fff;

  font: 0.18rem/0.46rem "微软雅黑";

  border-bottom: solid 0.03rem #3496e1;

  border-top-left-radius: 0.1rem;

  border-top-right-radius: 0.1rem;

  cursor: pointer;
}

.drop-down-box {
  position: absolute;
  left: 0;
  background-color: rgba(13, 72, 145, 0.8);
  width: 100%;
  color: #FFF;
  display: none;
}

.drop-down-box a {
  color: #FFF;
  font-size: 0.16rem;

}
.drop-down-box a:hover {
  font-weight: bold;
}
.drop-down-item {
  width: 80%;
  border-bottom: 1px solid #FFF;
  margin: 0.05rem auto;
}

.drop-down-item:last-child {
  border-bottom: none;
}


