.banner .navigation-btn {
  border-radius: 50%;
  background-color: #3a3a3a;
  height: 50px;
  width: 50px;
  transition: opacity 0.3s;
  opacity: 0.6;
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-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;
  /* 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;
}
.banner .navigation-btn:after {
  font-size: 28px;
}
.banner .navigation-btn:hover {
  opacity: 1;
}
.banner > .swiper-container {
  width: 100%;
}
.banner > .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
  bottom: 40px;
}
.banner > .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet {
  height: 18px;
  width: 18px;
  background-color: #fff;
  opacity: 1;
  margin: 0 16px;
}
.banner > .swiper-container .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #ffaa00;
}
.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: 50px;
  padding-bottom: 30px;
  min-height: 550px;
}
.part .part-head {
  text-align: center;
}
.part .part-head .t .f {
  position: relative;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  color: #030385;
  border-bottom: 1px solid #969696;
  padding: 10px 55px;
  letter-spacing: 2px;
  display: inline-block;
}
.part .part-head .t .f:after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 3px;
  background-color: #030385;
  width: 1.2em;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
}
.part .part-head .t-sub {
  padding: 10px 0;
  font-size: 14px;
  color: #969696;
  letter-spacing: 2px;
}
.part .part-body {
  margin-top: 40px;
}
.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 a {
  display: block;
}
.product-show .cate-list-bar .cate-item a .img {
  width: 300px;
  height: 378px;
  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;
  /* 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;
}
.product-show .cate-list-bar .cate-item a .img img {
  max-height: 100%;
  max-width: 100%;
  transition: transform linear 0.2s;
}
.product-show .cate-list-bar .cate-item a .t {
  margin-top: 20px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 16px;
  color: #777777;
}
.product-show .cate-list-bar .cate-item:hover a img {
  transform: scale(1.1);
}
.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: #030385;
}
.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 {
  padding-bottom: 60px;
}
.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: 100%;
  height: 346px;
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-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;
  /* 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;
  overflow: hidden;
}
.cert .cert-box .swiper-slide .img img {
  max-height: 100%;
  max-width: 100%;
}
.company-profile {
  background-color: #c2c2c2;
}
.company-profile .wrapper {
  height: 480px;
  background-image: url("/static/images/ab.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 480px;
}
.company-profile .wrapper .w-1200 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
}
.company-profile .wrapper .about {
  -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: 480px;
  padding-top: 40px;
  padding-left: 58px;
  padding-right: 58px;
}
.company-profile .wrapper .about .t {
  color: #030385;
  font-size: 20px;
  font-weight: 600;
}
.company-profile .wrapper .about .info {
  margin-top: 1.6em;
  width: 100%;
}
.company-profile .wrapper .about .info p {
  font-size: 14px;
  color: #777777;
  line-height: 20px;
  word-break: break-word;
}
.company-profile .wrapper .other {
  -webkit-box-flex: 1 0 ;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1 0 ;
  /* OLD - Firefox 19- */
  -webkit-flex: 1 0 ;
  /* Chrome */
  -ms-flex: 1 0 ;
  /* IE 10 */
  flex: 1 0 ;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  padding-top: 80px;
  padding-left: 65px;
  padding-right: 70px;
}
.company-profile .wrapper .other .c {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 20%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-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;
  /* 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;
}
.company-profile .wrapper .other .c .t {
  position: relative;
  color: #030385;
  font-size: 48px;
  font-weight: 600;
  font-family: 'Haettenschweiler';
  letter-spacing: 5px;
}
.company-profile .wrapper .other .c .t span {
  font-family: inherit;
  font-size: 14px;
  position: absolute;
  bottom: 6px;
}
.company-profile .wrapper .other .c .sub {
  font-size: 12px;
  color: #777777;
  line-height: 1.2em;
}
.partner {
  background-color: #f3f3f3;
}
.partner .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /* 09版 */
  /*-webkit-box-lines: multiple;*/
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
.partner .partner-list li {
  -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+ */
  display: -webkit-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-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;
  /* 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;
  margin-bottom: 40px;
  background-color: #fff;
  padding: 5px;
  height: 80px;
  width: 180px;
}
.partner .partner-list li img {
  max-height: 100%;
  max-width: 100%;
}
.partner .partner-list li:not(:nth-child(6n+1)) {
  margin-left: 24px;
}
/*# sourceMappingURL=index.css.map */