@import url(./header.css);
@import url(./footer.css);
.banner {
  width: 100%;
  overflow: hidden;
}

.banner img {
  display: block;
}

.sbInfo {
  width: 100%;
  max-width: 1920px;
  overflow: hidden;
  margin: 0 auto;
  padding: 60px 6.25% 100px 6.25%;
  background: #f3f5f8;
}

.sbInfo .list {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.sbInfo .list > div {
  width: 32.333%;
  overflow: hidden;
  margin: 40px 0.5% 5px 0.5%;
  padding: 30px;
  box-shadow: 0 0 5px #ccc;
}

.sbInfo .list > div img {
  width: 100%;
}

.sbInfo .list > div .title {
  overflow: hidden;
  margin: 10px auto 5px auto;
  font-size: 24px;
  color: #333;
  font-weight: bold;
  cursor: pointer;
}

.sbInfo .list > div .title:hover {
  color: #023691;
}

.sbInfo .list > div p {
  overflow: hidden;
  color: #999;
  line-height: 30px;
}

.sbInfo .list > div .btnInfo {
  width: 170px;
  height: 50px;
  overflow: hidden;
  margin: 20px 0;
  padding-left: 30px;
  line-height: 50px;
  background: url("../img/btnM.png");
  background-size: 100% 100%;
  cursor: pointer;
}

.sbInfo .list > div .btnInfo:hover {
  color: #fff;
  background: url("../img/btnMA.png");
  background-size: 100% 100%;
}

.sbInfo .list > div .none {
  overflow: hidden;
  display: none;
}

.sbInfo .fy {
  overflow: hidden;
  margin-top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.sbInfo .fy > a {
  width: 40px;
  height: 40px;
  overflow: hidden;
  margin: 0 5px;
  text-align: center;
  line-height: 40px;
  border: 1px solid #ccc;
  border-radius: 100%;
  cursor: pointer;
}

.sbInfo .fy > a:hover, .sbInfo .fy .page-num-current {
  color: #fff;
  background: #023693;
}

.infoDiv {
  width: 944px;
  height: calc(90% - 100px);
  overflow: hidden;
  overflow-y: auto;
  padding: 20px 40px 50px 40px;
  display: none;
  background: #fff;
  position: fixed;
  top: 100px;
  left: calc(50% - 472px);
  z-index: 991;
}

.infoDiv .logoClose {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.infoDiv .logoClose .close {
  width: 30px;
  height: 30px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 100%;
  cursor: pointer;
}

.infoDiv .swiperDiv {
  overflow: hidden;
  margin-top: 20px;
  display: flex;
  align-items: stretch;
  justify-content: center;
}

.infoDiv .swiperDiv .swiperDiv1 {
  flex: 1;
  overflow: hidden;
}

.infoDiv .swiperDiv .swiperDiv1 img {
  width: 710px;
  height: 460px;
  display: none;
}

.infoDiv .swiperDiv .swiperDiv1 img:first-child {
  display: block;
}

.infoDiv .swiperDiv .swiperDiv2 {
  width: 116px;
  height: 460px;
  overflow: hidden;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.infoDiv .swiperDiv .swiperDiv2 img {
  display: block;
  border: 2px solid #023691;
  opacity: 0.5;  margin-bottom:10px;
  cursor: pointer;
}

.infoDiv .swiperDiv .swiperDiv2 img:hover, .infoDiv .swiperDiv .swiperDiv2 img.active {
  opacity: 1;
}

.infoDiv .title {
  overflow: hidden;
  margin-top: 30px;
  font-size: 24px;
  color: #333;
  font-weight: bold;
}

.infoDiv p {
  color: #999;
  line-height: 30px;
}

.infoDiv .titleMin {
  overflow: hidden;
  margin-top: 20px;
  font-size: 14px;
  color: #282828;
  font-weight: bold;
}

.infoDiv .pMin {
  font-size: 14px;
}

.infoDivBg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  background: rgba(0, 0, 0, 0.7);
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 990;
}

@media screen and (max-width: 980px) {
  .sbInfo {
    padding: 20px 6.25%;
  }
  .sbInfo .list {
    display: block;
    padding: 5px;
  }
  .sbInfo .list > div {
    width: 100%;
    margin: 40px 0 0 0;
    padding: 10px;
  }
  .infoDiv {
    width: 100%;
    height: 100%;
    padding: 20px;
    top: 0;
    left: 0;
  }
  .infoDiv .swiperDiv {
    display: block;
  }
  .infoDiv .swiperDiv .swiperDiv1 img {
    width: 100%;
    height: auto;
  }
  .infoDiv .swiperDiv .swiperDiv2 {
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-left: 0;
    flex-direction: unset;
  }
  .infoDiv .swiperDiv .swiperDiv2 img {
    width: 19%;
  }
  .infoDiv .title {
    font-size: 20px;
    line-height: 25px;
  }
  .infoDiv p {
    text-indent: 1rem;
  }
}
