/* Animate.css动画演示 */
@import "../plugin/swiper/animate.min.css";

/* Swiper 7.4.1 */
@import "../plugin/swiper/swiper-bundle.min.css";

/* 字体图标 */
@import "../plugin/font/css/font-awesome.min.css";

/* 核心样式 */
@import "../css/core/bootstrap.min.css";

/* 公用样式 */
@import "../css/public.css";
@import "../css/index.css";

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 40px 0;
}
.place-title {
  width: 100%;
  float: left;
}
.place-title .title>h6 {
  width: 100%;
  line-height: 25px;
  margin-top: 5px;
  font-size: 14px;
  color: #333;
  text-align: center;
}
.place-title .title>h6>span {
  color: #5fb632;
  text-decoration: underline;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 40px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .place-content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menu-title {
    width: calc(100% + 40px);
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
    background-color: #dd0d0e;
  }
  .menu-title-active {
    text-align: left;
  }
  .menu-title-active::after {
    content: "\f078";
    font-family: FontAwesome;
    font-size: 16px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */
/* 菜单 */
.menu-list {
  float: left;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  width: calc(100% + 6px);
  margin-left: -3px;
}
.menu-list>li {
  width: calc(14.285% - 6px);
  float: left;
  margin: 0 3px 6px 3px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 46px;
  border: 1px solid #d4d4d4;
  border-radius: 24px;
  text-align: center;
  font-size: 16px;
  color: #2c2c2c;
  padding: 0 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li>a:hover,
.menu-list>li.menu-active>a {
  border-color: #ec0913;
  background-color: #ec0913;
  color: #fff;
}

@media (max-width: 1240px) {
  .menu-list>li {
    width: calc(16.666666% - 6px);
  }
}

@media (max-width: 991px) {
  .menu-list>li {
    width: calc(25% - 6px);
  }
}
@media (max-width: 767px) {
  .menu-list {
    display: none;
    margin: 0;
    width: 100%;
    transition: initial;
  }
  .menu-list>li {
    width: 100%;
    margin: 2px 0 0 0;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 38px;
    border-radius: 20px;
    font-size: 14px;
  }
}

/* 产品与服务 */
.place-title .product-nav-box {
  width: 100%;
  margin-top: 25px;
  position: relative;
}
.place-title .product-nav-box .prev-button {
  left: -60px;
}
.place-title .product-nav-box .next-button {
  right: -60px;
}

.product-list {
  width: 102%;
  margin-left: -1%;
  display: flex;
  flex-wrap: wrap;
}
.product-list>li {
  width: 23%;
  float: left;
  margin: 0 1% 16px 1%;
}
.product-list>li>a .product-img {
  width: 100%;
  overflow: hidden;
  border-radius: 5px;
  border: 1px solid #eee;
  position: relative;
}
.product-list>li>a .product-img::before {
  content: "";
  display: block;
  padding-top: 87.5%;
}
.product-list>li>a>h1 {
  display: block;
  overflow: hidden;
  height: 54px;
  line-height: 54px;
  text-align: center;
  font-size: 16px;
  color: #222;
}
.product-list>li>a:hover .product-img {
  border-width: 2px;
  border-color: #dd0d0e;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-details-left {
  width: 40%;
  float: left;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ddd;
}
.product-details-left::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.product-details-right {
  width: 60%;
  float: left;
  padding: 50px;
  padding-right: 0;
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  line-height: 1;
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.product-details-right .product-details-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 30px;
}
.product-details-right .product-details-more {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.product-details-right .product-details-more>a {
  width: 150px;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 5px;
  background-color: #dd0d0e;
  font-size: 16px;
  color: #fff;
}
.product-details-right .product-details-more>a:hover {
  background-color: #5fb632;
}
.product-details-content {
  width: 100%;
  float: left;
  margin-top: 50px;
  font-size: 16px;
  line-height: 30px;
}
.product-details-title {
  display: block;
  overflow: hidden;
  background-color: #eee;
  margin-bottom: 30px;
}
.product-details-title>span {
  float: left;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  font-size: 18px;
  color: #fff;
  background-color: #dd0d0e;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1540px) {
  .place-title .product-nav-box {
    padding: 0 55px;
  }
  .place-title .product-nav-box .prev-button {
    left: 0;
  }
  .place-title .product-nav-box .next-button {
    right: 0;
  }
}
@media (max-width: 991px) {
  .product-list>li {
    width: calc(calc(100% / 3) - 2%);
  }
  .product-details-right {
    padding: 30px;
    padding-right: 0;
  }
  .product-details-content {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .place-title .product-nav-box {
    padding: 0 35px;
    margin-top: 10px;
  }

  .product-list {
    width: 100%;
    margin: 0;
    justify-content: space-between;
  }
  .product-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
  .product-list>li>a>h1 {
    height: 40px;
    line-height: 40px;
  }

  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    margin-top: 15px;
    padding: 0;
  }
  .product-details-right .product-details-text {
    margin-top: 10px;
  }
  .product-details-right .product-details-more {
    margin-top: 10px;
  }
  .product-details-right .product-details-more>a {
    width: 110px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
  }
  .product-details-content {
    margin-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }
  .product-details-title {
    margin-bottom: 10px;
  }
  .product-details-title>span {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
    padding: 0 15px;
  }
}
/* END-产品与服务 */

/* 设备展示 */
.equipment-list {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
}
.equipment-list>li {
  width: 23%;
  float: left;
  margin: 0 1% 16px 1%;
}
.equipment-list>li .equipment-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}
.equipment-list>li .equipment-img::before {
  content: "";
  display: block;
  padding-top: 66.817156%;
}
.equipment-list>li .equipment-img .equipment-hover {
  width: 100%;
  height: 100%;
  background-color: rgba(221, 13, 14, 0.8);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: -100%;
  z-index: 2;
}
.equipment-list>li .equipment-img .equipment-hover>div {
  width: 100%;
  overflow: hidden;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.equipment-list>li .equipment-img .equipment-hover>span {
  width: 64px;
  float: left;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-size: 12px;
  color: #333;
  text-transform: uppercase;
  margin-top: 10px;
  background-color: #fff;
  border-radius: 5px;
}
.equipment-list>li h1 {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 15px;
}
.equipment-list>li:hover .equipment-img .equipment-hover {
  bottom: 0;
}

@media (max-width: 991px) {
  .equipment-list>li {
    width: calc(calc(100% / 3) - 2%);
  }
}
@media (max-width: 767px) {
  .equipment-list {
    justify-content: space-between;
    width: 100%;
    margin: 0;
  }
  .equipment-list>li {
    width: calc(50% - 5px);
    margin: 0 0 10px 0;
  }
}
/* END-设备展示 */

/* 新闻资讯 */
.info-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.info-list>li {
  width: calc(50% - 15px);
  float: left;
  margin-bottom: 30px;
}
.info-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
.info-list>li>a .news-img {
  width: 30%;
  float: left;
  overflow: hidden;
  position: relative;
}
.info-list>li>a .news-box {
  width: 70%;
  float: left;
  padding-left: 25px;
}
.info-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.info-list>li>a .news-box>h1>span {
  float: right;
  font-size: 14px;
  color: #60b632;
  font-weight: normal;
  margin-left: 10px;
}
.info-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 120px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-top: 5px;
}
.info-list>li>a:hover .news-img>img {
  transform: scale(1.1);
}
.info-list>li>a:hover .news-box>h1 {
  color: #60b632;
}

.news-details {
  display: block;
  overflow: hidden;
}
.news-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
}
.news-details-time {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 14px;
  color: #666;
  line-height: 1.1;
  padding: 15px 0;
  border-bottom: 1px dashed #ccc;
}
.news-details-content {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
  padding-top: 20px;
}
.news-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
@media (max-width: 991px) {
  .info-list>li>a .news-img {
    width: 40%;
  }
  .info-list>li>a .news-box {
    width: 60%;
    padding-left: 20px;
  }
  .info-list>li>a .news-box .news-text {
    height: 90px;
    -webkit-line-clamp: 3;
  }
}
@media (max-width: 767px) {
  .info-list>li {
    width: 100%;
    margin-bottom: 10px;
  }
  .info-list>li>a {
    padding: 5px;
  }
  .info-list>li>a .news-img {
    width: 30%;
  }
  .info-list>li>a .news-box {
    width: 70%;
    padding-left: 10px;
  }
  .info-list>li>a .news-box .news-text {
    height: 60px;
    line-height: 20px;
    -webkit-line-clamp: 3;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻资讯 */

/* 合作伙伴 */
.partner-list {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
}
.partner-list>li {
  width: calc(calc(100% / 6) - 2%);
  margin: 0 1% 2% 1%;
}
.partner-list>li>a {
  width: 100%;
  overflow: hidden;
  float: left;
  border-radius: 5px;
  border: 1px solid #dcdcdc;
  background-color: #fff;
  position: relative;
}
.partner-list>li>a::before {
  content: '';
  display: block;
  padding-top: 59.0909091%;
}
.partner-list>li>a:hover {
  border-color: #dd0d0e;
}
.partner-list>li>a:hover>img {
  transform: scale(1.1);
}

@media (max-width: 1240px) {
  .partner-list>li {
    width: 18%;
  }
}
@media (max-width: 991px) {
  .partner-list>li {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .partner-list>li {
    width: calc(calc(100% / 3) - 2%);
  }
}
/* END-合作伙伴 */

/* 荣誉资质 */
.honor-list {
  display: flex;
  flex-wrap: wrap;
  width: 102%;
  margin-left: -1%;
}
.honor-list>li {
  width: calc(calc(100% / 6) - 2%);
  margin: 0 1% 2% 1%;
}
.honor-list>li>a {
  width: 100%;
  overflow: hidden;
  float: left;
}
.honor-list>li>a .honor-img {
  width: 100%;
  overflow: hidden;
  position: relative;
  border: 10px solid #eee;
  background-color: #fff;
}
.honor-list>li>a .honor-img::before {
  content: "";
  display: block;
  padding-top: 126.086957%;
}
.honor-list>li>a>h1 {
  display: block;
  overflow: hidden;
  margin-top: 15px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #333;
  padding: 0 10px;
}
.honor-list>li>a:hover .honor-img {
  border-color: #60b632;
}

@media (max-width: 1240px) {
  .honor-list>li {
    width: 18%;
  }
}
@media (max-width: 991px) {
  .honor-list>li {
    width: 23%;
  }
}
@media (max-width: 767px) {
  .honor-list>li {
    width: calc(calc(100% / 3) - 2%);
  }
  .honor-list>li>a .honor-img {
    border-width: 5px;
  }
  .honor-list>li>a>h1 {
    margin-top: 5px;
  }
}
/* END-荣誉资质 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-text {
  width: 40%;
  float: left;
  background-color: #dd0d0e;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  padding: 30px;
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {

  .contact-text {
    font-size: 14px;
    line-height: 24px;
    padding: 15px;
    width: 100%;
  }
  .contact-map {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */