.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%;
}
.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: #ffab3a;
  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: #ffab3a;
  font-size: 18px;
  padding: 0 5px;
  margin-left: 5px;
  cursor: pointer;
}
.part {
  padding-top: 60px;
}
.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: 26px;
  font-weight: 700;
  padding: 0 60px 15px 60px;
  color: #000;
  border-bottom: 1px solid #b1b1b1;
  position: relative;
}
.part .part-head .t .f:after {
  content: ' ';
  height: 3px;
  position: absolute;
  bottom: -2px;
  width: 30px;
  display: block;
  background-color: #ffab3a;
}
.part .part-head .t-sub {
  margin-top: 5px;
  color: #b1b1b1;
  font-size: 14px;
}
.part .part-body {
  margin-top: 75px;
  width: 100%;
}
.product-show .p-1-1,
.product-show .p-1-2,
.product-show .p-2-1 {
  float: left;
  overflow: hidden;
}
.product-show .p-1-1 a,
.product-show .p-1-2 a,
.product-show .p-2-1 a {
  display: block;
  transition: all 0.3s;
  width: 100%;
  height: 100%;
}
.product-show .p-1-1 a img,
.product-show .p-1-2 a img,
.product-show .p-2-1 a img {
  width: 100%;
  height: 100%;
}
.product-show .p-1-1 a:hover,
.product-show .p-1-2 a:hover,
.product-show .p-2-1 a:hover {
  transform: scale(1.1, 1.1);
  transition: all 0.3s;
}
.product-show .p-1-1 {
  float: left;
  width: 300px;
  height: 245px;
}
.product-show .p-1-2 {
  float: left;
  width: 300px;
  height: 490px;
}
.product-show .p-2-1 {
  float: left;
  width: 600px;
  height: 245px;
}
.about-us {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.about-us .p-1 {
  flex: 3 0;
}
.about-us .p-1 > div {
  padding-bottom: 66.666%;
}
.about-us .p-2 {
  flex: 4 0;
}
.about-us .p-2 > div {
  padding-bottom: 100%;
}
.about-us .p-3 {
  flex: 6 0;
}
.about-us .p-3 > div {
  padding-bottom: 33.3333%;
}
.about-us .p-3 .b {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.about-us .p-3 .b div:first-child {
  flex: 4 0;
}
.about-us .p-3 .b div:last-child {
  flex: 5 0;
}
.about-us .p-4 {
  flex: 3 0;
}
.about-us .p-4 > div {
  padding-bottom: 66.666%;
}
.about-us .p-1 > div,
.about-us .p-2 > div,
.about-us .p-3 > div,
.about-us .p-4 > div {
  height: 0;
  overflow: hidden;
  width: 100%;
}
.about-us .p-1 > div img,
.about-us .p-2 > div img,
.about-us .p-3 > div img,
.about-us .p-4 > div img {
  width: 100%;
}
.map-box {
  text-align: center;
}
.map-box .map {
  text-align: center;
}
.map-box .map img {
  max-width: 100%;
}
.map-box .t {
  background-color: #b1b1b1;
  color: #fff;
  padding: 2px 20px;
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  letter-spacing: 5px;
}
.history-box .history img {
  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: auto;
  height: 346px;
  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 img {
  height: 100%;
}
.partner {
  background-color: #f3f3f3;
}
.partner .partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: row wrap;
}
.partner .partner-list .item {
  width: 180px;
  height: 80px;
  background-color: #fff;
  margin-bottom: 35px;
}
.partner .partner-list .item img {
  height: 100%;
  width: 100%;
}
.partner .partner-list .item:not(:nth-child(6n+1)) {
  margin-left: 24px;
}
/*# sourceMappingURL=index.css.map */