.jeijf-war {
  width: 100%;
  overflow: hidden;
}

.jeijf-con {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}


.jeijf-lis-t h5 {
  color: #335c9b;
  font-size: 24px;
  font-weight: bold;
  font-family: "思源黑体 CN";
  position: relative;
  padding: 15px 0;
}

.jeijf-lis-t h5::before {
  content: "";
  width: 31px;
  height: 6px;
  background: url("../images/sgd_03.png");
  position: absolute;
  left: 0;
  bottom: 0;
}

.jeijf-lis {
  /* padding-bottom: 40px; */
  flex: 1;
  padding-right: 30px;
}

.jeijf-lis h6 {
  font-size: 36px;
  font-weight: bold;
  font-family: "思源黑体 CN";
  margin: 25px 0;
  color: #000000;
}

.jeijf-lis-t span {
  display: block;
  /* margin-bottom: 30px; */
  font-size: 16px;
  color: #3a3a3a;
  line-height: 35px;
  text-indent: 20pt;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.jeijf-lis-t img {
  width: 100%;
}

.jeijf-lis-l {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.jeijf-lis-l div {
  width: 50%;
}

.jeijf-lis-l-r img {
  width: 100%;
}

.jeijf-lis-l-l {
  padding-right: 20px;
}

.jeijf-lis-l-l span {
  display: block;
  color: #3a3a3a;
  line-height: 30px;
  text-indent: 20pt;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";

}

.jeijf-lis-li ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  flex-flow: wrap;
}

.jeijf-lis-li ul li {
  width: 32%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-right: 2%;
  padding: 40px 0;
}

.jeijf-lis-li ul li img {
  width: 100px;
  height: 100px;
}

.jeijf-lis-li ul li:nth-of-type(3n) {
  margin-right: 0;
}

.jeijf-lis-li ul li div {
  padding: 0 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
}

.jeijf-lis-li ul li div p {
  color: #000000;
  font-size: 26px;
  font-weight: bold;
  font-family: "思源黑体 CN";
  margin-bottom: 0;

}

.jeijf-lis-li ul li div span {
  color: #111111;
  font-size: 16px;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}




.jeijf-lis-lis ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 30px;
}

.jeijf-lis-lis ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jeijf-lis-lis ul li span {
  width: 84px;
  height: 84px;
  text-align: center;
  line-height: 84px;
  font-size: 50px;
  color: #0070c0;
  border-radius: 50%;
  border: 1px solid #9e9e9e;
  margin-bottom: 35px;
}

.jeijf-lis-lis ul li p {
  color: #000000;
  font-size: 22px;
  font-weight: bold;
  font-family: "思源黑体 CN";
}

.jeijf-lis-lis-spa {
  font-size: 16px;
  color: #3a3a3a;
  line-height: 35px;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}















/* 航天新材料1 */

.xcl-war {
  width: 100%;
}

.xcl-war ul {
  display: flex;
  flex-direction: column;
}

.xcl-war ul li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 55px;
}

.xcl-l {
  width: 50%;
  padding: 30px 80px;
  background: #f9f9f9;
}

.xcl-l h6 {
  font-size: 18px;
  color: #000000;
  font-weight: bold;
  font-family: "思源黑体 CN";
}

.xcl-l span {
  font-size: 16px;
  color: #898989;
  line-height: 30px;
  display: block;
  padding: 40px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /* 可以显示的行数，超出部分用...表示*/
  -webkit-box-orient: vertical;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.xcl-l p {
  font-size: 14px;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
  color: #335c9b;
  border-top: 1px solid #f0f0f0;
  position: relative;
  margin-bottom: 0;
}

.xcl-l p::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 1px solid #335c9b;
  transition: all 1s;
}

.xcl-l p::after {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  border-bottom: 1px solid #335c9b;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
}

.xcl-l p:hover::before {
  width: 100%;
}

.xcl-l p:hover::after {
  width: 100%;
}

.xcl-l p a {
  padding: 25px 0;
  display: block;

}

.xcl-l p a i {
  float: right;
}

.xcl-r {
  width: 50%;
  overflow: hidden;
}

.xcl-r img {
  width: 100%;
  transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -webkit-transition: all 1s;
}

.xcl-war ul li:hover .xcl-r img {
  transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

@media screen and (max-width: 1200px) {
  .jeijf-con {
    padding: 70px 15px;
  }

  .xcl-r img {
    height: 100%;
    width: auto;
  }
}











.ywbk-warp {
  padding-top: 80px;
}





@media screen and (max-width: 768px) {
  .jeijf-con {
    padding: 15px;
  }

  .jeijf-lis-t h5 {
    font-size: 16px;
  }

  .jeijf-lis h6 {
    font-size: 18px;
    margin: 10px 0;
  }

  .jeijf-lis-t span {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
  }

  .jeijf-lis-l {
    flex-direction: column;
  }

  .jeijf-lis-l div {
    width: 100%;
  }

  .jeijf-lis {
    padding-bottom: 10px;
    padding-right: 0;
  }

  .jeijf-lis-l-l {
    padding-right: 0;
  }

  .jeijf-lis-l-l span {
    line-height: 24px;
    font-size: 14px;
  }

  .jeijf-lis-li ul {
    flex-flow: column;
  }

  .jeijf-lis-li ul li {
    width: 100%;
    padding: 10px 0;
  }

  .jeijf-lis-li ul li div p {
    font-size: 14px;
  }

  .jeijf-lis-li ul li div span {
    font-size: 12px;
  }

  .jeijf-lis-li ul li img {
    width: 65px;
    height: 65px;
  }

  .jeijf-lis-lis ul {
    padding: 0;
    flex-flow: wrap;
  }

  .jeijf-lis-lis ul li {
    width: 33%;
  }

  .jeijf-lis-lis ul li span {
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 20px;
    margin-bottom: 10px;
  }

  .jeijf-lis-lis ul li p {
    font-size: 14px;
  }








  .xcl-war ul li {
    flex-direction: column-reverse;
    margin-bottom: 10px;
  }

  .xcl-l {
    width: 100%;
    padding: 5px 10px;
  }

  .xcl-r {
    width: 100%;
  }

  .xcl-l span {
    padding: 0;
    font-size: 14px;
  }

  .xcl-l p a {
    padding: 15px 0;
  }

  .xcl-l h6 {
    font-size: 16px;
  }

  .xcl-r img {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width: 1024px) {

  .xcl-war ul li:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
}








/* 物流设备 */

.xitong {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  overflow: hidden;
  align-items: center;
}

.xitong-sp {
  padding-left: 60px;
  display: flex;
  flex: 1;
}

.xitong-sp span {
  font-size: 16px;
  line-height: 30px;
  color: #3a3a3a;
  font-family: "PingFang SC", "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

.xitong-img {
  width: 430px;
  height: 245px;
}

.xitong-img img {
  width: 100%;
  height: 100%;
}



@media screen and (min-width: 1024px) {

  .xitong:nth-of-type(2n) {
    flex-direction: row-reverse;
  }

  .xitong:nth-of-type(2n) .xitong-sp {
    padding-left: 0;
    padding-right: 60px;
  }
}

@media screen and (max-width: 1400px) {
  .ywbk-con-b ul {
    padding: 20px;
  }
}








.kycg-ban {
  width: 445px;
  height: 480px;
  overflow: hidden;
  margin-top: 60px;
  position: relative;
}

.swiper-containerrr .swiper-wrapper .swiper-slide img{
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
.jeijf-con{
  flex-direction: column;
}
  .kycg-ban{
    width: 100%;
    height: auto;
    margin-top: 0;
  }
  .xitong-sp {
    padding-left: 0;
  }

  .xitong-sp span {
    font-size: 14px;
    line-height: 25px;
  }

  .xitong {
    flex-direction: column;
  }

  .xitong-img {
    width: 70%;
    height: auto;
  }
}