/* Base structure */

html {
  font-size: 14px;
}
body {
  font-size: 14px;
  font-family: '微软雅黑', Arial, Helvetica, sans-serif;
  background-color: #fff;
}
body.index {
  
}
p {
  text-indent: 0;
}
ul {
  padding: 0;
  list-style: none;
}
a {
  text-decoration: none;
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #dc3545;
}
a.anchor {
  text-decoration: none;
}
a.anchor h2 {
  font-weight: bold;
}
/* content */
.content {
  padding: 0px 15px;
}
.content hr {
  margin-top: 1.5em;
  font-size: 30px;
  border-color: #b38a5f;
  border-width: 2px;
}
.content h2 {
  font-size: 1.5em;
  font-weight: 500;
  line-height: 2;
  color: #000;
}
.content p {
  margin-bottom: .5em;
  font-size: 1.1em;
  line-height: 2;
  vertical-align: center;
  color: #0b1c47;
}
.content li {
  font-size: 1em;
  line-height: 1.5;
}
.sidebar-header {
  padding: 0;
}
.sidebar .nav-link {
  padding: 0;
  font-size: 1.1em;
}
.navbar {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 1.25em;
  padding-right: 1.25em;
}
.navbar .navbar-title {
  font-size: 1.25em;
  font-weight: bold;
}
.navbar-nav .nav-link {  
  font-size: 1.1em;
}
.nav-item .dropdown-menu {    
  color: #fff;
  background: #222;
  border: none;
  border-radius: 0;
}
.nav-item .dropdown-item {
  padding: 0.5rem 5rem 0.5rem 2rem;
  color: #fff;
}
.nav-item .dropdown-item:hover,
.nav-item .dropdown-item:focus {
  background: #222;
  color: #dc3545;
}
.navbar-brand {
  margin-right: 20px;
  background: url('../img/logo.png') no-repeat;
}
.navbar-brand:hover {
  opacity: 0.8;
}
@media (min-width: 768px) {
  .navbar-brand {
    width: 200px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .navbar-brand {
    margin-top: 0px;
    width: 150px;
    height: 30px;
    background-size: contain;
  }
  .main-nav .navbar-nav {
    margin-top: 1em;
    padding-top: .5em;
    padding-bottom: .5em;
    border-top: 1px solid #2c2c2c;
  }
}
.news-list li,
.news-list li a {
  height: 35px;
  line-height: 35px;
}
.news-list li a {
  display: block;
  overflow: hidden;
  color: #0b1c47;
  border-bottom: 1px solid #eee;
  white-space: nowrap;
}
.news-list li a:hover {
  color: #d9534f;
  text-decoration: none;
}
.news-list .title {
  overflow: hidden;
  white-space: nowrap;
}
.news-list .date {
  margin-right: 20px;
  color: #6c757d;
  white-space: nowrap;
}
/* service-list */
.service-list .card-img {
  overflow: hidden;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;  
}
.service-list .card-img:hover {
  border-color: #e1e1e1;
  transform: scale(1.05);
}
.service-list .card-title {
  font-weight: bold;
  color: #0b1c47;
}
.service-list .card:hover .card-title {
  color: #d9534f;
}
.service-list .card-text {
  text-align: left;
  color: #6c757d;
}
/* about-us */
.about-intro .card-title {
  font-size: 2em;
  color: #0b1c47;
}
.about-intro .card-text {
  color: #6c757d;
  line-height: 2.5em;
}
@media (min-width: 768px) {
   .about-intro .btn {
     font-size: 1.1em;
     padding: .75rem 2rem;
   }
}
@media (max-width: 767px) {
  .about-intro .card-title {
    font-size: 1.5em;
  }
  .about-intro .card-text {
    font-size: 1em;
    line-height: 2em;
  }
  .about-intro .btn {
    font-size: .85em;
  }
}
.about-thumb .card {
  overflow: hidden;
  border-radius: 0;
}
.about-thumb .card-img {
  width: 600px;
  max-height: 320px;
  border-radius: 0;
  -webkit-transition: all 0.6s;
       -o-transition: all 0.6s;
          transition: all 0.6s;
}
.about-thumb .card-text {
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 0;
  width: 170px;
  font-size: 24px;
  color: #fff;
  border: 2px solid #fff;
}
.about-thumb:hover .card-img {
  transform: scale(1.2);
}
/* footer */
.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #fff;
}
.footer li {
  line-height: 30px;
  font-size: 14px;
}
.footer .icp-icon {
  position: relative;
  top: 2px;
  display: inline-block;  
  width: 16px;
  height: 16px;
  background-image: url(../../common/img/icons.png);
}
.footer-nav {
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2c2c2c;
}
@media (max-width: 767px) {
  .footer-nav {
    display: none;
  }
}
/* Customize the carousel */
/* Carousel base class */
.slider, .slider-fs {
  position: relative;
  overflow: hidden;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  white-space: nowrap;
}
.carousel-inner > .carousel-item > img {
  width: 100%;
  background-size: auto;
}
@media (max-width: 767px) {
  .slider,
  .slider,
  .slider .carousel-item,
  .slider .carousel-inner > .carousel-item > img {
    height: 220px;
  }
  .slider .carousel-caption {
    top: 20px;
  }
  .carousel-caption h2 {
    font-size: 1.0em;
  }
  .carousel-caption p {
    font-size: 0.75em;
  }
  .carousel .btn {
    font-size: .85em;
  }
}
@media (min-width: 768px) {
  .slider,
  .slider,
  .slider .carousel-item,
  .slider .carousel-inner > .carousel-item > img {
    height: 300px;
  }
  .slider .carousel-caption {
    top: 50px;
  }
  .carousel-caption h2 {
    font-size: 1.25em;
  }
  .carousel-caption p {
    font-size: 1.0em;
  }
  .carousel .btn {
     font-size: 1.1em;
     padding: .75rem 2rem;
   }
}
@media (min-width: 991px) {
  .slider,
  .slider,
  .slider .carousel-item,
  .slider .carousel-inner > .carousel-item > img {
    height: 400px;
  }
  .slider .carousel-caption {
    top: 100px;
  }
  .carousel-caption h2 {
    font-size: 2em;
  }
  .carousel-caption p {
    font-size: 1.25em;
  }
}
@media (min-width: 1200px) {
  .slider,
  .slider,
  /* Declare heights because of positioning of img element */
  .slider .carousel-item,
  .slider .carousel-inner > .carousel-item > img {
    height: 500px;
  }
  .slider .carousel-caption {
    top: 160px;
  }
}

@media (max-width: 767px) {
  .slider-fs,
  .slider-fs,
  .slider-fs .carousel-item,
  .slider-fs .carousel-inner > .carousel-item > img {
    height: 500px;
  }
  .slider-fs .carousel-caption {
    top: 150px;
  }
}
@media (min-width: 768px) {
  .slider-fs,
  .slider-fs,
  .slider-fs .carousel-item,
  .slider-fs .carousel-inner > .carousel-item > img {
    height: 600px;
  }
  .slider-fs .carousel-caption {
    top: 150px;
  }
}
@media (min-width: 991px) {
  .slider-fs,
  .slider-fs,
  .slider-fs .carousel-item,
  .slider-fs .carousel-inner > .carousel-item > img {
    height: 700px;
  }
  .slider-fs .carousel-caption {
    top: 250px;
  }
}
@media (min-width: 1200px) {
  .slider-fs,
  /* Declare heights because of positioning of img element */
  .slider-fs .carousel-item,
  .slider-fs .carousel-inner > .carousel-item > img {
    height: 900px;
  }
  .slider-fs .carousel-caption {
    top: 350px;
  }
}

/* banner */
@media (min-width: 768px) {
  .banner {
    overflow: hidden;
    height: 230px;
    background-position: top left;
  }
}
@media (max-width: 767px) {
  .banner {
    overflow: hidden;
    display: none;
    height: 90px;
    width: 767px;
    background-size: contain;
  }
}
/* contact page*/
.contact-us .card-img {
  position: relative;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  height: 100px;
  font-size: 32px;
  line-height: 100px;
  color: #27323d;
  border: 1px solid #333;
  border-radius: 50%;
}
.address-map {
  padding: 2px;
  width: auto;
  height: 400px;
  border: 1px solid #eee;
}
.animated.slow {
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
}
/** product page */
.product-card {
  background: #fff;
  border: none;
}
.product-card .card-title {
  font-size: 1.2em;
  font-weight: bold;
}
.product-card .card-header {
  border-bottom: 1px solid #ebedf2;
  background: #fff;
}
.product-card .card-body {
  background: #fff;
}
.product-card .card-footer {
  border-top: 1px solid #ebedf2;
  background: #fff;
}
.product-card p {
  line-height: 2;
}
.product-card table th,
.product-card table td {
  white-space: nowrap;
}
.product-table {
  width: 100%;
  background: #fff;
}
.product-table thead th {
  overflow: hidden;
  white-space: nowrap;
  color: #343a40;
  border-top: none;
  border-bottom: none;
}
.product-table th,
.product-table td {
  overflow: hidden;
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #343a40;
  border-top: 1px solid #ebedf2;
}
.product-table tr th:first-child,
.product-table tr td:first-child {
  padding-left: 1.25em;
}
.product-table tr th:last-child,
.product-table tr td:last-child {
  padding-right: 1.25em;
}
.product-table .title {
  max-width: 220px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product-list .table th,
.product-list .table td {
  padding-top: 0;
  padding-bottom: 0;
  height: 100px;
  line-height: 100px;
  vertical-align: middle;
}
/* nav canvas*/
.nav-canvas-sm {
  display: block;
  overflow: hidden;
  padding: 0;
  margin-right: -20px;
  height: 60px;
  min-width: 160px;
}
.nav-canvas-sm .chart {
  margin-top: -50px;
  width: 160px;
  height: 160px;
}
.nav-canvas-md {
  overflow: hidden;
  padding: 1em;
  height: 220px;
}
.nav-canvas-md .chart {
  margin-top: -60px;
  width: auto;
  height: 335px;
}
@media (min-width: 768px) {
  .nav-canvas {
    height: 500px;
  }
}
@media (max-width: 767px) {
  .nav-canvas {
    height: 350px;
  }
}
.table-md th,
.table-md td {
  padding: 0.5rem;
}
