/* 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/welcome.css";
@import "../css/public/header.css";
@import "../css/public/nav.css";
@import "../css/public/banner.css";
@import "../css/public/footer.css";
@import "../css/public/public.css";
@import "../css/index.css";

/* 关于建数 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 75px 0;
}
.place-title {
  width: 100%;
  float: left;
}
.place-title .title>h1 {
  line-height: 48px;
}
.place-title .title>div {
  line-height: 26px;
  font-size: 14px;
  color: #666;
  margin: 0;
}
.place-title .title>div>span {
  color: #0459c9;
}

.place-content {
  width: 100%;
  float: left;
  padding-top: 40px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 36px;
  color: #333; min-height:300px;
}

@media (max-width: 1220px) {
  .main {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
}
@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .menu-title {
    width: calc(100% + 40px);
    background-color: #0459c9;
    text-align: center;
    margin-left: -20px;
    font-size: 18px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
    position: relative;
  }
  .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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}
.menu-list>li {
  width: 12.5%;
  float: left;
  padding: 5px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  border-radius: 10px;
  background-color: #0459c9;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.menu-list>li>a:hover,
.menu-list>li.menu-active>a {
  background-color: #e60012;
}

.product-details {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-details-left {
  width: 40%;
  float: left;
  border: 1px solid #ddd;
  overflow: hidden;
  position: relative;
}
.product-details-left::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.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: 24px;
  color: #333;
  font-weight: bold;
}
.product-details-text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #666;
  line-height: 30px;
  margin-top: 30px;
}
.product-details-more {
  display: block;
  overflow: hidden;
  margin-top: 30px;
}
.product-details-more>a {
  width: 30%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: #0459c9;
  border-radius: 10px;
  font-size: 16px;
  color: #fff;
}
.product-details-content {
  width: 100%;
  float: left;
  font-size: 16px;
  line-height: 30px;
  margin-top: 50px;
}
.product-details-title {
  display: block;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom: 30px;
  font-weight: bold;
}
.product-details-title>span {
  float: left;
  padding: 0 30px;
  line-height: 50px;
  text-align: center;
  background-color: #0459c9;
  font-size: 18px;
  color: #fff;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}

@media (max-width: 1540px) {
  .menu-list>li {
    width: 14.285%;
  }
}
@media (max-width: 1240px) {
  .menu-list>li {
    width: 16.666666%;
  }
}
@media (max-width: 991px) {
  .menu-list>li {
    width: 20%;
  }
  .place-content .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) {
  .menu-list {
    display: none;
    margin: 0;
  }
  .menu-list>li {
    width: 100%;
    padding: 0;
    margin-top: 3px;
  }
  .menu-list>li>a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .place-content .product-list>li {
    width: calc(50% - 5px);
  }

  .product-details-left {
    width: 100%;
  }
  .product-details-right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .product-details-right>h1 {
    line-height: 24px;
    font-size: 18px;
  }
  .product-details-text {
    margin-top: 10px;
  }
  .product-details-more {
    margin-top: 10px;
  }
  .product-details-more>a {
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
  }
  .product-details-content {
    margin-top: 15px;
    line-height: 24px;
    font-size: 14px;
  }
  .product-details-title {
    margin-bottom: 10px;
  }
  .product-details-title>span {
    font-size: 16px;
    padding: 0 15px;
    height: 40px;
    line-height: 40px;
  }

}
/* END-产品展示/客户案例/工厂设备 */

/* 新闻中心 */
.place-content .news-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.place-content .news-list>li {
  width: calc(50% - 15px);
  float: left;
}

.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-img{ width:100% !important; height:auto !important; max-width:800px; display:block; margin:0 auto;}
.news-details-img img{ width:100% !important; height:auto !important; display:block; margin:10px auto;}

.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: 767px) {
  .place-content .news-list>li {
    width: 100%;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contact {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contact-text {
  width: 40%;
  float: left;
  background-color: #0459c9;
  padding: 30px;
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}
.contact-map {
  width: 60%;
  float: left;
  overflow: hidden;
  height: 400px;
  border: none;
}

@media (max-width: 767px) {
  .contact-text {
    width: 100%;
    padding: 15px;
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    width: 100%;
    height: 300px;
  }
}
/* END-联系我们 */