/* line 393, src/qtsy/sass/index.css */
.banner-wrap {
  /* padding-top: 68px; */
  max-height: 540px;
}

/* line 396, src/qtsy/sass/index.css */
.banner-wrap img {
  width: 100%;
  max-height: 540px;
  display: block;
}

/* line 400, src/qtsy/sass/index.css */
.banner-wrap .banner-index .swiper-pagination-bullet {
  width: 30px;
  height: 10px;
  border-radius: 0;
  position: relative;
  background: transparent;

}

.banner-wrap .banner-index .swiper-pagination-bullet::before {
  content: '';
  width: 100%;
  height: 2px;
  top: 4px;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
}

/* line 405, src/qtsy/sass/index.css */
.banner-wrap .banner-index .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: transparent;
}

.banner-wrap .banner-index .swiper-pagination-bullet.swiper-pagination-bullet-active::before {
  background: white;
}

/* line 408, src/qtsy/sass/index.css */
.lever-banner {
  max-height: 248px;
  background: url("../images/ban_about.jpg") no-repeat center center;
  background-size: cover;
}

/* line 412, src/qtsy/sass/index.css */
.lever-banner .lever-banner-item {
  padding-top: 122px;
}

/* line 414, src/qtsy/sass/index.css */
.lever-banner .lever-banner-item .banner-little {
  color: rgba(255, 255, 255, 0.5);
}


/* line 610, src/qtsy/sass/index.css */
.video .videolist {
  width: 257px;
  height: 168px;
}

/* line 613, src/qtsy/sass/index.css */
.video .videolist:hover {
  cursor: pointer;
}

/* line 615, src/qtsy/sass/index.css */
.video .videolist .fm-img {
  width: 100%;
  height: 100%;
}

/* line 618, src/qtsy/sass/index.css */
.video .videolist .videoed {
  width: 40px;
  height: 40px;
  left: 40%;
  top: 40%;
  z-index: 20;
  transition: opacity .2s ease-in-out;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
}

.video .videolist .videoed.block {
  opacity: 1;
}

.video .videolist .videoed.buleimgs {
  opacity: 0;
}

.video .videolist:hover .videoed.block {
  opacity: 0;
}

.video .videolist:hover .videoed.buleimgs {
  opacity: 1;
}

/* line 626, src/qtsy/sass/index.css */
.video .shadow {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 636, src/qtsy/sass/index.css */
.video .shadow .videos {
  display: none;
  border: 0;
  left: 50%;
  top: 50%;
  margin-left: -320px;
  margin-top: -210px;
  z-index: 100;
  width: 640px;
  height: 400px;
}
.video .shadow .videos video{
  width: 640px;
  height: 400px;
  object-fit: cover;
}
/* line 646, src/qtsy/sass/index.css */
.video .shadow .videos .vclose {
  position: absolute;
  right: 1%;
  top: 1%;
  border-radius: 100%;
  cursor: pointer;
}

/* line 653, src/qtsy/sass/index.css */
.more {
  height: 40px;
  line-height: 40px;
  cursor: pointer;
  display: none;
}

/* line 659, src/qtsy/sass/index.css */
.st-wrap {
  display: inline-flex;
}

/* line 661, src/qtsy/sass/index.css */
.st-wrap img {
  display: block;
  margin-left: 5px;
  transition: all 0.3s;
  margin-top: 6px;
  width: 16px;
  height: 8px;
}

/* line 665, src/qtsy/sass/index.css */
.st-wrap:hover img {
  margin-left: 10px;
}

/* line 668, src/qtsy/sass/index.css */
.content-wrap {
  padding-bottom: 100px;
}

/* line 671, src/qtsy/sass/index.css */
.news-index .new-fl {
  width: 270px;
  height: 180px;
  background: rgba(5, 69, 121, 0.2);
  padding: 6px;
}

/* line 677, src/qtsy/sass/index.css */
.news-index .new-ml {
  width: 450px;
  margin-left: 29px;
  padding-left: 28px;
}

/* line 681, src/qtsy/sass/index.css */
.news-index .new-ml h4 {
  margin-bottom: 5px;
}

/* line 683, src/qtsy/sass/index.css */
.news-index .new-ml p {
  line-height: 22px;
  margin-top: 22px;
}

/* line 686, src/qtsy/sass/index.css */
.news-index .new-ml .st-wrap {
  margin-top: 16px;
  line-height: 20px;
  font-weight: 600;
}

/* line 691, src/qtsy/sass/index.css */
.news-index .stage::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1px;
  height: 180px;
  background: #f3f5f7;
}

/* line 700, src/qtsy/sass/index.css */
.news-index .new-fr {
  width: 421px;
  margin-left: 29px;
  padding-left: 28px;
}

/* line 704, src/qtsy/sass/index.css */
.news-index .new-fr ul {
  margin-top: 10px;
}

/* line 706, src/qtsy/sass/index.css */
.news-index .new-fr ul li {
  border-bottom: 1px solid #EDEFF1;
  margin-top: 5px;
  padding-bottom: 5px;
}

/* line 710, src/qtsy/sass/index.css */
.news-index .new-fr ul li h4 {
  font-weight: normal;
}

/* line 712, src/qtsy/sass/index.css */
.news-index .new-fr ul li:first-child {
  margin-top: 0;
}

/* line 714, src/qtsy/sass/index.css */
.news-index .new-fr ul li:last-child {
  padding-bottom: 0;
  border: none;
}

/* line 717, src/qtsy/sass/index.css */
.news-index .new-fr ul li:hover h4 a {
  color: #2893FA;
}

/* line 719, src/qtsy/sass/index.css */
.news-index .new-fr ul li:hover .st-wrap {
  background: url("../images/icon_arrow_more.svg") no-repeat;
  right: 0;
}

/* line 722, src/qtsy/sass/index.css */
.news-index .new-fr ul li .st-wrap {
  right: 5px;
  width: 14px;
  height: 14px;
  background: url("../images/icon_arrow_moreg.svg") no-repeat;
  transition: all 0.3s;
  top: 14px;
}

/* line 729, src/qtsy/sass/index.css */
.business-info .info-bg {
  height: 240px;
  overflow: hidden;
}

/* line 732, src/qtsy/sass/index.css */
.business-info .info-bg ul li {
  width: 180px;
  height: 240px;
  padding: 30px 0 20px 16px;
  transition: all 0.8s;
  position: relative;
}

/* line 738, src/qtsy/sass/index.css */
.business-info .info-bg ul li::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 240px;
  background: #edeff1;
}

/* line 746, src/qtsy/sass/index.css */
.business-info .info-bg ul li .shadow-hide {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}

/* line 753, src/qtsy/sass/index.css */
.business-info .info-bg ul li:nth-child(1) {
  background: url("../images/ed-1.jpg") no-repeat;
}

/* line 755, src/qtsy/sass/index.css */
.business-info .info-bg ul li:nth-child(2) {
  background: url("../images/ed-2.jpg") no-repeat;
}

/* line 757, src/qtsy/sass/index.css */
.business-info .info-bg ul li:nth-child(3) {
  background: url("../images/ed-3.jpg") no-repeat;
}

/* line 759, src/qtsy/sass/index.css */
.business-info .info-bg ul li:nth-child(4) {
  background: url("../images/ed-4.jpg") no-repeat;
}

/* line 761, src/qtsy/sass/index.css */
.business-info .info-bg ul li:nth-child(5) {
  background: url("../images/ed-5.jpg") no-repeat;
}

/* line 763, src/qtsy/sass/index.css */
.business-info .info-bg ul li:nth-child(6) {
  background: url("../images/ed-6.jpg") no-repeat;
}

/* line 765, src/qtsy/sass/index.css */
.business-info .info-bg ul li:nth-child(7) {
  background: url("../images/ed-7.jpg") no-repeat;
}

/* line 767, src/qtsy/sass/index.css */
.business-info .info-bg ul li:nth-child(8) {
  background: url("../images/ed-8.jpg") no-repeat;
}

/* line 769, src/qtsy/sass/index.css */
.business-info .info-bg ul li.hover {
  width: 299px;
  visibility: visible;
}

/* line 772, src/qtsy/sass/index.css */
.business-info .info-bg ul li.hover .shadow-hide {
  background: linear-gradient(0deg, rgba(5, 69, 121, 0.3), #5a71f1);
}

/* line 774, src/qtsy/sass/index.css */
.business-info .info-bg ul li.hover .img-hide .show {
  display: block;
  transition: all 0.8s;
}

/* line 777, src/qtsy/sass/index.css */
.business-info .info-bg ul li.hover p {
  color: #fff;
  transition: all 0.8s;
}

/* line 780, src/qtsy/sass/index.css */
.business-info .info-bg ul li.hover span {
  color: #fff;
}

/* line 782, src/qtsy/sass/index.css */
.business-info .info-bg ul li .img-hide {
  width: 40px;
  height: 40px;
  z-index: 20;
  border-radius: 50%;
}

/* line 787, src/qtsy/sass/index.css */
.business-info .info-bg ul li .img-hide .show {
  display: none;
}

/* line 789, src/qtsy/sass/index.css */
.business-info .info-bg ul li .img-hide img {
  width: 40px;
  height: 40px;
  transition: all 0.8s;
}

/* line 793, src/qtsy/sass/index.css */
.business-info .info-bg ul li p {
  z-index: 20;
}

/* line 795, src/qtsy/sass/index.css */
.business-info .info-bg ul li span {
  z-index: 20;
  bottom: 20px;
}

@media (max-width:768px) {
  .video .shadow .videos .vclose {
    position: fixed;
  }
}