.banner {
  min-height: 200px;
}
.banner .swiper-container {
  width: 100%;
}
.banner .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banner .swiper-container .swiper-slide img {
  width: 100%;
}
.product-show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 40vw;
  min-height: 480px;
}
.product-show .p-left {
  flex: 1 0;
  height: 100%;
  z-index: 2;
}
.product-show .p-left .p-25-100 {
  display: block;
  flex: 1 0;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
.product-show .p-left .p-25-100:hover {
  transition: all 0.3s;
  transform: scale(1.2, 1.2);
  z-index: 10;
}
.product-show .p-right {
  flex: 3 0;
  height: 100%;
}
.product-show .p-right .p-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50%;
}
.product-show .p-right .p-box .p-25-25 {
  display: block;
  flex: 1 0;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
.product-show .p-right .p-box .p-25-25:hover {
  transition: all 0.3s;
  transform: scale(1.2, 1.2);
  z-index: 10;
}
.product-show .p-right .p-box .p-50-25 {
  flex: 2 0;
  height: 100%;
  overflow: hidden;
  transition: all 0.3s;
}
.product-show .p-right .p-box .p-50-25:hover {
  transition: all 0.3s;
  transform: scale(1.2, 1.2);
  z-index: 10;
}
.product-show img {
  height: 100%;
  width: 100%;
}
.part {
  padding-top: 100px;
  min-height: 650px;
}
.part .part-head {
  text-align: center;
}
.part .part-head .t .f {
  display: inline-block;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  padding: 0px 25px;
  border-left: 2px solid;
  border-right: 2px solid;
}
.part .part-head .t-sub {
  margin-top: 20px;
  font-size: 14px;
}
.part .part-body {
  margin-top: 75px;
}
.cert .swiper-container {
  width: 100%;
  height: 600px;
  margin-bottom: 80px;
}
.cert .swiper-slide {
  width: 400px;
  height: 550px;
}
.cert .swiper-slide img {
  height: 100%;
  width: 100%;
}
.company {
  background-position: top;
  background-repeat: no-repeat;
  background-origin: border-box;
  background-size: 100% 630px;
}
.company .m {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.company .m .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-end;
  color: #fff;
}
.company .m .item:first-child {
  margin-right: 65px;
}
.company .m .item i {
  font-size: 42px;
}
.company .m .item .c {
  letter-spacing: 1.2px;
  margin-left: 12px;
  font-size: 12px;
}
.company .m .item .c span {
  font-family: "Haettenschweiler", "Times New Roman";
  font-size: 36px;
  font-weight: 700;
  margin-right: 3px;
}
.company .con {
  background-color: #fff;
}
.company .con .box {
  height: 340px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.company .con .box .t {
  flex: 1 0;
  width: 400px;
  height: 340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.company .con .box .t .t-1 {
  font-size: 24px;
  color: #346d76;
}
.company .con .box .t .t-2 {
  border-bottom: 2px solid #346d76;
  height: 0;
  width: 40px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.company .con .box .t .t-3 {
  line-height: 20px;
  font-size: 14px;
  color: #346d76;
}
.company .con .box .img-1 {
  flex: 2 0;
  width: 800px;
  height: 340px;
}
.company .con .box .img-2 {
  flex: 1 0;
  width: 400px;
  height: 340px;
}
.company .con .box .img-1 img,
.company .con .box .img-2 img {
  width: 100%;
  height: 100%;
}
/*# sourceMappingURL=index.css.map */