@charset "UTF-8";
.yun_box {
  font-size: 0;
}
.yun_banner {
  padding: 0 20px;
  background-color: #306fce;
}
.yun_banner .mbp {
  width: 1200px;
  height: 82px;
  margin: 0 auto;
  font-size: 0;
}
.yun_banner .mbp:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.yun_banner .logo_box {
  display: inline-block;
  vertical-align: middle;
  width: 106px;
  height: 24px;
}
.yun_banner .index-banner {
  display: inline-block;
  vertical-align: middle;
  width: 760px;
  height: 48px;
  margin: 0 90px 0 114px;
  font-size: 0;
}
.yun_banner .slide_box {
  width: 114px;
  height: 100%;
  text-align: center;
  background-color: #fff;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.yun_banner .slide_box:before {
  display: inline-block;
  content: "";
  height: 100%;
  vertical-align: middle;
}
.yun_banner .slide_box .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #003e9a;
}
.yun_banner .swiper-button-next,
.yun_banner .swiper-button-prev {
  width: 30px;
  height: 30px;
}
.yun_banner .swiper-button-next {
  right: 14%;
  margin-top: -15px;
  background: url(../images/next_btn.png) center center no-repeat;
  background-size: 100% 100%;
}
.yun_banner .swiper-button-prev {
  left: 14%;
  margin-top: -15px;
  background: url(../images/prev_btn.png) center center no-repeat;
  background-size: 100% 100%;
}
.yun_banner .tool_box {
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  color: #fff;
}
.yun_banner .tool-tips {
  display: inline-block;
  vertical-align: middle;
}
.yun_banner .tool-tips:hover .bshare-custom {
  display: block;
}
.yun_banner .iconfont {
  display: inline-block;
  width: 15px;
  height: 15px;
}
.yun_banner .icon-liuyan {
  background: url(../images/edit.png) center center no-repeat;
  background-size: 100% 100%;
}
.yun_banner .txt {
  margin-right: 8px;
}
.yun_banner .bshare-custom {
  display: none;
  position: absolute;
  right: -4px;
  bottom: -30px;
  width: 220px;
  padding-top: 30px;
}
.yun_banner .bshare-custom a {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-right: 0;
  padding-left: 25px;
}
