﻿/*#region global*/
body {
  font-size: 0.875rem;
  color: #555;
  font-family: "Microsoft YaHei", -apple-system, BlinkMacSystemFont, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol";
}

a {
  color: #666;
}

a:hover {
  text-decoration: none;
}

iframe {
  border-width: 0;
}

.input-group .input-group-addon-img {
  background: #fff;
  padding: 3px 6px;
}

.modal-dialog {
  margin: 80px auto;
}

@media (min-width: 992px) {
  .navbar .nav > li.desktop > .dropdown-menu {
    display: none;
  }

  .navbar .nav > li.desktop:hover > .dropdown-menu {
    display: block;
  }

  .navbar .nav > li.desktop > .dropdown-menu > li:hover > .dropdown-menu {
    display: block;
  }
}
/*#endregion*/
/*#region reset navbar responsive*/
/*default 768px/767px*/
@media (min-width: 992px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }

  .navbar-header {
    float: left;
  }
  .navbar-collapse {
    width: auto;
    border-top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
  .navbar-toggle {
    display: none;
  }
}

@media (max-width: 991px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 992px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 991px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
/*#endregion*/
.container-fluid {
  max-width: 1920px;
}

/*#region navbar*/
.navbar {
  z-index: 9;
  background: rgba(48, 48, 48, 0.7);
}

.navbar-brand {
  height: auto;
  padding: 3px 15px;
}

.navbar-nav > li > a {
  padding: 20px 25px;
  /*color: #bfb15e;*/
  /*color: #C4B655;*/
  color: #f5dc5e;
  font-size: 16px;
  border-bottom: 2px solid transparent;
  transition: all ease 0.3s;
}
@media (max-width: 1200px) {
  .navbar-nav > li > a {
    padding: 20px 20px;
  }
}
@media (max-width: 1024px) {
  .navbar-nav > li > a {
    padding: 20px 15px;
  }
}
.navbar-nav > li > a:hover,
.navbar-nav > li.active > a,
.navbar-nav > li > a:focus {
  border-bottom: 2px solid #c0b15e;
  background: transparent;
}

@media (max-width: 992px) {
  .navbar-header {
  }

  .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-nav > li > a {
    padding: 12px 20px;
    border-bottom: 1px solid #c0b15e;
  }

  .navbar-nav > li > a:hover,
  .navbar-nav > li.active > a,
  .navbar-nav > li > a:focus {
    border-bottom: 1px solid #c0b15e;
    background: transparent;
  }
}

.dropdown-menu {
  font-size: 14px;
  padding: 0;
  /*background: #C0B15E;*/
  /*background: #DDB838;*/
  background: linear-gradient(
    45deg,
    #d3a928,
    #eacb4c,
    #f5dc5e 40%,
    #eacb4c,
    #d3a928
  );
  box-shadow: none;
  border-width: 0;
  overflow: hidden;
  animation: height-slide 0.1s linear;
}

.dropdown-menu > li > a {
  color: #fff;
  padding: 6px 15px;
  text-align: center;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background: #fff;
  color: #c0b15e;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: transparent;
  border-bottom: 2px solid #c0b15e;
}
@media (max-width: 768px) {
  .open > .dropdown-menu {
    background: #c0b15e;
    border-bottom: 1px solid #c0b15e !important;
  }
  .dropdown-menu > li > a {
    /*color: #C0B15E;*/
    color: #f5dc5e;
    text-align: left;
  }
  .nav .open > a,
  .nav .open > a:hover,
  .nav .open > a:focus {
    border-bottom-width: 1px;
  }
}

.navbar-toggle {
  padding: 9px 15px;
  margin-top: 12px;
  margin-bottom: 12px;
  border: 1px solid #c0b15e;
  color: #999;
  color: #c0b15e;
}

.navbar-form {
  padding-top: 6px;
}

.navbar-form .input-group .form-control {
  background: transparent;
  border-color: #c4ae65;
}

.navbar-form .btn-warning {
  background: #c4ae65;
  border-color: #c4ae65;
}

.affix {
  position: fixed;
  padding-top: 0;
  padding-bottom: 0;
  width: 100%;
  top: 0;
  z-index: 10;
  -ms-animation: navbar-slide 0.6s;
  -webkit-animation: navbar-slide 0.6s;
  animation: navbar-slide 0.5s;
}

@keyframes navbar-slide {
  from {
    top: -75px;
  }

  to {
    top: 0px;
  }
}

@keyframes height-slide {
  from {
    height: 0;
  }

  to {
    height: 100%;
  }
}
/*.affix-top {
     position: fixed;
    padding-top: 0;
    padding-bottom: 0;
    width: 100%;
    top: 0;
    z-index: 10;
}*/
/*#endregion*/
.main-container {
  margin-left: 350px;
  transition: all ease 0.5s;
}

@media (max-width: 1440px) {
  .main-container {
    margin-left: 220px;
  }
}

@media (max-width: 992px) {
  .main-container {
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  .nav-open .sidebar {
    left: 0;
  }
}

.nav-child > li {
  margin-bottom: 8px;
}

.nav-child > li > a {
  border-radius: 0;
  color: #c1b173;
  border: 1px solid #b8b856;
  padding: 10px 28px;
  font-weight: 400;
  transition: all ease 0.5s;
  text-align: center;
}

.nav-child > li > a:hover,
.nav-child > li > a.active {
  background: #c0b15e;
  color: #fff;
}

.nav-industry {
  border-bottom: 1px solid #e4e4e4;
  line-height: 1;
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1200px) {
  .nav-industry {
    padding-left: 0;
    padding-right: 0;
  }
}
.nav-industry > li {
  line-height: 1;
  margin-bottom: -2px;
}

.nav-industry > li > a {
  line-height: 1;
  text-align: center;
  color: #c1ad66;
  border-radius: 0;
  border-bottom: 3px solid transparent;
  padding: 10px 0;
  transition: all ease 0.3s;
}

.nav-industry > li > a:hover,
.nav-industry > li > a.active {
  background: transparent;
  border-bottom: 3px solid #c1ad66;
}

.nav-industry > li > a > span {
  display: block;
  margin: auto;
  width: 107px;
  height: 107px;
  background-image: url(../images/ico.png);
  background-repeat: no-repeat;
  margin-bottom: 15px;
  border: 1px solid #bdb15f;
  border-radius: 5px;
  padding: 16px;
  transition: all ease 0.4s;
}
@media (max-width: 768px) {
  .nav-industry > li {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .nav-industry > li > a {
    font-size: 12px;
  }
  .nav-industry > li > a > span {
    width: 100px;
    height: 100px;
    padding: 5px;
  }
}
/*@media(max-width:768px) {
                .nav-industry>li>a>span {
                    width: 90px;
                    height: 90px;
                    padding: 16px;
                }
            }*/
.nav-industry .trade span {
  background-position: 18px 17px;
}

.nav-industry .industrial span {
  background-position: -95px 17px;
}

.nav-industry .estate span {
  background-position: -212px 17px;
}

.nav-industry .mining span {
  background-position: -322px 17px;
}

.nav-industry .hotel span {
  background-position: -437px 17px;
}

.new-energy span {
  background-position: -547px 17px;
}

.nav-industry > li > a:hover > span,
.nav-industry > li > a.active > span {
  background-position-y: -80px;
  background-color: #c0b15e;
}
/*#region article item*/
.article-item {
  margin-bottom: 25px;
  overflow: hidden;
  color: #777;
  /*background: #F2F2F2;*/
  transition: all 0.3s ease;
}

.article-item .title,
.article-item .title a {
  margin-top: 0;
  font-weight: 300;
  font-size: 16px;
  color: #bab564;
  white-space: nowrap;
}

.article-item .img-responsive {
  transition: all ease 0.4s;
}

.article-item .img-responsive:hover {
  box-shadow: 0 0 6px 1px #999;
}

.article-item p {
  margin-bottom: 0;
}

.article-item time {
  display: block;
  color: #999;
  font-weight: 100;
  margin-top: 8px;
}
/*.article-item .fa {
    font-size: 26px;
    color: #ddd;
    font-weight: 100;
}*/
.article-item span {
  font-size: 1rem;
  color: #999;
}

.article-item .col-sm-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  border-left: 1px solid #eee;
}

.article-emp {
  padding: 15px;
  background: #f2f2f2;
}

.industry-item {
  background: #f2f2f2;
  border-bottom: 2px solid #bdb15d;
}

.industry-item .caption {
  padding: 10px;
}

.industry-item h5 {
  padding-top: 10px;
}

.intro h1 {
  color: #bfac67;
  font-size: 24px;
  margin-bottom: 20px;
}

.intro p {
  margin-bottom: 8px;
  color: #999;
}
/*#endregion*/
.news-head {
  color: #999;
  border-bottom: 1px solid #dcdcdc;
}

.news-head h1 {
  font-size: 1.25rem;
  color: #c6b772;
  margin-bottom: 15px;
}

.news-article {
  border: 1px solid #d2d2d2;
  transition: all ease 0.5s;
  margin-bottom: 20px;
}

.news-article:hover {
  border: 1px solid #beb162;
  /*color: #BEB162;*/
}

.news-article:hover h4 a {
  color: #beb162;
}

.news-article .img-responsive {
  transition: all ease 0.5s;
}

.news-article:hover .img-responsive {
  box-shadow: #999 0 0 6px 0px;
}

.news-article h4 a {
  font-size: 18px;
  transition: all ease 0.5s;
}

.news-article p {
  line-height: 1.8;
}

.news-article .time {
  font-size: 12px;
  color: #999;
}

.partner .img-responsive {
  transition: all ease 0.5s;
}

.partner .img-responsive:hover {
  box-shadow: #aaa 0 0 6px 0px;
}
/*#region content-container*/
.content-container {
  line-height: 2;
  color: #555;
}

.content-container p {
  text-indent: 2em;
}
.content-container p img {
  display: block;
  text-indent: 0;
  margin: auto;
}
.content-container .title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}

.content-container .summary {
  text-align: center;
  color: #777;
  font-size: 12px;
  padding-top: 5px;
  padding-bottom: 5px;
  background: #f9f9f9;
}

.content-container img {
  max-width: 100% !important;
  height: auto !important;
  margin: auto;
}

.content-container table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}
/*#endregion*/

/*#region content table container*/
.table-container table th,
.table-container table td {
  padding: 5px;
  vertical-align: middle;
  /*border-top: 1px solid #dee2e6;*/
  font-size: 14px;
  border: 1px solid #dee2e6;
  text-align: center;
}

.table-container table tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.03);
}

.table-container table tbody tr:hover {
  /*background-color: rgba(0, 0, 0, 0.075);*/
  background-color: rgba(165, 213, 226, 1);
  color: #fff;
}

@media (max-width: 767.99px) {
  .table-container-responsive-md table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 991.99px) {
  .table-container-responsive-lg table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}

@media (max-width: 1199.99px) {
  .table-container-responsive-xl table {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
/*#endregion*/
.main-title {
  display: inline-block;
  font-size: 20px;
  padding: 12px 28px;
  background: #d67517;
  color: #fff;
}

.sub-title {
  position: relative;
  color: #c0af5f;
  vertical-align: middle;
}

.sub-title .fa:before {
  position: relative;
  font-size: 14px;
  vertical-align: middle;
}

/*hr*/
.hr {
  background: #f2f2f2;
  margin-bottom: 40px;
}

.hr h6 {
  color: #b7b05f;
  font-size: 18px;
}
/*job*/
.job {
  overflow: hidden;
  border-bottom: 1px solid #d1d1d1;
  padding-top: 20px;
  padding-bottom: 20px;
}

.job .rounded-circle {
  display: inline-block;
  padding: 8px 13px;
  background: #e4e4e4;
  margin-right: 15px;
}

.job a {
  color: #bab148;
  font-weight: 400;
  font-size: 16px;
}

.job b {
  font-size: 12px;
  color: #bab148;
}

.job .fa {
  font-size: 36px;
  color: #fff;
}

.job .col-4:not(:first-child) {
  padding-top: 15px;
}

.home-bottom {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  flex-basis: 115px;
  border-top: 4px solid #b2804f;
  background: rgba(41, 41, 41, 0.9);
  color: #999;
}

.home-bottom h6 {
  color: #bcaf49;
  font-size: 0.875rem;
}

.home-bottom p,
.home-bottom a {
  margin-bottom: 0.5rem;
  font-size: 12px;
}

.home-bottom .fa {
  margin-right: 6px;
}

.home-bottom .btn {
  border-radius: 0;
  background: #161616;
  color: #999;
}

.home-bottom .caret {
  margin-left: 60px;
}

@media (max-width: 992px) {
  .home-bottom .caret {
    margin-left: 10px;
  }
}

.home-bottom .dropdown-menu {
  background: rgba(41, 41, 41, 0.9);
}

.home-bottom .dropdown-menu > li > a {
  color: #eee;
}

.home-bottom .dropdown-menu > li > a:hover {
  background: #777;
  color: #f2f2f2;
}

.swiper-container {
  width: 100%;
  height: 100%;
}
.swiper-child {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
/*侧边导航*/
.side-share {
  position: fixed;
  right: 0;
  top: 40%;
  z-index: 100;
  line-height: 1;
}
.side-share ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.side-share > ul > li {
  position: relative;
  margin-bottom: 1px;
}
.side-share > ul > li > a {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  padding: 10px 6px;
  background: #c0b15e;
  background: rgba(192, 177, 94, 0.8);
  color: #fff;
  transition: all ease 0.2s;
}

.side-share ul > li > a > .fa {
  font-size: 20px;
}

.side-share > ul > li > div {
  position: absolute;
  z-index: 1;
  width: 120px;
  height: 100%;
  top: 0;
  left: 40px;
  background: #ae1c1c;
  color: #fff;
  font-size: 12px;
  transition: left ease-out 0.3s;
  text-align: center;
  padding: 5px;
  border-radius: 2px 0 0 2px;
  line-height: 1.3;
}

.side-share > ul > li:hover > a {
  background: #ae1c1c;
  color: #fff;
}

.side-share > ul > li:hover > div {
  color: #fff;
  left: -120px;
}
