.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%;
}
.part {
  padding-top: 60px;
  min-height: 550px;
}
.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;
  letter-spacing: 3px;
}
.part .part-head .t .f:before,
.part .part-head .t .f:after {
  display: inline-block;
  height: 0;
  width: 80px;
  content: '';
  border-bottom: 1px solid #c8c8c8;
}
.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: #0075fe;
  color: #0075fe;
}
.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;
  letter-spacing: 1px;
}
.product-show .cate-product-list .product-item a:hover .p-t {
  color: #0075fe;
}
.about-us {
  background-image: url("/static/images/ab-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 500px;
  margin-bottom: 250px;
}
.about-us .company-info {
  padding-top: 65px;
  height: 250px;
  text-align: center;
}
.about-us .company-info .t {
  display: inline-block;
  color: #fff;
  padding: 10px 2em;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
  border-bottom: 1px solid #fff;
}
.about-us .company-info .t:after {
  content: '';
  width: 1em;
  height: 3px;
  background-color: #ff7913;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 50%);
  bottom: 0;
}
.about-us .company-info .sub {
  margin-top: 20px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 1px;
  line-height: 1.8em;
}
.about-us .in-box {
  height: 460px;
  background-image: url("/static/images/ab-bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
  box-shadow: 0 0 50px 3px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.about-us .in-box .left {
  -webkit-box-flex: 0 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 auto;
  /* Chrome */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  width: 600px;
  text-align: center;
  padding: 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-orient: vertical;
  /* 12版 */
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  /* 09版 */
  -webkit-box-align: center;
  /* 12版 */
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.about-us .in-box .left .icon-img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  -webkit-box-pack: center;
  /* 12版 */
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
}
.about-us .in-box .left .icon-img-list .icon-box {
  -webkit-box-flex: 0 0 auto;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 0 0 auto;
  /* OLD - Firefox 19- */
  -webkit-flex: 0 0 auto;
  /* Chrome */
  -ms-flex: 0 0 auto;
  /* IE 10 */
  flex: 0 0 auto;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  position: relative;
  display: block;
  background-color: #ff7913;
  border-radius: 6px;
  height: 75px;
  width: 80px;
  z-index: 0;
}
.about-us .in-box .left .icon-img-list .icon-box:not(:first-child) {
  margin-left: 25px;
}
.about-us .in-box .left .icon-img-list .icon-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 121, 19, 0.4);
  border-radius: 6px;
  height: 80px;
  width: 80px;
  z-index: -1;
}
.about-us .in-box .left .icon-img-list .icon-box .icon-img {
  width: 100%;
  height: 100%;
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
}
.about-us .in-box .left .t {
  font-size: 28px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-top: 45px;
}
.about-us .in-box .left .t:after {
  content: '';
  width: 40px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}
.about-us .in-box .left .sub {
  margin-top: 15px;
  color: #777777;
  line-height: 2em;
  letter-spacing: 1px;
}
.about-us .in-box .left .common-btn {
  margin-top: 30px;
}
.cert-wrapper {
  padding: 100px 0;
}
.cert-wrapper .cert {
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cert-wrapper .cert .prev,
.cert-wrapper .cert .next {
  flex: 0 0 auto;
  width: 40px;
  color: #0075fe;
  cursor: pointer;
  overflow: hidden;
}
.cert-wrapper .cert .prev i,
.cert-wrapper .cert .next i {
  font-size: 40px;
}
.cert-wrapper .cert .next {
  text-align: right;
}
.cert-wrapper .cert .cert-box {
  flex: 0 0 auto;
  width: 1080px;
  margin: 0 20px;
}
.cert-wrapper .cert .cert-box .swiper-container {
  width: 100%;
  height: 100%;
}
.cert-wrapper .cert .cert-box .swiper-container .swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.cert-wrapper .cert .cert-box .swiper-slide {
  height: 100%;
  width: auto;
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.cert-wrapper .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-wrapper .cert .cert-box .swiper-slide .img:hover {
  transform: scale(1.2, 1.2);
}
.cert-wrapper .cert .cert-box .swiper-slide .img img {
  height: 100%;
}
/*# sourceMappingURL=index.css.map */