.aframe {
  overflow: hidden;
  padding: calc((60 / 1300) * 100%) 0 calc((20 / 1300) * 100%);
  background: url(../images/banner.jpg);

}

.aframe .list {
  overflow: hidden;
  margin-top: 10px;
}

.aframe .list .img {
  overflow: hidden;
}

.aframe .list .img img {
  width: 100%;
}

.aframe .list .txt {
  overflow: hidden;
}

.aframe .list .txt h3 {
  font-size: 26px;
  margin-bottom: calc((15 / 600) * 100%);
  color: #fff;
}

.aframe .list .txt .content {
  font-size: 14px;
  line-height: 1.7;
  font-family: sans-serif, Arial;
}

.aframe .list .txt .content p {
  color: #FFF;
}

.factory-development {
 margin-top:50px;
  width: 100%;
  background: url(../../images/bg05.jpg) no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}

.factory-development .slideBox {
  display: none;
  width: 100%;
  padding: 50px 60px 120px 60px;
  background: #f17e0466;
  overflow: hidden;
  /*opacity: 0.5;*/
}

.factory-development .slideBox:first-child {
  display: block;
}

.factory-pic {
  float: left;
  width: 48%;
  overflow: hidden;
}

.factory-pic img {
  width: 100%;
  -webkit-transition: .5s all;
  -moz-transition: .5s all;
  -ms-transition: .5s all;
  transition: .5s all;
}

.factory-pic img:hover {
  -webkit-transform: scale(1.02);
  -moz-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.factory-txt {
  float: right;
  width: 46.4%;
  margin-top: 40px;
}

.factory-txt h3 {
  padding: 0 10px 25px 10px;
  margin-bottom: 25px;
  font-size: 26px;
  border-bottom: 1px solid #b1c7e3;
    font-family: 'Arial';
  color: #c4c3c3;
}

.factory-txt p {
  padding: 0 10px;
   color: #cbcbcb;
    font-size: 24px;
    font-family: 'Arial';
 
}

.event_box {
  width: 100%;
  margin-top: 40px;
  overflow: hidden;
}

.parBd {
  position: relative;
  z-index: 1;
}

.parHdpd {
  padding: 0 60px;
}

.parHd {
  position: relative;
  width: 100%;
  height: 132px;
  padding: 0 150px;
  margin-top: -86px;
  overflow: hidden;
  background: #f17e0466;
  z-index: 2;
  /*opacity: 0.5;*/
}

.parHd li.no_line:before {
  display: none;
}

.parHd li {
  width: 20%;
  float: left;
  display: inline-block;
  cursor: pointer;
  padding-top: 30px;
  font-size: 22px;
  text-align: center;
  color: #99b5da;
  position: relative;
  -webkit-transition: .3s all;
  -moz-transition: .3s all;
  -ms-transition: .3s all;
  transition: .3s all;
}

.parHd li::after {
  content: '';
  background: url(../images/dot_icos.png) no-repeat;
  width: 13px;
  height: 13px;
  position: absolute;
  z-index: 20;
  top: 48px;
  left: 50%;
  margin-left: -5px;
}

.parHd li.act::after {
  background: url(../images/dot_ico.png) no-repeat;
}

.parHd .tempWrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.parHd .tempWrap:after {
  content: '';
  width: 100%;
  height: 1px;
  background: #99b5da;
  position: absolute;
  right: 0%;
  top: 54px;
  z-index: 10;
}

.parHd li.act span {
  display: block;
  width: 13px;
  height: 13px;
  overflow: hidden;
  background: url(../../images/cat.png) no-repeat;
  position: absolute;
  top: 12px;
  left: 50%;
  margin-left: -5px;
  z-index: 21;
}

.parHd li span,
.parHd li.clone span {
  display: none;
}

.parHd li b {
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-top: 50px;
    font-family: 'Arial';
}

.parHd li.act {
  color: #fff;
}

.sPrev,
.sNext {
  width: 44px;
  height: 44px;
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -22px;
  background: rgba(255, 255, 255, 0.75);
  text-align: center;
  line-height: 40px;
  cursor: pointer;
}

.sPrev img,
.sNext img {
  vertical-align: middle;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  transition: 1s all;
}

.sPrev {
  left: 42px;
}

.sNext {
  right: 42px;
}

.sPrev:hover,
.sNext:hover {
  background: #fff;
}

.title {
  width: 94%;
  margin: 0 auto;
  margin-top: -10px;
  text-align: center;
}

.title h1,
.title h1 a,
.title h2,
.title h2 a {
  color: #fff;
  font-size: 36px;
  line-height: 52px;
}

.title p {
  margin-top: 20px;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}

@media (min-width:1px) and (max-width:991px) {
   .parHdpd {
      padding: 0 30px;
  }
  .parHd .tempWrap {
    display: none;
  }
  .aframe .list .img {
    margin-bottom: 20px;
  }

  .aframe .list .txt h3 {
    font-size: 16px;
  }
}

@media (min-width:992px) {
  .aframe .list {
    display: flex;
    justify-content: space-between;
  }

  .aframe .list .img {
    width: 50%;
    margin: 0;
    padding-right: 35px;
  }

  .aframe .list .txt {
    width: 50%;
    margin: 0;
  }
}

@media (min-width:1230px) {
  .aframe .list {
    align-items: center;
  }

  .aframe .list .img {
    padding-right: 50px;
  }
}

.aframe1 {
  overflow: hidden;
  padding-top: calc((60 / 1300) * 100%);
  background: url(../images/banner.jpg);

}

.aframe1 .item {
  overflow: hidden;
  border-left: 1px solid #efefef;
  padding: 0 calc((30 / 1300) * 100%);
  width: calc((1 / 3) * 100%);
  position: relative;
}

.aframe1 .item:before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 1px;
  background: #d71635;
  position: absolute;
  left: 0;
  top: 60px;
}

.aframe1 .item .img {
  overflow: hidden;
  text-align: center;
}

.aframe1 .item .txt {
  overflow: hidden;
}

.aframe1 .item .txt h3 {
  font-size: 24px;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}

.aframe1 .item .txt p {
  font-size: 16px;
  color: #fff;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
  text-align: left;
  font-family: sans-serif, Arial;
}

.aframe1 .item:last-child {
  border-right: 1px solid #efefef;
}

@media (min-width:992px) {
  .aframe1 .container {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width:1px) and (max-width:991px) {
  .aframe1 .item {
    width: auto;
    overflow: hidden;
    margin-bottom: 20px;
  }

  .aframe1 .item .txt h3 {
    font-size: 18px;
  }

  .aframe1 .item .txt p {
    font-size: 14px;
  }
}

.aframe2 {
  overflow: hidden;
  padding-top: calc((60 / 1300) * 100%);
  padding-bottom: 60px;
  position: relative;
  background: url(../images/banner.jpg);

}

.aframe2 h2 {
  font-size: 36px;
  color: #fff;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}

.aframe2 .list {
  overflow: hidden;
  position: relative;
}

.aframe2 .list .swiper-slide {
  overflow: hidden;
  margin: 0;
  box-sizing: border-box;
  border: 1px solid #f5f5f5;
}

.aframe2 .list .swiper-slide img {
  width: 100%;
}

.aframe2 .list .btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  width: 45px;
  height: 45px;
  background: var(--color-primary);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.aframe2 .list .btn:after {
  font-size: 16px;
  color: #fff;
}

.aframe2 .list .btn-prev {
  left: 0;
}

.aframe2 .list .btn-prev i {
  transform: rotate(180deg)
}

.aframe2 .list .btn-next {
  right: 0;
}

@keyframes identifier {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1);
  }

  100% {
    transform: rotate(360deg) scale(1);

  }
}

.aframe3 {
  overflow: hidden;
  position: relative;
  padding: calc((60 / 1300) * 100%) 0 0 0;
  background: url(../images/banner.jpg);
}

.aframe3 .videopalay {
  overflow: hidden;
  position: relative;
  z-index: 3;
  border-radius: 10px;
  text-align: center;
}

.aframe3 .videopalay .videobtn {
  overflow: hidden;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 4;
  cursor: pointer;
  width: 74px;
  height: 74px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.aframe3 .videopalay .videobtn .bg {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 74px;
  height: 74px;
  animation: identifier 6s infinite linear;
}

.aframe3 .videopalay .videobtn i {
  position: relative;
  z-index: 5;
  font-size: 30px;
  color: #fff;
}



@media (min-width:1px) and (max-width:991px) {
  .aframe3 .videopalay .videobtn {
    width: 64px;
    height: 64px;
  }

  .aframe3 .videopalay .videobtn .bg {
    width: 64px;
    height: 64px;
  }

  .aframe3 .videopalay .videobtn i {
    font-size: 26px;
  }
  .factory-development .slideBox{
      flex-direction: column;
  }
  
  .factory-development .slideBox:first-child {
    display: flex;
  }
  .factory-pic {
    float: none;
    width: 100%;
  }
  .factory-txt {
    float: none;
    width: 100%;
  }
  .factory-development .slideBox{
  padding:20px
  }
  .parHd{
  margin-top:20px;
  }
  
}