@charset "UTF-8";
/*@font-face {
   font-family:'jiangxi';
   src: url('../fonts/jiangxi.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
   font-display: swap;
}
.ff{
   font-family: "jiangxi";
}*/
._bb {
  border-bottom: 10px solid white;
}

._more {
  margin-left: auto;
  margin-right: auto;
  background: white;
  border-radius: 30px;
  width: 234px;
  height: 47px;
  display: flex;
  align-items: center;
  color: black;
  justify-content: center;
  border: 0px;
}
._more:hover {
  background: #4badcd;
  color: white;
}

._more2 {
  background: #4badcd;
  color: white;
}
._more2:hover {
  background: white;
  color: black;
}

.ban_video {
  position: relative;
  height: 100vh;
}
.ban_video .videobg {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ban_video .word {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  color: white;
  text-align: left;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.ban_video .mask {
  opacity: .8;
}

.section2 {
  color: white;
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}
.section2 .shuju .item .shang {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-style: italic;
}

.youshi {
  color: white;
  position: relative;
  padding-top: 200px;
  padding-bottom: 200px;
  text-align: center;
}
.youshi .list {
  margin-top: 150px;
}
.youshi .list .item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 20%;
}
.youshi .list .item .title {
  font-weight: bold;
  margin: 20px 0;
}

.chanpin {
  position: relative;
  color: white;
  padding-top: 120px;
  padding-bottom: 120px;
}
.chanpin .list {
  margin-top: 60px;
  display: flex;
}
.chanpin .list .item {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.chanpin .list .item .name_box {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background: #4badcd;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.chanpin .list .lf {
  width: 30%;
}
.chanpin .list .lf .item {
  margin: 1%;
  display: none;
}
.chanpin .list .lf .item .pic {
  width: 527px;
  height: 661px;
  object-fit: fill;
}
.chanpin .list .lf .item:first-child {
  display: block;
}
.chanpin .list .rt {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.chanpin .list .rt .item {
  width: 49%;
  margin: 0.5%;
  display: block;
  text-align: center;
}
.chanpin .list .rt .item .pic {
  width: 527px;
  height: 321px;
  object-fit: contain;
  object-position: center;
}
.chanpin .list .rt .item:first-child {
  display: none;
}

.yingyong {
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
}
.yingyong .swiper-button-prev {
  left: 26%;
}
.yingyong .swiper-button-next {
  right: 26%;
}
.yingyong .list {
  position: relative;
  margin-top: 50px;
}
.yingyong .item {
  text-align: center;
}
.yingyong .swiper-slide {
  width: 778px;
}
.yingyong .swiper-slide .item {
  transform: scale(0.8);
}
.yingyong .swiper-slide-active .item {
  transform: scale(1);
}

.swiper-button-next, .swiper-button-prev {
  background: none;
}

.wangluo {
  height: 902px;
  padding-top: 190px;
  color: white;
}
.wangluo .yuan {
  position: absolute;
  right: 0;
  top: 0;
  animation-duration: 4s;
  animation-iteration-count: infinite;
  /* 让动画无限循环 */
}
.wangluo .container2 {
  height: 100%;
}
.wangluo .rt {
  position: absolute;
  right: 0;
}

.news {
  color: black;
  padding-top: 150px;
  padding-bottom: 150px;
}
.news .rt .item {
  border-bottom: 1px solid black;
  padding-left: 45px;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.news .rt .item .title {
  margin-top: 25px;
  margin-bottom: 25px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.news .rt .item .summary {
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (max-width: 1600px) {
  .wangluo .yuan {
    right: -65px;
  }
}
@media (max-width: 1450px) {
  ._more {
    font-size: 17.46px;
    width: 192px;
  }

  .section2,
  .youshi {
    padding-top: 150px;
    padding-bottom: 148px;
  }

  .chanpin .list .lf .item .pic {
    width: 388px;
    height: 540px;
    object-fit: fill;
  }

  .chanpin .list .rt .item .pic {
    width: 527px;
    height: 266px;
    object-fit: fill;
  }

  .chanpin .list .item .name_box {
    padding: 15px;
  }

  .yingyong .swiper-slide {
    width: 650px;
  }

  .wangluo {
    height: 720px;
  }

  .wangluo .yuan {
    right: 0;
    top: -110px;
  }

  .news .rt .item {
    padding-bottom: 17px;
    margin-bottom: 26px;
  }

  .news {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 768px) {
  .ban_video {
    height: 430px;
  }

  .ban_video .word {
    padding-left: 15px;
    padding-right: 15px;
  }
  .ban_video .word h2 {
    font-size: 23px;
    margin-bottom: 20px;
  }
  .ban_video .word h3 {
    font-size: 16px;
  }

  ._title h3 {
    font-size: 23px;
  }
  ._title h6 {
    font-size: 16px;
  }

  ._more {
    font-size: 14.46px;
    width: 126px;
    height: 34px;
  }

  .section2,
  .youshi,
  .chanpin {
    padding-top: 90px;
    padding-bottom: 77px;
  }

  .youshi .list {
    margin-top: 62px;
  }

  .section2 ._more {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .section2 .title {
    font-size: 23px;
  }
  .section2 .shuju {
    flex-wrap: wrap;
  }
  .section2 .shuju .item {
    width: 50%;
  }

  .section2 .shuju .item .shang {
    justify-content: center;
  }

  .section2 .shuju .item .shang {
    margin-bottom: 5px;
  }

  .section2 .shuju .item {
    margin-bottom: 20px;
  }

  .section2 .shuju .item .shang {
    font-size: 20px;
  }

  .youshi .list {
    flex-wrap: wrap;
  }

  .youshi .list .item {
    margin-bottom: 30px;
    width: 48%;
  }
  .youshi .list .item .summary {
    font-size: 14px;
  }
  .youshi .list .item .title {
    font-size: 16px;
  }

  .chanpin .list {
    display: block;
  }

  .chanpin .list .lf,
  .chanpin .list .rt {
    width: 100%;
  }

  .chanpin .list .lf .item .pic {
    width: 100%;
    height: 359px;
  }

  .chanpin .list .rt .item .pic {
    width: 100%;
    height: 207px;
    object-fit: fill;
  }

  .chanpin .list .rt .item {
    width: 48%;
    margin: 1%;
  }

  .yingyong {
    padding-left: 15px;
    padding-right: 15px;
  }

  .yingyong .swiper-button-prev {
    left: 0;
  }

  .yingyong .swiper-button-next {
    right: 0;
  }

  .wangluo {
    height: auto;
    padding-bottom: 100px;
    background: url("../images/wap_bg.jpg") no-repeat center !important;
    background-size: cover !important;
    padding-top: 81px;
    text-align: center;
  }
  .wangluo ._more {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
  }

  .news .lf {
    float: none;
    text-align: center;
    margin-bottom: 50px;
  }

  .news .rt {
    float: none;
  }

  .news ._title {
    margin-bottom: 20px;
  }

  .news .rt .item {
    padding-left: 0;
  }

  .news {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .news .rt .item .title {
    margin-top: 14px;
    margin-bottom: 17px;
  }

  .chanpin .list .item .name_box {
    position: static;
  }

  .chanpin .list .rt .item .pic {
    height: auto;
  }
}

/*# sourceMappingURL=index.css.map */
