.container {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.pageBody .bodyItem {
  height: 10.8rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 1.85rem;
}
.pageBody .bodyItem .title {
  display: flex;
  align-items: center;
  margin-top: 1.1rem;
}
.pageBody .bodyItem .title .left {
  width: 1.05rem;
  height: 0.1rem;
  background-image: url('../img/aboutJinniu/title_left.png');
  background-size: 100% 100%;
}
.pageBody .bodyItem .title .text {
  font-family: 'DreamHanSerifCN19';
  font-size: 0.36rem;
  color: #894426;
  line-height: 0.43rem;
  margin: 0 0.12rem;
}
.pageBody .bodyItem .title .right {
  width: 1.05rem;
  height: 0.1rem;
  background-image: url('../img/aboutJinniu/title-right.png');
  background-size: 100% 100%;
}
.pageBody .bodyItem .crumbs {
  width: 100%;
  margin-top: 0.16rem;
  display: flex;
  align-items: center;
  font-family: 'Microsoft YaHei-Regular';
}
.pageBody .bodyItem .crumbs .icon {
  width: 0.1rem;
  height: 0.1rem;
  background-image: url('../img/aboutJinniu/space1.png');
  background-size: 100% 100%;
  margin-right: 0.05rem;
}
.pageBody .bodyItem .crumbs .icon.home {
  width: 0.18rem;
  height: 0.18rem;
  background-image: url('../img/aboutJinniu/home.png');
}
.pageBody .bodyItem .crumbs .text {
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.21rem;
  font-weight: 400;
  margin-right: 0.05rem;
}
.pageBody .bodyItem .crumbs .text.last {
  color: #894425;
}
.pageBody .bodyItem .content {
  display: flex;
  margin-top: 0.64rem;
  font-family: 'Microsoft YaHei-Regular';
}
.pageBody .bodyItem .content .info {
  width: 8.82rem;
  height: 5.7rem;
  background-image: url('../img/aboutJinniu/bg1.jpg');
  background-size: 100% 100%;
  margin-right: 0.26rem;
  padding: 0.87rem 0.46rem 0.53rem 0.85rem;
  position: relative;
}
.pageBody .bodyItem .content .info .title {
  font-family: 'Microsoft YaHei-Bold';
  font-size: 0.3rem;
  font-weight: bold;
  color: #894426;
  line-height: 0.4rem;
  margin-top: 0;
}
.pageBody .bodyItem .content .info .space {
  margin: 0.35rem 0;
  width: 0.58rem;
  border-bottom: 2px solid #707070;
}
.pageBody .bodyItem .content .info .text {
  font-family: Microsoft YaHei, Microsoft YaHei;
  font-weight: 400;
  font-size: 0.16rem;
  color: #333333;
  line-height: 0.3rem;
}
.pageBody .bodyItem .content .info .awards1 {
  position: absolute;
  left: 0;
  top: 5.98rem;
  width: 1.44rem;
  height: 0.34rem;
  background-image: url('../img/index/navInfoLeftImg1.png');
  background-size: 100% 100%;
}
.pageBody .bodyItem .content .info .awards2 {
  position: absolute;
  left: 1.68rem;
  top: 5.98rem;
  width: 1.42rem;
  height: 0.33rem;
  background-image: url('../img/index/navInfoLeftImg2.png');
  background-size: 100% 100%;
}
.pageBody .bodyItem .content .img {
  width: 6.42rem;
}
.pageBody .bodyItem .content .img .pcImg {
  height: 4.87rem;
  background-image: url('../img/aboutJinniu/img1.jpg');
  background-size: 100% 100%;
}
.pageBody .bodyItem .content .img .stats {
  display: flex;
  background-color: #fff;
  width: 8.25rem;
  height: 1.59rem;
  margin-left: -1.83rem;
  padding: 0.31rem 0 0.37rem 0;
  position: relative;
  z-index: 1;
}
.pageBody .bodyItem .content .img .stats .stat {
  display: flex;
  margin: 0 0.32rem;
}
.pageBody .bodyItem .content .img .stats .stat .statInfo .statOne {
  display: flex;
  align-items: flex-end;
}
.pageBody .bodyItem .content .img .stats .stat .statInfo .statOne .number {
  font-family: 'AntonRegular2';
  line-height: 0.66rem;
  font-size: 0.45rem;
  color: #843200;
}
.pageBody .bodyItem .content .img .stats .stat .statInfo .statOne .smalltext {
  padding-bottom: 0.12rem;
  color: #843200;
}
.pageBody .bodyItem .content .img .stats .stat .statInfo .statOne > span {
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.15rem;
  line-height: 0.2rem;
  margin: 0.33rem 0 0 0.06rem;
  color: #843200;
}
.pageBody .bodyItem .content .img .stats .stat .statInfo .label {
  font-family: 'Microsoft YaHei-Regular';
  line-height: 0.2rem;
  font-size: 0.17rem;
  color: #666666;
  margin-top: 0.04rem;
  flex-shrink: 0;
}
.pageBody .bodyItem .content .img .stats .line {
  margin-top: 0.2rem;
  height: 0.61rem;
  border-left: 1px solid #E8C57B;
}
.pageBody .bodyItem .swiperCon {
  max-width: 16.5rem;
  height: 5.2rem;
  position: relative;
}
.pageBody .bodyItem .swiperCon .cultureSwiper {
  max-width: 15.5rem;
  height: 100%;
  padding-top: 0.8rem;
}
.pageBody .bodyItem .swiperCon .cultureSwiper .swiper-slide {
  transition: 0.3s;
}
.pageBody .bodyItem .swiperCon .cultureSwiper .swiper-slide .slideItem {
  position: relative;
  height: fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background-image: url('../img/aboutJinniu/bg2.png');
  background-size: 100% 100%;
  padding: 0.06rem 0.08rem;
}

.pageBody .bodyItem .swiperCon .cultureSwiper .swiper-slide-active{
  transform: scale(1.15);
}
.pageBody .bodyItem .swiperCon .swiper-button-prev,
.pageBody .bodyItem .swiperCon .swiper-button-next {
  width: 0.25rem;
  height: 0.5rem;
  background-size: 100% 100%;
}
.pageBody .bodyItem .swiperCon .swiper-button-prev::after,
.pageBody .bodyItem .swiperCon .swiper-button-next::after {
  display: none;
}
.pageBody .bodyItem .swiperCon .swiper-button-prev {
   left: -0.6rem; 
  background-image: url('../img/aboutJinniu/new_prev.png');
  /*transform: rotate(180deg);*/
}
.pageBody .bodyItem .swiperCon .swiper-button-next {
   right: -0.6rem; 
  background-image: url('../img/index/normal.png');
}
.pageBody .bodyItem .swiperCon .swiper-button-prev.swiper-button-disabled {
  background-image: url('../img/index/disable.png');
  transform: rotate(0deg);
  opacity: 1;
}
.pageBody .bodyItem .swiperCon .swiper-button-next.swiper-button-disabled {
  background-image: url('../img/index/disable.png');
  transform: rotate(180deg);
  opacity: 1;
}
.pageBody .bodyItem .qualificationsImg {
  display: flex;
  width: 100%;
  margin-top: 1.44rem;
  position: relative;
}

.pageBody .bodyItem .qualificationsImg .swiper-button-prev,
.pageBody .bodyItem .qualificationsImg .swiper-button-next{
  width: 0.25rem;
  height: 0.5rem;
  background-size: 100% 100%;
}

.pageBody .bodyItem .qualificationsImg .swiper-button-prev::after,
.pageBody .bodyItem .qualificationsImg .swiper-button-next::after {
  display: none;
}
.pageBody .bodyItem .qualificationsImg .swiper-button-prev {
   left: -0.6rem; 
  background-image: url('../img/aboutJinniu/new_prev.png');
  /*transform: rotate(180deg);*/
}
.pageBody .bodyItem .qualificationsImg .swiper-button-next {
   right: -0.6rem; 
  background-image: url('../img/index/normal.png');
}
.pageBody .bodyItem .qualificationsImg .swiper-button-prev.swiper-button-disabled {
  background-image: url('../img/index/disable.png');
  transform: rotate(0deg);
  opacity: 1;
}
.pageBody .bodyItem .qualificationsImg .swiper-button-next.swiper-button-disabled {
  background-image: url('../img/index/disable.png');
  transform: rotate(180deg);
  opacity: 1;
}

.pageBody .bodyItem .qualificationsImg > img {
  position: absolute;
}
.pageBody .bodyItem .qualificationsImg .img1 {
  left: 0;
  top: 0.66rem;
  z-index: 1;
  width: 2.57rem;
  height: 2.37rem;
}
.pageBody .bodyItem .qualificationsImg .img2 {
  left: 0.64rem;
  top: 0.54rem;
  z-index: 2;
  width: 2.82rem;
  height: 2.61rem;
}
.pageBody .bodyItem .qualificationsImg .img3 {
  left: 1.37rem;
  top: 0.17rem;
  z-index: 3;
  width: 3.37rem;
  height: 3.18rem;
}
.pageBody .bodyItem .qualificationsImg .img4 {
  left: 2.66rem;
  top: 0;
  z-index: 4;
  width: 3.85rem;
  height: 3.69rem;
}
.pageBody .bodyItem .qualificationsImg .img5 {
  left: 5.32rem;
  top: 0.08rem;
  z-index: 5;
  width: 4.8rem;
  height: 3.51rem;
}
.pageBody .bodyItem .qualificationsImg .img6 {
  left: 8.93rem;
  top: 0;
  z-index: 4;
  width: 3.85rem;
  height: 3.69rem;
}
.pageBody .bodyItem .qualificationsImg .img7 {
  left: 10.7rem;
  top: 0.17rem;
  z-index: 3;
  width: 3.37rem;
  height: 3.18rem;
}
.pageBody .bodyItem .qualificationsImg .img8 {
  left: 11.98rem;
  top: 0.54rem;
  z-index: 2;
  width: 2.82rem;
  height: 2.61rem;
}
.pageBody .bodyItem .qualificationsImg .img9 {
  left: 12.9rem;
  top: 0.66rem;
  z-index: 1;
  width: 2.57rem;
  height: 2.37rem;
}
.pageBody .bodyItem .imgList {
  display: flex;
  margin-top: 0.76rem;
  flex-wrap: wrap;
}
.pageBody .bodyItem .imgList .imgItem {
  width: 4.8rem;
  height: 3.14rem;
  background-image: url('../img/aboutJinniu/bg2.png');
  background-size: 100% 100%;
  margin-right: 0.55rem;
  margin-bottom: 0.54rem;
  padding: 0.07rem;
}
.pageBody .bodyItem .imgList .imgItem:nth-child(3n+3) {
  margin-right: 0;
}
.pageBody .bodyItem .pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pageBody .bodyItem .pagination .prev,
.pageBody .bodyItem .pagination .next {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
}
.pageBody .bodyItem .pagination .prev > img,
.pageBody .bodyItem .pagination .next > img {
  width: 0.05rem;
  height: 0.1rem;
}
.pageBody .bodyItem .pagination .pageList {
  display: flex;
}
.pageBody .bodyItem .pagination .pageList > div {
  width: 0.32rem;
  height: 0.32rem;
  border-radius: 0.02rem;
  border: 1px solid #EEEEEE;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0.04rem;
  font-family: 'Microsoft YaHei-Regular';
  font-size: 0.14rem;
  color: #7D7D7D;
}
.pageBody .bodyItem .pagination .pageList .active {
  background-color: #A56838;
  border: 1px solid #A56838;
  color: #fff;
}
.pageBody .bodyItem .pagination .pageList .point {
  border: none;
  margin-top: -0.04rem;
}
.pageBody .introduction {
  background-image: url('../img/aboutJinniu/introduction_bg.jpg');
  background-size: 100% 100%;
}
.pageBody .culture {
  height: 9.96rem;
  background-image: url('../img/aboutJinniu/culture_bg.jpg');
  background-size: 100% 100%;
}
.pageBody .culture .title {
  margin-top: 1.13rem;
}
.pageBody .qualifications {
  height: 8.88rem;
  background-image: url('../img/aboutJinniu/qualifications_bg.jpg');
  background-size: 100% 100%;
}
.pageBody .qualifications .title {
  margin-top: 1.44rem;
}
.pageBody .factoryImage {
  background-image: url('../img/aboutJinniu/factoryImage_bg.jpg');
  background-size: 100% 100%;
}
.pageBody .factoryImage .title {
  margin-top: 1.06rem;
}
.mySwiper1 {
  padding: 0.5rem;
  width: 100%;
}
.mySwiper1 img {
  /*width: 4.8rem;*/
  height: 3.5rem !important;
}
.logo {
  position: absolute;
  top: 0.4rem;
  right: 0.85rem;
  width: 1.8rem;
  height: 0.69rem;
  background-image: url('../img/index/logo.png');
  background-size: 100% 100%;
}
