@import 'reset.css';
@import 'homeTop.css';
@font-face {
  font-family: "Hiragino Sans GB", "Helvetica、Helvetica Neue", "Microsoft Yahei", sans-serif;
  src: url('syht.css');
}
body {
  font-family: "Hiragino Sans GB", "Helvetica、Helvetica Neue", "Microsoft Yahei", sans-serif;
  background: #fff;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  outline: none;
  background: none;
  text-decoration: none;
}
::selection {
  background: #FFF;
  color: #333;
}
::-moz-selection {
  background: #FFF;
  color: #333;
}
::-webkit-selection {
  background: #FFF;
  color: #333;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.container-fluid {
  height: 300px;
  background-image: -moz-linear-gradient(0deg, #2f25b8 0%, #0c5bba 100%);
  background-image: -webkit-linear-gradient(0deg, #2f25b8 0%, #0c5bba 100%);
  background-image: -ms-linear-gradient(0deg, #2f25b8 0%, #0c5bba 100%);
  border-bottom: 1px solid rgba(10, 32, 112, 0.2);
  background: url('../img/banner.png') no-repeat;
  background-size: contain contain;
}
.header {
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
}
.header .media {
  width: 50%;
}
.header .media img {
  width: 120px;
  height: 120px;
}
.header .media .media-body h5 {
  font-size: 34px;
  color: #fff;
}
.header .media .media-body p {
  font-size: 20px;
  color: #fff;
  line-height: 2;
}
.header .media .media-body p i {
  color: #34d292;
}
.header .but {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .but a {
  width: 210px;
  height: 66px;
  font-size: 24px;
  color: #fff;
  background: #fd5f39;
  text-align: center;
  line-height: 66px;
  align-self: flex-end;
}
.header .but a img {
  width: 24px;
  height: 24px;
}
@media (max-width: 575.98px) {
  .header .media {
    width: 100%;
  }
  .header .media img {
    width: 80px;
    height: 80px;
  }
  .header .media .media-body h5 {
    font-size: 24px;
    color: #fff;
  }
  .header .media .media-body p {
    font-size: 14px;
    color: #fff;
    line-height: 2;
  }
  .header .media .media-body p i {
    color: #34d292;
  }
  .header .but {
    width: 100%;
    padding-top: 20px;
  }
  .header .but a {
    align-self: flex-start;
  }
}
.title-product {
  padding-top: 134px;
}
.product h3 {
  font-size: 18px;
  color: #252525;
  margin: 20px 0;
}
.product p {
  font-size: 16px;
  color: #737a82;
  line-height: 3;
}
.product .media {
  margin-bottom: 24px;
}
.product .media img {
  width: 160px;
}
.product .media .media-body h5 {
  font-size: 16px;
}
.product .media .media-body .badge-light {
  border: 1px solid #eee;
  color: #a2a2a2;
  margin: 16px 0;
}
.product .media .media-body p {
  font-size: 14px;
  color: #656d76;
  line-height: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.product .slide .carousel-inner .carousel-item {
  text-align: center;
}
.product .slide .carousel-inner .carousel-item img {
  width: 360px;
}
.product .address .card .card-header {
  font-size: 20px;
  color: #828894;
  background: none;
}
.product .address .card .card-header i {
  color: #5287cd;
}
.product .address .card .card-body {
  padding: 0;
}
@media (max-width: 575.98px) {
  .product .media img {
    width: 80px;
  }
}
.carousel {
  margin: 0 auto;
}
.shopee {
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 30px 30px 26px 24px;
  margin-bottom: 20px;
}
.shopee .media img {
  width: 70px;
}
.shopee .media .media-body .mt-0 {
  font-size: 22px;
  color: #252525;
  margin-bottom: 16px;
}
.shopee .media .media-body p {
  font-size: 14px;
  color: #898f9e;
}
.shopee .information li {
  font-size: 14px;
  line-height: 3;
}
.shopee .information li a {
  color: #737a82;
}
.shopee .information li a i {
  margin-right: 10px;
  margin-left: 4px;
}
.shopee .information li a img {
  width: 14px;
}
.guanli {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.guanli h3 {
  font-size: 20px;
  color: #252525;
}
.guanli .img {
  text-align: center;
}
.guanli .img img {
  width: 86px;
  height: 86px;
  border-radius: 50%;
}
.guanli p {
  text-align: center;
  font-size: 16px;
  line-height: 2;
}
.guanli .title_p p {
  text-align: left;
  font-size: 14px;
  color: #828894;
  line-height: 2;
}
.card {
  margin-top: 20px;
}
.card .title-nav {
  font-size: 20px;
  color: #252525;
}
.card .badge-light {
  border: 1px solid #5287cd;
  color: #5287cd;
  padding: 6px 14px;
  margin: 10px 4px;
}
.iac .card-body .title-nav {
  margin-bottom: 10px;
}
.iac .card-body ul li {
  font-size: 14px;
  color: #828894;
  line-height: 2;
}
}
