.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-24 {
  font-size: 24px;
}

.w-20 {
  width: 20%;
  box-sizing: border-box;
}

.w-50 {
  width: 50%;
  box-sizing: border-box;
}

.color-fff {
  color: #fff !important;
}

.color-333 {
  color: #333;
}

.color-666 {
  color: #666;
}

.color-999 {
  color: #999;
}

.color-aaa {
  color: #aaa;
}

.color-bbb {
  color: #bbb;
}

.color-ccc {
  color: #ccc;
}

.color-ddd {
  color: #ddd;
}

.color-eee {
  color: #eee;
}

ul, html, body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
}

body {
  padding-top: 123px;
}

li {
  list-style: none;
}

.bg-master {
  background-color: #08A882;
}

.text-master {
  color: #08A882;
}

.text-yellow {
  color: #EC9A29;
}

.text-hui {
  color: #DAD2D8;
}

.text-bold {
  font-weight: bold;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}

.navbar-nav .nav-item {
  padding: 0 20px;
  transition: all .2s ease-in-out;
}

.navbar-nav .nav-item a {
  transition: all .2s ease-in-out;
}

.navbar-nav .nav-item:hover, .navbar-nav .nav-item.active {
  background: rgba(67, 67, 66, 0.4);
  /* background: #fff !important; */
}

/* .navbar-nav .nav-item:hover a, .navbar-nav .nav-item.active a {
  color: #333 !important
} */

.carousel-inner .carousel-item {
  height:341px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.title-line {
  width: 60px;
  margin: 0 auto;
  height: 3px;
}

.hover-shadow:hover {
  box-shadow: 3px 3px 5px #ddd;
}

.home-pro-item-img {
  position: relative;
  height:200px;
  overflow:hidden;
}

.home-pro-item-warp {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.3;
}

.home-pro-item:hover .home-pro-item-warp {
  display: block
}

.home-pro-item:hover {
  text-decoration: none;
}

.home-pro-item:hover .home-pro-item-title {
  color: #08A882;
}

.hover-item {
  padding: 0 5px;
  transition: all 0.2s ease-in-out;
}

.hover-item a:hover {
  text-decoration: none;
}

.hover-item:hover {
  padding: 0 10px;
  background: #eee;
}

.friend-link:hover {
  text-decoration: none;
  color: #EC9A29;
}

.detail-banner {
  height: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('./images/banner2.png');
  opacity: 0.8;
}

.sidebar-product li {
  padding: 8px 0;
}

.sidebar-product li a {
  font-size: 14px;
  color: #666
}

.sidebar-product li a:hover {
  color: #08A882;
  text-decoration: none;
}

.sidebar-title {
  display: inline-block;
  border-bottom: 1px #08A882 solid;
  padding: 6px 0;
  margin-bottom: -1px;
}

.news-list li {
  border-bottom: 1px #ccc dashed;
  padding: 8px 0;
}

.news-list li a {
  color: #666;
}

.news-list li a:hover {
  color: #08A882;
  text-decoration: none;
}

.home-about-p {
  height: 180px;
  overflow: hidden;
}

.footer-product{
  width: 11%;
}

.footer-product a{
  font-size: 14px;
  color: #aaa;
}

.footer-product a:hover{
  text-decoration: none;
  color: #08A882;
}

.small-phone {
  display: none;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 50px;
  line-height: 50px;
  width: 100%;
  background-color: #212529;
}

.small-phone a {
  display: inline-block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 18px;
  color: #fff;
  text-decoration: none !important;
}

.head-title:hover{
  text-decoration: none;
}
.head-title h1{
  color: #333;
}
.head-title p{
  color: #666;
}

/* lg */

@media only screen and (max-width: 1200px) {
  .carousel-inner .carousel-item {
    height: 341px;
  }
}

/* md */

@media only screen and (max-width: 992px) {
  .nav-warp {
    padding: 10px 0;
  }
  .carousel-inner .carousel-item {
    height: 341px;
  }
}

/* sm */

@media only screen and (max-width: 768px) {
  body {
    padding-top: 62px;
    padding-bottom: 50px;
  }
  footer {
    margin-bottom: 50px;
  }
  .small-phone {
    display: block;
  }
  .home-pro-item-img{
    height:100px;
  }
}

/* XS */

@media only screen and (max-width: 576px) {
  body {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .carousel-inner .carousel-item {
    height: 250px;
  }
  .small-phone {
    display: block;
  }
}