.technical-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-image: url('../images/technology/banner.png');
  background-size: cover;
}
.technical-banner .banner-flex .banner-title{
  margin-bottom: 16px;
  color: #FFFFFF;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .technical-banner {
    height: 600px;
  }
  .technical-banner .banner-flex .banner-title{
    font-size: 48px;
  }
}
@media screen and (max-width: 767px) {
  .technical-banner {
    height: 240px;
  }
  .technical-banner .banner-flex .banner-title{
    font-size: 24px;
  }
}

.technical-content {
  padding: 50px 0;
  background-color: #323B48;
}
.technical-box {
  margin-bottom: 126px;
}
.technical-box .technical-flex{
  text-align: center;
}
.technical-box .technical-flex img{
  max-width: 100%;
}
.technical-box .technical-flex .list {
  display: inline-block;
  text-align: left;
}
.technical-box .technical-flex .list .title {
  margin-bottom: 36px;
  font-size: 24px;
  color: #FFFFFF;
}
.technical-box .technical-flex .item {
  margin-bottom: 32px;
}
.technical-box .technical-flex .item:last-child {
  margin-bottom: 0;
}
.technical-box .technical-flex .item img {
  display: inline-block;
  margin-right: 9px;
}
.technical-box .technical-flex .item span {
  font-size: 14px;
  color: #FFFFFF;
}

@media screen and (min-width:768px) {
  .technical-box {
    display: flex;
    justify-content: space-between;
  }
  .technical-box .technical-flex{
    flex: 1;
  }
}
@media screen and (max-width:767px) {
  .technical-box {
    padding: 0 15px;
    box-sizing: border-box;
  }
  .technical-box .technical-flex > img,
  .technical-box .technical-flex .list {
    margin-bottom: 15px;
  }
}













.index-page {
  width: 100%;
}
.index-page .index-title {
  margin-bottom: 40px;
  width: 100%;
  color: #323223;
  text-align: center;
  letter-spacing: 2px;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .index-page .index-title {
    font-size: 32px;
  }
}
@media screen and (max-width: 767px) {
  .index-page .index-title {
    font-size: 18px;
  }
}

.index-page .index-flex {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.index-swiper .swiper-index .swiper-slide .swiper-img .slide-hover {
  opacity: 0;
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-color: rgba(0, 121, 255, 0.75);
  transition: opacity 0.25s;
  z-index: 1;
}


.slide-hover .hover-flex {
  padding: 20px 32px;
  width: 100%;
  box-sizing: border-box;
}

.slide-hover .hover-flex .main {
  display: block;
  margin: auto;
  margin-bottom: 10px;
  font-size: 72px;
}

.swiper-img .slide-hover .hover-flex .t {
  margin-bottom: 16px;
  font-size: 30px;
  text-align: center;
  font-weight: 100;
  letter-spacing: 2px;
}

.swiper-img .slide-hover .hover-flex .p {
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 100;
}

.swiper-img .slide-hover .hover-flex .go {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  font-size: 48px;
}

.swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: .7;
}
.swiper-pagination-bullet {
  width: 40px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: .7;
}
.banner .swiper-container-horizontal>.swiper-pagination-bullets{
  bottom: 110px;
}

@media screen and (max-width:1200px) {
  .banner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 10px;
  }
}

@media screen and (min-width:769px) {
  .index-swiper .swiper-index .swiper-slide .swiper-img:hover .slide-bg {
    opacity: 0;
  }
  .index-swiper .swiper-index .swiper-slide .swiper-img:hover .slide-hover {
    opacity: 1;
  }
}


.index-3 {
  padding: 64px 0 37px 0;
}
.index-3 .index-title {
  margin-bottom: 50px;
}

.index-3 .index-swiper {
  width: 100%;
}

.index-3 .index-swiper .swiper-index {
  width: 100%;
}

.index-3 .index-swiper .swiper-index .swiper-slide:hover {
  z-index: 2;
}

.index-3 .index-swiper .swiper-index .swiper-slide .swiper-img {
  position: relative;
  width: 100%;
  height: 420px;
  color: #fff;
  background-size: cover;
  background-position: 50%;
  transition: transform 0.25s;
}


.index-3 .index-swiper .swiper-index .swiper-slide .swiper-img .slide-bg {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: opacity 0.25s;
  z-index: 0;
}

.index-3 .index-swiper .swiper-index .swiper-slide .swiper-img .slide-bg .bg-flex {
  width: 100%;
}

.index-3 .index-swiper .swiper-index .swiper-slide .swiper-img .slide-bg .bg-flex .main {
  display: block;
  margin: auto;
  margin-bottom: 15px;
  font-size: 65px;
}

.index-3 .index-swiper .swiper-index .swiper-slide .swiper-img .slide-bg .bg-flex .t {
  margin-bottom: 15px;
  text-align: center;
  font-weight: 100;
  letter-spacing: 2px;
  font-size: 30px;
}
.index-3 .index-swiper .swiper-more {
  padding-top: 32px;
  text-align: center;
}
.index-3 .index-swiper .swiper-more a {
  display: inline-block;
  padding: 0 24px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #646464;
  color: #646464;
  border-radius: 16px;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}


.swiper-banner .swiper-slide {
  background-position: 50%;
  background-size: cover;
}

.swiper-banner .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-align: center;
}
.swiper-banner .swiper-slide .text span {
  margin-bottom: 30px;
  text-shadow: 0px 3px 5px #001532;
}

@media screen and (min-width: 768px) {
  .swiper-banner {
    height: 600px;
  }
  .swiper-banner .swiper-slide .text span {
    font-size: 52px;
  }
}
@media screen and (max-width: 767px) {
  .swiper-banner {
    height: 320px;
  }
  .swiper-banner .swiper-slide .text span {
    font-size: 24px;
  }
}



.index-1 {
  padding: 90px 0 40px 0;
  background-image: url('./../assets/img/index_hxjs.png');
  background-size: cover;
}
.index-1 .index-title {
  margin-bottom: 60px;
  color: #fff;
}
.index-1 .flex {
  padding: 20px 15px;
}
@media screen and (min-width:769px) {
  .index-1 .flex {
    width: 300px;
  }
}
@media screen and (max-width:768px) {
  .index-flex {
    flex-wrap: wrap;
  }
  .index-1 .flex {
    width: 100%;
  }
}


.index-1 .flex:hover {
  background-color: rgba(0,121,255,0.20);
}

.index-1 .flex .icon {
  display: block;
  margin: auto;
  margin-bottom: 16px;
  width: 56px;
  height: 56px;
}
.index-1 .flex:nth-child(1) .icon {
  background-image: url('./../assets/img/index_1/1.png');
}
.index-1 .flex:nth-child(1):hover .icon {
  background-image: url('./../assets/img/index_1/1_hover.png');
}
.index-1 .flex:nth-child(2) .icon {
  background-image: url('./../assets/img/index_1/2.png');
}
.index-1 .flex:nth-child(2):hover .icon {
  background-image: url('./../assets/img/index_1/2_hover.png');
}
.index-1 .flex:nth-child(3) .icon {
  background-image: url('./../assets/img/index_1/3.png');
}
.index-1 .flex:nth-child(3):hover .icon {
  background-image: url('./../assets/img/index_1/3_hover.png');
}

.index-1 .flex .flex-t {
  margin-bottom: 12px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.index-1 .flex .flex-p {
  color: #ccc;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}

.index-1 .flex .flex-link {
  margin-top: 40px;
  height: 32px;
  text-align: center;
}

.index-1 .flex .flex-link a {
  display: none;
  padding: 0 24px;
  height: 32px;
  line-height: 32px;
  border: 1px solid #fff;
  border-radius: 16px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
}
.index-1 .flex:hover .flex-link a {
  display: inline-block;
}
