.content {
  padding-bottom: 100px;
}
#navbar {
  background-color: #2962ae !important;
}
.main {
  padding-top: 110px;
}
.section1 .hb {
  display: flex;
  justify-content: space-between;
  padding-top: 49px;
  font-size: 14px;
  color: #373737;
}
.section1 .bb {
  padding-top: 106px;
  margin-top: 31px;
  border-top: 1px solid #BFBFBF;
  display: flex;
  justify-content: space-between;
}
.section1 .bb .swiper-con {
  width: 480px;
  flex-shrink: 0;
  margin-right: 2rem;
}
.section1 .bb .swiper-con .img-list {
  position: relative;
}
.section1 .bb .swiper-con .img-list .swiper-wrapper .swiper-slide img {
  width: 480px;
  height: 480px;
}
.section1 .bb .swiper-con video {
  object-fit: contain;
}
.section1 .bb .pic {
  margin-right: 2rem;
}
.section1 .bb .pic .img {
  display: block;
  width: 30rem;
  height: 30rem;
}
.section1 .bb .intro {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.section1 .bb .intro .h .name {
  margin-bottom: 32px;
  font-size: 28px;
  font-weight: bold;
  color: #0062B1;
  letter-spacing: 2px;
}
.section1 .bb .intro .h .text {
  font-size: 16px;
  color: #373737;
  line-height: 32px;
}
.section1 .bb .intro .f .img-wrapper {
  cursor: pointer;
  width: 100%;
}
.section1 .bb .intro .f .img-wrapper:nth-child(n+2) .img {
  margin-top: 1rem;
}
.section1 .bb .intro .f .img-wrapper .img {
  display: block;
  width: 30%;
}
.section2 .list .item {
  padding-top: 50px;
  margin-top: 70px;
  border-top: 1px solid #BFBFBF;
  display: flex;
}
.section2 .list .item .lb {
  flex: 1;
  font-size: 24px;
  color: #0062B1;
  flex-shrink: 0;
}
.section2 .list .item .rb {
  flex: 4;
  font-size: 16px;
  color: #373737;
  line-height: 32px;
}
.section2 .list .item .rb video {
  width: 100%;
}
.section2 .list .item .rb .list2 .item2 {
  display: flex;
}
.section2 .list .item .rb .list2 .item2:nth-child(n+2) {
  margin-top: 32px;
}
.section2 .list .item .rb .list2 .item2 .img-wrapper {
  margin-right: 32px;
}
.section2 .list .item .rb .list2 .item2 .img-wrapper .img {
  display: block;
  width: 100px;
  height: 100px;
}
.section2 .list .item .rb table {
  width: 100%;
  border: solid #ffffff;
}
.section2 .list .item .rb table td {
  height: 60px;
  text-align: center;
}
.section2 .list .item .rb table .head {
  color: #ffffff;
  background-color: #0062B1;
}
.section2 .list .item .rb table .body {
  background-color: #DFF1FF;
}
.section2 .list .item .rb .it .title,
.section2 .list .item .rb .it .tablename {
  font-size: 16px;
  color: #373737;
  line-height: 32px;
}
.section2 .list .item .rb .it .tablename {
  margin-top: 16px;
  text-align: center;
}
.section2 .list .item .rb .it:nth-child(n+2) {
  margin-top: 32px;
}
.dicdl .guige_item {
  display: flex;
  border-bottom: 1px solid #ffffff;
}
.dicdl dt {
  flex: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #ffffff;
  background-color: #0064B4;
  font-weight: 700;
  padding: 16px;
  text-align: center;
}
.dicdl dd {
  margin-bottom: 0;
  flex: 3;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #0064B4;
  background-color: #CFE9FF;
  padding: 16px;
  text-align: center;
}
