.banner > .swiper-container {
  width: 100%;
}
.banner > .swiper-container.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 10px;
}
.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%;
}
.slid-news-box {
  margin-top: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  width: 100%;
}
.slid-news-box .slide-news {
  z-index: 99999;
  background-color: #fff;
  border-top-left-radius: 20px;
  -moz-border-radius-topleft: 20px;
  border-top-right-radius: 20px;
  -moz-border-radius-topright: 20px;
  border-bottom: 1px solid #c2c2c2;
  width: 1000px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.slid-news-box .slide-news .t {
  color: #fd643b;
  margin-left: 20px;
}
.slid-news-box .slide-news > .swiper-container {
  margin-left: 20px;
  margin-right: 0;
  width: 800px;
  height: 50px;
}
.slid-news-box .slide-news > .swiper-container .swiper-slide {
  background: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.slid-news-box .slide-news .prev,
.slid-news-box .slide-news .next {
  color: #fd643b;
  font-size: 18px;
  padding: 0 5px;
  margin-left: 5px;
  cursor: pointer;
}
.part {
  padding-top: 60px;
  min-height: 650px;
}
.part .part-head {
  text-align: center;
}
.part .part-head .t .f {
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  padding: 0px 25px;
  color: #323232;
}
.part .part-head .t .f:before,
.part .part-head .t .f:after {
  display: inline-block;
  height: 0;
  width: 80px;
  content: '';
  border-bottom: 1px solid;
}
.part .part-head .t .f:before {
  margin-right: 30px;
}
.part .part-head .t .f:after {
  margin-left: 30px;
}
.part .part-head .t-sub {
  margin-top: 20px;
  font-size: 14px;
}
.part .part-body {
  margin-top: 75px;
}
.product-show .cate-list-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-show .cate-list-bar .cate-item:not(:first-child) {
  margin-left: 20px;
}
.product-show .cate-list-bar .cate-item a {
  display: block;
  line-height: 30px;
  height: 30px;
  padding: 0 20px;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid transparent;
}
.product-show .cate-list-bar .cate-item:hover a,
.product-show .cate-list-bar .cate-item.active a {
  border-color: #fd643b;
  color: #fd643b;
}
.product-show .cate-product-list {
  padding: 0 30px;
  margin-top: 70px;
  display: none;
}
.product-show .cate-product-list.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  z-index: 9999;
}
.product-show .cate-product-list .product-item {
  width: 220px;
  text-align: center;
}
.product-show .cate-product-list .product-item:not(:first-child) {
  margin-left: 86px;
}
.product-show .cate-product-list .product-item a {
  display: block;
  width: 100%;
  min-height: 270px;
}
.product-show .cate-product-list .product-item a .img {
  width: 220px;
  height: 180px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-show .cate-product-list .product-item a .img img {
  width: 100%;
  max-height: 100%;
}
.product-show .cate-product-list .product-item a .p-t {
  margin-top: 30px;
  font-weight: 600;
}
.product-show .cate-product-list .product-item a .model {
  margin-top: 15px;
}
.product-show .cate-product-list .product-item a .model span {
  color: #fd643b;
}
.about-us .company-info {
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
}
.about-us .company-info .left .intro {
  width: 480px;
  margin: 25px 0;
  max-height: 120px;
}
.about-us .company-info .left .intro p {
  line-height: 20px;
  padding: 5px 0;
}
.about-us .company-info .left .view-more a {
  display: inline-block;
  border: 1px solid #323232;
  border-radius: 15px;
  padding: 1px 8px;
  color: #fd643b;
}
.about-us .company-info .left .b {
  margin-top: 60px;
  width: 480px;
}
.about-us .company-info .left .b img {
  width: 100%;
}
.about-us .company-info .right {
  text-align: right;
}
.about-us .company-info .right .img {
  width: 560px;
  height: 330px;
}
.about-us .company-info .right .img img {
  height: 100%;
  width: 100%;
}
.cert {
  height: 80px;
  overflow: hidden;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cert .prev,
.cert .next {
  flex: 0 0 auto;
  width: 40px;
  color: #fd643b;
  cursor: pointer;
  overflow: hidden;
}
.cert .prev i,
.cert .next i {
  font-size: 40px;
}
.cert .next {
  text-align: right;
}
.cert .cert-box {
  flex: 0 0 auto;
  width: 1080px;
  margin: 0 20px;
}
.cert .cert-box .swiper-container {
  width: 100%;
  height: 100%;
}
.cert .cert-box .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cert .cert-box .swiper-slide {
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.cert .cert-box .swiper-slide .img {
  width: auto;
  height: 50px;
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.cert .cert-box .swiper-slide .img:hover {
  transform: scale(1.2, 1.2);
}
.cert .cert-box .swiper-slide .img img {
  height: 100%;
}
/*# sourceMappingURL=index.css.map */