.longline {
  border-bottom: 1px solid #d7d7d7;
}
.pcnav .topnav {
  display: flex;
  justify-content: space-between;
  line-height: 40px;
}
.topnav .right-nav {
  display: flex;
  height: 39px;
  color: #9e9e9e;
  justify-content: space-between;
}
.right-nav span:nth-child(3)::after {
  content: none;
}
.right-nav span::after {
  content: "";
  display: inline-block;
  height: 10px;
  width: 1px;
  margin: 0 10px;
  background-color: #e1e1e1;
}
.right-nav > div::before {
  content: "";
  width: 15px;
  height: 15px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  background-image: url(../images/index/dqico.png);
}
.right-nav > div {
  margin-left: 39px;
  display: flex;
  align-items: center;
}
.logophone {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
}
.logophone .logo-l {
  display: flex;
  align-items: center;
  width: 55%;
}
.logophone .logo-l .text p {
  margin-top: 16px;
}
.logophone .logo-l img {
  margin-right: 4%;
}
.logophone .phone-r {
  margin-right: 2.5%;
  display: flex;
  align-items: center;
}
.logophone .logo-l h5 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
}
.logophone .logo-l p {
  font-size: 18px;
  color: #333333;
}
.content-nav {
  background-color: #0760be;
}
.content-nav .nav {
  width: 96%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  font-size: 16px;
  color: #ffffff;
}
.content-nav .nav li {
  height: 60px;
  width: calc(100% / 8);
  margin-top: -9px;
}
.content-nav .nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 67px;
}
.navactive {
  background-image: url(../images/active.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}
/* padpro端 */
@media screen and (min-width: 991px) and (max-width: 1366px) {
}
/* pad端 */
@media screen and (min-width: 768px) and (max-width: 991px) {
  .pcnav {
    display: none;
  }
}
/* 移动端 */
@media (max-width: 767px) {
  .pcnav {
    display: none;
  }
}
