body {
  font-size: 16px;
  font-family: '微软雅黑';
  min-width: 1202px;
}

* {
  margin: 0;
  padding: 0;
}

@font-face {
  font-family: 'Bodoni';
  src: url('../img/fonts/Bodoni.ttf');
}
.container {
  padding: 0px !important;
}

p {
  margin: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: none;
  border-color: transparent;
  box-shadow: none;
}

li {
  cursor: pointer;
  list-style: none;
}

/*标题文字*/

.tetle {
  text-align: center;
  margin-bottom: 60px;
}

.tetle img {
  /* padding-top: 87px; */
  margin-top: 87px;
}
/*切换侧边栏导航*/
#aboutUs {
  width: 100%;
  height: 900px;
}

.about_us {
  max-width: 300px;
  height: 140px;
  padding-top: 20px;
  text-align: center;
  background: #f5c520;
  font-size: 40px;
  position: relative;
  top: -60px;
}

.about_us span {
  font-size: 40px;
  font-family: 'Bodoni';
}
.tabNav ul {
  color: #2a2a2a;
  max-width: 300px;
  text-align: center;
  position: relative;
  top: -60px;
}
.tabNav li {
  height: 60px;
  font-size: 22px;
  padding-top: 15px;
}
.active {
  background: rgba(245, 197, 32, 0.1);
  border-left: 2px solid #f5c520;
}
/*当前位置*/
#address p {
  text-align: right;
  padding: 10px 0;
  border-bottom: 1px solid #cccccc;
}
