.navbar-brand img {
  max-height: 3rem; }

.navbar-t-white {
  border-bottom: 1px solid #005cbf; }

.group-dyn ul {
  margin: 0 auto;
  padding: 0; }
.group-dyn ul, .group-dyn li {
  list-style: none; }
.group-dyn li {
  font-size: 0.95rem;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
  border-bottom: 1px dashed #cccccc;
  display: block;
  width: 100%; }
  .group-dyn li a {
    color: #000; }
    .group-dyn li a:hover {
      color: #0056b3; }
  .group-dyn li span {
    display: inline-block;
    width: 76%;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left; }
  .group-dyn li span:last-child {
    font-size: 0.9rem;
    text-align: right;
    display: inline-block;
    width: 22%;
    color: #999; }
.group-dyn li:last-child {
  border-bottom: unset;
  margin-bottom: 1.5rem; }

.group-info {
  text-align: center; }
  .group-info h2 {
    width: 30%;
    margin: auto;
    margin-bottom: 1rem; }
  .group-info .group-info-c {
    text-align: left;
    text-indent: 2rem;
    line-height: 1.7rem; }

.t-carousel {
  margin: 1rem 0; }
  .t-carousel img {
    max-height: 260px;
    max-width: 100%; }

.banner {
  margin: 0 auto;
  padding: 0; }

.banner1 img {
  width: 100%; }

.product-show {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 200px;
  margin-bottom: 2rem; }
  .product-show .product-list {
    width: 4000px;
    position: absolute;
    animation: tscroll 20s linear 0s infinite;
    -webkit-animation: tscroll 20s linear 0s infinite;
    left: 0;
    top: 0; }
@keyframes tscroll {
  from {
    left: 0; }
  to {
    left: -1280px; } }
@-webkit-keyframes tscroll {
  from {
    left: 0; }
  to {
    left: -1280px; } }
  .product-show ul, .product-show li {
    list-style: none; }
  .product-show ul {
    padding: 0;
    margin: 0 auto; }
  .product-show li {
    display: inline-block;
    margin-right: 10px; }
  .product-show img {
    width: 200px; }

.footer-t-first {
  padding: 0.5rem 0 1rem 0;
  color: #fff;
  background-color: #242424;
  font-size: 0.9rem;
  line-height: 1.6rem; }
  .footer-t-first h3 {
    font-weight: bold;
    color: #cccccc;
    font-size: 1rem;
    margin-top: 1rem; }
  .footer-t-first a {
    color: #fff; }
  .footer-t-first ul {
    width: 100%;
    padding: 0;
    margin: 0 auto; }
  .footer-t-first ul, .footer-t-first li {
    font-size: 0.8rem;
    list-style: none; }
  @media (max-width: 768px) {
    .footer-t-first .footer-product {
      display: none; } }

.footer-t-last {
  padding: 0.5rem 0;
  font-size: 0.8rem;
  color: #cccccc;
  background-color: #333333; }

.media-fluid .t-row-fluid {
  border-bottom: 1px dashed #cccccc;
  margin-top: 2rem;
  padding-bottom: 2rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }
.media-fluid .t-row-fluid:last-child {
  border-bottom: unset; }
.media-fluid h2 {
  text-align: center;
  margin: auto;
  width: 30%;
  margin-bottom: 1rem; }
.media-fluid .fluid-img {
  text-align: center; }
.media-fluid .fluid-header {
  display: table;
  margin-bottom: 2rem; }
  .media-fluid .fluid-header .fluid-no {
    font-size: 3rem;
    display: table-cell;
    color: #ccc;
    padding-right: 1rem; }
  .media-fluid .fluid-header .fluid-title {
    vertical-align: middle;
    font-size: 1.5rem;
    display: table-cell; }
.media-fluid .fluid-body {
  line-height: 2.3rem; }
.media-fluid .media-fluid-body {
  margin-top: 1rem;
  /*  padding-left: 3rem;
    @media (max-width: 768px) {
      padding-left: unset;
    }*/ }
.media-fluid ul {
  margin: 0 auto;
  padding: 0; }
.media-fluid ul, .media-fluid li {
  list-style: none; }
.media-fluid li:before {
  font-weight: bold;
  content: '-';
  color: blue; }

.product-header {
  width: 100%;
  display: table;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #0056b3;
  margin-bottom: 0.8rem; }
  .product-header .product-title {
    display: table-cell;
    width: 50%;
    font-size: 1.2rem;
    color: #0056b3; }
  .product-header .product-more {
    text-align: right;
    display: table-cell;
    width: 50%;
    color: #999;
    font-size: 0.8rem; }
    .product-header .product-more a {
      color: #999; }
      .product-header .product-more a:hover {
        color: #0056b3; }

.group-dyn-header {
  display: table;
  width: 100%;
  padding-bottom: 0.3rem;
  margin-bottom: 0.2rem;
  border-bottom: 1px solid #5E9DDB; }
  .group-dyn-header .group-dyn-title-h {
    color: #0056b3;
    font-size: 1.2rem;
    width: 50%;
    display: table-cell;
    text-align: left; }
  .group-dyn-header .group-dyn-title-more {
    color: #999;
    font-size: 0.8rem;
    width: 50%;
    display: table-cell;
    text-align: right; }
    .group-dyn-header .group-dyn-title-more a {
      color: #999; }
      .group-dyn-header .group-dyn-title-more a:hover {
        color: #0056b3; }

.dropdown-menu {
  margin-top: 1rem; }

.navbar-light .navbar-nav .active .nav-link {
  color: #005cbf; }
.navbar-light .navbar-nav .nav-link {
  color: #000; }
  .navbar-light .navbar-nav .nav-link:hover {
    color: #005cbf; }

.t-m-b-1 {
  margin-bottom: 1rem; }

.t-m-t-1 {
  margin-top: 1rem; }

.t-m-b-2 {
  margin-bottom: 2rem; }

.t-m-t-2 {
  margin-top: 2rem; }

.t-p-b-1 {
  padding-bottom: 1rem; }

.t-p-t-1 {
  padding-top: 1rem; }

.t-p-b-2 {
  padding-bottom: 2rem; }

.t-p-t-2 {
  padding-top: 2rem; }

h2 {
  width: 100%;
  color: #5E9DDB;
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #5b9ddb;
  margin-bottom: 0.7rem; }

h3 {
  font-size: 1rem; }

a:hover {
  text-decoration: none; }

.intr-page {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  .intr-page h1 {
    color: #005cbf;
    margin: auto;
    text-align: center;
    display: block;
    width: 50%;
    font-weight: bold;
    border-bottom: 1px solid #0056b3;
    padding-bottom: 1rem;
    margin-bottom: 1rem; }
  .intr-page p {
    line-height: 2rem;
    text-indent: 2rem; }

.contact-page {
  margin-bottom: 2rem;
  margin-top: 2rem; }

.contact-h {
  color: #0056b3;
  font-size: 1.3rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #0056b3; }

.contact-l-h {
  background-color: #0689DB;
  color: #fff;
  font-size: 1.1rem;
  padding: 0.5rem;
  border-top-left-radius: 0.2rem;
  border-top-right-radius: 0.2rem; }

.contact-l-b {
  font-size: 0.95rem;
  border: 1px solid #dee2e6;
  border-top: unset;
  padding: 0.5rem; }
  .contact-l-b p {
    width: 100%;
    line-height: 2rem;
    display: block;
    margin-bottom: unset; }

.contact-card h2 {
  color: #000;
  font-size: 1.1rem;
  border: unset;
  margin-bottom: 0.5rem;
  padding-bottom: 0.2rem; }
.contact-card p {
  width: 100%;
  line-height: 2rem;
  display: block;
  margin-bottom: unset; }

.list-page .list-prodcut-header {
  font-size: 1.1rem;
  color: #ffffff;
  background-color: #0689DB;
  padding: 0.3rem 0.5rem; }
.list-page .list-product {
  margin-bottom: 1rem; }
  .list-page .list-product li {
    border-bottom: 1px dashed #d3d9df; }
    .list-page .list-product li:last-child {
      border-bottom: unset; }
.list-page .list-r .list-r-header {
  border-bottom: 1px solid #0689DB;
  padding-bottom: 0.3rem;
  color: #0689DB;
  margin-bottom: 1rem; }
.list-page .list-r .list-r-body {
  padding: 1rem; }
  .list-page .list-r .list-r-body .card {
    margin-bottom: 1rem; }
    .list-page .list-r .list-r-body .card .card-img-top {
      max-height: 126px; }
  .list-page .list-r .list-r-body .card-body {
    text-align: center;
    padding: 0.3rem;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .list-page .list-r .list-r-body p, .list-page .list-r .list-r-body table {
    width: 100%; }
  .list-page .list-r .list-r-body table {
    text-align: center; }
.list-page ul, .list-page li {
  list-style: none; }
.list-page ul {
  font-size: 0.95rem;
  margin: 0 auto;
  line-height: 1.7rem;
  padding: 0.5rem; }
.list-page a {
  color: #000; }
  .list-page a:hover {
    color: #0689DB; }

.shadow-lg {
  box-shadow: 0px -5px 80px 0px rgba(0, 0, 0, 0.17) !important; }

.article-page .list-prodcut-header {
  font-size: 1.1rem;
  color: #ffffff;
  background-color: #0689DB;
  padding: 0.3rem 0.5rem; }
.article-page .list-product {
  margin-bottom: 1rem; }
  .article-page .list-product li {
    border-bottom: 1px dashed #d3d9df; }
    .article-page .list-product li:last-child {
      border-bottom: unset; }
.article-page .list-r .list-r-header {
  border-bottom: 1px solid #0689DB;
  padding-bottom: 0.3rem;
  color: #0689DB;
  margin-bottom: 1rem; }
.article-page .list-r .list-r-body {
  padding: 1rem; }
  .article-page .list-r .list-r-body .card {
    margin-bottom: 1rem; }
    .article-page .list-r .list-r-body .card .card-img-top {
      max-height: 126px; }
  .article-page .list-r .list-r-body .card-body {
    text-align: center;
    padding: 0.3rem;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis; }
  .article-page .list-r .list-r-body p, .article-page .list-r .list-r-body table {
    width: 100%; }
  .article-page .list-r .list-r-body table {
    text-align: center; }
.article-page ul, .article-page li {
  list-style: none; }
.article-page ul {
  font-size: 0.95rem;
  margin: 0 auto;
  line-height: 1.7rem;
  padding: 0.5rem; }
.article-page a {
  color: #000; }
  .article-page a:hover {
    color: #0689DB; }
.article-page .article-info {
  max-width: 60%;
  margin: 0 auto;
  border-bottom: 1px solid #5b9ddb; }
  .article-page .article-info ul {
    margin: 0; }
.article-page .article-img {
  width: 100%; }
  .article-page .article-img ul {
    padding-top: 1rem; }
    .article-page .article-img ul li {
      text-align: center;
      margin-bottom: 1rem; }
  .article-page .article-img img {
    max-width: 100%; }

.top-dianhua {
  display: table;
  vertical-align: middle; }
  .top-dianhua span {
    display: table-cell;
    color: #0689DB;
    font-size: 1.9rem; }
    .top-dianhua span:last-child {
      vertical-align: middle;
      font-size: 1rem; }

.news ul, .news li {
  list-style: none; }
.news .news-list li {
  border-bottom: 1px dashed #dee2e6; }
  .news .news-list li .news-title {
    max-width: 85%;
    overflow: hidden;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis; }
    @media (max-width: 768px) {
      .news .news-list li .news-title {
        max-width: 60%; } }

.article-news .news-title {
  color: #0689DB; }
  .article-news .news-title h1 {
    font-size: 1.3rem; }
.article-news .news-attach {
  color: #AAAAAA; }

/*# sourceMappingURL=style.css.map */
