* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
}
.page {
  width: 100%;
}
.page .con {
  width: 100%;
}
.page .con .navbar-header {
  position: relative;
}
.page .con .navbar-header .baogao {
  position: absolute;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  color: white;
  padding: 0 6px;
  background-color: #F69211;
  /* left: 11px; */
  right: 57px;
}
.page .con .daohang {
  display: flex;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
}
.page .con .daohang li {
  padding-right: 14px;
}
.page .con .daohang li a {
  color: #838383;
  font-size: 1.3rem;
  text-decoration: none;
}
.page .con .daohang .achmg {
  color: #FE7824;
  padding-bottom: 14px;
  border-bottom: 3px solid #FE6C00;
}
#myTabContent {
  margin-top: -10px;
  width: 100%;
}
#myTabContent .row {
  margin-bottom: 19px;
}
#myTabContent .row h3 {
  font-size: 3rem;
}
#myTabContent .row p {
  font-size: 1.8rem;
  color: #959595;
  margin-top: 43px;
  line-height: 22px;
  margin-bottom: 22px;
}
#myTabContent a {
  margin-left: 15px;
  color: #959595;
}
.swiper-container {
  width: 100%;
  margin-top: -20px;
}
.swiper-container img {
  width: 100%;
}
.footer {
  width: 100%;
  height: 23rem;
  background-color: #25282B;
}
.footer .footer-item {
  display: flex;
  justify-content: space-around;
}
.footer .footer-item ul {
  color: white;
  font-size: 1.3rem;
  padding: 0.4rem 0;
}
.footer .footer-item ul li {
  padding: 0.266667rem 0;
}
.footer .footer-item ul li a {
  color: #d1cece;
  font-size: 12px;
  text-decoration: none;
}
.footer .footer-item ul li img {
  width: 5.333333rem;
}
.footer .suoyou {
  height: 2.666667rem;
  line-height: 2.666667rem;
  font-size: 0.746667rem;
  text-align: center;
  color: #d1cece;
}
