.top-bar {
  background: white;
}

.top-bar * {
  color: black;
}

.top-links a:visited, .top-links a {
  color: black;
  border-right: 1px solid black;
}

.header {
  color: white;
  background: #063893;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 80px;
}
.header .header_menu ul li {
  margin: 0 25px;
}
.header .header_menu ul li:hover a, .header .header_menu ul li.active a {
  font-weight: bold;
}
.header .header_menu ul li a {
  display: block;
  font-size: 16px;
  color: white;
}
.header .header_call {
  display: flex;
  align-items: center;
  font-size: 22px;
}
.header .header_call img {
  margin-right: 15px;
}

.youqing {
  background: url("../images/youqing_bg.png") no-repeat center;
  background-size: cover;
  padding: 2% 0;
  background-size: cover;
  height: 208px;
}
.youqing .yousho {
  font: 400 26px/45px "Microsoft Yahei";
  color: #343434;
}
.youqing .youleing a {
  font: 400 13px/30px "Microsoft Yahei";
  color: #063893;
  font-weight: bold;
  background: url(../images/yuan2.png) left center no-repeat;
  padding-left: 15px;
  float: left;
  width: 16%;
  margin-right: 0% !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
}

.footer {
  background: #021e50;
  padding: 60px 0;
  color: white;
}
.footer .container2 {
  display: flex;
  justify-content: space-between;
}
.footer .erweima {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer .erweima .item {
  margin: 0 10px;
}
.footer .erweima p {
  margin-top: 10px;
  text-align: center;
}
.footer .title2 {
  color: white;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}
.footer ul li {
  line-height: 2;
  float: none;
}
.footer ul li a {
  font-size: 16px;
  opacity: .4;
  color: white;
}
.footer .footer_contact {
  font-size: 16px;
}
.footer .footer_contact p {
  margin-bottom: 50px;
  margin-top: 20px;
  font-size: 30px;
}
.footer .footer_contact span {
  opacity: .4;
}

@media (max-width: 1600px) {
  .header .header_call {
    font-size: 20px;
  }

  .header .header_menu ul li {
    margin: 0 17px;
  }

  .header {
    padding: 20px 35px;
  }
  .header .logo img {
    width: 315px;
  }
}
@media (max-width: 768px) {
  .youqing .youleing a {
    width: auto;
    margin-right: 5% !important;
  }

  .youqing {
    height: auto;
    padding: 20px 15px;
  }

  .footer .container2 {
    display: block;
    text-align: center;
  }
  .footer .container2 .footer_menu {
    display: none;
  }
  .footer .container2 .footer_good {
    display: none;
  }

  .footer .footer_contact p {
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 7px;
  }

  .footer .footer_contact {
    margin-bottom: 22px;
  }

  .footer {
    padding: 36px 0;
  }

  .vertical-space8, .hr {
    height: 50px;
  }
}

/*# sourceMappingURL=self_item_public.css.map */
