@charset "UTF-8";

.site-header a {
  color: white;
}

.bg-black {
  background: rgba(0, 0, 0, 0.81);
}

header nav a {
  text-transform: none;
  font: 600 15px/23px 微软雅黑, Helvetica, Arial, Verdana, sans-serif;
}

@media only screen and (max-width: 992px) {
  #top-bar {
    display: none;
  }
}

#top-bar {
  position: relative;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  background: #474747 none repeat center center;
  color: #ffffff;
  font-size: 12px;
}

#top-bar ul {
  margin: unset;
  padding: unset;
}

#top-bar ul li {
  display: inline-block;
}

#social_contact li {
  margin-left: 5px;
  margin-right: 5px;
}

.mini-contacts li {
  display: inline-block;
  position: relative;
  margin: 0 20px 0 0px;
  background-repeat: no-repeat;
  background-position: 0 center;
  white-space: nowrap;
}

#main-nav > li {
  margin-left: 15px;
  margin-right: 15px;
}

#main-nav > li > a {
  color: #333333;
  text-align: center;
}

#main-nav > li.active > a {
  color: #1e73be;
}

header #main-nav > li > a i.underline {
  background-color: #1e73be;
}

#main-nav > li.active > a i.underline {
  width: 100%;
  opacity: 1;
  left: 0;
}

#main-nav > li > a i.underline {
  display: block;
  overflow: hidden;
  left: 50%;
  margin-top: 5px;
  width: 0;
  height: 1px;
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

#main-nav > li > a {
  padding: 6px 0 7px 0;
  min-width: 10px;
  text-align: center;
}

.carousel-caption {
  padding-bottom: 300px !important;
}

.line-abs.bottom {
  right: auto;
  display: block;
  top: 0;
  position: relative;
}

#ad1 p {
  font-family: 微软雅黑;
  color: #5a5a5a;
  font-size: 14px;
  line-height: 1.8;
}

#footer {
  background: #474747 none repeat center top;
}

