@charset "UTF-8";
html {
  background: #000000; }

body {
  /*background: url(../css/bg.jpg) bottom center no-repeat;*/
  /*background-size: cover;*/
  /*background-attachment: fixed;*/
  font-family: "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Hiragino Sans GB W3", "Microsoft YaHei UI", "WenQuanYi Micro Hei", sans-serif;
  font-size: 16px;
  /*font-size: 16px;*/
  /*line-height: 1.6em;*/ }

p {
  text-indent: 2em;
  font-size: 16px;
  text-align: justify;
  line-height: 2em;
  word-wrap: break-word; }

.text-center {
  text-align: center; }

.triangle {
  text-align: center; }
  .triangle img {
    margin-top: -8px; }

footer .contact-section {
  background-color: #111111; }
  footer .contact-section .section-text {
    padding: 20px;
    color: #b9b9b9; }
    footer .contact-section .section-text h4:after {
      content: "";
      display: block;
      margin-top: 15px;
      width: 36px;
      height: 4px;
      background: #ff6400; }
    footer .contact-section .section-text .email {
      margin-top: 20px; }
footer .copyright-section {
  background-color: #000000;
  text-align: center;
  color: #c8c8c8;
  font-size: 14px;
  padding: 20px; }
  footer .copyright-section div {
    padding-top: 20px; }
  footer .copyright-section span {
    color: #ffffff; }

/**********
菜单
**********/
.gold-button {
  color: #616161;
  background-color: rgba(255, 255, 255, 0);
  border-color: #616161; }
  .gold-button:hover {
    color: #fff1a4; }

.navbar {
  background-color: rgba(255, 255, 255, 0);
  padding: 20px 20px 20px 20px; }
  .navbar.navbar-default {
    border-color: rgba(238, 238, 238, 0); }
    .navbar.navbar-default .button-right {
      padding: 10px 10px; }
    .navbar.navbar-default li.myactive a {
      background: none;
      border: none;
      border-bottom: 1px solid #ff6400; }
    .navbar.navbar-default li a {
      color: #feffff;
      padding: 15px 20px 10px 20px;
      font-size: 16px;
      font-weight: 600;
      line-height: 20px; }
      .navbar.navbar-default li a:hover {
        color: #fff1a4; }

/*滚动后菜单的背景*/
.top-nav-collapse {
  background: rgba(0, 0, 0, 0.85) !important; }
  .top-nav-collapse img {
    max-width: 50%;
    height: auto; }

@media (min-width: 768px) {
  .navbar-right {
    margin-right: 65px; } }
/*移动后菜单的字体颜色*/
/*.top-nav-collapse.navbar-nav > li > a {
  color: #fff
}*/
.sec-banner {
  background: url(../images/indexBg.jpg) center no-repeat;
  background-size: cover;
  width: 100%;
  height: 360px;
  padding: 0;
  border-bottom: 4px solid #616161; }

.breadcrumb-section {
  background-color: #616161; }

.sec-banner .title {
  color: #ffffff;
  padding-top: 180px; }

.breadcrumb {
  background-color: #ffffff;
  color: #898989; }

/*# sourceMappingURL=main.css.map */
