.banner_bg {
  width: 100%;
  height: 400px;
  background: url("banner.jpg") no-repeat;
  background-size: 100% 100%;
  position: relative;
}

.ldss {
  position: absolute;
  bottom: 15%;
  width: 50%;
  height: 50px;
  margin-left: 25%;
}

.ldss > div {
  display: inline-block;
}

.ldtab span {
  display: inline-block;
  width: 80px;
  height: 50px;
  background: #ffffff;
  color: #115db2;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}

.ldtab .ldact {
  background: #115db2;
  color: #ffffff;
  font-weight: bold;
}

.banner_bg .millia {
  display: flex;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.millia {
  width: 1200px;
  margin: 20px auto;
}

.banner_bg .millia h6 {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-shadow: 3px 3px 0 #1d6dca;
}

.topicInfo {
  text-shadow: 2px 2px #1d6dca;
  color: #fff;
  font-weight: bold;
}

.topicInfo p {
  font-weight: bold;
}

.f18 {
  font-size: 18px;
}

.lh26 {
  line-height: 26px;
}

.mt20 {
  margin-top: 20px;
}

.search {
  width: 300px;
  height: 50px;
  margin-top: 30px;
  background-color: #1d6dca;
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
}

.ht01 {
  width: 100%;
  height: 100px;
  background: url("bmmc.png");
  background-size: 100% 100%;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  line-height: 100px;
  color: #ffffff;
  border-radius: 5px;
}

.ht01 span {
  position: relative;
  font-weight: bold;
}

.ht01 span:before {
  left: -80px;
}

.ht01 span::before,
.ht01 span::after {
  content: "";
  display: block;
  position: absolute;
  width: 50px;
  height: 50%;
  border-bottom: 1px solid #ccc;
  top: 0;
}

.ht01 span:after {
  right: -80px;
}

.tabBox {
  height: 740px;
  overflow: hidden;
  border: 1px solid #115db2;
  display: flex;
  border-radius: 5px;
}

.mt40 {
  margin-top: 20px;
}

.tabLeft,
.tabContent {
  position: relative;
  padding-top: 70px;
}

.tabLeft {
  width: 15%;
}

.tabTop {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to bottom, #fff, #f4f2f2);
  font-size: 18px;
  line-height: 70px;
}

.tabTop li {
  text-align: center;
  flex: 1;
  border-right: 1px solid #f4f2f2;
}

.depart {
  height: 100%;
  overflow-y: auto;
  box-sizing: border-box;
}

.depart li:first-child {
  border: none;
}

a {
  text-decoration: none;
  outline: 0;
  color: #333;
}

.depart li.active {
  background: #115db2;
  color: #fff;
}

.depart li.active a {
  color: #ffffff;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.depart li {
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  border-top: 1px dotted #d6d3d3;
}

.depart li a {
  display: block;
  padding: 20px 0;
}

.tabContent {
  flex: 1;
  overflow: hidden;
}

.tabTop {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  line-height: 70px;
}

.tabTop li {
  text-align: center;
  flex: 1;
  background: #ffffff;
}

.tabTop li a {
  display: block;
  width: 100%;
  height: 100%;
}

.tabTop li.active {
  border-bottom: 5px solid #115db2;
  background: #ffffff;
}

.tabTop li.active a {
  color: #115db2;
  font-weight: bold;
}

.contentBox {
  padding: 40px;
  height: 100%;
  box-sizing: border-box;
  overflow-y: auto;
}

.leader {
  width: 100%;
  overflow-x: auto;
  display: flex;
  justify-content: space-between;
  background: #ffffff;
}

.f16 {
  font-size: 16px;
}

.leader li {
  flex: 1;
  text-align: center;
  cursor: pointer;
  color: #115db2;
  padding: 20px 0;
}

.leader li.active {
  background: #115db2;
  color: #ffffff;
  text-shadow: 0 0 0 #000;
  border-bottom: 2px solid #115db2;
  font-weight: bold;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
  width: 100% !important;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

a,
button,
div,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent !important;
}

.depart li.active {
  color: #fff;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
}

.leaderContent {
  display: flex;
  align-items: center;
  padding: 30px 0;
}

.pb {
  padding-bottom: 10px;
}

select,
input,
img {
  vertical-align: middle;
}

.leaderContent img {
  width: 20%;
  height: auto;
  margin-right: 30px;
}

.leaderContent p {
  flex: 1;
  font-size: 16px;
  line-height: 32px;
}

.leaderContent p b,
.leaderWork b {
  color: #115db2;
}

.leaderWork .pb10 b {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}

.leaderContent p span {
  display: block;
}
.jgzn_ss_con {
  width: 60% !important;
}

.ldss {
  position: absolute;
  bottom: 15%;
  left: 30%;
  width: 50%;
  height: 50px;
  margin-left: 0;
}

.ldss_con {
  width: 100%;
}

.ldss > div {
  display: inline-block;
}

.ld_ss {
  display: inline-block;
  width: 100%;
}

.ld_ss div {
  display: inline-block;
  width: 100%;
  margin-left: 10px;
}

.input-text {
  width: 75%;
  height: 50px;
  background-color: #ffffff;
  border: #115db2 1px solid;
  outline: none;
  border-radius: 3px;
  padding-left: 15px;
}

.bt_cx {
  width: 90px;
  height: 50px;
  border: 1px #115db2 solid;
  color: #115db2;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 3px;
  cursor: pointer;
}

.bt_cx:hover {
  border: 1px #115db2 solid;
  color: #ffffff;
  background-color: #115db2;
}
@media only screen and (max-width: 500px) {
  .millia {
    width: 95%;
  }

  .banner_bg {
    height: 150px;
  }

  .contentBox {
    margin-top: 90px;
    padding: 5px;
  }

  .tabBox {
    display: block;
  }

  .depart {
    height: 100px;
    overflow: auto;
  }

  .depart li {
    display: inline-block;
  }

  .tabLeft {
    width: 100%;
  }

  .tabTop {
    display: block;
  }

  .tabTop li {
    width: 24%;
    display: inline-block;
  }

  .tabTop .jglb {
    width: 100%;
  }
  .tabTop li {
    width: 33%;
    float: left;
  }
  .tabTop {
    overflow-x: scroll;
  }
  .tabTop li:nth-child(5) {
    line-height: 35px;
  }
  .depart {
    height: 200px;
  }
  .tabBox {
    height: auto;
  }
  .oldType_switch {
    display: none;
  }
  .ldss {
    width: 100%;
    left: 0;
    bottom: 3%;
  }
  .bt_cx {
    width: 23%;
  }
  .tabTop li.active {
    height: 70px;
  }
  .tabBox .tabLeft .tabTop li {
    width: 100%;
  }
  .ht01 span:after {
    right: 0;
  }
}
.newStyle .ldtab span {
  width: 120px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
}

.newStyle .ld_ss {
  width: 500px;
}
.newStyle .ld_ss .input-text {
  width: 300px;
  height: 70px;
}
.newStyle .bt_cx {
  width: 120px;
  height: 70px;
  line-height: 70px;
  font-size: 25px;
}

.newStyle .tabLeft {
  width: 22%;
}
.newStyle .tabTop li a {
  height: 65px !important;
  font-size: 28px;
  white-space: nowrap;
}
.newStyle .leader li {
  font-size: 34px;
}
.newStyle .leaderWork p:nth-child(2) {
  font-size: 30px;
}
.newStyle .leaderContent p b,
.newStyle .leaderWork b {
  font-size: 30px;
}
.newStyle a {
  font-size: 30px;
}
.newStyle .tabTop li {
  font-size: 34px;
}

.newStyle .leaderContent p span {
  font-size: 32px;
  height: 80px;
  line-height: 40px;
}
