.public_w {
  max-width: 1400px;
  width: 85%;
  margin: 0 auto;
}
* {
  margin: 0;
  padding: 0;
}
/* 生产环境 */
.schj {
  width: 100%;
  margin-top: calc(45px + 2.5rem);
  /* banner */
  /* 生产环境 */
}
.schj .schj_banner {
  width: 100%;
  position: relative;
}
.schj .schj_cont {
  width: 80%;
  margin-top: calc(30px + 5rem);
  /* margin-bottom: calc(14px + 2.5rem); */
  display: flex;
  flex-direction: column;
  align-items: center;
  /* border: 1px solid #000; */
}
.schj .schj_cont > p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(10px + 1.5rem);
  color: #333333;
}
.schj .schj_cont > span {
  width: calc(20px + 4rem);
  height: 4px;
  background: #00AAAA;
  margin-top: calc(10px + 0.55rem);
}
.schj .schj_cont .schj_cont1 {
  width: 100%;
  margin-top: calc(14px + 2rem);
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
}
.schj .schj_cont .schj_cont1 .l {
  width: 14.28%;
  /* border: 1px solid #000; */
}
.schj .schj_cont .schj_cont1 .l ul {
  width: 100%;
  border: 1px solid #DCDCDC;
}
.schj .schj_cont .schj_cont1 .l ul > li {
  width: 100%;
  height: calc(30px + 4rem);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(10px + 0.5rem);
  color: #333333;
  transition: all 0.3s;
}
.schj .schj_cont .schj_cont1 .l ul > li:nth-of-type(2n) {
  border-top: 1px solid #DCDCDC;
  border-bottom: 1px solid #DCDCDC;
}
.schj .schj_cont .schj_cont1 .l ul > li:hover {
  background: #00AAAA;
  color: #FFFFFF;
}
.schj .schj_cont .schj_cont1 .l ul .on {
  background: #00AAAA;
  color: #FFFFFF;
}
.schj .schj_cont .schj_cont1 .r {
  width: 80.42%;
  /* height: 100%; */
  /* padding-top: calc(10px + 0.2rem); */
  /* position: relative; */
  display: flex;
  flex-direction: column;
  /* border: 1px solid #000; */
  /* .r1:nth-of-type(n+2){
                    display: none;
                } */
}
.schj .schj_cont .schj_cont1 .r .r1 {
  width: 100%;
  height: 100%;
  /* display: flex; */
  position: relative;
  padding-bottom: calc(10px + 3.5rem);
  /* display: none; */
  /* border: 1px solid #f00; */
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 {
  width: 100%;
  height: 24rem;
  display: flex;
  justify-content: space-between;
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > .swiper {
  width: 62.34%;
  margin: 0;
  /* border: 1px solid #f00; */
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > .swiper .swiper-slide {
  padding: 0.75rem;
  background: #F7FAFC;
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > .swiper .swiper-slide > img {
  width: 100%;
  height: 100%;
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) {
  width: 33.74%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* border: 1px solid #000; */
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > p {
  font-family: Microsoft YaHei;
  font-weight: 400;
  font-size: calc(10px + 0.8rem);
  color: #333333;
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > span {
  font-family: Microsoft YaHei;
  font-weight: 300;
  font-size: calc(10px + 0.4rem);
  color: #333333;
  line-height: calc(10px + 1.3rem);
  margin-top: calc(10px + 1rem);
  margin-bottom: calc(10px + 2rem);
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div {
  width: calc(50px + 3rem);
  height: calc(16px + 1.5rem);
  position: relative;
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div > div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* border: 1px solid #000; */
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div > div .swiper-button-prev::after,
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div > div .swiper-button-next::after {
  content: '';
  /* width: calc(16px + 1.5rem);
                                        height: calc(16px + 1.5rem); */
  /* border-radius: 50%; */
  /* border: 1px solid #000; */
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div > div .swiper-button-prev,
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div > div .swiper-button-next {
  width: calc(16px + 1.5rem);
  height: calc(16px + 1.5rem);
  border-radius: 50%;
  border: 1px solid #00AAAA;
  color: #00AAAA;
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div > div .swiper-button-prev > i,
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div > div .swiper-button-next > i {
  font-size: calc(10px + 0.5rem);
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div > div .swiper-button-prev {
  left: 0;
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div > div .swiper-button-next {
  right: 0;
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div > div .swiper-button-next > i {
  transform: rotateX(180deg);
}
.schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div > div .swiper-button-disabled {
  border: 1px solid #B5B5B5;
  color: #B5B5B5;
}
.schj .schj_cont .schj_cont1 .r .r1 .r3 {
  width: 100%;
  /* height: 100px; */
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  /* border: 1px solid #000; */
}
.schj .schj_cont .schj_cont1 .r .r1 .r3 > .swiper {
  width: 100%;
}
.schj .schj_cont .schj_cont1 .r .r1 .r3 > .swiper .swiper-slide {
  padding: 0.55rem;
  background: #F7FAFC;
}
.schj .schj_cont .schj_cont1 .r .on1 {
  display: flex;
}
@media screen and (max-width: 1100px) {
  .schj {
    margin-top: 0;
    /*  */
    /*  */
  }
  .schj .schj_banner .banner_tit .public_w > span {
    font-size: calc(10px + 1rem);
  }
  .schj .schj_cont .schj_cont1 {
    flex-direction: column;
  }
  .schj .schj_cont .schj_cont1 .l {
    width: 100%;
  }
  .schj .schj_cont .schj_cont1 .l > ul {
    display: flex;
  }
  .schj .schj_cont .schj_cont1 .l > ul > li {
    width: 20%;
  }
  .schj .schj_cont .schj_cont1 .l > ul > li:nth-of-type(2n) {
    border: none;
  }
  .schj .schj_cont .schj_cont1 .r {
    width: 100%;
  }
  .schj .schj_cont .schj_cont1 .r .r1 {
    /* display: flex; */
    flex-direction: column;
  }
  .schj .schj_cont .schj_cont1 .r .r1 .r2 {
    height: 66rem;
    flex-direction: column;
  }
  .schj .schj_cont .schj_cont1 .r .r1 .r2 .swiper {
    width: 100%;
    height: 200px;
  }
  .schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) {
    width: 100%;
  }
  .schj .schj_cont .schj_cont1 .r .r1 .r2 > div:nth-of-type(2) > div {
    display: none;
  }
  .schj .schj_cont .schj_cont1 .r .r1 .r3 {
    position: static;
    top: 0;
    left: 0;
  }
}
