.banner {
  margin-top: 50px;
}
.banner .swiper-wrapper {
  width: 1920px;
  height: 602px;
}
.banner .swiper-slide {
  text-align: center;
  width: 80%;
  height: 602px;
}
.banner .swiper-slide img {
  width: 1735px;
  height: 602px;
}
.product-warp {
  width: 1200px;
  margin: 0 auto;
}
.product-warp .good-tab {
  width: 1200px;
  height: 68px;
  background-color: #eee;
}
.product-warp .good-tab ol a {
  box-sizing: border-box;
  padding: 25px 33px;
  display: inline-block;
}
.product-warp .good-tab ol a span {
  color: #999;
}
.product-warp .good-tab ol a:hover {
  background-color: #fff;
  color: #b54a4a;
}
.product-warp .good-tab ol a:hover span {
  color: #b54a4a;
}
.pc-swiper {
  position: relative;
  overflow: hidden;
}
.pc-swiper .swiper-wrapper {
  width: 1920px;
  height: 450px;
}
.pc-swiper .swiper-slide {
  height: 450px;
  text-align: center;
  width: 23%;
}
.pc-swiper .good-item {
  cursor: pointer;
  width: 370px;
  height: 450px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
}
.pc-swiper .good-item:hover {
  transform-style: preserve-3d;
  transform: scale(1.07);
  transition: transform 0.5s;
  border-bottom: 2px solid #b54a4a;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}
.pc-swiper .good-item:hover .good-text {
  color: #b54a4a;
}
.pc-swiper .good-item .good-img {
  width: 370px;
  height: 390px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-swiper .good-item .good-img img {
  max-width: 100%;
}
.pc-swiper .good-item .good-text {
  text-align: center;
  padding: 20px 0;
}
.pc-swiper .pagination {
  margin: 0 auto;
  width: 100px;
  justify-content: space-between;
  display: flex;
}
.pc-swiper .pagination .pc-swiper-button-prev,
.pc-swiper .pagination .pc-swiper-button-next {
  display: inline-block;
  padding: 14px;
  font-size: 20px;
}
.pc-swiper .pagination .pc-swiper-button-prev:hover,
.pc-swiper .pagination .pc-swiper-button-next:hover {
  color: #b54a4a;
}
.ps {
  background-color: #f5f5f5;
}
.ps .ps-item {
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 24px 30px 0;
}
.ps .ps-item .ps-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 216px;
  background: #ffffff;
  box-shadow: 0px 0px 8px rgba(181, 74, 74, 0.2);
  border-radius: 5px;
}
.ps .ps-item .ps-item-img img {
  max-width: 100%;
  max-height: 100%;
}
.ps .ps-item .ps-item-text {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.ps .ps-item .dfp {
  padding: 5px;
  text-align: center;
  width: 105px;
  border: solid 1px #b54a4a;
  border-radius: 5px;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #b54a4a;
}
.ps .ps-item .dfp:hover {
  color: #fff;
  background-color: #b54a4a;
}
.ps .mero {
  position: relative;
}
.ps .mero .top {
  position: absolute;
  width: 200px;
  height: 216px;
  right: 14px;
  top: -10px;
  left: -10px;
  z-index: 9;
  line-height: 216px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0px 0px 8px rgba(181, 74, 74, 0.2);
  border-radius: 5px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  color: #b54a4a;
}
.ps .mero .bottom {
  width: 200px;
  height: 216px;
  background: #b54a4a;
  box-shadow: 0px 0px 8px rgba(181, 74, 74, 0.2);
  border-radius: 5px;
}
.contact {
  display: flex;
  justify-content: space-between;
  height: 538px;
  margin-bottom: 30px;
}
.contact::before {
  content: "";
  display: inline-block;
  height: 100%;
  width: 10px;
  background-color: #2c2c2c;
}
.contact .contact-info {
  flex: 1;
  padding: 100px 66px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.contact .contact-info .iconfont {
  margin-right: 10px;
  vertical-align: middle;
}
.contact .contact-info .poit {
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.contact .contact-info .poit p {
  margin: 10px 0;
}
.contact .contact-info .poit .icon-Pointer {
  font-size: 30px;
}
.contact .contact-info .poit .icon-chuanzhen {
  font-size: 30px;
}
.contact .contact-info .poit .icon-phone {
  font-size: 30px;
}
.contact .contact-info .phone {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #333333;
}
.contact .contact-info .fox {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}
.contact .contact-map {
  height: 538px;
  width: 622px;
}
