.flex {
  display: flex;
}

.flex-c {
  display: flex;
  align-items: center;
}

.flex-wp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.Ohd_1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Ohd_2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.Ohd_3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.flex-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flex-con {
  display: flex;
  align-items: center;
  justify-content: center;
}

.flex-c {
  display: flex;
  align-items: center;
}

.common-card {
  width: 1200px;
  margin: 0 auto;
  height: 100%;
}

/* 头部 */
.header {
  width: 100%;
  height: auto;
}


.head-title {
  width: 100%;
  height: 82px;
}

.head-title .logo {
  display: inline-block;
  width: auto;
  height: 63px;
}

.head-title .logo img {
  width: auto;
  height: 100%;
  object-fit: contain;
}



.head-title .ph img {
  width: 30px;
  height: auto;
  object-fit: contain;
  margin-right: 10px;
}

.head-title .ph p {
  font-size: 15px;
  color: #000000;
}

.head-title .ph strong {
  font-size: 23px;
  color: #ae0d15;
}

.header-bottom {
  width: 100%;
  height: 56px;
  background-color: #ae0d15;
}

.header-bottom ul {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-bottom ul li {
  display: flex;
  align-items: center;
  height: 100%;
  padding-left: 27px;
}

.header-bottom ul li a {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  border-right: 2px solid #fff;
  line-height: 20px;
  padding-right: 27px;
}

.header-bottom ul li:last-child a {
  border-right: none;
  padding-right: 0;
}

/* 轮播 */

.headerSwiper {
  position: relative;
  width: 100%;
  height: auto;
}

.banner-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 300px;
}

.headerSwiper .swiper-pagination-bullet {
  opacity: 1;
  font-size: 26px;
  color: #ffffff;
  height: auto !important;
  background-color: transparent;
  margin: 0 30px !important;
}

.headerSwiper .swiper-pagination-bullet-active {
  font-weight: bold;
}

.headerSwiper .swiper-slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  vertical-align: bottom;
}

.common-tl {
  text-align: center;
}

.common-tl h2 {
  font-size: 36px;
  font-weight: bold;
  color: #000000;
}

.common-tl p {
  font-size: 18px;
  margin-top: 12px;
  color: #333333;
}

/* 关于我们 */
.about {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 28px 0;
  background-color: #eeeeee;
}

.about-top {
  width: 100%;
  height: auto;
  padding: 0 50px 0 360px;
  margin: 30px 0 20px 0;
}

.about .text {
  font-size: 18px;
  line-height: 41px;
  color: #333333;
}

.about img {
  width: 911px;
  height: 568px;
  object-fit: cover;
  margin-left: 22px;
}

.about .mores {
  display: inline-block;
  font-size: 18px;
  text-align: center;
  width: fit-content;
  padding: 0 20px;
  height: 44px;
  color: #fff;
  line-height: 44px;
  background-color: #ae0d15;
  border-radius: 22px;
}

/* 零件展示 */
.part {
  width: 100%;
  height: auto;
  padding: 30px 0;
}

.part-con {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 40px;
}

.part .common-card {
  width: 1730px;
}

.partItem li {
  width: 419px;
  height: auto;
  padding: 15px 12px 0 12px;
  margin: 0 15px 30px 0;
  border: 2px solid rgba(174, 174, 174, 0.75);
}

.partItem img {
  width: 100%;
  height: 282px;
  object-fit: cover;
  vertical-align: bottom;
}

.partItem li .name {
  width: 100%;
  font-size: 18px;
  text-align: center;
  height: 55px;
  line-height: 55px;
  color: #000000;
}

.common-tl.w h2,
.common-tl.w p {
  color: #fff;
}

/* 泽恩冲压 */
.stamping {
  width: 100%;
  height: auto;
  padding: 35px 0 80px 0;
  background: url(../img/bg.png) no-repeat;
  background-size: cover;
}

.stamping-con {
  width: 100%;
  height: auto;
  background-color: #ffffff;
  border-radius: 19px;
  padding: 18px 40px 20px 15px;
  margin-top: 30px;
}

.stamping-con .img {
  width: 689px;
  margin-right: 30px;
}

.stamping-con img {
  width: 100%;
  height: 422px;
  display: none;
  object-fit: cover;
  vertical-align: bottom;
}

.stamping-con .text {
  flex: 1;
  padding: 30px 0;
}

.stamping-con .nav {
  width: 100%;
  padding-bottom: 9px;
  border-bottom: 1px solid #c9c9c9;
}

.stamping-con .item {
  cursor: pointer;
  position: relative;
  font-size: 26px;
  font-weight: bold;
  color: #000000;
  line-height: 22px;
}

.stamping-con .item.active::after {
  display: block;
  content: '';
  width: 107px;
  position: absolute;
  left: 0;
  bottom: -11px;
  height: 3px;
  background-color: #ae0d15;
}

.stamping-con .item:first-child {
  border-right: 3px solid #000;
  padding-right: 20px;
  margin-right: 20px;
}

.stamping-con .ls {
  display: none;
  font-size: 22px;
  line-height: 54px;
  color: #666666;
}

/* 模具产品 */
.products {
  width: 100%;
  height: auto;
  padding: 15px 0;
}

.productsItem {
  flex-wrap: wrap;
  margin-top: 21px;
}

.products .common-card {
  //width: 1787px;
}

.productsItem li {
  width: calc((100% - 20px) / 3);
 
  height: 378px;
  overflow: hidden;
}
.productsItem li:last-child{
  margin-right: 0;
}
.productsItem li img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  transition: all 0.3s;
}

.productsItem li:last-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.productsItem li:last-child a {
  display: inline-block;
  width: 444px;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  margin-right: 7px;
}

.productsItem li:last-child a:last-child {
  margin-right: 0;
}

.productsItem li:nth-child(2n) {
  margin-right: 0;
}

/* 资质证书 */
.certificate {
    display: none;
  width: 100%;
  height: auto;
  padding: 13px 0;
}

.certificateSwiper {
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 25px;
}

.certificateSwiper .swiper-slide {
  width: 441px;
  height: 624px;
}

.certificateSwiper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
}

/* 4大优势 */
.advantage {
  width: 100%;
  height: auto;
  padding: 45px 0 100px 0;
  background: url(../img/bg2.png) no-repeat;
  background-size: cover;
}

.advantage .tl .nu {
  font-size: 160px;
  font-weight: bold;
  font-style: italic;
  line-height: 62px;
  color: #ae0d15;
  margin-bottom: 60px;
}

.advantage .tl {
  display: flex;
  justify-content: space-evenly;
  width: 1033px;
  position: relative;
  background: url(../img/bg1.png) no-repeat;
  background-size: 100% 126px;
}

.advantage .tl span {
  font-style: italic;
  font-size: 97px;
  font-weight: bold;
  color: #001028;
}

.advantage .tl .txt {
  padding-top: 15px;
}

.advantage .tl .txt p {
  font-size: 20px;
  letter-spacing: 2px;
  color: #121e49;
}

.advantage .tl .txt .ls {
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 1px;
  color: #818181;
  margin-top: 10px;
}

.advantage .tl .lss {
  position: absolute;
  right: 200px;
  bottom: -16px;
  width: 389px;
  height: 49px;
  font-size: 27px;
  line-height: 49px;
  text-align: center;
  letter-spacing: 3px;
  color: #ffffff;
  background-color: #ae0d15;
}

.advantage li .icon {
  width: 72px;
  height: 77px;
  object-fit: cover;
}

.advantage li {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 313px;
}

.advantage ul {
  justify-content: space-between;
  margin-top: 25%;
}

.advantage li h6 {
  font-size: 21px;
  font-weight: bold;
  color: #414040;
  margin: 20px 0 10px 0;
}

.advantage li .ls {
  font-size: 14px;
  line-height: 29px;
  color: #414040;
}

.advantage .li {
  width: 563px;
  height: 565px;
  margin-left: 310px;
  margin-right: 2%;
  margin-top: -250px;
}

.advantage .li img {
  width: 563px;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s;
}

.advantage li {
  margin-top: -250px;
}

.advantage li:hover .img {
  transform: rotate(360deg);
}

.news {
  width: 100%;
  height: auto;
  padding: 20px 0 40px 0;
}

.news-con {
  margin-top: 30px;
}

.news-con .lt .text {
  display: inline-block;
  margin-top: 25px;
}

.news-con .lt {
  width: 577px;
  height: auto;
  margin-right: 40px;
}

.news-con .rt {
  flex: 1;
}

.news-con .lt img {
  width: 100%;
  height: 244px;
  object-fit: cover;
  vertical-align: bottom;
}

.news-con .text h6 {
  font-size: 16px;
  font-weight: normal;
  color: #292929;
}

.news-con .text .ls {
  font-size: 14px;
  line-height: 33px;
  color: #696969;
}

.news-con .time {
  width: fit-content;
  margin-right: 25px;
}

.news-con .r {
  flex: 1;
}

.news-con .time p {
  font-size: 48px;
  color: #292929;
}

.news-con .time span {
  font-size: 16px;
  color: #696969;
}

.news-con .rt .ls {
  margin-top: 10px;
}

.news-con .rt .text {
  border-bottom: 1px solid #d7d7d7;
  margin-bottom: 10px;
  padding-bottom: 20px;
}

.news-con .rt a:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.footer {
  width: 100%;
  height: auto;
}

.footer .bto,
.footer .bottom {
  width: 100%;
  background-color: #313131;
}

.footer .bto {
  padding: 60px 0;
}

.footer .bto li p {
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 10px;
}

.footer .bto li span,
.footer .bto li a {
  font-size: 16px;
  line-height: 47px;
  color: #ffffff;
}

.footer .bto .logo {
  width: 440px;
  height: auto;
  object-fit: contain;
  margin-right: 50px;
}

.footer .bto ul {
  flex: 1;
  display: flex;
  justify-content: space-between;
}

.footer .bto ul li {
  display: flex;
  flex-direction: column;

}

.footer .bto li img {
  width: 192px;
  height: 192px;
  object-fit: cover;
  margin-top: 18px;
}

.footer .bottom {
  text-align: center;
  font-size: 16px;
  padding: 1%;
  color: #ffffff;
}