.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin-top: 68px;
}
.banner img {
  width: 100%;
}
.banner .txt {
  position: absolute;
  top: 28%;
  left: 10%;
  z-index: 2;
}
.banner h1 {
  color: #fff;
}
.banner p {
  color: #fff;
}

.sub_nav ul {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  padding: 2% 0;
}
.sub_nav ul li {
  color: #999999;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.sub_nav ul li i {
  margin-right: 15px;
}
.sub_nav ul li span {
  margin: 0 8px;
}
.sub_nav ul li.on {
  color: #007bf5;
}
.technology {
  padding-top: 70px;padding-bottom:70px;
  background: #f9f9f9;
}
.technology .con .title h2 {
  text-align: center;
  color: #000;
}
.technology .con .title p {
  width: 63%;
  text-align: center;
  margin: 14px auto 0;
  line-height: 1.8;
  color: #000;
}
.technology .con .technology-list {
  margin-top:50px;box-shadow: 0 0 30px rgba(0,0,0,0.35)
}
.technology .con .technology-list .top {
  position: relative;
  background: #d2ddeb;
}
.technology .con .technology-list .top .swiper-slide {
  background: #fff;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.technology .con .technology-list .top .swiper-slide h2 {
  text-align: center;
  color: #141414;
  line-height: 70px;
  cursor: pointer;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.technology .con .technology-list .top .swiper-slide:hover {
  background: #1475bc;
}
.technology .con .technology-list .top .swiper-slide:hover h2 {
  color: #fff;
}
.technology .con .technology-list .top .swiper-slide.active {
  background: #1475bc;
}
.technology .con .technology-list .top .swiper-slide.active h2 {
  color: #fff;
}
.technology .con .technology-list .bottom {
  padding:50px 20px 40px;
  background: url(../images/bg.png) no-repeat;
  background-size: cover;
}
.technology .con .technology-list .bottom .technology-box .swiper-container {
  padding-bottom: 40px;
}






.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .tu {
  height: 0;
  padding-bottom: 56%;
  overflow: hidden;
  position: relative;
}
.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .tu img {
  width: 100%;
}
.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .tu h2 {
  position: absolute;
  font-weight: bold;
  color: #fff;
  width: 100%;
  top: 50%;
  text-align: center;
  padding: 0 20px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .text {
  background: #fff;
  padding: 30px;
}
.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .text .txt {
  height: 180px;
  margin-top: 16px;
}
.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .text .txt p {
  color: #141414;
  line-height: 1.8;
  text-align: justify;
}
.technology .con .technology-list .bottom .technology-box .swiper-pagination {
  bottom: 0;
}
.technology .con .technology-list .bottom .technology-box .swiper-button-prev {
  width: 40px;
  height: 44px;
  margin-top: 0;
  top: 46%;
  left: 0;
  background: none;
}
.technology .con .technology-list .bottom .technology-box .swiper-button-prev:before {
  content: '\e601';
  font-family: iconfont;
  font-size: 80px;
  color: #2c75ea;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.technology .con .technology-list .bottom .technology-box .swiper-button-next {
  width: 40px;
  height: 44px;
  margin-top: 0;
  top: 46%;
  right: 0;
  background: none;
}
.technology .con .technology-list .bottom .technology-box .swiper-button-next:before {
  content: '\e683';
  font-family: iconfont;
  font-size: 80px;
  color: #2c75ea;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .zuo{width:48%;float:left;}
.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .zuo img{width:100%;}
.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .you{width:49%;float:right;color:#fff}
.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .you .name{font-size:26px;border-bottom:1px solid #fff;padding-bottom:10px;}
.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .you .intro{padding-top:10px;font-size:14px;line-height:26px;}





@media screen and (max-width: 1680px) {
  .technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .tu h2 {
    font-size: 20px;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .text .txt {
    height: 210px;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-button-next {
    top: 41%;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-button-prev {
    top: 41%;
  }
}
@media screen and (max-width: 1440px) {
  .technology .con .title p {
    width: 74%;
  }
  .technology .con .technology-list {
    margin-top: 70px;
  }
  .technology .con .technology-list .top .swiper-slide h2 {
    line-height: 56px;
    font-size: 18px;
  }
  .technology .con .technology-list .bottom {
    padding: 60px 20px 40px;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .tu h2 {
    font-size: 16px;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .text {
    padding: 24px;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .text .txt {
    height: 220px;
    margin-top: 12px;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-button-next {
    top: 40%;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-button-prev {
    top: 40%;
  }
}
@media screen and (max-width: 1280px) {
  .technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .text .txt {
    height: 250px;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-button-next {
    top: 35%;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-button-prev {
    top: 35%;
  }
}
@media screen and (max-width: 1024px) {
  .technology {
    padding-top: 50px;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .text .txt {
    height: 180px;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-button-next {
    display: none;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .banner {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .zuo {width:100%;}
.technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .you {width:100%;padding-top:25px;}
.technology .con .technology-list .bottom{background:#1475bc;}
  .banner {
    height: 240px;
  }
  .banner img {
    height: 100%;
    position: absolute;
    top: 0%;
    left: 50%;
    width: auto;
    transform: translateX(-50%);
  }
  /*.banner h1{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}*/
  .banner .txt{left: 0;padding:0 10%;width:100%;}
  body .banner p{width:100%;}
  .technology {
    padding-top: 20px;
  }
  .technology .con .title h2 {
    font-size: 18px;
  }
  .technology .con .title p {
    width: 100%;
    line-height: 1.6;
  }
  .technology .con .technology-list {
    margin-top: 20px;
  }
  .technology .con .technology-list .top {
    padding: 0 40px;
  }
  .technology .con .technology-list .top .swiper-slide h2 {
    font-size: 16px;
    line-height: 44px;
  }
  .technology .con .technology-list .top .swiper-button-prev {
    width: 40px;
    height: 44px;
    margin-top: 0;
    top: 0;
    left: 0;
    background: #1475bc;
  }
  .technology .con .technology-list .top .swiper-button-prev:before {
    content: '\e601';
    font-family: iconfont;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .technology .con .technology-list .top .swiper-button-next {
    width: 40px;
    height: 44px;
    margin-top: 0;
    top: 0;
    right: 0;
    background: #1475bc;
  }
  .technology .con .technology-list .top .swiper-button-next:before {
    content: '\e683';
    font-family: iconfont;
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .technology .con .technology-list .bottom {
    padding: 30px 20px;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .tu h2 {
    font-size: 16px;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .text {
    padding: 14px;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .text .txt {
    height: auto;
  }
  .technology .con .technology-list .bottom .technology-box .swiper-container .swiper-slide .text .txt p {
    font-size: 14px;
  }
}
/*# sourceMappingURL=technology.css.map */