.company-home-index .container.factory-tour-content img {
  display: inline !important;
  height: 100% !important;
}
.company-home-index .container.factory-tour-content .title {
  text-align: center;
  font-size: 30px;
  position: relative;
}
.company-home-index .container.factory-tour-content .title:not(:first-child) {
  margin: 40px auto;
}
.company-home-index .container.factory-tour-content .title:after {
  content: '___';
  color: orange;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  height: 20px;
}
.company-home-index .container.factory-tour-content .category-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.company-home-index .container.factory-tour-content .category-list .category-item {
  margin: 40px 10px;
  width: 400px;
  height: 300px;
  background: white;
  text-align: center;
  border: #c7c5c5 1px solid;
}
.company-home-index .container.factory-tour-content .category-list .category-item .item-img {
  height: 85%;
}
.company-home-index .container.factory-tour-content .category-list .category-item .category-title {
  font-size: 16px;
  height: 15%;
  width: 100%;
  background: #6f6f6f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-home-index .container.factory-tour-content .company-detail {
  margin-top: 60px;
  font-size: 20px;
}
.company-home-index .container.factory-tour-content .company-contact {
  margin: 40px auto;
  display: flex;
  justify-content: space-evenly;
  width: 100%;
  text-align: center;
  flex-wrap: wrap;
}
.company-home-index .container.factory-tour-content .company-contact .contact-item {
  display: flex;
  margin: 30px 1%;
  width: 30%;
  color: #acadae;
  align-items: center;
}
.company-home-index .container.factory-tour-content .company-contact .contact-item i {
  width: 50px;
}
.company-home-index .container.factory-tour-content .company-contact .contact-item .contact-detail {
  margin-left: 10px;
  text-align: left;
  width: 40%;
  color: #eaac53;
}
.company-home-index .container.factory-tour-content .contact-item-start {
  justify-content: flex-start;
}
.company-home-index .container.factory-tour-content .contact-item-center {
  justify-content: center;
}
.company-home-index .container.factory-tour-content .contact-item-end {
  justify-content: flex-end;
}
.company-home-index .container.factory-tour-content th {
  background: #ebeced;
  width: 40%;
  height: 60px;
  vertical-align: middle !important;
  padding-left: 50px !important;
}
.company-home-index .container.factory-tour-content td {
  padding-left: 50px !important;
  vertical-align: middle !important;
  height: 60px;
}
.company-home-index .container.factory-tour-content .contact-btn {
  text-align: center;
  margin: 40px auto;
}
.company-home-index .container.factory-tour-content .contact-btn button {
  width: 250px;
  height: 50px;
  font-size: 20px;
  background: #eaac53;
  color: white;
}
.company-home-index .container.factory-tour-content .contact-btn button .title {
  font-size: 100%;
}
.company-home-index .categories > .title {
  text-align: center;
  font-size: 30px;
  position: relative;
}
.company-home-index .categories > .title:after {
  content: '___';
  color: orange;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  height: 20px;
}
.company-home-index .categories .category-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.company-home-index .categories .category-list .category-item {
  margin: 40px 1%;
  width: 400px;
  height: 314px;
  background: white;
  text-align: center;
  border: #c7c5c5 1px solid;
}
.company-home-index .categories .category-list .category-item .item-img {
  height: 85%;
  overflow: hidden;
}
.company-home-index .categories .category-list .category-item .item-img img {
  width: 100%;
}
.company-home-index .categories .category-list .category-item .category-title {
  font-size: 16px;
  height: 15%;
  width: 100%;
  background: #6f6f6f;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-home-index .hot-products > .title {
  text-align: center;
  font-size: 30px;
  position: relative;
  margin: 40px auto;
}
.company-home-index .hot-products > .title:after {
  content: '___';
  color: orange;
  left: 0;
  right: 0;
  position: absolute;
  bottom: 0;
  height: 20px;
}
.company-home-index .hot-products .hot-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.company-home-index .hot-products .hot-list .hot-item {
  padding: 10px;
  text-align: center;
  width: 250px;
  height: 450px;
  background: white;
  padding: 20px 1%;
  margin: 10px;
  border: #c7c5c5 1px solid;
}
.company-home-index .hot-products .hot-list .hot-item .hot-img {
  height: 60%;
  overflow: hidden;
}
.company-home-index .hot-products .hot-list .hot-item .hot-img img {
  width: 100%;
}
.company-home-index .hot-products .hot-list .hot-item .item-detail {
  width: 100%;
  height: 40%;
  position: relative;
}
.company-home-index .hot-products .hot-list .hot-item .item-detail .product-detail {
  text-align: center;
  margin-top: 10px;
  width: 100%;
  height: 5rem;
  overflow: hidden;
}
.company-home-index .hot-products .hot-list .hot-item .item-detail .product-detail .contact {
  position: absolute;
  bottom: 25px;
  width: 100%;
  font-size: 16px;
}

/*# sourceMappingURL=company-home.css.map */
