/* 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";

/* main */
/* 产品中心 */
.product {
  width: 100%;
  overflow: hidden;
  background-color: #edf5fd;
  padding: 70px 0;
}
.product-title {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.product-title>h1 {
  float: left;
  padding: 0 10px;
  line-height: 46px;
  font-size: 36px;
  color: #333;
  position: relative;
}
.product-title>h1::before {
  content: "";
  width: 65px;
  float: left;
  height: 9px;
  background: url(../images/title-left.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.product-title>h1::after {
  content: "";
  width: 65px;
  float: left;
  height: 9px;
  background: url(../images/title-right.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.product-title>span {
  width: 100%;
  float: left;
  text-align: center;
  line-height: 20px;
  font-size: 12px;
  color: #25a8db;
  text-transform: uppercase;
}
.product-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}
.product-nav>li {
  min-width: 182px;
  float: left;
  margin: 0 4px 8px 4px;
}
.product-nav>li>a {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  border: 1px dotted #25a8db;
  padding: 1px;
}
.product-nav>li>a>span {
  display: block;
  overflow: hidden;
  border-radius: 5px;
  border: 1px dotted #25a8db;
  height: 36px;
  line-height: 34px;
  text-align: center;
  padding: 0 15px;
  font-size: 14px;
  color: #333;
  transition: all 0.4s;
}
.product-nav>li>a:hover>span,
.product-nav>li.product-active>a>span {
  background-color: #25a8db;
  color: #fff;
}
.product-content {
  display: block;
  overflow: hidden;
  margin-top: 20px;
}
.product-content>div {
  display: none;
}
.product-content>div:first-child {
  display: block;
}
.product-list {
  display: block;
  overflow: hidden;
  width: 1420px;
}
.product-list>li {
  width: 246px;
  float: left;
  margin: 0 20px 10px 0;
}
.product-list>li .product-img {
  width: 100%;
  overflow: hidden;
  border: 3px solid #edf5fd;
  position: relative;
}
.product-list>li .product-img::before {
  content: "";
  display: block;
  padding-top: 74.02985075%;
}
.product-list>li .product-img1 {
  width: 100%;
  overflow: hidden;
  border: 3px solid #edf5fd;
  position: relative;
}
.product-list>li .product-img1::before {
  content: "";
  display: block;
  padding-top: 135.02985075%;
}
.product-list>li h1 {
  display: block;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  background-color: #edf5fd;
  padding: 0 10px;
  text-align: center;
  font-size: 14px;
  color: #333;
  font-weight: normal;
}
.product-list>li:hover .product-img {
  border-color: #25a8db;
}
.product-list>li:hover .product-img>img {
  transform: scale(1.1);
}
.product-list>li:hover h1 {
  background-color: #25a8db;
  color: #fff;
}
.product-more {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
}
.product-more>a {
  width: 142px;
  float: left;
  height: 36px;
  font-size: 14px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  border-radius: 5px;
  background: url(../images/more-bj.jpg) no-repeat center center;
  background-size: cover;
}
.product-more>a:hover {
  background: #25a8db;
}

@media (max-width: 1440px) {
  .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .product-list>li {
    width: 23%;
    margin: 0 1% 10px 1%;
  }
}

@media (max-width: 1240px) {
  .product {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .product {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .product {
    padding: 15px 0;
  }
  .product-title>h1 {
    line-height: 30px;
    font-size: 20px;
  }
  .product-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .product-nav>li {
    width: calc(50% - 2px);
    min-width: initial;
    margin: 0 0 4px 0;
  }
  .product-nav>li>a>span {
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .product-content {
    margin-top: 10px;
  }
  .product-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

/* 关于我们 */
.about {
  width: 100%;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 80px;
}
.about-left {
  width: 50%;
  float: left;
  background-color: #25a8db;
}
.about-left>div {
  width: 100%;
  float: right;
  max-width: 740px;
  padding: 60px 40px;
}
.about-left>div .product-title {
  justify-content: flex-start;
}
.about-left>div .product-title>h1 {
  color: #fff;
  margin-bottom: 5;
  padding: 0 20px 0 0;
}
.about-left>div .product-title>h1::before {
  display: none;
}
.about-left>div .product-title>h1::after {
  background: url(../images/title-right-white.png) no-repeat center center;
  background-size: 100% 100%;
}
.about-left>div .product-title>span {
  color: #fff;
  line-height: 18px;
  text-align: left;
}
.about-text {
  display: block;
  overflow: hidden;
  margin: 12px 0 22px 0;
  font-size: 14px;
  line-height: 30px;
  color: #fff;
  height: 180px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.about-left>div .product-more {
  justify-content: flex-start;
  margin: 0;
}
.about-left>div .product-more>a {
  background: url(../images/about-more-bj.png) no-repeat center center;
  background-size: cover;
  color: #333;
}
.about-right {
  width: 50%;
  float: left;
  padding: 35px 0 30px 0;
}
.about-right .about-img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.about-right .about-img::before {
  content: "";
  display: block;
  padding-top: 38.541667%;
}
.about-content {
  width: 100%;
  float: left;
  padding: 30px 0 44px 0;
}
.about-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.about-list>li {
  width: 180px;
  float: left;
  overflow: hidden;
  position: relative;
}
.about-list>li::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.about-list>li>a {
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #25a8db;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.about-list>li>a .about-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 62px;
}
.about-list>li>a>h1 {
  width: 100%;
  overflow: hidden;
  text-align: center;
  padding: 0 15px;
  line-height: 30px;
  margin-top: 10px;
  font-size: 16px;
  color: #fff;
}
.about-list>li>a:hover {
  background-color: #57ab0f;
}

@media (max-width: 1440px) {
  .about {
    margin-top: 70px;
  }
}

@media (max-width: 1240px) {
  .about {
    margin-top: 50px;
  }
  .about-left>div {
    padding: 50px 40px;
  }
  .about-right {
    padding: 30px 0;
  }
  .about-content {
    padding: 30px 0;
  }
}

@media (max-width: 991px) {
  .about {
    margin-top: 30px;
  }
  .about-left>div {
    padding: 30px;
  }
  .about-list>li {
    width: 160px;
  }
}

@media (max-width: 767px) {
  .about {
    margin-top: 0;
  }
  .about-left>div .product-title {
    justify-content: center;
  }
  .about-left>div .product-title>h1 {
    margin-bottom: 0;
    padding: 0 10px;
  }
  .about-left>div .product-title>h1::before {
    display: block;
    background: url(../images/title-left-white.png) no-repeat center center;
    background-size: 100% 100%;
  }
  .about-left>div .product-title>span {
    text-align: center;
  }
  .about-left {
    width: 100%;
  }
  .about-left>div {
    padding: 20px;
  }
  .about-text {
    margin: 10px 0;
    line-height: 24px;
    height: auto;
    -webkit-line-clamp: initial;
  }
  .about-right {
    width: 100%;
    padding: 0;
  }
  .about-content {
    padding: 15px 0;
  }
  .about-list>li {
    width: 23%;
  }
  .about-list>li>a .about-icon {
    height: 30px;
  }
  .about-list>li>a>h1 {
    padding: 0 10px;
    line-height: 24px;
    margin-top: 5px;
    font-size: 14px;
  }
}

/* 案例展示 */
.case {
  width: 100%;
  overflow: hidden;
  padding: 70px 0;
}
.case-list {
  display: block;
  overflow: hidden;
  width: 1440px;
  margin-top: 25px;
}
.case-list>li {
  width: 440px;
  float: left;
  margin: 0 40px 50px 0;
}
.case-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.case-list>li>a::before {
  content: "";
  display: block;
  padding-top: 68.1818182%;
}
.case-list>li>a .case-hover {
  width: 100%;
  height: 40px;
  background-color: rgba(37, 168, 219, 1);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.case-list>li>a .case-hover .case-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
}
.case-list>li>a .case-hover>h1 {
  width: 100%;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.case-list>li>a:hover .case-hover {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.case-list>li>a:hover .case-hover::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 5px solid #25a8db;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.case-list>li>a:hover .case-hover .case-icon {
  height: 35px;
  margin-bottom: 5px;
}
.case-list>li>a:hover .case-hover>h1 {
  color: #25a8db;
  font-weight: bold;
}
.case .product-more {
  margin-top: -20px;
}

@media (max-width: 1440px) {
  .case-list {
    width: 102%;
    margin-left: -1%;
  }
  .case-list>li {
    width: 31.333333%;
    margin: 0 1% 40px 1%;
  }
}

@media (max-width: 1240px) {
  .case {
    padding: 50px 0;
  }
  .case-list>li {
    margin: 0 1% 30px 1%;
  }
  .case .product-more {
    margin-top: -10px;
  }
}

@media (max-width: 991px) {
  .case {
    padding: 30px 0;
  }
  .case-list>li {
    margin: 0 1% 20px 1%;
  }
  .case .product-more {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .case {
    padding: 15px 0;
  }
  .case-list {
    margin-top: 10px;
  }
  .case-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
  .case-list>li>a::before {
    padding-top: 100%;
  }
  .case-list>li>a:hover .case-hover::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

/* 横幅 */
.hf {
  width: 100%;
  overflow: hidden;
  background: url(../images/hf-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
.hf-content {
  width: 100%;
  overflow: hidden;
  background-color: #25a8db;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.hf-left {
  width: 46.5%;
  float: left;
  font-size: 30px;
  line-height: 48px;
  color: #fff;
  padding: 12px 0 12px 32px;
}
.hf-right {
  width: 47.5%;
  float: right;
  background-color: #fff;
  position: relative;
  padding: 36px 26px 12px 0;
}
.hf-right::before {
  content: "";
  width: 90px;
  float: left;
  height: 100%;
  background: url(../images/hf-bj2.png) no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: -90px;
  top: 0;
  z-index: 2;
}
.hf-dianhua {
  display: block;
  overflow: hidden;
  position: relative;
}
.hf-dianhua::before {
  content: "";
  width: 100%;
  float: left;
  height: 1px;
  background-color: #57ab0f;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.hf-dianhua>div {
  float: right;
  background-color: #fff;
  text-align: right;
  font-size: 18px;
  color: #57ab0f;
  font-weight: bold;
  line-height: 34px;
  position: relative;
  z-index: 2;
  padding-left: 10px;
}
.hf-dianhua>div>span {
  float: right;
  font-size: 30px;
  color: #25a8db;
}
.hf-text {
  display: block;
  overflow: hidden;
  text-align: right;
  line-height: 28px;
  margin-top: 10px;
  font-size: 18px;
  color: #313234;
}

@media (max-width: 1440px) {
  .hf-left {
    font-size: 26px;
  }
  .hf-right {
    padding: 30px 26px 12px 0;
  }
  .hf-text {
    font-size: 16px;
  }
}

@media (max-width: 1240px) {
  .hf-left {
    font-size: 20px;
    line-height: 30px;
    padding: 12px 0 12px 20px;
  }
  .hf-right {
    width: 48.5%;
    padding: 12px 20px 12px 0;
  }
  .hf-text {
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .hf {
    padding: 30px 0;
  }
  .hf-left {
    width: 100%;
    padding: 10px;
    text-align: center;
  }
  .hf-right {
    width: 100%;
    padding: 10px;
  }
  .hf-dianhua {
    display: flex;
    justify-content: center;
  }
  .hf-dianhua>div {
    padding: 0 15px;
  }
  .hf-text {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .hf {
    padding: 20px 0;
  }
  .hf-left {
    font-size: 16px;
    line-height: 24px;
  }
  .hf-dianhua>div {
    font-size: 16px;
    line-height: 30px;
  }
  .hf-dianhua>div>span {
    font-size: 20px;
  }
  .hf-text {
    line-height: 24px;
  }
}

.index-box {
  width: 100%;
  overflow: hidden;
  background: url(../images/bj1.jpg) no-repeat center center;
  background-size: cover;
}
/* 生产设备 */
.equipment {
  width: 100%;
  overflow: hidden;
  padding: 85px 0;
}
.equipment-list {
  display: block;
  overflow: hidden;
  width: 1424px;
  margin-top: 25px;
}
.equipment-list>li {
  width: 332px;
  float: left;
  margin: 0 24px 25px 0;
}
.equipment-list>li>a {
  width: 100%;
  float: left;
  overflow: hidden;
  position: relative;
}
.equipment-list>li>a::before {
  content: "";
  display: block;
  padding-top: 90.909091%;
}
.equipment-list>li>a .case-hover {
  width: 100%;
  height: 40px;
  background-color: rgba(37, 168, 219, 1);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.equipment-list>li>a .case-hover .case-icon {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 0;
}
.equipment-list>li>a .case-hover>h1 {
  width: 100%;
  overflow: hidden;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  color: #fff;
  font-weight: normal;
}
.equipment-list>li>a:hover .case-hover {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.equipment-list>li>a:hover .case-hover::before {
  content: "";
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  border: 5px solid #25a8db;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
.equipment-list>li>a:hover .case-hover .case-icon {
  height: 35px;
  margin-bottom: 5px;
}
.equipment-list>li>a:hover .case-hover>h1 {
  color: #25a8db;
  font-weight: bold;
}

@media (max-width: 1440px) {
  .equipment {
    padding: 70px 0;
  }
  .equipment-list {
    width: 102%;
    margin-left: -1%;
  }
  .equipment-list>li {
    width: 23%;
    margin: 0 1% 25px 1%;
  }
}

@media (max-width: 1240px) {
  .equipment {
    padding: 50px 0;
  }
}

@media (max-width: 991px) {
  .equipment {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .equipment {
    padding: 15px 0;
  }
  .equipment-list {
    margin-top: 10px;
  }
  .equipment-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}

/* 4大理由 */
.choose {
  width: 100%;
  overflow: hidden;
  padding: 35px 0;
}
.choose-title {
  display: block;
  overflow: hidden;
}
.choose-title>img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.choose-list {
  display: block;
  overflow: hidden;
}
.choose-list>li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin-top: 35px;
}
.choose-list>li .choose-left {
  width: calc(50% - 30px);
  float: left;
}
.choose-list>li .choose-left>img {
  width: 100%;
  display: block;
  height: auto;
}
.choose-list>li .choose-right {
  width: calc(50% + 30px);
  float: right;
  background: url(../images/choose-bj.jpg) no-repeat right center;
  background-size: calc(100% - 30px) 100%;
  padding: 40px 40px 40px 0;
}
.choose-list>li .choose-right .choose-box {
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}
.choose-list>li .choose-right .choose-box:last-child {
  margin: 0;
}
.choose-list>li .choose-right .choose-box .choose-number {
  width: 80px;
  float: left;
  height: 80px;
  border-radius: 50%;
  background-color: #cbe6f0;
  margin: 5px 30px 0 0;
  padding: 0 8px 8px 0;
}
.choose-list>li .choose-right .choose-box .choose-number>span {
  width: 100%;
  float: left;
  height: 100%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  background-color: #25a8db;
  font-family: "Source Han Sans CN";
  font-size: 48px;
  color: #fff;
  font-weight: bold;
}
.choose-list>li .choose-right .choose-box>h1 {
  display: flex;
  padding-bottom: 5px;
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: 5px;
}
.choose-list>li .choose-right .choose-box>h1>span {
  float: left;
  line-height: 36px;
  font-size: 24px;
  color: #000;
  font-weight: bold;
  position: relative;
}
.choose-list>li .choose-right .choose-box>h1>span::before {
  content: "";
  width: 100%;
  float: left;
  height: 3px;
  background-color: #25a8db;
  position: absolute;
  left: 0;
  bottom: -6px;
}
.choose-list>li .choose-right .choose-box .choose-text {
  display: block;
  overflow: hidden;
  line-height: 24px;
  font-size: 13px;
  color: #333;
}
.choose-list>li:nth-child(odd) {
  flex-direction: row-reverse;
}
.choose-list>li:nth-child(even) .choose-right {
  width: calc(50% + 10px);
}

@media (max-width: 991px) {
  .choose {
    padding: 30px 0;
  }
  .choose-list>li {
    margin-top: 30px;
  }
  .choose-list>li .choose-right {
    padding: 20px 20px 20px 0;
  }
}

@media (max-width: 767px) {
  .choose {
    padding: 15px 0;
  }
  .choose-list>li {
    margin-top: 15px;
  }
  .choose-list>li .choose-left {
    width: 100%;
  }
  .choose-list>li .choose-right {
    width: 100%;
    padding: 15px;
    background: url(../images/choose-bj.jpg) no-repeat right center;
    background-size: 100% 100%;
  }
  .choose-list>li .choose-right .choose-box {
    margin-bottom: 10px;
  }
  .choose-list>li .choose-right .choose-box .choose-number {
    width: 40px;
    height: 40px;
    margin: 0 15px 0 0;
    padding: 0 4px 4px 0;
  }
  .choose-list>li .choose-right .choose-box .choose-number>span {
    font-size: 20px;
  }
  .choose-list>li .choose-right .choose-box>h1>span {
    line-height: 30px;
    font-size: 18px;
  }
  .choose-list>li .choose-right .choose-box .choose-text {
    width: 100%;
    overflow: hidden;
    margin-top: 5px;
  }
  .choose-list>li:nth-child(even) .choose-right {
    width: 100%;
  }
}

/* 资讯动态 */
.news {
  width: 100%;
  overflow: hidden;
  padding: 90px 0 40px 0;
  background-color: #f6f6f6;
}
.news-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 35px;
}
.news-left {
  width: 41.5%;
  float: left;
}
.news-left>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.news-left>a .news-img {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.news-left>a .news-img::before {
  content: "";
  display: block;
  padding-top: 46.206896552%;
}
.news-left>a .news-box {
  width: 100%;
  overflow: hidden;
  padding: 20px 25px;
  border: 1px solid #dcdcdc;
  border-top: none;
}
.news-left>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-left>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  margin-top: 5px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-left>a:hover .news-img>img {
  transform: scale(1.1);
}
.news-left>a:hover {
  background-color: #25a8db;
}
.news-left>a:hover .news-box>h1,
.news-left>a:hover .news-box .news-text {
  color: #fff;
}

.news-right {
  width: 56%;
  float: right;
}
.news-right>li {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.news-right>li>a {
  display: block;
  overflow: hidden;
  background-color: #fff;
  padding: 9px;
  border: 1px solid #edf5fd;
}
.news-right>li>a .news-number {
  width: 110px;
  float: left;
  height: 90px;
  background-color: #f5f5f5;
  margin-right: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
  justify-content: center;
  text-align: center;
  line-height: 16px;
  font-size: 14px;
  color: #333;
}
.news-right>li>a .news-number>span {
  display: block;
  width: 100%;
  overflow: hidden;
  line-height: 44px;
  font-size: 48px;
}
.news-right>li>a>h1 {
  display: block;
  overflow: hidden;
  line-height: 26px;
  margin-top: 8px;
  font-size: 16px;
  color: #333;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-right>li>a .news-txt {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 24px;
  font-size: 14px;
  color: #666;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news-right>li>a:hover .news-number {
  background-color: #25a8db;
  color: #fff;
}

@media (max-width: 1440px) {
  .news {
    padding: 70px 0 40px 0;
  }
}

@media (max-width: 1240px) {
  .news {
    padding: 50px 0 40px 0;
  }
}

@media (max-width: 991px) {
  .news {
    padding: 30px 0;
  }
  .news-right>li {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .news {
    padding: 15px 0;
  }
  .news-content {
    margin-top: 15px;
  }
  .news-left {
    width: 100%;
  }
  .news-left>a .news-img {
    width: 40%;
    float: left;
  }
  .news-left>a .news-box {
    width: 60%;
    float: left;
    padding: 10px;
  }
  .news-left>a .news-box .news-text {
    margin: 5px 0;
  }
  .news-right {
    width: 100%;
    margin-top: 15px;
  }
  .news-right>li {
    margin-bottom: 10px;
  }
  .news-right>li>a {
    padding: 5px;
  }
  .news-right>li>a .news-number {
    width: 84px;
    height: 84px;
    margin-right: 10px;
    font-size: 14px;
  }
  .news-right>li>a .news-number>span {
    line-height: 30px;
    font-size: 30px;
  }
  .news-right>li>a>h1 {
    margin-top: 0;
  }
  .news-right>li>a .news-txt {
    height: 48px;
    -webkit-line-clamp: 2;
  }
}
/* END-main */

/* 关于我们 */
.main {
  width: 100%;
  overflow: hidden;
  padding: 60px 0;
}
.main-left {
  width: 320px;
  float: left;
  background: url(../images/main-left-bj.jpg) no-repeat center center;
  background-size: cover;
}
.left-menu {
  width: 100%;
  float: left;
}
.menu-title {
  display: block;
  overflow: hidden;
  background: url(../images/menu-title-bj.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0 35px 70px;
  color: #fff;
  line-height: 20px;
  font-size: 14px;
  font-weight: normal;
}
.menu-title>span {
  display: block;
  overflow: hidden;
  line-height: 38px;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
}
.menu-list {
  display: block;
  overflow: hidden;
  transition: initial;
  margin: 18px 6px;
}
.menu-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 6px;
}
.menu-list>li>a {
  display: block;
  overflow: hidden;
  border: 1px solid #fff;
  padding: 0 15px;
}
.menu-list>li>a>span {
  display: block;
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  padding-left: 15px;
  font-size: 16px;
  color: #fff;
  position: relative;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.menu-list>li>a>span::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.menu-list>li:hover>a,
.menu-list>li.menu-active>a {
  background-color: #fff;
}
.menu-list>li:hover>a>span,
.menu-list>li.menu-active>a>span {
  color: #333;
}
.menu-list>li:hover>a>span::before,
.menu-list>li.menu-active>a>span::before {
  border-left-color: #333;
}
.menu-hotline {
  display: block;
  overflow: hidden;
  margin-top: 60px;
  padding: 10px 0 10px 60px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
}
.menu-hotline>span {
  display: block;
  overflow: hidden;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
}

.main-right {
  width: 1045px;
  float: right;
}
.place-title {
  width: 100%;
  float: left;
  line-height: 30px;
  padding: 10px 20px;
  background-color: #f5f5f5;
}
.place-title>h1 {
  float: left;
  font-size: 20px;
  color: #333;
}
.place-title>span {
  float: right;
  font-size: 14px;
  color: #333;
}
.place-content {
  width: 100%;
  float: left;
  padding-top: 20px;
}
.company {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  color: #333;
}

@media (max-width: 1440px) {
  .main-left {
    width: 24%;
  }
  .main-right {
    width: 74%;
  }
}

@media (max-width: 1240px) {
  .main {
    padding: 50px 0;
  }
  .menu-title {
    padding: 30px 0 30px 40px;
  }
  .menu-hotline {
    margin-top: 40px;
    padding: 10px 0 10px 30px;
  }
}

@media (max-width: 991px) {
  .main {
    padding: 30px 0;
  }
  .main-left {
    width: 29%;
  }
  .menu-title {
    padding: 15px 0 15px 20px;
  }
  .menu-hotline {
    margin-top: 20px;
    padding: 10px 0 10px 15px;
  }
  .main-right {
    width: 69%;
  }
}

@media (max-width: 767px) {
  .main {
    padding: 0;
  }
  .main-left {
    width: 100%;
  }
  .left-menu {
    margin: 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;
  }
  .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%);
  }
  .menu-list {
    display: none;
    margin: 5px;
  }
  .menu-list>li {
    margin-bottom: 3px;
  }
  .menu-list>li>a>span {
    height: 40px;
    line-height: 40px;
  }
  .main-right {
    width: 100%;
  }
  .place-content {
    padding: 20px 0;
  }
  .company {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-关于我们 */

/* 产品中心/资质证书 */
.place-content .product-list {
  width: 1065px;
}

/* 产品中心 */
.product-details {
  display: block;
  overflow: hidden;
}

.product-details-title1 {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.product-details-img{ width:100%; text-align:center; margin:10px auto; max-width:800px;}
.product-details-img img{ max-width:100% !important;}

.product-details-left {
  width: calc(50% - 20px);
  float: left;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
}
.product-details-left::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.product-details-right {
  width: calc(50% - 20px);
  float: right;
}
.product-details-right>h1 {
  display: block;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #ccc;
}
.product-details-text {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin: 15px 0;
}
.product-details-more {
  display: block;
  overflow: hidden;
}
.product-details-more>a {
  width: 33%;
  float: left;
  height: 50px;
  background-color: #000;
  border-radius: 5px;
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
}
.product-details-content {
  width: 100%;
  float: left;
  margin-top: 40px;
  font-size: 16px;
  line-height: 36px;
  color: #333;
}
.product-details-content table{
  /*display: block;*/
  width: 100%;
  height: auto;
  border-collapse:collapse;
}
.product-details-content table td{
  padding: 5px;
  border: 1px #ccc solid;
  border-bottom-color:#ccc !important;
}
.product-details-title {
  display: block;
  overflow: hidden;
  background-color: #f1f1f1;
  margin-bottom: 20px;
}
.product-details-title>span {
  float: left;
  background-color: #178780;
  padding: 10px 20px;
  font-size: 16px;
  color: #fff;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
/*.product-details {
  display: block;
  overflow: hidden;
}
.product-details-title {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: bold;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}
.product-details-img{ width:100%; text-align:center; margin:10px auto; max-width:800px;}
.product-details-img img{ max-width:100% !important;}
.product-details-content {
  display: block;
  overflow: hidden;
  font-size: 14px;
  line-height: 30px;
  padding-top: 20px;
}
.product-details-content img {
  display: block;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}*/

@media (max-width: 1440px) {
  .place-content .product-list {
    width: 102%;
    margin-left: -1%;
  }
  .place-content .product-list>li {
    width: 31.333333%;
  }
}

@media (max-width: 767px) {
  .place-content .product-list>li {
    width: 48%;
  }

  .product-details-left,
  .product-details-right {
    width: 100%;
  }
  .product-details-right>h1 {
    font-size: 16px;
    margin-top: 10px;
    padding-bottom: 10px;
  }
  .product-details-text {
    font-size: 14px;
    line-height: 24px;
    margin: 10px 0;
  }
  .product-details-content {
    font-size: 14px;
    line-height: 24px;
    margin-top: 10px;
  }
  .product-details-title {
    margin-bottom: 10px;
  }
  .product-details-title>span {
    padding: 10px 15px;
  }
  .product-details-content table{
    width: 100%;
	  height: auto;
	  margin: 5px auto;
  }
  .product-details-title1 {
    font-size: 16px;
  }
  /*.product-details-content {
    padding-top: 10px;
    line-height: 24px;
    font-size: 14px;
  }*/
	
}
/* END-产品中心/资质证书 */

/* 案例展示/生产设备 */
.place-content .equipment-list {
  width: 1065px;
  margin-top: 0;
}
.place-content .equipment-list>li {
  width: 246px;
  margin: 0 20px 20px 0;
}

@media (max-width: 1440px) {
  .place-content .equipment-list {
    width: 102%;
    margin-left: -1%;
  }
  .place-content .equipment-list>li {
    width: 31.333333%;
    margin: 0 1% 20px 1%;
  }
}

@media (max-width: 767px) {
  .place-content .equipment-list>li {
    width: 48%;
    margin: 0 1% 10px 1%;
  }
}
/* END-案例展示/生产设备 */

/* 新闻中心 */
.news-list {
  display: block;
  overflow: hidden;
}
.news-list>li {
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.news-list>li>a {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  padding: 20px;
}
.news-list>li>a .news-img {
  width: 20%;
  float: left;
  overflow: hidden;
  position: relative;
}
.news-list>li>a .news-box {
  width: 80%;
  float: left;
  overflow: hidden;
  padding-left: 30px;
}
.news-list>li>a .news-box>h1 {
  display: block;
  overflow: hidden;
  line-height: 30px;
  font-size: 16px;
  color: #333;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list>li>a .news-box .news-text {
  display: block;
  overflow: hidden;
  height: 90px;
  line-height: 30px;
  font-size: 14px;
  color: #666;
  margin: 10px 0 0 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-list>li>a .news-box .news-time {
  display: block;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
  color: #333;
}
.news-list>li>a:hover .news-img>img {
  transform: scale(1.1);
}
.news-list>li>a:hover {
  background-color: #003fa0;
}
.news-list>li>a:hover .news-box>h1,
.news-list>li>a:hover .news-box .news-text,
.news-list>li>a:hover .news-box .news-time {
  color: #fff;
}

.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) {
  .news-list>li {
    margin-bottom: 15px;
  }
  .news-list>li>a {
    padding: 15px;
  }
  .news-list>li>a .news-img {
    width: 30%;
  }
  .news-list>li>a .news-box {
    width: 70%;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .news-list>li {
    margin-bottom: 10px;
  }
  .news-list>li>a {
    padding: 5px;
  }
  .news-list>li>a .news-img {
    width: 35%;
  }
  .news-list>li>a .news-box {
    width: 65%;
    padding-left: 10px;
  }
  .news-list>li>a .news-box .news-text {
    height: 72px;
    line-height: 24px;
    margin-top: 5px;
  }

  .news-details-title {
    font-size: 16px;
  }
  .news-details-time {
    padding: 5px 0;
  }
  .news-details-content {
    line-height: 24px;
    font-size: 14px;
  }
}
/* END-新闻中心 */

/* 联系我们 */
.contact-text {
  display: block;
  overflow: hidden;
  font-size: 16px;
  line-height: 30px;
}
.contact-map {
  width: 100%;
  overflow: hidden;
  height: 400px;
  border: none;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .contact-text {
    font-size: 14px;
    line-height: 24px;
  }
  .contact-map {
    margin-top: 10px;
    height: 300px;
  }
}
/* END-联系我们 */